@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  box-sizing: border-box;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  width: 100%;
}

body > *{
  overflow: hidden;
}

header{
  background: linear-gradient(0deg, rgba(0, 201, 198, 0.35) 0%, rgba(0, 201, 198, 0.35) 100%), linear-gradient(298deg, rgba(0, 0, 0, 0.00) 25.72%, rgba(0, 0, 0, 0.76) 78.53%), url('../img/neoskin/bg-header.png') lightgray 50% / cover no-repeat;
background-blend-mode: multiply, normal, normal;
}

.bevan{
  font-family: 'Bevan';
}

#escolha{
  background: url('../img/neoskin/bg-paper.png') lightgray 50% / cover no-repeat;
  background-blend-mode: multiply;
}

.card{
  box-shadow: 0px 5px 11.4px 0px rgba(0, 0, 0, 0.13);
}

#escolha .swiper-pagination-bullet-active{
  background: #fff;
}

#linha .swiper-pagination-bullet-active{
  background: #006564;
}

#linha{
  background: url('../img/neoskin/shoes.png') center / 90% no-repeat;
}


.uacf7-form-185{
 display:flex;
 flex-direction: column;
 justify-content: center;
}


#wpcf7-f185-o1 input{
  background: inherit;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
  padding: 5px;
 }
 
#wpcf7-f185-o1 input.wpcf7-submit{
   margin: 40px auto 20px auto;
   border: none;
   border-radius: 34px;
   padding: 15px 20px;
   background: #019D9B;
   color: #fff;
   font-weight: 900;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   max-width: 321px;
 }

 #wpcf7-f185-o1 input.wpcf7-submit:hover{
   background: #006564;
 }


#wpcf7-f185-o1 .wpcf7-select{
 width:100%;
 padding: 15px 20px;
 margin-top: 5px;
}