@font-face {
    font-family: 'Sharp Grotesk';
    src: url('../fonts/sharp-grotesk-sm-bold-11.eot?');
    src: url('../fonts/sharp-grotesk-sm-bold-11.eot?#iefix') format('embedded-opentype'),url('../fonts/sharp-grotesk-sm-bold-11.woff2') format('woff2'),url('../fonts/sharp-grotesk-sm-bold-11.woff') format('woff'),url('../fonts/sharp-grotesk-sm-bold-11.ttf') format('truetype'),url('../fonts/sharp-grotesk-sm-bold-11.svg#..onts\sharp-grotesk-sm-bold-11') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('../fonts/sharpgrotesk-bookno11.eot?');
    src: url('../fonts/sharpgrotesk-bookno11.eot?#iefix') format('embedded-opentype'),url('../fonts/sharpgrotesk-bookno11.woff2') format('woff2'),url('../fonts/sharpgrotesk-bookno11.woff') format('woff'),url('../fonts/sharpgrotesk-bookno11.ttf') format('truetype'),url('../fonts/sharpgrotesk-bookno11.svg#..onts\sharpgrotesk-bookno11') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Stranger Times';
    src: url('../fonts/strangertimes-regular.eot?');
    src: url('../fonts/strangertimes-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/strangertimes-regular.woff2') format('woff2'),url('/../fonts/strangertimes-regular.woff') format('woff'),url('/../fonts/strangertimes-regular.ttf') format('truetype'),url('/../fonts/strangertimes-regular.svg#StrangerTimes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    font-family: 'myriad-pro',sans-serif;
    color: #000 !important
}

main:not(h1,h2,h3,h4) {
    font-size: 1.25rem;
    line-height: 1.45
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Sharp Grotesk',sans-serif
}

.liTitle {
    font-family: 'myriad-pro',sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: var(--bs-primary-dark);
    padding-top: 20px;
    padding-bottom: 5px;
    line-height: 20px
}

li::marker {
    color: #75bee9 !important;
    font-size: 25px;
    margin-right: 10px;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none
}

a {
    font-family: 'myriad-pro',sans-serif;
    font-weight: 400;
    font-style: normal
}

.display-1,.display-2,display-3,display-4,display-5 {
    font-family: 'Stranger Times',sans-serif
}

:root {
    --bs-font-title: 'Stranger Times',sans-serif !important;
    --bs-body-font-family: 'myriad-pro',sans-serif;
    --bs-font-sans-serif: 'myriad-pro',sans-serif !important;
    --bs-font-1: 'myriad-pro',sans-serif;
    --bs-font-3: 'myriad-pro',sans-serif;
    --bs-primary: #0074c8 !important;
    --bs-primary-rgb: 0,116,200 !important;
    --bs-primary-80: #0074c880 !important;
    --bs-primary-60: #0074c860 !important;
    --bs-primary-40: #0074c840 !important;
    --bs-primary-light: #75bee9 !important;
    --bs-primary-dark: #003b70 !important;
    --bs-primary-transparent: #0074c8d6 !important;
    --bs-light-blue: #f3f9fd !important;
    --bs-secondary: #ffb80d !important;
    --bs-secondary-rgb: #ffb80d !important;
    --bs-secondary-80: #ffb80d80 !important;
    --bs-secondary-60: #ffb80d60 !important;
    --bs-secondary-40: #ffb80d40 !important;
    --bs-secondary-light: #ffd46b !important;
    --bs-secondary-dark: #efad0f !important;
    --bs-secondary-transparent: #ffb80dd6 !important;
    --bs-primaryBk: #000 !important;
    --bs-light-rgb: 238,238,238 !important;
    --bs-white: #fff !important;
    --bs-white-transparent: #ffffff20 !important;
    --bs-black-transparent-10: #00000010 !important;
    --bs-black-transparent-20: #00000020 !important;
    --bs-black-transparent-30: #00000030 !important;
    --bs-white-transparent-80: #ffffff80 !important;
    --bs-black-transparent-90: #00000090 !important;
    --bs-black-rgb: 0,0,0 !important;
    --bs-black: #333 !important;
    --bs-black-0: #000 !important;
    --bs-font-weight-200: 300;
    --bs-font-weight-400: 400;
    --bs-font-weight-600: 700;
    --bs-font-weight-800: 900;
    --bs-h1-display: 6rem;
    --bs-h1-display-2: 5rem;
    --bs-h1-display-3: 4rem;
    --bs-h1-display-4: 3rem;
    --bs-h1-display-5: 2rem;
    --bs-p-big: 1.3rem;
    --bs-nav-buttons: 1.25rem;
    --bs-shadow-box: 0 0 10px rgba(0,0,0,.11);
    --bs-shadow-btn: 0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.15);
    --bs-shadow-btn-big: 0 0 10px rgba(0,0,0,.17);
    --bs-radius-box: .5rem;
    --bs-radius-btn: 0;
    --bs-radius-btn-big: .625rem
}

.font-myriad {
    font-family: 'myriad-pro',sans-serif
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary),var(--bs-bg-opacity)) !important
}

.bg-primary-dark {
    background-color: var(--bs-primary-dark) !important
}

.bg-black-0 {
    background-color: var(--bs-black-0)
}

.bg-tertiary {
    background-color: var(--bs-tertiary)
}

.applications-btn:hover {
    background-color: #ffffff !important;
}

.bg-lightblue {
    background-color: var(--bs-light-blue)
}

.text-black {
    color: var(--bs-black-0)
}

.text-shadow {
    text-shadow: var(--bs-text-shadow)
}

.text-primary-dark {
    color: var(--bs-primary-dark)
}

.spacing-text-lg {
    letter-spacing: 4.48px
}

.spacing-text-sm {
    letter-spacing: 2px
}

.display-h1 {
    font-size: Var(--bs-h1-display)
}

#header-behavior {
    transition: transform .3s ease-in-out;
    z-index: 999
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transform: translateY(-110%);
    transition: transform .3s ease-in-out
}

.header-top a {
    transition: 300ms all;
    text-align: center;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 1rem;
    color: var(--bs-primary)
}

.header-top a:hover {
    text-decoration: underline
}

.navbar-custom {
    background-color: var(--bs-primary-dark)
}

.navbar-toggler {
    width: 50px;
    height: 50px
}

.logoDesk {
    height: 100px !important;
    position: absolute;
    justify-content: center;
    display: flex;
}

.img-logo {
    max-width: 325px
}

.nav-link {
    transition: none !important;
    font-size: .875rem !important;
    font-family: var(--bs-font-sans-serif);
    color: var(--bs-primary) !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: .06063rem;
    padding: 12px !important;
    min-height: 48px
}

.nav-link:hover,.nav-link.show {
    background: var(--bs-light-blue);
    box-shadow: 0 8px 0 var(--bs-light-blue);
    transition: none !important;
    color: var(--bs-primary-light) !important
}

.nav-item {
    height: 56px
}

.dropdown-toggle p,.dropdown-toggle::after {
    padding-bottom: 8px
}

.dropdown-menu {
    background-color: #f3f9fd !important;
    border: 0 !important;
    box-shadow: 0 23px 12px -13px rgba(0,0,0,.15)
}

.dropdown-big {
    width: 220px !important
}

.dropdown-small {
    width: 180px !important
}

.dropdown-big .p-2 {
    padding: 0rem !important;
    margin-bottom: 6px !important;
}

.table-responsive p {
    margin: 0
}

.link {
    color: var(--bs-primary) !important;
    font-weight: var(--bs-font-weight-400);
}

.link:hover {
    text-decoration: underline !important
}

.link-footer {
    color: var(--bs-primary-light) !important;
    text-decoration: none;
    transition: 300ms
}

.link-footer:hover {
    text-decoration: underline !important;
    color: var(--bs-white) !important;
    transition: 300ms
}

.have-link a {
    color: var(--bs-primary) !important;
    font-weight: var(--bs-font-weight-400)
}

.have-link a:hover {
    text-decoration: underline !important
}

.link-custom {
    color: var(--bs-primary) !important;
    font-weight: var(--bs-font-weight-400);
    text-decoration: none !important
}

.link-custom:hover {
    text-decoration: underline !important
}

.linkMega {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: var(--bs-font-weight-400);
    transition: 300ms;
    padding: 2px !important;
    margin: 0;
}

.linkMega:hover {
    color: var(--bs-primary-light);
    font-weight: var(--bs-font-weight-400);
    transition: 300ms
}

footer .linkMega {
    color: var(--bs-primary-light);
    text-decoration: none;
    font-weight: var(--bs-font-weight-400);
    transition: 300ms;
    padding: 0;
    margin-bottom: .25rem
}

footer .linkMega:hover {
    color: var(--bs-white);
    text-decoration: underline;
    font-weight: var(--bs-font-weight-400);
    transition: 300ms;
    padding: 0;
    margin-bottom: .25rem
}

.social {
    transition: 300ms ease-in-out
}

.social:hover {
    transform: scale(1.2);
    transition: 300ms ease-in-out
}

.btn-primary {
    background: var(--bs-secondary);
    color: var(--bs-primary-dark) !important;
    text-align: center;
    transition: all 300ms;
    font-weight: bold;
    padding-top: 2px;
    border-radius: var(--bs-radius-btn);
    padding: 12px 28px;
    text-transform: uppercase;
    letter-spacing: .09rem;
    text-decoration: none
}

.btn-primary:hover {
    background: var(--bs-secondary-light);
    transition: all ease-in-out 300ms
}

.btn-primary-disabled {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity));
    color: var(--bs-gray) !important
}

.btn-custom {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    text-align: center !important;
    transition: all 300ms !important;
    text-decoration: none !important;
    border-radius: var(--bs-radius-btn) !important
}

.btn-custom:hover {
    background: var(--bs-primary-dark) !important;
    transition: all ease-in-out 300ms !important
}

.btn-request {
    background: var(--bs-primary-dark);
    color: var(--bs-secondary) !important;
    border: solid 2px var(--bs-secondary);
    text-align: center;
    transition: all 300ms;
    font-weight: bold;
    padding-top: 2px;
    border-radius: var(--bs-radius-btn);
    padding: 12px 28px;
    text-transform: uppercase;
    letter-spacing: .09rem
}

.btn-request:hover {
    background: var(--bs-secondary);
    transition: all ease-in-out 300ms;
    color: var(--bs-primary-dark) !important
}

.icon-l {
    background: var(--bs-secondary);
    width: 30px;
    height: 4px;
    margin-top: 5px
}

.icon-la {
    background: var(--bs-secondary);
    width: 30px;
    height: 4px;
    margin-top: 4px
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 var(--bs-primary-light);
    -webkit-box-shadow: 0 0 0 0 var(--bs-primary-light);
    -moz-box-shadow: 0 0 0 0 var(--bs-primary-light)
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 var(--bs-primary-light) !important;
    -webkit-box-shadow: 0 0 0 0 var(--bs-primary-light);
    -moz-box-shadow: 0 0 0 0 var(--bs-primary-light)
}

.spinner-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: flex;
    animation: fadeOut 2s ease-in-out
}

.banner-home {
    background-image: linear-gradient(to right,rgba(0,0,0,.65),rgba(0,0,0,0)),url('../images/hero-home.webp');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1.5rem
}

.font-banner-size {
    font-size: calc(4.625rem + 4.5vw) !important;
    line-height: .7 !important;
    margin-top: -30px
}

.font-footer-size {
    font-size: calc(1.625rem + 4.5vw) !important;
    line-height: .7 !important
}

.modal-usa {
    color: var(--bs-primary-dark);
    font-family: 'myriad-pro',sans-serif;
    letter-spacing: .09rem;
    font-size: 1rem;
    font-weight: var(--bs-font-weight-800)
}

.banner-enrollment {
    background-image: url(../images/1-home/pre-footer.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.banner-award {
    background-color: var(--bs-tertiary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 285px
}

.banner-about {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-about.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.banner-qpp {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/banner-qpp.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px
}

.banner-immersion {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/7-immersion/hero-immersion.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.banner-hybrid {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-hybrid.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.banner-why {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-why.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px !important;
}

.banner-why {
    background-image: url('../images/hero-why.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.banner-career {
    background-image: url('../images/vu-career-services-big.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.banner-admission {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/g-admission/hero-admission.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px
}

.banner-cost {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/b-cost/hero-costs.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.banner-gracias {
    background-image: url(../images/e-gracias/large/banner-gracias-large.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

.banner-error {
    background-image: url(../images/8-error/banner-error-big.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

.banner-pp {
    background-image: url(../images/j-privacy-policy/hero-other-pages.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto
}

.banner-tyc {
    background-image: url(../images/k-terms-conditions/hero-other-pages.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto
}

.banner-thanks {
    background-image: url(../images/l-thanks/hero-other-pages.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px
}

.banner-404 {
    background-image: url(../images/m-404/hero-other-pages.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px
}

.banner-500 {
    background-image: url(../images/n-500/hero-other-pages.webp) !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px
}

.banner-faqs {
    background-image: url('../images/hero-other-pages.webp') !important;
    background-color: var(--bs-white-transparent-20);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px
}

.banner-support {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-support.webp') !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px
}

.banner-contact {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-contact.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px
}

.banner-unsubscribe {
    background-image: url('../images/hero-other-pages.webp') !important;
    background-position: left top;
    background-size: cover;
    height: 300px
}

.banner-faculty {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-faculty.webp');
    background-position: center top;
    background-size: cover;
    min-height: 450px
}

.banner-gp {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/q-masters/hero-general-program.webp);
    background-position: center top;
    background-size: cover;
    min-height: 450px
}

.banner-news {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/3-news/hero-news.webp);
    background-position: center top;
    background-size: cover;
    min-height: 450px
}

.banner-enquire {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/r-enquire/hero-enquire-now.webp);
    background-position: center top;
    background-size: cover;
    min-height: 450px
}

.banner-apply {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/c-profesores/hero-faculty.webp);
    background-position: center top;
    background-size: cover;
    min-height: 350px
}

form {
    font-family: var(--bs-font-3)
}

form label {
    color: var(--bs-primary-dark)
}

.form-group:focus-within label:not(.checkbox),.when-study:focus-within label {
    font-weight: bold !important
}

.fechaEstudio:hover label {
    font-weight: bold !important
}

form a.link {
    color: var(--bs-primary);
    text-decoration: underline !important
}

.form-control {
    border-radius: 0
}

.form-control,.form-group select,.form-group input,.form-group .multiselect {
    border-radius: 0 !important;
    border: 1px solid var(--bs-primary-dark) !important
}

.form-control input:not(.checkbox):focus,.form-group select:focus,.form-group input:focus,.form-group .iti__selected-flag:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.ring-focus select:focus-visible {
    outline: none
}

.form-select {
    border-radius: 0 !important;
    border: 1px solid var(--bs-primary-dark) !important
}

.form-hero {
    background: var(--bs-white);
    padding: 18px;
    z-index: 1 !important
}

form img {
    width: 18px;
    vertical-align: text-top
}
.tittle-form {
    color: var(--bs-primary-dark);
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: .09rem;
    font-weight: 600;
}

.sub-form {
    height: 4px;
    background: var(--bs-primary-light);
    width: 64px;
    margin: auto;
    margin-bottom: 20px
}

.submenu-dash {
    height: 4px;
    background: var(--bs-primary-light);
    width: 64px;
    margin-bottom: 10px
}

input,select {
    margin-bottom: 5px !important
}

.btnWhatsapp {
    background-color: #2bb741 !important;
    color: var(--bs-white) !important;
    border: 2px solid #2bb741 !important
}

.btnWhatsapp:hover {
    box-shadow: var(--bs-shadow-box)
}

.floating-btn {
    width: 55px;
    height: 55px;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    color: #dcf8c6;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9997;
    box-shadow: var(--bs-small-shadow) !important;
    -webkit-box-shadow: var(--bs-small-shadow) !important;
    -moz-box-shadow: var(--bs-small-shadow) !important;
    transition: 300ms all
}

.text-hero {
    margin-top: 150px
}

.text-hero-qpp {
    margin-top: 265px
}

.lb-border {
    border-bottom: solid 5px var(--bs-primary-light);
    width: 80px;
    height: 4px
}

.blue-border {
    border-top: solid 5px var(--bs-primary);
    width: 80px !important;
    height: 4px
}

.chevron-left,.chevron-right {
    color: var(--bs-secondary)
}

#carouselExampleIndicators {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.carousel-control-next,.carousel-control-prev {
    opacity: 1 !important;
    width: fit-content !important;
    align-items: center;
    position: static !important
}

.sc-dim {
    width: 80% !important
}

.carousel-item {
    border: 1.5px solid var(--bs-primary-light)
}

.fc-dim .carousel-item {
    height: 350px !important
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between
}

.carousel-item p {
    margin-bottom: 0 !important
}

startu:focus-visible *:not(li,strong,a,b,span),startu:focus-visible {
    outline: 3px dashed #f00 !important
}

.carousel-indicators {
    position: static !important
}

.carousel-indicators button {
    border-radius: 50%;
    height: 12px !important;
    width: 12px !important;
    background-color: var(--bs-secondary) !important;
    margin: 0 10px !important
}

.img-carp {
    max-width: 78px;
    object-fit: contain
}

.hide-img img {
    display: none
}

.title-bullets li {
    color: var(--bs-primary-dark);
    font-weight: bold
}

.title-bullets li::marker {
    color: #0074c8 !important
}

.title-bullets {
    font-family: var(--bs-font-sans-serif)
}

.wh-img {
    width: fit-content;
    height: fit-content;
    object-fit: contain
}

.comenzar-ahora h2 {
    color: var(--bs-dark);
    padding-top: 5%;
    padding-bottom: 3%
}

.bg--green img {
    display: block;
    margin: auto;
    padding-top: 10px;
    width: 50px
}

.bg--yell {
    background: var(--bs-yellow)
}

.bg--yell img {
    display: block;
    margin: auto;
    padding-top: 10px;
    width: 50px
}

.comenzar-ahora h2 {
    padding-top: 0
}

.comenzar-ahora .form-group {
    margin-top: 10px
}

.comenzar-ahora input,select,.multiselect {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border-style: none;
    border: 1px solid #bdbdbd;
    padding: 5px
}

.comenzar-ahora select {
    color: var(--bs-dark)
}

.comenzar-ahora ::placeholder {
    color: var(--bs-dark);
    opacity: 1
}

.comenzar-ahora :-ms-input-placeholder {
    color: var(--bs-dark)
}

.comenzar-ahora :-ms-input-placeholder {
    color: var(--bs-dark)
}

input[type=date] {
    text-align: right;
    color: var(--bs-dark)
}

input[type="date"]:before {
    color: var(--bs-dark);
    content: attr(placeholder) !important;
    margin-right: .5em;
    padding: 11px
}

input[type="date"]:focus:before {
    color: #808080
}

.datepicker {
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 16px !important
}

.datepicker--cell:hover {
    background-color: #f3f9fd !important
}

.datepicker--nav-title.-disabled-,.datepicker--nav-title,.datepicker--nav-title i {
    color: var(--bs-primary-dark) !important;
    font-weight: bold
}

.datepicker--nav-title:hover {
    background-color: #f3f9fd !important
}

.datepicker--day-name {
    color: var(--bs-primary) !important
}

.datepicker--nav-action path {
    stroke: var(--bs-secondary) !important
}

.datepicker--nav-action path:hover {
    stroke: var(--bs-secondary-dark) !important
}

.datepicker--nav-action:hover {
    background-color: var(--bs-secondary-40) !important
}

.datepicker--nav-action:hover path {
    stroke: var(--bs-secondary-dark) !important
}

.comenzar-ahora .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-style: none;
    border: 1px solid #bdbdbd;
    padding: 5px;
    transform: translateY(5px)
}

.btns-add-ch {
    background: var(--bs-primary-tree);
    text-align: center;
    width: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    display: inline-block
}

.btns-add-ch a {
    text-align: center;
    color: var(--bs-white)
}

.btns-add-ch:hover {
    background: var(--bs-yellow)
}

.btns-add-ch a:hover {
    color: var(--bs-white)
}

.btns-dl-ch {
    background: #808080;
    text-align: center;
    width: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    display: inline-block
}

.btns-dl-ch a {
    text-align: center;
    color: var(--bs-white)
}

.card {
    background-color: #f3f9fd !important
}

.first-row {
    padding-bottom: 1.5rem !important
}

.date-box {
    background-color: #f3f9fd !important;
    border: 1px solid var(--bs-primary);
    height: fit-content
}

.date-box p {
    color: var(--bs-primary-dark);
    font-weight: bold;
    text-align: center;
    padding: 8px
}

.list-group-item {
    background-color: #f3f9fd !important;
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: bold
}

.list-group-item a {
    color: var(--bs-primary) !important;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none !important
}

.list-group-item a:hover {
    color: var(--bs-primary-dark)
}

.list-group-item a::after {
    content: url(/images/3-news/wrapper.svg);
    vertical-align: text-top;
    margin: 6px 0 0 8px
}

.list-group-item .bi {
    display: none
}

.pagination .page-link {
    color: #212529 !important;
    font-family: var(--bs-font-sans-serif)
}

.page-item:last-child .page-link,.page-item:first-child .page-link {
    border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important
}

.page-item .previous::after {
    content: "Previous"
}

.page-item .next::after {
    content: "Next"
}

.page-item.active .page-link {
    background-color: var(--bs-primary-light) !important;
    border-color: var(--bs-primary-light) !important;
    color: #fff !important
}

.page-link:focus {
    box-shadow: 0 0 0 .1rem var(--bs-primary-40) !important
}

.breadcrumb {
    padding: 10px !important
}

.breadcrumb a {
    font-size: .875rem !important;
    font-weight: var(--bs-font-weight-300);
    transition: 300ms all;
    text-decoration: none
}

.breadcrumb a:hover {
    color: var(--bs-primary-light) !important;
    transition: 300ms all;
    text-decoration: 1px underline !important
}

#bread-white li a {
    color: var(--bs-white) !important;
    transition: 300ms all
}

#bread-white li a:hover {
    color: var(--bs-primary-light) !important;
    transition: 300ms all;
    text-decoration: 1px underline !important
}

#bread-white li::before {
    color: var(--bs-white) !important
}

#bread-dark li,#bread-dark li a,#bread-dark li::before {
    color: var(--bs-primary-dark) !important
}

#bread-dark li a:hover {
    color: var(--bs-primary-light) !important;
    transition: 300ms all;
    text-decoration: 1px underline !important
}

.section-p p {
    margin: .5rem !important
}

ul ul {
    list-style-type: disc
}

li::marker {
    color: var(--bs-primary) !important
}

.program-title {
    line-height: 1 !important
}

.program-form {
    margin-top: -35px !important;
    z-index: 1 !important
}

.z-ind-1 {
    z-index: 1 !important
}

.megamenu {
    border-radius: 0 !important
}

.hidden-share {
    display: none
}

.share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff
}

.share-dialog.is-open {
    display: block;
    z-index: 2
}

.link-share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee
}

.tabs-card {
    background-color: var(--bs-black-transparent-10);
    font-size: .9rem
}

.btn-top {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    padding: 15px;
    border-radius: 0 !important;
    border: 2px solid;
    border-color: #000;
    background-color: var(--bs-white) !important;
    color: #000 !important
}

.btn-top:hover {
    background-color: #000 !important;
    color: var(--bs-white) !important
}

.btn-top span {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase
}

.popup-cookies {
    background-color: var(--bs-white);
    color: var(--bs-dark);
    width: 100%;
    min-height: 60px;
    position: fixed;
    z-index: 9998;
    bottom: 0;
    padding: 10px 20px;
    text-align: center
}

.popup-cookies a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline
}

.popup-cookies a:hover {
    color: #ccc
}

.popup-cookies .button-ok {
    background-color: var(--bs-tertiary);
    color: var(--bs-primary);
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer !important;
    transition: all .2s ease-in-out;
    border: 0 none;
    font-size: 16px
}

.hide {
    display: none !important
}

.alert-error {
    margin: 0 0 15px 0 !important;
    padding: 3px !important;
    color: #842029 !important;
    font-size: .8rem !important;
    padding: 3px !important;
    border: 1px solid #f5c2c7 !important;
    background: #f8d7da !important
}

.fieldError {
    border-color: #f00 !important
}

.iti.iti--allow-dropdown {
    width: 100% !important
}

.text-elipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important
}

.text-elipsis-one {
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important
}

.fecha-news {
    text-transform: capitalize
}

.circle-size {
    height: 3rem;
    width: 3rem;
    font-size: 2rem
}

.text-date {
    font-family: var(--bs-font-sans-serif);
    text-transform: uppercase;
    font-weight: bold;
    color: #495057
}

.banner-height {
    padding-bottom: 150px;
    height: auto;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-black-transparent {
    background: var(--bs-black-transparent-90)
}

.banner-program-CS {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-cyber-security-operations-and-leadership.webp');
    background-position: left top;
    background-size: cover;
    min-height: 600px;
}

.banner-program-CSE {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-cyber-security-engineering.webp');
    background-position: left top;
    background-size: cover;
    min-height: 600px;
}

.banner-program-AI {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-applied-artificial-intelligence.webp');
    background-position: left;
    background-size: cover;
    min-height: 600px;
}

.banner-program-DS {
    background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-applied-data-science.webp');
    background-position: left top;
    background-size: cover;
    min-height: 600px;
}

.background-news {
    background-image: url(../images/hero-new-faqs.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.card {
    border-radius: 0 !important;
    border: none !important
}

.program-card a {
    text-decoration: none !important
}

.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden
}

.program-card:hover .image-container img {
    transform: scale(1.1)
}

.program-card:hover svg {
    transform: translateX(15px);
    transition: ease-in-out .3s all
}

.program-card svg {
    transition: ease-in-out .3s all
}

.program-card:hover .hover-color {
    color: var(--bs-primary-dark) !important;
    transition: ease-in-out .3s all
}

.program-card .hover-color {
    color: var(--bs-primary) !important;
    transition: ease-in-out .3s all
}

.image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .3s all
}

.share-buttons {
    display: inline-flex;
    padding-top: 3px
}

.primary-content h1 {
    margin-bottom: 40px !important
}

.section-inicio .card-title {
    margin-bottom: 0;
    min-height: 95px !important
}

.section-inicio h1 {
    font-size: 2.6rem;
    line-height: 2.65rem !important;
    text-align: left !important
}

.image-wrap img {
    zoom:.5 !important}

.news-area h1 {
    font-size: 2rem;
    padding-bottom: 20px
}

.news-area .breadcrumb {
    margin-bottom: 25px !important;
    justify-content: center
}

.news-master-container .card {
    box-shadow: 0 .13rem .5rem rgba(0,0,0,.3) !important;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    margin-bottom: 30px
}

.news-master-container .card h5 a {
    color: #0a3370 !important;
    font-family: 'FranklinGotic_Bold',Fallback,sans-serif;
    font-size: 1.6rem;
    font-weight: 900
}

.news-listing {
    box-shadow: 0 .13rem .3rem rgba(0,0,0,.3) !important;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 30px
}

.news-listing .card-title {
    margin-bottom: .6rem
}

.news-listing .card-title a {
    margin-bottom: .1rem;
    color: #0a3370 !important;
    font-weight: 600
}

.news-listing .card-body {
    min-height: 120px
}

.news-listing p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical
}

.news-listing .news-img {
    margin-bottom: auto;
    margin-top: auto
}

.indice-meses {
    padding-left: 25px
}

.share-buttons li {
    color: transparent;
    padding: 5px
}

.new_container img {
    width: 100%
}

.card img {
    border-radius: 0 !important
}

.text-myriad {
    font-family: var(--bs-font-sans-serif) !important
}

.text-sharp {
    font-family: 'Sharp Grotesk' !important
}

.title-banner {
    font-family: var(--bs-font-title);
    font-size: 124px
}

.responsive-iframe {
    aspect-ratio: 16/9
}

.ul-special {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px
}

.ul-special::after {
    content: "";
    width: calc(33% - 1.9%)
}

.ul-special ul {
    width: calc(33% - 1.9%);
    background-color: var(--bs-light-blue);
    padding: 10px 20px 10px 40px;
    border: 1px solid var(--bs-primary-light);
    margin: 0
}

.ul-special p {
    font-weight: bold !important;
    margin: 0;
    margin-left: -23px
}

.mbp-0 p {
    margin: 0
}

.okLI ul {
    list-style-type: square;
    list-style-image: url(../images/2-programs/okli.svg);
    list-style-position: inside
}

.okLI li::marker {
    font-size: 1.9rem;
    line-height: 1
}

ul.okLI {
    list-style-type: none;
    padding-left: 0
}

.okLI li {
    background-color: #fff;
    margin: 8px 0;
    padding: 8px 8px 8px 62px;
    position: relative;
    min-height: 44px;
    line-height: 1.2;
    border: 1px solid #86b7fe !important
}

.okLI li::before {
    content: '';
    display: inline-block;
    background-image: url('../images/check.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--bs-light-blue);
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    align-content: center;
    display: grid;
    width: 50px
}

.okLI li {
    display: flex;
    align-items: center
}

.first-row .card {
    width: 100% !important
}

.card-body-news h2 a {
    color: var(--bs-primary);
    text-decoration: none;
    font-family: Sharp Grotesk,sans-serif;
    line-height: 1;
    display: flex;
    height: 100%;
    transition: ease-in-out .3s all
}

.news-img-container,.allnews-card {
    overflow: hidden
}

.news-img-container img,.allnews-card img {
    transition: ease-in-out .3s all
}

.card-body-news {
    transition: ease-in-out .3s all
}

.news-img-container:hover+.card-body-news a,.allnews-card:hover+.hover-eff a {
    color: var(--bs-primary-dark)
}

.news-img-container img:hover,.allnews-card img:hover {
    transform: scale(1.1)
}

.card-body-news a:hover,.card-body a:hover,a.card.card-up:hover p,a.card.card-up:hover h4,.list-group-item a:hover {
    color: var(--bs-primary-dark) !important;
    transition: ease-in-out .3s all
}

.allnews-card h4 {
    color: var(--bs-primary);
    font-family: Sharp Grotesk,sans-serif;
    line-height: 1
}

.allnews-card p {
    color: var(--bs-primary-dark);
    font-family: var(--bs-font-sans-serif);
    line-height: 1
}

.allnews-card {
    text-decoration: none
}

.first-row h2 a {
    font-size: var(--bs-h1-display-3);
    color: var(--bs-primary);
    text-decoration: none;
    font-family: Sharp Grotesk,sans-serif;
    font-weight: bold;
    line-height: 1
}

.second-row h2 a,.third-row h2 a,.title-news a,.title-news p {
    font-size: var(--bs-h1-display-5)
}

.second-row .card-title a,.third-row .card-title a,.h-news a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    max-height: 98px;
    font-weight: bold;
    padding-bottom: 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.text-muted a {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px
}

.text-muted a::after {
    content: url(/images/3-news/wrapper.svg);
    vertical-align: text-top;
    margin-left: 8px
}

.first-row span {
    font-size: 1.1rem
}

.first-row p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical
}

.second-row,.third-row {
    width: 50% !important
}

.second-row .card .news-img-container {
    overflow: hidden
}

.card-body {
    flex: 1 !important
}

.card-text,.card-title {
    height: inherit
}

.card-body-news {
    height: 100%
}

.card-body h4 {
    font-family: Sharp Grotesk,sans-serif;
    font-weight: bold;
    line-height: 1
}

.card-body h4 {
    font-size: 32px
}

.card-up {
    text-decoration: none !important
}

.first-row .card .news-img-container img {
    width: 100%;
    object-fit: cover
}

.second-row .card-title {
    display: -webkit-box;
    padding-bottom: 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.second-row .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.card-body-news {
    justify-content: space-between
}

.chevron-left,.chevron-right {
    color: var(--bs-secondary)
}

.carousel-control-next,.carousel-control-prev {
    opacity: 1 !important;
    width: fit-content !important;
    bottom: auto !important;
    top: calc(50% - 39px) !important
}

.carousel-control-next {
    right: 16% !important
}

.carousel-control-prev {
    left: 16% !important
}

.carousel-item {
    border: 1.5px solid var(--bs-primary-light);
    height: 250px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between
}

.carousel-item p {
    margin: 0 !important
}

.carousel-indicators {
    position: static !important
}

.carousel-indicators button {
    border-radius: 50%;
    height: 12px !important;
    width: 12px !important;
    background-color: var(--bs-secondary) !important;
    margin: 0 10px !important
}

.mi-indicadores {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center
}

button.mi-indicador {
    border-radius: 50%;
    height: 12px !important;
    width: 12px !important;
    background-color: var(--bs-secondary-light) !important;
    border: none;
    margin: 0 10px
}

button.mi-indicador.active {
    background-color: var(--bs-secondary) !important
}

.mi-carrusel {
    width: calc(100% - 76px)
}

.mi-carrusel-sd .mi-carrusel-item img {
    max-height: 100%;
    max-width: 90%;
    transition: .3s ease
}

.mi-carrusel-sd .slick-center img {
    transform: scale(1.3);
    transition: .3s ease;
    cursor: pointer
}

.mi-carrusel-sd .slick-list {
    height: 100%;
    padding: 2em 0 !important
}

.navbar-brand img {
    max-width: 400px;
    height: 100%
}

.slick-list,.slick-track {
    height: 100%
}

.mi-prev,.mi-next {
    background-color: transparent;
    border: none
}

.mi-prev {
    padding-right: 24px
}

.mi-next {
    padding-left: 24px
}

.mi-carrusel-item {
    display: flex !important;
    justify-content: center;
    flex-grow: 1
}

.mi-carrusel-item img {
    max-height: 120px;
    max-width: 150px;
    width: auto
}

.mi-carrusel-item h2 {
    font-size: 36px
}

.slick-arrow.slick-hidden {
    display: block !important
}

span.multiselect-native-select select {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

.multiselect {
    text-align: start;
    background-color: #fff
}

.multiselect {
    text-align: start;
    background-color: #fff
}

span.multiselect-native-select {
    position: relative;
    display: flex;
    flex-direction: column-reverse
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px
}

span.multiselect-native-select .btn {
    background: #fff !important;
    position: relative;
    font-weight: 600;
    width: 100%
}

span.multiselect-native-select .btn:active {
    background: #fff !important
}

span.multiselect-native-select .caret {
    position: absolute;
    right: 6px;
    top: 12px
}

.multiselect-container {
    position: absolute;
    padding: 4px 0 !important;
    overflow: auto;
    width: 100%;
    background-color: #fff !important;
    border-radius: 0 !important
}

ul.multiselect-container {
    transform: translate(0,40px) !important;
    padding: 0 !important
}

.multiselect-container>li {
    padding: 0 !important;
    background-color: #fff
}

.multiselect-container .checkbox {
    border: none;
    display: flex;
    width: 100%;
    height: 30px;
    transform: translateY(0)
}

.multiselect-container .checkbox:hover {
    background-color: #f3f9fd !important
}

.multiselect-container .checkbox input {
    left: 0;
    height: 24px;
    width: fit-content;
    margin-bottom: 0 !important;
    margin-right: 8px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.active .checkbox {
    font-weight: bold !important
}

.multiselect.dropdown-toggle::after {
    content: url('/images/0-master/chevron-select.svg') !important;
    position: absolute;
    width: 12px;
    border: none;
    right: 10px;
    padding-bottom: 0
}

.form-select {
    background-image: url('/images/0-master/chevron-select.svg');
    padding: 5px !important
}

.multiselect-selected-text {
    color: var(--bs-dark)
}

.box-light {
    border: 1px solid var(--bs-primary-light);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.btn-line-blue {
    padding: 6px 18px;
    background-color: transparent;
    border: 1px solid var(--bs-primary-light);
    text-decoration: none;
    text-transform: uppercase;
    color: var(--bs-primary);
    transition: .3s ease;
    font-weight: bold
}

.btn-line-blue:hover {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-white);
    transition: .3s ease
}

.grid-custom {
    grid-template-columns: 50% 50%
}

.width-box-bull {
    grid-row: 1 span;
    grid-column: 2/3
}

.grid-custom div:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2
}

.grid-custom .box-light,.grid-custom .color-bullets {
    height: fit-content;
    align-self: center
}

.width-box-bull {
    max-width: 90%;
    justify-self: right
}

form,.btn-primary,.btn-request {
    font-size: 16px
}

label {
    font-size: .75rem !important;
    text-transform: uppercase
}

.carousel-item div:nth-child(2) {
    font-size: 1rem;
    height: fit-content
}

.text-fs16 {
    font-size: 1rem
}

.cover-fit {
    object-fit: cover;
    height: 100%;
    max-width: 100%
}

.optional-box {
    background-color: var(--bs-secondary)
}

.optional-box img {
    width: 18px !important
}

.wh-fit {
    width: fit-content
}

.st-blog h2,.st-blog h3,.st-blog h4,.st-blog h5,.st-blog h6 {
    color: #083e73;
    font-weight: 700;
    font-family: var(--bs-font-sans-serif);
    margin: 24px 0
}

.st-blog h2 {
    font-size: 1.75rem
}

.st-blog h3 {
    font-size: 1.375rem
}

.st-blog h4 {
    font-size: 1.25rem
}

.st-blog h5 {
    font-size: 1.125rem
}

.st-blog h6 {
    font-size: 1rem
}

@media only screen and (max-width: 550px) {
    .circle-size {
        height:2rem;
        width: 2rem;
        font-size: 1.5rem
    }

    .banner-about {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-about-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-faculty {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-faculty-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-qpp {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/banner-qpp-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-immersion {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-immersion-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-hybrid {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-hybrid-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-admission {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-admission-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-career {
        background-image: url('../images/vu-career-service-small.webp');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-cost {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-cost-mobile.webp');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover
    }

    .banner-pp {
        background-image: url('../images/hero-other-pages-mobile.webp') !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-tyc {
        background-image: url(../images/k-terms-conditions/hero-other-pages-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-thanks {
        background-image: url(../images/l-thanks/hero-other-pages-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px
    }

    .banner-404 {
        background-image: url(../images/m-404/hero-other-pages-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px
    }

    .banner-500 {
        background-image: url(../images/n-500/hero-other-pages-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px
    }

    .banner-faqs {
        background-image: url(../images/o-faqs/hero-other-pages-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-support {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-support-mobile.webp') !important;
        background-position: center
    }

    .banner-contact {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-contact-mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-pp {
        background-image: url(../images/q-unsubscribe/hero-other-pages-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px
    }

    .banner-enquire {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/r-enquire/hero-enquire-now-mobile.webp) !important;
        background-color: var(--bs-white-transparent-20);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .banner-apply {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/c-profesores/hero-faculty.webp)
    }

    .banner-logos img {
        width: 40%;
        height: fit-content;
        max-width: 150px
    }
}

@media only screen and (max-width: 420px) {
    .tittle-form {
        font-size:2.4rem
    }

    .carousel-control {
        height: 8vh;
        width: 8vh !important
    }

    .carousel-control-news {
        margin-top: 12rem
    }

    .sizeIcon {
        height: 30px
    }

    .sizeIcon2 {
        min-width: 55px !important
    }

    #sec-diferenciadores-program h3 {
        font-size: 18px
    }

    .contenedorIconSize {
        height: auto;
        width: 60px !important
    }

    .icons-programs {
        font-size: 2rem !important
    }
}

.breadcrumb li {
    display: inline !important;
    font-size: .875rem
}

.breadcrumb {
    display: inline !important
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
    padding-right: 8px !important;
    content: ' / ' !important;
    color: var(--bs-breadcrumb-divider-color) !important
}

@media only screen and (max-width: 350px) {
    .carousel-control-news {
        margin-top:9rem
    }

    .dropdown-mobile {
        width: 70% !important
    }
}

@media only screen and (max-width: 330px) {
    .text-mobile-nav {
        font-size:.6rem !important
    }

    .TitleIcon-about {
        font-size: 1rem
    }

    .textIcon-about {
        font-size: .8rem
    }

    .card-todos-program {
        height: 130px
    }

    .carousel-control-news {
        height: 5vh;
        width: 5vh !important;
        margin-top: 8rem
    }
}

@media only screen and (max-width: 300px) {
    .navbar-toggler {
        width:40px
    }

    .d-none-xxs {
        display: none !important
    }
}

.title-about {
    font-size: 6rem;
    font-family: 'Sharp Grotesk',sans-serif;
    line-height: 1
}

.title-section {
    font-size: 3rem;
    font-weight: bold;
    color: var(--bs-primary-dark)
}

.subtitle-section {
    color: var(--bs-primary-dark)
}

.ul-custom {
    list-style: none
}

.li-custom::before {
    content: "•";
    color: var(--bs-primary-light);
    margin-right: 5px
}

.accordion-title-about {
    color: var(--bs-primary) !important;
    font-family: var(--bs-font-1);
    font-size: 23px !important;
    font-weight: var(--bs-font-weight-400) !important
}

#accordionExample .accordion-button.collapsed::after {
    background-image: url("https://india.sandiego.edu/wp-content/uploads/2025/07/plus-solid.svg") !important
}

#accordionExample .accordion-button:not(.collapsed)::after {
    background-image: url("https://india.sandiego.edu/wp-content/uploads/2025/07/minus-solid.svg") !important
}

.accordion-button {
    border: 0
}

.accordion-item {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-primary-light) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important
}

@media only screen and (max-width: 767px) {
    .title-about {
        font-size:5rem !important
    }

    .second-row,.third-row {
        width: 100% !important
    }

    .first-row .card .card-body-news {
        width: 100%
    }

    .first-row .card .news-img-container {
        width: 100%
    }

    .first-row .card {
        flex-direction: column
    }

    .first-row .card a {
        font-size: calc(1.625rem + 4.5vw)
    }

    .first-row .card .news-img-container img {
        padding-right: 0
    }

    .page-item .previous::after,.page-item .next::after {
        font-family: 'Bootstrap-icons';
        font-size: 13px;
        vertical-align: middle
    }

    .page-item .previous::after {
        content: ''
    }

    .page-item .next::after {
        content: ''
    }

    .page-item.disabled:not(:first-child,:last-child) {
        display: none
    }

    .page-item.last-page,.page-item.first-page {
        display: none !important
    }

    .page-link {
        padding: 6px 10px !important
    }

    .card-up .card-title a {
        height: fit-content !important
    }
}

@media only screen and (min-width: 768px) {
    .second-row,.third-row,.card {
        display:flex;
        flex: 1 !important;
        flex-direction: column
    }
}

.dropdown-support {
    width: 250px
}

.link-support {
    color: var(--bs-primary-light) !important
}

.link-support:hover {
    color: var(--bs-primary) !important
}

.link-support::after {
    background: url("https://india.sandiego.edu/wp-content/uploads/2025/07/descarga.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    right: -10px;
    top: 1px;
    width: 10px
}

.button-support::after {
    background: url("https://india.sandiego.edu/wp-content/uploads/2025/07/descarga-primary.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    right: -10px;
    top: 1px;
    width: 10px
}



.button-support.download-icon::after {
    content: '';
    background: url("https://india.sandiego.edu/wp-content/uploads/2026/01/download-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    right: -10px;
    top: 1px;
    width: 16px;
    height: 16px;
}

.sidebar-link:hover {
    color: var(--bs-primary-light) !important
}

.sidebar-link::after {
    background: url("https://india.sandiego.edu/wp-content/uploads/2025/07/chevron-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 15px;
    position: relative;
    right: -10px;
    top: 1px;
    width: 15px
}

.sidebar-link:hover::after {
    color: var(--bs-secondary) !important;
    transform: translate(10px,0);
    transition: all .3s ease
}

.header-sidebar {
    border-bottom: 1px solid var(--bs-primary-dark);
    margin-top: 10px
}

#ContactForm p {
    margin-bottom: 0 !important
}

#EnrolmentSection p {
    margin-bottom: 0 !important
}

@media(min-width: 991px) and (max-width:1200px) {
    .nav-link {
        font-size:.75rem !important
    }

    .logoDesk {
        left: 0;
        max-width: 237px;
        height: 117px;
        transition: all 300ms
    }

    .img-logo {
        max-width: 227px
    }
}

@media(max-width: 1200px) {
    .display-h1 {
        font-size:calc(1.675rem + 5.6vw);
        font-weight: 300;
        line-height: 1.2
    }
}

@media all and (min-width: 992px) {
    .verticalsep {
        border-right:2px solid #fff !important;
        margin: 10px 0 5px
    }

    .navbar .has-megamenu {
        position: static !important
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0
    }

    .navbar-custom {
        background-color: var(--bs-white)
    }

    .dropdown:hover .dropdown-menu {
        display: block
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: 0 !important
    }

    .nav-item:hover .bg-hover,.btnaction.show,.nav-item.show {
        background-color: var(--bs-light-blue);
        color: var(--bs-primary-light) !important
    }

    .nav-link.dropdown-toggle {
        pointer-events: none
    }

    .banner-position {
        margin-right: 8%;
        margin-top: -380px;
        min-width: 388px;
        min-height: 400px
    }

    .background-logo {
        background-image: url('../images/background-logo.svg');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 80%
    }

    .program-title {
        font-size: 5.25rem !important
    }
}

@media only screen and (max-width: 991px) {
    .optional-box {
        font-size:15px
    }

    .mi-carrusel-sd .mi-carrusel-item img {
        max-width: 200%
    }

    .ul-special {
        gap: 8px
    }

    .ul-special ul {
        width: 100%
    }

    main:not(h1,h2,h3,h4) {
        font-size: 1.125rem
    }

    .accordion-title-about {
        font-size: 1.125rem !important
    }

    .verticalsep {
        border-right: none !important;
        margin: 10px 0 5px
    }

    .dropdown-big {
        width: 100% !important
    }

    .dropdown-small {
        width: 100% !important
    }

        .navbar-custom {
        padding: 0px 6px 0px 0px !important;
    }
	
	.navbar-toggler {
    width: 51px !important;
    height: 46px;
}
	
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.7em !important;
        height: 2.7em !important;
        vertical-align: middle;
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .logoDesk {
        display: none
    }

    .carousel-control-news {
        margin-top: 11rem
    }

    .btn-top {
        bottom: 80px
    }

    .banner-home {
        background-image: url('../images/hero-home-mobile.webp');
        height: auto;
        background-position: center;
        padding-bottom: 0
    }

    .banner-enrollment {
        display: none
    }

    #EnrolmentSection {
        padding: 0
    }

    .banner-gp {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/q-masters/hero-general-program-mobile.webp)
    }

    .banner-news {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url(../images/3-news/hero-news-mobile.webp)
    }

    .banner-why {
        min-height: 450px !important;
        background-position: center
    }

    .nav-item {
        width: 100%;
        height: auto
    }

    .dropdown-toggle p,.dropdown-toggle::after {
        padding-bottom: 0
    }

    .banner {
        background-image: url(../images/1-home/home-hero991.webp) !important;
        background-color: rgba(50,70,80,.7);
        background-blend-mode: soft-light;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 2rem
    }

    #submenuprograms {
        display: none !important
    }

    .sc-dim {
        width: 100% !important
    }

    .dropdown-mobile {
        position: fixed;
        bottom: 10px;
        z-index: 9;
        width: 77%
    }

    .dropdown-support {
        width: 100% !important
    }

    .dropdown-item {
        white-space: normal !important
    }

    .grid-custom {
        grid-template-columns: 100%
    }

    .grid-custom div {
        grid-column: 1
    }

    .width-box-bull {
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .banner-program-CS {
        background-image:linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-cyber-security-operations-and-leadership-mobile.webp');
        background-position: center
    }

    .banner-program-CSE {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-cyber-security-engineering-mobile.webp');
        background-position: center
    }

    .banner-program-AI {
        background-image: linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-applied-artificial-intelligence-mobile.webp');
        background-position: center
    }

    .banner-program-DS {
        background-image: linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,0)),url('../images/hero-program-applied-data-science-mobile.webp');
        background-position: center
    }

    .dropdown-item {
        white-space: normal !important
    }

    .tittle-form {
        font-size: 2.5rem
    }

    .carousel-control-news {
        margin-top: 15rem
    }
}

@media(max-width: 380px) {
    .new_container h1 {
        font-size:1.6rem
    }
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background-color: #fff !important;
    min-height: 32px !important
}

.tabshere .nav-tabs .nav-link {
    border-bottom: 1px #dee2e6 solid !important;
    margin-bottom: 0;
    border-radius: unset;
    color: var(--bs-nav-tabs-link-active-color) !important
}

.tabshere .nav-tabs .nav-link:not(.active):hover {
    background-color: unset !important
}

.tabshere #nav-tab {
    border: none;
    overflow-y: hidden
}

@media(max-width: 415px) {
    .nav-tabs .nav-link {
        padding:8px 30px !important
    }

    #nav-academic-all,#nav-faculty-all {
        padding: 8px 3px !important
    }
}

@media(min-width: 416px) {
    .nav-tabs .nav-link {
        padding:8px 25px !important
    }
}

.nav-link:hover,.nav-link.show {
    color: var(--bs-nav-tabs-link-active-color) !important;
    background-color: #ffc107 !important
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color) !important;
    background-color: #ffc107 !important;
    border-color: var(--bs-nav-tabs-link-active-border-color) !important
}

.nav-tabs .nav-link:hover {
    color: var(--bs-nav-tabs-link-active-color) !important
}

.list-group-item .bi-check-lg {
    display: block !important
}

#nav-highlights-all,#nav-logistic-all {
    cursor: auto !important
}

.img-cost {
    width: auto;
    height: 95%
}

.list-group-item .bi-check-lg {
    zoom:1.65 !important;float: left !important;
    margin-right: 5px;
    min-width: 25px;
    height: 25px;
    background-color: var(--bs-light-blue);
    padding: 4px
}

.list-group-item {
    background: #fff !important;
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    border: 1px solid #86b7fe !important;
    border-radius: 0 !important
}

.list-group-item p {
    padding-top: .6rem !important;
    margin-bottom: .6rem !important
}



.usd.single-program .main .badge-container {
    align-items: center;
    display: flex;
    flex-direction: row;
}