
/* GLOBALS*/
html,

body {
  font-family: "Lato", sans-serif;
  background-color: #FFF
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
  color: #000;
  list-style: none;
  text-decoration: none;
}

p::selection { 
  background: #007B54;
  color: #FFF; 
}


footer{
  width: 100%;
  height: auto;
  padding: 2rem 0;
  
  text-align: center;
  border: 1px solid #000;
  border-color: #000 transparent transparent transparent;
}



/* NAVBAR */
header{
  width: 100%;
  height: 100vh;
  max-height: 58px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-bottom: 1px solid black;
}

.navbar{
  width: 100%;
  height: 100vh;
  max-height: 58px;

  display: flex;
  justify-content: center;
}

.navbar .navbar__ul{
  display: none;
  height: 100%;

  font-size: .85rem;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar .navbar__ul li{
  height: 100%;
  min-width: 132px;
  padding: 1em;
  
  cursor: pointer;
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
  text-align: center;
  
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s all ease-in-out;
}

.navbar .navbar__ul li:hover{
  background: #007B54;
  border-color: transparent #000;
  border-top: none;
  border-bottom: none;

  font-weight: 400;
  transition: .5s all ease-in-out;
}

.navbar .navbar__ul li:hover  a{
  color: #56308F;
}

.navbar .navbar__ul li:nth-child(2n){
  border-color: transparent;
}

.navbar .navbar__ul li:last-child{
  border-right-color: transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  width: 132px;

  margin-top: calc(1em + 8px);
  position: absolute;
  right: 0;
  z-index: 1;
  
  overflow: auto;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}

.dropdown-content a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  border: 1px solid #000;
}

.dropdown-content a img {
  width: 45px;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.navbar .navbar__img{
  max-width: 200px;
  max-height: 30px;
  margin: auto;
}

.menu-btn{
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  min-width: 60px;
  min-height: 58px;

  cursor: pointer;
  background: #007B54;
  transition: all .5s ease-in-out;
}

.menu-btn__burguer{
  width: 35px;
  height: 5px;

  transition: all .5s ease-in-out;
  border-radius: 1px;
  background-color: #59308C;
}

.menu-btn__burguer::after, .menu-btn__burguer::before{
  content: '';
  position: absolute;
  width: 35px;
  height: 5px;
  
  transition: all .5s ease-in-out;
  background-color: #59308C;
  border-radius: 1px;
}

.menu-btn__burguer::before{
 transform: translateY(-12px); 
}

.menu-btn__burguer::after{
  transform: translateY(12px);
}

.menu-btn.open .menu-btn__burguer{
  transform: translateX(-50px);
  background: transparent;
} 

.menu-btn.open .menu-btn__burguer::before{
  transform: rotate(45deg) translate(35px, -35px);
  width: 35px;
}

.menu-btn.open .menu-btn__burguer::after{
  transform: rotate(-45deg) translate(35px, 35px);
  width: 35px;
}


.content-price p{
  width: 100%;
}
.img-produto{
  margin-right: 10px;
}
.img-produto img{
  width: 100%;
  
  align-items: center;
  justify-content: center;
}
.content-price{
  width: 100%;
}
.preview{
  
  width: 100%;
  justify-content: space-between;
}
.preview img{
  width: 50%;
}
.line-top-all{
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid black ;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    padding-top: 5px;
    padding-bottom: 5px
}
.line-top{
  width: 80%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}  
  
.line-top h3{
  text-transform: uppercase;
  font-size: 15px;
}
.all-buttom{
  justify-content:space-between;
  width: 100%;
}
.add-car {
  
  width: 75%;
  height: 30px;
  background-color: #027A53;
  border: none;
  text-align: center;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.4s;
  cursor: pointer;
}
.buy{
  margin-top: 20px;
  width: 40%;
  height: 30px;
  background-color: #5B2F8F;
  border: none;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition-duration: 0.4s;
  cursor: pointer;

}
.all-card img{
  width: 40%;

}
.all-h2{
  font-size: 10px;
}
.all-card h3{
  font-weight: 500;
  font-size: 10px;
}




/* INICIO FOOTER */
.logo-end{
  width: 100%;
  display: flex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  
}
.logo-end img{
  width: 50%;
  height: 20px;
}


.logo-end h3 {
  width: 50%;
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
}
.type {
  border:1px solid #111;
  transition: .3s background-color;
}
.type:hover {
  background-color: #fafafa;
}
.share{
  width: 100%;
  display: flex;
  align-items: center;
 
}

.share img{
  width: 8px;
  height: 8px;
}
.share h3{
  font-size: 10px;
  text-transform: uppercase;

}
.content-border{
  border:1px solid #111;
  transition: .3s background-color;
}
.form-all{
 width: 50%;
}
.title-form{
  text-transform: uppercase;
  font-size: 10px;
}
.buttom-form{
  background-color:#055CA8;
  text-transform: uppercase;
  color: #FFF;
  padding-right: 5px;
  padding-left: 5px;
  border:none  ;
}
.txt-buttom{
  display: flex;
}

.content-border {
  background-color: #fafafa;
}
.redes-sociais{
  align-items: center;
  display: flex;
  justify-content:end;
}
.redes-sociais h3{
  margin-top: 10px;
  align-items: center;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 5px;

}
.title-cards{
  margin-top: 10px;
  
}
.content-price p{
    font-family:"gotham-book"  !important;
}
.title-product{
        font-family: "adieu-regular" !important;
  }
  .title-product h2{
      margin:0;
  }
.center-content h2 {
     font-family: "adieu-regular"  !important;
     margin-bottom:25px;
     margin-top:25px;
}
.content-price{
    font-family: "adieu-regular"  !important ;
}
@media (min-width: 375px){

  .img-produto img{
    
  }
  .line-top-all{
    width: 100%;
  }
  .line-top{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-around}
  .line-top h3{
    text-transform: uppercase;
    font-size: 15px;
  }
  .line-top a{
    font-size: 10px; 
  }
  .content-price p{
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
  .all-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
  .all-card img{
    margin-top: 10px;
    width: 60%;
    
    
  }
  .preview{
    display: flex;
    
    margin-top: 15px;
    width: 50%;
  }
  .conteudo-inferior{
    margin-top: 20px;
  }
  .all-h2{
    font-size: 10px;
  }
  .all-card h3{
    font-weight: 500;
    font-size: 10px;
  }
  .all-footer{
    justify-content: center;
  }
  .share{
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .input{
    display: flex;
  }
  .logo-end{
    align-items: center;
    justify-content: center;
  }
  .logo-end h3{
    font-size: 15px; 
  }
  .redes-sociais{
    justify-content: center;
  }
  .share-img-txt{
    padding-right:5px;
    display: flex;
    align-items: center;
    
  }
  .logo-end h3{
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 25px;
    
  }
  .title-product h2{
      
    font: 1em;
    text-transform: uppercase;
  }
  
}
@media (min-width: 425px){
  .line-top-all{
    width: 100%;
  }
  .line-top{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-around}
  .line-top h3{
    text-transform: uppercase;
    font-size: 15px;
  }
  .line-top a{
    font-size: 12px; 
}
.preview{
  width: 40%;
}
.img-produto img{
  margin: 0;
  padding-top: 15px;
  width: 340px;
}
.content-price{
  padding-top: 20px;
}
.all-card{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px){
  /* header */
  .navbar .navbar__img{
    max-width: 250px;
  }
  .menu-btn__burguer{
    width: 40px;
    height: 6px;
  }
  .menu-btn__burguer::after, .menu-btn__burguer::before{
    width: 40px;
    height: 6px;
  }
  .menu-btn.open .menu-btn__burguer::before, 
  .menu-btn.open .menu-btn__burguer::after{
    width: 40px;
  }  
  .navbar .navbar__img{
    max-width: 240px;
    max-height: 30px;
    margin: auto auto auto 20px;
  }
  .conteudo-price{
    
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .content-price h2{
    text-transform: uppercase;
   
  }
  .conteudo-inferior{
    align-items: center;
    justify-content: center;
    width: 100%;
    
  }
  .all-card{
    width: 100%;
    align-items: center;
    justify-content: center;

  }
  .img-produto{
    /* margin-top: 45px; */
    margin-top: 0;
    width: 60%;
    display: flex;
    
  }
  .img-produto img{
   
    width: 290px !important; 
    height: 290px;
  }
  .content-price{
    /* margin-top: 53px; */
    justify-content: space-between; 
    width: 55%;
   
  }
  .content-price p{
    margin-top: 10px;
  }
  .all-buttom{
    margin-top: 5px;
  }
  .preview{
    display: flex;
    width: 25%;
  }
  .produto-inferior img{
    width: 20%;
  }
  .share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
  }
  .line-top a {
    font-size: 16px
   }
  .form-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .add-car{
      width: 95%;
      height:35px;
  }
  .buy{
      width: 60%;
      height:35px;
  }
}

@media (min-width: 1024px){
  .navbar .navbar__ul{
    display: flex;
  }
  .line-top-all{
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .line-top{
    width: 80%;
}
.line-top a{
  padding-left: 10px;
  font-size: 15px;
}

@media (min-width: 1024px){
  .main-home .text-section h2{
    font-size: 4.5rem;
  }

  .main-home{
    grid-template-rows: repeat(10, 230px);
  }

  .menu-btn{
    min-width: 65px;
    min-height: 60px;
  }

  .navbar .navbar__ul{
    font-size: 1rem;
  }

  header, .navbar, .menu-btn{
    min-height: 61px;
  }


.all-footer{
  border-top: 1px solid black;
  display: flex;
}
.logo-end{
  border: none;
  width: 45%;
  }
  .center-content {
    max-width: 800px;
  }
 
 
 
  .conteudo-inferior{
    width: 100%;
    display: flex;
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .logo-end{
    width: 40%;
  }
  .all-form{
    width: 40%;
  }
  .all-footer{
    border-bottom: 1px solid black;
  }
  .all-card{
    width: 80%;
  }
  .all-card img{
    width: 80%;
  }
  .img-produto img{
    width: 400px !important;
    height: 400px;
    
  }
  .line-top a{
   
    padding-left: 10px;
    font-size: 18px;
  }
  .share{
    padding-top: 25px;
    padding-bottom: 55px;
  }
  .redes-sociais a{
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-form{
    padding-top: 50px;
  }
  
  .logo-end h3{
    padding-top: 50px;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 15px;
    border-right: 1px solid black;
  }
  .all-card h3{
    text-align: left;
    padding-top: 5px;
    font-size: 10px;

  }
  .add-car{
      width: 80%;
      height:30px;
  }
  .buy{
      width: 40%;
      height:30px;
  }


  
}
@media (min-width: 1440px){
  .line-top-all{
    padding-top: 10px;
    padding-bottom: 10px
  }
  .content-price{
    margin-top: 10px;
    padding: 0;
  }
 
  .line-top a{
    padding-left: 35px;
    font-size: 20px;
  }
  .center-content{
    max-width: 1200px;
  }
  .content-price h2{
    font-size: 40px;
  }
  .content-price p{
     
    font-family:"gotham-book"  !important;
    font-size: 20px;
  }
  .conteudo-inferior{
    width: 100%;
    display: flex;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .logo-end{
    width: 40%;
  }
  .all-form{
    width: 40%;
  }
  .all-footer{
    border-bottom: 1px solid black;
  }
  .all-card{
    width: 80%;
  }
  .all-card img{
    width: 80%;
  }
  .img-produto img{
    width: 600px !important;
    margin-right: 50px;
  }
  .share{
    
    padding-top: 25px;
    padding-bottom: 55px;
  }
  .redes-sociais a{
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-form{
    padding-top: 50px;
  }
  
  .logo-end h3{
    padding-top: 50px;
    padding-left: 25px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 25px;
    border-right: 1px solid black;
  }
  .add-car{
      width: 65%;
      height: 40px;
  }
  .buy{
      width: 33%;
      height: 40px;
  }
}
@media (min-width: 1920px){
    .center-content {
        max-width:1600px !important;
    }
    .add-car{
        height:45px;
    }
    .buy{
        height:45px;
    }
}