@import url(bootstrap.min.css);
@import url(dhx-basic-bs4.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

.utel-bg-dark {
    background-color: #4E4E4F
}

.utel-bg-dark-shadow {
    background-color: #454545;
    -webkit-box-shadow: 0 0 27px -9px #212121;
    -moz-box-shadow: 0 0 27px -9px #212121;
    box-shadow: 0 0 27px -9px #212121
}

.utel-bg-lightgreen {
    background-color: #00CE53
}

.utel-bg-darkgreen {
    background-color: #008a5d;
}

.utel-bg-white {
    background-color: #FFF;
}

.utel-bg-orange {
    background-color: #EFB614
}

.utel-destacado-gradient {
    background: url(../img/bg-triangulos.jpg);
    background-repeat: no-repeat;
    background-position: 25%;
    background-size: cover;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #EFB614 !important;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #444444;
}

.dropdown-menu {
    background-color: #444444;
}

.dropdown-menu a {
    color: #FFF;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #444444;
    color: #EFB614;
}

.utel-text-lightgreen {
    color: #000000
}

.utel-text-darkgreen {
    color: #000000
}

.utel-text-yellow {
    color: #daaa00
}

.utel-text-orange {
    color: #ee5931
}

.utel-text-dark {
    color: #4E4E4F
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Sora, sans-serif;
    color: #454545
}

h3 {
    font-size: 1.5rem
}

li, p {
    font-family: Sora, sans-serif;
    color: #000000 !important;
}

.text-underline {
    text-decoration: underline
}

a, a:not([href]), a:not([href]):not([tabindex]) {
    color: #009bdb;
    cursor: pointer
}

a:hover, a:not([href]):hover, a:not([href]):not([tabindex]):hover {
    color: #009bdb;
    text-decoration: underline
}

footer a.dhx-text-light {
    color: #eee !important
}

.shadow {
    -webkit-box-shadow: 0 0 12px 0 rgba(150, 150, 150, .5);
    -moz-box-shadow: 0 0 12px 0 rgba(150, 150, 150, .5);
    box-shadow: 0 0 12px 0 rgba(150, 150, 150, .5)
}

.modal {
    z-index: 99999999999999999999999 !important
}

.btn.btn-primary, a.btn-primary:not([href]):not([tabindex]) {
    background-color: #EFB614;
    border: solid 2px #EFB614;
    color: #4E4E4F;
    font-weight: 700;
    border-radius: 24px;
}

.btn.btn-primary:focus, .btn.btn-primary:hover, a.btn-primary:not([href]):not([tabindex]):active, a.btn-primary:not([href]):not([tabindex]):focus .btn.btn-primary:active, a.btn-primary:not([href]):not([tabindex]):hover {
    background-color: #4E4E4F;
    border: solid 2px #4E4E4F;
    color: #EFB614;
    font-weight: 700;
    text-decoration: none
}

.btn.btn-outline-primary, a.btn-outline-primary:not([href]):not([tabindex]) {
    background-color: #EFB614;
    border: solid 2px #EFB614;
    color: #4E4E4F;
    font-weight: 700;
    text-decoration: none;
    border-radius: 24px;

}

.btn.btn-outline-primary:focus, .btn.btn-outline-primary:hover, a.btn-outline-primary:not([href]):not([tabindex]):active, a.btn-outline-primary:not([href]):not([tabindex]):focus .btn.btn-outline-primary:active, a.btn-outline-primary:not([href]):not([tabindex]):hover {
    background-color: #4E4E4F;
    border: solid 2px #4E4E4F;
    color: #EFB614;
    font-weight: 700
}

.btn.btn-secondary, a.btn-secondary:not([href]):not([tabindex]) {
    background-color: #008a5d;
    border: solid 2px #008a5d;
    color: #fff;
    font-weight: 700
}

.btn.btn-secondary:focus, .btn.btn-secondary:hover, a.btn-secondary:not([href]):not([tabindex]):active, a.btn-secondary:not([href]):not([tabindex]):focus .btn.btn-secondary:active, a.btn-secondary:not([href]):not([tabindex]):hover {
    background-color: #fff;
    border: solid 2px #008a5d;
    color: #008a5d;
    font-weight: 700
}

.btn.btn-secondary-outline, a.btn-secondary-outline:not([href]):not([tabindex]) {
    background-color: #fff;
    border: solid 2px #ee5931;
    color: #ee5931;
    font-weight: 600
}

.btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:hover, a.btn-secondary-outline:not([href]):not([tabindex]):active, a.btn-secondary-outline:not([href]):not([tabindex]):focus .btn.btn-secondary-outline:active, a.btn-secondary-outline:not([href]):not([tabindex]):hover {
    background-color: #ee5931;
    border: solid 2px #ee5931;
    color: #fff;
    font-weight: 600
}

.btn.btn-success {
    background-color: #EFB614;
    border: solid 2px #EFB614;
    color: #4E4E4F;
    font-weight: 600;
    border-radius: 24px;

}

.btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover {
    background-color: #4E4E4F;
    border: solid 2px #4E4E4F;
    color: #EFB614;
    font-weight: 600
}

nav.navbar-light {
    /* -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30); */
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    line-height: 1.1;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #EFB614;
    font-weight: 600
}

.active .navbar-light .navbar-nav .nav-link {
    color: #444444;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    /* color: #444444 */
}

.navbar-brand img, .navbar-brand img[src*=".svg"], footer img[src*=".svg"] {
    width: 137px
}

.dropdown-item.active, .dropdown-item:active {
    color: #85c14d;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent
}

.dhx-form.form-box {
    -webkit-box-shadow: 0 5px 18px -9px rgba(120, 120, 120, .5);
    -moz-box-shadow: 0 5px 18px -9px rgba(120, 120, 120, .5);
    box-shadow: 0 5px 18px -9px rgba(120, 120, 120, .5);
    border: solid .5px #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffff !important;
}

.dhx-form-title h3 {
    font-size: 1.3rem
}

.dhx-form-body p {
    line-height: 1.2
}

label#phone-input-error {
    background: red;
    font-size: 10px;
    color: #fff;
    padding: 2px;
    text-align: center;
    margin-top: 4px
}

.utel-fixed-form label#phone-input-error {
    background: red;
    font-size: 10px;
    color: #fff;
    padding: 2px;
    text-align: center;
    margin-top: 4px;
    position: absolute
}

label#phone-input-3-error {
    background: red;
    font-size: 10px;
    color: #fff;
    padding: 2px;
    text-align: center;
    margin-top: 4px
}

label#phone-input-2-error {
    margin-top: 4px;
    background: red;
    font-size: 10px;
    color: #fff;
    padding: 2px;
    text-align: center;
    margin-top: 4px;
    justify-content: center;
    display: flex
}

.img-form-sect {
    /* background-image: url(../img/chica2-estudiante.png); */
    min-height: 350px;
    background-repeat: no-repeat;
    /* background-image: url(../img/utel-bg-porque.jpg); */
    background-position: 5% center;
    background-size: 400px;
}

.img2-form-sect {
    /* background-image: url(../img/chico2-estudiante.png); */
    background-repeat: no-repeat;
    background-position: 2% center
}

@media (min-width:1500px) {
    .img2-form-sect {
        background-position: 7% center
    }
}

.img2-form-sect2 {
    background-image: url('../img/doctorado-form-desktop.png');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position-y: center
}

.dhx-full-fold-nofooter {
    margin-top: -2px;
    min-height: 500px;
    background-size: cover !important;
}

.dhx-full-fold {
    /* margin-top: 73px; */
    min-height: calc(100vh - 216px)
}

.utel-home-bg {
    /* background-image: url(../img/utel-banner-home.jpg); */
    background-image: url('../img/banners/utel-banner-d2-diaDelPadre-desktop.jpg');
    background-position: 62% center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}


.utel-licenciaturas-bg {
    background-image: url(../img/utel-banner-licenciaturas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.utel-maestrias-bg {
    background-image: url(../img/utel-banner-maestrias.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.utel-becas-bg {
    background-image: url(../img/utel-banner-becas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.utel-inscripciones-bg {
    background-image: url(../img/utel-banner-inscripciones.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.utel-test-bg {
    margin-top: 100px;
    background-image: url(../img/utel-banner-test.jpg);
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.porque-sect {
    height: 450px;
    background-repeat: no-repeat;
    background-image: url(../img/utel-bg-porque.jpg);
    background-position: 50% center;
    background-size: cover;
}

.asignaturas-sect {
    background-image: url(../img/utel-bg-asignaturas-licenciatura.jpg);
    background-position-y: 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* position: sticky; */
    background-size: 100%;
}

.diagrama-sect {
    background: url(../img/img-flujo-test.png), linear-gradient(to bottom, #fff, #cecece);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}


.utel__doctorado-banner {
    background-image: url('../img/doctorado-desktop.jpg');
    background-position-x: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px !important;
    margin-top: 0px;
}

.card-form-sect .card-deck {
    flex-flow: row wrap
}

.card-form-sect .card {
    max-width: calc(45% - 30px);
    flex-basis: 45%;
    margin-bottom: 30px;
    padding-left: 60px !important;
    border-radius: 8px;
}

.card-form-sect .card h5 {
    border-left: solid 3px #000000;
    padding-left: 8px
}

.bullet-icon {
    width: 65px !important
}

.outline-icon {
    width: 45px !important
}

.icon-rect {
    max-width: 80px !important;
    left: -10%;
    top: 15%;
    border-radius: 8px;
}

.bullet-number {
    max-width: 40px !important
}

.bullet-number.position-absolute {
    top: -10%;
    left: -2%
}

.cards-info .card {
    max-width: calc(50% - 30px);
    flex-basis: 50%;
    margin-bottom: 30px;
    border-radius: 0;
    border: solid 1px #d1d1d1;
    border-bottom: solid 3px #85c14d !important
}

.cards-info .dhx-destacado-icon h5 {
    border-left: solid 3px #008a5d;
    padding-left: 8px
}

.cards-info.cards-beneficios {
    background-image: url(../img/utel-beneficios-fondo.jpg);
    background-repeat: no-repeat;
    background-position-x: 35%
}

.cards-info.cards-beneficios .card {
    border: none;
    background-color: transparent;
    margin-bottom: 15px
}

.cards-info.cards-beneficios .dhx-destacado-icon h5 {
    border-left: none;
    padding-left: 0
}

.cards-estudios .card-deck .card {
    max-width: calc(33% - 30px);
    flex-basis: 33%;
    margin-bottom: 50px;
    border: none;
    border-radius: 0
}

.ventajas-destacado .flex-flow-div {
    flex-flow: row wrap
}

.ventajas-destacado p {
    font-size: .9rem
}

.requisitos {
    /* background-image: url(../img/utel-requisitos-bg.jpg); */
    background-position-x: center;
    background-attachment: fixed
}

.opiniones {
    height: 500px;
    overflow: hidden
}

.carousel-inner .card img {
    position: absolute;
    top: -30px;
    left: 43%
}

.carousel-inner .card .card-body {
    padding-top: 65px;
    border-radius: 8px;
}

.carousel-control-next, .carousel-control-prev {
    bottom: inherit
}

.carousel-control-prev {
    left: 40%
}

.carousel-control-next {
    right: 40%
}

.carousel-control-prev-icon {
    background-image: url(../img/chevron-left-solid.svg)
}

.carousel-control-next-icon {
    background-image: url(../img/chevron-right-solid.svg)
}

ul {
    list-style: none
}

.utel-test-bg ol {
    list-style: none;
    counter-reset: li
}

.utel-test-bg li {
    counter-increment: li
}

.utel-test-bg li::before {
    content: counter(li);
    color: #00CE53;
    font-weight: 800;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.tab-content {
    border-top: solid 4px #EFB614;
    border-radius: 0px 0px 8px 8px;

}

.nav-tabs .nav-link {
    font-weight: 600;
    color: #000000;
    border: solid 1px #2E0470;
    background-color: #fff
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 600;
    background-color: #2E0470;
    color: #fff;
    border-color: #000000
}

.tab-content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 35px
}

.accordion .icon-carrera {
    width: 20px;
    margin-right: 5px
}

.accordion ul {
    padding: 0 0 0 15px
}

.accordion .card {
    border-radius: 0;
    border-bottom: solid 2px #06B706 !important
}

.accordion .card .card-header {
    background-color: transparent;
    border-bottom: none
}

.faq .accordion .card .card-header h3 .btn {
    font-size: 1.5rem;
    color: #454545
}

.carreras .accordion .card .card-header .btn-link:active, .carreras .accordion .card .card-header .btn-link:focus, .carreras .accordion .card .card-header .btn-link:hover {
    color: #000000
}

footer.dhx-footer-sect {
    padding-bottom: 100px !important
}

.utel-fixed-form.utel-form-container {
    -webkit-box-shadow: 0 -4px 5px -2px rgba(51, 51, 51, .36);
    -moz-box-shadow: 0 -4px 5px -2px rgba(51, 51, 51, .36);
    box-shadow: 0 -4px 5px -2px rgba(51, 51, 51, .36)
}

.utel-fixed-form.utel-form-container img {
    width: 45px;
    border-radius: 8px;
}

.dhx-full-fold.error-sect {
    min-height: calc(100vh - 134px);
    background-image: url(../img/utel-banner-404.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.dhx-full-fold.typ-sect {
    min-height: calc(100vh - 134px);
    background-image: url(../img/utel-typ-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

footer.footer-one-fold.dhx-footer-sect {
    padding-bottom: 18px !important
}

.dhx-full-fold.diagrama-sect {
    margin-top: 76px;
    min-height: calc(100vh - 134px)
}

.diagrama-sect .btn-light {
    min-width: 150px;
    padding: 15px;
    margin: 10px 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(148, 148, 148, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(148, 148, 148, .5);
    box-shadow: 0 0 5px 0 rgba(148, 148, 148, .5)
}

.info-plan-estudios {
    /* background-image: url(../img/utel-lic-interna-fondo.jpg); */
    background-repeat: no-repeat;
    background-position: left 76px;
    background-size: cover;
    background-attachment: fixed
}

.nombre-estudio {
    /* margin-top: 76px */
}

.beneficios-carreras .card-deck {
    flex-flow: column
}

.beneficios-carreras .card, .beneficios-carreras .card-header {
    border-radius: 0;
    border: none
}

.testimonios-interna-estudios {
    background-image: url(../img/fondo-video.jpg);
    background-position: 20% center;
    background-size: cover;
    background-repeat: no-repeat;

}

.carreras .accordion .card .card-header h3 .btn {
    font-size: 1.5rem
}

.carreras .accordion ul {
    padding: 0
}

.carreras .accordion ul li {
    padding-left: 25px
}

.info-plan-estudios .dhx-destacado-icon img {
    width: 75px
}

ul.caracteristicas {
    padding-left: 18px
}

ul.caracteristicas li::before {
    content: "•";
    color: #EFB614;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.master-docum li::before {
    content: "•";
    color: #85c14d;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.utel-video {
    max-width: 600px
}

.alianzas .card, .alianzas .card .card-header {
    border-radius: 0
}

.alianzas .icon {
    max-width: 50px
}

.border-blue {
    border-right: solid 1px #0066ad;
    border-left: solid 1px #0066ad;
    border-top: none;
    border-bottom: none
}

#close-menu {
    display: none;
}

@media (min-width:1800px) {
    .utel__doctorado-banner {
        background-position-x: 1200px;
        background-position-y: 10px;


        min-height: 700px !important;
    }

    .img2-form-sect2 {
        background-image: url('../img/doctorado-form-desktop.png');
        background-repeat: no-repeat;
        background-size: 35%;
        background-position-x: 20%;
        background-position-y: bottom
    }
}

@media (min-width:1280px) and (max-height:800px) {
    .dhx-full-fold-nofooter {
        min-height: calc(100vh - 216px)
    }
}

@media (max-width:1024px) and (min-width:1024px) {
    h3 {
        font-size: 1.2rem
    }

    .bg-cards img {
        max-width: 230px
    }

    .cards-info.cards-beneficios {
        background-image: none
    }

    .ventajas-destacado p {
        font-size: .75rem
    }

    .nosotros-sect {
        background-position: 120% bottom;
        background-size: auto
    }

    .carousel-inner .card img {
        left: 40%
    }

    .licenciaturas-sect, .maestrias-sect {
        background-position: -117px 76px
    }
}

@media (max-width:1366px) {
    .img-form-sect, .img2-form-sect {
        background-position-x: -10%
    }

    .asignaturas-sect {
        background-position: 12% top
    }

    .utel__doctorado-banner {
        background-position-x: 500px;


        min-height: 450px !important;
    }
}


/* @media (max-width:1250px) {
    .utel__doctorado-banner{
        background-position-x: 450px;
        

        min-height: 450px!important;
    }
} */

@media (max-width:1199px) {
    .beneficios-carreras .card-deck {
        flex-flow: row wrap
    }

    .porque-sect {
        /* background-position: 15% top */
    }

    .asignaturas-sect {
        background-position: 20% top
    }

    .img-form-sect, .img2-form-sect {
        background-image: none
    }

    .utel__doctorado-banner {
        background-position-x: 500px;


        min-height: 450px !important;
    }
}

@media (max-width:1050px) {
    .utel__doctorado-banner {
        background-position-x: -250%;


        min-height: 450px !important;
    }
}

@media (max-width:1024px) {
    .utel__doctorado-banner {
        background-position-x: -235%;


        min-height: 450px !important;
    }
}


@media (max-width:990px) {
    .utel-home-bg {

        /* background-image: url(../img/utel-banner-home.jpg); */
        background-image: url('../img/banners/utel-banner-d2-diaDelPadre-desktop.jpg');
        background-position-x: 30% !important;
        min-height: 350px;
    }
}

@media (max-width:767px) {

    .dhx-full-fold-nofooter {
        min-height: 700px;
    }

    .utel-home-bg {
        /* background-image: url(../img/utel-banner-home-mobile.jpg); */
        background-image: url('../img/banners/utel-banner-d2-diaDelPadre-mobile.jpg');
        background-position: center 100%
    }

    .utel-licenciaturas-bg {
        background-image: url(../img/utel-banner-licenciaturas-mobile.jpg);
        background-position: center 100%
    }

    .utel-maestrias-bg {
        background-image: url(../img/utel-banner-maestrias-mobile.jpg);
        background-position: center 100%
    }

    .utel-becas-bg {
        background-image: url(../img/utel-banner-becas-mobile.jpg);
        background-position: center 100%
    }

    .utel-inscripciones-bg {
        background-image: url(../img/utel-banner-inscripciones-mobile.jpg);
        background-position: center 100%
    }

    .utel-test-bg {
        background-image: url(../img/utel-banner-test-mobile.jpg);
        background-position: center 50%
    }

    .diagrama-sect {
        background: url(../img/img-flujo-test.png), linear-gradient(to bottom, #fff, #cecece);
        background-position: right
    }

    .asignaturas-sect, .porque-sect {
        height: auto;
        background-image: none
    }

    .dhx-full-fold.error-sect {
        background-image: url(../img/utel-banner-404-mobile.jpg);
        background-position: center bottom
    }

    .dhx-full-fold.typ-sect {
        min-height: calc(100vh - 134px);
        background-image: url(../img/utel-typ-banner-mobile.jpg);
        background-position: center bottom
    }

    .bg-cards .card-deck .card.bg-img-dark, .bg-cards .card-deck .card.bg-img-light {
        flex-basis: 100%;
        max-width: calc(100% - 30px);
        background-size: cover
    }

    .bg-cards .card-deck .card:first-child {
        margin-bottom: 65px
    }

    .bg-cards .bg-img-light {
        padding-left: 50% !important
    }

    .bg-cards .card-footer {
        width: 100%
    }

    .section-cards-estudios {
        height: 400px
    }

    .section-cards-estudios .card-deck .card {
        flex-basis: 100%;
        max-width: 100%
    }

    .cards-estudios .card-deck .card {
        max-width: calc(50% - 30px);
        flex-basis: 50%;
        margin-bottom: 20px
    }

    .becas-sect .card {
        max-width: 100%;
        flex-basis: 100%
    }

    .becas-sect .card:nth-child(2) {
        height: 150px
    }

    .carousel-inner .card img {
        left: 38%
    }

    .tab-content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0
    }

    .licenciaturas-sect, .maestrias-sect {
        background-position: right 76px
    }

    .beneficios-carreras .card-deck {
        flex-flow: row wrap
    }

    .beneficios-carreras .card-deck .card {
        flex-basis: 45%;
        margin-bottom: 15px;
        max-width: calc(50% - 30px);
        margin-left: auto;
        margin-right: auto
    }

    .utel__doctorado-banner {
        background-image: url('../img/doctorado-mobile.png');
        /* background-position: center bottom; */
        background-position-x: 27%;
        background-position-y: 100px;
        /* background-size: 250%; */

        min-height: 450px !important;
    }
}

@media (max-width:800px) {
    .img2-form-sect2 {
        background-image: none;
    }
}

@media (max-width:580px) {
    .icon-rect {
        max-width: 65px !important;
        left: -7%;
        top: 10%
    }

    .dhx-full-fold-nofooter {
        min-height: 550px
    }

    .dhx-full-fold {
        margin-top: 72px
    }

    .utel-test-bg {
        /* background-image: url(../img/utel-home-pie-mobile.png) */
    }

    .dhx-full-fold.typ-sect {
        background-image: url(../img/utel-typ-banner-mobile.jpg);
        background-position: center 80%
    }

    footer.dhx-footer-sect {
        padding-bottom: 165px !important
    }

    .card-form-sect .card {
        max-width: calc(95% - 30px);
        flex-basis: 95%
    }

    .cards-info .card {
        max-width: 100%;
        flex-basis: 100%
    }

    .section-cards-estudios {
        height: auto;
        background: url(../img/utel-home-chicapc.png), url(../img/utel-home-pie-mobile.png), linear-gradient(to bottom, #fff, #cecece);
        background-repeat: no-repeat;
        background-size: auto, cover;
        background-position: 185% bottom, center
    }

    .bg-cards .card-deck .card.bg-img-dark, .bg-cards .card-deck .card.bg-img-light, .cards-estudios .card-deck .card {
        flex-basis: 100%;
        max-width: 100%
    }

    .bg-cards .bg-img-light {
        padding-left: 55% !important
    }

    .bg-cards img {
        max-height: 170px
    }

    .cards-info .dhx-destacado-icon h5 {
        border-left: none;
        padding-left: 0
    }

    .carousel-inner .card img {
        top: -5%;
        left: 40%
    }

    .carousel-control-next, .carousel-control-prev {
        top: -12px
    }

    .dhx-img-xs {
        width: 70px !important;
        height: auto !important
    }

    .opiniones {
        height: auto;
        overflow: auto
    }

    .beneficios-carreras .card-deck {
        flex-flow: column
    }

    .beneficios-carreras .card-deck .card {
        flex-basis: 100%;
        max-width: 100%
    }

    .border-blue {
        border-right: none;
        border-left: none;
        border-top: solid 1px #0066ad;
        border-bottom: solid 1px #0066ad;
        padding: 20px 0
    }

    .navbar-light .navbar-toggler {
        color: #FFF;
        border: 2px solid #FFF;
        height: 40px;
        border-radius: 8px;
        margin-top: 12px;
    }

    .navbar-light .row {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #utel-menu {
        height: 100vh;
        background: #000000;
        width: 100%;
        padding: 0 !important;
        /* background: #85c24d; */
        /* Old browsers */
        /* background: -moz-linear-gradient(left, #85c24d 1%, #85c24d 44%, #85c24d 80%, #000000b3 80%); */
        /* FF3.6-15 */
        /* background: -webkit-linear-gradient(left, #85c24d 1%, #85c24d 44%, #85c24d 80%, #000000b3 80%); */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #00C41C 1%, #00C41C 44%, #00C41C 80%, #000000 50%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c24d', endColorstr='#000000', GradientType=1);
        /* IE6-9 */
    }

    #utel-menu ul {
        text-align: left !important;
        margin-left: 30px !important;
        width: 70%;
    }

    #utel-menu ul li {
        margin-bottom: 30px;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #444444;
    }

    .nav-link.active .navbar-light .navbar-nav .nav-link {
        color: #444444;
    }

    .navbar-light .navbar-nav .nav-item:hover .nav-link {
        color: #444444;
    }

    .dropdown-menu {
        width: 100%;
        border-radius: 0;
        border: none;
        z-index: 0;
        min-width: 100%;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        background-color: transparent !important;
        transform: translate3d(20px, 20px, 0px) !important;
    }

    .dropdown-toggle {
        width: 30px;
        height: 30px;
    }

    .dropdown-menu a {
        color: #FFF;
    }

    .btn-group.show {
        margin-bottom: 10px;
    }

    #close-container {
        display: inline-block;
        width: 80%;
    }

    #close-menu {
        display: block;
        padding: 20px;
        width: fit-content;
        float: right;
    }

    /* .utel__doctorado-banner{
        background-position-x: 60%;
        background-position-y: 100px;
        background-size: 250%;
    } */

    .utel__doctorado-banner {
        min-height: 300px !important;
        background-position-x: 30%;
        background-size: 150%;
        background-position-y: 120px;
    }


}

@media (max-width:375px) {
    .utel-licenciaturas-bg {
        background-image: url(../img/utel-banner-licenciaturas-mobile.jpg);
        background-position: center 45%
    }

    .utel__doctorado-banner {
        min-height: 300px !important;
        background-position-x: 30%;
        background-size: 150%;
        background-position-y: 140px;
    }
}

@media (max-width:320px) {
    .dhx-full-fold.typ-sect {
        background-position: center top;
        display: flex;
        align-items: center
    }

    .card {
        text-align: center
    }

    .bg-cards img {
        display: none
    }

    .bg-cards .card-deck .card:first-child {
        margin-bottom: 15px
    }

    .bg-cards .bg-img-light {
        padding-left: inherit !important
    }

    .utel__doctorado-banner {
        min-height: 300px !important;
        background-position-x: 30%;
        background-size: 150%;
        background-position-y: 120px;
    }
}


.text__green {
    font: normal normal 600 18px/24px Muli;
    letter-spacing: 0px;
    color: #84C14D !important;
}

.text__green span {

    font: normal normal 400 18px/24px Muli;
    letter-spacing: 0px;
    color: #454545;
}


.container__creceTuCarrera {
    width: 50%;
}

.container__creceTuCarrera .crece__tucarrera {
    background-color: #58c140;
    padding: 30px 25px;
}

.container__creceTuCarrera .crece__tucarrera .title {
    font: normal normal 400 18px/24px;
    font-family: Sora, sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF !important;
}

.container__creceTuCarrera .crece__tucarrera p {
    font: normal normal 400 24px/24px;
    font-family: Sora, sans-serif;
    letter-spacing: 0px;
    color: #454545;
    text-align: center;
}

.container__creceTuCarrera .crece__tucarrera p:first-child {
    font-weight: 600;
    font-size: 26px;

}

.container__creceTuCarrera .rvoe {
    background-color: #F7F7F7;
    padding: 30px 25px;
    text-align: center;
}

.container__creceTuCarrera .rvoe p {
    font: normal normal 400 18px/24px Muli;
    font-family: Sora, sans-serif;
    letter-spacing: 0px;
    color: #454545;
}

.container__creceTuCarrera .rvoe .title {
    font: normal normal 800 24px/28px Muli;
    font-family: Sora, sans-serif;
    letter-spacing: 0px;
    color: #58c140 !important;
}

.posgrado {
    text-align: center;
}

.posgrado img {
    height: 80px;
}

.posgrado p {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    font: normal normal 400 18px/24px Sora;
    letter-spacing: 0px;
    color: #454545;
    margin-bottom: 15px;
}

.posgrado p span {
    font: normal normal 600 18px/24px Sora;
    letter-spacing: 0px;
    color: #454545;
}

.bg-gris-utel {
    background-color: #F7F7F7;
}

.navbar-nav .nav-item {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.card__doble {
    min-height: 335px;
}

.atencion__horarios p {
    text-align: center;
    font: normal normal 600 10px/13px Muli;
    letter-spacing: 0px;
    color: #454545;
}

.telephoneAtencionFooter p {
    text-align: center;
    font: normal normal 600 14px/18px Muli !important;
    letter-spacing: 0px;
    color: #85C24D !important;
}

.btn-group {
    position: relative;
}


.btn-group:hover .dropdown_menus {
    opacity: 1;
    transform: translateY(0px);
}

.dropdown_menus {
    position: absolute;
    min-width: 200px;
    bottom: calc(-90px);
    opacity: 0;
    /* bottom: 0; */
    transform: translateY(-10px);
    /* z-index: 999; */
    background-color: #454545;
    border-radius: 8px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 15px 25px;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    text-align: left;
}

.dropdown_menus a {
    color: #ffffff;
    display: inline-block;
    line-height: 1.1;
    font-size: 14px;
    text-transform: uppercase;

}

.dropdown_menus a:nth-child(2) {
    margin-top: 15px;

}

#menu-toggle {
    display: flex !important;
    align-items: center !important;
}

nav.navbar-light {
    background-color: #000000 !important;
    position: sticky !important;
    top: 0;
}

form.form-box .dhx-form-title {
    background-color: #000000 !important;
}

big.utel-text-lightgreen {
    color: #06B706;
}

.porque-sect h2 {
    color: #000000;
}

.porque-sect p {
    color: #000000;
    color: #4E4E4F !important;
}

.utel-destacado-gradient p {
    color: #000000 !important;
}

.utel-bg-darkgreen.py-5 {
    background-image: url('../img/green-background.jpg');
    /* background-attachment: scroll; */
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #58c140; */
}

.utel-bg-darkgreen.py-5 p {
    color: #000000 !important;
}

.utel-fixed-form.utel-form-container {
    background-color: #000000;
}

.utel-fixed-form .container .row .col-12 p {
    color: #fff !important;
}

.utel-fixed-form .container .row .col-12 a {
    color: #fff !important;

}

.utel-fixed-form .container .row .col-12 big {
    color: #fff !important;

}

.utel-fixed-form .container .row .col-12 small {
    color: #fff !important;

}

.utel-mobile-c2c {
    background-color: #D8D9D9;
}

.utel-mobile-c2c .utel-bg-darkgreen {
    background-color: #000000;
}

.form-control {
    border-radius: 8px;
}

#phoneHelp {
    color: #000000;
}

.carreras.dhx-bg-white {
    background-color: transparent !important;
}

.utel-bg-lightgreen p strong {
    color: #000000;
}

.info-plan-estudios .dhx-bg-gray1 {
    border-radius: 8px;
    background-color: #D8D9D9;
}

.carreras .accordion .card {
    border-radius: 8px;
}

.utel-bg-lightgreen.text-white.text-center.p-3.mb-4 {
    border-radius: 8px;
}

.utel-bg-darkgreen.text-white.text-center.p-3.mb-3 {
    background-color: #00CE53;
    color: #000000 !important;
    border-radius: 8px;
}

.nombre-estudio .card {
    border-radius: 8px !important;
    overflow-y: hidden;
}

.card.text-center.utel-bg-darkgreen.my-lg-4 {
    background-color: #00CE53;
}

.card.text-center.utel-bg-darkgreen.my-lg-4 p {

    color: #000000 !important;
}

.Becas.utel-bg-darkgreen {
    background-color: #58C140;
}

.Becas.utel-bg-darkgreen h2 {
    color: #000000 !important;
}

.Becas.utel-bg-darkgreen p {
    color: #000000 !important;
}

.Becas.utel-bg-darkgreen p>strong {
    color: #000000 !important;
}

.Becas.utel-bg-darkgreen span {
    color: #fff !important;
}

.col-12.col-md-5.utel-bg-dark-shadow.text-center.d-flex.align-items-center p {
    color: #fff !important;
}

.col-12.col-md-5.utel-bg-dark-shadow.text-center.d-flex.align-items-center strong {
    color: #EFB614 !important;

}

.card-header.utel-bg-darkgreen {
    background-color: #58C140;
}

.card-header.utel-bg-darkgreen h4 {
    color: #000000 !important;
}

.requisitos .dhx-bg-white {
    background-color: transparent !important;
}

/* refactor */


.utel-fixed-form .form__fixedBottom {
    display: flex;
    flex-direction: column;
    width: 800px;
}



.utel-fixed-form .headerForm__fixed {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.container__formFixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.utel-fixed-form .form__fixedBottom .input__Form {
    margin-bottom: 0px;
}

.utel-fixed-form .form__fixedBottom .input__Button {
    margin-bottom: 0px;
}

.utel-fixed-form .form__fixedBottom .input__Button {
    width: 170px;
}

.utel-fixed-form .form__fixedBottom input {
    width: 250px;
}

@media (max-width:1200px) {
    .utel-fixed-form .form__fixedBottom input {
        width: 200px;
    }

    .utel-fixed-form .form__fixedBottom {
        width: 650px;
    }
}

.utel-fixed-form input::placeholder {
    font-size: 16px;
    text-align: center;
}


@media (max-width:990px) {
    .utel-fixed-form input::placeholder {
        font-size: 12px;
    }

    .utel-fixed-form .form__fixedBottom {
        width: 490px;
    }

    .utel-fixed-form.utel-form-container img {
        width: 35px;
    }

    .utel-fixed-form .form__fixedBottom input {
        width: 180px;
    }

    .utel-fixed-form .headerForm__fixed {
        gap: 10px;
    }
}

.utel-fixed-form .form__fixedBottom .footer__fixedBottom {
    margin-bottom: 0px;
}

.utel-fixed-form .form__fixedBottom .footer__fixedBottom input {
    width: auto;
}

.fixed__bottom-mobile form input::placeholder {
    font-size: 10px;
}

/* footer.utel-bg-dark{

} */

form label.error {
    background: red!important;
    font-size: 10px!important;
    color: #fff!important;
    padding: 2px!important;
    text-align: center!important;
    margin-top: 4px!important;
    position: relative!important;
}


.cintilloInicios {
    background-color: #FFB937;
    padding: 10px 0px 8px 0px;
    text-align: center;

}

.cintilloInicios .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.cintilloInicios img {
    width: auto;
    height: 32px;
}

.cintilloInicios .description {
    margin: 0px;
    font: normal normal 300 20px/25px Sora;
    letter-spacing: 0px;
    color: #000000;
}

.cintilloInicios .description br {
    display: none;
}

.cintilloInicios .description span {
    font-weight: 600;
}

@media (max-width:990px) {
    .cintilloInicios .description br {
        display: block;
    }

    .cintilloInicios .description {
        font: normal normal 300 16px/22px Sora;
    }

    .cintilloInicios {
        text-align: left;
    }



    
}

.container__alianzas{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;

}

.container__alianzas img{
    aspect-ratio: 3/1;
    object-fit: contain;
    height: 50px;
}

.msgErrorPhone.hiddenErrorPhone{
    pointer-events: none;
    max-height: 0px;
    overflow: hidden;
    display: none;
}

.msgErrorPhone{
    text-align: center;
    margin-top: 5px;
    color: red;
    font: normal normal 300 11px/12px Sora!important;
    margin-bottom: -10px;
}

label.error{
    text-align: center;
    margin-top: 5px;
    color: red;
    font: normal normal 300 11px/12px Sora!important;
    margin-bottom: -10px;
}

form button[type="submit"]:disabled{
    opacity: 0.5;
    cursor: not-allowed;
    /* pointer-events: none; */
}