@charset "UTF-8";* {margin: 0;padding: 0;box-sizing: border-box;}*::after, *::before {box-sizing: border-box;}html, body {width: 100%;height: 100%;}body {font-weight: 400;font-style: normal;font-family: Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;scroll-behavior: smooth;position: relative;}a, a:hover, a:active, a:focus {outline: none;text-decoration: none;}.site {position: relative;background-color: #252525;overflow: hidden;}.site .bg-style {z-index: 1;width: 100%;position: fixed;background: #252525 url(../images/bg-style.png) no-repeat center;background-position: 50% 0;height: 3144px;right: 0;top: -68rem;}.button-green-1, .button-green-2, .button-green-icon {width: -moz-fit-content;width: fit-content;padding: 4px 3rem 11px 3rem;background-color: #caf800;color: #252525;font-size: 2rem;font-family: "degular", sans-serif;font-weight: 600;line-height: 100%;border-radius: 5rem;border: 1px solid #caf800;display: flex;align-items: center;justify-content: center;animation: leave 0.6s forwards;}.button-green-1:hover, .button-green-2:hover, .button-green-icon:hover {animation: hover 0.6s forwards;}.button-green-icon {display: flex;align-items: center;justify-content: center;padding: 2rem;width: 2rem;height: 2rem;}.button-green-2 {padding: 4px 1rem 11px 3rem;}.button-green-2 i {margin-left: 1rem;margin-top: 8px;font-size: 1.5rem;}@keyframes hover {from {box-shadow: inset 0 0 0 0.01px #252525;}to {box-shadow: inset 19rem 0 0 0.01px #252525;color: #fff;}}@keyframes leave {from {box-shadow: inset -19rem 0 0 0.01px #252525;color: #fff;}to {box-shadow: inset 0 0 0 0 #252525;}}@media only screen and (max-width: 1199px) {.button-green-1, .button-green-2 {font-size: 1.8rem;}.button-green-icon {padding: 1.85rem;width: 1.85rem;height: 1.85rem;}}@media only screen and (max-width: 991px) {.button-green-1, .button-green-2 {font-size: 1.6rem;}}@media only screen and (max-width: 767px) {.button-green-1, .button-green-2 {font-size: 1.5rem;padding: 3px 1.5rem 8px;}.button-green-icon {padding: 1.5rem;width: 1.5rem;height: 1.5rem;}}@media only screen and (max-width: 576px) {.button-green-1 {font-size: 1.4rem;}.button-green-icon {padding: 1.4rem;width: 1.4rem;height: 1.4rem;}}@media only screen and (max-width: 425px) {.button-green-1, .button-green-2 {font-size: 1.25rem;}.button-green-icon {padding: 1.25rem;width: 1.25rem;height: 1.25rem;}}.navbar {padding: 1.5rem 0;border: none;z-index: 999;display: flex;justify-content: flex-start;}.navbar .navbar-toggler {border: 0;padding: 2px 6px;background-color: #caf800;}.navbar .navbar-toggler-icon {border: 0;}.navbar .box-search {background: #caf800;border-radius: 40px;padding: 8px;}.navbar .box-search .search-form:hover > .search-input {width: 240px;padding: 0 6px;}.navbar .box-search .search-form:hover > .search-button {background: #FFFFFF;color: #caf800;}.navbar .box-search .search-button {color: #FFFFFF;float: right;width: 20px;height: 20px;outline: none;border: 0;border-radius: 50%;background: #caf800;display: flex;justify-content: center;align-items: center;transition: 0.4s;}.navbar .box-search .search-input {border: none;background: none;outline: none;float: left;padding: 0;color: #252525;font-family: "degular", sans-serif;font-weight: 500;font-size: 1rem;transition: 0.4s;line-height: 20px;width: 0px;}.navbar-nav {gap: 1rem;display: flex;align-items: center;justify-content: center;flex: 1;}.navbar-nav .nav-link {font-size: 1.313rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 600;border-radius: 5rem;width: 7rem;display: flex;align-items: center;justify-content: center;padding: 2px 0 5px 0;transition: 0.8s;}.navbar-nav .nav-link:hover {background-color: #caf800;border-radius: 5rem;color: #252525;transition: ease-in-out;}.navbar-brand img {width: 100%;height: 2.313rem;}.navbar-toggler:focus {box-shadow: 0 0 0;}.active .nav-link {background-color: #caf800;border-radius: 5rem;color: #252525;}@media only screen and (max-width: 1199px) {.navbar .box-search .search-form:hover > .search-input {width: 50%;padding: 0 6px;}.navbar-nav {margin: 0 0 0 0;display: flex;align-items: flex-start;gap: 0;}.navbar-nav .nav-link {font-size: 1.3rem;}}@media only screen and (max-width: 991px) {.navbar .box-search {display: none;}}@media only screen and (max-width: 575px) {.navbar-nav .nav-link {font-size: 14px;}.navbar-brand img {height: 2rem;}}@media only screen and (max-width: 425px) {.navbar-brand img {height: 1.8rem;}}.offcanvas.offcanvas-end {width: 250px;}.offcanvas-header .offcanvas-logo img {width: 100%;height: 28px;}.offcanvas-header .btn-close {border: 0;box-shadow: 0 0 0 0;}.offcanvas-body {padding: 12px 1rem 0 1rem;}.offcanvas-body ul {padding-left: 5px;}.offcanvas-body .nav-offcanvas {list-style: none;float: left;}.offcanvas-body .nav-offcanvas .active .nav-link {font-family: "degular", sans-serif;font-weight: 600;color: #caf800;background-color: #FFFFFF;}.offcanvas-body .nav-offcanvas li {padding: 10px 0;}.offcanvas-body .nav-offcanvas li a {font-size: 1.3rem;color: #252525;font-family: "degular", sans-serif;font-weight: 600;}.offcanvas-body .nav-offcanvas .box-offcanvas-icons {display: flex;gap: 5px;margin-top: 1rem;}.offcanvas-body .nav-offcanvas .box-offcanvas-icons img {width: 2rem;height: auto;aspect-ratio: 3/2;}.title {visibility: hidden;}.title.is-splitted {visibility: visible;}.title .st-line {display: block;overflow: hidden;}.title .st-line > div {display: block;transform: translateY(100%);}.title.is-visible .st-line > div {transform: translateY(0);transition-duration: 1s;}.title.is-visible .st-line:nth-child(2) > div {transition-duration: 1.2s;transition-delay: 0.1s;}.title.is-visible .st-line:nth-child(3) > div {transition-duration: 1.4s;transition-delay: 0.2s;}.title.is-visible .st-line:nth-child(4) > div {transition-duration: 1.6s;transition-delay: 0.3s;}.title.is-visible .st-line:nth-child(5) > div {transition-duration: 1.8s;transition-delay: 0.4s;}.title.is-visible .st-line:nth-child(6) > div {transition-duration: 2s;transition-delay: 0.5s;}.title.is-visible .st-line:nth-child(7) > div {transition-duration: 2.2s;transition-delay: 0.6s;}.title.is-visible .st-line:nth-child(8) > div {transition-duration: 2.4s;transition-delay: 0.7s;}.title.is-visible .st-line:nth-child(9) > div {transition-duration: 2.6s;transition-delay: 0.8s;}.title.is-visible .st-line:nth-child(10) > div {transition-duration: 2.8s;transition-delay: 0.9s;}html.lenis {height: auto;}.lenis.lenis-smooth {scroll-behavior: auto;}.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}.lenis.lenis-stopped {overflow: hidden;}.lenis.lenis-scrolling iframe {pointer-events: none;}.marcar {background-color: #1c1c1c;width: 100%;height: auto;position: relative;padding: 8rem 0;z-index: 9;}.marcar .box-text {display: flex;align-items: flex-end;}.marcar .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 80%;}.marcar .box-text h1 span {font-family: "degular", sans-serif;font-weight: 200;font-style: italic;padding: 0 2rem 0 0;}@media only screen and (max-width: 1399px) {.marcar .box-text h1 {font-size: 6.5rem;}}@media only screen and (max-width: 1199px) {.marcar {padding: 6rem 0;}.marcar .box-text h1 {font-size: 6rem;margin-right: 1.5rem;}}@media only screen and (max-width: 991px) {.marcar .box-text h1 {font-size: 4.5rem;}}@media only screen and (max-width: 767px) {.marcar {padding: 5rem 0;}.marcar .box-text {display: block;}.marcar .box-text h1 {font-size: 4rem;margin-bottom: 2rem;}}@media only screen and (max-width: 575px) {.marcar {padding: 4rem 0;}.marcar .box-text h1 {font-size: 3.5rem;}}@media only screen and (max-width: 425px) {.marcar .box-text h1 {font-size: 2.5rem;margin-bottom: 1.5rem;}}.conheca {background-color: #caf800;width: 100%;height: auto;position: relative;padding: 5rem 0;z-index: 9;}.conheca .box-text {display: flex;align-items: center;}.conheca .box-text h1 {font-size: 2.5rem;color: #252525;font-weight: 700;line-height: 100%;max-width: 20%;}.conheca .box-imgs {display: grid;grid-template-columns: repeat(3, auto);gap: 7rem;align-items: center;justify-content: flex-end;}.conheca .box-imgs .lc {width: 13rem;}.conheca .box-imgs .lp {width: 9.5rem;}.conheca .box-imgs .li {width: 10.5rem;}@media only screen and (max-width: 1399px) {.conheca .box-text h1 {max-width: 45%;}.conheca .box-imgs {grid-template-columns: repeat(3, auto);gap: 5rem;}.conheca .box-imgs .lc {width: 11rem;}.conheca .box-imgs .lp {width: 8.5rem;}.conheca .box-imgs .li {width: 9.5rem;}}@media only screen and (max-width: 1199px) {.conheca .box-text h1 {font-size: 2.2rem;}.conheca .box-imgs {grid-template-columns: repeat(3, auto);gap: 4rem;}}@media only screen and (max-width: 991px) {.conheca .box-text h1 {font-size: 2rem;max-width: 100%;margin-bottom: 2rem;}.conheca .box-imgs {grid-template-columns: repeat(3, auto);gap: 4rem;justify-content: flex-start;}}@media only screen and (max-width: 767px) {.conheca .box-imgs {grid-template-columns: repeat(1, auto);gap: 2rem;justify-content: flex-start;}}@media only screen and (max-width: 575px) {.conheca .box-text h1 {font-size: 1.5rem;}.conheca .box-imgs .lc {width: 10rem;}.conheca .box-imgs .lp {width: 7.5rem;}.conheca .box-imgs .li {width: 8.5rem;}}@media only screen and (max-width: 425px) {.conheca {padding: 4rem 0 5rem 0;}.conheca .box-imgs .lc {width: 9rem;}.conheca .box-imgs .lp {width: 6.5rem;}.conheca .box-imgs .li {width: 7.5rem;}}.case-titulo {width: 100%;height: auto;position: relative;padding: 3rem 0 1px 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.case-titulo img {width: 100%;height: auto;}.case-titulo .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;}.case-titulo .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 140%;margin-top: 3rem;}@media only screen and (max-width: 1399px) {.case-titulo .box-text h1 {font-size: 6.5rem;margin-bottom: 2rem;}.case-titulo .box-text p {font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.case-titulo .box-text {margin-bottom: -1rem;}.case-titulo .box-text h1 {font-size: 5rem;}.case-titulo .box-text p {font-size: 1.4rem;}}@media only screen and (max-width: 991px) {.case-titulo .box-text h1 {font-size: 4rem;}}@media only screen and (max-width: 767px) {.case-titulo .box-text h1 {font-size: 3.5rem;}.case-titulo .box-text p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.case-titulo .box-text h1 {font-size: 3rem;}.case-titulo .box-text p {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.case-titulo {padding: 2rem 0 1px 0;}.case-titulo .box-text {margin-bottom: -1.5rem;}.case-titulo .box-text h1 {font-size: 2.3rem;}.case-titulo .box-text p {font-size: 1.15rem;}}.footer {background-color: #FFFFFF;width: 100%;height: auto;padding: 4rem 0;display: flex;align-items: center;position: relative;z-index: 999;}.footer .box-text span {font-size: 1.813rem;color: #252525;font-family: "degular", sans-serif;font-weight: 600;margin-bottom: 10px;}.footer .box-redes-sociais {display: flex;align-items: center;justify-content: center;gap: 12px;}.footer .box-redes-sociais .box-icones {display: flex;gap: 12px;}.footer .box-redes-sociais .box-icones img {width: 1.25rem;height: auto;}.footer .box-redes-sociais span {font-size: 1.813rem;color: #252525;font-family: "degular", sans-serif;font-weight: 600;}.footer .box-logo {display: grid;align-items: center;justify-content: flex-end;}.footer .box-logo img {width: 11rem;height: auto;}.footer .box-logo span {font-size: 1rem;color: #252525;font-family: "degular", sans-serif;font-weight: 600;text-align: right;margin-top: 12px;}.footer .button-flutuante {position: fixed;width: 50px;height: 50px;bottom: 30px;right: 15px;background-color: #25d366;color: #FFF;border-radius: 50px;text-align: center;font-size: 30px;box-shadow: 1px 1px 3px #000000;z-index: 99999999;display: flex;align-items: center;justify-content: center;}@media only screen and (max-width: 991px) {.footer .box-text {display: flex;align-items: center;justify-content: center;text-align: center;}.footer .box-text span {font-size: 1.5rem;}.footer .box-redes-sociais {display: flex;align-items: center;justify-content: center;margin: 2rem 0;}.footer .box-redes-sociais span {font-size: 1.5rem;}.footer .box-logo {justify-items: center;align-items: center;justify-content: center;text-align: center;}.footer .box-logo img {width: 9rem;height: auto;}}@media only screen and (max-width: 575px) {.footer .box-text span {font-size: 1.3rem;}.footer .box-redes-sociais span {font-size: 1.3rem;}.footer .box-logo img {width: 6.5rem;height: auto;}}.hero {width: 100%;height: auto;position: relative;padding-bottom: 8rem;z-index: 9;}.hero .row {animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.hero .img-fluid {margin-left: 3.8rem;}.hero .AnimatedText {z-index: 9;padding: 0;}.hero .AnimatedText span {display: inline-block;animation: wave-text 1s ease-in-out;}.hero .AnimatedText span:nth-of-type(1) {animation-delay: 0s;}.hero .AnimatedText span:nth-of-type(2) {animation-delay: 0.1s;}.hero .AnimatedText span:nth-of-type(3) {animation-delay: 0.2s;}@keyframes wave-text {00% {transform: translateY(0);}60% {transform: translateY(3rem);}100% {transform: translateY(0);}}.hero h1 {font-size: 38rem;font-family: "degular", sans-serif;font-weight: 700;color: #FFFFFF;display: flex;align-items: center;margin-bottom: -6.5rem;padding: 0;height: 38rem;overflow: hidden;}@keyframes up {from {transform: translateY(20px);opacity: 0;}to {transform: translateY(0);opacity: 1;}}.hero .box-text {margin-top: 5rem;}.hero .box-text p {font-size: 1.688rem;font-family: "degular", sans-serif;font-weight: 700;color: #FFFFFF;max-width: 85%;margin-left: 5px;}@media only screen and (max-width: 1399px) {.hero .img-fluid {margin-left: 3rem;}.hero h1 {font-size: 34rem;margin-bottom: -6rem;height: 34rem;}.hero .box-text {margin-left: 6.5rem;}.hero .box-text p {font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.hero .img-fluid {margin-left: 3rem;}.hero h1 {font-size: 29rem;margin-bottom: -5rem;height: 29rem;}.hero .box-text {margin-top: 3rem;margin-left: 2.8rem;}.hero .box-text p {font-size: 1.4rem;}}@media only screen and (max-width: 991px) {.hero .img-fluid {margin-left: 1.5rem;}.hero .AnimatedText span {height: 30rem;}.hero h1 {font-size: 22rem;margin-bottom: -6rem;height: 22rem;}.hero .box-text {margin-left: 1.5rem;}}@media only screen and (max-width: 767px) {.hero .img-fluid {margin-left: 1rem;}.hero .AnimatedText span {height: 23rem;}.hero h1 {font-size: 16.5rem;margin-bottom: -5rem;height: 16.5rem;}.hero .box-text {margin-top: 2rem;margin-left: 1rem;}.hero .box-text p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.hero {padding-bottom: 4rem;}.hero .img-fluid {margin-left: 0;}.hero .AnimatedText span {height: -moz-fit-content;height: fit-content;padding: 0 0 2rem 0;}.hero h1 {font-size: 45vw;margin-bottom: -10vh;justify-content: center;height: 50vw;}.hero .box-text {margin-left: 0;}.hero .box-text p {font-size: 1.25rem;max-width: 100%;}}@media only screen and (max-width: 425px) {.hero h1 {margin-bottom: -11vh;height: 60vw;}.hero .box-text p {font-size: 1.15rem;}}@media only screen and (max-width: 380px) {.hero h1 {margin-bottom: -9vh;height: 60vw;}}.comunicar {width: 100%;height: auto;position: relative;z-index: 9;margin-bottom: -10px;}.comunicar .box-text {margin-bottom: 3rem;}.comunicar .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 80%;max-width: 50%;}.comunicar .bg-video {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}.comunicar #grow {transform: scale(0.8);}html[data-scroll-orientation=horizontal] body {width: -moz-fit-content;width: fit-content;}html[data-scroll-orientation=horizontal] [data-scroll-container] {display: flex;}@media only screen and (max-width: 1399px) {.comunicar .box-text h1 {font-size: 6.5rem;}}@media only screen and (max-width: 1199px) {.comunicar .box-text h1 {font-size: 5rem;}}@media only screen and (max-width: 991px) {.comunicar .box-text h1 {font-size: 4rem;max-width: 60%;}}@media only screen and (max-width: 767px) {.comunicar .box-text h1 {font-size: 3.5rem;}.comunicar .bg-video {width: 100%;height: 100%;animation: none;}}@media only screen and (max-width: 575px) {.comunicar .box-text h1 {font-size: 2.5rem;}}@media only screen and (max-width: 425px) {.comunicar .box-text h1 {font-size: 2rem;max-width: 100%;}}.marcas {width: 100%;height: auto;position: relative;padding: 6rem 0 1px 0;z-index: 9;background-color: #252525;}.marcas .box-text {margin-bottom: 3rem;display: flex;align-items: center;}.marcas .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 85%;}.marcas .box-text h1 .italico {font-family: "degular", sans-serif;font-weight: 200;font-style: italic;}.marcas .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;max-width: 85%;}.marcas .box-text .box-marcas-1, .marcas .box-text .box-marcas-2, .marcas .box-text .box-marcas-3, .marcas .box-text .box-marcas-4 {margin-top: 6rem;display: flex;align-items: flex-start;justify-content: flex-start;position: relative;}.marcas .box-text .box-marcas-1 .box-img, .marcas .box-text .box-marcas-2 .box-img, .marcas .box-text .box-marcas-3 .box-img, .marcas .box-text .box-marcas-4 .box-img {overflow: hidden;transition: ease-out 0.35s;z-index: 9;}.marcas .box-text .box-marcas-1 .box-img img, .marcas .box-text .box-marcas-2 .box-img img, .marcas .box-text .box-marcas-3 .box-img img, .marcas .box-text .box-marcas-4 .box-img img {cursor: url(../images/arrow-green.svg), default;-o-object-fit: cover;object-fit: cover;transition: transform 0.45s;}.marcas .box-text .box-marcas-1 .box-img img:hover, .marcas .box-text .box-marcas-2 .box-img img:hover, .marcas .box-text .box-marcas-3 .box-img img:hover, .marcas .box-text .box-marcas-4 .box-img img:hover {transform: scale(1.1);}.marcas .box-text .box-marcas-1 h2, .marcas .box-text .box-marcas-2 h2, .marcas .box-text .box-marcas-3 h2, .marcas .box-text .box-marcas-4 h2 {font-size: 2.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;margin-left: 2rem;line-height: 100%;margin-top: 6rem;}.marcas .box-text .box-marcas-1 h3, .marcas .box-text .box-marcas-2 h3, .marcas .box-text .box-marcas-3 h3, .marcas .box-text .box-marcas-4 h3 {font-size: 13px;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;margin-left: 2rem;line-height: 100%;margin-bottom: 3rem;}.marcas .box-text .box-marcas-2 {display: grid;align-items: flex-end;justify-content: flex-end;margin-top: -4rem;}.marcas .box-text .box-marcas-2 h2 {margin-left: 0;margin-top: 1rem;}.marcas .box-text .box-marcas-2 h3 {margin-left: 0;}.marcas .box-text .box-marcas-3 {display: grid;align-items: flex-start;justify-content: flex-start;margin-top: -18rem;}.marcas .box-text .box-marcas-3 h2 {margin-left: 0;margin-top: 1rem;}.marcas .box-text .box-marcas-3 h3 {margin-left: 0;}.marcas .box-text .box-marcas-4 {display: grid;align-items: flex-end;justify-content: flex-end;margin-top: -4rem;}.marcas .box-text .box-marcas-4 h2 {margin-left: 0;margin-top: 1rem;}.marcas .box-text .box-marcas-4 h3 {margin-left: 0;}@media only screen and (max-width: 1399px) {.marcas .box-text h1 {font-size: 6.5rem;}.marcas .box-text p {max-width: 100%;font-size: 1.5rem;}.marcas .box-text .box-meio-marcas {display: flex;gap: 4rem;}.marcas .box-text .box-meio-marcas .box-marcas-2 {margin-top: 4rem;}.marcas .box-text .box-meio-marcas .box-marcas-3 {margin-top: 4rem;}.marcas .box-text .box-marcas-4 {margin-top: 2rem;}}@media only screen and (max-width: 1199px) {.marcas .box-text h1 {font-size: 5rem;margin-bottom: 2rem;max-width: 60%;}.marcas .box-text p {font-size: 1.4rem;max-width: 60%;}.marcas .box-text .box-marcas-1, .marcas .box-text .box-marcas-2, .marcas .box-text .box-marcas-3, .marcas .box-text .box-marcas-4 {margin-top: 4rem;}.marcas .box-text .box-marcas-4 {margin-top: 1rem;}}@media only screen and (max-width: 991px) {.marcas .box-text h1 {font-size: 4rem;max-width: 60%;}}@media only screen and (max-width: 767px) {.marcas .box-text h1 {font-size: 3.5rem;max-width: 70%;}.marcas .box-text p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.marcas {padding: 3rem 0 1px 0;}.marcas .box-text h1 {font-size: 2.5rem;max-width: 100%;}.marcas .box-text p {font-size: 1.25rem;max-width: 100%;}.marcas .box-text .box-marcas-1, .marcas .box-text .box-marcas-2, .marcas .box-text .box-marcas-3, .marcas .box-text .box-marcas-4 {margin-top: 2rem;}.marcas .box-text .box-marcas-1 {display: grid;align-items: flex-end;justify-content: flex-end;}.marcas .box-text .box-marcas-1 h2 {margin-left: 0;margin-top: 1rem;font-size: 1.5rem;}.marcas .box-text .box-marcas-1 h3 {margin-left: 0;}.marcas .box-text .box-meio-marcas {gap: 3rem;}.marcas .box-text .box-meio-marcas .box-marcas-2 {margin-top: 1rem;}.marcas .box-text .box-meio-marcas .box-marcas-3 {margin-top: 1rem;}.marcas .box-text .box-marcas-4 {margin-top: 1rem;}}@media only screen and (max-width: 425px) {.marcas .box-text h1 {font-size: 2rem;max-width: 100%;}.marcas .box-text p {font-size: 1.15rem;}.marcas .box-text .box-meio-marcas {display: block;}}.horizontal-scroll {width: 100%;height: auto;padding: 0 0 4rem 0;position: relative;z-index: 2;align-items: center;justify-content: center;text-align: center;display: flex;background-color: #252525;}.horizontal-scroll p {width: 130%;font-size: 42vw;font-weight: 700;color: #FFFFFF;font-family: "degular", sans-serif;line-height: 80%;}.feature {width: 100%;height: auto;position: relative;padding: 1px 0 6rem 0;z-index: 9;background-color: #252525;}.feature .box-text {margin-bottom: 3rem;position: relative;}.feature .box-text h1 {font-size: 3.875rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;}.feature .box-text p {font-size: 2rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 110%;margin: 0 0 10px;}@media only screen and (max-width: 1399px) {.feature .box-text h1 {font-size: 3.5rem;}.feature .box-text p {font-size: 1.8rem;}}@media only screen and (max-width: 1199px) {.feature .box-text h1 {font-size: 3rem;}.feature .box-text p {font-size: 1.5rem;}}@media only screen and (max-width: 991px) {.feature .box-text p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.feature {padding: 0;}.feature .box-text h1 {font-size: 2.5rem;}.feature .box-text p {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.feature .box-text h1 {font-size: 2rem;}.feature .box-text p {font-size: 1.15rem;}}.logos {background-color: #252525;width: 100%;height: auto;position: relative;padding: 4rem 0 8rem 0;z-index: 9;}.logos .container-fluid {max-width: 2000px;justify-content: center;align-items: center;text-align: center;}.logos .box-logos {display: grid;grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));text-align: center;align-items: center;justify-content: center;gap: 2rem;row-gap: 7rem;}.logos .box-logos img {width: 55%;height: auto;aspect-ratio: 3/2;}@media only screen and (max-width: 1495px) {.logos .box-logos img {width: 40%;}}@media only screen and (max-width: 575px) {.logos .box-logos {row-gap: 5rem;}}@media only screen and (max-width: 425px) {.logos .box-logos {display: flex;}.logos .box-logos img {width: 60%;height: auto;}}.sobre {width: 100%;height: auto;position: relative;padding: 3rem 0 1px 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.sobre .box-text {padding-bottom: 8rem;display: flex;align-items: flex-end;}.sobre .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 85%;}.sobre .box-text h1 .italico {font-family: "degular", sans-serif;font-weight: 200;font-style: italic;}.sobre .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;max-width: 60%;margin-top: 2rem;line-height: 140%;}.sobre .box-text img {margin-left: -10rem;margin-bottom: -6rem;width: 100%;height: auto;}@media only screen and (max-width: 1399px) {.sobre .box-text {padding-bottom: 3rem;}.sobre .box-text h1 {font-size: 6.5rem;}.sobre .box-text p {max-width: 70%;font-size: 1.5rem;}.sobre .box-text img {margin-left: -7rem;margin-bottom: 1rem;width: 51.5%;}}@media only screen and (max-width: 1199px) {.sobre .box-text h1 {font-size: 5rem;margin-bottom: 2rem;max-width: 80%;}.sobre .box-text p {font-size: 1.4rem;max-width: 60%;}.sobre .box-text img {margin-left: -13rem;margin-bottom: 1rem;width: 55%;}}@media only screen and (max-width: 991px) {.sobre .box-text {display: block;}.sobre .box-text h1 {font-size: 4rem;max-width: 100%;margin: 0;}.sobre .box-text p {max-width: 100%;}.sobre .box-text img {margin-left: 0;margin-bottom: 0;margin-top: 1rem;width: 100%;}}@media only screen and (max-width: 767px) {.sobre .box-text h1 {font-size: 3.5rem;}.sobre .box-text p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.sobre .box-text h1 {font-size: 2.5rem;}.sobre .box-text p {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.sobre {padding: 2rem 0 1px 0;}.sobre .box-text h1 {font-size: 2rem;}.sobre .box-text p {font-size: 1.15rem;}}.sobre-descricao {width: 100%;height: auto;position: relative;padding: 6rem 0 9rem 0;z-index: 9;}.sobre-descricao .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 140%;max-width: 85%;margin-bottom: 1.5rem;}.sobre-descricao .box-text .italico {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 140%;max-width: 100%;}@media only screen and (max-width: 1399px) {.sobre-descricao .box-text p {max-width: 90%;font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.sobre-descricao .box-text p, .sobre-descricao .box-text .italico {font-size: 1.4rem;max-width: 100%;}}@media only screen and (max-width: 991px) {.sobre-descricao {padding: 4rem 0 6rem 0;}}@media only screen and (max-width: 767px) {.sobre-descricao .box-text p, .sobre-descricao .box-text .italico {font-size: 1.3rem;margin-bottom: 2rem;}}@media only screen and (max-width: 575px) {.sobre-descricao {padding: 3rem 0 6rem 0;}.sobre-descricao .box-text p, .sobre-descricao .box-text .italico {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.sobre-descricao .box-text p, .sobre-descricao .box-text .italico {font-size: 1.15rem;}}.box-img-byd {width: 100%;height: auto;position: relative;padding: 3rem 0 2rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}@media only screen and (max-width: 425px) {.box-img-byd {padding: 2rem 0 2rem 0;}}.carros-vendidos {width: 100%;height: auto;position: relative;padding: 3rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.carros-vendidos .box-text h1 {font-size: 10.188rem;color: #FFFFFF;font-family: "area-normal", sans-serif;font-weight: 900;margin-bottom: -3.5rem;letter-spacing: -10px;line-height: 130%;}.carros-vendidos .box-text h2 {font-size: 4.5rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;line-height: 100%;}@media only screen and (max-width: 1399px) {.carros-vendidos .box-text h1 {font-size: 8rem;margin-bottom: -2.5rem;}.carros-vendidos .box-text h2 {font-size: 3.2rem;}}@media only screen and (max-width: 1199px) {.carros-vendidos .box-text h1 {font-size: 9rem;}.carros-vendidos .box-text h2 {font-size: 3.7rem;margin-bottom: 4rem;}}@media only screen and (max-width: 991px) {.carros-vendidos .box-text h1 {font-size: 8rem;}.carros-vendidos .box-text h2 {font-size: 3.2rem;}}@media only screen and (max-width: 767px) {.carros-vendidos .box-text h1 {font-size: 7rem;margin-bottom: -2rem;}.carros-vendidos .box-text h2 {font-size: 2.7rem;margin-bottom: 3rem;}}@media only screen and (max-width: 575px) {.carros-vendidos .box-text h1 {font-size: 5rem;letter-spacing: normal;margin-bottom: -1.4rem;}.carros-vendidos .box-text h2 {font-size: 2.2rem;margin-bottom: 1rem;}}@media only screen and (max-width: 425px) {.carros-vendidos {padding: 2rem 0;}.carros-vendidos .box-text h1 {font-size: 3.5rem;margin-bottom: -1rem;}.carros-vendidos .box-text h2 {font-size: 1.55rem;margin-bottom: 2rem;}}.byd-descricao {width: 100%;height: auto;position: relative;padding: 1rem 0 6rem 0;z-index: 9;}.byd-descricao .box-text {margin-bottom: 4rem;}.byd-descricao .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 120%;max-width: 45%;margin-bottom: 4rem;}.byd-descricao .box-text img {width: 100%;}.byd-descricao .box-descricao {margin-bottom: 6rem;}.byd-descricao .box-descricao p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 140%;max-width: 85%;margin-bottom: 4rem;}.byd-descricao .box-descricao .italico {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 140%;max-width: 100%;}@media only screen and (max-width: 1399px) {.byd-descricao .box-text p {max-width: 55%;font-size: 1.5rem;}.byd-descricao .box-text img {width: 100%;}.byd-descricao .box-descricao p {max-width: 90%;font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.byd-descricao .box-text p {font-size: 1.4rem;max-width: 60%;}.byd-descricao .box-descricao p, .byd-descricao .box-descricao .italico {font-size: 1.4rem;max-width: 100%;}}@media only screen and (max-width: 991px) {.byd-descricao {padding: 1rem 0 1px 0;}.byd-descricao .box-text {margin-bottom: 3rem;}.byd-descricao .box-text p {max-width: 100%;margin-bottom: 2rem;}.byd-descricao .box-descricao p, .byd-descricao .box-descricao .italico {margin-bottom: 2rem;}}@media only screen and (max-width: 767px) {.byd-descricao .box-text p {font-size: 1.3rem;}.byd-descricao .box-descricao {margin-bottom: 3rem;}.byd-descricao .box-descricao p, .byd-descricao .box-descricao .italico {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.byd-descricao .box-text p {font-size: 1.25rem;}.byd-descricao .box-descricao p, .byd-descricao .box-descricao .italico {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.byd-descricao .box-text p {font-size: 1.15rem;}.byd-descricao .box-descricao p, .byd-descricao .box-descricao .italico {font-size: 1.15rem;}}.images-byd {width: 100%;position: relative;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.images-byd .container {padding-right: 1.5rem;padding-left: 1.5rem;}.images-byd .box-imgs {background-color: #BDCCD4;height: 25rem;margin-top: 10rem;}.images-byd .box-imgs .imgs {position: relative;top: -19rem;}@media only screen and (max-width: 1199px) {.images-byd .box-imgs {height: 19rem;}.images-byd .box-imgs img {max-width: 30%;height: auto;}}@media only screen and (max-width: 991px) {.images-byd .box-imgs {height: auto;}.images-byd .box-imgs .imgs {top: -10rem;}}@media only screen and (max-width: 767px) {.images-byd {height: auto;}.images-byd .box-imgs {top: -10rem;}.images-byd .box-imgs img {max-width: 100%;height: auto;}}.godrive {width: 100%;height: auto;position: relative;padding: 1rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.godrive .box-text {display: flex;align-items: center;}.godrive .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 140%;margin-top: 3rem;}@media only screen and (max-width: 1399px) {.godrive .box-text p {font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.godrive .box-text p {font-size: 1.4rem;}}@media only screen and (max-width: 991px) {.godrive .box-text {margin-top: 3rem;}.godrive .box-text p {margin-top: 1.5rem;}}@media only screen and (max-width: 767px) {.godrive .box-text p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.godrive .box-text p {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.godrive {padding: 2rem 0;}.godrive .box-text p {font-size: 1.15rem;}}.novas-assinaturas {width: 100%;position: relative;padding: 3rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.novas-assinaturas .container {padding-right: 1.5rem;padding-left: 1.5rem;}.novas-assinaturas .box-text {background-color: #FFFFFF;height: auto;position: relative;display: flex;align-items: center;padding: 4rem 2rem 0 4rem;}.novas-assinaturas .box-text .text {z-index: 9;position: absolute;margin-top: -4rem;}.novas-assinaturas .box-text .text h1 {font-size: 10.188rem;color: #812F81;font-family: "area-normal", sans-serif;font-weight: 900;margin-bottom: -3.5rem;letter-spacing: -10px;line-height: 130%;}.novas-assinaturas .box-text .text h2 {font-size: 4.5rem;color: #812F81;font-family: "degular", sans-serif;font-weight: 200;line-height: 100%;max-width: 40%;}@media only screen and (max-width: 1399px) {.novas-assinaturas .box-text .text h1 {font-size: 8rem;line-height: 150%;}.novas-assinaturas .box-text .text h2 {font-size: 3.2rem;max-width: 30%;}.novas-assinaturas .box-text img {max-width: 75%;height: auto;}}@media only screen and (max-width: 1199px) {.novas-assinaturas .box-text .text h1 {font-size: 7rem;line-height: 160%;}.novas-assinaturas .box-text .text h2 {font-size: 3.7rem;}}@media only screen and (max-width: 991px) {.novas-assinaturas .box-text {margin-top: 0;padding: 6rem 2rem 0 4rem;}.novas-assinaturas .box-text .text {position: relative;}.novas-assinaturas .box-text .text h1 {font-size: 8rem;}.novas-assinaturas .box-text .text h2 {font-size: 3.2rem;}.novas-assinaturas .box-text img {max-width: 100%;height: auto;}}@media only screen and (max-width: 767px) {.novas-assinaturas {height: auto;}.novas-assinaturas .box-text .text h1 {font-size: 7rem;margin-bottom: -3rem;}.novas-assinaturas .box-text .text h2 {font-size: 2.7rem;margin-bottom: 3rem;}.novas-assinaturas .box-text img {max-width: 115%;height: auto;}}@media only screen and (max-width: 575px) {.novas-assinaturas .box-text {padding: 1.5rem 0 0 1.5rem;}.novas-assinaturas .box-text .text {margin-top: 0;}.novas-assinaturas .box-text .text h1 {font-size: 5rem;letter-spacing: normal;margin-bottom: -1.4rem;}.novas-assinaturas .box-text .text h2 {font-size: 2.2rem;margin-bottom: 1rem;}}@media only screen and (max-width: 425px) {.novas-assinaturas {padding: 2rem 0;}.novas-assinaturas .box-text .text h1 {font-size: 3.5rem;margin-bottom: -1rem;}.novas-assinaturas .box-text .text h2 {font-size: 1.55rem;margin-bottom: 2rem;}}.box-cores-ono {width: 100%;height: auto;position: relative;padding: 3rem 0 0 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.box-cores-ono .cor-1 {flex: 1;background-color: #091019;height: 8.654rem;}.box-cores-ono .cor-2 {flex: 0.4;background-color: #DF9972;height: 8.654rem;}.box-cores-ono .cor-3 {flex: 0.2;background-color: #B6C5CD;height: 8.654rem;}.box-cores-ono .olhe-nos-olhos {background-color: #FFFFFF;height: 48rem;padding: 0 12rem 0 8rem;display: flex;align-items: center;justify-content: space-between;}.box-cores-ono .olhe-nos-olhos h1 {font-size: 7.875rem;font-family: "degular", sans-serif;font-weight: 700;color: #252525;white-space: pre-line;line-height: 80%;}.box-cores-ono .olhe-nos-olhos .imgs-ono {display: grid;justify-items: center;gap: 15rem;}@media only screen and (max-width: 1199px) {.box-cores-ono .olhe-nos-olhos {background-color: #FFFFFF;height: 45rem;padding: 0 6rem;display: flex;align-items: center;justify-content: space-between;}.box-cores-ono .olhe-nos-olhos h1 {font-size: 7rem;}.box-cores-ono .olhe-nos-olhos .imgs-ono {display: grid;justify-items: center;gap: 10rem;}}@media only screen and (max-width: 991px) {.box-cores-ono .olhe-nos-olhos {background-color: #FFFFFF;height: auto;padding: 6rem;display: grid;align-items: center;justify-content: center;justify-items: center;}.box-cores-ono .olhe-nos-olhos h1 {font-size: 6rem;margin-bottom: 4rem;}.box-cores-ono .olhe-nos-olhos .imgs-ono {display: grid;justify-items: center;gap: 3rem;}}@media only screen and (max-width: 767px) {.box-cores-ono .olhe-nos-olhos h1 {font-size: 4rem;margin-bottom: 3rem;}.box-cores-ono .olhe-nos-olhos .imgs-ono {gap: 2rem;}}@media only screen and (max-width: 576px) {.box-cores-ono .olhe-nos-olhos {padding: 6rem 4rem;}.box-cores-ono .olhe-nos-olhos h1 {font-size: 4rem;margin-bottom: 3rem;}.box-cores-ono .olhe-nos-olhos .imgs-ono {gap: 2rem;}}@media only screen and (max-width: 350px) {.box-cores-ono .olhe-nos-olhos {padding: 4rem;}.box-cores-ono .olhe-nos-olhos h1 {font-size: 3rem;}}.ono-descricao {width: 100%;height: auto;position: relative;padding: 4rem 0 0rem 0;z-index: 999;}.ono-descricao .box-descricao p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 140%;}.ono-descricao .box-descricao img {position: relative;top: 7rem;}@media only screen and (max-width: 1399px) {.ono-descricao .box-descricao p {font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.ono-descricao .box-descricao p {font-size: 1.4rem;}}@media only screen and (max-width: 991px) {.ono-descricao .box-descricao img {top: 3rem;}}@media only screen and (max-width: 767px) {.ono-descricao .box-descricao {margin-bottom: 3rem;}.ono-descricao .box-descricao p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.ono-descricao .box-descricao p {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.ono-descricao .box-descricao p {font-size: 1.15rem;}}.images-ono {width: 100%;position: relative;padding: 0 0 10rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.images-ono .box-tres-imgs {display: flex;}.images-ono .box-imgs {display: flex;z-index: 99999;}.images-ono .box-imgs .img-right {background-color: #060D17;flex: 1;}.images-ono .box-imgs .img-right img {position: relative;top: 8rem;right: 7rem;}@media only screen and (max-width: 1399px) {.images-ono .box-tres-imgs {height: 50.5rem;}.images-ono .box-imgs img {width: 55%;}.images-ono .box-imgs .img-right img {top: 6rem;right: 7rem;max-width: 110%;width: 90rem;}}@media only screen and (max-width: 1199px) {.images-ono .box-tres-imgs {height: 42.3rem;}.images-ono .box-imgs .img-right img {right: 6rem;}}@media only screen and (max-width: 991px) {.images-ono .box-tres-imgs {height: auto;display: block;}.images-ono .box-tres-imgs .img-10 {width: 100%;}.images-ono .box-imgs {display: block;}.images-ono .box-imgs img {width: 100%;}.images-ono .box-imgs .img-right img {top: 2rem;right: 1rem;max-width: 100%;}}.odonto-pf-saude-pj {width: 100%;height: auto;position: relative;padding: 0 0 3rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.odonto-pf-saude-pj .box-text {background: url(../images/bg-odonto-pf.svg);background-repeat: no-repeat;margin: 0;display: flex;align-items: center;padding: 4rem 2rem 6rem 4rem;}.odonto-pf-saude-pj .box-text h1 {font-size: 5rem;color: #FFFFFF;font-family: "area-normal", sans-serif;font-weight: 900;white-space: pre-line;line-height: 115%;}.odonto-pf-saude-pj .box-text h2 {font-size: 5rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;white-space: pre-line;line-height: 90%;}@media only screen and (max-width: 1399px) {.odonto-pf-saude-pj .box-text h1, .odonto-pf-saude-pj .box-text h2 {font-size: 4rem;}}@media only screen and (max-width: 1199px) {.odonto-pf-saude-pj .box-text h1, .odonto-pf-saude-pj .box-text h2 {font-size: 3.5rem;}}@media only screen and (max-width: 991px) {.odonto-pf-saude-pj {padding: 0 0 1rem 0;}.odonto-pf-saude-pj .box-text {padding: 4rem 1rem 6rem 2rem;}.odonto-pf-saude-pj .box-text h1, .odonto-pf-saude-pj .box-text h2 {font-size: 3rem;}}@media only screen and (max-width: 767px) {.odonto-pf-saude-pj .box-text h1, .odonto-pf-saude-pj .box-text h2 {font-size: 2.5rem;}}@media only screen and (max-width: 425px) {.odonto-pf-saude-pj .box-text h1, .odonto-pf-saude-pj .box-text h2 {font-size: 2rem;}}.aplher-caixa-descricao {width: 100%;height: auto;position: relative;padding: 1rem 0 6rem 0;z-index: 9999999;}.aplher-caixa-descricao .box-descricao p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;line-height: 140%;}.aplher-caixa-descricao .box-descricao .img-descricao {margin-bottom: -55rem;}@media only screen and (max-width: 1399px) {.aplher-caixa-descricao .box-descricao p {max-width: 90%;font-size: 1.5rem;}}@media only screen and (max-width: 1199px) {.aplher-caixa-descricao .box-descricao p {font-size: 1.4rem;max-width: 100%;}}@media only screen and (max-width: 991px) {.aplher-caixa-descricao {padding: 1rem 0 0 0;}.aplher-caixa-descricao .box-descricao p {margin-bottom: 4rem;}.aplher-caixa-descricao .box-descricao .img-descricao {margin-bottom: 0;}}@media only screen and (max-width: 767px) {.aplher-caixa-descricao .box-descricao {margin-bottom: 3rem;}.aplher-caixa-descricao .box-descricao p {font-size: 1.3rem;}}@media only screen and (max-width: 575px) {.aplher-caixa-descricao .box-descricao p {font-size: 1.25rem;}}@media only screen and (max-width: 425px) {.aplher-caixa-descricao .box-descricao p {font-size: 1.15rem;}}.vem-ai {width: 100%;height: auto;position: relative;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.vem-ai .box-bg {padding: 8rem 0 0 0;background-color: #0067AF;}.vem-ai .container {padding-right: 1.5rem;padding-left: 1.5rem;}@media only screen and (max-width: 991px) {.vem-ai .box-bg {padding: 2rem;display: flex;justify-content: center;}}.auto-atendimento {width: 100%;height: auto;position: relative;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.auto-atendimento .container {padding-right: 1.5rem;padding-left: 1.5rem;}.auto-atendimento .box-bg {background-color: #F5EDFA;display: flex;align-items: center;padding: 0 0 0 9rem;}.auto-atendimento .box-bg h1 {font-size: 3rem;color: #0067AF;font-family: "area-normal", sans-serif;font-weight: 900;white-space: pre-line;line-height: 115%;}@media only screen and (max-width: 1399px) {.auto-atendimento .box-bg {padding: 0 0 0 7rem;}.auto-atendimento .box-bg h1 {margin-top: 10rem;}}@media only screen and (max-width: 1199px) {.auto-atendimento .box-bg {padding: 0 0 0 4rem;}.auto-atendimento .box-bg h1 {font-size: 2.5rem;margin-top: 18rem;}}@media only screen and (max-width: 991px) {.auto-atendimento .box-bg {padding: 0 0 0 1rem;}.auto-atendimento .box-bg h1 {font-size: 2.3rem;margin-top: 0;}}@media only screen and (max-width: 767px) {.auto-atendimento .box-bg {padding: 4rem 0 0 0;}.auto-atendimento .box-bg h1 {margin-bottom: 2rem;}}@media only screen and (max-width: 575px) {.auto-atendimento .box-bg h1 {font-size: 2rem;}}.servicos {width: 100%;height: auto;position: relative;padding: 3rem 0 1px 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.servicos .box-text {margin-bottom: 3rem;}.servicos .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 85%;}@media only screen and (max-width: 1399px) {.servicos .box-text {margin-bottom: 0;}.servicos .box-text h1 {font-size: 6.5rem;}}@media only screen and (max-width: 1199px) {.servicos .box-text h1 {font-size: 5rem;}}@media only screen and (max-width: 991px) {.servicos .box-text h1 {font-size: 4rem;}}@media only screen and (max-width: 767px) {.servicos .box-text h1 {font-size: 3.5rem;}}@media only screen and (max-width: 575px) {.servicos .box-text h1 {font-size: 3.5rem;}}@media only screen and (max-width: 425px) {.servicos {padding: 2rem 0 1px 0;}.servicos .box-text h1 {font-size: 2.5rem;}}.carousel {width: 100%;height: auto;position: relative;padding: 1rem 0 9rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.carousel .box-text p {font-size: 1.688rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 140%;max-width: 85%;margin-bottom: 4rem;}.carousel .box-text #carousel-servicos {position: relative;}.carousel .box-text #carousel-servicos .box-buttons-servicos {display: flex;align-items: center;}.carousel .box-text #carousel-servicos .box-buttons-servicos .prev {margin-left: 2rem;}.carousel .box-text #carousel-servicos h1 {font-size: 6rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;}.carousel .box-text #carousel-servicos i {font-size: 1.5rem;}@media only screen and (max-width: 1399px) {.carousel .box-text p {font-size: 1.5rem;}.carousel .box-text #carousel-servicos h1 {font-size: 4rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;}.carousel .box-text #carousel-servicos i {font-size: 1.4rem;}}@media only screen and (max-width: 1199px) {.carousel {padding: 1rem 0 9rem 0;}.carousel .box-text p {font-size: 1.4rem;}.carousel .box-text #carousel-servicos h1 {font-size: 3.5rem;}}@media only screen and (max-width: 991px) {.carousel .box-text p {max-width: 100%;}.carousel .box-text #carousel-servicos h1 {font-size: 3rem;}}@media only screen and (max-width: 767px) {.carousel {padding: 1rem 0 9rem 0;}.carousel .box-text p {font-size: 1.3rem;margin-bottom: 2rem;}.carousel .box-text #carousel-servicos h1 {font-size: 2.5rem;}.carousel .box-text #carousel-servicos i {font-size: 1.25rem;}}@media only screen and (max-width: 575px) {.carousel {padding: 1rem 0 5rem 0;}.carousel .box-text p {font-size: 1.25rem;}.carousel .box-text #carousel-servicos h1 {font-size: 2rem;}}@media only screen and (max-width: 425px) {.carousel {padding: 10px 0 5rem 0;}.carousel .box-text p {font-size: 1.15rem;}}.equipe {width: 100%;height: auto;position: relative;padding: 3rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.equipe .box-text {margin-bottom: 3rem;}.equipe .box-text h1, .equipe .box-text h2 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 85%;padding-bottom: 4rem;max-width: 88%;}.equipe .box-text h1 {font-family: "degular", sans-serif;font-weight: 200;font-style: italic;}.equipe .box-text .box-equipe {margin-top: -5rem;}.equipe .box-text .box-equipe .box-img {position: relative;transition: all linear 0.7s;}.equipe .box-text .box-equipe img {display: block;max-width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;transition: all 0.2s;}.equipe .box-text .box-equipe img.hover-img {opacity: 0;position: absolute;top: 0;left: 0;}.equipe .box-text .box-equipe .box-img:hover img {opacity: 1;}.equipe .box-text .box-equipe .box-img:hover img.hover-img {opacity: 1;}.equipe .box-text .box-equipe h2 {font-size: 2rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 100%;padding: 0;margin: 1rem 0 0 0;}.equipe .box-text .box-equipe h3 {font-size: 1.2rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 200;font-style: italic;}.equipe .box-text .box-equipe .box-equipes-1 {display: grid;align-items: flex-end;justify-content: flex-end;margin-top: -4rem;}.equipe .box-text .box-equipe .box-equipes-2 {display: grid;align-items: flex-start;justify-content: flex-start;margin-top: -18rem;width: -moz-fit-content;width: fit-content;}@media only screen and (max-width: 1399px) {.equipe .box-text h1, .equipe .box-text h2 {font-size: 6.5rem;max-width: 100%;}}@media only screen and (max-width: 1199px) {.equipe .box-text h1, .equipe .box-text h2 {font-size: 5rem;}.equipe .box-text .box-equipe {margin-top: 0;}.equipe .box-text .box-equipe .box-equipes-1, .equipe .box-text .box-equipe .box-equipes-2 {margin-top: 4rem;}}@media only screen and (max-width: 991px) {.equipe .box-text h1, .equipe .box-text h2 {font-size: 4rem;padding-bottom: 2rem;}}@media only screen and (max-width: 767px) {.equipe .box-text h1, .equipe .box-text h2 {font-size: 3.5rem;padding-bottom: 1rem;}.equipe .box-text .box-equipe {margin-top: 0;}.equipe .box-text .box-equipe .box-equipes-1 {display: grid;align-items: center;justify-content: center;}.equipe .box-text .box-equipe .box-equipes-2 {display: grid;align-items: center;justify-content: center;}}@media only screen and (max-width: 575px) {.equipe .box-text h1, .equipe .box-text h2 {font-size: 2.5rem;padding-bottom: 1rem;}.equipe .box-text .box-equipe {margin-top: -2rem;}.equipe .box-text .box-equipe h2 {font-size: 1.5rem;}.equipe .box-text .box-equipe .box-equipes-1, .equipe .box-text .box-equipe .box-equipes-2 {margin-top: 2rem;}}@media only screen and (max-width: 425px) {.equipe {padding: 2rem 0;}.equipe .box-text h1, .equipe .box-text h2 {font-size: 2rem;}}.form {width: 100%;height: auto;position: relative;padding: 0 0 18rem 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.form .form-contato {gap: 1rem;flex-direction: column;display: flex;}.form .form-contato .form-control {box-shadow: 0 0 0 0;border: 0;border-radius: 0;border-bottom: 1px solid #FFFFFF;padding: 0.5rem 0 0.5rem 0;font-size: 1.188rem;font-family: "degular", sans-serif;font-weight: 700;color: #1c1c1c;padding-left: 2rem;}.form .form-contato .form-control:focus {border-color: #caf800;box-shadow: none;color: #1c1c1c;}.form .form-contato .form-control::-moz-placeholder {font-family: "degular", sans-serif;font-weight: 600;color: #252525;}.form .form-contato .form-control::placeholder {font-family: "degular", sans-serif;font-weight: 600;color: #252525;}.form .form-contato i {font-size: 1.5rem;}@media only screen and (max-width: 1199px) {.form {padding: 3rem 0 15rem 0;}}@media only screen and (max-width: 991px) {.form {padding: 1.5rem 0 15rem 0;}}@media only screen and (max-width: 575px) {.form {padding: 1.5rem 0 9rem 0;}.form .form-contato .form-control {font-size: 1rem;padding-left: 1.5rem;}.form .form-contato i {font-size: 1.25rem;}}.contato {width: 100%;height: auto;position: relative;padding: 3rem 0 1px 0;z-index: 9;animation: up 1.3s 1;animation-delay: 0.3s;animation-fill-mode: backwards;}.contato .box-text {display: flex;align-items: center;}.contato .box-text h1 {font-size: 7.188rem;color: #FFFFFF;font-family: "degular", sans-serif;font-weight: 700;line-height: 90%;max-width: 45%;height: 30rem;}.contato .box-text h1 .italico {font-family: "degular", sans-serif;font-weight: 200;font-style: italic;}@media only screen and (max-width: 1399px) {.contato .box-text h1 {font-size: 6.5rem;height: 27rem;}}@media only screen and (max-width: 1199px) {.contato .box-text h1 {font-size: 5rem;height: 18rem;max-width: 40%;}}@media only screen and (max-width: 991px) {.contato .box-text h1 {font-size: 4rem;height: 15rem;}}@media only screen and (max-width: 767px) {.contato .box-text h1 {font-size: 3.5rem;height: 13rem;}}@media only screen and (max-width: 575px) {.contato .box-text h1 {font-size: 2.5rem;height: 100%;max-width: 100%;}}@media only screen and (max-width: 425px) {.contato {padding: 2rem 0 1px 0;}.contato .box-text h1 {font-size: 2rem;}}