body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins';
}


.contenedor {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

header {
  background-image: url(ondas.png), linear-gradient(237deg, #46b3ff 0%, #0752fe 100%);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 750px;
      background-size: contain;
}



header .logo {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}



header .contenedor-inicio {
  display: flex;
  justify-content: center;
  margin: 9vh 0;
}

header .titular, header .imagen {
  width: 40%;
  margin-top: 70px;
}



header h1 {
  font-family: 'Rubik';
  font-size: 52px;
  color: #fff;
  text-shadow: 1px 2px 50px #000;
}

header p {
  color: #fff;
  line-height: 30px;
}

header .imagen img {
  width: 100%;
}

header .imagen2 img {
  width: 100%;
}

.boton {
  background: #253547;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.2);
  margin-top: 20px;
  display: inline-block;
}

/* PRICING */

#pricing {
  padding-top: 90px;
}

#pricing h2, #pricing h3 {
  text-align: center;
  margin: 0;
}

#pricing h3 {
  font-weight: bold;
}

.contenedor-precios {
  display: flex;
  justify-content: space-around;
}

#pricing .tabla {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 90px 160px 0px rgb(0, 0, 0, 0.1);
  padding: 20px 59px;
}

#pricing ul {
  padding: 0;
}

#pricing .tabla li:nth-child(1) {
  font-family: 'Rubik';
  color: #F20D28;
  list-style: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-left: -21px;
}

#pricing .tabla .dolar {
  position: absolute;
  color: #999;
  font-size: 18px;
}

#pricing .tabla .numero {
  font-family: 'Rubik';
  font-weight: bold;
  font-size: 50px;
  margin-left: 14px;
}

#pricing .mes {
  color: #999;
}

#pricing .tabla li:nth-child(2) {
  list-style: none;
  margin-bottom: 48px;
  margin-left: -21px;
}

#pricing .item {
  color: #ff8f00;
  margin-bottom: 27px;
}

#pricing #two .item {
  color: #296FFA;
}

#pricing #five .item {
  color: #296FFA;
}

#pricing .item span {
  color: #666;
}

#pricing #three .item {
  color: #2ACF8D;
}

#pricing #one a {
  color: #FA0D1F;
  background: rgba(255,143,0,0.1);
}

#pricing #two li:nth-child(1) {
  color: #296FFA;
}


#pricing #six a {
  color: #F8C422;
  background: rgba(255,143,0,0.1);
}

#pricing #six li:nth-child(1) {
  color: #F8C422;
}


#pricing #three li:nth-child(1) {
  color: #2ACF8D;
}

#pricing #four li:nth-child(1) {
  color: #2CBFFA;
}

#pricing #five li:nth-child(1) {
  color: #BF0D9C;
}

#pricing #three a {
  color: #29cf8d;
  background: rgba(41,207,141,0.1)
}

#pricing #four a {
  color: #2CBFFA;
  background: rgba(41,207,141,0.1)
}

#pricing #five a {
  color: #BF0D9C;
  background: rgba(41,207,141,0.1)
}

#pricing #two a {
  color: #fff;
  background: #296FFA;
}

#pricing .hidden {
  color: #ccc;
}

#pricing .tabla {
  position: relative;
}

#pricing hr {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  border-color: #2423230d;
}


div .contenedor-precios{
  display: grid;
  grid-template-columns: 
    repeat(
      auto-fit,
      minmax(150px, 1fr)
    );
    gap: 32px;


}
