<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .Contact_form_container .content_form .ninja-forms-cont .ninja-forms-form #ninja_forms_field_114_div_wrap{
    width: 100% !important;
    margin: 18px 0 9px !important;
}
body .number-wrap{
    width: 30% !important;
}
body .Contact_form_container .content_form .ninja-forms-cont .ninja-forms-form #ninja_forms_field_114_div_wrap label{
    display: inline-block !important;
    vertical-align: middle !important;
}
body .Contact_form_container .content_form .ninja-forms-cont .ninja-forms-form #ninja_forms_field_114_div_wrap input{
    display: inline-block !important;
    width: 15px !important;
    height: 14px !important;
    float: left !important;
    margin: 3px 9px 0 0 !important;
}

body{
    font-family: "Open Sans", sans-serif;
}

body .btn.btnManuelita{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    background: #bcc31a;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    box-shadow: none;
}
body .btn.btnManuelita:hover{
    background: #2c2f31;
}

body textarea:focus,
body textarea.form-control:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body select:focus,
body select.form-control:focus{
  border-color: #477626;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8%) inset, 0 0 7px rgba(72, 118, 38, 42%);
  outline: 0 none;
}

body .formsManuelita textarea{
    height: 115px;
}

.formsManuelita .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.formsManuelita .row .form-group{
    padding: 0 10px;
    position: relative;
    margin-bottom: 25px;
}

.formsManuelita .row .col-lg-6{
    width: 50%;
}

.formsManuelita .row .col-lg-12{
    width: 100%;
}

body .contentFormAll{
    padding: 20px 0px;
}

body .contentFormAll .header_form h2{
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #4c4c4c;
}

body .contentFormAll .nf-form-fields-required{
    margin: 3px 0 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.428571429;
    letter-spacing: .5px;
}
body .contentFormAll .nf-form-fields-required span{
    color: #e80000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

body .formsManuelita .form-group label{
    font-weight: 700;
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #707070;
    font-size: 13px;
    margin: 0 0 5px;
    display: block;
}
body .formsManuelita .form-group label span{
    color: #e80000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
body .formsManuelita .form-group input.form-control,
body .formsManuelita .form-group select.form-control{
    height: 40px;
    padding: 0px 13px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    vertical-align: inherit;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.formsManuelita .form-check{
    display: flex;
}
.formsManuelita .form-check input[type="radio"],
.formsManuelita .form-check input[type="checkbox"]{
    margin: 3px 7px 2px 0px;
}
.formsManuelita .form-check label{
    cursor: pointer;
}
.formsManuelita .form-check label a{
    color: #bcc31a;
}
body .formsManuelita .form-group .form-check label.error {
    margin: 16px 0 0 !important;
}

html .mfp-iframe-holder .mfp-content {
    max-width: 75%;
}
/*Errors*/
body .formsManuelita .form-group input.form-control.error,
body .formsManuelita .form-group select.form-control.error,
body .formsManuelita .form-group textarea.form-control.error,
body .formsManuelita .form-group .form-control.error{
    border: 1px solid #e80000;
}
body .formsManuelita .form-group label.error{
    color: #e80000;
    position: absolute;
    font-size: 10px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}


/*-- Input File --*/
body .file-input input[type="file"] {
    opacity: 0;
    left: 0;
    z-index: -1;
}
body .file-input{
    position: relative;
}
body .file-input label.adjuntar {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    margin: 0;
    color: #3a3a37;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'AvantGardeStdBk',sans-serif;
    font-size: 13px;
    width: 100%;
    height: 39px;
    line-height: 37px;
    /* letter-spacing: .4px; */
    position: relative;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 135px 0 10px;
    background: white;
    padding: 0px 15px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 100;
    border-radius: 4px;
}
@media only screen and (max-width: 642px) {
    body .file-input label.adjuntar {
        padding: 0 112px 0 10px
    }
}
body .file-input label.adjuntar span.valorfile {
    color: #3a3a37;
    font-family: 'AvantGardeStdBk', sans-serif;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    position: absolute;
    top: 0;
    line-height: 38px;
}
body .file-input label.adjuntar .btnb {
    position: absolute;
    right: 0;
    top: -1px;
    height: 38px;
    line-height: 37px;
    border-radius: 4px;
    font-size: 13px;
    padding: 0 12px;
    background: #333333;
    color: white;
    border-color: #333333;
    font-weight: 700;
}
body .file-input label.adjuntar .btnb &gt; i {
    font-size: 15px;
    vertical-align: middle;
    margin: 0 0 0 4px;
    display: inline-block;
}
body .file-input label.adjuntar.error-input {
    border: 1px solid #e80000;
}
body .file-input .adjuntar label.error{
    height: auto;
    line-height: 16px;
    top: 100%;
    min-height: auto;
    left: 0;
}


/*-- Modales ---*/
.modal-manuelita {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 70%;
    margin: 0px auto;
    min-height: 80vh;
    transition: 1s all;
}
.modal-manuelita h2{
    margin: 5px 0 26px;
    font-size: 28px;
    letter-spacing: .5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #4c4c4c;
}
.modal-manuelita iframe{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 285px);
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #000;
}
.buttonsModal{
    text-align: center;
    margin: 26px 0 0;
}
.buttonsModal &gt; .btn.btnManuelita{
    margin: 0 9px;
}
.buttonsModal .btn.btnManuelita.noAceptTermp{
    background: transparent;
    border: 3px solid #2b2b2b;
    color: #2b2b2b;
    line-height: 30px;
    opacity: .5;
}
.RegionalPresence__companies {
    min-width: 100%;
}


/*-- Responsive --*/
@media only screen and (max-width: 1300px) {
    body #wp_history{
        height: auto !important;
        max-height: auto !important;
    }
    body.postid-87 .content-wp{
        padding: 0 75px 0 47px;
    }
    body #wrapper #main .Single .container,
    body.single #main .Single__container .container,
    #wrapper #main .Page .container,
    #wrapper #main .Archive .container,
    #wrapper #main .Single .container{
        padding-left: 52px;
        padding-right: 88px;
    }
    .RegionalPresence__companies {
        padding-left: 65px;
        padding-right: 44px;
    }
    body.postid-119 .content-wp .csRow .videoWrapper iframe{
        width: 111%;
    }
}
@media only screen and (max-width: 642px) {
    body #wrapper #main .Single .container,
    body.single #main .Single__container .container,
    #wrapper #main .Page .container,
    #wrapper #main .Archive .container,
    #wrapper #main .Single .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    body .csColumn {
        padding-right: 0px !important;
    }
    #wrapper #main .Single .content-wp .csRow .csColumn *,
    #wrapper #main .Page .content-wp .csRow .csColumn *
    #wrapper #main .Page .content-wp .csRow .csColumn iframe{
        width: 100%;
    }
    .videoWrapper iframe{
        width: 100% !important;
    }
    body.postid-119 .content-wp .csRow .videoWrapper iframe{
        width: 100%;
    }
    .RegionalPresence__companies {
        padding-left: 20px;
        overflow-y: auto;
        padding-right: 20px;
    }
    .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
        width: 100%;
    }
    body .contentFormAll{
        padding: 27px 22px 77px !important;
    }
    body .contentFormAll .header_form h2,
    body .contentFormAll .nf-form-fields-required{
        text-align: center;
    }
    body .contentFormAll .nf-form-fields-required{
        margin: 12px 0 33px;
    }
    .formsManuelita .row .col-lg-6 {
        width: 100%;
    }

    .modal-manuelita{
        max-width: 94%;
        padding: 18px;
    }
    .modal-manuelita h2{
        margin: 12px 0 25px;
        font-size: 22px;
    }
    .modal-manuelita iframe {
        height: calc(100vh - 210px);
    }

    .RegionalPresence__gallery__container .buttons_controls.prev{
        left: 0;
    }
    .RegionalPresence__gallery__container .buttons_controls.next {
        right: 0;
    }

    body .LastNews__container.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
        width: 100%;
    }
}

.Footer__menu .social-item {
    margin: 0 2px !important;
}

/* .Footer__menu li.col:nth-child(4) {
    margin-right: 0px !important;
} */


.company#grupo_saopaulo {
    display: none !important;
}

@media screen and (max-width: 767px){
    footer.Footer{
        padding: 30px 0;
        flex-direction: column;
        height: max-content;
    }

    .Footer__menu{
        display: flex !important;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .Footer__menu li{
        margin: 0 !important;
    }
}
</pre></body></html>