@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(banner.css);
@import url(blog.css);
@import url(blogmision.css);
@import url(fontello.css);
@import url(info.css);
@import url(Infoservicios.css);
@import url(menu.css);

body{
 font-family: 'Open Sans', sans-serif;
 
 
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 50px;
    background: rgba(10, 85, 182);
    color: rgb(253, 210, 16);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo{
    width: 50px;
    height: 50px;
    border-radius: 15%;
    
}

.contenedor{
    width: 98%;
    margin: auto;
}
h1{
    float: left;
}
header .cotenedor{
    display: none;
}
section{
    width: 100%;
    margin-bottom:15px;
}
#bienvenidos {
    text-align: center;
    width: 75%;
    height: 50%;
    margin: auto;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 50px;
    color: rgb(5, 93, 134);
    box-shadow: 6px 6px 4px  rgb(5, 93, 134);
}



footer.contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
    
   
}

.copy{
    font-size: 15px;
    text-align: center;   
}
.sociales{
    text-align: center;
    font-size: 25px;
}
.sociales a{
    color: rgb(248, 248, 248);
    text-decoration: none;

}
@media (min-width:1024px){
    .contenedor{
        width: 1200px;
    }
}
@media(min-width:768px){
    .sociales{
        width: auto;
    }
    footer.contenedor{
        justify-content: space-around;
    }
    
}
footer{
    background: rgb(10, 85, 182);
}