* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0px;
    padding-right: 0px;
}

.mobile {
    display: none;
}

/* Cabeçalho */

.navbar {
    background-color: #fff !important;
    padding: 1em;
}

.navbar ul li a {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    transition: color .3s ease-in-out;
}

.navbar ul li a:hover {
    color: rgba(0,0,0,0.6) !important;
}

.navbar-light .navbar-toggler {
    color: #000;
    border: none !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}

/* Slide */

.carousel-inner img {
    -webkit-filter: brightness(40%);
    filter:brightness(40%);
    height: 85vh;
    min-width: 100%;
    object-fit: cover;
}

.carousel-caption {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    text-align: center;
    z-index: 10;
}

.carousel-caption h4 {
    font-size: 2.5em;
}

.carousel-caption p {
    font-size: 1.1em;
}

/* Quem Somos */

#quemsomos {
    padding: 2em 0em;
}

#quemsomos .col-lg-5, #quemsomos .col-lg-7 {
    padding: 0em 2em;
}

#quemsomos .col-lg-7 h2 {
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 2.5em;
    margin-bottom: 0.75em;
}

#quemsomos .col-lg-7 h2:after {
    background-color: #000;
    content: " ";
    display: block;
    height: 2px;
    margin-left: 188px;
    width: 65px;
}

#quemsomos .col-lg-7 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    text-align: justify;
}

#quemsomos .col-lg-5 {
    align-content: center;
    display: grid;
}

#quemsomos .col-lg-4 img {
    float: right;
}

/*Áreas de Atuação */

#atuacao {
    background-color: #000;
    padding-bottom: 2em;
}

#atuacao .areas {
    padding: 1.5em;
}

#atuacao .titulo {
    padding: 2em 1em 1em 1em;
}

#atuacao .titulo h2 {
    color: #fff;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 2.3em;
}

#atuacao .titulo h2:after {
    background-color: #fff;
    content: " ";
    display: block;
    height: 2px;
    margin-left: 270px;
    width: 39px;
}

#atuacao .areas .col-lg-12 {
    margin-bottom: 1em;
    padding: 0em 1em;
}

#atuacao .areas div.preto {
    border: 1px solid #fff;
    color: #fff;
    height: 90%;
    font-family: 'Montserrat', sans-serif;
    padding: 1em;
}

#atuacao .areas div.branco .texto {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    height: 90%;
    font-family: 'Montserrat', sans-serif;
    padding: 1em;
}

#atuacao .areas .col-lg-4, #atuacao .areas .col-lg-8 {
    align-content: center;
    display: grid;
    padding: 1em;
}

#atuacao .areas div .imagem img {
    width: 400px;
}

#atuacao .areas div .texto h4 {
    font-weight: 700;
}

#atuacao .areas div .texto p {
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
}

/* Contato */

#contato {
    background-color: #4a4948;
}

#contato .row .col-lg-6 {
    padding: 2em;
}

#contato .row .texto {
    color: #fff;
}

#contato .row .texto h2 {
    color: #fff;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 2.5em;
    margin-bottom: 1em;
}

#contato .row .texto h2:after {
    background-color: #fff;
    content: " ";
    display: block;
    height: 2px;
    margin-left: 193px;
    width: 65px;
}

#contato .row .formulario {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#contato .row .formulario p {
    text-align: center;
}

#contato .row .formulario input, #contato .row .formulario textarea {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 1.5rem;
}

#contato .row .formulario input:focus, #contato .row .formulario textarea:focus {
    border: 1px solid #fff;
    box-shadow: none !important;
}

#contato .row .formulario button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
}

#contato .row .formulario span {
    display: block;
    font-size: 11px;
    font-weight: lighter;
    margin-top: 1em;
}

/* Ícones */
.icones-fixos {
    position: fixed;
    bottom: 13px;
    left: 13px;
    z-index: 999;
}

.icones-fixos img {
    margin-top: 1em;
    width: 35px;
}

/* Responsivo */

@media (max-width: 991px) {
    
    /* Cabçalho */
    ul.navbar-nav {
        margin-top: 1em;
    }
    
    /* Quem Somos */
    #quemsomos.desktop {
        display: none;
    }
    
    #quemsomos.mobile {
        display: block;
    }
    
    #quemsomos.mobile .col-lg-4 {
        justify-content: center;
        margin-bottom: 1em;
    }
    
    /* Áreas de Atuação */
    
    #atuacao.desktop {
        display: none;
    }
    
    #atuacao.mobile {
        display: block;
    }
    
    #atuacao.mobile .areas div .texto {
        height: 100%;
    }
    
}