/* @font-face{ font-family: NombreFont; src: url(fonts/NombreFont-Bold.otf); } */

:root {
    --color-blue-hard: #003d92;
    --color-dark-gray: #5b5b5d;
    --color-blue: #1d71b9;
}
/*=============================================================================
GENERAL
=============================================================================*/
body {
    overflow-x: hidden;
    position: relative;
}
html {
    overflow-x: hidden;
}
*::-moz-selection {
    background: var(--color-blue-hard);
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: var(--color-blue-hard);
    color: #fff;
    text-shadow: none;
}
.bg-default {
    background-color: #eee;
    border: 1px solid #ddd;
}
.bg-default-02 {
    background-color: #ddd;
    border: 1px solid #ccc;
}
.text-black {
    color: #000;
}
.bg-cover-index {
    background-image: url("http://placehold.it/1920x1080");
}
/*=============================================================================
THANKS PAGE
=============================================================================*/
.thanks-page {
    height: 60vh;
}
.thanks-page img {
    width: 400px;
    max-width: 100%;
}
/*=============================================================================
NAVBAR
=============================================================================*/
.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
}
/* colores items menu */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link {
    color: #544e5d !important;
    position: relative;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff6915 !important;
}
/* colores items menu */
/* separación items menu */
.navbar-nav > .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}
/* separación items menu */
.navbar-brand img {
    width: 150px;
}

.navbar-collapse {
    justify-content: flex-start !important;
    text-align: left;
}

.navbar .nav-link.contacto-link {
    background-color: #fff;
    color: #bc91e2 !important;
    border-radius: 10px;
    border: 1px solid #bc91e2;
    padding: 8px 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.navbar .nav-link.contacto-link:hover {
    background-color: #ff6915;
    border: 1px solid #ff6915;
    color: #fff !important;
}

.navbar .nav-link.contacto-link i {
    font-size: 1rem;
    margin-left: 8px;
    color: inherit;
}

.borde-superior-menu {
    border-top: 1px solid #bc91e2;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ff6915 !important;
}

/*=============================================================================
HOME
=============================================================================*/
/* PRIMERA SECCIÓN */
.hero-section {
    background-image: url("/assets/images/img-home/mask-bg.png");
    background-color: #fafafa;
    background-size: cover;
    background-position: center;
    padding: 15px 0 55px 0; /* espacio arriba y abajo */
    position: relative;
    /* evita que los elementos absolutos generen scroll horizontal */
    overflow-x: hidden;
}

.hero-text-column h1 {
    font-size: 68px;
    font-weight: 600;
    color: #06040a;
    /* padding-right: 100px; */
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.hero-text-column .text-nayarit {
    color: #BC91E2; /* Color morado */
}

.hero-text-column .underlined-text {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #0000004d;
    margin-bottom: 10px;
    line-height: 35px;
}

.hero-text-column p {
    color: #11142d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 110px;
    margin-bottom: 20px;
}

.btn-contact {
    border: 1px solid #BC91E2;
    color: #BC91E2;
    border-radius: 14px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: #BC91E2;
    color: #fff;
}

.image-collage-wrapper {
    position: relative;
    min-height: 600px;
}

.img-collage {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.img-main {
    /* La mujer sonriente */
    width: 350px;
    height: 350px;
    bottom: 0;
    left: 70px;
    z-index: 3;
}

.img-secondary {
    /* El hombre con sombrero */
    width: 250px;
    height: 250px;
    top: 70px;
    right: 100px;
    z-index: 2;
}

.img-tertiary {
    /* La oficina */
    width: 180px;
    height: 180px;
    top: 0;
    left: 160px;
    z-index: 3; /* La de más atrás */
}

.orange-dots {
    position: absolute;
    width: 80px;
    top: 10%;
    left: 12%;
    z-index: 1;
}

.purple-dots {
    position: absolute;
    width: 25px;
    top: 42%;
    right: 30%;
    z-index: 2;
}

.gray-dots {
    position: absolute;
    width: 40px;
    bottom: 9%;
    right: 22%;
    z-index: 1;
}

.purple-waves {
    position: absolute;
    width: 70px;
    bottom: 30%;
    left: 6%;
    z-index: 5;
}

.purple-circle {
    position: absolute;
    width: 82px;
    height: 82px;
    background-color: #52009940;
    border-radius: 50%;
    top: 120px;
    left: -5%;
}

.purple-circle-small {
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #52009940;
    border-radius: 50%;
    top: 10%;
    right: 30%;
    z-index: 3;
}

.orange-circle-small {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #ff691540;
    border-radius: 50%;
    top: 30%;
    left: 10%;
    z-index: 3;
}
.margin-top180{
    margin-top:180px
}
.custom-fixed-top{
    position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030; /* igual que .fixed-top */
}


/* media queries exclusivo para laptops mas pequeñas */
@media (max-width: 1400px) {
    .purple-dots-contacto {
        right: 30%;
    }

    .img-secondary {
        right: 20px;
    }

    .purple-dots {
        right: 19%;
    }

    .purple-circle-small {
        top: 9%;
        right: 20%;
    }

    .gray-dots {
        bottom: 9%;
        right: 14%;
    }
}

@media (max-width: 1199px) {
    .img-main {
        /* La mujer sonriente */
        width: 350px;
        height: 350px;
        bottom: 0; /* Ajusta estos valores */
        left: 10px; /* Ajusta estos valores */
        z-index: 3; /* La de más enfrente */
    }

    .img-secondary {
        /* El hombre con sombrero */
        width: 250px;
        height: 250px;
        top: 70px;
        right: 20px;
        z-index: 2;
    }

    .img-tertiary {
        /* La oficina */
        width: 180px;
        height: 180px;
        top: 0;
        left: 90px;
        z-index: 3; /* La de más atrás */
    }

    .purple-dots {
        right: 22%;
    }

    .purple-waves {
        bottom: 30%;
        left: 0%;
    }

    .orange-circle-small {
        top: 30%;
        left: 13%;
    }

    .purple-circle-small {
        width: 31px;
        height: 31px;
        top: 10%;
        right: 23%;
    }

    .gray-dots {
        bottom: 9%;
        right: 14%;
    }
}

/* SEGUNDA SECCIÓN */
.bg-gray {
    background-color: #f5f5f5;
    padding: 75px 0;
}

.img-sewing-container {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
    position: relative;
}

.purple-square {
    position: absolute;
    background-color: #BC91E2;
    width: 200px;
    height: 330px;
    top: 90px;
    left: 0;
    z-index: 1;
    border-radius: 6px;
}

.img-sewing {
    width: 85%;
    height: 85%;
    object-fit: cover;
    object-position: 80% 20%;
    padding-right: 50px;
    z-index: 2;
}

.home-services-text h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #06040a;
    margin-bottom: 10px;
}

.home-services-text p {
    font-size: 18px;
    font-weight: 400;
    color: #544e5d;
    margin-bottom: 30px;
}

.service-card {
    position: relative; /* Necesario para el overlay */
    height: 300px; /* Define una altura fija para las cards */
    background-size: cover; /* La imagen cubre todo el div */
    background-position: center; /* Centra la imagen */
    border-radius: 8px; /* Las esquinas redondeadas de la imagen */
    overflow: hidden; /* Oculta lo que se salga del border-radius */

    /* Centrar el texto */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: #fff; /* Color del texto */
    padding: 1.5rem;
    transition: transform 0.3s ease; /* Efecto suave para el hover */
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #52009966; /* Tinte púrpura oscuro. Ajusta opacidad (0.55) y color */
    z-index: 1; /* Se pone entre el fondo y el contenido */
}

/* El contenido (texto) de la card */
.service-card-content {
    position: relative; /* Pone el texto por encima del overlay */
    z-index: 2;
}

.service-card-content h3 {
    font-weight: 700; /* Texto en negritas */
}

/* Efecto hover opcional: levanta la card un poco */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-orange {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #ff6915;
    color: white;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #c25618;
    color: #fff;
}
/* TERCERA SECCIÓN */
.bg-purple {
    background-color: #5200991A;
    padding: 75px 0;
    position: relative;
}

.boost-container h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.boost-container p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.boost-card {
    background-color: #fff;
    border-radius: 6px; /* Esquinas redondeadas */
    padding: 48px 38px; /* Espaciado interno generoso */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07); /* Sombra sutil */
    border: 1px solid #eee; /* Borde muy ligero */
    height: 100%; /* Para que todas las cards en una fila tengan la misma altura */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boost-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.boost-icon-wrapper {
    /* Color morado de tu imagen */
    background-color: #4b0082; /* Ajusta este color (ej: #5a2a8a) */
    color: #fff; /* Color del ícono (blanco) */
    /* Para centrar el ícono dentro del círculo */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Dimensiones del círculo */
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Esto lo hace un círculo perfecto */
    /* Tamaño del ícono */
    font-size: 1.6rem;
    /* Evita que el círculo se encoja si el título es largo */
    flex-shrink: 0;
}

.boost-card-title {
    font-weight: 700; /* Texto en negritas */
    font-size: 30px; /* Tamaño de fuente */
    color: #363848;
    margin-bottom: 0; /* Bootstrap 'd-flex' ya maneja el espacio */
}

.boost-card-text {
    color: #363848; /* Color de texto gris oscuro */
    line-height: 24px;
    font-size: 16px;
}

.purple-circle-boost-1 {
    position: absolute;
    width: 82px;
    height: 82px;
    background-color: #52009940;
    border-radius: 50%;
    top: 30px;
    left: -40px;
}

.purple-circle-boost-2 {
    position: absolute;
    width: 82px;
    height: 82px;
    background-color: #52009940;
    border-radius: 50%;
    top: 220px;
    right: -40px;
}
/* CUARTA SECCIÓN */
.bg-normal {
    background-color: white;
    padding: 55px 0;
}

.title-adn {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.bg-morado {
    background-color: #9267c2;
}

.bg-naranja {
    background-color: #ff6915;
}

.adn-card {
    border-radius: 8px; /* Esquinas redondeadas */
    overflow: hidden;
    height: 100%; /* Asegura que ambas tarjetas tengan la misma altura */
}

/* La fila interna debe ocupar toda la altura */
.adn-card .row {
    height: 100%;
}

/* Columna de la imagen */
.adn-card-image {
    padding: 0; /* Quitamos padding de la columna */
}

.adn-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* MAGIA: Escala la imagen para cubrir el espacio sin deformarse */
}

.adn-card-text {
    padding: 2.5rem; /* Buen espacio interno */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: start; /* Centra el texto verticalmente */
    min-height: 300px; /* Altura mínima para que no se comprima */
}

.adn-card-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.adn-card-text p {
    font-size: 18px;
    font-weight: 400;
}

.adn-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.adn-cards-container {
    border-radius: 6px;
    background-color: #f5f5f5;
    width: 90%;
    margin: 0 auto;
    padding: 30px 50px 30px 50px;
    margin-top: -200px;
}

.adn-cards-container h3 {
    color: #BC91E2;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.adn-cards-container .adn-text {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    padding: 0 100px;
}

.violet-dots {
    position: absolute;
    width: 40px;
    top: 15px;
    left: 15px;
}

.card-body {
    padding: 30px;
}

.card-purple {
    background-color: #BC91E2;
    color: white;
    border: none; /* Sin borde por defecto */
    text-align: start;
}

.card-p-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-p-text {
    font-size: 16px;
    font-weight: 400;
}

/* QUINTA SECCIÓN */
.separator-img-container {
    padding: 0;
    background-image: url("/assets/images/img-home/salesman-posing.jpg");
    background-size: cover;
    background-position: center 10%;
}

.separator-text {
    background-color: #BC91E2;
    color: white;
    padding: 40px 50px;
}

.purple-label {
    display: inline-block;
    padding: 8px 40px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff33;
}

.separator-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 17px;
}

.separator-text p {
    font-size: 18px;
    font-weight: 400;
}

/* SEXTA SECCIÓN */
.bg-contact {
    background-color: #f3f3f3;
    padding: 40px 0;
}

.home-contact-title {
    color: #404040;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.home-contact-text {
    color: #080a12;
    font-size: 20px;
    font-weight: 400;
}

.contact-form .form-control {
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    resize: none;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(126, 87, 194, 0.25);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: #303030b2;
    font-size: 18px;
    font-weight: 600;
}

.violetc-dots {
    position: absolute;
    width: 35px;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.orangec-waves {
    position: absolute;
    width: 55px;
    top: 35%;
    left: 12%;
    z-index: 2;
}

.purplec-dots {
    position: absolute;
    width: 25px;
    top: 32%;
    right: 30px;
    z-index: 2;
}

.wavec-element {
    position: absolute;
    width: 175px;
    bottom: 9%;
    left: 0;
    z-index: 3;
}

/*=============================================================================
SERVICIOS
=============================================================================*/
.separator-text-services {
    background-color: #ff6915;
    color: #fff;
    padding: 40px 50px;
}

.separator-text-services p {
    font-weight: 400;
    font-size: 18px;
}

.separator-img-container-services {
    padding: 0;
    background-image: url("/assets/images/img-services/img2-services.png");
    background-size: cover;
    background-position: center 10%;
}

.bg-purple-services {
    background-color: #c6c6c61a;
    padding: 75px 0;
}

.swiper {
    width: 80%;
    padding: 10px 0;
}

.swiper-slide {
    background: transparent;
    border-radius: 10px;
}

/* Flechas personalizadas */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 55px;
    height: 55px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #520099;
    font-size: 32px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Flecha izquierda */
.swiper-button-prev-custom {
    left: 0px; /* separa la flecha del carrusel */
}

/* Flecha derecha */
.swiper-button-next-custom {
    right: -0px; /* separa la flecha del carrusel */
}

/* Hover */
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    color: #ff6915;
    transform: translateY(-50%) scale(1.15);
}

.swiper-button-prev-custom::after,
.swiper-button-next-custom::after {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Íconos de flechas */
.swiper-button-prev-custom::after {
    content: "‹";
    font-size: 48px;
}

.swiper-button-next-custom::after {
    content: "›";
    font-size: 48px;
}

.boost-card-services {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 48px 38px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin: 15px;
    z-index: 1;
}

.boost-card-services::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    z-index: -1;
}

.boost-card-services:hover::before {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.3s ease;
}

.boost-services-icon-wrapper {
    background-color: #4b0082;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.boost-services-card-title {
    font-weight: 700; /* Texto en negritas */
    font-size: 30px; /* Tamaño de fuente */
    color: #363848;
    margin-bottom: 0; /* Bootstrap 'd-flex' ya maneja el espacio */
}

.boost-services-card-text {
    color: #363848; /* Color de texto gris oscuro */
    line-height: 24px;
    font-size: 16px;
}

.hero-text-column-services h1 {
    font-size: 68px;
    font-weight: 600;
    color: #06040a;
    padding-right: 95px;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.hero-text-column-services p {
    color: #11142d; /* Color naranja */
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 110px;
    margin-bottom: 20px;
}

.img-collage-services {
    /* ¡CLAVE! Posicionamiento absoluto DENTRO del wrapper */
    position: absolute;
    border-radius: 50%; /* Todas son circulares */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.img-main-services {
    /* La mujer sonriente */
    width: 350px;
    height: 350px;
    top: 110px;
    bottom: 0; /* Ajusta estos valores */
    left: 70px; /* Ajusta estos valores */
    z-index: 3; /* La de más enfrente */
}

/* Figuras decorativas con clip-path */
.decor-circle {
    position: absolute;
    background-color: #52009940;
    clip-path: circle(50% at 0 50%);
    width: 80px;
    height: 80px;
    z-index: 0; /* detrás de todo */
}

/* Figura izquierda - parte superior */
/* .decor-circle-left {
    top: 0px;
    left: 0px;
} */

/* Figura derecha - centrada verticalmente */
.decor-circle-right {
    top: 58%;
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}

/* Asegura que los contenidos estén encima */
.bg-purple-services > .container {
    position: relative;
    z-index: 2;
}

/*=============================================================================
CONTACTO
=============================================================================*/
.img-main-contacto {
    width: 350px;
    height: 350px;
    top: 110px;
    bottom: 0;
    left: 70px;
    z-index: 3;
}

.img-collage-contacto {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.purple-dots-contacto {
    position: absolute;
    width: 25px;
    top: 42%;
    z-index: 3;
}

/*=============================================================================
MISIÓN Y VISIÓN
=============================================================================*/
.image-collage-mision {
    position: relative;
    min-height: 600px;
}

.img-mision {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    /* La mujer sonriente */
    width: 350px;
    height: 350px;
    bottom: 20%;
    left: 25%;
    z-index: 3;
}

.lila-waves-2 {
    position: absolute;
    width: 70px;
    bottom: 30%;
    left: 0%;
    z-index: 5;
}

.gray-dots-2 {
    position: absolute;
    width: 40px;
    bottom: 9%;
    right: 22%;
    z-index: 1;
}

.purple-circle-2 {
    position: absolute;
    width: 82px;
    height: 82px;
    background-color: #52009940;
    border-radius: 50%;
    top: 120px;
    left: -5%;
}

.purple-circle-small-2 {
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #52009940;
    border-radius: 50%;
    top: 10%;
    right: 30%;
    z-index: 3;
}

.orange-circle-small-2 {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #ff691540;
    border-radius: 50%;
    top: 30%;
    left: 10%;
    z-index: 3;
}

.mision-text-container h2 {
    color: #06040A;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.mision-text-container h3 {
    color: #06040A;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mision-text-container p {
    color: #544E5D;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.img-graph-container {
    padding: 0;
    position: relative;
    height: 450px;
    display: flex;
    justify-content: end;
}

.img-graph {
    width: 380px;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    padding-right: 50px;
    z-index: 2;
}

.orange-square {
    position: absolute;
    background-color: #FF965B;
    width: 200px;
    height: 300px;
    top: 40px;
    left: 0;
    z-index: 1;
    border-radius: 6px;
}

.lila-waves-3 {
    position: absolute;
    width: 70px;
    bottom: 20%;
    right: -15px;
    z-index: 5;
}

.values-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.gutter-personalized {
    width: 90%;
    margin: 0 auto;
    --bs-gutter-x: 5.5rem;
    --bs-gutter-y: 2rem;
}

.value-card {
    background-color: #BC91E2; /* El color morado de tu diseño */
    color: #ffffff;           /* Texto en color blanco */
    padding: 50px;             /* Espacio interno (padding) */
    height: 100%;              /* Asegura que las cards en la misma fila tengan la misma altura */
}

.value-card h3 {
    font-weight: 600;     /* Título de la card en negrita */
    font-size: 24px;   /* Tamaño del título de la card */
    letter-spacing: 2px;
    margin-bottom: 10px;  /* Espacio entre el título y el párrafo */
}

.value-card p {
    font-size: 16px;
    font-weight: 400;      /* Tamaño del texto del párrafo */
    margin-bottom: 0;     /* Quita el margen inferior del párrafo */
}

/*=============================================================================
QUIENES SOMOS
=============================================================================*/
.mb-us {
    margin-bottom: 100px !important;
}

.purple-color {
    background-color: #BC91E2 !important;
}

.separator-img-container-us {
    padding: 0;
    background-image: url("/assets/images/img-us/financial-analysis.jpg");
    background-size: cover;
    background-position: center 10%;
}

.separator-text-us {
    background-color: #BC91E2;
    color: white;
    padding: 60px 50px;
}

.separator-text-us h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.separator-text-us p {
    font-size: 18px;
    font-weight: 400;
}

.bg-normal-us {
    background-color: white;
    padding: 95px 0;
}

.us-text-container {
    padding-right: 80px;
}

.us-text-container h2 {
    color: #06040A;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
}

.us-text-container p {
    color: #544E5D;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.img-us {
    width: 380px;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: 90% 70%;
    padding-right: 50px;
    z-index: 2;
}

/*=============================================================================
AVISO DE PRIVACIDAD
=============================================================================*/
.bg-privacy {
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.subtitulo-privacy {
    font-size: 20px;
    font-weight: 600;
    color: #BC91E2;
}

.texto-privacy {
    font-size: 16px;
    font-weight: 400;
    color: #363848;
    text-align: justify;
}

.persona {
    color: #DC5600;
    font-weight: 700;
    font-size: 16px;
}

.palabra-resaltada {
    font-size: 16px;
    font-weight: 700;
    color: #FF965B;

}

.enlace-correo {
    color: #363848;
}

.enlace-correo:hover {
    color: #DC5600;
}

.lista {
    padding-left: 2rem;
    margin-left: 1rem;
}

.onda-element-privacy {
    position: absolute;
    bottom: 74%;
    z-index: 1;
    pointer-events: none;
}

.home-privacy-title {
    color: #404040;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.titulo-privacidad-hero {
    font-size: 66px !important;
}
/*=============================================================================
FOOTER
=============================================================================*/
/* Fondo y bordes */
.bg-footer {
    background-color: white;
    color: #737373;
}

.header-text {
    padding-right: 480px;
}

.header-text h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.header-text h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.img-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
}

.img-logo-footer {
    width: 200px;
}

/* Estilos para la navegación del footer */
.footer-nav li {
    margin-bottom: 12px;
}

.footer-nav a {
    text-decoration: none;
    color: #737373;
    font-weight: 400; /* Un poco más de peso como en la imagen */
    font-size: 16px;
}

.footer-nav a:hover {
    color: #333; /* Un color más oscuro al pasar el mouse */
    font-weight: bold;
    text-decoration: none;
}

/* Estilos para la info de contacto */
.footer-contact-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px; /* (Este título es opcional, pero ayuda a la estructura) */
}

.footer-contact li {
    font-size: 16px;
    line-height: 1.6;
}

.footer-contact i {
    color: #888; /* Color de los iconos */
    font-size: 18px; 
    width: 20px; /* Ancho fijo para que el texto se alinee bien */
}

/* Estilos para el sub-footer (la barra de abajo) */
.sub-footer {
    font-size: 14px;
    color: #888;
}

.copyright-text {
    padding-left: 15px;
    font-size: 13px;
    color: #303030CC;
    font-weight: 600;
}

.terms-conditions a {
    text-decoration: none;
    color: #303030CC;
    font-weight: 700;
    font-size: 13px;
}

.terms-conditions a:hover {
    text-decoration: underline;
}

.professional-dare a {
    color: #303030CC;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

.professional-dare a:hover {
    font-weight: 700;
}

/* Fila 1: Imagen de fondo y overlay */
.footer-image-section {
    position: relative;
    overflow: inherit;
    height: auto;
    max-height: 200px;
}

.footer-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #737373;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.footer-title {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.footer-text {
    text-align: left;
    max-width: 600px;
    font-weight: 300;
    font-size: 22px;
    margin-top: 0;
}

/* Fila 2: menú e iconos */
.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    padding: 5px 0;
}

.footer-menu li a:hover,
.footer-menu li a.active {
    color: #ff6915;
}

.footer-subtitle {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: #ff6915;
    margin-bottom: 15px;
}

.footer-icons li span {
    color: #ffffff;
}

/* Fila 3: párrafos centrados en móvil */
.footer-row-3 p a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-row-3 p a:hover {
    color: #ccc;
}

/*=============================================================================
BLOG
=============================================================================*/
.blog-play-container {
    height: auto !important;
}
.bg-widget-cover.bg-mh {
    background-image: url("http://placehold.it/1920x500.png?text=1920x500.jpg");
    height: 500px;
}
.bg-widget-cover {
    background-position: center;
    background-size: cover;
}
.play-container {
    position: relative;
    height: 100%;
}
.play-container:hover .play-ico {
    opacity: 1;
    cursor: pointer;
}
.play-container:hover {
    cursor: pointer;
}
.play-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    opacity: 0.5;
}
.img-blog {
    min-height: 800px;
    background-image: url("../img/Blog/header.jpg");
    background-position: center;
    background-size: cover;
}
.container-blog {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}
.i-text {
    background: #e2dede;
    border: none;
    border-radius: 10px;
    color: #757575;
    text-align: center;
    font-size: 12px;
    padding: 10px 40px;
    margin-right: 10px;
}
.bolder {
    font-weight: bolder !important;
}
.hr-blog {
    max-width: 15%;
    border: 1px solid #e2dede;
    -webkit-box-shadow: 0px 2px 3px #e2e2e2;
    box-shadow: 0px 2px 3px #e2e2e2;
}
.text-intblog {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.btn-blog {
    width: 100%;
    background: black;
    border: none;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
}
.btn-blog2 {
    background: black;
    border: none;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
}
.btn-blog3 {
    background: black;
    border: 1px solid #fff;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
    padding: 6px 50px;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn-blog3:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
.text-initblogf {
    position: absolute;
    top: 30%;
    left: 30%;
}
.img-finalblog {
    background-image: url("../img/Blog/footer.jpg");
    background-position: center;
    background-size: cover;
}
.custom-dropdown > li > .dropdown-menu,
.dropdown-child {
    background-color: #333;
}
.dropdown-child > a {
    color: #fff;
}
.custom-dropdown > li > .dropdown-menu > .nav-link:hover,
.custom-dropdown > li > .dropdown-menu > .dropdown-item:hover,
.dropdown-child > a:hover {
    background-color: #222;
}
.dropdown-child > a:hover {
    color: #fff;
}
/*=============================================================================
MEDIA
=============================================================================*/
/* 1920 x 1080 */
@media (max-width: 1920px) {
}

/* 1600 x 900*/
@media (max-width: 1600px) {
}

/* 1440 x 900 */
@media (max-width: 1440px) {
}

/* 1280 x 800 */
@media (max-width: 1280px) {
}

/* 990 x 1000 */
@media (max-width: 990px) {
    .titulo-privacidad-hero {
        font-size: 42px !important;
    }

    .purple-dots-contacto {
        width: 20px;
        top: 43%;
        right: 20%;
    }

    .img-main-contacto {
        width: 300px;
        height: 300px;
        top: 270px;
        left: 45px;
    }

    .navbar-collapse {
        justify-content: center !important; /* centra los items del menú */
        text-align: center;
    }
    .nb-container {
        flex-direction: column; /* apila menú y botón */
        align-items: center; /* centra contenido */
    }
    .navbar .nav-link.contacto-link {
        margin: 15px auto 10px auto; /* centrado horizontal */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-main-services {
        width: 300px;
        height: 300px;
        top: 270px;
        left: 45px;
    }
    .hero-text-column-services p {
        padding-right: 40px;
    }
    .hero-text-column-services h1 {
        font-size: 58px;
    }
    .swiper {
        width: 100%;
    }
    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .swiper-button-prev-custom {
        left: -35px;
    }
    .swiper-button-next-custom {
        right: -35px;
    }

    .hero-text-column h1 {
        font-size: 58px;
        font-weight: 600;
        color: #06040a;
        padding-right: 50px;
        margin-bottom: 40px;
        position: relative;
        z-index: 3;
    }

    .hero-text-column .underlined-text {
        margin-bottom: 10px;
        line-height: 27px;
    }

    .hero-text-column p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .img-main {
        /* La mujer sonriente */
        width: 300px;
        height: 300px;
        bottom: 0; /* Ajusta estos valores */
        left: 0px; /* Ajusta estos valores */
    }

    .img-secondary {
        /* El hombre con sombrero */
        width: 200px;
        height: 200px;
        top: 130px;
        right: 0px;
    }

    .img-tertiary {
        /* La oficina */
        width: 130px;
        height: 130px;
        top: 30px;
        left: 100px;
    }

    .orange-dots {
        width: 70px;
        top: 0%;
        left: 16%;
    }

    .purple-dots {
        width: 20px;
        top: 43%;
        right: 20%;
    }

    .gray-dots {
        width: 40px;
        bottom: 0%;
        right: 8%;
    }

    .purple-waves {
        width: 60px;
        bottom: 22%;
        left: -5%;
    }

    .purple-circle {
        width: 78px;
        height: 78px;
        top: 160px;
        left: -5%;
    }

    .purple-circle-small {
        width: 31px;
        height: 31px;
        top: 19%;
        right: 20%;
        z-index: 3;
    }

    .orange-circle-small {
        width: 20px;
        height: 20px;
        top: 35%;
        left: 20%;
    }

    .home-services-text h1 {
        font-size: 52px;
    }

    .bg-gray {
        padding: 45px 0;
    }

    .img-sewing {
        height: 75%;
        padding-right: 5px;
    }

    .purple-square {
        height: 270px;
        top: 110px;
    }

    .service-card {
        height: 200px;
    }

    .bg-purple {
        padding: 45px 0;
    }

    .boost-card {
        padding: 30px 20px; /* Espaciado interno generoso */
    }

    .boost-icon-wrapper {
        width: 40px;
        height: 40px;

        margin-right: 5px !important;
    }

    .boost-icon-wrapper img {
        width: 40px;
        height: auto;
    }

    .boost-card-title {
        font-weight: 700; /* Texto en negritas */
        font-size: 17px; /* Tamaño de fuente */
    }

    .boost-card-text {
        line-height: 22px;
        font-size: 15px;
    }

    .adn-card-text {
        padding: 20px; /* Buen espacio interno */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: start; /* Centra el texto verticalmente */
        min-height: 280px; /* Altura mínima para que no se comprima */
    }

    .adn-card-text h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .adn-card-text p {
        font-size: 16px;
        font-weight: 400;
    }

    .adn-cards-container {
        width: 92%;
        margin: 0 auto;
        padding: 30px 20px 30px 20px;
        margin-top: -200px;
    }

    .adn-cards-container h3 {
        font-size: 30px;
    }

    .adn-cards-container .adn-text {
        padding: 0 50px;
    }

    .card-body {
        padding: 20px;
    }

    .card-p-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .card-p-text {
        font-size: 15px;
        font-weight: 400;
    }

    .orangec-waves {
        width: 45px;
        top: 35%;
        left: 6%;
    }

    .wavec-element {
        width: 125px;
        bottom: 9%;
        left: 0;
    }

    .lila-waves-2 {
        width: 70px;
        bottom: 30%;
        left: 0%;
    }

    .gray-dots-2 {
        width: 40px;
        bottom: 9%;
        right: 0%;
    }

    .purple-circle-2 {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        top: 120px;
    }

    .purple-circle-small-2 {
        width: 30px;
        height: 30px;
        top: 10%;
        right: 20%;
    }

    .orange-circle-small-2 {
        width: 23px;
        height: 23px;
        top: 30%;
        left: 18%;
    }

    .img-mision {
        width: 280px;
        height: 280px;
        bottom: 22%; /* Ajusta estos valores */
        left: 21%; /* Ajusta estos valores */
    }

    .img-graph-container {
        height: 400px;
    }

    .img-graph {
        width: 200px;
        padding-right: 0;
    }

    .orange-square {
        width: 200px;
        height: 250px;
        top: 40px;
        left: 0;
    }

    .gutter-personalized {
        width: 100%;
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 1.5rem;
    }

    .value-card {
        background-color: #BC91E2;
        padding: 35px;
    }

    .mb-us {
        margin-bottom: 50px !important;
    }

    .img-us {
        width: 200px;
        padding-right: 0;
        object-position: 85% 70%;
    }

    .header-text {
        padding-right: 20px;
    }

    .header-text h1 {
        font-size: 36px;
    }

    .header-text h2 {
        font-size: 20px;
    }

    .footer-nav li {
        margin-bottom: 12px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-contact-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .footer-contact li {
        font-size: 14px;
        line-height: 1.4;
    }

    .img-logo-footer {
        width: 150px;
    }

    .copyright-text {
        padding-left: 0px;
        font-size: 11px;
    }

    .terms-conditions a {
        font-size: 11px;
    }

    .terms-conditions a:hover {
        text-decoration: underline;
    }

    .professional-dare a {
        font-size: 11px;
    }
    .margin-top180{
        margin-top:0px
    }
    .custom-fixed-top{
        position: static !important;

    }
}

/* 767 x 414 */
@media (max-width: 767px) {
}

/* 576 x 320 */
@media (max-width: 576px) {
    .palabra-resaltada {
        font-size: 12px;
    }
    .persona {
        font-size: 12px;
    }
    .lista {
        font-size: 12px;
    }
    .texto-privacy {
        font-size: 12px;
    }
    .subtitulo-privacy {
        text-align: center;
        font-size: 16px;
    }
    .bg-privacy {
        padding: 0px !important;
    }
    .home-privacy-title {
        font-size: 25px;
    }

    .titulo-privacidad-hero {
        font-size: 35px !important;
    }

    .separator-img-container-services {
        height: 200px; /* o el alto que quieras que tenga la imagen */
    }

    .separator-text-services p {
        font-size: 14px;
    }

    .title-services-boost {
        font-size: 30px !important;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .swiper-button-prev-custom {
        left: -25px;
    }
    .swiper-button-next-custom {
        right: -25px;
    }

    .hero-text-column h1 {
        padding-right: 11px;
        margin-bottom: 30px;
    }

    .img-main {
        /* La mujer sonriente */
        bottom: 20px; /* Ajusta estos valores */
        left: 20px; /* Ajusta estos valores */
    }

    .img-secondary {
        /* El hombre con sombrero */
        top: 110px;
        right: 30px;
    }

    .img-tertiary {
        /* La oficina */
        top: 30px;
        left: 100px;
    }

    /* .orange-dots {
    width: 70px;
    top: 0%;
    left: 16%;
  } */

    .purple-dots {
        top: 41%;
        right: 23%;
    }

    .gray-dots {
        bottom: 5%;
        right: 8%;
    }

    .purple-waves {
        bottom: 24%;
        left: 0%;
    }

    .purple-circle {
        top: 160px;
        left: 5%;
    }

    .purple-circle-small {
        top: 19%;
        right: 20%;
        z-index: 3;
    }

    .orange-circle-small {
        top: 35%;
        left: 24%;
    }

    .bg-gray {
        padding: 25px 0 35px 0;
    }

    .purple-square {
        width: 200px;
        height: 180px;
        top: 30px;
        left: 12px;
    }

    .img-sewing {
        margin-top: 25px;
        width: 75%;
        height: 100%;
        padding-right: 12px;
    }

    .bg-purple {
        padding: 25px 0;
    }

    .boost-card {
        padding: 30px 25px; /* Espaciado interno generoso */
    }

    .boost-icon-wrapper {
        width: 50px;
        height: 50px;

        margin-right: 10px !important;
    }

    .boost-icon-wrapper img {
        width: 50px;
        height: auto;
    }

    .boost-card-title {
        font-weight: 700; /* Texto en negritas */
        font-size: 19px; /* Tamaño de fuente */
    }

    .boost-card-text {
        line-height: 22px;
        font-size: 16px;
    }

    .adn-card-image {
        padding: 0; /* Quitamos padding de la columna */
        height: 100px;
    }

    .adn-img {
        padding: 0px 12px;
        height: 320px;
    }

    .adn-cards-container {
        margin-top: -130px;
    }

    .adn-cards-container .adn-text {
        padding: 0px;
        font-size: 16px;
    }

    .adn-card-text {
        min-height: 350px; /* Altura mínima para que no se comprima */
    }

    .separator-img-container {
        height: 200px; /* o el alto que quieras que tenga la imagen */
    }

    .separator-text {
        padding: 30px 30px;
    }

    .violetc-dots {
        width: 30px;
        top: 10px;
        left: 10px;
    }

    .contact-form {
        padding: 0 13px;
    }

    .orangec-waves {
        display: none;
    }

    .purplec-dots {
        display: none;
    }

    .wavec-element {
        display: none;
    }

    .image-collage-mision {
        min-height: 350px;
    }

    .img-mision {
        bottom: 10%; /* Ajusta estos valores */
        left: 13.5%; /* Ajusta estos valores */
    }

    .lila-waves-2 {
        width: 50px;
        bottom: 30%;
        left: 0%;
    }

    .gray-dots-2 {
        width: 40px;
        bottom: 3%;
        right: 6%;
    }

    .purple-circle-2 {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        top: 0px;
        left: 5px;
    }

    .purple-circle-small-2 {
        width: 25px;
        height: 25px;
        top: 10%;
        right: 10%;
    }

    .orange-circle-small-2 {
        width: 18px;
        height: 18px;
        top: 15%;
        left: 19%;
    }

    .img-graph-container {
        height: 250px;
    }

    .img-graph {
        width: 330px;
        padding-right: 12px;
    }

    .orange-square {
        width: 200px;
        height: 150px;
        top: 40px;
        left: 12px;
    }

    .lila-waves-3 {
        display: none;
    }

    .service-card-content h3 {
        font-size: 13px;
    }

    .purple-circle-boost-1 {
        width: 52px;
        height: 52px;
        top: 30px;
        left: -30px;
    }

    .purple-circle-boost-2 {
        width: 52px;
        height: 52px;
        top: 220px;
        right: -30px;
    }

    .mb-us {
        margin-bottom: 30px !important;
    }

    .separator-img-container-us {
        height: 200px; /* o el alto que quieras que tenga la imagen */
    }

    .separator-text-us {
        padding: 30px 30px;
    }

    .bg-normal-us {
        background-color: white;
        padding: 65px 0;
    }

    .us-text-container {
        padding-right: 12px;
    }

    .img-us {
        width: 330px;
        padding-right: 12px;
    }

    .header-text {
        padding-right: auto;
    }

    .header-text h1 {
        font-size: 32px;
    }

    .header-text h2 {
        font-size: 16px;
    }

    .footer-nav li {
        margin-bottom: 10px;
    }

    .footer-nav a {
        font-size: 12px;
    }

    .footer-contact-title {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-contact li {
        font-size: 12px;
        line-height: 1.4;
    }

    .img-footer-container {
        align-items: center;
    }

    .img-logo-footer {
        width: 130px;
    }

    .copyright-text {
        padding-left: 0px;
        font-size: 11px;
    }

    .terms-conditions a {
        font-size: 11px;
    }

    .terms-conditions a:hover {
        text-decoration: underline;
    }

    .professional-dare a {
        font-size: 11px;
    }
}

/* 375 x 320 */
@media (max-width: 375px) {
    .logo-ect {
        width: 100% !important;
        height: 100% !important;
    }

    .footer-icons li span {
        font-size: 12px;
    }

    .footer-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .footer-text {
        text-align: center;
        font-size: 14px;
    }
    .home-contact-title {
        font-size: 35px;
    }

    .home-contact-text {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .img-main-contacto {
        width: 250px;
        height: 250px;
        top: 290px;
        left: 40px;
    }

    .img-main-services {
        width: 250px;
        height: 250px;
        top: 290px;
        left: 40px;
    }

    .hero-text-column-services h1 {
        font-size: 50px;
    }
}
/*
	@media( max-width: 1920px ) {}
	@media( max-width: 1600px ) {}
	@media( max-width: 1440px ) {}
	@media( max-width: 1366px ) {}
	@media( max-width: 1280px ) {}
	@media( max-width: 1024px ) {}
	@media( max-width: 736px ) {}
	@media( max-width: 667px ) {}
	@media( max-width: 640px ) {}
	@media( max-width: 568px ) {}
*/
