.elementor-3667 .elementor-element.elementor-element-235aa57{--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-3667 .elementor-element.elementor-element-5dc8ff7{--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;}.elementor-3667 .elementor-element.elementor-element-565c597{width:100%;max-width:100%;}.elementor-3667 .elementor-element.elementor-element-565c597.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-3667 .elementor-element.elementor-element-a6802a5{--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-3667 .elementor-element.elementor-element-c8324a0{--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-3667 .elementor-element.elementor-element-e135d0a{--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-3667 .elementor-element.elementor-element-a5917cd{--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-3667 .elementor-element.elementor-element-7368b03{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-037d44b *//* Importar fuente (si no la tienes ya) */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-section {
    /* --- INICIO DEL TRUCO PARA ANCHO COMPLETO --- */
    width: 100vw;          /* Fuerza el ancho al 100% de la ventana del navegador */
    position: relative;    /* Necesario para que los siguientes cálculos funcionen */
    left: 50%;             /* Mueve el elemento al centro exacto */
    right: 50%;
    margin-left: -50vw;    /* Lo "estira" hacia la izquierda la mitad del ancho de la pantalla */
    margin-right: -50vw;   /* Lo "estira" hacia la derecha la mitad del ancho de la pantalla */
    /* --- FIN DEL TRUCO --- */

    /* El resto de tu CSS original sigue aquí abajo: */
    /* Reemplaza la URL con tu imagen real */
    background-image: url(https://tanquesycisternas.com.mx/wp-content/uploads/2026/02/Fondo-scaled.png); 
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Capa Azul (Overlay) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Degradado azul similar al de la imagen */
    background: linear-gradient(90deg, rgba(0, 85, 184, 0.95) 0%, rgba(0, 85, 184, 0.85) 60%, rgba(0, 85, 184, 0.4) 100%);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2; /* Para que el texto quede sobre la capa azul */
    max-width: 1200px;
    margin: 0 auto;
}

/* Textos */
.breadcrumb {
    font-size: 14px;
    opacity: 0.8;
    display: block;
    margin-bottom: 15px;
}

.active {
    color: #F37B22; /* Naranja */
    font-weight: bold;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
}

.text-orange {
    color: #F37B22;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* Lista de características */
.hero-features {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 600;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-icon {
    color: #F37B22;
    font-style: normal;
}

/* Botones */
.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background-color: #F37B22;
    color: white;
    border: 2px solid #F37B22;
}

.btn-outline {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

/* Badge de Descuento */
.discount-badge {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-color: #F37B22;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(243, 123, 34, 0.4);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-565c597 *//* --- Estilos Sección Introducción --- */

.intro-catalog {
    padding: 80px 20px; /* Espacio arriba y abajo */
}

/* Para centrar todo el contenido de esta sección */
.text-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subheading {
    color: #F37B22; /* El mismo naranja de arriba */
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px; /* Espaciado entre letras */
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a; /* Negro suave */
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.text-blue {
    color: #0055B8; /* Azul estilo Rotoplas */
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    color: #666; /* Gris para el texto secundario */
    max-width: 800px; /* Para que el texto no se estire demasiado a los lados */
    margin: 0 auto;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px; /* Título más pequeño en celular */
    }
    
    .intro-catalog {
        padding: 50px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-671deac *//* --- Estilos Sección Cuadrícula de Productos --- */

.product-grid-section {
    padding: 0px 20px 0px; /* Espaciado */
}

/* Contenedor de la cuadrícula */
.product-grid {
    display: grid;
    /* Cambio clave: 'repeat(4, 1fr)' crea 4 columnas de igual tamaño */
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; /* Espacio entre los cuadros */
    margin-bottom: 50px;
}

/* Opcional: Para que en celulares NO se vean aplastados */
@media (max-width: 900px) {
    .product-grid {
        /* En pantallas chicas (tablets/celulares) permitimos que se acomoden */
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/* 1. Hacemos que la tarjeta ocupe toda la altura de la fila */
.product-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    
    /* AGREGAR ESTO: Obliga a la tarjeta a estirarse para igualar a sus vecinas */
    height: 100%; 
    display: flex;
    flex-direction: column;
}

/* 2. Quitamos la altura fija para que la imagen no se recorte */
.card-image {
    /* BORRA o comenta la línea de height: 220px; */
    /* height: 220px;  <-- ELIMINAR ESTO */
    
    background-color: #fff; /* Fondo blanco por si la imagen es transparente */
    width: 100%;
}

.card-image img {
    width: 100%;
    /* CAMBIO CLAVE: height: auto permite que la imagen dicte la altura */
    height: auto; 
    display: block; /* Elimina espacios extraños debajo de la imagen */
    
    /* ELIMINAR object-fit: cover; para que no recorte nada */
}

/* 3. Aseguramos que el contenido empuje los botones al final */
.card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Esto hace que el texto ocupe todo el espacio disponible */
}

.card-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 25px;
    /* Esto empujará el botón naranja hacia el fondo de la tarjeta */
    flex-grow: 1; 
}

/* Contenedor del texto de la tarjeta */
.card-content {
    padding: 25px;
    flex-grow: 1; /* Ocupa el espacio restante */
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a1a1a;
}

.card-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 25px;
    flex-grow: 1; /* Empuja el botón hacia abajo */
}

/* Botón de bloque (ancho completo) */
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px; /* Ajuste de padding para botones dentro de tarjetas */
    box-sizing: border-box;
}

/* Contenedor para centrar el botón final */
.catalog-button-container {
    text-align: center;
}

/* Botón de contorno oscuro para "Ver Catálogo Completo" */
.btn-outline-dark {
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 0.2s;
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.btn-outline-dark:hover {
    background-color: #1a1a1a;
    color: white;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e90533 *//* --- Estilos Sección de Cobertura --- */

.coverage-section {
    padding: 80px 20px 0px;
}

/* Reutilizamos .text-center, .subheading, .section-title, .text-blue y .section-description del apartado anterior */

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas en escritorio */
    gap: 30px;
    margin-top: 50px;
}

/* Tarjeta individual */
.coverage-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); /* Sombra suave */
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #F37B22; /* El borde naranja izquierdo característico */
    height: 100%;
    box-sizing: border-box;
}

/* Cabecera de la tarjeta (Icono + Título) */
.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.location-icon {
    background-color: #EBF3FF; /* Círculo azul clarito de fondo */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-title-group h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.status-text {
    color: #F37B22; /* Texto naranja */
    font-size: 13px;
    font-weight: 600;
}

/* Lista de lugares */
.coverage-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1; /* Empuja el botón hacia abajo */
}

.coverage-list li {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-green {
    color: #10B981; /* Verde palomita */
    font-weight: bold;
    font-size: 14px;
}

/* Botón contorno naranja */
.btn-outline-orange {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: 2px solid #F37B22;
    color: #F37B22;
    background-color: transparent;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.btn-outline-orange:hover {
    background-color: #F37B22;
    color: white;
}

/* --- Diseño Responsivo --- */

/* Para Tablets (2 columnas) */
@media (max-width: 992px) {
    .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Para Celulares (1 columna) */
@media (max-width: 600px) {
    .coverage-grid {
        grid-template-columns: 1fr;
    }
    .coverage-card {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-441c179 *//* --- ESTILOS DEL CUADRO DE INFORMACIÓN PLOMOSA --- */
.about-plomosa-section {
    padding: 80px 20px 80px;
}

/* Aquí está el cambio principal: */
.about-card {
    background-color: #e2e8f0; /* Nuevo color gris ligeramente más oscuro */
    border-radius: 12px;
    padding: 40px 50px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03); /* Aumenté un poquitito la sombra para que combine mejor con el nuevo fondo */
}

.about-card h2 {
    font-size: 1.4rem;
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-card p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-card p:last-child {
    margin-bottom: 0;
}

.about-card strong {
    color: #2d3748;
    font-weight: 600;
}

/* Ajustes para móvil (sin cambios aquí) */
@media (max-width: 768px) {
    .about-card {
        padding: 25px 20px;
    }
    
    .about-card h2 {
        font-size: 1.25rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14e75a1 *//* --- ESTILOS DE LA SECCIÓN "¿POR QUÉ ELEGIRNOS?" --- */
.features-section {
    background-color: #0b4a99; /* Azul corporativo */
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 24px 24px;
    padding: 80px 20px;
    color: #ffffff;
    
    /* Truco para forzar el ancho completo de la pantalla */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.features-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.features-subtitle {
    color: #ff7f00; /* Naranja */
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.features-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0;
}

.text-orange {
    color: #ff7f00;
}

.features-desc {
    font-size: 1.05rem;
    color: #b8d4f0; /* Azul muy claro para contrastar bien */
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}

.feature-card {
    background-color: rgba(255, 255, 255, 0.08); /* Fondo semitransparente para las tarjetas */
    border-radius: 12px;
    padding: 35px 30px;
    text-align: left;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px); /* Efecto de flotar al pasar el mouse */
    background-color: rgba(255, 255, 255, 0.12);
}

.feature-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #ff7f00;
    border-radius: 12px;
    margin-bottom: 25px;
}

.feature-icon-wrapper svg {
    stroke: #ff7f00;
    width: 24px;
    height: 24px;
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
}

.feature-card p {
    font-size: 0.95rem;
    color: #b8d4f0;
    line-height: 1.6;
    margin: 0;
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ff7f00;
    padding: 15px 40px;
    border-radius: 12px;
    gap: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.exp-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.exp-text {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets */
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 60px 20px;
    }
    .features-title {
        font-size: 2rem;
    }
    .features-grid {
        grid-template-columns: 1fr; /* 1 columna en celulares */
    }
    .experience-badge {
        flex-direction: column;
        text-align: center;
        gap: 5px;
        padding: 20px 40px;
    }
    .exp-text {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b85c56 *//* --- ESTILOS DEL BANNER DE CONTACTO --- */
.cta-banner-section {
    padding: 80px 20px;
}

.cta-container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden; /* Evita que el fondo azul se salga de las esquinas redondeadas */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Sombra elegante como en la imagen */
    background-color: #ffffff;
}

/* Columna Izquierda */
.cta-left {
    flex: 1.1; /* Toma un poco más de la mitad del espacio */
    padding: 50px;
}

.cta-subtitle {
    color: #F37B22; /* Naranja Rotoplas */
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.cta-title {
    color: #1a2a40; /* Azul muy oscuro para el texto principal */
    font-size: 1.7rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cta-title .text-blue {
    color: #0b4a99; /* Azul de tu marca */
}

.cta-desc {
    color: #64748b; /* Gris texto */
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Lista de iconos */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 35px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.detail-icon {
    background-color: #fff3e0; /* Naranja super clarito para el fondo del ícono */
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-icon svg {
    width: 20px;
    height: 20px;
}

.detail-text {
    display: flex;
    flex-direction: column;
}

.detail-text strong {
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 700;
}

.detail-text span {
    color: #64748b;
    font-size: 0.85rem;
}

/* Botones de la izquierda */
.cta-buttons {
    display: flex;
    gap: 15px;
}

.cta-buttons a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: transform 0.2s;
}

.cta-buttons a:hover {
    transform: translateY(-2px);
}

.cta-buttons svg {
    width: 18px;
    height: 18px;
}

.btn-whatsapp {
    background-color: #25D366; /* Verde oficial de WhatsApp */
    color: #ffffff;
}

.btn-call {
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1; /* Borde gris claro */
}

/* Columna Derecha Azul */
.cta-right {
    flex: 0.9;
    background-color: #0b4a99; /* Azul de tu marca */
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.express-icon {
    font-size: 3rem; /* Tamaño del camión */
    margin-bottom: 10px;
}

.cta-right h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.cta-right p {
    font-size: 0.95rem;
    color: #b8d4f0;
    margin: 0 0 25px 0;
}

/* Botón Naranja Grueso */
.btn-orange-large {
    background-color: #F37B22;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;
}

.btn-orange-large:hover {
    transform: translateY(-3px);
}

.btn-orange-large strong {
    font-size: 1.1rem;
    font-weight: 800;
}

.btn-orange-large span {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.9; /* Hace el texto de abajo un poco más tenue */
}

/* Diseño Responsive (Celulares y Tablets pequeñas) */
@media (max-width: 850px) {
    .cta-container {
        flex-direction: column; /* Apila las columnas una sobre otra */
    }
    .cta-left, .cta-right {
        padding: 40px 25px;
    }
    .cta-buttons {
        flex-direction: column; /* Apila los botones de Whatsapp y Llamar */
    }
}/* End custom CSS */