body.home h2, 
body.home h2.wp-block-heading, 
body.home h2 > a {
    font-size: 42px;
    line-height: 54px;
}

.section-01,
.section-01 .wp-block-cover{
  height: 100vh;
}

.section-01 .wp-block-cover{
  padding: 90px 0 !important;
}

.section-01 .wp-block-cover .wp-block-cover__inner-container, 
.section-01 .wp-block-cover .wp-block-cover__inner-container .wp-block-group{
  height: 100%;
}

.section-01 .wp-block-cover .wp-block-cover__inner-container {
  max-width: 1240px;
  padding-left: 84px;
  padding-right: 84px;
  box-sizing: border-box;
}

.section-01 h1 {
  max-width: 610px;
}

.section-01 h1:first-child {
  margin-bottom: 0 !important;
}

.section-01 h1:last-child {
  margin-bottom: 110px !important;
}


/* Force ghub video button to behave like wp-block-button (all important) */
.section-01 .fyx-video-btn-text {
  color: var(--azul);
  font-size: 16px;
  line-height: 20px;
  margin-left: 18px;
}

.section-01  .ghub-video-wrapper .ghub-play-icon-wrapper {
  gap:0 !important;
}

.btn-caso-de-exito .wp-element-button {
  color: var(--azul);
  font-size: 16px;
  line-height: 20px;
  background-color: rgba(255,255,255,0);
  padding-top: 0 !important;
  padding-left:24px !important;
}

.btn-caso-de-exito .wp-element-button::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  background-image: url('../img/play-button-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width:767px) {

  .section-01 .wp-block-cover .wp-block-cover__inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-01 .margin-bottom-110 {
    margin-bottom: 40px !important;
  }

  .section-01 .ghub-video-wrapper .ghub-play-icon-wrapper {
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
  }

  .ghub-video-lightbox-container .gslide-media.gslide-video {
    width: 96% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ghub-video-lightbox-container.glightbox-clean .gclose {
    top:33px;
    right:20px;
  }

  .section-01 .ghub-video-lightbox-play-button {
    top: 50px;
    left: 20px !important;
    right: auto !important;
    height: 50px;
    width: auto;
    transform: translateX(-20px);
    background-color: rgba(255,255,255,.85);
  }


  .section-01 .ghub-video-lightbox-play-button .fyx-video-btn-text {
    padding-right: 40px;
  }
  .ghub-video-wrapper .ghub-play-icon-wrapper svg {
    width: 46px;
    height: 46px;
    padding-left:2px;
  }
}

/* Section 02  */
main section.wp-block-group.section-02 {
  padding-top:135px;
  padding-bottom:125px;
}

.section-02 .wp-block-columns {
  max-width: 990px;
}
.section-02 .wp-block-columns > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.section-02 p {
  margin-top: 0;
}

@media (max-width:767px) {
  .section-02 .wp-block-columns > .wp-block-column .wp-block-image {
    float:left;
    margin-left:0;
    margin-right: auto;
  }
}

/* Section 03  */
main section.wp-block-group.section-03 {
  background-image: url(../img/bg-home-01.jpg);
  background-size: cover;
  padding-top:180px;
  padding-bottom:180px;
  background-position: center;
}

.section-03 h2,
.section-03 p {
 max-width: 540px;
 color:#FFF;
}

.section-03 h2.wp-block-heading {
  font-size:38px !important;
}


/* Section 04 & 06 & 08 */
main section.wp-block-group.section-04,
main section.wp-block-group.section-06,
main section.wp-block-group.section-08 {
  background-size: cover;
  padding-top:180px;
  padding-bottom:180px;
  background-position: calc(50% - 50px) center;
}

main section.wp-block-group.section-04{
  background-image: url(../img/bg-home-02.jpg);
}

main section.wp-block-group.section-06 {
  background-image: url(../img/bg-home-03.jpg);
}

main section.wp-block-group.section-08 {
  background-image: url(../img/bg-home-05.jpg);
}


@media (max-width:767px) {

  /* Section 04 & 06 & 08 */
  main section.wp-block-group.section-04,
  main section.wp-block-group.section-06,
  main section.wp-block-group.section-08 {
    background-position: top center;
  }

  main section.wp-block-group.section-04{
    background-image: url(../img/bg-home-02-mobile.jpg);
  }

  main section.wp-block-group.section-06 {
    background-image: url(../img/bg-home-03-mobile.jpg);
  }

  main section.wp-block-group.section-08 {
    background-image: url(../img/bg-home-05-mobile.jpg);
  }

}

.section-04 h4,
.section-06 h4,
.section-08 h4 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.025em;
}

.section-04 h4,
.section-04 p,
.section-06 h4,
.section-06 p  {
 max-width: 410px;
}





/* Section 05 */
.section-05 h5 {
  font-size: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  padding: 0 20px;
}

.section-05 h6 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 0 20px;
}

/* Section 07 */
main section.wp-block-group.section-07,
main section.wp-block-group.section-carousel-brands {
  background-image: url(../img/bg-home-04.jpg);
  background-size: cover;
  padding-top:120px;
  padding-bottom:140px;
  background-position: center;
}

.section-07 h5 {
  font-size: 34px;
  line-height: 44px;
  color:#FFF;
  max-width: 700px;
}

.section-07 .wp-block-columns-facts {
  margin-top:90px;
  gap:0;
}

.section-07 .wp-block-columns-facts p {
  font-size: 16px;
  line-height: 24px;
  color:#FFF;
  font-family: 'SpartanMB', sans-serif;
}

.section-07 .ghub-counter-container span.ghub-counter-number  {
  font-size: 80px;
  color:#FFF;
  font-family: 'SpartanMB', sans-serif;
  font-weight: 200;
}

.section-07 .wp-block-columns-facts > .wp-block-column:nth-child(2),
.section-07 .wp-block-columns-facts > .wp-block-column:nth-child(3),
.section-07 .wp-block-columns-facts > .wp-block-column:nth-child(4) {
  padding-left: 15px;
}

.section-07 .wp-block-columns-facts > .wp-block-column:first-child {
  flex-basis: 253px;
  max-width: 253px;
  padding-left:0;
}

.section-07 .wp-block-columns-facts > .wp-block-column:nth-child(2) {
  flex-basis: 259px;
  max-width: 259px;
}

.section-07 .wp-block-columns-facts > .wp-block-column:nth-child(3) {
  flex-basis: 146px;
  max-width: 146px;
}

.section-07 .wp-block-columns-facts > .wp-block-column:nth-child(4) {
  flex-basis: 176px;
  max-width: 176px;
}

/* Section 08 */
.section-08 h4 {
 max-width: 440px;
}

.section-08 p   {
 max-width: 390px;
}

/* Carousel brands */
main section.wp-block-group.section-carousel-brands {
  padding-top:90px;
  padding-bottom:160px;
}

main section.wp-block-group.section-carousel-brands p {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.025em;
  line-height: 32px;
  margin-bottom: 60px;
  font-family: 'SpartanMB', sans-serif;

}




@media (max-width:767px) {

  main section.wp-block-group.section-03,
  main section.wp-block-group.section-04,
  main section.wp-block-group.section-06,
  main section.wp-block-group.section-08 {
    padding-top:120px;
    padding-bottom:80px;
  }

  main section.wp-block-group.section-04,
  main section.wp-block-group.section-06,
  main section.wp-block-group.section-08 {
    padding-top: 350px;
  }
  
  .section-07 h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-07 .wp-block-columns-facts {
    display: flex;
    flex-direction: column;
    gap:40px;
  }

  .section-07 .wp-block-columns-facts > .wp-block-column {
    border-left: 1px solid #FFF;
    border-right: none;
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left:20px !important;
    
  }

  .section-07 .wp-block-columns-facts > .wp-block-column:first-child {
    padding: 20px 0;
  }

  .section-07 .wp-block-columns-facts > .wp-block-column p {
    max-width: 200px;
  }

}