.pagina-cotizar {
    background: #f4f7fa;
    color: #172536;
}

.cotizar-hero {
    min-height: 370px;
    padding: 78px 5% 100px;
    color: #fff;
    background-image: linear-gradient(120deg, rgba(11, 33, 56, .9), rgba(18, 62, 112, .58)), url('img/home/maquinaria-movimiento-tierra.webp');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cotizar-hero::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -170px;
    top: -280px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .03), 0 0 0 120px rgba(255, 255, 255, .02);
}

.cotizar-hero-contenido,
.cotizar-hero-datos {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cotizar-hero-contenido {
    text-align: center;
}

.cotizar-etiqueta {
    display: inline-flex;
    gap: 8px;
    color: #ffcb11;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.cotizar-hero h1 {
    max-width: 780px;
    margin: 15px auto;
    font-size: clamp(2.3rem, 5vw, 4.2rem);
    line-height: 1.08;
}

.cotizar-hero h1 span,
.cotizar-hero-datos i {
    color: #ffcb11;
}

.cotizar-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: #dbe8f6;
    font-size: 1.08rem;
    line-height: 1.7;
}

.cotizar-hero-datos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px 44px;
    margin-top: 35px;
    color: #eaf2fb;
    font-size: .92rem;
}

.cotizar-hero-datos div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cotizar-contenido {
    width: min(1180px, 90%);
    margin: -45px auto 65px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 55px rgba(18, 52, 91, .16);
}

.cotizar-panel {
    padding: 54px 42px;
    color: #fff;
    background: #003698;
}

.cotizar-panel-etiqueta,
.formulario-cabecera>span {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.cotizar-panel-etiqueta {
    color: #ffcb11;
}

.cotizar-panel h2 {
    margin: 15px 0;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
}

.cotizar-panel>p {
    margin: 0;
    color: #e3eefb;
    line-height: 1.65;
}

.cotizar-datos-empresa {
    padding: 0;
    margin: 36px 0;
    list-style: none;
}

.cotizar-datos-empresa li {
    display: flex;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .19);
}

.cotizar-datos-empresa li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .19);
}

.cotizar-datos-empresa li > i {
    flex: 0 0 20px;
    padding-top: 3px;
    color: #ffcb11;
    font-size: 1rem;
}

.cotizar-datos-empresa strong,
.cotizar-datos-empresa a,
.cotizar-datos-empresa span {
    display: block;
}

.cotizar-datos-empresa a,
.cotizar-datos-empresa span {
    margin-top: 4px;
    color: #dceafb;
    line-height: 1.45;
}

.cotizar-datos-empresa a {
    color: #fff;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.cotizar-contacto-directo {
    display: flex;
    align-items: center;
    gap: 13px;
}

.cotizar-contacto-directo>i {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    color: #12345b;
    background: #ffcb11;
    font-size: 1.3rem;
}

.cotizar-contacto-directo strong,
.cotizar-contacto-directo a {
    display: block;
}

.cotizar-contacto-directo a {
    margin-top: 3px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.cotizar-formulario {
    padding: 54px;
}

.formulario-cabecera {
    margin-bottom: 30px;
}

.formulario-cabecera>span {
    color: #2966c4;
}

.formulario-cabecera h2 {
    margin: 8px 0;
    color: #12345b;
    font-size: 2rem;
}

.formulario-cabecera p {
    margin: 0;
    color: #67788b;
}

.formulario-cabecera b,
.campo b,
.campo-grupo b,
.campo-check b {
    color: #d23b3b;
}

.formulario-cotizacion {
    display: grid;
    gap: 21px;
}

.formulario-fila {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.campo {
    display: grid;
    gap: 8px;
}

.campo label,
.campo-grupo legend {
    color: #34475a;
    font-size: .9rem;
    font-weight: 700;
}

.campo label span {
    color: #75869a;
    font-weight: 400;
}

.campo input,
.campo textarea {
    width: 100%;
    border: 1px solid #d9e2eb;
    border-radius: 6px;
    padding: 13px 14px;
    color: #172536;
    font: inherit;
    background: #fff;
    outline: none;
}

.campo textarea {
    resize: vertical;
    min-height: 120px;
}

.campo input:focus,
.campo textarea:focus {
    border-color: #2966c4;
    box-shadow: 0 0 0 3px rgba(41, 102, 196, .13);
}

.campo-grupo {
    padding: 0;
    margin: 0;
    border: 0;
}

.campo-grupo legend {
    margin-bottom: 10px;
}

.opciones-servicio {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.opciones-servicio label {
    cursor: pointer;
}

.opciones-servicio input {
    position: absolute;
    opacity: 0;
}

.opciones-servicio span {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #d9e2eb;
    border-radius: 7px;
    color: #5d6f82;
    font-size: .84rem;
    font-weight: 700;
}

.opciones-servicio i {
    color: #2966c4;
    font-size: 1.12rem;
}

.opciones-servicio input:checked+span {
    border-color: #2966c4;
    background: #edf4ff;
    color: #12345b;
    box-shadow: inset 0 0 0 1px #2966c4;
}

.opciones-servicio input:focus-visible+span {
    outline: 3px solid #ffcb11;
    outline-offset: 2px;
}

.campo-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #647588;
    font-size: .88rem;
    line-height: 1.5;
    cursor: pointer;
}

.campo-check input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: #2966c4;
}

.boton-enviar {
    justify-self: start;
    border: 0;
    border-radius: 6px;
    padding: 15px 24px;
    color: #172536;
    background: #ffcb11;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.boton-enviar:hover {
    background: #ffd843;
}

.boton-enviar i {
    margin-right: 8px;
}

.formulario-nota {
    margin: -10px 0 0;
    color: #7b8997;
    font-size: .83rem;
}

.formulario-nota i,
.cotizar-cobertura i {
    color: #2966c4;
    margin-right: 5px;
}

.cotizar-cobertura {
    width: min(1180px, 90%);
    margin: 0 auto 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    text-align: center;
    color: #5c6d80;
}

.cotizar-cobertura i {
    font-size: 1.35rem;
}

.cotizar-cobertura p {
    margin: 0;
}

.cotizar-cobertura strong {
    color: #12345b;
}

@media (max-width:900px) {
    .cotizar-contenido {
        grid-template-columns: 1fr;
    }

    .cotizar-panel {
        padding: 42px;
    }

    .cotizar-datos-empresa {
        margin: 28px 0;
    }
}

@media (max-width:620px) {
    .cotizar-hero {
        padding: 60px 5% 85px;
        background-position: 62% center;
    }

    .cotizar-hero-datos {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .cotizar-contenido {
        width: 92%;
    }

    .cotizar-panel,
    .cotizar-formulario {
        padding: 34px 23px;
    }

    .formulario-fila {
        grid-template-columns: 1fr;
    }

    .cotizar-panel h2 {
        font-size: 1.8rem;
    }

    .cotizar-datos-empresa li {
        gap: 11px;
        padding: 13px 0;
    }

    .cotizar-datos-empresa a,
    .cotizar-datos-empresa span {
        font-size: .9rem;
    }

    .opciones-servicio {
        grid-template-columns: 1fr 1fr;
    }

    .cotizar-cobertura {
        align-items: flex-start;
        text-align: left;
    }
}