*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
}     
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
}     
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
}     
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
}     
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
}  
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?tstf70');
    src:  url('../fonts/icomoon/icomoon.eot?tstf70#iefix') format('embedded-opentype'),
      url('../fonts/icomoon/icomoon.ttf?tstf70') format('truetype'),
      url('../fonts/icomoon/icomoon.woff?tstf70') format('woff'),
      url('../fonts/icomoon/icomoon.svg?tstf70#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-arrow:before {
    content: "\e901";
  }
  .icon-check:before {
    content: "\e900";
  }
  .icon-close:before {
    content: "\ea0f";
  }
  .icon-checkmark:before {
    content: "\ea10";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }

:root{
  --blue_site: #21acff;
  --color_text: #030303;
}
.content{
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
}
a{
  color: inherit;
  text-decoration: none;
}
@keyframes pulse_whats {to { box-shadow: 0px 0px 46px 5px hsla(202, 100%, 56%, 0.89);}}
@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}
.float-whats{
  position: fixed;
  z-index: 10000;
  right: 80px;
  bottom: 180px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue_site);
  border-radius: 25px;
  animation: pulse_whats 1s ease-in-out infinite alternate, float 5s ease-in-out infinite;
}
.float-whats i{
  color: var(--color_text);
  font-size: 66px;
}
@keyframes pulse {
  to{
      left: calc(100% - 25px);
  }
}
@keyframes pulse_expand{
  to{
      transform: scale(1.05);
  }
}
#animation-btn{
  animation: pulse_expand 1s ease-in-out infinite alternate;
  display: inline-flex;
}
#animation-btn:before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  background-color: #ffffff2c;
  border-radius: 0px 10px 10px 0px;
  filter: brightness(2);
  animation: pulse 2s ease infinite;
  width: 25px;
  height: 100%;
}
i.icon-arrow.bottom{
  display: inline-block;
  transform: rotate(180deg) ;
}
i.icon-arrow.left{
  display: inline-block;
  transform: rotate(-90deg) ;
}
body{
  background-color: #F0F1EE;
  font-family: 'Montserrat';
  font-weight: 300;
  color: var(--color_text);
}
main{
  position: relative;
  background-image: url("../img/hero.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 713px;
  padding-top: 43px;
}
main .text h1{
  text-transform: uppercase;
  font-size: 54.17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}
main .text h1 strong{
  color: var(--blue_site);
}
main .text a{
  font-size: 38px;
  font-weight: 600;
  border-radius: 12px;
  width: 773px;
  height: 95px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue_site);
  color: var(--color_text);
  text-transform: uppercase;
}
main .arrow-bottom{
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(1.04);
  bottom: -50px;
  width: 120px;
  height: 120px;
  clip-path: circle();
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@keyframes arrow_pulse {
  to{
    transform: scale(1.5) translateY(14px);
  }
}
main .arrow-bottom i{
  font-size: 80px;
  transform: scale(1.5) translateY(5px);
  animation: arrow_pulse 1s ease-in-out infinite alternate;
  color: var(--blue_site); 
}
section.diagnostico{
  scroll-margin-top: 180px; /* Adiciona uma margem de 80px no topo */
  position: relative;
  background-image: url("../img/banner-diagnostico.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 495px;
  padding-top: 70px;
  padding-bottom: 0;
}
section.diagnostico h2{
  font-size: 37.5px;
  font-weight: 500;
  -webkit-text-stroke: 0.7px var(--color_text);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}
section.diagnostico .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 47px;
}
section.diagnostico .wrapper .item{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  width: 360px;
  min-height: 219px;
  border-radius: 12px;
  padding: 0 30px;
  transition: all .3s ease-in-out;
}
section.diagnostico .wrapper .item.active:hover{
  filter: none;
}
section.diagnostico .wrapper .item:hover{
  filter: contrast(0.8);
}
section.diagnostico .wrapper .item.active:after{
  transform: scaleY(1);
}
section.diagnostico .wrapper .item:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #000;
  bottom: -50px;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .3s ease-in-out;
}
section.diagnostico .wrapper .item h3{
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.content-diagnostico{
  scroll-margin-top: 100px; /* Adiciona uma margem de 80px no topo */
  position: relative;
  z-index: 2;
  padding-top: 85px;
  background-color: #000;
  color: #fff;
  min-height: 333px;
  transform-origin: top;
  transition: all .8s ease-in-out;
}
.content-diagnostico.active{
  height: auto !important; 
  min-height: 333px !important;
  transform: scaleY(1) !important;
}
.content-diagnostico .content{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.content-diagnostico h3{
  transform: translateX(90px);
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 25px;
  font-weight: 400;
}
.content-diagnostico h3 i{
  font-size: 80px;
  color: var(--blue_site);
}
.content-diagnostico a{
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 480px;
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--blue_site);
  color: var(--color_text);
}
@keyframes cursor_animate{
  to{
    rotate: -15deg;
  }
}
.content-diagnostico a:after{
  animation: cursor_animate .8s infinite alternate;
  z-index: 2;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/cursor.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 79px;
}
section.processo{
  position: relative;
  background-image: url("../img/banner-processo.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 555px;
  padding-top: 70px;
}
section.processo h2{
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px var(--color_text);
  font-size: 37.5px;
  font-weight: 500;
  margin-bottom: 24px;
}
section.processo p{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}
section.processo p strong{
  font-weight: 600;
}
section.processo a{
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 480px;
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--blue_site);
  color: var(--color_text);
}
section.processo a:after{
  animation: cursor_animate .8s infinite alternate;
  z-index: 2;
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/cursor.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 79px;
}

section.para_quem{
  padding-top: 72px;
  padding-bottom: 50px;
  background-color: #000;
  color: #fff;
}
section.para_quem h2{
  text-transform: uppercase;
  color: var(--blue_site);
  -webkit-text-stroke: 0.7px var(--blue_site);
  font-size: 37.5px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.para_quem p{
  font-size: 29.17px;
  font-weight: 500;
  margin-bottom: 44px;
}
section.para_quem ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 50px;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

section.para_quem ul li i.icon-check{
  margin-right: 15px;
  font-size: 45px;
  color: var(--blue_site);
  float: left;
}
section.para_quem ul li{
  font-size: 25px;
  font-weight: 400;
}
section.para_quem ul li.fade-in{
  transition-delay: var(--delay);
}
section.para_quem ul li strong{
  font-weight: 600;
}
section.para_quem a{
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 480px;
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--blue_site);
  color: var(--color_text);
}
section.clauber{
  padding-top: 23px;
  background-image: url("../img/banner-clauber.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.clauber span#title-section{
  transform: translateX(-80px);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
section.clauber h2{
  text-transform: uppercase;
  color: var(--color_text);
  -webkit-text-stroke: 0.7px var(--color_text);
  font-size: 37.5px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.clauber span i{
  font-size: 80px;
  color: var(--blue_site);
}
section.clauber .wrapper{
  display: flex;
}
section.clauber img{
  filter: grayscale(5);
}
section.clauber .text {
  transform: translateX(-50px);
}
section.clauber .text p{
  font-size: 25px;
  font-weight: 500;
  -webkit-text-stroke: 0.4px var(--color_text);
  margin-bottom: 30px;
  text-align: right;
}
section.clauber .text p strong{
  font-weight: 600;
}
section.frederico {
  background: #ECEDEA;
  background: linear-gradient(0deg, rgba(236, 237, 234, 1) 0%, rgba(221, 220, 217, 1) 100%);
}
section.frederico .wrapper{
  display: flex;
  align-items: center;
}
section.frederico .wrapper .text p{
  font-size: 25px;
  font-weight: 500;
  -webkit-text-stroke: 0.4px var(--color_text);
  margin-bottom: 30px;
  text-align: left;
}
section.frederico .wrapper img{
  filter: grayscale(5);
  transform: translateX(-55px);
  margin-top: 25px;
}
section.footer{
  background: #F0F1EE;
  background: linear-gradient(0deg, rgba(240, 241, 238, 1) 0%, rgba(220, 220, 216, 1) 100%);
  position: relative;
  height: 390px;
}
section.footer .box{
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  width: 1150px;
  position: absolute;
  left: 50%;
  transform: translateX(-45%) translateY(0px);
  margin-bottom: 100px;
}
section.footer .box:before{
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-54%);
  transform-origin: top;
  width: 1207px;
  height: 560px;
  background-image: url("../img/box-relogio.webp");
  background-size: 1207px 560px;
  background-repeat: no-repeat;
}
section.footer .box .text{
  padding-left: 30px;
  transform: translateY(-35px);
}
section.footer .box h3{
  color: #fff;
  font-size: 37.5px;
  font-weight: 500;
  font-style: italic;
}
section.footer .box h4{
  margin-left: 25px;
  font-style: italic;
  font-weight: 500;
  font-size: 50px;
  font-weight: 500;
  display: flex;
  align-items: end;
  margin-bottom: 24px;
  text-wrap: nowrap;
}
section.footer .box h4 img{
}
section.footer .box .image{
  filter: grayscale(1) brightness(2);
  width: 164px;
  height: 159px;
  position: relative;
}
@keyframes pointer_clocker {
  from {
    transform: translate(24px, -5%) rotate(0deg);
  }
  to {
      transform: translate(24px, -0%) rotate(360deg);
  }
}
section.footer .box .image:after{
  position: absolute;
  content: "";
  z-index: 10;
  width: 2px;
  height: 60px;
  left: 50%;
  top: 50%;
  background-color: red;
  transform-origin: 50% 0%;
  animation: pointer_clocker 60s steps(60) infinite;
}
section.footer .box .image:before{
  position: absolute;
  content: "";
  z-index: 10;
  background-image: url("../img/eixo_relogio.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  transform: translate(21px, -70%) ;
}  
section.footer .box p{
    margin-top: 10px;
  font-style: italic;
  font-size: 25px;
  font-weight: 500;
}

section.footer .box a{
  position: relative;
  animation: none !important;
  overflow: hidden;
  transform: translateX(-50px);
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 328px;
  height: 80px;
  font-size: 33.33px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--blue_site);
  color: var(--color_text);
}
.line-footer{
  transform: translateY(40px);
  position: relative;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #000;
  border-top: 4px solid #fff;
}
.line-footer:before{
  z-index: -1;
  top: -54px;
  left: 50%;
  transform: translateX(-50%) scaleX(1.07);
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  background-color: #fff;
  border-radius: 50%;
}
.line-footer .arrow-top{
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(1.04);
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.line-footer .arrow-top:before{
  content: "";
  z-index: 0;
  bottom: 15px;
  position: absolute;
  width: 130px;
  height: 55px;
  background-color: #000;
}
.line-footer .arrow-top i{
  font-size: 80px;
  transform: scale(1.5) translateY(-5px) rotate(180deg) ;
  color: var(--blue_site); 
}
.byEngenho{
  z-index: 2000;
  position: sticky;
  height: 41px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(37px);
}
.byEngenho .content{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 1100px){
  .content{
    padding: 0 20px;
  }
}
@media(max-width: 768px){
    br{
        display: none !important;
    }
  #animation-btn{
    overflow: hidden !important;
  }
  .float-whats{
    bottom: 250px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }
  .float-whats i{
    font-size: 34px;
  }
  main{
    padding-top: 0;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .text h1{
    font-size: 25px;
  }
  main .text a{
    text-align: center;
    padding: 0 20px;
    font-size: 25px;
    width: 100%;
  }
  section.diagnostico h2{
    font-size: 25px;
    margin-bottom: 30px;
  }
  section.diagnostico .wrapper .item.active{
    filter: contrast(0.8) !important;
  }
  section.diagnostico .wrapper .item.active:after{
    transform: scaleY(0);
  }
  .content-diagnostico {
    margin-top: 15px;
  }
  .content-diagnostico h3{
    transform: none;
    align-items: start;
  }
  .content-diagnostico{
    padding-bottom: 30px;
  }
  .content-diagnostico.active{
    min-height: auto !important;
  }
  .content-diagnostico a{
    width: 100%;
    height: auto;
  }
  section.processo a:after,
  .content-diagnostico a:after{
    right: 10px;
    scale: 0.7;
  }
  section.processo {
    padding: 40px 0;
  }
  section.processo h2{
    font-size: 25px;
  }
  section.processo p{
    font-size: 16.67px;
  }
  section.processo a{
    width: 100%;
    font-size: 25px;
  }
  section.para_quem h2{
    font-size: 25px;
  }
  section.para_quem p{
    font-size: 20.83px;
  }
  section.para_quem ul {
    row-gap: 0;
  }
  section.para_quem ul li{
    font-size: 20.83px;
  }
  section.para_quem ul li i.icon-check{
    height: 145px;
    font-size: 35px;
  }
  section.para_quem a{
    width: 100%;
    font-size: 25px;
  }
  section.clauber h2{
    font-size: 25px;
  }
  section.clauber span#title-section{
    transform: translateX(-20px);
  }
  section.clauber .wrapper{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
  }
  section.clauber img{
    width: 85%;
  }
  section.clauber .text{
    transform: none;
    width: 100%;
  }
  section.clauber .text p{
    text-align: left;
    font-size: 16.67px;
  }
  section.frederico .wrapper{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
  }
  section.frederico .wrapper img{
    transform: none;
    width: 85%;
  }
  section.frederico .wrapper .text{
    width: 100%;
  }
  section.frederico .wrapper .text p{
    font-size: 16.67px;
  }
  section.footer{
    padding-top: 100px;
    height: 500px;
  }
  section.footer .box{
    padding: 0 20px;
    width: 100%;
    transform: translateX(-50%);
  }
  section.footer .box:before{
    width: 100%;
    height: 560px;
    transform: translateX(-70%) scaleX(1.4);
    background-size: cover;
  }
  @keyframes pointer_clocker {
    from {
      transform: translate(0px, -5%) rotate(0deg);
    }
    to {
        transform: translate(0px, -0%) rotate(360deg);
    }
  }
  section.footer .box .image{
      transform: translateX(-45px);
  }
  section.footer .box .image:before {
    transform: translate(-4px, -70%);
  }
  section.footer .box a{
    width: 100%;
    transform: none;
    font-size: 25px;
  }
  section.footer .box h3{
    font-size: 25px;
    transform: translateX(-60px);
  }
  section.footer .box h4{
      text-wrap: wrap;
    margin-left: 0;
    font-size: 25px;    
  }
  section.footer .box p{
    font-size: 16.67px;
  }
  section.footer .box .text {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}