@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap");

html {
    scroll-behavior: smooth;
  }

* {
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
  }

body {
  max-width: 1350px;
    font-family: 'Big Shoulders Display', cursive;
    background-color: #1D1D1D;
    color:  #fff;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
  
h1, h2 {
    font-family: 'Big Shoulders Display', cursive;
    font-weight: 400;
    font-size: 3.5em;
}

a {
    text-decoration: none;
    color: #ffffff;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 24px;
    border-bottom: solid 0.5px rgba(255, 255, 255, 0.2);
    
  }
  
  header {
    background-color: none;
  }
  
  .header_img {
    height: 50px;
  }
  
  .navbar-links {
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 32px;
  }
  
  .navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.563em;
    font-weight: 700;
  }
  
  .navbar-links li {
    list-style: none;
  }
  
  .navbar-links li a {
    display: block;
    text-decoration: none;
    padding: 1rem;
  }
  
  .toggle-button {
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
  }
  
  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
  }
  
  .header_button {
    background-color: #F2C10D;
    border: none;
    color: #151515;
    border-radius: 5px;
    font-size: medium;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header_button a {
    color: #151515;
    font-size: 1.563em;
    font-weight: 700;

}
  
.fa-solid {
    padding-right: 5px;
}


main .content {
    padding-left: 5%;
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
    width: 95%;
    margin: auto;
}

main .content h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 900;
}

main .content h2 {
    margin-top: 0px;
    color:#fff;
    font-size: 18px;
    margin-bottom: 0.3em;
    font-weight: 200;
}

main .content h5{
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        margin: 0;
        padding: 0;
        font-weight: 400;

}

main .wrapper {
    margin-top: 5%;
    margin-bottom: 5%;
}

main .content h2 {
    font-weight: 300;
    font-size: 42px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: normal;
}

.main-button {
    margin-top: 10px;
    width: 20%;
    background-color: #F2C10D;
    border-radius: 5px;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

/*zap*/
.zap_link {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  background-color: #1b9246;
  color: black;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 1px 1px 2px #888;
  z-index: 99999;

}

#zapicon {
  margin-top: 16px;
  font-size: 1em
}

.zapzap :hover {
  background-color: #25d366;
  color: #ffffff;
}

/*zap*/

.button {
  margin-top: 10px;
  width: 20%;
  background-color: #F2C10D;
  border-radius: 5px;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.button a {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.5vw;
    color: #151515;

}

main .content {
    background-image: url("/img/maingimg.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

main .content a{
    color: #000;
    font-weight: 900;
}


/* CARROSSEL 1 OPCOES */

.opcoes {
  background-color: #151515;
  padding-top: 100px;
  padding-bottom: 100px;
 
}


.opcoes h3{
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  color: #F2C10D;

}

.opcoes fifth_content{ 
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySlider {
  display: flex;
  flex-direction: row;
}


.slide-shadow {
  filter: drop-shadow(-11px 8px 21px #000);
  height: auto;
  padding-bottom: 50px;
}

.opcoes .fifth_content .slide {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: #F2C10D;
  border-radius: 20px;
  padding-bottom: 20px;

}

.opcoes .slide_foto{
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.opcoes .slide_foto img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}


.opcoes .slide-lower {
  height: 100px;
  text-align: center;

}

.opcoes .slide-lowertxt {
  text-align: center;
}

.opcoes .slide-lowertxt h4  {
  text-align: center;
  padding-left: 10px;
  font-size: 2em;
  font-weight: 900;
  padding-top: 1.2em;

}

.opcoes .slide-lowertxt a  {
  color: #151515;
}

.opcoes .slide-lower .fa-solid {
  padding-right: 5px;
  color: #151515;
  font-size: 0,8;
}

.tns-nav button {
  color: red;
}

.centerbutton{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.buttonvendas {
  width: 20%;
  background-color: #F2C10D;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.buttonvendas a , i{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.5vw;
  color: #151515;
  font-weight: 900;

}

.fourth_content .subscribe_button {
  display: none;
}



/* CARROSSEL 2 testimonials */
.bg_testimonial{
  max-width: 1350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  
}


.slider_testimonial .slide {
  margin: auto;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  height: 480px;
  flex-direction: column;
  padding: 20px;
  position: relative;
  border-radius: 10px;


}


.slider_testimonial .slide {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding-bottom: 20px;

}

.slider_testimonial .slide_foto{
  width: 100%;
  border-radius: 20px;
  }

.slider_testimonial .slide_foto img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

#mc_embed_signup {
  background: transparent; 
  clear:left;
  width: 60%;
  color: #F2C10D;
  text-align: left;
}

#mc_embed_signup .mc-field-group{
  display: block;
  width: 100%;
}

.formulario{
  background-color: #151515;
}
.form_wrapper{
  padding-top: 100px;
  margin-top: 100px;
}

#mc_embed_signup h2 {
  font-weight: 900;
  padding: 0;
  font-size: 4em;
  color: #fff;
  text-align: center;
}

#mc_embed_signup .helper_text{
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  padding-top: 5px;
  background-color: transparent;
  font-size: 1em;
}

#mc_embed_signup .mc-field-group label{
  font-size: 1.5em;
  font-weight: 900;
  
}

#mc_embed_signup .button:hover {
  background-color: #e1b208;
  color: #fff;
  filter: drop-shadow(0px 0px 10px #e1b208);
}

#mc_embed_signup .button {
  clear: both;
  background-color: #e1b208;
  border: 0 none;
  border-radius: 4px;
  color: #000;
  font-weight: 900;
}

#mc_embed_signup .foot {
  width: 100%;
}

#mc_embed_signup .indicates-required{
  font-size: 1em;
  margin-right: 0;
  color: #fff;
}


#mc_embed_signup form{
  margin-bottom: 0;
}

.form_add_text {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  font-size: 1.5em;
  color: #fff;
}

.footer {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  align-self: flex-start;
  width: 30%;
}

.footer-links {
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
  color: #e1b208;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 900;
}

.footer-button {
  margin-top: 50px;
  padding: 10px 20px;
  color: #000;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-color: #F2C10D;
  font-weight: 900;
  border-radius: 5px;
}

#footer-container{
max-width: 1200px;
margin: 0 auto;
margin-left: auto;
margin-left: 0;
padding-left: 10%;
margin-bottom: 50px;
margin-top: 50px;

}

.footer{
  background-image: url("img/footerimg.jpg");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#mc_embed_shell{
padding-bottom: 100px;
}


@media (max-width: 850px) {

  #mc_embed_signup {
    width: 100%;
  }
  
  main .content {
    background-image: url("/img/ipadmainimg.png");
  }

  .footer {
    background-image: url("img/mobilefooter.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    
  }

  .main-button {
    margin-top: 10px;
    width: 25%;
  }

}



@media (max-width: 450px) {

 h1, h2 {
  font-family: 'Big Shoulders Display', cursive;
  font-weight: 400;
  font-size: 11vw;
}

  main .content {
    background-image: url("/img/mobilemain.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 750px;
    padding-right: 5%;

    text-align: center;
  }

  main .content h2{
    font-size: 9vw;
  }

  .main-button {
    margin-top: 10px;
    width: 50%;
    margin-left: auto;
  }

  .main-button i{
    font-size: 3.7vw;
  }

  .navbar-links{
    display: none;

  }

  .opcoes .slide{
    margin: 5%;
  }

  .buttonvendas {
    width: 55%;
  }

  .buttonvendas a, i {
    font-size: 5.5vw;
  }

  .footer {
    background-image: url("img/mobilefooter.png");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    
  }

}




@media (max-width: 375px) {
  
  main .content {
    height: 650px;
  }

}


