/*
rojo     #E3373B
gris     #585756
*/
body{
	background-color: #E3373B;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	font-size:12px;
}
.rojo{
	color:#e3373b;
}
a{
	color:#f5f5f5;
	text-decoration: underline;
	transition: color .5s ease-out;
}
a:hover{
	color:#999;
}
h1{
    position: absolute;
    top:12px;
    left:32px;
}
section,#footer-container footer{
	    min-height: 100vh;
	    width: 100%;
	    position:relative;
    }
.fullheight{
    min-height:100vh;
}
/*Nav*/
#main-nav .nav-link{
	color:#585756;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s ease-out;
	padding-left: 0; 
}
#main-nav .nav-link:hover{
	color: #E3373B;
	padding-left: .5em; 

}
#main-nav .nav-item{
	list-style: none;		
}
#main-nav .nav-list{
	margin: 0;
	padding: 0;
	width: 240px;
}
#header-container {
    background-color: #fff;
    padding: 1em;
    position: fixed;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 8px 2px #0003;
}

#menu-social{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}
.menu-social{
	color:#E3373B;
	transition: color .3s ease-out;	
	font-size: 1.3em;
}
.menu-social:hover{
	text-decoration: none;
	color:#585756;
}
/*Mobile Nav*/
#nav-brand{
	width: 100px;
	height: auto;
	margin-left: auto;
}
#menu-toggler{
	position: absolute;
	background: #e4383c;
	border: none;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 1.5em;
	margin-top: 20px;
}
#nosotros,#responsabilidad-social,#footer-container{
	background: url(../img/stripes-light.png) repeat;
	color:#585756;
}
#nosotros{
	padding-top: 150px;
}
.columna-50{
	width: 50%;
	height: 100%;
}
.gallery{
	display: flex;
	flex-wrap: wrap;
}
.gallery-item{
	width: 100%;
	height: auto;
	position: relative;
}
.gallery-overlay{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.gallery-overlay:hover .gallery-logo{
	opacity: 1;
}
.gallery-logo{
	background: #fff;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	opacity: .2;
	transition: opacity .3s ease-out;
	animation-name: flipInX;
}
.gallery-logo img{
	width: 120px;
	height: auto;
}

.modal{
	color: #585756; 
}
.btn-link{
	background: #e3373b;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	padding: 1em;
	box-shadow: 2px 2px 6px 0px #0009;
	transition: all .4s ease-out;
}
.btn-link:hover{
	background: #666;
	text-decoration: none;
	color: #fff;
}
@media (min-width: 576px) { 
    .gallery-item{
        width: 50%;
    }
}



@media (min-width: 768px) {
    #nav-brand{
	    width: 200px;
	    height: auto;
	    margin-left: initial;
    }
	#header-container{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		position: fixed;
		left: 0;
		height: 100%;
		width: 264px;
		padding: 32px;

	}
	#content-container,#footer-container{
		margin-left: 264px;
	}
	
	#nosotros{
	padding-top: 0;
	}
	 

}



@media (min-width: 992px) {
   .gallery-item{
   	width: 33.33333%;
   }
    
    
}



@media (min-width: 1200px) { 
   .gallery-item{
   	width: 25%;
   }
    
}
@media (min-width: 1630px) {    
    
    
}