@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(17, 54, 2, 0.9);
    color: #fff;
    /*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: #fff;
    color:rgba(17, 54, 2, 0.9);
    border-radius: 40px;
    font-size:30px;
    width: 900px;
    height: 100px;

}
.contenedor{
        width: 98%;
        margin: auto;/*para que se centre*/
}
.contenedor a{
    text-decoration: none;
}
h1{
    float: left;/*para que flote*/
}
header .contenedor{
    display: table;
}
.redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.redes a{
    margin-top: 4px;

}

.redes img{
    width: 60px;
    padding: 4px;
    background: rgba(0,0,0,0);
    cursor: pointer;
    border-radius: 100%;
    transform: all 300ms;
}
.redes a:hover img{
    background: rgba(0,0,0,0.10);
}
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: #036D03;
	background: -webkit-linear-gradient(to right, #fbfdf7, #036d03); 
	background: linear-gradient(to right, #036d03, #08b83d);
}
