
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
@import url(slideshow.css);
@import url(servicios.css);
@import url(servicios2.css);
@import url(equipo.css);
@import url(contacto.css);
@import url(animate.css);
	
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
}

header {
	width: 100%;
	height: 50px;
	background: #092b3c;
	color: white;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.contenedor {
	width: 98%;
	margin: auto;
}

h1 {
	float: left;
    color: white;
    display: none;
}
#navLogo{
    margin-left: 10px;
    margin-top: 12px;
    width: 110px;
}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#bienvenidos {
    height: 250px;
	text-align: center;
}

footer {
    margin-top: 80px;
    background-color: #2f2e2e;
    color: white;
	width: 100%;
    height: auto;
    
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copy {
    float: left;
	font-size: 20px;
}

.sociales {
    float: right;
    margin-left: 0px;
    color: white;
	width: 150px;
	text-align: center;
	padding-bottom: 0px;
}
.sociales .txt{
    font-size: 20px; 
    float: right;
    width: 100px;
    margin-top: 5px;

}

.sociales a {
	font-size: 28px;
	text-decoration: none;
	color: white;
	
}
.sociales a:hover{
    text-decoration: none;
    color: #1762d8;
}
@media (min-width: 360px){
    .sociales {
    float: none;
    margin-left: 50px;
        
    color: white;
	width: 140px;
	text-align: center;
	padding-bottom: 25px;
}
    footer{
        height: auto;
    }
}

@media (min-width:768px) {
    h1 {
	display: block;
    }
    #navLogo{
        display: none;
    }
	.sociales {
		width: auto;
        color: white;
	}
	footer .contenedor {
		justify-content: space-between;
	}
    footer{
        height: 120px;
    }
}

@media (min-width:1024px) {
    footer{
        height: auto;
    }
	.contenedor {
		width: 1000px;
	}
}
