@font-face {
	font-family: 'ebrima';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/ebrima.ttf) format('truetype');
}

@font-face {
	font-family: 'verdana';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/verdana.ttf) format('truetype');
}


/* Estilos para a barra de política das cookies */

.cookie_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #494e54;
    color: white;
    z-index: 9999;
    font-family: Arial, Helvetica;
    font-size: 12px;
    min-height: 50px;
    line-height: 16px;
}

.center_cookie_container {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.cookie_bar .cookie_texto {
    position: relative;
    float: left;
    max-width: 830px;
    width: 100%;
    margin-right: -95px;
    padding: 0px 0;
    text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
    margin-right: 95px;
    padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
    color: white;
    text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
    background: white;
    border: 1px #FFFFFF solid;
    position: relative;
    width: 75px;
    height: 30px;
    color: #494e54;
    font-weight: bold;
    cursor: pointer;
}

.cookies_politicas {
    position: relative;
    display: none;
    color: white;
    clear: both;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

.cookies_politicas a {
    color: white;
    text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
    padding: 10px;
    width: 95%;
}

.team-block__slide:hover .team-block__image-wrapper img {
    opacity: 1;
}

.article-item__date{
    padding-left: 0px;
    margin-left: 0px;
}

.article-item__date:after{
    display: none;
}

.article-item__desc {
    color: #999;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}

.header-full-page {
    display: block;
    bottom: 40px;
}

.top-menu__menu-item:not(:last-child) {
    margin-right: 30px;
}

.header-full-page__contacts .full-screen-block__social-link{
    margin-right: 5px;
    color: #242323;
}

.aba_lateral{
    position: fixed;
    top: 50%;
    z-index: 4;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.aba_lateral .single_aba {
    margin: 8px 0;
    background: #f70034;
    padding: 5px 5px;
}

.aba_lateral .single_aba .icon{
    height: auto;
    width: auto;
}

.aba_lateral .single_aba .icon a{
    font-size: 23px;
    color: #FFFFFF;
    margin: 0;
}

.aba_lateral .single_aba .icon a img{
    width: 40px;
}

.header-full-page .header-full-page__bottom .top-menu{
    margin-left: 5%;
    margin-right: 5px;
}

.rev_slider .tp-revslider-mainul li.tp-revslider-slidesli video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.footer-studio__submit {
    height: 55px;
}

#newsletter_response{
    margin-top: 15px;
}

.header__container{
    background-color: #fff;
}

.pagina_texto .heading-default{
    margin-bottom: 0px;
}

.pagina_texto .container{
    overflow: hidden;
}

#lista_resultados{
    max-width: 800px;
    margin: 20px auto 0;
}

#lista_resultados ul{
    list-style: none;
}

.contact-block__submit-icon {
    margin-top: 0.09em;
}

.link_aux{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-slider{
    z-index: 1;
}

.main-slide.home{
    min-height: 100%;
}

.clear {
    clear: both;
}

legend {
    border: 0;
    margin: 0;
    padding: 20px 0 5px 0;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

fieldset {
    min-width: unset;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.formularios{
    max-width: 880px;
    margin: 15px auto;
    display: block;
    padding: 0 15px;
}

.formularios p a{
    text-decoration: underline;
}

.formularios input[type='text']{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin-top: 0;
    padding:  0 15px;

    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;

    border-radius: 0px !important;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.formularios input[type='text']:focus{
    border-color: #000;
}

.formularios input[type='text'].error{
    border-color: red;
}

.formularios textarea{
    width: 425px;
    max-width: 865px;

    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;

    border-radius: 0px !important;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;

}

.formularios textarea:focus{
    border-color: #000;
}

.formularios textarea.error{
    border-color: red;
}

span.error{
    color: red;
}

.formularios  select{
    width: 70px;
    height: 35px;
    line-height: 35px;
    padding:  6px 5px;


    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;

    border-radius: 0px !important;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;

}

.formularios select:focus{
    border-color: #000;
}

.formularios select.error{
    border-color: red;
}

.formularios  select.larger{
    width: 162px;
    padding:  6px 15px;
    margin: 0 15px 0 0;
}

.formularios label.error {
    color: red;
    text-decoration: underline;
}
.formularios .webform-component-textfield{
    width: 425px;
    float: left;
    margin: 10px 15px 20px 0px;
}

.formularios .webform-component-textfield input{
    width: 100%;
}

.formularios .webform-component-date{
    width: 100%;
    height: 60px;
    float: left;
    margin: 10px 15px 10px 0px;
}
.formularios .container-inline{
    width: 100%;
}

.formularios .container-inline .form-item{
    float: left;
}

.webform-component-textarea{
    width: 100%;
    clear: both;
    margin: 10px 15px 10px 0px;
}
.webform-component-textarea label{
    width: 100%;
}
.webform-component-textarea textArea{
    width: 865px;
}
.webform-component-select{
    width: 100%;
    height: 50px;
    margin: 10px 15px 10px 0px;
}
.webform-component-select .form-item{
    float: left;
    margin-right: 20px;
}
#webform-component-sinistrado{
    width: 865px;
}
#webform-component-data{
    width: 425px;
    float: left;
    margin: 10px 15px 10px 0px;
}
.webform_data{
    width: 425px;
    float: left;
    margin: 10px 15px 10px 0px;
}
.webform_text{
    width: 425px;
    float: left;
    margin: 10px 15px 10px 0px;
}
.webform_text label, .webform_text input{
    width: 100%;
}
#webform-component-com_incapacidade_temporaria_parcial_de{
    width: 100%;
}
#webform-component-com_incapacidade_temporaria_parcial_de label{
    width: 100%;
}
#webform-component-com_incapacidade_temporaria_parcial_de input{
    width: 425px;
    margin-right: 10px;
}

.formularios button{
    margin: 10px 15px 10px 0px;
    border: 0;
    color: white;
    background: #dc002e;
    width: 160px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
}
.formularios button:hover{
    background: #b00000;
}

.form-item.label-floating{
    position: relative;
}

.form-item.label-floating > label{
    top: 7px;
    left: 17px;
    font-size: 14px;
    line-height: 1.42857;
    will-change: left, top, contents;
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
}

.form-item.label-floating.is-focused label,
.form-item.label-floating.label-static label{
    top: -17px;
    left: 5px;
    font-size: 11px;
    line-height: 1.07143;
    margin-bottom: 0px;
}

.form-item.label-floating > select,
.form-item.label-floating > textarea,
.form-item.label-floating > input{
    background-image: linear-gradient(#bd2833, #bd2833), linear-gradient(#7f7f7f, #7f7f7f);
    border: 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

.form-item.label-floating.is-focused > select,
.form-item.label-floating.is-focused > textarea,
.form-item.label-floating.is-focused > input{
    outline: none;
    background-image: linear-gradient(#bd2833, #bd2833), linear-gradient(#7f7f7f, #7f7f7f);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}

.logo.header__logo img{
    width: 165px;
}

.specialization-block__item{
    text-align: center;
}

.slider-homepage li .main-slide{
    background-color: rgba(0,0,0,0.2);
}

.service-block .zoom-services__item {
    /*padding: 30px 32px 75px;*/
    padding: 30px 32px;
}

.service-block .zoom-services__item .zoom-services__item-text a{
    transition: none;
}

.service-block .zoom-services__item .zoom-services__item-text a:hover {
    color: #fff;
    text-decoration: none;
}

.news-masonry-item__image-wrapper{
    background: #f2f2f2;
}

.main-slide__title{
    line-height: 170px !important;
}

.holder_newsletter_home .single-post__title{
    margin-bottom: 20px;
}

.holder_newsletter_home .single-post__intro{
    margin-bottom: 20px;
}

.holder_newsletter_home .footer-studio__form{
    margin-bottom: 50px;
}

.holder_newsletter_home #newsletter_home_response{
    margin-top: 20px;
}

.holder_newsletter_home .holder_checkbox{
    margin-top: 10px;
}

.holder_newsletter_home{
    background-color: #f8f8f8;
    padding: 40px 0 0;
}


@media only screen and (max-height: 775px) {

    .slider-homepage .main-slide__container{
        padding-top: 150px;
    }

    .slider-homepage .main-slide__container .main-slide__title-wrapper{
        margin-bottom: 30px;
    }

    .slider-homepage .main-slide__slide-inner .main-slide__title{
        line-height: 125px !important;
        font-size: 110px !important;
    }

    .slider-homepage .main-slide__text-wrapper:not(:last-child) {
        margin-bottom: 35px;
    }

}


@media only screen and (max-width: 1400px) {

    .header-full-page .header-full-page__bottom .top-menu{
        margin-left: 10%;
    }

    .header-full-page .header-full-page__bottom .top-menu .top-menu__menu-link{
        font-size: 12px;
    }

}

@media only screen and (min-width: 1300px) {

    .header__menu-button{
        display: none;
    }

}

@media only screen and (max-width: 1300px) {

    .header-full-page .header-full-page__bottom{
        text-align: right;
        display: block;
    }

    .header-full-page .header-full-page__bottom .top-menu{
        display: none;
    }

}

@media only screen and (max-width: 992px) {

    #webform-component-sinistrado{
        width: 100%;
    }

    .page__inner.animsition{
        overflow: hidden;
    }

    .slider_servicos{
        min-height: unset;
        margin-top: 130px;
    }

    .slider-homepage .main-slide__slide-inner .main-slide__title{
        line-height: 85px !important;
        font-size: 93px !important;
    }

    .slider-homepage .main-slide__text{
        line-height: 25px !important;
        font-size: 17px !important;
    }

    .helper_img{
        text-align: center;
    }

    .noticia_header{
        padding-top: 180px;
        margin-bottom: 0px;
    }

    .noticia_container{
        margin-top: 70px;
    }

    .main-slider {
        min-height: unset;
    }

    .slider-homepage .slotholder{
        max-height: 100vh;
    }

    .slider-homepage .tp-kbimg{
        display: none;
    }

    .slider-homepage .revolution-slider__slider{
        max-height: 100vh;
    }

    .formularios textarea{
        width: 100%;
    }

    .formularios .webform-component-textfield {
        width: 100%;
        float: none;
    }

    .formularios .webform-component-textfield{
        width: 100% !important;
        float: none;
    }

    #webform-component-data {
        width: 100%;
        float: none;
    }

    #webform-component-data{
        width: 100%;
        float: none;
    }

    .webform_data{
        width: 100%;
        float: none;
    }

    .webform_text{
        width: 100%;
        float: none;
    }

    #webform-component-com_incapacidade_temporaria_parcial_de input{
        width: 100%;
    }

    .webform-component-textarea textArea{
        width: 100%;
    }

    .webform-component-select{
        height: auto;
    }

    .formularios .webform-component-textfield input {
        width: 100% !important;
    }

    .form-checkboxes{
        width: 100% !important;
        padding: 0 !important;
    }

    .webform_data_inline{
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    .formularios .container-inline {
        width: 100% !important;
    }

    .form-item a{
        display: inline;
    }

}

@media only screen and (max-width: 767px) {

    .main-slider__social-link{
        display: none;
    }

    .footer-studio__column {
        padding-right: 60px;
    }

    .main-slider{
        z-index: 6;
    }

    body.page{
        padding: 0 !important;
    }

    body.page .footer_fixed{
        position: relative;
    }

    .webform_text_percent .form-item{
        width: 100% !important;
        float: none !important;
    }

}

@media only screen and (max-width: 650px) {

    .slider_servicos .main-slide__container{
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .header-full-page .header-full-page__bottom .header-full-page__contacts{
        display: none;
    }

    .aba_lateral .single_aba{
        margin: 8px 0;
        padding: 12px 12px;
    }

    .aba_lateral .single_aba .icon a{
        font-size: 22px;
    }

    .slider-homepage .main-slide__slide-inner .main-slide__title{
        line-height: 55px !important;
        font-size: 55px !important;
    }

    .reviews-block {
        padding-top: 70px;
    }

    .reviews-block__slider {
        margin-top: 30px;
    }

    .slider-homepage .main-slide__container{
        padding-right: 40px;
        padding-left: 40px;
    }

    .revolution-slider .tparrows.tp-leftarrow {
        left: -5px !important;
    }

    .revolution-slider .tparrows.tp-rightarrow {
        right: -5px !important;
    }

    .formularios .container-inline .form-item{
        float: none;
        display: inline-block;
    }

    .formularios .webform-component-date{
        float: none;
        width: 100% !important;
        height: auto;
        clear: both;
    }

    .downlo_paper td{
        display: block;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .service-detail__title {
        font-size: 47px;
    }

    .formularios select.larger {
        width: 80px;
        padding: 6px 15px;
        margin: 0 12px 0 0;
    }

}

@media only screen and (max-width: 450px) {

    .slider-homepage .main-slide__slide-inner .main-slide__title {
        line-height: 36px !important;
        font-size: 45px !important;
    }

    .slider-homepage .main-slide__container {
        padding-top: 70px;
    }

    .slider-homepage{
        margin-top: 80px;
    }

    .g-recaptcha{
        transform: scale(0.8);
    }

    .g-recaptcha > div{
        width: 270px !important;
    }

    .webform_checkbox .form-item{
        float: none !important;
    }

    .webform_text_percent .form-item {
        height: auto !important;
        margin-bottom: 20px;
        margin-top: -7px;
    }

}


.news-masonry-item__content {
    padding: 30px 0;
}

.news-masonry-item__image-wrapper {
    background: #fff;
}
.news-masonry-item {
    background: #fff;
}

.news-masonry-item:hover {
    background: #fff;
    color: unset;
}

.news-masonry-item:hover .news-masonry-item__date {
    color: unset;
}

.news-masonry-item__date {
    padding-left: 0;
    margin-left: 0;
}
.news-masonry-item__date:after {
    display: none;
}

.zoom-services__item-text h1,
.zoom-services__item-text h2,
.zoom-services__item-text h3,
.zoom-services__item-text h4,
.zoom-services__item-text h5,
.zoom-services__item-text h6{
    font-family: Teko,Helvetica,sans-serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.zoom-services__item-text h3{
    font-size: 30px;
    line-height: 1;
    color: #000;
}

.zoom-services__item:hover .zoom-services__item-text h3{
    color: #fff;
}

.zoom-services__item:hover .zoom-services__item-text font{
    color: #fff;
}

.zoom-services__item-text ul{
    padding-left: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .news-masonry-item__title {
        min-height: 220px;
    }
}



@media screen and (max-width: 1200px) {
    .news-masonry-item__text {
        min-height: 45px;
    }
}

@media screen and (max-width: 1020px) {
    .news-masonry-item__text {
        min-height: 45px;
    }
}


@media screen and (max-width: 650px) {
    
    .header__container{
        padding-top: 20px;
    }
    
    .slider-homepage{
        margin-top: 50px;
    }
    
    .slider-homepage .revolution-slider__slider {
        max-height: 100vh;
        height: 460px !important;
    }
    
}

@media screen and (max-width: 575px) {
    .news-masonry-item__title {
        min-height: unset;
    }

    .news-masonry-item__text {
        min-height: unset;
    }
}


@media screen and (max-width: 450px) {
    
    .slider-homepage .revolution-slider__slider {
        max-height: 100vh;
        height: 380px !important;
    }
    
    .slider-homepage{
        margin-top: 90px;
    }
    
}

.fakebanner_noticia{
    height: 80px
}

.single-post .single-post_img{
    margin-bottom: 76px;
}

.single-post .single-post__title{
    font-family: 'verdana';
    font-size: 45px;
    line-height: 1.3;
}

.single-post .single-post__text{
    font-family: 'ebrima';
}


.footer_fixed{
    position: relative;
}

.page{
    padding-bottom: 0 !important;
}