h2 {
  margin: 0;
  font-size: 50px;
  /* font-weight: 700; */
  font-family: poppinsbold;
  line-height: 55px;
}



/* ==============================================================
* MAIN
* ============================================================== */
  #g-main {
    /* position: relative;
    background: url(../../../wp-content/uploads/2020/07/corte-header-down.png) no-repeat;
    background-size: 100% auto; */
    background-color: #ffeeb3;
  }
  .g-main-border .g-content {
    display: flex;
  }
  #g-main h2 {
    color: #57301f;
    margin: 3rem 0;
    font-family: poppinssemibold;
  }
  .main-butterfly {
    position: absolute;
    top: -30px;
    right: -3%;
    z-index: 300;
    width: auto;
    transition: all ease .3s;
  }
  .main-butterfly img {
    width: 80%;
  }

  @media screen and (max-width: 3840px) {
    .main-butterfly {
      right: 15%;
    }
    #g-main h2 {
      /* margin-bottom: 1rem;
      margin-top: 6rem; */
      margin-bottom: 0;
      margin-top: 8rem;
      display: inline-block;
      width: 50%;
      vertical-align: middle;
    }
  }
  
  @media screen and (max-width: 2560px) {
    .main-butterfly {
      right: 9%;
    }
    #g-main h2 {
      /* margin-bottom: 1rem;
      margin-top: 6rem; */
      margin-bottom: 0;
      margin-top: 5rem;
      display: inline-block;
      width: 50%;
      vertical-align: middle;
    }
  }

  @media screen and (max-width: 1920px) {
    .main-butterfly {
      right: 5%;
    }
    #g-main h2 {
      margin-top: 1rem; /*5*/
    }
  }

  @media screen and (max-width: 1440px) {
    .main-butterfly {
      right: -3%;
    }
    #g-main h2 {
      margin-top: 1rem; /*4*/
    }
  }

  @media screen and (max-width: 1024px) {
    .main-butterfly img {
      width: 70%;
    }
    .main-butterfly {
      right: -5%;
    }
  }
/* --- */



/* ==============================================================
* OFFER
* ============================================================== */
  #g-offer {
    background-color: #fff;
    color: #57301f;
  }

  #g-offer h2 {
    color: #57301f;
  }

  #g-offer a {
    color: #57301f;
  }

  #g-offer .spacer-up {
    height: 70px;
    background-color: #ffeeb3;
    background: url(../../../wp-content/uploads/2020/08/corte-main-v2.png) no-repeat;
    background-size: 100% auto;
    filter: drop-shadow(0 8px 4px rgba(0, 0, 0, .25));
  }

  #g-offer .spacer-down {
    /* margin-top: -40px; */
    background: url(../../../wp-content/uploads/2020/07/corte-offer.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    position: relative;
    z-index: 200;
  }

  .offer-node {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    margin: 1rem;
  }
  .offer-node img {
    width: 50%;
  }
  .offer-node h3 {
    margin: 0;
    line-height: 30px;
    font-size: 30px;
    /* font-weight: 700; */
    font-family: poppinsbold;
  }
  .offer-node p {
    margin-top: 0;
  }

  .offer-image {
    margin-top: -50px;
    z-index: 100;
    position: relative;
  }
  
  
@media screen and (max-width: 3840px) {
  .offer-node {
    width: 29%;
  }
}

@media screen and (max-width: 2560px) {
  
}

@media screen and (max-width: 1920px) {
  
}

@media screen and (max-width: 1440px) {
  
}

@media screen and (max-width: 768px) {
  
}

@media screen and (max-width: 425px) {
  
}

/* --- */



/* ==============================================================
* SHOP
* ============================================================== */
  #g-shop {
    /*background-color: #c9f5ff;*/
    background-color: #cfffc9;
    padding: 3rem 0 !important;
  }

  #g-shop h2 {
    color: #57301f;
  }

  .featured-node-wrapper {
    margin: 1rem 0;
  }
  .featured-node-wrapper .g-content {
    display: flex;
    justify-content: space-around;
  }
  .featured-node {
    width: 18%;
    cursor: pointer;
  }
  .featured-node img {
    border-radius: 50%;
    border: 2px solid #4579b3;
  }
  .featured-node p {
    /* font-weight: 700; */
    font-family: poppinsbold;
    color: #57301f;
  }
/* --- */



/* ==============================================================
*  BOOK
*  ============================================================== */
  #g-book {
    position: relative;
  }

  #g-book .spacer-up {
    position: relative;
    z-index: 100;
    background: url(../../../wp-content/uploads/2020/07/corte-book.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: -40px;
  }

  .book-button-wrapper {
    position: absolute;
    z-index: 200;
    bottom: -30px;
  }

  #g-book .spacer-down {
    position: absolute;
    z-index: 100;
    background: url(../../../wp-content/uploads/2020/07/corte-book-down.png) no-repeat;
    background-size: 100% auto;
    bottom: 0;
    background-position: bottom;
    height: 70px;
  }

  .book-wrapper,
  .book-node {
    height: 500px;
  }

#book-node-1 {
    background: url(/wp-content/uploads/2025/08/upcycling-workshop-7680x500-1.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% !important;
}
#book-node-2 {
    background: url(/wp-content/uploads/2025/07/eco-guardians-7680x500-1.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% !important;
}
#book-node-3 {
    background: url(/wp-content/uploads/2025/07/consulting-services-7680x500-1.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% !important;
}
  
@media screen and (max-width: 3840px) {
    #book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-3840x500-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-3840x500-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-3840x500-1.jpg) no-repeat;
    }
}

@media screen and (max-width: 2560px) {
	#book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-2560x500-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-2560x500-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-2560x500-1.jpg) no-repeat;
    }
}

@media screen and (max-width: 1920px) {
	#book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-1920x500-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-1920x500-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-1920x500-1.jpg) no-repeat;
    }
}

@media screen and (max-width: 1440px) {
	#book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-1400x500-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-1400x500-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-1400x500-1.jpg) no-repeat;
    }
}

@media screen and (max-width: 768px) {
	#book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-768x500-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-768x500-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-768x500-1.jpg) no-repeat;
    }
}

@media screen and (max-width: 576px) {
    .book-wrapper,
    .book-node {
    	height: 600px;
    }

	#book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-576x600-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-576x600-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-576x600-1.jpg) no-repeat;
    }
}

@media screen and (max-width: 425px) {
    .book-wrapper,
    .book-node {
    	height: 500px;
    }
    
	#book-node-1 {
        background: url(/wp-content/uploads/2025/08/upcycling-workshop-425x500-1.jpg) no-repeat;
    }
    #book-node-2 {
        background: url(/wp-content/uploads/2025/07/eco-guardians-425x500-1.jpg) no-repeat;
    }
    #book-node-3 {
        background: url(/wp-content/uploads/2025/07/consulting-services-425x500-1.jpg) no-repeat;
    }
}
/* --- */


/* ==============================================================
* TESTIMONIALS
* ============================================================== */
  #g-testimonials {
    padding-top: 0rem !important;
  }
  
  #g-testimonials .ciclo-button {
    margin-bottom: 3rem;
  }

  #g-testimonials h2 {
    color: #57301f;
  }

  .testimonials-wrapper {
    width: 70%;
    margin: auto;
  }
  .testimonials-node {
    display: inline-flex !important;
    justify-content: space-evenly;
    align-items: start;
  }
  
  
  
  
  .testimonials-node > img {
    max-width: 25%;
    /*width: 30%;*/
    border-radius: 50%;
    display: inline-block !important;
    vertical-align: top;
  }
  .testimonials-node > a {
    max-width: 25%;
    /*width: 30%;*/
    border-radius: 50%;
    display: inline-block !important;
    vertical-align: top;
  }
  
  
  
  .testimonials-node p {
    width: 60%;
    margin: 0;
    margin-left: 2rem;
    display: inline-block;
    vertical-align: top;
  }
  .testimonials-node p::before {
    clear: both;
  }
  .testimonials-node p span:nth-child(1) {
    font-weight: 700;
    color: #562f1e;
    font-size: 30px;
    line-height: 30px;
  }
  .testimonials-node p span:nth-child(3) {
    font-weight: 300;
    color: #ff7400;
    line-height: 24px;
  }

  .slick-next, .slick-prev {
    width: 80px !important;
    height: 80px !important;
    padding: 0 !important;
    color: #ff7400 !important;
  }
  .slick-next::before, .slick-prev::before {
    font-family: FontAwesome !important;
    font-size: 80px !important;
    line-height: 90px !important;
    color: #ff7400 !important;
  }
  .slick-prev {
    left: -80px !important;
  }
  .slick-next {
    right: -80px !important;
  }
  .slick-prev::before {
    content: "\f104" !important;
  }
  .slick-next::before {
    content: '\f105' !important;
  }

  #g-testimonials .spacer-down {
    height: 70px;
    background: red;
    background: url(../../../wp-content/uploads/2020/07/contact-cut-up.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    filter: drop-shadow(0px -8px 4px rgba(0, 0, 0, .25));
  }
/* --- */



/* ==============================================================
* CONTACT
* ============================================================== */
  #g-contact {
    background-color: #ffeeb3;
    color: #562f1e;
  }

  #g-contact h2 {
    color: #562f1e;
  }
  #g-contact p {
    margin: 1rem 0;
  }
  #g-contact a {
    color: #562f1e;
    transition: all ease .3s;
  }
  #g-contact a:hover {
    color: #ff7400;
  }

  .contact-social {

  }
/* --- */



/* ==============================================================
* SLIDER INICIO
* ============================================================== */
#slider-principal {
	width: 100%;
	height: 450px;
}

#slider-principal .slick-next {
    right: 0px !important;
}

#slider-principal .slick-prev {
    left: 0 !important;
    z-index: 999;
}

.slider-principal-nodo {
	display: block;
	height: 450px;
	width: 100%;
}

.slider-principal-nodo a {
	display: block;
	height: 450px;
	width: 100%;
}

.slider-principal-nodo-inicio {
	background: url(/wp-content/uploads/2025/02/banner-inicio-eng-3840.jpg) no-repeat;
	background-position: bottom center;
}

.slider-principal-nodo-video {
	background: url(/wp-content/uploads/2025/02/banner-video-eng-3840.jpg) no-repeat;
	background-position: bottom center;
}

@media screen and (max-width: 2560px) {
	.slider-principal-nodo-inicio {
		background: url(/wp-content/uploads/2025/02/banner-inicio-eng-2560.jpg) no-repeat;
	}
	.slider-principal-nodo-video {
		background: url(/wp-content/uploads/2025/02/banner-video-eng-2560.jpg) no-repeat;
	}
}

@media screen and (max-width: 1920px) {
	.slider-principal-nodo-inicio {
		background: url(/wp-content/uploads/2025/02/banner-inicio-eng-1920.jpg) no-repeat;
	}
	.slider-principal-nodo-video {
		background: url(/wp-content/uploads/2025/02/banner-video-eng-1920.jpg) no-repeat;
	}
}

@media screen and (max-width: 1440px) {
	.slider-principal-nodo-inicio {
		background: url(/wp-content/uploads/2025/02/banner-inicio-eng-1440.jpg) no-repeat;
	}
	.slider-principal-nodo-video {
		background: url(/wp-content/uploads/2025/02/banner-video-eng-1440.jpg) no-repeat;
	}
}

@media screen and (max-width: 768px) {
	.slider-principal-nodo-inicio {
		background: url(/wp-content/uploads/2025/02/banner-inicio-eng-768.jpg) no-repeat;
	}
	.slider-principal-nodo-video {
		background: url(/wp-content/uploads/2025/02/banner-video-eng-768.jpg) no-repeat;
	}
}

@media screen and (max-width: 425px) {
	.slider-principal-nodo-inicio {
		background: url(/wp-content/uploads/2025/02/banner-inicio-eng-425.jpg) no-repeat;
	}
	.slider-principal-nodo-video {
		background: url(/wp-content/uploads/2025/02/banner-video-eng-425.jpg) no-repeat;
	}
}
/* --- */



/* ==============================================================
* QUERYS
* ============================================================== */
/* laptop small @media screen and (max-width: 1366px) */

/* tablet */
@media screen and (max-width: 768px) {
  .main-butterfly {
    position: absolute;
    top: -10px;
    right: -15%;
  }
  .main-butterfly img {
    width: 45%;
  }

  .offer-image {
    margin-top: 0;
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .offer-node {
    width: 40%;
  }

  .testimonials-wrapper {
    width: 86%;
  }
  .testimonials-node img {
    width: 25%;
  }
  .testimonials-node p {
    width: 68%;
  }
  .testimonials-node img {
    vertical-align: top;
  }
}

/* movile */
@media screen and (max-width: 425px) {

  #g-main h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 1rem;
    width: 90%;
  }
  .main-butterfly {
    position: absolute;
    top: -40px;
    right: -40%;
  }
  .main-butterfly img {
    width: 40%;
  }

  #g-offer h2 {
    color: #57301f;
    margin-bottom: 2rem;
  }
  #g-offer .g-container div:nth-child(2) {
    flex-flow: wrap-reverse;
  }
  .offer-node {
    width: 80%;
    margin: 0 1rem;
  }
  .offer-image img {
    width: 40%;
  }

  .featured-node-wrapper .g-content {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
  }
  .featured-node {
    width: 40%;
    margin: 5%;
  }

  .book-button-wrapper {
    position: relative;
    z-index: 200;
    bottom: 0px;
    margin-top: -30px;
  }
  #g-book .ciclo-button {
    font-size: 24px;
    line-height: 28px;
  }

  .testimonials-node img {
    width: 40%;
    margin-bottom: 1rem;
  }
  .testimonials-node p {
    margin-left: 0px;
    width: 100%;
  }
  .slick-prev {
    left: -65px !important;
  }
  .slick-next {
    right: -65px !important;
  }

  .contact-social a {
    width: 12%;
  }

}