#sobre{
  background-color: var(--main-red);
  padding-top: 40px;
  padding-bottom: 40px;
}

#sobre img{
  max-width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#sobre p{
  font-size: 18px;
  color: var(--main-white);
}

#sobre .box{
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 400px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#sobre .box .texto,#sobre .box .texto span{
  color: var(--main-white);
  font-size: 72px;
  font-weight: bold;
}

#sobre .box .texto span{
  background-color: var(--main-red);
  color: var(--main-white);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

@media(max-width: 767px){
  #sobre .box .texto,#sobre .box .texto span{
    font-size: 48px;    
  }
}

/***********************************************/

#marcas .box-galeria{
  display: flex;
  align-items: center;
}

#marcas img{
  max-width: 100%;
}

#marcas .slick-track{
  display: flex;
  align-items: center;
}

#marcas .slick-track .box-galeria{
  margin-right: 15px;
  margin-left: 15px;
}

/*************************************************/

#eletromais{
  background-color: var(--main-bg);
  padding-top: 70px;
  padding-bottom: 50px;
}

#eletromais .box{
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 600px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#eletromais .box .texto,#eletromais .box .texto span{
  color: var(--main-white);
  font-size: 72px;
  font-weight: bold;
}

#eletromais .box .texto span{
  background-color: var(--main-red);
  color: var(--main-white);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#eletromais .item{
  background-color: var(--main-red);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkitborder-radius: 30px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#eletromais .item .icone{
  margin-right: 10px;
}

#eletromais .item .icone img{
  max-width: 80px;
  max-height: 85px;
  width: 100%;
  color: var(--main-white);
}

#eletromais .item .icone i{
  font-size: 80px;
  color: var(--main-white);
}

#eletromais .item .texto{
  color: var(--main-white);
  font-size: 21px;
}

@media(max-width: 767px){
  #eletromais .box .texto,#eletromais .box .texto span{
    font-size: 48px;    
  }
}

/************************************************/

#parceiros img{
  max-width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#parceiros .logo-parceiro{
  max-width: 300px;
  width: 100%;
}
#parceiros .box{
  border: 1px solid black;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 20px;
}
#parceiros .box .texto1{
  color: var(--main-red);
  font-size: 21px;
}

#parceiros .box .texto2{
  color: var(--main-empresa);
  font-size: 32px;
  font-weight: bold;
}

/*****************************************************/

#formulario{
  background-color: var(--main-bg);
  padding-top: 60px;
  padding-bottom: 40px;
}

#formulario h3{
  color: var(--main-empresa);
  font-size: 42px;
  font-weight: bold;
}

#formulario .btn{
  width: 100%;
}

































