.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 .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 {
    background: no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto
}

.img-detalle,
.img-detalle picture {
    position: relative
}

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

.img-detalle .wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 10px;
    bottom: 0;
    width: calc(100% - 20px)
}

@media (min-width:1024px) {
    .img-detalle .wrap {
        margin: 0 auto
    }
}

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

.titulo-detalle h1,
.titulo-detalle h2 {
    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: 0
}

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

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

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

.titulo-detalle .fecha {
    margin-right: 20px
}

.titulo-detalle .fecha,
.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%
}

@media (min-width:1025px) {
    .contenido-detalle {
        padding-left: 0
    }
}

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%;
    min-height: 320px
}

.audio {
    margin-bottom: 60px
}

.audio img {
    max-width: 100%
}

.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 img {
    width: 100%;
    margin-bottom: 20px;
    transition: all 1s ease
}

.galeria-detalle img:hover {
    opacity: .7
}

.box-adulto {
    position: relative;
    display: flex;
    align-items: center
}

.box-adulto .img-res {
    width: 45%;
    flex-shrink: 0
}

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

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

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

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: 0
}

.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 .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: .9
}

.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: 2rem
}

.cuadro-colaboracion h4 {
    font-size: 20px;
    color: #00a09c;
    font-weight: 400;
    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: 700;
    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
}

.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 .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 {
    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 {
    margin-bottom: 1rem
}

.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 0
}

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

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

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

@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
    }
}

.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 .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 {
    background: no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto
}

.img-detalle,
.img-detalle picture {
    position: relative
}

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

.img-detalle .wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 10px;
    bottom: 0;
    width: calc(100% - 20px)
}

@media (min-width:1024px) {
    .img-detalle .wrap {
        margin: 0 auto
    }
}

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

.titulo-detalle h1,
.titulo-detalle h2 {
    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: 0
}

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

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

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

.titulo-detalle .fecha {
    margin-right: 20px
}

.titulo-detalle .fecha,
.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%
}

@media (min-width:1025px) {
    .contenido-detalle {
        padding-left: 0
    }
}

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%;
    min-height: 320px
}

.audio {
    margin-bottom: 60px
}

.audio img {
    max-width: 100%
}

.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 img {
    width: 100%;
    margin-bottom: 20px;
    transition: all 1s ease
}

.galeria-detalle img:hover {
    opacity: .7
}

.box-adulto {
    position: relative;
    display: flex;
    align-items: center
}

.box-adulto .img-res {
    width: 45%;
    flex-shrink: 0
}

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

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

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

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: 0
}

.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 .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: .9
}

.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: 2rem
}

.cuadro-colaboracion h4 {
    font-size: 20px;
    color: #00a09c;
    font-weight: 400;
    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: 700;
    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
}

.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 .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 {
    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 {
    margin-bottom: 1rem
}

.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 0
}

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

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

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

@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
    }
}

@media (max-width: 768px) {
  ul.ancho-max.mx-auto.nuevo-nav li:first-child {
    display: none;
  }
}