@charset "UTF-8";
/* Estilos generales */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Circular Std", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  font-size: inherit;
}

p {
  color: #323d4a;
}

.whatsapp-fixed {
  display: none;
}
@media only screen and (min-width: 768px) {
  .whatsapp-fixed {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #25d366;
    border-radius: 50px;
    bottom: 20px;
    -webkit-box-shadow: 2px 2px 3px #575656;
            box-shadow: 2px 2px 3px #575656;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    height: 75px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    right: 20px;
    width: 75px;
    text-align: center;
    z-index: 1000000;
  }
  .whatsapp-fixed svg {
    color: #fff;
  }
}

.header nav {
  background-color: #323d4a;
  padding: 1.5rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .header nav {
    padding: 1.5rem 1.5rem;
  }
}
.header nav .container-fluid {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.header nav .container-fluid img {
  width: 175px;
}
.header nav .container-fluid .navbar-toggler {
  border: 0;
  font-size: 1rem;
}
.header nav .container-fluid .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header nav .container-fluid .navbar-toggler .navbar-toggler-icon {
  background-image: url("./../media/hamburger.svg");
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
  color: #f9f4e1;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.25rem 0;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
    font-weight: 700;
    margin: 0 0.5rem;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link:nth-child(2) {
  text-decoration: underline;
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3d52a;
  border-radius: 1.5rem;
  color: #323d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 1.25rem;
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link:last-child:hover {
  background-color: #ff8542;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link:last-child {
    background-color: #f3d52a;
    border-radius: 1.5rem;
    color: #323d4a;
    margin: 0 0.5rem;
  }
}

.main {
  background-color: #f5f5f5;
  padding: 121px 0 0 0; /* El padding top debe ser igual a la altura de la navbar */
}
.main .main__hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3d52a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.5rem 0.5rem 0 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .main .main__hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem 1.25rem 0 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 725px;
    position: relative;
  }
}
.main .main__hero .hero-content > h1,
.main .main__hero .hero-content p {
  margin: 0 0 1.75rem 0;
  text-align: center;
}
.main .main__hero .hero-content h1 {
  color: #323d4a;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}
@media only screen and (max-width: 400px) {
  .main .main__hero .hero-content h1 {
    font-size: 3.5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-content h1 {
    text-align: left;
  }
}
.main .main__hero .hero-content p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
  margin: 0 auto 1.75rem auto;
}
@media only screen and (min-width: 400px) {
  .main .main__hero .hero-content p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 576px) {
  .main .main__hero .hero-content p {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-content p {
    margin: 0 0 1.75rem 0;
    max-width: 350px;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) {
  .main .main__hero .hero-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .main__hero .hero-content > div p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-content > div p {
    max-width: 275px;
    text-align: left;
  }
}
.main .main__hero .hero-content > div img {
  max-width: 325px;
}
@media only screen and (max-width: 400px) {
  .main .main__hero .hero-content > div img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .main .main__hero .hero-content > div img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-content > div img {
    position: absolute;
    left: 250px;
    top: 300px;
  }
}
.main .main__hero .hero-content a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #323d4a;
  border: 0;
  border-radius: 2rem;
  color: #f3d52a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5rem;
  margin: 0 auto;
  padding: 0.5em 2.5em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-content a {
    margin: 0 auto 0 0;
  }
}
.main .main__hero .hero-content a:hover {
  background-color: #ff8542;
  color: #323d4a;
}
.main .main__hero .hero-image {
  margin: 2rem auto 0 auto;
  max-width: 550px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .main .main__hero .hero-image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 10rem 0 0 0;
    max-width: 650px;
  }
}
.main .main__hero .hero-image img {
  max-width: 100%;
}
.main .main__first .first-content {
  background-color: #ff8542;
  padding: 0 1.5rem;
}
.main .main__first .first-content p {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  padding: 2.5rem 0;
  text-align: center;
}
.main .main__second {
  padding: 4.5rem 1.5rem;
}
@media only screen and (max-width: 400px) {
  .main .main__second {
    padding: 4.5rem 0.5rem;
  }
}
.main .main__second .second-introduction {
  margin: 0 auto 3rem auto;
}
@media only screen and (min-width: 992px) {
  .main .main__second .second-introduction {
    width: 800px;
  }
}
.main .main__second .second-introduction h3 {
  color: #323d4a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.375rem;
  margin: 0 auto;
  text-align: center;
}
.main .main__second .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .main .main__second .second-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__second .second-content {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1200px) {
  .main .main__second .second-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .main .main__second .second-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__second .second-content > div {
    -ms-flex-preferred-size: 700px;
        flex-basis: 700px;
  }
}
.main .main__second .second-content > div .second-content-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.5rem 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .main .main__second .second-content > div .second-content-container {
    margin: 0 0 2.5rem 4rem;
    width: 500px;
  }
}
.main .main__second .second-content > div .second-content-container:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .main .main__second .second-content > div .second-content-container:last-child {
    margin: 0 0 0 4rem;
  }
}
.main .main__second .second-content > div .second-content-container img {
  margin: 0.375rem 0 0 0;
}
.main .main__second .second-content > div .second-content-container p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0 0 0 1rem;
}
.main .main__second .second-content .second-content-image {
  margin: 0 auto;
  max-width: 250px;
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .main .main__second .second-content .second-content-image {
    margin: 0;
  }
}
.main .main__third {
  padding: 0 0 3rem 0;
}
.main .main__third .third-introduction {
  margin: 0 0 2rem 0;
  padding: 0 0.5rem;
}
.main .main__third .third-introduction h2 {
  color: #323d4a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 auto 1rem auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main .main__third .third-introduction h2 {
    max-width: 768px;
  }
}
.main .main__third .third-introduction p {
  font-size: 2rem;
  font-weight: 450;
  line-height: 3.125rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 350px;
  }
  .main .main__third .third-content .third-content-container:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main .main__third .third-content .third-content-container:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.main .main__third .third-content .third-content-container.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 4rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main .main__third .third-content .third-content-container.hero {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container.hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0 1rem 0;
    width: 280px;
  }
}
.main .main__third .third-content .third-content-container.hero .button-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8542;
  border: 0;
  border-radius: 2rem;
  color: #323d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5rem;
  margin: 0 auto;
  min-width: 290px;
  padding: 0.5em 2.5em;
  position: relative;
  text-decoration: none;
  z-index: 10;
}
.main .main__third .third-content .third-content-container.hero .button-main:hover {
  background-color: #323d4a;
  color: #f3d52a;
}
.main .main__third .third-content .third-content-container.hero .elipse {
  bottom: 0;
  max-height: 475px;
  max-width: 768px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .main .main__third .third-content .third-content-container.hero .elipse {
    display: none;
  }
}
.main .main__third .third-content .third-content-container.hero .circle {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main .main__third .third-content .third-content-container.hero .circle {
    bottom: 0;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container.hero .circle {
    bottom: -300px;
    display: block;
    position: absolute;
    z-index: 0;
    width: 500px;
  }
}
.main .main__third .third-content .third-content-container .cellphone {
  margin: 0 auto;
  max-width: 375px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 400px) {
  .main .main__third .third-content .third-content-container .cellphone {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container .cellphone {
    width: 275px;
  }
}
.main .main__third .third-content .third-content-container .container__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 1.25rem;
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container .container__block {
    height: 200px;
    margin: 1rem 0;
    padding: 0;
  }
}
.main .main__third .third-content .third-content-container .container__block .block-image {
  background-color: #f3d52a;
  border: 0;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container .container__block .block-image {
    height: 50px;
    padding: 0.75rem;
  }
}
.main .main__third .third-content .third-content-container .container__block .block-image img {
  height: 100%;
  width: 100%;
}
.main .main__third .third-content .third-content-container .container__block .block-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container .container__block .block-text {
    -ms-flex-preferred-size: 175px;
        flex-basis: 175px;
    margin: 0 0 0 1.25rem;
  }
}
.main .main__third .third-content .third-content-container .container__block .block-text p:first-child {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container .container__block .block-text p:first-child {
    font-size: 1.5rem;
  }
}
.main .main__third .third-content .third-content-container .container__block .block-text p:last-child {
  font-size: 1.25rem;
  font-weight: 450;
  line-height: 1.75rem;
  margin: 0.5rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .main .main__third .third-content .third-content-container .container__block .block-text p:last-child {
    font-size: 1.25rem;
  }
}
.main .main__fourth {
  background-color: #323d4a;
  padding: 4rem 1.5rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 400px) {
  .main .main__fourth {
    padding: 4.5rem 0.5rem;
  }
}
.main .main__fourth .fourth-introduction h2 {
  color: #f9f4e1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 auto 1rem auto;
  max-width: 700px;
  text-align: center;
}
.main .main__fourth .fourth-content_sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .main .main__fourth .fourth-content_sm {
    display: none;
  }
}
.main .main__fourth .fourth-content_sm .fourth-content-container {
  background-color: #f3d52a;
  border: 0;
  border-radius: 2.125rem;
  margin: 1.25rem auto;
  max-width: 475px;
  padding: 1.5rem;
}
.main .main__fourth .fourth-content_sm .fourth-content-container:first-child {
  margin: 2.5rem auto 1.25rem auto;
}
.main .main__fourth .fourth-content_sm .fourth-content-container p {
  color: #323d4a;
  line-height: 1.5rem;
  font-weight: 700;
}
.main .main__fourth .fourth-content_sm .fourth-content-container p:nth-child(1) {
  font-size: 3rem;
  line-height: 3rem;
}
.main .main__fourth .fourth-content_sm .fourth-content-container p:nth-child(2) {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.main .main__fourth .fourth-content_sm .fourth-content-container p:nth-child(3) {
  font-size: 1.25rem;
  font-weight: 450;
}
.main .main__fourth .fourth-content_sm .fourth-content-container p a {
  color: #323d4a;
  font-weight: 500;
  text-decoration: underline;
}
.main .main__fourth .fourth-content_sm .button-main {
  display: none;
}
.main .main__fourth .fourth-content_lg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .main .main__fourth .fourth-content_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .main__fourth .fourth-content_lg > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .main .main__fourth .fourth-content_lg > img {
    margin: 0 2rem;
  }
}
.main .main__fourth .fourth-content_lg .fourth-content-container {
  background-color: #f3d52a;
  border: 0;
  border-radius: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25rem auto;
  padding: 1.5rem;
  width: 300px;
}
.main .main__fourth .fourth-content_lg .fourth-content-container p {
  color: #323d4a;
  line-height: 1.5rem;
  margin: 0;
}
.main .main__fourth .fourth-content_lg .fourth-content-container p:nth-child(1) {
  font-size: 2.5rem;
  font-weight: 700;
}
.main .main__fourth .fourth-content_lg .fourth-content-container p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.main .main__fourth .fourth-content_lg .fourth-content-container p:nth-child(3) {
  font-size: 1rem;
  font-weight: 450;
}
.main .main__fourth .fourth-content_lg .fourth-content-container p a {
  color: #323d4a;
  font-weight: 600;
  text-decoration: underline;
}
.main .main__fourth .button-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8542;
  border: 0;
  border-radius: 2rem;
  color: #323d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5rem;
  margin: 2.5rem auto 0 auto;
  padding: 0.5em 2.5em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .main__fourth .button-main:hover {
  background-color: #f3d52a;
}
.main .main__fifth {
  background-color: #f9f4e1;
  padding: 4rem 1.5rem;
  scroll-margin-top: 200px; /* Altura de la navbar + un extra para que el destino esté centrado */
}
@media only screen and (max-width: 400px) {
  .main .main__fifth {
    padding: 4.5rem 0.5rem;
  }
}
.main .main__fifth .fifth-introduction {
  margin: 0 0 2rem 0;
}
.main .main__fifth .fifth-introduction h3 {
  color: #323d4a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .main .main__fifth .fifth-introduction h3 {
    font-size: 2.75rem;
  }
}
.main .main__fifth .fifth-content {
  margin: 2rem auto 0 auto;
}
@media only screen and (min-width: 992px) {
  .main .main__fifth .fifth-content {
    width: 700px;
  }
}
.main .main__fifth .fifth-content #accordion .accordion-item {
  border: 0;
  border-width: 0;
  color: #323d4a;
  margin: 0.5rem auto;
}
.main .main__fifth .fifth-content #accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f9f4e1;
  border-bottom: #ff8542 1px solid;
  color: #323d4a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: left;
}
.main .main__fifth .fifth-content #accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main .main__fifth .fifth-content #accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("./../media/plus.svg");
}
.main .main__fifth .fifth-content #accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("./../media/minus.svg");
}
.main .main__fifth .fifth-content #accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #f9f4e1;
  border: 0;
  font-size: 1.25rem;
  font-weight: 450;
  line-height: 2rem;
  padding: 2rem 1.25rem 2.5rem 1.25rem;
  text-align: left;
}
.main .main__sixth {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #323d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0.75rem;
}
.main .main__sixth p {
  text-align: center;
}
.main .main__sixth p:nth-child(1) {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.main .main__sixth p:nth-child(2) {
  color: #f3d52a;
  font-size: 1.25rem;
  font-weight: 500;
}
.main .main__sixth p:nth-child(2) svg {
  color: #25d366;
}
.main .main__sixth a {
  background-color: #f3d52a;
  border: 0;
  border-radius: 2rem;
  color: #323d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
  padding: 0.5em 2.5em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .main__sixth a:hover {
  background-color: #ff8542;
}
.main .main__sixth a svg {
  margin: 0 0.75rem 0 0;
}
.main .main__seventh {
  background-color: #ff8542;
  scroll-margin-top: 200px; /* Altura de la navbar + un extra para que el destino esté centrado */
  padding: 4rem 0.75rem;
}
.main .main__seventh .seventh-introduction h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
.main .main__seventh .seventh-introduction p {
  color: #323d4a;
  font-size: 1.5rem;
  font-weight: 450;
  line-height: 34px;
  margin: 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main .main__seventh .seventh-introduction p {
    margin: 2rem auto;
    width: 700px;
  }
}
.main .main__seventh .seventh-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .main .main__seventh .seventh-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .main__seventh .seventh-content a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #323d4a;
  border: 0;
  border-radius: 2rem;
  color: #f3d52a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5rem;
  margin: 2.5rem auto 2.5rem auto;
  padding: 0.5em 2.5em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .main__seventh .seventh-content a:hover {
  background-color: #f3d52a;
  color: #323d4a;
}
@media only screen and (min-width: 768px) {
  .main .main__seventh .seventh-content a {
    margin: 1.5rem auto;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__seventh .seventh-content a {
    margin: 0 2rem;
  }
}
.main .main__seventh .seventh-content .seventh-content-image {
  margin: 0 auto;
  max-width: 225px;
}
@media only screen and (max-width: 400px) {
  .main .main__seventh .seventh-content .seventh-content-image {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .main .main__seventh .seventh-content .seventh-content-image {
    margin: 0 auto;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .main .main__seventh .seventh-content .seventh-content-image {
    margin: 0;
    width: 225px;
  }
}
.main .main__seventh .seventh-content .seventh-content-image_lg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main .main__seventh .seventh-content .seventh-content-image_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
  }
}
.main .main__eighth {
  background-color: #f3d52a;
  padding: 4rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth {
    padding: 3rem 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1366px) {
  .main .main__eighth .eighth-content .eighth__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container:first-child {
    margin: 0 0 1rem 0;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container:first-child p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 auto;
  max-width: 575px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container:first-child p {
    margin: 0 auto 0 0.5rem;
    text-align: left;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container:first-child h2 {
  color: #323d4a;
  font-size: 2.125rem;
  font-weight: 450;
  line-height: 2.125rem;
  margin: 3rem auto;
  max-width: 650px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container:first-child h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0.75rem auto 0 0.5rem;
    max-width: 575px;
    text-align: left;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container.block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #323d4a;
  border: 0;
  border-radius: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 2rem auto;
  max-width: 375px;
  padding: 2rem;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container.block {
    height: 150px;
    margin: 1rem 3rem 0 auto;
    padding: 1.5rem 1.75rem;
    width: 350px;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container.block p {
  color: #f3d52a;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container.block p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-container.block p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-image {
    position: absolute;
    top: 200px;
    left: -25px;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-image img {
  bottom: -25px;
  max-width: 275px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .eighth-content-image img {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 250px;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .paragraph-last {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 110%;
  margin: 1.75rem auto 0 auto;
  max-width: 440px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content .eighth__row .eighth__column .paragraph-last {
    margin: 1.75rem auto 0 0;
    max-width: 575px;
    text-align: left;
  }
}
.main .main__eighth .eighth-content .eighth__row .eighth__column .helmet {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.main .main__eighth .eighth-content.end {
  margin: 3rem auto 1rem auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .main .main__eighth .eighth-content.end {
    width: 600px;
  }
}
.main .main__eighth .eighth-content.end p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

footer .footer__first {
  background-color: #f9f4e1;
  padding: 4rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  footer .footer__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
footer .footer__first .first-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 1rem;
}
footer .footer__first .first-introduction .first-introduction-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  width: 350px;
}
@media only screen and (max-width: 400px) {
  footer .footer__first .first-introduction .first-introduction-banner {
    width: 100%;
  }
}
footer .footer__first .first-introduction .first-introduction-banner img {
  max-width: 325px;
}
@media only screen and (max-width: 400px) {
  footer .footer__first .first-introduction .first-introduction-banner img {
    width: 100%;
  }
}
footer .footer__first .first-introduction .first-introduction-paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0.5rem 0;
}
footer .footer__first .first-introduction .first-introduction-paragraph p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  margin: 1.5rem 0;
}
footer .footer__first .first-introduction .first-introduction-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
footer .footer__first .first-introduction .first-introduction-social .social__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8542;
  border: 0;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem;
  width: 65px;
}
footer .footer__first .first-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem auto;
}
@media only screen and (min-width: 992px) {
  footer .footer__first .first-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
    height: 225px;
    margin: auto 0;
  }
}
footer .footer__first .first-content .first-content-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #323d4a 1px solid;
  color: #323d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  padding: 1.5rem 0;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer .footer__first .first-content .first-content-container {
    font-size: 1.25rem;
    height: 75px;
    margin: 0 0.25rem;
    padding: 0.5rem 0;
    width: 200px;
  }
}
footer .footer__first .first-content .first-content-container:hover span {
  text-decoration: underline;
}
footer .footer__second {
  background-color: #323d4a;
  padding: 3rem 1.25rem 4rem 1.25rem;
}
footer .footer__second .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__second .second-content .second-content-container {
  margin: 1rem auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer .footer__second .second-content .second-content-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 275px;
  }
}
footer .footer__second .second-content .second-content-container p {
  color: #f9f4e1;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.25rem;
  margin: 0.25rem 0;
  text-align: center;
}
footer .footer__second .second-content .second-content-container p:last-child {
  font-weight: 700;
}
footer .footer__second .second-content .second-content-logo {
  margin: 2rem auto 3rem auto;
}
@media only screen and (max-width: 400px) {
  footer .footer__second .second-content .second-content-logo {
    width: 100%;
  }
}
footer .footer__second .second-content .second-content-legal {
  margin: 0 auto 2rem auto;
}
@media only screen and (min-width: 992px) {
  footer .footer__second .second-content .second-content-legal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 750px;
  }
}
footer .footer__second .second-content .second-content-legal p {
  color: #f9f4e1;
  font-size: 0.75rem;
  font-weight: 450;
  line-height: 15px;
}
@media only screen and (min-width: 992px) {
  footer .footer__second .second-content .second-content-legal p {
    margin: 0;
  }
}
footer .footer__second .second-content .second-content-qr {
  margin: 0 auto;
}/*# sourceMappingURL=styles.css.map */