@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --naranja: #FF5C00;
    --verdePrin: #232936;
    --gris: #D9D9D9;
    --azulCielo: #2FBED4;
    --negro: #1D1C1A;
    --blanco: #ffffff;
    --azul: #2058D1;
    --azulOscuro: #4C4C4C;
    --rojo: #7B001E;
    --gris: #EFF4F7;
    --azulClaro: #042F53;
    --amarrillo: #F5C813;
}

p {
    margin: 0;
}

.video-thumbnail img {
    width: 100%;
    border-radius: 2rem;
}

#exit-popup,
.img-full {
    left: 0;
    top: 0;
    height: 100%
}

.CarruselImg {
    width: 20%;
    margin: 10px;
    padding: 10px;
    border-radius: 5rem;
    background-color: white;
}

.txtCarrusel {
    width: 70%;
}

.CarruselImg img {
    width: 90%;
}

.CarruselImg2 {
    width: 40%;
    padding: 9px;
}

.valorArancel {
    background-color: red;
}

.botonSaberMas {
    padding: 10px;
    color: var(--blanco);
    background-color: var(--amarrillo);
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

.tituloPaso {
    font-size: 18px;
}

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

body {
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

header {
    z-index: 10;
    background-color: var(--azulOscuro);
}

.ContentNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 0;
    gap: 10px;
}

.IconNav {
    display: flex !important;
    justify-content: flex-start !important;
    float: left;
}

#exit-popup,
#more,
.Mobile {
    display: none !important;
}

.IconNav img {
    width: 110px;
    height: 55px;
    margin-right: 5rem;
}

.navbar-bottom div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.form-group {
    margin-bottom: 5px;
}

.navbar {
    background-color: var(--verdePrin);
    padding: 0px 0 10px;
}

.navbar-bottom img {
    height: 25px;
    margin-left: 10px
}

.IconBanner,
.footer-col ul li button img {
    width: 15% !important
}

.navbar-bottom a,
.navbar-bottom button {
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: #0d3b66;
    font-weight: 700;
    width: 80%;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btonNavPOP .POP {
    width: 33%;
    background-color: var(--amarrillo);
    padding: 10px;
    border-radius: 1rem;
    color: var(--azulClaro);
    font-weight: bold;
}

.btonNavPOP {
    display: flex !important;
    width: 55%;
    justify-content: flex-end !important;
}

.btonNavPOP p {
    margin: 0;
    font-size: clamp(0.75rem, 3.5vw, 1.35rem);
}

.navbar-bottom a p,
.navbar-bottom button p {
    margin: 0;
    font-size: clamp(0.75rem, 3.5vw, 1.35rem);
}

.img-full {
    object-fit: cover;
    width: 105%;
    position: absolute;
    z-index: 0
}

.hero-banner {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 610px;
    background-color: var(--blanco);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.hero-banner__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    width: 70%;
    flex-direction: column;
    padding-left: 0rem;
}

.diferenciales {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.dif-duracion {
    width: 25%;
    border: 1px solid var(--blanco);
    padding: 0px;
    border-radius: 10px;
}

.dif-duracion p {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.diferenciales .dif-duracion {
    text-align: center;
}

.dif-Txt p {
    width: 65%;
    margin-bottom: 0;
}

.dif-Txt {
    width: 85%;
}

.dif-Txt img {
    margin-right: 1rem;
    width: 25px;
}

.dif-Txt strong {
    color: var(--blanco);
    font-family: 'Poppins', sans-serif;
}

.diferenciales p {
    color: var(--blanco);
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.bannerContent {
    display: flex;
    position: relative;
    align-items: center;
}

.contentAside {
    padding-top: 1vh;
    position: relative;
    width: 35%;
}

.generalAside {
    max-width: 30%;
    min-height: 509px;
}

.FormTxtD {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#form-container2 .FormTxtD span {
    color: gray;
}

.FormTxtD span {
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-top: 1rem;
    margin-bottom: 0;
}

#form-container3 .FormTxtD span {
    margin-bottom: 1rem;
}

.tituloPrograma h1 {
    margin-top: 0;
    width: 60%;
    font-size: 50px;
    /* font-family: 'Poppins-SemiBold', sans-serif; */
}

.tituloPrograma .diplomado {
    margin-bottom: 0;
    width: 75%;
    font-size: clamp(0.75rem, 8.5vw, 5rem);
}

.tituloPrograma {
    color: var(--blanco);
}

.tituloPrograma p {
    font-size: 20px;
    font-weight: 500;
    color: var(--blanco);
}

.tituloFacultad p {
    font-size: 16px;
    font-family: 'Poppins-Light', sans-serif;
}

.tituloDiplomado p {
    font-size: 20px;
    font-family: 'Poppins-Regular', sans-serif;
}

.virtual {
    width: 30%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: var(--blanco);
    background-color: var(--azulOscuro);
    border-radius: 1rem;
    margin-bottom: 5rem;
}

.SecctionBlackImg p {
    width: 100%;
    color: white;
    text-align: center;
}

#myBtn {
    background: 0 0;
    border: none;
    color: #911f30;
    text-decoration: underline;
    font-weight: 700;
    font-size: 15px
}

#popup-close,
.BtonFlotante2>.menuWhatsapp a span {
    font-size: 20px
}

.POP,
.icon:hover {
    cursor: pointer
}

.ContentForm {
    box-shadow: 0 4px 5px #9f9f9f;
    background-color: #FCFBFD;
    color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 40px;
}

.iti {
    width: 100% !important;
}

#formulario-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    background-color: #00000054;
    color: #fff
}

#formulario-popup .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#formulario-popup .close {
    font-size: 17px;
    color: red;
    margin-bottom: -4rem;
    padding: 5px;
    border-radius: 1rem;
    cursor: pointer;
    z-index: 1;
    opacity: 2;
    background-color: #ffffff;
}

#formulario-popup .contentClose {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
}

.bg-rojo {
    background: #911f30;
    justify-content: center;
    color: #fff
}

.faq_container {
    background-color: #fff
}

.cards-container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.cards-container .card {
    background-color: var(--verdePrin);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: var(--blanco);
    border-radius: 2rem;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
    width: 400px;
    max-width: 100%;
}

.cards-container .card i {
    font-size: 40px;
    margin-bottom: 15px
}

.facultadPOP .facultad {
    font-size: 14px
}

.txtStrong {
    text-align: left;
    font-size: clamp(12px, 14px, 18px);
}

.contentBeneficios {
    color: var(--azulOscuro);
    font-size: 11px;
}

.contentPOP {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cards-container .card p {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.contentTxtCard {
    font-size: 17px;
}

.txt-cuatrimestre {
    width: 85%;
    font-size: 13px;
}

.precio {
    background-color: var(--amarrillo);
    padding: 0px 15px;
    color: var(--azulClaro);
    border-radius: 1rem;
    font-size: clamp(12px, 16px, 18px);
}

.contenido {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 4rem;
    justify-content: space-between
}

.SecColor img,
.footer-col img {
    width: 80%
}

.tabs-wrapper .tabs-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.tabs-wrapper .line {
    background-color: var(--negro);
    width: 0.1rem;
    height: 30rem;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
    width: 30%;
}

.tab-contents {
    width: 65%;
}

.tab-button {
    padding: 12px 24px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: clamp(12px, 15px, 18px);
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: black 0px 0px 2px 0px;
}

.tab-button:hover {
    background-color: #e0e0e0;
}

svg.swiper-navigation-icon {
    display: none;
}

.tab-button.active {
    background-color: var(--amarrillo);
    color: var(--azulClaro);
}

.general-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
    gap: 10px;
    flex-direction: column;
}

.bordeTabs {
    border: 1px solid var(--azulOscuro);
    padding: 20px;
    border-radius: 20px;
}

.contentModulos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.section-grey {
    color: #9F9D97;
}

.ventajas-grid {
    display: flex;
    gap: 1.5rem;
    width: 48%;
    flex-direction: column;
}

.general-tabs2 {
    display: flex;
    align-items: flex-start;
    border: 1px solid white;
    border-radius: 10px;
    background-color: var(--gris);
    gap: 15px;
}

.img-Tabs2 {
    padding: 10px;
    background-color: var(--verdePrin);
    color: white;
    text-align: center;
    margin: 0;
    font-size: 30px;
    width: 20%;
    font-weight: 500;
    height: 200px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-Tabs2 img {
    width: 40px;
    height: 40px;
}

.txt-Tabs2 p {
    font-size: 14px;
    margin: 0;
}

.tab-content {
    display: none;
    padding: 10px;
    border-radius: 8px;
    animation: fadeIn 0.5s ease;
}

.txt-Tabs {
    background-color: #EEEDEC;
    width: 100%;
    padding: 10px;
}

.txt-Tabs2 {
    width: 100%;
    padding: 10px;
}

.img-Tabs {
    width: 10%;
    text-align: center;
}

#tabs-container-2 .img-Tabs {
    width: 15% !important;
}

.cardsAdmisionC1,
.cardsAdmisionC2 {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 47%;
}

.generalCards {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
}

.contentCard {
    width: 90%;
    padding: 15px;
    display: flex;
    background-color: var(--gris);
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.contentCard span {
    font-size: 30px;
    font-weight: bold;
    margin-right: 1rem;
}

.contentCard p {
    margin: 0;
}

.contentCard a {
    color: var(--verdePrin);
}

.inscribirme-btn {
    width: 45%;
    color: white !important;
    background-color: var(--naranja);
    border-radius: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
}

.hablemos-btn {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: #0dc143;
    color: white !important;
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1rem;
    justify-content: center;
    text-decoration: none !important;
}

.hablemos-btn .fa-whatsapp {
    margin-right: 1rem;
}

#tabs-container-2 .txt-Tabs {
    width: 80% !important;
}

.tab-content.active {
    display: block;
}

.tab-content h3 {
    color: var(--negro);
    margin-bottom: 15px;
    margin-top: 0;
}

.tab-content p {
    margin-bottom: 0;
    line-height: 1.3;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.Form,
.ImgCertificado {
    width: 45%
}

.btonFondoInscribete {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 85%
}

.decuento {
    background-image: url(../img/curso-en-finanzas.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 550px;
    background-position-x: right;
    color: white;
}

.decuento .container {
    height: 90%;
}

.contentDescuento {
    display: flex;
    flex-direction: column;
    height: 48rem;
    width: 43%;
    align-items: flex-end;
    justify-content: flex-end;
}

.contentDescuento img {
    width: 80%;
}

.contentTxtDP,
.videoDirigido {
    width: 50%
}

.accordeon .titulo h3 {
    width: 60%;
    font-weight: 500;
    font-size: 30px
}

.accordeon .titulo img {
    width: 30%
}

.faq_container {
    border-radius: 1rem;
    margin-bottom: 1rem;
    background-color: #D9D9D9;
    box-shadow: 0 4px 5px #9f9f9f;
}

.faq_question {
    font-weight: 600;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 2rem;
}

.answer .Card {
    width: 200px;
    box-shadow: #9f9f9f 0px 0px 1px 1px;
    margin: 1rem 0 1rem;
    border-radius: 0rem 1rem 0rem 1rem;
    padding: 5px;
    display: block;
    text-decoration: none;
    color: var(--negro);
    background-color: white;
}

.programa .modalidad {
    color: #9F9D97;
}

.Card .facultad {
    font-size: 12px;
    color: white;
    background-color: var(--amarrillo);
    border-radius: 1rem;
    padding: 5px;
}

.Card p {
    margin: 0;
}

.Card .contentImg,
.Card .contentImg img {
    width: 100%;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.answer {
    display: flex;
    padding: 10px 20px;
}

#form-container h3,
.ContentDocente {
    padding-top: 20px
}

.answer p {
    line-height: 1.5;
    color: black;
}

.fqa_headline_container h2 span {
    font-weight: 700
}

.faq_question-text h3 {
    font-size: 14px;
    color: var(--negro);
    margin: 0;
    width: 100%;
    font-weight: bold;
}

.icon-shape {
    color: var(--azulOscuro);
    border-radius: 5rem;
    width: 30px !important;
    height: 30px !important;
    position: relative
}

.icon.active {
    background: 0 0;
    border: 2px solid #fff
}

.icon .icon-shape::after,
.icon .icon-shape::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--azulOscuro);
    border-radius: 3px;
    left: 50%;
    transition: .5s
}

#form-container,
#video {
    width: 100%;
    border-radius: 1rem
}

.icon .icon-shape::before {
    width: 20px;
    height: 3px
}

.icon .icon-shape::after {
    width: 3px;
    height: 20px
}

.icon .icon-shape.active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: .5s
}

.icon .icon-shape.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .5s
}

.DocenteForm,
.Objetivos {
    background-color: #fff;
    padding-bottom: 30px
}

.sub-txt {
    font-size: clamp(15px, 30px, 35px);
    color: #7b001e;
}

.ContentDocente {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%
}

#form-container form {
    padding-bottom: 20px
}

.ListDocentes {
    width: 45%;
    height: 100%
}

#form-container {
    background-color: var(--blanco);
    color: var(--negro);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: black 0px 0px 2px 0px;
}

.CardDocente .titulo {
    color: var(--negro);
    font-weight: 700;
    line-height: 30px;
    font-size: 16px
}

.CardDocente .txt {
    color: #4c4c4c
}

.contentTxtDP .texto {
    width: 95%
}

.contentTxtDP ul {
    list-style: disc !important;
    margin-left: 20px
}

.ImgExp {
    width: 55%
}

.ImgExp img {
    width: 100%;
    border-radius: 2rem
}

.ImgCertificado img {
    width: 85%
}

.Certificado {
    display: flex;
    justify-content: space-between
}

.section-title {
    color: var(--verdePrin);
    font-weight: bold;
    margin: 0;
    margin-bottom: 2rem;
    font-size: clamp(15px, 22px, 30px);
}

.section-title span {
    color: var(--negro);
    font-size: clamp(15px, 21px, 30px);
}

.subTxt {
    color: var(--azulOscuro);
    font-size: 15px;
    margin: 0;
}

.titleMaster .section-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 5px;
    flex-direction: column;
    color: var(--verdePrin);
}

.titleMaster .section-title strong {
    color: white;
    background-color: var(--azulOscuro);
    border-radius: 1rem;
    padding: 0px 10px;
}

.ListplanEstudios {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.ListplanEstudios .list {
    width: 45%;
}

.ListplanEstudios .Cuatrimestre {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ListplanEstudios .Cuatrimestre p {
    font-size: 18px;
    font-weight: 700;
    color: var(--negro);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.Cuatrimestre .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6edf1;
    padding: 10px;
    width: 100%;
    height: 14rem;
    border-radius: 1rem;
}

.Cuatrimestre .card-img {
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: center;
}

.Cuatrimestre .card-img img {
    width: 50%;
}

.Cuatrimestre .card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.Cuatrimestre .card-list li:last-child {
    border-bottom: none;
}

#contactByWhatsapp-input,
#terms-check {
    margin-right: 5px !important;
}

.brochure {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    margin-top: 2rem;
    justify-content: center;
}

.brochure a {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.generalVentajas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
}

.contentVentajas .icon .fa-check-circle {
    color: var(--azulOscuro);
}

.contentVentajas .icon h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.btnVentajas {
    text-align: center;
}

.btnMetodologia {
    background-color: var(--amarrillo);
    color: var(--azulOscuro);
    font-weight: bold;
    width: 100%;
}

.btnMetodologia:hover {
    color: var(--azulOscuro) !important;
}

.ventajas .btnMetodologia {
    width: 50%;
    margin: 0;
}

.generalVentajas .txtIcon {
    width: 100%;
}

.generalVentajas .icon {
    width: 100%;
}

.listVentajas {
    width: 50%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.titleTab {
    font-size: 15px;
    font-weight: bold;
}

.contentVentajas {
    display: flex;
    width: 95%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
    border-radius: 1rem;
    background-color: var(--gris);
    height: 23rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.testimonios {
    margin-top: 3rem;
}

.subtxt-pasos {
    color: var(--negro);
    font-weight: bold;
}

.pasosAdmision .Desk img {
    width: 100%;
}

.txtAdmision {
    margin: 1rem 0 2rem;
}

.content-txt {
    width: 45%;
}

.Activate {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.SecColor .txtImg img {
    width: 25%
}

.Activate img {
    width: 75%;
    cursor: pointer
}

#carousel1 .item {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    text-align: center;
    z-index: 0;
    position: relative
}

#plantilla-formulario form,
.CardDocente,
.List .Opt p {
    width: 100%
}

.CardTestimonios {
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 5px;
    border-radius: 1rem;
    box-shadow: var(--amarrillo) 0px 0px 1px 1px;
}

.CardTestimonios .titulo {
    font-size: 15px;
    font-weight: bold;
    color: var(--negro);
}

#carousel2 .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel1 .owl-nav,
#carousel2 .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 5rem;
    width: 100%;
    z-index: 0
}

.ContentCarruselD {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--negro) !important
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0 !important
}

.ListPorque,
.Opt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

#terms-link {
    color: var(--azul) !important;
    text-decoration: underline !important
}

#btn-enviar {
    background-color: var(--verdePrin) !important;
    border-color: transparent;
    color: var(--blanco);
    font-weight: bold;
}

#carousel1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.ContentCarruselD .owl-carousel .owl-stage-outer {
    width: 80% !important
}

.List {
    width: 47%;
}

.List .Opt img {
    width: 15%
}

.IconW {
    width: 7% !important
}

.qr {
    width: 40% !important
}

.containerFooter {
    max-width: 1170px;
    margin: auto
}

.virtualFooter {
    font-style: italic;
}

.row {
    display: flex;
    flex-wrap: wrap
}

.footer ul {
    list-style: none
}

.footer {
    background-color: var(--verdePrin);
    padding: 40px 0;
    margin-top: -5px;
}

.footer-col {
    width: 33%;
    padding: 0 15px
}

.footer-col h3 {
    font-size: 18px;
    color: var(--blanco);
    margin-bottom: 15px;
    font-weight: 500;
    position: relative
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px
}

.footer-col ul li a,
.footer-col ul li button,
.footer-col ul li p {
    font-size: clamp(12px, 15px, 17px);
    color: var(--blanco);
    text-decoration: none;
    font-weight: 400;
    display: block;
    transition: .3s
}

.SecctionBlack {
    background: var(--negro);
}

.SecctionBlackImg {
    width: 100%;
    display: flex;
    justify-content: center
}

.SecctionBlackImg img {
    width: 60%;
}

.Desk {
    display: initial;
}

.ContentFooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: flex-start
}

#form-container1,
#form-container2,
#plantilla-formulario {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#plantilla-formulario label {
    margin-bottom: 0 !important;
}

#form-container2 form .form-check,
#plantilla-formulario form .form-check,
.form-check {
    display: flex;
    align-items: flex-start;
    font-size: 10px;
    margin-top: 0.6rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-pop-content {
    display: flex;
    justify-content: flex-end;
    width: 45%;
}

#form-container>p {
    width: 80%;
    padding: 10px
}

.BtonFlotante2 {
    width: 80px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -53rem
}

.BtonFlotante2 .closeMenuWhatsapp {
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    background: 0 0;
    border: none;
    font-size: 2.5rem;
    color: var(--azulOscuro);
    width: 7%;
    font-weight: bold;
}

.BtonFlotante2>.menuWhatsapp,
.botonF2,
.botonF3 {
    z-index: 10;
    position: fixed;
    transition: .3s
}

.BtonFlotante2>.menuWhatsapp {
    display: none;
    top: 60%;
    left: 50%;
    width: 30rem;
    border-radius: 1rem;
    translate: -65% 0;
    background: linear-gradient(234deg, #ededed 10%, #fff 100%);
    height: 50%;
    justify-items: center;
    flex-direction: column;
    transform: translate(170%, -25%);
    box-shadow: 1px 0 20px #7e7e7e;
    align-items: center;
    justify-content: flex-start
}

.BtonFlotante2 .btnWhatsapp {
    display: flex;
    height: 30%;
    width: 85%;
    flex-direction: column;
    font-weight: 700;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.BtonFlotante2>.menuWhatsapp a>p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.BtonFlotante2>.menuWhatsapp a {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    padding: 0 24px;
    text-decoration: none;
    width: 25rem;
    font-weight: 600;
    height: 100%;
    border-radius: 50px;
    background-color: #0dc143;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.BtonFlotante2>.menuWhatsapp a:hover {
    box-shadow: 0 0 20px 0 #000
}

.SecColor .txtImg {
    display: flex;
    width: 85%;
    align-items: center;
}

.txtWtp {
    width: 85%;
    margin-top: 1rem
}

.txtWtp .txtP1 {
    text-align: center;
    width: 100%
}

.txtWtp .txtP1 p {
    width: 100%;
    color: #000
}

.SecColor {
    display: flex;
    height: 40%;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 1rem 0 0
}

.BtonFlotante2 .menuWhatsapp .contentBtn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 50%
}

.botonF2,
.botonF3 {
    bottom: 5rem;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #0dc143;
    right: 0;
    margin-right: 16px;
    border: none;
    outline: 0;
    color: #fff
}

.botonF3 {
    background: var(--amarrillo);
    bottom: 13rem;
}

.botonF2 span,
.botonF3 span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.botonF2:hover span {
    transform: rotate(360deg)
}

.botonF2:active {
    transform: scale(1.4)
}

#itemsProgram {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

#itemsProgram .item {
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-wrapper {
    position: relative;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.sidebar-content {
    position: relative;
}

.overlay-sidebar {
    transition: top 0.3s ease;
    padding: 20px;
    transform: none;
    background-color: white;
    border-radius: 10px;
    width: 440px;
    display: flex;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: fixed;
}

.generalAside h3 {
    text-align: center;
    margin-top: 0px;
}

.txtFormAside {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txtAside {
    width: 90%;
}

.main-content {
    width: 65%;
}

.txtAside h2 {
    margin-top: 0rem;
    font-size: 25px;
}

.sticky-sidebar {
    width: 40%;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.sidebar-form {
    position: relative;
    padding: 20px;
}

.sidebar-info {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.ContentExpertoVideo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ContentExpertoVideo iframe {
    border-radius: 1rem;
}

.expertoVideo .titulo {
    text-align: center;
}

#country-select {
    width: 100% !important;
}

.formSection {
    background-image: url(../img/ingenieria-de-software-que-es.webp);
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formContent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ContentForm2 {
    background-color: var(--blanco);
    margin-top: 0rem;
    padding: 0px 35px;
    color: rgb(0, 0, 0);
    margin-bottom: 1rem;
    border-radius: 2rem;
    width: 45% !important;
}

.ContentForm2 #terms-link {
    color: var(--azul) !important;
}

#form-container2 {
    padding-bottom: 3rem;
}

.form-title {
    text-align: center !important;
}

.form-subtitle {
    text-align: center;
    margin-bottom: 1.5rem;
}

#form-container2 #btn-enviar {
    width: 100%;
}

.certificacion,
.maestria-marketing,
.planEstudios,
.ventajas,
.maestria-marketing,
.admision,
.testimonios,
.preguntasFrecuentes,
.cards-container,
.expertoVideo {
    padding: 5rem 0px 0px;
}

.contenedorColumnaCerti {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.columna1Certi {
    width: 40%;
}

.columna1Certi img {
    width: 90%;
}

.columna2Certi {
    padding: 15px;
    border-radius: 1rem;
    border: 2px solid black;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: black !important;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: 500;
}

.iti--separate-dial-code .iti__selected-flag {
    height: 3.3rem !important;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

.btonFondoInscribete button.btn.bg-rojo.POP {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease-in-out;
    animation: 1s infinite heartbeat;
    box-shadow: 0 0 25px 0 #fff
}

#plantilla-formulario #terms-link,
#form-container3 #terms-link {
    color: var(--azul) !important;
}

#plantilla-formulario .ic-class-form-row,
.ic-class-form-row {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
    align-items: flex-start;
}

#plantilla-formulario #btn-enviar {
    width: 100%;
    padding: 5px;
    margin-top: 1rem;
    border-radius: 0.5rem;
}

.contentFormContent {
    display: flex;
    width: 90%;
    justify-content: flex-end;
}

.esc {
    width: 13%;
}

input[type=checkbox] {
    margin-right: 1rem;
    margin-top: 0;
}

#form-container1 .btn-submit {
    width: 100%;
}

.contetnBtn {
    display: flex;
    justify-content: center;
}

#btn-enviar {
    width: 50%;
    padding: 5px;
}

.bannerVerde {
    background-color: var(--verdePrin);
    margin-top: 5rem;
    height: 200PX;
    padding: 20px 0px;
}

.bannerVerde .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contentImgPerson {
    text-align: left;
    width: 25%;
    margin-top: 0.9rem;
}

.contentImgPerson img {
    width: 80%;
}

.txtLiderazgo strong {
    font-size: 30px;
    color: var(--blanco);
}

.txtLiderazgo p {
    font-size: 21px;
}

.txtLiderazgo .btnVentajas {
    text-align: center;
}

.txtLiderazgo .btnMetodologia {
    width: 40%;
}

@media screen and (min-width:600px) and (max-width:1024px) {
    .esc {
        width: 11% !important;
    }

    .contentAside {
        display: none;
    }

    .Mobile {
        display: flex !important;
    }

    .pasosAdmision .Mobile {
        flex-direction: column;
    }

    .contentFormContent {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .Desk {
        display: none !important;
    }

    .main-content {
        width: 100%;
    }

    .hero-banner {
        display: flex;
        justify-content: center;
    }

    .hero-content {
        width: 100%;
    }

    .cards-container .card {
        padding: 0 !important
    }

    .CarruselImg {
        width: 13%;
        margin-left: 1rem;
    }

    .tab-button {
        width: 100%;
    }

    .certificacion .img-Tabs {
        width: 15% !important;
    }

    .contentDescuento img {
        width: 51% !important;
    }

    .FooterImgLogo img {
        width: 30% !important;
    }

    .ListplanEstudios .Cuatrimestre img {
        width: 60%;
    }

    .ImgFondo .container {
        margin-top: -85vw !important;
    }

    .ImgFondo {
        height: 80vw !important;
    }

    #itemsProgram .item {
        width: 45% !important;
    }

    .brochure a {
        width: 50% !important;
    }

    .pasosAdmision img {
        width: 55% !important;
    }

    #carousel3 .item {
        display: flex;
        justify-content: center;
    }

    .formSection {
        background-image: none;
        height: 100%;
        width: 100%;
    }

    .ContentForm2 {
        width: 70% !important;
    }
}

@media screen and (min-width:769px) and (max-width:1214px) {
    #btn-enviar {
        width: 100%;
        font-weight: 700;
        font-size: 17px;
    }

    .navbar-bottom a p {
        font-size: 14px;
        width: 65%
    }

    .Mobile {
        display: flex !important;
    }

    .Desk {
        display: none !important;
    }

    .img-full {
        object-fit: cover
    }

    .BtonFlotante2>.menuWhatsapp {
        width: 40rem;
        transform: translate(10%, -25%)
    }

    .ImgFondo {
        height: 75vh;
        background-size: cover
    }

    .tituloPrograma h1 {
        width: 100%;
    }

    .ListplanEstudios .Cuatrimestre img {
        width: 85%;
    }

    .botonF2 {
        bottom: 0rem;
        width: 50%;
        border-radius: 0%;
        left: 0;
        margin-right: 0%;
    }

    .botonF3 {
        bottom: 0rem;
        width: 50%;
        border-radius: 0%;
        right: 0;
        margin-right: 0%;
    }
}

@media (max-width:768px) {
    .contentAside {
        display: none;
    }

    .form-pop-content {
        width: 100%;
    }

    .Reconocimientos {
        width: 100% !important;
    }

    .generalCards {
        flex-direction: column;
    }

    .cardsAdmisionC1,
    .cardsAdmisionC2 {
        width: 100%;
    }

    .contentCard {
        width: 100%;
    }

    .contentModulos {
        flex-direction: column;
        gap: 15px;
    }

    .ventajas-grid {
        width: 100%;
    }

    .columna2Certi {
        border: 2px solid transparent;
    }

    .contenedorColumnaCerti {
        flex-direction: column;
        border: 2px solid black;
        padding: 15px;
        border-radius: 1rem;
    }

    i.fa-solid.fa-circle-xmark {
        font-size: 23px;
    }

    #formulario-popup .container {
        height: 100%;
        overflow: scroll;
    }

    .ContentForm {
        height: 100%;
        overflow: scroll;
        padding: 20px;
    }

    .SecctionBlackImg img {
        width: 100%;
    }

    .answercont {
        flex-direction: row;
        overflow: overlay;
    }

    .answer .Card {
        width: 80%;
    }

    .IconNav img {
        width: 110px;
        height: auto;
    }

    .botonSaberMas {
        padding: 10px;
        color: var(--blanco);
        background-color: var(--amarrillo);
        font-weight: bold;
        width: 100%;
    }

    .columna2Video {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .columna2Video img {
        width: 40px;
    }

    .columna1Certi {
        width: 100%;
        text-align: center;
    }

    .columna1Certi img {
        width: 55%;
        max-width: 100%;
    }

    .columna2Certi img {
        width: 100%;
        max-width: 100%;
    }

    .columna2Certi {
        width: 100%;
    }

    .titleMaster .section-title strong {
        padding: 10px;
        font-size: 20px;
    }

    .Cuatrimestre .card {
        height: 18rem;
    }

    .esc {
        width: 10% !important;
    }

    .hablemos-btn,
    .inscribirme-btn {
        width: 90%;
    }

    .botones-admision {
        flex-direction: column;
        gap: 1rem;
    }

    .contentVentajas {
        height: 100%;
        padding: 15px;
        width: 100%;
    }

    .formContent p {
        width: 90%;
    }

    .contentPOP {
        width: 80%;
    }

    .contentFormContent {
        width: 100%;
    }

    .ContentForm2 {
        background-color: #999999;
        color: var(--negro);
    }

    .formSection {
        background-image: none;
        height: 100%;
        background-color: var(--blanco);
    }

    .ContentForm3 p {
        width: 90% !important;
    }

    .txtDescuento img {
        width: 100%;
    }

    .decuento .container {
        height: 55%;
    }

    .txtDescuento {
        width: 100%;
    }

    .decuento {
        background-image: url(../img/curso-en-finanzas-mobile.webp);
    }

    .general-tabs {
        margin-top: 0;
    }

    .certificacion .general-tabs {
        flex-direction: column;
    }

    .certificacion .img-Tabs {
        width: 25%;
    }

    .certificacion .txt-Tabs {
        width: 100%;
    }

    .video-txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .contentVideo {
        width: 100%;
        margin-top: 2rem;
    }

    .content-txt {
        width: 100%;
        margin-top: 2rem;
    }

    .hero-content {
        width: 95%;
        padding-left: 0;
    }

    .diferenciales {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .diferenciales p {
        width: 100%;
        font-size: 11px;
    }

    .dif-Txt {
        width: 100%;
    }

    .dif-duracion {
        width: 35%;
    }

    .tituloPrograma .virtual {
        width: 60% !important;
        margin-bottom: 4rem;
    }

    .diferenciales {
        width: 100%;
    }

    .tab-button {
        padding: 10px 10px;
        width: 48%;
    }

    .titleMaster .section-title {
        align-items: left;
    }

    .main-content {
        width: 100%;
        margin-top: 3rem;
    }

    .hero-banner {
        height: 425px;
        min-height: 300px;
    }

    .bannerContent {
        height: 95%;
    }

    #form-container3 form {
        padding: 15px;
    }

    .form-check {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .formSection .formContent {
        justify-content: center !important;
    }

    #form-container2 {
        padding: 5px 0px 20px;
    }

    .brochure a {
        width: 100%;
    }

    .maestria-marketing .section-title {
        text-align: center;
        margin-bottom: 2rem;
    }

    .maestria-marketing .subTxt {
        text-align: left;
    }

    .tabs-wrapper .line {
        display: none;
    }

    .tabs-wrapper .tabs-container {
        flex-direction: column
    }

    .tab-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .cl {
        width: 100% !important;
    }

    .ListplanEstudios {
        flex-direction: column;
    }

    .ListplanEstudios .list {
        width: 100%;
    }

    .generalVentajas {
        flex-direction: column;
    }

    .listVentajas {
        width: 100%;
    }

    .generalVentajas .icon {
        width: 100%;
    }

    .contentVentajas .icon .fa-check-circle {
        font-size: 20px;
        margin-top: 0.5rem;
    }

    .btnVentajas {
        text-align: left;
    }

    .btnMetodologia {
        width: 95% !important;
        margin-bottom: 2rem;
        margin-top: 2rem;
        font-size: 17px;
    }

    .tab-contents {
        width: 100%;
    }

    .main-content-wrapper {
        width: 100%;
    }

    .navbar-bottom a p,
    .navbar-bottom button p {
        font-size: 12px
    }

    .facultadPOP .facultad,
    .faq_question-text h3 {
        font-size: 15px
    }

    .dhx-terms,
    .ic-class-form-check-label-legal {
        margin-left: 5px
    }

    .navbar-bottom div {
        width: 100%
    }

    .btonNavPOP .POP {
        width: 100%;
    }

    .navbar-bottom a,
    .navbar-bottom button {
        width: 75%
    }

    #btn-enviar {
        width: 100%;
        font-weight: 700;
        font-size: 17px
    }

    .navbar-bottom {
        padding: 25px 10px;
        top: -3px
    }

    .facultadPOP {
        text-align: left
    }

    #popup-content {
        text-align: center
    }

    .img-full,
    .navbar-bottom {
        position: relative
    }

    #popup-content {
        height: 10rem;
        padding: 0
    }

    #popup-close {
        top: -52vw
    }

    #tabs-container-2 .tab-button {
        padding: 10px 10px;
    }

    .CardTestimonios {
        width: 80%;
    }

    #form-container2 form,
    .Activate,
    .Activate img,
    .Form,
    .ImgCertificado,
    .ImgCertificado img,
    .ImgExp,
    .List,
    .ListDocentes,
    .SecctionBlackImg p,
    .bg-rojo,
    .contentTxtDP,
    .imgPopUP img,
    .tituloPrograma,
    .videoDirigido {
        width: 100%
    }

    .answer .Card {
        width: 100%;
    }

    .botonF2 {
        bottom: 0rem;
        width: 50%;
        border-radius: 0%;
        left: 0;
        margin-right: 0%;
    }

    .botonF3 {
        bottom: 0rem;
        width: 50%;
        border-radius: 0%;
        right: 0;
        margin-right: 0%;
    }

    .BtonFlotante2 p {
        margin: 0 0 0 10px;
        display: block;
    }

    .ImgFondo .container {
        height: 100%;
        margin-top: -110vw
    }

    .ImgExp img {
        margin-top: 2rem
    }

    .SecctionBlack {
        height: 16rem;
        padding: 10px
    }

    .navbar-bottom img {
        width: 100%;
    }

    .BtonFlotante2>.menuWhatsapp {
        transform: translate(15%, -70%)
    }

    .ContentForm2 {
        width: 100% !important;
        margin-bottom: 0;
    }

    .ImgFondo,
    .contenido {
        margin-top: 0
    }

    .faq_container {
        border-radius: 1rem
    }

    .ContentFooter {
        flex-direction: column
    }

    .Certificado {
        justify-content: space-between;
        flex-direction: column
    }

    #form-container {
        border-radius: 0
    }

    .accordeon .titulo h3 {
        width: 80%;
        font-size: 25px
    }

    main {
        background-color: #fff
    }

    .List .Opt img {
        width: 25%
    }

    .List .Opt p {
        width: 74%
    }

    .contentTxtDP .texto {
        flex-direction: column !important
    }

    .DocenteForm {
        background-image: none;
        height: 100%
    }

    .contenido .texto {
        width: 100%;
        display: flex;
        margin-top: 1rem;
        flex-direction: column-reverse
    }

    .cards-container .card {
        transition: none;
        margin-bottom: 10px;
        width: 100%;
    }

    #itemsProgram {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #itemsProgram .item {
        width: 100%;
        height: 100%;
    }

    .CarruselImg {
        width: 19%;
    }

    .answer p {
        line-height: 1.2
    }

    .cards-container .card:hover {
        transform: none
    }

    .owl-carousel .owl-item .CarruselImg {
        display: inline !important;
        width: 20% !important
    }

    .ImgFondo {
        height: 110vw
    }

    .tituloPrograma h1 {
        width: 100%;
        font-size: 25px;
    }

    .Mobile {
        display: flex !important;
    }

    .pasosAdmision .Mobile {
        flex-direction: column;
    }

    .IconBanner {
        width: 100% !important
    }

    .Desk {
        display: none !important
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .contentDescuento img {
        width: 70%;
    }

    .cards-container .card p {
        width: 90%;
    }

    .contentDescuento {
        width: 100%;
        height: 30rem;
        text-align: center;
        align-items: center;
    }

    .ContentForm3 {
        box-shadow: #9F9D97 0px 0px 8px 1px;
        width: 95%;
        border-radius: 1rem;
        margin-bottom: 2rem;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 30px
    }

    .FooterImgLogo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .FooterImgLogo img {
        width: 50%
    }

    .footer {
        padding: 35px 0
    }
}

.anchoDiferido p {
    width: 100% !important;
}

.swiper-container {
    max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5rem;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    transition: height 0.3s ease;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
    box-sizing: border-box;
    padding: 0;
    width: 100% !important;
    flex-shrink: 0;
    visibility: hidden;
}

.swiper-slide-active {
    visibility: visible;
}

.slide-content {
    text-align: left;
}

.slide-content h3 {
    margin: 0;
    color: #00264d;
    font-size: 1.5rem;
}

.slide-content span {
    color: var(--amarrillo);
    font-weight: bold;
    font-size: 1.5rem;
}

.slide-content p {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.5;
    margin-top: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    color: #00264d;
    position: absolute !important;
}

.swiper-button-prev {
    left: -20px !important;
}

.swiper-button-next {
    right: -20px !important;
}

/* .swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
} */
.swiper-button-prev img,
.swiper-button-next img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}

.testimonios .titulo {
    text-align: center;
}

@media (max-width: 768px) {
    .bannerVerde {
        margin-top: 0;
        height: 350px;
    }

    .ContentForm2 {
        border-radius: 0;
    }

    .formSection .container {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

    .contentImgPerson {
        width: 100%;
        margin-top: 0;
        text-align: center;
        justify-content: center;
    }

    .contentImgPerson img {
        width: 70%;
    }

    .contentLiderazgo {
        padding: 25px;
    }

    .bannerVerde .container {
        flex-direction: column;
    }

    .txtLiderazgo strong {
        font-size: 20px;
    }

    .txtLiderazgo p {
        font-size: 17px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .ocultar-desktop {
        display: none;
    }

    .ocultar-mobile {
        display: block;
    }

    .mostrar-desktop {
        display: block;
    }

    .mostrar-mobile {
        display: none;
    }
}

.swiper-pagination {
    bottom: 0;
    text-align: center;
    position: relative;
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #00264d !important;
}

.icono-grande {
    font-size: 40px !important;
}

.ocultar-desktop {
    display: block;
}

.ocultar-mobile {
    display: none;
}

.mostrar-desktop {
    display: none;
}

.mostrar-mobile {
    display: block;
}

.contentVentajas .icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contentVentajas .icon img {
    width: 40px;
    /* Ajusta según tu icono */
    height: auto;
    flex-shrink: 0;
    /* Evita que el icono se achique */
}

.contentVentajas h3 {
    margin: 0;
    line-height: 1.4;
}

.contentVentajas {
    margin-bottom: 2rem;
    /* ESPACIO ENTRE TARJETAS */
}



/*Seccion Semestres */

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

.wrap {
    font-family: var(--font-sans);
    max-width: 640px;
    padding: 1.5rem 1rem
}

.prog-label {
    font-size: 13px;
    color: var(--color-text-secondary);
    margin-bottom: 4px
}

.main-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin-bottom: 1.5rem
}

.grid-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-bottom: 2px
}

.col-head {
    background: var(--verdePrin);
    color: #fff;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
    font-weight: 500
}

.col-head:first-child {
    border-radius: 6px 0 0 0
}

.col-head:last-child {
    border-radius: 0 6px 0 0
}

@media(prefers-color-scheme:dark) {
    .col-head {
        background: #e8e8e8;
        color: #111
    }
}

.grid-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px
}

.cell {
    background: var(--blanco);
    border: 0.5px solid var(--azulOscuro);
    padding: 16px 14px;
    font-size: 13.5px;
    color: var(--color-text-primary);
    text-align: center;
    line-height: 1.45;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-text {
    margin-top: 1.25rem;
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.6
}

.footer-text strong {
    color: var(--color-text-primary);
    font-weight: 500
}

.btn {
    display: block;
    margin-top: 1.5rem;
    background: #E8B800;
    color: #111;
    text-align: center;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 280px
}