/*Codificación de la hoja de estilos*/
@charset "UTF-8";
/* Importación de fuentes */
@import "../fuente/fuentes.css";

/* Estilos generales */
html,
body {
    /* max-width: 100% !important;
  overflow-x: hidden !important; */
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

/* li {
    list-style-type: disc !important;
} */

h1, h2, h3, h4, h5, h6 {
    padding-right: 0px !important;
}

.navbar1 li,
.social-list li {
    list-style: none !important;
}

/*-----------------------
Header 
-----------------------*/
.header {
    margin-top: 4%;
}

.escritorio {
    display: block;
    padding: 0px;
}

.escritorio .bannerInitial {
    width: 100%;
}

.container-header-img {
    position: relative;
    width: 100%;
    padding-top: 0%;
}

.tituloAnimacion {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 40%;
}

.div-text-header {
    position: absolute;
    top: 48%;
    left: 19%;
    transform: translate(0, 0);
    width: 37%;
    height: auto;
}

.text-header {
    font-family: "INDIVISA TEXT SANS REGULAR";
    color: black !important;
    font-size: 1.7rem;
    line-height: 20px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    padding: 2%;
    border-radius: 4%;
    background-color: rgba(255, 255, 255, 0.35);
}

/* =========== Objetivo  ===============*/
.objetivo {
    width: 100%;
    margin-block: 2%;
}

.objetivo-movil {
    display: none;
}

.container-obj-escritorio {
    width: 100%;
    position: relative;
}

.img-objetivo {
    width: 90%;
}

.texto-objetivo-escritorio {
    position: absolute;
    top: 38%;
    left: 34%;
    width: 50%;
    font-family: "INDIVISA TEXT SANS REGULAR";
    font-size: 1.7rem;
    color: black !important;
    /* text-align: justify; */

}

/* =========== Perfil de ingreso  ===============*/
.ingreso-perfil {
    
    background-image: url("/licenciaturas/assetsAnimacionD/images/FondoIngreso.jpg");
    height: 100%;
    background-size: cover;
}

.title-ingreso {
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 55pt;
    color: white;
}

.title-perfil-ingreso {
    margin-top: 4%;
    margin-bottom: 2.1%;
}

.title-ingreso span {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 53pt;
}

.text-ingreso {
    text-align: left;
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 25pt;
    color: white;
}

.text-ingreso ul {
    font-family: "INDIVISA TEXT SANS BOLD";
    font-size: 13pt;
    color: white;
}

/* =========== Perfil de egreso  ===============*/
.egreso-perfil {
    height: 100%;
    background-color: #d2d2d2;
}


.card-egreso {
  margin: 15px;
}

.title-egreso {
    margin-bottom: 50px;
    text-align: center;
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 55pt;
    color: #000266;
}

.title-egreso span {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 55pt;
}

.flecha-egreso {
    margin-right: auto;
    margin-left: auto;
    width: 20%;
}

/*Cards*/
.card-egreso {
    border-radius: 20px;
    height: 100%;
}

.card-egreso img {
    width: 80px;
    height: 80px;
}

.titulo-card {
    margin-top: -30px;
    margin-left: 20%;
}

.title-card {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 17pt;
    color: #000266;
}

.img-card {
    margin-left: -20px;
    margin-top: -20px;
}

.card-text li {
    list-style-type: disc !important;
}

.card-text ul {
    margin-top: -10px;
    font-family: "INDIVISA TEXT SANS REGULAR";
    font-size: 15pt;
    /* text-align: justify; */
    padding-right: 30px;
    padding-left: 10px;
    list-style-position: inside !important;
}


.btn-revisa-info {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------------------------------
Actividades que fortalecen el aprendizaje
---------------------------------------------*/
.act-fortalecen h2 {
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 20pt;
    color: #000266;
}

.act-fortalecen h1 {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 37pt;
    color: #38d430;
}

.boton-img {
    margin-top: -40px;
}

.carousel-img {
    opacity: 0.;
    /* Ajusta qué tanto quieres que se desvanezcan (0.1 a 0.9) */
    transition: opacity 0.5s ease;
    /* Hace que el cambio sea suave */
    cursor: pointer;
}

.carousel-img.slick-active {
    opacity: 1;
}

.carousel-img:hover {
    opacity: 0.6;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
    /*shadow: 0 12px 16px rgba(0,0,0.2);*/
}


@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* Slider */
.slider {
    width: 100%;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-dots li button {
    border-radius: 10px;
    background-color: #d2d2d2;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    border-radius: 10px;
    background-color: #0019ff;
}

.slick-dots li button:before {
    content: "";
}

.slick-prev,
.slick-next {
    display: none !important;
}

/*--------------------------------
Por qué estudiar con nosotros
----------------------------------*/
.estud-nosotros {
    height: 100%;
    background-color: #d2d2d2;
}

.estud-nosotros h2 {
    margin-top: 40px;
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 37pt;
    color: #000266;
}

.estud-nosotros h1 {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 59pt;
    color: #000266;
}

.estud-nosotros ul {
    font-family: "INDIVISA TEXT SANS REGULAR";
    font-size: 18pt;
    color: #000266;
    text-align: justify;
    list-style-position: inside !important;
    padding-left: 3%;
}

.estud-nosotros span {
    font-family: "INDIVISA TEXT SANS BLACK";
}

.estud-nosotros li {
    list-style-type: disc !important;
}

/*------------------------
Apoyos didácticos
--------------------------*/
.apoyos {
    height: auto;
    padding-bottom: 50px;
}

.apoyos h1 {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 47pt;
    color: #000266;
    margin-top: 30px;
}

/* Carrusel */
.btn-atras {
    left: -5%;
    top: 40%;
    transform: translateY(-50%);
}

.btn-siguiente {
    right: -5%;
    top: 40%;
    transform: translateY(-50%);
}

.text-carr {
    height: 210px;
}

#carousel-apoyos h1 {
    text-align: center;
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 26pt;
    color: #000266;
}

#carousel-apoyos h2 {
    padding-top: 22px;
    font-family: "INDIVISA TEXT SANS REGULAR";
    font-size: 17pt;
    color: #000266;
    text-align: justify;
    margin-right: 6%;
}

.carousel-img {
    opacity: 0.4;
    /* Ajusta qué tanto quieres que se desvanezcan (0.1 a 0.9) */
    transition: opacity 0.5s ease;
    /* Hace que el cambio sea suave */
    cursor: pointer;
}

.carousel-img.slick-active {
    opacity: 1;
}

.carousel-img:hover {
    opacity: 0.6;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
    /*shadow: 0 12px 16px rgba(0,0,0.2);*/
}

/*------------------------
Campo de trabajo 
--------------------------*/
.trabajo {
    padding-top: 50px;
    height: auto;
    padding-bottom: 70px;
}

.trabajo img {
    margin-left: 45px;
}

.trabajo ul {
    font-family: "INDIVISA TEXT SANS REGULAR";
    font-size: 18pt;
    color: #000266;
    margin-right: 20px;
    text-align: justify;
}

.img-bolsa-trabajo {
    width: 30rem;
}

/*------------------------
Asignaturas Desktop 
--------------------------*/
.flecha-asig {
    margin-top: -35px;
}

#asignaturas {
    background-color: #021e4f;
    padding-bottom: 2%;
}

#asignaturas hr {
    background-color: #0019ff;
    height: 6px;
}

.materias ul {
    list-style-position: inside !important;
    padding-left: 3%;
}

.text-materias {
    font-family: "INDIVISA TEXT SANS REGULAR";
    font-size: 12pt;
    color: white;
}

.text-materias li {
    list-style-type: disc !important;
}

.materias {
    width: 27%;
}

.matBorder {
    border-color: transparent #0019ff transparent #0019ff;
    border-width: 0px 5px 0px 5px;
    border-style: solid solid solid solid;
}

.semestre {
    width: 3%;
    margin-top: 10px;
    margin-right: 10px;
}

.title-asig {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 54pt;
    color: white;
}

/* RVOE */
.rvoe {
    background-image: url("/licenciaturas/assetsAnimacionD/images/RVOE.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-left: auto;
    width: 80%;
    margin-right: auto;
}

.rvoe p {
    margin-left: 55px;
    margin-top: 50px;
    font-family: "INDIVISA TEXT SANS BOLD";
    font-size: 12pt;
    color: #000266;
}

/*------------------------
Asignaturas Móvil 
--------------------------*/
#asignaturasMovil {
    padding-bottom: 40px;
    background-color: #000266;
}

.carruselAsigMovil {
    margin-left: 108px !important;
}

/*------------------------
Botones de información 
--------------------------*/
.btns-info {
    height: 325px;
}

.info-card {
    justify-self: center;
    height: 160px;
    width: 100%;
    background-color: #000266;
    border-radius: 10px;
}

.info-card:hover {
    transform: translate(-15px);
    box-shadow: 0 12px 16px #000266;
}

.flecha-info {
    margin-top: -50px;
    display: block;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

/* Textos de cards */
.text-inf {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 30pt;
    color: #38d430;
    text-align: center;
}

.text-consulta {
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 20pt;
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.text-costos {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 30pt;
    color: #38d430;
    text-align: center;
}

.text-proc {
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 20pt;
    color: #38d430;
    line-height: 35px;
}

.consulta {
    font-family: "INDIVISA TEXT BOLD ITALIC";
    font-size: 18pt;
    color: white;
}

.title-asig {
    font-family: "INDIVISA TEXT SANS BLACK";
    font-size: 54pt;
    color: white;
}

.tarjetas-info {
  padding-left: 15px !important;
  padding-right: 15px !important;
}



@media (max-width: 374px) {
    .header-movil {
        margin-top: 12%;
    }

    .escritorio {
        display: none;
    }

    .header-movil {
        display: block !important;
        height: 100%;
    }

    .header-movil img {
        display: block !important;
    }

    .texto-header {
        font-size: 1.5rem;
        text-align: justify;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: black !important;
        padding-inline: 4%;
        /* line-height: 35px; */
    }

    /*  ======= objetivo ======*/
    .objetivo {
        display: none !important;
    }

    .objetivo-movil {
        margin-top: 30px;
        display: block !important;
        background-color: #d2d2d2;
    }

    .texto-objetivo-movil {
        color: #000266;
        font-size: 1.5rem;
        padding-block: 4%;
        /* line-height: 35px; */
    }

    .texto-objetivo {
        font-size: 13pt;
        color: #000266;
    }

    /*========= obj movil ========= */
    .texto-objetivo-movil {
        font-family: "INDIVISA TEXT SANS REGULAR";
    }

    /*  ======= perfil de ingreso ======*/
    .ingreso-perfil {
        height: 100%;
    }

    .ingreso-perfil {
        display: block !important;
        background: none !important;
    }

    .text-ingreso {
        font-size: 13pt;
        color: black;
    }

    .title-ingreso {
        font-size: 23pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .title-ingreso span {
        padding-left: 6px;
        font-size: 21pt;
    }

    .title-ingreso {
        font-family: "INDIVISA TEXT BOLD ITALIC";
        font-size: 18pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .text-ingreso ul {
        font-family: "INDIVISA TEXT SANS BOLD";
        font-size: 12pt;
        color: black;
        margin-bottom: 70px;
    }

    .ingreso-perfil {
        height: auto;
    }

    /*Perfil de egreso*/
    .row-movil {
        display: flex;
        justify-content: center;
    }

    .card-egreso {
        height: auto;
        margin-top: 50px;
    }

    .flecha-egreso {
        display: block !important;
        margin-bottom: -36px;
    }

    .titulo-card {
        margin-top: -49px;
        margin-left: 20%;
    }

    .title-card {
        font-size: 16pt;
    }

    .card-text ul {
        margin-top: -10px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 12pt;
        text-align: justify;
        padding-right: 30px;
    }

    .egreso-perfil {
        height: auto;
        padding-bottom: 20px;
        background-color: #d2d2d2;
    }

    .boton-cent {
        margin-left: 0% !important;
    }

    .boton-cent img {
        width: 257px;
    }

    .col-11 {
        width: 100% !important;
    }

    /*Act que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    .act-fortalecen h2 {
        padding-right: 0px;
    }

    .boton-img {
        width: auto;
    }

    .act-img {
        width: auto;
    }

    /*Por qué estudiar con nosotros?*/
    .estud-nosotros h2 {
        font-size: 17pt;
        margin-top: 32px;
    }

    .estud-nosotros h1 {
        font-size: 22pt;
    }

    .estud-nosotros ul {
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 11pt;
        color: #000266;
        text-align: justify;
        margin-left: -2px;
        margin-right: 36px;
    }

    /*Apoyos didácticos*/
    .apoyos h1 {
        text-align: center;
        font-size: 20pt;
    }

    .carousel-item img {
        height: 130px;
    }

    .btn-atras {
        top: 80px;
        left: 0%;
    }

    .btn-siguiente {
        top: 80px;
        right: 0%;
    }

    .text-carr {
        height: 462px;
    }

    #carousel-apoyos h1 {
        text-align: center;
        margin-left: 0px;
        font-family: "INDIVISA TEXT SANS BLACK";
        font-size: 16pt;
        color: #000266;
    }

    #carousel-apoyos h2 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 14pt;
        color: #000266;
        text-align: justify;
    }

    /*Campo de trabajo*/
    .trabajo img {
        margin-left: 17px;
        width: 90%;
    }

    .trabajo ul {
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 26px;
        font-size: 12pt;
    }

    /*Asignaturas desktop*/
    #asignaturas {
        display: none !important;
    }

    /*Asignaturas movil*/
    #asignaturasMovil {
        display: block !important;
    }

    .materiasMovil {
        width: 80%;
    }

    .semestreMovil {
        width: 13%;
        margin-top: 50px;
    }

    .text-materias {
        font-size: 12pt;
        margin-top: 40px;
    }

    .rvoe p {
        margin-left: 16%;
        margin-top: 4%;
        font-size: 8pt;
    }

    .flecha-asig-movil {
        margin-top: -35px;
    }

    .title-asig {
        font-size: 32pt;
    }

    .carrusel-asig-movil {
        margin-left: 0px !important;
    }

    .pt-5 {
        padding-top: 0px !important;
    }

    .px-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .mx-5 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /*Botones de información*/
    .btns-info {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .tarjetas-info {
        width: 93.3333% !important;
    }

    .text-proc {
        font-size: 23pt;
    }

    .text-inf {
        font-size: 29px;
    }

    .text-costos {
        font-size: 28pt;
    }

    .consulta {
        font-size: 20pt;
    }

    .flecha-info {
        width: 30%;
    }

}

/*Small devices (iPhone SE, 375px and up)*/
@media (min-width: 375px) and (max-width:413px) {
    .escritorio {
        display: none;
    }

    .header-movil {
        display: block !important;
        height: 100%;
    }

    .header-movil img {
        display: block !important;
    }

    .texto-header {
        font-size: 12pt;
        text-align: justify;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: black !important;
        padding-inline: 20px;
    }

    /*  ======= objetivo ======*/
    .objetivo {
        display: none !important;
    }

    .objetivo-movil {
        /* display: flex;
        flex-direction: column; */
        margin-top: 30px;
        display: block !important;
        background-color: #d2d2d2;
    }

    .texto-objetivo-movil {
        color: #000266;
        font-size: 1.5rem;
        padding-block: 4%;
    }

    .texto-objetivo {
        font-size: 13pt;
        color: #000266;
    }

    /*  ======= perfil de ingreso ======*/
    .ingreso-perfil {
        height: 100%;
    }

    .ingreso-perfil {
        display: block !important;
        background: none !important;
    }

    .title-ingreso {
        font-size: 33pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .text-ingreso {
        font-size: 16pt;
        color: black;
    }

    .title-ingreso span {
        padding-left: 9px;
        font-size: 28pt;
    }


    .title-ingreso {
        font-family: "INDIVISA TEXT BOLD ITALIC";
        font-size: 26pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .text-ingreso ul {
        font-family: "INDIVISA TEXT SANS BOLD";
        font-size: 12pt;
        color: black;
        margin-bottom: 70px;
    }

    .ingreso-perfil {
        height: auto;
    }

    /*Perfil de egreso*/
    .row-movil {
        display: flex;
        justify-content: center;
    }

    .card-egreso {
        height: auto;
        margin-top: 50px;
    }

    .flecha-egreso {
        display: block !important;
        margin-left: 38%;
        margin-bottom: -47px;
    }

    .titulo-card {
        margin-top: -49px;
        margin-left: 20%;
    }

    .title-card {
        font-size: 16pt;
    }

    .card-text ul {
        margin-top: -10px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 12pt;
        text-align: justify;
        padding-right: 30px;
    }

    .egreso-perfil {
        height: auto;
        padding-bottom: 20px;
        background-color: #d2d2d2;
    }

    /*Act que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    .act-fortalecen h2, .act-fortalecen h1 {
        padding-right: 0px;
    }

    .boton-img {
        width: auto;
    }

    .act-img {
        width: auto;
    }

    /*Por qué estudiar con nosotros?*/
    .estud-nosotros h2 {
        margin-top: 32px;
        font-size: 28pt;
    }

    .estud-nosotros h1 {
        font-size: 30pt;
    }

    .estud-nosotros ul {
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 12pt;
        color: #000266;
        text-align: justify;
        margin-left: -2px;
        margin-right: 36px;
    }

    .text-nosotros h1, .text-nosotros h2 {
        padding-right: 0px;
    }

    /*Apoyos didácticos*/
    .apoyos h1 {
        font-size: 25pt;
    }

    .carousel-item img {
        height: 250px;
        width: 89%;
    }

    .btn-atras {
        top: 140px;
        left: 0%;
    }

    .btn-siguiente {
        top: 140px;
        right: 0%;
    }

    .text-carr {
        height: 234px;
    }

    #carousel-apoyos h1 {
        text-align: center;
        margin-left: 0px;
        font-family: "INDIVISA TEXT SANS BLACK";
        font-size: 16pt;
        color: #000266;
    }

    #carousel-apoyos h2 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 14pt;
        color: #000266;
        text-align: justify;
    }

    /*Campo de trabajo*/
    .trabajo img {
        margin-left: 17px;
        width: 90%;
    }

    .trabajo ul {
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 26px;
        font-size: 12pt;
    }

    .img-bolsa-trabajo {
        width: 15rem;
    }

    /*Asignaturas desktop*/
    #asignaturas {
        display: none !important;
    }

    /*Asignaturas movil*/
    #asignaturasMovil {
        display: block !important;
    }

    .materiasMovil {
        width: 80%;
    }

    .semestreMovil {
        width: 13%;
        margin-top: 50px;
    }

    .text-materias {
        font-size: 12pt;
        margin-top: 40px;
    }

    .rvoe p {
        margin-top: 6%;
        font-size: 11pt;
    }

    .flecha-asig-movil {
        margin-top: -35px;
    }

    .title-asig {
        margin-left: auto;
        font-size: 47pt;
        margin-right: auto;
        width: 90%;
    }

    .carrusel-asig-movil {
        margin-left: 0px !important;
    }

    .pt-5 {
        padding-top: 0px !important;
    }

    .px-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .mx-5 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /*Botones de información*/
    .btns-info {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .tarjetas-info {
        padding-bottom: 40px;
    }

    .text-inf {
        font-size: 29px;
    }

    .text-costos {
        font-size: 28pt;
    }

    .flecha-info {
        width: 28%;
    }

    .info-card {
        height: 145px;
    }

}

@media (min-width: 414px) and (max-width: 726px) {
    .escritorio {
        display: none;
    }

    .header-movil {
        display: block !important;
        height: 100%;
    }

    .header-movil img {
        display: block !important;
    }

    .texto-header {
        font-size: 13pt;
        text-align: justify;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: black !important;
        padding-inline: 4%;
    }

    /*  ======= objetivo ======*/
    .objetivo {
        display: none !important;
    }

    .objetivo-movil {
        margin-top: 30px;
        display: block !important;
        background-color: #d2d2d2;
    }

    .texto-objetivo-movil {
        font-size: 13pt;
        color: #000266;
        padding-block: 4%;
        font-family: "INDIVISA TEXT SANS REGULAR";
    }

    .texto-objetivo {
        font-size: 13pt;
        color: #000266;
    }

    /*Perfil de ingreso*/
    .ingreso-perfil {
        height: 100%;
    }

    .ingreso-perfil {
        display: block !important;
        background: none !important;
    }

    .text-ingreso {
        font-size: 16pt;
        color: black;
    }

    .title-ingreso {
        font-size: 33pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .title-ingreso span {
        padding-left: 15px;
        font-size: 30pt;
    }

    .text-ingreso ul {
        font-size: 26pt;
        color: black;
    }

    .title-ingreso {
        font-family: "INDIVISA TEXT BOLD ITALIC";
        font-size: 29pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .text-ingreso ul {
        font-family: "INDIVISA TEXT SANS BOLD";
        font-size: 13pt;
        color: black;
    }

    .ingreso-perfil {
        height: auto;
        padding-bottom: 30px;
    }

    /*Perfil de egreso*/
    .row-movil {
        display: flex;
        justify-content: center;
    }

    .card-egreso {
        height: auto;
        margin-top: 50px;
    }

    .flecha-egreso {
        display: block !important;
        margin-bottom: -47px;
    }

    .titulo-card {
        margin-top: -49px;
        margin-left: 20%;
    }

    .title-card {
        font-size: 17pt;
    }

    .card-text ul {
        margin-top: -10px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 13pt;
        text-align: justify;
        padding-right: 30px;
    }

    .egreso-perfil {
        height: auto;
        padding-bottom: 20px;
        background-color: #d2d2d2;
    }

    .boton-cent {
        margin-left: 0% !important;
    }

    /*Act que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    .slick-slide img {
        width: 89%;
    }

    /*Por qué estudiar con nosotros?*/
    .estud-nosotros h2 {
        margin-top: 32px;
        font-size: 28pt;
    }

    .estud-nosotros h1 {
        font-size: 35pt;
    }

    .estud-nosotros ul {
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 14pt;
        color: #000266;
        text-align: justify;
        margin-left: -2px;
        margin-right: 36px;
    }

    .text-nosotros h1, .text-nosotros h2 {
        padding-right: 0px;
    }

    /*Apoyos didácticos*/
    .apoyos h1 {
        font-size: 30pt;
    }

    .carousel-item img {
        height: 300px;
    }

    .btn-atras {
        top: 150px;
        left: 3%;
    }

    .btn-siguiente {
        top: 150px;
        right: 3%;
    }

    .text-carr {
        height: 516px;
    }

    #carousel-apoyos h1 {
        text-align: center;
        margin-left: 0px;
        font-family: "INDIVISA TEXT SANS BLACK";
        font-size: 20pt;
        color: #000266;
    }

    #carousel-apoyos h2 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 16pt;
        color: #000266;
        text-align: justify;
    }

    /*Campo de trabajo*/
    .trabajo img {
        margin-left: 17px;
        width: 90%;
    }

    .trabajo ul {
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 26px;
        font-size: 15pt;
    }

    /*Asignaturas desktop*/
    #asignaturas {
        display: none !important;
    }

    /*Asignaturas movil*/
    #asignaturasMovil {
        display: block !important;
    }

    .materiasMovil {
        width: 61%;
    }

    .semestreMovil {
        width: 20%;
        margin-top: 50px;
    }

    .text-materias {
        font-size: 15pt;
        margin-top: 40px;
    }

    .rvoe {
        width: 70%;
    }

    .rvoe p {
        margin-left: 15%;
        margin-top: 5%;
        font-size: 10pt;
    }

    .flecha-asig-movil {
        margin-top: -35px;
    }

    .title-asig {
        margin-left: auto;
        font-size: 47pt;
        margin-right: auto;
        width: 80%;
    }

    .carrusel-asig-movil {
        margin-left: 0px !important;
    }

    .pt-5 {
        padding-top: 0px !important;
    }

    .px-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .mx-5 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /*Botones de información*/
    .btns-info {
        padding-top: 40px;
        height: auto;
    }

    .flecha-info {
        width: 23%;
    }

    .tarjetas-info {
        padding-bottom: 40px;
    }

    .info-card {
        height: 130px;
    }
}

@media (min-width: 727px) and (max-width: 767px) {

    /*==== Objetivo =====*/
    .objetivo {
        display: none !important;
    }

    .objetivo-movil {
        margin-top: 30px;
        display: block !important;
        background-color: #d2d2d2;
    }

    /*Perfil de egreso*/
    .row-movil {
        display: flex;
        justify-content: center;
    }

    .card-egreso {
        height: auto;
        margin-top: 50px;
    }

    .flecha-egreso {
        display: block !important;
        margin-bottom: -47px;
        width: 11%;
    }

    .titulo-card {
        margin-top: -49px;
        margin-left: 20%;
    }

    .title-card {
        font-size: 17pt;
    }

    .card-text ul {
        margin-top: -10px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 13pt;
        text-align: justify;
        padding-right: 30px;
    }

    .egreso-perfil {
        height: auto;
        padding-bottom: 20px;
        background-color: #d2d2d2;
    }

    .boton-cent {
        margin-left: 0% !important;
    }

    /*Act que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    .slick-slide img {
        width: 89%;
    }

    .boton-img {}

    .act-img {}

    /*Por qué estudiar con nosotros?*/
    .estud-nosotros h2 {
        margin-top: 32px;
        font-size: 28pt;
    }

    .estud-nosotros h1 {
        font-size: 35pt;
    }

    .estud-nosotros ul {
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 14pt;
        color: #000266;
        text-align: justify;
        margin-left: -2px;
        margin-right: 36px;
    }

    .text-nosotros h1, .text-nosotros h2 {
        padding-right: 0px;
    }
    /*Apoyos didácticos*/
    .apoyos h1 {
        font-size: 30pt;
    }

    .carousel-item img {
        height: 300px;
    }

    .btn-atras {
        top: 150px;
        left: 3%;
    }

    .btn-siguiente {
        top: 150px;
        right: 3%;
    }

    .text-carr {
        height: 516px;
    }

    #carousel-apoyos h1 {
        text-align: center;
        margin-left: 0px;
        font-family: "INDIVISA TEXT SANS BLACK";
        font-size: 20pt;
        color: #000266;
    }

    #carousel-apoyos h2 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        font-family: "INDIVISA TEXT SANS REGULAR";
        font-size: 16pt;
        color: #000266;
        text-align: justify;
    }

    /*Campo de trabajo*/
    .trabajo img {
        margin-left: 17px;
        width: 90%;
    }

    .trabajo ul {
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 26px;
        font-size: 15pt;
    }

    /*Asignaturas desktop*/
    #asignaturas {
        display: none !important;
    }

    /*Asignaturas movil*/
    #asignaturasMovil {
        display: block !important;
    }

    .materiasMovil {
        width: 61%;
    }

    .semestreMovil {
        width: 20%;
        margin-top: 50px;
    }

    .text-materias {
        font-size: 15pt;
        margin-top: 40px;
    }

    .rvoe {
        width: 48%;
    }

    .rvoe p {
        margin-left: 15%;
        margin-top: 5%;
        font-size: 10pt;
    }

    .flecha-asig-movil {
        margin-left: 39%;
        margin-top: -35px;
    }

    .title-asig {
        margin-left: auto;
        font-size: 47pt;
        margin-right: auto;
        width: 80%;
    }

    .carrusel-asig-movil {
        margin-left: 0px !important;
    }

    .pt-5 {
        padding-top: 0px !important;
    }

    .px-5 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .mx-5 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /*Botones de información*/
    .btns-info {
        padding-top: 40px;
        height: auto;
    }

    .flecha-info {
        width: 23%;
    }

    .tarjetas-info {
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .escritorio {
        display: none;
    }

    .header-movil img {
        display: block !important;
    }

    .img-lic-movil {
        display: block !important;
        width: 70%;
    }

    .header-movil {
        display: block !important;
        height: 100%;
        background-size: cover;
        padding-bottom: 60px;
    }

    .texto-header {
        font-size: 2.5rem;
        text-align: justify;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: black !important;
        line-height: 35px;
    }

    /*Objetivo*/
    .objetivo {
        display: none !important;
    }

    .objetivo-movil {
        display: block !important;
        background-color: #d2d2d2;
    }

    .texto-objetivo-movil {
        color: #000266;
        font-size: 2.5rem;
        padding-block: 4%;
        line-height: 35px;
    }

    .texto-objetivo {
        font-size: 19pt;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: #000266;
    }

    /*Perfil de ingreso*/
    .ingreso-perfil {
        display: block !important;
        background: none !important;
        height: 100%;
    }

    .text-ingreso {
        font-size: 25pt;
        color: black;
        margin-top: 0px;
    }

    .title-ingreso {
        font-size: 50pt;
        color: #000266;
        display: flex;
        justify-content: center;
    }

    .title-ingreso span {
        padding-left: 15px;
        font-size: 57pt;
    }

    .text-ingreso ul {
        font-size: 20pt;
        color: black;
    }

    /*Perfil de egreso*/
    .title-egreso,
    .title-egreso span {
        font-size: 70pt;
    }

    .title-card {
        font-size: 17pt;
    }

    .card-text ul {
        font-size: 20pt;
    }

    /*Act que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    .act-fortalecen h2 {
        font-size: 35pt;
    }

    .act-fortalecen h1 {
        font-size: 45pt;
    }

    .boton-img {
        width: auto;
    }

    .act-img {
        width: auto;
    }

    /*¿Por qué estudiar con nosotros?*/
    .estud-nosotros ul {
        font-size: 20pt;
    }

    .estud-nosotros h2 {
        font-size: 40pt;
    }

    .estud-nosotros h1 {
        font-size: 50pt;
    }

    .text-nosotros h1, .text-nosotros h2 {
        padding-right: 0px;
    }

    /*Apoyos didácticos*/
    #carousel-apoyos h1 {
        font-size: 35pt;
    }

    #carousel-apoyos h2 {
        font-size: 25pt;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: 30%;
    }

    .text-carr {
        height: 673px;
    }

    /*Campo de trabajo*/
    .trabajo ul {
        font-size: 20pt;
    }

    #asignaturas {
        display: none !important;
    }

    /*Asignaturas movil*/
    #asignaturasMovil {
        display: block !important;
    }

    .materiasMovil {
        width: 80%;
    }

    .semestreMovil {
        width: 13%;
        margin-top: -6px;
    }

    .semestreMovil img {
        width: 76%;
    }

    .text-materias {
        font-size: 17pt;
    }

    .flecha-asig-movil {
        margin-top: -35px;
    }

    .rvoe {
        width: 84%;
    }

    .rvoe p {
        margin-left: 18%;
        margin-top: 6%;
        font-size: 16pt;
    }

    /*Botones de información*/
    .btns-info {
        height: 100%;
    }

    .flecha-info {
        width: 25%;
    }



}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .header-container {
        height: 320px;
    }

    .div-text-header {
        left: 10%;
        width: 46%;
    }

    .header-movil {
        display: none !important;
    }

    .text-header {
        /* margin-top: 10%; */
        font-size: 0.9rem;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: black !important;
    }

    /*Objetivo*/
    .texto-objetivo-escritorio {
        font-size: 1rem;
        top: 34%;
    }

    /* ====== Perfil de ingreso =====*/
    .text-ingreso {
        font-size: 13pt;
        width: 61% !important;
    }

    .text-ingreso ul {
        font-size: 10pt;
    }

    .ingreso-perfil {
        background-image: url("/licenciaturas/assetsAnimacionD/images/FondoIngreso.jpg") !important;
        background-size: cover;
        background-position-x: center;
        height: 452px;
    }

    .title-ingreso {
        margin-top: 4%;
        font-size: 36pt;
    }

    .title-ingreso span {
        font-size: 47pt;
    }

    /*Perfil de egreso*/
    .title-card {
        font-size: 17pt;
    }

    .boton-cent {
        flex: 0 0 auto;
        width: 37% !important;
    }

    .btn-revisa-info {
        width: 50%;
    }

    /*Act que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    /*Por qué estudiar con nosotros?*/
    .estud-nosotros {
        height: 855px;
    }

    .img-Estud {
        display: none !important;
    }

    .estud-nosotros ul {
        font-size: 18pt;
    }

    .estud-nosotros h1 {
        font-size: 54pt;
    }

    .estud-nosotros h2 {
        font-size: 40pt;
    }

    .nosotros {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .text-nosotros {
        text-align: center !important;
    }

    .estud-nosotros {
        height: 855px;
    }

    /*Apoyos didácticos*/
    #carousel-apoyos h2 {
        margin-left: 36px;
    }

    .btn-siguiente {
        right: -1%;
    }

    .btn-atras {
        left: -1%;
    }

    /*Campo de trabajo*/
    .trabajo ul {
        padding-left: 74px;
    }

    /*Materias*/
    .rvoe p {
        margin-left: 32px;
        margin-top: 130px;
        font-size: 8pt;
    }

    .rvoe {
        width: 25%;
        margin-left: 6%;
        margin-right: 0;
    }

    /*Carrusel de asignaturas para movil*/
    #asignaturasMovil {
        display: none !important;
    }

    /*Botones de información*/
    .info-card {
        width: 302px;
    }

    .btns-info {
        height: 350px;
    }

    .flecha-info {
        width: 30%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    /*Header*/
    .text-header {
        /* margin-top: 11%; */
        font-size: 1rem;
        font-family: "INDIVISA TEXT SANS REGULAR";
        color: black !important;
    }

    /*Perfil de ingreso*/
    .text-ingreso {
        padding-right: 56px;
        margin-left: 44% !important;
    }

    .title-ingreso {
        font-size: 36pt;
    }

    .text-ingreso ul {
        font-size: 14pt;
    }

    .ingreso-perfil {
        height: 627px;
        background-position: bottom;
    }

    .title-perfil-ingreso {
        width: 55.333333%;
    }

    /*Perfil de egreso*/
    .btn-revisa-info {
        width: 35%;
    }

    /*Actividades que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    .act-fortalecen h2 {
        font-size: 40pt;
    }

    .act-fortalecen h1 {
        font-size: 58pt;
        
    }

    /*Materias*/
    .rvoe p {
        margin-left: 38px;
        margin-top: 105px;
        font-size: 10pt;
    }

    .rvoe {
        margin-left: 5%;
        width: 25%;
        margin-right: 0;
    }

    /*Carrusel de asignaturas para movil*/
    #asignaturasMovil {
        display: none !important;
    }

    /*Botones de información*/
    .btns-info {
        height: 350px;
    }

    .flecha-info {
        width: 25%;
    }
}

@media (min-width: 1400px) and (max-width:1919px) {

    /*====== Perfil de ingreso ======*/
    .ingreso-perfil {
        height: 651px;
        background-position: bottom;
    }

    /*Perfil de egreso*/
    .btn-revisa-info {
        width: 35%;
    }

    /*Actividades que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }

    /*Materias*/
    .rvoe {
        margin-left: 5%;
        width: 25%;
        margin-right: 0;
    }

    .rvoe p {
        margin-left: 48px;
        margin-top: 120px;
        font-size: 10pt;
    }

    /*Carrusel de asignaturas para movil*/
    #asignaturasMovil {
        display: none !important;
    }

    /*Botones de información*/
    .btns-info {
        height: 350px;
    }

    .flecha-info {
        width: 25%;
    }
}

@media (min-width: 1920px) {

    /*Perfil de ingreso*/
    .text-ingreso {
        width: 61% !important;
        padding-right: 106px;
    }

    .text-ingreso ul {
        font-size: 14pt;
    }

    .ingreso-perfil {
        height: 651px;
        background-position: bottom;
    }

    /*Perfil de egreso*/
    .btn-revisa-info {
        width: 35%;
    }

    /*Actividades que fortalecen*/
    .act-fortalecen {
        display: block !important;
    }
    .act-fortalecen h1 {
        line-height: 36px;
    }

    /*Materias*/
    .rvoe {
        margin-left: 5%;
        width: 25%;
        margin-right: 0;
    }

    .rvoe p {
        margin-left: 48px;
        margin-top: 115px;
        font-size: 10pt;
    }

    /*Carrusel de asignaturas para movil*/
    #asignaturasMovil {
        display: none !important;
    }

    /*Botones de información*/
    .btns-info {
        height: 350px;
    }

    .flecha-info {
        width: 25%;
    }
}