/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    scroll-behavior: smooth;
}

#reconhecimento{
    position: relative;
    top: -50px;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.nav>div {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav>div li a {
    color: #203646;
    outline: none;
    position: relative;
    text-transform: uppercase;
    font-size: calc(0.5em + 0.4vw);
}

.nav>div li a.border_t:after {
    position: absolute;
    content: "";
    left: 0px;
    top: -5px;
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    background: #203646;
    background: #203646;
    background: #203646;
}

.nav>div li a.border_t:hover:after {
    position: absolute;
    content: "";
    left: 0px;
    top: -5px;
    height: 2px;
    width: 100%;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    background: #203646;
    background: #203646;
    background: #203646;
}

.nav>.uk-navbar-sticky {
    position: relative;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.nav>.uk-navbar-sticky li a {
    color: #203646;
}

.uk-offcanvas {
    background-color: rgba(0, 0, 0, 0.8);
}

.uk-offcanvas-bar {
    background-color: #002631;
}

.uk-nav-default {
    margin-top: 50px !important;
}

.logo_mobile {
    position: relative;
    height: 80px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.logo_mobile img {
    width: auto;
    height: 85px;
}

.logo_mobile a {
    padding-right: 15px;
}

.bg_main {
    padding-top: 130px;
    background-image: url("../img/bg_fundo.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.cinza_theme p {
    position: relative;
    color: #d2d2d2;
    line-height: 17px;
    margin: 10px 0px;
    font-weight: 100;
    line-height: 1.5em;
    text-align: justify;
    text-justify: auto;
    font-size: 1.3em;
}


/*Equipe*/

.bg_equipe {
    padding: 100px 0px;
    background-image: url("../img/bg_advogados.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.equipe_img {
    -webkit-box-shadow: -45px -45px 0px -29px #223748;
    box-shadow: -45px -45px 0px -29px #223748;
    margin-left: 16px;
    margin-top: 24px;
    width: 250px;
}

.equipe_img:hover {
    cursor: pointer;
    filter: brightness(55%);
}

.modal_foto {
    -webkit-box-shadow: -45px -45px 0px -29px #223748;
    box-shadow: -45px -45px 0px -29px #223748;
    margin-left: 16px;
    margin-top: 24px;
}

.padding_16px {
    padding-left: 16px;
}

.title_modal {
    position: relative;
    right: 0px;
    width: 100%;
    height: 40px;
}

.fundador {
    right: 0px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    height: 100px;
    max-width: 350px;
}

.fundador h2 {
    text-align: left;
    margin: 0px;
    background: -webkit-linear-gradient(#d4d4d4, #eeeeee, #c3c3c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 26px;
}

.fundador img {
    height: auto;
    width: 220px;
}

.reconhecimento img {
    height: auto;
    width: 320px;
}

.reconhecimento {
    left: 0px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    height: 100px;
    max-width: 350px;
}

.reconhecimento h2 {
    text-align: left;
    margin: 0px;
    background: -webkit-linear-gradient(#d4d4d4, #eeeeee, #c3c3c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 26px;
}

.perfil {
    padding-left: 16px;
    border: 0.15em solid #eaeaea;
    border-left: none;
    border-bottom: none;
    margin-top: calc(1.45% + 0.55em);
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.perfil h2 {
    padding: 0px;
    margin: 0px;
    color: #d4d4d4;
    text-align: left;
    font-size: calc(1.5em + 0.5vw);
}

.perfil h6 {
    padding: 0px;
    margin: 0px;
    color: #d4d4d4;
    text-align: left;
    font-size: calc(0.8em + 0.4vw);
    margin-bottom: 25px;
}

.switcher_bloco {
    position: relative;
    left: -15px;
}

.uk-subnav img {
    position: relative;
    z-index: 2;
}

.uk-subnav li a {
    width: 100%;
    position: relative;
    max-width: 200px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.border_pill {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    max-width: 200px;
    border: 1px solid #c3c3c3;
    padding: 10px;
    color: #d2d2d2;
    z-index: 1;
}

.border_pill:hover,
.border_pill:focus,
.uk-active .border_pill {
    background: -webkit-gradient(linear, left top, right top, from(#d4d4d4), color-stop(#eeeeee), to(#c3c3c3));
    background: -o-linear-gradient(left, #d4d4d4, #eeeeee, #c3c3c3);
    background: linear-gradient(to right, #d4d4d4, #eeeeee, #c3c3c3);
    color: #324752;
}

.uk-switcher li {
    color: #e0e0e0;
    text-align: justify;
    text-justify: auto;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.5em;
}

.nossa_equipe p {
    text-align: center;
    color: #203646;
    font-size: 1.5em;
    font-weight: 700;
}



/*REconhecimento*/

.bg_reconhecimento {
    background-color: #334752;
}

.padding_reconhecimentos {
    padding-left: 16px;
    padding-right: 16px;
}

.border_lb_recon {
    border-left: 5px solid #c3c3c3;
    border-bottom: 5px solid #c3c3c3;
    margin-left: 0px;
    padding-bottom: 25px;
}

.border_lb_recon:before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0px;
    height: 125px;
    width: 5px;
    background-color: #c3c3c3;
}

.icon_reconhecimento img {
    width: auto;
    height: 7em;
}

.border_top {
    border-top: 5px solid #c3c3c3;
}

.title_reconhecimento {
    height: 280px;
}

.title_reconhecimento h2 {
    text-align: right;
    margin: 0px;
    color: #ddd;
    font-weight: 700;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transform: rotate(-90deg);
    width: 240px;
    left: -80px;
    top: 17px;
    height: 100%;
}

.icon_reconhecimento p {
    font-size: 15px;
    padding-left: 35px;
    text-align: left;
    line-height: 30px;
    color: #fff;
}

.traco_3 {
    position: relative;
    padding-bottom: 60px;
}

.traco_3 img {
    position: absolute;
    left: 120px;
    width: auto;
    height: 340px;
}

.bg_areas_de_atuacao {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 750px;
    position: relative;
    z-index: 2;
    top: 0px;
    padding: 35px 0px;
}

.box_area_atuacao {
    border: 1px solid #203646;
    width: 100%;
    max-width: 350px;
    height: 300px;
    margin-bottom: 30px !important;
}

.box_area_atuacao img {
    width: auto;
    height: 70px;
}

.box_area_atuacao h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 20px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #203646;
}

.box_area_atuacao p {
    color: #203646;
    display: block;
    font-size: 0.9em;
    padding-left: 20px;
    padding-right: 20px;
}

.box_area_atuacao a {
    color: #203646;
    display: block;
}

.bg_footer {
    position: relative;
    margin-top: 0px;
    background-color: #203646;
    min-height: 650px;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 1;
}

.footer_text h2 {
    color: #fff;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 900;
    text-transform: uppercase;
}

.footer_text p {
    color: #fff;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.border_footer {
    position: relative;
}

.icon_navbar li {
    margin-right: 15px;
    margin-bottom: 15px !important;
}

p.texto_rodape {
    margin-top: 3px;
    color: #919ba4;
	text-align: justify;
}

p.texto_endereco {
    line-height: 1.5;
   }

.border_footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(#d4d4d4, #eeeeee, #c3c3c3);
    bottom: -10px;
    left: 0px;
}

.footer_form_text input:not(.enviar) {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    padding-left: 15px;
}

.ativar_t {
    border: 1px solid red !important;
}

.mensagem {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px;
    color: #919ba4;
    width: 100%;
    height: 150px;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: Arial, Helvetica, sans-serif !important;
}

.mensagem::placeholder {
    font-family: Arial, Helvetica, sans-serif !important;
}

.mensagem::-webkit-input-placeholder {
    color: #fff;
}

.mensagem::-moz-placeholder {
    color: #fff;
}

.mensagem:-ms-input-placeholder {
    color: #fff;
}

.mensagem::-ms-input-placeholder {
    color: #fff;
}

.mensagem::placeholder {
    color: #fff;
}

.enviar {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: #fff;
    text-align: right;
}


/*ICON*/

.icon_title {
    width: 100% !important;
    height: auto;
    position: relative;
    display: block !important;
    padding-bottom: 25px;
    background-image: url("../img/triangulo.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    text-align: center;
    word-wrap: break-word !important;
}

.icon_title span {
    word-wrap: break-word !important;
    width: 100% !important;
    color: #d4d4d4;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

.icon_title::before,
.icon_title::after {
    content: "";
    position: absolute;
    top: 90%;
    max-width: calc(17% - (50px / 2));
    border-bottom: 4px solid #e5e5e5;
}

.icon_title::before {
    right: calc(50% + (50px / 2));
    width: 100%;
}

.icon_title::after {
    left: calc(50% + (50px / 2));
    width: 100%;
}

.color_title_azul::before,
.color_title_azul::after {
    border-bottom: 4px solid #223748;
}

.color_title_azul span {
    background: -webkit-linear-gradient(#223748, #223748, #223748);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color_title_azul {
    position: relative;
    display: block;
    max-height: 125px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("../img/triangulo_azul.png");
}

.bg_icon {
    width: 100vw;
}

.text_off_canvas_modal {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 100;
    text-align: justify;
    text-justify: auto;
}


/*modal*/

.modal {
    position: relative;
    /* 2 */
    box-sizing: border-box;
    margin: 0 auto;
    width: 950px;
    padding: 0px;
    /* 3 */
    max-width: calc(100% - 0.01px) !important;
    /* 4 */
    background: #fff;
    padding: 25px 2em;
    /* 5 */
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
    background: #223748;
}

.uk-open>.modal {
    opacity: 1;
    transform: translateY(0);
}

.scroll {
    position: relative;
    top: -30px;
}


/*OFFCANVAS*/

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -100%;
}

.uk-offcanvas-bar-animation {
    -webkit-transition: left .3s linear;
    -o-transition: left .3s linear;
    transition: left .3s linear;
}

@media screen and (max-width: 1265px) {
    .perfil {
        margin-top: 2.4%;
    }
}

@media screen and (max-width: 1147px) {
    .perfil {
        margin-top: 2%;
    }
}

@media screen and (max-width: 1033px) {
    .perfil {
        margin-top: 1.8%;
    }
}

@media screen and (max-width: 996px) {
    .perfil {
        margin-top: 1.7%;
    }
}

@media screen and (min-width: 996px) {
    .bg_icon>div {
        display: flex;
        align-items: center;
    }
}