.small-title {
    font-size: 1.25rem;
    font-weight: 400 !important;
}

.coverage-list {
    font-family: "Poppins";
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.coverage-list-top li {
    background-image: url("https://s3.eu-west-3.amazonaws.com/static.nibw.es/img/icons/logo-li.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 15px;
    line-height: 25px;
    padding-left: 30px;
    padding-top: 10px;
}
.coverage-list li {
    background-image: url("https://s3.eu-west-3.amazonaws.com/static.nibw.es/img/icons/logo-li.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    line-height: 25px;
    padding-left: 30px;
    padding-top: 10px;
}

.normal-list-compact {
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
}

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

.image-header {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    height: 365px;
    background-position: left;
    --opacidad-negro: 0.2;
}

.image-header-car {
    background-image: linear-gradient(
            rgba(0, 0, 0, var(--opacidad-negro)),
            rgba(0, 0, 0, var(--opacidad-negro))
        ),
        url("https://static.nibw.es/foreignplate/banner-image-foreign.webp");
}

.image-container-landing {
    margin-bottom: -8rem;
}

.landing-hero .image-header {
    margin-bottom: 8rem;
}

.landing-hero-form {
    position: relative;
    top: -12rem;
    z-index: 2;
}

@media (max-width: 517px) {
    .landing-hero-form {
        top: -9rem;
    }
}

@media (max-width: 423px) {
    .landing-hero-form {
        top: -8rem;
    }
}

.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;
}

@media (max-width: 768px) {
    .title-header {
        line-height: 32px;
    }
    .subtitle-header {
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .text-padding {
        padding: 1rem 5rem;
    }

    .image-header {
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 10%;
        z-index: 1;
        height: 500px;
        background-position: center;
        --opacidad-negro: 0.2;
    }
}

.form-css {
    color: #001388;
    border: 1px solid #001388;
    text-align: left;
    font-weight: 400;
    font-size: 0.95rem;
}

.small-img {
    background-image: url("https://static.nibw.es/img/icons/calendario.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(2rem + 0.375rem) calc(2rem + 0.375rem);
}

.temporality_type {
    text-align: left;
    width: 35%;
    padding-top: 6px;
}

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

@media (min-width: 768px) {
    .px-15 {
        padding-left: 15%;
        padding-right: 15%;
    }

    .padding-van {
        padding-top: 17%;
    }
}
