/*
 Theme Name:   Gantry 5 Hydrogen Child
 Description:  Tema hijo para Hydrogen de Gantry 5
 Author:       Tu Nombre
 Template:     g5_hydrogen
 Version:      1.0.0
*/

/* Aquí no necesitas importar el CSS del padre, Gantry se encarga de eso */

/* ==============================================================
 * FUENTES
 * ============================================================== */
  @font-face {
    font-family: 'poppinslight_italic';
    src: url('fonts/poppins-lightitalic-webfont.woff2') format('woff2'),
        url('fonts/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
        url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'),
        url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
        url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'poppinsblack';
    src: url('fonts/poppins-black-webfont.woff2') format('woff2'),
        url('fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'ciclo_sweety';
    src: url('fonts/SWEETY_STRAWBERRY.TTF');
  }

  @font-face {
    font-family: 'ciclo_seriously';
    src: url('fonts/Seriously.ttf');
  }

  .sweety { 
    /* font-family: ciclo_sweety; */
    font-family: poppinsbold;
  }
  .seriously { 
    font-family: ciclo_seriously;
  }
/* fuentes */



/* ==============================================================
* COLORES
* ============================================================== */
.orange {
  color: #eb7305;
}
.brown {
  color: #57301f;
}



/* ==============================================================
* GENERAL
* ============================================================== */
.g-content {
  margin: 0rem;
  padding: 0rem;
}

body {
  font-size: 26px;
  font-family: poppinsregular;
}

@media screen and (max-width: 425px) {
  body {
    font-size: 16px;
  }
}

p {
  margin: 1rem;
}

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

.d-flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}

.m-3 {
  margin: 1rem;
}
.ml-3 {
  margin-left: 1rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.m-0 {
  margin: 0rem;
}
.ml-0 {
  margin-left: 0rem;
}
.mr-0 {
  margin-right: 0rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}

.p-3 {
  padding: 1rem;
}
.pl-3 {
  padding-left: 1rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.p-0 {
  padding: 0rem;
}
.p-0 {
  padding: 0rem;
}
.pl-0 {
  padding-left: 0rem;
}
.pr-0 {
  padding-right: 0rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}

.exlight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.italic {
  font-weight: 300italic;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.ubold {
  font-weight: 900;
}

.lhn {
  line-height: normal;
}
.fs18 {
  font-size: 18px;
}
.fs24 {
  font-size: 24px;
}
.fs30 {
  font-size: 30px;
}
.fs40 {
  font-size: 40px;
}
.fs50 {
  font-size: 50px;
}

.ciclo-button {
  padding: .5rem 3rem;
  background: #ff7400;
  color: #fff;
  border-radius: .4rem;
  display: inline-block;
  font-size: 30px;
  /* font-weight: 600; */
  font-family: poppinsregular;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
  transition: all ease .3s;
}
.ciclo-button:hover {
  background: #d46000;
  color: #fff;
}


/* ==============================================================
* HOVER CSS
* ============================================================== */
  /* Forward */
  .hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  /* Backward */
  .hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  /* Float */
  .hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  /* Sink */
  .hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
/* --- */



/* ==============================================================
* MENU
* ============================================================== */
#g-header {
  z-index: 0;
}

#g-navigation {
  font-size: 18px;
}

#g-navigation .g-main-nav {
  margin: 0;
  display: flex;
  justify-content: center;
  /*padding: .68rem 0;*/
}
.widget_polylang ul {
  margin: 0;
  list-style: none;
}

#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #df6b01;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1.88rem 0.938rem;
}

#g-mobilemenu-container {
  margin: 0rem;
}

#language-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  #language-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}



/* ==============================================================
* FOOTER
* ============================================================== */

  #g-footer {
    border-top: none;
    padding: 2rem 0 !important;
  }

  #g-footer a {
    color: #fff;
    transition: all ease .3s;
  }
  #g-footer a:hover {
    color: #57301f;
  }

  #footer-social h3 {
    margin-bottom: .5rem;
    line-height: 27px;
  }
  #footer-social .g-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #footer-social .g-content > div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #footer-social .g-content > div:nth-child(2) {
    text-align: left;
  }
  #footer-social form p {
    margin: 0 !important;
  }
  #footer-social input {
    width: 100%;
    color: #562f1e;
  }
  #footer-social input[type="submit"] {
    width: auto;
    padding: .5rem 2rem;
    border-radius: 0.1875rem;
    color: #ffffff;
    background-color: #562f1e;
    transition: all ease .3s;
  }
  

  #footer-social a {
      font-size: 30px;
  }

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

    #footer-social a {
      font-size: 18px;
    }

  }

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

    #footer-social a {
      font-size: 30px;
    }

  }


/* - footer - */



/* ==============================================================
*  HEADER
*  ============================================================== */
    #g-header,
    .g-header-esp {
		height: 650px;
		background: url(/wp-content/uploads/2025/02/banner-video-7680.jpg) no-repeat;
		background-position: bottom center;
    }
    #g-header img,
    .g-header-esp img {
        height: 400px;
    }
    #g-header .g-content,
    .g-header-esp .g-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 650px;
        padding: 1.5rem;
    }
    #g-header a:hover,
    .g-header-esp a:hover {
        color: #eb7305;
    }

    #header-sociales {
        display: flex;
        justify-content: center;
        gap: 3rem;
    }
    #header-sociales .fa-lg {
        font-size: 60px;
    }
    #header-sociales .fa-etsy {
        font-size: 48px;
    }

    @media screen and (max-width: 3840px) {
		#g-header,
			.g-header-esp {
			background: url(/wp-content/uploads/2025/02/banner-video-3840.jpg) no-repeat;
			background-position: bottom center;
		}
    }

    @media screen and (max-width: 2560px) {
        #g-header,
        .g-header-esp {
        	height: 450px;
        	background: url(/wp-content/uploads/2025/02/banner-video-2560.jpg) no-repeat;
        	background-position: bottom center;
        }

        #g-header img,
        .g-header-esp img {
        	height: 250px;
        }

        #g-header .g-content,
        .g-header-esp .g-content {
			height: 450px;
        }
    }

    @media screen and (max-width: 1920px) {
        #g-header,
        .g-header-esp {
            background: url(/wp-content/uploads/2025/02/banner-video-1920.jpg) no-repeat;
            background-position: bottom center;
        }
        
        #g-header img,
        .g-header-esp img {
        	height: 300px;
        }

        #g-header .g-content,
        .g-header-esp .g-content {
        	justify-content: space-between;
        }

        #header-sociales {
        	gap: 2rem;
        }
        #header-sociales .fa-lg {
        	font-size: 48px;
        }
        #header-sociales .fa-etsy {
        	font-size: 36px;
        }
    }

    @media screen and (max-width: 1440px) {
        #g-header,
        .g-header-esp {
            background: url(/wp-content/uploads/2025/02/banner-video-1440.jpg) no-repeat;
            background-position: bottom center;
        }
    }

    @media screen and (max-width: 768px) {
        #g-header,
        .g-header-esp {
            background: url(/wp-content/uploads/2025/02/banner-video-768.jpg) no-repeat;
            background-position: bottom center;
        }
        
        #g-header img,
        .g-header-esp img {
        	height: 250px;
            width: auto;
        }
        
        #g-header .g-content,
        .g-header-esp .g-content {
        	justify-content: space-evenly;
        }
    }

    @media screen and (max-width: 425px) {
        #g-header,
        .g-header-esp {
            background: url(/wp-content/uploads/2025/02/banner-video-425.jpg) no-repeat;
            background-position: bottom center;
        }

        #g-header .g-content,
        .g-header-esp .g-content {
        	justify-content: space-evenly;
        }

        #g-header img,
        .g-header-esp img {
        	height: auto;
        }
    }

/* - header - */


/* ==============================================================
*  BANNER EXTENDED
*  ============================================================== */
.extended-banner {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  height: 500px;
  margin-bottom: 2rem;
}

#extended-banner-story-telling {
  background: url(/wp-content/uploads/2021/11/services-storytelling.jpg);
}
#extended-banner-waste-audit {
  background: url(/wp-content/uploads/2024/03/waste_audit.jpg);
}
#extended-banner-upcycling {
  background: url(/wp-content/uploads/2021/11/services-vermiculture.jpg);
}
#extended-banner-vermiculture {
  background: url(/wp-content/uploads/2021/08/vermicomposting-1.jpg);
}
#extended-banner-zero-waste-program {
  background: url(/wp-content/uploads/2021/11/zero-waste-program.jpg);
}
#extended-banner-consulting-services {
  background: url(/wp-content/uploads/2021/11/waste-management.jpg);
}
#extended-banner-our-strategy {
  background: url(/wp-content/uploads/2021/11/about-strategy.jpg);
}
#extended-banner-our-philosophy {
  background: url(/wp-content/uploads/2021/11/our-philosophy.jpg);
}
#extended-banner-our-social-responsibility-eng {
  background: url(/wp-content/uploads/2021/11/our-social-responsibility.jpg);
}
#extended-banner-our-social-responsibility-esp {
  background: url(/wp-content/uploads/2021/11/our-social-responsibility.jpg);
}
#extended-banner-gardening-workshop {
  background: url(/wp-content/uploads/2025/01/gardening-workshop.jpg);
}

@media screen and (max-width: 768px) {
    .extended-banner {
		height: 500px;
    }
    
    #extended-banner-waste-audit {
		background: url(/wp-content/uploads/2025/03/Waste-Audit-1.jpg);
	}
    #extended-banner-upcycling {
		background: url(/wp-content/uploads/2025/03/upcycling-workshop-2.jpg);
	}
    #extended-banner-vermiculture {
    	background: url(/wp-content/uploads/2025/03/vermicomposting-1.jpg);
    }
    #extended-banner-zero-waste-program {
		background: url(/wp-content/uploads/2025/03/zero-waste-1.jpg);
	}
    #extended-banner-story-telling {
		background: url(/wp-content/uploads/2025/03/services-storytelling-1.jpg);
    }
    #extended-banner-consulting-services {
		background: url(/wp-content/uploads/2025/03/consulting-services-1.jpg);
	}
    #extended-banner-our-strategy {
		background: url(/wp-content/uploads/2025/03/about-strategy-1.jpg);
    }
    #extended-banner-our-philosophy {
		background: url(/wp-content/uploads/2025/03/our-pledge-1.jpg);
    }
    #extended-banner-our-social-responsibility-eng {
		background: url(/wp-content/uploads/2025/03/social-responsability-1.jpg);
    }
    #extended-banner-our-social-responsibility-esp {
		background: url(/wp-content/uploads/2025/03/social-responsability-1.jpg);
    }
    #extended-banner-gardening-workshop {
		background: url(/wp-content/uploads/2025/03/gardening-1.jpg);
	}
}

@media screen and (max-width: 425px) {   
    #extended-banner-waste-audit {
		background: url(/wp-content/uploads/2025/03/Waste-Audit-2.jpg);
	}
    #extended-banner-upcycling {
		background: url(/wp-content/uploads/2025/03/upcycling-workshop-1.jpg);
	}
    #extended-banner-vermiculture {
    	background: url(/wp-content/uploads/2025/03/vermicomposting-2.jpg);
    }
    #extended-banner-zero-waste-program {
		background: url(/wp-content/uploads/2025/03/zero-waste-2.jpg);
	}
    #extended-banner-story-telling {
		background: url(/wp-content/uploads/2025/03/services-storytelling-2.jpg);
    }
    #extended-banner-consulting-services {
		background: url(/wp-content/uploads/2025/03/consulting-services-2.jpg);
	}
    #extended-banner-our-strategy {
		background: url(/wp-content/uploads/2025/03/about-strategy-2.jpg);
    }
    #extended-banner-our-philosophy {
		background: url(/wp-content/uploads/2025/03/our-pledge-2.jpg);
    }
    #extended-banner-our-social-responsibility-eng {
		background: url(/wp-content/uploads/2025/03/social-responsability-2.jpg);
    }
    #extended-banner-our-social-responsibility-esp {
		background: url(/wp-content/uploads/2025/03/social-responsability-2.jpg);
    }
    #extended-banner-gardening-workshop {
		background: url(/wp-content/uploads/2025/03/gardening-2.jpg);
	}
}
/* - banner extended - */


/* ==============================================================
*  OUR PARTNERS
*  ============================================================== */
#our-partners-logos .g-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem 4rem;
}
#our-partners-logos .g-content img {
    height: 200px;
}

@media screen and (max-width: 2560px) {
	#our-partners-logos .g-content img {
        height: 150px;
    }
}

@media screen and (max-width: 1920px) {
	#our-partners-logos .g-content {
        gap: 4rem 4rem;
    }
    
	#our-partners-logos .g-content img {
        height: 100px;
    }
}

/* ==============================================================
*  FORMULARIOS
*  ============================================================== */
  .wpcf7-form {
    font-size: 36px;
  }
  
  .wpcf7-form ::placeholder {
    font-size: 36px;
  }
  .wpcf7-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 36px;
  }
  .wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ff7400;
    font-size: 36px;
  }
  .wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff7400;
    font-size: 36px;
  }

  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    height: 60px;
  }

  .wpcf7-form label {
    font-size: 36px;
  }

  .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
    border-color: #ff7400;
  }
  .wpcf7-form input:hover, .wpcf7-form textarea:hover, .wpcf7-form select:hover {
    border-color: #ff7400;
  }
  .wpcf7-form input[type="submit"] {
    width: auto;
    padding: .5rem 2rem;
    border-radius: 0.1875rem;
    color: #ffffff;
    background-color: #562f1e;
    transition: all ease .3s;
  }

  .wpcf7-form select {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 0.1875rem;
    transition: border-color;
    padding: 0.375rem 0.375rem;
    margin-bottom: 0;
  }

  .wpcf7-form input[type="submit"]:hover {
    background-color: #ff7400;
  }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff7400;
    opacity: 1; /* Firefox */
    font-size: 32px;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ff7400;
    font-size: 32px;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff7400;
    font-size: 32px;
  }

  .firstName-wrapper {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 1rem;
  }
  .lastName-wrapper {
    float: left;
    width: 47%;
  }
  .lastName-wrapper:before {
    clear: both;
  }

  .contact-social {

  }

  .form-workshop {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 0.1875rem;
    transition: border-color;
    padding: 0.375rem 0.375rem;
    font-size: 15px;
  }
  .form-workshop:hover {
    border-color: #ff7400;
  }
  .form-workshop input[type="checkbox"] {
    width: auto;
  }
  .workshop-type span > span {
    display: block;
    margin: 0 0 0 .3em;
  }
  
.wpcf7 input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.wpcf7-checkbox {
    display: flex;
    gap: .5rem;
}

.wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

  @media screen and (max-width: 1928px) {
    .wpcf7-form {
      font-size: 16px;
    }

    .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
      height: auto;
    }
      
    .wpcf7-form label {
      font-size: 16px;
    }
      
    .wpcf7-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      font-size: 16px;
    }
    .wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #ff7400;
      font-size: 16px;
    }
    .wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
      color: #ff7400;
      font-size: 16px;
    }
    
    .wpcf7 input[type="checkbox"] {
      width: auto;
      height: auto;
    }
  }
  
  
/* --- */


/* ==============================================================
*  YOUTUBE
*  ============================================================== */
.yotu-playlist .yotu-pagination {
    font-size: 26px;
}

.yotu-button-prs {
    padding: 10px 15px;
    font-size: 26px;
}


/* ==============================================================
*  BANNERS EXTENDED V2
*  ============================================================== */

.banner-extended-7680 {
	display: block;
}
.banner-extended-3840 {
	display: none;
}
.banner-extended-2560 {
	display: none;
}
.banner-extended-1920 {
	display: none;
}
.banner-extended-1400 {
	display: none;
}
.banner-extended-768 {
	display: none;
}
.banner-extended-576 {
	display: none;
}
.banner-extended-425 {
	display: none;
}

@media screen and (max-width: 3840px) {
	.banner-extended-7680 {
        display: none;
    }
    .banner-extended-3840 {
        display: block;
    }
}
@media screen and (max-width: 2560px) {
	.banner-extended-3840 {
        display: none;
    }
    .banner-extended-2560 {
        display: block;
    }
}
@media screen and (max-width: 1920px) {
	.banner-extended-2560 {
        display: none;
    }
    .banner-extended-1920 {
        display: block;
    }
}
@media screen and (max-width: 1400px) {
	.banner-extended-1920 {
        display: none;
    }
    .banner-extended-1400 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
	.banner-extended-1400 {
        display: none;
    }
    .banner-extended-768 {
        display: block;
    }
}
@media screen and (max-width: 576px) {
	.banner-extended-768 {
        display: none;
    }
    .banner-extended-576 {
        display: block;
    }
}
@media screen and (max-width: 425px) {
	.banner-extended-576 {
        display: none;
    }
    .banner-extended-425 {
        display: block;
    }
}