*{
    font-family: 'Rajdhani', sans-serif;
}

.content{
    width: 100%;
}

.wats{
    display: flex;
    width: 250px;
    border-radius: 15px;
    right: 5px;
    bottom: 15px;
    position: fixed;
    background-color: rgba(14,156,32,0.82);
}



.wats h1{
    flex-basis: calc(80% - 40px);
    padding: 20px;
    color: #fff;
    font-size: 1.1em;
    margin: 0 auto;

}



.wats .zap{
    flex-basis: calc(20% - 20px);
    padding: 10px;
    margin: 0 0 0 15px;
    align-self: center;

}

.wats img{
    width: 100%;
}

.videos_depo{
    max-width: 1300px;
    padding:  30px;
    margin: 0 auto;
}

.views_video{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}


.views_video_content h2{
    font-size: 1em;
    align-items: center;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.views_video_content{
    flex-basis: calc(50% - 50px);
    padding: 25px;

}

@media (max-width: 68em) {
    .views_video_content{
        flex-basis: calc(100% - 100px);
        padding: 50px;

    }
}


@media (max-width: 50em) {
    .views_video_content{
        flex-basis: calc(100% - 10px);
        padding: 5px;

    }
}

.radius_modal{
    border-radius: 15px;
}

.videos_depo header{
    text-align: center;
    padding: 25px;
    flex-basis: 100%;
}

.videos_depo header h1{
    font-size: 2em;
}


/*formulario*/

.form-fundo{
    background: #0A537D;
    padding: 25px;
}


.hot-grid{
    grid-column-gap:30px;
    display:grid;
    grid-template-columns:repeat(12,1fr);
    margin:0 auto;
    max-width:1170px;
    width:100%;

}
@media(max-width:1199px){
    .hot-grid{
        max-width:962px
    }
}
@media(max-width:991px){
    .hot-grid{
        max-width:738px
    }
}
@media(max-width:767px){
    .hot-grid{
        grid-row-gap:30px;
        padding:0 15px;
        width:auto
    }
}
@media(max-width:399px){
    .hot-grid{
        grid-column-gap:0;
        grid-row-gap:20px
    }
}



.hot-cta-footer {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    position: relative;
}

.hot-cta-footer .hot-grid{
    align-items:center;
    background:#fff;
    border:solid 1px #ced4da;
    border-radius:10px;
    color:#343a40;
    grid-column-gap:20px;
    grid-row-gap:10px;
    justify-items:center;
    padding:10px 10px 10px 0;
    position:relative;
}




.hot-cta-footer .hot-grid:before{
    bottom:0;
    box-shadow:0 10px 60px -6px rgba(45,49,69,.42);
    content:'';
    display:block;
    left:3%;
    position:absolute;
    right:3%;
    top:50%;
    z-index:-4;
}
@media (max-width:1199px){
    .hot-cta-footer .hot-grid{
        padding:32px 10px 32px 0;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hot-grid{
        width:90%
    }
}
.hot-cta-footer .hot-cta-footer-image{
    grid-column:1/3;
    max-width:100%;
    height:auto;
    justify-self:flex-start;
    margin-left:-10px;
}
@media (max-width:991px){
    .hot-cta-footer .hot-cta-footer-image{
        display:none;
    }
}
.hot-cta-footer .hot-cta-footer-container{
    align-self:center;
    grid-column:3/9;
    justify-self:center;
}
@media (max-width:991px){
    .hot-cta-footer .hot-cta-footer-container{
        grid-column:2/12;
    }
}
.hot-cta-footer .hot-cta-footer-container .hot-cta-footer-main-text{
    color:#053d4e;
    font:normal 32px Glober;
    margin:0;
}
@media (max-width:991px){
    .hot-cta-footer .hot-cta-footer-container .hot-cta-footer-main-text{
        font-size:24px;
        margin-bottom:24px;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hot-cta-footer-container .hot-cta-footer-main-text{
        margin-bottom:20px;
    }
}
@media (max-width:399px){
    .hot-cta-footer .hot-cta-footer-container .hot-cta-footer-main-text{
        margin-bottom:12px;
    }
}
.hot-cta-footer .hot-cta-footer-container .hot-cta-footer-text{
    font-family:Glober;
    font-size:18px;
    margin-top:23px
}
.hot-cta-footer .hot-cta-footer-container .hot-cta-footer-text span{
    font-weight:700
}
@media (max-width:991px){
    .hot-cta-footer .hot-cta-footer-container .hot-cta-footer-text{
        font-size:16px;
        margin:0;
        padding:0
    }
}
@media (max-width:399px){
    .hot-cta-footer .hot-cta-footer-container .hot-cta-footer-text{
        font-size:14px
    }
}
.hot-cta-footer .submitted-message{
    align-items:center;
    border:solid 1px #f1f0f1;
    border-radius:8px;
    display:flex;
    font-weight:700;
    grid-column:9/12;
    height:100%;
    justify-content:center;
    padding:10px 10px 10px 10px;
    text-align:center;
    width:100%;
}
.hot-cta-footer .submitted-message p{
    margin:15px 0
}
.hot-cta-footer .hbspt-form,.hot-cta-footer .hot-cta-footer-form{
    align-items:center;
    border:solid 1px #f1f0f1;
    border-radius:8px;
    display:flex;
    flex-flow:row wrap;
    grid-column:9/12;
    justify-content:center;
    justify-items:center;
    padding:10px 10px 10px 10px;
}
@media (max-width:1199px){
    .hot-cta-footer .hbspt-form,.hot-cta-footer .hot-cta-footer-form{
        grid-column:10/13;
    }
}
@media (max-width:991px){
    .hot-cta-footer .hbspt-form,.hot-cta-footer .hot-cta-footer-form{
        border:none;
        grid-column:4/10;
        padding:0;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form,.hot-cta-footer .hot-cta-footer-form{
        flex-flow:row wrap;
        grid-column:1/13;
    }
}
.hot-cta-footer .hbspt-form .hot-cta-footer-input,.hot-cta-footer .hbspt-form input[type=email].hs-input,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input{
    border:solid 1px #ced4da;
    border-radius:24px;
    color:#8d8d8d;
    font-size:14px;
    height:48px;
    padding:8px 8px 8px 16px;
    width:100%;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-input:-ms-input-placeholder,.hot-cta-footer .hbspt-form input[type=email].hs-input:-ms-input-placeholder,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input:-ms-input-placeholder,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input:-ms-input-placeholder{
    color:#8d8d8d;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-input::-ms-input-placeholder,.hot-cta-footer .hbspt-form input[type=email].hs-input::-ms-input-placeholder,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input::-ms-input-placeholder,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input::-ms-input-placeholder{
    color:#8d8d8d;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-input::placeholder,.hot-cta-footer .hbspt-form input[type=email].hs-input::placeholder,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input::placeholder,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input::placeholder{
    color:#8d8d8d;
}
@media (max-width:991px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-input,.hot-cta-footer .hbspt-form input[type=email].hs-input,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input{
        width:400px;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-input,.hot-cta-footer .hbspt-form input[type=email].hs-input,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input{
        padding:6px 30px;
        width:70%;
    }
}
@media (max-width:399px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-input,.hot-cta-footer .hbspt-form input[type=email].hs-input,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input{
        padding:6px 30px;
        width:90%
    }
}
.hot-cta-footer .hbspt-form .hot-cta-footer-input.invalid,.hot-cta-footer .hbspt-form input[type=email].hs-input.invalid,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input.invalid,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input.invalid{
    border-color:#e74c3c;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-input.valid,.hot-cta-footer .hbspt-form input[type=email].hs-input.valid,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-input.valid,.hot-cta-footer .hot-cta-footer-form input[type=email].hs-input.valid{
    border-color:#27ae60;
}
.hot-cta-footer .hbspt-form .hs-email,.hot-cta-footer .hot-cta-footer-form .hs-email{
    margin-bottom:15px;
}
.hot-cta-footer .hbspt-form .hs-email label,.hot-cta-footer .hot-cta-footer-form .hs-email label{
    display:none;
}
.hot-cta-footer .hbspt-form .inputs-list,.hot-cta-footer .hot-cta-footer-form .inputs-list{
    list-style-type:none;
    margin:0;
    padding:0
}
.hot-cta-footer .hbspt-form .inputs-list label,.hot-cta-footer .hot-cta-footer-form .inputs-list label{
    display:block;
    padding:0;
}
.hot-cta-footer .hbspt-form .hs-error-msgs,.hot-cta-footer .hot-cta-footer-form .hs-error-msgs{
    margin:0 0 10px
}
.hot-cta-footer .hbspt-form .hs-error-msgs li label,.hot-cta-footer .hot-cta-footer-form .hs-error-msgs li label{
    color:#f44e20;
    text-align:center;
}
.hot-cta-footer .hbspt-form label,.hot-cta-footer .hot-cta-footer-form label{
    color:#8f99a3;
    font-size:11px;
    padding:10px 16px
}
@media (max-width:991px){
    .hot-cta-footer .hbspt-form label,.hot-cta-footer .hot-cta-footer-form label{
        padding:10px 30px;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form label,.hot-cta-footer .hot-cta-footer-form label{
        width:70%;
    }
}
@media (max-width:399px){
    .hot-cta-footer .hbspt-form label,.hot-cta-footer .hot-cta-footer-form label{
        width:100%;
    }
}
.hot-cta-footer .hbspt-form .legal-consent-container label,.hot-cta-footer .hot-cta-footer-form .legal-consent-container label{
    color:#8f99a3;
    display:table;
    font-size:11px;
}
.hot-cta-footer .hbspt-form .legal-consent-container label input,.hot-cta-footer .hot-cta-footer-form .legal-consent-container label input{
    display:table-cell;
}
.hot-cta-footer .hbspt-form .legal-consent-container label span,.hot-cta-footer .hot-cta-footer-form .legal-consent-container label span{
    display:table-cell;
    vertical-align:top;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit,.hot-cta-footer .hbspt-form .hs-button,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit,.hot-cta-footer .hot-cta-footer-form .hs-button{
    align-items:center;
    background-color:#31bec7;
    border:solid 2px #3a8b8c;
    border-radius:24px;
    color:#fff;
    cursor:pointer;
    display:inline-flex;
    font-size:16px;
    font-weight:700;
    height:48px;
    justify-content:center;
    padding:10px 15px;
    text-transform:uppercase;
    width:100%;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit .btn-image,.hot-cta-footer .hbspt-form .hs-button .btn-image,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .btn-image,.hot-cta-footer .hot-cta-footer-form .hs-button .btn-image{
    height:15px;
    margin-left:10px;
    width:auto;
}
@media (max-width:991px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit,.hot-cta-footer .hbspt-form .hs-button,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit,.hot-cta-footer .hot-cta-footer-form .hs-button{
        margin:0;
        width:400px;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit,.hot-cta-footer .hbspt-form .hs-button,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit,.hot-cta-footer .hot-cta-footer-form .hs-button{
        width:70%
    }
}
@media (max-width:399px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit,.hot-cta-footer .hbspt-form .hs-button,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit,.hot-cta-footer .hot-cta-footer-form .hs-button{
        width:90%;
    }
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit:hover,.hot-cta-footer .hbspt-form .hs-button:hover,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit:hover,.hot-cta-footer .hot-cta-footer-form .hs-button:hover{
    background-color:#62d4d6
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit:disabled,.hot-cta-footer .hbspt-form .hs-button:disabled,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit:disabled,.hot-cta-footer .hot-cta-footer-form .hs-button:disabled{
    background:#e9ecef;
    border:none;
    color:#8f99a3;
    cursor:default;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit.success,.hot-cta-footer .hbspt-form .hs-button.success,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit.success,.hot-cta-footer .hot-cta-footer-form .hs-button.success{
    background-color:#27ae60;
    border:solid 2px #1f6d37;
    color:#fff;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit.success img,.hot-cta-footer .hbspt-form .hs-button.success img,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit.success img,.hot-cta-footer .hot-cta-footer-form .hs-button.success img{
    height:12px;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit.error,.hot-cta-footer .hbspt-form .hs-button.error,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit.error,.hot-cta-footer .hot-cta-footer-form .hs-button.error{
    background-color:#e42
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit.error img,.hot-cta-footer .hbspt-form .hs-button.error img,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit.error img,.hot-cta-footer .hot-cta-footer-form .hs-button.error img{
    height:14px;
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hbspt-form .hs-button .gdpr,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr{
    line-height:1;
    padding:0 33px;
    text-align:left;
}
@media (max-width:1199px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hbspt-form .hs-button .gdpr,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr{
        padding:0 65px;
    }
}
@media (max-width:991px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hbspt-form .hs-button .gdpr,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr{
        padding:0 58px;
    }
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hbspt-form .hs-button .gdpr,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr{
        padding:10px 43px 0;
        text-align:center;
    }
}
@media (max-width:399px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hbspt-form .hs-button .gdpr,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr{
        padding:10px 23px 0;
    }
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr label,.hot-cta-footer .hbspt-form .hs-button .gdpr label,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr label,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr label{
    font-size:16px;
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr label,.hot-cta-footer .hbspt-form .hs-button .gdpr label,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr label,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr label{
        font-size:14px;
    }
}
@media (max-width:479px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr label,.hot-cta-footer .hbspt-form .hs-button .gdpr label,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr label,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr label{
        font-size:13px;
    }
}
.hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr label input,.hot-cta-footer .hbspt-form .hs-button .gdpr label input,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr label input,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr label input{
    margin:0 8px 2px 0;
    vertical-align:middle;
}
@media (max-width:767px){
    .hot-cta-footer .hbspt-form .hot-cta-footer-submit .gdpr label input,.hot-cta-footer .hbspt-form .hs-button .gdpr label input,.hot-cta-footer .hot-cta-footer-form .hot-cta-footer-submit .gdpr label input,.hot-cta-footer .hot-cta-footer-form .hs-button .gdpr label input{
        margin:0 6px 0 0;
    }
}
.hot-cta-footer .submitted-message .hs-main-font-element p{
    display:block;
    font-size:16px;
    font-weight:700;
    text-align:center;
}
.hot-form-container{
    align-items:center;
    border:solid 1px #f1f0f1;
    border-radius:8px;
    width:100%;
    display:flex;
    flex-flow:row wrap;
    grid-column:9/12;
    justify-content:center;
    justify-items:center;
    padding:10px 10px 10px 10px;
    outline: hidden;
}


@media (max-width:1199px){
    .hot-form-container{
        grid-column:9/13;
    }
}
@media (max-width:991px){
    .hot-form-container{
        grid-column:2/12;
    }
}
.sib_signup_form{
    width:100%;
    position:relative;
}
.sib_signup_form .sib-area:not(:last-of-type){
    margin-bottom:10px;
}
.sib_signup_form .sib-area:not(:last-of-type).terms-checkbox{
    display:grid;
    grid-template-columns:auto auto 1fr;
    grid-gap:0 10px;
    font-size:12px;
    text-align:left;
    line-height:1.2;
    color:#8f99a3;
}
.sib_signup_form .sib-area:not(:last-of-type).terms-checkbox a{
    color:#969fa9;
    text-decoration:underline;
    font-weight:700;
    transition:.3s easing;
}
.sib_signup_form .sib-area:not(:last-of-type).terms-checkbox a:hover{
    transition:.3s easing;
    color:#f04f24;
}
.sib_signup_form input[type=email],.sib_signup_form input[type=text]{
    border:solid 1px #ced4da;
    border-radius:24px;
    color:#8d8d8d;
    font-size:14px;
    height:40px;
    padding:8px 8px 8px 16px;
    width:100%;
    transition:.3s ease;
}
.sib_signup_form input[type=email]:focus,.sib_signup_form input[type=text]:focus{
    transition:.3s ease;
    border-color:#2ecc71
}
.sib_signup_form input[type=submit]{
    align-items:center;
    background-color:#2ecc71;
    border:solid 2px #009943;
    border-radius:24px;
    color:#fff;
    cursor:pointer;
    display:inline-flex;
    font-size:14px;
    font-weight:700;
    justify-content:center;
    padding:7px 20px;
    text-transform:uppercase;
    width:100%;
    transition:.3s ease;
}
.sib_signup_form input[type=submit]:active,.sib_signup_form input[type=submit]:focus,.sib_signup_form input[type=submit]:hover{
    transition:.3s ease;
    background-color:#009943
}
.sib_signup_form .sib_msg_disp{
    position:absolute;
    height:100%;
    width:100%;
    z-index:-1;
}
.sib_signup_form .sib_msg_disp.visible{
    z-index:2
}
.sib_signup_form .sib_msg_disp p.sib-alert-message{
    height:100%;
    position:absolute;
    height:100%;
    width:100%;
    margin:0;
    text-align:center;
    display:none;
    align-items:center;
    justify-content:center;
    margin-bottom:0;
}
.sib_signup_form .sib_msg_disp p.sib-alert-message.sib-alert-message-error,.sib_signup_form .sib_msg_disp p.sib-alert-message.sib-alert-message-success,.sib_signup_form .sib_msg_disp p.sib-alert-message.sib-alert-message-warning{
    background-color:#fff!important;
    border:none!important;
    color:#8f99a3!important;
}
.sib_signup_form .sib_msg_disp p.sib-alert-message.sib-alert-message-error.active,.sib_signup_form .sib_msg_disp p.sib-alert-message.sib-alert-message-success.active,.sib_signup_form .sib_msg_disp p.sib-alert-message.sib-alert-message-warning.active{
    display:flex
}
.sib_signup_form .sib_loader{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(255,255,255,.85);
}
.sib_signup_form .sib_loader img {
    width: auto;
    cursor: pointer;
}


/*formulario*/

embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed iframe, .embed object, .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.fundo{
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}

.fundo:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url("../img/toscana.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.pagina-content{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
.pagina-content{
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0 0 0px;
    max-width: 1300px;
}


.pagina-content-header{
    flex-basis: 100%;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

.pagina-content-header h1{
    font-size: 2em;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.pagina-content-header p{
    font-size: 1em;
    color: #fff;
}


.pagina-content-header-img{
    flex-basis: 70%;
    max-width: 1300px;
    padding: 5px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;

}

.pagina-content img{
    width: 100%;
    align-items: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

}

.pagina-content-header-texto{
    flex-basis: 100%;
    font-size: 1em;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;


}

.pagina-content-header-texto{
    margin-top: -100px;
}




html,legend{
    color:#000
}
a,a:hover,del,ins{
    text-decoration:none
}
a,body{
    color:#252525
}
.form .arquivo,.form button,a,input[type=reset],input[type=submit]{
    cursor:pointer
}
em{
    font-style:italic!important
}
.button-padrao,.form button,.menu-mobile .menu li,.modal .close,.modal .titulo.upper,.titulo-padrao{
    text-transform:uppercase
}
html{
    background:#f6f6f6
}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{
    margin:0;
    padding:0
}
table{
    border-collapse:collapse;
    border-spacing:0
}
fieldset,img{
    border:0
}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
    font:inherit
}
li{
    list-style:none
}
caption,th{
    text-align:left
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:400
}
q:after,q:before{
    content:''
}
abbr,acronym{
    border:0;
    font-variant:normal
}
sub,sup{
    vertical-align:baseline
}
body{
    font-size:16px;
    font-family:Barlow;
    font-weight:300
}
.alerta{
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999999;
    background:rgba(75,75,75,.8)
}
.alerta .content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    min-width:300px;
    max-width:100%;
    padding:30px 30px 15px 30px;
    background:#FFF;
    -webkit-box-shadow:4px 4px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow:4px 4px 10px -1px rgba(0,0,0,0.75);
    box-shadow:4px 4px 10px -1px rgba(0,0,0,0.75)
}
.alerta .content .texto{
    font-size:16px;
    font-weight:600;
    color:#000;
    line-height:20px;
    text-align:center
}
.alerta .content a{
    background:#32ba7c;
    display:table;
    margin:15px auto 15px auto;
    padding:10px 25px;
    font-size:18px;
    color:#FFF;
    font-weight:600;
    text-decoration:none
}
.box-topo-interna .titulo,.button-padrao,.form .arquivo,.form button,.modal .titulo.upper,.titulo-padrao{
    font-family:Rajdhani
}
.box-topo-interna .titulo,.button-padrao,.errorSummary p,.form .arquivo,.form button,.modal .titulo.upper,.titulo-padrao,strong{
    font-weight:700
}
body,html{
    height:100%
}
::-webkit-input-placeholder{
    color:#252525
}
::-moz-placeholder{
    color:#252525
}
:-ms-input-placeholder{
    color:#252525
}
input:-moz-placeholder{
    color:#252525
}
select{
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    text-indent:1px;
    text-overflow:''
}
.errorSummary{
    text-align:center;
    color:#ff5456;
    margin-bottom:30px
}
button,input,select,textarea{
    outline:0
}
.loading{
    display:none
}
.spinner{
    margin:100px auto;
    width:40px;
    height:40px;
    position:relative
}
.cube1,.cube2{
    background-color:#ff5456;
    width:15px;
    height:15px;
    position:absolute;
    top:0;
    left:0;
    -webkit-animation:sk-cubemove 1.8s infinite ease-in-out;
    animation:sk-cubemove 1.8s infinite ease-in-out
}
.cube2{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
@-webkit-keyframes sk-cubemove{
    25%{
        -webkit-transform:translateX(42px) rotate(-90deg) scale(.5)
    }
    50%{
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
    }
    75%{
        -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100%{
        -webkit-transform:rotate(-360deg)
    }
}
@keyframes sk-cubemove{
    25%{
        transform:translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform:translateX(42px) rotate(-90deg) scale(.5)
    }
    50%{
        transform:translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1%{
        transform:translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
    }
    75%{
        transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100%{
        transform:rotate(-360deg);
        -webkit-transform:rotate(-360deg)
    }
}
#home .passos .passo .box,#home .passos .passo .box .arrow,#home .passos .passo .titulo-passo{
    transform:translateX(-50%);
    left:50%;
    position:absolute
}
.videoWrapper{
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
    margin-bottom:30px
}
.videoWrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.clear{
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}
.wrapper{
    width:1514px;
    margin:0 auto;
    position:relative
}
.last{
    margin-right:0!important
}
.box-right{
    float:right
}
.veja-o-depoimento{
    text-align:center;
    padding:130px 0;
    background:url(../img/bg_vejadepoimento.jpg) center no-repeat
}
.veja-o-depoimento .titulo{
    font-size:32px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-family:Rajdhani;
    font-weight:700;
    color:#fff
}
.veja-o-depoimento .button{
    display:table;
    margin:0 auto;
    padding:14px 80px;
    background:#fff;
    text-transform:uppercase;
    font-family:Rajdhani;
    font-size:22px;
    color:#32ba7c;
    font-weight:700
}
.veja-o-depoimento .button:hover{
    background:#252525;
    color:#fff
}
.box-topo-interna{
    height:205px;
    position:relative;
    background:url(../img/bg_interna.jpg) center bottom no-repeat;
    margin-bottom:90px
}
.box-topo-interna .line{
    width:100%;
    background:url(../img/bg_line2.png) center 62px no-repeat;
    height:32px;
    padding-top:62px;
    margin-bottom:52px
}
.box-topo-interna .titulo{
    display:table;
    margin:0 auto;
    width:1150px;
    padding:30px 0;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    background:#252525
}
.box-topo-interna .titulo.small{
    font-size:26px
}
.titulo-padrao{
    text-align:center;
    font-size:32px;
    color:#252525;
    line-height:32px;
    margin-bottom:40px
}
.titulo-padrao .green{
    color:#32ba7c
}
.titulo-padrao .line{
    display:table;
    margin:5px auto 0;
    width:170px;
    height:4px;
    background:#ff5456
}
.button-padrao{
    display:table;
    margin:40px auto 0;
    padding:10px 30px;
    color:#fff;
    font-size:20px;
    background:#32ba7c
}
.button-padrao:hover{
    background:#252525
}
.form{
    display:table;
    margin:0 auto;
    width:1200px
}
.form .small,.form .small2,.form .small3{
    margin-right:20px;
    float:left
}
.form.small{
    width:680px
}
.form label{
    display:block;
    margin-bottom:20px
}
.form .label{
    font-size:16px;
    color:#252525;
    margin-bottom:5px
}
.form .small{
    width:calc(50% - 10px)
}
.form .small2{
    width:calc(((50% - 10%)/ 2) - 20px)
}
.form .small3{
    width:calc(10% - 10px)
}
.form input[type=text],.form input[type=email],.form input[type=password],.form select,.form textarea{
    background:#fff;
    padding:15px 0 15px 20px;
    width:calc(100% - 22px);
    border-radius:4px;
    border:1px solid #252525;
    font-size:20px
}
.form textarea{
    height:150px
}
.form select{
    background:url(../img/ico_arrow_select.png) calc(100% - 20px) center no-repeat #fff
}
.form .g-recaptcha{
    float:left
}
.form button{
    display:table;
    float:right;
    padding:25px 60px;
    color:#fff;
    font-size:17px;
    background:url(../img/ico_arrow_link.png) calc(100% - 20px) center no-repeat #32ba7c;
    border:0
}
.form button:hover{
    background-color:#252525
}
.form .arquivo{
    width:260px;
    font-size:18px;
    color:#252525;
    padding-left:40px;
    background:url(../img/ico_arquivo.png) left top no-repeat;
    float:left;
    margin-right:130px;
    min-height:37px
}
.modal,.modal .bg{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.form .arquivo input{
    display:none
}
.paginacao{
    display:table;
    margin:30px auto;
    clear:both
}
.paginacao li{
    float:left
}
.paginacao li a{
    -webkit-transition:cubic-bezier(0,1,.38,.95) all .4s;
    transition:cubic-bezier(0,1,.38,.95) all .4s;
    display:inline-block;
    width:28px;
    height:28px;
    text-align:center;
    line-height:28px;
    margin:0 6px;
    color:#ff5456;
    border:1px solid #ff5456;
    font-size:18px
}
.menu-mobile,.paginacao .first,.paginacao .hidden,.paginacao .last,.paginacao .next,.paginacao .previous{
    display:none
}
.paginacao li.selected a,.paginacao li:hover a{
    background:#32ba7c;
    color:#fff;
    font-weight:700;
    border:1px solid #32ba7c
}
.modal{
    z-index:99;
    overflow:auto;
    background:rgba(0,0,0,.8)
}
.menu-mobile .close,.modal .close{
    position:absolute;
    right:20px;
    cursor:pointer
}
.modal .content{
    padding:20px;
    background:#fff;
    width:960px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    position:absolute;
    max-height:calc(100% - 40px);
    overflow:auto
}
.modal .titulo{
    font-size:32px;
    margin-bottom:25px
}
.modal .close,.modal .itens{
    font-weight:500;
    font-family:Rajdhani
}
.modal .texto{
    line-height:26px;
    font-size:17px
}
.modal .texto p{
    margin-bottom:15px
}
.modal .itens{
    margin-top:25px;
    font-size:17px;
    margin-bottom:25px
}
.modal .foto{
    float:left;
    margin:2px;
    width:calc(33.33% - 4px);
    height:220px
}
.modal .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
.modal .close{
    padding-right:32px;
    background:url(../img/ico_fechar.png) right center no-repeat;
    height:23px;
    line-height:23px
}
.modal .ciente{
    padding-right:55px;
    background:url(../img/ico_check4.png) calc(100% - 10px) center no-repeat #32ba7c;
    cursor:pointer
}
.menu-mobile{
    position:absolute;
    top:0;
    z-index:9999999;
    left:0;
    width:100%;
    background:#252525
}
.menu-mobile .close{
    width:22px;
    height:22px;
    top:10px;
    background:url(../img/ico_close_menu.png) center no-repeat
}
#content,#header{
    position:relative
}
.menu-mobile .logo{
    margin:20px auto;
    width:140px;
    display:table
}
.menu-mobile .menu li{
    padding:6px 0 6px 30px;
    color:#fff;
    font-family:Rajdhani;
    font-weight:700;
    font-size:16px;
    margin:5px 0
}
.menu-mobile .menu li.opened{
    background:url(../img/ico_close_submenu.png) calc(100% - 10px) 7px no-repeat #fff;
    color:#252525;
    padding-bottom:0
}
.menu-mobile .menu li.opened strong{
    color:#fff
}
.menu-mobile .menu li>.submenu{
    display:none
}
.menu-mobile .menu .submenu .submenu{
    background:#585858;
    margin-left:-30px;
    padding-left:30px;
    padding-top:10px;
    padding-bottom:10px
}
.menu-mobile .menu .submenu a{
    text-transform:none;
    display:block;
    color:#fff;
    font-weight:400
}
#header{
    width: 100%;
    position: fixed;
    padding-top:24px;
    padding-bottom:32px;
    background:url(../img/bg_header.png) center top no-repeat #252525;
    z-index:99;
    height:89px;
    margin-bottom: 30px;

}
#header .logo{
    float:left
}
#header .menus{
    float:left;
    margin-left:280px;
}
#header .menu{
    z-index:9
}
#header .menu li{
    float:left;
    margin:0 3px;
    padding:4px 15px;
    text-transform:uppercase;
    font-size:15px;
    color:#fff;
    font-family:Rajdhani;
    font-weight:700
}
#header .menu li.selected,#header .menu li:hover{
    background:#32ba7c;
    cursor:pointer
}
#header .menu .hover-white:hover{
    background:#fff;
    color:#3e4142
}
#header .menu li.submenu div.submenu{
    transition:ease-out all .4s;
    position:absolute;
    display:none;
    opacity:0;
    background:#fff;
    color:#3e4142;
    padding:20px 0;
    margin-top:4px;
    z-index:9
}
#header div.menu2{
    background:#FFF;
    display:block;
    line-height:38px;
    margin-top:10px;
    transform:skew(25deg);
    transform-origin:bottom left;
    width:calc(100% - 50px);
    margin-left:40px
}
#header ul.menu2{
    transform:skew(-25deg);
    display:table;
    margin:0 auto
}
#header ul.menu2 li{
    float:left;
    margin:0 3px;
    padding:0 25px;
    text-transform:uppercase;
    font-size:15px;
    color:#252525;
    font-family:Rajdhani;
    font-weight:700
}
#header ul.menu2 li.selected,#header ul.menu2 li:hover{
    color:#ef5458;
    cursor:pointer
}
#header ul.menu2 li.submenu div.submenu{
    transition:ease-out all .4s;
    position:absolute;
    display:none;
    opacity:0;
    background:#fff;
    color:#3e4142;
    padding:0;
    margin-top:0
}
#header ul.menu2 li.submenu div.submenu{
    width:870px
}
#assessoria .conhecer .box,#blog .box-topo-interna .menu,#blog .post-detalhe .foto,#blog .posts .post:hover,#home .banner .solicite,#servico .equipe .box{
    box-shadow:0 0 30px rgba(0,0,0,.3)
}
#header .menu li.submenu:hover div.submenu,#header ul.menu2 li.submenu:hover div.submenu{
    opacity:1;
    display:block;
    margin-left:-15px
}
#header .menu li.submenu:hover div.submenu a,#header ul.menu2 li.submenu:hover div.submenu a{
    display:block;
    color:#3e4142;
    padding:10px 20px;
    border-bottom:1px solid #f2f2f2
}
#header .menu li.submenu:hover div.submenu a:hover,#header ul.menu2 li.submenu:hover div.submenu a:hover{
    background-color:#f34f4e;
    color:#FFF
}
#header ul.menu2 li.submenu div.submenu-cidadania{
    float:left;
    margin:0 15px
}
#header ul.menu2 li.submenu div.submenu-cidadania.small{
    width:calc(33.33% - 30px)
}
#header ul.menu2 li.submenu div.submenu-cidadania a{
    text-transform:none
}
#header .menu li.submenu:hover div.submenu strong,#header ul.menu2 li.submenu:hover div.submenu strong{
    display:block;
    color:#3e4142;
    padding:10px 20px;
    font-size:17px
}
#header .telefones{
    float:left;
    margin-left:30px
}
#header .telefones .telefone{
    margin-bottom:5px
}
#header .telefones .telefone.brasil{
    background:url(../img/ico_pt.png) left 8px no-repeat;
    padding-left:42px
}
#header .telefones .telefone.italia{
    background:url(../img/ico_it.png) left 8px no-repeat;
    padding-left:42px
}
#header .telefones .telefone .label{
    font-size:11px;
    color:#929292
}
#header .telefones .telefone .numero{
    font-size:15px;
    color:#fff;
    font-family:Rajdhani;
    font-weight:700
}
#header .social{
    float:left;
    margin-left:25px
}
#header .social li{
    margin-bottom:4px
}
#footer{
    background:url(../img/bg_header.png) center -136px no-repeat #252525;
    padding:65px 0;
    position:relative
}
#footer .go-topo{
    position:absolute;
    right:20px;
    background:#ff5456;
    padding:5px 15px;
    cursor:pointer;
    color:white;
    text-transform:uppercase;
    font-family:'Rajdhani';
    font-family:13px;
    font-weight:700;
    top:30px
}
#footer .nostrali{
    position:absolute;
    width:100%;
    text-align:center;
    padding-top:50px
}
#footer .nostrali .social{
    display:table;
    margin:30px auto 0
}
#footer .nostrali .social li{
    margin:0 10px;
    float:left
}
#footer .gesto{
    display:table;
    margin:60px auto 0 auto
}
#footer .box{
    float:left;
    text-align:center;
    color:#fff;
    margin-left:125px
}
#footer .box.right{
    float:right;
    margin-left:0;
    margin-right:125px
}
#footer .box .telefone{
    font-size:22px;
    margin-top:15px;
    margin-bottom:15px;
    font-weight:700
}
#footer .box .endereco,#footer .box a{
    font-size:16px
}
#footer .box a{
    color:#fff;
    display:block;
    margin-top:35px
}
.topicos{
    background:url(../img/bg_header.png) center -136px no-repeat;
    padding-top:30px
}
.topicos .topico{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #b7b7b7
}
.topicos .box-padrao-home{
    margin-bottom:50px!important
}
.topicos .topicos-texto{
    width:750px;
    display:table;
    margin:0 auto 30px auto
}
.topicos h3{
    font-size:28px;
    color:#252525;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:10px
}
.topicos .topico-texto{
    width:750px;
    display:table;
    margin:30px auto
}
#home{
    background:#fff
}
#home .banner{
    height:675px;
    margin-top: 90px;

}
#home .banner .titulo-banner{
    float:left;
    font-size:42px;
    text-transform:uppercase;
    color:#fff;
    text-shadow:0 0 5px rgba(0,0,0,.4);
    margin-left:180px;
    text-align:right;
    padding-top:125px;
    line-height:45px;
    font-family:Rajdhani;
    font-weight:700;
    width:420px
}
#home .banner .titulo-banner.right{
    float:right;
    margin-right:180px;
    margin-left:0;
    text-align:left
}
#home .banner .links{
    display:table;
    margin:110px auto 0
}
#home .banner .links li{
    font-family:Rajdhani;
    font-weight:700;
    float:left;
    margin:0 10px;
    border:2px solid #32ba7c;
    width:360px;
    text-align:center;
    padding:10px 0;
    text-transform:uppercase;
    color:#fff;
    background:rgba(0,0,0,.6);
    font-size:27px
}
#home .banner .links li:hover{
    background:#32ba7c
}
#home .banner .solicite{
    display:table;
    margin:70px auto 0;
    width:540px;
    background:url(../img/bg_banner_box.jpg) center no-repeat;
    padding:10px 0;
    background-size:cover
}
#home .banner .solicite .titulo{
    display:table;
    margin:0 auto 15px;
    text-align:center;
    padding-left:60px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    font-size:22px;
    color:#252525;
    background:url(../img/ico_check.png) left center no-repeat
}
#home .banner .solicite .texto{
    text-align:center;
    color:#252525;
    font-size:16px
}
#home .banner .solicite .button{
    display:table;
    margin:16px auto 0;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    font-size:27px;
    padding:12px 30px;
    background:#32ba7c
}
#home .banner .solicite .button:hover{
    background:#252525
}
#home .passos{
    background:url(../img/bg_passos.jpg) center no-repeat;
    height:560px
}
#home .passos .titulo{
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    font-weight:700;
    font-family:Rajdhani;
    color:#252525;
    margin-bottom:110px;
    padding-top:140px
}
#home .passos .passo .box .titulo-box,#home .passos .passo .titulo-passo{
    font-size:18px;
    font-weight:700;
    font-family:Rajdhani
}
#home .passos .lista{
    position:relative;
    display:table;
    margin:0 auto;
    border-bottom:1px solid #252525
}
#home .passos .passo{
    text-align:center;
    float:left;
    margin-right:255px;
    position:relative
}
#home .passos .passo .circle{
    width:18px;
    height:18px;
    border-radius:100%;
    background:#252525;
    margin-bottom:-9px
}
#home .passos .passo:hover .circle{
    background:#32ba7c
}
#home .passos .passo .titulo-passo{
    color:#252525;
    bottom:0;
    line-height:18px;
    padding-bottom:20px
}
#home .passos .passo .box{
    background:#252525;
    padding:20px 30px;
    width:160px;
    margin-top:25px;
    display:none
}
#home .passos .passo:hover .box{
    display:block
}
#home .passos .passo .box .titulo-box{
    color:#fff;
    display:table;
    margin:0 auto;
    border-bottom:1px solid #929292;
    text-transform:uppercase;
    line-height:20px;
    padding-bottom:8px
}
#home .passos .passo .box .texto{
    margin-top:10px;
    font-size:14px;
    color:#fff
}
#home .passos .passo .box .button{
    display:table;
    margin:16px auto 0;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    font-size:13px;
    padding:5px 20px;
    background:#32ba7c
}
#home .passos .passo .box .arrow{
    background:url(../img/ico_arrow_box.png) center top no-repeat;
    height:20px;
    width:25px;
    top:-20px
}
#home .passos .passo .box .lupa{
    position:absolute;
    right:10px;
    background:url(../img/ico_lupa.png) center no-repeat;
    z-index:3;
    width:19px;
    height:19px
}
#home .box-padrao-home{
    text-align:center;
    background:url(../img/bg_line.png) center top no-repeat;
    padding-top:65px;
    margin-bottom:70px
}
#home .box-padrao-home .titulo{
    font-size:35px;
    color:#252525;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:10px
}
#home .box-padrao-home .texto{
    font-size:17px;
    color:#252525;
    width:670px;
    display:table;
    margin:0 auto
}
#home .servicos .box-servicos .servico,#home .servicos .box-servicos .titulo{
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    text-align:center
}
#home .servicos{
    margin-top:70px
}
#home .servicos .box-servicos{
    float:left;
    height:566px;
    background-size:cover!important;
    width:calc(50% - 60px);
    padding:0 30px
}
#home .servicos .box-servicos .titulo{
    text-shadow:0 0 5px rgba(0,0,0,.4);
    font-size:30px;
    padding-top:45px;
    margin-bottom:80px
}
#home .servicos .box-servicos .servico{
    float:left;
    display:table;
    margin:18px 12px;
    background:url(../img/ico_arrow_link.png) calc(100% - 15px) center no-repeat #252525;
    height:57px;
    width:calc((100% / 3) - 24px);
    font-size:14px
}
#home .servicos .box-servicos .servico div{
    display:table-cell;
    vertical-align:middle;
    padding:0 35px
}
#home .servicos .box-servicos .servico:hover{
    color:#252525;
    background:#fff
}
#home .a-nostrali{
    margin-top:70px
}
#home .a-nostrali .wrapper{
    width:1100px
}
#home .a-nostrali .box{
    float:left;
    margin:0 50px 50px;
    width:calc(50% - 100px)
}
#home .a-nostrali .box .titulo{
    font-size:35px;
    color:#252525;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:15px;
    padding:5px 0 5px 60px;
    line-height:35px
}
#depoimentos .box-texto .texto,#depoimentos .depoimento .texto,#institucional .escritorio .texto,#servico .box-texto .texto,#servico .servico .texto{
    line-height:24px
}
#home .a-nostrali .box .texto{
    font-size:17px;
    color:#252525;
    padding-left:40px;
    background:url(../img/ico_check2.png) left top no-repeat
}
#home .escritorios{
    margin-top:70px
}
#home .escritorios .escritorio{
    float:left;
    width:50%;
    position:relative;
    height:510px;
    background-size:cover!important
}
#home .escritorios .escritorio .nome{
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    font-size:32px;
    color:#fff;
    margin-bottom:35px
}
#home .escritorios .escritorio .button{
    display:table;
    margin:0 auto;
    background:#fff;
    text-transform:uppercase;
    font-size:18px;
    color:#252525;
    font-family:Rajdhani;
    padding:15px 70px;
    font-weight:700
}
#home .escritorios .escritorio .button:hover{
    background:#32ba7c;
    color:#fff
}
#home .escritorios .escritorio .box{
    position:absolute;
    left:0;
    width:100%;
    top:50%;
    transform:translateY(-50%)
}
#institucional .box-texto{
    display:table;
    margin:0 auto 80px;
    width:770px
}
#institucional .box-texto .texto{
    text-align:center;
    line-height:24px
}
#institucional .box-texto .texto p{
    margin-bottom:15px
}
#institucional .escritorio .box{
    float:left;
    width:450px;
    margin-left:calc(50% - 500px);
    padding-top:40px
}
#institucional .escritorio.alternate .box{
    float:right;
    margin-right:calc(50% - 500px);
    margin-left:0
}
#institucional .escritorio .foto{
    float:right;
    width:50%;
    height:505px
}
#institucional .escritorio.alternate .foto{
    float:left
}
#institucional .escritorio .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
#institucional .escritorio .titulo{
    color:#252525;
    font-size:32px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:30px
}
#institucional .escritorio .texto p{
    margin-bottom:15px
}
#equipe .equipe{
    display:table;
    margin:0 auto 80px;
    width:1010px
}
#equipe .box-texto{
    text-align:center;
    margin-bottom:40px
}
#equipe .item{
    width:calc((100% / 3) - 110px);
    float:left;
    background:#efefef url(../images/bg-box-equipe.png) right bottom no-repeat;
    margin:0 60px 60px 0;
    padding:35px;
    text-align:center;
    font-size:17px;
    color:#252525;
    line-height:24px
}
#equipe .item:nth-of-type(3n+1){
    margin-right:0
}
#equipe .item .foto{
    height:200px;
    width:100%;
    background:url(../images/bg-foto-equipe.png) center no-repeat;
    background-size:contain
}
#equipe .item .foto img{
    border-radius:50%;
    object-fit:cover;
    height:200px;
    width:200px
}
#equipe .item h3{
    font-size:30px;
    font-weight:600;
    margin:20px 0
}
#equipe .item h4{
    color:#474747;
    font-style:italic
}
#equipe .item .foto img{
    border-radius:50%
}
#depoimentos .box-texto{
    display:table;
    margin:0 auto 20px;
    width:770px
}
#depoimentos .box-texto .texto{
    text-align:center
}
#depoimentos .box-texto .texto p{
    margin-bottom:15px
}
#depoimentos .depoimento{
    float:left;
    margin:50px;
    width:calc((100% / 3) - 100px);
    text-align:center;
    color:#252525;
    padding-bottom:55px;
    background:url(../images/ico_aspas.png) center bottom no-repeat
}
#depoimentos .depoimento .foto{
    margin:0 auto 40px;
    width:200px;
    height:200px;
    position:relative;
    overflow:hidden;
    border-radius:100%;
    -webkit-filter:grayscale(1);
    filter:grayscale(1)
}
#depoimentos .depoimento .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
#depoimentos .depoimento .nome{
    font-size:30px;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:5px
}
#depoimentos .depoimento .cidade{
    font-size:17px;
    margin-bottom:25px
}
#servico .box-texto .subtitulo,#servico .box-texto strong{
    color:#252525;
    font-size:25px;
    text-transform:uppercase;
    font-family:Rajdhani;
    font-weight:700
}
#depoimentos .depoimento .texto p{
    margin-bottom:15px
}
#servico .box-topo-interna{
    margin-bottom:0
}
#servico .box-texto{
    background:#fff;
    padding-top:75px;
    padding-bottom:80px
}
#servico .box-texto.center{
    text-align:center
}
#servico .box-texto.no-margin-bottom{
    padding-bottom:0;
    margin-bottom:-33px
}
#servico .box-texto.no-margin-bottom a{
    display:table;
    margin:30px auto
}
#servico .box-texto .wrapper{
    width:770px
}
#servico .box-texto strong{
    margin-bottom:10px
}
#servico .box-texto .subtitulo{
    text-align:center;
    display:table;
    margin:0 auto;
    max-width:400px
}
#servico .box-texto .texto{
    border-bottom:1px solid #d3d3d3;
    padding-bottom:25px;
    margin-bottom:32px
}
#servico .box-texto .texto li{
    margin-bottom:30px;
    list-style:url(../images/bullet.png);
    margin-left:17px
}
#servico .box-texto .texto hr{
    border:0;
    border-bottom:1px solid #d3d3d3;
    margin:32px 0
}
#servico .box-texto .texto p{
    margin-bottom:15px
}
#servico .box-texto .texto p strong{
    margin-right:20px
}
#servico .box-texto a{
    padding:10px 30px;
    text-transform:uppercase;
    color:#fff;
    font-family:Rajdhani;
    font-weight:700;
    font-size:20px;
    background:#32ba7c;
    margin-top:40px
}
#servico .box-texto a:hover{
    background:#252525;
    color:#fff
}
#servico .box-texto a strong{
    margin:0;
    padding:0;
    text-transform:inherit;
    color:#32ba7c;
    font-family:inherit;
    font-size:inherit
}
#servico .servico .texto a,#servico .servico .texto strong{
    text-transform:uppercase;
    font-family:Rajdhani
}
#servico .servico .box{
    width:450px;
    padding:100px 0 30px 0;
    float:right;
    margin-right:calc(50% - 500px)
}
#servico .servico .foto{
    float:left;
    width:50%;
    height:490px
}
#servico .servico .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
#servico .servico .texto strong{
    color:#252525;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px
}
#servico .servico .texto a{
    padding:0 5px;
    color:#32ba7c;
    display:inline-block;
    border:1px solid #32ba7c;
    font-size:14px;
    line-height:normal
}
#servico .servico .texto a:hover{
    background-color:#32ba7c;
    color:#FFF
}
#servico .equipe .subtitulo,#servico .equipe .titulo{
    color:#fff;
    font-family:Rajdhani;
    text-transform:uppercase
}
#servico .servico .texto p{
    margin-bottom:15px
}
#servico .equipe{
    position:relative;
    height:640px;
    margin-top:-40px
}
#servico .equipe .box{
    left:50%;
    padding:40px 60px;
    width:590px;
    text-align:center;
    background:#252525;
    position:absolute;
    bottom:-20px
}
#servico .equipe .titulo{
    font-size:44px;
    margin-bottom:15px;
    line-height:47px
}
#servico .equipe .subtitulo{
    font-size:30px;
    margin-bottom:20px
}
#servico .equipe .texto{
    font-size:17px;
    color:#909090;
    margin-top:40px;
    line-height:28px
}
#vantagens .vantagem .box{
    float:left;
    width:450px;
    margin-left:calc(50% - 500px);
    padding-top:40px
}
#vantagens .vantagem.alternate .box{
    float:right;
    margin-right:calc(50% - 500px);
    margin-left:0
}
#vantagens .vantagem .foto{
    float:right;
    width:50%;
    height:505px
}
#vantagens .vantagem.alternate .foto{
    float:left
}
#vantagens .vantagem .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
#vantagens .vantagem .titulo{
    color:#252525;
    font-size:32px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:30px
}
#vantagens .vantagem .texto{
    line-height:24px
}
#vantagens .vantagem .texto p{
    margin-bottom:15px
}
#blog .box-topo-interna,#midia .box-topo-interna{
    height:140px
}
#blog .box-topo-interna .line,#midia .box-topo-interna .line{
    padding:0;
    height:60px;
    background-position:center 20px;
    margin:0
}
#blog .box-topo-interna .titulo-blog,#midia .box-topo-interna .titulo-midia{
    text-align:center;
    color:#fff;
    font-weight:700;
    font-family:Rajdhani;
    font-size:40px;
    text-transform:uppercase
}
#blog .box-topo-interna .menu{
    display:table;
    margin:0 auto;
    max-width:1010px;
    padding:14px 50px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    font-family:Rajdhani;
    font-weight:700;
    background:#252525
}
#blog .box-topo-interna .menu ul{
    display:table;
    margin:0 auto
}
#blog .box-topo-interna .menu ul li{
    float:left;
    margin:0 20px;
    color:#fff;
    text-transform:uppercase;
    font-size:18px
}
#blog .box-topo-interna .menu ul li span{
    color:transparent;
    padding-right:10px
}
#blog .box-topo-interna .menu ul li.selected span,#blog .box-topo-interna .menu ul li:hover span{
    color:#ef5458
}
#blog .posts{
    padding-bottom:70px;
    padding-top:10px
}
#blog .posts .wrapper{
    width:1010px
}
#blog .posts .post{
    display:block;
    background:#fff;
    margin-bottom:40px;
    padding:35px 30px;
    width:calc(100% - 60px)
}
#blog .posts .post .foto{
    float:left;
    position:relative;
    width:422px;
    height:423px
}
#blog .posts .post .foto .categoria{
    position:absolute;
    z-index:3;
    padding:15px 20px;
    color:#fff;
    background:#e54f51;
    font-weight:700;
    font-family:Rajdhani;
    text-transform:uppercase;
    font-size:17px
}
#blog .posts .post .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
#blog .posts .post .box-texto{
    float:right;
    width:calc(100% - 460px);
    color:#252525
}
#blog .posts .post .box-texto .titulo{
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:5px;
    font-size:30px;
    line-height:32px
}
#blog .posts .post .box-texto .data{
    font-size:15px;
    text-transform:uppercase;
    margin-bottom:20px
}
#blog .posts .post .box-texto .texto{
    font-size:17px;
    line-height:28px
}
#blog .post-detalhe{
    padding-bottom:70px
}
#blog .post-detalhe .wrapper{
    width:920px
}
#blog .post-detalhe .titulo,#midia .post-detalhe .titulo{
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:5px;
    font-size:30px;
    line-height:32px;
    text-align:center
}
#blog .post-detalhe .data{
    font-size:15px;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:50px
}
#blog .post-detalhe .texto{
    font-size:17px;
    line-height:28px;
    margin-bottom:60px
}
#blog .post-detalhe .categoria,#blog .post-detalhe .compartilhe .titulo-box{
    font-size:15px;
    text-transform:uppercase;
    font-family:Rajdhani;
    font-weight:500
}
#blog .post-detalhe .texto p{
    margin-bottom:15px
}
#blog .post-detalhe .foto{
    display:table;
    margin:0 auto 50px;
    max-width:80%
}
#blog .post-detalhe .foto img{
    width:100%
}
#blog .post-detalhe .categoria{
    float:left
}
#blog .post-detalhe .compartilhe{
    float:left;
    margin-left:45px
}
#blog .post-detalhe .compartilhe .titulo-box{
    margin-bottom:10px
}
#blog .box-topo-interna select,#blog .post-detalhe .subtitulo{
    font-family:Rajdhani;
    font-weight:700;
    text-transform:uppercase
}
#blog .post-detalhe .compartilhe ul li{
    float:left;
    margin-right:10px
}
#blog .post-detalhe .subtitulo{
    margin-bottom:30px;
    font-size:24px;
    line-height:26px
}
#blog .post-detalhe .form{
    width:590px;
    display:inline-table;
    margin-top:70px;
    margin-bottom:70px
}
#blog .post-detalhe .form button{
    display:inline-table
}
#blog .post-detalhe .comentarios .subtitulo{
    border-bottom:1px solid #292929;
    margin-bottom:60px
}
#blog .post-detalhe .comentarios .subtitulo div{
    padding-right:20px;
    background:#f6f6f6;
    margin-bottom:-14px;
    display:table
}
#blog .post-detalhe .comentarios .assunto{
    text-transform:uppercase;
    font-family:Rajdhani;
    margin-bottom:0;
    font-size:24px;
    line-height:26px
}
#blog .post-detalhe .comentarios .assunto .data{
    font-size:15px
}
#blog .post-detalhe .comentarios .por{
    text-transform:uppercase;
    font-family:Rajdhani;
    font-size:19px;
    margin-bottom:10px
}
#blog .post-detalhe .comentarios .texto{
    margin-bottom:0
}
#blog .post-detalhe .comentarios .comentario{
    margin-bottom:30px
}
#blog .box-topo-interna select{
    width:calc(90% - 20px);
    margin-left:5%;
    background:url(../img/ico_arrow_select2.png) calc(100% - 10px) center no-repeat #383838;
    color:#fff;
    padding:10px 0 10px 20px;
    border-radius:4px;
    font-size:16px;
    border:0;
    text-align:center;
    display:none;
    margin-bottom:-40px
}
#midia .wrapper{
    width:1200px;
    margin:0 auto
}
#midia h3{
    font-size:30px;
    text-align:center;
    margin:30px 0;
    padding-top:20px;
    border-top:1px solid #ef5458;
    text-transform:uppercase
}
#midia .box-topo-interna,#blog.midia-post-detalhe .box-topo-interna{
    height:240px;
    margin-bottom:0
}
#midia .destaques{
    position:relative;
    margin-top:-95px
}
#midia .destaques .destaque{
    position:relative
}
#midia .destaques .destaque .overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:.8;
    z-index:3;
    transition:.4s all
}
#midia .destaques .destaque:hover .overlay{
    opacity:.5
}
#midia .destaques .destaque img{
    position:absolute;
    object-fit:cover;
    width:100%;
    height:100%
}
#midia .destaques .destaque-0{
    float:left;
    width:800px;
    height:530px;
    display:block
}
#midia .destaques .destaque-0 .content{
    padding:40px;
    position:absolute;
    z-index:4
}
#midia .destaques .destaques-lateral{
    float:right;
    width:390px
}
#midia .destaques .destaques-lateral .destaque{
    height:170px;
    display:block;
    margin-bottom:10px
}
#midia .destaques .destaques-lateral .destaque .content{
    padding:20px;
    position:absolute;
    z-index:4
}
#midia .destaques .destaque .tag{
    font-size:17px;
    color:#FFF;
    padding:10px 20px;
    background:#ef5458;
    display:inline-block;
    text-transform:uppercase;
    font-weight:600
}
#midia .destaques .destaque h2{
    font-size:30px;
    color:#FFF;
    text-transform:uppercase;
    font-weight:600;
    margin:10px 0 5px 0
}
#midia .destaques .destaque h4{
    font-size:15px;
    color:#FFF;
    text-transform:uppercase;
    letter-spacing:2px
}
#midia .destaques .destaques-lateral .destaque .tag{
    padding:5px 10px
}
#midia .destaques .destaques-lateral .destaque h2{
    font-size:19px
}
#midia .destaques .destaques-lateral .destaque h4{
    letter-spacing:1px
}
#midia .post{
    float:left;
    width:590px;
    margin:0 20px 20px 0;
    background:#FFF;
    transition:.3s all
}
#midia .post:hover{
    box-shadow:0 0 10px 2px rgba(0,0,0,0.5)
}
#midia .post:nth-of-type(2n){
    margin-right:0
}
#midia .post .foto{
    position:relative;
    height:285px
}
#midia .post .foto img{
    position:absolute;
    object-fit:cover;
    width:100%;
    height:100%;
    z-index:2
}
#midia .post .foto .tag{
    position:absolute;
    font-size:17px;
    color:#FFF;
    padding:10px 20px;
    background:#ef5458;
    display:inline-block;
    text-transform:uppercase;
    font-weight:600;
    z-index:3;
    bottom:20px;
    left:20px
}
#midia .post .box-texto{
    padding:10px 20px 20px 20px
}
#midia .post h2{
    font-size:24px;
    font-weight:600;
    text-transform:uppercase
}
#midia .post .data{
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px
}
#blog.midia-post-detalhe .post-detalhe{
    width:840px;
    padding:50px;
    background:#f6f6f6;
    margin:-95px auto 0 auto;
    position:relative
}
#blog.midia-post-detalhe .post-detalhe .wrapper{
    width:100%
}
#cliente .box-topo-interna{
    height:260px
}
#cliente .box-topo-interna .line{
    padding:0;
    height:80px;
    background-position:center 20px;
    margin:0
}
#cliente .box-topo-interna .titulo-cliente{
    font-size:32px;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    font-weight:300;
    font-family:Rajdhani
}
#assessoria .box-texto .titulo,#assessoria .servicos .servico .nome,#cliente .box-texto .titulo,#cliente .box-topo-interna .nome,#cliente .contato .nome,#cliente .contato .telefone,#cliente .mensagem .data,#cliente .servicos .servico .nome{
    font-weight:700;
    font-family:Rajdhani
}
#cliente .box-topo-interna .nome{
    font-size:51px;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    margin-bottom:10px
}
#cliente .box-texto{
    display:table;
    margin:0 auto 80px;
    width:1010px
}
#cliente .box-texto.atualizacoes{
    background:#FFF;
    padding:20px 20px 5px 20px
}
#cliente .box-texto .titulo{
    text-align:center;
    color:#252525;
    font-size:34px;
    text-transform:uppercase;
    margin-bottom:25px
}
#cliente .box-texto .texto{
    line-height:28px;
    font-size:17px;
    text-align:center
}
#cliente .box-texto .texto p{
    margin-bottom:15px
}
#cliente .servicos{
    display:table;
    margin:0 auto;
    text-align:center;
    width:680px;
    position:relative
}
#cliente .servicos .servico{
    width:200px;
    text-align:center;
    margin:0 10px 20px;
    display:inline-grid
}
#cliente .servicos .servico .icone{
    width:145px;
    height:145px;
    position:relative;
    display:table;
    margin:0 auto
}
#cliente .servicos .servico.feito .icone{
    background:url(../img/bg_circle.png) center no-repeat
}
#cliente .servicos .servico.andamento .icone{
    background:url(../img/bg_circle2.png) center no-repeat
}
#cliente .servicos .servico .icone img{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0
}
#cliente .servicos .servico .checktrue{
    background:url(../img/ico_check3.png) center no-repeat;
    position:absolute;
    left:50%;
    top:50%;
    z-index:3;
    width:37px;
    height:37px;
    margin-left:5px;
    margin-top:5px
}
#cliente .servicos .servico .nome{
    color:#252525;
    font-size:20px;
    margin-top:10px;
    line-height:20px
}
#cliente .servicos .servico .status{
    font-size:20px;
    text-transform:uppercase;
    font-family:Rajdhani
}
#cliente .servicos .servico .icone img.false{
    opacity:.7;
    filter:grayscale(100%)
}
#cliente .servicos .servico .modal-tooltip{
    display:none
}
#cliente .servicos .servico .modal-tooltip{
    position:fixed;
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    top:0;
    left:0;
    background:#FFF;
    padding:20px;
    z-index:999
}
#cliente .servicos .servico .modal-tooltip .box{
    display:table;
    margin:0 auto;
    max-width:900px;
    margin-top:40px
}
#cliente .servicos .servico .modal-tooltip .close{
    background:url(../img/ico_fechar.png) right center no-repeat;
    position:absolute;
    right:32px;
    width:32px;
    height:32px;
    cursor:pointer;
    top:10px
}
#cliente .servicos .servico .modal-tooltip .texto-box{
    background:#ececec;
    font-size:16px;
    padding:20px
}
#cliente .servicos .servico .modal-tooltip ul{
    margin:20px 30px 0;
    padding-bottom:20px
}
#cliente .servicos .servico .modal-tooltip ul li{
    font-size:20px;
    list-style:none
}
#cliente .servicos .servico .box-info{
    position:absolute;
    width:600px;
    left:50%;
    top:50%;
    margin-left:-300px;
    transform:translateY(-50%);
    z-index:7;
    display:none;
    margin-top:-20px
}
#cliente .servicos .servico:hover .box-info{
    display:block
}
#cliente .servicos .servico .box-info .arrow{
    width:46px;
    height:39px;
    background:url(../img/ico_arrow_box2.png) center top no-repeat;
    margin-left:280px
}
#cliente .servicos .servico .box-info .box{
    background:#fff;
    padding:25px
}
#cliente .servicos .servico .box-info .texto-box{
    background:#ececec;
    font-size:16px;
    padding:20px
}
#cliente .servicos .servico .box-info ul{
    margin:20px 30px 0;
    padding-bottom:20px
}
#cliente .servicos .servico .box-info ul li{
    font-size:20px;
    list-style:circle
}
#cliente .mensagem{
    background:#fff;
    margin-bottom:20px
}
#cliente .mensagem .box{
    float:left;
    width:90px
}
#cliente .mensagem .foto{
    width:100%;
    position:relative;
    height:110px
}
#cliente .mensagem .foto img{
    width:100%;
    height:100%;
    object-fit:cover
}
#cliente .mensagem .data{
    margin-top:10px;
    text-align:center;
    font-size:16px
}
#cliente .mensagem .texto{
    text-align:left;
    float:right;
    width:calc(100% - 110px);
    padding-top:10px
}
#cliente .box-texto.white{
    background:#fff;
    padding:20px 0
}
#cliente .contato{
    text-align:center;
    width:calc(50% - 80px);
    margin:0 40px;
    float:left;
    font-size:16px
}
#cliente .contato .nome{
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px
}
#cliente .contato .telefone{
    font-size:22px;
    margin-top:10px;
    margin-bottom:15px
}
#cliente .contato .endereco{
    margin-bottom:20px
}
#assessoria .box-texto{
    display:table;
    margin:0 auto 80px;
    width:770px
}
#assessoria .box-texto .titulo{
    text-align:center;
    font-size:32px;
    margin-bottom:34px;
    text-transform:uppercase
}
#assessoria .box-texto .texto{
    text-align:center;
    line-height:24px
}
#assessoria .box-texto .texto p{
    margin-bottom:15px
}
#assessoria .servicos .wrapper{
    width:1100px
}
#assessoria .servicos .servico{
    float:left;
    margin:0 50px 50px;
    width:calc(50% - 100px)
}
#assessoria .servicos .servico .nome{
    font-size:35px;
    color:#252525;
    text-transform:uppercase;
    margin-bottom:22px;
    padding:5px 0 5px 60px;
    line-height:35px
}
#assessoria .servicos .servico ul li{
    font-size:17px;
    color:#252525;
    padding-left:40px;
    background:url(../img/ico_check2.png) left top no-repeat;
    margin-bottom:8px
}
#assessoria .conhecer .titulo,#assessoria .servicos .servico .button{
    color:#fff;
    display:table;
    font-weight:700;
    font-family:Rajdhani
}
#assessoria .servicos .servico .button{
    font-size:17px;
    margin-top:30px;
    background:#252525;
    padding:7px 20px
}
#assessoria .conhecer{
    position:relative;
    height:554px;
    margin-top:100px
}
#assessoria .conhecer .box{
    left:50%;
    padding:40px 60px;
    width:590px;
    text-align:center;
    background:#252525;
    position:absolute;
    top:-40px
}
#assessoria .conhecer .bg{
    position:absolute;
    left:-300px;
    top:-36px
}
#assessoria .conhecer .titulo{
    font-size:25px;
    margin:0 auto 20px;
    padding-bottom:20px;
    background:url(../img/bg_line3.png) center bottom no-repeat;
    text-transform:uppercase;
    width:400px
}
#assessoria .conhecer .subtitulo{
    max-width:100%
}
#assessoria .conhecer .texto{
    font-size:17px;
    color:#909090;
    margin-top:40px;
    line-height:28px
}
#assessoria .acomodacoes{
    display:table;
    margin:100px auto 70px;
    width:1010px
}
#assessoria .acomodacoes .titulo{
    text-align:center;
    font-size:32px;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:34px;
    text-transform:uppercase
}
#assessoria .acomodacoes .acomodacao{
    margin:2px;
    width:calc(33.33% - 4px);
    height:332px;
    position:relative;
    cursor:pointer;
    float:left
}
#assessoria .acomodacoes .acomodacao img{
    width:100%;
    height:100%;
    object-fit:cover
}
#assessoria .acomodacoes .acomodacao .overlay{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index:3;
    background:rgba(0,0,0,.6);
    opacity:0
}
#assessoria .acomodacoes .acomodacao:hover .overlay{
    opacity:1
}
#assessoria .acomodacoes .acomodacao .box{
    position:absolute;
    left:0;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    text-align:center
}
#assessoria .acomodacoes .acomodacao .nome{
    font-size:32px;
    color:#fff;
    font-family:Rajdhani
}
#assessoria .acomodacoes .acomodacao .button-padrao{
    background:#fff;
    font-size:16px;
    color:#252525;
    margin-top:10px
}
#perguntas-frequentes{
    display:table;
    margin:80px auto;
    width:770px
}
#perguntas-frequentes .titulo{
    text-align:center;
    font-size:32px;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:34px;
    text-transform:uppercase
}
#perguntas-frequentes .box-pergunta .pergunta{
    font-size:20px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    cursor:pointer;
    border-bottom:1px solid #8d8d8d;
    padding:10px 0;
    background:url(../img/ico_arrow_pergunta.png) right center no-repeat
}
#cidades-atendidas .box-padrao-home,.topicos .box-padrao-home{
    text-align:center;
    background:url(../img/bg_line.png) center top no-repeat;
    padding-top:65px;
    margin-bottom:70px
}
#cidades-atendidas .box-padrao-home .titulo,.topicos .box-padrao-home h2{
    font-size:35px;
    color:#252525;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:10px
}
#cidades-atendidas .cidades{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-gap:80px;
    -moz-column-gap:80px;
    column-gap:80px;
    text-align:left;
    margin-bottom:70px
}
#cidades-atendidas .cidades p{
    margin-bottom:20px;
    page-break-inside:avoid;
    break-inside:avoid
}
#aviso,#contato{
    padding-bottom:100px
}
#perguntas-frequentes .box-pergunta.opened .pergunta{
    background:url(../img/ico_arrow_pergunta2.png) right center no-repeat
}
#perguntas-frequentes .box-pergunta .resposta{
    margin-top:20px;
    display:none;
    margin-bottom:25px
}
#contato .box-texto{
    text-align:center;
    padding-top:40px;
    margin-bottom:50px
}
#contato .box-texto .titulo{
    color:#252525;
    font-size:45px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Rajdhani;
    margin-bottom:10px;
    line-height:45px
}
#contato .box-texto .texto{
    line-height:32px;
    font-size:22px
}
#contato .box-texto .texto p{
    margin-bottom:15px
}
@media screen and (max-width:1544px){
    #header .menus{
        margin-left:220px
    }
    .wrapper{
        width:1400px
    }
    #home .passos{
        background-size:1544px auto
    }
    #home .passos .passo{
        margin-right:197px
    }
    #home .passos .passo .titulo-passo{
        width:180px
    }
}
@media screen and (max-width:1400px){
    #header .menus{
        margin-left:190px
    }
    .wrapper{
        width:1300px
    }
    #header .wrapper{
        height:100%
    }
    #footer .box{
        margin-left:70px
    }
    #footer .box.right{
        margin-right:70px
    }
    #home .escritorios .escritorio .nome{
        font-size:27px
    }
    #home .servicos .box-servicos .servico{
        font-size:13px;
        margin:10px 6px;
        width:calc((100% / 3) - 12px)
    }
    #assessoria .conhecer .box,#servico .equipe .box{
        left:inherit;
        right:0
    }
}
@media screen and (max-width:1300px){
    #header .logo{
        width:180px;
        margin-top:10px
    }
    #header .menus{
        margin-left:130px
    }
    .wrapper{
        width:1200px
    }
    #home .banner .titulo-banner{
        margin-left:100px
    }
    #home .banner .titulo-banner.right{
        margin-right:100px
    }
    #home .passos{
        background-size:1300px auto
    }
    #home .passos .passo{
        margin-right:163px
    }
    #home .passos .passo .titulo-passo{
        width:120px
    }
    #home .servicos .box-servicos .servico{
        width:calc((100% / 2) - 12px)
    }
}
@media screen and (max-width:1200px){
    .wrapper{
        width:1100px
    }
    #home .banner {
        margin-top: -28px;
        margin-bottom: -35px;
    }

    .form{
        width:100%
    }
    #header{
        height:46px;
        padding:0;
        background:#252525
    }
    #header .ico-menu{
        position:absolute;
        left:12px;
        width:28px;
        height:17px;
        z-index:3;
        cursor:pointer;
        top:14px;
        background:url(../img/ico_menu.png) center no-repeat
    }
    #header .menus{
        display:none
    }
    #header .box-right{
        display:none
    }
    #header .logo{
        left:50%;
        transform:translateX(-50%);
        width:105px;
        top:7px;
        margin-top:0;
        position:absolute
    }
    #footer .box{
        margin-left:40px
    }
    #footer .box.right{
        margin-right:40px
    }
    #home .banner .titulo-banner{
        margin-left:50px
    }
    #home .banner .titulo-banner.right{
        margin-right:50px
    }
    #home .banner .links li{
        width:300px;
        font-size:24px
    }
    #home .passos{
        background-size:1200px auto
    }
    #home .passos .passo{
        margin-right:140px
    }
    #home .passos .passo .titulo-passo{
        width:110px
    }
    #home .a-nostrali .box{
        margin:0 20px 40px;
        width:calc(50% - 40px)
    }
}
@media screen and (max-width:1100px){
    .wrapper{
        width:1000px
    }
    #header .menu li{
        margin-right:10px;
        font-size:14px
    }
    #assessoria .servicos .wrapper,#home .a-nostrali .wrapper{
        width:100%
    }
}
@media screen and (max-width:960px){
    #footer .nostrali .gesto,.button-padrao{
        margin-top:20px
    }

    #footer .box,.form label{
        float:none!important;
        margin-right:0!important
    }
    body,html{
        position:relative;
        overflow-x:hidden;
        width:100%
    }
    *{
        -webkit-overflow-scrolling:touch
    }
    .wrapper{
        width:100%!important;
        padding:0!important
    }
    .veja-o-depoimento{
        padding:30px 0
    }
    .veja-o-depoimento .titulo{
        font-size:22px;
        width:90%;
        margin-left:5%
    }
    .veja-o-depoimento .button{
        font-size:18px
    }
    .box-topo-interna{
        height:auto;
        margin-bottom:40px
    }
    .box-topo-interna .line{
        padding-top:30px;
        margin-bottom:0;
        background-position:center;
        background-size:180px auto
    }
    .box-topo-interna .titulo{
        width:90%;
        margin-left:5%;
        display:block;
        font-size:24px;
        padding:15px 0
    }
    .modal .titulo,.titulo-padrao{
        font-size:22px
    }
    .titulo-padrao{
        line-height:inherit;
        margin-bottom:25px
    }
    .modal .content{
        top:0;
        left:0;
        width:calc(100% - 40px);
        transform:inherit;
        padding:60px 20px
    }
    .modal .content .button-padrao{
        font-size:16px;
        margin-bottom:20px
    }
    .modal .foto{
        width:calc(50% - 4px)
    }
    .modal .close{
        top:10px
    }
    .form{
        margin-left:5%;
        width:90%!important
    }
    .form label{
        width:100%!important
    }
    .form .arquivo{
        position:relative;
        display:table;
        width:auto!important
    }
    .form button{
        padding:15px 30px
    }
    .form input[type=text],.form input[type=email],.form input[type=password],.form select,.form textarea{
        font-size:14px
    }
    #footer{
        height:auto;
        padding-bottom:200px
    }
    #footer .wrapper{
        height:100%
    }
    #footer .nostrali{
        bottom:-170px
    }
    #footer .box{
        margin-left:5%!important;
        width:90%;
        margin-bottom:60px
    }
    #home .banner{
        height:auto;
        background-size:1600px auto!important;
        background-position:center -50px!important;
        margin-top: 5px;
    }
    #home .banner .titulo-banner{
        margin-left:10px;
        width:calc(50% - 20px);
        font-size:20px;
        line-height:inherit
    }
    #home .banner .titulo-banner.right{
        margin-right:10px
    }
    #home .banner .links{
        display:block;
        padding-top:150px;
        margin-top:0
    }
    #home .banner .links li{
        float:none;
        display:block;
        margin:0 0 8px 5%;
        font-size:13px;
        width:calc(90% - 4px)
    }
    #home .banner .solicite{
        margin-top:30px
    }
    #home .passos{
        display:none
    }
    #home .box-padrao-home .titulo{
        font-size:24px
    }
    #home .box-padrao-home .texto{
        display:block;
        width:90%;
        margin-left:5%
    }
    #home .servicos .box-servicos{
        float:none;
        width:90%;
        padding:0;
        background:0 0!important;
        margin-left:5%;
        height:auto
    }
    #home .servicos .box-servicos .titulo{
        display:none
    }
    #home .servicos .box-servicos .servico{
        width:100%;
        margin:0 0 6px
    }
    #home .a-nostrali .box{
        width:90%;
        margin:0 0 40px 5%;
        float:none
    }
    #institucional .box-texto,#perguntas-frequentes,.topicos{
        margin-left:5%;
        width:90%
    }
    #home .a-nostrali .box .titulo{
        padding:60px 0 0;
        background-position:center top!important;
        text-align:center;
        font-size:26px
    }
    #home .a-nostrali .box .texto{
        padding-top:30px;
        background-position:center top;
        padding-left:0;
        margin-top:20px;
        text-align:center;
        position:relative;
        z-index:3
    }
    #home .escritorios .escritorio{
        float:none;
        display:block;
        width:100%;
        height:auto
    }
    #home .escritorios .escritorio .box{
        position:relative;
        left:5%;
        top:inherit;
        width:90%;
        transform:inherit;
        padding:50px 0
    }
    #home .escritorios .escritorio .nome{
        font-size:22px;
        margin-bottom:26px
    }
    #home .escritorios .escritorio .button{
        padding:10px 50px
    }
    .topicos .topicos-texto,.topicos .topico-texto{
        width:100%
    }
    .topicos h3{
        font-size:22px
    }
    #perguntas-frequentes .titulo,.topicos .topico h2{
        font-size:26px;
        margin-bottom:20px
    }
    #perguntas-frequentes .box-pergunta .pergunta{
        font-size:18px;
        padding-right:30px
    }
    #institucional .escritorio .foto{
        width:100%;
        float:none!important;
        height:250px
    }
    #institucional .escritorio .box{
        margin-left:5%!important;
        width:90%;
        float:none!important;
        padding-top:40px;
        text-align:center
    }
    #institucional .escritorio .titulo{
        font-size:22px;
        margin-bottom:16px
    }
    #equipe .equipe{
        width:90%;
        margin-left:5%
    }
    #equipe .item{
        width:calc(100% - 70px);
        float:none
    }
    #depoimentos .box-texto{
        width:90%;
        margin-left:5%;
        display:block;
        margin-bottom:30px
    }
    #depoimentos .depoimento{
        float:none;
        margin:0 0 70px 5%;
        width:90%;
        padding-bottom:0
    }
    #depoimentos .depoimento .nome{
        font-size:24px
    }
    #depoimentos .depoimento .foto{
        margin-bottom:20px
    }
    #servico .servico .foto{
        width:100%;
        float:none;
        height:250px
    }
    #servico .box-texto .texto,#servico .servico .box{
        width:90%;
        margin-left:5%;
        text-align:center
    }
    #servico .servico .box{
        margin-right:0;
        padding-top:40px;
        float:none;
        padding-bottom:40px
    }
    #servico .servico .texto strong{
        font-size:22px
    }
    #servico .box-texto{
        padding-top:50px
    }
    #servico .box-texto strong{
        font-size:20px
    }
    #servico .box-texto a{
        font-size:17px
    }
    #servico .box-texto .subtitulo{
        font-size:22px
    }
    #servico .equipe{
        height:auto;
        margin-top:50px;
        padding-top:200px;
        background-position:-30px 0!important;
        background-size:960px auto!important
    }
    #servico .equipe .box{
        position:relative;
        bottom:inherit;
        width:calc(100% - 60px);
        padding:40px 30px;
        text-align:center
    }
    #servico .equipe .titulo{
        font-size:26px;
        line-height:inherit
    }
    #servico .equipe .subtitulo{
        font-size:22px
    }
    #assessoria .box-texto{
        width:90%;
        margin-left:5%
    }
    #assessoria .box-texto .titulo{
        font-size:22px;
        line-height:inherit;
        margin-bottom:15px
    }
    #assessoria .servicos .servico{
        margin:0 0 40px 5%;
        width:90%;
        float:none;
        text-align:center
    }
    #assessoria .servicos .servico .nome{
        font-size:22px;
        padding-top:48px;
        padding-left:0;
        background-position:center top!important
    }
    #assessoria .servicos .servico .button{
        display:table;
        margin:25px auto 0
    }
    #assessoria .conhecer{
        padding-top:250px;
        background-size:960 auto!important;
        height:auto;
        margin-top:50px;
        background-position:center top!important
    }
    #assessoria .conhecer .box{
        position:relative;
        padding:40px 30px;
        width:calc(100% - 60px)
    }
    #assessoria .conhecer .titulo{
        font-size:22px;
        display:block;
        width:100%
    }
    #assessoria .conhecer .bg{
        width:240px;
        left:10px;
        top:-200px
    }
    #assessoria .acomodacoes{
        width:100%;
        display:block;
        margin-top:50px
    }
    #assessoria .acomodacoes .titulo{
        font-size:22px
    }
    #assessoria .acomodacoes .acomodacao{
        width:calc(50% - 4px)
    }
    #assessoria .acomodacoes .acomodacao .overlay{
        opacity:1
    }
    #vantagens .vantagem{
        margin-bottom:50px
    }
    #vantagens .vantagem .box{
        width:90%;
        margin-left:5%!important;
        float:none!important;
        padding-top:0;
        text-align:center;
        margin-right:0!important;
        margin-bottom:30px
    }
    #vantagens .vantagem .titulo{
        font-size:22px;
        margin-bottom:16px
    }
    #vantagens .vantagem .foto{
        float:none!important;
        height:250px;
        width:100%
    }
    #contato .box-texto{
        width:90%;
        margin-left:5%;
        padding-top:0
    }
    #contato .box-texto .titulo{
        font-size:22px;
        line-height:inherit
    }
    #contato .box-texto .texto{
        font-size:16px;
        line-height:inherit
    }
    #midia .box-topo-interna,#blog.midia-post-detalhe .box-topo-interna{
        height:auto
    }
    #blog.midia-post-detalhe .box-topo-interna{
        margin-top:0
    }
    #midia .destaques{
        margin:20px 5% 0 5%
    }
    #midia .destaques .destaque,#midia .destaques .destaques-lateral{
        float:none;
        width:100%
    }
    #midia .destaques .destaque{
        height:170px;
        margin-bottom:10px
    }
    #midia .destaques .destaque .content{
        padding:20px
    }
    #midia .destaques .destaque .tag{
        padding:5px 10px
    }
    #midia .destaques .destaque h2,#midia .destaques .destaques-lateral .destaque h2{
        font-size:18px
    }
    #midia .destaques .destaque h4,#midia .destaques .destaques-lateral .destaque h4{
        font-size:14px;
        letter-spacing:1px
    }
    #midia h3{
        margin-left:5%;
        width:90%;
        font-size:22px
    }
    #midia .posts{
        margin-left:5%;
        width:90%
    }
    #midia .post{
        width:100%
    }
    #midia .post .foto{
        height:200px
    }
    #midia .post .foto .tag{
        padding:5px 10px
    }
    #midia .post h2{
        font-size:20px
    }
    #midia .post .data{
        font-size:14px;
        letter-spacing:1px
    }
    #blog.midia-post-detalhe .post-detalhe{
        width:90%;
        margin:20px 5%;
        padding:0
    }
    #blog .box-topo-interna .titulo-blog,#midia .box-topo-interna .titulo-midia{
        font-size:40px;
        margin-top:-20px
    }
    #blog .box-topo-interna select{
        display:block
    }
    #blog .box-topo-interna .menu{
        display:none
    }
    #blog .posts .post .foto{
        float:none;
        width:100%;
        height:250px
    }
    #blog .posts .post .box-texto{
        float:none;
        width:100%;
        margin-top:25px
    }
    #blog .post-detalhe .titulo,#blog .posts .post .box-texto .titulo{
        font-size:22px;
        line-height:inherit
    }
    #blog .post-detalhe .foto{
        max-width:90%
    }
    #blog .post-detalhe .texto{
        width:90%;
        margin-left:5%
    }
    #blog .post-detalhe .categoria{
        float:none;
        text-align:center
    }
    #blog .post-detalhe .compartilhe{
        float:none;
        display:table;
        margin:30px auto 0
    }
    #cliente .box-texto,#cliente .servicos{
        display:block
    }
    #blog .post-detalhe .comentarios,#cliente .box-texto,#cliente .servicos{
        width:90%;
        margin-left:5%
    }
    #cliente .box-texto.atualizacoes{
        width:calc(90% - 40px)
    }
    #blog .post-detalhe .form{
        width:90%
    }
    #cliente .box-topo-interna .nome{
        font-size:32px
    }
    #cliente .box-topo-interna .titulo-cliente{
        font-size:22px
    }
    #cliente .box-texto .titulo{
        font-size:22px;
        margin-bottom:16px
    }
    #cliente .servicos .servico{
        width:146px;
        position:inherit
    }
    #cliente .servicos .servico .box-info{
        top:inherit!important;
        left:0!important;
        right:0!important;
        width:100%!important;
        display:none!important
    }
    #cliente .servicos .servico .box-info .arrow{
        display:none
    }
    #cidades-atendidas .cidades{
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2
    }
    .videoWrapper iframe{
        width:100%;
        height:100%
    }
}
@media screen and (max-width:540px){
    #home .banner .titulo-banner{
        display:none
    }



    #home .banner .solicite{
        display:block;
        width:280px;
        padding:10px 20px;
    }
    #home .banner .solicite .titulo{
        font-size:18px;
        line-height:inherit;
        background-size:34px auto;
        padding-left:48px
    }
    #home .banner .solicite .texto{
        font-size:14px
    }
    #home .banner .solicite .button{
        font-size:17px
    }
    .form .g-recaptcha,.form button{
        float:none
    }
    .form button{
        margin-top:15px;
        width:100%
    }
    #assessoria .acomodacoes .acomodacao{
        width:calc(100% - 2px)
    }
    #servico .equipe{
        background-size:760px auto!important
    }
    #cliente .contato{
        float:none;
        width:100%;
        margin:0 0 30px
    }
    #cliente .servicos{
        zoom:.6
    }
    #cliente .servicos .servico:hover .box-info{
        display:none
    }
    #cidades-atendidas .cidades{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
        margin:0 20px
    }
}


/*load ajax*/

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #61DDBCFF;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: bold;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
