@keyframes animationShapeOne {
    0% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
    50% {
        transform: translate(10px, 0px) rotate( 3deg);
    }
    100% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
}

.pb_logoPlayRoom {
    width: 70px;
    position: fixed;
    z-index: 99;
    bottom: 180px;
    right: 20px;
    animation: linear animationShapeOne 5s infinite;
}

.pb_textClub {
    font-size: 12px;
    text-align: center;
    display: block;
    color: #999;
}

.ContBioAutor {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 20px 30px 20px;
    border-top: 1px solid #a52629;
}

.FotoAutor {
    width: 180px;
    height: 180px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}

.BioAutor {
    width: 81%;
    display: inline-block;
    padding-left: 35px;
}

.AutorH1 {
    color: #a52629;
    margin-bottom: 20px;
}

.AutorCargo {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    color: #909090;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 14px 0;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left!important;
}

.AutorDesc {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
}

.AutorRedes {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-top: 15px;
}

.Autoricon {
    float: left;
    margin: 0 26px 0 0;
    font-size: 22px;
}

.Autoricon a {
    color: #a52629;
}

.Autoricon a:hover {
    color: #000;
}

.notasH2 {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
}

.txtHist h3 {
    width: 100%;
    height: 69px;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    text-decoration: none;
    padding: 0;
    margin: 20px 0 10px 0;
    text-transform: initial;
    letter-spacing: inherit;
}

.txtHist h3 a {
    color: #212529;
}

.txtHist h3 a:hover {
    color: #a52629;
}

/*single video*/

.video-single {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 11px 20px 40px 20px;
    background: #000;
    border-radius: 10px;
    margin-top: 40px;
    display: inline-block;
}

.cont-singletxt {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
    border-bottom: 2px solid #a72424;
    margin-left: 10px;
}

.label-video {
    width: 59px;
    height: 83px;
    background: #a72424;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: -23px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    /*text-align: center;*/
    padding-top: 15px;
}

i.bi.bi-play-circle-fill {
    color: #fff;
    font-size: 38px;
    margin-top: 23px;
    margin-left: 11px;
}

.txt-video {
    width: auto;
    float: left;
    color: #fff;
    text-transform: uppercase;
    margin-left: 73px;
    font-size: 23px;
    font-weight: bold;
}

.Cont-video-single {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

div.Cont-video-single div.dailymotion-player-root {
    width: 100%;
    height: 450px;
    display: inline-block;
    padding-bottom: inherit !important;
}

/*single video*/

.wp-caption {
    width: 100%!important;
}

.pb_publicidadNueva {
    width: 100%;
}

.pb_publicidadNueva .pb_bannerMobile {
    width: 320px;
    margin: 0 auto;
    display: none;
}

.pb_publicidadNueva .pb_bannerDesktop {
    width: 728px;
    margin: 0 auto;
    display: block;
}

/*******MODAL********/

.popup {
    padding: 10px;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    z-index: 40;
    /* 1px higher than the overlay layer */
    opacity: 0;
}

.overlay_canvas {
    content: "";
    position: fixed;
    /* could also be absolute */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.5s;
}

.overlay_popup.popup-open .overlay_canvas,
.popup-open .popup {
    opacity: 1;
    z-index: 11
}

.close_btn {
    position: absolute;
    top: -16px;
    right: -15px;
    padding: 0px;
    color: #000;
    outline: none !important;
    text-shadow: none;
    width: 30px;
    font-size: 20px;
    background: #FFF;
    border-radius: 50%;
    height: 30px;
}

a {
    text-decoration: none;
}

.pb_btnModal {
    background-color: #cd9d5c;
    color: #000;
    padding: 10px 20px;
    margin: 15px 0;
    display: block;
    font-size: 25px;
    font-weight: bold;
}

/********TE RECOMENDAMOS*******/

.modRecomendamos_h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    width: 100%;
    float: left;
}

.modRecomendamos_contenedor {
    width: 23%;
    margin-left: 1%;
    float: left;
    margin: 40px 6px;
}

.modRecomendamos_titulo {
    width: 100%;
    height: 120px;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}

.modRecomendamos_titulo a {
    color: #212529;
}

.modRecomendamos_titulo a:hover {
    color: #a52528;
}

.modRecomendamos_imagen {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: inline-block;
}

.modRecomendamos_imagen img {
    margin: 0px 0px;
    width: 130%;
}

.container.completo {
    position: absolute;
    background: #FFF;
    z-index: -1;
}

.strong {
    width: auto!important;
    float: none!important;
    font-weight: bold!important;
    padding: 0!important;
    margin: 0 2px 0 0!important;
    display: inline-block;
}

.LineMenu {
    margin: 0px 20px;
    color: #a52629;
    font-weight: 300!important;
    float: none!important;
}

.moduloNewsletterHome {
    /*Modulo Newsletter home*/
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    border-top: 2px solid #a3282d;
    border-bottom: 2px solid #a3282d;
    margin: 40px 0 90px 0;
    padding: 38px 20px 42px 20px;
}

.titmoduloNewsletterHome {
    width: 50%;
    float: left;
    margin: 0;
    padding: 20px 0;
}

.txtmoduloNewsletterHome {
    width: auto;
    display: inline-block;
    margin: 0;
}

.titNewsChico {
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 25px;
    color: #a3282d;
    font-weight: 300;
}

.titNewsGrande {
    font-size: 45px;
    margin-top: -17px;
    font-weight: 700;
    color: #fff;
}

.SubtitmoduloNewsletterHome {
    width: 50%;
    display: inline-block;
    margin: 0;
}

.TxtNewsletterHome {
    width: -webkit-fill-available;
    width: -moz-available;
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-size: 19px;
    color: #b8b8b8;
}

.BtnNewsletterHome {
    width: -webkit-fill-available;
    width: -moz-available;
    display: block;
    text-align: center;
}

.BtnNewsletterHome a {
    width: 60%;
    display: block;
    margin: 0 auto;
    background: #a52629;
    border-radius: 100px;
    color: #fff;
    padding: 6px 10px;
    font-size: 26px;
    font-weight: bold;
    transition: background-color .3s ease;
}

.BtnNewsletterHome a:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

.IconNews {
    font-size: 20px;
    display: inline-block;
    color: #b8b8b8;
    margin-right: 10px;
}

/*Modulo Newsletter home*/

.modNewsletterSidebar {
    /*Modulo Newsletter sidebar*/
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    margin-top: 300px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 20px 0 10px 0;
}

.titNewsletterNota.side {
    display: block;
    text-align: center;
}

.titChicoNewsletter.side {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0;
    text-align: center;
}

.titGrandeNewsletter.side {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    margin: 0;
}

.btnSuscribeteNewsletterNota {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    text-align: center;
    padding: 0 10px;
}

.btnSuscribeteNewsletterNota a {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    background: #a5272a;
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color .3s ease;
}

.btnSuscribeteNewsletterNota a:hover {
    text-decoration: none;
    color: #fff;
    background: #252526;
}

/*Modulo Newsletter sidebar*/

.modNewsletterNota {
    /*Modulo Newsletter abajo de nota*/
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    padding: 36px 130px 53px 130px;
    border-top: 1px solid #a5272a;
    border-bottom: 1px solid #a5272a;
    margin-bottom: 40px;
}

.titNewsletterNota {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.titChicoNewsletter {
    font-size: 27px;
    font-weight: 300;
    float: left;
    margin-top: 1px;
}

.titGrandeNewsletter {
    font-size: 33px;
    float: left;
    font-weight: 700;
    margin-left: 8px;
}

/*Modulo Newsletter abajo de nota*/

.barraSusNEWS {
    /* Barra general suscribete al newsletter */
    width: -webkit-fill-available;
    width: -moz-available;
    background: #f0f1f4;
    height: 35px;
    text-align: center;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 17px;
    overflow: hidden;
    display: none;
    float: left;
}

.barraSusNEWS a {
    width: -webkit-fill-available;
    width: -moz-available;
    color: #000;
    text-decoration: none;
    float: left;
}

.barraSusNEWS a:hover {
    color: #a52629;
    text-decoration: none;
}

.IconNews.head {
    color: inherit;
    font-size: 17px;
    margin-left: 3px;
}

/* Barra general suscribete al newsletter */

.modal_contenedor {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 38;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_overlay {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    height: 100%;
    background: #000000a8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 34;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_contenedorGral {
    width: 673px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 60px 30px;
    position: relative;
    z-index: 35;
    box-shadow: 2px 3px 8px #717171;
}

.modal_contBody {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

.modal_imgPrincipal {
    width: 37%;
    float: left;
    text-align: center;
}

.modal_titulo {
    width: 60%;
    float: right;
    text-align: center;
    font-size: 26px;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 35px;
    padding: 0 17px;
    margin-top: 0px;
}

.modal_titulo .strong {
    color: #e43d25;
    font-size: 30px;
}

.modal_subtitulo {
    width: 63%;
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 16px 0 0;
    color: #ffffff;
    padding: 15px 40px;
    background: #1f1f1f;
}

.modal_subtitulo a {
    color: #FFF;
    text-decoration: underline;
    margin-left: 2px;
}

.modal_subtitulo a:hover {
    color: #e43d25;
    text-decoration: none;
}

.modal_botonesFooter {
    width: 100%;
    float: left;
    text-align: center;
    margin: 27px 0 0;
}

.modal_btnPrimario {
    padding: 10px 30px 13px 30px;
    background: #e43d25;
    color: #FFF;
    font-weight: 600;
    font-size: 22px;
    border-radius: 8px;
    margin-right: 30px;
}

.modal_btnPrimario:hover {
    color: #FFF;
    background: #000;
}

.modal_btnSecundario {
    padding: 10px 18px 13px 18px;
    background: #FFF;
    color: #b7b7b7;
    font-size: 19px;
    border-radius: 8px;
    margin-right: 30px;
    border: 1px solid #b7b7b7;
    cursor: pointer;
}

.modal_btnSecundario:hover {
    background: #f2f2f2;
}

.ContAutorNota {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    border-top-left-radius: 10px;
    background: #fff;
    padding: 36px 17px 30px 28px;
    border-bottom: 2px solid #a5272a;
    margin: 30px 0;
    border-top-right-radius: 10px;
    box-shadow: 0px -2px 10px #e1e1e1;
}

.AutorContRedes {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.AutorContRedes span {
    font-size: 18px;
    margin: 0 9px;
}

.AutorContRedes span a {
    color: #575757;
}

.AutorContRedes span a:hover {
    color: #a72323;
}

.AutorNotaContFoto {
    float: left;
    padding: 0;
    width: 36%;
}

.AutorNotaFotoCenter {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AutorNotaFoto {
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}

.AutorNotaFoto img {
    margin: 0!important;
}

.AutorNotaBio {
    float: left;
    margin: 0 auto;
    border-left: 8px solid #fff;
    width: 60%;
}

.AutorNotaNombre {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    font-size: 34px;
    color: #a5272a;
    text-align: left!important;
    margin: 0 0 2px;
    font-weight: 700;
    line-height: 35px;
}

.AutorNotaCargo {
    idth: -webkit-fill-available;
    width: -moz-available;
    float: left;
    color: #868686;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 5px 0;
}

.AutorNotaBioC {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    margin-top: 2px;
}

.videoJw {
    width: 100%;
    min-height: auto;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

/*padding-bottom para video relacionado dentro de single*/

div.videoJw div.dailymotion-player-root {
    width: 100%;
    height: 450px;
    display: inline-block;
    position: inherit!important;
    padding-bottom: inherit!important;
}

.vermasVideo {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    background: #f5f5f5fa;
    padding: 10px 20px;
    margin: 20px 0 1px;
    text-align: center;
    color: #a52528;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 19px;
}

.verDescMailchimp a {
    idth: -webkit-fill-available;
    width: -moz-available;
    float: left;
    margin: 0 auto;
    background: #dc3545;
    border: none;
    border-radius: 90px;
    padding: 8px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    margin-top: 7px;
}

.ContFormMailchimpNews a:hover {
    background: #ad1927;
}

.ContNewsSus {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    height: 100%;
    background: #000000a8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 34;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewsSus {
    width: 673px;
    margin: 0 auto;
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(0deg, rgba(240, 240, 240, 1) 57%, rgba(255, 255, 255, 1) 57%);
    background: -webkit-linear-gradient(270deg, rgba(240, 240, 240, 1) 48%, rgba(255, 255, 255, 1) 48%);
    background: linear-gradient(0deg, rgb(255 255 255) 57%, rgb(242 242 242) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#ffffff", GradientType=1);
    padding: 60px 1px 60px 0px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 3px 8px #717171;
}

.titNews {
    width: 68%;
    float: right;
    text-align: center;
    font-size: 27px;
    color: #767676;
    font-weight: bold;
    line-height: 43px;
    padding: 0 17px;
    margin-top: 20px;
}

.titNews .strong {
    color: #af895c;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.subNews {
    width: 55%;
    float: left;
    text-align: center;
    font-size: 18px;
    margin: 16px 0 0;
    color: #ffffff;
    padding: 15px 40px;
    background: #af895c;
}

.cerrarNews {
    float: left;
    text-align: right;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    margin: 5px;
    color: #cdcdcd;
    font-size: 30px;
    padding: 3px 13px 1px;
}

.cerrarNews:hover {
    color: #8b9a9e;
}

.ContFormMailchimpNews {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    margin: 34px 80px 0 80px;
    padding: 0 40px;
    border-left: 4px solid #f2f2f2;
    border-right: 4px solid #f2f2f2;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
}

.ContFormMailchimpNews .indicates-required {
    text-align: right;
    font-size: 11px;
    color: #a1a1a1;
}

.ContFormMailchimpNews .indicates-required .asterisk {
    font-size: 18px;
    color: #dc3545;
}

.ContFormMailchimpNews .mc-field-group {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    float: left;
    margin: 8px 0!important;
    color: #858585;
    padding-bottom: 0px!important;
}

.ContFormMailchimpNews .mc-field-group .asterisk {
    color: #dc3545;
}

.ContFormMailchimpNews .mc-field-group input {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    float: left;
    background: #e5e5e5!important;
    border-radius: 90px!important;
    border: none!important;
    padding: 6px 10px!important;
    color: #5a5a5a;
    text-transform: inherit;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
}

.ContFormMailchimpNews .mc-field-group input:hover {
    background: #f2f2f2;
    border: none;
}

.ContFormMailchimpNews .clear {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    text-align: center;
    margin-top: 7px;
}

.ContFormMailchimpNews #mc_embed_signup .button {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    float: left;
    margin: 0 auto!important;
    background: #af895c!important;
    border: none!important;
    border-radius: 90px!important;
    padding: 8px 0!important;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold!important;
    height: 50px!important;
    font-size: 24px!important;
}

.ContFormMailchimpNews input:active {
    color: #000;
}

.ContFormMailchimpNews input:focus {
    color: #000;
}

.ContFormMailchimpNews input:hover {
    background: #791441;
}

.ContFormMailchimpNews #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #da3849;
    font-size: 14px;
}

.ContFormMailchimpNews #mce-success-response {
    color: #46808e;
}

.DescargaGratis {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

.DescargaGratisImg {
    width: 29%;
    float: left;
    text-align: center;
    padding: 0;
    border: 2px solid #f2f2f2;
    margin-left: 20px;
    border-radius: 3px;
}

.DescargaGratisImg img {
    margin: 0 auto;
    border-radius: 3px;
    width: 80%;
}

.DescargaGratis button {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    background: transparent;
    border: none;
    padding-top: 2px;
}

.DescargaGratis button a {
    padding: 20px 100px;
    text-decoration: none;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background: #3eab7f;
    border-radius: 90px;
}

.DescargaGratis button a:hover {
    background: #298762;
}

.breadcrumbs {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    padding: 0px;
    position: relative;
    z-index: 3;
}

.bc {
    font-size: 14px;
    float: left;
    margin: 0px 2px;
}

.bc a {
    color: #2e3032;
    text-decoration: none;
}

.bc a:hover {
    color: #919396;
    text-decoration: none;
}

.bc a svg {
    color: #a72424;
    margin: 0px 2px 0px 5px;
}

@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.svg-inline--fa.fa-angle-down.fa-w-10 {
    font-size: 10px;
    background: #006d8c;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 11px;
    text-align: center;
    float: right;
    padding-top: 2px;
    margin: 2px 5px;
}

.rS {
    margin: 0px 10px;
    font-size: 19px;
}

.txtp a {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.bannerPoverful {
    float: left;
    width: -webkit-fill-available;
    position: fixed;
}

.bannerLateral.izquierda {
    position: absolute;
    left: -160px;
    top: -95px;
}

.bannerLateral.derecha {
    position: absolute;
    right: -160px;
    top: -95px;
}

.ContInvictus {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

.ContCalendarioLerk {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 840px;
    float: left;
    color: #fff;
    position: relative;
    z-index: 1;
}

.Cont-CalendarioGeneral {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 30px 13px;
    float: left;
    margin: 0;
}

.responsive.CalendarioTabs {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    margin: 0 0 7px 0;
    padding: 0;
}

.responsive.CalendarioTabs .slick-prev,
.responsive.CalendarioTabs .slick-next {
    top: 45%!important;
    position: absolute!important;
    z-index: 3!important;
    border-radius: 3px;
    background: transparent;
    margin-top: 0;
}

.responsive.CalendarioTabs .slick-prev i,
.responsive.CalendarioTabs .slick-next i {
    color: #fff;
    font-size: 20px;
}

.responsive.CalendarioTabs .slick-prev:hover i,
.responsive.CalendarioTabs .slick-next:hover i {
    color: #fff;
}

.ItemCalendario {
    float: left;
    outline: none;
    border-radius: 7px;
    margin: 1px;
    color: #252526;
}

.ItemCalendario button {
    width: -webkit-fill-available;
    width: -moz-available;
    outline: none;
    background: rgb(248, 213, 174);
    background: linear-gradient(180deg, rgba(248, 213, 174, 1) 0%, rgba(234, 197, 105, 1) 61%);
    color: #000;
    border: 0;
    cursor: pointer;
    float: left;
    -webkit-transition: background 1s, border-radius 1s;
    transition: background 1s, border-radius 1s;
    border: 2px solid #1d1d1e;
    padding: 0;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ItemCalendario button:hover {
    background: #000;
    color: #eac569;
}

.ItemCalendario button:focus {
    color: #fff;
    background: #000;
    border-top: 2px solid #eac569;
    border-right: 2px solid #eac569;
    border-left: 2px solid #eac569;
}

.nomMes {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    overflow: hidden;
    border-bottom: 3px solid #eac569;
    padding: 5px;
}

.CalendarioLinea {
    width: 4%;
    height: 5px;
    background: #fff;
    float: left;
    position: absolute;
    z-index: 3;
    bottom: 96px;
    left: 48%;
}

.CalendarioLinea i {
    font-size: 29px;
    position: absolute;
    z-index: 3;
    top: -12px;
    right: -5px;
}

.ContCalendarioLerkImagen {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 800px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.ContCalendarioLerkImagen img {
    width: 606px;
    margin-left: -3%;
}

.LogoPWF {
    display: none;
    width: 100%;
    width: -moz-available;
    float: left;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(#1c1c1d, #1c1c1da1, transparent);
    padding: 10px;
}

.LogoPWF img {
    width: 100px;
    float: right;
}

.ContCalendarioLerkDevice {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    display: none;
}

.ContCalendarioMeses {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 800px;
    float: left;
    padding: 40px 0 0 0;
    margin: 0;
    text-align: center;
}

.ContCalendarDeviceCenter {
    width: 479px;
    margin: 0 auto;
}

.CalendarioLerkYear {
    width: 16%;
    height: 85px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: right;
    border-right: 4px solid #a72424;
}

.CalendarioLerkYear span {
    width: auto;
    display: inline-block;
    text-align: right;
    transform: rotate(90deg);
    white-space: nowrap;
    font-size: 28px;
    letter-spacing: 5px;
    margin-top: 22px;
    background-image: linear-gradient(to right, #1d1d1e 48%, #a72424 48%);
}

.CalendarioLerkMonth {
    width: 80%;
    height: auto;
    float: left;
    margin: 0;
    font-size: 56px;
    color: #1d1d1e;
    letter-spacing: 2px;
    padding: 50px 10px 0 10px;
}

.CalendarioLerkMonth span {
    font-family: 'Smooch', cursive;
    float: left;
    line-height: 0.7;
    color: #eac569;
}

.CenterMonth {
    width: 384px;
    margin: 0 auto;
}

.ContCalendarDevice {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    margin: 120px 0 0 0;
}

.ContCalendarDeviceDaysText {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    background: #eac569;
    border-radius: 10px;
}

.DeviceDayText {
    width: 68px;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
}

.DeviceDayText.ColorDay {
    color: #000;
}

.ContCalendarDeviceDays {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #eac569;
    margin-top: 17px;
}

.DeviceDay {
    width: 68px;
    height: auto;
    float: left;
    padding: 10px 0;
}

.CalendarWeeks {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

.ContExtras {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 150px;
    float: left;
    text-align: center;
    background: transparent;
    padding-top: 32px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.CalendarExtra {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
}

.CalendarioLinea svg.svg-inline--fa.fa-long-arrow-alt-right.fa-w-14 {
    margin: 0 auto;
    font-size: 29px;
    position: absolute;
    z-index: 3;
    top: -12px;
    right: -5px;
}

.CalendarExtra svg.svg-inline--fa.fa-arrow-alt-circle-down.fa-w-16 {
    width: 100%;
    width: -moz-available;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.CalendarExtra svg.svg-inline--fa.fa-play.fa-w-14 {
    width: 100%;
    width: -moz-available;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.CalendarExtra svg.svg-inline--fa.fa-mobile-alt.fa-w-10 {
    width: 100%;
    width: -moz-available;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.CalendarExtra svg.svg-inline--fa.fa-columns.fa-w-16 {
    width: 100%;
    width: -moz-available;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.CalendarExtra a {
    color: #edc76b;
    text-decoration: none;
}

.CalendarExtra a:hover {
    color: #fff;
    text-decoration: none;
}

.CalendarExtra i {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    font-size: 40px!important;
    margin-bottom: 15px;
}

.leader {
    display: block;
}

.halfNotaMobile {
    display: none;
}

.leaderMobile {
    display: none;
}

.modDESCARGABLE.especial {
    background: #1c1c1c;
}

.titDesc.especial .strong {
    color: #BF0B4D;
}

.txtDescargable.especial .strong {
    color: #BF0B4D;
}

.btn-descargar.especial {
    background: #BF0B4D;
}

.modDESCARGABLE {
    float: left;
    width: 100%;
    background: #313131;
    border-radius: 30px;
    margin-bottom: 40px;
    padding: 10px;
}

.titDesc {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0px 0px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.titDesc .strong {
    color: #fdc631;
}

.imagen-des {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 5px;
    height: 250px;
    position: relative;
}

.imgDesc {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 77%;
}

.imgDesc img {
    margin-bottom: 0px!important;
}

.texto-des {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    padding: 9px 5px 5px 5px;
    position: relative;
    height: 250px;
}

.centrarInfoDes {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.txtDescargable {
    float: left;
    text-align: center;
    padding: 0 0 10px;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-right: 45px;
}

.txtDescargable .strong {
    color: #fdc631;
}

.btn-descargar {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #BF0B4D;
    margin: 20px 20px 8px 20px;
    border-radius: 30px;
    text-align: center;
    padding: 8px;
    font-size: 22px;
    font-weight: 600;
}

.btn-descargar a {
    color: #FFF;
}

.btn-descargar a:hover {
    color: #fff;
}

.descMensual {
    border-radius: 10px;
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
}

.subDesSidebar {
    font-size: 14px;
    text-transform: uppercase;
    color: #9c9c9c;
    border-bottom: solid #BF0B4D 2px;
    padding: 10px 0px;
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
}

.titDescargaSidebar {
    float: left;
    font-weight: 600;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    font-size: 23px;
    margin: 10px 0;
}

.btn-descargar.sidebar {
    margin: 0;
}

.ContFechaYautor {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    margin-bottom: 5px;
}

.Pfecha {
    color: #a72323;
    font-size: 14px;
    margin-left: 18px;
}

.Pfecha .far.fa-clock {
    font-size: 11px;
}

.Pautor {
    font-size: 14px;
    color: #a72323;
}

.Pautor a {
    color: #a72323;
}

.ContFootPicture {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
    color: #b9b9b9;
    font-weight: 200;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
}

.fas.fa-camera {
    margin-top: 1px;
    margin-right: 8px;
    font-size: 17px;
    margin-left: 4px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    border: none;
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 103px;
    right: 14px;
    background: #a72323;
    border-radius: 30px;
    display: none;
    outline: none;
    border-color: transparent;
    z-index: 3;
}

.scroll-top .fa.fa-chevron-up {
    display: inline-block;
    color: #fff!important;
    font-size: 23px;
}

.scroll-top:hover {
    cursor: pointer;
    background: #000;
    box-shadow: none;
    border: none;
}

.sitiosGin2020 {
    display: none;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #e9e9ea;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    z-index: 3;
}

.headerSitio2020 {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #000;
    height: 60px;
    position: relative;
    border-bottom: 3px solid #a72424;
}

.navBars2020 {
    float: left;
    font-size: 20px;
    color: #fff;
    margin: 10px 24px;
}

.navBars2020 img {
    width: auto;
    float: right;
    padding: 0px;
}

.nV2020 {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    -webkit-transition: color 1s;
    transition: color 1s;
}

.nV2020:hover {
    color: #a72424;
}

.categoriasHeader2020 {
    float: left;
    padding: 19px 0px;
}

.categoriasHeader2020 span {
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.categoriasHeader2020 span a {
    color: #fff;
    text-decoration: none;
}

.categoriasHeader2020 span a:hover {
    color: #a72424;
}

.categoriasHeader2020 .strong {
    margin: 0px 20px;
    color: #a72424;
    font-weight: 300!important;
}

.envolventeMobile {
    float: right;
}

.buscador2020 {
    float: right;
    margin: 15px 20px;
    border-radius: 50px;
    overflow: hidden;
    width: 18%;
}

.buscador2020 form {
    float: left;
    padding: 0px 3px 0px 10px;
    background: #fff;
    border-radius: 50px;
}

.buscador2020 input {
    border: 0px;
    padding: 0px 10px;
    font-size: 12px;
    outline: none;
}

.buscador2020 button {
    width: 39px;
    height: 24px;
    margin: 2px 0px 2px 10px;
    font-size: 12px;
    color: #fff;
    border: 0;
    background: #a72424;
    border-radius: 14px;
    cursor: pointer;
    -webkit-transition: background 1s, border-radius 1s;
    transition: background 1s, border-radius 1s;
}

.buscador2020 button:hover {
    background: #434346;
    border-radius: 10px;
}

.menuCategorias2020 {
    float: left;
    width: 80%;
    background: #000;
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
}

.menuCategorias2020 span {
    float: left;
    width: auto;
    font-size: 15px;
    margin: 14px 20px;
}

.catBarra2020 {
    overflow-y: scroll;
    height: 50px;
    display: inline-flex;
    width: 77%;
    float: left;
    overflow-y: hidden;
}

.catBarra2020 {
    width: 80%;
}

.catBarra2020 span {
    float: left;
    width: auto;
    margin: 17px 20px;
    padding: 0px;
}

.catBarra2020 span {
    margin: 14px 20px!important;
}

.catBarra2020 span a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    inline-size: max-content;
    font-size: 14px;
    letter-spacing: 1px;
}

.catBarra2020 span a:hover {
    color: #a72424;
}

.swipe {
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 10%;
}

.swipe button {
    background: transparent;
    width: 38px;
    height: 26px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #a72525;
}

.swipe button:hover {
    color: #fff;
}

.swipe.sitios button:hover {
    color: #313136;
}

.linTapar {
    float: left;
    height: 3px;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #000;
    position: absolute;
    bottom: 0;
}

.linTapar.sG {
    background: #e9e9ea;
}

.buscMobile2020 {
    display: none;
}

.vD {
    margin-bottom: 0px;
    text-align: center!important;
    padding-left: inherit!important;
    margin: 2px 0px 0px 0px!important;
    float: none;
    line-height: 14px!important;
    color: #000;
    font-size: 11px;
    font-weight: 100;
    padding-left: 0px!important;
}

.buscador2020 {
    display: block;
}

.cerrarBuscadorMobile2020 {
    display: none;
}

.siguienteNota2020 {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #a72525;
    position: fixed;
    z-index: 5;
    top: 3;
    left: 0;
    height: 60px;
    display: none;
}

.sigNot20 {
    float: left;
    width: 62%;
    padding: 10px 0px;
    color: #fff;
    font-size: 12px;
    margin: 0px 5px;
}

.sigNot20 .strong {
    font-size: 14px;
    font-weight: 100;
}

.sigNot20 a {
    color: #fff;
    text-decoration: none;
}

.sigNot20 a:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #ffffff;
    color: #313136;
}

.redescomparte2020 {
    float: right;
    width: 37%;
    text-align: right;
}

.textoRedes2020 {
    float: right;
    color: #fff;
    font-size: 13px;
    margin: 20px 9px;
}

.icono20 {
    width: auto!important;
    float: right!important;
    text-align: right;
    font-size: 23px!important;
    margin: 13px 10px;
}

.icono20 a {
    color: #fff!important;
    text-decoration: none;
}

.icono20.pint i {
    color: #fff;
}

.icono20 i:hover {
    color: #313136;
}

.btnCompMobile,
.cerrarCompartirMobile {
    display: none;
}

.swipe button {
    display: none;
}

.swipe.sitios button {
    display: block;
}

.videoFirework {
    float: left;
    position: relative;
    width: 100%;
    height: 100px;
}

.scrolling-wrapper {
    &::-webkit-scrollbar {
        display: none;
    }
}

.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 10px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: #ededee;
}

::-webkit-scrollbar-thumb {
    background: #dbdbdd;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
    background: #313136;
}

.formMensaje,
.formMensaje input {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
}

.formMensaje input {
    margin: 10px;
    border-radius: 27px;
    border: 0px;
    padding: 5px 20px;
    font-size: 15px;
    outline: none;
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

.btnMensaje {
    background: #a72424;
    border-color: #a72424;
    padding: 0px 45px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: background 1s, border-radius 1s;
    transition: background 1s, border-radius 1s;
}

.btnMensaje:hover {
    border-radius: 2px;
    background-size: #000;
    color: #fff!important;
}

.imagenesSweet {
    width: 100%;
    float: left;
}

.imgSweetShop {
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 30px;
}

.imgSweetShop img {
    margin-bottom: 0px;
}

.popMensaje {
    width: -webkit-fill-available;
    width: -moz-available;
    position: fixed;
    z-index: 40;
    background: #1c1c1ecf;
    height: -webkit-fill-available;
    padding: 0px;
    top: 0;
    left: 0;
    display: none;
}

.sms {
    color: #fff;
    position: absolute;
    z-index: 3;
    right: 0;
    font-size: 28px;
    line-height: 37px;
    bottom: 0;
    float: right;
    width: 100%;
    height: -webkit-fill-available;
    overflow-y: scroll;
}

.CajaSMS {
    width: 40%;
    background: #000;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    font-size: 20px;
    position: absolute;
    bottom: 50%;
    right: 20px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    float: right;
    height: max-content;
}

.CajaSMS .strong {
    font-size: 20px;
    font-weight: 400;
}

.cerrarMensaje,
.cerrarFoto {
    float: right;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: right;
    margin: 0px 10px 0px 20px;
    font-size: 18px;
    color: #a72424;
}

.telWA {
    color: #a72424;
    font-weight: 600;
}

.btnUnirse {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 20px;
    margin-top: 20px;
}

.btnUnirse span,
.CajaSMS span {
    margin-bottom: 17px;
    float: left;
    text-align: center;
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 19px;
}

#registroShop {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 20px 9px;
    padding: 2px;
    background: #a72424;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
}

.btnUnirse a,
.btnMensaje {
    background: #a72424;
    padding: 0px 45px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff!important;
    font-size: 20px!important;
    margin: 20px 300px 0px 20px;
}

.btnUnirse a:hover {
    color: #000;
}

.imgSweetShop.grand {
    display: none;
}

.fotoGrande {
    position: fixed;
    display: block!important;
    max-width: 100%;
    padding: 42px;
    left: 0;
    height: 100%;
    background: #1b1b1deb;
    padding-top: 200px;
    top: 0;
}

.imgDesaparece {
    display: none!important;
}

.cerrarFoto {
    float: right;
    color: #f0f0f0;
    width: auto;
    background: #a72424;
    padding: 17px;
    margin: 0px;
}

.b,
strong {
    font-weight: 700;
}

body {
    margin: 0;
    color: #242526;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    background: #1c1c1d;
    /*background: #151515 url(../images/skin-halloween.jpg) no-repeat;*/
    background-size: contain;
}

body.single {
    background: #fff;
}

/*body.calendario {
    background-image: url(../images/Bkg-black.jpg)!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
    background-size: cover!important;
}*/

.contNota {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
}

.contNota table {
    width: -webkit-fill-available;
    width: -moz-available;
}

.contNota p iframe {
    width: 100%;
    min-height: 425px;
    position: relative!important;
}

.contNota iframe {
    margin: 0 auto!important;
}

#infscr-loading {
    width: 100%;
    text-align: center;
}

#infscr-loading img {
    width: 150px!important;
    height: 150px!important;
    float: inherit!important;
}

.contBannHist {
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    height: 400px;
}

.columnaIzq {
    float: left;
    margin-top: 20px;
    background: #fff;
}

.skin-container {
    width: 100%;
    background: #1c1c1d;
    height: auto;
    float: left;
    margin-top: 105px;
}

.skin-container.blanco {
    background: #fff;
}

.skin-container.calendario {
    background: transparent;
}

img {
    width: 100%;
}

h1 {
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin: 20px 0px;
}

h2 {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    line-height: 54px;
    margin: 20px 0;
    text-align: center!important;
}

h3 {
    float: left;
    width: 100%;
    color: #a72323;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 10px 0px;
    text-align: initial!important;
}

.publicidad {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #FFF;
    text-align: center;
}

.leader {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}

.leaderMobile {
    width: 320px;
    height: 50px;
    margin: 20px auto;
}

.box {
    height: 250px;
    width: 100%;
    float: left;
    text-align: center;
}

.box img {
    float: none;
    width: 300px;
    height: 250px;
    margin: 0 auto!important;
}

.half img,
.halfNotaMobile img {
    float: none;
    width: 320px;
    margin: 0 auto;
}

.half,
.halfNotaMobile {
    width: -webkit-fill-available!important;
    width: -moz-available;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

#min_ad_27128967 {
    width: 100%;
}

.leader img {
    margin-bottom: 0!important;
}

input:focus {
    border: solid #b1b6b9 1px!important;
    background-color: #fff!important;
}

.notaSide.noBorder {
    border-bottom: 0;
}

.menuDesplegado {
    float: left;
    width: 100%;
    height: 300px;
    background: #2b2b2d;
    z-index: 32;
    height: auto;
    display: none;
}

.closeNavBars {
    float: right;
    width: 100%;
    text-align: right;
    margin: 20px 20px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 13px;
}

.closeNavBars:hover {
    color: #a72424;
    cursor: pointer;
}

.rS.face a {
    color: #fff!important;
}

.rS.twit a {
    color: #fff!important;
}

.rS.pint a {
    color: #fff!important;
}

.rS.insta a {
    color: #fff!important;
}

.rS.yt a {
    color: #fff!important;
}

.rS a:hover {
    color: #c4d700;
}

.menuCat {
    float: left;
    padding-left: 0;
    margin: 10px 0 20px;
}

.menuCat a {
    text-decoration: none;
    color: #fff;
}

.menuCat li a:hover {
    color: #a72424;
}

.menuCat nav {
    float: left;
    width: 100%;
}

.menuCat ul {
    padding-left: 0;
}

.menuCat li {
    float: left;
    list-style: none;
    width: 100%;
    font-weight: 300;
    text-align: center;
    border-right: solid #a72424 1px;
}

.barraRedes {
    float: left;
    width: 100%;
    background: #2b2b2d;
    height: 60px;
    text-align: center;
}

.rS i {
    font-size: 20px;
    margin: 20px 10px;
}

.multiple-items {
    float: right;
    width: 79%;
    margin: 0 39px;
    overflow: hidden;
    height: 48px;
    position: relative;
    padding: 4px 0;
}

.slick-arrow {
    background: #ededee;
    border: none;
    outline: none;
    font-size: 13px;
    color: #56585b;
    margin-top: 9px;
}

.slick-arrow:hover {
    color: #c4d700;
    cursor: pointer;
}

.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9;
    left: 0;
    outline: none;
}

.slick-next.slick-arrow {
    position: absolute;
    z-index: 9;
    right: 0;
    outline: none;
}

#Playboy {
    display: none;
}

.notasBarra {
    float: left;
    width: 100%;
    height: 100px;
    display: none;
}

.cerrarBarra {
    width: 100%;
    text-align: right;
    margin: 10px 0 0;
    color: #abb361;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    text-align: center;
    background: #cecfd054;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.modulo.news button {
    width: 100%;
    border-radius: 50px;
    margin: 40px 0 0;
    padding: 10px;
    background: #252526;
    border: 0;
    color: #fff;
    font-size: 15px;
    outline: none;
    -webkit-transition: background 1s, border-radius 1s;
    transition: background 1s, border-radius 1s;
}

.btnSuscribrse {
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    background: #252526;
    border: 0;
    color: #fff;
    font-size: 15px;
    outline: none;
    -webkit-transition: background 1s, border-radius 1s;
    transition: background 1s, border-radius 1s;
}

.btnSuscribrse:hover {
    border-radius: 4px;
    background-color: #a72424;
    color: #fff;
}

.btnSuscribrse a:hover {
    color: #fff;
}

.modulo.news button:hover {
    border-radius: 4px;
    background-color: #1c1c1d;
    color: #fff;
}

.contCookies {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.publicidad.margin {
    background: transparent;
}

.publicidad.home {
    background: #1c1c1d;
}

.cookies span {
    float: left;
    color: #fff;
    font-weight: 300;
    background: #1c1c1d;
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 300;
    border: solid #a72323 2px;
    border-radius: 3px;
}

.cookies .strong a {
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: #FFF;
}

.closeCookies {
    float: right;
    width: 100%;
    text-align: right;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a72323;
    font-size: 13px;
}

.modulo {
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar,
.contIzq {
    float: left;
}

article {
    margin: 20px 0;
}

article img {
    margin: 40px 0 10px;
}

.destacado {
    float: left;
    width: 100%;
    margin: 20px 0;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    color: #929292;
    text-align: center;
}

.datAutor {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    margin: 20px 0;
}

.datAutor .strong {
    font-weight: 700;
}

.tA a {
    color: #252526;
    text-decoration: none;
    font-weight: 700;
}

.tA a:hover {
    cursor: pointer;
    color: #55acee;
}

.tA i {
    color: #55acee;
}

.contNota p {
    width: 90%;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    color: #242526;
    text-align: left!important;
}

.contNota a {
    color: #000;
    font-weight: 600;
}

.contNota img {
    margin: 20px 0;
}

.relacionada {
    float: left;
    width: 100%;
    background: #f0f1f4;
    margin: 40px 0;
    padding: 20px 0;
}

.box img,
.half img,
.half img {
    margin-bottom: 0!important;
}

.rel {
    float: left;
}

.aP {
    width: 100%;
    float: left;
    text-align: center;
    color: #c1c1c3;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.notaRel {
    float: left;
    width: 100%;
    padding: 27px 0 0 20px;
    margin-bottom: 20px;
}

.imgRel {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.imgRel img {
    margin-top: 0px;
}

.txtRel {
    float: left;
    font-size: 17px;
    width: 100%;
    height: 97px;
    overflow: hidden;
    background: #fff;
    padding: 14px 14px 0;
}

.txtRel a {
    color: #212529;
}

.txtRel a:hover {
    text-decoration: none;
    text-decoration-color: #007fc1;
}

.bannerAltura {
    float: left;
    width: 100%;
    text-align: center;
}

.bannerAltura img {
    /*    width: auto;*/
    margin: 0 auto;
}

/*CAMBIO PUBLICIDAD*/

.modulo.reciente {
    float: left;
    border-top: solid #1c1c1d 2px;
    border-bottom: solid #1c1c1d 2px;
    width: 100%;
    margin-top: 300px;
    position: relative;
    z-index: 2;
    background: #fff;
    height: auto;
}

.titSidebar {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}

.titGrande {
    float: left;
    width: 100%;
    margin-top: -17px;
    font-weight: 700;
}

.titChico {
    font-size: 30px;
    float: left;
}

.notaSide {
    float: left;
    width: 100%;
    border-bottom: solid #21211c1f 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /*position: relative;
    z-index: 2;*/
}

.notaSide:last-child {
    border-bottom: 0!important;
}

.txtNS {
    float: left;
    padding: 0 10px;
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    /*position: absolute;*/
    bottom: 15px;
    line-height: 23px;
    /*z-index: 3;*/
}

.txtNS a {
    color: #212529;
}

.txtNS a:hover {
    text-decoration: none;
    text-decoration-color: #1c1c1d;
}

.imgNS {
    float: left;
    width: 50%;
}

.imgNS span {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 100px;
}

.imgNS span img {
    width: 223px;
    margin-left: -18px;
    height: auto;
}

.modulo.news {
    background: #f9f9f9;
    padding: 30px;
    position: relative;
    /*z-index: 2;*/
    margin-top: 600px;
}

.txtNews {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.txtNews.chica {
    font-size: 16px;
    font-weight: 300;
}

.modulo.news form {
    float: left;
    width: 100%;
}

.modulo.news form input {
    float: left;
    width: 100%;
    border-radius: 2px;
    transition: background-color .5s ease;
    transition: border-radius 1s;
    border: none;
    outline: none;
    background: #fff;
    padding: 10px;
}

.completo {
    width: 100%;
}

.titSingle {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    text-transform: inherit;
    padding: 20px 25px;
}

.titSingle.linea {
    border-bottom: 0;
    border-top: solid #1c1c1d 2px;
    padding-top: 41px;
}

.tags {
    float: left;
    width: 100%;
    margin: 20px 25px;
}

.tags span {
    float: left;
    width: auto;
    padding: 5px 20px;
    border-radius: 50px;
    margin-right: 10px;
    border: solid #dbdbdb 1px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.tags span a {
    color: #212529;
    text-decoration: none;
}

.tags span {
    transition: background-color 1s ease;
    transition: border-radius 1s;
    border-radius: 50px;
}

.tags span:hover {
    border-radius: 3px;
    background-color: #e4e4e4;
}

.titSingle.izq {
    float: left;
    width: auto;
}

.titSingle.der {
    float: right;
    width: auto;
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 0;
    color: #1c5c9d;
}

.notaRelM {
    float: left;
    padding-left: 11px;
    padding-right: 0;
    border-right: solid #fff 10px;
}

.notaRelM span {
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 18px;
    font-weight: 300;
}

.txtNRM {
    float: left;
    width: 100%;
    padding: 10px;
    height: 100px!important;
}

.txtNRM a {
    color: #212529;
}

.txtNRM a:hover {
    text-decoration: none;
    text-decoration-color: #1c1c1d;
}

.publicidad.notaMobile {
    display: none;
}

.publicidad.sidebar {
    position: sticky;
    top: 140px;
    z-index: 2;
}

.progress-container {
    width: 100%;
    height: 3px;
    background: #ededee;
}

.progress-bar {
    height: 3px;
    background: #1c1c1d;
    width: 0;
}

.stickyBanner {
    position: fixed;
    z-index: 31;
    bottom: 0;
    width: 100%;
    padding: 0 0px;
    display: none;
    text-align: center;
}

.imgSticky {
    width: 100%;
    background: #e1e0e0;
    float: left;
}

.imgSticky img {
    width: 320px;
    height: 100px;
    margin: 0 auto;
}

.closeSticky {
    float: right;
    padding: 8px 12px;
    background: #e1e0e0;
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
    font-size: 20px;
}

.closeSticky:hover {
    color: #fffefe;
}

.container.hist {
    width: 100%;
}

.historico {
    float: left;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 40px;
    height: 400px;
}

.imgHist {
    width: 100%;
    float: left;
    height: 200px;
    overflow: hidden;
}

.txtHist {
    float: left;
    height: 146px;
    overflow: hidden;
}

.txtHist span {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    height: 69px;
    overflow: hidden;
    margin-top: 20px;
}

.txtHist span a {
    color: #212529;
}

.txtHist span a:hover {
    text-decoration: none;
    color: #a72424;
    text-decoration-color: #1c1c1d;
}

.histChico {
    font-weight: 300!important;
    font-size: 15px!important;
    margin-top: 0!important;
}

.modulo {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #a72424;
    text-decoration: none;
}

p {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    line-height: 31px;
    margin-top: 20px;
}

.boxbanner {
    width: 300px;
    height: 250px;
    margin: 0px auto;
}

.banner {
    float: left;
    width: 100%;
    height: 100%;
}

.boxbanner span {
    color: #f1f1f1;
    font-size: 11px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 37px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.imgprincipal {
    font-size: 18px;
    float: unset;
}

/*CAMBIO PUBLICIDAD*/

.mujerprincipal {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 450px;
    /*background: #f94a4a;*/
    overflow: hidden;
}

.mujerprincipal img {
    margin-bottom: 0!important;
}

.textoprincipal {
    width: 100%;
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 3;
}

.mujerprincipal img {
    width: 100%;
    mix-blend-mode: multiply;
    transition: .2s linear;
}

.txtp {
    float: left;
    text-align: center;
}

.spantitulo {
    font-size: 19px;
    padding-bottom: 0!important;
}

.notasD {
    float: left;
    height: 500px;
    width: 100%;
    background: #000;
    border-top: solid #000 3px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.notasD img {
    opacity: .7;
}

.notaDlarg {
    float: left;
    width: 100%;
    height: 250px;
    border-bottom: solid #000 3px;
    position: relative;
    z-index: 1;
    border-left: solid #000 3px;
    overflow: hidden;
}

.notaDlarga {
    float: left;
    width: 100%;
    height: 250px;
    border-bottom: solid #000 3px;
    position: relative;
    z-index: 1;
}

.notaDlarg img {
    width: 568px;
}

.spantitulo.izquierda,
.linea.izquierda {
    float: left;
    text-align: left;
}

.txtimgiz {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #00000061;
    padding-left: 30px;
    padding-top: 30em;
}

.txtimgiz span {
    float: left;
    width: 70%;
}

.notaizquierda img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 1073px;
    margin-left: -300px;
}

.txtimgder {
    position: absolute;
    z-index: 3;
    padding-left: 30px;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    bottom: 20px;
}

.txtimgder span {
    float: right;
    width: 70%;
    padding-bottom: 10px;
    color: #fff;
}

.mujervideo {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 365px;
    background: #000;
    overflow: hidden;
    border: solid #000 3px;
}

.mujervideo img {
    mix-blend-mode: multiply;
    opacity: .6;
    mix-blend-mode: normal;
}

.spantitulo.video {
    font-size: 39px;
    line-height: 44px;
}

.play {
    float: left;
    text-align: center;
    position: absolute;
    z-index: 3;
    right: 0;
    margin: 40px;
}

.play i {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 31px;
}

.play i:hover {
    color: #fff;
    background-color: rgba(167, 35, 35, 0.37);
}

.modfinal {
    float: left;
    width: 100%;
    position: inherit;
    z-index: 2;
    height: 365px;
    background: #000;
    overflow: hidden;
}

.txtf {
    float: left;
    text-align: left;
    left: 0;
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    border-right: solid #000 3px;
    padding-left: 0;
    padding-right: 0;
}

.txtf img {
    width: 775px;
    margin-left: -251px;
    opacity: .6;
}

.linea {
    border-bottom: solid rgba(173, 0, 0, 1) 2px;
}

.vermasNota a {
    color: #fff;
    border-bottom: 5px solid #a72424;
    padding: 10px;
    background: #000;
    font-size: 17px;
    width: auto;
    display: block;
    text-align: center!important;
}

.vermasNota a:hover {
    color: #a72424;
}

.vermasNota a::before {
    content: "Te puede interesar: ";
    color: #aaa;
    font-size: 17px;
}

.txtp img {
    width: 50%;
    float: initial;
}

.vermasNota {
    float: left;
    width: 100%;
    margin: 40px 0px;
}

.encuesta2019 {
    padding: 50px 0;
    border: solid #000 3px;
    margin-bottom: 20px;
    background: #1e1d1d;
    color: #fff;
    border-radius: 4px;
}

.txtEncuesta {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.txtEncuesta.chico {
    font-weight: 300;
    font-size: 20px;
}

.txtEncuesta.resultado {
    font-size: 30px;
    margin: 40px 0;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #a72423;
}

.btnVolver {
    float: left;
    width: 100%;
    text-align: center;
}

.btnVolver a {
    text-decoration: none;
    color: #fff;
    background: #a72424;
    border-radius: 20px;
    padding: 5px 30px;
}

.btnVolver a:hover {
    color: #313136;
}

#mc_embed_signup .mc-field-group {
    margin: 30px 0px;
}

.mc-field-group.input-group strong {
    width: -webkit-fill-available;
}

#mc_embed_signup .mc-field-group.input-group ul {
    width: -webkit-fill-available;
    width: -moz-available;
    float: left;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    width: 50%;
    float: left;
}

#mc_embed_signup .mc-field-group.input-group input {
    margin-right: 20px;
}

#mc_embed_signup .button {
    background-color: #a72423!important;
    border-radius: 18px!important;
    width: -webkit-fill-available!important;
}

.col-md-4.banner {
    padding-top: 54px;
}

.wp-caption-text {
    width: 100%!important;
    color: #a9a9af!important;
    float: right!important;
    text-align: right!important;
    margin-bottom: 40px!important;
    line-height: 20px;
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .BioAutor {
        width: 72%;
    }
    .titNewsGrande {
        line-height: 42px;
        margin-top: -5px;
    }
    .ContCalendarioLerk {
        height: 800px;
    }
    .CalendarioLerkMonth {
        font-size: 47px;
    }
    .nomMes {
        font-size: 13px;
    }
    .ContCalendarDevice {
        margin: 90px 0 0 0;
    }
    .ContCalendarioMeses {
        height: 761px;
    }
    .CalendarioLinea {
        bottom: 94px;
    }
    .ContCalendarioLerkImagen {
        height: 761px;
    }
    .ContCalendarioLerkImagen img {
        margin-left: -2%;
        width: 604px;
    }
    .LogoPWF img {
        width: 100px;
    }
    .CenterMonth {
        width: 340px;
    }
    .CalendarioLerkYear {
        height: 80px;
    }
    .CalendarioLerkYear span {
        font-size: 25px;
    }
    .ContCalendarDeviceCenter {
        width: 400px;
    }
    .DeviceDayText {
        width: 57px;
    }
    .DeviceDay {
        width: 57px;
    }
    .menuCategorias2020 {
        width: 76%;
    }
    .buscador2020 {
        width: 22%;
    }
    .swipe button {
        display: block;
    }
    .btnUnirse a,
    .btnMensaje {
        padding: 0px 10px;
        margin: 20px 30px 0px 20px;
    }
    .contCookies {
        padding: 30px 20px;
    }
    .txtBusc {
        display: none;
    }
    .multiple-items {
        width: 75%;
    }
    .sidebar {
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        max-width: 100%;
    }
    .col-md-4.banner {
        float: left;
        padding-left: 0;
        padding-right: 0;
        padding-top: 54px;
    }
    .historico {
        padding-left: 0;
        padding-right: 0;
        border-right: solid #fff 10px;
        border-left: solid #fff 10px;
    }
    .notaizquierda img {
        margin-left: -370px;
    }
    .txtf img {
        margin-left: -303px;
    }
    .txtp img {
        display: none!important;
    }
    .mujervideo {
        height: auto;
    }
    .ContFormMailchimpNews {
        margin: 14px 80px 0 80px;
    }
    .DescargaGratisImg img {
        width: 87%;
    }
    .DescargaGratisImg {
        width: 27%;
        margin-left: 10px;
    }
    .titNews {
        width: 62%;
        font-size: 27px;
        line-height: 33px;
        padding: 0 20px;
    }
    .modRecomendamos_imagen {
        height: 87px;
    }
}

@media only screen and (max-width: 979px) {
    .BioAutor {
        width: 72%;
    }
    .titNewsGrande {
        line-height: 42px;
    }
    .BtnNewsletterHome a {
        width: 77%;
    }
    .btnSuscribeteNewsletterNota {
        padding: 0 83px;
    }
    .ContCalendarioLerk {
        height: 711px;
    }
    .ContCalendarDevice {
        margin: 60px 0 0 0;
    }
    .CalendarioLinea {
        bottom: 92px;
    }
    .CalendarioLerkMonth {
        font-size: 36px;
    }
    .ContCalendarioMeses {
        height: 672px;
    }
    .ContCalendarioLerkImagen {
        height: 672px;
    }
    .CenterMonth {
        width: 285px;
    }
    .CalendarioLerkYear {
        height: 73px;
    }
    .CalendarioLerkYear span {
        font-size: 22px;
    }
    .ContCalendarDeviceCenter {
        width: 350px;
    }
    .ContCalendarioLerkImagen img {
        width: 528px;
        margin-left: -9%;
    }
    .LogoPWF img {
        width: 100px;
    }
    .DeviceDayText {
        width: 50px;
    }
    .DeviceDay {
        width: 50px;
    }
    .ContCalendarDeviceDays {
        font-size: 17px;
    }
    .contIzq {
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .buscador2020 {
        width: auto;
    }
    .categoriasHeader2020 span {
        display: none;
    }
    .menuCategorias2020 {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .imgSweetShop {
        height: 100%;
    }
    .CajaSMS {
        right: 0;
        margin: 20px;
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .textoprincipal {
        width: 100%;
        bottom: 60px;
        left: 0;
        z-index: 3;
    }
    .contBannHist {
        max-width: 50%;
    }
    .mujerprincipal {
        height: auto;
    }
    .buscadorHeader.mobile {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .contIzq {
        max-width: 100%;
    }
    .logo span img {
        padding: 16px 1px;
        width: 95%;
    }
    .buscadorHeader {
        margin: 18px 5px;
        padding: 8px 14px;
    }
    .buscadorHeader form input {
        width: 82px;
    }
    .compartir {
        display: none;
    }
    .notaLeyendo {
        padding: 5px 20px;
        height: 59px;
        overflow: hidden;
    }
    .closeNavBars {
        float: right;
        margin: 5px 10px;
        font-size: 13px;
    }
    .publicidad.notaMobile {
        display: block;
    }
    .col-md-4.banner {
        float: left;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        margin: 20px 0px;
    }
    .col-md-4.notaHome.resp {
        max-width: 50%;
    }
    .notH {
        height: auto;
    }
    .notH.chico.corta img {
        width: 591px;
        margin-left: -183px;
    }
    .modfinal {
        overflow: visible;
        height: auto;
    }
    .txtf {
        max-width: 100%;
    }
    .txtf img {
        width: 100%;
        margin-left: 0;
    }
    .notaDlarg img {
        margin-left: -61px;
    }
    .tags {
        width: auto;
    }
    .historico {
        max-width: 50%;
    }
    .notaizquierda img {
        margin-left: -460px;
    }
    .notaDlarg img {
        margin-left: -108px;
    }
    .contNota p {
        width: 100%;
    }
    .halfNotaMobile {
        display: block;
    }
    .ContFormMailchimpNews {
        margin: 14px 80px 0 80px;
    }
    .DescargaGratisImg img {
        width: 87%;
    }
    .DescargaGratisImg {
        width: 27%;
        margin-left: 10px;
    }
    .titNews {
        width: 62%;
        font-size: 27px;
        line-height: 33px;
        padding: 0 20px;
    }
    /********TE RECOMENDAMOS*******/
    .modRecomendamos_h3 {
        margin-bottom: 0px;
    }
    .modRecomendamos_titulo {
        height: 120px;
    }
    .modRecomendamos_imagen {
        width: 100%;
    }
    .pb_publicidadNueva .pb_bannerMobile {
        display: block;
    }
    .pb_publicidadNueva .pb_bannerDesktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .FotoAutor {
        margin: 0 auto;
        float: none;
    }
    .BioAutor {
        width: -webkit-fill-available;
        width: -moz-available;
        padding-left: 0;
    }
    .AutorH1 {
        text-align: center;
    }
    .AutorCargo {
        text-align: center!important;
        margin-top: 15px;
    }
    .AutorRedes {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .txtHist h3 {
        height: auto;
        overflow: inherit;
    }
    .moduloNewsletterHome {
        margin: 0 5px 50px;
    }
    .titmoduloNewsletterHome {
        width: -webkit-fill-available;
        width: -moz-available;
        padding: 0 10px 10px;
        text-align: center;
    }
    .SubtitmoduloNewsletterHome {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .titNewsGrande {
        line-height: 39px;
    }
    .BtnNewsletterHome a {
        width: 63%;
    }
    .btnSuscribeteNewsletterNota {
        padding: 0 56px;
    }
    .modNewsletterNota {
        padding: 36px 20px 53px 20px;
    }
    .titNewsletterNota {
        display: inline-block;
    }
    .titChicoNewsletter {
        width: -webkit-fill-available;
        width: -moz-available;
        text-align: center;
    }
    .titGrandeNewsletter {
        width: -webkit-fill-available;
        width: -moz-available;
        text-align: center;
    }
    .mobNone {
        display: none;
    }
    .ItemCalendario button {
        padding: 5px 0;
    }
    .responsive.CalendarioTabs .slick-prev,
    .responsive.CalendarioTabs .slick-next {
        top: 50%!important;
    }
    .nomMes {
        font-size: 13px;
    }
    .ContCalendarioLerk {
        height: auto;
    }
    .CalendarioLinea {
        display: none;
    }
    .LogoPWF img {
        width: 100px!important;
    }
    .ContCalendarioLerkDevice {
        height: auto;
        position: inherit;
        z-index: 0;
        padding: 0;
    }
    .ContCalendarDevice {
        margin: 50px 0 0 0;
    }
    .ContExtras {
        position: inherit;
        z-index: 0;
        margin-top: 50px;
    }
    .ContCalendarioLerkImagen {
        height: auto;
        display: block!important;
        justify-content: inherit;
        overflow: inherit;
    }
    .ContCalendarioLerkImagen img {
        width: 100%;
        margin-left: 0;
    }
    .ContCalendarDeviceCenter {
        width: 479px;
    }
    .CenterMonth {
        width: 370px;
    }
    .ContCalendarioMeses {
        height: auto;
        padding: 0;
    }
    .DeviceDayText {
        width: 68px;
    }
    .DeviceDay {
        width: 68px;
    }
    .leader {
        display: none;
    }
    .leaderMobile {
        display: block;
    }
    .imagen-des,
    .texto-des {
        height: auto;
    }
    .imgDesc,
    .centrarInfoDes {
        position: initial;
        left: 0%;
        top: 0%;
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
        float: left;
    }
    .sitiosGin2020 {
        top: 27px;
    }
    .navBars2020 {
        margin: 10px 4px;
    }
    .buscador2020 {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        z-index: 4;
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 0;
        height: 60px;
        padding: 11px 15px;
        border-radius: 0;
    }
    .buscMobile2020 {
        display: block;
        float: right;
        width: 57px;
        height: 40px;
        border-radius: 17px;
        background: #ffffff;
        color: #a72424;
        text-align: center;
        font-size: 20px;
        padding-top: 5px;
        margin: 10px 20px;
    }
    .envolventeMobile {
        background: #fff;
        float: left;
        width: 95%;
        border-radius: 36px;
        height: 38px;
    }
    .buscador2020 input {
        background: #eeeeef;
        border-radius: 24px;
        width: 80%;
        height: 23px;
        margin-top: 0px;
    }
    .buscador2020 form {
        float: right;
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 7px;
        height: -webkit-fill-available;
        background: transparent;
        padding-left: 0px;
    }
    .buscador2020 button {
        width: 17%;
        height: 20px;
        float: right;
        margin: 0px 0px;
        height: 24px;
        border-radius: 49px;
        padding: 0px;
    }
    .cerrarBuscadorMobile2020 {
        color: #a72424;
        position: absolute;
        right: 0;
        top: 0;
        margin: 15px 8px;
        font-size: 18px;
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 26px;
        text-align: center;
        padding-top: 0px;
        float: left;
    }
    .catBarra2020 {
        width: 80%;
    }
    .swipe {
        width: 10%;
    }
    .cerrarBuscadorMobile2020 {
        display: block;
    }
    .btnCompMobile {
        display: block;
        float: right;
        background: #fff;
        border-radius: 20px;
        padding: 2px 12px;
        font-weight: bold;
        margin: 16px 10px;
        color: #242526;
    }
    .redescomparte2020 {
        float: right;
        width: -webkit-fill-available;
        width: -moz-available;
        position: absolute;
        z-index: 6;
        background: #3a3a3b;
        left: 0;
        top: 0;
        text-align: center;
        padding: 13px 0px;
        display: none;
    }
    .sigNot20 {
        float: left;
        width: 70%;
        padding: 10px 0px;
        font-size: 13px;
        font-weight: bold;
        height: 52px;
        overflow: hidden;
        margin: 0px 5px;
    }
    .textoRedes2020 {
        display: none;
    }
    .icono20 {
        float: none!important;
    }
    .cerrarCompartirMobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: 17px 15px;
        font-size: 18px;
        color: #a72525;
        background: #ffffff;
        border-radius: 50px;
        width: 25px;
        height: 26px;
    }
    h1 {
        font-size: 30px;
        line-height: 39px;
    }
    h2 {
        font-size: 22px;
        line-height: 37px;
    }
    .btnUnirse a,
    .btnMensaje {
        padding: 0px 10px;
        margin: 20px 30px 0px 20px;
    }
    .notaizquierda img {
        margin-left: -200px;
    }
    .contBannHist {
        max-width: 100%;
        height: auto;
        padding: 0px 5px;
    }
    .contNota {
        width: 100%;
    }
    .imgHist,
    .txtHist {
        float: left;
        height: auto;
        overflow: visible;
    }
    .versionImpresa button {
        margin: 0 8px
    }
    .txtBusc {
        display: block;
        font-size: 26px;
        margin: 20px 10px 0;
        float: left;
        width: 100%;
    }
    .histMod span,
    .histMod {
        height: 200px;
    }
    .stickyBanner {
        display: block;
    }
    .notaRel {
        padding: 20px;
    }
    .notaRelM span {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .notaRelM span img {
        width: 100%;
        margin-left: 0;
    }
    .imgRel {
        height: 100%;
    }
    .imgRel img {
        margin-bottom: 0;
    }
    .menuDesplegado {
        height: 100%;
        overflow: scroll;
        position: fixed;
        z-index: 32;
        top: 0!important;
        padding: 20px;
        background: #2b2b2d;
    }
    .menuDesplegado::-webkit-scrollbar {
        display: none;
    }
    .menuCat li {
        float: left;
        list-style: none;
        width: auto;
        font-weight: 300;
        padding-right: 7px;
        border-right: solid #c4d900 1px;
        margin-right: 7px;
    }
    .closeNavBars {
        margin: 10px 28px;
    }
    .menuCat {
        padding-left: 0;
        margin: 10px 0;
        padding-right: 0;
    }
    .menuCat ul {
        padding-left: 0;
        float: left;
        margin-bottom: 0;
    }
    nav {
        float: left;
        padding: 0 20px;
    }
    .menuCat li {
        margin-bottom: 10px;
        font-size: 20px;
        border-right: 0;
    }
    .notH img {
        margin-left: -187px;
        margin-bottom: 0!important;
    }
    .col-md-4.notaHome.resp {
        max-width: 100%;
    }
    .notH {
        border-radius: 30px;
    }
    .txtp img {
        display: none!important;
    }
    .textoprincipal {
        bottom: 20px;
    }
    .txtp {
        max-width: 100%;
    }
    p {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 40px;
    }
    .notaDlarg img {
        margin-left: 0;
        width: 100%;
    }
    .historico {
        max-width: 100%;
        height: auto;
    }
    .txtHist span,
    .histChico {
        height: auto;
        overflow: visible;
    }
    .NewsSus {
        width: 90%;
        background: rgb(240, 240, 240);
        background: -moz-linear-gradient(0deg, rgba(240, 240, 240, 1) 59%, rgba(255, 255, 255, 1) 59%);
        background: -webkit-linear-gradient(0deg, rgba(240, 240, 240, 1) 59%, rgba(255, 255, 255, 1) 59%);
        background: linear-gradient(0deg, rgb(255 255 255) 59%, rgb(242 242 242) 59%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#ffffff", GradientType=1);
        padding: 40px 1px 40px 0px;
    }
    .DescargaGratisImg {
        width: -webkit-fill-available;
        width: -moz-available;
        border: none;
        margin-left: 0px;
    }
    .DescargaGratisImg img {
        width: 145px;
    }
    .titNews {
        width: -webkit-fill-available;
        width: -moz-available;
        font-size: 25px;
        padding: 0 25px;
        line-height: 30px;
    }
    .subNews {
        display: none;
    }
    .ContFormMailchimpNews {
        margin: 34px 50px 0 50px;
        padding: 0 20px;
    }
    .AutorNotaBio {
        border-left: none;
        margin-top: 17px;
        width: 100%;
    }
    .AutorNotaContFoto {
        width: 100%;
    }
    .modal_contenedorGral {
        width: 450px;
        padding: 30px 4px;
        height: 544px;
        overflow: scroll;
    }
    .modal_imgPrincipal {
        width: 100%;
    }
    .modal_imgPrincipal img {
        width: 50%;
    }
    .modal_titulo {
        width: -webkit-fill-available;
        width: -moz-available;
        font-size: 22px;
        line-height: 23px;
        padding: 0 17px;
        margin-top: 6px;
    }
    .modal_subtitulo {
        width: -webkit-fill-available;
        width: -moz-available;
        padding: 15px 17px;
    }
    .modal_titulo .strong {
        width: -webkit-fill-available;
        width: -moz-available;
        margin-top: 9px;
        float: left;
    }
    .modal_botonesFooter {
        margin: 5px 0 0;
    }
    .modal_btnPrimario,
    .modal_btnSecundario {
        padding: 11px 30px;
        display: inline-block;
        width: auto;
        margin: 10px 0;
    }
    /********TE RECOMENDAMOS*******/
    .modRecomendamos_h3 {
        margin-bottom: 40px;
    }
    .modRecomendamos_contenedor {
        width: 96%;
        margin: 10px 6px;
    }
    .modRecomendamos_titulo {
        height: 100px;
    }
    .modRecomendamos_imagen {
        width: 100%;
        height: auto;
    }
    .pb_publicidadNueva .pb_bannerMobile {
        display: block;
    }
    .pb_publicidadNueva .pb_bannerDesktop {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .video-single {
        padding: 9px 10px 30px 10px;
    }
    .cont-singletxt {
        margin-left: 7px;
    }
    .label-video {
        width: 51px;
        height: 68px;
    }
    .txt-video {
        margin-left: 61px;
        font-size: 15px;
    }
    .fa-play-circle {
        font-size: 33px;
        margin-top: 15px;
        margin-left: 9px;
    }
    .TxtNewsletterHome {
        padding: 15px 0px;
    }
    .BtnNewsletterHome a {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .titNewsGrande {
        line-height: 35px;
        font-size: 40px;
    }
    .btnSuscribeteNewsletterNota {
        padding: 0;
    }
    .ContCalendarDeviceCenter {
        width: 315px;
    }
    .DeviceDayText {
        width: 44px;
        font-size: 13px;
    }
    .DeviceDay {
        width: 44px;
        font-size: 14px;
    }
    .CalendarioLerkYear {
        height: 63px;
    }
    .CalendarioLerkYear span {
        font-size: 16px;
    }
    .CalendarioLerkMonth {
        font-size: 28px;
        padding-top: 45px;
    }
    .CenterMonth {
        width: 240px;
    }
    .buscador2020 {
        padding: 11px 6px;
    }
    .buscador2020 form {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .envolventeMobile {
        width: 90%;
        border-radius: 6px;
    }
    .buscador2020 input {
        width: 76%;
    }
    .buscador2020 button {
        width: 22%;
    }
    .sigNot20 a {
        margin-top: -4px;
        float: left;
    }
    .sigNot20 {
        height: 55px;
        margin: 0px 4px;
        font-size: 11px;
        padding: 4px 0px;
    }
    .sigNot20 .strong {
        font-size: 12px;
        line-height: 14px;
        margin-top: 4px;
        float: left;
    }
    .btnCompMobile {
        padding: 2px 3px;
        margin: 18px 7px;
        font-size: 13px;
    }
    .mujerprincipal {
        height: auto;
        position: inherit;
        float: left;
    }
    .txtp {
        max-width: 100%;
        margin: 20px 0px;
    }
    .textoprincipal {
        bottom: 5px;
        position: inherit;
        float: left;
        background: #000;
    }
    .rel {
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
    .buscadorHeader.mobile {
        width: 100%;
        padding-bottom: 20px;
    }
    .contNota {
        width: 100%;
    }
    .closeNavBars {
        margin: 10px 0;
        width: 100%;
        text-align: right;
    }
    .logoBarra.Mobile img {
        width: 131px;
    }
    .txtf,
    .notaDlarg {
        margin-bottom: 30px;
    }
    .notaizquierda {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .txtf,
    .txtimgder,
    .notaDlarg {
        max-width: 100%;
        position: initial;
        float: left;
        height: auto;
    }
    .notasD {
        height: auto;
    }
    .txtimgder span {
        width: 100%;
    }
    .play {
        margin: 29px 0;
        width: 100%;
    }
    .notaizquierda img {
        position: inherit;
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .ContFormMailchimpNews {
        margin: 15px 19px 0 19px;
        padding: 0 12px;
    }
    .DescargaGratisImg img {
        width: 100px;
    }
    .titNews {
        font-size: 20px;
        padding: 0 22px;
        line-height: 28px;
    }
    .ContFormMailchimpNews input {
        font-size: 20px;
    }
    .AutorNotaBio {
        padding: 0;
    }
    .modal_contenedorGral {
        height: 450px;
        width: 85%;
        padding: 30px 4px;
    }
    .modal_imgPrincipal {
        width: 100%;
    }
    .modal_imgPrincipal img {
        width: 50%;
    }
    .modal_btnPrimario,
    .modal_btnSecundario {
        padding: 11px 30px;
        display: block;
        width: inherit;
        margin: 10px 0;
    }
    /********TE RECOMENDAMOS*******/
    .modRecomendamos_h3 {
        margin-bottom: 40px;
    }
    .modRecomendamos_contenedor {
        width: 96%;
        margin: 10px 6px;
    }
    .modRecomendamos_titulo {
        height: 100px;
    }
    .modRecomendamos_imagen {
        width: 100%;
        height: auto;
    }
    .pb_publicidadNueva .pb_bannerMobile {
        display: block;
    }
    .pb_publicidadNueva .pb_bannerDesktop {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .box img,
    .halfNotaMobile img,
    .leaderMobile,
    .imgSticky img {
        width: 100%;
        height: auto;
    }
    .ContFormMailchimpNews {
        margin: 15px 10px 0 10px;
        padding: 0 8px;
    }
    .NewsSus {
        overflow-y: scroll;
        height: 500px;
    }
    .modal_contenedorGral {
        width: 90%;
        height: 500px;
        overflow: scroll;
        padding: 30px 4px;
    }
    .modal_contBody {
        margin-top: 15px;
    }
    .modal_imgPrincipal {
        width: 100%;
    }
    .modal_imgPrincipal img {
        width: 80%;
    }
    .modal_btnPrimario,
    .modal_btnSecundario {
        padding: 11px 30px;
        display: block;
        width: inherit;
        margin: 10px 0;
    }
    .cerrarNews {
        margin: 0;
    }
    .pb_publicidadNueva .pb_bannerMobile {
        display: block;
    }
    .pb_publicidadNueva .pb_bannerDesktop {
        display: none;
    }
}