@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Baskervville:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Loader */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.loader.active .loader__content {
    display: block;
}

.loader__content {
    border: 7px solid #ffffff; /* Light grey */
    border-top: 7px solid #d35151; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.3s ease-in-out infinite;
    display: none;
}

/*------------------------
LGPD
------------------------*/
/* Deixa desabilitado por padrão */
.js_enabled .lgpd-cookies {
    display: none;
  }
  
  .lgpd-cookies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 85vw;
    border: none;
    border-radius: 0;
    padding: 15px;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 2px 1px 20px #00000029;
    border-radius: 10px;
  }
  
  .lgpd-texto {
    width: 72%;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
  }
  
  .lgpd-link {
    color: var(--clr-primary);
  }
  
  .lgpd-link:hover {
    color: var(--clr-primary);
  }
  
  .lgpd-botao {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
  }
  
  .lgpd-botao.continuar {
    border: 1px solid var(--clr-primary);
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .lgpd-botao.continuar:hover {
    color: #ffffff;
    background: var(--clr-primary);
  }
  
  .lgpd-botao.sair:hover {
    text-decoration: underline;
  }

  /* FORM FEEDBACK */
.border-complete {
  /*border: 1px solid var(--new-green);*/
}

.border-error {
  border: 1px solid red !important;
}

#jError{
    font-family: 'Montserrat', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
}
body{
  
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
    width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}
ul{
    list-style: none;
}
input, select, button, textarea{
    outline-style: none;
}
textarea{
  resize: none;
}

.content{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}


/* BOX CLICAVEL */
.box-link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* CORES */
:root{
    --cinza: #616161;
    --azul: #025379;
}

/* SCROLLBAR STYLE */
/*width 
::-webkit-scrollbar {
  width: 4px;
}
Track 
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
Handle 
::-webkit-scrollbar-thumb {
  background: #888;
}
 Handle on hover 
::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/

/* ----- TOPO INFOS ----- */
.topo{
    width: 100%;
    height: 66px;
    padding: 1% 0;
    border-bottom: 1px solid #e0e0e0;
}
.topo-infos{
    width: 50%;
}
.infos1{
    margin-right: 2vw;
}
.infos1 a{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--cinza);
}
.infos1 a img{
    margin-right: 0.6vw;
}
.infos2 a{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 15px;
    color: var(--cinza);
}
.infos2 a img{
    margin-right: 0.6vw;
}
.topo ul{
    width: 50%;
    place-content: flex-end;
}
.topo ul li{
    margin-left: 1.5vw;
}
.topo ul li a{
    width: 100%;
}
.topo ul li a img{
    width: 100%;
}

/* ----- MENU ----- */
.fixed-menu{
    position: fixed;
    top: 0;
}
.topo-menu{
    width: 100%;
    padding: 1% 0;
    z-index: 99;
    background-color: #fff;
}
.menu-content{
    width: 85%;
    margin: 0 auto;
    align-items: center;
    align-content: center;
}
.menu-img{
    width: 16%;
}
.menu-img img{
    width: 100%;
}
.menu{
    width: 84%;
    justify-content: flex-end;
    align-content: center;
}
.menu-list{
    width: 63%;
    justify-content: space-between;
}
.menu-list li a{
    font-size: 18px;
    color: var(--cinza);
}
.menu-list li a:hover{
    color: var(--azul);
}
.contato a{
    color: #fff!important;
    background-color: var(--azul);
    padding: 1vw;
    border: 1px solid var(--azul);
    border-radius: 10px;
}
.contato a:hover{
    color: var(--azul)!important;
    background-color: #fff;
}


.direitos{
    width: 100%;
    align-items: center;
    padding: 1.5% 0;
}
.d1{
    width: 50%;
    align-items: center;
}
.d1 span{
    color: var(--cinza);
    font-size: 16px;
}
.d2{
    width: 50%;
    align-items: center;
    place-content: flex-end;
}
.d2 span{
    color: var(--cinza);
    font-size: 16px;
}
.d2 a{
    margin-left: 1vw;
}
.d2 a img{
    width: 100%;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
    .infos1 a, .infos2 a{
        font-size: 14px;
    }
    .menu-list li a{
        font-size: 17px;
    }
    .d1 span, .d2 span{
        font-size: 15px;
    }
}

@media screen and (max-width: 1440px){
    .infos1 a, .infos2 a{
        font-size: 13px;
    }
    .menu-list li a{
        font-size: 16px;
    }
    .d1 span, .d2 span{
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    .content{
        width: 85%;
    }
    .menu-list{
        width: 70%;
    }
}

@media screen and (max-width: 1024px){
    .menu-list {
        width: 75%;
    }
    .infos1 a, .infos2 a{
        font-size: 12px;
    }
    .menu-list li a{
        font-size: 15px;
    }
    .d1 span, .d2 span{
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px){
    /* MENU MOBILE */
    .menu-list{
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        width: 70%;
        height: 560px;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 50;
        animation-name: slideInLeft;
        animation-duration: .8s;
        margin-top: 0;
    }
    .slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
        @-webkit-keyframes slideInLeft {
        0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
        }
        100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
    }
        @keyframes slideInLeft {
        0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
        100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
    } 
    .menu-list li{
        padding: 1.5vw 0;
    }
    .menu-list li a{
        font-size: 28px;
        color: var(--vermelho);;
    }
    .menu-hamburguer{
        display: block;
        align-self: center;
    }
    .menu-hamburguer i, .menu-hamburguer1 i{
        font-size: 50px;
        color: var(--azul);
    }
    .close-mobile{
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .close-mobile i{
        font-size: 40px;
        color: var(--azul);
    }
    /* MENU MOBILE FIM */
}

/* MOBILE */
@media screen and (max-width: 920px){
    /* MENU MOBILE */
    .menu-list{
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 560px;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 50;
        animation-name: slideInDown;
        animation-duration: .8s;
        margin-top: 0;
    }
    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
        @-webkit-keyframes slideInDown {
        0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
        }
        100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
    }
        @keyframes slideInDown {
        0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
        100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
    } 
    /* MENU MOBILE FIM */
    .menu-img {
        width: 25%;
    }
    .menu{
        width: 75%;
    }
    .infos1 a, .infos2 a {
        font-size: 16px;
    }
    .menu-list li a{
        font-size: 32px;
    }
}

@media screen and (max-width: 480px){
    .content{
        width: 90%;
    }
    .topo-infos{
        display: none;
    }
    .topo ul{
        width: 100%;
        place-content: center;
        justify-content: center;
    }
    .topo ul li{
        margin: 0 3vw;
    }
    .topo-menu{
        padding: 5% 0;
    }
    .menu-img {
        width: 50%;
    }
    .menu{
        width: 50%;
    }
    .menu-list li {
        padding: 3.5vw 0;
    }
    .menu-list li a{
        font-size: 8vw;
    }
    .contato a{
        padding: 3vw 4vw;
    }
    .d1{
        width: 80%;
        margin: 5% auto 0;
        justify-content: center;
        text-align: center;
    }
    .d2{
        width: 80%;
        margin: 5% auto;
        justify-content: center;
        text-align: center;
    }
    .d1 span, .d2 span {
        font-size: 4vw;
    }
    .d2 a {
        margin-left: 4vw;
    }
    
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}
