.hero-landing {
  display: flex;
  justify-content: center;
  background: #F6EBD6;
  padding: 9rem 0 2rem;
  font-family: "Raleway";
}

.hero-landing .container {
  display: flex;
}

@media (max-width: 991px) {
  .hero-landing .container {
    display: block;
  }
}

.hero-landing__img {
  width: 54%;
  min-width: 54%;
}

.hero-landing__img img {
  width: 100%;
}

@media (max-width: 991px) {
  .hero-landing__img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.hero-landing__txt {
  width: calc(46% - 2rem);
  min-width: calc(46% - 2rem);
  margin-left: 2rem;
  border: 3px solid #E2781C;
  border-radius: 20px 200px 20px 20px;
  padding: 1.5rem 2.5rem;
}

@media (max-width: 991px) {
  .hero-landing__txt {
    width: 100%;
    margin-left: 0;
    padding-left: 25px;
  }
}

.hero-landing__txt .circulos {
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .hero-landing__txt .circulos {
    margin-bottom: 2rem;
  }
}

.hero-landing__txt .circulos span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  margin-right: .5rem;
}

.hero-landing__txt .circulos span:nth-child(1) {
  background: #7BD9B5;
}

.hero-landing__txt .circulos span:nth-child(2) {
  background: #FF7900;
}

.hero-landing__txt .circulos span:nth-child(3) {
  background: #FF574A;
}

.hero-landing__txt h1 {
  color: #E2781C;
  margin: 0;
  font-size: 55px;
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .hero-landing__txt h1 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .hero-landing__txt h1 {
    font-size: 38px;
  }
}

.hero-landing__txt h1 span {
  font-weight: 500;
  display: block;
  font-style: italic;
}

.hero-landing-home .hero-landing__txt-wrap {
  padding-left: 2rem;
}

@media (max-width: 991px) {
  .hero-landing-home .hero-landing__txt-wrap {
    padding-left: 0;
  }
}

.hero-landing-home .hero-landing__txt {
  width: 100%;
  margin-left: 0;
  padding-bottom: 2.5rem;
  padding-left: 25px;
}

.hero-landing-home .hero-landing__txt .circulos {
  margin-bottom: 1.5rem;
}

.hero-landing-home .hero-landing__txt h1 {
  font-size: 33px;
  margin-bottom: .5rem;
}

@media (max-width: 550px) {
  .hero-landing-home .hero-landing__txt h1 {
    font-size: 28px;
  }
}

.hero-landing-home .hero-landing__txt p {
  color: #E2781C;
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 550px) {
  .hero-landing-home .hero-landing__txt p {
    font-size: 18px;
  }
}

.hero-landing-home .botones {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-landing-home .botones .btn {
  font-size: 15px;
  background: #456DFA;
  font-weight: bold;
  width: 160px;
  border-radius: 40px;
  transition: all .3s ease;
}

.hero-landing-home .botones .btn:hover {
  background: #2350f0;
}

.hero-landing-home .botones img {
  width: 200px;
  margin-top: -22px;
}

@media (max-width: 550px) {
  .hero-landing-home .botones img {
    width: 130px;
  }
}

.container {
  max-width: 1230px;
}

.cards-landing {
  padding: 4rem 0 6rem;
  text-align: center;
  font-family: "Raleway";
  position: relative;
}

.cards-landing:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #F3F3F3;
}

.cards-landing h5 {
  margin: 0 auto 4rem;
  color: #3A4047;
  font-size: 24px;
  position: relative;
  z-index: 2;
}

.cards-landing .card-landing {
  border-radius: 50px;
  padding: 40px 25px 40px 30px;
  color: #fff;
  text-align: left;
  min-height: 380px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .cards-landing .card-landing {
    margin-bottom: 1rem;
  }
}

.cards-landing .card-landing__header {
  display: flex;
  margin-bottom: 2rem;
}

.cards-landing .card-landing__header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.cards-landing .card-landing__header img {
  width: 70px;
  margin-right: 1rem;
}

.cards-landing .card-landing__texto ul {
  margin: 0;
  list-style: none;
}

.cards-landing .card-landing__texto ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 20px;
}

.cards-landing .card-landing__texto ul li:before {
  content: "";
  background-image: url("../images/landing/ic-lista.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}

.cards-landing .card-landing.verde {
  background: #28B4BC;
}

.cards-landing .card-landing.rojo {
  background: #FF574A;
}

.cards-landing .card-landing.azul {
  background: #358DC9;
}

.cards-landing .card-landing.azul .card-landing__header img {
  width: 40px;
}

.no-compartir {
  text-align: center;
  padding: 0 0 4rem;
  font-family: "Raleway";
}

.no-compartir .logo-pato {
  width: 340px;
  margin: 0 auto 5rem;
  position: relative;
  max-width: 90%;
}

.no-compartir .logo-pato img {
  width: 100%;
  margin-top: -2.8rem;
}

.no-compartir .btn-no-compartir {
  background: #FF7900;
  color: #fff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 3rem 1.2rem;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  width: 715px;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 3rem;
  transition: all .3s ease;
}

.no-compartir .btn-no-compartir:hover {
  background: #df6a00;
}

@media (max-width: 991px) {
  .no-compartir .btn-no-compartir {
    flex-direction: column;
    padding: 1.2rem;
    font-size: 22px;
    line-height: 1.2;
  }
}

.no-compartir .btn-no-compartir img {
  width: 52px;
  vertical-align: bottom;
  margin-right: 1.5rem;
  position: absolute;
  left: .8rem;
}

@media (max-width: 768px) {
  .no-compartir .btn-no-compartir img {
    position: relative;
    left: auto;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 40px;
  }
}

.no-compartir p {
  color: #3A4047;
}
/*# sourceMappingURL=estilos-landing.css.map */