.hero-static {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.hero-eyebrow {
    display: block;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: #149BDB;
    margin-bottom: 1rem;
}

.hero-static-text h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #14457B;
    margin-bottom: 1rem;
    text-transform: none;
}

.hero-static-text p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 1.5rem;
    max-width: 480px;
}

.hero-static-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hero-btn-primary {
    background: #14457B;
    color: #fff;
    padding: 0.8rem 1.6rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.hero-btn-outline {
    background: transparent;
    color: #14457B;
    border: 2px solid #14457B;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.hero-stat {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    color: #444;
}

.hero-stat strong {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    color: #14457B;
    font-size: 1.3rem;
}

.hero-static-text {
    flex: 1 1 55%;
}

.hero-static-media {
    flex: 1 1 40%;
    max-width: 480px;
    min-width: 300px;
}

.hero-static-media img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 0 0 0 48px !important;
}

.hero-tagline {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #14457B;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .hero-static {
        flex-direction: column;
        text-align: center;
        padding: 2.5rem 1.5rem;
    }
    .hero-static-text h1 {
        font-size: 2rem;
    }
    .hero-static-buttons,
    .hero-stats {
        justify-content: center;
    }
    .hero-static-text p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

#pt-header .pt-bottom-header .navbar #pt-main-menu a {
    font-family: 'Karla', sans-serif;
}

#pt-header .pt-bottom-header .navbar #pt-main-menu > li > a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 13px;
    white-space: nowrap;
}

#pt-header .pt-bottom-header .navbar #pt-main-menu .sub-menu a {
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
}

#pt-header .pt-bottom-header .navbar #pt-main-menu > li:last-child > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    white-space: nowrap;
    background: #149BDB;
    color: #fff !important;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 13px;
}

#pt-header .pt-bottom-header .navbar #pt-main-menu > li:last-child > a:hover {
    background: #71AE67;
}

@media (max-width: 991px) {
    #pt-header .pt-bottom-header .navbar #pt-main-menu > li:last-child {
        padding: 0 !important;
    }

    #pt-header .pt-bottom-header .navbar #pt-main-menu > li:last-child > a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 8px 0 0 0;
        box-sizing: border-box;
    }
}

.pt-fancy-box.pt-style-10 {
    box-sizing: border-box;
    border-radius: 0 0 0 24px !important;
    padding: 40px 28px;
}

.pt-fancy-box-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #14457B;
    text-transform: none;
}

.pt-fancy-box-icon i {
    color: #71AE67;
}

.pt-fancy-box-info p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
}

@media (max-width: 768px) {
    .pt-fancy-box-info p {
        display: none;
        margin-top: 12px;
    }
    .pt-fancy-box.is-open .pt-fancy-box-info p {
        display: block;
    }
    .pt-fancy-box-title {
        cursor: pointer;
    }
}

.pt-footer-top .footer-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.pt-footer-top .widget,
.pt-footer-top .textwidget,
.pt-footer-top .menu-useful-links-container a {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.pt-footer-top .menu-useful-links-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-footer-top .menu-useful-links-container li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.pt-footer-top .textwidget {
    line-height: 1.8;
}

.pt-footer-top [class*="col-xl-3"] {
    padding-left: 20px;
    padding-right: 20px;
}

.pt-footer-social ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-footer-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #fff;
    transition: background 0.2s;
}

.pt-footer-social ul li a:hover {
    background: #149BDB;
}

.pt-copyright {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.pt-footer-logo {
    height: 70px !important;
    width: auto !important;
}

.wpcf7-form-control {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    border: 1px solid #DCE5EC !important;
    border-radius: 6px !important;
    padding: 0.7rem 1rem !important;
    width: 100% !important;
    color: #14457B !important;
    background: #fff !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s !important;
}

.wpcf7-form-control:focus {
    border-color: #149BDB !important;
    outline: none !important;
}

.wpcf7-form-control::placeholder {
    color: #888780 !important;
}

select.wpcf7-form-control {
    cursor: pointer !important;
}

.wpcf7-submit {
    background: #14457B !important;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 0.8rem 2rem !important;
    cursor: pointer !important;
}

input.wpcf7-form-control.wpcf7-submit[type="submit"] {
    color: #ffffff !important;
}

.wpcf7-submit:hover {
    background: #149BDB !important;
}

.elementor-accordion-title {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
}

.elementor-accordion-item {
    border-color: #DCE5EC !important;
}

.elementor-tab-content {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
    line-height: 1.6 !important;
}

.elementor-accordion-icon {
    color: #149BDB !important;
}

.pt-applyform {
    background: #F4F8FB;
    border-radius: 0 0 0 32px;
    padding: 2rem;
}

.pt-section-sub-title {
    color: #149BDB !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-size: 12px !important;
    background: none !important;
    padding: 0 !important;
}

.pt-section-title {
    color: #14457B !important;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
}

.pt-section-description {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.elementor-icon-box-title span {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
}

.elementor-icon-box-description {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
}

.elementor-icon-box-icon .elementor-icon i {
    color: #71AE67 !important;
}

.elementor-element-036cf01 > .elementor-container {
    align-items: stretch !important;
}

.elementor-element-e5635ca {
    display: flex !important;
    align-items: center !important;
}

.elementor-element-e5635ca .e-hosted-video,
.elementor-element-e5635ca .elementor-custom-embed-image-overlay {
    width: 100%;
}

.elementor-element-e5635ca img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 0 0 32px;
}

.elementor-element-1a599ccf .pt-fancy-box-title {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
    font-size: 18px !important;
}

.elementor-element-1a599ccf .pt-fancy-box-content p {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
}

.elementor-element-1a599ccf .pt-fancy-box-icon i {
    color: #71AE67 !important;
}

.pt-testimonial-content p {
    font-family: 'Quicksand', sans-serif !important;
    color: #444 !important;
    font-style: italic;
}

.pt-testimonial-meta h5 {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
}

.pt-testimonial-star i {
    color: #149BDB !important;
}

.pt-testimonial-img {
    display: none !important;
}

.owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.owl-item {
    height: auto !important;
    display: flex !important;
}

.pt-testimonial-box {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    border-radius: 0 0 0 24px !important;
}

.pt-testimonial-content {
    flex: 1 !important;
}

/* ===== TARJETAS DE SERVICIOS (5 tarjetas, mismo tamaño) ===== */

.elementor-element-78433c4a > .elementor-container {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

.elementor-element-78433c4a > .elementor-container > .elementor-column {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 0 10px !important;
}

.elementor-element-78433c4a .elementor-widget-wrap,
.elementor-element-78433c4a .elementor-widget-fancybox,
.elementor-element-78433c4a .elementor-widget-container {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
}

.elementor-element-78433c4a .pt-fancy-box.pt-style-10 {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: auto !important;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 0 24px !important;
    padding: 40px 28px;
}

.elementor-element-78433c4a .pt-fancy-box-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100%;
}

.elementor-element-78433c4a .pt-fancy-box-info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

.elementor-element-78433c4a .pt-btn-container {
    margin-top: auto !important;
    padding-top: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-element-78433c4a > .elementor-container {
        flex-wrap: wrap !important;
    }
    .elementor-element-78433c4a > .elementor-container > .elementor-column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-78433c4a > .elementor-container {
        flex-wrap: wrap !important;
    }
    .elementor-element-78433c4a > .elementor-container > .elementor-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    #pt-header .pt-bottom-header .navbar .navbar-brand img.logo {
        width: 340px !important;
        height: 95px !important;
        max-width: none !important;
    }
}

/* ===== ACENTOS DE COLOR SUTILES (dentro de la marca) ===== */

/* Línea decorativa antes del subtítulo de cada sección */
.pt-section-sub-title {
    position: relative;
    padding-left: 32px !important;
}

.pt-section-sub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 3px;
    background: linear-gradient(90deg, #149BDB, #71AE67);
    border-radius: 2px;
}

/* Barra de acento arriba de cada tarjeta de servicio, alternando colores de marca */
.elementor-element-78433c4a .pt-fancy-box.pt-style-10 {
    border-top: 4px solid #149BDB;
}

.elementor-element-78433c4a .elementor-column:nth-child(2) .pt-fancy-box.pt-style-10 {
    border-top-color: #71AE67;
}

.elementor-element-78433c4a .elementor-column:nth-child(3) .pt-fancy-box.pt-style-10 {
    border-top-color: #14457B;
}

.elementor-element-78433c4a .elementor-column:nth-child(4) .pt-fancy-box.pt-style-10 {
    border-top-color: #71AE67;
}

.elementor-element-78433c4a .elementor-column:nth-child(5) .pt-fancy-box.pt-style-10 {
    border-top-color: #149BDB;
}

/* Círculo detrás del icono, un poco más presente */
.elementor-element-78433c4a .pt-fancy-box-icon:before {
    background: #71AE67 !important;
    opacity: 0.12 !important;
}

/* ===== LÍNEA DECORATIVA EN EL EYEBROW DEL HERO (misma familia que "Nuestros Servicios") ===== */

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-eyebrow::before {
    content: '';
    width: 22px;
    height: 3px;
    background: linear-gradient(90deg, #149BDB, #71AE67);
    border-radius: 2px;
    flex-shrink: 0;
}

/* ===== SEPARADOR DE COLOR BAJO EL HEADER ===== */

#pt-header {
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #14457B, #149BDB, #71AE67) 1;
}

/* ===== LISTA DE PRECIOS (Turno Día / Turno Noche) ===== */

.pt-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-price-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 14px 0;
    border-bottom: 1px dashed #DCE5EC;
    font-family: 'Quicksand', sans-serif;
}

.pt-price-list li:last-child {
    border-bottom: none;
}

.pt-price-time {
    font-size: 16px;
    color: #14457B;
    font-weight: 600;
}

.pt-price-value {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #149BDB;
}

/* ===== TARIFAS: headings y texto de widgets genéricos de Elementor (sin clase propia) ===== */

.entry-content .elementor-widget-heading .elementor-heading-title {
    font-family: 'Archivo', sans-serif;
    color: #14457B;
    text-transform: none;
}

.entry-content h1.elementor-heading-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
}

.entry-content h2.elementor-heading-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
}

.entry-content h5.elementor-heading-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.entry-content h6.elementor-heading-title {
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #149BDB;
}

.entry-content .elementor-widget-text-editor p {
    font-family: 'Quicksand', sans-serif;
    color: #444;
    line-height: 1.6;
}

/* ===== TARIFAS: esquina inferior-izquierda redondeada (firma de marca) ===== */

.entry-content .elementor-widget-image img {
    border-radius: 0 0 0 32px !important;
}

.elementor-element-59f08845,
.elementor-element-5fd2e702 {
    border-radius: 0 0 0 24px !important;
    overflow: hidden;
}

/* ===== TÍTULO DE BREADCRUMB: unificar con tipografía de marca en todo el sitio ===== */

.pt-breadcrumb .pt-breadcrumb-title h1 {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
    text-transform: none !important;
}

/* Excepción: imagen de Turno Día, esquina redondeada al lado contrario (hacia el texto) */
.entry-content .elementor-element-4faf078 img {
    border-radius: 0 0 32px 0 !important;
}

/* ===== TARIFAS: tarjetas para Turno Día / Turno Noche (para que no floten sueltos) ===== */

.elementor-element-22a50d1,
.elementor-element-98f5ae1 {
    background: #F4F8FB !important;
    border-radius: 0 0 40px 0 !important;
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.06) !important;
    margin-bottom: 32px !important;
}

.elementor-element-22a50d1 > .elementor-container,
.elementor-element-98f5ae1 > .elementor-container {
    align-items: center !important;
    padding: 32px !important;
}

/* ===== TARIFAS: línea divisoria después del párrafo de transparencia (reemplaza la versión anterior) ===== */

.elementor-element-1332a81::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #149BDB, #71AE67);
    margin: 24px auto 0;
}

/* ===== TARIFAS: tarjetas Reclamo de Medicamentos / Citas Médicas, estilo Nuestros Servicios ===== */

.elementor-element-59f08845,
.elementor-element-5fd2e702 {
    background: #ffffff !important;
    border-radius: 0 0 32px 0 !important;
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1) !important;
    padding: 40px 28px !important;
}

.elementor-element-59f08845 .elementor-icon-box-icon i,
.elementor-element-5fd2e702 .elementor-icon-box-icon i {
    color: #71AE67 !important;
    font-size: 48px !important;
}

.elementor-element-59f08845 .elementor-icon-box-title,
.elementor-element-59f08845 .elementor-icon-box-title a,
.elementor-element-5fd2e702 .elementor-icon-box-title,
.elementor-element-5fd2e702 .elementor-icon-box-title a {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.elementor-element-59f08845 .elementor-widget-text-editor,
.elementor-element-5fd2e702 .elementor-widget-text-editor {
    font-family: 'Quicksand', sans-serif !important;
    color: #14457B !important;
    font-weight: 600 !important;
}

/* ===== TARIFAS: quitar el fondo interno duplicado de Elementor en las columnas ===== */

.elementor-element-59f08845 > .elementor-widget-wrap,
.elementor-element-5fd2e702 > .elementor-widget-wrap {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* ===== TARIFAS: unificar tipografía del precio en ambas tarjetas (con o sin <p>) ===== */

.elementor-element-59f08845 .elementor-widget-text-editor .elementor-widget-container,
.elementor-element-5fd2e702 .elementor-widget-text-editor .elementor-widget-container {
    font-family: 'Quicksand', sans-serif !important;
    color: #14457B !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.elementor-element-59f08845 .elementor-widget-text-editor p,
.elementor-element-5fd2e702 .elementor-widget-text-editor p {
    margin: 0 !important;
}

/* ===== TARIFAS: separación entre tarjetas + línea de color arriba (estilo fancybox) ===== */

.elementor-element-47383831 > .elementor-container {
    gap: 24px !important;
}

.elementor-element-59f08845,
.elementor-element-5fd2e702 {
    position: relative !important;
    overflow: hidden !important;
}

.elementor-element-59f08845::before,
.elementor-element-5fd2e702::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #149BDB, #71AE67);
}

.pt-breadcrumb {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pt-form-label {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #14457B;
    margin-bottom: 0.4rem;
}

.pt-required {
    color: #D64545;
    font-weight: 700;
}

/* ===== TARJETAS DE CONTACTO (mismo tamaño + línea de color, estilo Nuestros Servicios) ===== */

.pt-contact-cards > .elementor-container {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

.pt-contact-cards > .elementor-container > .elementor-column {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    padding: 0 10px;
}

.pt-contact-cards .elementor-widget-wrap,
.pt-contact-cards .elementor-widget-icon-box,
.pt-contact-cards .elementor-widget-container {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
}

.pt-contact-cards .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    background: #fff;
    border-radius: 0 0 0 24px;
    border-top: 4px solid #149BDB;
    padding: 2.5rem 1.75rem;
    box-shadow: 0 4px 16px rgba(20, 69, 123, 0.08);
    box-sizing: border-box;
    text-align: center;
}

.pt-contact-cards .elementor-column:nth-child(2) .elementor-icon-box-wrapper {
    border-top-color: #71AE67;
}

.pt-contact-cards .elementor-column:nth-child(3) .elementor-icon-box-wrapper {
    border-top-color: #14457B;
}

.pt-contact-cards .elementor-icon-box-icon i {
    font-size: 36px;
    margin-bottom: 0.5rem;
}

.pt-contact-cards .elementor-icon-box-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #14457B;
    text-transform: none;
    margin-bottom: 0.5rem;
}

.pt-contact-cards .elementor-icon-box-description {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
}

@media (max-width: 767px) {
    .pt-contact-cards .elementor-column {
        margin-bottom: 1.5rem;
    }
}

/* ===== TARJETAS DE VALORES (Quienes Somos) - mismo tamaño + línea de color ===== */

.elementor-element-0af9ee0 > .elementor-container,
.elementor-element-814f994 > .elementor-container {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

.elementor-element-0af9ee0 > .elementor-container > .elementor-column,
.elementor-element-814f994 > .elementor-container > .elementor-column {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
}

.elementor-element-0af9ee0 .elementor-widget-wrap,
.elementor-element-0af9ee0 .elementor-widget-container,
.elementor-element-814f994 .elementor-widget-wrap,
.elementor-element-814f994 .elementor-widget-container {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
}

.elementor-element-0af9ee0 .pt-fancy-box.pt-style-3,
.elementor-element-814f994 .pt-fancy-box.pt-style-3 {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    box-sizing: border-box !important;
    border-top: 4px solid #149BDB !important;
}

.elementor-element-0af9ee0 .pt-fancy-box-info,
.elementor-element-814f994 .pt-fancy-box-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

/* Fila 1: Apoyo (azul) · Solidaridad (verde) · Respeto (navy) */
.elementor-element-0af9ee0 .elementor-column:nth-child(2) .pt-fancy-box.pt-style-3 { border-top-color: #71AE67 !important; }
.elementor-element-0af9ee0 .elementor-column:nth-child(3) .pt-fancy-box.pt-style-3 { border-top-color: #14457B !important; }

/* Fila 2: Responsabilidad (azul) · Compromiso (verde) */
.elementor-element-814f994 .elementor-column:nth-child(2) .pt-fancy-box.pt-style-3 { border-top-color: #71AE67 !important; }

/* ===== TARJETAS DE SERVICIO EN NUESTROS SERVICIOS (pt-service-box pt-style-2) ===== */

.pt-service-box.pt-style-2 .pt-service-title {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    color: #14457B !important;
    text-transform: none !important;
    font-size: 18px !important;
}

.pt-service-box.pt-style-2 .pt-service-title:hover {
    color: #149BDB !important;
}

.pt-service-box.pt-style-2 .pt-service-sub-title {
    font-family: 'Quicksand', sans-serif !important;
    color: #444444 !important;
    font-size: 14px !important;
    display: block;
    margin-bottom: 0.4rem;
}

.pt-service-box.pt-style-2 .pt-service-img img {
    border-radius: 0 0 0 24px !important;
}

.pt-service-box.pt-style-2 .pt-service-icon {
    background: #149BDB !important;
}

.pt-service-box.pt-style-2 .pt-service-icon i {
    color: #fff !important;
}

.pt-service-box.pt-style-2 .pt-info-text a {
    text-decoration: none !important;
}

select.wpcf7-form-control {
    line-height: normal !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    height: auto !important;
}

textarea.wpcf7-form-control {
    min-height: 120px !important;
    margin-bottom: 1.5rem !important;
}

/* 1) Evitar que la columna de la imagen se estire con el alto del formulario */
.elementor-element-31d38eba.elementor-column {
    align-self: flex-start !important;
}

/* 2) Evitar que el widget-wrap centre/comprima la imagen verticalmente */
.elementor-element-31d38eba > .elementor-widget-wrap {
    align-items: flex-start !important;
    height: auto !important;
}

/* 3) Fijar el tamaño real de la imagen para que no se recalcule con el alto del contenedor */
.elementor-element-161e2c3f img {
    width: 338px !important;
    max-width: 100% !important;
    height: auto !important;
}

/* 4) Bajar el alto del textarea para que empuje menos la fila */
.wpcf7-form-control.wpcf7-textarea {
    height: 90px !important;
    min-height: 90px !important;
}

.pt-applyform .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pt-applyform [class*="col-"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.pt-applyform input.wpcf7-form-control,
.pt-applyform select.wpcf7-form-control,
.pt-applyform textarea.wpcf7-form-control {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode,
.elementor-widget-shortcode form.wpcf7-form,
.elementor-widget-shortcode .pt-applyform,
.elementor-widget-shortcode .row,
.elementor-widget-shortcode .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .pt-applyform .row {
        display: block !important;
    }
    .pt-applyform .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 480px) {
    .pt-applyform {
        padding: 1.25rem 1rem !important;
    }

    .pt-applyform .wpcf7-form-control {
        padding: 0.55rem 0.5rem !important;
        font-size: 12.5px !important;
    }

    .pt-applyform .wpcf7-submit {
        width: 100% !important;
        padding: 0.65rem 0.75rem !important;
        font-size: 13px !important;
        letter-spacing: normal !important;
    }
}

:root {
    --primary-color: #149BDB !important;
    --secondary-color: #71AE67 !important;
    --dark-color: #14457B !important;
}