@import url(menu.css);/*para separar los diferentes estilos*/
@import url(baner.css);
@import url(bienve.css);
@import url(blo.css);
@import url(infor.css);
@import url(foo.css);
@import url(fo.css);
@import url(datos.css);
@import url(mover.css);
@import url(hor.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body {
    font-family: segoe print/*'Montserrat';*/
}
header{
    width: 100%;
    height: 50px;
    /*background: rgba(4, 7, 2, 0.9);*/
    
    background:##0B5345;
    background: -webkit-linear-gradient(to right, #138D75, #117A65); 
    background: linear-gradient(to right, #0E6655, #0B5345);">

    color: #000;
    /*para que el menu se quede pegado*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;/*para que este por delante de los elementos*/
}
.contenedor  button{
    /*background:##0B5345;
    background: -webkit-linear-gradient(to right, #138D75, #117A65); 
    background: linear-gradient(to right, #0E6655, #0B5345);
    color:rgba(238, 241, 236, 0.9);*/
    background:#fff;
    color:#000;
    border-radius: 40px;
    font-size:30px;
    width: 900px;
    height: 100px;

}
.contenedor{
        width: 98%;
        margin: auto;/*para que se centre*/
}
.contenedor a{
    text-decoration: none;
}
.redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.redes a{
    margin-top: 4px;

}

.redes img{
    width: 100px;
    padding: 4px;
    background: rgba(0,0,0,0);
    cursor: pointer;
    border-radius: 50%;
    transform: all 300ms;
}
.redes a:hover img{
    background: rgba(0,0,0,0.10);
}
#segundo img{
    border-width: 50px;
    border-style: solid;
    border-color: #0B5345;
}


#tercero img{
        border-width: 50px;
        border-style: solid;
        border-color: #0B5345;
    }
#tercero h1{
        justify-content: center;/*objetos centrados*/
        color: white;
        font-size: 50px;
    }
#tercero p{
        justify-content: center;/*objetos centrados*/
        color: white;
        font-size: 30px;
    }



h1{
    float: left;/*para que flote*/
}
header .contenedor{
    display: table;
}
section {/*caracteristicas de todos las seciones*/
    width:100%;
    margin-bottom:20px;/*separacion de entre cada una da las secciones*/
}
/* a partir de aqui relative de movil a  pantalla grande*/
@media(min-width:1024px){
    .contenedor{
        width:auto;/*1000px*/
    }
}
/*https://www.youtube.com/channel/UC9_-19w2whr-HmxgMBQ_-_Q/videos*/
.fondoo{
	background: #F9E79F ;
	background: -webkit-linear-gradient(to right, #F4D03F, #F4D03F); 
	background: linear-gradient(to right, #F1C40F, #B7950B);
}
