@charset "UTF-8";
/* MIXINS */
@font-face {
  font-family: Oswald;
  src: url(../css/font/Oswald-Regular.woff2);
  font-weight: 200;
}
/* VARIABLES */
/* END VARIABLES */
#portadaDIV {
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .minHhome {
    min-height: 600px !important;
  }
}
@media only screen and (max-width: 525px) {
  .minHhome {
    min-height: 600px !important;
  }
}

/* CABECERA HOME */
#quienessomosDIV {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  /*background-repeat:no-repeat;
  background-size:cover; 
  background-image:url(/img/bck-quienes-somos.jpg);*/
  z-index: 5;
  overflow: hidden;
}
#quienessomosDIV .content {
  position: relative;
  background-color: #e6dfc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
#quienessomosDIV .content .marco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  #quienessomosDIV .content .marco {
    width: 104%;
    left: -2%;
  }
}
@media only screen and (max-width: 768px) {
  #quienessomosDIV .content .marco {
    display: none;
  }
}
#quienessomosDIV .content .marco_mobile {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #quienessomosDIV .content .marco_mobile {
    display: block;
  }
}
#quienessomosDIV .content .contenedor {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#quienessomosDIV .content .contenedor .izq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .izq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#quienessomosDIV .content .contenedor .izq .quienesTop {
  display: none;
  width: 80%;
  margin-top: 8vw;
  margin-bottom: 0vw;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .izq .quienesTop {
    display: block;
  }
}
#quienessomosDIV .content .contenedor .izq .quienesTop .titular {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .izq .quienesTop .titular {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 525px) {
  #quienessomosDIV .content .contenedor .izq .quienesTop .titular {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #quienessomosDIV .content .contenedor .izq .quienesTop {
    margin-top: 10vw;
  }
}
@media only screen and (max-width: 525px) {
  #quienessomosDIV .content .contenedor .izq .quienesTop {
    margin-top: 14vw;
    margin-bottom: 2vw;
  }
}
#quienessomosDIV .content .contenedor .izq img {
  margin: 4.5vw 0;
  width: 80%;
  max-width: 500px;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .izq img {
    margin: 4vw 0 2vw;
    max-width: 350px;
  }
}
#quienessomosDIV .content .contenedor .dcha {
  position: relative;
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1400px) {
  #quienessomosDIV .content .contenedor .dcha {
    width: 56%;
  }
}
@media only screen and (max-width: 1300px) {
  #quienessomosDIV .content .contenedor .dcha {
    width: 57%;
  }
}
@media only screen and (max-width: 1200px) {
  #quienessomosDIV .content .contenedor .dcha {
    width: 58%;
  }
}
@media only screen and (max-width: 1100px) {
  #quienessomosDIV .content .contenedor .dcha {
    width: 59%;
  }
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .dcha {
    width: 100%;
  }
}
#quienessomosDIV .content .contenedor .dcha .quienes {
  width: 87%;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .dcha .quienes {
    display: none;
  }
}
#quienessomosDIV .content .contenedor .dcha .quienes .titular {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .dcha .quienes .titular {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 525px) {
  #quienessomosDIV .content .contenedor .dcha .quienes .titular {
    margin-bottom: 10px;
  }
}
#quienessomosDIV .content .contenedor .dcha .ldm {
  width: 87%;
  margin-top: 2vw;
}
#quienessomosDIV .content .contenedor .dcha .ldm .titular {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .dcha .ldm .titular {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 525px) {
  #quienessomosDIV .content .contenedor .dcha .ldm .titular {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .dcha .ldm {
    margin-bottom: 7vw;
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 900px) {
  #quienessomosDIV .content .contenedor .dcha .ldm {
    margin-bottom: 8.5vw;
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #quienessomosDIV .content .contenedor .dcha .ldm {
    margin-top: 6vw;
    margin-bottom: 14vw;
  }
}
#quienessomosDIV .content .contenedor .titular {
  font-family: "veneerregular", serif;
  font-size: 4.2em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #quienessomosDIV .content .contenedor .titular {
    font-size: 4.2em;
  }
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .titular {
    font-size: 4.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #quienessomosDIV .content .contenedor .titular {
    font-size: 4.6em;
  }
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .titular {
    text-align: center;
  }
}
#quienessomosDIV .content .contenedor .subtitular {
  font-family: "veneerregular", serif;
  font-size: 3.475em !important;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #quienessomosDIV .content .contenedor .subtitular {
    font-size: 2.7em !important;
  }
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .subtitular {
    font-size: 3.2em !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #quienessomosDIV .content .contenedor .subtitular {
    font-size: 3.1em !important;
  }
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .subtitular {
    text-align: center;
  }
}
#quienessomosDIV .content .contenedor .descripcion {
  font-family: Oswald;
  color: #595959;
  text-align: left;
  font-size: 5.15625vw;
  line-height: 6.09375vw;
}
#quienessomosDIV .content .contenedor .descripcion .ladronbold {
  font-family: "veneerregular", serif !important;
  font-weight: 700;
  color: black !important;
}
@media only screen and (max-width: 1024px) {
  #quienessomosDIV .content .contenedor .descripcion {
    text-align: center;
  }
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #quienessomosDIV .content .contenedor .descripcion {
    font-size: 3.7692307692vw;
    line-height: 3.9230769231vw;
  }
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .descripcion {
    padding-right: 2.0833333333vw;
    font-size: 1.2760416667vw;
    line-height: 1.5885416667vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  #quienessomosDIV .content .contenedor .descripcion {
    font-size: 25px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  #quienessomosDIV .content .contenedor .descripcion {
    line-height: 25.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #quienessomosDIV .content .contenedor .descripcion {
    padding-right: 2.7777777778vw;
    font-size: 1.7013888889vw;
    line-height: 2.1180555556vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) and (min-width: 1920px) {
  #quienessomosDIV .content .contenedor .descripcion {
    font-size: 24.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) and (min-width: 1920px) {
  #quienessomosDIV .content .contenedor .descripcion {
    line-height: 30.5px;
  }
}
#quienessomosDIV .content .contenedor .descripcion strong {
  color: #c41a4a;
  font-weight: bold;
}
#quienessomosDIV .content .contenedor .descripcion br {
  display: none;
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .descripcion br {
    display: block;
  }
}
#quienessomosDIV .content .contenedor .descripcion br.o-mobile {
  display: block;
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .descripcion br.o-mobile {
    display: none;
  }
}
#quienessomosDIV .content .contenedor .descripcion.only-mobile {
  display: block;
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .descripcion.only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #quienessomosDIV .content .contenedor .descripcion.only-mobile {
    display: none;
  }
}
#quienessomosDIV .content .contenedor .descripcion.only-desktop {
  display: none;
}
@media only screen and (min-width: 769px) {
  #quienessomosDIV .content .contenedor .descripcion.only-desktop {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #quienessomosDIV .content .contenedor .descripcion.only-desktop {
    display: block;
  }
}

/* END CABECERA HOME*/
#queesldmDIV {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
}

#fabricacionDIV-spacer {
  background: red;
  width: 100%;
  height: 50%;
}

#fabricacionDIV {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #F2F2F2;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e5c6), color-stop(#eeedcf), color-stop(#dbdbb6), color-stop(#e9e9ca), color-stop(#f3f3da), color-stop(#fcfae7), color-stop(#f8f5e5), color-stop(#f5f0e3), color-stop(#efebe1), color-stop(#faf8e6), color-stop(#fcf6db), color-stop(#f9e6b9), to(#f3cd83));
  background-image: linear-gradient(to bottom, #e8e5c6, #eeedcf, #dbdbb6, #e9e9ca, #f3f3da, #fcfae7, #f8f5e5, #f5f0e3, #efebe1, #faf8e6, #fcf6db, #f9e6b9, #f3cd83);
  /* ELEMENTOS LIENZO */
  /*LAVADO */
  /*MOLIENDA*/
  /* FERMENTACIÓN */
  /*filtrado mezcla*/
  /* END ELEMENTOS LIENZO */
}
#fabricacionDIV #fabricacion-paginacion {
  font-family: Oswald !important;
  position: fixed;
  z-index: 3;
  display: none;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fabricacion-paginacion {
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    right: 6.40625vw;
    display: block;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  #fabricacionDIV #fabricacion-paginacion {
    right: 123px;
  }
}
#fabricacionDIV #fabricacion-paginacion ul li {
  width: 14px;
  height: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  cursor: pointer;
}
#fabricacionDIV #fabricacion-paginacion ul li span {
  color: #1c1911;
  font-size: 0.9375vw;
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.25s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.3s linear;
  transition: transform 0.25s ease-out, opacity 0.3s linear, -webkit-transform 0.25s ease-out;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  #fabricacionDIV #fabricacion-paginacion ul li span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #fabricacionDIV #fabricacion-paginacion ul li span {
    font-size: 2.7692307692vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #fabricacionDIV #fabricacion-paginacion ul li span {
    font-size: 15px;
  }
}
#fabricacionDIV #fabricacion-paginacion ul li div.bullet {
  border: solid 2px transparent;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: relative;
}
#fabricacionDIV #fabricacion-paginacion ul li div.bullet:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: #b8b8b8;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected:nth-child(1) div.bullet, #fabricacionDIV #fabricacion-paginacion ul li:hover:nth-child(1) div.bullet {
  border: solid 2px #c41a4a;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected:nth-child(2) div.bullet, #fabricacionDIV #fabricacion-paginacion ul li:hover:nth-child(2) div.bullet {
  border: solid 2px #00bead;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected:nth-child(3) div.bullet, #fabricacionDIV #fabricacion-paginacion ul li:hover:nth-child(3) div.bullet {
  border: solid 2px #477628;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected:nth-child(4) div.bullet, #fabricacionDIV #fabricacion-paginacion ul li:hover:nth-child(4) div.bullet {
  border: solid 2px #4c3693;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected:nth-child(5) div.bullet, #fabricacionDIV #fabricacion-paginacion ul li:hover:nth-child(5) div.bullet {
  border: solid 2px #ff8600;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected:nth-child(6) div.bullet, #fabricacionDIV #fabricacion-paginacion ul li:hover:nth-child(6) div.bullet {
  border: solid 2px #d02b2f;
}
#fabricacionDIV #fabricacion-paginacion ul li.selected span, #fabricacionDIV #fabricacion-paginacion ul li:hover span {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0px);
          transform: translateY(-50%) translateX(0px);
}
#fabricacionDIV #fabricacion-paginacion ul li.selected div.bullet:before, #fabricacionDIV #fabricacion-paginacion ul li:hover div.bullet:before {
  opacity: 0;
}
#fabricacionDIV #fab-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
#fabricacionDIV #fab-canvas img {
  width: 100%;
  height: auto;
}
#fabricacionDIV #fab-canvas .bck {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0 !important;
}
#fabricacionDIV #fab-canvas #c {
  position: absolute;
  z-index: 11;
  opacity: 0;
  top: 35vh;
  width: 90vw;
  height: 90vw;
  left: 5vw;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-canvas #c {
    top: auto;
    bottom: calc(26% - 2.6041666667vw);
    left: 34.4791666667vw;
    width: 32.8125vw;
    height: 29.6875vw;
  }
}
#fabricacionDIV #manzana {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 30.9375vw;
  bottom: 10vh;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #fabricacionDIV #manzana {
    bottom: 10vh;
  }
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #manzana {
    width: 10.5208333333vw;
    bottom: 26%;
    top: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #fabricacionDIV #manzana {
    width: 14.0277777778vw;
  }
}
#fabricacionDIV #manzana .sello {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: auto;
  opacity: 0;
}
#fabricacionDIV #mech {
  position: absolute;
  width: 46.875vw;
  right: 4.6875vw;
  z-index: 3;
  top: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #mech {
    width: auto;
    height: 88vh;
    right: 31.25vw;
    top: auto;
    bottom: calc(26% + 2.6041666667vw);
    max-width: 15.7291666667vw;
  }
  #fabricacionDIV #mech img {
    height: 100%;
    width: auto;
  }
}
#fabricacionDIV #bodegon {
  position: absolute;
  width: 94.375vw;
  right: 2.8125vw;
  bottom: calc(10vh - 5.38%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #bodegon {
    top: auto;
    width: 36.6666666667vw;
    right: 33.8vw;
    bottom: calc(26% - 1.5625vw);
  }
}
#fabricacionDIV #suelolavado {
  position: absolute;
  height: auto;
  opacity: 0;
  width: 81.875vw;
  left: 9.0625vw;
  bottom: calc(10vh - 5.38%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #suelolavado {
    top: auto;
    width: 36.3020833333vw;
    left: 32.7083333333vw;
    bottom: calc(26% - 2.8645833333vw);
  }
}
#fabricacionDIV #nube1 {
  position: absolute;
  left: 41.5625vw;
  width: 52.8125vw;
  top: 20vh;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #nube1 {
    top: auto;
    width: 22.2916666667vw;
    bottom: calc(26% + 17.5vw);
    left: 45.15625vw;
  }
}
#fabricacionDIV #nube2 {
  position: absolute;
  opacity: 0;
  width: 60.3125vw;
  left: 0vw;
  top: 25vh;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #nube2 {
    top: auto;
    width: 32.6041666667vw;
    bottom: calc(26% + 15.0520833333vw);
    left: 23.6979166667vw;
  }
}
#fabricacionDIV #nube3 {
  position: absolute;
  width: 51.5625vw;
  left: 47.8125vw;
  opacity: 0;
  top: 30vh;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #nube3 {
    top: auto;
    left: 48.2291666667vw;
    width: 26.4583333333vw;
    bottom: calc(26% + 12.03125vw);
  }
}
#fabricacionDIV #guante-izquierda {
  position: absolute;
  opacity: 0;
  width: 38.125vw;
  right: 62.5vw;
  bottom: calc(10vh + 1.5%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #guante-izquierda {
    top: auto;
    width: 18.8020833333vw;
    right: 53.75vw;
    bottom: calc(26% + 0.78125vw);
  }
}
#fabricacionDIV #guante-derecha {
  position: absolute;
  width: 37.5vw;
  left: 64.375vw;
  opacity: 0;
  bottom: calc(10vh + 1.5%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #guante-derecha {
    top: auto;
    width: 18.5416666667vw;
    left: 55.0520833333vw;
    bottom: calc(26% + 1.3020833333vw);
  }
}
#fabricacionDIV #pool, #fabricacionDIV #pool-back {
  position: absolute;
  opacity: 1;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  width: 100vw;
  left: -5vw;
  bottom: calc(10vh - 25.5%);
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #pool, #fabricacionDIV #pool-back {
    top: auto;
    width: 40vw;
    left: 27.8645833333vw;
    bottom: calc(26% - 18.2291666667vw);
  }
}
#fabricacionDIV #pool {
  z-index: 11;
}
#fabricacionDIV #pool-back {
  z-index: 9;
}
#fabricacionDIV .sparkling {
  position: absolute;
  width: 80.7vw;
  height: 52.5vw;
  left: 11.5vw;
  -webkit-transform: translateY(200vh);
          transform: translateY(200vh);
  opacity: 0;
  bottom: calc(10vh + 11.5%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV .sparkling {
    top: auto;
    width: 25.7vw;
    height: 22.5vw;
    left: 31.25vw;
    bottom: calc(26% + 0vw);
  }
}
#fabricacionDIV .sparkling.sparkling-2 {
  left: -14vw;
  -webkit-transform: translateY(200vh) scaleX(-1);
          transform: translateY(200vh) scaleX(-1);
  width: 97.7vw;
  bottom: calc(10vh + 5.5%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV .sparkling.sparkling-2 {
    top: auto;
    left: 41.6666666667vw;
    -webkit-transform: translateY(200vh) scaleX(-1);
            transform: translateY(200vh) scaleX(-1);
    left: 34vw;
    width: 35.7vw;
  }
}
#fabricacionDIV .sparkling .bubble {
  position: absolute;
  top: 53%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#fabricacionDIV .sparkling .small {
  width: 20px;
  height: 20px;
  left: 50%;
  -webkit-animation: flow-s 2s linear infinite;
          animation: flow-s 2s linear infinite;
}
#fabricacionDIV .sparkling .small-l {
  width: 20px;
  height: 20px;
  left: 43%;
  -webkit-animation: flow-s-l 0.9s linear infinite;
          animation: flow-s-l 0.9s linear infinite;
}
#fabricacionDIV .sparkling .s-medium {
  width: 40px;
  height: 40px;
  left: 43%;
  -webkit-animation: flow-s 1.3s linear infinite;
          animation: flow-s 1.3s linear infinite;
}
#fabricacionDIV .sparkling .medium {
  width: 50px;
  height: 50px;
  left: 45%;
  -webkit-animation: flow-m 0.8s linear infinite;
          animation: flow-m 0.8s linear infinite;
}
#fabricacionDIV .sparkling .large {
  width: 5px;
  height: 5px;
  left: 57%;
  -webkit-animation: flow-l 0.7s linear infinite;
          animation: flow-l 0.7s linear infinite;
}
@-webkit-keyframes flow-l {
  0% {
    top: 53%;
    left: 57%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 49%;
    left: 57.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    left: 58%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    left: 57.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 32%;
    left: 57%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@keyframes flow-l {
  0% {
    top: 53%;
    left: 57%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 49%;
    left: 57.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    left: 58%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    left: 57.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 32%;
    left: 57%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@-webkit-keyframes flow-s {
  0% {
    top: 53%;
    left: 50%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 49%;
    left: 51%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 45%;
    left: 52%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 41%;
    left: 51%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 37%;
    left: 50%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@keyframes flow-s {
  0% {
    top: 53%;
    left: 50%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 49%;
    left: 51%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 45%;
    left: 52%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 41%;
    left: 51%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 37%;
    left: 50%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@-webkit-keyframes flow-s-m {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 49%;
    left: 42.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 45%;
    left: 42%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 41%;
    left: 42.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 37%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@keyframes flow-s-m {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 49%;
    left: 42.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 45%;
    left: 42%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 41%;
    left: 42.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 37%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@-webkit-keyframes flow-m {
  0% {
    top: 53%;
    left: 45%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 48%;
    left: 44.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 38%;
    left: 44.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 33%;
    left: 45%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@keyframes flow-m {
  0% {
    top: 53%;
    left: 45%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 48%;
    left: 44.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 38%;
    left: 44.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 33%;
    left: 45%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@-webkit-keyframes flow-s-l {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 48%;
    left: 43.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 38%;
    left: 43.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 33%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
@keyframes flow-s-l {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble1.png);
  }
  25% {
    top: 48%;
    left: 43.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  75% {
    top: 38%;
    left: 43.5%;
    opacity: 1;
    background-image: url(/img/bubble1.png);
  }
  85% {
    background-image: url(/img/bubble2.png);
    opacity: 0.6;
  }
  100% {
    top: 33%;
    left: 43%;
    opacity: 0;
    background-image: url(/img/bubble3.png);
  }
}
#fabricacionDIV #ramas {
  position: absolute;
  -webkit-transform-origin: 45% 62%;
          transform-origin: 45% 62%;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 96.875vw;
  left: 3.5vw;
  bottom: calc(10vh - 5.5%);
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #ramas {
    top: auto;
    bottom: calc(26% - 2.96875vw);
    width: 51.6666666667vw;
    left: 26.8229166667vw;
  }
}
#fabricacionDIV #caja {
  position: absolute;
  width: 90vw;
  left: 11%;
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
  bottom: calc(10vh - 8.5%);
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #caja {
    top: auto;
    position: absolute;
    width: 44.1145833333vw;
    left: 31.7708333333vw;
    bottom: calc(26% - 7.8125vw);
  }
}
#fabricacionDIV #fab-recoleccion {
  width: 100%;
  height: 100vh;
  position: relative;
}
#fabricacionDIV #fab-recoleccion .block-title {
  left: 5.625vw;
  position: fixed;
  top: 19.1666666667vh;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-recoleccion .block-title {
    left: auto;
    right: 54%;
    top: 6.7708333333vw;
    position: fixed;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #fabricacionDIV #fab-recoleccion .block-title {
    top: 11.1111111111vw;
  }
}
#fabricacionDIV #fab-recoleccion-desmonta {
  width: 100%;
  height: 100vh;
}
#fabricacionDIV #fab-lavado {
  width: 100%;
  height: 120vh;
  position: relative;
}
#fabricacionDIV #fab-lavado .block-title {
  right: 5.625vw;
  /*test*/
  position: fixed;
  top: 27vh;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-lavado .block-title {
    top: auto;
    right: auto;
    left: 58%;
    position: fixed;
    top: 15.625vw;
  }
}
#fabricacionDIV #fab-lavado .block-title .step-title {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-lavado .block-title .step-title {
    text-align: left;
  }
}
#fabricacionDIV #fab-lavado .block-title .step-title p {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-lavado .block-title .step-title p {
    text-align: left;
    padding-right: 0;
    padding-left: 2.0833333333vw;
  }
}
#fabricacionDIV #fab-lavado .block-title .step-title p strong {
  color: #00bead;
}
#fabricacionDIV #fab-lavado-desmonta {
  width: 100%;
  height: 50vh;
}
#fabricacionDIV #fab-molienda {
  width: 100%;
  height: 120vh;
  position: relative;
}
#fabricacionDIV #fab-molienda .block-title {
  left: 0;
  right: 0;
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  width: 79.6875vw;
  top: 25vh;
  opacity: 0;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #fabricacionDIV #fab-molienda .block-title {
    width: 53.0769230769vw;
  }
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-molienda .block-title {
    top: auto;
    width: 23.6979166667vw;
    bottom: calc(26% + 16.1458333333vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #fabricacionDIV #fab-molienda .block-title {
    width: 31.5972222222vw;
  }
}
#fabricacionDIV #fab-molienda .block-title.disabled {
  pointer-events: none;
  opacity: 0 !important;
}
#fabricacionDIV #fab-molienda .block-title .step-title {
  text-align: center;
}
#fabricacionDIV #fab-molienda .block-title .step-title p {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
#fabricacionDIV #fab-molienda .block-title .step-title p strong {
  color: #477628;
}
#fabricacionDIV #fab-fermentacion {
  width: 100%;
  height: 100vh;
  position: relative;
}
#fabricacionDIV #fab-fermentacion .block-title {
  right: 5.625vw;
  position: fixed;
  top: 23vh;
  width: 85vw;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-fermentacion .block-title {
    right: auto;
    left: 58%;
    position: fixed;
    width: auto;
    top: 12.5vw;
  }
}
#fabricacionDIV #fab-fermentacion .block-title .step-title {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-fermentacion .block-title .step-title {
    text-align: left;
  }
}
#fabricacionDIV #fab-fermentacion .block-title .step-title p {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-fermentacion .block-title .step-title p {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}
#fabricacionDIV #fab-fermentacion .block-title .step-title p strong {
  color: #4c3693;
}
#fabricacionDIV #fab-fermentacion-desmonta {
  width: 100%;
  height: 50vh;
  position: relative;
}
#fabricacionDIV #fab-filtrado {
  width: 100%;
  height: 100vh;
  position: relative;
}
#fabricacionDIV #fab-filtrado .block-title {
  left: 5.625vw;
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  width: 88.75vw;
  top: 25vh;
  opacity: 0;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title {
    width: 51.3846153846vw;
  }
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title {
    right: 0;
    left: 0;
    width: 23.6979166667vw;
    top: auto;
    bottom: calc(26% + 17.1875vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #fabricacionDIV #fab-filtrado .block-title {
    width: 31.5972222222vw;
    bottom: calc(26% + 22.9166666667vw);
  }
}
#fabricacionDIV #fab-filtrado .block-title.disabled {
  pointer-events: none;
  opacity: 0 !important;
}
#fabricacionDIV #fab-filtrado .block-title .step-title {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title .step-title {
    text-align: center;
  }
}
#fabricacionDIV #fab-filtrado .block-title .step-title .title {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title .step-title .title {
    text-align: center;
  }
}
#fabricacionDIV #fab-filtrado .block-title .step-title p {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title .step-title p {
    text-align: center;
  }
}
#fabricacionDIV #fab-filtrado .block-title .step-title p strong {
  color: #ff8600;
}
#fabricacionDIV #fab-filtrado .block-title .step-title p br {
  display: none;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title .step-title p br {
    display: block;
  }
}
#fabricacionDIV #fab-filtrado .block-title .step-title p br.o-mobile {
  display: block;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-filtrado .block-title .step-title p br.o-mobile {
    display: none;
  }
}
#fabricacionDIV #fab-embotellado-spacer {
  width: 100%;
  height: 20vh;
}
#fabricacionDIV #fab-embotellado {
  width: 100%;
  height: 100vh;
  position: relative;
}
#fabricacionDIV #fab-embotellado .block-title {
  position: fixed;
  width: 88.75vw;
  right: 5.625vw;
  top: 16.6666666667vh;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #fabricacionDIV #fab-embotellado .block-title {
    width: 46.7692307692vw;
  }
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-embotellado .block-title {
    width: 23.6979166667vw;
    right: 57%;
    top: auto;
    bottom: calc(26% + 15.625vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #fabricacionDIV #fab-embotellado .block-title {
    width: 31.5972222222vw;
  }
}
#fabricacionDIV #fab-embotellado .block-title.disabled {
  pointer-events: none;
  opacity: 0 !important;
}
#fabricacionDIV #fab-embotellado .block-title .step-title {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-embotellado .block-title .step-title {
    text-align: left;
  }
}
#fabricacionDIV #fab-embotellado .block-title .step-title p {
  padding-right: 0;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  #fabricacionDIV #fab-embotellado .block-title .step-title p {
    text-align: left;
  }
}
#fabricacionDIV #fab-embotellado .block-title .step-title p strong {
  color: #d02b2f;
}

/* CARTELAS */
.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 78.125vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title {
    width: 38.4615384615vw;
  }
}
@media only screen and (min-width: 769px) {
  .block-title {
    width: 19.2708333333vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title {
    width: 25.6944444444vw;
  }
}
.block-title.disabled {
  pointer-events: none;
  opacity: 0 !important;
}
.block-title > h2 {
  font-family: "veneerregular", serif;
  color: black;
  text-align: left;
  font-size: 9.375vw;
  margin: 0 0 4.6875vw 0;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title > h2 {
    font-size: 6.1538461538vw;
    margin: 0 0 2.3076923077vw 0;
  }
}
@media only screen and (min-width: 769px) {
  .block-title > h2 {
    text-align: right;
    font-size: 4.1666666667vw;
    margin: 0 0 1.8229166667vw 0;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title > h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title > h2 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title > h2 {
    font-size: 5.5555555556vw;
    margin: 0 0 2.4305555556vw 0;
  }
}
.block-title .step-title {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .block-title .step-title {
    text-align: right;
  }
}
.block-title .step-title .number {
  font-family: Oswald;
  color: #595959;
  /*font-style: italic;*/
  position: relative;
  display: inline-block;
  font-size: 5vw;
  margin-bottom: 4.0625vw;
  padding: 0 15.625vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title .step-title .number {
    font-size: 2.7692307692vw;
    margin-bottom: 2.3076923077vw;
    padding: 0 7.6923076923vw;
  }
}
@media only screen and (min-width: 769px) {
  .block-title .step-title .number {
    font-size: 1.5625vw;
    margin-bottom: 0.78125vw;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title .step-title .number {
    font-size: 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title .step-title .number {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title .step-title .number {
    font-size: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
.block-title .step-title .number:before {
  content: " ";
  display: block;
  width: 10.9375vw;
  height: 1px;
  background: #313131;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title .step-title .number:before {
    width: 5.3846153846vw;
  }
}
@media only screen and (min-width: 769px) {
  .block-title .step-title .number:before {
    width: 40px;
  }
}
.block-title .step-title .number:after {
  content: " ";
  display: block;
  width: 10.9375vw;
  height: 1px;
  background: #313131;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title .step-title .number:after {
    width: 5.3846153846vw;
  }
}
@media only screen and (min-width: 769px) {
  .block-title .step-title .number:after {
    width: 40px;
  }
}
.block-title .step-title .title {
  font-family: "veneerregular", serif;
  color: black;
  font-size: 7.8125vw;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title .step-title .title {
    font-size: 4.6153846154vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media only screen and (min-width: 769px) {
  .block-title .step-title .title {
    font-size: 2.8125vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title .step-title .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title .step-title .title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title .step-title .title {
    font-size: 3.75vw;
    margin-bottom: 1.3888888889vw;
  }
}
.block-title .step-title p {
  /*font-style: italic;*/
  font-family: Oswald;
  color: #595959;
  text-align: left;
  font-size: 5.15625vw;
  line-height: 5.15625vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .block-title .step-title p {
    font-size: 3.1538461538vw;
    line-height: 3.1538461538vw;
  }
}
@media only screen and (min-width: 769px) {
  .block-title .step-title p {
    text-align: right;
    padding-right: 2.0833333333vw;
    font-size: 1.171875vw;
    line-height: 1.328125vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title .step-title p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1920px) {
  .block-title .step-title p {
    line-height: 25.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title .step-title p {
    padding-right: 2.7777777778vw;
    font-size: 1.5625vw;
    line-height: 1.7708333333vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) and (min-width: 1920px) {
  .block-title .step-title p {
    font-size: 22.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) and (min-width: 1920px) {
  .block-title .step-title p {
    line-height: 25.5px;
  }
}
.block-title .step-title p strong {
  color: #c41a4a;
  font-weight: bold;
}
.block-title .step-title p br {
  display: none;
}
@media only screen and (min-width: 769px) {
  .block-title .step-title p br {
    display: block;
  }
}
.block-title .step-title p br.o-mobile {
  display: block;
}
@media only screen and (min-width: 769px) {
  .block-title .step-title p br.o-mobile {
    display: none;
  }
}
.block-title .step-title p.only-mobile {
  display: block;
}
@media only screen and (min-width: 769px) {
  .block-title .step-title p.only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title .step-title p.only-mobile {
    display: none;
  }
}
.block-title .step-title p.only-desktop {
  display: none;
}
@media only screen and (min-width: 769px) {
  .block-title .step-title p.only-desktop {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .block-title .step-title p.only-desktop {
    display: block;
  }
}

@media only screen and (max-height: 780px) {
  .desktop {
    /* ELEMENTOS LIENZO */
  }
  .desktop .block-title > h2 {
    font-size: 7.8125vw;
    margin: 0 0 4.6875vw 0;
  }
}
@media only screen and (max-height: 780px) and (min-width: 550px) and (max-width: 769px) {
  .desktop .block-title > h2 {
    font-size: 3.8461538462vw;
    margin: 0 0 2.3076923077vw 0;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop .block-title > h2 {
    text-align: right;
    font-size: 3.125vw;
    margin: 0 0 1.0416666667vw 0;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title > h2 {
    font-size: 60px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title > h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (max-width: 1160px) {
  .desktop .block-title > h2 {
    font-size: 4.1666666667vw;
    margin: 0 0 1.3888888889vw 0;
  }
}
@media only screen and (max-height: 780px) {
  .desktop .block-title .step-title .number {
    font-size: 5.625vw;
    margin-bottom: 4.6875vw;
    padding: 0 15.625vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 550px) and (max-width: 769px) {
  .desktop .block-title .step-title .number {
    font-size: 2.7692307692vw;
    margin-bottom: 2.3076923077vw;
    padding: 0 7.6923076923vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop .block-title .step-title .number {
    font-size: 1.5625vw;
    margin-bottom: 0.5208333333vw;
    padding: 0 50px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title .step-title .number {
    font-size: 30px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title .step-title .number {
    margin-bottom: 10px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (max-width: 1160px) {
  .desktop .block-title .step-title .number {
    font-size: 2.0833333333vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media only screen and (max-height: 780px) {
  .desktop .block-title .step-title .title {
    font-size: 9.375vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 550px) and (max-width: 769px) {
  .desktop .block-title .step-title .title {
    font-size: 4.6153846154vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop .block-title .step-title .title {
    font-size: 2.34375vw;
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title .step-title .title {
    font-size: 45px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title .step-title .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (max-width: 1160px) {
  .desktop .block-title .step-title .title {
    font-size: 3.125vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media only screen and (max-height: 780px) {
  .desktop .block-title .step-title p {
    font-size: 5.15625vw;
    line-height: 5.78125vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 550px) and (max-width: 769px) {
  .desktop .block-title .step-title p {
    font-size: 2.5384615385vw;
    line-height: 2.8461538462vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop .block-title .step-title p {
    padding-right: 2.0833333333vw;
    font-size: 0.9635416667vw;
    line-height: 1.2239583333vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title .step-title p {
    font-size: 19px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (min-width: 1920px) {
  .desktop .block-title .step-title p {
    line-height: 23.5px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (max-width: 1160px) {
  .desktop .block-title .step-title p {
    padding-right: 2.7777777778vw;
    font-size: 1.2847222222vw;
    line-height: 1.6319444444vw;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (max-width: 1160px) and (min-width: 1920px) {
  .desktop .block-title .step-title p {
    font-size: 18.5px;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) and (max-width: 1160px) and (min-width: 1920px) {
  .desktop .block-title .step-title p {
    line-height: 23.5px;
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV {
    /*LAVADO */
    /*MOLIENDA*/
    /* END ELEMENTOS LIENZO */
    /*CORRECCION POSICIONES CONCRETAS*/
  }
  .desktop #fabricacionDIV #manzana {
    bottom: 10vh;
  }
}
@media only screen and (max-height: 780px) and (min-width: 550px) and (max-width: 769px) {
  .desktop #fabricacionDIV #manzana {
    bottom: 10vh;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #manzana {
    bottom: 12%;
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #bodegon {
    bottom: calc(10vh - 5.38%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #bodegon {
    bottom: calc(12% - 1.5625vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #suelolavado {
    bottom: calc(10vh - 5.38%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #suelolavado {
    bottom: calc(12% - 2.8645833333vw);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #nube2 {
    bottom: calc(12% + 15.0520833333vw);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #nube3 {
    bottom: calc(12% + 12.03125vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #guante-izquierda {
    bottom: calc(10vh + 1.5%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #guante-izquierda {
    bottom: calc(12% + 0.78125vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #guante-derecha {
    bottom: calc(10vh + 1.5%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #guante-derecha {
    bottom: calc(12% + 1.3020833333vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #pool, .desktop #fabricacionDIV #pool-back {
    bottom: calc(10vh - 25.5%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #pool, .desktop #fabricacionDIV #pool-back {
    bottom: calc(12% - 18.2291666667vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV .sparkling {
    bottom: calc(10vh + 11.5%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV .sparkling {
    bottom: calc(12% + 0vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #ramas {
    bottom: calc(10vh - 5.5%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #ramas {
    bottom: calc(12% - 2.96875vw);
  }
}
@media only screen and (max-height: 780px) {
  .desktop #fabricacionDIV #caja {
    bottom: calc(10vh - 8.5%);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #caja {
    bottom: calc(12% - 7.8125vw);
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #fab-recoleccion .block-title {
    top: 20vh;
    bottom: auto;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #fab-filtrado .block-title {
    top: 20vh;
    bottom: auto;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #fab-molienda .block-title {
    top: 20vh;
    bottom: auto;
  }
}
@media only screen and (max-height: 780px) and (min-width: 769px) {
  .desktop #fabricacionDIV #fab-embotellado .block-title {
    top: 20vh;
    bottom: auto;
  }
}
/* CREDENCIALES */
#credencialesDIV {
  position: relative;
  width: 100%;
  height: auto;
  margin: 15.625vw 0 0 0;
}
@media only screen and (min-width: 769px) {
  #credencialesDIV {
    margin: 3.125vw 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV {
    margin: 4.1666666667vw 0 0 0;
  }
}
#credencialesDIV header {
  margin: 0 auto;
  width: 87.5vw;
}
@media only screen and (min-width: 769px) {
  #credencialesDIV header {
    width: 70.3125vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header {
    width: 1125px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV header {
    width: 93.75vw;
  }
}
#credencialesDIV header h2 {
  position: relative;
  font-family: "veneerregular", serif;
  font-size: 9.375vw;
  padding: 6.25vw 0 0 0;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV header h2 {
    font-size: 4.6153846154vw;
    padding: 3.0769230769vw 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV header h2 {
    font-size: 2.7604166667vw;
    padding: 1.5625vw 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header h2 {
    font-size: 44.1666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header h2 {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV header h2 {
    font-size: 3.6805555556vw;
    padding: 2.0833333333vw 0 0 0;
  }
}
#credencialesDIV header h2:before {
  content: " ";
  display: block;
  height: 2px;
  background: #313131;
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV header h2:before {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV header h2:before {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header h2:before {
    width: 33.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV header h2:before {
    width: 2.7777777778vw;
  }
}
#credencialesDIV header p {
  font-family: Oswald;
  color: #595959;
  margin: 7.8125vw 0 0 0;
  font-size: 5.3125vw;
  line-height: 6.25vw;
  text-align: center;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV header p {
    margin: 3.8461538462vw 0 0 0;
    font-size: 2.6153846154vw;
    line-height: 3.0769230769vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV header p {
    margin: 1.0416666667vw 0 0 0;
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header p {
    margin-top: 16.6666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header p {
    font-size: 20.8333333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV header p {
    line-height: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV header p {
    margin: 1.3888888889vw 0 0 0;
    font-size: 1.875vw;
    line-height: 2.0833333333vw;
  }
}
#credencialesDIV header p strong {
  font-weight: bold;
}
#credencialesDIV .content {
  position: relative;
  margin: 12.5vw auto 0 auto;
  width: 87.5vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content {
    margin: 6.1538461538vw auto 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content {
    margin: 2.6041666667vw auto 0 auto;
    width: 70.3125vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content {
    width: 1125px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content {
    margin-top: 41.6666666667px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content {
    margin: 3.4722222222vw auto 0 auto;
    width: 93.75vw;
  }
}
#credencialesDIV .content .arrow-prev {
  position: absolute;
  background-image: url(/img/arrow-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  top: 60%;
  right: calc(90% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 28px;
  z-index: 10;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content .arrow-prev {
    display: block;
    width: 18px;
    height: 28px;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .arrow-prev {
    display: block;
    width: 18px;
    height: 28px;
    top: 50%;
    right: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content .arrow-prev {
    right: calc(100% + 10px);
  }
}
#credencialesDIV .content .arrow-next {
  position: absolute;
  background-image: url(/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 18px;
  height: 28px;
  top: 60%;
  left: calc(90% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .arrow-next {
    display: block;
    width: 18px;
    height: 28px;
    left: calc(100% + 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content .arrow-next {
    left: calc(100% + 10px);
  }
}
#credencialesDIV .content #credencial-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fdfce6;
  z-index: 10;
  font-family: Oswald;
  color: #595959;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125vw;
  display: none;
  font-size: 5.625vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content #credencial-detail {
    padding: 1.5384615385vw;
    font-size: 2.7692307692vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content #credencial-detail {
    padding: 25px;
    font-size: 1.5104166667vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail {
    font-size: 24.1666666667px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content #credencial-detail {
    font-size: 2.0138888889vw;
  }
}
#credencialesDIV .content #credencial-detail .close-detail {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  right: 3.125vw;
  top: 3.125vw;
  width: 6.25vw;
  height: 6.25vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    right: 1.5384615385vw;
    top: 1.5384615385vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    right: 1.0416666667vw;
    top: 1.0416666667vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    right: 16.6666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    top: 16.6666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    width: 25px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    height: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content #credencial-detail .close-detail {
    right: 1.3888888889vw;
    top: 1.3888888889vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
#credencialesDIV .content #credencial-detail .close-detail:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#credencialesDIV .content #credencial-detail .close-detail:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#credencialesDIV .content #credencial-detail .content-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
}
#credencialesDIV .content #credencial-detail strong {
  font-weight: bold;
}
#credencialesDIV .content #credencial-detail figure {
  text-align: center;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content #credencial-detail figure {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content #credencial-detail figure {
    display: block;
  }
}
#credencialesDIV .content #credencial-detail figure img {
  max-width: 60%;
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content #credencial-detail figure img {
    max-width: 100%;
  }
}
#credencialesDIV .content #credencial-detail p {
  margin: 0 0 1.5625vw 0;
  line-height: normal;
  font-size: 5.5vw;
  line-height: 6.125vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content #credencial-detail p {
    margin: 0 0 0.7692307692vw 0;
    font-size: 3.5384615385vw;
    line-height: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content #credencial-detail p {
    margin: 0 0 0.2083333333vw 0;
    font-size: 1.40625vw;
    line-height: 1.640625vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail p {
    margin-bottom: 8.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail p {
    font-size: 22.5px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content #credencial-detail p {
    line-height: 26.25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content #credencial-detail p {
    margin: 0 0 0.2777777778vw 0;
    font-size: 2.0138888889vw;
    line-height: 2.3611111111vw;
  }
}
#credencialesDIV .content .swiper-slide {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content .swiper-slide {
    padding: 0 3.0769230769vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .swiper-slide {
    width: 33.3333%;
    padding: 0 5.2083333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide {
    padding-left: 83.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide {
    padding-right: 83.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content .swiper-slide {
    padding: 0 6.9444444444vw;
  }
}
#credencialesDIV .content .swiper-slide .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 25.625vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content .swiper-slide .tit {
    height: 12.6153846154vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .swiper-slide .tit {
    height: 5.46875vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide .tit {
    height: 87.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content .swiper-slide .tit {
    height: 7.2916666667vw;
  }
}
#credencialesDIV .content .swiper-slide .tit:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #313131;
  top: 0;
  left: 0;
  position: absolute;
}
#credencialesDIV .content .swiper-slide .tit:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #313131;
  bottom: 0;
  left: 0;
  position: absolute;
}
#credencialesDIV .content .swiper-slide .tit span {
  color: #c41a4a;
  font-weight: bold;
  text-align: center;
  margin: auto;
  font-size: 7.1875vw;
  line-height: 8.125vw;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content .swiper-slide .tit span {
    font-size: 3.5384615385vw;
    line-height: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .swiper-slide .tit span {
    font-size: 1.5104166667vw;
    line-height: 1.7708333333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide .tit span {
    font-size: 24.1666666667px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide .tit span {
    line-height: 28.3333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content .swiper-slide .tit span {
    font-size: 2.0138888889vw;
    line-height: 2.3611111111vw;
  }
}
#credencialesDIV .content .swiper-slide > figure {
  margin-bottom: 10px;
  width: 87.5vw;
  height: 76.25vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  #credencialesDIV .content .swiper-slide > figure {
    width: 43.0769230769vw;
    height: 37.5384615385vw;
  }
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .swiper-slide > figure {
    width: 14.0625vw;
    height: 12.2395833333vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide > figure {
    width: 225px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1600px) {
  #credencialesDIV .content .swiper-slide > figure {
    height: 195.8333333333px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #credencialesDIV .content .swiper-slide > figure {
    width: 18.75vw;
    height: 16.3194444444vw;
  }
}
#credencialesDIV .content .swiper-slide > figure img {
  width: 70%;
}
@media only screen and (min-width: 769px) {
  #credencialesDIV .content .swiper-slide > figure img {
    width: 100%;
  }
}
#credencialesDIV .content .swiper-slide .ico {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#credencialesDIV .content .swiper-slide .ico:before {
  content: "";
  width: 25px;
  height: 2px;
  background: black;
  display: block;
}
#credencialesDIV .content .swiper-slide .ico:after {
  content: "";
  width: 25px;
  height: 2px;
  background: black;
  display: block;
  -webkit-transform: rotate(90deg) translateX(-3px);
          transform: rotate(90deg) translateX(-3px);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
#credencialesDIV .content .swiper-slide .txt {
  display: none;
}
#credencialesDIV .content .swiper-slide:hover .ico {
  opacity: 1;
}

.win-res #quienessomosDIV .content .col1 h2 {
  font-size: 2.875em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .win-res #quienessomosDIV .content .col1 h2 {
    font-size: 2.6em;
  }
}
@media only screen and (min-width: 769px) {
  .win-res #quienessomosDIV .content .col1 h2 {
    font-size: 3.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .win-res #quienessomosDIV .content .col1 h2 {
    font-size: 3.6em;
  }
}
.win-res .block-title > h2 {
  font-size: 3.975em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .win-res .block-title > h2 {
    font-size: 3.2em;
  }
}
@media only screen and (min-width: 769px) {
  .win-res .block-title > h2 {
    font-size: 3.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .win-res .block-title > h2 {
    font-size: 3.6em;
  }
}
.win-res .block-title .step-title .title {
  font-size: 3.125em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .win-res .block-title .step-title .title {
    font-size: 2.125em;
  }
}
@media only screen and (min-width: 769px) {
  .win-res .block-title .step-title .title {
    font-size: 3.3125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .win-res .block-title .step-title .title {
    font-size: 3.3125em;
  }
}
.win-res #credencialesDIV header h2 {
  font-size: 3.125em;
  will-change: font-size;
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .win-res #credencialesDIV header h2 {
    font-size: 2.125em;
  }
}
@media only screen and (min-width: 769px) {
  .win-res #credencialesDIV header h2 {
    font-size: 3.3125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .win-res #credencialesDIV header h2 {
    font-size: 3.3125em;
  }
}