@charset "utf-8";

.botonformulario {
    margin-top: 20px;
}

/* Hero Section Improvements */
.hero-description {
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    white-space: normal;
}

.hero-buttons {
    margin-top: 2rem;
}

.hero-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.hero-buttons .btn-primary {
    background: linear-gradient(45deg, #0078ff, #00a6ff);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 120, 255, 0.3);
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 120, 255, 0.4);
}

.hero-buttons .btn-outline-light {
    border: 2px solid #fff;
    background: transparent;
}

.hero-buttons .btn-outline-light:hover {
    background: #fff;
    color: #0078ff;
    transform: translateY(-2px);
}

.hero-title {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Asegurar que Google Ads no se rompa en dos líneas */
.hero-description strong {
    white-space: nowrap;
}

.hero-description {
    word-wrap: normal;
    overflow-wrap: normal;
}

/* Mejoras para la sección de servicios */
.service-box {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-ico .ico-circle {
    transition: all 0.3s ease;
}

.service-box:hover .ico-circle {
    transform: scale(1.1);
    background: linear-gradient(45deg, #0078ff, #00a6ff);
}

.service-box:hover .ico-circle i {
    color: #fff;
}

/* Ocultar badge reCAPTCHA v3 (añadimos aviso legal en el formulario) */
.grecaptcha-badge {
    visibility: hidden;
}

/* Optimización de imágenes */
img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

/* Lazy loading para imágenes */
img[loading="lazy"] {
    opacity: 0;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Ajuste de jerarquía tipográfica en landings (#beneficios) */
#beneficios .title-box .title-a {
    font-size: 2.2rem !important;
}

#beneficios .title-box .subtitle-a {
    font-size: 1.3rem !important;
    font-weight: 500;
}

/* Mejoras de rendimiento */
.hero-bg,
.counters-bg,
.overlay-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Optimización de fuentes */
@font-face {
    font-display: swap;
}

/* Mejoras de formulario */
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Botones mejorados */
.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Estado activo visible para enlaces de navbar (incl. dropdown) */
#navbar a.active {
    color: #0078ff !important;
}

#navbar li.active>a {
    color: #0078ff !important;
}

/* Animaciones suaves */
.service-box,
.work-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover,
.work-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Loading spinner mejorado */
.loading {
    text-align: center;
    padding: 20px;
    color: #007bff;
    font-weight: 500;
}

.loading::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Mensajes de estado del formulario */
.sent-message {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
}

.error-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }
}

/* Responsive: mejoras generales móvil */
@media (max-width: 575.98px) {

    /* Hero: apilar botones con separación */
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0 !important;
    }

    /* Títulos y subtítulos en secciones */
    .title-box .title-a {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }

    .title-box .subtitle-a {
        font-size: 1rem !important;
    }

    /* Tarjetas de servicios: padding y separación */
    .service-box {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }

    .service-ico .ico-circle {
        height: 80px;
        width: 80px;
        box-shadow: 0 0 0 8px #0078ff;
    }

    .service-box .s-title {
        font-size: 1.1rem;
    }

    /* Portfolio: reducir paddings */
    .work-content {
        padding: 1rem 3% 0.5rem 3%;
    }

    /* Footer spacing */
    footer {
        padding: 18px 0;
    }
}