/* AJUSTES GERAIS DA PÁGINA */

hr {
    border: none;
    border-bottom: 3px solid #00AFEF;
    width: 75px;
}


/* .txt {
    font-family: Arial, Helvetica, sans-serif !important;
}

.title {
    font-family: Times, serif !important;
} */

.text-shadow {
    text-shadow: 2px 2px 30px #000000;
}


/* .f-times {
    font-family: 'Times New Roman', Times, serif;
} */


/* MENU */

nav {
    position: fixed;
    top: 0;
    background-color: #3b455f78 !important;
    box-shadow: none !important;
    transition: all .7s;
}

nav.active {
    background-color: #02001cde !important;
}

nav.nav_sobre {
    background-color: #02001cde !important;
}

span.social-topo {
    position: fixed;
    top: 15px;
    right: 3vw;
    max-width: 100% !important;
    z-index: 6;
    background-color: transparent !important;
}

span.social-topo img,
.sidenav IMG {
    max-height: 25px;
    position: relative;
    top: 5px;
}

span.social-topo {
    z-index: 7;
}

nav a.brand-logo {
    z-index: 7;
    text-align: center;
}

nav a.brand-logo img {
    max-width: 80% !important;
    transition: all .7s;
}

@media(max-width: 1260px) {
    nav a.brand-logo img {
        max-height: 50px !important;
    }
}

nav li a.btn_faleConosco {
    border-radius: 3px;
}

.carousel .indicators .indicator-item {
    background-color: #01579b;
    height: 18px;
    width: 18px;
    margin: 24px 10px !important;
}

.carousel .indicators .indicator-item.active {
    background-color: #00b0ff;
    box-shadow: .1px .1px 10px #00b0ff;
}

nav ul li a:hover span {
    border-bottom: 2px solid #00afef;
}

nav ul li a .active {
    border-bottom: 2px solid #00afef;
}

.sidenav-trigger {
    position: fixed !important;
    top: 45px !important;
    left: 5px !important;
    transition: all .7s;
}

@media(min-width: 992px) {
    nav {
        z-index: 6;
    }
}

@media(max-width: 992px) {
    nav .menu-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    nav {
        padding-top: 20px;
        line-height: 64px;
    }
    span.social-topo {
        position: initial;
        display: inline-block;
        width: 100%;
        text-align: center;
        border-color: transparent !important;
    }
}


/* HEADER */

.banner-index {
    /* background-size: cover;
    min-height: 100vh;
    padding-top: 70vh; */
}

.carousel .indicators .indicator-item {
    background-color: transparent;
    border: 1px solid white;
    height: 15px;
    width: 15px;
}

.carousel .indicators .indicator-item.active {
    background-color: #fff;
    box-shadow: .1px .1px 5px #fff;
}

.banner-index a {
    /* background: transparent;
    border: 1px solid cyan;
    font-size: 20px; */
}

.banner-index p {
    /* padding-left: 5%;
    padding-right: 5%; */
}

.banner-sobre {}


/* PÁGINA DOCUMENTOS */

.banner-documentos {
    background-size: cover;
    min-height: 550px;
    padding-top: 250px;
    background-position: center center;
}


/* COMO FUNCIONA */

@media(max-width: 990px) {
    .comoFunciona img {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* NOME COMPLETO */

.banner-nome {
    background-image: url(../images/banner_seunome.png);
    background-size: cover;
    width: 100% !important;
}

.text-box {
    position: relative;
    right: 10% !important;
    margin: none;
}

@media(max-width:990px) {
    .banner-nome {
        background-image: none;
        background-color: #3b455f;
        min-height: initial !important;
    }
    .title_nossasCertificacoes {
        margin: 10px !important;
    }
}


/* BOTÃO "Ver mais" DO BANNER */

.vermais a {
    background: transparent;
    border: 3px solid #0e3a66;
    color: #0e3a66;
    outline: none;
    border-radius: 5px;
}


/* COR DOS CARDS */

.bluedark {
    /* background-color: #323554; */
    background-color: #000921;
}

.bluedark-text {
    color: #000921 !important;
}

.bluePadrao {
    background-color: #000921;
}


/* PROCESSOS INDEX */

.processos_index hr {
    border: none;
    border-bottom: 2px solid #CAA86C;
}


/* DÚVIDAS */

.duvidas img {
    position: relative;
    top: 1px;
}

.darkblue {
    color: #0C3E67;
}


/* VIDEOS */

.background-video {
    background-image: url(../images/greybar_video.png);
    background-position: center;
    background-size: 100% 70px;
    background-repeat: no-repeat;
}


/* CONTATOS */

.vermapa a {
    border: none;
    background-color: #0C3E67;
}

.vermapa .text_verMapa {
    display: inline-block;
    min-width: 70px;
}

.vermapa a img {
    padding: 10px;
    position: relative;
    right: -30px;
    min-height: 45px;
}

@media(min-width: 520px) AND (max-width: 600px) {
    .vermapa a img {
        right: -50px;
    }
}


/* FORM */

.form_index .input-field:nth-last-of-type(6),
.form_contatos .input-field:nth-last-of-type(5),
.form_contatos .input-field:nth-last-of-type(3) {
    padding-left: 0px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.form_index .input-field:not(.form_contatos):nth-last-of-type(5),
.form_contatos .input-field:nth-last-of-type(3) {
    padding-right: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width: 600px) {
    .form_index .input-field:nth-last-of-type(6),
    .form_index .input-field:nth-last-of-type(5) {
        padding: 0;
        margin: 0;
    }
}

.form_index textarea {
    min-width: 103% !important;
    min-height: 150px;
}

.form_contatos textarea {
    min-height: 80px;
}

.form_index input,
.form_send_doc select,
.form_index textarea {
    border: 1px solid #999 !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    background-color: transparent;
    color: #9e9e9e;
}

.form_index label {
    padding-left: 10px !important;
}

.form_index label.active {
    color: #03a9f4 !important;
}

.form_index button {
    border: none;
    border-radius: 4px;
    padding-bottom: 1px;
    max-height: 26px !important;
    line-height: 26px;
    margin-left: 7px;
}

.form_index button img {
    float: right;
    padding: 2px 10px;
    margin: 0 !important;
    position: relative;
    left: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 26px;
}

input[type="text"].valid:not(.browser-default),
input[type="text"].valid:not(.browser-default):focus,
input[type="email"].valid:not(.browser-default),
input[type="email"].valid:not(.browser-default):focus {
    border-bottom: 1px solid #03a9f4;
    -webkit-box-shadow: 0 1px 0 0 #03a9f4;
    box-shadow: 0 1px 0 0 #03a9f4;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #03a9f4;
    -webkit-box-shadow: 0 1px 0 0 #03a9f4;
    box-shadow: 0 1px 0 0 #03a9f4;
}


/* PÁGINA SOBRE */

@media(max-width: 990px) {
    .comoFunciona img {
        padding-left: 5%;
        padding-right: 5%;
    }
    .sobre .flex-col-right-center {
        justify-content: center !important;
        align-items: center !important;
    }
}

.processos_index hr {
    border: none;
    border-bottom: 2px solid #CAA86C;
}


/* SOBRE SECOND */

.sobre_second {
    /* background-color: #02001c; */
}

@media(max-width:600px) {
    .sobre_second .item {
        text-align: center;
    }
}


/* EQUIPE */

.equipe {
    background-color: #fff;
}

.equipe .title {
    color: #02001c;
}

.equipe .oab_text {
    color: #01274c;
}

.equipe img {
    border: 5px solid #02001c;
    object-fit: cover;
}

@media(min-width: 600px) {
    .equipe .equipe_container_img {
        min-height: 400px;
    }
}

@media(max-width:600px) {
    .equipe .item {
        text-align: center;
    }
    .equipe .equipe_container_img {
        align-items: center !important;
    }
}


/* PÁGINA DOCUMENTOS */

.send_doc .title p {
    max-width: 600px;
    display: inline-block;
}

.send_doc .form_send_doc form {
    max-width: 800px;
    margin: 0 auto;
}

.send_doc .input-field:nth-last-of-type(6),
.send_doc .input-field:nth-last-of-type(8) {
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px !important;
}

.send_doc .input-field:nth-last-of-type(5),
.send_doc .input-field:nth-last-of-type(7) {
    padding-right: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.input-field {
    z-index: 997;
}

.file-field {
    z-index: 1;
}

.file-path {
    z-index: 997;
}

.file-field .btn {
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 47px;
    border-left: 1px solid transparent;
}

.file-field input::placeholder {
    color: #666 !important;
}

.file-field .file-path-wrapper {
    padding-left: 1px;
}

@media(max-width: 600px) {
    .send_doc .input-field:nth-last-of-type(8),
    .send_doc .input-field:nth-last-of-type(7),
    .send_doc .input-field:nth-last-of-type(6),
    .send_doc .input-field:nth-last-of-type(5) {
        padding: 0 !important;
        margin: 0 !important;
    }
}


/* MODELOS */

.modelos h4.title_item {
    color: #263457;
    min-height: 45px;
}

.modelos p {
    min-height: 45px;
}

.modelos hr {
    width: 85%;
    border: none;
    border-bottom: 2px solid #263457;
    float: left;
    margin-top: 50px;
}

.modelos hr.cem {
    width: 100%;
}

.modelos span.border-right {
    display: block;
    float: right;
    width: 1px;
    height: 70px;
    background-color: transparent;
    border-right: 2px solid #263457;
    position: relative;
    top: -35px;
}

.modelos span.border-right.inativo {
    border-right: 2px solid transparent;
}

@media(max-width: 1200px) {
    .modelos span.border-right {
        left: 10px;
    }
}

@media(max-width: 600px) {
    .modelos .item2,
    .modelos .item3 {
        padding: 20px !important;
    }
    .modelos .item5 {
        padding-left: 0px !important;
    }
}

* {
    font-family: 'futura' !important;
}

@font-face {
    font-family: 'futura';
    src: url(../fonts/futura.ttf);
}


/* @font-face {
    font-family: 'deluxebold';
    src: url(../fonts/deluxebold.ttf);
}

.font-deluxe {
    font-family: 'deluxebold' !important;
} */