@import "ui.css";
:root {
    /* Colors */
    --white: #ffffff;
    --strong-black: #000000;
    --color-white: #ffffff;
    --color-green: green;
    --green-trans: #64ff78;
    --border-body: #23b523;
    --hover-green: #64ff78;
    --back-sponsors: #000000ff;
    --back-olive: rgba(0, 47, 47, 0.729);
    /*    Shadows   */
    --shadow1: 0 0 1px 1px #6b6b6b;
    --shadow2: 0 0 0 6px #252525;
}

* {
    box-sizing: border-box;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
body {
    border-top: 0px solid #63ff78;
}
.wrap-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#pg_cabecera {
    display: none;
    width: 330px;
    max-width: 350px;
    height: 150px;
}
#pg_cabecera h1.logo-header a {
    margin-top: 15px;
    max-width: 50%;
}
#home {
    background-color: var(--back-sponsors);
    height: 87vh;
    background-size: cover;
    padding-bottom: 40px;
}
#pg_ancho_max {
    margin-top: 70px;
}
#pg_menu:before {
    display: none;
}

#pg_cabecera h1 {
    position: initial;
}
#pg_menu > div #pg_menu_redes {
    float: none;
    margin-top: -10px;
    margin-bottom: auto;
}
#pg_menu > div #pg_menu_redes li {
    float: left;
    margin-right: 0px;
}

#pg_menu > div #pg_menu_redes li > a {
    background-image: url(../img//logos/redes_t.png);
    background-image: image-set(
        url(../img//logos/redes_t.png) 1x,
        url(../img_2x//logos/redes_t.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/redes_t.png) 1x,
        url(../img_2x//logos/redes_t.png) 2x
    );
    background-repeat: no-repeat;
    background-size: 62%;
}
.menu-fix2 {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(180deg, rgba(0,0,0,0.1) 86%, rgba(0,93,83,1) 40%);*/

    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 78%,
        rgba(0, 93, 83, 1) 99%
    );
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    height: 100px;
    box-shadow: 0 9px 73px 0px var(--brand);
}
#pg_menu > div {
    margin-left: 2px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 1%;
}

#pg_menu #pg_menu_opciones {
    order: 3;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    /* display: table; */
    /* color: green; */
}

#pg_menu > div #pg_menu_boletin {
    order: 3;
    display: block;
    margin-top: 5px;
    min-width: 30px;
    height: 30px;
    color: #fff;
    font-style: italic;
    font-size: 0.8em;
    line-height: 2em;
}
#pg_menu > div #pg_menu_boletin:hover,
#pg_menu > div #pg_menu_boletin:focus {
    color: var(--green-trans);
}

#pg_menu {
    position: relative;
    margin: 20px auto auto;
    /* margin-top: 0; */
}
#pg_menu {
    position: relative;
    margin: 20px auto auto;
    /* margin-top: 0; */
    background-color: transparent;
}
.pg_ancho_max {
    margin: 0 auto;
    width: 100%;
}

#pg_menu > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: -20px;
}

.pg_ancho_min {
    margin: 0 auto;
    max-width: 1350px;
}

#pg_menu #pg_menu_opciones li a {
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.2s;
    color: #fff;
    position: relative;
    font-size: 13px;
    margin: 39px auto auto;
}
#pg_menu #pg_menu_opciones .pg_menu_vivo > a{
    display: block;
    margin-top: 0;
    overflow:visible;
}
#pg_menu #pg_menu_opciones .pg_menu_vivo > a:before{
    position: absolute;
    left: -12px;
    top: -2px;
    display: flex;
    content: '';
    margin: 0;
    width: 8px;
    height: 15px;
    background-image: url(../img//audio_izq.png);
}
#pg_menu #pg_menu_opciones .pg_menu_vivo > a:after{
    position: absolute;
    right: -12px;
    top: -2px;
    display: flex;
    content: '';
    margin: 0;
    width: 8px;
    height: 15px;
    background-image: url(../img//audio_der.png);
}
#pg_menu #pg_menu_opciones {
    background-color: transparent;
    order: 3;
    margin: 5px auto 0 auto;
    padding: 0 19px;
    display: table;
    color: #63ff78;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#pg_destacadas {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 40px;
    background-color: var(--back-sponsors);
}

.pg_destacada {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    width: 420px;
    height: 320px;
}

.pg_columnista {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    /*width: 390px;*/
    /*height: 320px;*/
}

.pg_destacada.pg_destacada_darwin,
.pg_destacada.pg_destacada_simple {
    max-width: 330px;
    margin-top: 60px;
    margin-bottom: 60px;
    order: 3;
}
.destacados {
    background-color: var(--back-sponsors);
}
.destacado-fecha {
    /*position: fixed;*/
    padding-right: 16px;
    padding-left: 16px;
    /*height: 18px;*/
    background-color: var(--green-trans);
    border: 1px solid var(--green-trans);
    border-radius: 3px;
    font-size: 0.8em;
    transition: width 0.5s;
    /*margin-left: 30.5%;*/
    align-items: center;
    display: flex;
    /*margin-bottom: 10px;*/
    /*margin-top: -9px;*/
}

.columnista-nombre {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    margin: auto;
    left: 0;
    overflow: hidden;
}
.columnista-nombre .columnista-slick {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 80px;
}
.pg_destacada h2 {
    position: absolute;
    padding: 5px;
    left: 38px;
    bottom: 10px;
    /*margin-top: 100%;*/
    width: 237px;
    background-color: #fff;
    color: #000;
    font-size: 0.9em;
    /*margin-left: 8%;*/
    padding: 15px 10px;
    border-radius: 10px;
    bottom: -1px;
}
.pg_destacada.pg_destacada_darwin h2,
.pg_destacada.pg_destacada_simple h2 {
    left: 0;
    height: 70px;
    max-height: 70px;
    max-height: 70px;
    width: 235px;
    background-color: var(--white);
    font-size: 0.9em;
    padding: 10px;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*.pg_destacada.pg_destacada_simple h2{*/
/*    left: 0;*/
/*    width: 235px;*/
/*    background-color: var(--white);*/
/*    font-size: 1em;*/
/*    padding: 15px 10px;*/
/*    bottom: -1px;*/
/*}*/

.pg_columnista h2:not(.columnista-slick) {
    position: absolute;
    padding: 5px;
    left: -9px;
    text-align: center;
    bottom: 10px;
    margin-top: 100%;
    width: 300px;
    background-color: #000;
    color: #fff;
    font-size: 0.9em;
    margin-left: 44px;
    padding: 15px 10px;
    /* border-radius: 10px; */
    bottom: -1px;
}
#notas-home {
    background-image: url("../img/fondos/fondo-notas.png");
    background-attachment: fixed;
    background-size: cover;
}
/*.imagen-recomendado {*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*}*/
#home2 {
    background: rgb(0, 93, 83);
    background: linear-gradient(
        0deg,
        rgba(0, 93, 83, 1) 0%,
        rgba(0, 0, 0, 1) 86%
    );
}

.imagen-darwin-home {
    width: 90px;
}

/*  inicio cambios en videos fondo home */
.imagen-darwin-home-fix-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 24em;
}

.imagen-darwin-home-4 {
    margin-left: auto;
    right: calc(49.5% - 45px);
    /*display: block;*/
    bottom: 27%;
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg); /* Opera, Chrome, and Safari */
}

.imagen-darwin-home-3 {
    margin-left: auto;
    right: calc(52% - 45px);
    /*display: block;*/
    bottom: 29%;
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg); /* Opera, Chrome, and Safari */
}
.imagen-darwin-home-fix-3 {
    margin-left: auto;
    margin-right: 51%;
    display: block;
    margin-top: 24em;
    /*
     transform: rotate(-35deg);
     -webkit-transform: rotate(-35deg); /* Opera, Chrome, and Safari */
}

.imagen-darwin-home-2 {
    margin-left: auto;
    right: calc(54% - 45px);
    /*display: block;*/
    bottom: 33%;
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg); /* Opera, Chrome, and Safari */
}
.imagen-darwin-home-fix-2 {
    margin-left: auto;
    margin-right: 55%;
    display: block;
    margin-top: 25em;
    /*
     transform: rotate(-35deg);
     -webkit-transform: rotate(-35deg); /* Opera, Chrome, and Safari */
}

.imagen-darwin-home-1 {
    margin-left: auto;
    right: calc(49% - 45px);
    /*display: block;*/
    bottom: 32%;
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg); /* Opera, Chrome, and Safari */
}
.imagen-darwin-home-fix-1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25em;
    /*
     /* transform: rotate(-35deg); */
    /* -webkit-transform: rotate(-35deg); */ /* Opera, Chrome, and Safari */
}

.darwin-contenedor {
    width: 100%;
    /*height: auto;*/
}

/* fin  cambios en videos fondo home */

#pg_pie {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 1) 78%,
        rgba(0, 82, 74, 1) 99%
    );
    /*   background-image: url('../img/fondos/footer.png'); */
}

.menu-fix {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(180deg, rgba(0,0,0,0.1) 86%, rgba(0,93,83,1) 40%);*/

    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 78%,
        rgba(0, 93, 83, 1) 99%
    );
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    height: 100px;
    box-shadow: 0 9px 73px 0px var(--brand);
}
.menu-fix h1 {
    margin-top: 0%;
}

@media screen and (max-width: 767px) {

        .menu-btns-nav {
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: space-around;
            width: 100%;
            margin: 0 !important;
        /*  padding-left: 110px;*/
            padding-right: 20%;
            bottom: 80%;
            left: 0;
            position: absolute;
        }
}
     @media screen and (min-width: 767px) {

        .menu-btns-nav {
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: space-around;
            width: 100%;
            margin: 0 !important;
          padding-left: 110px;
            padding-right: 20%;
            bottom: 80%;
            left: 0;
            position: absolute;
        }


}

.btn-nav {
    /* background-color: #e5e5e5;
    border-radius: 0.3rem;
    color: var(--back-sponsors) !important; */
    cursor: pointer;
    padding: 0.3rem 1rem;
    margin: auto;
    text-align: center;
    transition: color 0.2s;
}
.menu-btns-nav a:first-child {
    margin-left: 0;
}
.menu-btns-nav a:last-child {
    margin-right: 0;
}
.btn-nav:hover {
    color: #23b523;
}
.contact-item {
    display: inline-block;
    margin: 8px 0 auto 5px;
}

.notas_title {
    position: relative;
    font-size: 72px;
    color: #fff;
    /*font-family: 'Tw Cen MT';*/
    font-weight: 700;
    font-style: normal;
    margin-top: 16px;
}
#pg_columnistas ul a strong {
    display: inline-block;
    position: absolute;
    padding: 7px 30px 7px 7px;
    top: 315px;
    left: 0;
    background-color: #23b523;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}
.menu-items {
    display: flex;
    flex-direction: row-reverse;
}
.with-cover {
    background-image: url("../img/fondos/fondo-notas.png");
    background-size: contain;
}

.pg_destacada.pg_destacada_darwin a {
    display: block;
    width: 235px;
    height: 250px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
    display: block;
    border-radius: 10px;
    background-image: url(../img//logos/darwin.png);
    background-image: image-set(
        url(../img//logos/darwin.png) 1x,
        url(../img_2x//logos/darwin.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/darwin.png) 1x,
        url(../img_2x//logos/darwin.png) 2x
    );
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center 10px;
}
#myVideo {
    width: 100vw;
    height: 87vh;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*z-index: -1;*/
}

.pg_destacada.pg_destacada_simple a {
    display: block;
    width: 235px;
    height: 250px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.pg_destacada.pg_destacada_darwin h2:before {
    background-image: url();
    background-image: image-set(url() 1x, url() 2x);
    background-image: -webkit-image-set(url() 1x, url() 2x);
    background-repeat: no-repeat;
    padding: 15px 10px;
    bottom: -1px;
}

.pg_destacada.pg_destacada_simple h2:before {
    background-image: url();
    background-image: image-set(url() 1x, url() 2x);
    background-image: -webkit-image-set(url() 1x, url() 2x);
    background-repeat: no-repeat;
    padding: 15px 10px;
    bottom: -1px;
}

/* Slick Arrows */
.slick-prev:before,
.slick-next:before {
    content: "" !important;
    display: flex;
    /*margin: -6px 0 0 -40px;*/
    width: 25px;
    height: 28px;
}
.multiple-items,
.multiple-items-columnistas,
.multiple-items-notas {
    max-width: 1350px;
}
.multiple-items .slick-next {
    right: -22px;
}
.multiple-items-notas .slick-next,
#pg_columnistas_arriba .slick-next {
    right: -20px;
}
.slick-prev:before,
.slick-next:before {
    background-image: url(../img//left-chevron.png);
    background-image: image-set(
        url(../img//left-chevron.png) 1x,
        url(../img_2x//left-chevron.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//left-chevron.png) 1x,
        url(../img_2x//left-chevron.png) 2x
    );
}
.slick-next:before {
    transform: rotate(180deg);
}
#pg_columnistas_arriba .slick-prev:before,
#pg_columnistas_arriba .slick-next:before {
    background-image: url(../img//chevron_black.png);
    background-image: image-set(
        url(../img//chevron_black.png) 1x,
        url(../img_2x//chevron_black.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//chevron_black.png) 1x,
        url(../img_2x//chevron_black.png) 2x
    );
}
#pg_columnistas_arriba .slick-prev,
#pg_columnistas_arriba .slick-next {
    top: 45%;
}
.multiple-items-libreria .slick-prev,
.multiple-items-libreria .slick-next {
    top: 33% !important;
}
.multiple-items-libreria .slick-prev {
    left: -35px;
}
.multiple-items-libreria .slick-next {
    right: -30px;
}
/*#pg_columnistas_arriba .slick-prev{
    left: -40px;
}*/
/*.multiple-items-notas .slick-prev{
    left: -55px;
}*/

/* End Slick Arrows */

#nota-home {
    background-color: var(--strong-black) !important;
    border-radius: 0 0 10px 10px;
    bottom: 2px;
    color: var(--white) !important;
    font-weight: 400;
    height: 65px;
    left: 0;
    text-align: center;
    transition: all 0.3s ease;
}
#nota-home:hover {
    color: var(--green-trans);
}

@media (max-width: 900px) {
    #pg_cabecera {
        display: table;
        width: 330px;
        max-width: 350px;
        height: 150px;
    }
}

/* GENERAL STYLES */

/* Backgrounds */
.back-green {
    background-color: var(--green-trans) !important;
}

.bakc-dark {
    background-color: var(--strong-black) !important;
    /* color: #fff; */
}

.back-olive {
    background-color: var(--back-olive) !important;
}
.back-white {
    background-color: var(--color-white) !important;
}
/* Text */
.white {
    color: var(--white) !important;
}
.black {
    color: var(--strong-black) !important;
}
.upper {
    text-transform: uppercase !important;
}
.l-h-1a {
    line-height: 1.1;
}
/* Font controls */

.bold {
    font-weight: bold;
}
.bolder {
    font-weight: bolder;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
.fw-800 {
    font-weight: 800;
}
.fs-11p {
    font-size: 11px;
}
.fs-12p {
    font-size: 12px;
}
.fs-1p5-em {
    font-size: 1.5em;
}
.fs-12-em {
    font-size: 1.2em;
}
.fs-09-em {
    font-size: 0.9em;
}
.fs-06-em {
    font-size: 0.6em;
}
.fs-07-em {
    font-size: 0.7em;
}
.fs-1p1-em {
    font-size: 1.1em;
}
.fs-1p8-em {
    font-size: 1.8em;
}
.fs-3-em {
    font-size: 3em;
}
.fs-5-em {
    font-size: 5em;
}
.fs-6-em {
    font-size: 6em;
}
.fs-5m-em {
    font-size: 6em;
}
.let-sp-3 {
    letter-spacing: 3px;
}
/* Borders */
.b-none {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.br-50r {
    border-radius: 50%;
}
.br-10 {
    border-radius: 10px;
}
.br-15 {
    border-radius: 15px;
}
.br-25 {
    border-radius: 25px;
}
.br-tl-10 {
    border-top-left-radius: 10px;
}
.br-tr-10 {
    border-top-right-radius: 10px;
}
.bb-1 {
    border-bottom: 1px solid var(--green-trans);
}
.bt-black {
    border-top: 1px solid var(--strong-black);
}
/* Displays */
.block {
    display: block;
}
.inline-block {
    display: inline-block !important;
}
.grid {
    display: grid !important;
}
.grid-col-1 {
    grid-template-columns: 100%;
}
.grid-col-2 {
    grid-template-columns: 50% 50%;
}
.flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex;
}
.fl-row {
    flex-direction: row;
}
.fl-column {
    flex-direction: column;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.ov-hidden {
    overflow: hidden;
}
.ov-x-hidden {
    overflow-x: hidden;
}

/* Alignment */
.center {
    text-align: center !important;
}
.justify-around {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-evenly {
    justify-content: space-evenly;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.content-center {
    align-content: center;
}
.content-start {
    align-items: flex-start;
}
.items-start {
    align-items: flex-start;
}

/* Img */
.object-fit {
    object-fit: cover;
}
/* Positions */
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.zin-1 {
    z-index: 100;
}
.zin-10 {
    z-index: 1000;
}
/* Sizes */
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.mn-h-47 {
    min-height: 47px;
}
.w-auto {
    width: auto;
}
.w-content {
    width: max-content;
    width: -moz-max-content;
}
.w-full {
    width: 100% !important;
}
.mn-w-70 {
    min-width: 70%;
}
.mn-w-full {
    min-width: 100%;
}
.mx-w-full {
    max-width: 100%;
}
.w-19 {
    width: 19%;
}
.w-35 {
    width: 35%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}

/* Margins */
.m-auto {
    margin: auto !important;
}
.m-0 {
    margin: 0;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-90 {
    margin-bottom: 90px;
}
.ml-auto {
    margin-left: auto;
}
.ml-0 {
    margin-left: 0;
}
.mr-auto {
    margin-right: auto;
}
.mt-0 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-50n {
    margin-top: -50px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-80n {
    margin-top: -80px;
}
.mt-100n {
    margin-top: -100px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-25 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.my-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.unset-gap {
    gap: 0 !important;
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    grid-gap: 10px !important;
}
.gap-30 {
    grid-gap: 30px !important;
}

/* Paddings */

.p-0 {
    padding: 0 !important;
}
.p-25 {
    padding: 25px;
}
.px-7 {
    padding-left: 7px;
    padding-right: 7px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.px-11vw {
    padding-left: 11vw;
    padding-right: 11vw;
}
.py-3 {
    padding-bottom: 3px;
    padding-top: 3px;
}
.py-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.py-7 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.py-10vh {
    padding-bottom: 10vh;
    padding-top: 10vh;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-0 {
    padding-left: 0;
}
.pl-20 {
    padding-left: 20px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pt-180 {
    padding-top: 180px !important;
}
.pb-10 {
    padding-bottom: 10px;
}

/* Shadows */
.no-shadow {
    box-shadow: none !important;
}
.shadow-1 {
    box-shadow: var(--shadow1);
}
.shadow-2 {
    box-shadow: var(--shadow2);
}

/* SPECIFIC ELEMENTS STYLES */
.with-cover {
    background-image: url("../img/fondos/fondo-notas.png");
    background-size: contain;
}
.wrap-columns {
    background-image: url("../img/fondos/todo-ntn.png");
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}
.wrap-darwin {
    background: #003232 !important;
}
.darwin > img {
    float: right;
    margin-left: -13px;
    margin-top: -0.6em;
    object-fit: contain;
    width: 1.5em;
    z-index: 10;
}
.hover-green:hover *,
.hover-green:focus * {
    color: var(--green-trans);
    transition: 0.3s;
}
.list-title {
    background-color: transparent !important;
    color: var(--white) !important;
}
#pg_playlist h3:after {
    display: none;
}
.green-trans {
    color: var(--green-trans);
}
.list-title > .green-trans {
    color: var(--green-trans);
    text-transform: none;
}
.rep-list {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rep-list-columnistas {
    padding-top: 5px;
}
.rep-list-columnistas:before {
    margin: -3px 0 0 !important;
    width: 17px;
    height: 17px;
    background-image: url(../img//audio_black.png) !important;
    background-image: image-set(
        url(../img//audio_black.png) 1x,
        url(../img_2x//audio_black.png) 2x
    ) !important;
    background-image: -webkit-image-set(
        url(../img//audio_black.png) 1x,
        url(../img_2x//audio_black.png) 2x
    ) !important;
}
.with-desc-20 {
    max-width: calc(100% - 40px);
    width: auto;
}
.longplay {
    color: var(--green-trans) !important;
    margin: auto auto auto 10px !important;
    padding: 2px 5px 2px 2px !important;
}
#pg_playlist li .rep-list:before {
    margin: 0;
    width: 17px;
    height: 17px;
    background-image: url(../img//audio_der1.png);
    background-image: image-set(
        url(../img//audio_der1.png) 1x,
        url(../img_2x//audio_der1.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//audio_der1.png) 1x,
        url(../img_2x//audio_der1.png) 2x
    );
}
#pg_playlist li .rep-list:hover,
#pg_playlist li .rep-list:focus {
    color: var(--hover-green) !important;
}
.destacada {
    z-index: 9000;
}
.big-nota-destacada h2 {
    bottom: 0;
    left: 0;
    padding: 10px 20px;
}
.destacada-big:after {
    content: "";
    float: right;
    display: flex;
    margin: -2px 0 0 10px;
    width: 25px;
    height: 28px;
    background-image: url(../img//left-chevron.png);
    background-image: image-set(
        url(../img//left-chevron.png) 1x,
        url(../img_2x//left-chevron.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//left-chevron.png) 1x,
        url(../img_2x//left-chevron.png) 2x
    );
    transform: rotate(180deg);
}
.destacada:before {
    content: "";
    float: left;
    display: flex;
    margin: -6px 0 0 -40px;
    width: 25px;
    height: 28px;
    background-image: url(../img//left-chevron.png);
    background-image: image-set(
        url(../img//left-chevron.png) 1x,
        url(../img_2x//left-chevron.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//left-chevron.png) 1x,
        url(../img_2x//left-chevron.png) 2x
    );
}
.social-links li {
    float: left;
    margin-right: 5px;
}
.social-links a {
    background-size: cover;
    text-indent: -10000px;
    letter-spacing: -999em;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-position: bottom;
    transition: background-position 0.2s ease;
}
#pg_redes_w {
    background-image: url(../img//logos/redes_w.png);
    background-image: image-set(
        url(../img//logos/redes_w.png) 1x,
        url(../img_2x//logos/redes_w.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/redes_w.png) 1x,
        url(../img_2x//logos/redes_w.png) 2x
    );
    background-repeat: no-repeat;
}
#pg_redes_f {
    background-image: url(../img//logos/redes_f.png);
    background-image: image-set(
        url(../img//logos/redes_f.png) 1x,
        url(../img_2x//logos/redes_f.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/redes_f.png) 1x,
        url(../img_2x//logos/redes_f.png) 2x
    );
    background-repeat: no-repeat;
}
#pg_redes_t {
    background-image: url(../img//logos/redes_t.png);
    background-image: image-set(
        url(../img//logos/redes_t.png) 1x,
        url(../img_2x//logos/redes_t.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/redes_t.png) 1x,
        url(../img_2x//logos/redes_t.png) 2x
    );
    background-repeat: no-repeat;
}
#redes_w {
    background-image: url(../img//logos/whatsapp.png);
    background-image: image-set(
        url(../img//logos/whatsapp.png) 1x,
        url(../img//logos/whatsapp.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/whatsapp.png) 1x,
        url(../img//logos/whatsapp.png) 2x
    );
    background-repeat: no-repeat;
}
#redes_f {
    background-image: url(../img//logos/facebook.png);
    background-image: image-set(
        url(../img//logos/facebook.png) 1x,
        url(../img//logos/facebook.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/facebook.png) 1x,
        url(../img//logos/facebook.png) 2x
    );
    background-repeat: no-repeat;
}
#redes_t {
    background-image: url(../img//logos/twitter.png);
    background-image: image-set(
        url(../img//logos/twitter.png) 1x,
        url(../img//logos/twitter.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//logos/twitter.png) 1x,
        url(../img//logos/twitter.png) 2x
    );
    background-repeat: no-repeat;
}
.rep-nota:after {
    content: "";
    float: right;
    display: flex;
    margin: 0 -10px 0 0;
    width: 17px;
    height: 17px;
    background-image: url(../img//audio_der1.png);
    background-image: image-set(
        url(../img//audio_der1.png) 1x,
        url(../img_2x//audio_der1.png) 2x
    );
    background-image: -webkit-image-set(
        url(../img//audio_der1.png) 1x,
        url(../img_2x//audio_der1.png) 2x
    );
    background-repeat: no-repeat;
}
.wrap-extended p,
.wrap-extended a {
    color: var(--white);
    line-height: 1.4;
}
.wrap-extended p {
    margin: 10px 0;
}
.wrap-extended a {
    text-decoration: underline;
}
.wrap-extended p video {
    max-height: 60px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.wrap-extended p iframe {
    border: none !important;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 1 / 1;
}
.two-separator {
    margin-left: 2.5%;
    margin-right: 2%;
}
.center-float-title {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    /*min-width: max-content;*/
    max-width: 90%;
    width: auto;
}
.columnista .object-fit {
    margin-top: -65%;
    /*height: 8.5em;*/
    width: 8.5em;
}

audio.columnista-audio,
audio.columnista-audio:focus,
audio.columnista-audio:active {
    max-width: 280px;
    height: 45px;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10;
}
.subtitle-play {
    background-color: transparent !important;
    color: var(--strong-black) !important;
    text-transform: none !important;
}

/* PAGINATION STYLES */
.page-item > .page-link {
    align-items: center;
    background-color: var(--strong-black);
    color: var(--green-trans);
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    justify-content: center;
    width: 50px;
    text-align: center;
    transition: all 0.3s ease;
}
.page-item.active > .page-link,
.page-item:hover > .page-link {
    background-color: var(--green-trans);
    color: var(--strong-black);
}
.page-item:first-child > .page-link,
.page-item:last-child > .page-link {
    background-color: transparent;
    color: var(--strong-black);
    font-size: 50px;
    font-weight: lighter;
    margin-top: -3px;
}
#pg_pie {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;

    margin-top: 0px;
    /*height: 80px; */
    background-color: #e5e5e5;
    border-bottom: 0px solid #23b523;
}
#pg_pie p a:focus,
#pg_pie p a:hover {
    color: var(--green-trans);
}
.pg_sponsors ul a {
    background-size: 100%;
    background-position: center;
    height: 70px;
    width: 100px;
}
.pg_sponsors {
    margin: -2px auto;
    padding-bottom: 3%;
    padding-top: 0;
    background-color: var(--back-sponsors);
    min-width: 100%;
}
.relacionado {
    top: -12px;
}
.interesar {
    height: 65px;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    border: none;
    transition: color 0.3s ease;
}
.interesar:hover {
    color: var(--green-trans) !important;
}

/*
inicio cambios 25/11
*/
.newsletter {
    background-image: url(../img/fondos/fondo-notas.png);
    /* height: 100vh; */
    background-size: cover;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 180px;
}
a,
body,
div,
em,
input,
li,
p,
span,
td,
textarea {
    font-family: Roboto, sans-serif;
    font-size: 1em;
    color: #fff;
}
#pg_boletin form fieldset div {
    padding: 10px;
    margin-bottom: 5px;
    background-color: transparent;
}
#pg_boletin form fieldset div input {
    color: var(--strong-black);
}
#pg_boletin form input[type="submit"]:focus,
#pg_boletin form input[type="submit"]:hover {
    background-color: var(--color-green);
    color: var(--white);
    transition: all 0.3s ease;
}
.pg_titulo_pagina {
    flex-basis: 100%;
    padding-top: 90px;
    margin-bottom: 40px;
    font-size: 2.4em;
    font-weight: 900;
    color: var(--hover-green);
}
#pg_boletin form {
    margin: 0 auto;
    width: 100%;
}

#pg_boletin_nombre {
    padding: 6px;
    /* border: 1px solid #999; */
    border-radius: 10px;
    width: 63%;
}
#pg_boletin form input[type="submit"] {
    display: block;
    margin: 20px auto;
    padding: 5px 20px;
    background-color: var(--hover-green);
    border: none;
    -webkit-appearance: none;
    color: #000;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 800;
}

#pg_boletin form fieldset div input {
    padding: 6px;
    /* border: 1px solid #999; */
    border-radius: 5px;
}

#pg_boletin_email {
    padding: 6px;
    /* border: 1px solid #999; */
    border-radius: 10px;
}
#pg_boletin form fieldset div label {
    float: left;
    padding-right: 10px;
    width: 150px;
    text-align: right;
    line-height: 2em;
}
.mobil-newsletter {
    display: none;
}
.desktop-newsletter {
    display: inline;
}

.menu #pulso {
    display: none;
}

.menu-fix #pulso {
    display: block;
    left: 0;
    top: calc(100% + 2px);
    z-index: 0;
}
.pg_columnista img {
    min-width: 100% !important;
}

@media (max-width: 900px) {
    .mobil-newsletter {
        display: table-caption;
        margin-left: -10px;
    }
    .desktop-newsletter {
        display: none;
    }
    #pg_boletin form fieldset div input[type="number"] {
        width: 255px;
    }
    #pg_boletin form fieldset div label {
        float: left;
        padding-right: 10px;
        width: 150px;
        text-align: justify;
        line-height: 2em;
    }
    #pg_pie h4 a {
        clear: both;
        float: left;
    }
    #pg_pie p {
        float: none;
        font-size: 0.45em;
    }
}

/*fin cambios 25/11*/

/* MEDIA QUERYS */

@media screen and (min-width: 1280px) {
    .pg_sponsors ul li {
        max-width: 11%;
        width: 100px;
    }
}
@media screen and (max-width: 1355px) {
    .w-19 {
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .w-19 {
        width: 40%;
    }
    .menu-btns-nav {
        margin: 0 !important;
        padding-left: 15%;
        padding-right: 15%;
    }
}

/* cambios 24/11 [Menu mobile] */

@media (max-width: 900px) {
    #pg_cabecera {
        display: table;
        width: 330px;
        max-width: 350px;
        height: 150px;
    }
    #pg_menu {
        position: fixed;
        margin: 0 0 0 3.6%;
        padding: 10px 0 20px;
        top: 0;
        left: 0;
        background-color: #000000d1;
        border-bottom: 5px #23b523 solid;
        box-shadow: 0 3px 4px #000;
        overflow: hidden;
        z-index: 100;
        width: 90%;
        height: max-content;
    }
    .main-manu {
        background: rgb(0, 0, 0);
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 1) 78%,
            rgba(0, 93, 83, 1) 99%
        );
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        height: 100px;
        box-shadow: 0 9px 73px 0px var(--brand);
    }

    .menu-btns-nav {
        align-content: center;
        align-items: center;
        display: grid !important;
        grid-template-columns: 1fr;
        margin-bottom: -7px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 1rem !important;
        padding: 0 1rem 0;
        position: relative;
        width: 100%;
    }

    .menu-btns-nav a {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: auto auto 0 !important;
    }
    .menu-btns-nav a:first-child {
        margin-bottom: 10px !important;
    }

    #pg_menu #pg_menu_opciones {
        margin-top: 10px;
        width: 90%;
    }

    #pg_menu #pg_menu_opciones li {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 0px solid;
    }

    #pg_menu #pg_menu_opciones {
        order: 2;
        /* margin: 30px auto 0 auto; */
        padding: 0 10px;
        display: table;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #pg_menu > div #pg_menu_redes {
        display: table;
        margin: 0px auto;
        margin: -10px auto 0 auto;
        padding: 0 10px;
        display: table;
        /* display: flex; */
        /* flex-direction: column;
        align-items: center; */
        float: none;
    }
    #pg_menu > div #pg_menu_boletin {
        display: none;
    }
    #menu-redes-buscar {
        position: fixed;
        margin-top: 40%;
    }
    .contact-item {
        margin: 0 auto 5px;
    }
}

/*end cambios 24/11 [Menu Mobile] */

@media screen and (min-width: 1025px) {
    .desk-none {
        display: none !important;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    #pg_menu #pg_menu_opciones {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    #pg_menu #pg_menu_opciones li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .mob-grid-col-1 {
        grid-template-columns: 1fr;
    }
    .mob-br-none {
        border-radius: 0;
    }
    .mob-no-back {
        background: none;
    }
    .mob-none {
        display: none !important;
    }
    .mob-fs-1p5-em {
        font-size: 1.5em;
    }
    .mob-fs-3-em {
        font-size: 3em;
    }
    .mob-fl-columns {
        flex-direction: column;
    }
    .mob-mt-0 {
        margin-top: 0;
    }
    .mob-mt-50 {
        margin-top: 50px;
    }
    .mob-mb-10 {
        margin-bottom: 10px;
    }
    .mob-pl-0 {
        padding-left: 0;
    }
    .mob-pt-0 {
        padding-top: 0;
    }
    .mob-px-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .destacada:before {
        display: none;
    }
    .mob-w-full {
        width: 100%;
    }
    .mob-mx-vw-full {
        max-width: 99vw;
    }
    .columnista .object-fit {
        margin-top: -75%;
        /*height: 8.5em;*/
        width: 8.5em;
    }
    audio.columnista-audio,
    audio.columnista-audio:focus,
    audio.columnista-audio:active {
        max-width: 580px !important;
        width: 90vw !important;
    }
    #pg_playlist li .rep-list-columnistas:before {
        margin: -4px 5px 0 0 !important;
        width: 20px;
        height: 20px;
        background-image: url(../img//logos//audio.png) !important;
        background-image: image-set(
            url(../img//logos//audio.png) 1x,
            url(../img//logos//audio.png) 2x
        ) !important;
        background-image: -webkit-image-set(
            url(../img//logos//audio.png) 1x,
            url(../img//logos//audio.png) 2x
        ) !important;
    }
    .rep-list-columnistas {
        padding: 5px 5px 3px !important;
        font-size: 1em;
    }
}

@media screen and (max-width: 770px) {
    .mob-770-fl-column {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .mob-770-mt-0 {
        margin-top: 0 !important;
    }
    .mob-770-mt-50 {
        margin-top: 50px !important;
    }
    .mob-mt-100 {
        margin-top: 100px;
    }
    .mob-pt-100 {
        padding-top: 100px !important;
    }
    .mob-w-90-770 {
        width: 90%;
    }
    .mob-m-auto {
        margin: auto;
    }
    .mb-fs-2em {
        font-size: 2em;
    }
    .mob-fs-2p5-em {
        font-size: 2.5em;
    }
    .mob-fs-1b {
        font-size: 1.2em;
    }
    .mob-fs-1c {
        font-size: 1.3em;
    }
    .mob-bold {
        font-weight: bold;
    }
    .mob-w-90 {
        width: 90% !important;
    }
    .mob-p-20 {
        padding: 20px;
    }
    .mob-fw-600 {
        font-weight: 600;
    }
    .mob-py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mob-back-green {
        background-color: var(--green-trans);
    }
    .mob-black {
        color: var(--strong-black);
    }
    .mob-radius-25 {
        border-radius: 25px;
    }
    .page-item > .page-link {
        font-size: 20px;
        font-weight: bolder;
        height: 45px;
        justify-content: center;
        width: 45px;
        text-align: center;
        transition: all 0.3s ease;
    }
    .with-desc-20 {
        max-width: 100%;
    }
    .mob-br-none-770 {
        border-radius: 0;
    }
    .pg_destacada img {
        max-width: 235px;
    }
    .mob-pl-8p {
        padding-left: 6%;
    }
    .destacada-big:after {
        display: none;
    }
    /* .pt-180{
        padding-top: 200px !important;
    } */
    .mob-770-fs-1em {
        font-size: 1em;
    }
    .mob-770-fs-06em {
        font-size: 0.7em;
    }
}
@media screen and (max-width: 660px) {
    .pg_destacada {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    .w-19 {
        max-width: 320px;
        width: 80%;
    }
    .w-35 {
        max-width: 320px;
        width: 80%;
    }
    .mob-w-70 {
        width: 70%;
    }
    .main-manu {
        z-index: 3000;
    }
    .mob-600-px-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .mob-600-ls-normal {
        letter-spacing: normal;
    }
    .pg_resultado_pag ul li {
        margin: 0 3px;
    }
    .page-item:first-child > .page-link,
    .page-item:last-child > .page-link {
        font-size: 40px;
        margin-top: -2px;
    }
    .page-item:first-child > .page-link {
        margin-right: -7px;
    }
    .page-item:last-child > .page-link {
        margin-left: -7px;
    }
    .page-item > .page-link {
        font-size: 18px;
        height: 30px;
        width: 30px;
    }
    #home {
        height: 40vh;
        margin-top: 90px;
        /*min-height: 456px;*/
    }
    #myVideo {
        max-width: 99%;
        height: 40vh;
        object-fit: cover;
        /*min-height: 456px;*/
        z-index: 0;
    }
    .darwin-contenedor {
        /*height: 55vh;
        min-height: 418px;*/
        position: absolute;
        left: 0;
        top: 0;
    }
    #img-darwin-home {
        /*height: 50px;*/
        width: 40px;
        /*margin-top: 40vh !important;*/
    }
    .imagen-darwin-home-1 {
        right: calc(49% - 20px);
        bottom: 30%;
    }
    .imagen-darwin-home-2 {
        right: calc(58% - 20px);
        bottom: 30%;
    }
    .imagen-darwin-home-3 {
        right: calc(53% - 20px);
        bottom: 26%;
    }
    .imagen-darwin-home-4 {
        right: calc(49.5% - 20px);
        bottom: 26%;
    }
    .darwin {
        font-size: 5em;
        margin-bottom: 40px;
        margin-top: 140px;
    }
    .darwin > img {
        margin-left: -10px;
    }
    .columnista .object-fit {
        margin-top: -55%;
        /*height: 5.5em;*/
        width: 5.5em;
    }
    .pg_columnista {
        margin-bottom: 0;
        margin-top: 0;
    }
    .mob-pl-8p {
        padding-left: 10%;
    }
}
@media screen and (max-width: 429px) {
    .px-11vw {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}
@media screen and (max-width: 376px) {
    .px-11vw {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .page-item > .page-link {
        font-size: 14px;
        height: 25px;
        width: 25px;
    }
    .darwin {
        font-size: 4em;
    }
    .darwin > img {
        margin-left: -8px;
    }
    .pg_destacada img {
        max-width: 255px;
    }
    .mob-pl-8p {
        padding-left: 2%;
    }
}
