@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css);
* {
  padding: 0;
  margin: 0;
  font-family: Satoshi;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  overflow-x: hidden;
}
body {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
:root {
  --primary: #1f326b;
  --white: #ffffff;
  --black: #000;
  --success: #22d16b;
  --darkgray: #585858;
  --gray: #b4b4b4;
  --lightgray: #f7f7f7;
  --dark: #12102b;
}
body .btn-primary {
  background-color: var(--primary);
}
.bg-gomaq {
  background-color: var(--primary);
}
.color-gomaq {
  color: #070576;
}
.page-hero {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  content: "";
  z-index: 50;
  padding: 15px 0;
}
.page-header.top:before {
  background-color: var(--dark);
  z-index: -1;
  opacity: .45;
  -webkit-filter: blur(.4px);
  filter: blur(.4px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.page-header.change.top:before {
  background-color: transparent;
}
h1.hidden {
  visibility: hidden !important;
  display: none !important;
}
span.hidden {
  visibility: hidden !important;
  display: none !important;
}
.page-header .nav-link,
.page-header a {
  text-decoration: none;
  font-family: Satoshi;
}
.btn-light {
  background-color: var(--white);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border: 0;
}
.btn-light:hover {
  background-color: var(--primary);
  color: var(--white) !important;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border: 0 !important;
  -webkit-box-shadow: 0 0 30px #00000020;
  box-shadow: 0 0 30px #00000020;
}
.swiper-cards .card-body a {
  border-radius: 30px;
}
.swiper-cards .card-body a:hover {
  background-color: var(--primary);
  color: var(--white) !important;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border: 0 !important;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 30px #00000020;
  box-shadow: 0 0 30px #00000020;
}
.nav-buttons .btn-light {
  margin: 0 10px;
}
.change .nav-buttons .btn {
  filter: invert(.08);
}
.nav.navbar-light .nav-link {
  color: var(--white);
}
.hero-content {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 700px;
}
footer .dropdown-item {
  padding: 1% 0;
}
footer svg {
  margin-right: 10px;
}
.hero-content:before {
  background-color: var(--dark);
  z-index: -1;
  opacity: .5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.nav-buttons .btn {
  border-radius: 50px;
  border: 0;
  outline: 0;
  font-size: 1rem;
  padding: 10px 20px;
}
.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 40;
}
.hero-content .btn-light {
  border-radius: 25px;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-content .btn-light span {
  margin-right: 15px;
}
.hero-content .display-5 {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  font-family: Satoshi;
}
.home .hero-content .display-5 {
  max-width: 800px;
}
.bg-gray {
  background-color: var(--darkgray);
}
.form-contact .btn-success {
  background-color: var(--success);
  border-radius: 25px;
  font-size: 1rem;
  padding: .5rem 2rem;
  border: 0;
}
.form-contact .input--field {
  border: 1px solid #00000001;
  padding: 1rem 1rem;
  outline: 0;
  background-color: var(--white);
  color: #b6b6b6;
  border-radius: 25px;
  width: 90%;
}
.form-contact .input--field:focus {
  border: 1px solid #202020 !important;
  color: #202020;
  background-color: #f1f1f1;
}
.form-contact .form-title {
  max-width: 400px;
}
html .lead {
  font-size: 18px;
}
html .h6 {
  font-size: 1rem;
  font-weight: 400;
}
.full-unstyled-link {
  text-decoration: none;
}
.our--brands .d-flex {
  height: 100%;
}
html .h1 {
  margin-bottom: 30px;
}
.menu {
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 49;
  display: none;
  position: fixed;
  text-align: center;
  padding-top: 35%;
  overflow-y: auto;
}

.card-differentials hr {
  border-top: 2px solid #7186ee !important;
  opacity: 1 !important;
}

.card-differentials p {
  font-size: 1rem;
}
.master-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: grey;
}
.spacing-list li {
  padding: 10px 0;
}
.burger-menu {
  cursor: pointer;
}
.bar {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.bar-1 {
  width: 5em;
  display: block;
  width: 40px;
  border-top: 6px solid #fff;
  padding-top: 6px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.bar-2 {
  width: 5em;
  display: block;
  width: 40px;
  border-top: 6px solid #fff;
  padding-top: 5px;
  display: fixed;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.bar-3 {
  width: 5em;
  display: block;
  width: 40px;
  border-top: 6px solid #fff;
  padding-top: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.change .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-10px, 5px);
  -ms-transform: rotate(-45deg) translate(-10px, 8px);
  transform: rotate(-45deg) translate(-10px, 8px);
  border-top: 6px solid #202020;
}
.change .bar-2 {
  opacity: 0;
  border-top: 6px solid #202020;
}
.change .bar-3 {
  -webkit-transform: rotate(45deg) translate(-10px, 5px);
  -ms-transform: rotate(45deg) translate(-10px, -5px);
  transform: rotate(45deg) translate(-10px, -5px);
  border-top: 6px solid #202020;
}
.menu .accordion-item .body {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.menu .accordion-item {
  background-color: #00000000 !important;
  color: #303030 !important;
  border: none;
  overflow: hidden;
}
.menu .accordion-body {
  border: 2px solid #3478ff;
  border-radius: 15px;
}
.menu .accordion-button {
  background-color: #00000000 !important;
  color: #303030 !important;
  font-weight: 700;
  overflow: hidden;
  font-size: 1.5rem;
}
.menu .accordion-button:not(.collapsed) {
  background-color: #00000000 !important;
  color: #3478ff !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu .accordion-item .body li {
  font-size: 1.25rem;
  padding: 10px 0;
}
.menu .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.numbers--section img {
  width: 60px;
}
.logo img {
  -webkit-filter: drop-shadow(0 0 30px #fff);
  filter: drop-shadow(0 0 30px #fff);
}
.footer-logo .h5 {
  display: none;
}
.error {
  color: #ff2424 !important;
}
footer.bg-gomaq {
  background-color: #25368c;
}
.btnWrapper {
  position: fixed;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1000;
}
.btnWrapper .hideOn {
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.btnWrapper:hover .hideOn {
  opacity: 1;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.btnWrapper:focus .hideOn {
  opacity: 1;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
#cardsSwiper .swiper-button-next:after {
  font-size: 20px !important;
  color: #fff;
}
#cardsSwiper .swiper-button-prev:after {
  font-size: 20px !important;
  color: #fff;
}
#cardsSwiper .swiper-button-next {
  background-color: #1f326b;
  width: 35px !important;
  height: 35px !important;
  border-radius: 360px;
}
#cardsSwiper .swiper-button-prev {
  background-color: #1f326b;
  width: 35px !important;
  height: 35px !important;
  border-radius: 360px;
}
#aboutSwiper .swiper-button-next:after {
  font-size: 20px !important;
  color: #1f326b;
}
#aboutSwiper .swiper-button-prev:after {
  font-size: 20px !important;
  color: #1f326b;
}
#aboutSwiper .swiper-button-next {
  background-color: #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 360px;
  -webkit-box-shadow: 0 0 20px #00000015;
  box-shadow: 0 0 20px #00000015;
}
#aboutSwiper .swiper-button-prev {
  background-color: #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 360px;
  -webkit-box-shadow: 0 0 20px #00000015;
  box-shadow: 0 0 20px #00000015;
}
.barra-de-busca .icon-search {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
}
.barra-de-busca .icon-search:hover {
  transform: scale(1.3);
}
.barra-de-busca .pesquisa_area {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.barra-de-busca .pesquisa_area.active {
  display: block;
}
.pesquisa_input {
  padding: 10px;
  border: 0;
  width: 100%;
  height: 100%;
  position: relative;
  outline: 0;
  border-radius: 15px 15px 0 0;
}
.barra-de-busca .pesquisa_input:hover {
  border: 0;
  box-shadow: 0;
  outline: 0;
}
.barra-de-busca .pesquisa_input:focus {
  border: 0;
  box-shadow: 0;
}
.pesquisa_input-close {
  position: absolute;
  right: 0;
  content: "";
  width: 50px;
  height: 100%;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pesquisa_input-close .btn-close:hover {
  border: 0;
  outline: 0;
  box-shadow: none;
  opacity: .7;
}
.pesquisa_input-close .btn-close:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.barra-de-busca .resultados {
  background-color: #f2f1f1;
  border-radius: 0 0 15px 15px;
  padding: 20px;
  max-height: 400px;
  overflow-y: scroll;
}
.barra-de-busca .resultados > .pesquisa-resultado-item {
  color: #303030;
}

.contact-popup-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #4f5fb3;
  border-radius: 360px;
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 30px #20202030;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  z-index: 1000;
}

.contact-popup-btn:active {
  opacity: 0.8;
  transition: 0.1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 30px #20202060;
  transform: scale(0.95);
}
@media (min-width: 1024px) {
  .contact-popup-btn:hover {
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 0px 30px #20202060;
    transform: scale(0.95);
  }
}

.contact-popup-btn img {
  width: 60%;
  height: 60%;
}




#product .card-differentials img{
  max-width:60px;
  padding-bottom:20px;
}

#product .card-differentials{
  border:1px solid var(--primary);
  border-radius:25px;
  margin:30px 0px;
  min-height:350px;
}

.card-differentials img{
  max-width:50px;
}

header .logo img, .footer-logo img {
    max-width: 200px;
}

.bricks--component-embeddable-form [id^="rd-column-"] > div, .bricks--component-embeddable-form [id^="rd-section-"] {
    background-color: transparent !important;
}

.rd-form form input, .rd-form form select, .rd-form form textarea, .rd-form form .bricks-form__input:not(textarea) {
    height: 50px !important;
    border-radius: 8px !important;
}

.rd-form form .bricks-form__field {
    display: flex;
    height: 102px;
    flex-direction: column;
    justify-content: flex-end;
}

.rd-form form label {
    font-weight: bold !important;
}

.rd-form form .select2-container .select2-choice {
    margin-top: 6px !important;
    padding-left: 12px !important;
    height: 48px !important;
    border-radius: 8px !important;
}

.rd-form form .select2-container .select2-choice .flag {
    margin-left: 8px !important;
    margin-top: 2px !important;
    border-radius: 4px !important;
}

.rd-form form .select2-chosen {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.rd-form form .phone-country .select2-choice {
    margin-top: 0px !important;
    margin-left: 0px !important;
    height: 0px !important;
    border-radius: 0px !important;
}

.rd-form form .phone-country {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.rd-form form .select2-container-active .select2-choice, .rd-form form .select2-container-active .select2-choices {
    box-shadow: none !important;
    outline: none !important;
}

.rd-form form .select2-container .select2-choice {
    background: transparent !important;
}

.phone-input-group {
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
}

.rd-form form .with-select-flags > .phone-input-group > .phone {
    border: none !important;
    margin-left: -54px !important;
}

.rd-form form .select2-container .select2-choice {
    margin-bottom: -12px !important;
}

.rd-form form span.select2-arrow {
    display: none !important;
}

ul.select2-results li div {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 24px !important;
}

ul.select2-results li div .flag {
    width: 40px !important;
}

