html {
    scroll-behavior: smooth;
}

colbody {
    font-family: 'Montserrat', sans-serif;
}

img {
    display: block;
    width: 100%;
}

/* Tipy  */

.tippy-box[data-theme~='dima'] {
    background-color: rgb(4, 66, 85);
    ;
    color: whitesmoke;
}

.tippy-box[data-theme~='dima'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: rgb(4, 66, 85);
}

.tippy-box[data-theme~='dima'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: rgb(4, 66, 85);
}

.tippy-box[data-theme~='dima'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: rgb(4, 66, 85);
}

.tippy-box[data-theme~='dima'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: rgb(4, 66, 85);
}

/*Headers*/

.header-full {

    height: 500px;

    margin-top: 150px;

    background: rgb(4, 66, 85);
    background: linear-gradient(90deg, rgba(4, 66, 85, 1) 38%, rgba(4, 66, 85, 0) 100%);

    display: flex;
    flex-direction: column;
    color: var(--bs-white);
    position: relative;
}

.hero {
    flex: 1;

}

.hero-container {

    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    position: relative;

}

.hero-badge {
    background-color: #7BF5DF;
    color: #063544;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    width: fit-content;
    padding: 0.5rem 1rem 0.5rem 0.8rem;
    border-radius: 2rem;
    margin-bottom: 1rem;

}



.hero-text .hero-overline {

    font-weight: 600;
    border-bottom: 1px solid var(--bs-white);
    width: fit-content;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.hero-text h1 {
    font-weight: 600;
}

.hero-text .hero-subtitle {

    color: var(--bs-white);
    font-size: 1.2 rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;

}

.scroll-hint {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scroll-hint>img {
    max-height: 90px;
}

.header-video {
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.header-fallback {
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;

    background: url('../img/rasumoff-static.png');

    background-size: cover;
    background-position: center;
    aspect-ratio: 16/9;
}




/*Nav*/


.navbar-float {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}

.navbar {
    background-color: #02394A;
}

nav {
    transition: background-color 0.25s;
}

.bg-dark-dima {
    background-color: hsla(0, 0%, 22%, 0.90);
}

.bg-dima {
    background-color: rgb(4, 66, 85);
}

.bg-badge-dima {
    background-color: rgb(4, 66, 85);
    color: whitesmoke;
}


.nav-container {

    padding: 1rem 1rem;

}

.nav-logos {
    display: flex;
    height: 100%;
}

.nav-logos img {
    max-height: 70px;
}

.nav-console {
    width: 100%;

}

.nav-travel {
    border: none;
}

.nav-btn-clear {
    color: var(--bs-white);
}

.nav-btn-clear-border {
    border: 1px solid var(--bs-white);
}

.icon-text {
    font-size: 0.8rem;
}

.btn {
    border-radius: 60px;
    padding: 0.25rem 1.5rem;
    display: flex;
    align-items: center;

}

.btn-fc {
    width: fit-content;
}

.btn-clear {
    color: var(--bs-white);
    border: 1px solid var(--bs-white);
}

.btn-clear:hover {
    background-color: var(--bs-white);
    color: grey;
}

.btn-solid {
    text-transform: uppercase;
    border: 1px solid var(--bs-white);
    background-color: var(--bs-white);
    color: rgb(35, 35, 35);
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.5rem 0.9rem 0.5rem 0.9rem;

}

.btn-solid:hover {
    border: 1px solid transparent;
    background-color: rgba(245, 245, 245, 0.90);
    color: rgb(35, 35, 35);
}

.btn-solid-dark {
    text-transform: uppercase;
    border: 1px solid rgb(21, 21, 21);
    background-color: rgb(21, 21, 21);
    ;
    color: var(--bs-white);
}

.btn-solid-dark:hover {
    border: 1px solid transparent;
    background-color: rgba(1, 21, 21, 0.90);
    color: var(--bs-white);

}

.btn-solid-grey {
    text-transform: uppercase;
    border: 1px solid rgb(63, 63, 63);
    background-color: rgb(63, 63, 63);
    color: var(--bs-white);

}

.btn-solid-grey:hover {
    border: 1px solid transparent;
    background-color: rgba(63, 63, 63, 0.90);
    color: var(--bs-white);
}


/*Video*/
.video-box {
    background-color: lightgrey;
    position: relative;
    padding-top: 56.25%;
}

/*Servicio*/

.servicio-text h2 {
    font-size: 30px;
}

.servicio-text p {
    font-size: 14px;
}

.servicio-stripe {
    color: var(--bs-white);
    background: rgb(84, 133, 148);
    background: linear-gradient(90deg, rgba(84, 133, 148, 1) 38%, rgba(84, 133, 148, 0.6) 100%), url('../img/bg_servicio.png') right no-repeat;
    background-size: cover;
}

.historia-stripe {
    color: var(--bs-white);
    background: #022029 url('../img/bg_historia.png') left no-repeat;
    background-size: cover;
}

.servicio-container {
    padding: 2rem 0;
}

h2 {
    font-weight: 600;
    text-align: center;
}

.servicio-container .servicio-content {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 0 1.5rem;
}

.servicio-container video {

    display: block;
    margin: auto;

}



.servicio-container :first-child {

    flex: 5;
}

.servicio-container :last-child {

    flex: 5;
}

/*Modal Capsula*/

.mc-placeholder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16/9;
}

.mc-profilePic-container {
    display: grid;
    grid-auto-flow: column;
}

.modal-header-container {
    margin-top: 1rem;
    margin-left: 3%;
    flex-wrap: wrap;
}

.mc-profilePic-container-multi {
    position: relative;
    left: 0;
}

.mc-profilePic-container>div {
    aspect-ratio: 1/1;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    max-height: 80px;
    position: relative;
}

.mc-profilePic-container-multi>div:not(:first-child) {
    position: relative;
    left: -24%;
}

.mc-profilePic-container>div>img {
    scale: 130%;
}

.mc-profileTitleContainer .modal-title {

    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    margin-right: 3rem;
}

.mc-profileTitle-authors {
    display: flex;
    line-height: 1;
    margin: 0.5rem 0;
    margin-right: 3rem;
    flex-wrap: wrap;
}

.mc-profileTitle-authors>span {
    width: 100%;
    margin-bottom: 0.5rem;
}

.modal-header>div {
    position: relative;
}

.modal-header>.btn-close,
.modal-body>.btn-close {

    border: 3px solid black;
    padding: 6px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 100;

    top: 32px;
    right: 25px;
}

.modal-body>.btn-close {
    top: 10px;
    right: 10px;
}

.mc-dataCard {

    background-color: rgba(176, 224, 230, 0.685);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2rem;
    border-radius: 0.5rem;
}

.mc-dataCard>div {
    flex: 1;
}

.mc-dataCard-desc {}

.mc-dataCard-structure {}

.mc-dataCard-slideContainer {
    justify-content: space-between;


}


.mc-pricing-container {
    display: flex;
    gap: 1rem;
    align-items: end;

    .mc-pricing {
        &.pricing-main {

            font-weight: 600;
            font-size: 1rem;
            margin-right: 1rem;
        }

        &.pricing-alt {
            font-size: 0.8rem;
            margin-bottom: 0.25rem;
        }

        span {
            font-weight: 300;
            font-size: 1em;
        }

        div {
            margin-top: -0.5rem;
            font-size: 2em;
        }
    }
}


.mc-dataCard-slideContainer>div:not(.border-right) {

    display: flex;

    align-items: center;


    gap: 1rem;
    width: 100%;
}

.mc-dataCard-slideContainer>div:not(.border-right):not(:last-child) {


    border-bottom: 1px solid rgba(0, 0, 0, 0.859);
    margin-bottom: 1rem;
    padding-bottom: 1rem;

}

.mc-dataCard-slideContainer img {
    max-width: 70px;
}

.mc-dataCard-slideContainer>div>div,
.mc-dataCard-slideContainer>div>img {

    display: flex;
    flex-direction: column;
}

.mc-dataCard-slideData>div {
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0.25rem 0;
    white-space: nowrap;
}

.mc-dataCard-slideData>div::before {
    content: "→";
    margin-right: 0.5rem;
}



/*Detalles*/

.detalles-stripe {
    color: var(--bs-white);
    background: rgb(84, 133, 148);
    background: linear-gradient(130deg, #022029 40%, #367689 100%), url('../img/bg_servicio.png') right no-repeat;

}


/* Trayectos */
.trayectos-container {
    margin: 3rem auto;
}


.bg-se-cuerpo {
    background: linear-gradient(145deg, rgb(140, 217, 203) 30%, rgba(140, 217, 203, 0.40) 100%), url('../img/bg-trayecto.png');
}

.bg-se-imágenes-de-la-mujer {
    background: linear-gradient(145deg, rgb(212, 197, 158) 30%, rgba(212, 197, 158, 0.40) 100%), url('../img/bg-trayecto.png');
}

.bg-se-msk {
    background: linear-gradient(145deg, rgb(105, 128, 207) 30%, rgba(105, 128, 207, 0.40) 100%), url('../img/bg-trayecto.png');
}

.bg-se-neuroimágenes-y-cyc {
    background: linear-gradient(145deg, rgb(127, 164, 200) 30%, rgba(127, 164, 200, 0.4) 100%), url('../img/bg-trayecto.png');
}



.trayecto-box-content {
    background: rgba(239, 239, 239, 0.5);
    padding: 1.5rem 3rem 1.5rem;


}

.bg-se-cuerpo .trayecto-box-content {
    border-top: 1rem rgba(140, 217, 203, 0.5) solid;
}

.bg-se-imágenes-de-la-mujer .trayecto-box-content {
    border-top: 1rem rgba(212, 197, 158, 0.5) solid;
}

.bg-se-msk .trayecto-box-content {
    border-top: 1rem rgba(105, 128, 207, 0.5) solid;

}

.bg-se-neuroimágenes-y-cyc .trayecto-box-content {
    border-top: 1rem rgba(127, 164, 200, 0.5) solid;
}


.trayecto-box {
    border-radius: 1rem;
    overflow: hidden;
    background-position: right bottom;
    background-size: contain;
    color: #0C5267;
    margin-bottom: 2rem;
}



.trayecto-box-content-especialista {
    flex: 0 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trayecto-box-content-especialista img {
    flex: 0 180px;
    max-width: 150px;
    border-radius: 1rem;



}

.trayecto-box-content-data {
    flex: 1;

    display: flex;
}

.trayecto-box-content-title {
    flex: 1;
}

.trayecto-box-content-actions {
    flex: 0 1 40%;
    justify-content: flex-end;
}

.trayecto-box-content-actions>btn {
    flex: 0 1 50%;
}



.trayecto-box-content-actions .btn {
    font-size: 0.8rem;
    margin-right: 0.5rem;
}


.trayecto-box-content-data .title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0rem;
    letter-spacing: 0.05rem;


}

.trayecto-box-content-data .blurb {
    margin: 0;
    font-size: 0.8rem;
}

.trayecto-box-content-acciones {
    flex: 0 360px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}


.capsule-card {
    aspect-ratio: 1 / 1.3;

    position: relative;

    flex: 1 1 100%;
}

.capsule-card-button-ov {

    position: absolute;
    width: 100%;
    height: 86%;
    z-index: 100;
}

.capsule-card-bg {
    display: flex;
    height: 100%;
    width: 100%;

    /* gap: 1px;
   background-color: #00000085; */
}

.capsule-card-bg div {

    background-size: auto 100%;
    background-position: center;
    background-color: white;
}

.capsule-card-overlay {


    position: absolute;
    inset: 0;

    background: linear-gradient(#00000000 0%, #000000 85%, #000000 70%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.cc-title {
    line-height: 1.4;
    font-size: 0.9rem;
    letter-spacing: 0.07rem;
    padding-bottom: 0.6rem !important;


}

.cc-author {
    font-size: 0.7rem;
    min-height: 47px;
    line-height: 1.4;
    letter-spacing: 0.03rem;
}

.btn {
    border-radius: 60px;
    padding: 0.5rem 0.9rem 0.5rem 0.9rem;
    display: flex;
    align-items: center;

}

.cc-btn {
    background-color: var(--bs-white);
    color: black;
    text-align: center;
    padding: 0.5rem 0.5rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;

}

.cc-dark-btn {
    background-color: #0C5267;
    color: var(--bs-white);
}

.cc-dark-btn:hover {
    background-color: #063544;
    color: var(--bs-white);
}

.cc-promo-btn {
    background-color: #22a4cc;
    color: #ffffff;
}

.cc-promo-btn:hover,
.cc-promo-btn:active {
    background-color: #48b2d2!important;
    color: #ffffff!important;
    border: none!important;
}

/* Carrito de Compras */

.dxi-carrito-productos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dxi-carrito-producto-row {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;

    >div {
        /* outline: 1px solid purple; */
        display: flex;
        align-items: center;
    }

    .dxi-carrito-producto-doctores,
    .dxi-carrito-descuento-spacer {
        flex: 0 1 150px;
    }

    .dxi-carrito-producto-data {
        flex: 1 1;
        margin-left: 1.5rem;
        position: relative;
        &::after{
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            background-color: rgb(34, 34, 34);
            height: 100%;
            right: -0.5rem;
        }
    }

    .dxi-carrito-producto-precio {
        flex: 0 1 150px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 600;

        &.dxi-carrito-descuento-precio {
            flex: 0 1 200px;
            margin-right: calc(1rem + 50px);
        }

        >.price-alt {
            font-size: 0.8em;
            font-weight: 400;
            margin-top: -0.5rem;
            opacity: 0.7;
        }
    }

    .dxi-carrito-producto-actions {
        flex: 0 1 50px;
        justify-content: center;
    }

    .dxi-carrito-descuento-data {
        flex: 1 1;
        margin-left: 1.5rem;
    }



    .dxi-carrito-footer-actions {
        flex: 1 1;
    }

    .dxi-carrito-footer-total-label {
        flex: 0 1 70px;
        justify-content: flex-end;
    }

    .dxi-carrito-footer-total-number {
        flex: 0 1 calc(1rem + 250px);

        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        font-size: 2rem;
        font-weight: 700;

        >.price-alt {
            font-size: 0.8em;
            font-weight: 400;
            margin-top: -0.5rem;
            opacity: 0.7;
        }
    }
}

.carrito-container {
    min-height: 20vh;
    margin: 2rem auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */

    /*background-color: #D9D9D9;*/
}

.grey-bg-item {
    background-color: #F9F9F9;
}

.thumb-image {
    /*margin: auto;*/
    background-color: #D9D9D9;
    border-radius: 7px;
    width: 75px;
    height: 50px;
}

.cart-item-label {
    font-size: 0.8rem;

}

.cart-item-name {
    font-size: 1rem;
}

.cart-item-price,
.fa-circle-xmark {
    font-size: 1.5rem;
}

.cart-item-description {
    font-size: 0.8rem;
}

.total-price {
    font-size: 1.5rem;
}


.price-border {
    border-top: solid 1px;
}

.grey-bg {
    /*background-color: #D9D9D9;*/
}



.font-light-mobile {
    font-weight: light;
}


.carrito-button {
    background-color: #38798C;
    color: #FFFFFF;
    border: none;
    font-size: 0.8rem;

}

.checkout-button {
    border-color: #7BF5DF;
    background-color: #7BF5DF;
    color: #022029;

}

.carrito-button:hover {
    background-color: #21505f;
    color: #FFFFFF;

}

.checkout-button:hover {
    border-color: #51b09e;
    background-color: #51b09e;
    color: #FFFFFF;

}

.border-left-grey {
    border-left: 1px solid #A9A9A9;
}

.border-top-grey {
    border-top: 1px solid #A9A9A9;
}

/* Vista de checkout */

.checkout-item-label {
    font-size: 0.6rem;
}

.checkout-item-name {
    font-size: 0.7rem;
}

.cart-item-price {
    font-size: 1.5rem;
}

/* Header Hero */

.header-hero {
    --imagen-fondo: url('https://apps.iuhiba.org/dxi/assets/images/header-nuevo.png');

    background: linear-gradient(90deg, rgba(4, 66, 85, 1) 38%, rgb(4 66 85 / 55%) 100%), var(--imagen-fondo);
    background-size: cover;
    background-position: center;
    height: fit-content;
    padding-top: 45px;
    margin-top: 190px;
}

.header-hero-plain {
    --imagen-fondo: linear-gradient(transparent, transparent);

}

.header-hero .sub-title {
    padding-top: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.header-hero h1 {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
    border-top: solid white 1px;
    width: block;
}

.payment-block {
    height: 6rem;
}


/* Footer */

footer {
    background-color: #272727;
    font-size: 0.7rem;

}

footer .icon-footer {
    font-size: 1.6rem;
}

.webpages-block {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.faq-modal .modal-header {
    background: rgb(2, 32, 41);
    background: linear-gradient(135deg, rgba(2, 32, 41, 1) 0%, rgba(3, 59, 75, 1) 100%);
}

.faq-modal .modal-header .modal-title {
    font-size: 1.5rem;
}

.faq-modal .modal-body .accordion-header button {
    font-size: 1.2rem;
}

.faq-modal .modal-body .accordion-colapse {
    box-sizing: content-box;
}

.faq-modal .modal-body .accordion-body {
    font-size: 1rem;
}


/* Sección de "Otras capsulas" */

.capsules-block {
    background-color: #022029;
}

.thumb-capsule {
    margin: auto;
    border-radius: 7px;
    background-color: #D9D9D9;
    width: 150px;
    height: 100px;
}

/* Vista de Login */

.login-container {
    font-family: 'Montserrat';
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 0.5rem 1rem !important;
    background-color: #FAFAFA;
    color: black;
}

.login-container input:focus {

    outline: none;

}

.login-container input::placeholder {

    color: #000000;

}

.login-container button {
    width: 100%;
    padding: 20px;
    background-color: #2199E4;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.login-container .error-message {
    color: #d9534f;
    margin-bottom: 15px;
    text-align: center;
}

#login-submit-button {
    width: 85%;
    background-color: #0C5267;
}

.dima-green-color {
    background-color: #0C5267 !important;
}


#login-reset-password-button {
    color: #0C5267;
    font-weight: bold;
    font-size: 0.7rem;
}

.login-container form {
    border: solid #CDCDCD 1px;
    border-radius: 18px;
}

.login-container-border {
    border: solid #CDCDCD 1px;
    border-radius: 18px;
}

.input-wrapper.red-border {
    border-bottom: solid 1.5px #FF0000;
    padding-bottom: 3px;
}

#user-icon-error,
#password-icon-error {
    display: none;
    color: #FF0000;
}

#error-login-message {
    color: #FF0000;
}

/* Fin Vista de Login */

/* Vista de "Mis cápsulas" */

.thumb-my-capsule {
    border-radius: 50%;
    background-color: #D9D9D9;
    width: 100px;
    height: 100px;
}

.my-capsule-container {
    background: linear-gradient(90deg, #C2E7E0 60%, rgba(4, 66, 85, 0) 100%), url('https://apps.iuhiba.org/dxi/assets/images/background-mis-capsulas.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    border-top: 0.7rem solid #8CD9CB;
    color: #0C5267;
}

.my-capsule-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0C5267
}

.my-capsule-subtitle {
    font-size: 0.8rem;
    font-weight: bold;
}

.my-capsule-description {
    font-size: 0.8rem;
    font-weight: normal;
}

.capsule-button {
    background-color: #022029;
    font-size: 0.7rem;
    width: fit-content;
}

.certificate-button {
    font-size: 0.7rem;
    font-weight: bold;
    width: fit-content;
}

.my-capsule-professor::after {
    content: " - ";
}

.my-capsule-professor:last-child::after {
    content: "";
}

.destacado-box h3 {
    color: #8CD9CB;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.05rem;

}

.destacado-icon {

    flex: 0 0 40px;
}

.destacado-icon img {

    max-height: 40px;
    margin: auto;
    width: fit-content;
}

.destacado-text {

    min-height: 100px;
    flex: 1;
}

.destacado-text p {

    font-size: 0.9rem;
    letter-spacing: 0.050rem;

}

.destacado-divider {
    opacity: 0.5;
}


footer {
    font-size: 14px;
}

@media (min-width: 768px) {

    .hero-text {
        margin-left: 2rem;
        width: 60%;
    }

    .nav-bump {
        min-height: 110px;
    }

    .header-full {
        height: 70vh;
        margin-top: 0;

    }

    /* Header Hero */

    .navbar {
        background-color: transparent;
    }

    .header-hero {
        margin-top: 0;
        padding-top: 150px;
    }

    .header-hero .sub-title {
        padding-top: 2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .header-hero h1 {
        font-size: 2rem;
        padding-bottom: 2rem;
        padding-top: 1rem;
        border-top: solid white 1px;
        width: fit-content;
    }

    /* Nav */

    .nav-container {

        /* border-bottom: 1px solid var(--bs-white); */
        padding: 2rem 1rem;
        transition: border-color 0.25s;
    }

    .nav-console {
        width: auto;
    }

    .nav-btn-clear {
        border: 1px solid var(--bs-white);
    }

    .nav-btn-clear:hover,
    .nav-btn-clear:active {
        color: #144f61 !important;
        background-color: var(--bs-white) !important;
    }

    .icon-text {
        font-size: 1rem;
    }

    #vertical-line-item {
        border: 0px !important;
    }

    /* Carrito de Compras */
    .carrito-container {
        min-height: 40vh;
    }

    .cart-item-label {
        font-size: 1rem;

    }

    .cart-item-name {
        font-size: 1.2rem;
    }

    .cart-item-professor {
        font-size: 1rem;
    }


    .cart-item-professor::after {
        content: " - ";
    }

    .cart-item-professor:last-child::after {
        content: "";
    }

    .cart-item-description {
        font-size: 0.9rem;
    }

    .price-border {
        border-top: 0px;
        border-left: solid 1px;
    }

    .cart-item-price,
    .fa-circle-xmark {
        font-size: 1.2rem;
    }

    .total-price-border {
        border-left: solid 1px black;
    }

    .border-left-grey {
        border-left: 0px;
    }

    .border-top-grey {
        border-top: 0px;
    }

    .font-light-mobile {
        font-weight: bold;
    }

    #checkout-button {
        font-size: 1rem
    }

    /* Sección de "Otras capsulas" */
    .thumb-capsule {
        width: 200px;
        height: 150px;
    }

    /* Vista de checkout */

    .checkout-item-label {
        font-size: 1.2rem;
    }

    .checkout-item-name {
        font-size: 1rem;
    }

    .checkout-item-price {
        font-size: 1.5rem;
    }


    /* Footer */

    footer {
        background-color: #272727;
        font-size: 1rem;

    }

    footer .icon-footer {
        font-size: 1.3rem;
    }

    footer .modal-header .modal-title {
        font-size: 2.5rem;
    }

    footer .modal-body .accordion-header button {
        font-size: 1.7rem;
    }

    footer .modal-body .accordion-body {
        font-size: 1.5rem;
    }

    .webpages-block {
        border-top: 0px;
        border-bottom: 0px;
    }

    .links a {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }

    .capsule-card {

        flex: 1 1 45%;
    }
}


@media (min-width: 992px) {

    .mc-dataCard-slideContainer>div:not(.border-right):not(:last-child) {


        border-bottom: none;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
    }

    .mc-profilePic-container>div {
        max-width: 130px;
        &:not(:last-child){
            
        margin-right: -1rem;
        }
    }

    .modal-header-container {
        margin-left: 0;
        margin-top: 0;
        flex-wrap: nowrap;
    }

    .mc-profilePic-container-multi {
        left: 3%;
    }



    .mc-profileTitle-authors {
        flex-wrap: nowrap;
    }

    .mc-profileTitle-authors>span {
        width: auto;
        margin-bottom: 0;
    }

    .mc-profileTitle-authors>span:not(:first-child) {
        border-left: 1px solid;
        margin-left: 0.5rem;
        padding-left: 0.5rem;
    }



    .mc-dataCard-slideContainer>div:not(.border-right) {

        width: auto;
    }

    .mc-dataCard-slideContainer>div:not(.border-right):not(:last-child) {


        border-bottom: none;

    }

    .cc-btn {
        font-size: 0.78rem;
        padding: 0.2rem 0.5rem 0.2rem;
        margin-bottom: 0;
        padding-bottom: 0;

    }

    .bg-se-cuerpo,
    .bg-se-imágenes-de-la-mujer,
    .bg-se-msk,
    .bg-se-neuroimágenes-y-cyc {
        background: linear-gradient(145deg, hsl(0, 0%, 88%) 30%, hsla(0, 0%, 35%, 0.4) 100%), url('../img/bg-trayecto.png');
    }

    .bg-se-cuerpo.active {
        background: linear-gradient(145deg, rgb(140, 217, 203) 30%, rgba(140, 217, 203, 0.40) 100%), url('../img/bg-trayecto.png');
    }

    .bg-se-imágenes-de-la-mujer.active {
        background: linear-gradient(145deg, rgb(212, 197, 158) 30%, rgba(212, 197, 158, 0.40) 100%), url('../img/bg-trayecto.png');
    }

    .bg-se-msk.active {
        background: linear-gradient(145deg, rgb(105, 128, 207) 30%, rgba(105, 128, 207, 0.40) 100%), url('../img/bg-trayecto.png');
    }

    .bg-se-neuroimágenes-y-cyc.active {
        background: linear-gradient(145deg, rgb(127, 164, 200) 30%, rgb(127, 164, 200, 0.4) 100%), url('../img/bg-trayecto.png');
    }



    .bg-se-cuerpo .trayecto-box-content,
    .bg-se-imágenes-de-la-mujer .trayecto-box-content,
    .bg-se-msk .trayecto-box-content,
    .bg-se-neuroimágenes-y-cyc .trayecto-box-content {
        border-color: rgba(189, 189, 189, 0.5);

    }

    .bg-se-cuerpo.active .trayecto-box-content {
        border-top: 1rem rgba(140, 217, 203, 0.5) solid;
    }

    .bg-se-imágenes-de-la-mujer.active .trayecto-box-content {
        border-top: 1rem rgba(212, 197, 158, 0.5) solid;
    }

    .bg-se-msk.active .trayecto-box-content {
        border-top: 1rem rgba(105, 128, 207, 0.5) solid;
    }

    .bg-se-neuroimágenes-y-cyc.active .trayecto-box-content {
        border-top: 1rem rgba(127, 164, 200, 0.5) solid;
    }



    /*Animation*/

    .trayecto-box-content-capsules {
        --animation-timing: 1.5s;
        transition: all var(--animation-timing);
    }

    .fa-anim {
        transition: rotate 0.5s;
    }

    .rotate-down {

        rotate: 180deg;
    }

    .cap-active>.capsule-card {
        /* display: none!important; */
        transform: translateY(15px);
        height: 0px;
        opacity: 0;
        transition: all 0s;
    }

    .capsule-card,
    .capsule-card-bg div,
    .capsule-card:hover .capsule-card-overlay {
        transition: all 0.5s;
    }

    .capsule-card {
        cursor: pointer;
    }

    .capsule-card:hover .capsule-card-bg div {
        background-size: auto 110%;
    }

    .capsule-card:hover .capsule-card-overlay {
        background-position: 0 50px;

        background-size: 100% 110%;
    }

    .capsule-card-delay-1 {
        transition-delay: calc((var(--animation-timing) / 10) * 1)
    }

    .capsule-card-delay-2 {
        transition-delay: calc((var(--animation-timing) / 10) * 2)
    }

    .capsule-card-delay-3 {
        transition-delay: calc((var(--animation-timing) / 10) * 3)
    }

    .capsule-card-delay-4 {
        transition-delay: calc((var(--animation-timing) / 10) * 4)
    }

    .entry-animation {
        animation: fade-left ease-in-out forwards;
        animation-timeline: view();
        animation-range: 50px 300px;
    }

    .entry-animation-instant {
        animation: fade-left ease-in-out forwards;
        animation-timeline: view();
        animation-range: 50px 250px;
    }

    .fade-left {
        translate: -50px;
        opacity: 0;
    }

    @keyframes fade-left {
        to {
            translate: 0px;
            opacity: 1;
        }
    }

    .fade-right {
        translate: 50px;
        opacity: 0;
    }

    @keyframes fade-right {
        to {
            translate: 0px;
            opacity: 1;
        }
    }

    .fade-static {
        opacity: 0;
    }

    @keyframes fade-static {
        to {
            pacity: 1;
        }
    }

    .header-hero {
        margin-top: 0;
        padding-top: 210px;
        background-position: center -50px;

    }




    .header-full {
        height: 100vh;
    }

    /* Carrito de Compras */
    .cart-item-label {
        font-size: 1.2rem;

    }

    .cart-item-name,
    .fa-circle-xmark {
        font-size: 1.5rem;
    }

    .cart-item-price {
        font-size: 1.5rem;
    }

    .total-price {
        font-size: 2rem;
    }

    /*Nav*/


    /* Vista de "Mis cápsulas" */

    .my-capsule-description {
        font-size: 0.9rem;
        font-weight: normal;
    }

    /* Vista de checkout */

    .checkout-item-label {
        font-size: 1.2rem;
    }

    .checkout-item-name {
        font-size: 1.5rem;
    }

    .checkout-item-price {
        font-size: 1.5rem;
    }






    /* Sección de "Otras capsulas" */

    .thumb-capsule {
        width: 325px;
        height: 275px;
    }

    .capsule-card {

        flex: 1 1 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1070px;
    }
}