*{
    padding: 0;
    margin: 0;
    font-family: "Rubik", sans-serif;
}
html {
    scroll-behavior: smooth;
  }
  
header{
    height: 320px;
    width: 100%;
    background-color: #3B3737;
    background-image: url('./asa1__1_-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: center  25px;
}

header .flags{
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    clear: both;
}
header .flags ul{
    width: 200px;
    height: 50px;
    float: right;
}
header .flags ul li{
    float: left;
    list-style-type: none;
    margin-left: 10px;
    padding-top: 10px;
}
header .flags ul li a{
    text-decoration: none;
}

header .flags ul li a img{
    height: 20px;
    width: 35px;
}
header .menu{
    margin: 0px auto;
    height: 40px;
    width: 640px;
    padding-top: 255px;
}

header .menu ul li {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    float: left;
    list-style-type: none;
    margin-left: 25px;
    color: white;
}
header .menu ul li a{
    text-decoration: none;
    color: white;
}
header .menu ul li a:hover{
    text-decoration: underline;
}
.body{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background-color: rgb(217, 214, 214);
    padding-bottom: 50px;
}
.body .part1{
    margin-left: 10%;
    height: auto;
    width: 80%;
    float: left;
    display: block;
    margin-top: 25px;
}
.body .part1 .video1{
    width: 40%;
    float: left;
    display: block;
}

.body .part1 .video1 img{
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
    width: 86%;
}
.body .part1 .Detalhe{
    width: 50%;
    float: left;
    display: block;
    line-height: 25px;
}
.body .part1 .Detalhe h1{
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 30px;
    text-align:center;
    margin-top: 40px
}
.body .part1 .Detalhe p{
    line-height: 25px;
}
.body .part2{
    margin-left: 10%;
    height: auto;
    width: 80%;
    float: left;
    display: block;
    margin-top: 50px;
}
.body .part3{
    margin-left: 36%;
    height: auto;
    width: 30%;
    float: left;
    display: block;
    margin-top: 80px;
}
.body .part2 .video2{
    margin-top: 50px;
    width: 35%;
    float: right;
    display: block;
}
.body .part2 .video2 img{
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
    width: 90%;
}
.body .part2 .Lancamento{
    width: 50%;
    float: left;
    display: block;
    margin-left: 5%;
}
.body .part2 .Lancamento ul{
    margin-top: 75px;
}
.body .part2 .Lancamento ul li{
    list-style-type: none;
    text-align: right;
    margin-bottom: 30px;
}
.lancamentoP{
    line-height: 20px;
    font-size: 18px
}

/* Style the buttons that are used to open and close the accordion panel */
  .accordion {
    background-color:#3B3737;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 425px;
    height: 50px;
    text-align: center;
    border-radius: 25px 0px 25px 0px;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 40px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #aaa2a2;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-radius: 5px 5px 5px 5px;
  }
  .botoes{
    height: auto;
    width: 425px;
    float: left;
    display: block;
    margin-left: 7%;
  }
  .explicativo{
    line-height: 20px;
    padding: 10px;
  }
  .email{
    text-decoration: none;
    color: black;
  }

  * {box-sizing:border-box}
  

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.tamanhoimg{
    width: 350px;
    height: 500px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
 
footer{
  height: 250px;
  width: 100%;
  background-color: #3B3737;
  float: left;
}
footer .part4{
  height: auto;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
footer .part4 ul li{
  height: 50px;
  width: 250px;
  display: block;
  clear: both;
  margin-top:10px;
  justify-content: center center;
}
footer .part4 ul li a{
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  padding-left: 55px;
}
footer .part4 ul li span{
  width: 170px;
  height: 50px;
  display: block;
  float: left;
  padding-top: 15px;
}
footer .part4 ul li #whats{
  background-image: url('whats.webp');
  background-size: contain;
}
footer .part4 ul li #instagram{
  background-image: url('insta.png');
  background-size: contain;
}
footer .part4 ul li span{
  color: white;
}

/* mobile */
@media only screen and (max-width: 992px) {
  .body .part1 .video1,.body .part1 .video1 img,.body .part1 .Detalhe, .body .part2 .video2, .body .part2 .Lancamento, .body .part2 .botoes, .body .part2 .video2 img, .body .part3 {
    width: 100%;
  }
  .accordion{
    width: 85%;
  }
  .body .part3 {
    margin-left: 0;
  }
  .tamanhoimg{
    width: 88%;
  }
  header .menu{
    width: 100%;
    text-align: center;
    padding-top: 210px;
  }
  header{
    height: 350px;
    background-size: 100%;
    background-position: center 55px;
  }
  header .menu ul li {
    margin-top: 10px;
  }
  .panel{
    width: 85%;
  }
}
/* mobile */

/* telas grandes */
@media only screen and (min-width: 1400px) {
.body .part1 .video1 img{
  width: 70%;
}
.body .part2 .video2 img {
  width: 70%;
}
.body .part1 .Detalhe, .body .part1 .Detalhe p {
  line-height: 30px;
  font-size: 120%;
}
.body .part1 .Detalhe h1{
  margin-top: 15%;
}
#contatos, #comoComprar{
  font-size: 105%;
}
.botoes{
  margin-left: 15%;
  margin-top: 5%;
}
.body .part2 .Lancamento ul {
  margin-top: 115px;
}
.tamanhoimg {
  width: 400px;
  height: 550px;
  margin-left: 15%;
}
.lancamentoP {
  line-height: 30px;
}
}