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

/*::-webkit-scrollbar{
width:7px;
height:7px;
background-color:rgba(0,0,0,0.1);
cursor:pointer;
}
::-webkit-scrollbar-track{
background-color:rgba(0,0,0,0.0);
cursor:ew-resize;
}
::-webkit-scrollbar-thumb{
background-color:rgba(179,136,35,0.6);
cursor:pointer;
}*/


::-webkit-scrollbar-thumb{
background-image: url(../imagenes/generales/patron-01-ocre.png);   
}



a {outline : none;}
a {
color: rgba(179,136,35,1.00);	
text-decoration-line: underline;
font-family: 'quicksand-bold';
font-weight: bold;
}
a:hover {
color: rgba(179,136,35,0.7);
}
a:focus {
color: rgba(179,136,35,0.7);
}
div {outline : none;}


/*.titulo-header-seccion{
background-color: rgba(179,136,35,1);
}*/
.boton-ver-menu{
background-color: rgba(179,136,35,1);
background-image: url(../imagenes/generales/patron-01-ocre.png);    
}

.caja-boton-activo .titulo-boton h4 {
color: rgba(179,136,35,1.00);
}
.caja-titulo-boton-idea p {
/*color: rgba(179,136,35,1.00);*/
}

.boton-informacion-der {
background-color: rgba(179,136,35,0.2);
}
.boton-informacion-der-activo {
background-color: rgba(179,136,35,1.00);
background-image: url(../imagenes/generales/patron-01-ocre.png);
}
.boton-informacion-der-activo .caja-titulo-boton p {
color:rgba(255,255,255,1.00);   
}


span.resaltado-boton-modal {
font-family: 'quicksand-bold';
color: rgba(0,0,0,1.00);
font-size: 17px;
line-height: 24px;
text-align: left;
text-decoration: underline;
cursor: pointer;
background-color: rgba(179,136,35,0.9);    
}
p span.resaltado-boton-modal {
color: rgba(255,255,255,1.00);  
}
span.resaltado-boton-modal:hover {
background-color: rgba(179,136,35,0.7);    
}

.elemento-titulo-boton{
background-image: url(../imagenes/generales/elemento-titulo-boton-idea.png);    
}

.swiper-button-next, .swiper-button-prev {
background-color: rgba(179,136,35,1);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url(../imagenes/generales/icono-flecha-der.png), url(../imagenes/generales/patron-01-ocre.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url(../imagenes/generales/icono-flecha-izq.png), url(../imagenes/generales/patron-01-ocre.png);
}

.swiper-pagination-bullet-active {
background-color: rgba(179,136,35,1);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
background-color: rgba(255,255,255,1.00);
border:3px solid rgba(179,136,35,1);     
}


/*modal*/

.modal-caja{
border: 10px solid rgba(179,136,35,1);    
}
.caja-botton-cerrar-modal{
/*background-color: rgba(179,136,35,1);*/
/*background-image: url(../imagenes/generales/icono-cerrar-blanco.png), url(../imagenes/generales/patron-01-ocre.png);*/    
}
.close-button {
background-color: rgba(179,136,35,1);    
background-image: url(../imagenes/generales/icono-cerrar-blanco.png), url(../imagenes/generales/patron-01-ocre.png);   
}

