/************ CONFIGURAÇÕES FONTS, CORES *********/
:root {
  --light: #fff;
  --dark: #000;
  --cor-primaria: #ffff ;
  --cor-secundaria: #ffd73f;
  --cor-terciaria: #4e35f7;
  --cor-quartenaria: #cce5c8;
  --cor-quinaria: #262d3c;
  --cor-luz: rgba(0, 238, 109, 0.18);
}
@font-face {
  font-family: 'Lilita One';
  src: url('/css/fonts/LilitaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('/css/fonts/Aileron-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Aileron', sans-serif;
  font-size: 16px;
}
h1 {
  font-family: 'Lilita One', sans-serif;
}
h2 {
  font-family: 'Lilita One', sans-serif;
}
h3 {
  font-family: 'Lilita One', sans-serif;
}
h5 {
  font-family: 'Aileron', sans-serif;
}
h4 {
  font-family: 'Aileron', sans-serif;
}
h5 {
  font-family: 'Aileron', sans-serif;
}
[data-animate] {
  opacity: 0;
}
.text-large {
  font-size: 60px!important;
}
.text-medium {
  font-size: 40px!important;
}
.text-large, .text-medium {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.text-small{
  font-size: 1rem;
  line-height: 1.1;
  display: inline-block;
}
.text-small2{
  font-size: .8rem;
  line-height: 1.1;
  display: inline-block;
}
.text-secondary {
  font-size: 25px !important;
  line-height: 1.1;
  color: #858585;
}
.text-light {
  color: var(--light);
}
.color-primary {
  color: var(--color-primary);
}
.text-gray {
  color: #494949;
}
.text-gray-light {
  color: #807f7f;
}
.text-green-light {
  color: rgba(204,229,200,.8);
}
b {
  font-weight: 900;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}
.f-w-800 {
  font-weight: 800 !important;
}
.f-w-900 {
  font-weight: 900 !important;
}
a {
  text-decoration: none !important;
}
/*************** GERAL *********/
.grecaptcha-badge {
  display: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.container-fullscreen {
  padding-top: 0;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
.text-middle {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  z-index: 3;
  position: relative;
}
.fullscreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
}
section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: var(--light);
}
.p-relative {
  position: relative;
}
.background-dark {
  background-color: var(--dark) !important;
}
.hidden {
  display: none;
}
.slider-caption-day{
  width: 100%;
  padding: 0%;
}
.carousel-indicators-day {
  margin-right: 5%;
  margin-left: 5%;
  padding: 0;
  margin-top: 20px;
}
.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.owl-prev-dias, .owl-next-dias {
  cursor: pointer;
  font-size: 5rem;
}
.indicator {
  cursor: pointer;
  font-size: 20px;
  font-family: 'Aileron' !important;
  transition: background-color 0.3s, color 0.3s; /* Transição suave */
  color: #000;
}
.indicator.active {
  color: rgb(246, 188, 8);
}
.button-cta {
  display: inline-flex;
  background-color:var(--cor-terciaria);
  padding: 1.1rem 3rem 1.1rem 3rem;
  border-radius: 0.9rem;
  color: var(--cor-primaria);
  text-decoration: none;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--cor-terciaria);
  font-size: 16px;
  margin: 10px 5px;
  
} 
.button-video{
  display: inline-flex;
  background-color:transparent;
  padding: 1.1rem 3rem 1.1rem 3rem;
  border-radius: 0.9rem;
  color: var(--cor-primaria);
  text-decoration: none;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--cor-terciaria);
  font-size: 16px;
  margin: 10px 5px;
}
.button-cta:hover{
  color:var(--cor-terciaria);
  border: 2px solid var(--cor-primaria);
  background-color: var(--cor-primaria);
}
.button-video:hover{
  color:var(--cor-primaria);
  border: 2px solid var(--cor-terciaria);
  background-color: var(--cor-terciaria);
}

.button-cta, .button-video {
  transition: background-color 0.6s ease, color 0.6s ease, border 0.6s ease;
} 
@media screen and (max-width: 576px) {
  .button-cta {
    width: 100%;
  }
  .button-video{
    width: 100%;
  }
  .button-cta, .button-video {
    margin-left: 0;
    margin-right: 0;
  }
}
/************** FORM *********/
.form-control{
  color:#000000 !important;
}
.form-control::placeholder {
  color: #212529 !important;
  opacity: 0.6 !important;
}
.form-control:focus {
  box-shadow: none;
}
input.validation {
  display: none;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control.error {
  border-color: red !important;
}
.form-control.valid {
  border-color: green !important;
}

div.error {
  color: red;
  font-size: 0.9rem;
  font-family: 'Aileron';
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--light);
  border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  color: var(--light);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-input.error ~ .custom-control-label,
.custom-control-input.error ~ .custom-control-label b {
  color: red !important;
}
.custom-control-input.error ~ .custom-control-label::before {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
}
/************ PAGE TITLE *********/
#header+#page-title {
  top: -160px;
  margin-bottom: -160px;
  position: relative;
  padding: 240px 0 80px 0;
}
#header+#page-title.fullscreen {
  top: -80px;
  margin-bottom: -80px;
}
#page-title .page-title > h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}
/******************* breadcrumb***************/
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 10px;
  display: block;
  text-align: left;
  padding: 0;
}
.breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline;
  position: relative;
  opacity: 0.8;
}
#page-title .breadcrumb ul li a {
  color: var(--light);
  text-decoration: none;
}
.breadcrumb ul .breadcrumb-item + li:before,
.breadcrumb ul li + li:before,
.breadcrumb ol .breadcrumb-item + li:before,
.breadcrumb ol li + li:before {
  content: "\f054";
  font-family: "FontAwesome";
  margin: 0 5px;
  background-color: transparent;
  color: var(--light);
  font-size: 0.6rem;
  font-weight: 100;
}
/********************** LOADING ******************/
body.no-loading {
  overflow: hidden;
}
body.no-loading .body-inner {
  opacity: 0;
}
.body-inner {
  opacity: 1;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  z-index: 1003;
}
.div-center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.loader-animation {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
/* LOADER 1 */
#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: var(--cor-terciaria);
}
#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}
#loader-1:after {
  border: 10px solid #ccc;
}
@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* LOADER 2 */
#loader-2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--cor-terciaria);
  margin: 35px 5px;
}
#loader-2 span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}
#loader-2 span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}
#loader-2 span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}
@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* LOADER 3 */

#loader-3{
  top: 40px;
  left: -2.5px;
}

#loader-3 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: var(--cor-terciaria);
}

#loader-3 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-3 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-3 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-3 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}
/************ modal **************/
.modal-blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.modal-header.background-success {
  background-color: #81c868;
  color: var(--light) !important;
}
.modal-header.background-danger {
  background-color: #c30000;
  color: var(--light) !important;
}
.modal-header.modal-header.background-warning {
  background-color: #ffbd4a;
  color: var(--light) !important;
}
.modal-header.background-success .btn-close,
.modal-header.background-danger .btn-close,
.modal-header.background-warning .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}
/************** modal strip **************/
.cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1.5rem 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1000;
}
.cookie-notice p,
.cookie-notice p b {
  color: white;
}
.cookie-notice p {
  margin: 0;
  font-size: 13px;
}
.cookie-notice .btn-cookie {
  margin: 0 !important;
  border-color: var(--light);
  color: var(--light);
}
.cookie-notice .btn-cookie:hover {
  border-color: var(--green-200);
  color: var(--green-200) !important;
}
div#whatsFloat {
  right: 3% !important;
  bottom: 4% !important;
}
@media (max-width: 991px) {
  .btn.btn-reveal.btn-reveal-left:hover span {
    left: auto;
    right: auto;
  }

  .btn.btn-reveal.btn-reveal-left:hover i {
    display: none;
  }
  #page-title .page-title > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .text-medium {
    font-size: 2.8rem !important;
  }
  .md-text-center {
    text-align: center;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
}
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  div#whatsFloat {
    right: 5% !important;
    bottom: 5% !important;
  }
  .text-large,
  .text-large span,
  .text-large span span {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .text-medium {
    font-size: 2.2rem !important;
  }
  .sm-text-center {
    text-align: center;
  }
}
.b-r-10 {
  border-radius: 10px;
}
.separator-footer {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;
  border-bottom: 1px solid #48b7c8;
}
/*************** HEADER ****************/
#navegacao {
  background-color: #000;
}
#header {
  background-color: var(--cor-primaria);
  position: fixed;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
  display: block;
  top: 0;
}
.line-header {
  height: 55%;
  right: 210px;
  border-left: 1px solid #fac907;
  bottom: 3%;
}
#header #header-wrap,
#header .header-inner {
  height: 120px;
  background-color: var(--cor-primaria);
  transition: 0.4s ease-in-out;
}

#header .header-inner #logo {
  float: left;
  z-index: 1;
  position: relative;
}

#header .header-inner #logo img {
  height: 80px;
  padding: 15px 0;
  z-index: 201;
  position: relative;
}

#mainMenu {
  padding: 0;
  min-height: 0;
  transition: 0.5s;
}

#header #header-wrap .container,
#header .header-inner .container {
  max-width: 100%;
  padding: 20px 30px;
}

#mainMenu nav {
  float: right;
}

#mainMenu nav > ul,
.header-extras > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainMenu nav > ul > li {
  float: left;
  border: 0;
  transition: 0.3s;
  margin-left: 6px;
  position: relative;
  font-family: 'Aileron';
  color: #fff!important;
}

#mainMenu nav > ul > li > a {
  position: relative;
  padding: 10px 12px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #fff !important;
  border-radius: 0;
  border: 0 solid transparent;
  transition: 0.3s;
  line-height: normal;
}
#mainMenu nav > ul > li > a:hover {
  color: #fac907 !important;
}

#mainMenu-trigger {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  z-index: 1;
  float: right;
}

#page-title,
section {
  padding: 200px 0;
  position: relative;
}

#page-title,
.breadcrumb ul li,
.header-extras,
.lines,
.p-relative,
section {
  position: relative;
}

.header-extras {
  float: right;
  z-index: 199;
  height: 80px;
  margin-right: 4%;
}

.header-extras > ul > li {
  float: left;
  border: 0;
}

.header-extras > ul > li > .button-header {
  font-size: 1rem;
  background-color: #F83843;
  border-radius: 0.5rem;
  border: 1px solid #F83843;
  padding: 13px 30px;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.2s;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-family: 'Aileron';
}

.header-extras > ul > li > .button-header:hover {
  transition: all 0.5s ease 0s;
  background-color: transparent;
  color: #F83843;
  text-decoration: none;
}
header.background-dark .header-content {
  background-color: var(--cor-primaria);
}
.header-content {
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
header.background-dark.active .header-content,
header.active .header-content {
  transition: top 0.8s ease-in-out;
  background-color: var(--cor-primaria);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
header + #mainMenu + #slider {
  /*top: -2px;*/
  /*margin-bottom: -2px;*/
}
#header + #mainMenu + .menu-lateral + #slider {
  top: -80px;
  margin-bottom: -80px;
}
#header + #mainMenu + #slider {
  top: -80px;
  margin-bottom: -80px;
}
.animacao img {
  transform: translateY(0);
  animation: float 14s ease-in-out infinite;
}
.animacao a {
  position: absolute;
  left: 25.4%;
  top: 56.25%;
  width: 23%;
  height: 9.2%;
  z-index: 2;
  animation: float_link 14s ease-in-out infinite;
}
.text-city {
  font-size: 1rem;
  margin-top: 1.25rem;
}
.text-city-a{
  color: #000;
  font-size: 0.8rem;
  text-decoration: underline;
}
.map-icon{
  font-size: 2rem;
  margin-top: 1.4rem;
  margin-right: 1rem;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float_link {
  0% {
    left: 25.4%;
    top: 56.25%;
  }
  50% {
    left: 25.4%;
    top: 50.15%;
  }
  100% {
    left: 25.4%;
    top: 56.19%;
  }
}
.logo {
  float: left;
  z-index: 201;
  position: relative;
}
.logo-header {
  height: 80px;
  z-index: 201;
  position: relative;
  margin-left: 30%;
}
.lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: -4px;
}
.lines::before,
.lines::after {
  display: inline-block;
  height: 3px;
  border-radius: 4px;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}
.lines::before {
  top: 8px;
}
.lines::after {
  top: -8px;
}
.lines,
.lines:before,
.lines:after {
  background-color: #fff;
}
.x.toggle-active .lines {
  background: transparent !important;
}
.toggle-active .lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.x.toggle-active .lines::before,
.x.toggle-active .lines::after {
  transform-origin: 50% 50%;
  top: 0;
  width: 26px;
}
.x.toggle-active .lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.x.toggle-active .lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1024px) {
  #header .header-inner,
  #header #header-wrap {
    height: auto;
  }
  .header-extras {
    float: left;
  }
  #header .header-inner #mainMenu .container,
  #header #header-wrap #mainMenu .container {
    max-width: 100%;
  }
  #header #logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0 !important;
  }
  #header #logo > a {
    display: inline-block;
  }
  #mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
  #mainMenu {
    max-height: 0;
    clear: both;
    display: block;
    width: 100%;
    opacity: 1;
    overflow: hidden;
  }
  #mainMenu nav {
    line-height: 40px;
    float: none;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
    transform: translateY(-18px);
  }
  .mainMenu-open #header #mainMenu {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    overflow-y: scroll;
    max-height: 0;
    clear: both;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86),
      opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    min-height: 100vh;
    left: 0;
    background-color: var(--cor-primaria);
  }
  #mainMenu.menu-animate nav {
    opacity: 1;
    transform: translateY(0);
  }
  #mainMenu nav > ul {
    float: none;
    width: 100%;
  }
  #mainMenu:not(.menu-overlay) nav > ul > li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
    border: 0;
  }
  #mainMenu nav > ul > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  #header #logo {
    text-align: left;
  }
  #header .header-inner #logo {
    float: left;
  }
  #header .header-inner #logo img {
    padding: 15px 10px;
  }
  #mainMenu nav {
    line-height: 40px;
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
    transform: translateY(-18px);
  }
}
#cidadeForm{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%; 
  width: 100%;
}
.modal-dialog.modal-lg-custom {
  max-width: 70vw;
  width: 100%;
}
.modal-cidade{
  background-image: url(/images/bg-lojas.webp);
  background-size: cover;
  position: relative;
  height: 80vh;
  align-items: center;
}
.modal-title-cidade{
  margin-top: 20vh;
}
.form-control-cidade{
  width: 35%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2;
  text-align: center;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: #000;
  border-radius: 18px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button-modal{
  width: 20%;
  font-size: 1rem;
  background-color: rgb(246, 188, 8);
  border-radius: 0.5rem;
  border: 1px solid rgb(246, 188, 8);
  padding: 13px 30px;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.2s;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-family: 'Aileron';
}
.button-modal:hover{
  transition: all 0.5s ease 0s;
  background-color: #fff;
  color: rgb(246, 188, 8);
  text-decoration: none;
}
.button-cidade{
  font-size: 1rem;
  background-color: rgb(246, 188, 8);
  border-radius: 0.5rem;
  border: 1px solid rgb(246, 188, 8);
  padding: 7px 20px;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.2s;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-family: 'Aileron';
  width: 25%;
}
.button-cidade:hover{
  transition: all 0.5s ease 0s;
  background-color: #fff;
  color: rgb(246, 188, 8);
  text-decoration: none;
}
.card-cidade{
  display: flex;
  justify-content: center;
}
.card-cidade img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.half-box {
  position: absolute;
  bottom: 0px; /* Faz com que a metade inferior da caixa fique fora do modal */
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 100px; /* Altura total da caixa */
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.half-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 20px;
}
.amarelo{
  color: rgb(246, 188, 8);
}
section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
section img {
  width: 100%;       /* Garante que a largura da imagem cubra o contêiner */
  height: 100%;      /* Garante que a altura da imagem cubra o contêiner */
  object-fit: cover; /* Faz com que a imagem cubra o contêiner sem distorcer */
  top: 0;
  left: 0;
}
#slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#slider .owl-prev, .owl-next {
  background: #fff; /* Personalize conforme necessário */
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}
#city-details{
  display:none;
}
#city-details a{
  font-size: 20px;
}
#city-carousel, #city-details {
  transition: opacity 0.5s ease;
}
.details-filiais {
  display: flex;
  flex-direction: column;
}
#filial-details{
  display: none;
}
#filial-details h4{
  font-size: 1.2rem;
}
#filial-details img{
  box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 15px;
}
.bordo{
  color: #AB0C0C;
}
.box-container {
  display: block; /* Layout flex para alinhar as caixas */
}
.box-border-clock {
  border: 2px solid white;
  padding: 0px 30px 0px 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  color: white;
}
.box-border {
  border: 1px solid white;
  padding: 0px 30px 0px 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  color: white;
}
.box-border i,.box-border-clock i{
  font-size: 1.4rem;
}
.box-icon {
  background-color: white;
  border: 2px solid white;
  color: black;
  padding: 4px;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-right: 10px;
  margin-left: -2px;
}
#contato input{
  font-family: 'Arial', sans-serif;
}
#contato textarea{
  font-family: 'Arial', sans-serif;
}
.form-label-textarea{
  font-size: .75rem !important;
  top: -1.2rem !important;
}
.p-relative {
  position: relative;
}
input.validation {
  display: none;
}
#page-title {
  clear: both;
  padding: 160px 80px 80px 80px;
  background-color: #f8f9fa;
  position: relative;
}
.background-dark {
background-color: var(--cor-sexternaria-shadow)!important;
}
.headerHome #page-title {
padding: 160px 0 80px 0;
}
.btn-label>i,.custom-control-label,.custom-control-label b {
color: #454545!important;
font-family: 'Aileron';
}
/********** FOOTER *************/
footer {
  background-image: url('/images/bg-lojas.webp');
  background-size: cover;
  width: 100%;
  position: relative;
  font-family: 'Aileron';
}
.footer-container {
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 3.2rem;
}
.dados-footer {
  font-size: 12px;
}
.social-icons li {
  float: left;
  list-style: none;
}
footer .widget .social-icons li a {
  font-size: 30px!important;
  color: var(--light);
  width: 30px;
  height: 30px;
  line-height: 40px;
  float: left;
  text-align: center;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0 4px 0px 0;
}
footer .widget .social-icons li i  {
  width: 30px;
  display: block;
  height: 30px;
}
footer .widget .social-icons li a:hover {
  opacity: 0.7;
}
footer .widget.widget-p {
  padding: 0 20px;
}
footer .widget ul.contact {
  margin-top: 5px;
}
footer .widget ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  clear: both;
  position: relative;
}
footer .widget ul.contact a,
footer .widget ul.contact li {
  color: var(--light);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  word-break: break-all;
}
footer .widget ul li.separator {
  padding-top: 10px;
}
footer .list li:first-child {
  margin-top: 0;
}
footer .list li {
  margin-top: 10px;
}
footer .list li a {
  font-size: 1.1rem;
  line-height: 1.3;
  display: block;
  color: #454545;
  font-weight: 400;
}
footer .separator-h:before {
  height: 40px;
  top: -20px;
}
footer .footer-content {
  padding: 80px 0;
}
footer .copyright-content {
  padding: 20px 0;
  background-color: #1a1e24;
  font-size: 13px;
  color: gray;
}
footer .copyright-content, footer .copyright-content a {
  color: #ffffff!important;
}
footer .widget .widget-title,
footer .widget h4 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 10px;
}
footer .widget .widget-subtitle {
  color: var(--light);
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.logo-footer {
  width: 95%;
}
footer .widget.redes .widget-title {
  text-transform: inherit;
}
footer .widget.redes .widget-title span {
  font-weight: 100;
}
.copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
footer .copyright-content a {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center !important;
  }
  .xs-order-1 {
    order: 1;
  }
  .xs-order-2 {
    order: 2;
  }
  .logo-footer {
    width: 60%;
    margin: 0 auto;
  }
  .copyright-text {
    flex-direction: column;
  }
  footer .widget .social-icons {
    display: flex;
    justify-content: center;
  }
  footer .widget .widget-title {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .xs-text-center {
    text-align: center !important;
  }
}
.button-transparent {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255,2555,255,.4);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.button-transparent img {
  height: 20px;
  margin-right: 5px;
}
.button-blue {
  font-size: 1rem;
  border-radius: 1.5rem;
  border: 1px solid var(--blue);
  background: var(--blue);
  padding: 0.2rem 1rem;
  color: var(--light);
  font-weight: 400;
  transition: background-color 0.2s;
}
.button-blue:hover {
  color: var(--light);
}
.button-blue.large{
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  font-weight: 600 !important;
}
.button-blue.large i {
  font-size: 20px;
  margin-right: 0;
}
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.owl-carousel .owl-nav button[class*=owl-] {
  margin: -23px -45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #000;
  background-color: transparent;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  top: 40%;
  cursor: pointer;
  transition: .2s;
  z-index: 200;
  box-sizing: initial;
  opacity: 1;
  line-height: 50px;
}
.owl-carousel .owl-nav button[class*=owl-].disabled {
  display: none;
}
.owl-carousel .owl-nav [class*=owl-] i {
  line-height: 50px;
  font-size: 20px;
  display: block;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.card-image {
  padding: 60px 20px;
  transition: transform 0.5s ease;
}

.card-image:hover {
  transform: scale(1.02);
}

.d-i-b {
  display: inline-block;
}
.menuFormActive {
  overflow: hidden;
}
.menuFormActive .menuForm {
    opacity: 1!important;
    pointer-events: auto;
    z-index: 1002;
}
.menuForm {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0!important;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity .3s;
  padding: 5%;
  background-color: rgba(0,0,0,.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cardForm {
    position: relative;
    display: flex;
    background: #f1c740;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    justify-content: center;
    height: auto!important;
    padding: 70px;
    overflow: hidden;
    cursor: auto;
    width: 80%;
}
.buttonCloseForm{
  cursor: pointer;
  position: absolute;
  padding: 2px;
  height: 30px;
  right: 20px;
  width: 30px;
  top: 20px;
  opacity: 1;
  color: #fff;
  fill: #fff;
  background-color: #0d1333;
  border-radius: 0;
  display: inline-block;
  box-shadow: none;
  border: 0;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  margin: 0;
}
.menuForm .content::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.menuForm .content::-webkit-scrollbar-track {
  background: #f1c740;        /* color of the tracking area */
}

.menuForm .content::-webkit-scrollbar-thumb {
  background-color: #0d1333;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #f1c740;  /* creates padding around scroll thumb */
  right: -30px;
}
@media (max-width: 768px) {
  .cardForm {
    height: 100%!important;
    padding: 25px 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .menuForm {
    padding: 0px;
  }
}