/* Footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 280px;
  background: 
  /* color overlay */ 
    linear-gradient(
      rgba(240, 212, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* image to overlay */
    url(http://images.cdn.fotopedia.com/_avPIZmqM3w-7z161LH_268-hd.jpg);
}


/* Custom footer CSS
-------------------------------------------------- */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.footertext {
  color: #ffffff;
}
.cardPopup a:hover{
  color:#FFF !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: #000 !important;
}
@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 */

.hs-form-e9be12bd-b265-4e97-b13b-1654132f7fc0_af056236-c457-4610-bf9f-e13441d4368e .hs-form-field label:not(.hs-error-msg) {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;

