// Não se esqueça de recompilar os estilos para poder ver as alterações feitas aqui!
//
// Você pode fazer isso pelo terminal de duas maneiras:
//
// npm run dev
// *Irá recompilar uma única vez todos os estilos e scripts do projeto*
//
// npm run watch-poll
// *Irá recompilar todos os estilos e scripts do projeto a primeira vez, e depois continuará rodando de fundo, e cada vez que você alterar um arquivo CSS ou JS e salvar,
//  ele irá compilar apenas o que você alterou!*
html,
body,
#root {
    font-family: 'Montserrat';
}

.menu-topo {
    a {
        color: #00000070;
        text-decoration: none;
        font-size: 1rem;
    }
    .info-icons {
        color: $azul-claro;
        margin-bottom: -3px;
    }
    .botao {
        border-radius: 20px;
        border: none;
        padding: 5px 3rem;
        background-color: $azul-claro;
        color: $branco;
        transition: all 0.4s;
    }
    .botao:hover {
        background-color: $azul-escuro;
    }
}

footer {
    padding-top: 10rem;
    a {
        color: $branco;
        text-decoration: none;
    }
    .redes-sociais a {
        font-size: 25px;
        margin-right: 4px;
    }
    .contatos .info-icons {
        color: $azul-claro;
    }
    ul {
        list-style: none;
        padding: 0;
    }
}

.img-func {
    height: 310px;
    width: 310px;
    background-size: cover;
    border-radius: 15px 15px 0 0px;
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
    .img-func {
        width: 25vw;
    }
}

.marker {
    background-color: rgba(255, 255, 0, 0.692);
}

html {
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: auto;
    }
}

.fix-header {
    // box-shadow: 0px 8px 28px 0px rgba(176, 176, 176, 1);
}

.whatsapp {
    width: 65px;
    right: 30px;
    height: auto;
    bottom: 30px;
    z-index: 999;
    position: fixed;
    filter: drop-shadow(0 0 2px #333);
    transition: all 0.7s;
}

.whatsapp:hover {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 5px #333);
    /* transform: scale(1.1); */
}


/*--------------------------------------------------------------
  # Desabilita o delay do AOS em mobile
  --------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
  # menu
  --------------------------------------------------------------*/
.h-img {
    height: 650px;
}

.root2 {
    margin-top: 600px;
}

.divider-menu{
    border-left:1px solid $divider-menu-color;
    height:60px;
    margin-left: 1rem;
    margin-right: 1rem;
}

// .fix-header {
//     position: relative;
//     top: 2rem;
// }
.menu1 {
    max-width: 80%;
}

.menu-icons {
    font-size: $menu-icon-font-size;
    color: $menu-icon-color;
    transition: all 0.4s;
}

.menu-icons:hover {
    color: $menu-icon-color-hover;
}

.fix-men .menu-icons{
    color: $branco!important;
}

.menu1 a {
    font-family: $nav-link-font-family;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.dropdown-menu--animate.collapsing {
    display: block;
}

.dropdown-menu--animate {
    opacity: 0.8;
    height: 0;
    display: block;
    transition: all 0.3s;
    overflow: hidden;
    transform-origin: top;
    transform: scale(1, 0);
}

.dropdown-menu--animate.show {
    opacity: 1;
    height: auto;
    transition: all 0.3s;
    transform: scale(1);
}

.navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-color: transparent;
    z-index: 1001;
    transition: all 0.8s;
}

.navbar .nav-link {
    font-family: $nav-link-font-family;
    font-size: 1rem;
    color: $nav-link-color;
    font-weight: $nav-link-font-weight;
    transition: 0.4s;
}

.navbar .nav-link:hover {
    font-weight: $nav-link-font-weight-hover;
    color: $nav-link-color-hover;
}

.fix-header.bg-menu-home{
    position: absolute;
    top: 0;
    border-bottom: 1px solid #FFFFFF;
    .nav-link{
        color: #fff!important;
        &:hover, &:active{
        color: #FFA41B!important;
        }
    }
}

@media (max-width: 767.98px) {
    .navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .w-sm-100{
         width: 100%!important;
    }
    #inicio{
        background-size: cover;
    }
    #bg-contato{

        background-size: 100% 100%;
    }
}


.logo1 {
    position: relative;
    width: 150px;
    transition: all 0.7s;
}


.nav-link {
    color: #000;
    transition: all 0.5s;
}

.nav-link:hover {
    color: #000;
}

.drp-icon {
    font-size: 0.8em !important;
}

@media screen and (max-width: 1091px) {
    .nav-link {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1600px) {
    .h-img {
        height: 550px;
    }
    .root2 {
        margin-top: 500px;
    }
}

@media screen and (max-width: 991px) {
    .h-img {
        height: 400px;
    }
    .root2 {
        margin-top: 350px;
    }
}

@media screen and (max-width: 767px) {
    .h-img {
        height: 350px;
    }
    .root2 {
        margin-top: 300px;
    }
}

.nav-link i {
    font-size: 2.8em;
    position: relative;
    /* top: 3px; */
}

.dropdown-toggle::after {
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.fix-header {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    z-index: 900;
    /* background-color: transparent; */
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
    // position: static;
}

.fix-header .fix-men {
    position: fixed;
    z-index: 1029;
    width: 100%;
    top: -313px;
    transition: all 0.7s;
}

.fix-header .fixed-menu {
    padding: 10px 0;
    position: fixed;
    top: 0;
    margin-top: 0px;
    width: 100%;
}

.fix-header .active {
    font-weight: 900;
    color: #000;
}

.fixed-menu {
    background-color: #26231d;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    /*background-color:rgba(255,255,255,0.9);*/
    position: fixed;
    border: none;
    opacity: 0.85;
}

.fixed-menu .navbar {
    padding: 0;
}

.fixed-menu h1 {
    top: 0;
}

.fixed-menu img {
    width: 200px;
}

.bg-white {
    background-color: #fff;
}

.bg-white .nav-link {
    color: #333;
    transition: all 0.7s;
}

.bg-invi {
    background-color: #26231d;
}

.bg-invi .nav-link {
    color: #fff;
}

.fixed-menu .bg-invi {
    background-color: #26231d !important;
}

.fixed-menu .bg-invi .nav-link {
    color: #fff;
}

.bx-menu {
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
}

// .navbar-toggler-icon {
//     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
//   }
@media screen and (max-width: 991px) {
 .logo1 {
        width: 150px;
    }
    .fixed-menu .logo1 {
        width: 70px;
    }
}

@media screen and (max-width: 767px) {
    .fixed-menu {
        padding: 5px 0 0 0;
    }
    .navbar-brand h1 {
        top: 0px;
    }
    .dropdown-menu {
        padding: 0;
        margin: 0;
    }
}


/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#footer-info,
.bg-dark {
    background-color: #030303!important;
}

#footer-info img {
    max-width: 25rem;
}

#footer-info p {
    color: $branco;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    font-family: $font-family-objective;
}


footer li a, footer li{
font-size: 1rem;
font-family: "Montserrat";
color: #FFFFFF!important;
font-weight: 400;
line-height: 20px;
margin-top: .5rem;
}



footer a {
    text-decoration: none;
    color: #FFF!important;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    ion-icon{
        font-size: 24px;
        color:#FFBF1B;
        margin-bottom: -2px;
    }
}

#footer-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: $font-family-objective;
    color: rgb(235, 235, 235);
}

#footer-info .info-icon {
    font-size: 2rem;
    color: $laranja;
    padding: 7px;
    left: -1.5rem;
    padding-top: 12px;
    position: relative;
}

#footer-info .whats {
    font-size: 20px;
    color: $laranja;
    position: relative;
    top: 7px;
    right: 9px;
}

.footerhr {
    background-color: #444444;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    height: 0.5px;
}


/*--------------------------------------------------------------
  # Copyright bottom
  --------------------------------------------------------------*/

#copyright {
    background: #2c2c2c;
}

#copyright p {
    font-size: 16px;
    color: rgb(235, 235, 235);
    font-weight: 400;
    font-family: $font-family-objective;
}

#copyright a {
    display: contents;
    color: rgb(235, 235, 235);
    font-family: $font-family-objective;
}

#copyright img {
    width: 64px;
}

#copyright .poli {
    transition: all 0.5s;
}

#copyright .poli:hover {
    text-decoration: underline;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    #footer-info h3 {
        padding: 0px;
    }
}

@media (max-width: 991.98px) {
    #footer-info h3 {
        padding: 0px;
        margin-top: 0px;
    }
    #footer-info .box {
        padding: 50px 80px 50px 30px;
    }
    #footer-info .info-icon {
        font-size: 2rem;
        color: #fca600;
        padding: 7px;
        left: 0rem;
        padding-top: 12px;
        position: relative;
    }
    .menu1 {
        max-width: 100%;
    }
    .menu1 .info-icons {
        font-size: 30px;
        border-left: 0px;
    }
}

@media (max-width: 980px) {}

@media (max-width: 767.98px) {
 .logo1 {
        position: relative;
        width: 210px;
        transition: all 0.7s;
        left: 0rem;
    }
}

@media (max-width: 575.98px) {
    #footer-info h3 {
        padding: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 370px) {
    #footer-info h3 {
        padding: 0px;
        margin-top: 0px;
    }
    #footer-info .btn-contato-amarelo {
        padding: 10px 30px;
    }
}
