@font-face {
    font-family: 'Gotham-book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
}

body {
    font-family: 'Gotham-book', sans-serif !important;
}

.navbar {
    position: absolute !important;
    width: 100% !important;
    z-index: 1000 !important;
    top: 0 !important;
    overflow: hidden !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-top: 20px !important;
}

.nav-div {
    display: flex;
    align-items: center;
}

.img-a {
    margin: 0 10%;
}

.nav-img {
    width: 200px;
}

.nav-ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-ul li {
    margin: 0 15px;
}

.nav-ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.nav-div2 {
    display: flex;
    align-items: center;
}

.nav-a {
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    background: #00000033;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0 10px;
}

.ca {
    background: #0b027e !important;
}

.nav-div3 {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px 30px;
}

.nav-div3 a img {
    width: 25px;
    margin: 0 5px;
}

#contacto-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    z-index: 9999;
    transform: translateX(-100vw);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#contacto-overlay.active {
    transform: translateX(0);
}

.contacto-content {
    position: absolute;
    right: 0;
    top: 34px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.contacto-content .nav-div3 {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

.contacto-div {
    width: 50%;
    height: 100%;
    position: relative;
}

.contacto-div2 {
    width: 50%;
    padding-left: 8%;
    padding-right: 5%;
}

.contacto-img {
    height: 100%;
    object-fit: cover;
}

.contacto-p {
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    font-size: 2rem;
    line-height: 1.2;
}

.contacto-div3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.contacto-p2 {
    color: #1e1e1e;
    font-size: 2rem;
    font-family: 'gotham-bold', sans-serif !important;
}

.contacto-img2 {
    width: 80%;
    margin-bottom: 5%;
}

.contacto-div3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacto-div4 {
    display: flex;
    align-items: center;
}

.contacto-div4 i {
    color: #0b027e;
    font-size: 1.5rem;
}

.contacto-div4 div {
    margin-left: 20px;
}

.contacto-p3 {
    color: #1e1e1e;
    font-size: 1rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-bottom: 0;
}

.contacto-a {
    color: #1e1e1e;
    font-size: 1rem;
    text-decoration: none;
}

.contacto-div5 {
    filter: drop-shadow(0 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-top: 10%;
}

.contactForm {
    margin-top: 30px;
}

.btn-send {
    color: #fff !important;
    background: #0b703d !important;
    margin-bottom: -20px;
}

.contacto-redes {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.contacto-redes2 {
    display: flex;
    align-items: center;
}

.contacto-p4 {
    color: #1e1e1e;
    font-size: .8rem;
    margin-bottom: 0;
}

.contacto-redes2 a {
    margin-right: 10px;
    text-decoration: none;
}

.contacto-redes2 a i {
    font-size: 12px;
    color: #fff;
    background: #0b027e;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.btn-nav-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #0b703d;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-nav-top:hover {
    background: #07014c;
}

/* --- Sidebar --- */

.sidebar,
.sidebar-open {
    display: none;
}

/* Botón abrir */
.sidebar-open {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 100;
    background: #ffffff;
    border: none;
    color: #0b027e;
    /* morado */
    border-radius: 8px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 2px 10px rgba(11, 2, 126, .12);
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 21998;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Contenedor */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    /* un poco más ancho */
    height: 100vh;
    background: #ffffff;
    /* blanco */
    color: #1e1e1e;
    z-index: 21999;
    border-right: 1px solid #eef0f3;
    display: flex;
    flex-direction: column;
    padding: 18px 18px 24px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform .38s cubic-bezier(.65, .05, .36, 1), opacity .25s;
    font-family: 'Gotham-book', sans-serif;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.sidebar.active {
    transform: translateX(0);
    opacity: 1;
}

/* Header */
.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.sidebar-logo img {
    width: 150px;
    display: block;
}

/* Botón cerrar */
.sidebar-close {
    background: #f3f4f6;
    color: #6b7280;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s;
}

.sidebar-close:hover {
    background: #e9eaf0;
    color: #0b027e;
}

/* morado */

/* Lista */
.sidebar-menu {
    list-style: none;
    margin: 14px 0 18px;
    padding: 0;
}

.sidebar-menu li {
    margin: 4px 0;
}

/* Enlaces sin ícono, con acento lateral morado al hover */
.sidebar-menu li a {
    display: block;
    padding: 12px 14px 12px 16px;
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: 12px;
    color: #1e1e1e;
    position: relative;
    transition: color .2s ease, background .22s ease;
}

.sidebar-menu li a::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 2px;
    background: transparent;
    transition: background .22s ease, transform .22s ease;
    transform: scaleY(0);
}

.sidebar-menu li a:hover {
    background: #f7f7fb;
    /* sutil sobre blanco */
    color: #0b027e;
    /* morado */
}

.sidebar-menu li a:hover::before {
    background: #0b027e;
    /* morado */
    transform: scaleY(1);
}

/* CTA “Contáctanos” en verde */
.sidebar-menu li a.cta {
    background: #0b703d;
    /* verde */
    color: #ffffff;
    text-align: center;
    border-radius: 12px;
    margin-top: 6px;
}

.sidebar-menu li a.cta:hover {
    background: #0a6236;
    /* verde más oscuro */
    color: #ffffff;
}

.sidebar-menu li a.cta::before {
    display: none;
}

/* Separador */
.sidebar-sep {
    border: 0;
    height: 1px;
    background: #eef0f3;
    margin: 12px 0 8px;
}

/* Idiomas */
.sidebar-languages {
    margin-top: auto;
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    padding-top: 12px;
}

.sidebar-languages img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    object-fit: cover;
    transition: all .25s;
}

.sidebar-languages img:hover {
    border-color: #0b027e;
    /* morado */
    box-shadow: 0 0 0 3px rgba(11, 2, 126, .12);
}

/* Scroll interno si excede */
.sidebar {
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 20px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #b5bbc3;
}

.one-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.custom-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 2;
}

.custom-indicators span {
    display: block;
    width: 20px;
    height: 10px;
    background: #ffffffa1;
    border-radius: 15px;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s;
}

.custom-indicators .active {
    opacity: 1;
    background: #fff;
    width: 40px;
}

.carousel-item {
    position: relative !important;
}

.os-div {
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translateY(-50%);
}

.os-p {
    font-size: 3rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #fff;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 30px;
}

.os-p2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    white-space: pre-line;
    line-height: 1;
}

.two-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ts-img {
    width: 80%;
    height: auto;
    margin: 0 auto -5%;
    display: block;
    padding-top: 5%;
}

.ts-div {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.ts-p {
    font-size: 1.5rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #0b703d;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ts-p2 {
    font-size: 3rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #1e1e1e;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ts-p3 {
    font-size: 1.3rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #1e1e1e;
    white-space: pre-line;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ts-p4 {
    font-size: 1.2rem;
    color: #1e1e1e;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ts-div2 {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.ts-div3 {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    width: 400px;
}

.ts-img3 {
    height: 80px;
    object-fit: cover;
}

.ts-div4 {
    margin-left: 20px;
}

.ts-p5,
.ts-p6 {
    font-size: 1.2rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 0;
}

.ts-i {
    color: #0b027e;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    padding: 4px;
    box-sizing: content-box;
}


.three-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.ths-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ths-div {
    position: absolute;
    top: 10%;
    left: 5%;
}

.ths-p {
    font-size: 2.5rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #fff;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ths-div2 {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 60%;
}

.ths-div3 {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.ths-img2 {
    width: 280px;
    height: auto;
    object-fit: cover;
}

.ths-div4 {
    margin-left: 40px;
}

.ths-p2 {
    font-size: 1.5rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #1e1e1e;
    white-space: pre-line;
    line-height: 1.2;
}

.ths-p3 {
    font-size: 1.1rem;
    color: #1e1e1e;
    line-height: 1.2;
}

.ths-p4 {
    font-size: 1.1rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #1e1e1e;
    line-height: 1.2;
}

.four-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.fs-img {
    width: 50%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.fs-div {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.fs-p {
    font-size: 4rem;
    font-family: 'gotham-bold', sans-serif !important;
    color: #1e1e1e;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 10px;
}

.fs-img2 {
    width: 70%;
    margin-bottom: 30px;
}

.fs-p2 {
    font-size: 1.5rem;
    color: #1e1e1e;
    white-space: pre-line;
    line-height: 1.2;
}

.fs-div2 {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.fs-img3 {
    width: 75%;
    margin-left: auto;
    height: auto;
    object-fit: cover;
    display: block;
}

.five-section {
    width: 100%;
    margin: 5% 0;
    padding: 5% 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}

.fis-p {
    font-size: 1.3rem;
    color: #0b703d;
    font-family: 'gotham-bold', sans-serif !important;
    text-align: center;
    margin-bottom: 0;
}

.fis-p2 {
    font-size: 3rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    text-align: center;
}

.fis-img {
    width: 40%;
    margin: 0 auto 5%;
    display: block;
}

.fis-div {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.fis-img2 {
    width: 100%;
    object-fit: cover;
}

.fis-img3 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 30px;
}

.fis-div .row .col-md-6 .a {
    text-decoration: none;
}

.fis-div .row .col-md-6 {
    position: relative;
}

.fis-div2 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.fis-p3 {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    line-height: 1.2;
}

.fis-p4 {
    color: #fff;
    font-size: 1rem;
    white-space: pre-line;
    line-height: 1.2;
}

.six-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5% 10%;

}

.ss-p {
    font-size: 3rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    text-align: center;
}

.ss-img {
    width: 40%;
    margin: 0 auto 5%;
    display: block;
}

#carouselExampleIndicators2 {
    padding-bottom: 5%;
}

.custom-indicators2 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 2;
}

.custom-indicators2 span {
    display: block;
    width: 20px;
    height: 10px;
    background: #8dbca4;
    border-radius: 15px;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s;
}

.custom-indicators2 .active {
    opacity: 1;
    background: #0b703d;
    width: 40px;
}

#carouselExampleIndicators2 .carousel-inner .carousel-item .row .col-md-4 {
    position: relative;
}

.ss-img2 {
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}

.ss-div {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ss-p2 {
    color: #fff;
    font-size: 1.3rem;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    line-height: 1.2;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.9));
}

.ss-img3 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 35px;
}

.seven-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ses-img {
    width: 100%;
    object-fit: cover;
}

.ses-div {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.ses-p {
    color: #fff;
    font-size: 3rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-bottom: 0;
}

.ses-p2 {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-top: 30px;
}

.ses-p3 {
    color: #fff;
    font-size: 1.4rem;
    white-space: pre-line;
    line-height: 1;
    margin-bottom: 50px;
}

.ses-a {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #1e1e1e;
    font-size: 1.2rem;
    font-weight: 600 !important;
    text-decoration: none;
}

.ses-img3 {
    width: 15px;
    margin-left: 20px;
}

.eight-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10% 5%;
    overflow: hidden;
}


.es-div {
    width: 50%;
}


.es-p {
    color: #0b703d;
    font-size: 1.5rem;
    font-family: 'gotham-bold', sans-serif !important;
}

.es-p2 {
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    font-size: 3rem;
    white-space: pre-line;
    line-height: 1.2;
}

.es-p3 {
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 30px;
}

.es-p4 {
    color: #1e1e1e;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 40px;
}

.es-a {
    background: #fff;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.2));
    padding: 10px;
    border-radius: 10px;
    color: #1e1e1e;
    font-size: 1.2rem;
    font-weight: 600 !important;
    text-decoration: none;
}

.es-img3 {
    width: 15px;
    margin-left: 20px;
}

.es-div2 {
    width: 50%;
    position: relative;
}

.es-img4 {
    width: 145%;
    margin-left: -25%;
}

.es-div3 {
    background: #fff;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.5));
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 56%;
    right: -5%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
}

.es-img5 {
    width: 100%;
    object-fit: cover;
}

.nine-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5% 0;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 5%;
}

.ns-div {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.ns-p {
    font-size: 3rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    text-align: center;
}

.ns-img {
    width: 40%;
    margin: 0 auto 5%;
    display: block;
}

.ns-p2 {
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 30px;
    text-align: center;
}

.ns-p3 {
    color: #1e1e1e;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px !important;
    height: 50px !important;
    background-color: #efefef !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
}

.carousel-control-next {
    right: -6% !important;
}

.carousel-control-prev {
    left: -6% !important;
}

/* Centra el ícono de la flecha */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100% !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
}

.ns-div2 {
    background: #efefef;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    overflow: hidden;
}

.ns-a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.ns-img2 {
    width: 55%;
    display: block;
    object-fit: cover;
}

.ns-img3 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 35px;
}

.ns-p4 {
    color: #1e1e1e;
    font-size: 1.3rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-left: -7%;
    line-height: 1.2;
    margin-bottom: 0;
}

.ten-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
}

.tes-img {
    width: 100%;
    object-fit: cover;
}

.tes-div {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.tes-p {
    font-size: 4rem;
    color: #fff;
    font-family: 'gotham-bold', sans-serif !important;
}

.tes-p2 {
    font-size: 1.4rem;
    color: #fff;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    line-height: 1.2;
    margin: 30px 0 40px;

}

.tes-a {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #1e1e1e;
    font-size: 1.2rem;
    font-weight: 600 !important;
    text-decoration: none;
}

.tes-img3 {
    width: 15px;
    margin-left: 20px;
}

.footer {
    width: 100%;
    padding-top: 10%;
    overflow: hidden;
    position: relative;
    background: #efefef;
    display: flex;
    align-items: end;
    justify-content: center;
}

.footer-img {
    width: 80%;
}

.footer-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-img2 {
    width: 25%;
}

.footer-ul {
    display: flex;
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
}

.footer-ul li a {
    color: #1e1e1e;
    font-weight: 700 !important;
    text-decoration: none;
    padding: 0 30px;
    font-size: 1.2rem;
}

.footer-div2 {
    margin-bottom: 60px;
}

.footer-div2 a {
    padding: 10px;
}

.footer-div2 a i {
    font-size: 20px;
    color: #fff;
    background: #0b027e;
    border-radius: 50%;
    padding: 10px;

    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.footer-p {
    color: #1e1e1e;
    font-weight: 700 !important;
    font-size: 1rem;
}

.modal-body {
    position: relative;
}

.close-modal {
    background: #d9d9d9;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-div {
    background: #efefef;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.modal-img {
    width: 100%;
}

.modal-div2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 5%;
}

.modal-img2 {
    width: 50px;
}

.modal-p {
    color: #1e1e1e;
    font-size: 1.4rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-left: 20px;
    margin-bottom: 0;
    white-space: pre-line;
}

.modal-p2 {
    margin-left: 5%;
}

.modal-div3 {
    background: #efefef;
    margin-left: 5%;
    border-radius: 10px;
    padding: 20px;
    height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
}

/* Scrollbar personalizado */
.modal-div3::-webkit-scrollbar {
    width: 8px;
}

.modal-div3::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 10px;
    margin: 5px 2px;
}

.modal-div3::-webkit-scrollbar-thumb {
    background: #0b027e;
    border-radius: 10px;
    height: 40px !important;
}

.modal-div3::-webkit-scrollbar-thumb:hover {
    background: #07014c;
}

.modal-p3 {
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
}

.modal-ul li {
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
}


.modal-ul2 li {
    font-family: 'Gotham-book', sans-serif !important;
}

.modal-ul2 {
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.4s ease;
    padding-left: 15px;
    margin-top: 10px;
}

.modal-ul li.open>.modal-ul2 {
    display: block;
    transition: all 0.3s ease-in-out;
    max-height: 500px;
} 


.modal-ul li {
    cursor: pointer;
}


.eleven-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.els-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.els-div {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.els-p {
    color: #fff;
    font-size: 3rem;
    font-family: 'gotham-bold', sans-serif !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: pre-line;
}

.els-p2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700 !important;
    white-space: pre-line;
}

.els-p3 {
    color: #fff;
    font-size: 1.2rem;
    white-space: pre-line;
    line-height: 1;
}

.els-div2 {
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translateY(-50%);
}

.twelve-section {
    width: 100%;
    height: auto;
    position: relative;
}

.tws-div {
    width: 80%;
    display: block;
    margin: 5% auto;
}

.tws-img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15%;
}

.tws-div2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 5%;
}

.tws-img2 {
    filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 1));
}

.tws-p {
    color: #1e1e1e;
    font-size: 1.4rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-left: 20px;
    margin-bottom: 0;
}

.tws-p2 {
    margin-left: 5%;
}

.tws-p3 {
    color: #1e1e1e;
    font-weight: 700 !important;
    margin-left: 5%;
    margin-bottom: 0;
}

.tws-p4 {
    margin-left: 5%;
}

.tws-ul {
    margin-left: 5%;
}

.tws-p5 {
    color: #1e1e1e;
    font-size: 2rem;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
}

.tws-img3 {
    width: 35%;
    margin-bottom: 30px;
}

.tws-div3 {
    background: #fff;
    width: 100%;
    filter: drop-shadow(0 0px 30px rgba(0, 0, 0, 0.1));
    padding: 40px 5%;
    border-radius: 10px;
    margin: 5% 0;
}

.tws-p6 {
    color: #1e1e1e;
    font-size: 1.5rem;
    font-family: 'gotham-bold', sans-serif !important;
    text-align: center;
}

.progress {
    width: 60%;
    height: 20px !important;
    display: block;
    margin: 0 auto;
    border-radius: 20px !important;
}

.progress-bar {
    background: #0b027e !important;
    border-radius: 20px;
}

.simulator-p {
    color: #1e1e1e;
    font-size: 1.2rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-top: 5%;
    text-align: center;
}

.simulator-hr {
    margin: 10px 0 20px;
    border: 1.5px solid #1e1e1e;
}

.form-control,
.form-select {
    background: #efefef !important;
    border: none !important;
    border-radius: 5px !important;
}

.form-control::placeholder {
    color: #999999 !important;
    opacity: 1;
    font-weight: 600;
}

.btn-next {
    background: #0b027e !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 10px !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

.thirteen-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


.this-div {
    width: 80%;
    display: block;
    margin: 5% auto;
}

.this-p {
    color: #0b703d;
    font-size: 1.1rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-bottom: 0;
}

.this-p2 {
    color: #1e1e1e;
    font-size: 2.5rem;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
}

.this-img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.this-p3 {
    font-size: 1.2rem;
    white-space: pre-line;
    margin-top: 40px;
    margin-bottom: 5%;
}

.this-a {
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    text-decoration: none;
    font-size: 1.2rem;
}

.this-a i {
    color: #0b027e;
    margin-right: 20px;
}

.this-p4 {
    color: #1e1e1e;
    font-size: 1.2rem;
    font-family: 'gotham-bold', sans-serif !important;
    margin-top: 5%;
    white-space: pre-line;
}

.this-div2 {
    display: flex;
    align-items: center;
}

.this-ul2 {
    margin-left: 20%;
}

.this-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cmd8 {
    padding-left: 10% !important;
}

.this-p5,
.this-p6 {
    font-size: 1.2rem;
    white-space: pre-line;
}

.this-p6 {
    margin-bottom: 5%;
}

.this-mb {
    width: 80%;
}

.this-div3 {
    background: #fff;
    width: 100%;
    filter: drop-shadow(0 0px 25px rgba(0, 0, 0, 0.1));
    padding: 20px;
    border-radius: 10px;
    margin: 5% 0;
    display: flex;
    align-items: center;
}

.this-p7 {
    font-size: 1.1rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    margin-bottom: 0;
    margin-left: 20px;
}

.this-img4 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fourteen-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.fous-div {
    width: 80%;
    display: block;
    margin: 5% auto;
}

.col-md-4 {
    position: relative;
}


.servicios-one-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sos-img {
    width: 100%;
    object-fit: cover;
}

.sos-div {
    position: absolute;
    top: 65%;
    left: 8%;
    transform: translateY(-50%);
}

.sos-p {
    font-size: 1.3rem;
    color: #fff;
}

.sos-img2 {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.sos-p2 {
    font-size: 3rem;
    color: #fff;
    font-family: 'gotham-bold', sans-serif !important;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 30px;
}

.servicios-two-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sts-div {
    width: 80%;
    display: block;
    margin: 5% auto;
}

.sts-img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10%;
}

.sts-p {
    font-size: 1.4rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
}

.sts-img2 {
    width: 80%;
    object-fit: contain;
    margin-bottom: 5%;
}

.sts-p2 {
    text-align: justify;
    font-size: 0.9rem;
}

.sts-p3 {
    font-size: 1.2rem;
    color: #1e1e1e;
    font-family: 'gotham-bold', sans-serif !important;
    text-align: justify;
}

.sts-div2 {
    background: #f4f4f4;
    width: 100%;
    padding: 10%;
    border-radius: 10px;
    margin-bottom: 5%;
}

@media (prefers-reduced-motion: no-preference) {
    [data-anim] {
        opacity: 0;
        will-change: opacity, transform, filter, background-size;
        transition-property: opacity, transform, filter, background-size;
        transition-duration: .6s;
        transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    }

    /* Variantes iniciales */
    .aos-up {
        transform: translateY(18px);
        filter: blur(6px);
    }

    .aos-right {
        transform: translateX(24px);
        filter: blur(6px);
    }

    .aos-scale {
        transform: translateY(8px) scale(.98);
        filter: blur(4px);
    }

    /* Estado visible */
    .is-visible {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }

    .aos-underline.is-visible {
        background-size: 60% 100%, 40% 100%;
        /* mezcla verde/morado */
        transition: background-size .7s cubic-bezier(.22, .61, .36, 1);
    }

    /* Stagger para hijos directos */
    [data-stagger]>* {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity .6s cubic-bezier(.22, .61, .36, 1),
            transform .6s cubic-bezier(.22, .61, .36, 1);
        will-change: opacity, transform;
    }

    [data-stagger].is-visible>* {
        opacity: 1;
        transform: none;
    }
}

/* Accesibilidad: reduce motion */
@media (prefers-reduced-motion: reduce) {

    [data-anim],
    [data-stagger]>* {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

/* querys*/
@media screen and (max-width: 1430px) and (min-width: 1200px) {
    .img-a {
        margin: 0 5% 0 10%;
    }

    .nav-img {
        width: 150px;
    }

    .nav-ul li {
        margin: 0 10px;
    }

    .nav-ul li a {
        font-size: 0.9rem;
    }

    .nav-a {
        font-size: 0.9rem;
    }

    .contacto-p {
        font-size: 1.5rem;
    }

    .contacto-p2 {
        font-size: 1.4rem;
    }

    .contacto-div2 {
        right: 3%;
    }

    .contacto-div5 {
        margin-top: 5%;
    }

    .os-p {
        font-size: 2.5rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .ts-p {
        font-size: 1.2rem;
    }

    .ts-p2 {
        font-size: 2.2rem;
    }

    .ts-img2 {
        width: 80%;
    }

    .ts-p3 {
        font-size: 1rem;
    }

    .ts-p4 {
        font-size: 1rem;
    }

    .ts-img3 {
        height: 70px;
    }

    .ts-div3 {
        width: 350px;
    }

    .ts-p5,
    .ts-p6 {
        font-size: 1rem;
    }

    .three-section {
        padding-bottom: 5%;
    }

    .ths-p {
        font-size: 2rem;
    }

    .ths-img3 {
        width: 80%;
    }

    .ths-p2 {
        font-size: 1.2rem;
    }

    .ths-p3 {
        font-size: 1rem;
    }

    .ths-img2 {
        width: 200px;
    }

    .fs-p {
        font-size: 3rem;
    }

    .fs-p2 {
        font-size: 1.1rem;
    }

    .fs-img3 {
        width: 65%;
    }

    .fis-p {
        font-size: 1.2rem;
    }

    .fis-p2 {
        font-size: 2.5rem;
    }

    .fis-p4 {
        font-size: 1rem;
        width: 90%;
        white-space: normal;
    }

    .ss-p {
        font-size: 2.5rem;
    }

    .ss-p2 {
        font-size: 1rem;
    }

    .ses-p {
        font-size: 2.5rem;
    }

    .ses-p2 {
        font-size: 1.2rem;
    }

    .ses-p3 {
        font-size: 1rem;
    }

    .ses-a {
        font-size: 1rem;
    }

    .es-p {
        font-size: 1.2rem;
    }

    .es-p2 {
        font-size: 2.2rem;
    }

    .es-p3 {
        font-size: 1.2rem;
    }

    .es-p4 {
        font-size: 1rem;
    }

    .es-a {
        font-size: 1rem;
    }

    .es-div3 {
        width: 200px;
        height: 200px;
    }

    .ns-p {
        font-size: 2.5rem;
    }

    .ns-p2 {
        font-size: 1.2rem;
    }

    .ns-p3 {
        font-size: 1rem;
        width: 90%;
        white-space: normal;
    }

    .ns-p4 {
        font-size: 1rem;
        margin-left: -5%;
    }

    .tes-p {
        font-size: 2.5rem;
    }

    .tes-p2 {
        font-size: 1.2rem;
    }

    .tes-a {
        font-size: 1rem;
    }

    .footer-img2 {
        width: 25%;
    }

    .footer-ul li a {
        font-size: 1rem;
        padding: 0 15px;
    }

    .els-p {
        font-size: 2.5rem;
    }

    .els-p2 {
        font-size: 1rem;
    }

    .els-p3 {
        font-size: 1rem;
    }

    .this-p2 {
        font-size: 2rem;
    }

    .this-img {
        width: 80%;
    }

    .this-p3 {
        font-size: 1rem;
    }

    .this-a {
        font-size: 1rem;
    }

    .this-mb {
        width: 90%;
    }

    .this-img3 {
        height: 30px;
    }

    .tws-p2 {
        font-size: 0.9rem;
    }

    .tws-p4 {
        font-size: 0.9rem;
    }

    .tws-p5 {
        font-size: 1.5rem;
    }

    .tws-p6 {
        font-size: 1.2rem;
    }

    .simulator-p {
        font-size: 1rem;
    }

    .simulator-fl {
        font-size: 0.7rem !important;
    }

    .tws-ul li {
        font-size: 0.9rem;
    }

    .this-p4 {
        font-size: 1rem;
    }

    .this-p5,
    .this-p6 {
        font-size: 1rem;
        white-space: normal;
    }

    .this-p7 {
        font-size: 0.9rem;
        white-space: normal;
    }

    .this-ul li {
        font-size: 0.9rem;
    }

    .sos-p {
        font-size: 1rem;
    }

    .sos-p2 {
        font-size: 2.5rem;
    }

    .sts-p {
        font-size: 1.2rem;
    }

    .sts-p2 {
        font-size: 0.8rem;
    }

    .sts-p3 {
        font-size: 1rem;
    }

}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .img-a {
        margin: 0 5% 0 5%;
    }

    .nav-img {
        width: 130px;
    }

    .nav-ul li {
        margin: 0 5px;
    }

    .nav-ul li a {
        font-size: 0.7rem;
    }

    .nav-a {
        font-size: 0.7rem;
    }

    .contacto-p {
        font-size: 1.2rem;
    }

    .contacto-p2 {
        font-size: 1.1rem;
    }

    .contacto-div2 {
        right: 2%;
    }

    .contacto-div5 {
        margin-top: 5%;
    }

    .os-p {
        font-size: 2rem;
    }

    .os-p2 {
        font-size: 0.9rem;
    }

    .ts-p {
        font-size: 1rem;
    }

    .ts-p2 {
        font-size: 1.8rem;
    }

    .ts-img2 {
        width: 70%;
    }

    .ts-p3 {
        font-size: 0.9rem;
    }

    .ts-p4 {
        font-size: 0.9rem;
    }

    .ts-img3 {
        height: 60px;
    }

    .ts-div3 {
        width: 300px;
    }

    .ts-p5,
    .ts-p6 {
        font-size: 0.9rem;
    }

    .three-section {
        padding-bottom: 20%;
    }

    .ths-p {
        font-size: 1.8rem;
    }

    .ths-img3 {
        width: 90%;
    }

    .ths-p2 {
        font-size: 1rem;
    }

    .ths-p3 {
        font-size: 0.9rem;
    }

    .ths-img2 {
        width: 180px;
    }

    .fs-p {
        font-size: 2.5rem;
    }

    .fs-p2 {
        font-size: 1rem;
    }

    .fs-img3 {
        width: 60%;
    }

    .fis-p {
        font-size: 1rem;
    }

    .fis-p2 {
        font-size: 2rem;
    }

    .fis-p4 {
        font-size: 0.9rem;
        width: 90%;
        white-space: normal;
    }

    .fis-img3 {
        width: 25px;
        padding: 8px;
    }

    .ss-p {
        font-size: 2rem;
    }

    .ss-p2 {
        font-size: 0.9rem;
    }

    .ses-p {
        font-size: 2rem;
    }

    .ses-p2 {
        font-size: 1rem;
    }

    .ses-p3 {
        font-size: 0.9rem;
    }

    .ses-a {
        font-size: 0.9rem;
    }

    .es-p {
        font-size: 1rem;
    }

    .es-p2 {
        font-size: 2rem;
    }

    .es-p3 {
        font-size: 1rem;
    }

    .es-p4 {
        font-size: 0.9rem;
    }

    .es-a {
        font-size: 0.9rem;
    }

    .es-div3 {
        width: 180px;
        height: 180px;
    }

    .ns-p {
        font-size: 2rem;
    }

    .ns-p2 {
        font-size: 1rem;
    }

    .ns-p3 {
        font-size: 0.9rem;
        width: 90%;
        white-space: normal;
    }

    .ns-p4 {
        font-size: 0.9rem;
        margin-left: -5%;
    }

    .ns-img3 {
        width: 25px;
        top: 10px;
        right: 5px;
        padding: 8px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 35px !important;
        height: 35px !important;
    }

    .tes-p {
        font-size: 2rem;
    }

    .tes-p2 {
        font-size: 1rem;
    }

    .tes-a {
        font-size: 0.9rem;
    }

    .tes-img2 {
        width: 65%;
    }

    .footer-img2 {
        width: 20%;
    }

    .footer-ul li a {
        font-size: 0.9rem;
        padding: 0 10px;
    }

    .els-p {
        font-size: 2rem;
    }

    .els-p2 {
        font-size: 0.9rem;
    }

    .els-p3 {
        font-size: 0.9rem;
    }

    .this-p2 {
        font-size: 1.8rem;
    }

    .this-img {
        width: 70%;
    }

    .this-p3 {
        font-size: 0.9rem;
    }

    .this-a {
        font-size: 0.9rem;
    }

    .this-mb {
        width: 90%;
    }

    .this-img3 {
        height: 25px;
    }

    .tws-p2 {
        font-size: 0.8rem;
    }

    .tws-p4 {
        font-size: 0.8rem;
    }

    .tws-p5 {
        font-size: 1.2rem;
    }

    .tws-p6 {
        font-size: 1rem;
    }

    .simulator-p {
        font-size: 0.9rem;
    }

    .simulator-fl {
        font-size: 0.6rem !important;
    }

    .tws-ul li {
        font-size: 0.8rem;
    }

    .this-p4 {
        font-size: 0.9rem;
    }

    .this-p5,
    .this-p6 {
        font-size: 0.9rem;
        white-space: normal;
    }

    .this-p7 {
        font-size: 0.8rem;
        white-space: normal;
    }

    .this-ul li {
        font-size: 0.8rem;
    }

    .sos-p {
        font-size: 0.9rem;
    }

    .sos-p2 {
        font-size: 2rem;
    }

    .sts-p {
        font-size: 1rem;
    }

    .sts-p2 {
        font-size: 0.7rem;
    }

    .sts-p3 {
        font-size: 0.9rem;
    }

    .sts-p4 {
        font-size: 0.9rem;
    }


}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .img-a {
        margin: 0 5% 0 3%;
    }

    .nav-img {
        width: 100px;
    }

    .nav-ul li {
        margin: 0 5px;
    }

    .nav-ul li a {
        font-size: 0.6rem;
    }

    .nav-a {
        font-size: 0.6rem;
        padding: 5px;
        margin: 0px 5px;
    }

    .nav-div3 {
        padding: 3px 10px;
    }

    .nav-div3 a img {
        width: 20px;
    }

    .contacto-img {
        width: 100%;
        height: 100%;
    }

    .contacto-p {
        font-size: 1.4rem;
    }

    .contacto-div2 {
        right: 5%;
    }

    .contacto-div4 {
        margin-right: 20px;
    }

    .contacto-div4 i {
        font-size: 1rem;
    }

    .contacto-p2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    .contacto-p3 {
        font-size: 0.7rem;
    }

    .contacto-a {
        font-size: 0.7rem;
        white-space: nowrap;
    }

    .contactForm label {
        font-size: 0.7rem;
    }

    .os-p {
        font-size: 1.5rem;
    }

    .os-p2 {
        font-size: 0.8rem;
    }

    .ts-div {
        width: 50%;
    }

    .ts-p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .ts-p2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .ts-img2 {
        width: 60%;
    }

    .ts-p3 {
        font-size: 0.9rem;
        margin-top: 15px;
        margin-bottom: 25px;
        white-space: normal;
    }

    .ts-p4 {
        font-size: 0.8rem;
    }

    .ts-img3 {
        height: 40px;
    }

    .ts-div2 {
        right: 5%;
    }

    .ts-div3 {
        width: 240px;
    }

    .ts-i {
        font-size: 20px;
    }

    .ts-p5,
    .ts-p6 {
        font-size: 0.8rem;
    }

    .three-section {
        padding-bottom: 30%;
    }

    .ths-p {
        font-size: 1.5rem;
    }

    .ths-img3 {
        width: 50%;
    }

    .ths-div2 {
        width: 65%;
    }

    .ths-div3 {
        margin-bottom: 30px;
    }

    .ths-p2 {
        font-size: 1rem;
    }

    .ths-p3 {
        font-size: 0.7rem;
    }

    .ths-p4 {
        font-size: 0.7rem;
    }

    .ths-img2 {
        width: 150px;
    }


    .fs-p {
        font-size: 2rem;
    }

    .fs-p2 {
        font-size: 0.9rem;

    }

    .fs-img2 {
        width: 40%;
    }

    .fs-img3 {
        width: 60%;
    }

    .fis-p {
        font-size: 1rem;
    }

    .fis-p2 {
        font-size: 1.8rem;
    }

    .fis-div2 {
        bottom: 10px;
    }

    .fis-img3 {
        width: 25px;
        padding: 6px;
    }


    .fis-p3 {
        font-size: 1.2rem;
    }

    .fis-p4 {
        font-size: 0.8rem;
        width: 90%;
        white-space: normal;
    }

    .ss-p {
        font-size: 1.8rem;
    }

    .ss-p2 {
        font-size: 0.8rem;
    }


    .ses-div {
        top: 55%;
        right: 0%;
    }

    .ses-p {
        font-size: 1.8rem;
    }

    .ses-img2 {
        width: 70%;
    }

    .ses-p2 {
        font-size: 1rem;
    }

    .ses-p3 {
        font-size: 0.8rem;
        margin-bottom: 25px;
    }

    .ses-a {
        font-size: 0.8rem;
    }

    .ses-img3 {
        width: 12px;
        margin-left: 10px;
    }

    .es-p {
        font-size: 1rem;
    }

    .es-p2 {
        font-size: 1.5rem;
        white-space: normal;
    }

    .es-img {
        width: 70%;
    }

    .es-p3 {
        font-size: 1rem;
    }

    .es-p4 {
        font-size: 0.8rem;
    }

    .es-a {
        font-size: 0.8rem;
    }

    .es-img3 {
        width: 10px;
        margin-left: 10px;
    }

    .es-div3 {
        width: 120px;
        height: 120px;
        padding: 10px;
        right: -2%;
    }

    .ns-p {
        font-size: 1.8rem;
    }

    .ns-p2 {
        font-size: .9rem;
    }

    .ns-p3 {
        font-size: 0.8rem;
    }

    .ns-p4 {
        font-size: 0.7rem;
        margin-left: -5%;
    }

    .ns-img3 {
        width: 20px;
        top: 10px;
        right: -10px;
        padding: 6px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 0.8rem !important;
        height: 0.8rem !important;
    }

    .tes-p {
        font-size: 1.8rem;
    }

    .tes-img2 {
        width: 60%;
    }

    .tes-p2 {
        font-size: 1rem;
        margin: 20px 0;
    }

    .tes-a {
        font-size: 0.8rem;
        padding: 8px;
    }

    .tes-img3 {
        width: 15px;
        margin-left: 10px;
    }

    .modal-img2 {
        width: 20px;
    }

    .modal-p {
        font-size: 0.9rem;
    }

    .modal-p2 {
        font-size: 0.7rem;
    }

    .modal-p3 {
        font-size: 0.8rem;
    }

    .modal-ul li,
    .modal-ul2 li {
        font-size: 0.7rem;
    }

    .footer {
        padding-top: 12%;
    }

    .footer-ul {
        margin: 0 0 20px;
    }

    .footer-ul li a {
        font-size: 0.8rem;
        padding: 0 8px;
    }

    .footer-div2 {
        margin-bottom: 20px;
    }

    .footer-div2 a i {
        font-size: 16px;
        width: 30px;
        height: 30px;
        padding: 8px;
    }

    .footer-p {
        font-size: 0.8rem;
    }

    .els-p {
        font-size: 1.8rem;
    }

    .els-p2 {
        font-size: 0.9rem;
    }

    .els-p3 {
        font-size: 0.9rem;
    }

    .this-p2 {
        font-size: 1.5rem;
    }

    .this-p3 {
        font-size: 0.9rem;
        margin-top: 20px;
        white-space: normal;
    }

    .this-mb {
        width: 100%;
    }

    .this-img3 {
        height: 30px;
    }

    .this-p4 {
        font-size: 0.8rem;
    }

    .this-p7 {
        font-size: 0.7rem;
    }

    .this-ul li,
    .this-ul2 li {
        font-size: 0.8rem;
    }

    .tws-p5 {
        font-size: 1.4rem;
    }

    .this-p5,
    .this-p6 {
        font-size: 0.8rem;
    }

    .ss-img3 {
        padding: 8px;
        top: 10px;
        right: 20px;
        width: 25px;
    }


    .tws-div2 {
        margin-bottom: 10px;
    }

    .tws-img2 {
        width: 30px;
    }

    .tws-p {
        font-size: 1rem;
    }

    .tws-p2 {
        font-size: 0.7rem;
    }

    .tws-p3 {
        font-size: 0.8rem;
    }

    .tws-p4 {
        font-size: 0.7rem;
    }

    .tws-p6 {
        font-size: 0.8rem;
    }

    .tws-ul li {
        font-size: 0.7rem;
    }

    .simulator-p {
        font-size: 0.9rem;
    }

    .form-label {
        font-size: 0.7rem;
    }

    .this-p {
        font-size: 0.9rem;
    }

    .this-a {
        font-size: 0.8rem;
    }

    .sos-img2 {
        width: 20px;
        height: 20px;
    }

    .sos-p {
        font-size: 0.9rem;
    }

    .sos-p2 {
        font-size: 2rem;
    }

    .sts-p {
        font-size: 1rem;
    }

    .sts-p2 {
        font-size: 0.7rem;
    }

    .sts-p3 {
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 767px) {

    .sidebar,
    .sidebar-open {
        display: flex;
    }

    .navbar {
        display: none !important;
    }

    .os-div {
        top: 50%;
    }

    .os-p {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .os-p2 {
        width: 90%;
        font-size: 0.7rem;
        white-space: normal;
    }

    .custom-indicators span {
        width: 10px;
        height: 5px;
        border-radius: 5px;
    }

    .custom-indicators .active {
        width: 25px;
    }

    .two-section {
        height: 750px;
    }

    .ts-div {
        transform: none;
        top: 5%;
        width: 85%;
    }

    .ts-div2 {
        width: 80%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ts-img {
        width: 100%;
    }

    .ts-p {
        font-size: 0.7rem;
    }

    .ts-p2 {
        font-size: 1.2rem;
    }

    .ts-img2 {
        width: 50%;
    }

    .ts-p3 {
        font-size: 0.8rem;
        margin-top: 10px;
        margin-bottom: 20px;
        white-space: normal;
    }

    .ts-p4 {
        font-size: 0.7rem;
    }

    .ts-div3 {
        width: 100%;
    }

    .ts-img3 {
        height: 50px;
    }

    .ts-p5,
    .ts-p6 {
        font-size: 0.7rem;
    }

    .three-section {
        height: 600px;
    }

    .ths-p {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .ths-img3 {
        width: 40%;
    }

    .ths-div2 {
        width: 90%;
        top: 20%;
        right: 50%;
        transform: translateX(50%);
    }

    .ths-div3 {
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 10px;
    }


    .ths-img2 {
        width: 80px;
        height: 100px;
    }

    .ths-p2 {
        font-size: 0.7rem;
        white-space: normal;
        margin-bottom: 10px;
    }

    .ths-p3 {
        font-size: 0.6rem;
        white-space: normal;
        margin-bottom: 10px;
    }

    .ths-p4 {
        font-size: 0.6rem;
        white-space: normal;
    }

    .four-section {
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fs-div {
        width: 80%;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fs-p {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .fs-p2 {
        font-size: 0.8rem;
        margin-bottom: 20px;
        white-space: normal;
    }

    .fs-div2 {
        width: 90%;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fs-img3 {
        width: 100%;
    }

    .fis-p {
        font-size: 0.8rem;
    }

    .fis-p2 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .fis-img2 {
        margin-bottom: 20px;
    }

    .fis-p3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .fis-p4 {
        font-size: 0.7rem;
        width: 90%;
        white-space: normal;
    }

    .fis-img3 {
        width: 20px;
        padding: 5px;
    }

    .ss-p {
        font-size: 1.2rem;
    }

    .ss-img {
        width: 80%;
    }

    .ss-p2 {
        font-size: 0.9rem;
    }

    .ss-img3 {
        width: 20px;
        padding: 5px;
    }

    .ses-img {
        height: 240px;
    }

    .ses-div {
        width: 70%;
    }

    .ses-p {
        font-size: 1rem;
        white-space: normal;
    }

    .ses-img2 {
        width: 80%;
        margin-bottom: 15px;
    }

    .ses-p2 {
        font-size: 0.8rem;
        margin-top: 15px;
        margin-bottom: 10px;
        white-space: normal;
    }

    .ses-p3 {
        font-size: 0.8rem;
        margin-bottom: 20px;
        white-space: normal;
    }

    .ses-a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .ses-img3 {
        width: 10px;
        margin-left: 5px;
    }

    .eight-section {
        flex-direction: column;
    }

    .es-div,
    .es-div2 {
        width: 90%;
    }

    .es-p {
        font-size: 0.8rem;
    }

    .es-img {
        width: 80%;
        margin-bottom: 15px;
    }

    .es-p2 {
        font-size: 1.2rem;
        white-space: normal;
        margin-bottom: 10px;
    }

    .es-p3 {
        font-size: .8rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .es-p4 {
        font-size: 0.7rem;
        white-space: normal;
    }

    .es-a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .es-img3 {
        width: 10px;
        margin-left: 5px;
    }

    .es-div3 {
        width: 100px;
        height: 100px;
        padding: 5px;
        right: 0%;
    }

    .ns-p {
        font-size: 1.2rem;
        white-space: normal;
    }

    .ns-p2 {
        font-size: 0.8rem;
    }

    .ns-p3 {
        font-size: 0.7rem;
    }

    .ns-p4 {
        font-size: 0.7rem;
        margin-left: -5%;
    }

    .tes-img {
        height: 200px;
    }

    .tes-p {
        font-size: 1.2rem;
        white-space: normal;
        margin: 0;
    }

    .tes-img2 {
        width: 50%;
    }

    .tes-p2 {
        font-size: 0.8rem;
        margin: 0;
    }

    .tes-a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .tes-img3 {
        width: 10px;
        margin-left: 5px;
    }

    .footer {
        height: 400px;
    }

    .footer-div {
        width: 90%;
    }

    .footer-img2 {
        width: 150px;
    }

    .footer-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0 0 20px;
    }

    .footer-ul li {
        width: 25%;
        margin: 6px 0;
        display: flex;
        justify-content: center;
    }

    .footer-ul li a {
        padding: 0 8px;
        white-space: nowrap;
        font-size: 0.8rem;
    }


    .footer-div2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-div2 a {
        text-decoration: none;
    }

    .footer-div2 a i {
        font-size: 15px;
        width: 25px;
        height: 25px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-p {
        font-size: 0.8rem;
    }

    .els-img {
        height: 190px;
    }

    .els-p {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .els-p2 {
        font-size: 0.8rem;
        white-space: normal;
        margin-bottom: 5px;
    }

    .els-p3 {
        font-size: 0.8rem;
        white-space: normal;
    }

    .els-div {
        width: 90%;
        left: 5%;
    }

    .els-div2 {
        width: 80%;
    }

    .this-p2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .this-img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .this-p3 {
        font-size: 0.8rem;
        margin-top: 10px;
        white-space: normal;
        text-align: justify;
    }

    .this-mb {
        width: 100%;
    }

    .this-img3 {
        height: 40px;
    }

    .this-p7 {
        font-size: 0.9rem;
    }

    .this-p4 {
        font-size: 0.9rem;
        white-space: normal;
    }

    .tws-p5 {
        font-size: 1.2rem;
        white-space: normal;
        text-align: center;
    }

    .tws-img3 {
        width: 70%;
        margin: 0 auto 30px;
        display: block;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 25px !important;
        height: 25px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 0.9rem !important;
        height: 0.9rem !important;
    }

    .this-p5,
    .this-p6 {
        font-size: 0.7rem;
        white-space: normal;
    }

    .sos-img {
        height: 190px;
    }

    .sos-div {
        width: 80%;
    }

    .sos-p {
        font-size: 0.8rem;
    }

    .sos-img2 {
        width: 20px;
        height: 20px;
    }

    .sos-p2 {
        font-size: 1.5rem;
    }

    .sts-p {
        font-size: 1.2rem;
    }

    .sts-p2 {
        font-size: 0.8rem;
    }

    .sts-p3 {
        font-size: 0.9rem;
    }

    .tws-p {
        font-size: 1rem;
    }

    .tws-p2 {
        font-size: 0.8rem;
    }

    .tws-p3 {
        font-size: 0.8rem;
    }

    .tws-p4 {
        font-size: 0.8rem;
    }

    .tws-ul li {
        font-size: 0.8rem;
    }

    .tws-p6 {
        font-size: 0.9rem;
    }

    .simulator-p {
        font-size: 1rem;
    }

    .progress {
        width: 100%;
    }

    .progress-bar {
        width: 40% !important;
    }

    .this-p {
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .this-a {
        font-size: 0.8rem;
        padding: 5px 10px;
    }

    .this-ul li,
    .this-ul2 li {
        font-size: 0.7rem;
    }

    .this-ul2 {
        margin-left: 5%;
    }

    #contacto-overlay {
        flex-direction: column;
    }

    .contacto-div,
    .contacto-div2 {
        width: 100%;
        top: 0;
        right: 0;
        transform: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .contacto-div {
        height: 30%;
    }

    .contacto-div2 {
        height: 70%;
        padding: 40px;
    }

    .contacto-img {
        width: 100%;
    }

    .contacto-p {
        font-size: 1rem;
    }

    .contacto-p2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .contacto-img2 {
        width: 80%;
        display: block;
        margin: 0 auto 20px;
    }

    .contacto-div4 {
        margin-right: 20px;
    }

    .contacto-div4 i {
        font-size: 0.9rem;
    }

    .contacto-p3 {
        font-size: 0.7rem;
        text-align: left;
    }

    .contacto-a {
        font-size: 0.7rem;
        white-space: nowrap;
    }

    label {
        font-size: 0.7rem;
    }

    .contacto-redes {
        display: none;
    }
}