.carousel {
  height: 100%;
  width: 100%;
}

.carousel-img {
  display: none;
  width: 100%;
  height: 100%;
}

.carousel-img.active {
  display: block;
}

.carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .hero-carousel {
    height: 70vh;
    width: 100%;
  }

  .carousel-img img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .hero-carousel {
    height: 40vh;
    width: 100%;
  }

  .carousel-img img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel {
    height: 40vh;
    width: 100%;
  }

  .carousel-img img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    overflow: hidden;
  }
}
.navbar {
  position: relative;
  box-sizing: inherit;
  z-index: 1000;
  border-bottom: 2px solid #ff6a00;
}

.is-primary {
  background-color: #ff6a00 !important;
}

.navbar-menu.is-active {
  z-index: 1000;
  justify-content: space-between;
}

a.navbar-item:hover, .navbar-link:hover {
  color: #ff6a00;
  background-color: #f9f9f9;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #ff6a00;
  background-color: #f9f9f9;
}

.navbar-dropdown {
  background-color: #3c3c3b;
}

.navbar-dropdown a {
  color: #ffffff;
}

.navbar-burger {
  margin-right: 0.4rem;
}

.navbar-burger.is-active {
  color: #ff6a00;
}

#logo_mobile {
  border-bottom: 2px solid #ff6a00;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#logo_mobile img {
  max-height: 5rem;
  width: auto;
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  .navbar-item svg {
    color: #ff6a00;
  }

  .ft-navbar {
    padding-top: 3.5rem;
  }

  .navbar-brand {
    right: 0;
    width: 100%;
  }

  .navbar-menu.is-active {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 3.3rem;
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  #logo_dsktp {
    max-height: 3rem;
    width: auto;
    margin-left: 2rem;
  }

  .navbar-brand {
    right: 0;
    width: 100%;
  }

  .navbar-item svg {
    margin-right: 0.2rem;
    color: #ff6a00;
  }

  .navbar-menu.is-active {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 3.3rem;
    width: 40%;
  }

  .ft-navbar {
    padding-top: 3.5rem;
  }

  .navbar-brand {
    position: fixed;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #logo_dsktp {
    max-height: 5rem;
    width: auto;
    padding: 0 1rem;
  }

  .navbar-item svg {
    margin-right: 0.2rem;
    color: #ff6a00;
  }

  .ft-navbar {
    padding-top: 3.2rem;
  }

  .navbar-brand {
    position: fixed;
    background-color: white;
    border-bottom: 2px solid #ff6a00;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .navbar-start {
    width: 33%;
  }

  .navbar-middle {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 33%;
  }

  .navbar-end {
    width: 33%;
  }
}
.map {
  height: auto;
  width: 100%;
  padding: 1rem;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.mapHeader {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.mapHeader p {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #map {
    height: 88%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  #map {
    height: 88%;
  }
}
.brands {
  width: 100%;
  padding: 2rem 0;
}

.brands p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.whatsappButton {
  z-index: 1000;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  background-color: #4dc247;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.whatsappButton:hover {
  background-color: #ffffff;
  transform: scale(1.1);
  color: #ff6a00;
  border: 2px solid #4dc247;
}

.fa-whatsapp {
  width: 50px;
}

.timeSub {
  font-size: 1.2rem;
  color: #ff6a00;
}

.iconHere {
  color: #ff6a00;
  margin-right: 1rem;
}

.timeJoin {
  margin-top: 1rem;
  border-left: 6px solid #ff6a00;
  padding-left: 1rem;
  margin-left: 1.5rem;
}

.contact {
  width: 100%;
  padding: 2rem;
  margin: 1rem;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.cform {
  width: 50%;
}

#submitButton {
  background-color: #ff6a00;
}

#submitButton:hover {
  transform: scale(1.1);
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #ff6a00;
}

.titlex {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .titlex {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .titlex {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titlex {
    font-size: 2rem;
  }

  .contact {
    padding: 2rem 12vw;
  }
}
.footer {
  background-color: #3c3c3b;
  height: auto;
  padding: 3rem 1.5rem 3rem;
}

.footer p, a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.f-link {
  color: #ffffff;
}

.f-rslink:hover,
.f-link:hover {
  color: #ff6a00;
}

@media screen and (max-width: 768px) {
  .f-link {
    width: 80%;
  }

  .f-rslink {
    width: 20%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .f-link {
    width: 60%;
  }

  .f-rslink {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .f-link {
    width: 50%;
  }

  .f-rslink {
    width: 10%;
  }
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: auto;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.flex-vc {
  align-items: center;
}

.flex-jcc {
  justify-content: center;
}

.flex-sb {
  justify-content: space-between;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col {
  flex-direction: column !important;
}

.m-bot-1 {
  margin-bottom: 1rem;
}

.is-rounded {
  border-radius: 99999px;
}

.primaryBgColor {
  background-color: #ff6a00;
}

.secondaryBgColor {
  background-color: #3c3c3b;
}

.whiteBg {
  background-color: white;
}

.primaryTxtColor {
  color: #ff6a00;
}

.secondaryTxtColor {
  color: #3c3c3b;
}

.posAbs {
  position: absolute;
}

.icon {
  padding-bottom: 0.2rem;
}

.main {
  height: 80vh;
  background-color: #ff6a00;
}

.welcome {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}

.w-relative {
  position: relative;
  height: 100%;
}

.welcomeImg {
  width: 100%;
  height: 100%;
}

.welcomePad:hover {
  transform: scale(1.05);
}

.welcome-columns {
  height: 100%;
  margin-top: 0;
}

.wt-2 {
  font-weight: bold;
}

.welcomeText-1 {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 40%;
  user-select: none;
  line-height: 1;
}

.welcomePad {
  position: relative;
}

.column {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.black-text {
  color: #3c3c3b;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wt-2 {
    font-size: 1rem;
  }

  .welcomeText-2 {
    color: #ff6a00;
    font-size: 1rem;
    margin-left: 0.8rem;
  }

  .welcomeText-1 {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
  }

  .whatsappButton {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .wt-2 {
    font-size: 1rem;
  }

  .welcomeText-2 {
    color: #ff6a00;
    font-size: 1rem;
    margin-left: 0.8rem;
    padding-right: 0.5rem;
  }

  .welcomeText-1 {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
  }

  .whatsappButton {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .wt-2 {
    font-size: 1.2rem;
  }

  .welcomeText-2 {
    color: #ff6a00;
    font-size: 1.4rem;
  }

  .welcomeText-1 {
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
