@charset "UTF-8";
/* CSS Document */

.container {
      max-width: 500px;
      word-wrap: break-word;
      line-height: 1.5;
    }

ul.listado-logos-apertura{
list-style-type: none;
margin-top: 10px;	
margin-left: 0px;
margin-bottom: 0px;	
}
li.logo-apertura{
width: 40%;	
/*border:2px solid red;*/	
display: inline-block;
padding: 0px 20px 20px 20px;	
}
li.logo-apertura img{
max-height: 100%;
max-width: 100%;	
}

.caja-parrafo-destacado p {
    font-family: 'roboto-condensed-regular';
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: rgba(0, 0, 0, 1);
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: none;

}



.titulo-header-especial p {
border-bottom: 5px solid rgba(0,0,0,1.00);
}
.caja-titulo-chapeau h1 span {
border-bottom: 15px solid rgb(255, 255, 255);
}
.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;
}



.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(../pic/interface/patron-destacados-01.jpg);
}



.caja-titulo-chapeau h1 {
color:white;
/*text-shadow:none;*/
}
.caja-titulo-chapeau h2 {
color:white;
font-family: 'roboto-bold';
text-shadow:2px 2px 2px rgb(34, 34, 34);
}
.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%;	
}

.caja-parrafo h2 {
    font-family: 'roboto-condensed-bold';
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 3rem;
}

.caja-parrafo h6 {
    font-family: 'abril';
    font-size:3rem;
    margin-bottom: 2rem;
}

.caja-flecha-bajar-apertura-instruccion p {
    color:white;
}

.contenedor-titulo-chapeau p {
    color:white;
}

.caja-parrafo-destacado h2 {
    font-family: 'roboto-condensed-bold';
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 1rem;
    margin-left: 1.4rem;
}

.caja-parrafo-destacado h6 {
    font-family: 'abril';
    line-height: 2.7rem;
    font-size:3rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    margin-left: 7px;
}



/*MEDIA QUERIES*/

@media screen and (max-width:1024px){
    .caja-titulo-chapeau {       
        bottom: 30px;      

    }
}

@media screen and (max-width:1023px){
.caja-titulo-chapeau {
width: 100%;	
/*background-color: rgba(0, 0, 0, 0.75);*/
/*background-color: rgba(61, 61, 61, 0.3);	*/
}	
}


@media screen and (max-width:768px){
.titulo-header-especial {
display: inline-block !important;
}	

.caja-titulo-chapeau h2 {
    /* font-size: 12px; */
    /* line-height: 20px; */
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: 'roboto-condensed-bold';
}

.caja-flecha-bajar-apertura{
    position: absolute;	
    width: 100px;
    height: 24px;
    padding: 0px;
    padding-left: 2px;	
    opacity: 0;	
    animation: jump 5s infinite;
    }
    @keyframes jump { 0% {  bottom: 25px; } 50% { bottom: 30px; } 100% { bottom: 25px; } }

/*.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);;
}*/
	
	
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);
}*/	
	
}



