#lang-toggle{
        color:#fff;
        font-family: gabarito, sans-serif !important;
        font-size: 15px;
    }

    .navbar a, .navbar a:focus{
        font-family: gabarito, sans-serif !important;
    }

    .justify-content-between{
        align-items: center;
    }

    /*--------------------------------------------------------------
    # scroll bar
    --------------------------------------------------------------*/
    /*definimos el ancho del scroll */
    ::-webkit-scrollbar {
        width: auto;
    }

    /*definimos el color de fondo de de la barra de scroll */
    ::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /*personalizamos el scroll*/
    ::-webkit-scrollbar-thumb {
        border-radius: auto;
        background: linear-gradient(180deg, rgba(57, 100, 229, 1) 0%, rgba(57, 100, 229, 1) 35%, rgba(57, 100, 229, 1) 100%);
    }

    .desliza {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgb(255 255 255 / 79%);
        width: 80px;
        border-radius: 10px;
        height: 100px;
        margin: 0 auto;
        color: black;
        font-size: 16px;
        position: absolute;
        bottom: 30px;
        left: 47%;
    }

    .desliza img {
        width: 18px !important;
        transform: rotate(90deg);
        filter: brightness(0);
        margin-top: 15px;
        margin-bottom: 10px;
        animation: bounce 1.5s infinite;
    }

    @keyframes bounce {
        0%, 100% {
        transform: translateY(0) rotate(90deg);
        }
        50% {
        transform: translateY(-10px) rotate(90deg);
        }
    }

    @media(max-width:575px) {
        
        .desliza {
            left: 40%;
            right: 40%;
        }
    }

    #header.header-scrolled {
        background: #002164;
        height: 64px;
    }

    /*Footer*/
        footer {
            padding: 40px;
            background-color: #002164;
        }

        footer p {
            color: #fff;
            text-align: center;
            margin: 0;
            font-size: 16px;
        }

        footer a {
            color: #00ffff;
        }

        footer .whatsapp {
            width: 60px;
            position: fixed;
            right: 40px;
            bottom: 40px;
        }

        a.a-whatsapp {
            position: relative;
        }

        /*add footer*/
        .footer {
            padding: 2% 0%;
            background-color: #002164;
            text-align: center;
            background-repeat: no-repeat;
            background-position: center top;
            height: auto;
            position: relative;
        }

        .footer p {
            color: #ffffff;
            font-size: 0.9rem;
            margin: 0%
        }

        .footer-redes {
            height: 25px;
            width: 25px;
            margin-right: 2px;
            margin-left: 2px;
        }

        .tel {
            display: flex;
        }

        .tel1 {
            width: 50%;
        }

        .tel1 {
            width: 50%;
        }

        .tel2 {
            width: 50%;
        }

        .tel1 p {
            text-align: right;
            padding-right: 1%;
        }

        .tel2 p {
            text-align: left;
            padding-left: 1%;
        }

        a.avisop {
            text-decoration: none;
            color: #ffffff !important;
        }

        .privmov {
            display: none;
        }

        .tel2 {
            width: 50%;
            display: flex;
            padding-left: 2%;
        }

        .tel1 {
            width: 50%;
            display: flex;
            justify-content: end;
            padding-right: 2%;
            align-items: center;
        }

        .tel1 a {
            display: contents;
        }

        .tel2 a {
            display: contents;
        }

        .tel1 img {
            width: 1.5em;
        }

        .tel2 img {
            width: 1.5em;
        }

        .redes {
            padding-top: 1%;
            text-align: center;
        }

        .back-to-top {
            position: fixed;
            visibility: hidden;
            opacity: 0;
            right: 3%;
            bottom: 5%;
            z-index: 996;
            background: #3ec1d500;
            width: 60px;
            height: 60px;
            transition: all 0.4s;
        }

        .back-to-top.active {
            visibility: visible;
            opacity: 1;
        }

        img.whatsapp {
            position: fixed;
            width: 60px;
            height: 60px;
            right: 40px;
            z-index: 99;
        }

        /* Formulario */
    #formulario-contenedor {
        padding: 80px 0px 80px 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #form-container{
    padding-bottom: 90px;
    text-align: center;
    margin: 0;
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        width: 558px;
    }

    .form-input, .form-textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid #9c9c9c;
        border-radius: 5px;
        font-size: 16px;
        outline: none;
    }

    .checkbox-container {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .submit-btn {
        background-color: #e4c11c;
        color: #002164;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }

    /* Responsive Formulario */
    /* Tablet */
    @media (max-width: 1024px) {
        #formulario-contenedor {
            padding: 80px 20px 80px 20px;
        }

        .contact-form {
            width: 80%;
            max-width: 500px;
        }

        .form-input, .form-textarea {
            padding: 12px;
            font-size: 15px;
        }

        .submit-btn {
            padding-left: 40px;
            padding-right: 40px;
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 15px;
        }
    }

    /* Tablet pequeño */
    @media (max-width: 768px) {
        #formulario-contenedor {
            padding: 60px 15px 60px 15px;
        }

        .contact-form {
            width: 90%;
            max-width: 450px;
            gap: 12px;
        }

        .form-input, .form-textarea {
            padding: 10px;
            font-size: 14px;
        }

        .checkbox-container {
            font-size: 13px;
            gap: 8px;
        }

        .submit-btn {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 14px;
        }
    }

    /* Mobile */
    @media (max-width: 576px) {
        #formulario-contenedor {
            padding: 40px 40px 40px 40px;
        }

        #form-container {
            padding-bottom: 60px;
        }

        .contact-form {
            width: 100%;
            max-width: none;
            gap: 10px;
        }

        .form-input, .form-textarea {
            padding: 8px;
            font-size: 13px;
        }

        .checkbox-container {
            font-size: 12px;
            gap: 6px;
        }

        .submit-btn {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 13px;
        }
    }

    /* Mobile muy pequeño */
    @media (max-width: 375px) {
        #formulario-contenedor {
            padding: 30px 30px 30px 30px;
        }

        #form-container {
            padding-bottom: 40px;
        }

        .contact-form {
            gap: 8px;
        }

        .form-input, .form-textarea {
            padding: 6px;
            font-size: 12px;
        }

        .checkbox-container {
            font-size: 11px;
        }

        .submit-btn {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 12px;
        }
    }

    /* Hero general */
    #hero {
        height: 100vh;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .hero-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #hero picture {
        position: absolute;
        inset: 0;
    }

    #hero picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (max-width: 576px) {
        #hero {
        height: 640px;
        }
    }

    /* Info */
    #info {
        padding: 50px 100px 80px 100px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    #servicios {
        width: 100%;
    }

    #titulo-principal {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    #titulo-principal a{
        background-color: #DFA327;
        padding: 13px 20px;
        border-radius: 5px;
        color: #002164;
    }

    #servicios-titulo {
        margin-bottom: 30px;
    }

    /* Cards */
    .services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    /* Centrar la última */
    .services-grid .service-card:nth-child(10) {
        grid-column: 2 / 3;
    }

    .service-card {
        position: relative;
        height: 452px;
        border-radius: 15px;
        overflow: visible;
    }

    /* Imagen */
    .card-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        z-index: 0;
        border-radius: 15px;
    }

    /* Contenido */
    .card-content {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        z-index: 2;
    }

    .card-header {
        margin-bottom: 10px !important;
    }

    #info .service-card .card-content h4,
    #info .service-card .card-content p {
        color: #ffffff;
        text-align: left;
        margin-bottom: 0;
    }

    .card-header {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Tooltip */
    .info-wrapper {
        position: relative;
    }

    .info-icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50%;
        background: #ffffff;
        color: #002164;
        border: 2px solid #8090B1;
    }

    .tooltip {
        position: absolute;
        bottom: 40px;
        left: -60px;
        transform: translateX(-50%) translateY(5px);
        width: 240px;
        padding: 10px 10px;
        background: #ffffff;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        opacity: 0;
        pointer-events: none;
        transition: 0.25s ease;
        z-index: 10;
    }
    
    .tooltip-asesorias {
        position: absolute;
        bottom: 40px;
        left: 0px;
        transform: translateX(-50%) translateY(5px);
        width: 240px;
        padding: 10px 10px;
        background: #ffffff;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        opacity: 0;
        pointer-events: none;
        transition: 0.25s ease;
        z-index: 10;
    }

    .tooltip-asesorias::after {
        content: "" !important;
        position: absolute !important;
        top: 100% !important;
        left: 129px !important;
        transform: translateX(-50%) translateY(0) !important;
        border-width: 6px !important;
        border-style: solid !important;
        border-color: #ffffff transparent transparent transparent !important;
    }

    .info-icon,
    .tooltip {
        cursor: default;
    }

    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 189px;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
    }

    .info-wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .tooltip-titulo {
        font-family: gabarito, sans-serif !important;
        font-weight: bold !important;
        font-size: 14px !important;
        color: #002164 !important;
        margin: 0px !important;
    }

    .tooltip-info {
        font-family: gabarito, sans-serif !important;
        font-weight: normal !important;
        font-size: 14px !important;
        color: black !important;
        margin: 0px !important;
    }

    /* Responsive for #info */
    @media (max-width: 1403px) {
        .merchandising-header {
            width: 190px;
            align-items: flex-start;
        }
    }

    @media (max-width: 1280px) {
        #info {
            padding: 50px 30px 80px 30px;
        }

        .services-grid {
            gap: 15px;
        }
    }

    @media (max-width: 1128px) {
        .campanas-marketing-header {
            width: 170px;
            align-items: flex-start;
        }
    }

    @media (max-width: 1098px) {
        .campanas-publicitarias-header {
            width: 160px;
            align-items: flex-start;
        }
    }

    @media (max-width: 1034px) {
        .visual-merchandising-header {
            width: 190px;
            align-items: flex-start;
        }
    }

    @media (max-width: 1024px) {
        .merchandising-header, .campanas-publicitarias-header, .visual-merchandising-header, .campanas-marketing-header {
            width: 100%;
            align-items: center;
        }

        #titulo-principal {
            width: 80%;
        }

        .services-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 806px) {
        .merchandising-header {
            width: 180px;
            align-items: center;
        }
    }

    @media (max-width: 768px) {
        #info {
            padding: 40px 30px 80px 30px;
            gap: 40px;
        }

        #titulo-principal {
            width: 90%;
        }

        .services-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .service-card {
            height: 400px;
        }
    }

    @media (max-width: 686px) {
        .campanas-marketing-header {
            width: 150px;
            align-items: flex-start;
        }
    }

    @media (max-width: 670px) {
        .campanas-publicitarias-header {
            width: 140px;
            align-items: flex-start;
        }
    }

    @media (max-width: 634px) {
        .visual-merchandising-header {
            width: 160px;
            align-items: flex-start;
        }
    }

    @media (max-width: 609px) {
        .estudio-mercado-header {
            width: 130px;
            align-items: flex-start;
        }
    }

    @media (max-width: 576px) {
        .estudio-mercado-header, .campanas-marketing-header, .campanas-publicitarias-header, .merchandising-header, .visual-merchandising-header {
            width: 100%;
            align-items: center;
        }

        #info {
            padding: 30px 20px 50px 20px;
            gap: 30px;
        }

        #titulo-principal {
            width: 100%;
        }

        .services-grid {
            grid-template-columns: repeat(1, 1fr);
            gap: 15px;
        }

        .services-grid .service-card:nth-child(10) {
            grid-column: auto;
        }

        .service-card {
            height: 350px;
        }
    }

    /* CTA Banner */
    #redes-sociales-asesoria {
        background-image: url(res/Pixtor26-Banner-CTA-Redes-Sociales.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 50px 100px 50px 100px;
        gap: 30px;
    }

    #redes-sociales-asesoria a{
        background-color: #DFA327;
        padding: 13px 20px;
        border-radius: 5px;
        color: #002164;
    }

    #redes-sociales-asesoria h2 {
        color: #ffffff;
        width: 50%;
    }

    /* Responsive for #redes-sociales-asesoria */
    @media (max-width: 1024px) {
        #redes-sociales-asesoria {
            padding: 40px 50px 40px 50px;
            height: auto;
            min-height: 300px;
        }

        #redes-sociales-asesoria h2 {
            width: 50%;
        }
    }

    @media (max-width: 768px) {
        #redes-sociales-asesoria {
            padding: 30px 30px 30px 30px;
            gap: 20px;
        }

        #redes-sociales-asesoria h2 {
            width: 50%;
        }
    }

    @media (max-width: 576px) {
        #redes-sociales-asesoria {
            background-image: url(res/Pixtor26-Banner-CTA-Redes-Sociales-Movil.webp);
            padding: 40px;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            gap: 15px;
            height: 520px;
        }

        #redes-sociales-asesoria h2 {
            width: 100%;
        }
    }

    /* Visibilidad */
    .grid-visibilidad {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        width: 100%;
    }

    .card-visibilidad {
        position: relative;
        height: 320px;
        border-radius: 15px;
        padding: 30px 30px 0px 30px;
        overflow: hidden;
        cursor: default;
        color: #000000;
        display: flex;
        justify-content: center;
    }

    .card-visibilidad img {
        position: absolute;
        bottom: 0px;
        transition: 0.4s ease;
    }

    .card-visibilidad h4 {
        position: relative;
        z-index: 2;
        margin: 0;
        width: 100%;
    }

    .info-hover {
        position: absolute;
        top: 90px;
        left: 30px;
        right: 30px;
        opacity: 0;
        transform: translateY(10px);
        transition: 0.3s ease;
        z-index: 2;
    }

    .card-visibilidad::after {
        content: "";
        position: absolute;
        inset: 0;
        backdrop-filter: blur(0px);
        transition: 0.4s ease;
    }

    .card-visibilidad:hover::after {
        backdrop-filter: blur(5px);
    }

    .card-visibilidad:hover .info-hover {
        opacity: 1;
        transform: translateY(0);
    }

    .card-visibilidad:hover img {
        transform: scale(1.1);
        opacity: 0.2;
    }

    .naranja { background: #FFCBC4; }
    .azul { background: #C4EFFF; }
    .verde { background: #C7FFC4; }
    .morado { background: #DDC4FF; }
    .amarillo { background: #FBFFC4; }
    .gris { background: #C4D7FF; }

    .card-visibilidad.active::after {
    backdrop-filter: blur(5px);
    }

    .card-visibilidad.active .info-hover {
        opacity: 1;
        transform: translateY(0);
    }

    .card-visibilidad.active img {
        transform: scale(1.1);
        opacity: 0.2;
    }

    /* Responsive for .grid-visibilidad */
    @media (max-width: 1024px) {
        #visibilidad-textos {
            width: 100% !important;
        }

        #expertos-titulo h2 {
            width: 90% !important;
        }

        .grid-visibilidad {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .card-visibilidad {
            height: 300px;
        }
    }

    @media (max-width: 768px) {
        #expertos {
            padding: 40px !important;
        }

        #expertos-titulo h2 {
            width: 100% !important;
        }

        .grid-visibilidad {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .card-visibilidad {
            height: 290px;
        }
    }

    @media (max-width: 576px) {
        #expertos-titulo img {
            width: 100% !important;
        }

        #expertos {
            padding: 30px !important;
        }

        .grid-visibilidad {
            grid-template-columns: repeat(1, 1fr);
            gap: 10px;
        }
    }

    #expertos {
        background-image: url(res/Pixtor26-Expertos-Fondo.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 100px 80px 100px;
        gap: 60px;
    }

    #expertos-titulo{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    #expertos-titulo h2{
        width: 70%;
        text-align: center;
    }

    #expertos-titulo img{
        width: 70%;
    }

    #visibilidad-textos {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        width: 90%;
    }

    #visibilidad {
        display: flex;
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }

    #marketing-resultados {
        background-image: url(res/Pixtor26-Especialistas-Banner.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 982px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 80px 100px 80px 100px;
        text-align: center;
    }

    @media (max-width: 1150px) {
        #marketing-resultados {
            padding: 50px 60px 50px 60px;
            height: 870px;
        }
    }

    @media (max-width: 992px) {
        #marketing-resultados {
            padding: 20px 60px 20px 60px;
            height: 630px;
        }
    }

    @media (max-width: 768px) {
        #marketing-resultados {
            padding: 10px 40px 10px 40px;
            min-height: 470px;
            height: auto;
        }
    }

    @media (max-width: 576px) {
        #marketing-resultados {
            background-image: url(res/Pixtor26-Especialistas-Banner-Movil.webp);
            padding: 50px 20px 50px 20px;
            min-height: 790px;
            height: auto;
        }
    }

    #marketing-resultados p, #marketing-resultados h2 {
        color: #ffffff;
    }