/* Estilo automático para a página: fale-conosco */
header.preto-branco{
    .logo-header.logo-branca{
        display: block;
    }
    .logo-header.logo-preta{
        display: none;
    }

    .nav-link{
        color: #fff;
    }
}
 
header{
    .icon-branco{
        display: block;
    }
    .icon-preto{
        display: none;
    }
    li{
        list-style-type: none;
    }
    .nav-link.btn-portal{
        color: #fff;
    }
    .separador-mob {
        display: flex;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: #fff;
    }
}

#navegacao-ilustrada {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 555px;
    display: flex;
    align-items: center;
    position: relative;

    .text-cab-ilustrado {
        position: relative;
        z-index: 10;
    }

    h1{
        font-weight: 500;
        font-size: 46px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }

    h2{
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    .nav-ilustrada {
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;

        li{
            list-style-type: none;
            font-weight: 400;
            font-size: 15px;
            color: #fff;
            
            .seta {
                margin-right: 8px;
            }
        }

        .nav-destaque{
            font-weight: 500;
            font-size: 15px;
            text-decoration: underline;
            color: #fff;
        }
    }
}

#contato {
    padding: 60px 0;
    position: relative;
    overflow: hidden;

    .tab {
        float: left;
        background-color: #FFFFFF;
        width: 100%;
        height: 310px;
        box-shadow: 4px 4px 8px 0px #00000014;
 
        button {
            display: block;
            padding: 22px 16px;
            width: 100%;
            border: none;
            outline: none;
            cursor: pointer;
            transition: 0.3s;
            font-family: Gotham;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            background-color: #fff;
            color: #575756;
            border: 1px solid #B7B7B7;

            &:hover{
                background-color: #ddd;
            }
        }

        a{
            display: block;
            padding: 22px 16px;
            width: 100%;
            border: none;
            outline: none;
            cursor: pointer;
            transition: 0.3s;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            background-color: #fff;
            color: #575756;
            border: 1px solid #B7B7B7;
            text-align: center;

             &:hover{
                background-color: #ddd;
            }
        }
    }

    .tab button.active {
        background-color: #000;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 100%;
        border-left: none;
    }


    .posicao-form{
        .posicao-form{
            position: relative;
            z-index: 1;
        }
        .form-control {
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px #575756;
            border-radius: 0;
            padding-left: 30px;
            padding-bottom: 20px;
        }
        .icon-form {
            position: absolute;
            left: 15px;
            top: 8px;
        }
        .form-group {
            position: relative;
        }
        .form-check {
            font-weight: 400;
            font-size: 16px;
            vertical-align: middle;
        }
        .form-check a {
            font-weight: 500;
            text-decoration: underline;
        }

        .form-select {
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px #575756;
            border-radius: 0;
            padding-left: 30px;
            height: 45px;
            color: #575756;
            padding-bottom: 18px;
        }
    }

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
        color: #1D1D1B;
        margin-bottom: 20px;
    }
    
    .text-contato{
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        text-align: center;
        vertical-align: middle;
        color: #575756;
        margin-bottom: 64px;
    }


    .btn-enviar-form {
        display: block !important;
        background-color: #1D1D1B !important;
        border-radius: 0 !important;
        color: #fff !important;
        width: 100%;
        height: 60px;
    }



    input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
       color: #575756 !important;
    }
    input::-moz-placeholder { /* Firefox 19+ */
       color: #575756 !important;
    }
    input:-ms-input-placeholder { /* IE 10+ */
       color: #575756 !important;
    }
    input:-moz-placeholder { /* Firefox 18- */
       color: #575756 !important;
    }

}



#localizacao{   
    padding: 70px 0;
    background-color: #F8F8F8;
    position: relative;

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
    }

    .selecao-status{

        .nav-pills {
            border-bottom: 1px solid #B7B7B7;
            padding-bottom: 10px;
            display: flex;
            justify-content: center;
            margin: 46px 0 64px 0;
        }
        .nav-link {
            font-weight: 400;
            font-size: 16px;
            color: #575756;
            line-height: 100%;
        }
    }
    
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        font-weight: 500 !important;
        background-color: transparent !important;
        border-bottom: solid 5px #575756;
        border-radius: 0;
        padding-bottom: 14px;
        margin-bottom: -30px;
    }

    h3{
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        color: #1D1D1B;
    }

    .text-localizacao{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #575756;
    }

    .alinhar-final{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    iframe{
        width: 100%;
        height: 400px;
        z-index: 1;
        position: relative;
    }

    .btn-cor-tranp{
        background-color: transparent !important;
    }

}
#localizacao:before {
    background-image: url(../img/efeito-6.png);
    background-size: contain;
    display: inline-block;
    width: 304px;
    height: 290px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
}
#localizacao:after {
    background-image: url(../img/efeito-7.png);
    background-size: contain;
    display: inline-block;
    width: 304px;
    height: 290px;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
}



#navegacao-ilustrada:before {
    background-image: url(../img/efeito-1.png);
    background-size: cover;
    display: inline-block;
    width: 156px;
    height: 555px;
    content: "";
    position: absolute;
    top: 0px;
    right: 39px;
    background-repeat: no-repeat;
    z-index: 10;
}
#contato:before {
    background-image: url(../img/efeito-2.png);
    background-size: contain;
    display: inline-block;
    width: 215px;
    height: 484px;
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    background-repeat: no-repeat;
}
@media all and (max-width: 1700px) { 
    #navegacao-ilustrada:before {
        display: none;
    }
    #contato:before {
        display: none;
    }
}





/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-toggler:focus{
       box-shadow: none; 
    }
    header.preto-branco {
        background-color: rgb(29, 29, 27) !important;
    }
    header {
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
        .navbar-collapse a {
            color: #fff;
        }
        .dropdown-item.active, .dropdown-item:active {
            background-color: transparent;
            color: #fff !important;
        } 
    }

    #contato {
        .tab {
            margin-bottom: 60px;
        }
    }
    #localizacao {
        .selecao-status {          
            .nav-pills {
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                flex-wrap: nowrap;
            }
            .nav-link {
                text-align: center;
            }
        }

        h2{
            position: relative;
            z-index: 10;
        }
        .selecao-status{
            position: relative;
            z-index: 10;
        }
        .tab-pane {
            margin: 30px 0 0;
        }
        .alinhar-final {
            display: flex;
            justify-content: center;
            align-items: center;
        }
}

}

/* MOBILE */
@media all and (max-width: 767px) { 
    .navbar-toggler:focus{
       box-shadow: none; 
    }
    header.preto-branco {
        background-color: rgb(29, 29, 27) !important;
    }
    header {
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
        .navbar-collapse a {
            color: #fff;
        }

        .dropdown-item.active, .dropdown-item:active {
            background-color: transparent;
            color: #ffffff;
        }
        .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
            color: #fff;
        }

        .dropdown-menu li{
            color: #fff;
        }

    }

    #navegacao-ilustrada {
        height: 570px;

        h2{
            line-height: 140%;
        }
    }

    #contato {
        .tab {
            margin-bottom: 200px;
        }
    }

    #localizacao{
        h2{
            position: relative;
            z-index: 10;
        }
        .selecao-status{
            position: relative;
            z-index: 10;
        }
        .tab-pane {
            margin: 30px 0 0;
        }
    }

}

/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {
}


