@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=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
------------------------*/

.flutuantes{
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 70px;
    height: 70px;
}
.flutuantes a{
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .3s ease-in-out;
}
.flutuantes a:hover{
    transform: scale(1.08);
}
.flutuantes a img{
    width: 100%;
    object-fit: cover;
}

/* 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: 'Montserrat', sans-serif;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
}
body{
  
}
html{
    scroll-behavior: smooth;
}
h1{
    font-family: 'Archivo', sans-serif!important;
}
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;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}
.content{
    width: 75%;
    height: 100%;
    margin: 0 auto;
}
.stroke-w{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.stroke-g{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--verde);
}


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

/* CORES */
:root{
    --verde: #A9CF46;
}

/* 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{
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 9999;
}
/* ----- TOPO ----- */
.topo-infos{
    width: 100%;
    height: 5.4vh;
    background-image: url('../imagens/header/topo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.topo-infos .content{
    align-items: center;
    align-content: center;
}
.t-info1{
    margin-right: auto;
}
.t-info1 a{
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    display: flex;
}
.t-info1 a img{
    width: 24px;
    height: 24px;
    margin-right: 0.5vw;
}
.t-info2{
    align-items: center;
}
.t-info2 span{
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
}
.t-info2 select{
    background-color: transparent;
    border: none;
    color: #fff;
    margin-left: 0.5vw;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: underline;
    cursor: pointer;
}
.t-info2 select option{
    color: var(--verde);
}
.topo-barra{
    margin: 0 0 0 1%;
}
.topo-infos .content ul{
    margin-right: 10%;
}
.topo-infos .content ul li{
    margin-left: 1vw;
}
/* ----- MENU ----- */
.topo-menu{
    width: 100%;
    margin-top: 0.5%;
}
.topo-menu .content{
    align-items: center;
    align-content: center;
}
.menu-img{
    width: 22%;
}
.menu-img img{
    width: 100%;
}
.menu{
    width: 78%;
    justify-content: flex-end;
}
.menu-list{
    width: 95%;
    justify-content: space-between;
}
.menu-list li a{
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
}
.menu-list li a:hover{
    color: var(--verde);
}

/* ----- FOOTER ----- */
footer{
    width: 100%;
    min-height: 45.5vh;
    background-image: url('../imagens/header/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border-top: 5px solid var(--verde); 
    align-content: center;
}
footer h2{
    color: var(--verde);
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 7%;
}
footer a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
footer a:hover{
    color: var(--verde);
}
footer li{
    margin-bottom: 5%;
}
.f-logo{
    width: 20%;
    margin-right: auto;
}
.f-logo div{
    width: 100%;
    margin-bottom: 5%;
}
.f-logo div img{
    width: 100%;
    object-fit: contain;
}
.f-logo ul{
    width: 100%;
    justify-content: space-between;
}
.f-logo ul a img:hover{
    filter: brightness(0) saturate(100%) invert(79%) sepia(39%) saturate(652%) hue-rotate(28deg) brightness(93%) contrast(90%);
}
.f-acesso{
    width: 21%;
    margin-right: 2%;
    flex-direction: column;
    padding: 2%;
    text-align: center;
    background-image: url('../imagens/filtro.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.f-acesso .botao-agendar{
    background-color: var(--verde);
    border-radius: 30px;
    border: 1px solid var(--verde);
    padding: 1vh 0;
    margin-top: 5%;
    cursor: pointer;
}
.f-acesso .botao-agendar:hover{
    background-color: transparent;
}
.f-infos{
    width: 28%;
    margin-right: 2%;
    flex-direction: column;
    padding: 2%;
    text-align: center;
    background-image: url('../imagens/filtro.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.f-infos li.atendimento{
    border: 1px solid var(--verde);
    border-radius: 20px;
    width: 100%;   
}
.f-infos li span{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    color: var(--verde);
    display: flex;
    padding: 3vh 0;
}
.f-menu{
    width: 21%;
    flex-direction: column;
    padding: 2%;
    text-align: center;
    background-image: url('../imagens/filtro.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.f-acesso ul, .f-infos ul, .f-menu ul{
    width: 100%;
    flex-direction: column;
}

/* ----- MODAL ----- */
.modal-agende{
    display: none;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
}
.agende-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: var(--verde);
    opacity: 0.5;
}
.agende-content{
    width: 800px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    align-items: center;
}
.agende-content form{
    width: 100%;
    background-color: #fff;
    padding: 5%;
    border-radius: 20px;
    border: 1px solid var(--verde);
    justify-content: center;
}
.agende-content form .form-text{
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 5%;
}
.agende-content form .form-text h2{
    font-size: 40px;
    color: var(--verde);
    font-weight: 700;
    letter-spacing: 3px;
}
.agende-content form .form-text span{
    position: absolute;
    right: -3%;
    top: -70%;
    color: var(--verde);
    font-size: 55px;
    font-weight: 700;
    cursor: pointer;
}
.agende-content form .div-input1{
    width: 90%;
    height: 5vh;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 2%;
}
.agende-content form .div-input1 input{
    width: 48%;
    height: 100%;
    border-radius: 10px;
    padding-left: 3%;
    border: 1px solid #707070;
    color: #707070;
    font-size: 18px;
}
.agende-content form .div-input1 select{
    width: 48%;
    height: 100%;
    border-radius: 10px;
    padding-left: 3%;
    border: 1px solid #707070;
    color: #707070;
    font-size: 18px;
}
.agende-content form textarea{
    width: 90%;
    height: 20vh;
    margin: 0 auto;
    border-radius: 10px;
    padding-left: 3%;
    padding-top: 3%;
    border: 1px solid #707070;
    color: #707070;
    font-size: 18px;
}
.agende-content form .div-input1 input::placeholder, 
.agende-content form .div-input1 select::placeholder, 
.agende-content form textarea::placeholder{
    color: #707070;
    font-size: 18px;
}
.agende-content form a{
    background-color: var(--verde);
    color: #fff;
    border-radius: 30px;
    border: 1px solid var(--verde);
    padding: 1vh 1vw;
    margin-top: 3%;
    display: flex;
}
.agende-content form a:hover{
    color: var(--verde);
    background-color: #fff;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
    .t-info1 a, .t-info2 span, .t-info2 select, .t-info2 select option, .menu-list li a{
        font-size: 17px;
    }
    .t-info1 a img{
        width: 22px;
        height: 22px;
    }
    footer h2, .f-infos li span{
        font-size: 17px;
    }
    footer a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px){
    .t-info1 a, .t-info2 span, .t-info2 select, .t-info2 select option, .menu-list li a{
        font-size: 16px;
    }
    .t-info1 a img{
        width: 20px;
        height: 20px;
    }
    footer h2, .f-infos li span{
        font-size: 16px;
    }
    footer a{
        font-size: 15px;
    }

    .agende-content form .form-text h2{
        font-size: 38px;
    }
    .agende-content form .form-text span{
        font-size: 50px;
    }
    .agende-content form .div-input1 input, 
    .agende-content form .div-input1 select, 
    .agende-content form textarea,
    .agende-content form .div-input1 input::placeholder, 
    .agende-content form .div-input1 select::placeholder, 
    .agende-content form textarea::placeholder{
        font-size: 17px;
    }
    .agende-content form a{
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px){
    .t-info1 a, .t-info2 span, .t-info2 select, .t-info2 select option, .menu-list li a{
        font-size: 15px;
    }
    .t-info1 a img{
        width: 19px;
        height: 19px;
    }
    footer h2, .f-infos li span{
        font-size: 15px;
    }
    footer a{
        font-size: 14px;
    }

    .agende-content form .form-text h2{
        font-size: 35px;
    }
    .agende-content form .form-text span{
        font-size: 47px;
    }
    .agende-content form .div-input1 input, 
    .agende-content form .div-input1 select, 
    .agende-content form textarea,
    .agende-content form .div-input1 input::placeholder, 
    .agende-content form .div-input1 select::placeholder, 
    .agende-content form textarea::placeholder{
        font-size: 16px;
    }
    .agende-content form a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px){
    .content{
        width: 80%;
    }
    .t-info1 a, .t-info2 span, .t-info2 select, .t-info2 select option, .menu-list li a{
        font-size: 13px;
    }
    .t-info1 a img{
        width: 18px;
        height: 18px;
    }
    footer h2, .f-infos li span{
        font-size: 13px;
    }
    footer a{
        font-size: 12px;
    }

    .agende-content form .form-text h2{
        font-size: 31px;
    }
    .agende-content form .form-text span{
        font-size: 44px;
    }
    .agende-content form .div-input1 input, 
    .agende-content form .div-input1 select, 
    .agende-content form textarea,
    .agende-content form .div-input1 input::placeholder, 
    .agende-content form .div-input1 select::placeholder, 
    .agende-content form textarea::placeholder{
        font-size: 15px;
    }
    .agende-content form a{
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px){
    .content{
        width: 85%;
    }
    .t-info1 a, .t-info2 span, .t-info2 select, .t-info2 select option, .menu-list li a{
        font-size: 12px;
    }
    .t-info1 a img{
        width: 17px;
        height: 17px;
    }
    footer h2, .f-infos li span{
        font-size: 12px;
    }
    footer a{
        font-size: 11px;
    }

    .agende-content form .form-text h2{
        font-size: 27px;
    }
    .agende-content form .form-text span{
        font-size: 40px;
    }
    .agende-content form .div-input1 input, 
    .agende-content form .div-input1 select, 
    .agende-content form textarea,
    .agende-content form .div-input1 input::placeholder, 
    .agende-content form .div-input1 select::placeholder, 
    .agende-content form textarea::placeholder{
        font-size: 13px;
    }
    .agende-content form a{
        font-size: 13px;
    }

    .menu-img {
        width: 18%;
    }
    .menu{
        width: 82%;
    }
    .menu-list{
        width: 90%;
    }
}

/* MOBILE */
@media screen and (max-width: 768px){
	/* MENU MOBILE */
    .menu-list{
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100vh;
        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-list li{
        padding: 5vw 0;
    }
    .menu-list li a{
        font-size: 30px;
        color: var(--verde);
    }
    .menu-hamburguer{
        display: block;
        align-self: center;
    }
    .menu-hamburguer i{
        font-size: 50px;
        color: var(--verde);
    }
    .close-mobile{
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .close-mobile i{
        font-size: 40px;
        color: var(--verde);
    }
    /* MENU MOBILE FIM */

    .agende-content{
        width: 80%;
        margin: 0 auto;
    } 

    footer .content{
        padding: 5% 0;
    }
    .f-logo{
        width: 100%;
        flex-direction: column;
        align-content: center;
    }
    .f-logo div, .f-logo ul{
        width: 40%;
    }
    .f-acesso{
        width: 30%;
    }
    .f-infos{
        width: 40%;
    }
    .f-menu{
        width: 26%;
    }
}

@media screen and (max-width: 600px){
    .topo-barra{
        display: none;
    }
    .topo-infos .content ul{
        display: none;
    }
}

@media screen and (max-width: 480px){
    .content {
        width: 95%;
    }
    .menu-img {
        width: 40%;
    }
    .menu {
        width: 60%;
    }
    .topo-infos{
        background-color: var(--verde);
        background-image: unset;
    }
    .t-info1 a img{
        margin-right: 2.5vw;
    }

    footer .content{
        flex-direction: column;
        align-items: center;
    }
    .f-logo div, .f-logo ul {
        width: 70%;
    }
    .f-acesso {
        width: 90%;
        margin: 5% 0;
    }
    .f-infos {
        width: 90%;
        margin-bottom: 5%;
    }
    .f-menu{
        width: 90%;
    }


    footer h2 {
        font-size: 22px;
    }
    .f-infos li span{
        font-size: 18px;
    }
    footer a {
        font-size: 4vw;
    }

    .agende-content{
        width: 95%;
    }
}

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

}

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

}