h1, h2 {
  margin: 0;
  color: #57301f;
}
h2 {
  font-size: 40px;
}

.g-ciclomanias-life-cycle h2 {
    font-size: 60px !important;
}

/* ==============================================================
* MAIN
* ============================================================== */
  #g-main {
    background-color: #fff;
  }
  #g-main h1 {
    font-size: 50px;
  }
  #g-main .spacer-top {
    background: url(https://www.ciclomanias.com/lab/wp-content/uploads/2020/07/corte-header-down.png) no-repeat;
    background-size: 100% auto;
    background-position: top;
    height: 70px;

    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  }
/* --- */

  #g-cardboard {
    background-color: #ffeeb3;
  }
  #g-cardboard .spacer-top {
    background: url(https://www.ciclomanias.com/lab/wp-content/uploads/2020/07/corte-main.png) no-repeat;
    background-size: 100% auto;
    background-position: top;
    height: 70px;

    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  }
  #g-cardboard .spacer-bottom {
    background: url(https://www.ciclomanias.com/lab/wp-content/uploads/2020/08/cycle-01.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    height: 70px;

    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  }

  #g-plastic {
    background-color: #b5f5ff;
  }
  #g-plastic .spacer-bottom {
    background: url(https://www.ciclomanias.com/wp-content/uploads/2024/03/cycle-metal.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    height: 70px;

    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  }
  

  #g-facts .spacer-top {
    background: url(https://www.ciclomanias.com/wp-content/uploads/2024/03/cycle-plastic.png) no-repeat;
    background-size: 100% auto;
    background-position: top;
    height: 70px;

    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  }

  #g-facts a {
    word-break: break-word;
  }
  
  #g-metal {
    background-color: #d7d8dc;
  }
  #g-metal .spacer-bottom {
    background: url(https://www.ciclomanias.com/wp-content/uploads/2024/03/cycle-metal-top.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    height: 70px;

    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  }
  
  #g-organic {
    background-color: #70a63b;
  }

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

}

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

}

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

}