p {
  font-family: "Sofia Pro", sans-serif;
  font-size: 1.1rem;
  color: #000000;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Recoleta", sans-serif;
  font-weight: 700;
  color: #9bcb6c;
  font-size: 1.7rem;
}

.btn-default {
  background-color: #9bcb6c;
  font-family: "Recoleta", sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0.3em 2em;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.btn-default:hover {
  background-color: #9bcb6c;
  color: #ffffff;
  text-decoration: none;
}

/*Mobile*/
.new-home section.top .container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-home section.top .container div[class^=col-] h1 {
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
}
.new-home section.top .container div[class^=col-] h1 span {
  display: block;
  font-weight: normal;
}
.new-home section.top .container div[class^=col-] p {
  margin: 1em auto;
  width: 80%;
  text-align: center;
}
.new-home section.top .container .btn{
  background-color: #9bcb6c;
  color: #ffffff;
  font-size: 29px;
  width: 280px;
  display: none;
}
.new-home section.offers .container {
  display: flex;
  flex-direction: column-reverse;
}
.new-home section.offers .container .section-title h2 {
  font-size: 1.7rem;
}
.new-home section.offers .container .section-title h2 span.typewrite span.wrap {
  display: block;
  color: #596377;
}
.new-home section.offers .container .section-title h5 {
  display: none;
}
.new-home section.offers .container .row {
  justify-content: center;
}
.new-home section.offers .container .row:last-child{
  max-width: 300px;
  margin: auto;
}
.new-home section.offers .container .row div {
  padding: 5px;
}
.new-home section.offers .container .row div .card {
  width: 100%;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #9bcb6c;
  transition: 300ms ease-in-out;
}
.new-home section.offers .container .row div .card img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.new-home section.offers .container .row div .card p {
  font-size: 1rem;
  color: #000000;
  padding: 0.6em 0;
}
.new-home section.offers .container .row div .card p.btn {
  background-color: #9bcb6c;
  color: #ffffff;
  padding: 0.2em 0;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto 0.5em auto;
}
.new-home section.offers .container .row div .card:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px -2px #9bcb6c;
  -moz-box-shadow: 0px 0px 20px -2px #9bcb6c;
  box-shadow: 0px 0px 20px -2px #9bcb6c;
  transform: scale(1.05);
}
.new-home section.offers .typewrite{
  display: block;
  min-height: 35px;
  border-bottom: 2px solid;
  width: fit-content;
  min-width: 270px;
  margin: 0 auto 5px;
  padding: 0 10px;
}
.new-home section.how-works h2{
  margin: 60px 0 0;
}
.new-home section.how-works .container .row.item {
  margin: 3em 0;
  flex-direction: column-reverse;
}
.new-home section.how-works .container .row:first-child + .row.item{
  margin-top: 15px;
}
.new-home section.how-works .container .row.item div .text {
  padding: 0;
  margin: 0 auto;
}
.new-home section.how-works .container .row.item div .text .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}
.new-home section.how-works .container .row.item div .text .title .number {
  font-size: 5em;
  color: #9bcb6c;
  line-height: 0.75;
  margin-right: 0.2em;
  font-family: "Recoleta", sans-serif;
}
.new-home section.how-works .container .row.item div .text .title h3 {
  margin: 0;
  color: #000000;
  font-size: 1.7em;
}
.new-home section.how-works .container .row.item div .text .title h3 span {
  font-weight: normal;
}
.new-home section.how-works .container .row.item div .text p {
  font-size: 1.1rem;
}
.new-home section.how-works .container .row.item div img {
  margin-bottom: 1em;
  object-fit: cover;
  object-position: center center;
}
.new-home section.testimonials .container .row:nth-child(2) {
  margin: 2em 0;
}
.new-home section.testimonials h2 + p{
  font-size: 22px;
}
.new-home .testimonial_rotator_wrap{
  margin: 0;
  padding: 0;
}
.new-home section.testimonials h2.testimonial_rotator_slide_title{
  display: inline-block;
  color: #000;
  font-size: 28px;
  font-family: "Sofia Pro", sans-serif;
  margin: 0;
  background-image: url(../images/quote.png);
  background-size: 48px;
  background-repeat: no-repeat;
  padding: 4px 0 8px 60px;
}
.new-home section.testimonials .testimonial_rotator_stars{
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.new-home section.testimonials .testimonial_rotator_stars .fa{
  font-size: 28px;
  color: #FFD800;
}
.new-home section.testimonials .testimonial_rotator_star{
  width: 28px;
  height: 25px;
}

.new-home section.testimonials .container .row:nth-child(2) .testimony .quote {
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 48px;
  width: 48px;
}
.new-home section.testimonials .container .row:nth-child(2) .testimony .head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.new-home section.testimonials .container .row:nth-child(2) .testimony .head .quote {
  margin-right: 1em;
}
.new-home section.testimonials .quote{
  display: none;
}
.new-home section.testimonials .container .row:nth-child(2) .testimony .head h3 {
  color: #000000;
  font-family: "Sofia Pro", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
.new-home section.testimonials .container .row:nth-child(2) .testimony .head h3 img {
  display: block;
  height: 1.2em;
}
.new-home section.testimonials .container .row:nth-child(2) .testimony .author {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 0.5em;
}
.new-home section.testimonials .container .row:nth-child(2) .testimony .author .quote {
  transform: scaleX(-1);
  margin-left: 1em;
}
.new-home section.testimonials .testimonial_rotator_quote{
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  position: relative;
}
.new-home section.testimonials .testimonial_rotator_quote:after{
  content: '';
  width: 48px;
  height: 48px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: scaleX(-1);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.new-home .testimonial_rotator.template-default .slide{
  padding: 0;
}
.new-home .testimonial_rotator_prev, 
.new-home .testimonial_rotator_next{
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 50%;
  display: none;
}
.new-home .testimonial_rotator_prev{
  padding: 3px 7px 3px 5px;
}
.new-home .testimonial_rotator_next{
  padding: 3px 5px 3px 7px;
}
.new-home section.become-surrogate .container .row h2 {
  font-weight: normal;
}
.new-home section.become-surrogate .container .row h2 strong{
  display: block;
}
.new-home section.become-surrogate .container .row ul {
  font-family: "Sofia Pro", sans-serif;
  padding: 1em;
  margin-left: 10px;
}
.new-home section.become-surrogate .container .row ul li {
  font-size: 1.1rem;
  color: #000;
}
.new-home section.become-surrogate .container .row a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 20px auto 60px;
  background-color: #9bcb6c;
  border: 1px solid #9bcb6c;
  color: #ffffff;
  padding: 5px 0;
  border-radius: 10px;
  font-family: "Sofia Pro", sans-serif;
  transition: 200ms ease-in-out;
  font-size: 24px;
}
.new-home section.become-surrogate .container .row a:hover {
  text-decoration: none;
  color: #9bcb6c;
  background-color: #ffffff;
}

/*
=====================================================
Medium devices (desktops, 768px and up)
Read more: https://getbootstrap.com/docs/5.0/layout/breakpoints/
=====================================================
*/
@media (min-width: 768px) {
  .new-home .testimonial_rotator.template-default .slide{
    padding: 0 60px;
  }
  .new-home .testimonial_rotator_prev, 
  .new-home .testimonial_rotator_next{
    display: block;
  }
  .new-home section.top{
    background: #FFFDF8;
  }
  .new-home section.top .container div[class^=col-] h1 {
    font-size: 2.5rem;
    margin-top: 70px;
    text-align: left;
  }
  .new-home section.top .container div[class^=col-] p {
    margin: 1em 0;
    text-align: left;
  }
  .new-home section.top .container .btn{  
    display: block;
  }
  .new-home section.offers .container {
    flex-direction: column;
  }
  .new-home section.offers .container .row:last-child{
    max-width: 100%;
    margin: 0 -15px;
  }
  .new-home section.offers .container .section-title {
    margin-top: 1em;
    margin-bottom: 0em;
  }
  .new-home section.offers .container .section-title h2 {
    font-size: 2.5rem;
  }
  .new-home section.offers .container .section-title h2 span.typewrite span.wrap {
    display: inline;
  }
  .new-home section.offers .container .section-title h5 {
    display: block;
    font-family: "Sofia Pro", sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: normal;
  }
  .new-home section.offers .container .row div .card img {
    height: 8em;
    object-fit: cover;
  }
  .new-home section.offers .container .row div .card p.btn {
    width: 95%;
  }
  .new-home section.offers .typewrite{
    display: inline-block;
    min-height: 50px;
    min-width: 370px;
    border-bottom: 2px solid;
    margin: 0 10px;
    padding: 0;
  }
  .new-home section.how-works .container .row:nth-child(1) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .new-home section.how-works .container .row.item {
    margin: 2.5em 0;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
  }
  .new-home section.how-works .container .row.item div img {
    margin-bottom: 0;
  }
  .new-home section.how-works .container .row.item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .new-home section.how-works .container .row.item:nth-child(odd) img {
    padding-right: 1.5em;
  }
  .new-home section.how-works .container .row.item div .text .title h3 {
    font-size: 2.2em;
  }
  .new-home section.how-works .container .row.item div .text .title .number {
    font-size: 5.5em;
  }
  .new-home section.how-works .container .row.item div .text p {
    font-size: 1.35rem;
  }
  .new-home section.testimonials .quote{
    display: block;
  }
  .new-home section.testimonials .container {
    margin-top: 2em;
    margin-bottom: 5em;
  }
  .new-home section.testimonials .container .row:nth-child(1) {
    margin-bottom: 3em;
  }
  .new-home section.testimonials .container .row:nth-child(1) h2 {
    margin-bottom: 0.6em;
  }
  .new-home section.testimonials .container .row:nth-child(2) {
    justify-content: center;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .quote {
    position: absolute;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .quote.quote-left {
    left: -10px;
    height: 68px;
    width: 59px;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .quote.quote-right {
    right: 20px;
    height: 68px;
    width: 59px;
  }
  .new-home section.testimonials h2.testimonial_rotator_slide_title{
    background: none;
    padding: 0;
  }
  .new-home section.testimonials .testimonial_rotator_quote:after{
    display: none;
  }
  .new-home section.testimonials h2{
    font-size: 40px;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .head h3 {
    font-size: 1.4rem;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .head h3 img {
    vertical-align: sub;
    display: inline;
    margin-left: 0.5em;
    height: 1.5rem;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .author {
    justify-content: flex-start;
  }
  .new-home section.become-surrogate {
    background-size: cover;
    background-position: 30% center;
    height: 730px;
    display: flex;
    align-items: center;
    margin-bottom: 75px;
  }
  .new-home section.become-surrogate img {
    display: none;
  }
  .new-home section.become-surrogate .container .row h2 {
    font-weight: bolder;
  }
  .new-home section.become-surrogate .container .row a {
    width: 220px;
    margin: 20px 0 0;
  }
  .new-home section.become-surrogate .container .row ul li {
    font-size: 1.3rem;
  }
  .new-home section.become-surrogate .container .row h2 strong{
    display: inline;
  } 
}
/*
=====================================================
Large devices (desktops, 992px and up)
Read more: https://getbootstrap.com/docs/5.0/layout/breakpoints/
=====================================================
*/
@media (min-width: 992px) {
  .new-home section.top .container div[class^=col-] p {
    margin-top: 0.5em;
    font-size: 1.2rem;
  }
  .new-home section.offers .container .section-title h5 {
    font-size: 1.2rem;
  }
  .new-home section.offers .container .row div {
    padding: 10px;
  }
  .new-home section.offers .container .row div .card img {
    height: 10.5em;
  }
  .new-home section.how-works .container .row.item {
    justify-content: center;
  }
  .new-home section.how-works .container .row.item div .text {
    margin: auto 0;
  }
  .new-home section.how-works h2{
    font-size: 2.5rem;
    margin: 0;
  }
}
/*
=====================================================
Extra Large devices (desktops, 1200px and up)
Read more: https://getbootstrap.com/docs/5.0/layout/breakpoints/
=====================================================
*/
@media (min-width: 1200px) {
  .new-home section.top .container div[class^=col-] h1 {
    font-size: 3rem;
  }
  .new-home section.offers .container .row div .card img {
    height: 12em;
  }
  .new-home section.testimonials .container .row:nth-child(2) .testimony .head h3 {
    font-size: 1.6rem;
  }
  .new-home section.become-surrogate .container .row h2 {
    font-size: 2.5rem;
  }
  .new-home section.offers .container .section-title h2 {
    display: flex;
    justify-content: center;
  }
}
/*
=====================================================
Extra Extra Large devices (desktops, 1400px and up)
Read more: https://getbootstrap.com/docs/5.0/layout/breakpoints/
=====================================================
*/
@media (min-width: 1400px) {
  .new-home section.top .container div[class^=col-] h1 {
    font-size: 3.5rem;
  }
  .new-home section.top .container div[class^=col-] p {
    font-size: 1.4rem;
  }
  .new-home section.offers .container .section-title h5 {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=styles.css.map */
