@import url('./variables.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #46658b;
    --gris: #333333;
}

body {
    font-family: 'Montserrat', sans-serif!important; 
    font-size: 16px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    text-decoration: none!important;
}


.hero-contacto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

/* Overlay oscuro suave */
.hero-contacto::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}

/* Full height en desktop */
@media (min-width: 992px) {
    .hero-contacto {
        height: 100vh;
    }

    .hero-row {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

/* Contenido izquierdo */
.hero-left {
    position: relative;
    z-index: 2;
}

.hero-content {
    padding: 40px;
}

.hero-content a, .hero-content a:hover {
    color: #ffffff;
}

.hero-logo img {
    max-width: 120px;
    margin-bottom: 10px;
}

.hero-legajo {
    font-size: 12px;
    opacity: 0.8;
}

.hero-title {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
    line-height: 1.4;
}

.hero-icons span {
    font-size: 22px;
    margin-right: 20px;
}

.hero-legal {
    margin-top: 40px;
    font-size: 18px;
}

/* Columna derecha */
.hero-right {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-icons {
    font-size: 18px;
    font-weight: 700;
}

/* Caja del formulario */
.form-wrapper {
    background: #f2f2f2;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    color: #333;
}

.form-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Placeholder */
.form-placeholder {
    padding: 20px;
}

/* Mobile */
@media (max-width: 991px) {
    .hero-content {
        padding: 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 22px;
    }

    .hero-right {
        margin-top: 20px;
        padding: 20px;
    }
}

#formConsulta .list-group-item {
                border: none!important;
                background-color: transparent!important;
            }
        #formConsulta .panel, #formConsulta .panel-default {
                border: none!important;
                background-color: transparent!important;
                margin-bottom: 0!important;
        }
        #formConsulta .form-control {
            border-radius: 10px;
            height: 40px;
        }

        #formConsulta .btn-default {
            height: 40px;
            border-radius: 10px;
            background-color: var(--primary);
            color: #ffffff;
            font-weight: 700;
            font-size: 16px;
            width: 100%;
            border: none;
        }

        #formConsulta .list-group-item {
            padding: 0 15px!important;
        }

        #formConsulta textarea.form-control {
            height: 80px!important;
            resize:none;
        }