@charset "UTF-8";
/*
Theme Name: Human Habitat
Theme URI: http://canalla.agency
Author: Edgar Olivas Guzmán
Author URI: http://canalla.agency
Version: 1
Description: Theme Fully responsive
*/
/*====================================
=            Custom Reset            =
====================================*/
@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
* {
  padding: 0;
  margin: 0; }


/*------------------Formulario option other Industrie and position--------------------------*/
/*.oth_ind{
	display: none;
}
.oth_pos{
	display: none;
}*/

/*----------  Foundation Custom Reset  ----------*/
.row {
  max-width: 74rem; }

.row .row {
  margin-left: 0;
  margin-right: 0; }

.dp_top_center {
  display: flex;
  justify-content: center; }

.dp_center_center {
  display: flex;
  justify-content: center;
  align-items: center; }

/*=====  End of Custom Reset  ======*/
/*=======================================
=            General Setting            =
=======================================*/
/*----------  Vars  ----------*/
/*----------  Mixins  ----------*/
/*----------  Paddings  ----------*/
section, .section-div {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.pad-und-lg {
  padding-top: 100px;
  padding-bottom: 100px; }

.pad-und-md {
  padding-top: 70px;
  padding-bottom: 70px; }

.pad-und-sm {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad-und-xs {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-none {
  padding: 0; }

@media screen and (max-width: 500px) {
  .pad-none-xs {
    padding: 0; } }

/*----------  Borders  ----------*/
.br-all {
  border: 0.5px solid #909090; }

.br-lf {
  border-left: 0.5px solid #909090; }

.br-rg {
  border-right: 0.5px solid #909090; }

.br-up {
  border-top: 0.5px solid #909090; }

@media screen and (max-width: 500px) {
  .br-up-xs {
    border-top: 0.5px solid #909090; } }

.br-do {
  border-bottom: 0.5px solid #909090; }

.display-none {
  display: none; }

body {
  background-size: cover;
  background-position: center;
  background-image: url("img/footer.jpg");
  overflow-x: hidden; }
  @media screen and (max-width: 500px) {
    body {
      overflow-y: scroll !important; } }

.p-rel {
  position: relative; }

.cl-gray {
  color: #909090 !important; }

.cl-white {
  color: white !important; }

.cl-trans {
  color: transparent !important; }

.button_link {
  border: 1px solid #909090;
  border-radius: 4px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  background: transparent;
  width: 110px;
  height: 24px; }
  .button_link:hover {
    background-color: white;
    color: black; }
  .button_link:focus {
    background-color: white;
    color: black; }

/***     ALERTAS          ***/
.alert-callout-subtle {
  width: 100%;
  background: #e6e6e6;
  color: #8a8a8a;
  border: 0;
  border-left: 0.3125rem solid #8a8a8a;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2); }

.alert-callout-subtle.success {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #3adb76; }

.alert-callout-subtle.alert {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #cc4b37; }

.alert-callout-subtle.warning {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #ffae00; }

.alert-callout-subtle.primary {
  background: #e6e6e6;
  color: #8a8a8a;
  border-left: 0.3125rem solid #1779ba; }

.alert-callout-subtle.small {
  font-size: 80%; }

.alert-callout-subtle.small .close-button {
  font-size: 1.5rem; }

.alert-callout-subtle.large {
  font-size: 150%; }

.alert-callout-subtle.large .close-button {
  font-size: 3rem; }

.alert-callout-subtle .close-button {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.alert-callout-subtle.radius {
  border-radius: 0.6rem; }

.modal_custom {
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */ }
  .modal_custom .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 8;
    /* Sit on top */
    padding-top: 204px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */ }
  .modal_custom .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; }
  .modal_custom #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px; }
  .modal_custom .modal-content, .modal_custom #caption {
    animation-name: zoom;
    animation-duration: 0.6s; }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
  .modal_custom .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; }
  .modal_custom .close:hover,
  .modal_custom .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }
  @media only screen and (max-width: 700px) {
    .modal_custom .modal-content {
      width: 100%; } }

/*=====  End of General Setting  ======*/
/*=====================================================
=            Global Styles h1, h2 , h3....            =
=====================================================*/
.hh-button {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #909090; }

.hh-menu {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #909090; }
  @media screen and (max-width: 500px) {
    .hh-menu {
      font-size: 20px; } }

.hh-menu-footer {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #909090; }
  @media screen and (max-width: 500px) {
    .hh-menu-footer {
      font-size: 12px; } }

.hh-p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909090; }
  @media screen and (max-width: 500px) {
    .hh-p {
      font-size: 12px; } }

.hh-h3 {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  text-align: left;
  color: #ffffff; }
  @media screen and (max-width: 500px) {
    .hh-h3 {
      font-size: 30px; } }

.hh-h1 {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 76px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: 0.8px;
  text-align: left;
  color: #ffffff; }
  @media screen and (max-width: 500px) {
    .hh-h1 {
      font-size: 50px; } }

/*=====  End of Global Styles h1, h2 , h3....  ======*/
/*==============================
=            HEADER            =
==============================*/
.header {
  height: 16vh;
  position: fixed;
  background-color: transparent;
  top: 0;
  z-index: 5;
  transition: all 300ms;
  display: flex; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .header {
      padding: 0 20px; } }
  .header .uppercase {
    text-transform: uppercase; }
  .header .row {
    display: flex;
    align-items: center;
    max-width: 74rem;
    width: 74rem; }
    .header .row .logo_header img {
      width: 58%; }
      @media screen and (max-width: 500px) {
        .header .row .logo_header img {
          width: 76%; } }
    .header .row .menu li {
      padding: 0 0 0 68px; }
      .header .row .menu li a {
        color: #909090;
        padding: .7rem 0;
        transition: all 300ms; }
        .header .row .menu li a:hover {
          color: white;
          transition: all 300ms; }
  @media screen and (max-width: 500px) {
    .header {
      height: 12vh;
      background-color: black; } }

/*----------  MOBILE MENU  ----------*/
.mobile_menu {
  position: fixed;
  top: -100vh;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: white;
  transition: all 300ms;
  padding-top: 14vh; }
  .mobile_menu li {
    margin: 14px 0; }
  .mobile_menu a {
    color: black; }
  .mobile_menu p {
    color: black; }
  .mobile_menu .header {
    background-color: white; }

.mobile_menu.is-active {
  transition: all 300ms;
  top: 0; }

/*=====  End of HEADER  ======*/
/*==============================
=            FOOTER            =
==============================*/
footer {
  padding-top: 40px;
  height: 48vh;
  background-size: cover;
  background-position: center;
  background-color: #020202; }
  @media screen and (max-width: 500px) {
    footer {
      height: 74vh; }
      footer .hh-p {
        text-align: center; }
      footer .menu {
        justify-content: center; } }
  footer .menu {
    display: flex; }
  footer form input[type=email] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #4c4c4c;
    width: 98%;
    border-radius: 0px;
    margin-left: 12px;
    color: #4c4c4c; }
    footer form input[type=email]:focus {
      box-shadow: none;
      background: transparent;
      border: none;
      border-bottom: 1px solid #4c4c4c;
      width: 98%;
      margin-left: 12px;
      color: #4c4c4c; }
  footer .copy {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 18px;
    background: black; }
    footer .copy p {
      text-align: center;
      color: #4c4c4c; }
  footer .redesita {
    width: 74%; }
    footer .redesita .contorno {
      transition: all; }
    footer .redesita .relleno {
      transition: all; }
    footer .redesita:hover .contorno {
      fill: white; }
    footer .redesita:hover .relleno {
      fill: black; }

/*=====  End of FOOTER  ======*/
/*===============================
=            CONTACT            =
===============================*/
#contacto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url("img/footer.jpg");
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1); }
  #contacto .row {
    display: flex;
    align-items: center;
    width: 66.5rem; }
    #contacto .row .logo_header img {
      width: 28%; }
      @media screen and (max-width: 500px) {
        #contacto .row .logo_header img {
          width: 76%; } }
    #contacto .row .menu li {
      padding: 0 0 0 68px; }
      #contacto .row .menu li a {
        color: white;
        padding: .7rem 0; }
  #contacto .contact-form {
    margin-top: 40px; }
  #contacto .header {
    background-color: transparent; }

#contacto.active {
  -webkit-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  -ms-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 800ms cubic-bezier(0.8, 0, 0.2, 1);
  left: 0;
  opacity: 1;
  z-index: 6; }

/*=====  End of CONTACT  ======*/
/*============================
=            HOME            =
============================*/
.slide-et-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 30px; }

.slider_banner {
  position: relative;
  width: 100%;
  height: 100vh; }
  .slider_banner .slide_cabecera_home {
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: transparent; }
    .slider_banner .slide_cabecera_home .pleca_black_transparent {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-blend-mode: multiply;
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
      background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
      background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)); }
    .slider_banner .slide_cabecera_home .objeto_mobible {
      position: absolute;
      height: auto;
      bottom: 0;
      z-index: 1;
      opacity: 0;
      transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .slider_banner .slide_cabecera_home .objeto_mobible.is-active {
      opacity: 1;
      bottom: 0;
      z-index: 2;
      transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .slider_banner .slide_cabecera_home .objeto_mobible.is-pro-active {
      opacity: 1;
      bottom: -50px;
      z-index: 2;
      transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .slider_banner .slide_cabecera_home #objeto_1 {
      width: 50%;
      left: 2vw;
      bottom: 12vh; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .slider_banner .slide_cabecera_home #objeto_1 {
          width: 50%;
          left: -12%; } }
      @media screen and (max-width: 500px) {
        .slider_banner .slide_cabecera_home #objeto_1 {
          width: 80%;
          left: 10vw;
          bottom: 28%; } }
    .slider_banner .slide_cabecera_home #objeto_2 {
      width: 48%;
      left: 2vw; }
      @media screen and (max-width: 500px) {
        .slider_banner .slide_cabecera_home #objeto_2 {
          width: 80%;
          left: 8vw; } }
    .slider_banner .slide_cabecera_home #objeto_3 {
      width: 18%;
      left: 18%; }
      @media screen and (max-width: 500px) {
        .slider_banner .slide_cabecera_home #objeto_3 {
          width: 24%;
          left: 40vw; } }
    .slider_banner .slide_cabecera_home #objeto_4 {
      width: 36%;
      left: 6%; }
    .slider_banner .slide_cabecera_home .texto {
      position: absolute;
      width: 20%;
      right: 20vw;
      opacity: 0;
      transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .slider_banner .slide_cabecera_home .texto {
          width: 38%;
          right: 6%; } }
      @media screen and (max-width: 500px) {
        .slider_banner .slide_cabecera_home .texto {
          width: 92%;
          left: 6vw;
          top: 18%;
          right: unset; } }
    .slider_banner .slide_cabecera_home .texto.is-active {
      position: absolute;
      width: 20%;
      right: 20vw;
      opacity: 1;
      transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media screen and (max-width: 500px) {
        .slider_banner .slide_cabecera_home .texto.is-active {
          width: 90%;
          left: 6vw;
          top: 18%;
          right: unset; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .slider_banner .slide_cabecera_home .texto.is-active {
          width: 38%;
          right: 6%; } }
  .slider_banner .slide_cabecera_home.is-active {
    opacity: 1;
    left: 0;
    z-index: 2;
    transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.controlesApp {
  width: 22%;
  right: 18vw;
  bottom: 18vh;
  z-index: 4;
  color: white;
  position: absolute; }
  @media screen and (max-width: 1024px) {
    .controlesApp {
      right: 16vw;
      width: 20%;
      top: 74vh; } }
  .controlesApp svg {
    cursor: pointer; }
    .controlesApp svg g {
      fill: white; }
  .controlesApp .counter {
    display: flex;
    justify-content: space-between;
    width: 74%; }
  .controlesApp .slide_change {
    display: flex;
    justify-content: space-between;
    width: 74%; }
  @media screen and (max-width: 40em) and (max-width: 63.9375em) {
    .controlesApp {
      right: 16vw;
      width: 20%;
      top: 74vh; } }
  @media screen and (max-width: 500px) {
    .controlesApp {
      width: 100%;
      left: 0;
      bottom: 14vh;
      z-index: 4;
      color: white;
      position: absolute;
      display: flex;
      justify-content: center;
      top: unset;
      align-items: center;
      flex-wrap: wrap; }
      .controlesApp svg g {
        fill: white; }
      .controlesApp .counter {
        width: 51%; }
      .controlesApp .slide_change {
        width: 51%; } }

/*----------  //banner  ----------*/
.bg_box {
  height: 50vh;
  overflow: hidden;
  position: relative; }
  .bg_box .pleca_black_transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-blend-mode: multiply;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)); }
    @media screen and (max-width: 500px) {
      .bg_box .pleca_black_transparent {
        border-top: .5px solid #383838; } }
  .bg_box .row {
    z-index: 2; }

.box_1 {
  background-size: cover;
  background-position: center;
  background-image: url("img/box1.jpg"); }
  .box_1 img {
    position: absolute;
    bottom: -12vw;
    width: 86%;
    left: 2vw; }
    @media screen and (max-width: 500px) {
      .box_1 img {
        bottom: -34vw;
        width: 100%;
        left: 4vw; } }

.box_2 {
  background-size: cover;
  background-position: center;
  background-image: url("img/box2.jpg"); }
  .box_2 img {
    position: absolute;
    bottom: -20.6vh;
    left: 10vw;
    width: 40%; }
    @media screen and (max-width: 500px) {
      .box_2 img {
        bottom: -22.6vh;
        left: 12vw;
        width: 60%; } }

.box_3 {
  background-size: cover;
  background-position: center;
  background-image: url("img/box3.jpg"); }
  .box_3 img {
    position: absolute;
    bottom: -26.6vh;
    left: 10vw;
    width: 34%; }
    @media screen and (max-width: 500px) {
      .box_3 img {
        bottom: -23.6vh;
        left: 10vw;
        width: 55%; } }

.box_4 {
  background-size: cover;
  background-position: center;
  background-image: url("img/box4.jpg"); }
  .box_4 img {
    position: absolute;
    bottom: -30vh;
    left: 0vw;
    width: 64%; }
    @media screen and (max-width: 500px) {
      .box_4 img {
        bottom: -24vh;
        left: 14vw;
        width: 60%; } }

/*=====  End of HOME  ======*/
/*===============================
=            PARTNER            =
===============================*/
.slider_banner_partner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url("img/fondo_partner.jpg"); }
  .slider_banner_partner .pleca_black_transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-blend-mode: multiply;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)); }
  .slider_banner_partner .hero {
    position: relative;
    width: 72%;
    height: 52%;
    background: white;
    bottom: -10%; }
    .slider_banner_partner .hero .box_partner {
      position: absolute;
      width: 50%;
      height: 100%; }
    .slider_banner_partner .hero .left {
      left: 0;
      padding: 0 8%; }
      .slider_banner_partner .hero .left .info {
        margin-top: 10%; }
    .slider_banner_partner .hero .right {
      right: 0;
      padding: 0 8%; }
      .slider_banner_partner .hero .right .info {
        margin-top: 10%; }
    @media screen and (max-width: 500px) {
      .slider_banner_partner .hero {
        width: 90%;
        height: 72%;
        bottom: -6%; }
        .slider_banner_partner .hero .pluma {
          margin-top: -26px;
          width: 80%; }
        .slider_banner_partner .hero .box_partner {
          width: 100%;
          height: 50%; }
          .slider_banner_partner .hero .box_partner .info h3, .slider_banner_partner .hero .box_partner .info p {
            text-align: center !important; }
        .slider_banner_partner .hero .left {
          padding-left: 6%;
          padding-right: 6%; }
        .slider_banner_partner .hero .right {
          padding-right: 6%;
          padding-left: 6%;
          top: 50%; } }
  @media screen and (max-width: 500px) {
    .slider_banner_partner {
      height: 94vh; } }

.contact-form {
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-image: url("img/footer.jpg");
  position: relative; }
  .contact-form .formulario {
    position: absolute;
    width: 28%;
    height: 68%; }
    @media screen and (max-width: 500px) {
      .contact-form .formulario {
        width: 72%; } }
    .contact-form .formulario form input[type=text], .contact-form .formulario form input[type=email], .contact-form .formulario form input[type=number] {
      background: transparent;
      border: none;
      border-bottom: 1px solid #909090;
      width: 100%;
      color: #909090; }
      .contact-form .formulario form input[type=text]:focus, .contact-form .formulario form input[type=email]:focus, .contact-form .formulario form input[type=number]:focus {
        box-shadow: none; }
    .contact-form .formulario form input[type=number]::-webkit-inner-spin-button,
    .contact-form .formulario form input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .contact-form .formulario form input[type=number] {
      -moz-appearance: textfield; }
    .contact-form .formulario form select {
      height: 2.4375rem;
      padding: .5rem;
      margin: 0 0 1rem;
      color: #909090;
      background-color: transparent;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #909090;
      -webkit-appearance: none;
      -moz-appearance: none;
      outline: none; }
    .contact-form .formulario form textarea {
      background: transparent;
      border: 1px solid #909090;
      width: 100%;
      color: #909090; }
      .contact-form .formulario form textarea:focus {
        box-shadow: none; }

/*=====  End of PARTNER  ======*/
/*=============================
=            ABOUT            =
=============================*/
.slider_banner_about {
  position: relative;
  width: 100%;
  top: 16vh;
  height: 84vh;
  margin-bottom: 16vh;
  background-size: cover;
  background-position: center;
  background-image: url("img/about_fondo.jpg"); }
  .slider_banner_about .hero {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent; }
    .slider_banner_about .hero .box_partner {
      position: absolute; }
      @media screen and (max-width: 500px) {
        .slider_banner_about .hero .box_partner .info h3, .slider_banner_about .hero .box_partner .info p {
          text-align: center !important; } }
    .slider_banner_about .hero .left {
      width: 50%;
      height: 100%;
      left: 0;
      background-blend-mode: multiply;
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
      background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
      background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
      padding: 0 10%; }
      .slider_banner_about .hero .left .info {
        margin-top: 40%; }
      @media screen and (max-width: 500px) {
        .slider_banner_about .hero .left {
          padding-left: 8%;
          padding-right: 8%;
          width: 100%;
          height: 64%;
          align-items: unset; }
          .slider_banner_about .hero .left .info {
            margin-top: 10%; } }
    .slider_banner_about .hero .right {
      width: 40%;
      height: 90%;
      background-color: white;
      right: 10%;
      bottom: 0;
      padding: 0 5%; }
      .slider_banner_about .hero .right .info {
        margin-top: 30%; }
      @media screen and (max-width: 500px) {
        .slider_banner_about .hero .right {
          width: 92%;
          height: 42%;
          background-color: white;
          right: 4%;
          bottom: 22%;
          padding-right: 0;
          padding-left: 0;
          padding-bottom: 0; }
          .slider_banner_about .hero .right .info {
            margin-top: 10%;
            padding: 0 5%; } }

.info_guys {
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-image: url("img/footer.jpg");
  position: relative; }
  @media screen and (max-width: 500px) {
    .info_guys {
      height: 100vh; } }
  .info_guys .box_partner {
    position: absolute;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 500px) {
      .info_guys .box_partner {
        width: 100%;
        height: 50%; }
        .info_guys .box_partner .info h3, .info_guys .box_partner .info p {
          text-align: center !important; } }
  .info_guys .box_partner.left {
    left: 0;
    padding: 0 10%; }
    .info_guys .box_partner.left .info {
      margin-top: 30%; }
    @media screen and (max-width: 500px) {
      .info_guys .box_partner.left {
        padding-left: 15%;
        padding-right: 15%; } }
  .info_guys .box_partner.right {
    right: 0;
    padding: 0 15% 0 5%; }
    .info_guys .box_partner.right .info {
      margin-top: 30%; }
    @media screen and (max-width: 500px) {
      .info_guys .box_partner.right {
        top: 54%;
        padding-left: 15%;
        padding-right: 15%; } }
  .info_guys .profile {
    position: absolute;
    width: 225px;
    height: 225px;
    background-color: #1a1a1a;
    border: solid 0.5px #424141;
    border-radius: 50%; }
    @media screen and (max-width: 1440px) {
      .info_guys .profile {
        width: 175px;
        height: 175px; } }
    @media screen and (max-width: 500px) {
      .info_guys .profile {
        width: 135px;
        height: 135px; } }
  .info_guys .profile_1 {
    top: -12%; }
    .info_guys .profile_1 img {
      position: relative;
      bottom: 82px;
      left: 9px;
      width: 82%; }
      @media screen and (max-width: 1440px) {
        .info_guys .profile_1 img {
          bottom: 63px; } }
    @media screen and (max-width: 500px) {
      .info_guys .profile_1 {
        top: -16%; }
        .info_guys .profile_1 img {
          bottom: 34px;
          width: 76%; } }
  .info_guys .profile_2 {
    top: -12%; }
    .info_guys .profile_2 img {
      position: relative;
      bottom: 76px;
      width: 87%;
      left: 3px; }
      @media screen and (max-width: 1440px) {
        .info_guys .profile_2 img {
          bottom: 58px; } }
    @media screen and (max-width: 500px) {
      .info_guys .profile_2 {
        top: -16%; }
        .info_guys .profile_2 img {
          bottom: 24px;
          width: 78%;
          left: 3px; } }

/*=====  End of ABOUT  ======*/
/*===============================
=            CATALOG            =
===============================*/
.our_products_update *, .our_products_update *:after, .our_products_update *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.our_products_update .clearfix:before, .our_products_update .clearfix:after {
  content: " ";
  display: table; }
.our_products_update .clearfix:after {
  clear: both; }
.our_products_update a {
  color: #aaa;
  text-decoration: none; }
.our_products_update a:hover, .our_products_update a:active {
  color: #333; }
.our_products_update h2 {
  color: #4E88AE;
  font-weight: 400;
  text-align: center; }
.our_products_update img {
  border: 0;
  display: block;
  width: 100%; }
.our_products_update .entry {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: -10px 10px 10px -10px rgba(0, 0, 0, 0.35), -10px 10px 0 -3px rgba(0, 0, 0, 0.2);
  margin: 10px auto 20px;
  max-width: 800px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  text-align: center; }
.our_products_update .entry > p {
  padding: 20px 0 10px; }
.our_products_update .entry > .grid {
  margin: 20px auto 0px; }
.our_products_update .entry > .grid > .item {
  width: 50%; }
.our_products_update .grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 1; }
.our_products_update .grid .item {
  display: block;
  float: left;
  padding: 6px;
  width: 33%;
  opacity: 1; }
  .our_products_update .grid .item .contenido {
    position: relative;
    width: 100%;
    height: 38px;
    background-color: black;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between; }
    .our_products_update .grid .item .contenido p {
      margin: 0; }
    @media screen and (max-width: 500px) {
      .our_products_update .grid .item .contenido {
        flex-wrap: wrap; }
        .our_products_update .grid .item .contenido p {
          width: 100%; }
          .our_products_update .grid .item .contenido p:nth-child(2) {
            margin-top: -12px; } }
.our_products_update .grid .item a, .our_products_update .grid .item img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%; }
.our_products_update .grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@media screen and (max-width: 900px) {
  .our_products_update .grid .item {
    width: 49%; }
  .our_products_update .entry {
    box-shadow: none; }
  .our_products_update .entry > .grid > .item {
    width: 50%; } }
@media screen and (max-width: 400px) {
  .our_products_update .grid .item {
    width: 100%; }
  .our_products_update .entry {
    padding: 20px 0; }
  .our_products_update .entry > p {
    padding: 10px; }
  .our_products_update .entry > .grid > .item {
    width: 100%; } }

.catalog_search {
  margin-top: 18vh;
  height: 60vh;
  background: rgba(248, 80, 50, 0);
  background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#000000', GradientType=0 ); }

.catalogo {
  background: black; }

.image_product {
  background-size: cover;
  background-position: center;
  height: 30vh; }

.grid .small-4:nth-child(1) {
  display: none; }

.grid-sizer {
  width: 33.333%; }
  @media screen and (max-width: 500px) {
    .grid-sizer {
      width: 50%; } }

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .grid-item img {
    width: 94%; }

.grid-item--width2 {
  width: 100px; }

/*=====  End of CATALOG  ======*/
/*===================================
=            SEARCH FORM            =
===================================*/
#searchform {
  background-color: trasparent; }

#searchform .sf-border {
  border: solid 0.5px #909090;
  overflow: hidden;
  border-radius: 4px; }

@media screen and (max-width: 768px) {
  #searchform .sf-border {
    border-radius: 3px;
    padding: 10px;
    border: 0;
    box-sizing: border-box; } }
#searchform .sf-border .columns {
  border-left: 1px solid #909090;
  padding: 0 !important; }

@media screen and (max-width: 768px) {
  #searchform .sf-border .columns {
    border: none; } }
#searchform .sf-border .columns:last-of-type {
  border: none; }

#searchform input, #searchform select, #searchform button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0 22px;
  background: transparent;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-size: 10pt;
  color: #909090; }

#searchform select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" data-prefix="fal" data-icon="angle-down" role="img" viewBox="0 0 256 512" class=""><path d="M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z" class=""/></svg>');
  background-size: 9px 6px;
  background-position: right .5rem center;
  background-repeat: no-repeat; }

@media screen and (max-width: 768px) {
  #searchform input, #searchform select, #searchform button {
    border: 1px solid #909090;
    margin-bottom: 6px; } }
#searchform button {
  text-align: left;
  color: #909090;
  position: relative; }

#searchform button span.circle-black i {
  text-align: center;
  margin: 18px; }

@media screen and (max-width: 768px) {
  #searchform button span.circle-black {
    background-image: none; } }
@media screen and (max-width: 768px) {
  #searchform {
    padding: 40px .8rem; } }
.productos .column:last-child:not(:first-child), .productos .columns:last-child:not(:first-child) {
  float: left; }

/*=====  End of SEARCH FORM  ======*/
/*=============================================
=            Resgister and login page            =
=============================================*/
#register-page {
  margin-top: 80px; }
  #register-page form input[type=text], #register-page form input[type=email], #register-page form input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #909090;
    width: 100%;
    color: #909090; }
    #register-page form input[type=text]:focus, #register-page form input[type=email]:focus, #register-page form input[type=password]:focus {
      box-shadow: none; }
  #register-page form input[type=number]::-webkit-inner-spin-button,
  #register-page form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #register-page form input[type=number] {
    -moz-appearance: textfield; }
  #register-page form select {
    height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    color: #909090;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #909090;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none; }
  #register-page form textarea {
    background: transparent;
    border: 1px solid #909090;
    width: 100%;
    color: #909090; }
    #register-page form textarea:focus {
      box-shadow: none; }
  #register-page form label {
    display: none; }
  #register-page form input[type=submit] {
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    font-weight: bold;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    padding: 5px 22px;
    background: transparent;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #909090; }

#login-page {
  margin-top: 80px; }
  #login-page form input[type=text], #login-page form input[type=email], #login-page form input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #909090;
    width: 100%;
    color: #909090; }
    #login-page form input[type=text]:focus, #login-page form input[type=email]:focus, #login-page form input[type=password]:focus {
      box-shadow: none; }
  #login-page form input[type=number]::-webkit-inner-spin-button,
  #login-page form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #login-page form input[type=number] {
    -moz-appearance: textfield; }
  #login-page form select {
    height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    color: #909090;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #909090;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none; }
  #login-page form textarea {
    background: transparent;
    border: 1px solid #909090;
    width: 100%;
    color: #909090; }
    #login-page form textarea:focus {
      box-shadow: none; }
  #login-page form label:nth-child(1) {
    display: none; }
  #login-page form input[type=submit] {
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    font-weight: bold;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    padding: 5px 22px;
    background: transparent;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #909090; }

#membresia {
  margin-top: 60px; }
  #membresia form input[type=text], #membresia form input[type=email], #membresia form input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #909090;
    width: 100%;
    color: #909090; }
    #membresia form input[type=text]:focus, #membresia form input[type=email]:focus, #membresia form input[type=password]:focus {
      box-shadow: none; }
  #membresia form input[type=number]::-webkit-inner-spin-button,
  #membresia form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #membresia form input[type=number] {
    -moz-appearance: textfield; }
  #membresia form select {
    height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    color: #909090;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #909090;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none; }
  #membresia form textarea {
    background: transparent;
    border: 1px solid #909090;
    width: 100%;
    height: 100px;
    color: #909090; }
    #membresia form textarea:focus {
      box-shadow: none; }
  #membresia form label {
    color: white; }
  #membresia form input[type=submit] {
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    font-weight: bold;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    padding: 5px 22px;
    background: transparent;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #909090; }

/*=====  End of Resgister and login page  ======*/

/*# sourceMappingURL=style.css.map */
