a* {text-decoration:none !important;
}

.contactSection{
  max-width: 100vw;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding: var(--box-padding);
}


.contactSection h2{
  color: var(--primary_dark) !important;
}

.popupsContainer{
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.cardPopup{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  background-color: var(--ice);
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  text-align: center;
  gap: 10px;
}

.cardPopup img{
  width: 40px;
}

.cardPopup h2{
  color: var(--primary_dark) !important;
  font-size: clamp(26px,4vw,40px);
}

.cardPopup a{
  color: #fff;
}
@media (max-width: 1200px) {
  .popupsContainer{
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 800px) {
  .contactSection{
    padding: var(--mobilePadding) !important;
  }
  .popupsContainer{
    grid-template-columns: 1fr;
  }
}

/* PopupWhats */

#popupAreaWhatsVest{
  background-color: rgba(0, 0, 0, .5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

#popupWhatsVest{
  position: absolute;
  width: 500px;
  background-color: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
  transition: all 1s ease;
  border-radius: 10px;
  height: fit-content;
  animation: fadeDown .7s ease forwards;
  padding: 30px 20px;
}

#popupWhatsVest .contentWhatsVest{
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
}

#popupWhatsVest .contentWhatsVest img{
  max-width: 40px;
}

#popupWhatsVest .contentWhatsVest h2{
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin: 20px 0 10px;
  text-align: center;
}

#popupWhatsVest .contentWhatsVest p{
  text-align: center;
  font-size: 16px;
  color: #333;
}

.closeWhatsVest{
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.closeWhatsVest img{
  max-width: 20px;
}
.active{
  display: flex !important;
}

@media (max-width: 760px){
  #popupWhatsVest{
    width: 90%;
  }
  .content{
    flex-direction: column;
  }

}

/* PopupWhats */


/* PopupLig */

#popupAreaLig{
  background-color: rgba(0, 0, 0, .5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

#popupLig{
  position: absolute;
  width: 500px;
  height: fit-content;
  background-color: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
  transition: all 1s ease;
  border-radius: 10px;
  animation: fadeDown .7s ease forwards;
  padding: 30px 20px;
}

#popupLig .contentLig{
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

#popupLig .contentLig img{
  max-width: 40px;
}

#popupLig .contentLig h2{
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin: 20px 0 10px;
  text-align: center;
}

#popupLig .contentLig p{
  text-align: center;
  font-size: 16px;
  color: #333;
}

.closeLig{
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.closeLig img{
  max-width: 20px;
}
.active{
  display: flex !important;
}

@media (max-width: 760px){
  #popupLig{
    width: 400px;
  }
}

/* PopupLig */

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  background-size: cover!important;
  background-position: top center!important;
  background-repeat: no-repeat!important;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: center;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
    height: auto;
    padding: 4rem 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 0;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

.tag-t{
  max-width:70%;
}

.item-img{
  background: url('https://5879415.fs1.hubspotusercontent-na1.net/hubfs/5879415/Background-965x582px.jpg');
  background-size: cover;
  min-height: 100vh;
  padding: 12vh 7% !important;
}

.js-tilt{
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: grid !important;
  grid-template-columns: 60% 40%
}

.js-tilt .left{
  align-items: flex-start;
  gap: 30px;
  justify-content: flex-start !important;
}

.js-tilt .right{
  align-items: center;
  padding: 25px 0;
  gap: 15px;
}

.modInfos{
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  gap: 30px;
}

.modInfos h2, .modInfos p{
  color: #FFF !important;
}
.js-tilt .title{
  font-size: 36px !important;
}

.js-tilt iframe{
  width: 100%;
  height: auto;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.box-form {
  width: 100%;
  padding: 40px;
  background: linear-gradient(
    267.72deg, var(--primary) 0.88%, var(--primary_dark) 100%);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.5);
  border-radius: 10px;
}

.js-tilt h2{
  font-size: clamp(36px,4.4vw,52px);
}

.modInfos .login-btn-desktop{
  color: var(--primary_dark);
  max-width: fit-content;
}

.modInfos .login-btn-desktop:hover{
  color: #fff;
}

.box-form h2,  .js-tilt h2{
  margin: 0 0 20px;
  padding: 0;
  color: var(--primary_dark);
  background-clip: text;
}

.box-form .inputBox {
  position: relative;
}

.box-form input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.box-form label {
  /* 	position: absolute;
  top: 0;
  left: 0; */
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
  animation: LabelOnLoad 1s forwards 0s ease;
} 

.box-form select{
  padding: 10px;
  border: none;
  border-radius: 10px;
  margin: 10px 0;
} 

@keyframes LabelOnLoad{
  0%{
    transform: rotate(0) translateY(-19px);
    opacity: 0;
  }
  100%{
    transform: rotate(0) translateY(0);
    opacity: 1;
  }
}

.box-form input:focus ~ label, 
.box-form input:valid ~ label {
  top: -19px;
  left:0;
  color: #03A9F4;
  font-size: 12px;
}

.box-form input[type='submit'] {
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  text-transform: uppercase;
  background: linear-gradient(267.72deg, #1da851 0.88%, #6affa1 100%);
  position: relative;
}

.box-form input[type='submit']::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 30%;
  height: 70%;
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  border-radius: 3px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.box-form input[type='submit']::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 30%;
  height: 70%;
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  border-radius: 3px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.box input[type='submit']:hover {
  -webkit-transform: skew(-10deg) scale(1.05);
  transform: skew(-10deg) scale(1.05);
}

.box input[type='submit']:hover::after {
  opacity: 1;
}

.box input[type='submit']:hover::before {
  opacity: 1;
}

.hs-input {
  width: 100%!important;
}


.vantagens{
  width: 100%;
  height:  fit-content;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 !important;
}

.item-img .left, .item-img .right .box-form{
  max-width: 80%
}

.item-img .right{
  align-items: flex-end;
}

.vantagens .best-item{
  max-width: 100%;
  max-height: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.vantagens .best-item p{
  color: var(--primary_dark);
  font-weight: 500;
  width: 100%;
  text-align: left;
  font-size: 15px;
}

@media(max-width: 800px) {
  .item-img{
    padding: var(--mobilePadding) !important;
  }
  .js-tilt{
    flex-direction: column;
    justify-content: center;
    padding: 0;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 30px;
  }

  .item-img .left, .item-img .right .box-form{
    max-width: 100%;
  }

  .js-tilt .right{
    align-items: center;
    padding: 0;
  }
  .box-form{
    padding: 20px;
  }
}

.container .best-item img{
  max-width: 50px;

}

.flex-item-auto h2{
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #004562, #67d2ff);
}

.hs_submit.hs-submit {
  margin-top:1rem!!impoortant;
}

@media(max-width: 800px){
  .best{
    width: 100%;
  }
}

.hs-main-font-element h1 {
    color: white;
    font-size: 16px;
    text-align: justify;
}

  .hs-field-desc {
            color: white;
            font-size: 12px;
        }

.submitted-message.hs-main-font-element.hs-form-cfb5a119-7a6d-455c-8217-d74a1b674ee2.hs-form-cfb5a119-7a6d-455c-8217-d74a1b674ee2_4d86df01-6c8b-45ac-bc37-c0566fc6ad43 p {
    color: white;
}

.p  {
  color: white; !important
}