/* #region Default*/
html,
body {
  height: 100vh;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/*RESET MARGIN AND PADDING*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
p,
span,
li,
div {
  color: #363a3e;
}
/* #endregion */

/* #region General*/
.container {
  max-width: 100vw;
  margin: 0 auto;
}

.padding-content {
  padding: 0 18px;
}

.top-bottom-padding-content {
  padding: 100px 0px;
}

.top-bottomD-padding-content {
  padding-top: 100px;
}

.bg-gray-light {
  background-color: #f8f9fb;
}

.bg-gray-dark {
  background-color: #c4c4c4;
}

.bg-img-gray-1 {
  background-image: url("../assets/img/bg-gray-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.bg-img-gray-2 {
  background-image: url("../assets/img/bg-gray-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-img-shadow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-image: url("../assets/img/background-mobile.png");
}

.bg-img-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-img-shadow .info-banner {
  position: relative;
}

.margin-center {
  margin: 0 auto;
}

.title {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 18px;
}

.content-text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}

.description {
  font-size: 1.3rem;
  line-height: 1.2;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.btn-primary {
  background-color: #ce1336;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
}

.btn-secondary {
  background-color: #fff;
  color: #ce1336;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
}
/* #endregion */

/* #region start - Primera seccion*/
.banner-section {
  position: relative;
  height: 100vh;
}

.banner-section img.banner-section_logo {
  height: 32px;
  object-fit: cover;
  position: absolute;
  top: 28px;
  left: 5%;
}

.banner-section img.banner-vector {
  height: 5%;
  object-fit: cover;
  position: absolute;
  bottom: 6%;
  left: 45%;
}

.banner-section_content {
  height: 100%;
}

.banner-action {
  position: absolute;
  top: 25px;
  right: 5%;
}

.bg-img-1 {
  background-image: url("../assets/img/background-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-section_content .info-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 435px;
  padding-top: 4.5em;
  margin-left: 1.2rem;
}

.banner-section_content .info-banner h1.title {
  font-size: 1.7rem;
  width: 15ch;
  color: #fff;
  text-align: left;
}

.banner-section_content .info-banner p {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  width: 22ch;
}

.banner-section_curve {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
/* #endregion */

/* #region Segunda seccion*/

.reason-section .render-info {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 25px;
}

.reason-section .render-info .reason-banner {
  width: 100%;
}

.reason-section .render-info .reason-banner img {
  max-width: 100%;
  content: url("../assets/img/positive-emotion-mobile.png");
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reason-section .render-info .reason-detail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.reason-section .render-info .reason-detail img {
  padding: 8% 4%;
  width: 88%;
}

.ads-container {
  height: auto;
}

.ads-container .ads {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #ce1336;
  border-radius: 12px;
}

.ads-container .ads .ads-mask {
  background-image: url("../assets/img/bg-ads.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-radius: 12px;
  padding: 20px;
  width: 95%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ads-container .ads .ads-mask img {
  max-width: 60px;
  max-height: 60px;
}

.ads-container .ads .ads-mask .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ads-container .ads .ads-mask .content .content-info {
  margin-bottom: 12px;
}

.ads-container .ads .ads-mask .content .content-info h5 {
  text-align: center;
  color: #fff;
}

.ads-container .ads > .content-action {
  display: none;
}
/* #endregion */

/* #region Tercera seccion*/
.funds-graphic-section_info {
  margin-bottom: 16%;
}

#graphics-swiper.swiper {
  padding: 2%;
}

#graphics-swiper.swiper .swiper-pagination {
  top: 100%;
  margin-top: 44px;
  position: relative;
}

.funds-graphic-section_graphics {
  display: flex;
  justify-content: space-between;
}

.funds-graphic-section_graphics.swiper-wrapper .swiper-slide {
  height: auto;
}

.funds-graphic-section_graphics.swiper-wrapper .swiper-slide.swiper-slide-prev {
  visibility: hidden;
}

.funds-graphic-section_graphics.swiper-wrapper .swiper-slide.swiper-slide-next {
  visibility: hidden;
}

.funds-graphic-section_graphics.swiper-wrapper
  .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.funds-graphic-section_graphics .render-pie-graphic {
  display: flex;
  flex-direction: column;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic {
  background-image: url("../assets/img/pie-graphic-desktop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: 60%;
  width: 100%;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail
  .legend {
  display: flex;
  margin: 0 12px;
  align-items: center;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail
  .legend {
  display: flex;
  margin: 0 12px;
  align-items: center;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail
  .legend
  span.legend-square {
  min-width: 20px;
  min-height: 20px;
  border-radius: 5px;
  background-color: #8e9b9e;
  margin-right: 12px;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail
  .legend
  img {
  max-height: 64%;
  object-fit: cover;
  max-width: 74%;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail
  .legend
  span.label {
  font-size: 0.7rem;
  text-align: center;
  color: #4f4f4f;
  font-weight: bold;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  .pie-graphic-detail
  .legend
  span.legend-square.habitat {
  background-color: #ce1336;
}

.funds-graphic-section_graphics
  .funds-graphic-section_graphic
  .render-pie-graphic
  p {
  font-size: 0.7rem;
  text-align: center;
  color: #8e9b9e;
  font-weight: 600;
}

.funds-graphic-section .funds-graphic-section_graphic {
  width: 94% !important;
  padding: 3%;
  border-radius: 15px;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 1px 10px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.funds-graphic-section_graphic nav {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.funds-graphic-section_graphic nav div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.funds-graphic-section_graphic nav div.selected {
  background-color: #ce1336;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.render-graphic {
  width: 100%;
}

.render-graphic .bars {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 25px;
}

.render-graphic .bars .bar-graphic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 280px;
}

.render-graphic .bars .bar-graphic .bar {
  width: 50px;
  height: var(--percent);
  background: #e5e5e5;
  border-radius: 7px;
  display: block;
  margin: 0 auto;
}

.render-graphic .bars .bar-graphic .bar.habitat {
  background: #ce1336;
}

.render-graphic .bars .bar-graphic span.percent {
  color: #8e9b9e;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.render-graphic .bars .bar-graphic span.afp {
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #8e9b9e;
  font-size: 0.6rem;
  font-weight: 600;
  margin-top: 8px;
}

.render-graphic .bars .bar-graphic div.percent-habitat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.render-graphic .bars .bar-graphic div.percent-habitat span {
  font-size: 1.2rem;
  color: #ce1336;
  font-weight: 790;
}

.render-graphic .bars .bar-graphic img.afp-habitat {
  padding-top: 2%;
  height: 7%;
  object-fit: cover;
  margin-bottom: -2%;
}

.render-graphic p,
.info,
span {
  font-size: 0.5rem;
  text-align: center;
  color: #8e9b9e;
  margin-top: 12px;
}

.render-graphic .average-info {
  display: flex;
  justify-content: center;
  font-size: 0.5rem;
  text-align: center;
  color: #8e9b9e;
  font-weight: bold;
}

.render-graphic .average-info span {
  margin: 0 12px;
}

/* #endregion */

/* #region Cuarta seccion*/

.certifications-section .render-info {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 25px;
}

.certifications-section .render-info .reason-banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.certifications-section .render-info .reason-banner img {
  max-width: 72%;
  max-height: 100%;
  margin: 20px 0;
}

.certifications-section .render-info > .reason-banner:first-child {
  display: none;
}

.certifications-section .render-info .reason-detail {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.certifications-section .render-info .reason-detail .reason-banner {
  margin: 1.6rem 0;
}

/* #endregion */

/* #region Quinta seccion*/

.services-section .options {
  display: flex;
  justify-content: center;
}

.services-section .services-render {
  margin: 25px 0;
  max-height: 480px;
  margin-left: 0%;
  margin-right: 0%;
}

.services-section .services-render .card-service {
  width: 100%;
  max-width: 235px;
  max-height: 88%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 10px #acb4b8;
  border-radius: 14px;
  overflow: hidden;
}

.services-section .services-render .card-service img {
  width: 100%;
}

.services-section .services-render .card-service .info {
  padding: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.services-section .services-render .card-service .info h3 {
  font-size: 1.2rem;
}

.services-section .services-render .card-service .info p {
  font-size: 0.9rem;
}

#service-swiper.custom-swiper {
  width: 100%;
  height: 465px;
}

.custom-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #e5e5e5;
}

.custom-swiper .swiper-pagination-bullet-active {
  width: 35px;
  background: #cc122c;
  border-radius: 15px;
}

#service-swiper.custom-swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.custom-swiper .swiper-button-disabled {
  opacity: 0 !important;
}

.custom-swiper .swiper-button-next {
  right: 0px;
}

.custom-swiper .swiper-button-prev {
  left: 0px;
}

.custom-swiper .swiper-button-next,
.custom-swiper .swiper-button-prev {
  width: 40px;
}

.custom-swiper .swiper-button-prev img,
.custom-swiper .swiper-button-next img {
  width: 100%;
}

.custom-swiper .swiper-button-next:after,
.custom-swiper .swiper-button-prev:after {
  display: none;
}
/* #endregion */

/* #region Sexta seccion*/
.steps-section .render-steps {
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0;
}

.steps-section .render-steps .step {
  width: 100%;
  max-width: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.steps-section .render-steps .step img {
  max-width: 115px;
  margin-bottom: 20px;
}

.steps-section .render-steps .step .step-two img {
  max-width: 130px;
}

.steps-section .render-steps .step h3 {
  font-size: 1.2rem;
}

.steps-section .render-steps .step p {
  font-size: 0.9rem;
  text-align: center;
}
/* #endregion */

/* #region Septima seccion*/

.partners-section .partners-container {
  max-width: 320px;
  margin: 0 auto;
  padding: 10px 0;
}

.partners-section .partners-container p.description {
  margin-bottom: 30px;
}

.partners-section .partners-container .partners-cards {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-section .partners-container .card-partner {
  width: 100%;
  max-width: 100%;
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  margin: 12px 0;
}

.partners-section .partners-container .card-partner img {
  margin-bottom: 15px;
  width: 64%;
}

.partners-section .partners-container .card-partner p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4;
}
/* #endregion */

/* #region Footer seccion*/
footer .banner-section_content .info-banner .info-banner_description {
  margin-bottom: 25px;
}

footer .banner-section_content .info-banner .btn-primary {
  width: 50%;
}
/* #endregion */

@media (min-width: 769px) {
  /* #region General*/
  .container {
    min-height: 100vh;
  }

  .padding-content {
    padding: 0 50px;
  }

  .top-bottom-padding-content {
    padding: 100px 0px;
  }

  .top-bottomD-padding-content {
    padding: 100px 0px;
  }

  .top-bottom-padding-t8pt {
    padding: 8% 0px;
  }

  .top-bottom-padding-t6pt {
    padding: 6% 0px;
  }

  .title {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .content-text {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .description {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .bg-img-gray-2 {
    background-image: url("../assets/img/bg-gray-2-desktop.png");
  }

  .btn-secondary {
    padding: 12px;
  }

  .btn-primary {
    font-size: 1.2rem;
  }
  /* #endregion */

  /* #region Primera Seccion*/

  .bg-img-1 {
    background-image: url("../assets/img/background-desktop.png");
  }

  .bg-img-shadow {
    background-image: url("../assets/img/background-desktop.png");
  }

  .banner-section img.banner-section_logo {
    content: url("../assets/img/desktop-logo.png");
    width: 142px;
    height: 36px;
  }

  .banner-section img.banner-vector {
    display: none;
  }

  .banner-section_content .info-banner {
    margin-left: 15%;
    padding-top: 10%;
    justify-content: center;
    align-items: flex-start;
  }

  .banner-section_content .info-banner h1.title {
    text-align: left;
    width: 16ch;
    font-size: 2.8rem;
  }

  .banner-section_content .info-banner p {
    text-align: left;
    font-size: 1.6rem;
    width: 40ch;
  }

  .banner-section_content .info-banner .info-banner_description {
    margin-bottom: 25px;
  }

  .banner-section_content .info-banner .btn-primary {
    background-color: #ce1336;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 12px;
  }
  /* #endregion */

  /* #region Segunda seccion*/
  .reason-section .padding-content {
    padding: 0;
  }

  .reason-section .top-bottomD-padding-content {
    padding: 0;
  }

  .reason-section .render-info {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .reason-section .render-info .reason-banner {
    width: 40%;
  }

  .reason-section .render-info .reason-banner img {
    max-width: 90%;
    content: url("../assets/img/positive-emotion.png");
    display: inline;
  }

  .reason-section .render-info .reason-detail img {
    width: 92%;
    content: url("../assets/img/reason-icon-group-desktop.png");
  }

  .reason-section .render-info .reason-detail {
    width: 40%;
    align-items: flex-start;
    margin-top: 4%;
    margin-bottom: 2%;
  }

  .reason-section .render-info .reason-detail .title {
    text-align: left;
    width: 28ch;
  }

  .reason-section .render-info .reason-detail .content-text {
    text-align: left;
    line-height: 1.2;
    width: 92%;
  }

  .ads-container .ads {
    max-width: none;
    max-height: 100%;
    display: flex;
    flex-direction: row;
  }

  .ads-container .ads .ads-mask {
    width: 65%;
    background-image: url("../assets/img/bg-ads-desktop.png");
    background-position: right;
  }

  .ads-container .ads .ads-mask img {
    max-height: 100%;
  }

  .ads-container .ads .ads-mask .content {
    width: 64%;
    padding: 12px 0;
    flex-direction: row;
  }
  .ads-container .ads .ads-mask .content .content-info {
    margin-bottom: 0;
  }

  .ads-container .ads .ads-mask .content .content-info h5 {
    width: 30ch;
    font-size: 1.2rem;
  }

  .ads-container .ads .ads .ads-mask .content .content-action {
    width: 100%;
  }

  .ads-container .ads .ads-mask .content .content-action {
    display: none;
  }

  .ads-container .ads .content-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
  }

  .ads-container .ads .content-action .btn-secondary {
    font-size: 1rem;
  }

  /* #endregion */

  /* #region Tercera Seccion*/

  .funds-graphic-section_responsive {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .funds-graphic-section_graphics.swiper-wrapper
    .swiper-slide.swiper-slide-prev {
    visibility: visible;
  }

  .funds-graphic-section_graphics.swiper-wrapper
    .swiper-slide.swiper-slide-next {
    visibility: visible;
  }

  .funds-graphic-section_graphics.swiper-wrapper
    .swiper-slide.swiper-slide-active {
    visibility: visible;
  }

  #graphics-swiper.swiper {
    padding: 2% 10%;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic {
    background-image: url("../assets/img/pie-graphic-desktop.png");
    max-height: 50%;
    width: 100%;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend
    span.label {
    font-size: 0.9rem;
  }
  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    p {
    font-size: 0.85rem;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend
    span.legend-square {
    min-width: 32px;
    min-height: 32px;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend
    img {
    width: 100%;
    content: url("../assets/img/mini-logo-habitat-bar-desktop.png");
    object-fit: cover;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend
    span.legend-square {
    min-width: 32px;
    min-height: 32px;
    margin: 0 auto;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend
    span.label {
    font-size: 0.9rem;
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend {
    display: flex;
    margin: 0 12px;
    align-items: center;
  }

  .funds-graphic-section_graphics
    .funds-graphic-section_graphic
    .render-pie-graphic
    .pie-graphic-detail
    .legend
    span.legend-square.habitat {
    background-color: #ce1336;
    align-self: center !important;
    justify-self: center;
    margin: 0 auto;
  }

  .funds-graphic-section_info {
    margin-bottom: 2%;
  }

  .funds-graphic-section_responsive .funds-graphic-section_info {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .funds-graphic-section_responsive .funds-graphic-section_info .title-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .funds-graphic-section_responsive
    .funds-graphic-section_info
    .title-content
    img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
  }

  .funds-graphic-section_responsive .funds-graphic-section_info p {
    width: 45ch;
  }

  .funds-graphic-section .funds-graphic-section_graphic {
    width: 40% !important;
    padding: 2%;
  }

  .funds-graphic-section_graphic nav {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    width: 100%;
    background-color: #f8f9fb;
  }

  .funds-graphic-section_graphic .render-graphic {
    padding: 4px;
  }

  .render-graphic .bars {
    margin-top: 12px;
  }

  .render-graphic .bars .bar-graphic {
    height: 280px;
  }

  .render-graphic .bars .bar-graphic .bar {
    width: 64px;
    border-radius: 10px;
  }

  .render-graphic .bars .bar-graphic span.percent {
    font-size: 1.1rem;
  }

  .render-graphic .bars .bar-graphic span.afp {
    width: 70px;
    font-size: 0.9rem;
  }

  .render-graphic .bars .bar-graphic div.percent-habitat span {
    font-size: 1.4rem;
  }

  .render-graphic .bars .bar-graphic img.afp-habitat {
    width: 100px;
    content: url("../assets/img/mini-logo-habitat-bar-desktop.png");
    object-fit: cover;
  }

  .render-graphic .average-info {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .render-graphic p,
  .info,
  span {
    font-size: 0.7rem;
  }

  .render-graphic p strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.85rem;
  }

  /* #endregion */

  /* #region Cuarta seccion*/

  .certifications-section .render-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }

  .certifications-section .render-info > .reason-banner:first-child {
    display: flex;
    width: 50%;
    margin: 0 24px;
  }

  .certifications-section .render-info > .reason-banner:first-child img {
    display: block;
    margin: auto;
    max-width: 60%;
  }

  .certifications-section .render-info .reason-detail {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .certifications-section .render-info .reason-detail .reason-banner {
    display: none;
  }

  .certifications-section .render-info .reason-detail .title {
    text-align: left;
  }

  .certifications-section .render-info .reason-detail .content-text {
    text-align: left;
    width: 36ch;
    margin-bottom: 2%;
  }

  /* #endregion */

  /* #region Quinta seccion*/
  #service-swiper.custom-swiper {
    height: 480px;
  }

  .services-section .services-render {
    margin-left: 15%;
    margin-right: 15%;
  }

  .services-section .services-render .card-service {
    max-width: 300px;
    height: 88%;
    background-color: #f8f9fb;
  }

  .services-section .services-render .card-service .img {
    height: 68%;
  }

  .services-section .services-render .card-service img {
    height: 100%;
  }

  .services-section .services-render .card-service .info {
    margin-bottom: 0px;
  }

  .services-section .services-render .card-service .info h3 {
    font-size: 1.3rem;
  }

  .services-section .services-render .card-service .info p {
    font-size: 0.9rem;
  }

  .services-section .options {
    display: none;
  }
  /* #endregion */

  /* #region Sexta seccion*/

  .partners-section .partners-container {
    max-width: 80%;
    height: 100%;
  }

  .partners-section .partners-container .partners-cards {
    flex-direction: row;
    justify-content: space-around;
    height: 64%;
  }

  .partners-section .partners-container .card-partner {
    max-width: 40%;
  }
  /* #endregion */

  /* #region Sexta seccion*/
  .steps-section h2 {
    max-width: 25ch;
    margin: 0 auto;
  }

  .steps-section .render-steps {
    min-height: 100%;
    flex-direction: row;
    justify-content: space-around;
    margin: 4% 0 0 0;
  }
  .steps-section .render-steps .step {
    max-width: 100%;
  }

  .steps-section .render-steps .step .img-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .steps-section .render-steps .step .step-two img {
    max-width: 36%;
  }

  .steps-section .render-steps .step img {
    max-width: 32%;
  }

  .steps-section .render-steps .step h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .steps-section .render-steps .step p {
    font-size: 0.9rem;
  }
  /* #endregion */

  .banner-section.footer .info-banner {
    margin-left: 12%;
    padding-top: 8%;
    justify-content: flex-start;
  }

  footer {
    height: auto;
  }

  footer .banner-section_content .info-banner .btn-primary {
    width: 28%;
  }
}

img[src = 'https://ad.doubleclick.net/ddm/activity/src=10308801;type=invmedia;cat=afpha000;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord=1?']
{
  display: none !important;
}

img[src = 'https://secure.adnxs.com/seg?add=24394479&t=2']
{
  display: none !important;
}
