.pages-location {
    padding: 1rem 1.5rem 0rem 1.5rem;
}

.pages-location-url {
    padding: 1rem;
    display: flex;
    justify-items: center;
    align-items: center;
}

    .pages-location-url a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        align-items: center;
        color: #002239;
        text-decoration: none;
        text-align: center;
    }

.pages-location-arrow {
    padding: 1rem;
    display: flex;
    justify-items: center;
    align-items: center;
}

.form-title {
    text-align: center;
    margin: 4rem 0rem;
}

    .form-title h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 51px;
        color: #002239;
    }

.form-partial-view .form-group {
    margin-bottom: 1.5rem;
    padding: 0rem 1rem;
}

    .form-partial-view .form-group label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #262F33;
        margin-left: 0.5rem;
    }

    .form-partial-view .form-group .form-control {
        border: 1px solid #262F33;
        border-radius: 3px;
    }

        .form-partial-view .form-group .form-control:focus {
            box-shadow: 0 0 0 0.10rem rgb(0 34 57 /50%);
        }


.form-group-check .form-check-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #262F33;
}


.form-group-check .form-check-input:checked {
    background-color: #002239 !important;
}

.form-group-services .form-check-input:checked {
    background-color: #002239 !important;
}

#buttonForm {
    margin-top: 2rem;
}

.form-check-label {
    display: inline;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #262F33 !important;
}

.form-check-input:invalid ~ .form-check-label {
    color: #262F33 !important;
}

@media (max-width: 481px) {
    .banner-second-pages {
        height: 10rem !important;
    }

    .banner-second-pages-information {
        padding-right: 1rem !important;
    }

    .form-partial-view .form-group {
        padding: 0rem;
    }

    .form-title {
        text-align: center;
        margin: 3rem 0rem;
    }

        .form-title h3 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 25px;
            line-height: 51px;
            color: #002239;
        }

    .container-form {
        margin-bottom: 3rem;
    }
}

@media (min-width: 482px) and (max-width: 980px) {
    .banner-second-pages {
        height: 18rem !important;
    }

    .banner-second-pages-information {
        padding-right: 2rem !important;
    }

    .pages-location {
        display: none;
    }

    .form-partial-view .form-group {
        padding: 0rem;
    }
}

@media (min-width:961px) {
    .banner-second-pages {
        height: 18rem !important;
    }

    .banner-second-pages-high {
        height: 26.5rem !important;
    }

    .pages-location {
        display: none;
    }

    .container-form {
        margin-bottom: 10rem;
    }
}
