

.modulo-contacto-custom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 200px 0 100px;
}
.modulo-contacto-custom{
    position: relative;
}
.modulo-contacto-custom .contacto-card{
    width: 80%;
    background-color: #005199;
    padding: 50px;
}
.modulo-contacto-custom .contacto-card .titulo,
.modulo-contacto-custom .contacto-card .titulo *{
    color: white;
    line-height: 65px;
    font-size: 80px;
    font-style: italic;
    font-family: "Noto Sans";
    margin: 0;
}
.modulo-contacto-custom .contacto-card .texto,
.modulo-contacto-custom .contacto-card .texto *{
    color: white;
    font-size: 21px;
    font-family: "Noto Sans";
    transition: 0.5s all ease;
}.modulo-contacto-custom .contacto-card .open-form-button{	display: flex; 	gap: 10px; 	align-items: center; }
.modulo-contacto-custom .contacto-card .open-form-button,
.modulo-contacto-custom .contacto-card .open-form-button *
{
    color: white;
    font-size: 16px;
    font-family: "Noto Sans";
    transition: 0.5s all ease;
    cursor: pointer;
}
.modulo-contacto-custom .expanded-form{
    display: none;

}
.modulo-contacto-custom .imagen{
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
    height: 375px;
    width: 50dvw;
}
.modulo-contacto-custom .imagen img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.modulo-contacto-custom .nf-form-title{
    display: none;
}
.modulo-contacto-custom .nf-form-wrap {
    color: white;
    font-size: 16px;
    font-family: "Noto Sans";
    transition: 0.5s all ease;
    display: flex;
    flex-direction: column;
}
.modulo-contacto-custom .nf-response-msg{
    order: 9999;
    padding-left: 10px;
}
.modulo-contacto-custom .nf-before-form{
    order: 999;
    padding-left: 10px;
}

.modulo-contacto-custom .form-email-to{
    display: none;
}
.modulo-contacto-custom .email-wrap .ninja-forms-req-symbol{
    display: none;
}

.modulo-contacto-custom .nf-form-fields-required{
    display: none;
}
.modulo-contacto-custom .checkbox-container .nf-field-label{
    width: 40px !important;
    padding-top: 5px !important;
    align-items: flex-start;
}
.modulo-contacto-custom .checkbox-container .ninja-forms-req-symbol{
    display: none;
}
.modulo-contacto-custom .checkbox-container .nf-field-description{
    max-width: unset;
    margin: 0;
    line-height: 20px;
}
.modulo-contacto-custom .nf-field-label .nf-label-span, .modulo-contacto-custom .nf-field-label label{
    font-weight: normal;
    color: white;
    font-size: 16px;
    font-family: "Noto Sans";
}
.modulo-contacto-custom .nf-form-content .list-select-wrap .nf-field-element>div, .modulo-contacto-custom .nf-form-content input:not([type=button]), .modulo-contacto-custom .nf-form-content textarea{
    background: #005199;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0;
    box-shadow: none;
    color: white !important;
    transition: all .5s;
    padding-left: 0;
    font-family: "Noto Sans";
}
.modulo-contacto-custom .nf-form-content .list-select-wrap .nf-field-element>div:focus, .modulo-contacto-custom .nf-form-content input:not([type=button]):focus, .modulo-contacto-custom .nf-form-content textarea:focus{
    background: #005199;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0;
    box-shadow: none;
    color: white !important;
    transition: all .5s;
}
.modulo-contacto-custom input::placeholder{
    color: white;
    font-family: "Noto Sans";
}
.modulo-contacto-custom .submit-wrap .nf-field-element{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.modulo-contacto-custom input[type="submit"]{
    border: 0 !important;
    text-transform: uppercase;
}
.modulo-contacto-custom .submit-wrap .nf-field-element::before {
    content: "";
    background-image: url(../../../img/arrow-circle-white-right-2.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
}
.modulo-contacto-custom  .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.modulo-contacto-custom  .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.modulo-contacto-custom  .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.modulo-contacto-custom  .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{
    color: white;
}
.modulo-contacto-custom .checkbox-wrap .nf-field-element label:after,
.modulo-contacto-custom .checkbox-wrap .nf-field-label label:after,
.modulo-contacto-custom .listcheckbox-wrap .nf-field-element label:after,
.modulo-contacto-custom .listcheckbox-wrap .nf-field-label label:after{
    border-color: white;
    background: #005199 !important;
}

.modulo-contacto-custom .checkbox-wrap .nf-field-element label:after,
.modulo-contacto-custom .checkbox-wrap .nf-field-label label:after,
.modulo-contacto-custom .listcheckbox-wrap .nf-field-element label:after,
.modulo-contacto-custom .listcheckbox-wrap .nf-field-label label:after{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modulo-contacto-custom .checkbox-container.label-right label:before{
    left: -26px;
    top: 2px;
}
.modulo-contacto-custom .checkbox-wrap .nf-field-element label:before,
.modulo-contacto-custom .checkbox-wrap .nf-field-label label:before,
.modulo-contacto-custom .listcheckbox-wrap .nf-field-element label:before,
.modulo-contacto-custom .listcheckbox-wrap .nf-field-label label:before{
    font-size: 20px;
}
.modulo-contacto-custom .nf-form-content button,
.modulo-contacto-custom .nf-form-content input[type=button],
.modulo-contacto-custom .nf-form-content input[type=submit]{
    font-weight: 600;

}
.modulo-contacto-custom .nf-form-content button:hover,
.modulo-contacto-custom .nf-form-content input[type=button]:hover,
.modulo-contacto-custom .nf-form-content input[type=submit]:hover{
    background: #005199 !important;
    cursor: pointer;
}
.modulo-contacto-custom  .checkbox-container.label-right label{

    cursor: pointer
}
@media (max-width: 567px){
    .modulo-contacto-custom{
        display: flex;
        flex-direction: column;

    }
    .modulo-contacto-custom .contacto-card{
        width: 100%;
    }
    .modulo-contacto-custom .imagen{
        width: 100%;
        position: relative;
    }
    .modulo-contacto-custom .contacto-card .titulo,
    .modulo-contacto-custom .contacto-card .titulo *{

        font-size: 35px;
        line-height: normal;

    }
    .modulo-contacto-custom .contacto-card .texto,
    .modulo-contacto-custom .contacto-card .texto *{
        color: white;
        font-size: 18px;
        font-family: "Noto Sans";
        transition: 0.5s all ease;
    }
}

