body{
    /*font-family: 'Big Shoulders Text', cursive;*/
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #F5C431;
}

::selection {
    background-color: #F5C431;
    color: #fff;
}

.zoom-slider__filter-link{
    color: #595964;
}

.main-slide .tp-loop-wrap .tp-mask-wrap .main-slide__text{
    font-size: 18px;
    line-height: 25px;
}

.main-slide__link{
    color: #F5C431;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 22px;
}

.main-slide__link:hover{
    color: #F5C431;
}

.projects-block__slide-title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
}

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

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-weight: 700;
    display: inline-block;
    padding: 5px 0px;
    font-size: 12px;
    color: #000000;
    line-height: 31.8px;
    margin-bottom: 11px;
    margin-top: 11px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    /*background-color: red;*/
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.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%;
}

.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;
    padding-top: 90px;
}

.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: 0 auto;
    display: block;
}

.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: 300px;
}

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

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

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

.header__container{
    padding-top: 15px;
}

.heading-smallest.medium{
    font-size: 29px;
    line-height: 27px;
    text-transform: unset;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 500;
}

.heading-smallest.bigger{
    font-size: 34px;
    color: #595964;
    letter-spacing: 0;
    line-height: 39px;
    text-transform: unset;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
}

.heading-default__title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 30px;
}

.article-listing-item__title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 25px;
    color: #595964;
}

.contact-block__place{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 40px;
}

.heading-smallest a,
.heading-smallest a:hover{
    color: #F5C431;
    text-transform: none;
}

.project-detail__title{
    line-height: 50px;
}

.project-detail__navigation-link.none{

}

.project-detail__navigation-link.none .project-detail__navigation-link-image{
    display: none;
}

.project-detail__navigation-link.none .project-detail__navigation-link-text{
    display: none;
}

.oferta_block .article-listing-item__cover {
    width: 60%;
}

.oferta_block .article-listing-item__content {
    width: 40%;
    padding: 60px 35px 55px;
}

.specialization-block__item-text{
    font-family: Helvetica;
}

.specialization-block__item-link.link{
    font-family: Helvetica;
    color: #666;
}

.projects-block__filter-link{
    font-family: Helvetica;
    font-size: 14px;
}

.projects-block{
    padding-top: 60px;
    padding-bottom: 50px;
}

a:not([class]):hover {
    color: #F5C431;
}

.projects-block .link_aux{
    font-size: 18px;
    line-height: 27px;
    text-transform: unset;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 500;
    margin-top: 40px;
}

.footer-studio__group-title{
    font-family: 'Big Shoulders Text', cursive;
    font-size: 21px;
}

.parallax-block__title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 125px;
}

.swiper-slide-thumb-active .zoom-slider__button-title{
    color: #000000;
}

.zoom-slider__button-title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

.zoom-slider__button:hover .zoom-slider__button-title{
    color: #F5C431;
}

.simple-slider__slide img {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    max-height: 550px;
}

.zoom-slider__title{
    font-size: 29px;
    line-height: 27px;
    text-transform: unset;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 500;
    background: none;
    color: #000;
}

.link_active {
    color: #F5C431;
}

.link:hover {
    color: #F5C431;
}

.project-detail__footer-link{
    font-family: 'Big Shoulders Text', cursive;
    color: #F5C431;
    font-size: 36px;
}

.project-detail__footer-link:hover{
    color: #F5C431;
}

.contact-block__submit {
    color: #F5C431;
}

.zoom-slider__button{
    height: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider-produtos .zoom-slider__button{
    height: 130px;
}

.zoom-slider__filter{
    text-align: right;
}

.zoom-slider__filter-link{
    font-family: Helvetica;
    font-size: 14px;
    text-transform: unset;
    font-weight: 400;
}

.counter-block__card{
    border: none;
}

.counter-block__card-value{
    color: #F5C431;
}

.zoom-counter {
    padding: 170px 0 60px;
}

.counter-block__card-description{
    color: #595964;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 26px;
}

.counter-block__card-title {
    color: #595964;
    font-family: 'Big Shoulders Text', cursive;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 85px;
}

.project-detail__head-item-link_linkedin{
    color: #1446CA;
}

.project-detail__head-item-link_email{
    color: #5F62DA;
}

.article-listing-item:hover{
    background-color: #F5C431;
}

.img_historia{
    width: 111px;
    height: 111px;
    position: relative;
}

.img_historia img{
    position: relative;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.helper_cats{
    margin-top: 20px;
}

.helper_cats .projects-block__filter-link {
    margin-right: 20px;
}

.specialization-block__item-title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 37px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.project-detail__title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 31px;
}

.menu-panel__menu-item{
    font-family: Helvetica;
}

.project-detail__head-item-link:hover {
    color: #F5C431;
}

.specialization-block {
    padding-top: 100px;
}

.parallax-block__label{
    font-family: 'Big Shoulders Text', cursive;
}

.main-slide__title{
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 600;
    font-size: 115px;
    line-height: 115px;
    margin-bottom: 30px;
}

.main-slide_size_large .main-slide__text-wrapper{
    max-width: 100%;
}

.project-detail {
    padding-top: 70px;
}

.counter-block{
    padding-bottom: 50px;
}

.slider_interno{
    min-height: 0;
    margin-top: 80px;
}

.page__inner{
    overflow: hidden;
}

.article-listing-item__continue {
    font-family: 'Big Shoulders Text', cursive;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

.articles-list {
    margin-bottom: 40px;
}
.simple-slider .swiper-pagination-custom {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.simple-slider .swiper-pagination-custom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.simple-slider .swiper-pagination-custom .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-left: 11px !important;
    margin-right: 11px !important;
    background: #fff !important;
    opacity: 0.5 !important;
    transition: opacity 0.3s;
}

.simple-slider .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.simple-slider .swiper-pagination-custom .swiper-pagination-bullet:hover {
    opacity: 1 !important;
}

.specialization-block__item .specialization-block__item-img{
    width: 111px;
    height: 111px;
    position: relative;
}

.specialization-block__item .specialization-block__item-img img{
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}


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

    .slider_homepage .main-slide__title{
        font-family: 'Big Shoulders Text', cursive;
        font-size: 115px !important;
        line-height: 115px !important;
        font-weight: 600 !important;
    }

    .main-slide__text{
        line-height: 32px !important;
    }

}

@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: 105px !important;
        font-size: 133px !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 (max-width: 1200px) {

    body.page .footer_fixed{
        position: relative;
    }

    body.page{
        padding: 0 !important;
    }

    .zoom-slider__button{
        height: 220px;
    }

    .main-slider__socials{
        display: none;
    }

}

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

    .main-slide__title-wrapper{
        margin-bottom: 28px;
    }

    .slider_homepage .main-slide__title {
        font-size: 100px !important;
        line-height: 90px !important;
        font-weight: 600 !important;
    }

    .main-slide__container{
        padding-top: 90px;
    }

}

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

    .slider-homepage .main-slide__slide-inner .main-slide__title{
        line-height: 75px !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-slide__title-wrapper{
        margin-bottom: 20px;
    }

    .main-slide__title{
        line-height: 85px !important;
        font-size: 80px !important;
    }

    .main-slide__container{
        padding-top: 50px;
    }

    .parallax-block__title{
        font-size: 100px;
    }

}

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

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

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

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

    .main-slide__title{
        font-size: 90px;
        line-height: 90px;
    }

    .projects-block__header .row{
        display: block;
    }

    .helper_cats {
        margin-top: 20px;
        width: 100%;
        clear: both;
        max-width: 100%;
    }

    .parallax-block__title {
        font-size: 60px;
    }

    .main-slide__title {
        line-height: 65px !important;
        font-size: 60px !important;
    }
    
    .simple-slider__slide img {
        max-width: 100%;
        max-height: 290px;
    }

}

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

    .main-slide__title{
        font-size: 70px;
        line-height: 70px;
    }

    .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: 45px !important;
        font-size: 55px !important;
    }

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

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

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

    .slider_homepage .main-slide__title {
        font-size: 55px !important;
        line-height: 65px !important;
    }

    .zoom-slider__button {
        height: 170px;
    }

    .zoom-slider__slide{
        height: 450px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .project-detail .simple-slider__control_prev{
        left: -10px;
        z-index: 999;
    }

    .project-detail .simple-slider__control_next{
        right: -10px;
        z-index: 999;
    }

    .project-detail .simple-slider > .swiper-container{
        padding: 0 30px;
    }
    
}

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

    .main-slide__title{
        font-size: 55px;
        line-height: 55px;
    }

    .simple-slider__slide img {
        max-height: 170px;
    }

}
