.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  scroll-behavior: smooth;
}
main {
  flex: 1 0 auto;
}
header,
footer {
  flex: 0 0 auto;
}
header {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: white;
  border-radius: 0 0 40px 40px;
  height: 5rem;
}
a{
  text-decoration: none !important;
}
.verde{
  color: #B2CB21;
}
.nav-link{
  color: black !important;
  font-size: 1.3rem;
}
.text-justify{
  text-align: justify;
}
.nav-link:hover{
  color: #B2CB21 !important;
}
.imgnav{
  max-width: 30%;
}
.fs5r{
  font-size: 5rem;
}
#curqNav:hover {
  cursor: pointer;
}
#curqNav > span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 9999px;
  background-color: black;
}
#curqNav > span:not(:last-child) {
  margin-bottom: 7px;
}
#curqNav,
#curqNav > span {
  transition: all 0.4s ease-in-out;
}
#curqNav.active {
  transition-delay: 0.4s;
  transform: rotate(45deg);
}
#curqNav.active > span:nth-child(2) {
  width: 0;
}
#curqNav.active > span:nth-child(1),
#curqNav.active > span:nth-child(3) {
  transition-delay: 0.4s;
}
#curqNav.active > span:nth-child(1) {
  transform: translateY(9px);
}
#curqNav.active > span:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}
.navbar-toggler {
    border: none;
}
#inicio{
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("img/inicio_fondo.png");
}
#laq{
  background-color: white;
}
#curqsen{
  background-image: url("img/producto_wave.png");
}
#foot{
  background-image: url("img/fondofoot.png");
  padding: 8rem 0 1rem 0;
}
.fondos{
  background-position: start;
  background-repeat: no-repeat;
  background-size: cover;
}
.imgmov{
  animation: move-vector 4s linear infinite;
}
@keyframes move-vector {
  0%{
      transform: translateY(15px);
  }50%{
      transform: translateY(0px);
  }100%{
      transform: translateY(15px);
  }
}
.imgsbl{
  width: 100%;
  border-radius: 100%;
}
.blogcards{
  border-right: 6px solid #B2CB21;
}
.estilo{
  color: #242f61;
  font-size: 2.5rem;
}
.blogs{
  background-color: #E4EFFA;
  border-radius: 20px;
  padding: 2rem;
  margin-block: 1rem;
}
.blogs:hover img{
  cursor: pointer;
}
.coamor{
  font-size: 2rem;
  letter-spacing: 2px;
  text-shadow: 0 0 5px #d4ffa5, 0 0 15px #d4ffa5, 0 0 20px #d4ffa5, 0 0 40px #d4ffa5, 0 0 60px #ffffff00, 0 0 10px #ffffff, 0 0 98px #ffffff;
  color: #ffffff;
  margin: 0;
}
.curcu{
  font-size: 3rem;
  letter-spacing: 2px;
  justify-content: left;
  text-shadow: 0 0 5px #83ff00, 0 0 15px #83ff00, 0 0 20px #83ff00, 0 0 40px #83ff00, 0 0 60px #ffffff00, 0 0 10px #ffffff, 0 0 98px #ffffff;
  color: #ffffff;
}
.pillimg{
  width: 20%;
  height: 60px;
  background: linear-gradient(90deg, rgba(26, 60, 90, 1) 35%, rgba(0, 0, 0, 1) 100%);;
  padding: 10px 10px 10px 20px;
  border-radius: 25px 0 0 25px;
  margin: 0;
}
.pilltxt{
  width: 75%;
  height: 60px;
  color: white;
  background: linear-gradient(90deg, rgba(1, 84, 114, 1) 35%, rgba(70, 156, 179, 1) 100%);
  padding: 10px 10px 10px 20px;
  font-size: 1rem;
  margin: 0;
  border-radius: 0 25px 25px 0;
}
.img-45{
  max-width: 45%;
}
.imgventa{
  position: relative;
}
.txtcompra{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pcompra{
  border-radius: 10px;
  background-color: #b2cb21;
  color: white;
  font-size: 20px;
  padding: 1rem;
  text-align: center;
}
.imgventa:hover img{
  cursor: pointer;
  opacity: 0.3;
}
.imgventa:hover .txtcompra{
  opacity: 1;
  cursor: pointer;
}
.social {
  position: fixed;
  top: 20px;
  z-index: 999;
  padding-top: 200px;
}
.social ul {
  padding: 0px;
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 317px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.social ul li:hover {
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #B2CB21;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  width: 38px;
  height: 36px;
  font-size: 20px;
  background: #ffffff;
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .imgnav{
    max-width: 8%;
  }
  .coamor{
    font-size: 3.5em;
  }
  .curcu{
    font-size: 5.5em;
  }
  header {
    height: 8rem;
  }
  #inicio{
    padding-top: 8rem;
  }
  .estilo{
    font-size: 3.5rem;
  }
  .pilltxt{
    width: 90%;
    font-size: 1.2rem;
  }
  .pillimg{
    width: 10%;
  }
}