﻿/* ===== RESET Y BASE ===== */
html {
    font-size: 62.5%;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1.6rem;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* ===== TIPOGRAFÍA ===== */
h1, h2 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 2.7rem;
}

h3 {
    font-size: 1.8rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===== SECCIÓN HERO ===== */
section.hero {
    background: #1e304d;
    background-image: url("img/bg-hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    padding-top: 2rem;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

section.hero header h1 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0;
}

section.hero .form {
    background-color: rgba(30, 48, 77, .8);
    padding: 3rem 3rem;
    border: solid 1px #3a5c93;
    border-right: solid 6px #f08331;
    border-radius: 12px 0 0 12px;
}

/* ===== SECCIÓN WHY ===== */
section.why {
    background-color: #1e304d;
    background-image: url("img/deco.webp");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: #fff;
    padding-bottom: 2rem;
    padding-top: 3rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* En desktop, permitir que la gota se vea completa */
@media (min-width: 1200px) {
    section.why {
        overflow-x: visible;
    }
}

section.why img {
    width: 30%;
    max-width: 100%;
}

section.why h2 {
    border-bottom: solid 3px #f08331;
}

section.why ul li::before {
    content: "■ ";
    color: #f08331;
    position: relative;
    top: -2px;
    margin-right: .25rem;
}

/* ===== SECCIÓN INDUSTRY ===== */
section.industry {
    padding: 0 0 4rem 0;
    background-image: url("img/fdo-indus.webp");
    background-position: center top;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

section.industry .beneficios {
    color: #fff;
    background-color: #f08331;
    border-radius: 12px;
    text-align: center;
    position: relative;
    top: -40px;
    padding: 4rem 3rem;
    z-index: 20;
    margin: 0 2rem;
    overflow: visible;
}

section.industry .beneficios ul {
    margin-top: 2rem;
}

section.industry .beneficios ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    line-height: 2rem;
    max-width: 70%;
}

section.industry .beneficios ul li img {
    max-width: 70px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

section.industry .list-industries li {
    display: flex;
    margin: 1rem 0;
}

section.industry .list-industries li::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 1rem;
    background-image: url("img/arrow-right.webp");
}

/* ===== BOTONES ===== */
.btn {
    display: inline-block;
    padding: .8rem 1.6rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #f08331;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s ease;
}

.btn:hover {
    background-color: #de6810;
}

.btn-deco {
    background: #305580;
    background: linear-gradient(180deg, rgb(48, 85, 128) 0%, rgb(36, 61, 95) 58%, rgb(30, 48, 77) 100%);
    font-weight: 600;
    text-shadow: rgba(0, 0, 0, .5) 0px 4px 8px;
    padding-left: 4rem;
    padding-right: 4rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
}

.btn-deco span {
    color: #f08331;
}

/* ===== FORMULARIOS ===== */
form label {
    font-size: 1.4rem;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form select,
form textarea {
    font-size: 1.6rem;
}

form select {
    font-size: 1.6rem;
    height: 34px;
}

form select option {
    font-size: 1.6rem;
}

form select option:first-child {
    font-size: 1.6rem;
}

form button {
    font-size: 1.6rem;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

/* ===== FOOTER ===== */
footer {
    background-image: url("img/bg-footer.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

footer .form {
    padding: 3rem;
    background-color: #1e304d;
    border-radius: 0 0 32px 32px;
    border-top: solid 6px #f08331;
}

footer a {
    color: #fff;
    font-size: 1.7rem;
}

footer i {
    color: #f08331;
    margin-right: .5rem;
}

/* ===== VALIDACIÓN DE FORMULARIOS ===== */
.form-text {
    font-size: 1.2rem;
    color: #6c757d;
    margin-top: .25rem;
}

.is-valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25) !important;
}

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25) !important;
}

/* ===== RESPONSIVE - MÓVIL ===== */
@media (max-width: 575px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    section.hero .col-lg-8 {
        overflow: visible !important;
        padding: 0 1rem;
    }
    
    /* Padding para la sección why en móvil */
    section.why {
        padding-left: 2em;
        padding-right: 2em;
    }
    
    /* Padding para la sección industry en móvil */
    section.industry {
        padding-left: 2em;
        padding-right: 2em;
    }
    
    /* Ajustar el módulo de beneficios en móvil */
    section.industry .beneficios {
        margin: 0 1rem;
        z-index: 25;
        overflow: visible;
        position: relative;
    }
    
    section.hero .col-lg-8 img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
    
    /* Específico para la imagen de camiones */
    section.hero img[alt="camiones"] {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
        margin: 0 auto;
        display: block;
    }
    
    /* Ajustar el tamaño de la flecha en móvil */
    section.hero .arrow img {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
    }
}

/* ===== RESPONSIVE - TABLET Y DESKTOP ===== */
@media (min-width: 576px) {
    section.hero .form {
        padding: 3rem 6rem;
        border-radius: 32px 0 0 32px;
    }
    
    /* Tamaño de flecha para tablet */
    section.hero .arrow img {
        width: 40px;
        height: 40px;
        max-width: 40px;
    }
    
    section.why {
        padding-top: 0;
    }
    
    section.why img {
        width: 212px;
        max-width: 100%;
    }
    
    section.why ul li {
        width: 75%;
    }
    
    section.why .fotos {
        flex: 1;
        max-width: 212px;
    }
    
    section.industry .beneficios {
        padding: 6rem;
        border-radius: 32px;
    }
    
    section.industry .beneficios ul li {
        max-width: 120px;
        flex-direction: column;
        text-align: center;
    }
    
    section.industry .beneficios ul li img {
        max-width: 100px;
    }
    
    footer .form {
        padding: 6rem;
    }
}

@media (min-width: 1200px) {
    section.why .deco {
        background-image: url("img/gota.webp");
        background-position: 100% center;
        background-size: contain;
        display: block;
        width: 400px;
        height: 500px;
        position: absolute;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
}

/* ===== BOTÓN FLOTANTE WHATSAPP ===== */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: pulse 2s infinite;
    border-radius: 50%;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-float a:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.whatsapp-float i {
    font-size: 28px;
}

/* Animación de pulso */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        border-radius: 50%;
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
        border-radius: 50%;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        border-radius: 50%;
    }
}

/* Responsive para móvil */
@media (max-width: 575px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-float a {
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-float i {
        font-size: 24px;
    }
}

/*# sourceMappingURL=main.css.map */
