* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
@font-face {
  font-family: Regular;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Bold;
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Light;
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: LightItalic;
  src: url(../fonts/OpenSans-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");
}
@font-face {
  font-family: Condbold;
  src: url(../fonts/OpenSans-CondBold.ttf) format("truetype");
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 1920px;
  min-width: 320px;
}
#whatsapp_pc {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  height: 94px;
  width: 90px;
  opacity: 1;
}
#whatsapp_pc img {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #whatsapp_pc {
    display: none;
  }
}
#whatsapp_cel {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 9999;
  height: 70px;
  width: 60px;
  opacity: 1;
}
#whatsapp_cel img {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #whatsapp_cel {
    display: block;
  }
}
.encabezado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  background-image: url(../images/fondo-encabezado.jpg);
}
.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 35px;
  padding-right: 8%;
}
.red {
  margin-left: 5px;
}
.red img {
  height: 100%;
  display: block;
}
.cont-marca {
  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: 100%;
  height: 250px;
  background-image: url(../images/marca.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}
@media screen and (max-width: 1365px) {
  .cont-marca {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .cont-marca {
    height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .cont-marca {
    background-image: url(../images/marca.png);
  }
}
@media screen and (max-width: 639px) {
  .cont-marca {
    background-image: url(../images/marca.png);
    margin-bottom: 30px;
    height: 130px;
  }
}
.mendoza {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .mendoza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .mendoza {
    margin-bottom: 40px;
  }
  .mendoza img {
    width: 80%;
  }
}
.menu {
  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: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 8%;
  }
}
.menu-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}
@media screen and (max-width: 1279px) {
  .menu-pc {
    width: 83.3%;
  }
}
@media screen and (max-width: 1023px) {
  .menu-pc {
    display: none;
  }
}
.menu-pc li {
  list-style: none;
}
.menu-pc li a:link {
  font-family: "Regular", arial;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.menu-pc li a:visited {
  color: #333333;
}
.menu-pc li a:hover {
  font-family: "Semibold", arial;
  color: #ff6600;
}
.menu-pc li.activo a:link {
  font-family: "Semibold", arial;
  font-size: 16px;
  color: #ff6600;
  text-decoration: none;
}
.menu-pc li.activo a:visited {
  color: #ff6600;
}
.menu-pc li.activo a:hover {
  color: #ff6600;
}
.boton-inicio {
  display: none;
}
@media screen and (max-width: 1023px) {
  .boton-inicio {
    display: block;
  }
}
.boton-inicio a:link {
  font-family: "Regular", arial;
  font-size: 20px;
  color: #333333;
  text-decoration: none;
}
.boton-inicio a:visited {
  color: #705a2d;
}
.boton-inicio a:hover {
  color: #ffffff;
  font-family: "Semibold", arial;
}
.pie {
  width: 100%;
  background-color: #eea060;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 639px) {
  .pie img {
    width: 90%;
  }
}
.mc {
  width: 100%;
  padding: 5px 0;
  height: 30px;
  text-align: center;
  background-color: #da9258;
}
.mc img {
  height: 100%;
}
#menu {
  width: 20%;
  min-width: 280px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f6f0),
    to(#ffffff)
  );
  background: linear-gradient(#f8f6f0, #ffffff);
}
@media screen and (max-width: 1599px) {
  #menu {
    width: 28%;
  }
}
@media screen and (max-width: 1279px) {
  #menu {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  #menu {
    width: 50%;
    border-right: 0;
  }
}
@media screen and (max-width: 639px) {
  #menu {
    width: 100%;
  }
}
#menu-tienda {
  width: 20%;
  min-width: 280px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 1599px) {
  #menu-tienda {
    width: 28%;
  }
}
@media screen and (max-width: 1279px) {
  #menu-tienda {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  #menu-tienda {
    width: 60%;
    border-right: 0;
  }
}
.cerrar-menu {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 16px;
  color: #ffffff;
  background-color: #ff7c02;
  padding: 3px 8px;
  border-radius: 50px;
}
@media screen and (max-width: 639px) {
  .cerrar-menu {
    font-family: 20px;
    padding: 5px 10px;
    background-color: #ff7c02;
  }
}
nav {
  width: 100%;
  padding: 20px 0px 0 0px;
}
nav ul li {
  width: 100%;
  border-bottom: 1px solid #ebe4d6;
  list-style: none;
}
nav ul li:last-child {
  border-bottom: 0;
}
nav ul li a:link {
  display: block;
  width: 100%;
  background-color: #f8f6f0;
  font-family: "Regular", arial;
  font-size: 18px;
  color: #897a59;
  text-decoration: none;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 1023px) {
  nav ul li a:link {
    font-size: 16px;
    padding: 20px 0 20px 20px;
  }
}
nav ul li a:visited {
  background-color: #f8f6f0;
  color: #be8407;
}
nav ul li a:hover {
  background-color: #faa251;
  font-family: "Regular", arial;
  color: #e6ab54;
}
nav ul li.activo a:link {
  font-family: "Semibold", arial;
  color: #ffffff;
  background-color: #faa251;
}
nav ul li.activo a:visited {
  color: #ffffff;
  background-color: #faa251;
}
nav ul li.activo a:hover {
  color: #ffffff;
  background-color: #faa251;
}
.marca-menu {
  padding-top: 20px;
  width: 80%;
  max-width: 380px;
  margin-bottom: 10px;
}
.marca-menu img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 639px) {
  .marca-menu {
    max-width: 300px;
  }
}
.container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.container::-webkit-scrollbar-thumb {
  background: #a58585;
  border-radius: 4px;
}
.container::-webkit-scrollbar-thumb:hover {
  background: #a76a6a;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.container::-webkit-scrollbar-thumb:active {
  background-color: #d16767;
}
.container::-webkit-scrollbar-track {
  background: #5f5f5f;
  border-radius: 4px;
}
.container::-webkit-scrollbar-track:hover,
.container::-webkit-scrollbar-track:active {
  background: #6e6e6e;
}
html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.pushbar_locked .pushbar_main_content.pushbar_blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  background: #000000;
}
html.pushbar_locked .pushbar_overlay {
  opacity: 0.85;
  z-index: 999;
}
[data-pushbar-id] {
  z-index: 10000;
  position: fixed;
  overflow-y: auto;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  background: #000000;
}
[data-pushbar-direction="left"][data-pushbar-id] {
  top: 0;
  width: 0;
  max-width: 100%;
  height: 100%;
}
[data-pushbar-direction="right"][data-pushbar-id] {
  top: 0;
  width: 0;
  max-width: 100%;
  height: 100%;
}
[data-pushbar-direction="top"][data-pushbar-id] {
  left: 0;
  width: 100%;
  min-height: 150px;
}
[data-pushbar-direction="bottom"][data-pushbar-id] {
  left: 0;
  width: 100%;
  min-height: 150px;
}
[data-pushbar-direction="left"][data-pushbar-id] {
  left: 0;
  -webkit-transform: translateZ(0) translateX(-100%);
  transform: translateZ(0) translateX(-100%);
}
[data-pushbar-direction="right"][data-pushbar-id] {
  right: 0;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
}
[data-pushbar-direction="top"][data-pushbar-id] {
  top: 0;
  -webkit-transform: translateZ(0) translateY(-100%);
  transform: translateZ(0) translateY(-100%);
}
[data-pushbar-direction="bottom"][data-pushbar-id] {
  bottom: 0;
  -webkit-transform: translateZ(0) translateY(100%);
  transform: translateZ(0) translateY(100%);
}
[data-pushbar-id].opened {
  display: block;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
.cb-slideshow,
.cb-slideshow {
  width: 100%;
  height: 325px;
  top: 0px;
  left: 0px;
  z-index: 0;
}
@media screen and (max-width: 1599px) {
  .cb-slideshow,
  .cb-slideshow {
    height: 277px;
  }
}
@media screen and (max-width: 1365px) {
  .cb-slideshow,
  .cb-slideshow {
    height: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .cb-slideshow,
  .cb-slideshow {
    height: 208px;
  }
}
@media screen and (max-width: 1023px) {
  .cb-slideshow,
  .cb-slideshow {
    height: 156px;
  }
}
@media screen and (max-width: 767px) {
  .cb-slideshow,
  .cb-slideshow {
    height: 130px;
  }
}
@media screen and (max-width: 639px) {
  .cb-slideshow,
  .cb-slideshow {
    height: 65px;
  }
}
.cb-slideshow {
  content: "";
  background: transparent url(../images/pattern.png) repeat top left;
  z-index: 222;
}





/* ********************************************************************************************************** */




.cb-slideshow li span {
  width: 100%;
  height: 325px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 54s linear infinite 0s;
  animation: imageAnimation 54s linear infinite 0s;
}

/* 5D = 36 */
/* 6D = 42s */
/* 7D = 48s */
/* 8D = 54s */
/* 9D = 60s */
/* 10D = 66s */
/* 11D = 72s */
/* 12D = 78s */
/* 13D = 84s */
/* 14D = 90s */

/* ********************************************************************************************************** */













@media screen and (max-width: 1599px) {
  .cb-slideshow li span {
    height: 277px;
  }
}
@media screen and (max-width: 1365px) {
  .cb-slideshow li span {
    height: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .cb-slideshow li span {
    height: 208px;
  }
}
@media screen and (max-width: 1023px) {
  .cb-slideshow li span {
    height: 156px;
  }
}
@media screen and (max-width: 767px) {
  .cb-slideshow li span {
    height: 130px;
  }
}
@media screen and (max-width: 639px) {
  .cb-slideshow li span {
    height: 65px;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    opacity--webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    opacity--webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    opacity--webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    opacity--webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    opacity--webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    opacity--webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    opacity--webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    opacity--webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    opacity--webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    opacity--webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
#contenedor-slide-pc {
  position: relative;
  width: 100%;
  height: 325px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1599px) {
  #contenedor-slide-pc {
    height: 277px;
  }
}
@media screen and (max-width: 1365px) {
  #contenedor-slide-pc {
    height: 260px;
  }
}
@media screen and (max-width: 1279px) {
  #contenedor-slide-pc {
    height: 208px;
  }
}
@media screen and (max-width: 1023px) {
  #contenedor-slide-pc {
    height: 156px;
  }
}
@media screen and (max-width: 767px) {
  #contenedor-slide-pc {
    height: 130px;
  }
}
@media screen and (max-width: 639px) {
  #contenedor-slide-pc {
    height: 65px;
  }
}









/* ********************************************************************************************************** */




.cb-slideshow li:nth-child(1) span {
  background-image: url("../variables/slides/index-img-1.png");
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cb-slideshow li:nth-child(2) span {
  background-image: url("../variables/slides/index-img-2.png");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url("../variables/slides/index-img-3.png");
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url("../variables/slides/index-img-4.png");
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url("../variables/slides/index-img-5.png");
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url("../variables/slides/index-img-6.png");
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span {
  background-image: url("../variables/slides/index-img-7.png");
  -webkit-animation-delay: 36s;
  animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) span {
  background-image: url("../variables/slides/index-img-8.png");
  -webkit-animation-delay: 42s;
  animation-delay: 42s;
}

/* .cb-slideshow li:nth-child(9) span {
  background-image: url("../variables/slides/index-img-9.png");
  -webkit-animation-delay: 48s;
  animation-delay: 48s;
}

.cb-slideshow li:nth-child(10) span {
  background-image: url("../variables/slides/index-img-10.png");
  -webkit-animation-delay: 54s;
  animation-delay: 54s;
}

.cb-slideshow li:nth-child(11) span {
  background-image: url("../variables/slides/index-img-11.png");
  -webkit-animation-delay: 60s;
  animation-delay: 60s;
}

.cb-slideshow li:nth-child(12) span {
  background-image: url("../variables/slides/index-img-12.png");
  -webkit-animation-delay: 66s;
  animation-delay: 66s;
}

.cb-slideshow li:nth-child(13) span {
  background-image: url("../variables/slides/index-img-13.png");
  -webkit-animation-delay: 72s;
  animation-delay: 72s;
}

.cb-slideshow li:nth-child(14) span {
  background-image: url("../variables/slides/index-img-14.png");
  -webkit-animation-delay: 78s;
  animation-delay: 78s;
} */




/* ********************************************************************************************************** */














.fondo-slide-pc {
  background-image: url(../variables/slides/index-img-0.png);
  background-size: contain;
}
.catalogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 100px 80px 40px 80px;
}
@media screen and (max-width: 1279px) {
  .catalogo {
    margin: 100px 20px 40px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .catalogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 100px 20px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .catalogo {
    margin: 80px 20px 15px 20px;
  }
}
.catalogo-txt,
.catalogo-img {
  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: 49%;
  height: 500px;
}
@media screen and (max-width: 1023px) {
  .catalogo-txt,
  .catalogo-img {
    width: 100%;
    margin: 8px 0;
  }
}
@media screen and (max-width: 639px) {
  .catalogo-txt,
  .catalogo-img {
    height: auto;
  }
}
.catalogo-txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 50px;
}
@media screen and (max-width: 639px) {
  .catalogo-txt {
    padding: 50px 20px;
  }
}
.titulo-catalogo {
  width: 100%;
  font-family: "Light", arial;
  font-size: 42px;
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
}
.bajada-catalogo {
  width: 100%;
  font-family: "Light", arial;
  font-size: 22px;
  color: #666666;
  margin-bottom: 40px;
  text-align: center;
}
.link-catalogo a:link {
  display: block;
  font-family: "Regular", arial;
  font-size: 18px;
  color: #c5ac86;
  background-color: #f0e5dc;
  border-radius: 10px;
  padding: 12px 36px;
  text-decoration: none;
}
.link-catalogo a:visited {
  color: #c5ac86;
}
.link-catalogo a:hover {
  color: #f5f2ee;
  background-color: #e9d8c9;
}
.catalogo-img {
  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;
  background-color: #f1dac7;
  overflow: hidden;
}
.catalogo-img img {
  height: 550px;
}
@media screen and (max-width: 1365px) {
  .catalogo-img img {
    height: 500px;
  }
}
@media screen and (max-width: 639px) {
  .catalogo-img img {
    width: 100%;
    height: auto;
  }
}
.cierres-1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 80px 100px 80px;
}
.cierres-1600 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .cierres-1600 {
    margin: 0px 20px 100px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .cierres-1600 {
    display: none;
  }
}
.cierres-768 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cierres-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 20px 100px 20px;
  }
  .cierres-768 img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .cierres-768 {
    display: none;
  }
}
.cierres-320 {
  display: none;
}
@media screen and (max-width: 639px) {
  .cierres-320 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 20px 100px 20px;
  }
  .cierres-320 img {
    display: block;
    width: 100%;
  }
}
.razones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 60px 15%;
  background-color: #f1e7f0;
}
@media screen and (max-width: 1599px) {
  .razones {
    padding: 60px 10%;
  }
}
@media screen and (max-width: 1279px) {
  .razones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.titulo-razones {
  width: 36%;
  font-family: "Regular", arial;
  font-size: 36px;
}
@media screen and (max-width: 1365px) {
  .titulo-razones {
    width: 40%;
  }
}
@media screen and (max-width: 1279px) {
  .titulo-razones {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.lista-razones {
  width: 56%;
  font-family: "Light", arial;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1365px) {
  .lista-razones {
    width: 60%;
  }
}
@media screen and (max-width: 1279px) {
  .lista-razones {
    width: 100%;
    text-align: center;
  }
}
.video {
  display: grid;
  grid-template-columns: 3fr 3fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  width: 80%;
  text-align: center;
  margin: 100px auto;}

@media screen and (max-width: 1365px) {
  .video {
    width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  .video {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 639px) {
  .video {
    grid-template-columns: 1fr;
    margin: 60px auto;
  }
}
video {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  video {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  video {
    width: 100%;
  }
}
.empresa-txt {
  width: 70%;
  margin: 120px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .empresa-txt {
    width: 90%;
  }
}
.titulo-empresa {
  width: 100%;
  font-family: "Light", arial;
  font-size: 32px;
  color: #ff3c74;
  margin-bottom: 35px;
}
.texto-empresa {
  width: 100%;
  height: auto;
  display: block;
  font-family: "Light", arial;
  color: #333333;
  font-size: 18px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .texto-empresa {
    text-align: left;
    font-size: 18px;
  }
}
.fragancias {
  width: 100%;
  margin: 0 0 150px 0;
}
.fragancia {
  width: 90%;
  overflow: hidden;
  margin: 10px auto 70px auto;
  text-align: center;
}
.fragancia img {
  width: 100%;
}
.titulo-lineas {
  width: 90%;
  font-family: "Light", arial;
  font-size: 32px;
  color: #ff3c74;
  margin: 100px 0 30px 0;
}
.titulo-fragancias {
  width: 90%;
  font-family: "Light", arial;
  font-size: 32px;
  color: #ff3c74;
  margin: 50px 0 30px 0;
}
.titulo-promos {
  width: 90%;
  font-family: "Light", arial;
  font-size: 32px;
  color: #ff3c74;
  margin: 100px 0 30px 0;
  text-align: center;
}
.lineas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
}
.linea {
  width: 19%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .linea {
    width: 32%;
  }
}
@media screen and (max-width: 639px) {
  .linea {
    width: 100%;
  }
}
.linea img {
  width: 100%;
}
.promociones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .promociones {
    width: 90%;
  }
}
.promo {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.promo img {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
}
.cont-form-contacto {
  width: 70%;
  margin: 50px 0 150px 0;
}
@media screen and (max-width: 639px) {
  .cont-form-contacto {
    width: 90%;
  }
}
.cont-contacto {
  width: 70%;
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 1365px) {
  .cont-contacto {
    width: 75%;
  }
}
@media screen and (max-width: 1279px) {
  .cont-contacto {
    width: 90%;
  }
}
@media screen and (max-width: 639px) {
  .cont-contacto {
    padding: 60px 0 70px 0;
  }
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.col-contacto {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .col-contacto {
    width: 100%;
  }
}
.campo-contacto {
  width: 100%;
  height: auto;
  border: 1px solid #d8d8d8;
  background-color: #f5f5f5;
  font-family: "Regular", arial;
  font-size: 16px;
  color: #333333;
  padding: 6px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .campo-contacto {
    padding: 10px 5px;
  }
}
.observaciones {
  width: 100%;
  height: 175px;
  border: 1px solid #d8d8d8;
  background-color: #f5f5f5;
  font-family: "Regular", arial;
  font-size: 16px;
  color: #333333;
  padding: 6px 10px;
}
.cont-boton {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 639px) {
  .cont-boton {
    margin-top: 10px;
  }
}
.boton-asoc {
  cursor: pointer;
  width: auto;
  height: auto;
  font-family: "Bold", arial;
  font-size: 18px;
  color: #ffffff;
  padding: 8px 40px;
  border: 1px solid #c78100;
  border-radius: 4px;
  background-color: #d88e04;
  margin-top: 0px;
}
@media screen and (max-width: 639px) {
  .boton-asoc {
    width: 100%;
    text-align: center;
  }
}
.campo-contacto::-webkit-input-placeholder,
.observaciones::-webkit-input-placeholder {
  font-family: "LightItalic", arial;
  font-size: 16px;
  color: #919191;
  font-style: italic;
}
.campo-contacto:-ms-input-placeholder,
.observaciones:-ms-input-placeholder {
  font-family: "LightItalic", arial;
  font-size: 16px;
  color: #919191;
  font-style: italic;
}
.campo-contacto::-ms-input-placeholder,
.observaciones::-ms-input-placeholder {
  font-family: "LightItalic", arial;
  font-size: 16px;
  color: #919191;
  font-style: italic;
}
.campo-contacto::placeholder,
.observaciones::placeholder {
  font-family: "LightItalic", arial;
  font-size: 16px;
  color: #919191;
  font-style: italic;
}
.respuesta-contacto {
  width: 100%;
  font-family: "Regular", arial;
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding: 0 30px;
  margin: 50px 0 100px 0;
}
.agotar-stock {
  width: 80%;
  font-family: "Bold", arial;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #ff5b89;
  border: 1px solid #ff3c74;
  padding: 20px;
  margin: 100px 0 40px 0;
  border-radius: 10px;
}
