/* color: #d24e57 */

body{
    position: relative;
}

#header11-w {
    background: url("./../img/fondoDePersonas.jpg") center no-repeat;
}

#header11-w:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.507);
}

@media (max-width: 767px){
    .mbr-arrow {
        display: block !important;
    }
}

.botones .boton a{
    padding: 1em 0; 
}

.btn:focus,.btn:active { 
   outline: none !important;
   box-shadow: none !important;
}

#textoPortada{
    color: whitesmoke;
    text-shadow: 2px 2px 5px #00000099;
	/*font-family: "portico","Lato";*/
	font-family: bariol;
	font-weight:bold;
	font-size: 3.2em;
	padding: 0.5em;
	background-color: #d24e57dd;
	line-height:1;
	border: 2px solid #d24e57; 
}

.btn-primary, .btn-primary:active {
    /*background-color: #ffffff !important;*/
    border-color: #d24e57 !important;
    color: #fff !important;
}
.btn-primary, .btn-primary:active {
    background-color: #d24e57e0 !important;
}

#header11-w {
    align-items: flex-start !important;
}

#header11-w .container .row h1{ 
    /*margin-top: 0;*/	
}

@media (max-width: 767px){
	#header11-w .container .row h1{
		/*margin-top: 0;*/
	}
	.botones{
		/*margin-top: 0;*/
	} 
}

@media (max-width: 400px){
	#header11-w .container .row h1{
		/*margin-top: 0;
		font-size: 1em;*/
	}
	.botones{
		/*margin-top: 0; */
	}
}

.botones{
    margin-top:1em;
}

.boton a{
	border-radius: 3em;
	width:100%;
	margin:0 !important;
	margin-top: 0.5em !important;
	font-family: bariol;
	font-weight:bold;
	text-shadow: 2px 2px 5px #00000077;
}

.boton{
	margin-top: 0;	
}

@media (max-width: 767px){
	/* Talle SM (de 576px a 767px)*/
	.boton a.display-5{
		font-size: 0.97rem !important; 
	}    
}

@media (max-width: 991px){
	/* Talle MD (de 768px a 991px)*/
	.boton{ 
		width:87%;
	}
	.boton a.display-5{
		font-size: 1.2rem;
	}
	.botones{
		margin-top:3em;
	}
	#header11-w .container{
		margin-top:7em;
	}
	#textoPortada{
		font-size:3.5em;
	}
}

@media (min-width: 992px){ 
	/* Talle LG (de 992px a 1199px)*/
	.boton{
		margin-left: 0.59em;
	    margin-right: 0.59em;
		padding-left:0;
		padding-right:0;
	}
	.botones{
		margin-top:5em;
	}
	#header11-w .container{
		margin-top:9em;
	}
	.btn-md{
		padding: 1rem 1.1em !important;
	}
	#textoPortada{
		font-size:4em;
	}
}
 
@media (min-width: 1200px){
	/* Talle XL (de 1200px en adelante)*/
	.boton{
		margin-left: 1em;
	    margin-right: 1em;
	}
	.botones{
		margin-top:6em;
	}
	#textoPortada{
		font-size:4.1em;
	}
}
 
@media (max-width: 575px){
	/* Talle XS (menor a 576px)*/
	#textoPortada{
		font-size: 2.9em;
	}
	#header11-w .container{
		margin-top:5em;
	}
}  

@media (max-width: 413px){
	#textoPortada{
		font-size: 2.3em;
	}
	#header11-w .container{
		margin-top:3.5em;
	}
}

@media (max-width: 280px){
	#textoPortada{
		font-size: 2em;
	}
	#header11-w .container{
		margin-top:5em;
	}
}

#redes{ 
	margin: 0.7em 0 0 0;
} 

#redes img{
	width: 1.8em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

section.footer6-2 a{
	color: #d24e57;
}