
 @font-face {
      font-family: "Gotham";
      src: url(../fonts/Gotham_Bold.otf) format("truetype");
      font-display: swap;
      font-weight: 600;
  }
  @font-face {
      font-family: "Gotham";
      src: url(../fonts/Gotham-Medium.otf) format("truetype");
      font-display: swap;
      font-weight: 500;
  }
  @font-face {
      font-family: "Gotham";
      src: url(../fonts/Gotham-Light.otf) format("truetype");
      font-display: swap;
      font-weight: 400;
  }
        
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

img .responsive-img, video .responsive-video {
  max-width: 100%;
  height: auto;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p, a {
  font-weight: 300;
}

ol {
  font-weight: 300;
  font-weight: bold;
  margin-left: 20px!important;
}

.container {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

/* UTILITÁRIOS -> FIM */

/* SCROLL DO MOUSE -> INÍCIO */

::-webkit-scrollbar-track {
  background: #333333; /* Old browsers */
}

::-webkit-scrollbar {
  width: 12px;
  background: #333333;
}

::-webkit-scrollbar-thumb {
  background: transparent linear-gradient(90deg, var(--BlueNormal) 0%, var(--BlueNormal) 100%) 0% 0% no-repeat;
  border-radius: 50px;
  height: 50px;
}
/* SCROLL DO MOUSE -> FIM */

/* CONTACT FLOAT BUTTON -> INÍCIO */

.whatsapp-button {
  display: none;
}


.contact-float-button {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    background: #3c86ba;
}

.contact-float-button--checkmedia {
    display: none;
}

.contact-float-button__icon {   
    fill: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 56px;
    position: relative;
    top: 12px;
    left: 6px;
}

.pulse {
    animation: animate-pulse 3s linear infinite;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
  }

}
  
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51,204,102,.7),0 0 0 0 rgba(51,204,102,.7)
  }

  40% {
    box-shadow: 0 0 0 50px transparent,0 0 0 0 rgba(51,204,102,.7)
  }

  80% {
    box-shadow: 0 0 0 50px transparent,0 0 0 30px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent,0 0 0 30px transparent
  }
}

@keyframes productAnimation {
  0%   {right: 50px; opacity:0;}
  50%  {right: 25px; opacity:0.5;}
  100% {right: 0px; opacity:1;}
}
  
@media only screen and (min-width: 992px) {
    .contact-float-button--checkmedia {
      display: block;
    }
}

@media only screen and (min-width: 1024px) {
  .whatsapp-button {
    display: block;
  }

}

/* WHATSAPP BUTTON -> FIM */

/* MOBILE CONTACT */

.mobile-contact {
  z-index: 10;
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 72px;
  background-color: #D9D9D9;
}

.mobile-contact-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  height: 72px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.mobile-contact__icon {
  background-color: #232340;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-contact__icon svg path {
  fill: #FFF;
}

@media only screen and (min-width: 1024px) {
  .mobile-contact { 
    display: none;
  }
}

/* MOBILE CONTACT */

/* CAPTCHA -> INÍCIO */

.g-recaptcha {
  clear: both
}

/* CAPTCHA -> FIM */

/* FRAMES -> INÍCIO */

.frame-upper {
  position: relative;
  width: 80px;
  top: -5px;
}


/* FRAMES -> FIM */


/* ALIGNMENTS -> INÍCIO */

.text-left-alignment {
  text-align: left!important;
}

/* ALIGNMENTS -> FIM */

/* MARGENS */

.margin-tp-36 {
  margin-top: 36px;
}

.margin-bt-36 {
  margin-bottom: 36px;
}

.margin-bt-24 {
  margin-bottom: 24px;
}

/* Base Paragraph */

.paragraph{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.main-btn-mc{
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--BlueNormal);
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #fff;
  transition: .3s ease-in-out;
}

.main-btn-mc:hover{
    background-color: #007DA3;
}

.section-container {
    padding-left: 32px;
    box-shadow: inset 6px 0 0 #00AEE3;
}

.section-subtitle {
    color: var(--BlueNormal);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
}

.section-title {
    color: var(--BlueDark);
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -1.44px;
}

.section-paragraph {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: -0.64px;
}

.section-generic-title-container{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
}

.section-generic-title-container-paragraph {
    width: 49%;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-generic-title-container .section-container {
  max-width:400px;
  width: 49%;
}

.grey-section{
    padding: 100px 0;
    background-color: #F7F7F7;
}

.white-section{
    padding: 100px 0;
}

@media only screen and (max-width: 800px) {
    .section-generic-title-container {
        flex-direction:column;
        margin-bottom: 60px;
    }

    .section-generic-title-container .section-container {
      max-width:none;
      width: fit-content;
    }

    .section-generic-title-container-paragraph {
        max-width: none;
        width: 100%;
    }

    .grey-section{
      padding: 60px 0;
    }
    .white-section{
      padding: 60px 0;
    }
  .section-title {
      font-size: 32px;
  }
}

@media only screen and (max-width: 400px) {
  .section-container {
    padding-left: 16px;
  }
}

/* MARGENS */

@media only screen and (min-width: 992px) {
  .next-section {
    display: flex;
  }
}

.mg-top-24{
  margin-top: 24px;
}

.mg-bt-16{
  margin-bottom: 16px;
}

.mb-bt-8{
  margin-bottom: 8px!important;
}

/* COLORS */

:root{
  --BlueNormal: #00AEE3;
  --BlueDark: #042C66;
  --BlueDarker: #011627;
  --GreyDark: #696765;
  --Grey: #565656;
  --LightGray: #7A7A7A;
  --Preto: #000;
}

/* Cookies */

.cookieConsentContainer{
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 120px;
    right: 30px;
    display: none;
}

.cookieTitle {
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.cookieConsentContainer .cookieTitle a {
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-weight: bold;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;    
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: var(--BlueNormal);
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    color: #FFF;
    background: var(--main-hover);
    border: 1px solid #FFF;
    transition: .3s ease-in-out;
}

.cookieButton span {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: var(--BlueNormal);
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
}

.cookieButton span:hover {
    cursor: pointer;
    color: #FFF;
    background: var(--main-hover);
    border: 1px solid #FFF;
    transition: .3s ease-in-out;
}

@media (max-width:980px){
    .cookieConsentContainer{
        bottom: 0!important;
        left: 0!important;
        width: 100%!important
    }
}