@charset "UTF-8";
@font-face {
  font-family: "Poppins-Thin";
  src: url(../fonts/Poppins-Thin.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
.fw-thin {
  font-family: "Poppins-Thin", sans-serif;
}

.fw-light {
  font-family: "Poppins-Light", sans-serif;
}

.fw-regular {
  font-family: "Poppins-Regular", sans-serif;
}

.fw-poppins {
  font-family: "Poppins", sans-serif;
}

.fw-semibold {
  font-family: "Poppins-SemiBold", sans-serif;
}

.fw-medium {
  font-family: "Poppins-Bold", sans-serif;
}

.fw-bold {
  font-family: "Poppins-ExtraBold", sans-serif;
}

.fw-black {
  font-family: "Poppins-Black", sans-serif;
}

html, body {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  overflow-y: scroll;
}

.btn {
  padding: 6px 20px !important;
}

/* Ajuste automático al alto de la pantalla */
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* Flechas */
.nav-up, .nav-down {
  width: 30px;
  cursor: pointer;
}
@media (max-height: 800px) {
  .nav-up, .nav-down {
    width: 30px;
  }
}
@media (max-width: 577px) {
  .nav-up, .nav-down {
    width: 20px;
  }
}

.w-33 {
  width: 33%;
}
@media (max-width: 577px) {
  .w-33 {
    width: 100%;
    min-height: unset !important;
  }
}

.radius-10 {
  border-radius: 10px;
}

.bg-yellow-30 {
  background-color: rgba(241, 228, 208, 0.1882352941);
}

.nav-chevrons p {
  font-size: 20px;
}
@media (max-width: 577px) {
  .nav-chevrons p {
    font-size: 16px;
  }
}

.text-new-green {
  color: #2ECC71;
}

.text-primary {
  color: #009845 !important;
}

.radius-30 {
  border-radius: 30px;
}

.lh-100 {
  line-height: 100%;
}

.display-5 {
  font-family: "Poppins-SemiBold", sans-serif;
}

#botonera,
#botonera.position-fixed,
.aparecer {
  display: none !important;
}

.bg-light-green {
  background: #F5FBF8;
}

#primera_s {
  margin-top: -97px;
}
@media (max-width: 577px) {
  #primera_s {
    margin-top: -unset;
  }
}
@media (max-height: 800px) {
  #primera_s .pb-5 {
    padding-bottom: 20px !important;
  }
}
@media (max-height: 800px) {
  #primera_s h1 {
    font-size: calc(1.625rem + 2vw);
  }
}
@media (max-width: 577px) {
  #primera_s h1 {
    font-size: calc(1.625rem + 3vw);
    padding-top: 8px;
  }
}
#primera_s h2 {
  font-family: "Poppins-SemiBold", sans-serif;
}
#primera_s p {
  font-size: 33px;
}
@media (max-height: 800px) {
  #primera_s p {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  #primera_s p {
    font-size: 22px !important;
  }
}
@media (max-width: 577px) {
  #primera_s p {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) and (max-height: 815px) {
  #primera_s p {
    font-size: 26px;
  }
}
#primera_s .heart {
  max-width: 200px;
}
@media (max-height: 800px) {
  #primera_s .heart {
    max-width: 90px !important;
  }
}
@media (max-width: 992px) {
  #primera_s .heart {
    max-width: 90px !important;
  }
}
@media (max-width: 577px) {
  #primera_s .heart {
    max-width: 120px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1024px) and (max-height: 815px) {
  #primera_s .heart {
    max-width: 100px !important;
  }
}
#primera_s picture {
  background-color: #1A5F3D !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#primera_s picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
#primera_s picture img.is-active {
  opacity: 1;
}

@media (max-width: 577px) {
  #segunda_s p {
    font-size: 14px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #segunda_s h2 {
    font-size: 20px !important;
  }
}
#segunda_s .smiley {
  border-radius: 27px !important;
  width: 75%;
}
@media (max-height: 800px) {
  #segunda_s .smiley {
    width: 60%;
    margin-left: 70px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #segunda_s .smiley {
    width: 40%;
  }
}
@media (max-width: 992px) {
  #segunda_s .smiley {
    width: 100%;
  }
}
@media (max-width: 577px) {
  #segunda_s h2 {
    font-size: 18px;
  }
}
@media (max-width: 577px) {
  #segunda_s .gif {
    max-width: 160px;
    margin: 40px auto;
    display: block;
  }
}
@media (max-width: 577px) {
  #segunda_s .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 992px) {
  #tercera_s h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #tercera_s h2 {
    font-size: 20px;
  }
}
@media (max-width: 577px) {
  #tercera_s .textos {
    margin-bottom: 30px;
  }
}
#tercera_s .hs-steps-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  gap: 12px;
  padding: 0 30px;
  min-height: 160px;
}
@media (max-width: 992px) {
  #tercera_s .hs-steps-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    padding: 0 4px;
    overflow: visible;
  }
}
@media (max-width: 577px) {
  #tercera_s .hs-steps-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 6px minmax(0, 1fr) 6px minmax(0, 1fr) 6px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 0;
    width: 100%;
    justify-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    min-height: 60px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #tercera_s .hs-steps-nav {
    min-height: 95px;
  }
}
@media (max-width: 992px) {
  #tercera_s .hs-steps-nav:before {
    content: none;
    display: none;
  }
}
#tercera_s .hs-step-dot {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #ABDDC2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 28px;
  line-height: 1;
  margin-top: -16px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  #tercera_s .hs-step-dot {
    width: 46px;
    height: 46px;
    font-size: 21px;
    margin-top: 4px;
    margin-left: -20px;
  }
}
@media (max-width: 577px) {
  #tercera_s .hs-step-dot {
    width: 38px;
    height: 38px;
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (max-height: 700px) {
  #tercera_s .hs-step-dot {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  #tercera_s .hs-step-dot:before {
    display: none;
  }
}
#tercera_s .hs-step-dot img.hs-step-icon {
  width: 52%;
  height: 52%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
#tercera_s .hs-step-btn:last-child .hs-step-dot:before {
  display: none;
  content: none !important;
}
#tercera_s .hs-step-btn.nav-link {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  color: #9fa4a7;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  #tercera_s .hs-step-btn.nav-link {
    width: 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 72px;
  }
}
@media (max-width: 577px) {
  #tercera_s .hs-step-btn.nav-link {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24%;
    min-width: 0;
  }
}
#tercera_s .hs-step-btn.nav-link:hover, #tercera_s .hs-step-btn.nav-link:focus {
  color: #676e72;
}
#tercera_s .hs-step-btn.nav-link:hover .hs-step-dot, #tercera_s .hs-step-btn.nav-link:focus-visible .hs-step-dot {
  -webkit-animation: hsStepHoverBounce 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation: hsStepHoverBounce 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
#tercera_s .hs-step-btn.nav-link.active, #tercera_s .hs-step-btn.nav-link.active:hover, #tercera_s .hs-step-btn.nav-link.active:focus {
  background: transparent;
  color: #676e72;
}
#tercera_s .hs-step-btn.nav-link:not(.active):not(:hover):not(:focus-visible) .hs-step-dot {
  -webkit-animation: hsStepBounceBack 0.38s cubic-bezier(0.2, 0.75, 0.2, 1) both;
          animation: hsStepBounceBack 0.38s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
#tercera_s .hs-step-btn.nav-link.active .hs-step-dot {
  width: 116px;
  height: 116px;
  margin-bottom: 10px;
  margin-top: -31px;
  background-color: #009845;
  -webkit-animation: hsStepActiveIn 0.44s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation: hsStepActiveIn 0.44s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@media (max-width: 992px) {
  #tercera_s .hs-step-btn.nav-link.active .hs-step-dot {
    width: 58px;
    height: 58px;
    margin-top: 0px;
    margin-bottom: 6px;
  }
}
@media (max-width: 577px) {
  #tercera_s .hs-step-btn.nav-link.active .hs-step-dot {
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media (max-height: 700px) {
  #tercera_s .hs-step-btn.nav-link.active .hs-step-dot {
    width: 66px;
    height: 66px;
  }
}
#tercera_s .hs-step-btn.nav-link.active .hs-step-dot.has-icon .hs-step-number {
  display: none;
}
#tercera_s .hs-step-btn.nav-link.active .hs-step-dot.has-icon img.hs-step-icon {
  display: block;
}
#tercera_s .hs-step-btn.nav-link.active .hs-step-label {
  color: #009845;
  font-family: "Poppins-SemiBold", sans-serif;
  margin-top: 0px;
  min-height: 50px;
}
@-webkit-keyframes hsStepHoverBounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  70% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@keyframes hsStepHoverBounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  70% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@-webkit-keyframes hsStepActiveIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  78% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@keyframes hsStepActiveIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  78% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@-webkit-keyframes hsStepBounceBack {
  0% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hsStepBounceBack {
  0% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  #tercera_s .hs-step-dot {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#tercera_s .hs-step-btn {
  position: relative;
}
#tercera_s .hs-step-btn:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 28px;
  height: 3px;
  background: #ABDDC2;
  z-index: -1;
  width: 100%;
}
@media (max-width: 577px) {
  #tercera_s .hs-step-btn:before {
    left: 38%;
    height: 2px;
    margin-top: 9px;
    top: 14px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #tercera_s .hs-step-btn:before {
    left: 51%;
    top: 7px;
  }
}
#tercera_s .hs-step-btn:last-child::before {
  display: none;
}
@media (max-width: 992px) {
  #tercera_s #v-pills-tab {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
}
@media (max-width: 577px) {
  #tercera_s #v-pills-tab {
    overflow: visible;
    padding-bottom: 0;
  }
}
#tercera_s #v-pills-tab .active p {
  display: none;
}
#tercera_s .hs-step-number {
  display: inline-block;
  line-height: 1;
  font-size: 50px;
}
@media (max-width: 992px) {
  #tercera_s .hs-step-number {
    font-size: 24px;
  }
}
@media (max-height: 700px) {
  #tercera_s .hs-step-number {
    font-size: 19px;
  }
}
@media (max-width: 577px) {
  #tercera_s .hs-step-number {
    font-size: 15px;
  }
}
#tercera_s .hs-step-label {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins-Light", sans-serif;
  color: #9fa4a7;
  width: 100%;
  max-width: 170px;
}
@media (max-width: 1400px) {
  #tercera_s .hs-step-label {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #tercera_s .hs-step-label {
    display: none !important;
    margin-top: 8px;
    font-size: 12px;
    max-width: 110px;
    line-height: 1.25;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #tercera_s .hs-step-label {
    font-size: 14px;
  }
}
#tercera_s .hs-steps-content {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  #tercera_s .hs-steps-content {
    max-width: 100%;
    margin-top: 16px !important;
    padding: 0px 20px;
  }
}
#tercera_s .hs-steps-content h4 {
  font-family: "Poppins-SemiBold", sans-serif;
  color: #53575b;
  font-size: 34px !important;
  margin-bottom: 14px;
}
@media (max-width: 1400px) {
  #tercera_s .hs-steps-content h4 {
    font-size: 28px !important;
  }
}
@media (max-width: 992px) {
  #tercera_s .hs-steps-content h4 {
    font-size: 16px !important;
    font-family: "Poppins-ExtraBold", sans-serif;
    text-align: start;
    display: block !important;
    color: #009845;
  }
}
#tercera_s .hs-step-description p {
  min-height: 200px;
}
@media (max-height: 700px) {
  #tercera_s .hs-step-description p {
    min-height: 100px;
  }
}
#tercera_s .hs-step-description,
#tercera_s .hs-step-description p {
  color: #53575b;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  #tercera_s .hs-step-description,
  #tercera_s .hs-step-description p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #tercera_s .hs-step-description,
  #tercera_s .hs-step-description p {
    font-size: 15px;
    text-align: start;
  }
}
@media (max-height: 700px) {
  #tercera_s .hs-step-description,
  #tercera_s .hs-step-description p {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  #tercera_s .tab-content h2 button {
    font-size: 13px;
    display: none;
  }
}
#tercera_s .tab-content .accordion-body {
  padding: 10px;
}
@media (max-width: 768px) {
  #tercera_s .tab-content .accordion-body .w-75 {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #tercera_s .tab-content .accordion-body p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #tercera_s .tab-content .accordion-body h4 {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #tercera_s .tab-content .accordion-body .icono {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  #tercera_s .tab-content .accordion-body .icono img {
    max-width: 40px;
  }
}
#tercera_s .accordion-button {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #2ECC71 !important;
  margin-bottom: 10px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: start;
  padding: 0px;
  font-size: 16px;
  width: 100%;
  min-width: 220px;
}
@media (max-width: 577px) {
  #tercera_s .accordion-button {
    height: 30px !important;
    margin-bottom: 2px;
  }
}
#tercera_s .accordion-button:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 20px;
}
#tercera_s .accordion-button:not(.collapsed) {
  background-color: #009845;
  color: white !important;
}
#tercera_s .accordion-button:not(.collapsed) figure {
  color: #0a5729;
  font-family: "Poppins-Bold", sans-serif;
  border: 2px solid #0a5729;
}
#tercera_s .accordion-button:focus {
  border-color: rgba(46, 204, 112, 0.1568627451);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 204, 112, 0.1568627451);
          box-shadow: 0 0 0 0.25rem rgba(46, 204, 112, 0.1568627451);
}
#tercera_s .accordion-button figure {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  border: 1px solid #2ECC71;
  background: white;
  height: 40px !important;
  width: 40px !important;
  min-height: 30px !important;
  min-width: 30px !important;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 577px) {
  #tercera_s .accordion-button figure {
    height: 30px !important;
    width: 30px !important;
  }
}
#tercera_s .accordion-button.active {
  background-color: #0a5729;
  color: white !important;
}
#tercera_s .accordion-button.active figure {
  color: #0a5729;
  font-family: "Poppins-Bold", sans-serif;
  border: 2px solid #0a5729;
}
#tercera_s .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #2ECC71;
  margin-bottom: 20px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: start;
  padding: 0px;
  font-size: 16px;
  width: 100%;
  min-width: 220px;
}
@media (max-width: 577px) {
  #tercera_s .nav-link {
    margin-bottom: 2px;
  }
}
#tercera_s .nav-link figure {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  border: 1px solid #2ECC71;
  background: white;
  height: 30px !important;
  width: 30px !important;
  min-height: 30px !important;
  min-width: 30px !important;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tercera_s .nav-link.active {
  background-color: #0a5729;
  color: white !important;
}
#tercera_s .nav-link.active figure {
  color: #0a5729;
  font-family: "Poppins-Bold", sans-serif;
  border: 2px solid #0a5729;
}
@media (max-width: 768px) {
  #tercera_s .tab-pane {
    min-height: 300px;
  }
  #tercera_s .tab-pane img {
    width: 100%;
  }
}
@media (max-width: 577px) {
  #tercera_s .tab-pane {
    min-height: unset;
  }
  #tercera_s .tab-pane img {
    width: 100%;
  }
}
#tercera_s .tab-pane h4 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 24px !important;
}
@media (max-width: 577px) {
  #tercera_s .tab-pane h4 {
    font-size: 17px !important;
  }
}
#tercera_s .activacion .tres-col {
  gap: 20px;
}
@media (max-width: 577px) {
  #tercera_s .activacion .tres-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tercera_s .activacion .tres-col img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 577px) {
  #tercera_s .activacion .tres-col img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
  }
}
#tercera_s .activacion .tres-col p {
  margin-bottom: 0px;
  font-size: 14px;
}
#tercera_s .activacion .tres-col p.titulo {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 16px;
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 577px) {
  #tercera_s .activacion .tres-col p.titulo {
    font-size: 14px;
    min-height: unset;
  }
}
#tercera_s .activacion .w-33 {
  min-height: 280px;
}
@media (max-width: 577px) {
  #tercera_s .activacion .w-33 {
    min-height: unset !important;
  }
}
#tercera_s .activacion .w-33 p b {
  font-size: 16px;
}
@media (max-width: 577px) {
  #tercera_s p, #tercera_s li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #tercera_s .icono {
    width: 25%;
  }
}
@media (max-width: 768px) {
  #tercera_s .icono img {
    max-width: 70px;
    position: unset;
  }
}
#tercera_s .btn {
  font-size: 12px;
}
@media (max-width: 577px) {
  #tercera_s .btn {
    margin-bottom: 20px;
    margin-top: 10px !important;
  }
}
#tercera_s h4 {
  display: none;
}
@media (max-width: 577px) {
  #tercera_s h4 {
    display: block;
  }
}
#tercera_s p.descripcion {
  font-size: 24px;
}
@media (max-height: 800px) {
  #tercera_s p.descripcion {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #tercera_s p.descripcion {
    font-size: 18px !important;
  }
}
@media (max-width: 577px) {
  #tercera_s p.descripcion {
    font-size: 14px !important;
  }
}
@media (max-width: 577px) {
  #tercera_s .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 992px) {
  #tercera_s #v-pills-tabContent .accordion-button {
    font-weight: 500;
    color: var(--bs-primary);
  }
}

@media (max-width: 768px) {
  #cuarta_s .titulo p {
    font-size: 14px !important;
  }
}
#cuarta_s .ppl {
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  #cuarta_s .ppl {
    width: 140px;
    height: 140px;
  }
}
#cuarta_s h2 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 32px;
}
@media (max-height: 800px) {
  #cuarta_s h2 {
    font-size: 24px !important;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #cuarta_s h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  #cuarta_s h2 {
    font-size: 24px;
  }
}
@media (max-width: 577px) {
  #cuarta_s h2 {
    font-size: 20px;
  }
}
#cuarta_s .descr {
  font-size: 14px;
}
@media (max-width: 577px) {
  #cuarta_s .descr {
    font-size: 12px;
  }
}
#cuarta_s img.tres {
  width: 320px;
}
#cuarta_s .bg-light p {
  font-size: 13px;
}
#cuarta_s .bg-light p.nombre {
  font-size: 15px;
  font-family: "Poppins-SemiBold", sans-serif;
}
@media (max-width: 577px) {
  #cuarta_s p, #cuarta_s li {
    font-size: 12px;
  }
}
#cuarta_s .hs-ejecutivo-carousel {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
#cuarta_s .hs-ejecutivo-carousel .carousel-item {
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-carousel {
    max-width: 430px;
    overflow: visible;
  }
}
#cuarta_s .hs-ejecutivo-card {
  background: #fff;
  border: 2px solid #009845;
  border-radius: 47px;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-card {
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 28px;
  }
}
#cuarta_s .hs-ejecutivo-content {
  width: 62%;
  padding: 52px 84px;
  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 (max-height: 800px) {
  #cuarta_s .hs-ejecutivo-content {
    padding: 30px 50px;
  }
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-content {
    width: 100%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
}
#cuarta_s .hs-ejecutivo-content .descr {
  color: #53575b;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 24px;
}
@media (max-height: 800px) {
  #cuarta_s .hs-ejecutivo-content .descr {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  #cuarta_s .hs-ejecutivo-content .descr {
    font-size: 12px !important;
  }
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-content .descr {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-photo-wrap {
    width: 100%;
  }
}
#cuarta_s .hs-ejecutivo-photo-wrap .ppl {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-photo-wrap .ppl {
    height: 260px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
@media (max-width: 577px) {
  #cuarta_s .hs-ejecutivo-photo-wrap .ppl {
    height: 230px;
  }
}
#cuarta_s .hs-ejecutivo-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-meta {
    gap: 8px;
  }
}
#cuarta_s .hs-ejecutivo-meta img {
  width: 44px;
  height: 44px;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-meta img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }
}
#cuarta_s .hs-ejecutivo-meta .nombre {
  color: #244136;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 18px;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-meta .nombre {
    font-size: 16px;
    line-height: 1.15;
  }
}
#cuarta_s .hs-ejecutivo-meta .cargo {
  color: #53575b;
  font-size: 14px;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-meta .cargo {
    font-size: 11px;
    line-height: 1.25;
  }
}
#cuarta_s .hs-ejecutivo-control {
  width: 44px;
  opacity: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-control {
    width: 32px;
    top: 26%;
  }
}
#cuarta_s .hs-ejecutivo-prev {
  left: 23px;
}
@media (max-height: 800px) {
  #cuarta_s .hs-ejecutivo-prev {
    left: 8px;
  }
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-prev {
    left: 6px;
  }
}
#cuarta_s .hs-ejecutivo-next {
  right: 23px;
}
@media (max-height: 800px) {
  #cuarta_s .hs-ejecutivo-next {
    right: 8px;
  }
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-next {
    right: 6px;
  }
}
#cuarta_s .hs-ejecutivo-arrow img {
  height: 40px;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
@media (max-width: 992px) {
  #cuarta_s .hs-ejecutivo-arrow img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 992px) {
  #cuarta_s .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 577px) {
  #cuarta_s .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 577px) {
  #cuarta_s .bajada {
    margin-bottom: 0px !important;
  }
}
#cuarta_s .carousel-item {
  padding: 0px 20px;
}
@media (max-width: 768px) {
  #cuarta_s .carousel-item {
    padding: 0px 10px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #cuarta_s .carousel-item {
    padding: 0px 5px;
  }
}

#quinta_s {
  background-color: #F5FBF8 !important;
  --hs-historias-fade-duration: 700ms;
  --hs-historias-nav-fade-duration: 350ms;
}
@media (max-width: 992px) {
  #quinta_s {
    --hs-historias-nav-fade-duration: 455ms;
  }
}
#quinta_s h5 {
  font-family: "Poppins-SemiBold", sans-serif;
}
@media (max-width: 768px) {
  #quinta_s h5 {
    font-size: 1.1rem;
  }
}
#quinta_s .img-hist {
  border-radius: 100%;
}
@media (max-width: 768px) {
  #quinta_s .img-hist {
    width: 150px !important;
    height: 150px;
  }
}
#quinta_s .carousel-item {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 577px) {
  #quinta_s p {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  #quinta_s .bajada p {
    font-size: 14px;
  }
}
#quinta_s .hs-historias-carousel {
  cursor: -webkit-grab;
  cursor: grab;
}
#quinta_s .hs-historias-carousel.is-transitioning {
  pointer-events: none;
}
#quinta_s .hs-historias-carousel.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#quinta_s .hs-historias-carousel .hs-historia-bubble {
  overflow: hidden;
}
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  float: none;
  width: 100%;
  margin-right: 0;
  min-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity var(--hs-historias-fade-duration) ease-in-out !important;
  transition: opacity var(--hs-historias-fade-duration) ease-in-out !important;
}
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item.active,
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item-next,
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item.active,
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item-next.carousel-item-start,
#quinta_s .hs-historias-carousel .hs-historia-bubble .carousel-item-prev.carousel-item-end {
  opacity: 1;
  z-index: 1;
}
#quinta_s .hs-historias-carousel .hs-historia-bubble .active.carousel-item-start,
#quinta_s .hs-historias-carousel .hs-historia-bubble .active.carousel-item-end {
  opacity: 0;
  z-index: 0;
}
#quinta_s .hs-historias-carousel .carousel-item .cuerpo {
  opacity: 0;
  -webkit-transition: opacity var(--hs-historias-fade-duration) ease-in-out;
  transition: opacity var(--hs-historias-fade-duration) ease-in-out;
  width: 100%;
}
#quinta_s .hs-historias-carousel .carousel-item.active .cuerpo,
#quinta_s .hs-historias-carousel .carousel-item-next.carousel-item-start .cuerpo,
#quinta_s .hs-historias-carousel .carousel-item-prev.carousel-item-end .cuerpo {
  opacity: 1;
}
#quinta_s .hs-historias-carousel .carousel-item-next .cuerpo,
#quinta_s .hs-historias-carousel .carousel-item-prev .cuerpo,
#quinta_s .hs-historias-carousel .active.carousel-item-start .cuerpo,
#quinta_s .hs-historias-carousel .active.carousel-item-end .cuerpo {
  opacity: 0 !important;
}
#quinta_s .hs-historias-frame {
  position: relative;
}
#quinta_s .hs-historia-bubble {
  background: #fff;
  border-radius: 86px;
  padding: 46px 98px;
  max-width: 100%;
  min-height: 360px;
  max-height: 440px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media (max-height: 800px) {
  #quinta_s .hs-historia-bubble {
    padding: 26px 28px !important;
    min-height: 285px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #quinta_s .hs-historia-bubble {
    padding: 36px 52px !important;
    min-height: 240px;
  }
}
@media (max-width: 1400px) {
  #quinta_s .hs-historia-bubble {
    padding: 42px 56px 36px;
    min-height: 235px;
  }
}
@media (max-width: 577px) {
  #quinta_s .hs-historia-bubble {
    border-radius: 24px;
    padding: 30px;
    min-height: 460px;
    max-height: none;
  }
  #quinta_s .hs-historia-bubble .carousel-item {
    min-height: 400px;
  }
}
#quinta_s .hs-historia-text,
#quinta_s .hs-historia-text p {
  color: #53565A;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 16px;
  font-style: italic;
}
@media (max-width: 1400px) {
  #quinta_s .hs-historia-text,
  #quinta_s .hs-historia-text p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #quinta_s .hs-historia-text,
  #quinta_s .hs-historia-text p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  #quinta_s .hs-historia-text,
  #quinta_s .hs-historia-text p {
    font-size: 12px !important;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #quinta_s .hs-historia-text,
  #quinta_s .hs-historia-text p {
    font-size: 14px;
  }
}
#quinta_s .hs-historia-nombre {
  font-size: 18px;
  color: #8d9398;
}
@media (min-width: 1300px) and (max-height: 700px) {
  #quinta_s .hs-historia-nombre {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  #quinta_s .hs-historia-nombre {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #quinta_s .hs-historia-nombre {
    font-size: 13px;
  }
}
#quinta_s .quote {
  position: absolute;
  width: 64px;
  z-index: 5;
  pointer-events: none;
}
@media (max-height: 800px) {
  #quinta_s .quote {
    width: 50px;
  }
}
@media (max-width: 992px) {
  #quinta_s .quote {
    width: 45px;
  }
}
@media (max-width: 768px) {
  #quinta_s .quote {
    width: 27px;
  }
}
#quinta_s .quote.top {
  top: -14px;
  left: 52px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-height: 800px) {
  #quinta_s .quote.top {
    left: 32px;
  }
}
@media (max-width: 1400px) {
  #quinta_s .quote.top {
    left: 52px;
  }
}
@media (max-width: 992px) {
  #quinta_s .quote.top {
    left: 22px;
  }
}
@media (max-width: 768px) {
  #quinta_s .quote.top {
    top: -11px;
    left: 2px;
  }
}
@media (min-width: 1024px) and (max-height: 815px) {
  #quinta_s .quote.top {
    top: -10px;
    left: -10px;
  }
}
#quinta_s .quote.bottom {
  right: 52px;
  bottom: -16px;
}
@media (max-height: 800px) {
  #quinta_s .quote.bottom {
    right: 32px;
  }
}
@media (max-width: 992px) {
  #quinta_s .quote.bottom {
    right: 22px;
  }
}
@media (max-width: 768px) {
  #quinta_s .quote.bottom {
    right: 2px;
    bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-height: 815px) {
  #quinta_s .quote.bottom {
    bottom: -10px;
    right: -10px;
  }
}
#quinta_s .hs-historias-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
@media (max-width: 992px) {
  #quinta_s .hs-historias-nav {
    display: block;
  }
}
#quinta_s .hs-hist-arrow {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
#quinta_s .hs-hist-arrow img {
  width: 44px;
  height: 44px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#quinta_s .hs-hist-arrow:hover img, #quinta_s .hs-hist-arrow:focus img {
  opacity: 0.75;
}
#quinta_s .hs-historias-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 48px;
  position: relative;
  will-change: opacity;
  height: 100px;
  -webkit-transition: opacity var(--hs-historias-nav-fade-duration) ease;
  transition: opacity var(--hs-historias-nav-fade-duration) ease;
}
@media (max-width: 992px) {
  #quinta_s .hs-historias-icons {
    width: 100%;
    max-width: 210px;
    margin: 12px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
@media (max-width: 577px) {
  #quinta_s .hs-historias-icons {
    gap: 22px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #quinta_s .hs-historias-icons {
    height: 50px;
    gap: 20px;
  }
}
#quinta_s .hs-historias-icons.is-sliding-left {
  -webkit-animation: hsIconsSlideLeft 0.5s ease;
          animation: hsIconsSlideLeft 0.5s ease;
}
@media (max-width: 992px) {
  #quinta_s .hs-historias-icons.is-sliding-left {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
#quinta_s .hs-historias-icons.is-sliding-right {
  -webkit-animation: hsIconsSlideRight 0.5s ease;
          animation: hsIconsSlideRight 0.5s ease;
}
@media (max-width: 992px) {
  #quinta_s .hs-historias-icons.is-sliding-right {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
#quinta_s .hs-historias-icons.is-fading {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
@media (max-width: 992px) {
  #quinta_s .hs-historias-icons.is-fading {
    opacity: 1;
  }
}
#quinta_s .hs-hist-icon {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#quinta_s .hs-hist-icon img {
  width: 102px;
  height: auto;
  max-height: 100px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
  -webkit-transition: opacity var(--hs-historias-nav-fade-duration) ease;
  transition: opacity var(--hs-historias-nav-fade-duration) ease;
}
@media (max-width: 992px) {
  #quinta_s .hs-hist-icon img {
    width: 38px;
    max-height: 38px;
    opacity: 0.45;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #quinta_s .hs-hist-icon img {
    height: 60px;
  }
}
@media (min-width: 1024px) and (max-height: 815px) {
  #quinta_s .hs-hist-icon img {
    max-height: 90px;
  }
}
@media (max-width: 992px) {
  #quinta_s .hs-hist-icon.hs-hist-active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
#quinta_s .hs-hist-icon.hs-hist-active img {
  max-height: 140px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  margin-bottom: -10px;
}
@media (max-width: 992px) {
  #quinta_s .hs-hist-icon.hs-hist-active img {
    width: 62px;
    max-height: 92px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #quinta_s .hs-hist-icon.hs-hist-active img {
    width: 62px;
    max-height: 82px;
    opacity: 1;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  #quinta_s .hs-hist-icon.hs-hist-active img {
    height: 80px;
  }
}
@media (min-width: 1024px) and (max-height: 815px) {
  #quinta_s .hs-hist-icon.hs-hist-active img {
    max-height: 120px;
  }
}
#quinta_s .hs-hist-icon.hs-hist-active.is-image-fading img {
  opacity: 0;
}
@media (max-width: 992px) {
  #quinta_s .hs-hist-icon.hs-hist-prev img, #quinta_s .hs-hist-icon.hs-hist-next img {
    width: 44px;
    max-height: 44px;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
#quinta_s .hs-hist-icon:hover img, #quinta_s .hs-hist-icon:focus img {
  opacity: 0.6;
}
@media (max-width: 992px) {
  #quinta_s .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 577px) {
  #quinta_s .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@-webkit-keyframes hsIconsSlideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes hsIconsSlideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hsIconsSlideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hsIconsSlideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hsIconsFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hsIconsFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ask {
  position: fixed;
  top: 20%;
  left: 0;
  width: 260px;
  height: 80px;
  overflow: visible;
  z-index: 1000;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #ask {
    top: 19%;
    width: 250px;
    -webkit-transform: translateX(-160px);
        -ms-transform: translateX(-160px);
            transform: translateX(-160px);
  }
}
#ask.is-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
#ask .ask-link {
  width: 208px;
  height: 60px;
  background-color: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  padding: 0 8px 0 16px;
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 30px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 30px 3px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  #ask .ask-link {
    width: 160px;
    height: 40px;
    padding: 0 4px 0 4px;
  }
}
#ask .ask-toggle {
  border: 0;
  width: 52px;
  height: 60px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0 12px;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #ask .ask-toggle {
    width: 42px;
    height: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #ask .ask-toggle[aria-expanded=false] {
    width: 40px;
    padding: 0 10px;
  }
}
#ask .ask-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #ask .ask-icon {
    width: 22px;
    height: 18px;
    margin-right: 0px;
  }
}
#ask .ask-question {
  margin: 0;
  line-height: 1.2;
  color: #244136;
  font-family: "Poppins-SemiBold", sans-serif;
  text-align: left;
  max-width: 200px;
  opacity: 0;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 100 !important;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #ask .ask-question {
    font-size: 14px;
    font-weight: 100 !important;
    max-width: 188px;
    margin-left: 0px;
  }
}
#ask.is-open .ask-question {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 992px) {
  .bajada {
    margin-bottom: 15px;
  }
}
.bajada h4 {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-height: 800px) {
  .bajada h4 {
    font-size: 18px;
  }
}
@media (max-width: 577px) {
  .bajada h4 {
    font-size: 16px;
  }
}
.bajada h3 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 28px;
}
@media (max-width: 577px) {
  .bajada h3 {
    font-size: 18px;
  }
}

#prefooter {
  min-height: calc(100vh - 269px);
}

@media (min-width: 1199px) {
  .bajada {
    padding-bottom: 50px;
  }
}
@media (max-height: 800px) {
  .bajada {
    padding-bottom: 10px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  .bajada {
    padding-bottom: 20px;
  }
}

footer {
  position: relative;
}