/*
Theme: ABC Mundial - Ituran
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;
}
.center-flex{
  display: flex;
  justify-content: center;
}
.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: #acbbba;
  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: #0075b2;
  padding: 16px 5%;
  box-sizing: border-box;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  color: #fff;
}
.s1 .form h1 span{
  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.nome, .s1 .form input.email{
  width: 100%;
}
.s1 .form input[type="submit"]{
  width: fit-content;
  background-color: #003367;
  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{
  display: flex;
  justify-content: space-between;
}
.s2 img{
  margin: 0;
  width: 14.5%;
}
.s3{
  display: flex;
  padding-bottom: 0;
  padding-right: 0;
}
.s3 .left, .s3 .right{
  width: 50%;
  margin: 0; 
  padding: 0 10% 0 0;
  box-sizing: border-box; 
}
.s3 .right{
  padding: 0;
}
.s3 .left h2, .s4 h2{
  color: #009ee2;
}
.s3 .left h1, .s4 h1{
  color: #003367;
  font-size: 2.3em;
}
.s3 #faq{
  margin-top: 48px;
  font-family: Biotif-Medium;
}
.s3 .perg{
  width: 100%;
  display: flex;
  background-size: 100% 100%;
  padding: 16px 2%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 16px;
  background-color: #e5e6f1;
  transition: transform 0.2s;
  justify-content: space-between;
  box-sizing: border-box;
}
.s3 .perg:hover{
  text-decoration: none;
  transform: scale(1.02);
  transition: transform 0.2s;
  align-content: center;
}
.s3 .perg p{
  margin: 0px;
}
.s3 .perg img{
  margin: 0;
  height: 16px;
}
.s3 .resp{
  width: 100%;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 16px;
  margin-top: 0px;
  box-sizing: border-box;
}
.s3 .resp.on{
  padding: 8px 5%;
}
.s3 .perg-off{
  transition: background-image 0.2s;
}
.s3 .perg-on{
  transition: background-image 0.2s;
  margin-bottom: 0;
  transform: scale(1)!important;
}
.s3 .right img{
  width: 100%;
}
.s4 h1, .s4 h2{
  text-align: center;
}
.s4 div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
.s4 img{
  margin: 0;
  width: 13.3%;
}
.s5{
  display: flex;
  background-color: #003367;
  color: #003367;
}
.s5 h1{
  font-size: 2.3em;
  color: #fff;
  margin-bottom: 4px;
}
.s5 p{
  color: #fff;
}
.s5 .faixa{
  width: 10%;
  height: 6px;
  background-color: #82d9ff;
  margin-left: 0;
  border-radius: 8px;
  margin-bottom: 16px;
}
.s5 .left{
  width: 30%;
}
.s5 .right{
  width: 70%;
}
.s5 img{
  max-width: 100%;
}
.s6{
  color: #090909;
  text-align: center;
}
footer{
  padding-bottom: 0;
  box-sizing: border-box;
  background-color: #003367;
}
footer .top{
  display: flex;
  align-items: center;
  padding: 48px 15%;
}
footer .top p{
  width: fit-content;
  padding: 8px 16px;
  height: fit-content;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
}
footer .top p b{
  color: #fff;
}
footer .bottom{
  text-align: center;
  background-color: #fff;
  padding: 8px 0 16px 0;
}
@media only screen and (max-width: 1300px) {
  .content{
    padding: 80px 5%;
  }
  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{
    flex-wrap: wrap;
  }
  .s2 img{
    width: 28%;
    margin-bottom: 48px;
  }
  .s3 .right{
    display: none;
  }
  .s3 .left{
    width: 100%;
    padding-right: 0;
  }
  .s4 h1{
    margin-bottom: 48px;
  }
  .s4 img{
    width: 28%;
    margin-bottom: 48px;
  }
  .s4 div{
    margin: 0;
  }
  .s5{
    display: block;
  }
  .s5 .left{
    display: none;
  }
  .s5 .right{
    width: 100%;
  }
  footer .top{
    display: block;
    text-align: center;
  }
  footer .top p{
    margin-top: 48px;
  }