@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: #F5C813;
    --negro: #1D1C1A;
    --blanco: #ffffff;
    --azul: #2058D1;
    --azulOscuro: #0E1C2C;
    --rojo: #20246D;
    --beige: #C99400;
    --azulClaro: #042F53;
}
.video-thumbnail img {
    width: 100%;
    border-radius: 2rem;
}
#exit-popup,
.img-full {
    left: 0;
    top: 0;
    height: 100%
}
.CarruselImg {
    width: 20%;
    padding: 9px;
    border-radius: 1rem;
}
.CarruselImg2 {
    width: 40%;
    padding: 9px;
}
.valorArancel {
    background-color: red;
}
.contenedorVideo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
.botonSaberMas {
    padding: 10px;
    color: var(--azulOscuro);
    background-color: var(--amarillo);
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}
.columna1Video {
    width: 60%;
    border-radius: 10px;
}
.columna2Video {
    width: 40%;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.columna2Video img {
    width: 40px;
}
.contenedorVideoItem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.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: 2rem 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: 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(--amarillo);
    padding: 10px;
    border-radius: 1rem;
    color: var(--azulOscuro);
    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: 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: 0rem;
    padding-top: 5rem;
}
.diferenciales {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;

}
.dif-duracion {
    width: 20%;
    border: 1px solid var(--blanco);
    padding: 0px;
    border-radius: 20px;
}
.dif-duracion p {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0px 0;
}
.diferenciales .dif-duracion {
    text-align: center;
}
.dif-duracion strong {
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dif-Txt p {
    width: 70%;
    font-size: 15px;
    margin-top: 3rem;
}
.dif-Txt {
    width: 50%;
}
.dif-Txt img {
    width: 40px;
}
.dif-Txt strong {
    color: var(--amarillo);
    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;
}
.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;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: 250px !important;
}
.tituloPrograma h1 {
    margin-top: 0;
    width: 60%;
    font-size: clamp(0.75rem, 6.5vw, 5rem);
    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: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 1rem;
}
.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;
    padding: 10px;
    color: black;
    width: 100%;
    border-radius: 20px;
}
.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: 32px;
    color: var(--azulOscuro);
    z-index: 101;
    cursor: pointer
}
.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(--azulOscuro);
    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;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.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: 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;
}
.tab-button.active {
    background-color: var(--rojo);
    color: var(--blanco);
}
.general-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
    gap: 10px;
}
.bordeTabs {
    border: 1px solid var(--azulOscuro);
    padding: 20px;
    border-radius: 20px;
}
.ventajas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.general-tabs2 {
    display: flex;
    align-items: center;
    border: 1px solid #F5C813;
    padding: 15px;
    border-radius: 10px;
    background-color: #F2F0E0;
    gap: 15px;
}
.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;
}
.contenedorColumnaCerti {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
}
.columna1Certi {
    width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.columna1Certi p {
    font-size: 20px;
    color: var(--azulOscuro);
    font-weight: bold;
    text-align: center;
}
.columna1Certi img,
.columna2Certi img {
    width: 100%;
    max-width: 100%;
}
.columna2Certi {
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#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%
}

.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;
    display: flex;
    justify-content: space-around;
}
#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(--negro);
    font-weight: bold;
    margin: 0;
    font-size: clamp(15px, 22px, 30px);
}
.subTxt {
    color: var(--rojo);
    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(--amarillo);
    color: var(--azulOscuro);
    font-weight: bold;
    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 30px;
    border-radius: 1rem;
    height: 28rem;
    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: 100%;
}
.contentVideo {
    width: 50%;
}
.videoAdmision {
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoAdmision iframe {
    border-radius: 3rem;
}
.videoAdmision {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.video1 {
    width: 100%;
    height: 100%;
    border: none;
}
.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(--amarillo) !important;
    border-color: transparent;
    color: var(--azulOscuro);
}
#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(--azulClaro);
    padding: 40px 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
}
.SecctionBlackImg img {
    width: 60%;
}
.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;
    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: #F5C813;
    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: 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/curso-de-control-y-automatizacion.webp);
    height: 800px;
    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: 10rem;
    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: 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%;
    font-weight: bold;
}
.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(--azulClaro);
    }
}
@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) {
    .swiper-container{
        padding: 3rem 3rem !important;
    }
    .FormTxtD span{
        margin-bottom: 2rem !important;
    }
    .dif-Txt p{
        width: 100%;
        margin-top: 1rem;
    }
    .SecctionBlackImg img {
        width: 100%;
    }
    .IconNav img {
        width: 200px;
        height: auto;
    }
    .contenedorVideo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 10px;
        flex-direction: column;
    }
    .botonSaberMas {
        padding: 10px;
        color: var(--azulOscuro);
        background-color: var(--amarillo);
        font-weight: bold;
        width: 100%;
    }
    .columna1Video {
        width: 100%;
        border-radius: 10px;
    }
    .columna2Video {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .columna2Video img {
        width: 40px;
    }
    .contenedorVideoItem {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .contenedorColumnaCerti {
        flex-direction: column;
        gap: 10px;
    }
    .columna1Certi {
        width: 100%;
    }
    .columna1Certi img {
        width: 100%;
        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%;
    }
    .ContentForm2 {
        background-color: var(--azulClaro);
        color: var(--blanco);
    }
    .formSection {
        background-image: none;
        height: 100%;
        background-color: var(--blanco);
    }
    .ContentForm3 p {
        width: 90% !important;
    }
    .txtDescuento img {
        width: 100%;
    }

    .txtDescuento {
        width: 100%;
    }

    .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;
        padding-top: 30px;
    }
    .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: 32%;
    }
    .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: 480px;
        min-height: 300px;
    }
    .hero-banner__image{
        object-fit: cover;
    }
    .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: 16rem;
        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: 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: 90%;
        margin-top: -15px;
    }
    .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;
        flex-direction: column;
    }
    .FooterImgLogo img {
        width: 75%
    }
    .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: overlay;
}
.swiper-wrapper {
    transition: height 0.3s ease;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    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(--rojo);
    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;
}
@media (max-width: 768px) {
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        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;
}
@media (min-width: 768px) {
    .ocultar-desktop {
        display: none;
    }
}
.ocultar-mobile {
    display: none;
}
@media (min-width: 768px) {
    .ocultar-mobile {
        display: block;
    }
}
.mostrar-desktop {
    display: none;
}
@media (min-width: 768px) {
    .mostrar-desktop {
        display: block;
    }
}
.mostrar-mobile {
    display: block;
}
@media (min-width: 768px) {
    .mostrar-mobile {
        display: none;
    }
}