/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*/
/*-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*/
/*------------------------------------------------------------------------------------*/
/*----------------------------------------Breakpoints---------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*--------------------------------Medidas-Responsive----------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*---------------------------------Imagen Reponsive-----------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*---------------------------------Imagen Reponsive-----------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*--------------------------------------Figuras---------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*---------------------------------Scroll-Bar-----------------------------------------*/
/*------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .3);
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background: #646464;
}

/*-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*/
@font-face {
  font-family: 'Plantin Std';
  src: url("fonts/PlantinStd.otf") format("opentype");
}

@font-face {
  font-family: 'Plantin italic';
  src: url("fonts/PlantinStd-Italic.otf") format("opentype");
}

@font-face {
  font-family: 'AgBook';
  src: url("fonts/AGBookProReg.otf") format("opentype");
}

::-moz-selection {
  background: rgba(100, 100, 100, .5);
}

::selection {
  background: rgba(100, 100, 100, .5);
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6, p, a, span, blockquote, ul, li {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
}

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

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

input {
  outline: 0;
}

li {
  list-style: none;
}

textarea {
  outline: 0;
}

.container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.back-collections .collections, .back-int-collections .int-collections, .back-stockist .stockist, .back-shop .shop, .back-int-shop .int-shop, .back-info .info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.back-collections .collections, .back-int-collections .int-collections, .back-stockist .stockist, .back-shop .shop, .back-int-shop .int-shop, .back-info .info {
  min-height: 100vh;
}

.alignleft {
  float: left;
  max-width: calc(50% - 60px);
  max-width: 50%;
  margin-left: 0;
  margin-right: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
}

.aligncenter {
  max-width: 100%;
  clear: both;
  display: block;
  margin: 60px auto;
}

.alignright {
  float: right;
  max-width: 50%;
  margin-right: 0;
  margin-left: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
}

/*-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*/
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*/
.back-home .home {
  position: relative;
  height: 3000px;
}

.back-home .home .contenido {
  text-align: center;
  position: fixed;
  top: 25%;
  left: 25%;
  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;
}

.back-home .home .contenido h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: unset;
  font-family: "Plantin Std";
  -webkit-filter: blur(5px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  filter: blur(5px);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.back-home .home .imagenes .img-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  position: fixed;
  top: 25%;
  left: 44%;
  width: 30%;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.back-home .home .imagenes .img-container > .img-post,
.back-home .home .imagenes .img-container iframe,
.back-home .home .imagenes .img-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back-home .home .imagenes .img-1 {
  width: 70%;
  left: unset;
  top: 20%;
  right: -20%;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  padding-bottom: 120%;
}

.back-home .home .imagenes .img-2 {
  width: 100%;
  top: 25%;
  left: 30%;
}

.back-home .home .imagenes .img-3 {
  top: 35%;
  left: 32%;
  width: 75%;
}

.back-home .home .imagenes .img-4 {
  top: 23%;
  left: 45%;
  width: 53%;
}

.back-home .home .imagenes .img-5 {
  top: 44%;
  left: 35%;
  width: 100%;
}

.back-menu {
  position: relative;
  z-index: 8000;
  background-color: transparent;
  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;
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  bottom: 50px;
  left: calc(50% - 100px);
}

.back-menu .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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.back-menu .menu.visible ul {
  -webkit-animation: slideDown .3s both alternate;
  animation: slideDown .3s both alternate;
}

@-webkit-keyframes slideDown {
  100% {
    height: calc(100vh - 3.5rem);
  }
}

@keyframes slideDown {
  100% {
    height: calc(100vh - 3.5rem);
  }
}

.back-menu .menu.unvisible ul {
  -webkit-animation: slideUp .3s;
  animation: slideUp .3s;
}

@-webkit-keyframes slideUp {
  0% {
    height: calc(100vh - 3.5rem);
  }
  100% {
    height: 0;
  }
}

@keyframes slideUp {
  0% {
    height: calc(100vh - 3.5rem);
  }
  100% {
    height: 0;
  }
}

.back-menu .menu .logo {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.back-menu .menu .logo img {
  width: 342px;
  width: 21.375rem;
}

.back-menu .menu > ul {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.back-menu .menu > ul > li {
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
}

.back-menu .menu > ul > li > span {
  cursor: pointer;
  color: #000;
}

.back-menu .menu > ul > li > span:hover {
  color: rgba(100, 100, 100, .4);
}

.back-menu .menu > ul > li > a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  color: #000;
}

.back-menu .menu > ul > li > a:hover {
  color: rgba(100, 100, 100, .4);
}

.back-menu .menu > ul > li:hover ul {
  display: block;
}

.back-menu .menu > ul > li > ul {
  width: 1px;
  display: none;
  background-color: transparent;
  margin-bottom: 18px;
}

.back-menu .menu > ul > li > ul > li {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.back-menu .menu > ul > li > ul > li > span {
  cursor: pointer;
  color: #000;
}

.back-menu .menu > ul > li > ul > li > span:hover {
  color: rgba(100, 100, 100, .4);
}

.back-menu .menu > ul > li > ul > li > a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  color: #000;
}

.back-menu .menu > ul > li > ul > li > a:hover {
  color: rgba(100, 100, 100, .4);
}

.back-menu .menu .btn-hamburguesa {
  z-index: 2;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
  margin: 10px;
  margin: 0.625rem;
}

.back-menu .menu .btn-hamburguesa:hover .linea-hamburguesa:nth-child(2), .back-menu .menu .btn-hamburguesa:hover .linea-hamburguesa:last-child {
  width: 100%;
}

.back-menu .menu .btn-hamburguesa:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.back-menu .menu .btn-hamburguesa .linea-hamburguesa {
  border-radius: 0.625rem;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #000;
}

.back-menu .menu .btn-hamburguesa .linea-hamburguesa:nth-child(2) {
  width: 75%;
}

.back-menu .menu .btn-hamburguesa .linea-hamburguesa:last-child {
  width: 50%;
}

.back-menu .menu ul li {
  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;
}

.back-menu .menu ul li a {
  text-transform: lowercase;
  font-size: 16px;
  font-family: "Plantin Std";
}

.back-menu .menu ul li span {
  text-transform: lowercase;
  font-size: 16px;
  font-family: "Plantin Std";
}

.back-menu .menu ul li form {
  display: none;
  margin-top: -4px;
}

.back-menu .menu ul li form input[type="text"] {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: "Plantin italic";
}

.back-menu .menu ul li form input[type="text"]::-webkit-input-placeholder {
  color: black;
}

.back-menu .menu ul li form input[type="submit"] {
  cursor: pointer;
  border: 0;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: "Plantin Std";
  padding-top: 5px;
}

.back-logo .logo-left {
  position: absolute;
  bottom: 30px;
  left: 30px;
  position: fixed;
  z-index: 1000;
}

.back-logo .logo-right {
  position: absolute;
  top: 30px;
  right: 30px;
  position: fixed;
  z-index: 1000;
}

.back-logo .img-logo img {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}

.back-collections .collections .collections-menu {
  position: relative;
  margin-top: 45px;
}

.back-collections .collections .collections-menu .item {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.back-collections .collections .collections-menu .item.italic h2 {
  font-family: "Plantin italic";
}

.back-collections .collections .collections-menu .item a p {
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: "Plantin Std";
}

.back-collections .collections .collections-menu .item a h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: unset;
  font-family: "Plantin italic";
  line-height: 22px;
}

.back-collections .collections .collections-menu .item .img-container {
  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;
  display: none;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0;
  margin: auto;
}

.back-collections .collections .collections-menu .item .img-container img {
  max-height: 550px;
}

.back-int-collections .int-collections .titulo {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  top: 2.8125rem;
  margin-bottom: 45px;
}

.back-int-collections .int-collections .titulo span {
  z-index: 2;
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: "Plantin Std";
}

.back-int-collections .int-collections .titulo h1 {
  z-index: 2;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Plantin Std";
  line-height: 22px;
}

.back-int-collections .int-collections .descripcion {
  width: 100%;
}

.back-int-collections .int-collections .descripcion p {
  margin-bottom: 30px;
}

.back-int-collections .int-collections .descripcion p:nth-of-type(1) img {
  margin-top: -80px;
}

.back-int-collections .int-collections .descripcion p.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
  z-index: 10000;
  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;
}

.back-int-collections .int-collections .descripcion p.modal .btn-close {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
}

.back-int-collections .int-collections .descripcion p.modal .btn-close img {
  max-width: 100%;
  height: auto;
  width: 20px;
}

.back-int-collections .int-collections .descripcion p.modal .btn-expandir {
  display: none;
}

.back-int-collections .int-collections .descripcion p img {
  cursor: pointer;
}

.back-int-collections .int-collections .descripcion p .btn-close {
  display: none;
  cursor: pointer;
  z-index: 2;
}

.int-collections-menu {
  position: relative;
}

.int-collections-menu .item {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.int-collections-menu .item.italic h2 {
  font-family: "Plantin italic";
}

.int-collections-menu .item a p {
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: "Plantin Std";
}

.int-collections-menu .item a h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Plantin Std";
  line-height: 22px;
}

.int-collections-menu .item .img-container {
  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;
  display: none;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0;
  margin: auto;
}

.int-collections-menu .item .img-container img {
  max-height: 550px;
}

.back-stockist .stockist {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.back-stockist .stockist .item {
  text-align: center;
}

.back-stockist .stockist .item:first-child .titulo {
  margin-top: 0;
}

.back-stockist .stockist .item .titulo {
  margin-bottom: 50px;
  margin-top: 50px;
  text-transform: lowercase;
}

.back-stockist .stockist .item .titulo h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: unset;
  font-family: "Plantin italic";
}

.back-stockist .stockist .item .direccion {
  width: 200px;
}

.back-stockist .stockist .item .direccion p {
  font-size: 16px;
  line-height: 18px;
  font-weight: unset;
  font-family: "Plantin italic";
}

.back-stockist .stockist .item .direccion span {
  font-size: 16px;
  line-height: 18px;
  font-weight: unset;
  font-family: "Plantin Std";
}

.back-stockist .stockist .item .direccion span:last-child {
  text-transform: uppercase;
}

.back-shop .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-shop .shop .menu-shop {
  margin-bottom: 30px;
}

.back-shop .shop .menu-shop .btn-expand-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;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px 0;
  -webkit-transition: .1s;
  transition: .1s;
  display: none;
}

.back-shop .shop .menu-shop .btn-expand-menu:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.back-shop .shop .menu-shop .btn-expand-menu span {
  margin-right: 5px;
}

.back-shop .shop .menu-shop .btn-expand-menu img {
  width: 15px;
}

.back-shop .shop .menu-shop ul {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  top: 0rem;
  top: calc(50% - 100px);
  margin-right: 50px;
}

.back-shop .shop .items-shop {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 1.875em;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[3];
      grid-template: 1fr/repeat(3, 1fr);
  width: 100%;
}

.back-shop .shop .items-shop .item .img-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  padding-bottom: 150%;
}

.back-shop .shop .items-shop .item .img-container > .img-post,
.back-shop .shop .items-shop .item .img-container iframe,
.back-shop .shop .items-shop .item .img-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back-shop .shop .items-shop .item .img-container:hover .descripcion {
  opacity: 1;
}

.back-shop .shop .items-shop .item .img-container .descripcion {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-shop .shop .items-shop .item .img-container .descripcion .titulo {
  margin-bottom: 30px;
}

.back-shop .shop .items-shop .item .img-container .descripcion .titulo h2 {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
}

.back-shop .shop .carrito {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.back-shop .shop .carrito .items {
  position: fixed;
  bottom: 60px;
  right: 50px;
  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;
  right: 650px;
}

.back-shop .shop .carrito .items img {
  width: 20px;
  margin-right: 5px;
}

.back-int-shop .int-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-int-shop .int-shop .menu-shop {
  margin-bottom: 30px;
}

.back-int-shop .int-shop .menu-shop .btn-expand-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;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px 0;
  -webkit-transition: .1s;
  transition: .1s;
  display: none;
}

.back-int-shop .int-shop .menu-shop .btn-expand-menu:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.back-int-shop .int-shop .menu-shop .btn-expand-menu span {
  margin-right: 5px;
}

.back-int-shop .int-shop .menu-shop .btn-expand-menu img {
  width: 15px;
}

.back-int-shop .int-shop .menu-shop ul {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  top: 0rem;
  top: calc(50% - 100px);
  margin-right: 50px;
}

.back-int-shop .int-shop .articulo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-int-shop .int-shop .articulo .img-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  padding-bottom: 100%;
}

.back-int-shop .int-shop .articulo .img-container > .img-post,
.back-int-shop .int-shop .articulo .img-container iframe,
.back-int-shop .int-shop .articulo .img-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back-int-shop .int-shop .articulo .info {
  width: 50%;
}

.back-int-shop .int-shop .articulo .info .contenido {
  margin-top: 100px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
}

.back-int-shop .int-shop .articulo .info .contenido .titulo {
  margin-bottom: 30px;
}

.back-int-shop .int-shop .articulo .info .contenido .precio {
  margin-bottom: 30px;
}

.back-int-shop .int-shop .articulo .info .contenido .size {
  margin-bottom: 30px;
  background-color: #000;
  padding: 5px;
}

.back-int-shop .int-shop .articulo .info .contenido .size h3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  color: #fff;
}

.back-int-shop .int-shop .articulo .info .contenido .descripcion p {
  margin-bottom: 5px;
}

.back-int-shop .int-shop .articulo .info .contenido .extra-info {
  margin-top: 30px;
}

.back-int-shop .int-shop .carrito {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.back-int-shop .int-shop .carrito .items {
  position: fixed;
  bottom: 60px;
  right: 50px;
  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;
  right: 650px;
}

.back-int-shop .int-shop .carrito .items img {
  width: 20px;
  margin-right: 5px;
}

.back-info .info {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

.back-info .info .descripcion {
  position: relative;
  margin-bottom: 50px;
}

.back-info .info .descripcion h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: unset;
  font-family: "Plantin Std";
}

.back-info .info .descripcion img {
  z-index: -1;
  width: 30%;
  position: absolute;
  top: 120px;
  right: 5px;
}

.back-info .info .sociales {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 1.875em;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[3];
      grid-template: 1fr/repeat(3, 1fr);
}

.back-info .info .sociales h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: unset;
  font-family: "Plantin italic";
}

.back-info .info .sociales a {
  font-size: 16px;
  line-height: 18px;
  font-weight: unset;
  font-family: "Plantin Std";
}

.back-newsletter {
  display: none;
}

.back-newsletter.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10000;
  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;
}

.back-newsletter.active .btn-close {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
}

.back-newsletter.active .btn-close img {
  max-width: 100%;
  height: auto;
  width: 20px;
}

.back-newsletter.active .btn-expandir {
  display: none;
}

.back-newsletter .newsletter {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: auto;
  width: 500px;
}

.back-newsletter .newsletter .btn-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.back-newsletter .newsletter .btn-close img {
  width: 20px;
}

.back-newsletter .newsletter .titulo {
  width: 480px;
  margin-bottom: 30px;
}

.back-newsletter .newsletter .titulo h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: normal;
  font-family: "Plantin Std";
}

.back-newsletter .newsletter input[type="text"] {
  color: #000;
  display: block;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Plantin italic";
}

.back-newsletter .newsletter input[type="text"]::-webkit-input-placeholder {
  color: black;
}

.back-newsletter .newsletter input[type="submit"] {
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Plantin Std";
  border: none;
  border: 1px solid #000;
  padding: 5px;
  padding-top: 10px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  z-index: 10000;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.loader .btn-close {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
}

.loader .btn-close img {
  max-width: 100%;
  height: auto;
  width: 20px;
}

.loader .btn-expandir {
  display: none;
}

.loader h4 {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Plantin italic";
  -webkit-animation: opacity 1s infinite linear;
  animation: opacity 1s infinite linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 2500px) {
  .back-shop .shop .carrito .items {
    right: calc(-765.09434px + 56.60377vw);
  }
  .back-int-shop .int-shop .carrito .items {
    right: calc(-765.09434px + 56.60377vw);
  }
}

@media screen and (max-width: 1490px) {
  .container {
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1440px) {
  .back-shop .shop .carrito .items {
    right: 50px;
  }
  .back-int-shop .int-shop .carrito .items {
    right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .back-home .home .contenido h2 {
    font-size: 32px;
  }
  .back-home .home .contenido h2 {
    line-height: 34px;
  }
  .back-menu .menu ul li form input[type="text"] {
    font-size: 12px;
  }
  .back-menu .menu ul li form input[type="text"] {
    line-height: 14px;
  }
  .back-menu .menu ul li form input[type="submit"] {
    font-size: 12px;
  }
  .back-menu .menu ul li form input[type="submit"] {
    line-height: 14px;
  }
  .back-stockist .stockist .item .titulo h2 {
    font-size: 32px;
  }
  .back-stockist .stockist .item .titulo h2 {
    line-height: 34px;
  }
  .back-stockist .stockist .item .direccion p {
    font-size: 16px;
  }
  .back-stockist .stockist .item .direccion p {
    line-height: 18px;
  }
  .back-stockist .stockist .item .direccion span {
    font-size: 16px;
  }
  .back-stockist .stockist .item .direccion span {
    line-height: 18px;
  }
  .back-shop .shop .items-shop .item .img-container .descripcion .titulo h2 {
    font-size: calc(12.70588px + 1.10294vw);
  }
  .back-shop .shop .items-shop .item .img-container .descripcion .titulo h2 {
    line-height: calc(14.70588px + 1.10294vw);
  }
  .back-int-shop .int-shop .articulo .info .contenido .size h3 {
    font-size: 12px;
  }
  .back-int-shop .int-shop .articulo .info .contenido .size h3 {
    line-height: 14px;
  }
  .back-info .info .descripcion h2 {
    font-size: calc(2.82353px + 4.41176vw);
  }
  .back-info .info .descripcion h2 {
    line-height: calc(4.82353px + 4.41176vw);
  }
  .back-info .info .sociales h2 {
    font-size: 16px;
  }
  .back-info .info .sociales h2 {
    line-height: 18px;
  }
  .back-info .info .sociales a {
    font-size: 16px;
  }
  .back-info .info .sociales a {
    line-height: 18px;
  }
  .back-newsletter .newsletter {
    width: calc(29.41176px + 45.95588vw);
  }
  .back-newsletter .newsletter .titulo {
    width: calc(9.41176px + 45.95588vw);
  }
  .back-newsletter .newsletter .titulo h2 {
    font-size: calc(16.94118px + 1.47059vw);
  }
  .back-newsletter .newsletter .titulo h2 {
    line-height: calc(18.94118px + 1.47059vw);
  }
  .back-newsletter .newsletter input[type="text"] {
    font-size: calc(8.94118px + 1.47059vw);
  }
  .back-newsletter .newsletter input[type="text"] {
    line-height: calc(10.94118px + 1.47059vw);
  }
  .back-newsletter .newsletter input[type="submit"] {
    font-size: 16px;
  }
  .back-newsletter .newsletter input[type="submit"] {
    line-height: 18px;
  }
  .loader h4 {
    font-size: 32px;
  }
  .loader h4 {
    line-height: 34px;
  }
}

@media screen and (max-width: 1000px) {
  .back-collections .collections .collections-menu .item a p {
    font-size: calc(20px + -0.8vw);
  }
  .back-collections .collections .collections-menu .item a p {
    line-height: calc(22px + -0.8vw);
  }
  .back-collections .collections .collections-menu .item a h2 {
    font-size: calc(16px + 1.6vw);
  }
  .back-collections .collections .collections-menu .item a h2 {
    line-height: calc(18px + 1.6vw);
  }
  .back-int-collections .int-collections .titulo span {
    font-size: calc(20px + -0.8vw);
  }
  .back-int-collections .int-collections .titulo span {
    line-height: calc(22px + -0.8vw);
  }
  .back-int-collections .int-collections .titulo h1 {
    font-size: calc(16px + 1.6vw);
  }
  .back-int-collections .int-collections .titulo h1 {
    line-height: calc(18px + 1.6vw);
  }
  .int-collections-menu .item a p {
    font-size: 12px;
  }
  .int-collections-menu .item a p {
    line-height: 14px;
  }
  .int-collections-menu .item a h2 {
    font-size: calc(16px + 1.6vw);
  }
  .int-collections-menu .item a h2 {
    line-height: calc(18px + 1.6vw);
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 45px);
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft {
    margin-right: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .aligncenter {
    margin: 20px auto;
  }
  .alignright {
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .back-menu {
    height: 3.5rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .wrapper {
    margin-top: 96px;
  }
  .back-menu .menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .back-menu .menu > ul {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 3.5rem;
    left: 0;
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
  }
  .back-menu .menu > ul > li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .back-menu .menu > ul > li:hover > ul {
    display: none;
  }
  .back-menu .menu > ul > li > ul {
    width: unset;
    position: absolute;
    margin: 0;
  }
  .back-menu .menu .btn-hamburguesa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .back-menu {
    background-color: #fff;
    left: unset !important;
  }
  .back-menu .menu .logo img {
    margin-top: 5px;
    width: 50px;
  }
  .back-menu .menu ul {
    background-color: #fff;
  }
  .back-logo {
    display: none;
  }
  .back-int-collections .int-collections .titulo {
    top: 65px;
  }
  .back-shop .shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .back-shop .shop .menu-shop .btn-expand-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .back-shop .shop .menu-shop ul {
    text-align: center;
    margin-right: 0;
    position: static;
  }
  .back-shop .shop .items-shop {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (1fr)[2];
        grid-template: 1fr/repeat(2, 1fr);
  }
  .back-shop .shop .items-shop {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .back-shop .shop .carrito {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    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;
    margin-bottom: 30px;
  }
  .back-shop .shop .carrito .items {
    position: static;
  }
  .back-int-shop .int-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .back-int-shop .int-shop .menu-shop .btn-expand-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .back-int-shop .int-shop .menu-shop ul {
    text-align: center;
    margin-right: 0;
    position: static;
  }
  .back-int-shop .int-shop .articulo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .back-int-shop .int-shop .carrito {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    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;
    margin-bottom: 30px;
  }
  .back-int-shop .int-shop .carrito .items {
    position: static;
  }
  .back-info .info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .back-info .info .sociales {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (1fr)[2];
        grid-template: 1fr/repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .back-collections .collections .collections-menu .item a p {
    font-size: 16px;
  }
  .back-collections .collections .collections-menu .item a p {
    line-height: 18px;
  }
  .back-collections .collections .collections-menu .item a h2 {
    font-size: 24px;
  }
  .back-collections .collections .collections-menu .item a h2 {
    line-height: 26px;
  }
  .back-int-collections .int-collections .titulo span {
    font-size: 16px;
  }
  .back-int-collections .int-collections .titulo span {
    line-height: 18px;
  }
  .back-int-collections .int-collections .titulo h1 {
    font-size: 24px;
  }
  .back-int-collections .int-collections .titulo h1 {
    line-height: 26px;
  }
  .int-collections-menu .item a p {
    font-size: 12px;
  }
  .int-collections-menu .item a p {
    line-height: 14px;
  }
  .int-collections-menu .item a h2 {
    font-size: 24px;
  }
  .int-collections-menu .item a h2 {
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 22.5px);
    margin-left: auto;
    margin-right: auto;
  }
  .back-home .home .contenido {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
  }
  .back-home .home .contenido h2 {
    -webkit-filter: unset !important;
    filter: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .back-home .home .contenido h2 {
    font-size: 32px;
  }
  .back-home .home .contenido h2 {
    line-height: 34px;
  }
  .back-home .home .imagenes {
    display: none;
  }
  .back-menu .menu .logo img {
    width: 265px;
  }
  .back-menu .menu .logo img {
    margin-top: 5px;
    width: 50px;
  }
  .back-menu .menu ul li form input[type="text"] {
    font-size: 12px;
  }
  .back-menu .menu ul li form input[type="text"] {
    line-height: 14px;
  }
  .back-menu .menu ul li form input[type="submit"] {
    font-size: 12px;
  }
  .back-menu .menu ul li form input[type="submit"] {
    line-height: 14px;
  }
  .back-int-collections .int-collections .descripcion p:nth-of-type(1) img {
    margin-top: -55px;
  }
  .back-stockist .stockist .item .titulo h2 {
    font-size: 32px;
  }
  .back-stockist .stockist .item .titulo h2 {
    line-height: 34px;
  }
  .back-stockist .stockist .item .direccion p {
    font-size: 16px;
  }
  .back-stockist .stockist .item .direccion p {
    line-height: 18px;
  }
  .back-stockist .stockist .item .direccion span {
    font-size: 16px;
  }
  .back-stockist .stockist .item .direccion span {
    line-height: 18px;
  }
  .back-shop .shop .menu-shop .btn-expand-menu {
    width: 100%;
  }
  .back-shop .shop .items-shop {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (1fr)[1];
        grid-template: 1fr/repeat(1, 1fr);
  }
  .back-shop .shop .items-shop .item .img-container .descripcion .titulo h2 {
    font-size: 18px;
  }
  .back-shop .shop .items-shop .item .img-container .descripcion .titulo h2 {
    line-height: 20px;
  }
  .back-int-shop .int-shop .menu-shop .btn-expand-menu {
    width: 100%;
  }
  .back-int-shop .int-shop .articulo .info .contenido .size h3 {
    font-size: 12px;
  }
  .back-int-shop .int-shop .articulo .info .contenido .size h3 {
    line-height: 14px;
  }
  .back-info .info .descripcion {
    text-align: center;
  }
  .back-info .info .descripcion h2 {
    font-size: 24px;
  }
  .back-info .info .descripcion h2 {
    line-height: 26px;
  }
  .back-info .info .sociales {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (1fr)[1];
        grid-template: 1fr/repeat(1, 1fr);
  }
  .back-info .info .sociales {
    text-align: center;
  }
  .back-info .info .sociales h2 {
    font-size: 16px;
  }
  .back-info .info .sociales h2 {
    line-height: 18px;
  }
  .back-info .info .sociales a {
    font-size: 16px;
  }
  .back-info .info .sociales a {
    line-height: 18px;
  }
  .back-newsletter .newsletter {
    width: 250px;
  }
  .back-newsletter .newsletter .titulo {
    width: 230px;
  }
  .back-newsletter .newsletter .titulo h2 {
    font-size: 24px;
  }
  .back-newsletter .newsletter .titulo h2 {
    line-height: 26px;
  }
  .back-newsletter .newsletter input[type="text"] {
    font-size: 16px;
  }
  .back-newsletter .newsletter input[type="text"] {
    line-height: 18px;
  }
  .back-newsletter .newsletter input[type="submit"] {
    font-size: 16px;
  }
  .back-newsletter .newsletter input[type="submit"] {
    line-height: 18px;
  }
  .loader h4 {
    font-size: 32px;
  }
  .loader h4 {
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) {
  .back-menu .container {
    width: 100%;
  }
  .back-menu .menu .logo {
    display: none;
  }
}
