:root {
    /* Colors: */
    --medex-primary: #005487;
    --medex-secondary: #238DC1;
    --medex-light: #6BC4E8;
    --medex-light-2: #F0F4F7;

    --ipade-primary: #0A2240;
    --ipade-secondary: #002D74;
    --ipade-light: #ABC8E7;

    --white: #fff;
    --black: #000;
    --gray: #393939;
    --gray-light: #F2F2F2;

    --font-dm: "DM Sans", "Verdana", Arial, Helvetica, sans-serif;
    --font-signika: "Signika", "DM Sans", Arial, Helvetica, sans-serif;

    --p: clamp(1rem, 0.8667rem + 0.2153vw, 1.125rem);
}
/* General */
html, body {
    margin: 0;
    padding: 0;
    font-family: var(--font-dm);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    background-color: var(--white);
}
.rounded {
    border-radius: 20px!important;
}
/* Background */
.bg-ipade-primary {
    background-color: var(--ipade-primary);
}
.bg-ipade-secondary {
    background-color: var(--ipade-secondary);
}
.bg-medex-primary {
    background-color: var(--medex-primary);
}
.bg-medex-secondary {
    background-color: var(--medex-secondary);
}
.bg-medex-light-2 {
    background-color: var(--medex-light-2);
}
.bg-medex-light {
    background-color: var(--medex-light);
}
.bg-graylight {
    background-color: var(--gray-light);
}
/* Colors */
.color-medex-secondary {
    color: var(--medex-secondary);
}
.color-medex-primary {
    color: var(--medex-primary);
}
.color-medex-light {
    color: var(--medex-light);
}
/* Buttons */
a {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.btn {
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 24px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.btn-medex-secondary {
    color: var(--white);
    background-color: var(--medex-secondary);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}
.btn-medex-secondary:hover,
.btn-medex-secondary:focus,
.btn-medex-secondary:active {
    color: var(--white);
    border-color: var(--ipade-primary);
    background-color: var(--ipade-primary);
}
/* Títulos */
h1 {
    font-family: var(--font-signika);
    /* max 45px - min 30px  */
    font-size: clamp(1.875rem, 0.8749rem + 1.6146vw, 2.8125rem);
}
h2 {
    /* max 36px - min 24px  */
    font-size: clamp(1.5rem, 0.6999rem + 1.2917vw, 2.25rem);
}
h3 {
    /* max 24px - min 20px  */
    font-size: clamp(1.25rem, 0.9833rem + 0.4306vw, 1.5rem);
}
.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1rem -.5rem 0 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: var(--medex-secondary);
    opacity: 1;
}
/* Navbar */
.navbar {
    position: relative;
    top: 0;left: 0;
    padding: 21px 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.navbar-brand {
    margin: 0;
}
.navbar-brand img {
    max-width: 215px;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.navbar .navbar-collapse {
    gap: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: var(--font-signika);
    font-size: clamp(1rem, 0.8667rem + 0.2153vw, 1.125rem);
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    padding: 13px 20px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.navbar-expand-lg .navbar-nav .nav-link.boton {
    background-color: var(--medex-light);
}
.navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 85%;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:active .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link {
    color: var(--white)!important;
    background-color: var(--ipade-secondary);
}
.button-whatsapp {
    font-family: var(--font-signika);
    font-size: clamp(1rem, 0.8667rem + 0.2153vw, 1.125rem);
    font-weight: bold;
    color: var(--white);
    background-color: #25D366;
    text-decoration: none;
    padding: 0 0 0 13px;
}
.button-whatsapp i {
    font-size: 1.25rem;
    margin-right: 13px;
}
.button-whatsapp span {
    display: inline-block;
    color: var(--gray);
    padding: 13px;
    background-color: var(--gray-light);
}
.button-whatsapp:hover {
    color: var(--white);
}
.fixed-navbar {
    position: fixed;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.fixed-navbar .navbar-brand img {
    max-width: 105px;
}
.fixed-navbar .button-whatsapp {
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.fixed-navbar .button-whatsapp span {
    display: none;
}
/* Footer */
.footer {
    padding: clamp(2.3125rem, 1.7791rem + 0.8611vw, 2.8125rem) 0;
}
footer ul li {
    background-color: transparent;
}
footer ul li a:hover {
    color: var(--ipade-light)!important;
}
footer .p {
    font-size: var(--p);
}
footer .p a {
    text-decoration: none;
}
/* Section - Header */
.header-main {
    padding: 137px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/1eca496e-c4f3-4741-8891-760b84c01366.jpg');
}
.header-main h1 {
    font-weight: 300;
}
.header-main h2 {
    font-size: clamp(1rem, 0.7333rem + 0.4306vw, 1.25rem);
}
.header-main h1 b {
    font-weight: bold;
}
.header-main p {
    font-size: var(--p);
}
.header-main p.mt-2 {
    font-size: clamp(0.75rem, 0.4833rem + 0.4306vw, 1rem);
}
.header-main .d-flex p {
    font-size: clamp(0.75rem, 0.6167rem + 0.2153vw, 0.875rem);
    max-width: 140px;
    width: 100%;
}
.header-main .btn-agendar {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: -145px;
    max-width: 200px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    z-index: 5;
}
.header-main .btn-agendar.fixed-agendar {
    position: fixed;
    margin-bottom: 15px;
    margin-right: 15px;
}
/* Section - Menú */
.nav-list {
    padding: 18px;
}
.nav-list .nav-link {
    font-size: .85rem;
    color: var(--white);
    text-decoration: none;
}
.nav-list .nav-item:hover .nav-link,
.nav-list .nav-item.active .nav-link,
.nav-list .nav-link:hover {
    font-weight: bold;
    color: var(--white)!important;
    text-decoration: underline;
}
/* Section - Información programa */
.informacion-programa {
    padding: clamp(3.125rem, -0.2086rem + 5.3821vw, 6.25rem) 0;
}
.informacion-programa h1 + p {
    font-size: var(--p);
}
.informacion-programa h3 {
    font-family: var(--font-signika);
    font-size: clamp(1.5rem, 1.2333rem + 0.4306vw, 1.75rem);
}
.informacion-tabla h3 {
    font-size: clamp(1rem, 0.7333rem + 0.4306vw, 1.25rem);
}
.informacion-programa form {
    max-width: 400px;
    margin: 0 auto;
}
.form-label {
    font-weight: bold;
    background-color: transparent;
}
.form-select,
.form-control {
    padding: .5rem .75rem;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 3px 6px #00000029;
}
::placeholder {
    color: #9A9A9A;
    font-style: italic;
    opacity: 1;
}
::-ms-input-placeholder {
    font-style: italic;
    color: #9A9A9A;
}
.enlace-aviso {
    font-size: 12px;
    color: var(--gray);
}
/* Section - Mejor imba */
.mejor-imba {
    padding: 0 0 clamp(3.125rem, -0.2086rem + 5.3821vw, 6.25rem);
}
.mejor-imba h2 {
    font-family: var(--font-signika);
}
.mejor-imba h2 span {
    padding: 5px;
}
.mejor-imba h3 {
    font-family: var(--font-signika);
    font-size: clamp(1.25rem, 0.9833rem + 0.4306vw, 1.5rem);
}
.mejor-imba p {
    font-size: clamp(1rem, 0.4666rem + 0.8611vw, 1.5rem);
}
img.acreditaciones {
    max-width: 450px;
}
.imba-gif {
    width: 485px;
    width: 100%;
}
.imba-gif a {
    display: block;
}
.mejor-imba img {
    display: block;
    width: 100%;
}
.imba-caja {
    padding: 50px 100px;
    border-radius: 0 20px 20px 0px;
}
/* Section - Folleto informativo */
.folleto-informativo {
    padding: 35px 0;
}
.folleto-informativo h2 {
    font-family: var(--font-signika);
    font-size: clamp(1.25rem, 0.4499rem + 1.2917vw, 2rem);
}
.folleto-informativo p {
    font-size: clamp(1rem, 0.7333rem + 0.4306vw, 1.25rem);
}
/* Section - Razones */
.razones {
    padding: clamp(3.125rem, 2.1249rem + 1.6146vw, 4.0625rem) 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/0099f870-265b-456b-9ebc-186d5a5dcbd5.png');
}
.razones h1 span {
    padding: 5px 7px;
}
.razones p {
    font-size: var(--p);
}
.razones .bg-medex-primary-opacity {
    padding: 12px 24px;
    background-color: rgba(0, 83, 135, 0.8);
    height: 100%;
}
.razones p.big {
    font-family: var(--font-signika);
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 0;
}
.razones h3 {
    font-family: var(--font-signika);
    font-size: clamp(1.25rem, 0.9833rem + 0.4306vw, 1.5rem);
    font-weight: bold;
}
/* Section - Networking */
.networking {
    padding: clamp(2.1875rem, 0.8541rem + 2.1529vw, 3.4375rem) 0;
}
.networking h2 {
    font-family: var(--font-signika);
}
.networking h5 {
    font-size: clamp(1rem, 0.7333rem + 0.4306vw, 1.25rem);
    font-weight: bold;
}
.networking-caja {
    padding: clamp(1.5rem, 1.2333rem + 0.4306vw, 1.75rem) 65px;
    box-shadow: 0px 3px 6px #00000029;
}
.networking-gif {
    max-width: 485px;
    width: 100%;
}
.networking-gif a {
    display: block;
}
.networking-gif img {
    display: block;
    width: 100%;
}
/* Section - Viajes internacionales */
.viajes {
    padding: 150px 0 100px;
    background-repeat: no-repeat;
    background-position: 25% 50%;
    background-size: 60% auto;
    background-image: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/b24bb98a-bd75-4be1-8262-2275f031244f.png");
}
.viajes-caja {
    padding: clamp(1.25rem, 0.5833rem + 1.0764vw, 1.875rem);
    box-shadow: 0px 3px 6px #00000029;
}
.viajes h2 {
    font-family: var(--font-signika);
}
.viajes p {
    font-size: var(--p);
}
.viajes li {
    position: relative;
    font-family: var(--font-signika);
    font-weight: bold;
    font-size: clamp(1.25rem, 0.7166rem + 0.8611vw, 1.75rem);
}
.viajes li::marker {
    color: var(--medex-light);
}
/* Section - Alumnos */
.alumnos {
    position: relative;
    padding: clamp(2.8125rem, 1.4791rem + 2.1529vw, 4.0625rem) 0 25px;
    background-color: var(--medex-light-2);
    border-radius: 60px;
}
.alumnos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 45%;
    width: 100%;
    background-color: var(--medex-primary);
    border-radius: 60px 60px 0 0;
    z-index: 1;
}
.alumnos .row {
    position: relative;
    z-index: 2;
}
.alumnos h2 {
    font-family: var(--font-signika);
}
.alumnos .btn {
    display: block;
    width: 100%;
    border: none!important;
}
.alumnos img {
    display: block;
    width: 100%;
}
.alumnos p {
    font-size: 1rem;
}
.alumnos p small {
    font-size: 14px;
}
/* Section - Inversión */
.inversion {
    padding: clamp(3.125rem, -0.2086rem + 5.3821vw, 6.25rem) 0;
}
.inversion h2 {
    font-family: var(--font-signika);
    font-size: clamp(1.5rem, 0.9666rem + 0.8611vw, 2rem);
    line-height: 1.65;
    max-width: 450px;
}
.inversion h2 span {
    padding: 7px;
}
.inversion p {
    font-size: var(--p);
}
.inversion hr {
    color: var(--white);
    opacity: 1;
}
.inversion-caja img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inversion-caja .d-lg-flex {
    padding: 35px 75px;
}
/* Section - Proceso admisión */
.proceso-admision {
    padding: 0 0 clamp(3.125rem, -0.2086rem + 5.3821vw, 6.25rem) 0;
}
.proceso-admision h2 {
    font-family: var(--font-signika);
}
.proceso-admision ol {
    padding-left: 1rem;
}
.proceso-admision li {
    font-size: var(--p);
    font-weight: bold;
    color: var(--medex-secondary);
    line-height: 1.8;
}
.proceso-admision p {
    font-size: var(--p);
}
.proceso-admision .btn-medex-secondary {
    box-shadow: none;
}
.admision-caja {
    padding: clamp(1.5rem, 1.2333rem + 0.4306vw, 1.75rem) 65px;
    box-shadow: 0px 3px 6px #00000029;
}
.admision-gif {
    max-width: 590px;
    width: 100%;
}
.admision-gif img {
    display: block;
    width: 100%;
}
/* Section - Semanas temáticas */
.semanas-tematicas h2 {
    font-family: var(--font-signika);
}
.semanas-tematicas p {
    font-size: var(--p);
}
.semanas-tematicas img {
    display: block;
    width: 100%;
}
/* Section - Próximos eventos */
.proximos-eventos {
    padding: clamp(3.4375rem, -2.8963rem + 10.226vw, 9.375rem) 0;
}
.proximos-eventos h2 {
    font-family: var(--font-signika);
}
.proximos-eventos img {
    display: block;
    width: 100%;
}
.proximos-eventos .bg-medex-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
}
.proximos-eventos .h1 {
    font-family: var(--font-signika);
    font-size: clamp(1.25rem, -0.4168rem + 2.6911vw, 2.8125rem);
    font-weight: bold;
    color: var(--white);
    padding: 10px;
}
.proximos-eventos .flex-grow-1 {
    background-color: #EFF9FF;
    padding: 10px;
    border-radius: 0 10px 10px 0;
}
.proximos-eventos a {
    color: var(--gray);
    text-decoration: none;
}
.proximos-eventos p:hover a {
    font-weight: bold;
    text-decoration: underline;
}
/* Section - Gracias */
.gracias {
    height: 71.5vmin;
    padding: 250px 0;
}

/* Responsive */
@media only screen and (min-width:1366px) {
    .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 90%;
    }
}
@media only screen and (min-width:992px) {
    /* Section- Menú */
    .nav-list {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .nav-list li {
        width: 11.1%;
        text-align: center;
    }
    /* Section- Networking */
    .networking {
    }
    .networking-caja {
        position: relative;
        z-index: 0;
        left: 2.5%;
        max-width: 65%;
    }
    .networking-gif {
        position: relative;
        right: 2.5%;
        z-index: 1;
    }
    /* Section - Inversión */
    .inversion-caja img {
        border-radius: 0 20px 20px 0;
    }
    /* Section - Proceso admisión */
    .admision-caja {
        position: relative;
        z-index: 1;
        right: 2.5%;
        max-width: 65%;
    }
    .admision-gif {
        position: relative;
        left: 2.5%;
        z-index: 0;
    }
}
@media only screen and (max-width:991px) {
    /* General */
    .navbar-brand img {
        max-width: 125px;
    }
    .navbar-toggler {
        border: 0;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .button-whatsapp {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        height: 42px;
        width: 42px;
    }
    #nav .button-whatsapp,
    .button-whatsapp span {
        display: none;
    }
    .fixed-navbar .button-whatsapp {
        height: 42px;
        width: 42px;
    }
    /* Section- Header */
    .header-main {
        background-image: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/e43caba7-7adb-427d-bc90-bc10ef4e2783.png"); 
        background-position: center right;
        padding: 180px 0 0;
    }
    .header-main .bg-white {
        background-color: rgba(255,255,255,.9)!important;
    }
    /* Section / Menú */
    .nav-list {
        display: none;
    }
    /* Section- Información programa */
    .mejor-imba {
        position: relative;
        overflow: hidden;
        margin-top: -100px;
    }
    .imba-caja {
        padding: 100px 1rem 45px;
        border-radius: 20px;
    }
    .imba-gif {
        position: relative;
        margin-top: 2.5rem;
        transform: translate(50px, 50px);
    }
    /* Section- Folleto informativo */
    .folleto-informativo .d-flex.d-lg-block {
        gap: 1rem;
        align-items: center;
    }
    .folleto-informativo img {
        max-width: 150px;
        width: 100%;
        height: auto;
    }
    /* Section- Razones */
    .razones {
        background-image: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/7c928fb9-ff18-429b-865c-08bdd5f2d25b.png");
    }
    /* Section- Networking */
    .networking {
        position: relative;
        overflow: hidden;
        margin-top: -50px;
    }
    .networking-caja {
        padding: 100px 1rem 45px;
        border-radius: 20px;
    }
    .networking-gif {
        position: relative;
        margin-top: 2.5rem;
        transform: translate(20px, 50px);
    }
    /* Section- Viajes */
    .viajes {
        padding: 0 0 50px;
        background-image: none;
    }
    /* Section- Alumnos */
    .alumnos {
        border-radius: 20px;
    }
    .alumnos::before {
        border-radius: 20px 20px 0 0;
        height: 100px;
    }
    /* Section- Inversión */
    .admision-gif {
        max-width: inherit;
    }
    .admision-caja {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .inversion-caja .d-lg-flex {
        padding: 50px 1rem 2rem;
    }
    .inversion-caja img {
        border-radius: 0 0 20px 20px;
    }
    .inversion .btn-medex-secondary:hover {
        background-color: var(--ipade-secondary);
    }
    
}