body {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

.text {
    color: #5f5f5f;
}

@media only screen and (max-width: 768px) {
    .main-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .btn-square {
        padding-bottom: initial !important;
    }

    .div-podcast:last-child {
        padding-bottom: 3rem;
    }

    /* Espacio lateral de cada podcast en móvil */
    .div-podcast {
        margin-left: 12px;
        margin-right: 12px;
    }
}

.dislike {
    margin-top: 7px;
    margin-left: 7px;
}

.fs-18 {
    font-size: 18px;
}

.like {
    margin-bottom: 6px;
}

.close-badges {
    padding: 0 !important;
}

.share-modal {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: calc(0% + 134px);
    top: calc(100% - 24px);
}

.podcast-divider {
    height: 1px;
    background-color: #dadbdd;
    border: none;
    padding: 0px;
    margin: 0px;
}

.badge-divider {
    vertical-align: top;
    width: 15px;
    height: 15px;
}

.minibar-title-a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

#minibar {
    z-index: 2;
}

.section-interaction {
    padding: 0px;
    color: #aaabad;
}

.btn-grey-download {
    border-radius: 20px;
    background: #e5e5e5;
    color: #5f5f5f;
    padding: 2px 10px 2px 10px;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important;
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

section {
    display: flex;
    width: 100%;
    height: 100vh;
    margin: auto;
}

.player {
    margin: auto;
}

.player .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player .btn-player {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    min-width: 30px;
    min-height: 30px;
    width: 40px;
    height: 40px;
    background: url("/img/entrepreneurship/play_white.png") no-repeat center;
    background-size: contain;
}

.player .btn-player.pause {
    background: url("/img/entrepreneurship/pause_white.png") no-repeat center;
    background-size: contain;
}

.player p {
    color: #939393;
    margin: 0 0 0 5px;
    line-height: 1;
    text-align: center;
}

.player #barContent {
    position: relative;
    margin: 0 8px;
    height: 8px;
}

.player #barContent #bar {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: transparent;
    /*border: 1px solid #e3e3e3;*/
}

.player #barContent #bar .percentage-player {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.content-player {
    position: fixed;
    bottom: 40px;
    left: 0;
}

.h-player {
    height: 50px;
}

.bg-player {
    background-color: #5f5f5f;
}

.content-controls {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.btn-controls-forward {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.img-podcast {
    display: block; /* Garantiza que la imagen se comporte como un bloque */
    max-width: 100%; /* Evita que la imagen desborde su contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    border-radius: 0.5rem; /* Mantiene el borde redondeado */
}


.text-author {
    position: absolute;
    bottom: calc(0% + 10px);
    /* left: 2.5rem; */
    color: #fff;
    font-size: 2rem;
    width: 134px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: 1.5px;
}

.modal-content-custom {
    border-radius: 2rem;
}

.content-btn-close {
    padding: 1rem;
}

.modal-player {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-created_at {
    color: #a9a9a9;
}

.content-speaker {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    position: relative; /* Necesario para que .text-author se posicione dentro */
    overflow: hidden; /* Asegura que nada se salga del contenedor */
    text-align: center; /* Opcional, centra el contenido en el eje horizontal */
}

.play-button-container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Asegura que el botón esté encima de otros elementos */
}

#modal-title-podcast {
    font-size: 1.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.elarge {
    width: 25px;
    height: 25px;
}

.modal-share-text-author {
    position: absolute;
    bottom: calc(0% + 10px);
    right: 15px;
    color: #fff;
    font-size: 17px;
    width: 134px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: 1.5px;
}

.img-share {
    width: 50px;
}

.text-share {
    color: #afafaf;
    font-size: 14px;
}

input[type="range"].styled-slider {
    height: 2.2em;
    appearance: none;
    -webkit-appearance: none;
}

/*progress support*/
input[type="range"].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(var(--ratio) * (100%));
}

input[type="range"].styled-slider:focus {
    outline: none;
}

/*webkit*/
input[type="range"].styled-slider::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    border-radius: 1em;
    background: #e32029;
    border: none;
    margin-top: -4px;
    box-shadow: 0 0 2px black;
    -webkit-appearance: none;
}

input[type="range"].styled-slider::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 0.5em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

#barContent-down input[type="range"].styled-slider::-webkit-slider-runnable-track {
    border: 1px solid #5f5f5f;
}

input[type="range"].styled-slider::-webkit-slider-thumb:hover {
    background: #e32029;
}

input[type="range"].styled-slider:hover::-webkit-slider-runnable-track {
    background: #e5e5e5;
    border-color: none;
}

input[type="range"].styled-slider::-webkit-slider-thumb:active {
    background: #e32029;
}

input[type="range"].styled-slider:active::-webkit-slider-runnable-track {
    background: #f5f5f5;
    border-color: none;
}

input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#e32029, #e32029) 0 / var(--sx) 100% no-repeat,
        #e5e5e5;
}

input[type="range"].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#e32029, #e32029) 0 / var(--sx) 100% no-repeat,
        #e5e5e5;
}

input[type="range"].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#e32029, #e32029) 0 / var(--sx) 100% no-repeat,
        #f5f5f5;
}

/*mozilla*/
input[type="range"].styled-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 1em;
    background: #e32029;
    border: none;
    box-shadow: 0 0 2px black;
}

input[type="range"].styled-slider::-moz-range-track {
    height: 15px;
    border-radius: 0.5em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

input[type="range"].styled-slider::-moz-range-thumb:hover {
    background: #e32029;
}

input[type="range"].styled-slider:hover::-moz-range-track {
    background: #e5e5e5;
    border-color: none;
}

input[type="range"].styled-slider::-moz-range-thumb:active {
    background: #e32029;
}

input[type="range"].styled-slider:active::-moz-range-track {
    background: #f5f5f5;
    border-color: none;
}

input[type="range"].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#e32029, #e32029) 0 / var(--sx) 100% no-repeat,
        #fff;
}

input[type="range"].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#e32029, #e32029) 0 / var(--sx) 100% no-repeat,
        #e5e5e5;
}

input[type="range"].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#e32029, #e32029) 0 / var(--sx) 100% no-repeat,
        #f5f5f5;
}

/*ms*/
input[type="range"].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}

input[type="range"].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
}

input[type="range"].styled-slider::-ms-thumb {
    width: 15px;
    height: 15px;
    border-radius: 1em;
    background: #e32029;
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: 0;
    box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-track {
    height: 1em;
    border-radius: 0.5em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-thumb:hover {
    background: #e32029;
}

input[type="range"].styled-slider:hover::-ms-track {
    background: #e5e5e5;
    border-color: none;
}

input[type="range"].styled-slider::-ms-thumb:active {
    background: #e32029;
}

input[type="range"].styled-slider:active::-ms-track {
    background: #f5f5f5;
    border-color: none;
}

input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
    height: max(calc(1em - 1px - 1px), 0px);
    border-radius: 0.5em 0 0 0.5em;
    margin: -1px 0 -1px -1px;
    background: #e32029;
    border: 1px solid #e5e5e5;
    border-right-width: 0;
}

input[type="range"].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #e32029;
    border-color: none;
}

input[type="range"].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #e32029;
    border-color: none;
}

.percentage-player {
    background-color: transparent;
}

.text-red {
    color: #e10518;
    font-weight: 700;
}

.btn-register {
    border-radius: 50px;
    background-color: #e6162e;
    color: white;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 16px;
}

.btn-register:hover {
    color: white !important;
    filter: opacity(0.8);
}

.content-shared {
    justify-content: flex-start;
}

.content-recommended {
    position: absolute;
    top: -34px;
    background-color: #e6162e;
    margin-left: -15px;
}

.border-top-red {
    border-top: 1px solid #e10518;
}

.h-mon-100 {
    width: 91.6666666667%;
}

@media (max-width: 768px) {
    .content-recommended {
        margin-left: initial;
    }

    #modal-video-aux .modal-content-custom {
        position: absolute;
        bottom: 0;
    }

    .modal-dialog-scrollable .modal-content {
        overflow: inherit;
    }

    .content-btn-close.moda-video {
        position: absolute;
        bottom: calc(0% + 7px);
        left: 20px;
        z-index: 10;
        right: inherit;
        top: inherit;
    }

    .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: auto;
    }

    .modal-dialog-scrollable {
        display: flex;
        max-height: inherit;
    }

    .h-mon-100 {
        height: 100%;
        width: auto;
    }

    .modal_landscape {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);

        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;

        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .content_screen {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        align-items: center;
    }

    .modal-body {
        padding: 0;
    }

    .modal_fullscreen {
        background-color: #fff;
    }

    .content-btn-close {
        position: inherit;
        bottom: inherit;
        left: inherit;
        z-index: 10;
    }

    .modal_fullscreen.modal_landscape .modal-body {
        width: 100vh;
        height: 100vw;
    }

    .landscape .modal-dialog {
        margin: 0;
    }

    .landscape .modal-content-custom {
        border-radius: 0;
    }

    .landscape .content-btn-close {
        position: absolute;
        right: 0;
        z-index: 10;
        padding: 0;
    }

    .landscape .modal-body {
        padding: 0;
    }

    .landscape .modal-body .row {
        margin: 0;
    }

    .landscape .modal-body .row .col-md-11 {
        padding: 0;
    }

    #modal-share-img-podcast {
        width: 200px;
    }

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

    .p-mobil {
        padding: 0;
    }

    .descripcion_cursos {
        justify-content: start;
    }

    .descripcion_cursos h3 {
        text-align: center;
    }

    .aligner-item {
        max-width: 100%;
    }

    .content-speaker {
        display: unset;
    }

    .text-author {
        position: absolute;
        bottom: calc(0% + 5.5rem);
        /* left: 1.5rem; */
        color: #fff;
        font-size: 0.9rem; /* ligeramente más grande para mejor legibilidad */
        width: 110px; /* más ancho para evitar cortes bruscos */
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 1.5px;
    }


    .m-mobil {
        margin: 0;
    }

    .title-podcast {
        font-weight: bold;
        font-size: 1rem;
    }

    .margin-content-podcast {
        margin-right: 1.5rem;
        margin-bottom: 1rem;
    }

    .row {
        justify-content: space-between;
    }

    .content-btn-close {
        padding: 0;
        padding-right: 1rem;
        padding-top: 1rem;
    }

    #modal-title-podcast {
        font-size: 1rem;
    }

    .share-modal {
        position: absolute;
        right: 0;
        bottom: -16px;
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .h-player {
        height: auto;
    }

    .elarge {
        width: 20px;
        height: 20px;
    }

    .player-mobil-custom {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .player #barContent {
        margin: 0;
    }

    .player p {
        margin: 0;
    }

    .justify-content-between-mb {
        justify-content: space-between !important;
    }

    .modal .text-author {
        width: 152px;
        bottom: calc(0% + 38px);
        left: 36px;
        line-height: 31px;
        font-size: 29px;
    }

    .modal-share-text-author {
        width: calc(100% - 304px) !important;
        bottom: calc(0% + 40px);
        left: 152px;
        line-height: 25px;
        font-size: 21px;
        position: absolute;
        color: #fff;
        font-weight: 700;
        text-align: start;
    }

    #modal-share-create_at {
        text-align: center !important;
    }

    .text-mobil-center {
        text-align: center;
    }

    .text-mobil-start {
        text-align: start;
    }

    .col-modal-share {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .margin-zero-mobil {
        padding: 0;
        margin: 0;
        margin-top: 1rem;
    }

    .card-badge {
        height: 290px !important;
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .img-mobil-share {
        width: 100px;
    }

    .text-badge {
        font-size: 16px !important;
    }

    .p-b-03 {
        padding-bottom: initial;
    }

    .padding-modal-close {
        padding: initial !important;
    }
}

.bg-white {
    background-color: #fff !important;
}

.modal-body.modal_landscape {
    padding: 0;
}

.navbar {
    position: sticky;
    top: 0;
}

.moda-video {
    padding: 0;
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 10px;
}

.img-mobil-share {
    max-width: 190px;
    height: auto;
}

.p-b-03 {
    padding-bottom: 0.3rem;
}

.card-badge {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f8f8f8;
}

.lock {
    color: #cdcdcd;
}

.unlock {
    color: #616161;
}

.text-badge {
    font-size: 18px;
}

p>a {
    color: #177f73 !important;
    text-decoration: underline;
}

.btn-share-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close {
    cursor: pointer;
    border-radius: 50px !important;
    padding: 0 !important;
    margin: 0;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    background-color: #fff !important;
    opacity: 1;
}

.btn-square {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.3rem;
}

.rounded {
    border-radius: 1.25rem !important;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: initial !important;
    text-decoration: none !important;
}

#modal-create_at {
    display: contents;
}

/* News styles */
@media (max-width: 767px) {
    /* .content-img {
        height: 100px;
        width: 100px;
        float: left;
        order: 1;
    } */

    .content-title {
        height: 20px;
        order: 2;
        float: right;
        text-align: center; /* centrar el título respecto a su contenedor en móvil */
    }

    .content-duration {
        order: 3;
        height: 20px;
        position: absolute;
        left: 115px;
        top: calc(0% + 86px);
    }

    .justify-content-initial {
        justify-content: initial !important;
    }

    .div-container {
        display: contents;
    }

    .card-badge {
        padding: 15px;
        justify-content: initial;
    }

    .btn-share-badge {
        top: 6px;
    }

    .modal-body {
        max-height: 500px;
    }
}

.content-player-play {
    position: absolute;
    /*right: calc(0% - 24px);*/
    right: 0;
    top: calc(0% + 24px);
    z-index: 1;
}

@media (min-width: 768px) {
    .content-duration {
        display: block;
        width: 100%;
    }

    .div-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.content-duration {
    order: 7;
}

.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #e32029;
    border-color: #e32029 transparent #fff transparent;
    animation: lds-dual-ring 0.8s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Pantallas pequeñas (10 pulgadas y resoluciones similares) */
@media (min-width: 1024px) and (max-width: 1279px) {
    .content-speaker {
        width: 120px;
        height: 120px;
    }

    .text-author {
        /* left: 1rem; */
        font-size: 0.9rem;
    }
}

/* Pantallas medianas (11 a 13 pulgadas aproximadamente) */
@media (min-width: 1280px) and (max-width: 1919px) {
    .content-speaker {
        width: 150px;
        height: 150px;
    }

    .text-author {
        /* left: 1.5rem; */
        font-size: 1rem;
    }
}

/* Pantallas grandes (14 a 16 pulgadas) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .content-speaker {
        width: 200px;
        height: 200px;
    }

    .text-author {
        /* left: 3rem; */
        font-size: 1.5rem;
    }
}

/* Pantallas extragrandes (17 pulgadas o más) */
@media (min-width: 2560px) {
    .content-speaker {
        width: 250px;
        height: 250px;
    }

    .text-author {
        /* left: 5rem; */
        font-size: 1.75rem;
    }
}

