.elementor-5341 .elementor-element.elementor-element-8cb9745{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5341 .elementor-element.elementor-element-491f4cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5341 .elementor-element.elementor-element-2c8c37f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5341 .elementor-element.elementor-element-15d1d910{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5341 .elementor-element.elementor-element-482abd1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5341 .elementor-element.elementor-element-722a6090{padding:39px 39px 39px 39px;text-align:center;}.elementor-5341 .elementor-element.elementor-element-722a6090 .elementor-heading-title{font-family:"Barlow", Sans-serif;font-size:35px;font-weight:600;text-transform:uppercase;line-height:48px;color:#291D82;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5341 .elementor-element.elementor-element-411998a8{margin:-34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Montserrat", Sans-serif;font-weight:400;color:#000000;}.elementor-5341 .elementor-element.elementor-element-131c7a6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5341 .elementor-element.elementor-element-170ab96e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-5341 .elementor-element.elementor-element-15d1d910{--width:25%;}.elementor-5341 .elementor-element.elementor-element-482abd1e{--width:50%;}.elementor-5341 .elementor-element.elementor-element-131c7a6e{--width:25%;}}/* Start custom CSS for container, class: .elementor-element-8cb9745 */:root {
      --primary-blue: #03175b; 
      --primary-blue-dark: #020d33;
      --accent-cyan: #0ea5e9;
      --text-white: #ffffff;
      --text-light: #e2e8f0;
    }

   
    /* --- Sección Hero con Imagen de Fondo y Overlay --- */
    .pharma-hero-clean {
      position: relative;
      padding: 120px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      /* Imagen de fondo representativa de un laboratorio farmacéutico */
      background-image: url('https://chaso.com/wp-content/uploads/2026/05/3-microbiologia-farmaceutica.jpg');
      background-size: cover;
      background-position: center;
      /* Efecto parallax suave */
    }

    /* Capa oscura para garantizar legibilidad (El azul corporativo) */
    .hero-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      /* Un gradiente que va de un azul muy opaco a uno un poco más transparente */
      background: linear-gradient(135deg, rgba(3, 23, 91, 0.95) 0%, rgba(3, 23, 91, 0.85) 100%);
      z-index: 1;
    }

    /* Contenedor del contenido */
    .hero-container {
      position: relative;
      z-index: 2; /* Por encima del overlay */
      max-width: 900px;
      text-align: center;
    }

    /* --- Tipografía --- */
    .badge-clean {
      display: inline-block;
      background-color: transparent;
      color: var(--accent-cyan);
      border: 1px solid var(--accent-cyan);
      padding: 6px 16px;
      border-radius: 50px;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 25px;
    }

    .hero-title {
      color: var(--text-white);
      font-size: 4rem;
      font-weight: 800;
      margin: 0 0 25px 0;
      line-height: 1.1;
      letter-spacing: -0.5px;
    }

    .hero-description {
      color: var(--text-light);
      font-size: 1.15rem;
      line-height: 1.7;
      font-weight: 400;
      margin: 0 auto 45px auto;
      max-width: 800px;
    }

    /* --- Botones --- */
    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .btn-clean {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 16px 35px;
      font-size: 1.05rem;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    /* Botón Primario (Blanco) */
    .btn-primary {
      background-color: var(--text-white);
      color: var(--primary-blue);
      border: 2px solid var(--text-white);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .btn-primary:hover {
      background-color: transparent;
      color: var(--text-white);
      transform: translateY(-2px);
    }

    /* Botón Secundario (Borde transparente) */
    .btn-outline {
      background-color: rgba(255, 255, 255, 0.1);
      color: var(--text-white);
      border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .btn-outline:hover {
      background-color: var(--text-white);
      color: var(--primary-blue);
      border-color: var(--text-white);
      transform: translateY(-2px);
    }

    /* --- Responsive --- */
    @media (max-width: 768px) {
      .pharma-hero-clean {
        padding: 80px 20px;
      }
      .hero-title {
        font-size: 2.8rem;
      }
      .hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .btn-clean {
        width: 100%;
        box-sizing: border-box;
      }
    }
    .elementor-3580 .elementor-element.elementor-element-8cb9745 {
   
    margin: 0;
    padding: 0;
}
.elementor-3580 .elementor-element.elementor-element-dd5c538 {
    
    padding: 0;
}.btPageHeadline {
    background-color: #5a8cfe !important;
    display: none;
}
.btPageHeadline {
   
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-170ab96e *//* 1. VARIABLES Y RESET */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --footer-bg: #01081f; /* Azul ultra oscuro de la captura */
            --accent: #0098df;    /* Azul claro de acento */
            --btn-blue: #052175;  /* Azul del botón enviar */
            --text-white: #ffffff;
            --text-muted: rgba(255, 255, 255, 0.7);
        }

        body {
            font-family: 'Barlow', sans-serif;
            background-color: #f0f2f5;
        }

        /* 2. DISEÑO DEL FOOTER */
        .site-footer {
            background-color: var(--footer-bg);
            color: var(--text-white);
            padding: 90px 20px 40px;
            border-top: 4px solid var(--accent);
        }

        .footer-container {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
        }

        @media (min-width: 1024px) {
            .footer-container {
                grid-template-columns: 1fr 0.8fr 1.2fr;
            }
        }

        /* COLUMNA 1: INFO Y LOGO */
        .footer-logo-box {
            margin-bottom: 30px;
        }

        .footer-logo-box img {
            max-width: 280px;
            height: auto;
        }

        .contact-list {
            list-style: none;
            margin-bottom: 30px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 18px;
            font-size: 0.95rem;
            color: var(--text-muted);
        }

        .contact-item i {
            color: var(--accent);
            width: 20px;
            text-align: center;
            font-size: 1.1rem;
        }

        .contact-item a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-item a:hover {
            color: var(--accent);
        }

        .social-box {
            display: flex;
            gap: 12px;
            margin-bottom: 35px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-white);
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .social-link:hover {
            background-color: var(--accent);
            border-color: var(--accent);
            transform: translateY(-5px);
        }

        .copyright {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.4);
            font-weight: 600;
            line-height: 1.5;
        }

        /* COLUMNA 2: NAVEGACIÓN */
        .footer-title {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 35px;
            text-transform: capitalize;
            position: relative;
            padding-bottom: 15px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--accent);
        }

        .footer-nav-list {
            list-style: none;
        }

        .footer-nav-list li {
            margin-bottom: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            padding-bottom: 8px;
        }

        .footer-nav-list a {
            color: var(--text-white);
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: color 0.3s ease;
        }

        .footer-nav-list a:hover {
            color: var(--accent);
        }

        /* COLUMNA 3: FORMULARIO CONTACT FORM 7 */
        .footer-form-box h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 35px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* Estilos específicos para las clases de CF7 */
        .wpcf7-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .wpcf7-form label {
            display: block;
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 8px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .wpcf7-text, .wpcf7-select, .wpcf7-textarea {
            width: 100%;
            background-color: #ffffff;
            border: none;
            padding: 14px 20px;
            border-radius: 12px;
            font-family: 'Barlow', sans-serif;
            font-size: 0.95rem;
            color: #0f172a;
            outline: none;
        }

        .full-width {
            grid-column: span 2;
        }

        .wpcf7-submit-wrapper {
            grid-column: span 2;
            margin-top: 10px;
        }

        .wpcf7-submit {
            background-color: var(--btn-blue);
            color: var(--text-white);
            border: none;
            padding: 16px 45px;
            border-radius: 10px;
            font-weight: 800;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
        }

        .wpcf7-submit:hover {
            background-color: var(--accent);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 152, 223, 0.3);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .wpcf7-form { grid-template-columns: 1fr; }
            .full-width, .wpcf7-submit-wrapper { grid-column: span 1; }
            .site-footer { text-align: center; }
            .footer-title::after { left: 50%; transform: translateX(-50%); }
            .social-box, .contact-item { justify-content: center; }
        }
        
        .elementor-edit-area-active .e-con {
    --primary-color: var(--e-p-border-con);
    --secondary-color: var(--e-p-border-con-hover);
    --outline-color: var(--outline-color);
    PADDING: 0;
}/* End custom CSS */