
h3 {
        font-size: 1rem;
    }

.header-temporal{
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
                url('https://static.nibw.es/sxs/SEGURO+TEMPORAL/familia-suv-en-la-autopista-coche-en-movimiento-con-soporte-de-techo-efecto-de-borrado-de-velocidad-dinamica-4000x2000.webp') center/cover no-repeat;
    color: white;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 4%;
        z-index: 1;
        height: 500px;
        background-position: center;
        --opacidad-negro: 0.2;
}

.pieformdiv{
    margin-top: 5rem;
}

    .image-mselcd {
    background-image: url("https://static.nibw.es/sxs/SEGURO+TEMPORAL/retrato-de-mujer-morena-en-su-coche-800x500.webp");
    background-position: 50% 50%;
}
.image-hdtmcm {
    background-image: url("https://static.nibw.es/sxs/REMOLQUE/AdobeStock_110335823-800x500.webp");
    background-position: 50% 50%;
}
.image-cddcmep {
    background-image: url("https://static.nibw.es/sxs/REMOLQUE/barco-en-tierra-800x500.webp");
    background-position: 50% 50%;
}
.image-peesa {
    background-image: url("https://static.nibw.es/sxs/REMOLQUE/camion-con-espacio-para-maquetas-de-anuncios+(1)-800x500.webp");
    background-position: 50% 50%;
}
.image-dsahces {
    background-image: url("https://static.nibw.es/sxs/CABEZA+TRACTORA/camionero-mujer-hablando-por-telefono-sobre-el-envio-que-debe-entregarse-800x500.webp");
    background-position: 50% 50%;
}
.sticky-banner {
    z-index: 2147483647;
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: var(--z-index-fixed-element, 10);
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.sticky-banner--bottom {
    top: auto;
    bottom: -1px;
    transform: translateY(100%);
}

.sticky-banner--visible {
    transform: translateY(0);
}

.sticky-banner:not(.sticky-banner--visible) {
    box-shadow: none;
}

/* Imágenes */
/* coche */
.image-semicircle-left {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 355px;
    border-radius: 1000px 0px 0px 1000px;
}
.image-semicircle-right {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 355px;
    border-radius: 0px 1000px 1000px 0px;
    margin-left: 0%;
}

/* form */
/* Placeholder color */
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #001388;
    text-align: left;
    font-size: 13px;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #001388;
    text-align: left;
    font-size: 13px;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #001388;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}
.input {
    color: #001388;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}
.form-icon {
    width: 0.5rem;
    color: #001388;
}
option {
    color: #001388;
}
option:focus {
    color: #E86C3C;
}
.form {
    font-size: 0.95rem;
    margin-top: 75px;
    margin-left: 40px;
}
.form-css {
    color: #001388;
    border: 1px solid #001388;
    text-align: left;
    font-weight: 400;
    font-size: 0.95rem;
}

input.form-css::placeholder {
    font-size: 0.95rem;
    color: #acacac;
}

button.btn-days:hover {
    background-color: transparent;
    color: white;
}

.form-control:hover {
    border: 1px solid #E86C3C;
}
.form-control:hover {
    border: 1px solid #E86C3C;
}
input-group:hover {
    border: 1px solid #E86C3C;
}
h3 {
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.25;
}

.button {
    background-color: #001388;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    font-weight: 300;
    font-size: 1rem;
    padding-top: 7px;
    padding-bottom: 7px !important;
}
.button:hover {
    background-color: #E86C3C;
    color: white;
}

.button:disabled,
button[disbled] {
    background-color: #cccccc;
    color: #666666;
}

.button-inverted {
    color: white;
    background-color: #E86C3C;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 24px;
    border: none;
    font-weight: 300;
    font-size: 1rem;
}
.button-inverted:hover {
    color: #001388;
}

.disabled-button-submit:disabled {
    color: white !important;
    background-color: #001388 !important;
}

.title-inverted {
    color: #001388;
    background-color: #E86C3C;
}

.border {
    border-color: #001388 !important;
}
.primary-color {
    color: #001388 !important;
}

.secondary-color {
    color: #E86C3C !important;
}

.primary-color-light {
    color: #4e7cdd !important;
}

.secondary-color-light {
    color: #E86C3C !important;
}

.subtitle {
    color: #001388 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.text {
    color: #001388 !important;
    font-weight: 300;
    font-size: 0.95rem;
}
body {
    color: #001388;
    font-family: "Poppins", Arial, sans-serif !important;
}
div.display-inline-center {
    display: inherit !important;
    align-items: center;
}
div.display-inline-center-right {
    display: inherit !important;
    align-items: center;
    justify-content: right;
}

.shadow-form {
    background: #ffffff;
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


.white-color {
    color: white !important;
}
.bg-blue {
    background-color: #001388;
}

.title-header {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    font-size: clamp(30px, 2.5vw, 40px);
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 17%;
}

.subtitle-header {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 30px;
    color: #ffffff;
}
