
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;1,400&display=swap');
body {
    align-items: center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: inherit;
    font-family: "Poppins";

}
#Logo{
  width: 70px;
  min-width: 40px;
  height: 40px;
  min-height: 18px;
}
.contenedor{
    align-items: center;
    background-image: url("img/Folleto\ .png") ;
    background-size: 100% 100%;
    width: 100%;
}
.Calculate{
  background: rgba(255, 255, 255, 0.733);
  width: 92%;
  max-width: 370px;
  right: 50%;
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 10px 0px;
  background-color: white;
  }
.formu{
  
    font-family: "Poppins";
  font: optional;
}  
.form-select{
  width: 40%;
  height: 20%;
  min-width: 50px;
}
.form-control{
  width: 40%;
  min-width: 50px;
}
button{
  margin-bottom: 15px;
}
.fz1{
  font-size: 10px;
}
.fz2{
  font-size: 12px;
  color:#213E6E;
}
.fz3{
  font-size: 14px;
  color:#213E6E;
}
footer{
  opacity: 0.8;
  right: 5%;
  background-color: rgba(46, 46, 46, 0.671);
  height: 20%;
}
.mb-4{
  margin: 2px;
}
p.pesado {font-weight: bolder;}
@media (max-width: 600px) {
  .contenedor{
    
    background-image: linear-gradient(to top right, rgb(66, 26, 243), rgb(111, 255, 92)) ;
  }
  #Logo{
    align-content: center;
  }
  
}

.footer{
  z-index: 1000;
  position: relative;
}
.wave1{
  background-image: url(./wave.png);
  width: 100%;
  height: 100px;
  background-size: 1000px 100px;
  position: absolute;
  bottom: 0px;
  opacity: 0.85;
}
.wave2{
  background-image: url(./wave.png);
  width: 100%;
  height: 100px;
  background-size: 1000px 100px;
  position: absolute;
  bottom: 0px;
  background-position-x: 400px;
  opacity: 0.85;
}
.wave3{
  background-image: url(./wave.png);
  width: 100%;
  height: 100px;
  background-size: 1000px 100px;
  position: absolute;
  bottom: 0px;
  background-position-x: 290px;
  opacity: 0.85;
}
input,select{
  width: 200px !important;
}
.btn-outline-green{
  background-color: #89BA2A;
  color:white;
  border-radius: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .7s ease;
  outline: none !important;
  border:none;
  text-decoration: none;
}
.btn-outline-green:hover{
  background-color: #213E6E;
  color:white;
  transition: all .7s ease;
  outline: none !important;
  border:none;
  text-decoration: none;
}
