/*
Theme: ABC Mundial - Suhai 2025
Theme URI: abcmundial.com.br
Description: Website para ABC MUndial 2025
Author: Antonio Pereira
Author URI: bemmais.com
Version: 1.0
*/



/* -- SETINGS -- */

@font-face {
  font-family: BrandingLight;
  src: url(fonts/EudoxusSansLight.otf);
}
@font-face {
  font-family: BrandingMedium;
  src: url(fonts/BrandingMedium.otf);
}
@font-face {
  font-family: BrandingBold;
  src: url(fonts/BrandingBold.otf);
}
@font-face {
  font-family: BrandingBlack;
  src: url(fonts/BrandingBlack.otf);
}
*{
  margin: 0 auto;
  font-family: BrandingMedium;
  color: #303030;
  z-index: 1;
}
.bold{
  font-family: BrandingBold;
}
.content{
  padding: 80px 15%;
}
.click{
  transition: transform 0.4s;
}
.click:hover{
  text-decoration: none;
  transform: scale(1.02);
  transition: transform 0.2s;
}
.off{
  visibility: hidden;
  margin-bottom: 0!important;
  height: 0;
  opacity: 0;
    transition: opacity 1s, margin-bottom 0.5s;
}
.on{
  visibility: visible;
  margin-bottom: 40px;
  height: auto;
  opacity: 1;
  transition: opacity 1s, margin-bottom 0.5s;
}
.flex p{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flex p span{
  width: 48%;
}
.flex{
  width: 100%;
}
.wpcf7-spinner{
  position: absolute;
  margin-top: 48px;
}

/* -- HEADER -- */

header{
  width: 100%;
  height: 100px;
  z-index: 3;
  background-color: #fff;
  position: fixed;
  padding: 16px 15%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul{
  display: flex;
  margin-right: 32px;
}
header .logo{
  margin-left: 0;
}
header .btn{
  margin: 0;
}
header ul li{
  list-style: none;
  margin: 0 16px;
  cursor: pointer;
}

/* -- PAGE -- */

.s1{
  padding-top: 100px;
}
.s1, .s1 .banner{
  width: 100%;
  position: relative;
}
.s1 .form{
  width: 376px;
  top: 0;
  right: 15%;
  position: absolute;
  z-index: 2;
  margin-top: calc(100px + 2%);
  background-color: rgba(221, 225, 207, 0.8);
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-bottom: 16px;
}
.s1 .form h1{
  background-color: rgba(60, 71, 54, .8);
  padding: 16px 5%;
  box-sizing: border-box;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #fff;
}
.s1 .form input, .s1 .form select{
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 8px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.s1 .form input::placeholder{
  color: #303030;
}
.s1 .form input[type="submit"]{
  width: fit-content;
  background-color: #18b538;
  font-family: BrandingBold;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  width: 60%;
  margin-left: 20%;
}
.s1 .form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 5%;
  padding-bottom: 0;
  box-sizing: border-box;
}
.s1 .form .form-wpp{
  width: 100%;
}
.s2 h2{
  margin-bottom: 32px;
}
.s2 a{
  max-width: 100%;
}
.s2 .boxes{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px 0;
}
.s2 .boxes .box{
  width: 30%;
  border: 2px solid #2d3726;
  border-radius: 8px;
  margin: 0;
  margin-bottom: 16px;
  display: flex;
  padding: 32px;
  box-sizing: border-box;
}
.s2 .boxes .box img{
  max-width: 20%;
  height: fit-content;
  margin: 0;
  margin-right: 16px;
}
center, center img{
  max-width: 100%;
}
.s3{
  background-color: #eaf1e5;
  text-align: center;
}
.s3 .coberturas{
  width: 100%;
  display: flex;
  margin: 48px 0;
  text-align: left;
}
.s3 .coberturas .left{
  width: 50%;
}
.s3 .coberturas .left .btn{
  background: linear-gradient(90deg, #29481F 0%, #367F1C 50%, #3DA414 100%);
  margin-bottom: 16px;
  padding: 8px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.s3 .coberturas .left .btn.selected{
  background: #fff;
}
.s3 .coberturas .left .btn.selected h2, .s3 .coberturas .left .btn.selected p{
  color: #303030!important;
}
.s3 .coberturas .left .btn.selected .border{
  border: none;
}
.s3 .coberturas .left .btn .border{
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #2d3726;
}
.s3 .coberturas .left .btn h2, .s3 .coberturas .left .btn p{
  color: #fff;
}
.s3 .coberturas .left .last{
  margin-bottom: 0;
}
.s3 .coberturas .right{
  width: 50%;
  background-color: #fff;
  padding: 3%;
  box-sizing: border-box;
  display: none;
}
.s3 .coberturas .right.selected{
  display: block!important;
}
.s3 .coberturas .right.mob{
  display: none!important;
}
.s3 .coberturas .right p{
  align-content: center;
}
.s3 .coberturas .right li{
  list-style: none;
  display: flex;
  align-items: center;
}
.s3 .coberturas .right li img{
  margin: 0;
  margin-right: 8px;
  margin-bottom: 4px;
}
.s3 .coberturas .right .s3img{
  margin: 32px 0;
  max-width: 100%;
}
.s3 .line{
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.s3 .line p{
  width: 23%;
  background-color: #3faf12;
  color: #fff;
  padding: 8px 0;
  margin: 0;
  border-radius: 8px;
}
.s4{
  text-align: center;
}
.s4 .banner{
  width: 100%;
  margin-bottom: 48px;
}
.s4 h1{
  margin-bottom: 16px;
}
.s4 h1 span{
  color: #3faf12;
}
.s4 h2{
  font-size: 1.3em;
  margin-bottom: 8px;
}
.s4 .boxes{
  margin: 80px 0;
  display: flex;
}
.s4 .boxes .box{
  width: 28%;
}
.s4 .boxes .box img{
  margin-bottom: 8px;
}
.s5{
  text-align: center;
  padding-top: 0;
}
.s5 .banner{
  width: 100%;
  margin-bottom: 48px;
}
.s5 h2{
  margin-bottom: 48px;
}
.s5 h2 span{
  color: #3faf12;
}
.s5 p{
  margin-bottom: 32px;
}
.s5 .line{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 48px;
}
.s5 .line img{
  margin: 0;
}
.s5 center{
  margin-top: 48px;
}
.s6{
  background-color: #eaf1e5;
  display: flex;
}
.s6 div{
  width: 50%;
}
.s6 .right{
  text-align: right;
}
.s6 .right img{
  width: 400px;
  max-width: 100%;
}
.s6 h1{
  color: #3faf12;
  font-size: 2.3em;
  margin-bottom: 16px;
}
.s6 h2{
  font-size: 1.3em;
  font-weight: 100;
}
.s6 h2 b{

}
#faq{
  margin-top: 48px;
  font-family: Biotif-Medium;
}
.perg{
  width: 100%;
  display: flex;
  background-size: 100% 100%;
  padding: 16px 2%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 16px;
  background-color: #eaf1e5;
  transition: transform 0.2s;
  justify-content: space-between;
  box-sizing: border-box;
}
.perg:hover{
  text-decoration: none;
  transform: scale(1.02);
  transition: transform 0.2s;
  align-content: center;
}
.perg p{
  margin: 0px;
}
.perg img{
  margin: 0;
  height: 16px;
}
.resp{
  width: 100%;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 16px;
  margin-top: 0px;
  background-color: #eaf1e5;
  box-sizing: border-box;
}
.resp.on{
  padding: 8px 5%;
}
.perg-off{
  transition: background-image 0.2s;
}
.perg-on{
  transition: background-image 0.2s;
  margin-bottom: 0;
  transform: scale(1)!important;
}
.s8{
  background-color: #eaf1e5;
  text-align: center;
}
.s8 p{
  margin-bottom: 48px;
}
footer{
  padding-bottom: 0;
  box-sizing: border-box;
  background-color: #2d3726;
}
footer .top1{
  display: flex;
  align-items: center;
  padding: 48px 15%;
}
footer .top1 p{
  width: fit-content;
  padding: 8px 16px;
  height: fit-content;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #3faf12;
  margin-bottom: 0;
}
footer .top1 p b{
  color: #fff;
}
footer .top2{
  text-align: center;
  padding: 48px 15%;
  padding-top: 0;
}
footer .top2 p{
  color: #fff;
}
footer .bottom{
  text-align: center;
  background-color: #fff;
  padding: 8px 0 16px 0;
}

@media only screen and (max-width: 1300px) {
  header{
    padding: 16px 5%;
  }
  header ul{
    display: none;
  }
  .content{
    padding: 80px 5%;
  }
  .s1 .form{
    position: initial;
    width: 80%;
    margin-left: 10%;
    margin-top: 48px;
  }
  .s2 .boxes .box{
    width: 48%;
    align-items: center;
  }
  .s3 .coberturas{
    display: block;
  }
  .s3 .coberturas .left, .s3 .coberturas .right{
    width: 100%;
  }
  .s3 .line{
    flex-wrap: wrap;
  }
  .s3 .line p{
    width: 48%;
    margin-bottom: 16px;
  }
  .s3 .coberturas .right.desk{
    display: none!important;
  }
  .s3 .coberturas .right.mob.selected{
    display: block!important;
  }
  .s4 .boxes{
    display: block;
  }
  .s4 .boxes .box{
    width: 100%;
    margin-bottom: 48px;
  }
  .s5{
    padding-top: 0;
  }
  .s5 .line{
    display: block;
    text-align: center;
  }
  .s5 .line img{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 16px;
  }
  .s6{
    display: block;
  }
  .s6 div{
    width: 100%;
    text-align: center;
  }
  .s6 h2{
    margin-bottom: 48px;
  }
  footer .top1{
    display: block;
    text-align: center;
  }
  footer .top1 img, footer .top1 p{
    margin-bottom: 16px;
  }
}