/*
Theme Name: D6
Theme URI: http://trine.com.br
Author: Trine
Author URI: http://trine.com.br
Description: Tema da empresa Trine para uso exclusivo de seus clientes. É proibida qualquer outra forma de comercialização ou distribuição do mesmo.
Version: 1.0
Text Domain: d6
Tags: exclusivo, mobile, mobile first, google, materializecss, owlcarousel
Este é um de nossos temas base padrão, cada projeto é desenvolvido de forma única e exclusiva de acordo com as necessidades de nossos clientes.
*/

html {
    scroll-behavior: smooth;
}
.capa {
    min-height: 506px;
    background-image: url(../d6/img/fundo-heros.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 180px;
}
a.sidenav-trigger {
    float: right;
    color: black;
    margin-top: 5px;
}
.destaques {
    margin-top: -65px;
}
.destaques h4 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}
.destaques p {
    font-size: 13px;
    margin: 0;
}
.destaques .col {
    padding: 1rem;
}
.destaques .destaque-card {
    border-radius: 4px;
    filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.12));
    min-height: 250px;
    padding: 45px;
    display: grid;
    place-items: center;
    background-color: white;
}
.destaques img {
    margin: 0;
}
.tabs .tab {
    display: block;
    text-align: left;
}
.tabs {
    height: unset;
    background-color: transparent;
}
.tabs .tab a {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    color: #515151;
    opacity: 0.64;
}
.tabs .indicator {
    display: none;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: unset;
}
.servico-card h2 {
    color: #236F90;
    font-size: 26px;
    font-weight: 900;
}
.servico-card {
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #CCCCCC;
    margin-top: 3rem;
}
.servicos {
    margin-top: 3rem;
}
.tabs .tab a.active {
    color: #236f90;
    opacity: 1;
    border-left: 7px solid;
}
.depoimentos {
    margin-top: 3rem;
}
.depoimentos-carousel p {
    padding-left: 40px;
    font-size: 14px;
    font-style: italic;
}
.diferenciais img {
    height: min-content;
    margin-right: 1rem;
}

.form-area {
    filter: drop-shadow(-2px 2px 6px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
    margin-top: -4rem;
    position: absolute;
    right: 0;
    left: 0;
    top: -2rem;
}
.fale-conosco {
    padding: 52px;
    background-image: url(../d6/img/fundo-fale-conosco.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    min-height: 400px;
}
.formulario {
    background: white;
    padding: 52px;
    min-height: 400px;
}
.contato .col {
    padding: 0;
}
.contato {
    height: 600px;
    background-image: url(../d6/img/mapa.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 300px;
}
.mapa {
    height: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.nf-field-container {
    margin-bottom: 0!important;
}
.nf-form-content textarea.ninja-forms-field {
    height: 80px!important;
    margin-top: 12px;
}
footer img {
    margin: 0;
}
.anchor {
    margin-top: -67px;
    padding-top: 67px;
}


@media only screen and (max-width: 993px) {
    .capa {
        min-height: 276px;
        padding-top: 100px;
    }
    p {
        word-break: break-all;
    }
    .form-area {
        margin-top: -20rem;
        position: inherit;
    }
} 
@media only screen and (min-width: 993px) {
    nav .painel a, nav .remoto a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 6px;
        letter-spacing: 1px;
        border: 1px solid;
        padding: 0px 11px;
        line-height: 40px;
        margin-top: 14px;
        border-radius: 2px;
        color: #236f90;
        transition: all .3s;
    }
    nav.active .painel a, nav.active .remoto a {
        margin-top: 24px;
        transition: all .3s;
        line-height: 40px;
    }
    nav .painel a:hover, nav .remoto a:hover {
        text-decoration: none;
        background-color: #236f90;
        color: white;
    }
    nav .painel a {
        background-color: #236f90;
        color: white;
    }
    nav .painel a:hover {
        color: #236f90;
        background-color: white;
    }
    .diferenciais .col {
        display: flex;
        height: 200px;
        padding-right: 2rem;
    }
}