@charset "UTF-8";
/* CSS Document */



ul.listado-logos-apertura{
list-style-type: none;
margin-top: 10px;	
margin-left: 0px;
margin-bottom: 0px;	
}
li.logo-apertura{
width: 32.5%;	
/*border:2px solid red;*/	
display: inline-block;
padding: 0px 30px 20px 30px;	
}
li.logo-apertura img{
max-height: 100%;
max-width: 100%;	
}


.titulo-header-especial p {
border-bottom: 5px solid rgba(0,0,0,1.00);
}
.caja-titulo-chapeau h1 span {
border-bottom: 20px solid rgba(0,0,0,1.00);
}
.capitalParrafo1 span {
text-decoration-color: rgba(0,0,0,1.00);
}
.caja-parrafo-destacado {
border-bottom: 10px solid rgba(0,0,0,1.00);
}

.caja-titulo-chapeau p {
color:rgba(0,0,0,1.00);
text-shadow: none;
}

.pl-30 {
    padding-left: 30px !important;
}




.fondo-apertura{
position: fixed;
top:0px;
left:0px;
width: 100%;
height: 100vh;
opacity: 1;
z-index: -1;
background-color:rgba(255,255,255,1.00);
background-image: none;
}

.contenedor-contenido-destacado {
background-image: url(../imagenes/generales/patron-destacados-01.jpg);
}

.caja-titulo-chapeau h1 {
color:rgba(0,0,0,1.00);
text-shadow:none;
}
.caja-titulo-chapeau h2 {
color:rgba(0,0,0,1.00);
text-shadow:none;
}
.caja-flecha-bajar-apertura-instruccion p {
color:rgba(0,0,0,1.00);
text-shadow:none;
}


p.parrafo-cita{
padding-left: 20px;	
}

.contenedor-logos-footer{
/*border:2px solid blue;*/	
}
.caja-logos-footer{
/*border:2px solid magenta;*/	
}

ul.listado-logos-footer{
list-style-type: none;
text-align: center;
margin-left: 0px;
margin-bottom: 0px;	
}
li.logo-footer{
width: 22%;	
/*border:2px solid red;*/	
display: inline-block;
padding: 0px 20px 20px 20px;	
}
li.logo-footer img{
max-height: 100%;
max-width: 100%;	
}


/*MEDIA QUERIES*/

@media screen and (max-width:1024px){
}

@media screen and (max-width:1023px){
.caja-titulo-chapeau {
width: 100%;	
/*background-color: rgba(0, 0, 0, 0.75);*/
background-color: rgba(255,255,255,0.8);	
}	
}


@media screen and (max-width:768px){
.titulo-header-especial {
display: inline-block !important;
}	
/*.caja-titulo-chapeau h1 {
color:rgba(255,255,255,1.00);
}*/
/*.caja-titulo-chapeau h2 {
color:rgba(255,255,255,1.00);
}*/
.caja-titulo-chapeau p {
/*color:rgba(255,255,255,1.00);*/
padding-left: 20px;	
}		
/*.caja-flecha-bajar-apertura-instruccion p {
color:rgba(255,255,255,1.00);;
}*/

li.logo-apertura{
width: 32%;	
padding: 0px 20px 20px 20px;	
}
	
	
p.credito-pie-foto {
font-size: 0.625rem;
line-height: 0.875rem;
}	
	
}
@media screen and (max-width:677px){
li.logo-footer{
width: 45%;	
}
/*.caja-titulo-chapeau h1 span {
border-bottom: 20px solid rgba(255,255,255,1.00);
}*/	
	
}




