.compartir-detalle {
    background: #fff;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: -30px;
}
.compartir-detalle .item-compartir {
    display: inline-block;
}

.compartir-detalle p {
    margin-bottom: 0;
    color: #00A19B;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.compartir-detalle a {
    font-size: 20px;
    color: #8d8d8d;
    margin: 0 10px;
    transition: all 0.3s ease;
    border:0;
}

.compartir-detalle a:hover {
    color: #333;
}

.compartir-detalle .item-compartir:first-child {
    margin-right: 20px;
}

.interior-detalle {
    background: #F8F8F8;
}

.interior-detalle .noticia-importada p[style] img[style] {
    display: none !important;
}

.img-detalle {
    position: relative;
    background: no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
}

.img-detalle picture {
    position: relative;
}

.img-detalle picture img {
    width: 100%;
}

.img-detalle img {}

.img-detalle .wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.titulo-detalle {
    max-width: 700px;
}

.titulo-detalle h2,
.titulo-detalle h1 {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 120%;
}

.titulo-detalle .categoria {
    font-size: 12px;
    color: #fff;
    background: #00A19B;
    border-radius: 20px;
    display: inline-block;
    padding: 0;
}

.titulo-detalle p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

.titulo-detalle .categoria a {
    padding: 3px 10px;
    display: block;
    color: #fff;
}

.titulo-detalle .categoria a:hover {
    text-decoration: none;
}

.titulo-detalle h2,
.titulo-detalle h1 {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
}

.titulo-detalle .fecha {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

.titulo-detalle .tiempo {
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.texto-detalle {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.texto-detalle img {
    max-width: 100%;
}

.contenido-detalle {}

.contenido-detalle .texto-detalle {}

.texto-detalle {}

.contenido-detalle .texto-detalle p {
    font-size: 18px;
    line-height: 27px;

    font-weight: normal;
    color: #494D5F;
    margin-bottom: 20px;
}

h4.s-titulo {
    font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    margin: 50px 0 30px;
}

h5.s-titulo2 {
    font-size: 22px;
    margin: 30px 0 20px;
    color: #4A4A4A;
}

h5.s-titulo2.verde {
    color: #00A19B;
}

.cuadro-cita {
    background: #E8E8E8;
    padding: 30px;
    margin-bottom: 40px;
}

.cuadro-cita .texto-cita {

    position: relative;
    padding: 0 50px;
    margin-bottom: 30px;
}

.cuadro-cita .texto-cita p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.cuadro-cita .texto-cita img.comilla1 {
    position: absolute;
    top: 0;
    left: 0;
}

.cuadro-cita .texto-cita img.comilla2 {
    right: 0;
    bottom: 0;
    position: absolute;
}

.cuadro-cita h4 {
    font-size: 16px;
    font-weight: 500;

}

.video-detalle {
    width: 100%;
    margin-bottom: 50px;
}

.video-detalle iframe {
    width: 100%;
}

.audio {
    margin-bottom: 60px;
}

.audio img {
    max-width: 100%;
}

.galeria-detalle {}

.galeria-detalle .row {
    margin-right: -10px;
    margin-left: -10px;
}

.galeria-detalle .row>[class^="col-"],
.galeria-detalle .row>[class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.galeria-detalle h2.titulo-2 {}

.galeria-detalle img {
    width: 100%;
    margin-bottom: 20px;
    transition: all 1s ease;
}

.galeria-detalle img:hover {
    opacity: 0.7;
}

.box-adulto {
    position: relative;
}

.box-adulto .img-res {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}

.box-adulto .img-res img {
    height: 100%;
}

.box-adulto .texto-res {
    width: 55%;
    float: right;
}

.box-adulto .texto-res h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

.box-adulto .texto-res p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.contenido-relacionado {}

h3.titulo-4 {
    font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 16px;
}

h3.titulo-4 i {
    color: #00A19B;
    font-size: 41px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    margin-bottom: 0px;
}

.wrap-videos {
    background: #fff;
    padding: 30px 20px;
}

.wrap-videos .row {
    margin-right: -6px;
    margin-left: -6px;
}

.wrap-videos .row>[class^="col-"],
.wrap-videos .row>[class*=" col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.wrap-videos .box-video {}

.wrap-videos .box-video .img-noticia {
    overflow: hidden;
    margin-bottom: 10px;
}

.wrap-videos .box-video .img-noticia img {
    width: 100%;
    transition: all 1s ease;
}

.wrap-videos .box-video:hover .img-noticia img {
    transform: scale(1.05);
    opacity: 0.9;
}

.wrap-videos .box-video .texto-noticia {}

.wrap-videos .box-video .texto-noticia h4 {
    color: #444;
    font-size: 22px;
}

.wrap-videos .box-video .texto-noticia h4 a {
    color: #444;
}

.wrap-videos .box-video .texto-noticia h4 a:hover {
    text-decoration: none;
    color: #666;
}

.wrap-videos .box-video .texto-noticia p {
    color: #aba6a6;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.etiquetas {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.videos-rel {
    margin-bottom: 30px;
}

.cuadro-colaboracion {
    margin-bottom: 50px;
}

.cuadro-colaboracion h4 {
    font-size: 20px;
    color: #00A09C;
    font-weight: normal;
    margin: 0 0 15px;
}

.cuadro-colaboracion .w-col {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 0 10px #ddd;
    padding: 10px;
    border-radius: 5px
}

.cuadro-colaboracion .w-col .img-col {
    border-radius: 5px;
    overflow: hidden;
    width: 33.333%;
    min-width: 33.333%;
    margin-right: 15px;
}

.cuadro-colaboracion .w-col .img-col img {
    width: 100%;
}

.cuadro-colaboracion .w-col .texto-col {
    width: calc(66% - 15px);
}

.cuadro-colaboracion .w-col .texto-col h3 {
    font-size: 24px;
    color: #4A4A4A;
    font-weight: bold;
    margin: 0;
}

.cuadro-colaboracion .w-col .texto-col h5 {
    font-size: 16px;
    color: #00A09C;

    margin: 0 0 10px;
}

.cuadro-colaboracion .w-col .texto-col p {
    font-size: 12px;
    color: #494D5F;
    margin-bottom: 0;
}

.cuadro-colaboracion .w-col .texto-col ul {
    list-style: none;
}

.cuadro-colaboracion .w-col .texto-col ul li {
    line-height: 110%;
    margin: 0 0 .5rem 0;
}

.cuadro-colaboracion .w-col a {
    margin-top: 15px;
    min-width: 100%;
}

.gal-desktop {
    display: block;
}

.gal-mobile {
    display: none;
}

.sidebar-desktop {
    display: block;
}

.sidebar-mobile {
    display: none;
}

.item-ejercicio {
    margin-bottom: 40px;
}

.item-ejercicio h5 {
    font-size: 18px;
    color: #4A4A4A;

    margin-bottom: 20px;
}

.item-ejercicio .c-ejercicio {

    position: relative;
    margin-bottom: 30px;
}

.item-ejercicio .c-ejercicio .ic-ejercicio {
    position: absolute;
    top: 0;
    left: 0;
}

.item-ejercicio .c-ejercicio .ic-ejercicio img {}

.item-ejercicio .c-ejercicio .texto-ejercicio {
    color: #4A4A4A;
    font-weight: 500;
    padding-left: 55px;
}

.item-ejercicio .c-ejercicio .texto-ejercicio .t-e-1 {
    font-size: 15px;
    line-height: 15px;
}

.item-ejercicio .c-ejercicio .texto-ejercicio .t-e-2 {
    font-size: 22px;
}

.item-ejercicio .c-ejercicio .texto-ejercicio .t-e-3 {
    font-size: 15px;
    line-height: 15px;
}

.item-ejercicio .i-ejercicios {}

.item-ejercicio .i-ejercicios .item {
    text-align: center;
    display: inline-block;
    width: 140px;
    vertical-align: top;
}

.item-ejercicio .i-ejercicios .item img {
    margin-bottom: 10px;
}

.item-ejercicio .i-ejercicios .item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 500;
}

.tag-noticias-lateral.tag-noticias-lateral-mob {
    display: none;
}

.tag-noticias-lateral .categoria {
    font-size: 12px;
    color: #fff;
    background: #00A19B;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.tag-noticias-lateral .categoria a {
    padding: 3px 10px;
    display: block;
    color: #fff;
}

.box-noticia .texto-noticia {
    padding: 0 10px;
}

.box-noticia.destacado h4,
.box-noticia h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}

.i-detalle {
    padding: 40px 25px;
}



.btns-detalle {
    margin-bottom: 30px;
}

.btns-detalle a {
    margin-right: 10px;
}

.btns-detalle a i {
    font-size: 20px;
    margin-right: 5px;
}

/*NUEVOS ESTILOS*/

.img-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.img-overlay {
position: relative;
display: block;
}

.box-reserva {
    background: #00a19b;
    margin: 30px 0;
}

.box-reserva .texto-res {
    padding: 30px;
}

.box-reserva .texto-res a {
    width: 100%;
    padding: 10px;
}

.box-reserva .img-res img {
    width: 100%;
}

.box-adulto .texto-res p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.box-adulto .texto-res h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

/*.btn {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600;
}*/

.btn-naranjo:active, .btn-naranjo:hover, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ec610e;
    border-color: #ec610e;
    color: white;
}

.box-reserva .texto-res h3 {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
}

.box-reserva .texto-res p {
    font-size: 18px;
    color: #fff;
    font-family: "Quicksand";
    margin-bottom: 15px;
}

.btn-naranjo:active, .btn-naranjo:hover, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ec610e;
    border-color: #ec610e;
    color: white;
}

/*.btn {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}*/

/*.i-detalle a,.i-detalle a:hover {
    text-decoration: none;
    color: #099;
    border-bottom: 1px dotted #099;
    transition: color 0.5s, background-color 0.5s, border 0.5s;
}*/
.titulo-2 {
    color: #00a19b;
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}
.box-noticia {
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    padding-bottom: 20px;
  }
  
  .box-noticia .img-noticia {
    overflow: hidden;
  }
  
  .box-noticia .img-noticia img {
    width: 100%;
    transition: all 1s ease;
  }
  
  .box-noticia:hover .img-noticia img {
    transform: scale(1.05);
    opacity: 0.9;
  }
  
  .box-noticia .ic-compartir {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
  
  .box-noticia .ic-compartir:hover {
    transform: rotate(180deg);
  }
  
  .box-noticia .ic-compartir a {
    color: #fff;
  }
  
  .box-noticia .texto-noticia {
    padding: 0 20px;
    margin-top: -10px;
  }
  
  .box-noticia.bg-blanco {
    background: #fff;
    padding-bottom: 20px;
  }
  
  .box-noticia .categoria {
    font-size: 12px;
    color: #fff;
    background: #00a19b;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
  }
  
  .box-noticia h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin: 18px 0 10px;
  }
  
  .box-noticia h4 a {
    color: #4a4a4a;
    transition: all 0.3s ease;
  }
  
  .box-noticia h4 a:hover {
    color: #666;
    text-decoration: none;
  }
  
  .box-noticia .fecha {
    font-size: 13px;
    color: #9b9b9b;
  }
  
  .box-noticia .tiempo {
    font-size: 13px;
    color: #9b9b9b;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  
  .box-noticia .tiempo i {
    margin-right: 0px;
  }
  
  .box-noticia.destacado h4 {
    font-size: 26px;
  }

  .btn-naranjo {
    background-color: #f37022;
    border-color: #f37022;
    color: white;
}
.tns-nav {
    text-align: center;
    margin-top: 10px;
  }
  
  .tns-nav button {
    width: 12px !important;
    height: 12px;
    display: inline-block;
    border: 1px solid #008480;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
    padding: 0 !important;
  }
  
  .tns-nav button.tns-nav-active {
    background: #008480;
  }

  .i-detalle .btn-naranjo {
background-color: #f37022;
border-color: #f37022;
color: white;
}

.item-charla{
    position: relative;
    margin-bottom: 20px;
}
.item-charla .fecha-charla{
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 100%;
    background: #00A19B;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color:#fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.item-charla .fecha-charla > div{
    width: 100%;
}
.item-charla .fecha-charla .dia{
    font-size: 24px;
    line-height: 26px;
}
.item-charla .fecha-charla .mes{
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    display: block;
}
.item-charla .fecha-charla .hora{
    font-size: 18px;
}

.item-charla .texto-charla{
    background: #fff;
    padding: 14px 20px 14px 130px;
}
.item-charla .texto-charla h5{
    font-size: 18px;
    line-height: 21px;
    color:#4A4A4A;
    font-weight: bold;
    margin: 0 0 4px;
}
.item-charla .texto-charla h5 a{
    color:#4A4A4A;
    transition: all 0.3s ease;
}
.item-charla .texto-charla h5 a:hover{
    color:#4A4A4A;
    text-decoration: none;
    color:#666;
}
.item-charla .texto-charla p{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    color:#9B9B9B;
}
.item-charla .texto-charla .lugar{
    font-size: 13px;
    color:#9B9B9B;
    float: left;
}
.item-charla .texto-charla .duracion{
    font-size: 13px;
    color:#9B9B9B;
    float: right;
}

.paginador.assa-pag a {
    margin-right: 5px;
}

.paginador ul li.active a, .paginador ul li.active a:hover {
    background: #009999;
    color: #fff;
}

div.paginador.assa-pag {
    display: flex;
    flex-direction: row;
}

.paginador.assa-pag span.nav  {
    width: auto;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    background: #E4E4E4;
    border-color: #E4E4E4;
    margin-right: 5px;
}

 .paginador ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.paginador.assa-pag span.nav a {
   
    height: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #E4E4E4;
    border-color: #E4E4E4;
    margin-right: 5px;
}

/*FIN NUEVOS ESTILOS*/

@media(max-width:640px) {
    .box-reserva .texto-res {
    padding-bottom: 20px;
    }
    .box-adulto .texto-res {
        width: 100%;
    }
    .box-adulto .img-res {
        position: relative; 
        width: 100%;
    }
    .visible .tabla-tramos {
    opacity: 1;
    visibility: visible;
    }
    .tabla-detalle {
    overflow: scroll;
    }
    .audio {
    overflow: auto;
    }    
}

@media(min-width:768px) {
    .compartir-detalle {
        display: inline-flex;
        justify-content: flex-start;
    }
}

@media (max-width:1024px) {
    .img-detalle picture img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    .tag-noticias-lateral {
        margin-bottom: 30px;
    }

    .tag-noticias-lateral .categoria {
        font-size: 1rem;
    }
}