.flickity-viewport {
    height: 100%!important;
}
.three_section {
    font-family: KANIT;
    position: relative;
    width: 100%;
    height: 75vh;
    background-color: var(--blanco);
    display: flex;
    align-items: center;
}
.three_section-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--blanco);
}
.three_section-container-fondo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-color: var(--grisTexto);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
    bottom: 5%}
.three_section-container-fondo::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(https://www.elcolombiano.com/especialesmarcasaliadas/assets/img/PNG/Fondo%20gris.png);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%}
.flickity-button {
    background: 0 0;
}
.flickity-button:hover {
    background: 0 0;
    color: #000;
}
.flickity-button-icon {
    fill: #fff;
}
.flickity-button:disabled {
    display: none;
}
.flickity-prev-next-button {
    position: absolute;
    top: 110%;
    transform: unset;
    width: 30px;
    height: 30px;
}
.flickity-prev-next-button.previous {
    left: 50px!important;
}
.flickity-prev-next-button.next {
    right: 50px!important;
}
.three_section-container-tarjetas {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 50%;
    height: 60%;
    margin-left: auto;
    z-index: 2;
    top: 20%}
.three_section-card {
    cursor: pointer;
    float: right;
    width: 100%;
    height: 105%;
    counter-increment: three_section-card;
    transition: all .3s ease;
    opacity: 0;
    background-image: url(https://www.elcolombiano.com/especialesmarcasaliadas/assets/img/PNG/V%C3%ADas%20Blur.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.three_card_podcast{
    background-image: url(https://www.elcolombiano.com/especialesmarcasaliadas/assets/img/PNG/DESENFOQUEGERMAN.jpg);
}  

.three_section-card.is-selected {
    filter: blur(0);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
}
.three_section-card.is-selected::before {
    background-color: #008065;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}
.three_section-card_one {
    cursor: pointer;
    float: right;
    width: 100%;
    height: 105%;
    counter-increment: three_section-card;
    transition: all .3s ease;
    opacity: 0;
    background-image: url(https://www.elcolombiano.com/especialesmarcasaliadas/assets/img/PNG/DESENFOQUE.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.three_section-container-img_redonda {
    border: 5px solid var(--blanco);
    max-width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    background-position: center center;
}
.flickity-page-dots {
    display: none;
}
.three_section-card_one.is-selected {
    filter: blur(0);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
}
.three_section-card_one.is-selected::before {
    background-color: #008065;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}
.three_section-card-tittle {
    font-weight: 600;
    text-align: initial;
    width: 100%;
    min-height: 60px;
    font-size: 12px;
    padding: 5px 10px;
    color: var(--blanco);
    text-transform: uppercase;
    line-height: 15px;
    LETTER-SPACING: 3px;
}
.three_section-card-tittle-audio {
    font-weight: 900;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: var(--blanco);
    text-transform: uppercase;
    line-height: 15px;
}
.three_section-card-name {
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    width: 100%;
    color: var(--blanco);
    font-weight: 200;
}
.three_section-card svg, .three_section-card_one svg {
    width: 25%;
    z-index: 1;
    margin-bottom: 10%}
.three_section-card-content {
    font-family: KANIT;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    width: 100%}
.three_section-container-podcast-description {
    position: absolute;
    top: 40%;
    z-index: 99;
    height: auto;
    padding: 0 8px;
    text-align: end!important;
    width: 50%;
    left: 0;
    color: var(--blanco);
}
.three_section-container-podcast-description h2 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    line-height: 90%}
.podcast_card_description {
    text-align: end;
    margin-top: 10px;
}
.three_section-container-podcast-description p {
    color: var(--blanco);
    font-size: 12px;
    line-height: 1.2;
}
.button:focus {
    background-color: unset;
    outline: unset;
}
.flickity-button {
    background-color: #cfcfcf!important;
    opacity: .75;
}
.flickity-button:focus {
    box-shadow: unset;
    outline: 0;
}
.flickity-button-icon {
    fill: var(--negro);
}
.active_podcast {
    display: unset!important;
}
.three_section-container-podcast-description {
    display: none;
}
.audio--container {
    width: 100px;
    height: 20px;
    display: flex;
    justify-content: space-between;
}
.audio--container:hover {
    cursor: pointer;
}
.audio--container div {
    width: 5px;
    background: #fff;
    transition: transform 250ms ease, background .2s ease;
}
.audiobar {
    transform-origin: center;
}
.active_podcastaudio {
    display: unset!important;
    transition: all .5s ease;
}
.uil {
    display: none;
    transition: all .5s ease;
}
.d-none {
    display: none;
}
@keyframes scale1 {
    0% {
    transform: scaleY(.6);
}
40% {
    transform: scaleY(1.2);
}
100% {
    transform: scaleY(.6);
}
}.bar-scale1 {
    animation: scale1 .6s infinite;
    transform-origin: center;
}
@keyframes scale2 {
    0% {
    transform: scaleY(.5);
}
30% {
    transform: scaleY(1.6);
}
100% {
    transform: scaleY(.5);
}
}.bar-scale2 {
    animation: scale2 .6s infinite;
    transform-origin: center;
}
@keyframes scale3 {
    0% {
    transform: scaleY(1.5);
}
70% {
    transform: scaleY(.5);
}
100% {
    transform: scaleY(1.5);
}
}.bar-scale3 {
    animation: scale3 .6s infinite;
    transform-origin: center;
}
.stop-animation {
    animation-duration: 0s;
}
.three_section-card-audio {
    width: 100%;
    display: grid;
    justify-items: center;
    position: absolute;
    bottom: 0;
}
.uil {
    z-index: 1;
    color: var(--blanco);
    font-size: 24px;
}
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    z-index: 99;
}
.controls-wrappers-actions {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
}
#time-played {
    display: none;
}
@media screen and (min-width:768px) {
    .three_section-container-img_redonda {
    max-width: 130px;
    height: 130px;
    margin-bottom: 5%}
.three_section-card-content {
    bottom: 5%}
.three_section-card-content p {
    text-align: center;
}
.time-played {
    display: none!important;
}
.three_section-card-audio {
    gap: 10px;
    bottom: 5%}
.three_section-container-tarjetas {
    top: 10%;
    max-width: 100%;
    height: 80%;
    left: 20%}
.flickity-button {
    display: none;
}
.three_section-container-fondo {
    bottom: 30%;
    height: 65%}
.three_section-card {
    background-size: cover;
    opacity: 1;
    max-width: 255px!important;
    cursor: pointer;
}
#three_section-card_two {
    left: -2.5%!important;
}
.three_section-card_one {
    background-size: cover;
    max-width: 210px;
    opacity: 1;
    left: -5%!important;
    max-width: 255px;
}
.three_section-container-podcast-description {
    width: 30%;
    top: 10%;
    left: 3%;
    padding: unset;
}
.three_section-card {
    max-width: 190px;
    cursor: pointer;
}
.flickity-prev-next-button {
    top: -30%}
.three_section-container-podcast-description h2 {
    font-size: 50px;
}
.three_section-container-podcast-description p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}
.three_section-card.is-selected {
    margin: auto;
}
.three_section-card_one.is-selected::before {
    background-color: transparent;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}
.three_section-card_one.is-selected.seleccionada::before {
    background-color: #008065;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}
.three_section-card.is-selected::before {
    background-color: transparent;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}
.three_section-card.is-selected.seleccionada::before {
    background-color: #008065;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}
}input[type=range] {
    -webkit-appearance: none;
}
input[type=range]:focus {
    outline: 0;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #fff;
    border-radius: 0;
    border: 1px solid #fff;
}
input[type=range]::-webkit-slider-thumb {
    border: 1px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -.5em;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}
#bars-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    transition: 2s;
}
.bar {
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 50%;
    animation-name: beat;
    animation-duration: var(--bar-delay);
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
#bars-box.active {
    opacity: 1;
    height: 100%}
.bar:nth-child(odd) {
    background-color: #fff;
}
.bar:nth-child(even) {
    background-color: #fff;
}
@keyframes beat {
    0% {
    height: var(--bar-max-height);
}
50% {
    height: var(--bar-min-height);
}
100% {
    height: var(--bar-max-height);
}
}@media (max-width:775px) {
    #audio-box {
    width: 75%}
}@media screen and (min-width:1920px) {

    .three_section-card-tittle{
        padding: 5px 40px;
    }
    .three_section-card {
    max-width: 300px!important;
}
.three_section-card_one {
    max-width: 300px!important;
}
.three_section-card-audio {
    bottom: 15%;
    height: 60%}
.three_section-card-content {
    bottom: 15%}
}@media screen and (min-width:320px) and (max-width:340px) {
    .three_section-container-img_redonda {
    max-width: 90px;
    height: 90px;
}
.three_section-card svg, .three_section-card_one svg {
    margin-bottom: unset;
}
}













.modal_podcast {
    visibility: hidden;
    transition: all 0.4s;
    opacity: 0;
}

.modal_podcast.open {
    visibility: visible;
    opacity: 1;
}

.modal_podcast,
.modal-overlay_podcast {
    position: fixed;
    left: 0;
    top: 0;
    height: var(--screen-h, 100vh);
    width: 100vw;
    z-index: 100;
}

.modal-overlay_podcast {
    background: rgba(0, 0, 0, 0.5);
}

.modal_podcast,
.modal-card_podcast,
.modal-body_podcast {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-content_podcast {
    flex-grow: 1;
    text-align: center;
    color: var(--blanco);
}

.modal-content_description{
    text-align: center!important;
    color: var(--blanco);
}

.modal-body_podcast {
    z-index: 101;
    margin: auto;
    max-height: calc(100vh - 1rem);
    max-width: calc(100vw - 1rem);
    border-radius: 30px;
    overflow: hidden;
    width: 50%;
    height: 70vh;
    background: #888586;
    padding: 20px 20px;
}



.modal-footer {
  display: flex;
  justify-content: space-between;
}



.modal-content_tittle{
    margin: unset;
    font-weight: 600;
    line-height: 90%;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.modal-content_description{
    width: 75%;
    margin: auto;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}    

.iframe_podcast{
    width: 100%;
    padding-top: 20px;
}

.audio_podcast{
    width: 85%;
    height: 260px;
    max-height: 40vh;
}

.close_container{
    position: relative;
    width: 100%;
}

.close_modal_podcast_button {
    position: absolute;
    top: 0;
    background: transparent;
    border: none;
    color: white;
    right: 0%;
    font-size: 18px;
}


.description_podcast_tres{
    margin-bottom: 15px;
}


@media screen and (max-width: 768px){

    .three_section-card{
        height: 100%;
    }

    .three_section-card-name{
        padding: 5px 5px;
    }

    .three_section-card_one{
        height:100%
    }

    .close_modal_podcast_button {
        right: 5%;
    }

    .three_section-card-tittle{
        min-height: unset;
    }
        
    .modal-body_podcast{
        width: 100%;
        height: auto;
        padding: unset;
    }

    .audio_podcast{
        width: unset;
        height: 200px;
    }

    .modal-content_description{
        font-size: 14px;
    }

    .modal-content_tittle{
        font-size: 24px;
        margin-top: 35px;
    }

    
   
}

@media screen and (min-width: 1728px){
    .modal-body_podcast{
        height: 50vh;
    }

    .modal-content_tittle{
        margin-top: 7%;
    }

    .audio_podcast{
        width: 85%; 
    }


    .close_modal_podcast_button {
        font-size: 30px;
    }
}