body {
    /* font-family: "Montserrat"; */
    font-family: "Montserrat", sans-serif;
}

h1 {
    color: #3059a6;
    font-weight: bold;
    margin: 1rem 0px;
}

.title-gen {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
}

.line {
    border: 1px solid #000000;
}

.text-form {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}

.select-custom {
    border: 1.5px solid #d1d1d1;

    padding: 10px;
    color: #000000;
    min-width: 255px;
    min-height: 40px;
    width: 90%;
    /* margin: 5px 0px; */
}

.select-custom option {
    min-height: 210px;
    min-width: 40px;
    margin: 5px 0px;
}

.select-custom:disabled {

    background: #CFCFCF;
    border: 1.5px solid #919090;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
    border: 1.5px solid #d1d1d1;
    padding: 10px;
    color: #000000;
    min-width: 160px;
    min-height: 40px;
    width: 90%;
    border-radius: 0px;
}

.input-dv {
    border: 1.5px solid #d1d1d1;
    padding: 10px;
    color: #000000;
    min-width: 80px !important;
    min-height: 40px;
    width: 45% !important;
}

.form-select-ind {
    width: 44%;
}

.button-submit {
    min-width: 134px;
    min-height: 42px;
    border-radius: 9px;
    font-size: 18px;
    color: #fff;
    background-color: #1361c5;
    border: 1px solid #ffffff;
}

.button-submit:hover {
    color: #ffffff;
    background-color: #0099db;
}

.icons-right {
    margin-left: 10px;
}

.line-nit {
    font-size: x-large;
}

.negative-right {
    margin-right: -1.5rem;
}

.negative-left {
    margin-left: -1.5rem;
}

@media (max-width: 767px) {
    .form-select-ind {
        width: 90%;
    }
}

@media (max-width: 569px) {
    .negative-left {
        margin-left: 0;
    }
}