@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

/* padronizar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


   /* scrollbar-color: #B6D6FF #eff8f9;
    scrollbar-width: thin;
    scrollbar-width: none;*/
}
body {
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    margin: 0;
    padding: 0;
    /* font-family:Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: monospace; */
    /* font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-family: Tahoma; */
    /* font-family: sans-serif; */
    letter-spacing: 0.3px;
  /*  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif font-family: Rubik;
    font-family: sans-serif;
    font-family: Helvetica, sans-serif;
    font-family: OpenSans;*/
}

a{
    text-decoration: none;
    font: inherit;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
}

h4{
    color:#606060;
}



.main h1{
    margin-bottom: 1.5rem;
}

/*.dropdown{
    display: flex;
    row-gap: 2rem;
}
.dropdown-menu{
    margin: 2rem;
    width: 200px;
}
.dropdown-nav{
    .dropdown-item{
        transition: 0.5s;
        font-size: 2.3vh;
        font-weight: 600;

    }
    .dropdown-item:hover{
        background-color: transparent;
        color: #0192ef;
        margin-left: 1rem;
        transition: 0.5s;
    } 
}*/

.titulo{
    font-weight: 600;
    color: #003;
    /*color:#202033;*/
}

/* container */

.container-fluid{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "header" "content";

}


/* estilo do header */

.header{
    position: sticky;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px #ececec;
    background-color: #f6f7f8;
    grid-area: header;
}
.header-location{
    margin: 0;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding: 0.5rem 2rem;
    row-gap: 0.5rem;
    background:  linear-gradient(250deg, #03c0f3, #0192ef);
}
.div-location{
    font-size: 2.2vh;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    row-gap: 1rem;
}

.icones-location{
    font-size: 2.6vh;
    display: flex;
    justify-content: end;
    column-gap: 1rem;
    color: #fff;
}
#divisor-location{
    height: 80%;
    width: 2px;
    background-color: #fff;
    display: none;
}
.header-nav{
    width: 100%;
    height: 70%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 1rem;

}

.logotipo{
    height: 50px;
    width: auto;
    transform: scale(1.1);

}
.image-logotipo{
    height: 100%;
    width: auto;
}

#menu-hamburguer{
    font-size: 3vh;
}
.div-search{
    display: grid;
    grid-template-areas: 'search';
    width: 400px;
}

@media (width<1400px){
    .div-search{
        width: 300px;
    }
   
}

#input-search{
    border: 1px solid silver;
    outline: none;
    border-radius:50px;
    padding: 0.7rem;
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 2.2vh;
    grid-area: search;
}

.div-search i{
    grid-area: search;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #909090;
    width: auto;
    margin-left: 80%;

}

#input-search:focus {
    border: 1px solid #0192ef;
    border:none;
    box-shadow: 0 0 2px #0192ef;
    box-shadow: 0 0 5px #ebf8ff;
    box-shadow: 0 0 2px 1px #03c0f3;
    transition: 1s;
}

#nav{
    width:80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 0.5rem;
}
@media (max-width: 1440px) {
    #nav {
       width:85%;
    }
}


.nav-item{
    color: #202020;
    font-weight: 500;
    font-size: calc(0.8rem + 5%);
}

.nav-item:hover{
    color: #0192ef;
    font-weight: 500;
    font-size: calc(0.8rem + 5%);
}

#nav-links{
    column-gap: 1rem;
    display: flex;
    justify-content: space-around;
}

.btn{
   /* font: inherit;
    border-radius: 50px;
    border: none;
    outline: none;*/
    /*color: #fff;*/
    /*font-weight: bold;*/
    /*font-size: 2.5vh;*/
    /*padding: 0.3rem 2rem;*/
    /*background:  linear-gradient(250deg, #03c0f3, #0192ef);*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.btn:focus, .btn:hover{
    /*color: #fff;*/
    /*font-size: 2.5vh;*/
    /*font-weight: bold;*/
}

/* footer nav */
#footer-nav {
    height: auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #fff;
    background-color: #0049B1;
    display: none;
}
#navBottom{
    padding: 1rem ;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nav-icone{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;

}

.nav-icone i{
    font-size: 3vh;
}

.nav-descricao{
    background-color: #0049B1;
    position: absolute;
    margin-bottom: 100px;
    color:#fff;
    padding: 0.2rem 0.5rem;
    border-radius: 60px;
    transition: 0.5s;
    visibility:hidden;

}
.nav-icone:hover .nav-descricao{
    visibility:visible;
    transition: 0.5s;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

@media (max-width: 1200px){
    #footer-nav{
        /*display: block;*/
    }
   
}




/* content */
.content{
    height: auto;
    display: grid;
    grid-template-areas: "content";
    overflow: hidden;
    margin: 0;
    padding: 0;
    grid-area: content;

}



/* responsividade da nav */

@media (min-width: 1200px){
    #menu-hamburguer{
        display: none;
    }
}

@media (max-width: 1200px){
    .header-nav{
        display: flex;
        justify-content: space-between;
        padding:1rem 2rem;

        flex-wrap: wrap;
        overflow-y: hidden;
    }
    #nav{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        row-gap: 1rem;
        padding-top: 2rem;
    }
    .nav-item{
        width: 100%;
    }

    #nav-links{
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .btn-entrar{
        width: auto;
    }

}

/* esconder menu-hamburguer */
.esconder{
    height: 90px;
}
.mostrar{
    height: auto;

}



/* alternar content */
.esconderContent{
    visibility: hidden;
    transition: 1s;
    margin-left: 100%;
    overflow: hidden;
}
.mostrarContent{
    visibility: visible;
    transition: 2s;
    overflow: hidden;


}


/* footer */

#footer{
    background-color: #0049B1;
    background:  linear-gradient(250deg, #03c0f3, #0192ef);

}
#article-footer{
    row-gap: 1rem;
    padding: 1rem;
    display: flex;
}
.section-footer{
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    p{
        height: 100%;
        margin: 0;
        font-size: 2.3vh;
    }
}
#logo-footer{
    width: 180px;
}
#span-copyright{
    display: flex;
    justify-content: center;
}


@media (width<1200px){
    #article-footer{
        row-gap: 1rem;
        padding: 1rem;
        padding-bottom: 5rem;
    }
}




/* esconder o scroll */
html::-webkit-scrollbar{
    display: none;
}



/*btn whatsapp*/
#whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366; /* Verde WhatsApp */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    #whatsapp-btn.show {
        opacity: 1;
        visibility: visible;
    }

    #whatsapp-btn:hover {
        background-color: #1ebe57;
        text-decoration: none;
        color: white;
    }