/* BARRA SUPERIOR */
.contenedorModulo{
    max-width: 1600px;
    margin: 0 auto;
}
.body {
    font-family:'Ubuntu',sans-serif;
}
.barraSuperior {
    color:#ffffff;
    font-size:13px;
    background-color: #a5a5af;
    /*padding:2px;*/
    padding-left:10px;
    line-height: 230%;
}
.barraSuperior a{
    color:#ffffff;
    font-size:16px;
    padding:0 5px;
}
#donaciones{
    background-color:#004174;
    margin-left:10px;
}
#RedesSociales {
    padding-left:10px;
    text-align:right;
}
.redsocial i{
    background-color:#ffffff;
    width:23px;
    line-height:23px;
    border-radius: 50%;
    text-align: center;
    color:#a5a5af;
}
.redsocial i:hover{
    background-color:#696969;
    color:#ffffff;
}
.idioma{
    background-color:#696969;
    cursor:pointer;
}
#inputBoletin{
    width:150px;
    display:inline;
    height:24px;
}
#suscribir{
    padding-left:5px;
    padding-right:20px;
}
.navbar-nav > li > a{
    background-color: #a5a5af;
    color:#ffffff;
    font-size:16px;
    padding:5px 8px 4px 8px;
    border-radius: 0px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
nav ul li a:hover {
    background-color: #a5a5af;
    text-decoration:none;
    color:#dddddd;
}

/*BUSCADOR*/
.miBuscador{
    position: relative;    
}
.miBuscador ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;    
    background:#fff;
    border:1px solid #dbdbdb;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    display: block;
}
.miBuscador ul li{
    padding: 5px 10px;
}
/* BARRA LOGO */
.barraLogo{
    text-align:center;
    padding:20px;
}
/* BARRA SECCIONES PRINCIPALES */
.barraSeccionesPrincipales div{
    color:white;
    font-size:15px;
    letter-spacing:1.07px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    text-decoration:none;
    text-align:right;
    line-height:35px;
    /*padding-left:24px;
    padding-right:8px;*/
    cursor:pointer;
    /*border:2px solid white;*/
}
/* Enlaces internos */
.bloque{
    padding:30px 20px 10px 20px;
}
.seccionGris{
    background:rgb(165,165,175);
    padding:20px;
    color:#ffffff;
    font-family:'Ubuntu',sans-serif;
    font-size:13px;
    width:100%;
}
.letraDoble{
    font-size:200%;
}
.lineTitulo{
    border-bottom: 3px;
    border-bottom-style: solid;     
    width:100%;
    height: 1.8vw;
}
h3.JocoSuperTitulo{
    font-family:'Abel',sans-serif;
    font-size:33px;
    letter-spacing:1.07px;
    padding:20px 0;
    margin-left: 0;
}
.JocoSuperTitulo{
    font-family:'Abel',sans-serif;
    font-size:33px;
    letter-spacing:1.07px;
    padding:20px;
}
.JocoTitulo{
    font-family:'Abel',sans-serif;
    font-size:26px;
    letter-spacing:1.07px;
}
.JocoSubtitulo{
    font-family:'Abel',sans-serif;
    font-size:29px;
    letter-spacing:1.07px;
}
.JocoTexto{
    color:#606060;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    text-overflow: ellipsis;
    overflow: auto;
    padding-bottom:15px;
    text-align: justify;
    text-justify: inter-word;
}
.bloqueLeft{
    float: left;
    width: 50%;  
    margin-right:40px;     
    margin-bottom:20px;  
}
.bloqueRight{
    float: right;
    width: 50%;  
    margin-left:40px;     
    margin-bottom:20px;  
}
div.ENLACE,
a.ENLACE{
    background: #ffffff;
    padding:4px 8px;
    position:relative;
    top:6px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    line-height:33px;
}
div.ENLACE:visted,
div.ENLACE:active,
a.ENLACE:visited,
a.ENLACE:active{
    background: #ffffff;
    text-decoration: none;
}
div.ENLACE:hover,
a.ENLACE:hover{
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
h3.ENLACE.btStaff{
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    line-height:33px;
    cursor: pointer;
    color:#555555; text-transform: uppercase; letter-spacing: 0;  
    padding: 0 2px;
    margin: 0;
}
h3.ENLACE.btStaff.active,
h3.ENLACE.btStaff:hover{
    background:#555555; 
    color:#fff;
}
a.MasInformacion{
    background: #ffffff;
    color:rgb(0,65,116);
    padding:15px 20px;
    font-family:'Ubuntu', sans-serif;
    font-size:20px;
    letter-spacing:1.07px;
    text-align:right;
    line-height:70px;
}
a.MasInformacion:hover{
    color: #ffffff;
    background:rgb(0,65,116);
    text-decoration: none;
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
}
.JocoPie{
    margin-top:20px;
    padding:20px;
    background:rgb(0,65,116);
    color:#ffffff;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
}
.SubtituloPie{
    line-height:41px;
    padding-top:18px;
}
.JocoPie a{
    color:#ffffff;
    line-height:27px;
}
.JocoPie a:hover{
    text-decoration:none;
    color:#cccccc;
}
#Creditos{
    padding-top:20px;
    font-size:12px;
}
/*------------bt arriba-------------*/
#bt_arribaWeb{
    position:fixed; bottom: 0; right: 0;
}
.scroll-button{
    cursor: pointer;
}
.scroll-button span{
    font-size:25px;
    color:#333 !important;
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity: 0.5;
}
/*---------CAROUSEL-------------*/
.bnOcultaBanner{  
    overflow: hidden;
    /*height: 330px;*/
}
.centrarImagen{
    min-height: 330px;
    display:flex; 
    display: -webkit-flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
img.bnImage{
    width: 100%; 

}
img.image2_1{
    /*height: 100%;*/
    /*max-width: 100%;*/
    width: 100%;
}
.centroLoad{
    display: flex;
    justify-content: center;
    align-items:stretch;
}
.carousel-caption{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0; 

}
.carousel-indicators{
    bottom: -30px !important;
}
.backgroundTitulo{
    background-color: rgba(0,0,0,0.7);  
    position: absolute;
    bottom: 12px;
    left: calc(50% - 150px);
}

.carousel-control{
    top: 40%;
    height: 20%;    
}
.carousel-control.right{
    background-image:none;
}
.carousel-control.left{
    background-image:none;
}
/*---------------------------------------------------------*/
.TituloBoton{
    color:#fff;
    font-size: 21px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);  
    text-align:center;   
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    letter-spacing: 1.2;
}
.contentTitulo{
    /*width:80px !important;*/
    position:relative;
    cursor:pointer;
}
.centrarImagenSlider{
    display:flex; 
    align-items:center;
    overflow: hidden;
}
.bnOcultaBannerSlider.active{  
    /*width: 100%;*/
}
.bnOcultaBannerSlider { 
    overflow: hidden;
}
.laImagenSlider{
    overflow:hidden;
}
.bnOcultaBannerSlider .laImagenSlider{
    display:none;
    position: relative;
}
.bnOcultaBannerSlider.active .laImagenSlider{
    display:flex;
    width: 100%;  
    justify-content:center;
}
.bnImageSlide{
    /*width: 100%;*/
    width:100%;
}
.btnBanner{
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 50px;
    cursor: pointer;
    color:#ffffff;
    font-size:18px;
}
/*-----EVENTOS------------------------------------------------------------------------------------*/
.ColorPrimary,
.evColorPrimary{
    color: #404040;
}
.BackcolorPrimary{
    background-color: #404040;
}
/*--------------------------------------------*/
.rollOverunEvento:hover{
    background:#fff;   
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5); 
}
.resumenNoticia:hover, 
.rollOverunEvento a:hover,
.rollOverunEvento h4:hover,
a.resumenNoticia h4:hover,
a.resumenNoticia p:hover{
    text-decoration: none;
    cursor: pointer;
}
a.resumenNoticia p{
    color:#333;
}
.resumenNoticia{
    margin: 10px;
    padding: 10px;
    display: block;
}
.evContenidotxt{
    position: relative;
    padding-top: 30px;
}

.evContenidotxt h4 a{
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 15px;
}
.evContenidotxt h4 a:hover{
    text-decoration: none;
}
.evElementoList{
    padding: 20px;
    margin: 10px 0;
}
/*----------------------------------*/
.ocultoFotoGrilla{
    display: flex;
    display: -webkit-flex;
    width:100%;
    height: 175px;
    justify-content:center;
    -webkit-justify-content: center;
    align-items:center;        
    overflow: hidden;       
    margin-top: 10px;
}
img.evImage{
    width: 100%;        
}


p.evBtInfo a{
    border: 2px solid #565656;
    color: #565656;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.evFecha{
    width:55px;
    height:55px;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.15;
    padding: 5px 0 0;

}
.evFechaGrilla{
    position: absolute;
    left: calc(50% - 30px);
    top:-30px;
}

/*------PIE-----------------------------------------------------*/
.evPie{
    border-bottom:1px solid #d5d2d4;
    margin-top: 20px;   
}   
.evconPag{
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;

}
.evPaginador{
    position: absolute;
    top: -10px;
}
.evPaginador .pagination > li > a, .pagination > li > span{
    border: none;
    color:#404040;
    font-size: 20px;
    border-radius: 3px;
    height: 35px;
    width: 35px;
    text-align: center;
}
.evPaginador .pagination > .active > a,
.evPaginador .pagination > .active > span,
.evPaginador .pagination > .active > a:hover,
.evPaginador .pagination > .active > span:hover,
.evPaginador .pagination > .active > a:focus,
.evPaginador .pagination > .active > span:focus{
    background:  #404040;
    color:#fff;       

}

/*-------Contenido--------------------------------------------------*/
.evGrilla{
    /*display: none; --nono-----------------------------------*/
    width: 100%;
}
.contenidoEvento{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    min-height: 400px;
    flex-direction:row-reverse; /*row ; column; column-reverse*/
}
.evElemento{
    flex-shrink:1;
    flex-grow:1;
    flex-basis:250px;
    align-items:stretch;
    background: #fff;
    border:1px solid white;
}
.evElemento:hover{
    background:#F7F4F4;
    border:1px solid white;
}


/*----Comentarios------------------------------------------*/
.evFormComentarios{
    padding: 15px;
    background-color: #F7F7F7;
}
.grupoComentarios div:nth-child(odd){
    background-color: #F7F4F4;

}    
.colFechas{
    width: calc(30%-35px);
    margin-right: 35px;
    flex-basis:250px;
    min-width: 250px;
    /* border: 1px solid blue;*/

    flex-grow:1;
}
.colDetalle{
    width: 70%;
    /*flex-grow:2;*/
    flex-shrink:0;
    /* border: 1px solid red;       */
}
.ocultoFotoDetal{
    display: flex;
    display: -webkit-flex;
    width:calc(100% - 60px);
    height: 290px;
    justify-content:center;
    -webkit-justify-content: center;
    align-items:center;        
    overflow: hidden;       
    margin-top: 10px;                
}
.evElementoDetal{
    flex-shrink:1;
    flex-grow:1;
    flex-basis:250px;
    align-items:stretch;
    background: #fff;
    border:1px solid white;
    border-bottom:1px solid #D5D2D4;
    padding-bottom: 20px;        
}
.evInfoIcos{
    border-bottom: 1px solid #d5d2d4;
    width: calc(100% - 60px);
    margin: 30px 30px 0 30px;
    color: #444;
    display:flex; 
    flex-wrap:wrap;
}
.evInfoIcos div{
    justify-content:space-between;
    -webkit-justify-content: space-between;
    margin-right:20px; 
}
.evContenidotxtDetal{
    font-size:  15px;
    line-height: 1.4em;
    text-align: left;
    margin: 30px;
}
/*--Style galería de fotos-----------------------------------------------------*/
.contenidoGallery{
    width:calc(100% - 60px);
    display: flex;
    display: -webkit-flex;
    justify-content:center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    max-height: 90px;
    flex-direction:row; /*row ; column; column-reverse*/
    position: relative;
}
.galElemento{
    flex-shrink:1;

    flex-basis:250px;
    align-items:stretch;
    background: #fff;
    border:1px solid white;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;/*flex-end ; space-between, space-around*/   
    -webkit-justify-content: center;
}

.bnOcultaFoto{
    display: flex;
    display: -webkit-flex;
    min-width:100px;
    max-height: 90px;
    justify-content:center;
    -webkit-justify-content: center;
    align-items:center;        
    overflow: hidden; 
    margin-right: 2px;
    flex-grow:1;
    flex-shrink:1;
}
.bnOcultaFoto:last-child {
    margin-right: 0;
}
#gallerySlide .carousel-control{
    background-repeat: no-repeat;
    width: 52px !important;
    height: 52px !important;
    top: calc(100% - 75%);
    -webkit-transition: all 400ms linear 0s;
    -moz-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity: 0;
}
#gallerySlide .carousel-control:hover{
    filter: alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity: 1;
}

#gallerySlide .carousel-control .fa{
    font-size: 40px !important;        
}
#gallerySlide .carousel-indicators{
    display: none;

}
.bnOcultaFotoPrincipal{
    min-width:100px;
    overflow: hidden;
    min-height: 350px;
}  

.bnOcultaFotoPrincipal img{
    /*width: 100%;*/
}
.centrarFotoPrincipal{
    display:flex; 
    align-items:center;
}
.centrarFotoPrincipal img{
    width: 100%;
}
h4.entry-title a,
h4.entry-title{ 
    /*font-family: 'Volkhov', sans-serif;*/
    word-wrap: break-word;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 400;
    margin: 6px 0 6px 0;
    color:#444;
    text-align: center;
}
h3.JocoTitulo a,
h3.JocoTitulo,
h3.entry-title a,
h3.entry-title{
    font-family:'Abel',sans-serif;
    word-wrap: break-word;
    font-size: 2.8vh;
    line-height: 3vh;
    font-weight: 400;
    margin: 6px 0 6px 0;
    color:#444;
}
.miBlog header{
    margin: 20px 0; 
}
.fechaJc{
    color:#999;
    font-family:'Ubuntu', sans-serif;
    font-size:14px;
}
article.listaNoticias{
    padding: 4px !important;    
}
/*---------estilos input form control------------------*/
md-input-container label:not(.md-container-ignore){
    left: 5px;
}
.formLbel label{
    margin-bottom: 0px;
}
/*-------------------------------------------------------*/
.formControlTodos .md-select-value{
    padding: 0;
}
.formControlTodos md-select.form-control{
    margin:0;
    display: inline-flex;
}
.formLbel md-input-container .md-placeholder, 
.formLbel md-input-container label{
    color: #666;
    font-weight: normal;
    font-size: 1.1em;
}    
.formLbel md-input-container .md-errors-spacer{
    min-height: auto !important;
    height: auto !important;
}
.formFilaPadding{
    margin: 20px;
}
.formFilaPad md-input-container{
    margin: 5px 10px;
}
.colorRadioBT{
    margin:3px 0;
}
.formFilaPad div{
    padding: 10px;
}
.formFilaPad.borde-bt{
    border-bottom: 1px solid #dbdbdb;
}
.altoMapa{
    height: 600px; 
}
.logoPaymentJocotoco{
    width: 300px;
}
.logoPaymentJocotoco:hover{
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);    
}
/*-----TABLA RESPONSIVE-------------*/

table.latabla {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 45%;
}

.latabla caption {
    font-size: 1em;
    margin: .5em 0 .75em;
}

.latabla tr {
    padding: .35em;
}
.latabla th,
.latabla td {
    padding: 1.5em;
    text-align: center;
    color: #4d4d4d;
    border: 2px solid white;
}

.latabla th {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.latabla td {
    font-size: 12px;       
}
/*.leaflet-popup.leaflet-zoom-animated .leaflet-popup-content-wrapper{
    background: red !important;    
}
.leaflet-popup.leaflet-zoom-animated .leaflet-popup-tip{
    background: red !important;   
}*/
/*---------banner secciones--------------------------------------------------------*/
.bannerSecciones{
    display: flex;
    display: -webkit-flex;
    width: 100%;    
    justify-content:center;
    -webkit-justify-content: center;
    align-items:center; 
    min-height:320px;
    background-size: cover;
    background-color: #D5D2D4;
    background-position: center top;
    background-repeat:no-repeat;
    background-attachment: fixed;
    position: relative;
}
.bannerSecciones .cajaTexto{
    /*color:#fff; */
    z-index: 1;
}
.bannerSecciones h3,
.bannerSecciones h4{
    line-height: 1.4em;
    text-align:center;
    font-weight: bold;
}
.colorBannerSecciones{
    position: absolute;
    top:0;
    left:0;
    min-height:320px; 
    width:100%;
}
#logojocotoco{
    width:300px;
}
.promo_proyectos{
    position: absolute;
    bottom: 0;
    left:calc(40% / 2);
    width: 100%;
    height: 50px;
    text-align: left;    
}
.promoES{    
    background: url(../web/piezas/donarES.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.promoES.laSombra{
    background: url(../web/piezas/donarES_over.svg);
    background-repeat: no-repeat;
    background-size: contain;    
}
.promoEN{    
    background: url(../web/piezas/donarEN.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.promoEN.laSombra{
    background: url(../web/piezas/donarEN_over.svg);
    background-repeat: no-repeat;
    background-size: contain;    
}
/*---------------TESTIMONIOS--------------------------*/
.colorTextoSobreFoto{
    color:#fff;
}
.fotoTestimonio{           
    /*position: absolute;           
    bottom: -100px;*/
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content:flex-start;
    align-items: center;
    width: 100px;
    min-height: 106px;
} 
.fotoTestimonioUp{           
    /*position: absolute;           
    bottom: -100px;*/
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content:flex-start;
    align-items: center;
    width: 130px;
    min-height: 120px;
} 
.mascara{
    border: 2px solid #f2efef;            
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F2EFEF;
    text-align: center;
    margin:0 auto;
    overflow: hidden;
}
.mascara.bottom{           
    width:85px;
    height:85px;           
}
.mascara.up{
    border: 8px solid #f2efef;
    width:130px;
    height:130px;            
}
.triangulo {
    width: 0; 
    height: 0; 
    border-left:20px solid transparent;
    border-top:20px solid #ffffff;
    border-right: 20px solid transparent; 
}
.cajaPrincipalT{
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.backImage{
    width:100%; height:100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
}
.transparenciaFoto{
    position: absolute;
    top:0;
    left:0;
}
.contentTestimonios{
    width:80%; height:100%;
    position: absolute;
}
.cajaTestimonio{
    background-color:#fff;
    padding:30px;
    width:100%;
    height:auto;
}
#myCarousel_T .carousel-indicators li{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
#myCarousel_T .carousel-inner.centrado,
#myCarousel_T .carousel.slide.centradoDiv{
    display: flex;
    display: -webkit-flex;
    justify-content:center;  
    -webkit-justify-content:center; 
}       
.losbotonesalpie{
    width: 100px;
    position: absolute;
    height: 50px;
    right: 0;
    margin: 0 auto;
    top: -65px;
}
.losbotonesaltop{
    width: 100px;
    position: absolute;
    top: -34px;
    height: 50px;
    right: 50px;
}
#myCarousel_T .carousel-control{
    width: auto;
}
#myCarousel_T .carousel-control.left,
#myCarousel_T .carousel-control.right{
    background-image: none;
    background-repeat: no-repeat;
}
.cajaTestimonio{
    max-height: 300px;
    overflow-y: auto;
}
/*---------GALERÍA-------------------------------------*/
.superContenedor{
    width:100%;
    /*width: 450px;*/
    height: 250px;
    position: relative;            
}
.bnOcultaFotoGaleria{
    width:100%;
    /*width: 450px;*/
    height: 250px;
    overflow: hidden;  
    justify-content:center;
    align-items:center;   
    border: 1px solid blue;
}  
.bnOcultaFotoGaleria img{
    width: 100%;
}
.mascaraContenido{
    width:100%;
    /*width: 450px;*/
    height: 250px;
    overflow: hidden;  
    justify-content:center;
    align-items:center;
    border: 1px solid red;            
}
.tiraImagenes{
    position: relative;
}
.navegadorContent{
    position: absolute;
    bottom:-20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.navegadorContent .dotCirculo {
    width:14px;
    height:14px;
    -moz-border-radius:100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;   
    border:1px solid white; 
    -webkit-box-shadow: 6px 3px 5px -5px rgba(0,0,0,0.8);
    -moz-box-shadow: 6px 3px 5px -5px rgba(0,0,0,0.8);
    box-shadow: 6px 3px 5px -5px rgba(0,0,0,0.8);
    cursor:pointer;
}
.navegadorContent .dotCirculo:hover {
    background-color:rgba(0, 0, 0, 0.8);
}
.navegadorContent .active{
    background-color:rgba(0, 0, 0, 0.8);
}
/*----------------------------------------------*/
#navegadorFlechas{
    top:0;
    position: absolute;
    width:100%;
    /*width: 450px;*/
    height: 250px;
}
#navegadorFlechas i{
    color:#fff;
    -webkit-text-shadow: 0 0 8px #000000;
    -moz-text-shadow: 0 0 8px #000000;
    text-shadow: 0 0 8px #000000;            
}
#navegadorFlechas .carousel-control{
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    /*top: calc(100% - 60%);*/
    -webkit-transition: all 400ms linear 0s;
    -moz-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity: 0;
}
#navegadorFlechas .carousel-control:hover{
    filter: alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity: 1;
}

#navegadorFlechas .carousel-control .fa{
    font-size: 40px !important;        
}
/*------------FOTO GALERIA---------------------------*/
.GLcontenedor-img {
    min-width: 260px;
    height:300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    margin: 8px;

}

.GLcontenedor-img .mascara,
.GLcontenedor-img .contenido {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    min-width: 260px;
    /* min-height: 150px;*/
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity: 0;
}
.GLcontenedor-img img {
    display: block;
    position: relative;

}
.GLcontenedor-img h4 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0
}
.GLcontenedor-img p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 10px;
    text-align: center
}
.efectoFoto .mascara {
    background-color: rgba(33,33,33, 0.5);
    width:100%;
    height: 100%;

}
.enlaBt{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;            
}
.enlaBt:hover{
    text-decoration: none;
}
.infoFoto h5,
.infoFoto h4{
    margin-top:1px;
    margin-bottom: 1px;
    text-align: center;            
}
.infoFoto h5{
    text-transform: uppercase; 
}
.contenedorfotoGaleria{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 10px;
}
md-dialog{
    max-width: 650px;
}
.iframeDestacado{
    background:#000;
    height: 100%;
}
.reservaTxt{
    text-align:center; text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;            
}        
/*----------------responsive----------------------------------------------------*/
@media screen and (max-width: 600px) {
    .sombraCarousel{
        left:0;
    }
    .bnImageSlide{
        width:auto;
        height: 100%;
    }
    .centrarImagen{
        min-height: 200px;   
    }
    table.latabla{
        width:80%;
    }
    .latabla thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .latabla tr {
        border-bottom: 3px solid #ddd;
        display: grid;
        margin-bottom:0;
        padding:0;
    }

    .latabla td {
        border:none;
        /*display: inline-table;*/
        font-size: .8em;
        text-align: center;
        vertical-align: middle;
    }

    .latabla td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .latabla td:last-child {
        border-bottom: 0;
    }
    .losprecios .latabla tr{
        margin: 0;
        padding: 0;
        display: flex;
        display: -webkit-flex;
        border-bottom:1px solid #ddd !important; 

    }
    .losprecios .latabla td{
        width: 100%;
    }
    .latabla tfoot tr{
        border-bottom: none;
    }
    .bannerSecciones{   
        background-position: center;
        background-size: cover;
        background-attachment: initial;
    }
    #logojocotoco{
        width: 250px;
    }
    /*------TESTIMONIOS-----------------------*/
    .losbotonesaltop{
        width: 160px;
        top: -45px;
    }
    /*------------FOTO GALERIA---------------------------*/
    .contenedorfotoGaleria{
        margin:0px;
    }
    .GLcontenedor-img{
        min-width: 130px;
        height: 145px; 
    }
    .contenedorfotoGaleria h4{
        font-size: 12px;                
    }
    .contenedorfotoGaleria h5{
        font-size: 10px;                
    }

}  
#cuantasPersonas {
    padding: 0;
}    
/*-----------CATÁLOGO DE PRODUCTOS---------------------------------------*/        
.carousel-caption{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    top: 0; 
}
.seccionContenido{ 
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    padding-bottom: 50px;
    height: 100%;
}
.seccionContenido h3{
    color:#fff;
    margin-left: 20px;
    text-transform: uppercase;
}

.franjaCategoria{
    background: #9DB065;
    width: max-content;
    height: 25px;
    color:#fff;
    padding: 2px 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 30px;                
}
.franjaCategoriaDetalle{
    background: #9DB065;
    width: max-content;
    height: 25px;
    color:#fff;
    padding: 2px 20px 0;
    text-transform: uppercase;
    font-weight: bold;             
}
a.seccionContenido:hover{
    text-decoration: none;
}

ul.filaProductos{           
    list-style: none;
    padding: 0;
    display: flex;
    display: -webkit-flex; 
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
ul.filaProductos li{
    min-height:390px;
}
.fotoFondo{
    position:relative;height:100%;width:100%;
    cursor: pointer;
}  
.elProducto{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.cajaDonacion{
    background: #eaeaea;
    text-align: center;
}
input.md-input.miform{
    background: #fff !important;
    padding: 0 10px;
}
md-input-container label{
    text-align: left;

}
md-input-container .md-input{
    border-width: 0 0 0;  
}
.verTodos{
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
/*-----------------------CAROUSEL--------------------------------------------*/
.bnOcultaBanner{  
    overflow: hidden;         
}
.centrarImagen{
    display:flex; 
    align-items:center;
}
img.bnImage{
    width: 100%; 

}
.centroLoad{
    display: flex;
    justify-content: center;
    align-items:stretch;
}
.carousel-caption{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0; 

}
.carousel-indicators{
    bottom: 0px !important;
}
.backgroundTitulo{
    background-color: rgba(0,0,0,0.7);  
    position: absolute;
    bottom: 12px;
    left: calc(50% - 150px);
}
.sombraCarousel{
    position: absolute;z-index:10;
}
.contentCarousel{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.contentCarouselVertical{
    margin: 0 auto; 
    width:90vw;
}
/*--------------------BANNER------------------------------*/
#bannerHorizontal{
    position: relative;
}
#carouselButtons{
    position: absolute;
    bottom: 7px;
    right: 9px;        
}
.carousel-indicators{
    bottom: 0;      
}
.carousel-control{
    font-size: 90px; 
    padding-top: 70px;
    width: 10%;
    display: none;
}
.margenBN{
    width: 940px;
    background: #FFF;
    padding: 15px 0;
    -webkit-box-shadow: 7px 7px 4px -6px rgba(46,45,46,0.58);
    -moz-box-shadow: 7px 7px 4px -6px rgba(46,45,46,0.58);
    box-shadow: 7px 7px 4px -6px rgba(46,45,46,0.58);
    margin: 5px 0 15px 0;  
}
/*----------------------RESPONSIVE PEQUE-------------------------------------------*/ 
@media screen and (min-width:601px) {
    .sombraCarousel{
        left:0;
    }
    .bnImageSlide{
        width:auto;
        height: 100%;
    }     
}
@media screen and (min-width: 1280px) {
    .sombraCarousel{
        left:initial;
    }
    .bnImageSlide{
        width: 100%;
        height: auto;
    }
}

a.enlaceInvestigacion{
    color: rgb(131,154,62);
    background: rgb(255,255,255);
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
}
a.enlaceInvestigacion:hover{
    background: rgb(131,154,62);
    color: rgb(255,255,255);
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
a.enlaceVoluntarios{
    color: rgb(87,188,144);
    background: rgb(255,255,255);
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
}
a.enlaceVoluntarios:hover{
    background: rgb(87,188,144);
    color: rgb(255,255,255);
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
a.enlaceEcoturismo{
    color: rgb(87,101,42);
    background: rgb(255,255,255);
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
}
a.enlaceEcoturismo:hover{
    background: rgb(87,101,42);
    color: rgb(255,255,255);
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
a.enlaceSocioComunitario{
    color: rgb(171,147,83);
    background: rgb(255,255,255);
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
}
a.enlaceSocioComunitario:hover{
    background: rgb(171,147,83);
    color: rgb(255,255,255);
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.enlaceReservas,
a.enlaceReservas{
    color: rgb(0,65,116);
    background: rgb(255,255,255);
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
    cursor: pointer;
}
.enlaceReservas:hover,
a.enlaceReservas:hover,
.enlaceReservasHover,
a.enlaceReservasHover{
    background: rgb(0,65,116);
    color: rgb(255,255,255);
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
}
a.enlaceConservacion{
    color: rgb(77,44,61);
    background: rgb(255,255,255);
    padding:4px 8px;
    font-family:'Abel', sans-serif;
    font-size:19px;
    letter-spacing:1.07px;
    text-align:center;
    text-decoration: none;
}
a.enlaceConservacion:hover{
    background: rgb(77,44,61);
    color: rgb(255,255,255);
    -webkit-transition: background-color 300ms linear 0ms;
    -moz-transition: background-color 300ms linear 0ms;
    transition: background-color 300ms linear 0ms;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/*-------Piso estilos boostrap------------------------------------------*/
.form-control,
.btn{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.encabezadoJocotours{
    padding: 20px;
}
.pieFoto{
    /* position: absolute;*/
    background-color:rgba(0, 0, 0, 0.6);
    bottom:0;
    padding: 5px 10px;
    width: 100%;
    color: #fff;    
}
.carousel-indicators li{
    border: 1px solid #dbdbdb; 
}
.carousel-indicators .active {
    background-color: #333;
}