body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(219, 218, 218);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.navbar{
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 12vh;
    background-color: #24252b;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 3px 5px 5px RGB(0,0,0,0.4);
    flex-direction: row;
    margin-left: 0;
}
.navbarul{
    list-style: none;
    display: flex;
    padding: 1em;
    margin: 0;
}
.navbarli{
    cursor: pointer;
    transition: all .5s ease-in-out;
    margin: 0.5em;
    padding: 10px 15px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    font-size: 18px;
    color: white;

}
.navbarli a{
  color: white;
}
.navbarli a:hover{
  color: rgba(241, 171, 20, 0.829);
}

.section{
display: flex;
flex-direction: row;
width: 100%;
align-items: center;
justify-content: center;
}
.card{
  border-radius: 15PX;
  background-color: #ffffff;
  box-shadow: 15px 15px rgb(187, 187, 187);
  margin-left: 10%;
  margin-right: 10%;
  padding: 15px;
  margin-bottom: 5%;
}

.imagem1{
    margin-top: 30px;
    border: 5px solid white;
    box-shadow: 0 2px 2px rgb(97, 97, 97);
}
.text{
    display: flex;
    margin-left: 1%;
    flex-direction: column;
}
.text1{
  display: flex;
  margin-left: 1%;
  flex-direction: column;
  font-size: 20px;
  margin:2%;
}
.product
{
    display: flex;
    margin-left: 9%;
    flex-direction: column;
}
.section1{
    width: 100%;
    display: flex;
    }
.grid{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.imagem2{
    display: block;
    width: 400px;
    height: 300px;
    margin: 10px;
    border: 5px solid white;
    box-shadow: 0 5px 15px black;
}
* {
  box-sizing: border-box;
}

input::placeholder{
  color:rgb(189, 189, 189)
}
textarea::placeholder{
    color:rgb(189, 189, 189)
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  margin: 12px;
  
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: large;
  font-weight: bold;
  
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 15px;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 20%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.slider{
  margin: 0 auto;
  width: 800px;
  height: 500px;
  overflow: hidden;
}

.slides{
  width: 400%;
  height: 400px;
  display: flex;
}
.slides input{
display: none;
}
.slide{
  width: 25%;
  position: relative;
  transition: 2s;
}
.slide img{
  width: 800px;
  height: 400px;
}
.manual-navigation{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}
.manual-btn{
  border: 2px solid white;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}
.manual-btn:not(:last-child){
  margin-right: 40px;
}
.manual-btn:hover{
  background-color: white;
}
#radio1:checked ~ .first{
  margin-left: 0%;
}
#radio2:checked ~ .first{
  margin-left: -25%;
}
#radio3:checked ~ .first{
  margin-left: -50%;
}
#radio4:checked ~ .first{
  margin-left: -75%;
}

.navigation-auto div{
  border: 2px solid blue;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
 }

 .navigation-auto{
  position: absolute;
  width: 800px;
  margin-top: 360px;
  display: flex;
  justify-content: center;
 }
 .navigation-auto div:not(:last-child){
  margin-right: 40px;
 }
#radio1:checked ~.navigation-auto .auto-btn1{
  background-color: white;
}
#radio2:checked ~.navigation-auto .auto-btn2{
  background-color: white;
}
#radio3:checked ~.navigation-auto .auto-btn3{
  background-color: white;
}
#radio4:checked ~.navigation-auto .auto-btn4{
  background-color: white;
}
.footerbase{
  display: flex;
  flex-direction: row;
  background-color:#24252b;
  width: 100%;
  min-width: 200px;
  height: 260px;
  margin-top: 50px;
  align-items: center;
  justify-content: space-evenly;
}
.span1{
border: 1px solid rgb(187, 187, 187);
height: 120px;
width: 25%;
box-shadow: 5px 10px rgb(187, 187, 187);
}
.span2{
  border: 1px solid rgb(187, 187, 187);
  height: 120px;
  width: 25%;
  box-shadow: 5px 10px rgb(187, 187, 187);
  }
  .imglink{
    color: white;
    text-decoration: none;
  }
  .imglink1{
    color: white;
    text-decoration: none;
    font-size: 20px;
  }
  .imglink1:hover{
    color: rgb(169, 218, 218);
    transform: scale(1.2);
  }
  .divisor{
    padding: 8px;
    display: flex;
    justify-content: space-evenly;
  }
  .iconecontato{
    width: 50px;
    height: 50px;
  }
  .iconecontato:hover{
    transform: scale(1.2);
  }