/*
Theme Name: Tema Landing Custom
Theme URI: [https://misitio.com](https://misitio.com)
Author: DLuis caicedo
Author URI: [https://misitio.com](https://misitio.com)
Description: Tema desarrollado 100% a medida sin constructores visuales. Incluye integración Bootstrap y respaldo de DB.
Version: 1.0
License: GNU General Public License v2 or later
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
Text Domain: tema-landing-custom
*/

/* Reset Básico para complementar Bootstrap */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* Estilos Personalizados del Tema */
.hero-section {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
    padding: 100px 0;
}

.form-custom-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-top: -50px; /* Efecto overlap */
}

.footer {
    background: #212529;
    color: #aaa;
    padding: 40px 0;
}

/* Ajustes para el formulario de HubSpot para que no rompa el diseño */
.hs-form-frame {
    min-height: 500px;
}
