@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BMSRegular';
    src: url("/fonts/BMSHumanity-Regular.otf");
    src: url('/fonts/BMSHumanity-Regular.eot');
    src: url('/fonts/BMSHumanity-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/BMSHumanity-Regular.woff2') format('woff2'),
        url('/fonts/BMSHumanity-Regular.woff') format('woff');
    font-display: block;
}

@font-face {
    font-family: 'BMSLight';
    src: url("/fonts/BMSHumanity-Light.otf");
    src: url('/fonts/BMSHumanity-Light.eot');
    src: url('/fonts/BMSHumanity-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/BMSHumanity-Light.woff2') format('woff2'),
        url('/fonts/BMSHumanity-Light.woff') format('woff');
    font-display: block;
}

@font-face {
    font-family: 'BMSBold';
    src: url("/fonts/BMSHumanity-Bold.otf");
    src: url('/fonts/BMSHumanity-Bold.eot');
    src: url('/fonts/BMSHumanity-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/BMSHumanity-Bold.woff2') format('woff2'),
        url('/fonts/BMSHumanity-Bold.woff') format('woff');
    font-display: block;
}


html {
    background-color: #FFF;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "BMSRegular", "Open Sans";
    background-color: #fff !important;
    color: #595454;
    overflow-x: hidden;

}

.small-screen {
    display: none;
}



.pointer {
    cursor: pointer; 
}






.titleHeaderSize {
    font-size: 1.8rem !important;
}

.titleHeaderCommercial {
    font-size: 2.2rem !important;
    font-weight: bold !important;
}

.subtitleHeaderCommercial {
    font-size: 1.6rem !important;
}

.subtitleHeaderSize {
    font-size: 1.2rem !important;
}

.heartPlayIcons {
    /* width: 30%;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.minHeightCards {
    min-height: 220px !important;
}

.homeSubcategoryScreen {
    height: 400px;
}

.slidehomeSubcategoryScreen {
    height: 550px;
}

.border-bottom {
    border-color: #595454 !important;
}

.doctor {
    font-size: 1.2rem
}

.mobile {
    display: none;
}

.desktop .bi-person {
    padding: 0.15em 0.40em;
}

.bajada {
    font-family: "BMSLight", "Open Sans";
}

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

a:hover {
    text-decoration: none;
    color: #595454;
    font-weight: bold;
}

a i.fa-solid.fa-play {
    color: #fff;
}

a:hover i.fa-solid.fa-heart {
    color: #be2bbb;
}

.barra a {
    color: #595454;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1
}

.carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    border: 1px solid #595454;
    background-color: transparent;
    opacity: .5;
    transition: opacity .6s ease;

}

.adminColor {
    color: #8FC7E8 !important
}

.btbyn {
    background: #fff;
    border-color: #595454;
    color: #595454;
}

.btnvioleta {
    background: #fff;
    border-color: #be2bbb;
    color: #be2bbb;
}

.violeta {
    color: #be2bbb !important;
}

.float-start.violeta > *:not(:first-child)  {
    margin-left: 10px;
    }

    .round-content {
        margin-top: -9px;
        font-size: 1.5rem;
        border-radius: 50%;
        border: solid 2px #be2bbb;
        width: 2.3rem;
        height: 2.3rem;
        color: #be2bbb;
        padding-top: 5px;
        padding-left: 0rem;
        text-align: center;
        vertical-align: middle;
        }
        .folder-icon {
           margin-top: -9px; 
        }

.bordervioleta {
    border-bottom: 1px solid #be2bbb;
    width: 30%;
    height: 1rem;
}

.form-select {
    border-bottom: 1px solid #595454;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
    padding: 0.375rem 0.3rem;
    color: #595454;
}

.carousel-indicators .active {
    background-color: #595454;
    opacity: 1;
}

.platformActive {
    border-bottom: 2px solid #615e5e;
}

.scroll {
    height: 400px;
    overflow: auto;
}

/* Works on Firefox */
.scroll {
    scrollbar-width: thin;
    scrollbar-color: gray white;
}

/* Works on Chrome, Edge, and Safari */
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    background: gray white;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 20px;
    border: 3px solid white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 5rem;
    color: #595454;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 5rem;
    color: #595454;
}

/*.carousel-inner {    margin-right: 15%;     margin-left: 13%; } .carousel-indicators {bottom: -4rem;}*/
.carousel-inner a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.2);
}

.HighlightsScientific {
    background: -moz-linear-gradient(top, rgba(255, 247, 243, 1) 0%, rgba(255, 225, 199, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 247, 243, 1)), color-stop(100%, rgba(255, 225, 199, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 247, 243, 1) 0%, rgba(255, 225, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 247, 243, 1) 0%, rgba(255, 225, 199, 1) 100%);
}

.HighlightsPromocional {
    background-color: #fedcca !important;
}

.masvistos {
    background-color: #fedcca !important;
}

.masvistosPromocional {
    background-color: #eee7e7 !important;
}

.masvistosScientific {
    background-color: #e9d6c8 !important;
}

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

.thinkScientific {
    background-color: #eee7e7 !important;
}

.destacados {
    background-color: #eee7e7 !important;
}

.form-control {
    border-bottom: 1px solid #595454;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important
}

.btn-info {
    color: #be2bbb;
    background-color: transparent;
    border-color: #be2bbb;
    opacity: 1;
}

.btn-primary {
    color: #fff;
    background-color: #be2bbb;
    border-color: #be2bbb;
    opacity: 1;
}

.btn-primary:active {
    color: #fff;
    background-color: #be2bbb;
    border-color: #be2bbb;
    opacity: 1;
}

.btn-primary:focus {
    color: #fff;
    background-color: #be2bbb;
    border-color: #be2bbb;
    opacity: 1;
}
.btn-primary:hover {
    color: #fff;
    background-color: #595454;
    border-color: #595454;
    opacity: 1;
}

.registro ::placeholder {
    color: #595454;
    font-size: 1rem;
}

.form-control {
    padding: 0.375rem 0rem;
}

.bi-eye,
.bi-eye-slash,
.bi-pencil-square {
    margin: 0;
    display: block;
    color: #be2bbb;
    line-height: 0;
}

.pass {
    position: absolute;
    z-index: 22;
    right: 0;
    border: 0;
    background: transparent;
    height: 2rem;
    line-height: 1.5;
    padding: 0.1rem 1rem;
}

.registro {
    margin-top: 3rem;
}

.titulosreg {
    border-bottom: 1px solid #333;
    border-top: 1px solid #be2bbb;
}

.logos {
    background: #fff;
    border-bottom: 1px solid #333;
}

.bg-gris {
    background-color: #595454
}

.footereg {
    background-color: #eee7e7;
    border-radius: 0.5rem
}

.form-check-input:checked {
    color: #fff;
    border-color: #be2bbb;
    background-color: #be2bbb;
    box-shadow: 0 0 0 0.2rem #e0a4e0 !important;
}

.form-control:focus {
    color: #595454;
    background-color: #fff;
    border-color: #595454;
    outline: 0;
    box-shadow: none;
}

.container-fluid.menu {
    padding: 0
}

.text-toogle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toogle[aria-expanded=true] .text-collapsed {
    display: none;
}

.barra {

    top: 70px;
    color: #585251;
    width: 100%;
    height: auto;
    transition: 1s;
    z-index: 10000;
    background: #eee7e6;
}

.footer {
    background: #eee7e6;
    color: #585251;
}

.footer a {
    color: #585251;
}

.collapsing::-webkit-scrollbar {
    display: none;
}

.collapse::-webkit-scrollbar {
    display: none;
}

.collapsing {
    font-size: 1.2rem;
    position: relative;
    width: 30%;
    max-height: 80vh;
    top: 0;
    background: #fff;
    overflow: auto;

    direction: ltr;
    z-index: 2000;
    display: flex;
    top: 0;
}

.collapse {
    font-size: 1.2rem;
    position: relative;
    width: 30%;
    max-height: 80vh;
    top: 0;
    background: #fff;
    overflow: auto;

    direction: ltr;
    z-index: 2000;
    display: flex;
    top: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.menu1 {
    border-bottom: 1px solid #595454;
}

a.nav-item {
    text-decoration: none;
    color: #595454;

}

li .nav-link:focus,
.nav-link:hover {
    color: #595454;
    font-weight: bold;
    background-color: #eee7e6;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

#formSearch {
    transition: all ease 2s;
}

#search {
    margin-left: 60px;
    margin-top: 6px;
}

.search {
    border: solid #595454 0.1px;
    transition: all ease 850ms;
    background-color: transparent;
    padding: 2px;
    margin-bottom: 6px;
    width: 245px;

}

#searchInput input {
    padding: 0 !important;
    margin-bottom: 2px;
    width: 100%;
    background-color: transparent;
}

#searchInput input::placeholder {
    color: #595454;
}

.searchlupa {
    background-color: #fff;
    color: #595454;
    border: none;
}

.searchinput {
    border: none;
}

.searchir {
    background-color: #be2bbb;
    color: #fff;
}

.inputBuscador {
    border: none;

    outline: none;

}

.inputBuscador:active {
    border: none;
}

.doctores .col-lg-4 {
    flex: 0 0 auto;
    width: 31.3333333333%;
}

.resultados .col-lg-4 {
    flex: 0 0 auto;
    width: 31.3333333333%;
}

.resultados .iconsplay {
    top: -17%;
    left: -44%;
    align-items: flex-end;
    position: relative;
    margin-top: -100px;
    float: right;
}

.vidiconsplay {
    font-size: 0.7rem;
    border-radius: 50%;
    border: solid 2px #be2bbb;
    width: 1.5rem;
    height: 1.5rem;
    background: #be2bbb;
    color: #fff;
    padding-top: 0.15rem;
    padding-left: 0.1rem;
}

p.txtvideo {
    font-size: 0.9em;
}

.slidevideo {
    height: 550px;
    background-position: center;
    background-size: cover;
}

/* .slidehome {background-image: url(/images/home.jpg); height: 780px;     background-position: center; background-size: cover;} */
.slidehomeExpertDetails {
    background-image: url(/images/home.jpg);
    height: 780px;
    background-position: center;
    background-size: cover;
}

.slidepctos {
    background-image: url(/images/home.jpg);
    height: 500px;
    background-position: center;
    background-size: cover;
}

.translate-middlehome {
    transform: translate(0%, 90%) !important;
}

.masinfo {
    border: 1px solid #be2bbb;
    color: #be2bbb;
    background: #fff;
}

.btn-play {
    color: #fff;
    background-color: #be2bbb;
    border-color: #be2bbb;
    opacity: 1;
    border-radius: 50%;
    font-size: 1.5rem;
}

.btn-play:hover {
    background-color: #595454;
    border-color: #595454;
}

.home p {
    font-size: 1.2rem
}

.home span {
    font-size: 0.9rem
}


.masvistos {
    background-color: #eee7e7;
}

.bg-0 {
    background-image: url("/images/vistos/bg_1.png");  
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-1 {
    background-image: url("/images/vistos/bg_2.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-2 {
    background-image: url("/images/vistos/bg_3.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-3 {
    background-image: url("/images/vistos/bg_4.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-4 {
    background-image: url("/images/vistos/bg_5.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-5 {
    background-image: url("/images/vistos/bg_6.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-6 {
    background-image: url("/images/vistos/bg_7.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-7 {
    background-image: url("/images/vistos/bg_8.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-8 {
    background-image: url("/images/vistos/bg_9.png");
    background-size: 50%;
    background-position: 29px 22px;
    background-repeat: no-repeat;
}

.bg-9 {
    background-image: url("/images/vistos/bg_10.png");
    background-position: 0px 22px;
    background-size: 80%;
    background-repeat: no-repeat;
}

.col-lg-6.masvideos {
    flex: 0 0 auto;
    width: 47%;
}

.trailer {
    position: absolute;
    bottom: -24px;
    text-align: left;
    left: 4px;
    font-size: 0.8rem;
}

.numero {
    position: absolute;
    top: 0;
    left: 8px;
    background: #fff;

    border-radius: 0.2rem;
    font-weight: bolder;
    width: 12%;
    padding: 0.2rem;
    font-size: 1rem;
}

.bg-blanco {
    background: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-margin-video {
    margin-top: 125px;
}

@media screen and (max-width: 500px) and (min-width: 200px) {
    #containerBtnModalInit {
        display: flex;
        flex-direction: column;
    }

    #btnModalPromocional {
        padding-top: 2%;
    }

    .top-margin-video {
        margin-top: 30px;
    }

    .barra .col-11 {
        font-size: 0.9rem !important;
        padding-left: 25px;
    }

    .text-toogle img {
        width: 1.2rem !important;
    }

    p.txtvideo {
        font-size: 0.85em;
        line-height: 1.2;
    }

    .scroll strong {
        font-size: 0.9em;
    }

    .scroll img {
        height: 100%
    }

    .scroll col-7 {
        padding: 0.2rem !important;
    }

    .logos .text-end img {
        width: 60% !important;
    }

    .logos .text-start img {
        width: 100% !important;
    }

}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .top-margin-video {
        margin-top: 60px;
    }

    .menu .col-6.text-lg-end img {
        width: 40% !important;
    }

    .bg-white {
        padding: 0.5rem 0 !important
    }
}

/* @media screen and (min-width: 767) and (max-width: 992) {
    .paddingCard {
        padding: 5% !important;
    }
} */

@media screen and (max-width: 700px) and (min-width: 450px) {
    .logos .text-end img {
        width: 60% !important;
    }

    .logos .text-start img {
        width: 100% !important;
    }

    .megusta {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {

    .titleHeaderSize {
        font-size: 1.6rem !important;
    }

    .subtitleHeaderSize {
        font-size: 1.2rem !important;
    }

    .heartPlayIcons {
        width: 35%;
    }
}




@media screen and (min-width: 770px) and (max-width: 999px) {
    .titleHeaderSize {
        font-size: 1.6rem !important;
    }
    .subtitleHeaderSize {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 770px) {
    .titleHeaderSize {
        font-size: 1.5rem !important;
    }
    .subtitleHeaderSize {
        font-size: 1rem !important;
    }
}


/* @media (min-width: 1600) {
    .heartPlayIcons {
        width: 25%;
    }
} */

/* @media screen and (max-width: 3000px) and (min-width: 1100px) {

    .megusta {
        margin-left: 0 !important;
    }
} */

@media (min-width: 1650) {
    .widthLogoMyProfile{
        width: 45% !important;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1499px) {
    .widthLogoMyProfile{
        width: 55% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1349px) {
    .widthLogoMyProfile{
        width: 65% !important;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1199px) {
    .widthLogoMyProfile{
        width: 75% !important;
    }
}

@media screen and (min-width: 791px) and (max-width: 891px) {
    .widthLogoMyProfile{
        width: 100% !important;
    }
}

@media screen and (min-width: 892px) and (max-width: 1049px) {
    .widthLogoMyProfile{
        width: 85% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .cardExpertWidth{
        width: 30% !important;
    } 
}

@media (max-width: 790px) {
    #headerCardBySubcategory{
        margin-top: 7rem !important;
    }
    .registro {
        margin-top: 2rem;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .menu .col-6.text-lg-start img {
        width: 80%;
    }

    .menu .col-6.text-lg-end img {
        width: 50%;
    }

    .collapse {
        width: 60%;
    }

    .collapsing {
        width: 60%;
    }

    .text-toogle img {
        width: 1.8rem;
    }

    /* .slidehome {
        height: 580px;
    } */

    .slidehomeSubcategoryScreen {
        height: 250px;
    }

    .homeSubcategoryScreen {
        height: 260px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        font-size: 1.2em !important;

        font-weight: bolder;
        right: 1rem !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 1rem;
    }

    .slider-santv .swiper-slide:first-child {
        margin: 0 10px;
        margin-left: 8px;
    }

    .tema {
        left: 40px;
        margin: 1rem 0;
    }

    .col-lg-6.masvideos {
        width: auto !important;
    }

    .novedades h3 {
        font-size: 2.5em;
    }

    .novedades .bajada {
        line-height: 1.2;
        font-size: 1em;
    }

    .slider-santv .mySwiper3 .swiper-slide:first-child {
        margin-left: -40px;
    }

    .masvideos img {
        width: 5%;
    }

    .resultados .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.iconplay {
    font-size: 1.8rem;
    border-radius: 50%;
    border: solid 2px #be2bbb;
    width: 3.5rem;
    height: 3.5rem;
    background: #be2bbb;
    color: #fff;
    padding-top: 0.7rem;
    padding-left: 0.3rem;
    text-align: center;
    vertical-align: middle
}

.heaerticon {
    font-size: 1.8rem !important;
    border-radius: 50%;
    border: solid 2px #be2bbb;
    width: 3.5rem;
    height: 3.5rem;
    background: #fff;
    color: #be2bbb;
    padding-top: 0.75rem;
    padding-left: 0rem;
    text-align: center;
    vertical-align: middle
}

.video_icon_container {
 margin-bottom: 10px;
 margin-left: 10px;
}

.video_icon_container i {
    margin-left: 8px;
}

.logo-login {
    max-width: 320px;
}


.dot {
    height: 12px;
    width: 12px;
    background-color: #979797;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
  }

  .dots-slider {
    width:100%;
    background-color:white;
    bottom: 0px;;
  }



  #btnViewMore {
    margin-bottom: 30px;
  }

  /* .speaker {
    margin-top: 120px;
  } */


@media (max-width: 990px) {
    /* .speaker {
        margin-top: 185px;
    } */
 } 

 @media (max-width: 768px) {
    /* .speaker {
        margin-top: 118px;
    } */
  
 } 

 @media (max-width: 576px) {
 
    .expert-name {
        margin-top: 26px;
    }
 } 

 .home-icon-pepe {
    max-width:18px;
    margin-top: -10px;
    margin-right:4px;
 }


 @media screen and (max-width: 390px) {
    .headers {
        min-height: 107vh;
    }
}

.modal-1 {
    position: fixed;
    z-index: 9999999;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    display:none;
}

#modal-wrapper {
    padding-bottom: 1000px;
}

@media (max-width: 700px) {
    #modal-wrapper {
        padding-bottom: 1000px;
    }
    #modal-1 {
    padding-top: 40px;
    }
}

#modal-x {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    z-index: 99999999999;
    max-width: 80px;
}

.bs-tooltip-top > .tooltip-inner {
    background-color: rgba(255,255,255,1); /* color de fondo del tooltip */
    color: black; /* color del texto del tooltip */
    max-width: 400px; /* ancho máximo del tooltip */
    width: auto; /* asegura que el tooltip se ajuste al texto hasta el max-width */
}

.bs-tooltip-top > .tooltip-arrow::before {
    border-top-color: rgba(255,255,255,1); /* color del triángulo del tooltip */
}

.bs-tooltip-right > .tooltip-inner {
    background-color: rgba(255,255,255,1) !important; /* color de fondo del tooltip */
    color: black; /* color del texto del tooltip */
    max-width: 400px; /* ancho máximo del tooltip */
    width: auto; /* asegura que el tooltip se ajuste al texto hasta el max-width */
}

.bs-tooltip-right > .tooltip-arrow::before {
    border-right-color: rgba(255,255,255,1); /* color del triángulo del tooltip */
}

 #collapseExample {
    position: fixed;
    top: 110px;
    z-index: 999999999;
    min-height: 100vh;
    padding-bottom:30px;
} 

@media (max-width: 900px) {
    #collapseExample {
        top: 96px
    } 
}

@media (max-width: 730px) {
    #collapseExample {
        top: 90px
    } 
}

@media (max-width: 600px) {
    #collapseExample {
        top: 82px
    } 
}

@media (max-width: 460px) {
    #collapseExample {
        top: 75px
    } 
}

.list-container {
    min-height: 480px;
}

.slider-img-container {
    aspect-ratio: 16 / 9;
}

.content-img {
    position: relative;
    width: 100%;
    border-radius: 5px;
    box-shadow: 4px 2px 6px 1px rgba(19, 0, 0, .15);
  }

  .type-container {
    position: absolute;
    right: 32px;
    top: 0;
    background-color: #5c5452;
    box-shadow: 4px 2px 6px 1px rgba(19, 0, 0, .15);
  }

  .type-container i {
    color: #fff;
    font-size: 1.5em;
    padding: 8px 10px 6px 10px;
  }

  .bottom-align {
    position: absolute !important; 
      bottom: 0 !important; 
  }

  .list-container-buttons {
    position: relative !important; 
  }

  .relative {
    position: relative !important;
  }

  .podcast-description * {
    font-size: 14px !important;
    color: #595454 !important;
}

.chapter-row {
  min-height: 140px;
}

#chapter-order {
  border: none; /* Elimina el borde */
  background-color: transparent; /* Hace que el fondo sea transparente */
  color: #595454; /* Cambia el color del texto */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

input[type='range'] {
    overflow: hidden;
    width: 80px;
    -webkit-appearance: none;
    background-color: #ccc;
  }
  
  input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #be2bbb;
    margin-top: -1px;
  }
  
  input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #ccc;
    box-shadow: -80px 0 0 80px #be2bbb;
  }

  #mute-button {
    color: #595454;
  }


  .podcast-container {
    margin-top: 50px;
    background-color: #faf6f7;
  }

  .shadow-container {
    box-shadow: 4px 2px 6px 1px rgba(19, 0, 0, .15);
    border-radius: 5px;
    padding: 25px;
  }

  .player-controls {
    display: flex;
    align-items: center;
  }

  #play-pause-button,
  #mute-button {
    cursor: pointer;
    background: none;
    border: none;
  }

  .col-12 iframe {
    display: none;
  }

  #progress-bar-container {
    width: 100%;
    height: 10px;
    background: #ccc;
    position: relative;
    cursor: pointer;
  }

  #progress-bar {
    width: 0;
    height: 100%;
    background: #be2bbb;
  }

  #progress-ball {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #be2bbb;
  }

  #progress-hover-time {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    font-size: 0.75em;
  }

  #volume-slider {
    width: 100px;
  }

  #progress-time {
    margin-left: 0;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #000;
  }

  .podcast-play-container {
    font-size: 1.8rem;
    border-radius: 50%;
    border: solid 2px #be2bbb;
    width: 3.5rem;
    height: 3.5rem;
    background: #be2bbb;
    color: #fff;
    display: flex;
    /* Agregado para habilitar Flexbox */
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
  }

  .player-controls .fa-play {
    padding-left: 3px !important;
    /* Ajusta según sea necesario */
  }

  .player-controls .fa-pause {
    padding-left: -4px !important;
    /* Ajusta según sea necesario */
  }

  .player-controls .fa-spinner .fa-spin {
    padding-left: -4px !important;
    /* Ajusta según sea necesario */
  }


  .white-bg-button {
    color: #be2bbb !important;
    background-color: white;
    border-color: #be2bbb;
    font-weight: bold"
  }

  .event-container {
    background-color: #faf6f7;
    margin:15px;
    padding: 18px;
}

.stretch-image {
width: 100% !important;
height: auto !important;
display: block;
}

.most-viewed-selector {
    border-top: 1px solid #595454;
    border-left: 1px solid #595454;
    border-right: 1px solid #595454;
    padding: 10px;
    border-top-left-radius: 5px;  
    border-top-right-radius: 5px; 
    cursor:pointer
  }
  .selected-most-viewed {
      background-color: #eee7e7;
  }

  #content-order {
    border: none; /* Elimina el borde */
    background-color: transparent; /* Hace que el fondo sea transparente */
    color: #595454; /* Cambia el color del texto */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .article-list {
      background-color: #f5edeb;
  }

  .circular-image {
    border-radius: 50%;
    width: 100px; /* o el tamaño que desees */
    height: 100px;
    object-fit: cover;
    border: 5px solid #be2bbb; /* Reborde grueso de color #be2bbb */
  }


  #reel-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 1000;
    overflow: hidden;
}

.video-container {
    max-height: 100vh;
    width: 56.25vh; 
    max-width: 100vw;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.video-container.left {
    z-index: 999
}

.video-container.right {
    z-index: 999;
}

.video-container.center {
    z-index: 1000;
}
@media (min-width: 992px) { 
    .reel-videos {
        position: relative;
        width: 100%;
        height: 80vh;
    }

   .video-container {
        left: 50%;
        transform: translateY(-50%) translateX(-28.125vh); /* Aquí está la corrección */
        transition: transform 0.5s;
    }

  .video-container.left {
        transform: translateY(-50%) translateX(calc(-24.125vh - 100%)) scale(0.8);
    }

    .video-container.right {
        transform: translateY(-50%) translateX(calc(-24.125vh + 100%)) scale(0.8);
    }
}

.hidden {
    display: none;
}

#close-reel {
    position: absolute;
    top: 15px;
    right: 10px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

.reel-title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

.reel-drs {
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

.reel-drs a {
    color: white !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.progress-bars-reel {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 10px;
    z-index: 1001;
}

.progress-bar-reel {
    flex: 1;
    height: 3px;
    background-color: #ccc;
    margin-right: 2px;
}

.progress-bar-reel:last-child {
    margin-right: 0;
}

 .progress-bar-reel.active {
        background-color: #be2bbb;  /* Color de finalización (puedes cambiarlo) */
    }

.cursor-pointer {
    cursor: pointer;
}

.fixed-bottom-custom {
    background-color: #717070; /* Custom color */
    color: white;
    padding: 10px 0;
  }
  
  .language-selector {
    margin-left: 10px;
  }

  .country-specialty-selector {
    margin-left: 2px !important;
  }

  /* Estilo para el selector antes de abrirlo, aplicado solo al selector de idiomas */
#language-selector.select2 + .select2-container--default .select2-selection--single {
    background-color: transparent; /* Fondo transparente */
    color: white; /* Texto blanco */
    border: none; /* Sin borde */
  }
  
  /* Estilo para el texto dentro del selector de idiomas */
  #language-selector.select2 + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white; /* Texto blanco */
  }
  
  /* Estilo para la flecha del selector de idiomas */
  #language-selector.select2 + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent; /* Flecha blanca */
  }

  /* Estilo para las opciones del selector de idiomas al abrirlo */
#language-selector.select2 + .select2-container--default .select2-dropdown .select2-results__option {
    background-color: white; /* Fondo blanco */
    color: black; /* Texto negro */
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #be2bbb !important; /* Fondo blanco */
  }
  

  #language-selector.select2 + .select2-container {
    width: 100% !important; /* Ajusta el ancho según sea necesario */
}

.language-top {
    position: relative;
    display: inline-block;
}

.language_menu {
    display: none;
    position: absolute;
    z-index: 1;
}


.language_menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.language_menu:hover .language_menu {
    display: block;
}

.language_menu a:hover {
    background-color: #ddd;
}

 .fa-solid.fa-globe {
    margin-right: 15px; /* Aumenta el valor aquí para más espacio */
    cursor: pointer; /* Opcional: cambia el cursor a una mano para indicar que es interactivo */
}

.selected-lang {
    background-color: #ddd;
}

.language-top {
    display: none;
}



/* Estilo para escritorios: ícono visible */
@media (min-width: 768px) { /* Ajusta el valor 768px según tus necesidades */
    .language-top {
        display: inline-block; /* O el display que prefieras */
    }
}

.error-diamond {
    font-size: 4rem;
}


.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #be2bbb;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.page-content {
    margin-top: 6rem;
}
.page-content p {
    font-family: "BMSRegular", "Open Sans" !important;
}

.hidden-slide {
    display: none !important;
}

.card-box {
    background-color: #f8f8f9; /* Fondo de las tarjetas */
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave para las tarjetas */
}
.bi-product {
    font-size: 2.5rem; /* Ajuste del tamaño del icono */
    color: #be2bbb; /* Color púrpura para los iconos */
}
.card-title-product {
    color: #6c757d; /* Color gris para los títulos */
    font-weight: bold;
    margin-top: 8px;
}
.btn-purple-product{
    background-color: transparent; /* Botón de color púrpura */
    border-color: #be2bbb;
    color: #6c757d;
    border-radius: 20px;
    padding-left:20px;
    padding-right:20px;
}
.card-body-product {
    padding: 20px;
    padding-left: 40px;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espacio entre los botones */
    padding-left: 40px !important;
}

.tags-title {
    padding-left:0px !important;
}

.tag-button, .selected-tag-button {
    background-color: white;
    border: 2px solid #585554;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #585554;
    text-align: center;
    cursor: pointer;
    white-space: nowrap; /* Evita que el texto se rompa en varias líneas */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Evita que los botones se reduzcan en tamaño */
    min-width: 100px; /* Ancho mínimo para botones con palabras muy cortas */
    max-width: fit-content; /* Limita el ancho al contenido del botón */
    width: auto; /* Deja que el botón ocupe solo el ancho necesario */
    height: 48px; /* Mantiene la altura uniforme */
}

.selected-tag-button {
    background-color: #be2bbb;
    color: white;
    border: none;
}

.selected-tag-button i {
    font-size: 38px;
    margin-left:-10px;
    line-height: 1;
}

.tag-button i {
    display: none;
}


.box-img {
width: 60px !important;
}

.box-img-container {
    display: flex;
    align-items: flex-end;   /* Align to the bottom */
    height: 70px;
    margin-bottom: 20px;           /* Set a height for your container */
}

.new-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #be2bbb; /* Color del fondo del cartelito */
    color: #fff; /* Color del texto */
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px;
    z-index: 10;
  }


  
  
  




  


