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




.grupo-botones-redes {
position: absolute;
width: auto;    
text-align: center;
/* width: 50px; */
top: 5px;
right: 5px;
}
.caja-boton-redes {
/*display: inline-block;
margin-left: 10px;
margin-right: 10px;*/
margin-bottom: 5px;    
background-image: url(../imagenes/generales/patron-01-gris.png);
border-radius: 10px;    
}

.elemento-linea-botones-swiper{
position: absolute;
margin-top: 40px;    
width: 100%; 
height: 2px; 
background-color: rgba(237,237,232,1);    
}

.contenedor-bloque-contenido-home{
margin-top: 70px;
margin-bottom: 0px;    
}

.contenedor-bloque-contenido{
font-size: 0;	
}


.bloque-seccion-izq{
display: inline-block;
position: relative;		
/*border: 1px solid blue;*/
/*background-color: skyblue;*/	
width: 300px;
height: 100vh;
/*padding: 10px;*/
border-right: 2px solid rgba(237,237,232,1);
}


/*.boton-ocultar-menu-izq-movil{
position: fixed;
top:20px;
left: 20px;    
width:50px;
height: 50px;
background-color: blue;    
}*/


.caja-logo-ir-home{
/*width: 100%;     
text-align: center;
padding: 20px;*/
position:relative;    
width: 50%;
text-align: center;
padding: 10px;
margin: 0 auto;
cursor: pointer;
}

.caja-logo-ir-home a{
position: absolute;
top:0px;
left: 0px;    
width: 100%;
height: 100%;
}


.header-seccion{
display: none;    
position: fixed;    
width: 100%; 
height: 50px;
z-index: 3000;
background-color: rgba(237,237,232,1);
border-bottom: 1px solid rgba(109,110,112,0.3);
background-image: url(../imagenes/generales/patron-01-gris-2.png);
background-position: center;
background-repeat: repeat;
background-size: 250px 250px;    
}
.titulo-header-seccion{
position: absolute;
right: 0px;    
width: calc(100% - 85px);
height: 100%;
padding: 8px;    
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: end;
}
.titulo-header-seccion h1{
font-family: 'quicksand-bold';
font-size: 13px;
line-height: 13px;
letter-spacing: 3px;    
text-transform: uppercase;
text-align: left;
margin-left: 0px;    
margin-bottom: 0px;
color:rgba(0,0,0,1.00);   
}

.caja-boton-ver-menu{
display: none;    
position: fixed;
top:5px;
left:10px;    
width: 50px;
height: 50px;
z-index: 5000;
}


.boton-ver-menu{
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 70px;
height: 50px;
border-radius: 0px 10px 10px 0px;
cursor: pointer;
background-position: center;
background-repeat: repeat;
background-size: 250px 250px;
/*border: 2px solid white;*/    
}

.boton-ver-menu p{
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);    
font-family: 'quicksand-bold';
font-size: 11px;
line-height: 11px;
text-align: center;    
text-transform: uppercase;
margin-bottom: 0px;    
color:rgba(255,255,255,1.00)
}


.titulo-ver-menu{
display: inline-block;
vertical-align: middle;    
}
.titulo-ver-menu h3{
font-family: 'quicksand-bold';
font-size: 12px;
line-height: 12px;
letter-spacing: 3px;    
text-transform: uppercase;
color: rgba(0,0,0,0.6);    
margin-left: 0px;
margin-top: 10px;    
margin-bottom: 0px;    
}


.caja-botones-componentes{
width: 100%;
/*background-color: tan;*/    
}

.grupo-subtitulo-menu{
position: relative;    
width: 100%;
margin-top: 5px;
margin-bottom: 5px;    
/*background-color: tomato;*/    
}
.caja-flecha-bajar-secciones{
position: absolute;
bottom: -30px;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);    
width:30px;
height: 30px;
background-image: url(../imagenes/generales/icono-flecha-abajo-gris-1.png); 
background-position: center;
background-repeat: no-repeat;
background-size: contain;    
}


.subtitulo-menu{
width: 100%;
margin-top: 11px;    
}
.subtitulo-menu h3{
font-family: 'quicksand-bold';
font-size: 14px;
line-height: 14px;
text-align: center;   
text-transform: uppercase;
padding: 5px;    
color:rgba(0,0,0,0.4);
border-top: 2px solid rgba(237,237,232,1);
border-bottom: 2px solid rgba(237,237,232,1);    
}

.grupo-botones-componentes{
width: 100%;
position: relative;
padding: 10px;    
/*background-color: darkgoldenrod;*/    
}
.caja-boton{
position: relative;    
width: 100%;
/*background-color:cornflowerblue;*/
font-size: 0;
margin-bottom: 5px;
cursor: pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
transition: all 0.3s ease;    
}
.caja-boton:hover{
opacity: 0.6;
}

.caja-boton a{
position: absolute;
width: 100%;
height: 100%;
/*border:4px solid blue;*/
left: 0;    
}


.icono-boton{
position: relative;    
display: inline-block;
vertical-align: middle;    
width: 25%;
/*padding: 10px 10px 0px 10px;*/    
/*border:2px solid red;*/    
}
.titulo-boton{
position: relative;    
display: inline-block;
vertical-align: middle;    
width: 75%;
/*border:2px solid blue;*/
padding: 0px 0px 0px 10px;    
}
.titulo-boton h4{
font-family: 'quicksand-bold';
font-size: 13px;
line-height: 17px;
margin-bottom: 0px;    
color:rgba(0,0,0,0.4); 
}

.caja-boton-activo .icono-boton{
position: relative;    
display: inline-block;
vertical-align: middle;    
width: 40%;
/*border:2px solid red;*/    
}
.caja-boton-activo .titulo-boton{
position: relative;    
display: inline-block;
vertical-align: middle;    
width: 60%;
/*border:2px solid blue;*/
padding: 0px 0px 0px 5px;    
}
.caja-boton-activo .titulo-boton h4{
font-family: 'quicksand-bold';
font-size: 20px;
line-height: 24px;
margin-bottom: 0px;    
color: rgba(216,28,92,1.00); 
}


/*-----------*/
.bloque-seccion-der{
display: inline-block;
float: right;		
width: calc(100% - 300px);
}

.grupo-botones-informacion-der{
width: 100%;
height: 76px;    
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
border-bottom: 1px solid rgba(109,110,112,0.4);    
padding-top: 6px;
padding-left: 6px;
background-image: url(../imagenes/generales/patron-01-blanco.png);
background-position: center;
background-repeat: repeat;
background-size: 250px 250px;    
}

.boton-informacion-der{
height: 100%;
flex-grow: 1;	
flex-basis: 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: normal;
border-radius: 10px 10px 0px 0px;
margin-right: 4px;
padding: 8px;    
cursor: pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
transition: all 0.3s ease;   
}
.boton-informacion-der:hover{
opacity: 0.8;    
}

.boton-informacion-der-activo{
background-position: center;
background-repeat: repeat;
background-size: 250px 250px;    
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
transition: all 0.3s ease;    
}


.elemento-titulo-boton {
width: 25px;
height: 50px;
display: inline-block;
display: none;    
vertical-align: top;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.caja-titulo-boton{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items:flex-end;
justify-content: center;    
position: relative;
height: 50px;     
width: 100%;
}
.caja-titulo-boton p{
font-family: 'quicksand-bold';    
font-size: 11px;
line-height: 12px;
text-align: center;
/*color:rgba(247,247,247,1.00);*/
color: rgba(0,0,0,1.00);    
margin-bottom: 5px;
text-transform: uppercase;
    
/*position: absolute;
width: 100%;    
bottom: 7px;
left: 50%;
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);*/    
}

.grupo-item{
position: relative;    
width: 100%;
height: calc(100vh - 100px);
margin-top: 0px;	
flex-grow: 1;	
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
overflow: hidden;    
}

.contenedor-item{
position: absolute;
width: 100%;
height: 100%;
padding: 10px 0px 0px 0px;    
opacity: 0;    
}
.contenedor-item-activo{
opacity: 1;    
}


/*swiper*/
.slide-grupo-informacion{}

.caja-texto-item{
width: 400px;
max-height: calc(100% - 180px);
overflow-y: auto;    
float: left;
padding: 0px 20px 20px 35px;    
}


.caja-subtitulo-texto-item{
flex-grow: 0;
padding: 0px 0px 0px 0px;
margin-bottom: 20px;    
}
.caja-subtitulo-texto-item h3{
font-family: 'quicksand-bold';
font-size: 20px;
line-height: 21px;
text-align: left;
text-transform: uppercase;
margin-top: 20px;    
margin-bottom: 0px;
color: rgba(179,136,35,1.00);   
}
.caja-parrafo-texto-item{}
.caja-parrafo-texto-item p{
font-family: 'quicksand-medium';
color: rgba(0,0,0,1.00);
font-size: 17px;
line-height: 24px;
text-align: left;    
}

.resaltado-boton-modal-0{
font-family: 'quicksand-bold';    
background-color:rgba(0,0,0,0.1);     
}


.caja-imagen-item{
height: 100%;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
/*padding: 50px 10px 50px 15px;*/    
/*border:2px solid blue;*/    
}
img.image-slide-01{
/*max-height: 400px;*/
max-width: 100%;
max-height: 100%;
/*border:2px solid green;*/    
}
img.image-slide-01-v{
/*height: 100% !important;
max-height: 400px;*/
max-width: 90%;
max-height: 90%;
/*border:2px solid red;*/    
}


.boton-creditos-alharaca-secciones{
position: absolute;
width: 100%;
background-image: url(../imagenes/generales/patron-01-gris.png);
background-position: center;
background-repeat: repeat;
background-size: 250px 250px;
cursor: pointer;
margin-bottom: 60px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease;
transition: all 0.3s ease;    
}
.boton-creditos-alharaca-secciones:hover{
opacity: 0.8;    
}

.boton-creditos-alharaca-secciones h3{
font-family: 'quicksand-bold';
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
color: rgba(255,255,255,1.00);
font-size: 11px;
line-height: 13px;
margin-bottom: 0px;
padding: 5px;    
}




@media screen and (max-width:1024px){
   
.caja-boton-ver-menu{
display: block; 
}    
.header-seccion{
display: block;    
position: fixed;    
width: 100%; 
height: 60px;
z-index: 3000;
background-color: rgba(237,237,232,1);    
}    
    
    
/*bloque izq*/  
    
.bloque-seccion-izq {
/*display: none;*/ 
position: fixed;
top:0px;
left: -100%;    
width: 100%;
/*height: 100vh;*/
height: calc(100vh - 85px);    
overflow-y: auto;
-webkit-overflow-scrolling: touch;    
/*border:10px solid red;
background-color:aqua;*/
padding-bottom:65px;    
z-index: 4000;
opacity: 0;
background-image: url(../imagenes/generales/patron-fondo-01.png);
background-position: center;
background-repeat: repeat;
background-size: auto;    
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease; 
-o-transition: all 0.6s ease;
transition: all 0.6s ease;    
/*border-right: 0px solid red;*/    
}
.ver-ocultar-menu-izq{
left:0%;
opacity: 1;    
}
    
    
    
/*bloque der*/ 
    
.bloque-seccion-der {
width: 100%;    
} 
.boton-informacion-der{
margin-right: 4px;
padding: 10px 15px 10px 15px;
}  

    
    
.grupo-botones-informacion-der {
float: right;    
overflow-x: auto;
overflow-y: hidden;
margin-top: 58px;
-webkit-overflow-scrolling: touch;    
}  
    
.grupo-item {
height: calc(100vh - 216px);    
}    
    
    
/*info swiper*/
    
.swiper-pagination {}  
    
.swiper-slide {
display: block;    
}  
    
.contenedor-item {
padding: 0px 0px 0px 0px;
}    
    
.caja-texto-item {
max-height: inherit;
position: absolute;
bottom: 0px;    
width: 100%;
height: 60%;
margin-top: 230px;    
float: none;    
/*background-color:rgba(16,255,0,1.00);*/
padding: 0px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;    
border-top: 2px solid rgba(237,237,232,1);
border-bottom: 2px solid rgba(237,237,232,1);    
} 
.caja-parrafo-texto-item p {
font-size: 15px;
line-height: 21px;
}  
    
.caja-imagen-item {
position: absolute;
top:0px;    
display: block !important;    
width: 100%;
height: 40%;    
/*background-color:rgba(233,167,0,1.00);*/
} 
    
img.image-slide-01{
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);   
}    
    
.caja-subtitulo-texto-item {
padding-left: 20px;
}    
.caja-parrafo-texto-item {
padding: 20px 80px 20px 20px;    
} 
.contenedor-bloque-footer {
display: none;
}
    
   
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
width: 45px;
height: 45px;    
top:inherit;
bottom: 104px;
left: inherit;
right: 20px;    
}    
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
width: 45px;
height: 45px;     
top:inherit;    
bottom: 57px;
left: inherit;
right: 20px;    
}    
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
width: 45px;
height: 45px;     
top:inherit;
bottom: 10px;
left: inherit;
right: 20px;    
}
    
    
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
padding-top: 16px;
font-size: 11px;
line-height: 11px;
}  
    
    
.caja-titulo-boton p {
position: relative;
bottom: inherit;
left: inherit;
-moz-transform: none;
-webkit-transform: none;
transform: none;
} 
    
.boton-creditos-alharaca-secciones h3{
padding: 25px;    
}    
    
    
} 

