@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap);b, a, span {
  font-family: inherit;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: initial;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

b {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.p2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: initial;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}

h1 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 2.125em;
  color: initial;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.5;
}

h3 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1em;
  color: initial;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h4 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 0.625em;
  color: initial;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.7em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.5;
  }

  p {
    font-family: "Roboto", sans-serif;
    font-size: 0.8125em;
    color: #000;
    margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
  }
}
.botonprueba {
  width: 250px;
  padding: 15px 30px;
  color: initial;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid initial;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.botonprueba:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fce100;
  transition: all ease 0.5s;
  z-index: -1;
}
.botonprueba:hover {
  color: #000;
}
.botonprueba:hover:before {
  width: 100%;
}

.btn1 {
  width: 250px;
  padding: 15px 30px;
  color: initial;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border: 2px solid initial;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 0.625em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.btn1:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transition: all ease 0.5s;
  z-index: -1;
}
.btn1:hover {
  color: #ffffff;
}
.btn1:hover:before {
  width: 100%;
}

h2 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.5625em;
  color: initial;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@-webkit-keyframes loaderanim {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes loaderanim {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.anim-wave svg {
  width: 90px;
  height: 40px;
}
.anim-wave path {
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 150;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 150;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.pagination {
  width: 100%;
  display: flex;
}
.pagination ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  list-style: none;
}
.pagination ul li {
  order: 4;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
}
.pagination ul li form button {
  border: none;
  box-shadow: none;
  outline: none;
}
.pagination ul li a, .pagination ul li button {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  color: black;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: normal;
  cursor: pointer;
}
.pagination ul li.first {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  order: 1;
  width: 62px;
}
.pagination ul li.first a:before, .pagination ul li.first button:before {
  display: none;
}
.pagination ul li.last {
  order: 9;
  width: 62px;
}
.pagination ul li.last a:before, .pagination ul li.last button:before {
  display: none;
}
.pagination ul li.active {
  border-color: #67DAD5;
  border-radius: 50%;
}
.pagination ul li.active a, .pagination ul li.active button {
  color: #000;
}
.pagination ul li.active a:before, .pagination ul li.active button:before {
  background-color: #CACACA;
}
.pagination ul li a, .pagination ul li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #7b7b7b;
  font-weight: bold;
  background: none;
  border: none;
}
.pagination ul li a:before, .pagination ul li button:before {
  width: 15px;
  border-radius: 50%;
  height: 15px;
  background-color: #CACACA;
  margin-bottom: 5px;
  position: relative;
}

/*********DETECTAR SI USAN IE11************/
.iealert.cerrado {
  display: none;
}
.iealert .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  margin: auto;
  width: 20vw;
  height: 220px;
  background-color: #fce100;
  background-image: url("../img/icons/raya.png"), url("../img/ie/logo.png");
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
  background-position: center;
  border-radius: 30px 30px 150px 30px;
  padding: 100px;
}
@media screen and (max-width: 1600px) {
  .iealert .modal {
    width: 30vw;
  }
}
@media screen and (max-width: 1200px) {
  .iealert .modal {
    width: 40vw;
  }
}
@media screen and (max-width: 850px) {
  .iealert .modal {
    height: 300px;
  }
}
.iealert .modal .close {
  width: 25px;
  position: absolute;
  right: 50px;
  top: -20px;
  cursor: pointer;
}
.iealert .modal h2 {
  margin-bottom: 25px;
}
.iealert .modal .lista-navegadores {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iealert .modal .lista-navegadores .navegador {
  text-align: center;
  margin: 0 25px;
}
.iealert .modal .lista-navegadores .navegador img {
  width: 65px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .iealert .modal .lista-navegadores .navegador img {
    width: 50px;
  }
}
.iealert .modal .lista-navegadores .navegador a {
  text-decoration: none;
  color: #000;
  position: relative;
}
.iealert .modal .lista-navegadores .navegador a:after {
  position: absolute;
  top: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  border-radius: 50%;
  box-shadow: 5px 5px 12px -3px;
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .iealert .modal .lista-navegadores .navegador a:after {
    top: -47px;
    left: -1px;
    width: 50px;
    height: 50px;
  }
}
.iealert .ie-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

body {
  margin: 95px 0 0 0;
}
@media screen and (max-width: 1200px) {
  body {
    margin: 107px 0 0 0;
  }
}

nav {
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  padding: 20px 0;
}
nav .cont {
  display: flex;
  padding: 0 5.5555555556%;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  nav .cont {
    flex-wrap: nowrap;
  }
}
nav .cont .left {
  width: 5.5555555556%;
}
@media screen and (max-width: 1200px) {
  nav .cont .left {
    width: 50px;
    margin-right: 10px;
  }
}
nav .cont .left svg {
  width: 40px;
}
@media screen and (max-width: 1200px) {
  nav .cont .left svg {
    width: 50px;
  }
}
nav .cont .menu {
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 72.2222222222%;
  list-style: none;
}
@media screen and (max-width: 850px) {
  nav .cont .menu {
    display: none;
  }
}
nav .cont .menu a {
  text-decoration: none;
  color: #ffffff;
}
nav .cont .menu a:nth-of-type(1) li {
  display: flex;
  align-items: center;
}
nav .cont .menu a:nth-of-type(1) li .arrow {
  width: 15px;
  margin-left: 15px;
}
nav .cont .menu a:nth-of-type(1):hover path {
  fill: #fce100;
  transition: all 0.5s ease;
}
nav .cont .menu a:nth-child(2) {
  position: relative;
}
nav .cont .menu a:nth-child(2):after {
  content: "";
  display: block;
  background-color: #222;
  position: absolute;
  right: 0;
  top: -20px;
  width: 1px;
  height: 83px;
}
nav .cont .menu a:nth-child(2):before {
  content: "";
  display: block;
  background-color: #222;
  position: absolute;
  left: 0;
  top: -20px;
  width: 1px;
  height: 83px;
}
nav .cont .menu > a {
  margin-right: 30px;
  padding: 15px 30px;
  transition: all 0.5s ease;
}
nav .cont .menu > a:hover p {
  transition: all 0.5s ease;
  color: #fce100;
}
@media screen and (max-width: 1000px) {
  nav .cont .menu > a {
    padding: 15px 10px;
  }
}
nav .cont .menu > a p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
nav .cont .right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  nav .cont .right {
    display: none;
  }
}
nav .cont .right .buscar {
  border-right: solid 1px #CACACA;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
nav .cont .right .buscar .lupa {
  cursor: pointer;
}
nav .cont .right .buscar .searchbar-cont {
  width: 100vw;
  height: 100vh;
  background-color: #0000009e;
  opacity: 0;
  transition: opacity ease 5s;
  display: none;
}
nav .cont .right .buscar .searchbar-cont.activo {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
nav .cont .right .buscar .searchbar-cont .remove-form {
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
nav .cont .right .buscar .searchbar-cont form.searchbar {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
nav .cont .right .buscar .searchbar-cont form.searchbar .lupanegro {
  position: absolute;
  top: 40px;
  left: 50px;
}
nav .cont .right .buscar .searchbar-cont form.searchbar input {
  background-color: #ffffff;
  border: none;
  color: #000;
  width: 100%;
  height: 95px;
  box-sizing: border-box;
  padding: 15px 15px 15px 100px;
  font-size: 20px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
nav .cont .right .buscar ::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
nav .cont .right .buscar ::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
nav .cont .right .buscar :-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
nav .cont .right .buscar ::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
nav .cont .right .buscar ::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
nav .cont .right .buscar p {
  margin-right: 25px;
}
nav .cont .right .buscar .lupa {
  width: 18px;
  height: 15px;
  margin-right: 25px;
  transition: all 0.5s ease;
}
nav .cont .right .buscar .lupa:hover .lupasvg {
  transition: all 0.5s ease;
  fill: #fce100;
}
nav .cont .right .redes {
  display: flex;
}
nav .cont .right .redes .red {
  width: 30px;
  margin: 0 5px;
}
nav .cont .right .redes .red path {
  transition: all 0.2s ease;
}
nav .cont .right .redes .red:hover path {
  fill: #fce100;
}
nav .cont .burguer {
  display: none;
}
@media screen and (max-width: 850px) {
  nav .cont .burguer {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    bottom: 10px;
    padding: 12px;
    border: solid 2px white;
    border-radius: 6px;
    cursor: pointer;
  }
}
nav .cont .burguer .barra {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
nav .cont .burguer.activo {
  border: none;
  background-image: url("../img/home/x.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
nav .cont .burguer.activo .barra {
  display: none;
}

.hiddenmenu {
  display: none;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 87px;
  background-color: #000;
  z-index: 10;
  width: 100vw;
}
.hiddenmenu .buscar {
  border-right: solid 1px #CACACA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiddenmenu .buscar > div {
  display: flex;
  align-items: center;
}
.hiddenmenu .buscar form {
  margin: 0;
}
.hiddenmenu .buscar input {
  background-color: #000;
  border: none;
  color: #ffffff;
  padding: 30px 0;
}
.hiddenmenu .buscar ::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.hiddenmenu .buscar ::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.hiddenmenu .buscar :-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.hiddenmenu .buscar ::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.hiddenmenu .buscar ::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.hiddenmenu .buscar p {
  margin-right: 25px;
}
.hiddenmenu .buscar img {
  width: 14px;
  height: 15px;
  margin-right: 25px;
}
.hiddenmenu ul {
  padding: 0;
  text-align: center;
}
.hiddenmenu ul a {
  text-decoration: none;
}
.hiddenmenu ul li {
  padding: 30px 0;
  border-bottom: solid 2px #242424;
}
.hiddenmenu p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.hiddenmenu.activo {
  display: block;
}
.hiddenmenu .bottom .redes {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.hiddenmenu .bottom .redes .red {
  width: 30px;
  margin: 0 15px;
}
.hiddenmenu .bottom .redes .red:hover path {
  fill: #fce100;
}
.hiddenmenu .bottom .terminos {
  text-align: center;
  padding: 0 11.1111111111%;
}
.hiddenmenu .bottom .terminos a {
  text-decoration: none;
}
.hiddenmenu .bottom .terminos p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #515151;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.slider-progress {
  height: 200px;
  width: 3px;
  background: #4d4c4c;
  position: absolute;
  right: 5%;
  z-index: 1;
  top: 30%;
}
@media screen and (max-width: 850px) {
  .slider-progress {
    top: 20%;
  }
}

.slider-progress .progress {
  height: 0;
  width: 3px;
  background: #ffffff;
}

.home-slider {
  position: relative;
}
.home-slider h1 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 2.125em;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.5;
  max-width: 650px;
}
.home-slider .slider .slide {
  position: relative;
}
.home-slider .slider .slide .textolateral {
  position: absolute;
  left: 5%;
  top: 30%;
}
@media screen and (max-width: 850px) {
  .home-slider .slider .slide .textolateral {
    display: none;
  }
}
.home-slider .slider .slide .numero {
  position: absolute;
  right: 4.555%;
  top: 55%;
}
.home-slider .slider .slide .numero p {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .home-slider .slider .slide {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .home-slider .slider .slide .flecha {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-slider .slider .slide .slide-container {
  padding: 0 22.2222222222%;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home-slider .slider .slide .slide-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .home-slider .slider .slide .slide-container .right {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
.home-slider .slider .slide .slide-container .right button {
  margin-top: 50px;
  width: 250px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  background-color: initial;
  border: 2px solid #ffffff;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.home-slider .slider .slide .slide-container .right button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fce100;
  transition: all ease 0.5s;
  z-index: -1;
}
.home-slider .slider .slide .slide-container .right button:hover {
  color: #000;
}
.home-slider .slider .slide .slide-container .right button:hover:before {
  width: 100%;
}
.home-slider .slider .slide .slide-container h1 {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .home-slider .slider .slide .slide-container h1 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.7em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.5;
  }
}
.home-slider .slider .slide .slide-container p {
  font-family: "Roboto", sans-serif;
  font-size: 1.03125em;
  color: #CACACA;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 25px 0;
}
.home-slider .slider .slide .slide-container .wave svg {
  width: 80px;
}
.home-slider .slider .slide .slide-container .logo {
  width: 150px;
  margin-top: 100px;
}

.home-grid {
  margin: 50px 5.5555555556%;
}
@media screen and (max-width: 580px) {
  .home-grid {
    margin: 50px 5.5555555556% 0 5.5555555556%;
  }
}
.home-grid h1 {
  margin-bottom: 30px;
}
.home-grid > div {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .home-grid > div {
    flex-direction: column;
  }
}
.home-grid > div .left-product {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  width: 22.2222222222%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 400px;
  background-image: url("../img/home/producto.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.home-grid > div .left-product:before {
  content: "";
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.6;
}
.home-grid > div .left-product button {
  width: 250px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  background-color: initial;
  border: 2px solid #ffffff;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.home-grid > div .left-product button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fce100;
  transition: all ease 0.5s;
  z-index: -1;
}
.home-grid > div .left-product button:hover {
  color: #000;
}
.home-grid > div .left-product button:hover:before {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .home-grid > div .left-product {
    width: 100%;
    margin-bottom: 40px;
    position: initial;
    top: 0;
    background-size: cover;
  }
}
.home-grid > div .products {
  display: grid;
  grid-gap: 50px 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 72.2222222222%;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .home-grid > div .products {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .home-grid > div .products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .home-grid > div .products {
    grid-template-columns: 1fr;
  }
}
.home-grid > div .products a {
  text-decoration: none;
}
.home-grid > div .products .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
}
.home-grid > div .products .item.discontinued:hover::after {
  content: "DESCONTINUADO";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: 500;
  background-color: #fce100;
  height: 30px;
}
.home-grid > div .products .item:before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background-color: #fce100;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.home-grid > div .products .item .image {
  width: 200px;
  height: 126px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}
.home-grid > div .products .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.home-grid > div .products .item:hover {
  box-shadow: 0 5px 10px -5px #929292;
}
.home-grid > div .products .item:hover .bottom .more {
  opacity: 1;
}
.home-grid > div .products .item:hover:before {
  width: 100%;
}
.home-grid > div .products .item .bottom {
  margin: 20px 0;
}
.home-grid > div .products .item .bottom p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: initial;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.home-grid > div .products .item .bottom .more {
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  color: #CACACA;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 700;
}

.home-us {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
  position: relative;
  overflow: hidden;
  background-image: url("../img/home/greca.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .home-us {
    background-position: 250px;
    background-size: cover;
  }
}
@media screen and (max-width: 580px) {
  .home-us {
    margin-bottom: 0;
  }
}
.home-us .yellow {
  display: none;
}
@media screen and (max-width: 850px) {
  .home-us .yellow {
    display: block;
    position: absolute;
    bottom: 0;
    right: -400px;
  }
}
@media screen and (max-width: 850px) {
  .home-us .yellow {
    right: -350px;
  }
}
@media screen and (max-width: 400px) {
  .home-us .yellow {
    right: -300px;
  }
}
.home-us .logo {
  display: none;
}
@media screen and (max-width: 850px) {
  .home-us .logo {
    display: block;
    position: absolute;
    width: 20px;
    top: 50%;
    right: 5.5555555556%;
    z-index: 1;
  }
}
.home-us .nosotros {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 850px) {
  .home-us .nosotros {
    display: none;
  }
}
.home-us .cont {
  width: 83.3333333333%;
  margin: 250px 0 200px auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .home-us .cont {
    margin: 250px auto 200px auto;
  }
}
.home-us .cont .flecha {
  position: absolute;
  top: -5%;
  pointer-events: none;
  left: -60px;
}
@media screen and (max-width: 850px) {
  .home-us .cont .flecha {
    display: none;
  }
}
.home-us .cont .fluye {
  position: absolute;
  bottom: -50%;
  right: 50%;
}
.home-us h1 {
  text-transform: initial;
  max-width: 630px;
  margin-bottom: 25px;
}
.home-us h1 span {
  background: #000;
  color: #fce100;
  padding: 0 5px;
}
@media screen and (max-width: 580px) {
  .home-us h1 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.275em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.5;
    text-transform: initial;
    letter-spacing: 4px;
    max-width: 300px;
  }
}
.home-us button {
  width: 250px;
  padding: 15px 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  background-color: initial;
  border: 2px solid #000;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.home-us button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fce100;
  transition: all ease 0.5s;
  z-index: -1;
}
.home-us button:hover {
  color: #000;
}
.home-us button:hover:before {
  width: 100%;
}
@media screen and (max-width: 580px) {
  .home-us button {
    margin-top: 50px;
  }
}
.home-us .nada {
  display: none;
}
@media screen and (max-width: 850px) {
  .home-us .nada {
    display: block;
    margin-top: 75px;
  }
}

/****************** SEARCH *********************/
.grid-header {
  width: 72.2222222222%;
  margin: 0 auto 0 auto;
  padding-top: 100px;
}

/************** CATEGORIES *********************/
.categories-header {
  height: 100vh;
  background-image: url("../img/categories/categoria-header.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.categories-header .flecha {
  position: absolute;
  top: 0;
  right: 400px;
}
@media screen and (max-width: 1200px) {
  .categories-header .flecha {
    right: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .categories-header .flecha {
    width: 40%;
  }
}
@media screen and (max-width: 850px) {
  .categories-header .flecha {
    right: 100px;
  }
}
.categories-header .textolateral {
  position: absolute;
  top: 30%;
  left: 50px;
}
@media screen and (max-width: 1200px) {
  .categories-header .textolateral {
    display: none;
  }
}
.categories-header .yellow {
  display: none;
}
@media screen and (max-width: 850px) {
  .categories-header .yellow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  .categories-header {
    align-items: flex-start;
  }
}
.categories-header.busqueda {
  background-image: url("../img/categorias/header2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.categories-header > div {
  width: 50%;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .categories-header > div {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 850px) {
  .categories-header > div {
    margin: 0;
  }
}
.categories-header > div h1 {
  margin-bottom: 200px;
}
@media screen and (max-width: 850px) {
  .categories-header > div h1 {
    margin-top: 60px;
  }
}
.categories-header h1, .categories-header h2 {
  color: #ffffff;
}
.categories-header h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .categories-header h2 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.09375em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
}
.categories-header .filter {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .categories-header .filter {
    flex-direction: column;
  }
}
.categories-header .filter .filter-title {
  padding: 30px;
  position: relative;
  width: 33%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-header .filter .filter-title.activo {
  background-image: url("../img/categorias/check.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 86% center;
}
.categories-header .filter .filter-title img {
  margin-left: 15px;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .categories-header .filter .filter-title {
    width: 100%;
    box-sizing: border-box;
  }
}
.categories-header .filter .filter-title h3 {
  color: #CACACA;
}
.categories-header .filter .filter-title.activo {
  background-color: #000;
}
.categories-header .filter .filter-title.activo h3 {
  color: #ffffff;
}
.categories-header .filter .filter-products {
  position: absolute;
  top: 80px;
  width: 33.3333%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .categories-header .filter .filter-products {
    z-index: 1;
    width: 100%;
  }
}
.categories-header .filter .filter-products.one {
  left: 0;
}
.categories-header .filter .filter-products.two {
  left: 33%;
}
@media screen and (max-width: 1200px) {
  .categories-header .filter .filter-products.two {
    left: 0;
    top: 160px;
  }
}
.categories-header .filter .filter-products.two.activo .inputs-sub {
  display: flex !important;
}
.categories-header .filter .filter-products.three {
  right: 0;
}
@media screen and (max-width: 1200px) {
  .categories-header .filter .filter-products.three {
    left: 0;
    top: 320px;
  }
}
.categories-header .filter .filter-products.three.activo .inputs-sub {
  display: flex !important;
}
.categories-header .filter .filter-products.activo {
  display: block;
}
.categories-header .filter .filter-products form > label {
  display: flex;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  background-color: #ffffff;
}
.categories-header .filter .filter-products form > label h3 {
  margin-left: 30px !important;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 0.8em;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 4px;
}
.categories-header .filter .filter-products form label:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.categories-header .wave {
  width: 80px;
}

.inputs-sub {
  display: none !important;
}
.inputs-sub.mostrar {
  display: flex !important;
}

.categories-grid {
  background-image: url("../img/home/greca.png");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  margin: -100px auto 0 auto;
}
@media screen and (max-width: 1200px) {
  .categories-grid {
    background-position: initial;
  }
}
.categories-grid ul {
  width: 55.5555555556%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .categories-grid ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 850px) {
  .categories-grid ul {
    grid-template-columns: 1fr;
  }
}
.categories-grid ul h4 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 0.875em;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
.categories-grid ul li {
  margin-bottom: 50px;
}
.categories-grid ul li img {
  border-radius: 20px 20px 140px 20px;
  width: 320px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-grid ul li a, .categories-grid ul li button {
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

.grid-products {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  margin-bottom: 100px;
  background-image: url("../img/home/greca.png");
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 850px) {
  .grid-products {
    background-position: 50px 0;
  }
}
.grid-products .items {
  display: grid;
  grid-gap: 50px 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 72.2222222222%;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .grid-products .items {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .grid-products .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .grid-products .items {
    grid-template-columns: 1fr;
  }
}
.grid-products .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
  text-decoration: none;
}
.grid-products .items .item.discontinued:hover::after {
  content: "DESCONTINUADO";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: 500;
  background-color: #fce100;
  height: 30px;
}
.grid-products .items .item:before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background-color: #fce100;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.grid-products .items .item .image {
  width: 200px;
  height: 126px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}
.grid-products .items .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.grid-products .items .item:hover {
  box-shadow: 0 5px 20px -5px #929292;
}
.grid-products .items .item:hover .bottom .more {
  opacity: 1;
}
.grid-products .items .item:hover:before {
  width: 100%;
}
.grid-products .items .item .bottom {
  margin: 20px 0;
}
.grid-products .items .item .bottom p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: initial;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.grid-products .items .item .bottom .more {
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  color: #CACACA;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 700;
}

.calidad {
  margin: 100px 0;
}
@media screen and (max-width: 850px) {
  .calidad {
    width: 90%;
  }
}

/************** SINGLE PRODUCT *****************/
.single-product {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .single-product {
    flex-direction: column;
  }
}
.single-product .image {
  width: 44.4444444444%;
  padding-left: 5.5555555556%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single-product .image {
    align-self: center;
    width: 88.8888888889%;
    padding-left: 0;
  }
}
.single-product .image .breadcrumb {
  display: flex;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}
.single-product .image .breadcrumb p {
  text-transform: lowercase;
  letter-spacing: 1px;
}
.single-product .image .breadcrumb p:first-letter {
  text-transform: capitalize;
}
.single-product .image .breadcrumb p:first-of-type {
  color: #CACACA;
}
.single-product .image .breadcrumb p:last-of-type {
  color: #000;
  text-decoration: none;
  position: relative;
}
.single-product .image .breadcrumb p:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s ease;
}
.single-product .image .breadcrumb p:last-of-type:hover:before {
  width: 100%;
  background-color: #fce100;
}
.single-product .image .logo {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1200px) {
  .single-product .image .logo {
    position: absolute;
    left: -107px;
  }
}
.single-product .image .main {
  display: flex;
  align-items: center;
  position: relative;
}
.single-product .image .main.discontinued::after {
  content: "DESCONTINUADO";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.375em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  background-color: #fce100;
  height: 50px;
  width: 140%;
  margin-left: -20%;
  font-weight: 500;
}
.single-product .image .main img.product {
  display: block;
  margin: auto;
  width: 500px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .description {
  position: relative;
  border-radius: 40px 0 0 0;
  width: 50%;
  background-image: url("../img/single-product/bg.jpg");
}
.single-product .description .flecha {
  position: absolute;
  top: 50px;
  left: 50px;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .single-product .description .flecha {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .single-product .description {
    width: 100%;
  }
}
.single-product .description h3 {
  color: #fce100;
  margin-bottom: 15px;
}
.single-product .description p, .single-product .description h1 {
  color: #ffffff;
}
.single-product .description p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-product .description .cont {
  margin-top: 100px;
  margin-bottom: 150px;
  margin-left: 11.1111111111%;
  width: 55.5555555556%;
}
@media screen and (max-width: 1200px) {
  .single-product .description .cont {
    width: 88.8888888889%;
    margin-left: 5.5555555556%;
    margin-right: 5.5555555556%;
  }
}
.single-product .description .cont .top {
  border-bottom: 2px solid #3c3c3c;
}
.single-product .description .cont .top .wave {
  width: 80px;
  margin: 0 0 30px 0;
}
.single-product .description .cont .top .tipo {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-product .description .cont .top .discontinued {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-product .description .cont .top .discontinued h3 {
  display: inline-block;
}
.single-product .description .cont .top .discontinued .icon {
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
}
.single-product .description .cont .top .discontinued .icon svg {
  width: 22px;
}
.single-product .description .cont .top .discontinued p {
  color: #fce100;
  font-weight: 500;
  text-transform: uppercase;
}
.single-product .description .cont .bottom {
  margin-top: 30px;
}

.single-interesa {
  background-image: url("../img/single-product/interesabg.jpg");
  height: 400px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .single-interesa {
    height: auto;
  }
}
.single-interesa .cont {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .single-interesa .cont {
    width: 88.8888888889%;
    margin: 100px auto 100px auto;
  }
}
.single-interesa .cont .top {
  margin-bottom: 50px;
}
.single-interesa .cont .top p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .single-interesa .cont .top h2 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.25em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
}
.single-interesa .cont .bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .single-interesa .cont .bottom {
    flex-direction: column;
  }
}
.single-interesa .cont .bottom .info {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .single-interesa .cont .bottom .info {
    margin-bottom: 15px;
  }
}
.single-interesa .cont .bottom .info .icon {
  margin: auto;
  width: 50px;
  margin-bottom: 10px;
  height: 55px;
}
.single-interesa .cont .bottom .info p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 5px;
}
.single-interesa .cont .bottom .info p a {
  color: #000;
}
.single-interesa .cont .bottom .info p:nth-child(1) {
  background-color: #fce100;
}
.single-interesa .cont .bottom .info:last-child .icon {
  width: 40px;
}

.single-related {
  width: 50%;
  margin: 100px auto;
}
@media screen and (max-width: 850px) {
  .single-related {
    width: 88.8888888889%;
  }
}
@media screen and (max-width: 580px) {
  .single-related h1 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.275em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.5;
    letter-spacing: 4px;
  }
}
.single-related .products {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .single-related .products {
    grid-template-columns: 1fr;
  }
}
.single-related .products a {
  text-decoration: none;
}
.single-related .products .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
}
.single-related .products .item.discontinued:hover::after {
  content: "DESCONTINUADO";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: 500;
  background-color: #fce100;
  height: 30px;
}
.single-related .products .item:before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background-color: #fce100;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.single-related .products .item .image {
  width: 200px;
  height: 126px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}
.single-related .products .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100% !important;
  width: 100%;
}
.single-related .products .item:hover {
  box-shadow: 0 5px 10px -5px #929292;
}
.single-related .products .item:hover .bottom .more {
  opacity: 1;
}
.single-related .products .item:hover:before {
  width: 100%;
}
.single-related .products .item .bottom {
  margin: 20px 0;
}
.single-related .products .item .bottom p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  color: initial;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-related .products .item .bottom .more {
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  color: #CACACA;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 700;
}

.us-header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/nosotros/header.jpg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.us-header .cont {
  width: 72.2222222222%;
  margin: 0 0 0 auto;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .us-header .cont {
    margin: auto;
  }
}
@media screen and (max-width: 850px) {
  .us-header .cont {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media screen and (max-width: 850px) {
  .us-header .left img {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .us-header .left {
    width: 88.8888888889%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.us-header .left h1 {
  margin-top: 100px;
  color: #ffffff;
  max-width: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .us-header .left h1 {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .us-header .left h1 {
    text-align: left;
  }
}
.us-header .left p {
  color: #CACACA;
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .us-header .left p {
    text-align: left;
    margin: 2px 0;
  }
}
.us-header .left .anim-wave {
  margin: 30px 0;
}
@media screen and (max-width: 1200px) {
  .us-header .left .anim-wave {
    align-self: flex-start;
  }
}
@media screen and (max-width: 850px) {
  .us-header .right img {
    width: 200px;
    margin: auto;
    display: block;
  }
}

.us-info {
  margin-bottom: 200px;
  padding-bottom: 250px;
  background-image: url("../img/home/greca.png"), url("../img/terminos/isotipo-fondo.png");
  background-position: right, left bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  .us-info {
    background-size: cover, 100px;
    background-position: 250px, -30px bottom;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.us-info .yellow {
  position: absolute;
  right: 0;
  bottom: -50%;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .us-info .yellow {
    bottom: 0;
    right: -400px;
  }
}
@media screen and (max-width: 850px) {
  .us-info .yellow {
    right: -350px;
  }
}
@media screen and (max-width: 400px) {
  .us-info .yellow {
    right: -300px;
  }
}
.us-info .logo {
  position: absolute;
  top: 130px;
  right: 5.5555555556%;
}
@media screen and (max-width: 850px) {
  .us-info .logo {
    width: 20px;
    top: 50%;
  }
}
.us-info .cont {
  width: 83.3333333333%;
  margin: 250px 0 200px auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .us-info .cont {
    margin: 250px auto 200px auto;
  }
}
.us-info .cont .nada {
  display: none;
}
@media screen and (max-width: 850px) {
  .us-info .cont .nada {
    display: block;
    margin: 50px 0;
  }
}
.us-info .cont h1 {
  text-transform: initial;
  max-width: 630px;
}
@media screen and (max-width: 580px) {
  .us-info .cont h1 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.275em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.5;
    text-transform: initial;
    letter-spacing: 4px;
    max-width: 300px;
  }
}
.us-info .cont span {
  background: #000;
  color: #fce100;
  padding: 0 5px;
}
.us-info .cont .flecha {
  position: absolute;
  top: -20%;
  left: -60px;
}
@media screen and (max-width: 1200px) {
  .us-info .cont .flecha {
    display: none;
  }
}

.indicador-cont {
  width: 50px;
  position: absolute;
  right: -120px;
  bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .indicador-cont {
    right: 62%;
    bottom: -101px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 850px) {
  .indicador-cont {
    right: 70%;
    bottom: -101px;
  }
}
@media screen and (max-width: 1200px) {
  .indicador-cont #pausa {
    display: none;
  }
}
.indicador-cont #pausaresponsivo {
  display: none;
}
@media screen and (max-width: 1200px) {
  .indicador-cont #pausaresponsivo {
    display: block;
  }
}
.indicador-cont svg #circnegro {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
}
.indicador-cont.active svg #circnegro {
  -webkit-animation: dash 6s linear forwards;
          animation: dash 6s linear forwards;
}
.indicador-cont.pausado svg #circnegro {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.gallery-us {
  position: relative;
  padding: 0 11.1111111111%;
}
@media screen and (max-width: 1200px) {
  .gallery-us {
    margin-bottom: 100px;
  }
}
.gallery-us .slider-us {
  position: relative;
}
.gallery-us .slider-us .text {
  position: absolute;
  right: 13px;
  bottom: 4px;
  width: 27.7777777778%;
  background-color: #000;
  padding: 70px 50px 100px 50px;
}
@media screen and (max-width: 1200px) {
  .gallery-us .slider-us .text {
    position: initial;
    width: 88.8888888889%;
    padding: 5.5555555556%;
  }
}
.gallery-us .slider-us .text h3 {
  max-width: 150px;
  margin-bottom: 30px;
}
.gallery-us .slider-us .text h3 {
  color: #ffffff;
}
.gallery-us .slider-us .text p {
  color: #CACACA;
}
@media screen and (max-width: 850px) {
  .gallery-us .slider-us .text p {
    font-family: "Roboto", sans-serif;
    font-size: 0.9375em;
    color: #CACACA;
    margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
  }
}
.gallery-us .slider-us .text .wave {
  margin-bottom: 20px;
}
.gallery-us .slider-us .text .wave svg {
  width: 80px;
}
.gallery-us .slider-us .text .wave svg path {
  stroke: #67DAD5;
}
.gallery-us .slider-us .text #texto2 {
  display: none;
}
.gallery-us .slider-us .text #texto2:active {
  display: block;
}
.gallery-us .slider-us .slick-slide img {
  width: 1469px;
  height: 736px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .gallery-us .slider-us .slick-slide img {
    height: initial;
  }
}
.gallery-us .title {
  position: absolute;
  left: 80px;
  bottom: 40%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .gallery-us .title {
    display: none;
  }
}
.gallery-us .servicios-title {
  display: none;
}
@media screen and (max-width: 1200px) {
  .gallery-us .servicios-title {
    display: flex;
    align-items: center;
  }
}
.gallery-us .servicios-title h1 {
  margin-left: 15px;
}
.gallery-us .gray-block {
  position: absolute;
  width: 250px;
  height: 400px;
  bottom: 0;
  left: 0;
  background-color: #CACACA;
}
@media screen and (max-width: 850px) {
  .gallery-us .gray-block {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gallery-us {
    padding: 0 5.5555555556%;
  }
}
.gallery-us .slick-dots {
  position: absolute;
  bottom: 40px;
  right: -100px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .gallery-us .slick-dots {
    right: 0;
    bottom: -50px;
    display: flex;
    left: 0;
    margin: auto;
    width: 125px;
  }
}
@media screen and (max-width: 580px) {
  .gallery-us .slick-dots {
    right: 0;
    left: initial;
  }
}
.gallery-us .slick-dots li {
  background: #b4b4b4;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .gallery-us .slick-dots li {
    margin: 0 15px;
  }
}
.gallery-us .slick-dots li button {
  background: none;
  border: none;
  font-size: 0;
  display: none;
}
.gallery-us .slick-dots li.slick-active {
  background: #67DAD5;
}
.gallery-us .ola {
  position: absolute;
  right: -121px;
  bottom: 150px;
}
@media screen and (max-width: 1400px) {
  .gallery-us .ola {
    bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .gallery-us .ola {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .gallery-us .ola .indicador {
    display: none;
  }
}
.gallery-us .ola .indicadoresponsivo {
  display: none;
}
@media screen and (max-width: 1200px) {
  .gallery-us .ola .indicadoresponsivo {
    display: block;
    position: absolute;
    bottom: -125px;
    left: 20%;
  }
}
@media screen and (max-width: 850px) {
  .gallery-us .ola .indicadoresponsivo {
    left: 5.55%;
  }
}
@media screen and (max-width: 580px) {
  .gallery-us .ola .indicadoresponsivo {
    left: 0;
  }
}
.gallery-us .gallery-cont {
  position: relative;
}
.gallery-us .gallery-cont img.activo {
  opacity: 1;
  transition: all ease 1s;
}

.us-products {
  padding: 0 22.2222222222%;
  margin-top: 250px;
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .us-products {
    padding: 0 5.5555555556%;
    width: 88.8888888889%;
  }
}
.us-products .barras {
  position: absolute;
  top: -60%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .us-products .barras {
    display: none;
  }
}
.us-products .cont {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .us-products .cont {
    flex-direction: column;
  }
}
.us-products .cont .flechas {
  position: absolute;
  left: -5%;
  top: -80px;
}
@media screen and (max-width: 1200px) {
  .us-products .cont .flechas {
    display: none;
  }
}
.us-products .cont .left {
  position: relative;
  background-color: #fce100;
  padding: 80px 0 60px 100px;
  width: 42.8571428571%;
  border-radius: 30px 30px 150px 30px;
  background-image: url("../img/icons/raya.png");
}
@media screen and (max-width: 850px) {
  .us-products .cont .left {
    padding: 5.5555555556%;
    width: initial;
  }
}
@media screen and (max-width: 580px) {
  .us-products .cont .left {
    padding: 5.5555555556%;
    width: 94.4444444444%;
  }
}
.us-products .cont .left h2 {
  max-width: 240px;
  margin-bottom: 25px;
}
@media screen and (max-width: 850px) {
  .us-products .cont .left h2 {
    max-width: initial;
  }
}
.us-products .cont .left p {
  max-width: 240px;
}
.us-products .cont .left button {
  margin-top: 50px;
  width: 250px;
  padding: 15px 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  background-color: initial;
  border: 2px solid #000;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 0.625em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.us-products .cont .left button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transition: all ease 0.5s;
  z-index: -1;
}
.us-products .cont .left button:hover {
  color: #ffffff;
}
.us-products .cont .left button:hover:before {
  width: 100%;
}
.us-products .cont .left:before {
  content: "";
  display: block;
  background-color: #000;
  width: 150px;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -75px;
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .us-products .cont .left:before {
    left: -35px;
  }
}
.us-products .cont .right {
  width: 400px;
  height: 330px;
  box-sizing: border-box;
  margin-left: -80px;
  z-index: -1;
  background-color: #ffffff;
  box-shadow: 0 5px 10px -5px #929292;
  border-radius: 30px 30px 150px 30px;
  position: relative;
}
.us-products .cont .right .home-slider {
  position: relative;
  width: 70%;
  height: 80%;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .us-products .cont .right .home-slider {
    width: 100%;
    margin: 0;
  }
}
.us-products .cont .right .home-slider .slide {
  height: 250px;
}
.us-products .cont .right .numeros {
  position: absolute;
  right: 100px;
  bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .us-products .cont .right .numeros {
    right: 50px;
    bottom: 55px;
  }
}
@media screen and (max-width: 580px) {
  .us-products .cont .right .numeros {
    right: 100px;
    bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 0.9375em;
    color: #000;
    margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
  }
}
.us-products .cont .right .slider-progress-horizontal {
  width: 150px;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 40px;
}
@media screen and (max-width: 850px) {
  .us-products .cont .right .slider-progress-horizontal {
    bottom: -40px;
  }
}
.us-products .cont .right .slider-progress-horizontal .progresss {
  width: 0;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 1200px) {
  .us-products .cont .right {
    height: 350px;
  }
}
@media screen and (max-width: 850px) {
  .us-products .cont .right {
    padding: 11.1111111111%;
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .us-products .cont .right {
    padding: 11.1111111111%;
    width: 88.8888888889%;
  }
}

.us-providers {
  padding: 0 16.6666666667%;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .us-providers h1 {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .us-providers {
    padding: 0 5.5555555556%;
  }
}
.us-providers ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .us-providers ul {
    text-align: center;
  }
}
.us-providers ul li {
  width: 20%;
}
@media screen and (max-width: 850px) {
  .us-providers ul li {
    width: 50%;
  }
}

.contact-header {
  background-image: url("../img/contacto/header.jpg");
  position: relative;
}
.contact-header .flecha {
  position: absolute;
  right: 60px;
  bottom: -120px;
}
@media screen and (max-width: 1200px) {
  .contact-header .flecha {
    display: none;
  }
}
.contact-header .cont {
  padding: 0 11.1111111111%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .contact-header .cont {
    justify-content: center;
  }
}
.contact-header .cont .logo {
  padding: 100px 0;
  width: 140px;
  fill: #000;
}

.contact-bottom {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-bottom {
    flex-direction: column;
  }
}
.contact-bottom .grequita {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
}
.contact-bottom .left {
  width: 44.4444444444%;
  margin-top: -250px;
}
@media screen and (max-width: 1200px) {
  .contact-bottom .left {
    width: 100%;
    margin-top: 0;
  }
}
.contact-bottom .left .top {
  position: relative;
  background-image: url("../img/contacto/bg.jpg");
  padding: 150px 0px;
}
@media screen and (max-width: 1200px) {
  .contact-bottom .left .top {
    text-align: center;
  }
}
.contact-bottom .left .top > div {
  width: 62.5%;
  margin: auto;
}
.contact-bottom .left .top h1 {
  color: #fce100;
  letter-spacing: initial;
  line-height: initial;
}
.contact-bottom .left .top .anim-wave {
  width: 80px;
  margin: 30px auto 0 auto;
}
.contact-bottom .left .top .flecha {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}
.contact-bottom .left .bottom {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 100px;
}
.contact-bottom .left .bottom .contact {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact {
    width: 83.3333333333%;
    margin: 0;
    padding: 0 5.5555555556%;
  }
}
.contact-bottom .left .bottom .contact .text h2 {
  margin-bottom: 15px;
}
.contact-bottom .left .bottom .contact .text .anim-wave {
  margin: 30px 0;
}
.contact-bottom .left .bottom .contact .form .error {
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: #fce100;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.contact-bottom .left .bottom .contact .form .tgt {
  display: flex;
  justify-content: space-between;
}
.contact-bottom .left .bottom .contact .form .tgt label {
  width: 49%;
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact .form .tgt label {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact .form .tgt {
    flex-direction: column;
  }
}
.contact-bottom .left .bottom .contact .form label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact .form label {
    flex-direction: column;
  }
}
.contact-bottom .left .bottom .contact .form label h4 {
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact .form label h4 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 0.6875em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
.contact-bottom .left .bottom .contact .form label input {
  border: 1px solid #242424;
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact .form label input {
    padding: 20px;
  }
}
.contact-bottom .left .bottom .contact .form label input[type=number] {
  margin: 0;
}
.contact-bottom .left .bottom .contact .form label input[type=number]::-webkit-outer-spin-button,
.contact-bottom .left .bottom .contact .form label input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-bottom .left .bottom .contact .form label input[type=number] {
  -moz-appearance: textfield;
}
.contact-bottom .left .bottom .contact .form label input:focus {
  border: 1px solid #fce100;
}
.contact-bottom .left .bottom .contact .form label textarea {
  border: 1px solid #242424;
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .contact-bottom .left .bottom .contact .form label textarea {
    padding: 20px;
  }
}
.contact-bottom .left .bottom .contact .form label textarea:focus {
  border: 1px solid #fce100;
}
.contact-bottom .left .bottom .contact .form button {
  width: 250px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  background-color: initial;
  border: 2px solid #ffffff;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.contact-bottom .left .bottom .contact .form button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fce100;
  transition: all ease 0.5s;
  z-index: -1;
}
.contact-bottom .left .bottom .contact .form button:hover {
  color: #000;
}
.contact-bottom .left .bottom .contact .form button:hover:before {
  width: 100%;
}
.contact-bottom .left .bottom .contact h2, .contact-bottom .left .bottom .contact p, .contact-bottom .left .bottom .contact h4 {
  color: #ffffff;
}
.contact-bottom .right {
  width: 55.5555555556%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .contact-bottom .right {
    width: 100%;
  }
}
.contact-bottom .right .cont {
  padding: 0 11.1111111111%;
}
@media screen and (max-width: 1200px) {
  .contact-bottom .right .cont {
    padding: 0 5.5555555556%;
  }
}
.contact-bottom .right .cont h2 {
  margin: 100px 0;
}
.contact-bottom .right .cont .sucursal {
  border-left: solid 1px #000;
  margin-bottom: 100px;
  padding-left: 5.5555555556%;
  width: 71.4285714286%;
  position: relative;
}
.contact-bottom .right .cont .sucursal .vertical-text {
  position: absolute;
  right: -20%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.contact-bottom .right .cont .sucursal .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .cont .sucursal .top {
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .cont .sucursal .top > div {
    margin-bottom: 20px;
  }
}
.contact-bottom .right .cont .sucursal .top > div h4 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 0.9375em;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-bottom .right .cont .sucursal .top > div p {
  margin-top: 10px;
  color: #ffffff;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 3px;
}
.contact-bottom .right .cont .sucursal .top > div p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .cont .sucursal .top > div p {
    font-size: 16px;
  }
}
.contact-bottom .right .cont .sucursal .top > div p a {
  color: #ffffff;
}
.contact-bottom .right .cont .sucursal .top .contact-tel {
  display: flex;
  flex-direction: column;
}
.contact-bottom .right .cont .sucursal .bottom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .cont .sucursal .bottom {
    flex-direction: column;
  }
  .contact-bottom .right .cont .sucursal .bottom > div:first-of-type {
    margin-bottom: 50px;
  }
}
.contact-bottom .right .cont .sucursal .bottom > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .cont .sucursal .bottom > div p {
    font-size: 16px;
  }
}
.contact-bottom .right .cont .sucursal .bottom > div img {
  margin-right: 15px;
}
.contact-bottom .right .cont .sucursal .bottom button {
  width: 250px;
  padding: 15px 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border: 2px solid #000;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 0.625em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
.contact-bottom .right .cont .sucursal .bottom button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transition: all ease 0.5s;
  z-index: -1;
}
.contact-bottom .right .cont .sucursal .bottom button:hover {
  color: #ffffff;
}
.contact-bottom .right .cont .sucursal .bottom button:hover:before {
  width: 100%;
}
.contact-bottom .right .terminos {
  padding: 0 11.1111111111%;
  margin-bottom: 50px;
}
.contact-bottom .right .terminos .terminos-cont {
  width: 71.4285714286%;
}
.contact-bottom .right .terminos .terminos-cont h4 {
  margin-bottom: 25px;
}
.contact-bottom .right .terminos .terminos-cont > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .terminos .terminos-cont > div {
    flex-direction: column;
  }
}
.contact-bottom .right .terminos .terminos-cont > div p a {
  text-decoration: none;
  color: #000;
  text-decoration: none;
  position: relative;
}
.contact-bottom .right .terminos .terminos-cont > div p a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s ease;
}
.contact-bottom .right .terminos .terminos-cont > div p a:hover:before {
  width: 100%;
  background-color: #fce100;
}
@media screen and (max-width: 850px) {
  .contact-bottom .right .terminos .terminos-cont > div p {
    margin-bottom: 25px;
  }
}

/*********** FOOTER **************/
footer {
  display: flex;
}
@media screen and (max-width: 1200px) {
  footer {
    flex-direction: column;
  }
}
footer .left {
  width: 44.4444444444%;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  footer .left {
    width: 100%;
  }
}
footer .left .contact {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  footer .left .contact {
    width: 88.8888888889%;
    padding: 0 5.5555555556%;
  }
}
footer .left .contact .text h2 {
  margin-bottom: 15px;
}
footer .left .contact .text .anim-wave {
  margin: 30px 0;
}
footer .left .contact .form .tgt {
  display: flex;
  justify-content: space-between;
}
footer .left .contact .form .tgt label {
  width: 49%;
}
@media screen and (max-width: 1200px) {
  footer .left .contact .form .tgt label {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer .left .contact .form .tgt {
    flex-direction: column;
  }
}
footer .left .contact .form label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media screen and (max-width: 1200px) {
  footer .left .contact .form label {
    flex-direction: column;
  }
}
footer .left .contact .form label h4 {
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  footer .left .contact .form label h4 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 0.6875em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
footer .left .contact .form label input {
  border: 1px solid #242424;
  background-color: #000;
  width: 100%;
  border-radius: 6px;
  padding: 10px 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  footer .left .contact .form label input {
    padding: 20px;
  }
}
footer .left .contact .form label input[type=number] {
  margin: 0;
}
footer .left .contact .form label input[type=number]::-webkit-outer-spin-button,
footer .left .contact .form label input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer .left .contact .form label input[type=number] {
  -moz-appearance: textfield;
}
footer .left .contact .form label input:focus {
  border: 1px solid #fce100;
}
footer .left .contact .form button {
  width: 250px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  background-color: initial;
  border: 2px solid #ffffff;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
  z-index: 0;
}
footer .left .contact .form button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fce100;
  transition: all ease 0.5s;
  z-index: -1;
}
footer .left .contact .form button:hover {
  color: #000;
}
footer .left .contact .form button:hover:before {
  width: 100%;
}
footer .left .contact .form textarea {
  border: 1px solid #242424;
  background-color: #000;
  width: 100%;
  border-radius: 6px;
  padding: 10px 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 0.625em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  footer .left .contact .form textarea {
    padding: 20px;
  }
}
footer .left .contact .form textarea:focus {
  border: 1px solid #fce100;
}
footer .left .contact h2, footer .left .contact p, footer .left .contact h4 {
  color: #ffffff;
}
footer .right {
  width: 55.5555555556%;
  margin-top: 90px;
  position: relative;
}
footer .right .flechalogo {
  position: absolute;
  right: 140px;
  bottom: 40%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  footer .right .flechalogo {
    right: 50px;
  }
}
@media screen and (max-width: 850px) {
  footer .right .flechalogo {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  footer .right {
    width: 100%;
    margin-top: 0;
  }
}
footer .right .top {
  display: flex;
  align-items: flex-end;
  padding: 50px 0;
  background-image: url("../img/contacto/contact-bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  footer .right .top {
    flex-direction: column;
    align-items: center;
  }
}
footer .right .top .left-cont {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .right .top .left-cont #logo2 {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  footer .right .top .left-cont #logo2 {
    width: 125px;
  }
}
footer .right .top .right-cont {
  width: 50%;
}
@media screen and (max-width: 850px) {
  footer .right .top .right-cont {
    margin-top: 50px;
    width: initial;
  }
}
footer .right .top .right-cont > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  footer .right .top .right-cont > div {
    text-align: left;
  }
  footer .right .top .right-cont > div h3 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
footer .right .top .right-cont > div h3 {
  margin-bottom: 5px;
}
footer .right .top .right-cont > div p {
  color: #ffffff;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 3px;
}
footer .right .top .right-cont > div p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
}
footer .right .top .right-cont > div p a {
  color: #ffffff;
}
footer .right .top .right-cont > div:nth-last-child(1) {
  margin-bottom: 0;
}
footer .right .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 33.3333333333% 30px 16.6666666667%;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  footer .right .bottom {
    padding: 0 5.5555555556%;
    margin-top: 50px;
  }
}
footer .right .bottom h4 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 0.8125em;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .right .bottom > p, footer .right .bottom a {
  text-decoration: none;
  color: #000;
}
footer .right .bottom a {
  color: #000;
  text-decoration: none;
  position: relative;
}
footer .right .bottom a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s ease;
}
footer .right .bottom a:hover:before {
  width: 100%;
  background-color: #fce100;
}
footer .right .bottom > div {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  footer .right .bottom > div {
    flex-direction: column;
  }
  footer .right .bottom > div p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 580px) {
  footer .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

/************** TERMINOS *****************/
.terms-header {
  z-index: 0;
  display: flex;
  background-image: url("../img/terminos/portada.jpg");
}
.terms-header .terms-cont {
  width: 50%;
  margin: 100px auto 400px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .terms-header .terms-cont {
    flex-direction: column;
    width: 88.8888888889%;
    padding: 0 5.5555555556%;
  }
}
.terms-header .terms-cont p {
  max-width: 360px;
}
@media screen and (max-width: 850px) {
  .terms-header .terms-cont p {
    margin: auto;
  }
}
.terms-header .terms-cont .wave {
  margin: 25px 0;
  width: 80px;
}
.terms-header .terms-cont .wave path {
  stroke: #000 !important;
}
@media screen and (max-width: 850px) {
  .terms-header .terms-cont .wave {
    margin: 25px auto;
  }
}
@media screen and (max-width: 850px) {
  .terms-header .terms-cont .left {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .terms-header .terms-cont .right {
    text-align: center;
    margin-top: 50px;
  }
}
.terms-header .terms-cont .right img {
  width: 170px;
}

.terms-text {
  margin-bottom: 200px;
  z-index: 1;
  position: relative;
  background-image: url("../img/terminos/isotipo-fondo.png");
  background-repeat: no-repeat;
  background-position: -100px 320px;
}
.terms-text .text-cont {
  margin: auto;
  margin-top: -300px;
  width: 38.8888888889%;
  padding: 100px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px -5px #929292;
  position: relative;
}
@media screen and (max-width: 850px) {
  .terms-text .text-cont {
    margin: -70px 5.5555555556%;
    width: 77.7777777778%;
    padding: 5.5555555556%;
  }
}
.terms-text .text-cont .p2 {
  margin-bottom: 15px;
}
.terms-text .text-cont:after {
  content: "";
  display: block;
  width: 150px;
  height: 70%;
  background-color: #000;
  position: absolute;
  top: 70px;
  right: -110px;
  border-radius: 0 50px 250px 0;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .terms-text .text-cont:after {
    right: -30px;
  }
}
@media screen and (max-width: 580px) {
  .terms-text .text-cont:after {
    right: -15px;
  }
}
.terms-text .text-cont .bottom {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/************** AVISO *****************/
.aviso-header {
  z-index: 0;
  display: flex;
  background-image: url("../img/aviso-header.jpg");
}
.aviso-header .terms-cont {
  width: 50%;
  margin: 100px auto 400px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .aviso-header .terms-cont {
    flex-direction: column;
    width: 88.8888888889%;
    padding: 0 5.5555555556%;
  }
}
@media screen and (max-width: 850px) {
  .aviso-header .terms-cont .left {
    text-align: center;
  }
}
.aviso-header .terms-cont h1 {
  color: #ffffff;
}
.aviso-header .terms-cont p {
  max-width: 360px;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .aviso-header .terms-cont p {
    margin: auto;
  }
}
.aviso-header .terms-cont .wave {
  margin: 25px 0;
  width: 80px;
}
@media screen and (max-width: 850px) {
  .aviso-header .terms-cont .wave {
    margin: 25px auto;
  }
}
.aviso-header .terms-cont .wave path {
  stroke: #ffffff !important;
}
@media screen and (max-width: 850px) {
  .aviso-header .terms-cont .right {
    text-align: center;
    margin-top: 50px;
  }
}
.aviso-header .terms-cont .right img {
  width: 170px;
}

.aviso-text {
  margin-bottom: 200px;
  z-index: 1;
  position: relative;
  background-image: url("../img/terminos/isotipo-fondo.png");
  background-repeat: no-repeat;
  background-position: -100px 320px;
}
.aviso-text .text-cont {
  margin: auto;
  margin-top: -300px;
  width: 38.8888888889%;
  padding: 100px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px -5px #929292;
  position: relative;
}
@media screen and (max-width: 850px) {
  .aviso-text .text-cont {
    margin: -70px 5.5555555556%;
    width: 77.7777777778%;
    padding: 0 5.5555555556%;
  }
}
.aviso-text .text-cont .text {
  overflow: scroll;
  overflow-x: hidden;
  height: 500px;
}
.aviso-text .text-cont h3 {
  margin-bottom: 15px;
}
.aviso-text .text-cont p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.aviso-text .text-cont:after {
  content: "";
  display: block;
  width: 150px;
  height: 70%;
  background-color: #fce100;
  position: absolute;
  top: 70px;
  right: -110px;
  border-radius: 0 50px 250px 0;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .aviso-text .text-cont:after {
    right: -30px;
  }
}
@media screen and (max-width: 580px) {
  .aviso-text .text-cont:after {
    right: -15px;
  }
}
.aviso-text .text-cont .bottom {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img {
  max-width: 100%;
  height: auto;
}

.invisible-cont.invisible {
  display: none;
}

html.agregargris {
  background-color: #242424;
}

#loadercont {
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
#loadercont.activo .top {
  -webkit-animation: loadertop 3s ease;
          animation: loadertop 3s ease;
}
#loadercont.activo .bottom {
  -webkit-animation: loadertop 3s ease;
          animation: loadertop 3s ease;
}
#loadercont.activo .logo {
  -webkit-animation: logo 1.7s 0.7s ease;
          animation: logo 1.7s 0.7s ease;
}
#loadercont.activo .loader {
  -webkit-animation: loader 1.3s 0.7s ease;
          animation: loader 1.3s 0.7s ease;
}
#loadercont.activo .loader:after {
  -webkit-animation: relleno 1.5s 0.8s ease;
          animation: relleno 1.5s 0.8s ease;
}
#loadercont .top {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #000;
  top: 0;
  left: 0;
}
#loadercont .bottom {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #000;
  bottom: 0;
  left: 0;
}
#loadercont .loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 5px;
  background-color: #302d00;
}
#loadercont .loader:after {
  content: "";
  display: block;
  background: #fce100;
  width: 0;
  height: 5px;
  top: 0;
  left: 0;
}
#loadercont .logo {
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #loadercont .logo {
    top: 25%;
  }
}

@-webkit-keyframes relleno {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes relleno {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    width: 100vw;
  }
  100% {
    width: 50vw;
  }
}
@keyframes loader {
  0% {
    width: 100vw;
  }
  100% {
    width: 50vw;
  }
}
@-webkit-keyframes loadertop {
  0% {
    height: 0;
  }
  33% {
    height: 50%;
  }
  66% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
@keyframes loadertop {
  0% {
    height: 0;
  }
  33% {
    height: 50%;
  }
  66% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes loaderbottom {
  0% {
    height: 0;
  }
  33% {
    height: 50%;
  }
  66% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
@keyframes loaderbottom {
  0% {
    height: 0;
  }
  33% {
    height: 50%;
  }
  66% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
.alert-general {
  display: none;
}

.msg-success {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #000;
  background: #fce100;
}
.msg-success p {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

.msg-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #ffffff;
  background: #242424;
}
.msg-error p {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease all;
  pointer-events: none;
}
.overlay.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

#products-container .pagination {
  margin-bottom: 150px;
}