/* =====================================================
   Grupo Aleyor - cotizacion.css v2.0
   Estilos iniciales para la página de cotización
   ===================================================== */

/* HERO */
.quote-hero{
    padding:120px 0 80px;
    background:linear-gradient(135deg,#f4f8fc 0%,#ffffff 100%);
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#0d6efd;
    color:#fff;
    font-size:.85rem;
    font-weight:600;
    letter-spacing:.08em;
}

.quote-hero h1{
    font-weight:800;
    margin:20px 0;
}

.quote-hero img{
    max-width:520px;
    transition:.4s;
}

.quote-hero img:hover{
    transform:translateY(-8px);
}

/* BENEFICIOS */
.bg-light{
    background:#f8fafc!important;
}

.bg-light .shadow-sm{
    transition:.35s;
    border-radius:18px;
}

.bg-light .shadow-sm:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12)!important;
}

.bg-light i{
    color:#0d6efd;
    margin-bottom:15px;
}

/* FORMULARIO */

#formulario-cotizacion .card{
    border:none;
    border-radius:22px;
    overflow:hidden;
}

#formulario-cotizacion h2,
#formulario-cotizacion h5{
    font-weight:700;
}

.form-control,
.form-select{
    border-radius:12px;
    min-height:52px;
    border:1px solid #d7dce5;
}

.form-control:focus,
.form-select:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 .2rem rgba(13,110,253,.15);
}

textarea.form-control{
    min-height:180px;
    resize:vertical;
}

.btn-primary{
    padding:14px 30px;
    border-radius:12px;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-2px);
}

/* SIDEBAR */

#formulario-cotizacion .card ul{
    padding-left:20px;
}

#formulario-cotizacion .card li{
    margin-bottom:12px;
}

/* FOOTER */

footer{
    padding:60px 0;
}

/* RESPONSIVE */

@media (max-width:991px){

.quote-hero{
padding-top:90px;
text-align:center;
}

.quote-hero img{
margin-top:30px;
max-width:360px;
}

}

@media (max-width:576px){

.quote-hero h1{
font-size:2.2rem;
}

.card-body{
padding:25px!important;
}

.btn-primary{
width:100%;
}

}

/*=========================================
FOOTER COTIZACIÓN
=========================================*/

.footer-cotizacion{

    background:#0f172a;

    color:#ffffff;

    margin-top:80px;

}

.footer-cotizacion p{

    margin:0;

    font-weight:600;

}

.footer-cotizacion small{

    color:#cbd5e1;

}

.footer-logo{

    height:55px;

    width:auto;

    object-fit:contain;

}
