@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
    margin: 0;
    font-family: "Multicolore";
    font-family: "Bariol Regular";
    font-family: "Alberto Regular";
    margin: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}


/* width */

::-webkit-scrollbar {
    width: .8vw;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background: #FFF;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #00ACBB;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #00ACBB;
}

.pop-up-franquia::-webkit-scrollbar {
    width: 2px;
    display: none;
}


/* Track */

.pop-up-franquia::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 1px;
    display: none;
}


/* Handle */

.pop-up-franquia::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 1px;
    display: none;
}


/* Handle on hover */

.pop-up-franquia::-webkit-scrollbar-thumb:hover {
    background: red;
    display: none;
}


/*Header*/

header {
    width: 100vw;
    background: transparent;
    position: fixed;
    z-index: 200;
    background-color: #F9BF39;
    background-color: #00ACBB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redes-menus {
    margin-right: 5vw;
}

.redes-menus a {
    margin-left: 1vw;
}

.redes-menus a img {
    width: 1.563vw;
}

nav {
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-left: 5vw;
}

.logo {}

.menu {
    background-color: rgba (250, 0, 0, 0.5);
}

.menuLogo img {
    width: 6.7vw;
    padding: 1em;
    /*
    background: #F9BF39;
    */
    border-radius: 20px;
}

.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: rgba (0, 0, 0, 0.5);
}

.menu li {
    list-style: none;
    display: flex;
    margin: 0 20px;
}

.menu li a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.15vw;
    font-size: .8vw;
    font-family: "Multicolore";
}


/*HERO*/

.hero {
    background: url("../assets/bghero2.png") top center no-repeat;
    background: url("../assets/heroBG.png") top center no-repeat;
    background-size: cover;
    height: 200vh;
}

.hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-container .title {
    background: #F9BF39;
    background: #00ACBB;
    width: 43%;
    /* height: 40%; */
    /* height: 40%; */
    display: flex;
    justify-content: left;
    align-items: center;
    padding-top: 15vh;
}

.hero-container .title .img {
    left: 5.5vw;
    bottom: 0;
    position: relative;
    left: 5.5vw;
    align-self: flex-end;
    /* margin-bottom: -20vh; */
    height: 33vw;
}

.hero-container .title .img img {
    height: 100%;
}

.hero-container .title .text {
    width: 55%;
    margin-left: 10vw;
    align-self: flex-end;
}

.hero-container .title .text h1 {
    font-weight: normal;
    font-size: 120px;
    line-height: 110%;
    width: 50vw;
    width: 45vw;
    font-size: 10vw;
    line-height: 82%;
    color: #FFF;
}

.hero-container .title .text p {
    font-weight: normal;
    font-size: 2vw;
    font-size: 1.3vw;
    line-height: 120%;
    color: #FFF;
    font-family: "Multicolore";
    width: 80%;
    margin-top: 3vh;
}

.hero-container .text-down {
    width: 30%;
    /* height: 24%; */
    background: #FFF;
    float: right;
    position: relative;
    align-self: flex-end;
    color: #00ACBB;
    padding: 4vw;
}

.hero-container .text-down h2 {
    font-size: 2.35vw;
    font-size: 3.65vw;
}

.hero-container .text-down p {
    font-size: 1.15vw;
    font-family: "Bariol Regular";
    line-height: 113%;
}


/*experiencia*/

.experiencia {
    background: #00ACBB;
}

.experiencia .exp-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.experiencia .exp-container .img {
    /* 
        height: 100vh;
        left: 5.5vw; 
    */
    left: -1vw;
    position: relative;
}

.experiencia .exp-container .img img {
    width: 6.8vw;
    height: 110vh;
}

.experiencia .exp-container .grid {
    position: relative;
    /* right: -5em; */
    margin-right: -5vw;
}

.experiencia .exp-container .grid .test {
    overflow-x: scroll;
    width: 80vw;
    /* right: -4em; */
    position: relative;
}

.experiencia .exp-container .grid h2 {
    font-weight: bold;
    font-size: 38px;
    font-size: 2vw;
    line-height: 120%;
    color: #F9BF39;
    margin-bottom: 4vh;
    font-family: "Multicolore";
}

.experiencia .exp-container .grid .grid-itens {
    display: flex;
    width: 100%;
    width: 125%;
    justify-content: space-between;
    margin-bottom: 5vh;
}

.experiencia .exp-container .grid .column {
    width: 16%;
}

.experiencia .exp-container .grid .column img {
    width: 100%;
}

.experiencia .exp-container .grid .column img:nth-child(1) {
    margin-bottom: 1vw;
}

.experiencia .exp-container .grid .test::-webkit-scrollbar {
    width: 10px !important;
}


/* Track */

.experiencia .exp-container .grid .test::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    background: #99DBE2;
}


/* Handle */

.experiencia .exp-container .grid .test::-webkit-scrollbar-thumb {
    background: #F9BF39;
    border-radius: 10px;
}


/* Handle on hover */

.experiencia .exp-container .grid .test::-webkit-scrollbar-thumb:hover {
    background: #F9BF39;
}


/*UNIDADES*/

.unidades {}

.unidades .bg-flocos {
    position: absolute;
    right: 0;
    margin-top: -5em;
    /*teste*/
    position: absolute;
    right: 0;
    margin-top: 0;
}

.unidades .bg-flocos img {
    width: 13vw;
}

.unidades .title {
    width: 90%;
    margin: 0 auto;
    padding-top: 5em;
    padding-top: 140px;
}

.unidades .title h3 {
    font-weight: bold;
    font-size: 38px;
    font-size: 2vw;
    line-height: 120%;
    color: #00ACBB;
    font-family: "Multicolore";
}

.unidades .unidades-container {
    width: 90%;
    margin: 0 auto;
}

.unidades .unidades-container .splide__list {
    display: flex;
}

.unidades .unidades-container .splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.unidades .unidades-container .splide__pagination {
    position: relative !important;
    z-index: 1;
    bottom: .5em;
    left: 3vw;
    transform: translateX(-50%);
    padding: 0;
    margin: 2em 0;
}

.unidades .unidades-container .splide__pagination__page {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: #F9BF39;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: 1;
}

.unidades .unidades-container .splide__pagination__page.is-active {
    transform: none !important;
    background: #00ACBB;
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.unidades .unidades-container .slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unidades .unidades-container .slide .slide-item {
    width: 67%;
}

.unidades .unidades-container .slide .slide-item h2 {
    font-weight: normal;
    font-size: 50px;
    font-size: 2.6vw;
    line-height: 120%;
    color: #00ACBB;
}

.unidades .unidades-container .slide .slide-img {
    width: 100%;
}

.unidades .unidades-container .slide .slide-img img {
    width: 100%;
    margin: 4vh 0 3vh 0;
}

.unidades .unidades-container .slide .slide-text {}

.unidades .slide-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    color: #636467;
    font-size: 1.15vw;
    font-family: "Bariol Regular";
}

.unidades .unidades-container .slide .como-chegar {
    width: 30%;
}

.unidades .unidades-container .slide .como-chegar h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.15vw;
    line-height: 120%;
    color: #00ACBB;
    font-family: "Multicolore";
}

.unidades .unidades-container .slide .como-chegar img {
    width: 100%;
    margin: 2.2vh 0 3.8vh 0;
}

.unidades .unidades-container .slide .funcionamento {}

.unidades .unidades-container .slide .funcionamento .dias {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.15vw;
    line-height: 120%;
    color: #00ACBB;
}

.unidades .unidades-container .slide .funcionamento .horas {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.15vw;
    line-height: 120%;
    color: #636467;
    margin-bottom: 17px;
    font-family: "Bariol Regular";
}

.unidades .effect-down {
    position: relative;
    text-align: end;
    /*Teste*/
    right: 0;
}

.slider {
    display: flex;
    flex-direction: column-reverse;
}

.unidades .effect-down img {
    width: 33vw;
}

.slider .splide__arrows {
    display: none;
}


/*Sea Um Franqueado*/

.seja-um-franqueado {
    background: #F9BF39;
    background: #00ACBB;
    height: 100vh;
}

.seja-um-franqueado .container {
    display: flex;
    justify-content: center;
    height: 100%;
    max-width: 100vw;
    padding: 0;
}

.seja-um-franqueado .container .text {
    width: 60%;
    background: url("../assets/bgForm.png")top center no-repeat;
    background-size: cover;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seja-um-franqueado .franqueado-effect {
    position: absolute;
    left: 0;
    height: 100%;
}

.seja-um-franqueado .franqueado-effect img {
    height: 100%;
}

.seja-um-franqueado .container .text .text-content {
    width: 60%;
    margin: 0 auto;
    color: #FFF;
}

.seja-um-franqueado .container .text h3 {
    font-weight: normal;
    line-height: 120%;
    width: 35vw;
    font-size: 4.5vw;
    font-size: 10.4vw;
    line-height: 95%;
}

.seja-um-franqueado .container .text p {
    font-size: 1.15vw;
    line-height: 120%;
    font-family: "Bariol Regular";
}

.seja-um-franqueado .sib-form .entry__label {
    color: #FFFFFF !important;
}

.seja-um-franqueado .form {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*FORM FRANQUADO SENDINBLUE*/

@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

#sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container input,
#sib-container textarea {
    font-family: 'Multicolore' !important;
}

.sib-form .entry__choice .checkbox,
.sib-form .entry__choice .radio-button {
    margin-right: .5em;
    left: 1.5em;
}

.entry__choice label p {
    display: inline;
    margin-left: 2em;
}

.sib-form {
    font-size: 1vw !important;
    padding: .8vw;
    padding: 0;
}

.sib-form .entry__label {
    font-size: .8vw !important;
}

.sib-sms-tooltip__icon {
    /*
        */
    display: none;
}

.entry__choice label p {
    font-size: .73vw;
    font-family: "Bariol Regular";
}

.sib-form-block__button-with-loader {
    font-size: .8vw !important;
}

#sib-container {
    padding: 0;
}

.sib-form * {}

.sib-form__declaration p {
    font-size: .7vw !important;
}

.fale-conosco .sib-form {
    padding: 0 !important;
}

.fale-conosco #sib-container {
    /*
        */
    max-width: 60% !important;
    padding: 0;
}

.fale-conosco .sib-sms-select__phone-number {
    font-size: 1vw !important;
}

.fale-conosco .sib-sms-select__title {
    height: 4vh;
}

.fale-conosco .sib-sms-select__number-input {
    height: 4vh;
}

.fale-conosco .sib-form .input:not(textarea),
.sib-form .input__button {
    height: 4vh;
}

.fale-conosco .entry__label {
    margin-bottom: 0px;
}

.fale-conosco .sib-form .entry__error+.entry__specification {
    font-size: .8vw !important;
    margin: 0;
}


/*PERSON*/

.persons {
    background: #00ACBB;
    /*
   padding: 2vw 0;
   */
    text-align: center;
    height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.persons .br {
    background: #FFF;
}

.persons .bg-person-up {
    text-align: right;
}

.persons .bg-person-up img {
    width: 20vw;
}

.persons .bg-person-down {
    text-align: left;
}

.persons .bg-person-down img {
    width: 20vw;
}

.persons .container {
    margin: 5vh auto;
}

.persons .slide-person {
    width: 80%;
    width: 100%;
    margin: 0 auto;
}

.persons .slide-person .card-item {
    width: 70%;
    margin: 5vw auto;
    margin: 0vw auto;
}

.persons .slide-person .card-img {}

.persons .slide-person .card-img img {
    width: 10vw;
}

.persons .slide-person .card-name {
    font-weight: normal;
    font-size: 4.2vw;
    text-align: center;
    color: #F9BF39;
    margin: 60px 0;
}

.persons .slide-person .br .card-name {
    color: #00ACBB;
}

.persons .slide-person .card-text {
    display: flex;
    align-items: flex-start;
}

.persons .slide-person .card-text img {
    width: 5vw;
}

.persons .slide-person .card-text p {
    font-family: "Multicolore";
    font-weight: bold;
    font-size: 22px;
    font-size: 1.8vw;
    line-height: 115%;
    text-align: center;
    color: #FFFFFF;
}

.persons .slide-person .br .card-text p {
    color: #636467;
}

.persons .unidades-container .splide__pagination {}

.persons .unidades-container .splide__arrow--next {
    right: 1em;
    background: transparent;
}

.persons .unidades-container .splide__arrow--prev {
    left: 1em;
    background: transparent;
}

.persons .splide__slide {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    width: 100vw !important;
}

.persons .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 4em;
    height: 4em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: transparent;
    color: #FFF;
}

.persons .splide__arrows svg path {
    fill: #F9BF39;
}

.persons .splide__arrow svg {
    width: 10vw;
    height: 10vh;
}

.persons .splide__arrow--prev {
    left: -10vw;
    left: 5vw;
}

.persons .splide__arrow--next {
    right: -10vw;
    right: 5vw;
}


/*FALE CONOSCO*/

.fale-conosco {
    height: 100vh;
    background: #F9BF39;
}

.fale-conosco .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 100vw;
    padding: 0;
}

.fale-conosco .container .img {
    background: url("../assets/faleConosco.png")top center no-repeat;
    background-size: cover;
    height: 80%;
    width: 50%;
}

.fale-conosco .container .img h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 150px;
    font-size: 5.5vw;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: -6vh;
    width: 80%;
}

.fale-conosco .container .content {
    width: 50%;
    height: 80%;
}

.fale-conosco .container .content .adress {
    overflow-y: scroll;
    height: 80%;
    width: 60%;
    margin: 0 auto;
    padding-top: 2vh;
}

.fale-conosco .card-adress {
    margin-bottom: 2em;
}

.fale-conosco .card-adress h3 {
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 24px;
    color: #00ACBB;
    font-family: "Multicolore";
}

.fale-conosco .card-adress p {
    font-weight: normal;
    font-size: 1.15vw;
    line-height: 120%;
    color: #FFFFFF;
    color: #636467;
    margin: 10px 0;
    font-family: "Bariol Regular";
}

.fale-conosco .card-adress .telefones {
    display: flex;
    align-items: center;
}

.fale-conosco .card-adress .telefones a {
    font-size: 18px;
    font-size: .9vw;
    line-height: 120%;
    color: #FFFFFF;
    color: #636467;
    display: flex;
    align-items: center;
    margin-right: 1em;
    font-family: "Multicolore";
    text-decoration: none;
}

.fale-conosco .card-adress .telefones a img {
    width: 1vw;
}

.fale-conosco .content .butons {
    width: 60%;
    margin: 0 auto;
    padding-top: 2vh;
}

.fale-conosco .content .butons .endereco {
    background: #FFF;
    color: #00ACBB;
    border: none;
    padding: 1em;
    outline: none;
    cursor: pointer;
    font-size: .88vw;
    font-family: "Multicolore";
    width: 30%;
}

.fale-conosco .content .butons .faleConosco {
    background: #00ACBB;
    padding: 1em;
    border: none;
    color: #FFF;
    outline: none;
    cursor: pointer;
    font-size: .88vw;
    margin-left: 2vw;
    font-family: "Multicolore";
}

.fale-conosco .form-contato {
    /*
    */
    display: none;
}

.text-down-mobile,
.img-exp-mob,
.endereco-mob,
.faleConosco-mob {
    display: none;
}

.seja-um-franqueado .text-content .button-cadastro-mob,
.pop-up-franquia,
.slide-mob {
    display: none;
}

footer {
    width: 100vw;
}

.footer-container {
    padding: 1vh 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.redes {
    float: left;
    position: absolute;
    left: 6%
}

.redes img {
    width: 2vw;
    width: 1.563vw;
}

.redes a+a {
    margin-left: 1em;
}

.footer-text {
    display: flex;
    align-items: center;
    font-family: "Bariol Regular";
    font-weight: 500;
    font-size: 1.8vw;
    font-size: 1vw;
}


/*MENU MOBILE*/

.hamburguer {
    display: none;
    cursor: pointer;
    float: right;
    color: #00ced1;
    z-index: 200;
}

.hamburguer div {
    width: 22px;
    height: 3px;
    background-color: #FFF;
    margin: 5px;
    transition: all 0.6s ease;
}

.navLinks {
    display: none;
}

header .menu-mobile,
.title-slide-mob {
    display: none;
}

.logo2 {
    display: none;
}

@media (min-width: 1026px) {
    .page-on-scroll .logo2 {
        display: none;
    }
    .page-on-scroll .header {
        border: none;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        /*
      background-color: #FFF;
      background-color: #00ACBB;
      background-color: #F9BF39;
      */
    }
    .page-on-scroll .menu li>a {
        color: #FFF;
    }
    .page-on-scroll.on-bg-transparent .header {
        background: transparent;
    }
    .page-on-scroll.on-bg-transparent .menu li>a {
        color: #FFF;
    }
    .page-on-scroll.on-experiencia .header {
        background: #00ACBB;
    }
    .page-on-scroll.on-experiencia .menu li>a {
        color: #FFF;
    }
    .page-on-scroll.on-unidades nav {
        /*
       margin-top: 0;
       */
    }
    .page-on-scroll.on-unidades .logo1 {
        display: none;
    }
    .page-on-scroll.on-unidades .logo2 {
        display: block;
    }
    .page-on-scroll.on-unidades .menu {}
    .page-on-scroll.on-unidades .header {
        background: rgba(245, 245, 245, 0.8);
        background: #fff;
    }
    .page-on-scroll.on-unidades .menu li>a {
        color: #00ACBB;
    }
    .page-on-scroll.on-seja-um-franqueado .header {
        background-color: #00ACBB;
    }
    .page-on-scroll.on-seja-um-franqueado .logo2 {
        display: none;
    }
    .page-on-scroll.on-seja-um-franqueado .logo1 {
        display: block;
    }
    .page-on-scroll.on-seja-um-franqueado .menu li>a {
        color: #FFF;
    }
    .page-on-scroll.on-persons .header {
        background: #00ACBB;
    }
    .page-on-scroll.on-persons .logo1 {
        display: block;
    }
    .page-on-scroll.on-persons .menu li>a {
        color: #FFF;
    }
    .page-on-scroll.on-fale-conosco .header {
        background: transparent;
    }
    .page-on-scroll.on-fale-conosco .logo1 {
        display: block;
    }
    .page-on-scroll.on-fale-conosco nav {}
    .page-on-scroll.on-fale-conosco .menu li>a {
        color: #FFF;
    }
}

@media screen and (min-width: 1200px) and (max-height: 719px) {
    .persons {
        height: auto;
    }
    .seja-um-franqueado {
        height: auto;
    }
    .seja-um-franqueado .container .text {
        height: auto;
    }
    .fale-conosco {
        height: 200vh;
    }
    .experiencia .exp-container .img img {
        width: 6.8vw;
        height: 80vw;
    }
}

@media screen and (max-width: 1025px) and (min-height: 769px) {
    .seja-um-franqueado {
        height: 65vh;
    }
    .seja-um-franqueado .franqueado-effect img {
        height: 65vh;
    }
    .hero {
        height: 85vh;
    }
    .experiencia .exp-container .img img {
        height: 60vh;
    }
    .fale-conosco {
        height: 75vh;
    }
}

@media screen and (max-width: 600px) {
    .redes-menus {
        display: none;
    }
    .unidades .slide-text {
        display: none;
    }
    .seja-um-franqueado .franqueado-effect {
        display: none;
    }
     ::-webkit-scrollbar {
        display: none;
    }
    .fale-conosco .sib-sms-select__title {
        font-family: "Helvetica", sans-serif;
    }
    .sib-form select.input:first-child,
    .sib-form select.input:last-child {
        font-family: "Helvetica", sans-serif;
    }
    .menu,
    .menu2,
    .menuLogo {
        display: none;
    }
    header .menu-mobile {
        display: flex;
        width: 50%;
    }
    .title-slide-mob {
        display: block;
        color: #00ACBB;
        width: fit-content;
        margin: 0 auto;
    }
    .menuLogo2 {
        z-index: 10;
    }
    .menuLogo2 img {
        width: 20vw;
        width: 12vw;
    }
    .hamburguer {
        display: block;
    }
    header {
        background: #F9BF39;
        background: #00ACBB;
        padding: 1.8vh 0;
    }
    nav {
        display: flex;
        width: 85%;
        margin: 0 auto;
        align-items: center;
        padding-top: 0;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    nav .navLinks {
        position: absolute;
        width: 100%;
        height: calc(90vh - 50px);
        background: #F9BF39;
        background: #00ACBB;
        top: 70px;
        top: 0;
        left: 0;
        transition: 0.6s;
        font-size: 18px;
        font-size: 6vw;
    }
    nav ul li {
        padding: 10px 0 0 0;
        width: 65%;
        margin: 0 auto;
        list-style: none;
    }
    nav ul li:nth-child(1) {
        margin-top: 70px;
    }
    nav .redes-menu {
        margin-top: 3vh;
        text-align: center;
    }
    nav .redes-menu img {
        width: 13vw;
    }
    nav .redes-menu a {
        margin: 0 2vw;
    }
    nav ul li a {
        text-decoration: none;
        color: #FFF !important;
    }
    nav ul.navAtiva {
        display: block;
        text-align: left;
        padding: 2em;
    }
    /*MENU ACIAM MOBILE*/
    main {
        overflow-x: hidden;
    }
    .endereco-mob,
    .faleConosco-mob {
        display: block;
    }
    .text-down,
    .endereco-desk,
    .faleConosco-desk {
        display: none;
    }
    .hero {
        height: 100vh;
    }
    .hero-container {
        justify-content: center;
    }
    .hero-container .title .img {
        height: 40vh;
        bottom: 0;
        position: relative;
        margin-bottom: 0;
    }
    .hero-container .title .text {
        width: 55%;
        margin: 0 auto;
        height: auto;
        margin-bottom: 0;
        margin-left: 10vw;
    }
    .hero-container .title .text h1 {
        font-weight: normal;
        line-height: 90%;
        width: 63vw;
        font-size: 44px;
        font-size: 18vw;
        color: #FFF;
    }
    .hero-container .title {
        background: #F9BF39;
        background: #00ACBB;
        width: 60%;
        height: 40%;
    }
    .hero-container .title .text p {
        display: none;
    }
    .text-down-mobile {
        display: block;
    }
    .text-down-mobile {
        width: 100vw;
        background: #FFF;
        position: relative;
        color: #00ACBB;
    }
    .text-down-mobile .text {
        padding: 4vw;
    }
    .text-down-mobile h2 {
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        font-size: 6vw;
        color: #1D97A6;
        FONT-SIZE: 10vw;
        line-height: 52px;
    }
    .text-down-mobile p {
        font-style: normal;
        font-weight: normal;
        font-size: 4.3vw;
        line-height: 18px;
        color: #636467;
        font-family: "Bariol Regular";
    }
    .text-down-mobile .img {
        text-align: center;
    }
    .text-down-mobile .img img {
        z-index: 10;
        margin-bottom: -8em;
        width: 72vw;
        position: relative;
    }
    .text-down-mobile .bg {
        width: 100vw;
    }
    .text-down-mobile .bg img {
        width: 100%;
    }
    .img-exp-desk {
        display: none;
    }
    .img-exp-mob {
        display: block;
    }
    .experiencia {}
    .experiencia .exp-container {
        justify-content: space-around;
        height: auto;
        padding-bottom: 5vh;
        width: 100%;
        align-items: inherit;
        flex-direction: column;
    }
    .experiencia .exp-container .img {
        height: auto;
        width: 100vw;
    }
    .experiencia .exp-container .img img {
        width: 100%;
        height: auto;
    }
    .experiencia .exp-container .grid {
        position: relative;
        right: 0;
        margin-right: 0;
    }
    .experiencia .exp-container .grid h2 {
        text-align: center;
        font-size: 28px;
        font-size: 7.5vw;
        margin: 40px 0;
    }
    .experiencia .exp-container .test {
        width: 85vw;
        right: -15vw;
    }
    .experiencia .exp-container .grid .column img {
        width: auto;
        width: 40vw;
        margin: 1vw;
    }
    .experiencia .exp-container .grid .column {
        width: 16%;
        width: auto;
    }
    .experiencia .exp-container .grid .test {
        overflow-x: scroll;
        width: 85vw;
        right: -16vw;
        position: relative;
    }
    /* width */
    .experiencia .exp-container .grid .test::-webkit-scrollbar {
        height: 4vw;
        display: block;
        margin-top: 3vh;
    }
    /* Track */
    .experiencia .exp-container .grid .test::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px transparent;
        border-radius: 10px;
        background: #99DBE2;
    }
    /* Handle */
    .experiencia .exp-container .grid .test::-webkit-scrollbar-thumb {
        background: #F9BF39;
        border-radius: 10px;
        width: 35vw;
    }
    /* Handle on hover */
    .experiencia .exp-container .grid .test::-webkit-scrollbar-thumb:hover {
        background: #00ACBB;
    }
    .experiencia .exp-container .grid .grid-itens {
        margin-bottom: 4vh;
    }
    /*Slide*/
    .unidades {
        height: auto;
    }
    .unidades .title h3 {
        font-size: 7.5vw;
    }
    .unidades .unidades-container .slide {
        display: none;
    }
    .slide-mob {
        display: block;
    }
    .title-slide-mob {
        font-weight: normal;
        font-size: 5vw;
        line-height: 38px;
    }
    .slide-mob {
        padding-bottom: 0;
        background: #00A4B7;
        width: 60vw;
        margin: 0 auto;
        text-align: center;
    }
    .slide-mob-card {
        color: #00ACBB;
        padding: 5px;
    }
    .slide-mob .img {
        width: 100%;
    }
    .slide-mob .img img {
        width: 100%;
    }
    .slide-mob .btn-card {
        padding: 20px 0;
    }
    .slide-mob .btn-card a {
        border: solid 1px #FFF;
        background: transparent;
        color: #FFF;
        font-size: 18px;
        font-family: "Multicolore";
        font-style: normal;
        /* font-weight: 300; */
        font-size: 16px;
        line-height: 18px;
        padding: 10px 11px;
        outline: none;
        text-decoration: none;
    }
    .slide-mob .funcionamento {
        background-color: #FFF;
        padding: 2vh 0;
    }
    .slide-mob .funcionamento .dias {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Bariol Regular';
        color: #00ACBB;
    }
    .slide-mob .funcionamento .horas {
        color: #636467;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
    }
    .unidades .bg-flocos img {
        width: 40vw;
    }
    .unidades .effect-down {
        display: none;
    }
    .unidades .unidades-container .splide__pagination {
        left: 13vw;
    }
    .unidades .unidades-container .splide__pagination__page {
        width: 14px;
        height: 14px;
    }
    .slider .splide__arrows {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-top: 5vh;
        margin-top: 0;
    }
    .slider .splide__arrow {
        position: absolute;
        z-index: 1;
        top: -12em;
        background: transparent;
    }
    .slider .splide__arrow--next {
        right: 0em;
        border: solid 1px #00ced1;
    }
    .slider .splide__arrow--prev {
        left: 0em;
        border: solid 1px #00ced1;
    }
    .slider .splide__arrows svg path {
        fill: #C1BBAD;
    }
    .slider .splide__arrow svg {}
    .seja-um-franqueado {
        height: 50vh;
        background: #F9BF39;
    }
    .seja-um-franqueado .form {
        display: none;
    }
    .seja-um-franqueado .container .text {
        width: 100%;
        background: #F9BF39;
        background: url("../assets/bgFranquiaMob.png")top center no-repeat;
        background-size: cover;
    }
    .seja-um-franqueado .container .text p {
        display: none;
    }
    .seja-um-franqueado .container .text .text-content {
        height: 100%;
        width: 80%;
        margin: 0 auto;
        color: #FFF;
        text-align: center;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .seja-um-franqueado .container .text h3 {
        font-weight: normal;
        line-height: 120%;
        font-size: 10vw;
        line-height: 62px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        font-size: 18.5vw;
        line-height: 62px;
    }
    .seja-um-franqueado .text-content .button-cadastro-mob {
        display: block;
    }
    .seja-um-franqueado .text-content .button-cadastro-mob button {
        background: #00A4B7;
        box-shadow: 0px 4px 10px 1px rgba(71, 71, 71, 0.2);
        border: none;
        cursor: pointer;
        outline: none;
        color: #FFF;
        font-family: "Multicolore";
        font-size: 5.5vw;
        padding: 10px;
    }
    /*PERSONS*/
    .persons .slide-person .card-img img {
        width: 35vw;
    }
    .persons .slide-person {
        width: 90%;
        width: 100%;
        margin: 0 auto;
    }
    .persons .slide-person .card-name {
        font-weight: normal;
        font-size: 12vw;
    }
    .persons .slide-person .card-text {
        display: block;
    }
    .persons .slide-person .card-text p {
        font-weight: normal;
        font-size: 5vw;
        font-family: "Bariol Regular";
    }
    .persons .slide-person .card-text img {
        width: 8vw;
    }
    .persons .slide-person .card-text>img {
        float: left;
    }
    .persons .slide-person .card-text p+img {
        float: right;
    }
    .persons .splide__arrow--prev {
        left: -2em;
        left: 0em;
    }
    .persons .splide__arrow--next {
        right: -2em;
        right: 0em;
    }
    .persons .bg-person-up img {
        width: 50vw;
    }
    .persons .bg-person-down img {
        width: 50vw;
    }
    .fale-conosco {
        height: 50vh;
    }
    .fale-conosco .container {
        max-width: 100vw;
        flex-direction: column;
    }
    .fale-conosco .container .img {
        width: 100%;
    }
    .fale-conosco .container .img h3 {
        display: none;
    }
    .fale-conosco .container .content {
        width: 100%;
    }
    .fale-conosco .container .adress {
        display: none;
        width: 80%;
    }
    .fale-conosco .card-adress .telefones a img {
        width: 4vw;
    }
    .fale-conosco .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .fale-conosco .content .butons {
        width: 75%;
        margin: 0 auto;
        padding-top: 2vh;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 5vh;
        font-family: "Multicolore";
    }
    .fale-conosco .content .butons .faleConosco {
        background: #00ACBB;
        padding: 1em;
        border: none;
        color: #FFF;
        outline: none;
        cursor: pointer;
        font-size: 3vw;
        margin-left: 2vw;
        font-family: "Multicolore";
    }
    .fale-conosco .content .butons .endereco {
        background: #FFF;
        padding: 1em;
        border: none;
        color: #00ACBB;
        outline: none;
        cursor: pointer;
        font-size: 3vw;
        margin-left: 2vw;
        width: 40%;
    }
    .fale-conosco .content {}
    .fale-conosco .container .content .adress {
        overflow-y: scroll;
        height: 60vh;
        padding-top: 5vh;
    }
    .fale-conosco .form-contato {
        display: none;
        height: 60vh;
        overflow-x: scroll;
    }
    .fale-conosco #sib-container {
        max-width: 80% !important;
        padding: 0;
        padding-top: 5vh;
    }
    .fale-conosco .card-adress h3 {
        font-size: 4.8vw;
    }
    .fale-conosco .card-adress p {
        font-size: 4vw;
    }
    .fale-conosco .card-adress .telefones a {
        font-size: 3.5vw;
        margin-bottom: 1vh;
    }
    .fale-conosco .card-adress .telefones {
        display: block;
    }
    .fale-conosco .entry__label {
        font-size: 4vw !important;
    }
    .fale-conosco .sib-form .input,
    .sib-form .input__button {
        height: 4vh;
        font-size: 14px;
        font-size: 3.5vw !important;
    }
    .fale-conosco .sib-form .input:not(textarea),
    .sib-form .input__button {
        height: 6vh;
    }
    .fale-conosco .sib-sms-select__title {
        height: 6vh;
        font-family: "Helvetica", sans-serif;
    }
    .sib-sms-select__title>.sib-sms-select__label-text {
        font-family: "Helvetica", sans-serif;
    }
    .sib-sms-select__title>.sib-sms-select__label-text {
        font-family: "Helvetica", sans-serif;
    }
    .fale-conosco .sib-sms-select__phone-number {
        font-size: 3.5vw !important;
    }
    .fale-conosco .sib-sms-select__number-input {
        height: 6vh;
    }
    .fale-conosco .sib-form .textarea {
        height: 12vh;
    }
    .entry__choice label p {
        font-size: 3.2vw;
    }
    .fale-conosco .sib-form .entry__error+.entry__specification {
        font-size: 3vw !important;
        margin-bottom: 2vh;
    }
    .sib-form__declaration p {
        font-size: 2.5vw !important;
    }
    .sib-form .checkbox,
    .sib-form .radio-button {
        width: 4em !important;
        height: 4em !important;
    }
    .sib-form-block__button {
        margin: 2vh 0;
        font-size: 3.5vw !important;
    }
    .pop-up-franquia .sib-form {
        padding: 0;
    }
    .pop-up-franquia #sib-container {
        background-color: transparent !important;
    }
    .pop-up-franquia {
        background: url("../assets/bg-popUp-Franquado.png") top center !important;
        background-size: cover;
        top: 0;
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: flex;
        margin: auto;
        z-index: 400;
        left: 0%;
        right: 0%;
        overflow: auto;
        background: rgba(0, 0, 0, 0.8);
        display: none;
    }
    .pop-up-franquia .form-contato {
        display: none;
        height: 60vh;
        overflow-x: scroll;
    }
    .pop-up-franquia #sib-container {
        max-width: 80% !important;
        padding: 0;
        padding-top: 5vh;
        border: none !important;
    }
    .pop-up-franquia .card-adress h3 {
        font-size: 4.8vw;
    }
    .pop-up-franquia .card-adress p {
        font-size: 4vw;
    }
    .pop-up-franquia .card-adress .telefones a {
        font-size: 3.5vw;
        margin-bottom: 1vh;
    }
    .pop-up-franquia .card-adress .telefones {
        display: block;
    }
    .pop-up-franquia .entry__label {
        font-size: 4vw !important;
    }
    .pop-up-franquia .sib-form .input,
    .sib-form .input__button {
        height: 4vh;
        font-size: 14px;
        font-size: 3.5vw !important;
    }
    .pop-up-franquia .sib-form .input:not(textarea),
    .sib-form .input__button {
        height: 6vh;
    }
    .pop-up-franquia .sib-sms-select__title {
        height: 6vh;
    }
    .pop-up-franquia .sib-sms-select__phone-number {
        font-size: 3.5vw !important;
    }
    .pop-up-franquia .sib-sms-select__number-input {
        height: 6vh;
    }
    .pop-up-franquia .sib-form .textarea {
        height: 12vh;
    }
    .entry__choice label p {
        font-size: 3.2vw;
    }
    .pop-up-franquia .sib-form .entry__error+.entry__specification {
        font-size: 3vw !important;
        margin-bottom: 2vh;
    }
    .sib-form__declaration p {
        font-size: 2.5vw !important;
    }
    .sib-form .checkbox,
    .sib-form .radio-button {
        width: 4em !important;
        height: 4em !important;
    }
    .sib-form-block__button {
        margin: 2vh 0;
        font-size: 3.5vw !important;
    }
    .pop-up-franquia .btn {
        float: right;
        margin: 2vw;
    }
    .pop-up-franquia .btn button {
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }
    .pop-up-franquia .btn button img {}
    .pop-up-franquia .title {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        width: 70%;
        margin: 90px auto;
    }
    .pop-up-franquia .title img {}
    .pop-up-franquia .title h2 {
        font-weight: normal;
        /* font-size: 45px; */
        font-size: 18.5vw;
        line-height: 62px;
        color: #FFFFFF;
        margin-left: 5vw;
    }
    .redes img {
        width: 6vw;
    }
    .footer-text {
        font-size: 4vw;
    }
}

.sib-sms-select__calling-code {
    color: #636467 !important;
    color: rgba(99, 100, 103, 0.5) !important;
    color: #c0ccda !important;
}

.sib-sms-select__title>.sib-sms-select__label-text {
    color: rgba(99, 100, 103, 0.5) !important;
    color: #c0ccda !important;
}

.sib-form select.input:first-child,
.sib-form select.input:last-child {
    color: rgba(99, 100, 103, 0.5) !important;
    color: #c0ccda !important;
}

.form-contato input {
    font-family: 'Montserrat', sans-serif;
}


/*Adicionando animação*/

@keyframes navLinkDesaparece {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}


/*Transformando Menu Hamburguer em X*/

.hamburguerAlternar .linha1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburguerAlternar .linha2 {
    opacity: 0;
}

.hamburguerAlternar .linha3 {
    transform: rotate(-45deg) translate(5px, -6px);
}