@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --naranja: #FF5C00;
    --gris: #D9D9D9;
    --amarillo: #DBBB5D;
    --negro: #1D1C1A;
    --blanco: #ffffff;
    --azul: #2058D1;
    --azulOscuro: #DBAB14;
    --rojo: #7B001E;
}

.video-thumbnail img {
    width: 100%;
    border-radius: 2rem;
}

#exit-popup,
.img-full {
    left: 0;
    top: 0;
    height: 100%
}

.CarruselImg {
    width: 15%;
    padding: 10px;
    background-color: #F7FAFC;
    border-radius: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth
}

body {
    font-family: "Montserrat", sans-serif;
}

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
}

.ContentNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 0;
}

.IconNav {
    display: flex !important;
    justify-content: flex-start !important;
    float: left;
}

#exit-popup,
#more,
.Mobile {
    display: none !important;
}

.IconNav img {
    width: auto;
    height: 55px;
    margin: 0 !important
}

.navbar-bottom div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.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(--naranja);
    padding: 10px;
    border-radius: 1rem;
    color: var(--blanco);
    border-color: white;
}

.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: left;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    width: 68%;
    flex-direction: column;
    padding-left: 15rem;
}

.diferenciales {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.dif-duracion {
    width: 20%;
}

.dif-duracion p {
    display: flex;
    width: 85%;
    border-right: inset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.diferenciales .dif-duracion {
    text-align: center;
}

.dif-duracion strong {
    font-size: 20px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dif-Txt p {
    width: 60%;
}

.dif-Txt {
    width: 100%;
}

.dif-Txt strong {
    color: var(--amarillo);
}

.diferenciales p {
    color: var(--blanco);
    font-weight: 600;
}

.bannerContent {
    display: flex;
    position: relative;
    align-items: center;
}

.contentAside {
    padding-top: 1vh;
    position: relative;
}

.generalAside {
    max-width: 30%;
    min-height: 509px;
}

.FormTxtD {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#form-container2 .FormTxtD span {
    color: var(--blanco);
}

.FormTxtD span {
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-top: 1rem;
}

.tituloPrograma h1 {
    margin-top: 0;
    width: 75%;
    font-size: clamp(0.75rem, 8.5vw, 5rem);
}

.tituloPrograma .diplomado {
    margin-bottom: 0;
    width: 75%;
    font-size: clamp(0.75rem, 8.5vw, 5rem);
}

.tituloPrograma {
    color: var(--blanco);
}

.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;
    padding: 10px;
    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(--blanco);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: var(--negro);
    border-radius: 2rem;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
}

.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(--rojo);
    font-size: 11px;
}

.contentPOP {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cards-container .card p {
    font-size: 16px;
    margin: 0;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.txt-cuatrimestre {
    width: 85%;
    font-size: 13px;
}

.precio {
    background-color: var(--rojo);
    padding: 5px 15px;
    color: white;
    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: 60%
}


/*  */
.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: 5px 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;
}

.tab-button.active {
    background-color: var(--amarillo);
    color: var(--negro);
}

.general-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.tab-content {
    display: none;
    padding: 10px;
    border-radius: 8px;
    animation: fadeIn 0.5s ease;
}

.txt-Tabs {
    background-color: #EEEDEC;
    width: 100%;
    padding: 10px;
}

.img-Tabs {
    width: 10%;
}

#tabs-container-2 .img-Tabs {
    width: 15% !important;
}

.botones-admision {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.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;
    font-size: 12px;
    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%
}

.videoDirigido iframe {
    border-radius: 2rem;
    width: 100%
}

.accordeon .titulo h3 {
    width: 60%;
    font-weight: 500;
    font-size: 30px
}

.accordeon .titulo img {
    width: 30%
}

.faq_container {
    border-radius: 1rem;
    margin-bottom: 1rem;
    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: 30%;
    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);
}

.programa .modalidad {
    color: #9F9D97;
}

.Card .facultad {
    font-size: 12px;
    color: white;
    background-color: var(--amarillo);
    border-radius: 1rem;
    padding: 5px;
}

.Card p {
    margin: 0;
}

.Card .contentImg,
.Card .contentImg img {
    width: 100%;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.answer {
    padding: 0 10px 20px;
    line-height: 1.5rem
}

#form-container h3,
.ContentDocente {
    padding-top: 20px
}

.answer p {
    line-height: 1.5
}

.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 {
    background-color: var(--rojo);
    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(--blanco);
    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(--negro);
    font-weight: bold;
    margin: 0;
    font-size: clamp(15px, 22px, 30px);

}

.subTxt {
    color: var(--amarillo);
    font-size: 15px;
    margin: 0;
}

.titleMaster .section-title {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}

.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);
}

.btnVentajas {
    text-align: center;
}

.btnMetodologia {
    background-color: var(--naranja);
    color: var(--blanco);
    font-weight: 500;
    width: 40%;
    margin-top: 2rem;
}

.generalVentajas .txtIcon {
    width: 100%;
}

.generalVentajas .icon {
    width: 90%;
}

.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 10px;
    border-radius: 1rem;
    height: 20rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.testimonios {
    margin-top: 3rem;
}

.pasosAdmision {
    display: flex;
    margin-top: 3rem;
}

.pasosAdmision .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pasos-txt {
    width: 75%;
}

.pasos-img {
    width: 20%;
}

.red-pasos {
    color: #7b001e;
    font-weight: bold;
}

.subtxt-pasos {
    color: var(--negro);
    font-weight: bold;
}

.pasosAdmision .Desk img {
    width: 100%;
}

.txtAdmision {
    margin: 1rem 0 2rem;
}

.video-txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-txt {
    width: 45%;
}

.contentVideo {
    width: 50%;
}

.videoAdmision {
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoAdmision iframe {
    border-radius: 3rem;
}

.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(--amarillo) 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
}

#submit-btn {
    background-color: var(--naranja) !important;
    border-color: transparent;
}

#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: black;
    padding: 70px 0;
    margin-top: -5px;
}

.footer-col {
    width: 33%;
    padding: 0 15px
}

.footer-col h4 {
    font-size: 18px;
    color: #fff;
    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: #fff;
    text-decoration: none;
    font-weight: 400;
    display: block;
    transition: .3s
}

.SecctionBlack {
    background: #151e2f
}

.SecctionBlackImg {
    width: 100%;
    display: flex;
    justify-content: center
}

.Desk {
    display: block
}

.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: 13px;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
}

#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;
    /* background:linear-gradient(to right,#036,#337ab7); */
    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(--naranja);
    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;
    /* max-width: calc(27% - 2.45rem); */
    background-color: white;
    border-radius: 10px;
    width: 390px;
    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%;
}

.txtFormAside p {
    margin: 0 !important;
}

.main-content {
    width: 67%;
}

.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/cursos-de-contabilidad-y-finanzas.webp);
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7B001E;
}

.formContent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ContentForm2 {
    background-color: transparent;
    margin-top: 1rem;
    color: white;
    margin-bottom: 1rem;
    border-radius: 2rem;
    width: 45% !important;
}

.ContentForm2 #terms-link {
    color: var(--amarillo) !important;
}

#form-container2 {
    padding-bottom: 5rem;
}

.certificacion,
.maestria-marketing,
.planEstudios,
.ventajas,
.maestria-marketing,
.admision,
.testimonios,
.preguntasFrecuentes,
.cards-container,
.expertoVideo {
    padding: 5rem 0px 0px;
}

.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 #submit-btn {
    width: 100%;
}

.contentFormContent {
    display: flex;
    width: 90%;
    justify-content: flex-end;
}

.esc {
    width: 13%;
}

@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%;
        background-color: var(--rojo);
    }

}

@media screen and (min-width:769px) and (max-width:1214px) {
    .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) {
    i.fa-solid.fa-circle-xmark {
        font-size: 23px;
    }
    #formulario-popup .close{
            font-size: 20px;
    }
     #formulario-popup .container {
        height: 95%;
    }
      .ContentForm{
        height: 610px;
        padding: 0px 20px 0px;
    }
    .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%;
    }

    .formSection {
        background-image: none;
        height: 100%;
        background-color: var(--rojo);
    }

    .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 p {
        width: 100%;
        font-size: 11px;
    }

    .dif-Txt {
        width: 70%;
    }

    .dif-duracion {
        width: 25%;
    }

    .tituloPrograma .virtual {
        width: 60% !important;
        margin-bottom: 4rem;
    }

    .diferenciales {
        width: 100%;
    }

    .tab-button {
        padding: 10px 10px;
        width: 48%;
    }

    .titleMaster .section-title {
        align-items: center;
    }

    .main-content {
        width: 100%;
    }

    .hero-banner {
        height: 425px;
        min-height: 300px;
    }

    .bannerContent {
        height: 90%;
    }

    #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: center;
    }

    .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%;
        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%
    }

    #submit-btn {
        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: 55%;
    }

    .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: 5rem;
        padding: 10px
    }

    .navbar-bottom img {
        width: 100%;
    }

    .BtonFlotante2>.menuWhatsapp {
        transform: translate(15%, -70%)
    }

    .ContentForm2 {
        margin-top: 3rem;
        width: 100% !important;
    }

    .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: 12%;
    }

    .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%;
    }

    .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: 80%;
    }

    .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
    }

    .FooterImgLogo img {
        width: 50%
    }

    .footer {
        padding: 35px 0
    }
}


  /* Ocultar en mobile (menos de 768px) */
    .ocultar-mobile {
      display: block !important;
    }

    /* Ocultar en desktop (768px en adelante) */
    .ocultar-desktop {
      display: none !important;
    }

    @media screen and (max-width: 767px) {
      .ocultar-mobile {
        display: none !important;
      }
      .ocultar-desktop {
        display: block !important;
      }
    }