@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans';
  font-size: 100%;
}

strong {
  font-weight: bold;
}

a {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.wancho {
  margin: auto;
  max-width: 1024px;
  position: relative;
  width: 100%;
}

.g-grid {
  box-sizing: border-box;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.g-grid-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  zoom: 1;
}

.g-scrolling-top {
  background: url("../images/scrolling-top.png") 0 0 no-repeat;
  bottom: 12px;
  display: none;
  height: 50px;
  position: fixed;
  right: 15px;
  text-decoration: none;
  text-indent: -9999em;
  width: 50px;
  z-index: 999999999;
}

#c_lg {
  /* hamburger icon */
  margin-bottom: -25px;
  margin-top: -30px;
}

#c_lg .menutrigger {
  background: black;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  opacity: 1;
  position: fixed;
  right: 10px;
  top: 162px;
  width: 40px;
  z-index: 999999999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .menutrigger .trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  padding: 6px;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .menutrigger .trigger::before {
  color: #fff;
  content: "Buscar por categoría";
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 7px;
  line-height: 7px;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}

#c_lg .menutrigger .trigger span {
  background: #fff;
  border-radius: 5px;
  display: block;
  height: 3px;
  margin-top: 5px;
  opacity: 1;
  position: relative;
  width: 70%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#c_lg .menutrigger .trigger span:nth-child(1) {
  margin-top: 0;
}

#c_lg .menutrigger.active .trigger span {
  background: #fff;
}

#c_lg .menutrigger.active .trigger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
          transform: rotate(45deg) translateY(6px) translateX(5px);
}

#c_lg .menutrigger.active .trigger span:nth-child(2) {
  opacity: 0;
}

#c_lg .menutrigger.active .trigger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px);
          transform: rotate(-45deg) translateY(-6px) translateX(5px);
}

#c_lg .menutrigger.revelio {
  top: 7px;
}

#c_lg .mainmenu {
  left: 20px;
  opacity: 0;
  position: fixed;
  top: 20px;
  z-index: 9999999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .mainmenu.revelio {
  opacity: 1;
}

#c_lg .mainmenu ul {
  margin-bottom: 0;
  width: 100px;
}

#c_lg .mainmenu ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 2px;
  padding: 3px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .mainmenu ul li a::before {
  background: rgba(255, 255, 255, 0);
  content: "";
  display: block;
  height: 23px;
  left: -100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .mainmenu ul li a:hover, #c_lg .mainmenu ul li a.active {
  color: #000;
}

#c_lg .mainmenu ul li a:hover::before, #c_lg .mainmenu ul li a.active::before {
  background: white;
  left: 0;
}

#c_lg #home {
  background: url(../images/background1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg #home.fondo2 {
  background: url(../images/background1_.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#c_lg #home .container {
  height: 100%;
}

#c_lg #home .container .row {
  height: 100%;
}

#c_lg #home .container .row .ll {
  height: 100%;
}

#c_lg #home .container .row .ll .t_home {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#c_lg #home .container .row .ll .scroller {
  bottom: 90px;
  height: 68px;
  left: 50%;
  position: absolute;
  width: 68px;
  z-index: 99999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg #home .container .row .ll .scroller:hover {
  bottom: 80px;
}

#c_lg #home .container .row .ll .scroller .scroller-ico {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: -50%;
  position: relative;
  width: 100%;
}

#c_lg #home .container .row .ll .scroller .scroller-ico a {
  background: url(../images/scroller.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

#c_lg #home .container .row .rr {
  height: 100%;
}

#c_lg #caracteristicas {
  background: url(../images/background2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

#c_lg #caracteristicas .titulo {
  left: 50%;
  position: absolute;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#c_lg #caracteristicas .titulo .titulo_container h3 {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px 40px;
}

#c_lg #caracteristicas .container {
  height: 100%;
}

#c_lg #caracteristicas .container .row {
  height: 100%;
}

#c_lg #caracteristicas .container .row .tt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#c_lg #caracteristicas .container .row .tt .vs {
  bottom: 0;
  height: 549px;
  margin: 0 auto;
  position: relative;
  width: 917px;
}

#c_lg #caracteristicas .container .row .tt .vs .vs-slider {
  height: 100%;
}

#c_lg #caracteristicas .container .row .tt .vs .vs-slider .item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#c_lg #caracteristicas .container .row .tt .vs .vs-slider .item img {
  display: block;
  margin: 0 auto 0 auto;
}

#c_lg #caracteristicas .container .row .tt .vs .vs-slider .slick-list {
  height: 100%;
}

#c_lg #caracteristicas .container .row .tt .vs .vs-slider .slick-list .slick-track {
  height: 100%;
}

#c_lg #productos {
  background: url(../images/background3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

#c_lg #productos .titulo {
  left: 50%;
  position: absolute;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#c_lg #productos .titulo .titulo_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#c_lg #productos .titulo .titulo_container h3 {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px 40px;
}

#c_lg #productos .titulo .titulo_container strong {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

#c_lg #productos .titulo .titulo_container span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
}

#c_lg #productos .container {
  height: 100%;
}

#c_lg #productos .container .row {
  height: 100%;
}

#c_lg #productos .container .row .cc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#c_lg #productos .container .row .cc .row {
  height: calc(100% - 220px);
  width: 100%;
}

#c_lg #productos .container .row .cc .row .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-start;
      -ms-flex-pack: space-start;
          justify-content: space-start;
}

#c_lg #productos .container .row .cc .row .item .item-t img {
  margin-bottom: 32px;
}

#c_lg #productos .container .row .cc .row .item .item-i {
  cursor: pointer;
  height: 348px;
  position: relative;
}

#c_lg #productos .container .row .cc .row .item .item-i img {
  opacity: 1;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg #productos .container .row .cc .row .item .item-i img.image-zoom {
  bottom: 0px;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg #productos .container .row .cc .row .item .item-i img.active {
  display: block !important;
  opacity: 1;
}

#c_lg #productos .container .row .cc .row .item .item-i img.hideme {
  display: none;
  opacity: 0;
}

#c_lg #video {
  background: url(../images/background4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

#c_lg #video .titulo {
  left: 50%;
  position: absolute;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#c_lg #video .titulo .titulo_container h3 {
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 40px;
}

#c_lg #video .container {
  height: 100%;
}

#c_lg #video .container .row {
  height: 100%;
}

#c_lg #video .container .row .tt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#c_lg #video .container .row .tt iframe {
  height: 315px;
  width: 560px;
}

#c_lg .show-desk {
  display: block;
}

#c_lg .show-res {
  display: none;
}

#c_lg .slick-prev {
  background: url(../images/arrowl.png);
  border: none;
  height: 104px;
  left: 0px;
  opacity: 1;
  position: absolute;
  text-indent: -99999px;
  top: 45%;
  width: 18px;
  z-index: 99999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .slick-prev:hover, #c_lg .slick-prev:focus {
  opacity: .85;
  outline: none;
}

#c_lg .slick-next {
  background: url(../images/arrowr.png);
  border: none;
  height: 104px;
  opacity: 1;
  position: absolute;
  right: 0px;
  text-indent: -99999px;
  top: 45%;
  width: 18px;
  z-index: 99999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#c_lg .slick-next:hover, #c_lg .slick-next:focus {
  opacity: .85;
  outline: none;
}

@media screen and (max-width: 992px) {
  #c_lg #home .container .row .ll .t_home img {
    display: block;
    margin: 0 auto 0 auto;
  }
  #c_lg #home .container .row .rr {
    display: none;
  }
  #c_lg #caracteristicas .container .row .tt .vs {
    width: 100%;
  }
  #c_lg #caracteristicas .container .row .tt .vs .vs-slider .item img {
    height: auto;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #c_lg #home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/background1_-tab.jpg);
    height: 100vh;
    position: relative;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }
  #c_lg #home.fondo2 {
    background: url(../images/background1_-tab.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #c_lg #caracteristicas {
    height: 650px;
  }
  #c_lg #productos .titulo {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #c_lg {
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 660px) {
  #c_lg .menutrigger {
    display: block;
  }
  #c_lg .mainmenu {
    left: 0;
    opacity: 1;
    top: -260px;
    width: 100%;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }
  #c_lg .mainmenu.active-res {
    top: 0;
  }
  #c_lg .mainmenu ul {
    width: 100%;
  }
  #c_lg .mainmenu ul li {
    border-bottom: 1px solid #000;
  }
  #c_lg .mainmenu ul li:first-child {
    border-top: 1px solid #000;
  }
  #c_lg .mainmenu ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 3px;
    width: 100%;
  }
}

@media screen and (max-width: 630px) {
  #c_lg #home .container .row .ll .t_home img {
    height: auto;
    width: 100%;
  }
  #c_lg #home .container .row .ll .scroller {
    bottom: 60px;
    height: 68px;
    left: 50%;
    position: absolute;
    width: 68px;
    z-index: 99999;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }
  #c_lg #home .container .row .ll .scroller:hover {
    bottom: 50px;
  }
  #c_lg #caracteristicas {
    height: 580px;
  }
  #c_lg #caracteristicas .container .row .tt .vs {
    height: 100%;
  }
  #c_lg #productos .container.show-res .row .tt {
    height: 100%;
  }
  #c_lg #productos .container.show-res .row .tt .ps {
    bottom: 0;
    height: 460px;
    position: absolute;
    width: calc(100% - 30px);
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider {
    height: 100%;
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider .item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider .item .item-t {
    width: 100%;
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider .item .item-i {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 328px;
    width: 100%;
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider .item img {
    display: block;
    margin: 0 auto;
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider .slick-list {
    height: 100%;
  }
  #c_lg #productos .container.show-res .row .tt .ps .ps-slider .slick-list .slick-track {
    height: 100%;
  }
  #c_lg #video .container .row .tt iframe {
    height: 275px;
    width: 90%;
  }
  #c_lg .show-desk {
    display: none;
  }
  #c_lg .show-res {
    display: block;
  }
  #c_lg .slick-prev {
    top: 55%;
  }
  #c_lg .slick-next {
    top: 55%;
  }
}

@media screen and (max-width: 460px) {
  #c_lg #caracteristicas {
    height: 480px;
  }
  #c_lg #video .container .row .tt iframe {
    height: 225px;
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  #c_lg #home {
    background: url(../images/background1_-mob.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }
  #c_lg #home.fondo2 {
    background: url(../images/background1_-mob.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #c_lg #caracteristicas {
    height: 400px;
  }
  #c_lg #caracteristicas .titulo {
    top: 40px;
  }
  #c_lg #productos .titulo {
    top: 40px;
  }
  #c_lg #video {
    height: 100vh;
  }
  #c_lg #video .titulo {
    top: 40px;
  }
  #c_lg #video .container .row .tt iframe {
    height: 175px;
    width: 90%;
  }
}

/* landscacpes */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background-color: #3e9ad3;
}
