@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(107, 176, 233, 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;
}

.contenedor1  button{
    background: #fff;
    color:rgba(17, 54, 2, 0.9);
    border-radius: 40px;
    font-size:30px;
    width: 900px;
    height: 100px;
}
.contenedor1{
        width: 98%;
        margin: auto;/*para que se centre*/
        background: #93b1f3;
	    background: -webkit-linear-gradient(to right, #b368f1, #9e21e6); 
	    background: linear-gradient(to right, #c711f5, #ad04b3);
}
.contenedor1 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: #9ae7f1;
	background: -webkit-linear-gradient(to right, #fbfdf7, #1fb3d8); 
	background: linear-gradient(to right, #01595c, #048ab3);
}
.fondoo1{
	background: #f3f193;
	background: -webkit-linear-gradient(to right, #e8f168, #e6e221); 
	background: linear-gradient(to right, #f1f511, #8db304);
}
.fondoo2{
	background: #a6f174;
	background: -webkit-linear-gradient(to right, #8ff168, #7ae621); 
	background: linear-gradient(to right, #65f511, #27b304);
}
.fondoo3{
	background: #f393eb;
	background: -webkit-linear-gradient(to right, #b368f1, #9e21e6); 
	background: linear-gradient(to right, #c711f5, #ad04b3);
}
.fondoo4{
	background: #4e33e6;
	background: -webkit-linear-gradient(to right, #b368f1, #e62121); 
	background: linear-gradient(to right, #c711f5, #b3a704);
}
.fondoo5{
	background: #c41414;
	background: -webkit-linear-gradient(to right, #b368f1, #c5b7ce); 
	background: linear-gradient(to right, #c711f5, #0407b3);
}
.fondoo6{
	background: #2cc40e;
	background: -webkit-linear-gradient(to right, #b368f1, #21e6c5); 
	background: linear-gradient(to right, #c711f5, #04b313);
}
.fondoo7{
	background: #f306df;
	background: -webkit-linear-gradient(to right, #b368f1, #9e21e6); 
	background: linear-gradient(to right, #c711f5, #ad04b3);
}
.fondoo8{
	background: #b4aaee;
	background: -webkit-linear-gradient(to right, #b368f1, #3b0101); 
	background: linear-gradient(to right, #c711f5, #1cb908);
}
.fondoo9{
	background: #440505;
	background: -webkit-linear-gradient(to right, #b368f1, #7706bd); 
	background: linear-gradient(to right, #c711f5, #5758a5);
}
.fondoo10{
	background: #edf0ec;
	background: -webkit-linear-gradient(to right, #b368f1, #eaeeed); 
	background: linear-gradient(to right, #c711f5, #191a19);
}