.filter-primary {
  filter: invert(83%) sepia(95%) saturate(452%) hue-rotate(348deg) brightness(101%) contrast(88%);
}
.filter-secondary {
  filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(2131%) hue-rotate(336deg) brightness(108%) contrast(88%);
}
.filter-accent {
  filter: invert(41%) sepia(32%) saturate(3819%) hue-rotate(338deg) brightness(94%) contrast(93%);
}
.filter-dark {
  filter: invert(5%) sepia(8%) saturate(16%) hue-rotate(350deg) brightness(100%) contrast(84%);
}
.filter-grey {
  filter: invert(79%) sepia(95%) saturate(1%) hue-rotate(19deg) brightness(102%) contrast(95%);
}
.filter-ligth {
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(194deg) brightness(103%) contrast(101%);
}
.color-primary {
  color: #f0e62b;
}
.color-secondary {
  color: #6fc0f1;
}
.color-accent {
  color: #e74c3c;
}
.color-dark {
  color: #1e1e1e;
}
.color-grey {
  color: #eeeeee;
}
.color-ligth {
  color: #ffffff;
}
html {
  font-size: 36px;
  font-family: "museo-slab", serif;
  color: #FFF;
}
body {
  font-family: "museo-slab", serif !important;
  line-height: 1rem !important;
  font-weight: 300;
}
h1 {
  font-family: "museo-slab-rounded";
  font-size: 44px;
  color: #FFF;
  font-weight: 500;
}
h2 {
  font-family: "museo-slab-rounded";
  font-size: 20px;
  color: #FFF;
}
h3 {
  font-family: "museo-slab-rounded";
  font-size: 1.75rem;
  color: #FFF;
}
h4 {
  font-family: "museo-slab-rounded";
  font-size: 2rem;
  color: #FFF;
}
h5 {
  font-family: "museo-slab-rounded";
  font-size: 1.25rem;
  color: #FFF;
}
h6 {
  font-family: "museo-slab-rounded";
  font-size: 1rem;
  color: #FFF;
}
p {
  font-size: 16px;
  line-height: 120%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 35px;
  line-height: 40px;
}
h1.lines,
h2.lines,
h3.lines,
h4.lines,
h5.lines,
h6.lines {
  position: relative;
  margin-left: 20px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
}
h1.lines::after,
h2.lines::after,
h3.lines::after,
h4.lines::after,
h5.lines::after,
h6.lines::after {
  background: #fff;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -10px;
  display: block;
}
h1.lines::before,
h2.lines::before,
h3.lines::before,
h4.lines::before,
h5.lines::before,
h6.lines::before {
  background: #fff;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -20px;
  display: block;
}
.font-primary {
  font-family: "museo-slab", serif;
}
.font-secondary {
  font-family: "museo-slab-rounded";
}
.font-terciary {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.font-cursive {
  font-family: "Dancing Script", cursive;
}
b,
strong {
  font-weight: 700;
}
.logo {
  height: 40px;
  display: block;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  min-width: 120px;
}
.logo:hover {
  color: #1e1e1e;
}
.ico-youtube {
  width: 22px;
  height: 15px;
  min-width: 22px;
  min-height: 15px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/youtube.svg) no-repeat;
}
.ico-spotify {
  width: 16px;
  height: 18px;
  min-width: 16px;
  min-height: 18px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/spotify.svg) no-repeat;
}
.ico-instagram {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/instagram.svg) no-repeat;
}
.ico-x {
  width: 16px;
  height: 14px;
  min-width: 16px;
  min-height: 14px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/x.svg) no-repeat;
}
.ico-search {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/search.svg) no-repeat;
}
.ico-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: url(../themes/replieguedesa//assets/images/letter-r.svg) no-repeat;
}
.ico-logo.show {
  display: block;
  z-index: 11;
}
.ico-firulete {
  width: 22px;
  height: 15px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/filete.svg) no-repeat;
}
.ico-sun {
  width: 22px;
  height: 15px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/sun.svg) no-repeat;
}
.mapa {
  width: 175px;
  height: 300px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/mapa.png) no-repeat;
  background-size: cover;
}
.mapa2 {
  width: 175px;
  height: 350px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/mapa2.png) no-repeat;
  background-size: cover;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  height: 500PX;
  background-size: contain;
}
.filete-b-h {
  width: 126px;
  height: 75px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/filete-b-h.png) no-repeat;
  background-size: cover;
}
.firulete-footer {
  min-width: 70px;
  height: 41px;
  display: block;
  background: url(../themes/replieguedesa//assets/images/firulete-footer-sm.png) no-repeat;
  background-size: cover;
}
body {
  display: grid;
  grid-template-rows: 1fr auto;
  background: linear-gradient(0deg, #414141 0%, #202020 80%);
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
}
body main,
body .content {
  margin-top: 130px;
}
section {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 0;
  }
}
section .wrap {
  padding: 0 100px 0 120px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  section .wrap {
    padding: 20px;
  }
}
header {
  background: #202020;
}
main,
.content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media only screen and (max-width: 1200px) {
  main,
  .content {
    gap: calc(clamp(40px, 6vw, 70px));
  }
}
@media only screen and (max-width: 480px) {
  main,
  .content {
    gap: 60px;
  }
}
footer {
  margin-top: -1px;
}
p {
  color: #FFF;
}
.rep-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  gap: 15px;
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: opacity 1.5s ease;
}
.rep-header .social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #585858;
}
.rep-header.active .logo {
  filter: invert(1);
}
.rep-header.active .iscartlink {
  z-index: 999;
  filter: invert(0);
}
.rep-header.active #letter {
  display: block;
  filter: invert(1);
  z-index: 99999999999;
  opacity: 1;
}
.rep-header .logo {
  z-index: 10;
}
.rep-header .iscartlink {
  display: none;
  width: 44px;
  filter: invert(1);
  padding: 5px;
}
.rep-header .iscartlink img {
  filter: invert(0);
}
.rep-header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-left: 20px;
}
.rep-header .box .buscador {
  display: flex;
  align-items: center;
}
.rep-header .box .buscador input {
  border: 0;
  border-radius: 6px;
  height: 40px;
  width: 0;
  padding: 10px 45px 10px 10px;
  outline: 0;
  font-size: 22px;
  font-weight: 500;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease, width 0.1s ease;
  visibility: hidden;
}
.rep-header .box .buscador .ico-search {
  position: absolute;
  z-index: 999;
}
.rep-header .box .buscador .ico-search:hover {
  cursor: pointer;
}
.rep-header .box.on .buscador {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.rep-header .box.on .buscador input {
  border-radius: 6px;
  border: 0;
  height: 40px;
  padding: 10px 45px 10px 10px;
  outline: 0;
  font-size: 22px;
  font-weight: 500;
  opacity: 1;
  visibility: visible;
  width: 230px;
}
.rep-header .box.on .buscador .ico-search {
  position: absolute;
  filter: invert(1);
  margin-right: 5px;
  z-index: 999;
  display: block;
}
.rep-header .top-logo {
  text-decoration: none;
  color: #fff;
  display: flex;
  position: relative;
  font-family: "museo-slab-rounded";
  font-weight: 300;
  font-size: 18px;
  align-items: center;
  gap: 20px;
}
.rep-header .top-logo .ico-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: url(../themes/replieguedesa//assets/images/letter-r.svg) no-repeat;
  display: block;
}
.rep-header #letter {
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 0;
  overflow: hidden;
}
.rep-header #letter.show {
  opacity: 1;
  height: auto;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 1200px) {
  .rep-header {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 992px) {
  .rep-header.active .box .buscador {
    z-index: 999;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(70%);
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
  }
  .rep-header.active .box .buscador input {
    border-radius: 6px;
    border: 0;
    height: 50px;
    outline: 0;
    font-size: 22px;
    font-weight: 500;
    flex-grow: 1;
    display: inherit;
    opacity: 1;
    width: auto;
    visibility: visible;
  }
  .rep-header.active .box .buscador .ico-search {
    position: absolute;
    filter: invert(1);
    margin-right: 5px;
    z-index: 999;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .rep-header.active .box .buscador {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .rep-header .logo {
    width: 120px;
    min-width: 120px;
    font-size: 32px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1200px) {
  .rep-header .box {
    gap: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .rep-header .box .social {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .rep-header .box .buscador {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .rep-header .box .buscador .ico-search {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .rep-header .box.on .buscador input {
    width: 179px;
  }
}
.rep-header .btn-carro {
  position: relative;
}
.rep-header .btn-carro span {
  right: -10px;
  top: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
}
.rep-header nav {
  display: flex;
  gap: 10px;
  padding: 5px 12px;
  border-radius: 5px 0 0 5px;
  min-width: max-content;
  z-index: 9;
  padding-right: 30px;
  height: 46px;
}
@media only screen and (max-width: 1400px) {
  .rep-header nav {
    padding-right: 15px;
  }
}
.rep-header nav a {
  text-decoration: none;
  color: #fff;
  display: flex;
  position: relative;
  font-family: "museo-slab-rounded";
  font-weight: 500;
  font-size: 16px;
  align-items: center;
}
.rep-header nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.rep-header nav a::before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: -1px;
}
.rep-header nav a::after {
  content: "";
  height: 14px;
  width: 1px;
  display: block;
  margin: 0 0px 0 10px;
}
.rep-header nav a.active {
  font-weight: 700;
}
.rep-header nav a.hightlight {
  color: #f0e62b;
}
.rep-header nav a:last-child::after,
.rep-header nav a:last-child::before {
  display: none;
}
.rep-header nav a:last-child.hightlight::before {
  display: block;
  left: -10px;
  background-color: #f0e62b;
}
.rep-header .menu {
  display: none;
  padding: 5px;
  border-radius: 6px;
  margin-right: 20px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../themes/replieguedesa//assets/images/menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40px;
  min-width: 40px;
  filter: grayscale(1);
}
.rep-header .menu.close {
  background: url(../themes/replieguedesa//assets/images/close-white.svg) no-repeat;
  background-size: contain;
}
.rep-header .top-logo {
  z-index: 999;
  margin-left: 13px;
}
@media only screen and (max-width: 1200px) {
  .rep-header nav {
    gap: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .rep-header nav.active {
    display: flex;
    min-height: 580px;
    background: #202020;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .rep-header nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .rep-header nav a::after {
    margin-left: 9px;
  }
}
@media only screen and (max-width: 992px) {
  .rep-header .menu {
    display: block;
    cursor: pointer;
  }
}
@media only screen and (max-width: 992px) {
  .rep-header nav {
    width: 100%;
    border-radius: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    gap: 30px;
    z-index: 9;
    display: none;
  }
  .rep-header nav a {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .rep-header nav a::after,
  .rep-header nav a::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .rep-header nav a:last-child.hightlight::before,
  .rep-header nav a::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .rep-header nav.active {
    padding-top: 143px;
  }
}
.rep-button-primary {
  border: 1px solid #6fc0f1;
  padding: 30px;
  border-radius: 4px;
  text-decoration: none;
  color: #FFF;
  display: flex;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  flex-grow: 1;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .rep-button-primary {
    font-size: 18px;
    line-height: 24px;
  }
}
.rep-button-primary:hover {
  color: #FFF;
  background: #1e1e1e;
}
.rep-button-secondary {
  border: 1px solid #ffffff;
  padding: 30px;
  border-radius: 4px;
  text-decoration: none;
  color: #6fc0f1;
  display: flex;
  width: max-content;
  flex-grow: 1;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.rep-button-secondary.alt {
  height: 40px;
  display: flex;
  align-items: center;
}
.rep-button-secondary .tablet {
  width: auto;
  font-size: 30px;
  line-height: 40px;
  padding: 20px;
}
.rep-button-secondary:hover {
  color: #f2f2f2;
  background: #181818;
}
.rep-button-price {
  background: #FFF;
  padding: 0 8px;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  width: 68px;
  font-size: 12px;
  text-align: center;
}
.rep-button-price:hover {
  color: #000;
}
.btn-suscribite {
  background: #6fc0f1;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .btn-suscribite {
    font-size: 1rem;
  }
}
.btn-suscribite:hover {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .wrap-btns {
    flex-direction: column;
  }
}
.rep-btn-primary {
  background: #f0e62b;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (max-width: 1200px) {
  .rep-btn-primary {
    font-size: 1rem;
  }
}
.rep-btn-primary:hover {
  color: #000;
}
.rep-btn-secondary {
  background: #6fc0f1;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  padding: 23px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  min-height: 62px;
}
@media only screen and (max-width: 768px) {
  .rep-btn-secondary {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}
.rep-btn-secondary:hover {
  color: #000;
}
.rep-btn-accent {
  background: #e74c3c;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .rep-btn-accent {
    font-size: 1rem;
  }
}
.rep-btn-accent:hover {
  color: #000;
}
.btn-lines {
  background: transparent;
  color: #FFF;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1200px) {
  .btn-lines {
    font-size: 1rem;
  }
}
.btn-lines:hover {
  color: #FFF;
}
footer {
  padding-bottom: 30px;
  padding-top: 100px;
  max-width: 1287px;
  margin: 0 auto;
  width: 100%;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  max-width: 100%;
  margin: 0 auto;
}
footer .wrap .iscontact {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  flex-grow: 1;
}
footer .wrap .iscontact a {
  margin: 0 11px;
  color: #FFF;
  text-decoration: none;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
footer .wrap .iscontact a::before {
  height: 20px;
  border-left: 1px solid white;
  content: "";
  margin-left: -11px;
}
footer .wrap .iscontact a:first-child::before {
  display: none;
}
footer .wrap .iscontact .social {
  display: flex;
  align-items: center;
}
footer .istext {
  display: flex;
}
footer .istext a {
  color: #FFF;
  text-decoration: none;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  footer .istext {
    flex-direction: column;
    gap: 0px;
  }
}
footer .istext p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #fff;
  position: relative;
  line-height: 20px;
  margin: 0;
  font-size: 15px;
  line-height: calc(clamp(36px, 6vw, 36px));
}
footer .istext p span {
  margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
  footer .istext p span {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  footer {
    padding-right: 13px;
    padding-left: 106px;
  }
  footer .wrap {
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }
  footer p {
    text-align: center;
  }
  footer p:last-child {
    margin: 0;
  }
  footer p:last-child::after {
    display: none;
  }
}
@media (max-width: 991px) {
  footer {
    padding-left: 13px;
  }
}
@media (max-width: 414px) {
  footer {
    padding: 40px 0 40px;
  }
}
.def-arrow {
  color: #202020;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  width: 195px;
}
.def-arrow::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 200px;
  height: 1px;
  left: 2px;
  background: url(../themes/replieguedesa//assets/images/linearrow.svg) no-repeat right;
  height: 12px;
  display: flex;
  align-items: center;
  filter: invert(1);
}
.def-arrow span {
  width: 100%;
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat;
  height: 1px;
}
.tns-horizontal.tns-subpixel {
  white-space: inherit !important;
}
.pointh {
  background: url(../themes/replieguedesa//assets/images/pointh.svg) repeat;
}
html {
  background: #202020;
}
a {
  color: #FFF;
}
.btntiendaonline {
  font-size: 22px;
  font-weight: 100;
  font-family: "Yanone Kaffeesatz", sans-serif;
  border-bottom: 0;
  padding-bottom: 5px;
  text-align: right;
  text-decoration: none;
  color: #FFF;
  margin: 0 10px;
}
.btntiendaonline::after {
  content: "";
  width: 100%;
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat-x;
  height: 1px;
  display: block;
  margin-top: 10px;
}
.btntiendaonline:hover {
  font-weight: 500;
  color: #F0E62B;
}
.btntiendaonline:hover::after {
  background: url(../themes/replieguedesa//assets/images/pointyh.png) repeat-x;
  opacity: inherit;
}
.banner-main {
  position: relative;
}
.banner-main .wrap-mapa {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .banner-main .wrap-mapa {
    flex-direction: column;
  }
}
.banner-main::before {
  content: "";
  width: 1px;
  height: 116px;
  border-left: 1px solid #585858;
  top: 0;
  left: 100px;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .banner-main::before {
    left: 18px;
  }
}
.banner-main .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding: 0 0 0 100px;
  margin: 50px 0;
}
@media only screen and (max-width: 992px) {
  .banner-main .wrap {
    padding: 0 0 0 20px;
  }
}
.banner-main .wrap p {
  color: #ffffff;
  font-size: 16px;
  line-height: 120%;
  display: block;
  cursor: pointer;
}
.banner-main .wrap p span {
  font-style: italic;
  font-weight: 600;
}
.banner-main .wrap .mapa {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.banner-main .wrap .mapa .ico-logo {
  min-width: 100px;
  min-height: 100px;
  margin-top: 20px;
  left: 60px;
  position: absolute;
  cursor: pointer;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease;
}
.banner-main .wrap .mapa .ico-logo:hover {
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.5));
}
.banner-main #quote {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.banner-main #quote p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .banner-main #quote p {
    text-align: center;
  }
}
.banner-main #quote.visible {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  max-height: 180px;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .banner-main #quote.visible {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-main .wrap {
    flex-direction: column;
    gap: 20px;
  }
  .banner-main .wrap::before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .banner-main .wrap .mapa {
    width: 150px;
    background-size: contain;
    height: 258px;
  }
}
@media only screen and (max-width: 992px) {
  .banner-main .wrap .mapa .ico-logo {
    left: 40px;
    min-width: 100px;
    min-height: 100px;
    margin-top: 10px;
    background-size: contain;
  }
}
.banner-alt {
  position: relative;
}
.banner-alt .wrap-mapa2 {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .banner-alt .wrap-mapa2 {
    flex-direction: column;
  }
}
.banner-alt::before {
  content: "";
  width: 1px;
  height: 156px;
  margin-top: 20px;
  background: url(/themes/repliegue/assets/images/pointwv.png) repeat;
  top: 0;
  left: 100px;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .banner-alt::before {
    left: 18px;
    margin-top: 0;
  }
}
.banner-alt .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding: 0 0 0 100px;
  margin: 30px 0;
}
@media only screen and (max-width: 992px) {
  .banner-alt .wrap {
    padding: 0 0 0 20px;
  }
}
.banner-alt .wrap p {
  color: #ffffff;
  font-size: calc(clamp(16px, 6vw, 32px));
  line-height: calc(clamp(34px, 6vw, 46px));
  display: block;
  cursor: pointer;
}
.banner-alt .wrap p span {
  font-style: italic;
  font-weight: 600;
}
.banner-alt .wrap .mapa2 {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  width: 272px;
}
.banner-alt .wrap .mapa2 .ico-logo {
  min-width: 100px;
  min-height: 100px;
  margin-top: 20px;
  left: 60px;
  position: absolute;
  cursor: pointer;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease;
  display: flex;
  gap: 10px;
  padding: 15px;
  border-radius: 5px 0 0 5px;
  background-color: #f0e62b;
  box-shadow: 0 0 4px #f0e62b, 0 0 5px #f0e62b, 0 0 6px #f0e62b;
  min-width: max-content;
  z-index: 9;
  padding-right: 50px;
  border-radius: 50%;
  aspect-ratio: 1;
}
.banner-alt .wrap .mapa2 .ico-logo:hover {
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.5));
}
.banner-alt #quote2 {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.banner-alt #quote2 p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .banner-alt #quote2 p {
    text-align: center;
  }
}
.banner-alt #quote2.visible {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  max-height: 180px;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .banner-alt #quote2.visible {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-alt .wrap {
    flex-direction: column;
    gap: 20px;
  }
  .banner-alt .wrap::before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .banner-alt .wrap .mapa2 {
    width: 150px;
    background-size: contain;
    height: 258px;
  }
}
@media only screen and (max-width: 992px) {
  .banner-alt .wrap .mapa2 .ico-logo {
    left: 40px;
    min-width: 100px;
    min-height: 100px;
    margin-top: 10px;
    background-size: contain;
  }
}
.page-la-olla .content {
  gap: calc(clamp(60px, 8vw, 110px));
}
.custom-nosotros {
  padding: 30px 0;
}
.custom-nosotros .wrap {
  display: flex;
  padding: 0;
  gap: 20px;
  max-width: 895px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .custom-nosotros .wrap {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .custom-nosotros .donation {
    margin: 0;
  }
  .custom-nosotros .rep-flex-col .rep-col {
    max-width: none;
  }
  .custom-nosotros .prices p {
    max-width: none;
    padding-top: 20px;
  }
  .custom-nosotros .aliasbox p {
    line-height: 26px;
  }
}
.nosotros {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nosotros .box-lines {
  border: 1px solid #585858;
  padding: 20px;
  border-radius: 10px;
}
.nosotros .box-lines p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.nosotros .box-lines p span {
  font-weight: 400;
  font-family: "Dancing Script", cursive;
  font-size: 18px;
}
.nosotros .box-lines p:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .nosotros {
    max-width: 100%;
    margin: 0;
  }
}
.donation {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .donation {
    padding: 30px 0 0;
  }
}
.donation p {
  font-size: 20px;
  font-weight: 700;
  width: max-content;
  margin: 0;
}
.donation .lines {
  flex-grow: 1;
  display: block;
  background: url(/themes/repliegue/assets/images/pointbh.png) repeat;
  height: 1px;
}
@media only screen and (max-width: 1200px) {
  .donation {
    max-width: 310px;
    padding: 30px 0 0;
    margin: 0 auto;
  }
}
.prices {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: start;
}
.prices .box-alias {
  display: flex;
  flex-direction: column;
  background: url(/themes/repliegue/assets/images/pointbh.png) repeat-x bottom;
}
.prices .box-prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 290px;
  min-width: 240px;
}
.prices .box-prices .rep-button-price {
  border: 1px solid #585858;
  transition: transform 0.1s;
}
.prices .box-prices .rep-button-price:hover {
  background: #000;
  border: 1px solid #585858;
  color: #FFF;
  animation: sake 0.5s infinite;
}
@keyframes sake {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, 2px);
  }
  50% {
    transform: translate(2px, -2px);
  }
  75% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.prices p {
  max-width: 220px;
  min-width: 220px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.prices p::after {
  content: "";
  width: 257px;
  height: 1px;
  border-bottom: 1px solid #6fc0f1;
  position: absolute;
  bottom: -15px;
  left: -60px;
}
.prices p span {
  color: #6fc0f1;
}
@media only screen and (max-width: 1200px) {
  .prices {
    flex-direction: column;
    align-items: start;
  }
  .prices .box-prices {
    max-width: none;
  }
  .prices br {
    display: none;
  }
}
.prices p {
  text-align: left;
  padding-bottom: 10px;
}
.prices p::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .prices p {
    text-align: center;
  }
}
.rep-flex-col {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-grow: 1;
  gap: 80px;
}
@media only screen and (max-width: 1200px) {
  .rep-flex-col {
    gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .rep-flex-col {
    gap: 30px;
  }
}
.rep-flex-col .rep-col {
  width: 100%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .rep-flex-col .rep-col {
    max-width: 100%;
  }
}
.rep-flex-col .rep-col .rep-button-secondary {
  font-size: 15px;
  padding: 2px 20px;
}
.rep-flex-col .rep-col .rep-col-v {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 180px;
  width: 100px;
  height: auto;
}
.rep-flex-col .rep-col .rep-col-v .def-arrow {
  width: 50px;
  align-self: flex-start;
}
.rep-flex-col .rep-col .rep-col-v .def-arrow span {
  border-bottom: 1px solid #585858;
}
.rep-flex-col .rep-col .rep-col-v .def-arrow::after {
  width: 50px;
  filter: invert(1);
}
.rep-flex-col .rep-col .rep-col-v .def-arrow .laptop {
  display: none;
}
.rep-flex-col .rep-col .a-todo-color {
  transform: rotate(90deg);
  width: max-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
}
.rep-flex-col .rep-col .primary-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rep-flex-col .rep-col h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 15px;
}
.rep-flex-col .rep-col ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 0;
  margin: 0 0 0 0;
}
.rep-flex-col .rep-col ul li {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  list-style: none;
  font-weight: 500;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.rep-flex-col .rep-col ul li p {
  margin: 0;
}
.rep-flex-col .rep-col ul .featured {
  margin-top: 10px;
  border: 1px solid #f0e62b;
  border-radius: 3px;
}
.laptop .rep-flex-col .rep-col .rep-col-v {
  gap: calc(clamp(40px, 6vw, 70px));
  width: inherit;
  margin: 0 auto;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0px 5px;
}
.laptop .rep-flex-col .rep-col .rep-col-v img {
  width: 100%;
  max-width: 100px;
}
.laptop .rep-flex-col .rep-col .rep-col-v p {
  line-height: 1.4rem;
  text-align: right;
  width: max-content;
  margin: 0;
}
.laptop .rep-flex-col .rep-col .a-todo-color {
  transform: rotate(0);
  width: max-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .rep-flex-col .rep-col .rep-col-v {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .rep-flex-col {
    flex-direction: column;
    gap: calc(clamp(40px, 6vw, 70px));
  }
}
@media only screen and (max-width: 768px) {
  .rep-flex-col {
    max-width: 100%;
    margin: 0 auto;
    gap: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .rep-flex-col {
    gap: 30px;
  }
  .rep-flex-col .rep-col {
    padding: 0;
  }
}
.aliasbox p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 12px;
}
.col-filete {
  margin: 0;
  display: flex;
  gap: calc(clamp(40px, 6vw, 70px));
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .col-filete {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .col-filete {
    margin: 20px 0 0;
  }
}
.col-filete .ico-firulete {
  filter: invert(1) hue-rotate(45deg);
  width: 70px;
  height: 30px;
  margin-bottom: calc(clamp(40px, 6vw, 70px));
  transform: rotate(270deg);
  aspect-ratio: 1;
  display: none;
}
@media only screen and (max-width: 992px) {
  .col-filete .ico-firulete {
    display: none;
  }
}
.col-filete .col-lines {
  background: url(/themes/repliegue/assets/images/pointwv.png) repeat;
  height: 100%;
  flex-grow: 1;
  margin: 0 auto;
  width: 1px;
  background: #585858;
}
.vertical {
  gap: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  margin-left: 60px;
  bottom: 0;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .vertical {
    display: none;
  }
}
.vertical .mysun {
  width: 70px;
  margin-bottom: 60px;
}
.vertical .readour {
  transform: rotate(90deg);
  color: #FFF;
  padding: 8px 12px;
  width: max-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 80px;
}
.vertical .def-arrow {
  width: 60%;
}
.vertical .def-arrow::after {
  width: 100%;
}
h2.lines {
  line-height: 24px;
}
.wrap-btns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.wrap-btns .rep-button-primary {
  padding: 17.5px 30px;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns .rep-button-primary {
    flex-grow: 1;
  }
}
.wrap-btns a:hover {
  background: #000;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns {
    justify-content: center;
    gap: 30px;
    flex-grow: 1;
  }
  .wrap-btns a {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-btns {
    flex-direction: column;
  }
}
.wrap-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns {
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-btns {
    flex-direction: column;
  }
}
.wrap-btns.min-wrap-btns {
  justify-content: center;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns.min-wrap-btns {
    gap: 20px;
  }
}
.wrap-btns.min-wrap-btns::after {
  content: "";
  position: absolute;
  right: 50px;
  border-right: 1px solid #585858;
  width: 1px;
  height: 100px;
  top: 150px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns.min-wrap-btns::after {
    display: none;
  }
}
.wrap-btns.min-wrap-btns .rep-button-primary {
  font-size: 16px;
  line-height: 120%;
  padding: 15px 20px;
  width: min-content;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns.min-wrap-btns .rep-button-primary {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-btns.min-wrap-btns .rep-button-primary {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
.wrap-btns.min-wrap-btns .rep-button-primary span {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wrap-btns.min-wrap-btns .rep-button-primary span {
    width: auto;
  }
}
.wrap-btns.min-wrap-btns .line {
  width: 1px;
  background: #FFF;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .wrap-btns.min-wrap-btns .line {
    display: none;
  }
}
.container-slide-a {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container-slide-a {
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .container-slide-a {
    padding: 0 10px;
    width: 360px;
  }
}
.my-slider-a {
  height: 300px;
  min-width: 365px;
  margin: 60px auto;
}
.my-slider-a a {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.my-slider-a a p {
  position: absolute;
  margin: 0;
  font-size: 24px;
  font-family: "museo-slab-rounded";
  font-weight: 500;
  right: 30px;
  margin-top: 20px;
  line-height: 34px;
  width: min-content;
  text-align: right;
  z-index: 999;
}
.my-slider-a a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.5);
}
.my-slider-a a img:hover {
  filter: brightness(1);
}
.my-slider-a div {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
}
#controls-a {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: -180px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 768px) {
  #controls-a {
    display: none;
  }
}
#controls-a .previous {
  text-indent: -99999px;
  width: 140px;
  height: 77px;
  background: url('../themes/replieguedesa//assets/images/prev.png') no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-left: -50px;
}
#controls-a .next {
  text-indent: -99999px;
  width: 140px;
  height: 77px;
  background: url('../themes/replieguedesa//assets/images/next.png') no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: -50px;
}
.tns-button.tns-play,
.tns-button.tns-stop {
  display: none;
}
.auto {
  display: none;
}
.republica-del-fulbo {
  display: flex;
  width: 100%;
}
.republica-del-fulbo.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 480px) {
  .republica-del-fulbo.reverse {
    flex-direction: column;
    margin: 30px 0;
  }
}
.republica-del-fulbo.reverse .isbox {
  border: 1px solid #585858;
  border-radius: 10px;
  border-right: 1px solid #585858;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 480px) {
  .republica-del-fulbo.reverse .isbox {
    border: 1px solid #585858;
    border-radius: 6px;
  }
}
.republica-del-fulbo .wrapbox {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .republica-del-fulbo .wrapbox {
    margin: 20px 0;
  }
}
.republica-del-fulbo .wrapbox p,
.republica-del-fulbo .wrapbox a {
  margin: 20px 20px 5px auto;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 120%;
  color: #FFF;
  text-decoration: none;
}
.republica-del-fulbo .wrapbox p.alignleft,
.republica-del-fulbo .wrapbox a.alignleft {
  margin: 20px 20px 5px 20px;
}
@media only screen and (max-width: 480px) {
  .republica-del-fulbo .wrapbox p,
  .republica-del-fulbo .wrapbox a {
    margin: 10px auto;
    font-size: 20px;
    line-height: 30px;
  }
}
.republica-del-fulbo .isbox {
  border: 1px solid #585858;
  border-radius: 10px;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 200px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .republica-del-fulbo .isbox {
    height: auto;
  }
}
.republica-del-fulbo .isbox p {
  margin: 25px 25px auto;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  font-family: "museo-slab-rounded";
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .republica-del-fulbo .isbox p {
    font-size: 20px;
    line-height: 30px;
    margin: 20px;
  }
}
.republica-del-fulbo .pic {
  grid-area: pic;
  width: 300px;
  height: 300px;
  background: transparent;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .republica-del-fulbo .pic {
    width: 240px;
    height: 240px;
  }
}
.republica-del-fulbo .pic img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
  filter: brightness(0.5);
}
@media only screen and (max-width: 768px) {
  .republica-del-fulbo .pic img {
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
}
.republica-del-fulbo .author {
  grid-area: author;
}
@media only screen and (max-width: 480px) {
  .republica-del-fulbo {
    flex-direction: column;
  }
  .republica-del-fulbo .wrapbox {
    margin: 0 0;
  }
  .republica-del-fulbo .isbox {
    border-radius: 5px;
    border: 1px solid #585858;
  }
  .republica-del-fulbo .isbox p {
    color: #FFF;
  }
  .republica-del-fulbo .pic {
    width: 100%;
  }
  .republica-del-fulbo .pic img {
    width: 100%;
  }
}
.suscribite {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto 90px;
}
.suscribite p {
  color: #6fc0f1;
  font-size: 30px;
  margin: 0;
  line-height: 40px;
}
@media only screen and (max-width: 1200px) {
  .suscribite {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .suscribite {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .suscribite {
    flex-direction: column;
    margin: 30px 0 60px;
    gap: 30px;
  }
  .suscribite p {
    margin: 0;
    text-align: center;
  }
}
.banner-a {
  background: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.banner-a::before {
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 2;
}
.banner-a .wrap {
  gap: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  padding: 50px 100px;
}
@media only screen and (max-width: 768px) {
  .banner-a .wrap {
    padding: 50px;
  }
}
.banner-a .wrap .def-arrow {
  width: 100%;
  max-width: 500px;
}
.banner-a .wrap .def-arrow::after {
  width: 100%;
}
.banner-a .wrap h1 {
  color: #FFF;
  font-weight: 400;
  font-size: 50px;
  max-width: min-content;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .banner-a .wrap h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-a .wrap h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
  }
}
.banner-a .wrap .info p {
  color: #FFF;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 768px) {
  .banner-a .wrap .info p {
    font-size: 22px;
    line-height: 32px;
  }
}
.medios-nota {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .medios-nota {
    gap: 50px;
  }
}
.medios-nota .send-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.medios-nota .send-text p a {
  text-decoration: underline;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .medios-nota .send-text {
    flex-direction: column;
  }
}
.medios-nota .send-text a {
  flex-grow: 0;
}
.medios-nota .send-text p {
  margin: 0;
}
.medios-nota .col-medios-nota ul {
  padding: 0;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 0;
}
.medios-nota .col-medios-nota ul li {
  font-size: calc(clamp(22px, 6vw, 22px)) !important;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 22px;
  color: #FFF;
  font-weight: 300;
}
.medios-nota .col-medios-nota:first-of-type {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota:first-of-type {
    padding: 0 0 0 10px;
  }
}
.medios-nota .col-medios-nota:first-of-type p {
  font-size: 16px;
  font-weight: 300;
  max-width: 780px;
  line-height: 120%;
}
.medios-nota .col-medios-nota .lee {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 90px;
}
.medios-nota .col-medios-nota .lee .def-arrow {
  align-self: flex-end;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota .lee .def-arrow {
    width: 20px;
    margin: 40px auto 0;
  }
  .medios-nota .col-medios-nota .lee .def-arrow::after {
    width: 20px;
    align-self: center;
  }
}
.medios-nota .col-medios-nota:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota:last-of-type {
    width: 50px;
  }
}
.medios-nota .col-medios-nota p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 1.5rem;
}
.medios-nota .col-medios-nota .comments {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.medios-nota .col-medios-nota .comments .rep-button-secondary {
  padding: 20px;
  align-self: flex-end;
}
.medios-nota .col-medios-nota .comments textarea {
  background-color: transparent;
  border: 1px solid #585858;
  height: 100px;
  padding: 15px;
  color: #FFF;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  /* O el ancho que desees */
  font-size: 22px;
  line-height: 28px;
}
.medios-nota .col-medios-nota .comments textarea:hover {
  background-color: #1e1e1e;
}
.medios-nota .col-medios-nota .comments .head-comments {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.medios-nota .col-medios-nota .comments .head-comments h5 {
  margin-bottom: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota .comments .head-comments h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.medios-nota .col-medios-nota .comments .head-comments h5::before,
.medios-nota .col-medios-nota .comments .head-comments h5::after {
  width: 1px;
}
.medios-nota .col-medios-nota .comments .head-comments .def-arrow {
  position: relative;
  height: 10px;
  top: 18px;
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota .comments .head-comments .def-arrow {
    width: 30px;
    top: 2px;
  }
}
.medios-nota .col-medios-nota .lectura {
  transform: rotate(90deg);
  color: #FFF;
  border: 1px solid #6fc0f1;
  padding: 12px 12px;
  width: max-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  border-radius: 2px;
  font-size: 16px;
  margin-top: 70px;
}
.medios-nota .col-medios-nota .readour {
  transform: rotate(90deg);
  color: #FFF;
  padding: 8px 12px;
  width: max-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 60px;
}
.medios-nota .col-medios-nota .mysun {
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota .mysun {
    width: 50px;
    height: 50px;
  }
}
.medios-nota .col-medios-nota .def-arrow {
  width: 90px;
  align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  .medios-nota .col-medios-nota .def-arrow {
    width: 30px;
    align-self: center;
    width: 50px;
  }
}
.medios-nota .col-medios-nota .def-arrow::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .suscriptor-logueado .wrap {
    padding: 0;
  }
}
.wrap-perfil {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 20px;
}
.wrap-perfil .perfil {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wrap-perfil .perfil .islinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.wrap-perfil .perfil .islinks a {
  font-size: 16px;
  line-height: 120%;
  color: #FFF;
  text-decoration: none;
  line-height: 16px;
}
.wrap-perfil .perfil .islinks a:hover {
  text-decoration: underline;
}
.wrap-perfil .perfil .pic {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 191px;
  background: #f2f2f2;
  box-shadow: 0px 0px 30px 0px rgba(226, 219, 30, 0.75);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wrap-perfil .perfil .pic {
    width: 200px;
    height: 200px;
  }
}
.wrap-perfil .perfil .pic img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.wrap-perfil .perfil .description {
  font-size: 16px;
  line-height: 120%;
  color: #FFF;
  text-decoration: none;
}
.wrap-perfil .perfil .description:hover {
  text-decoration: underline;
}
.wrap-perfil .data-suscriptor {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(40px, 6vw, 70px));
  margin-bottom: 40px;
  position: relative;
}
.wrap-perfil .data-suscriptor .name {
  font-size: 35px;
  line-height: 45px;
  font-family: "museo-slab-rounded";
  color: #FFF;
}
.wrap-perfil .data-suscriptor .date {
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #FFF;
  font-weight: 300;
}
.wrap-perfil .data-suscriptor .def-arrow {
  position: absolute;
  width: 500px;
  left: -75px;
  bottom: -30px;
}
.wrap-perfil .data-suscriptor .def-arrow::after {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .wrap-perfil {
    margin-left: 0;
    margin: 0 auto;
    width: fit-content;
    gap: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-perfil {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-perfil {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-perfil .perfil {
    gap: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-perfil .perfil .description {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-perfil .data-suscriptor {
    gap: 10px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-perfil .data-suscriptor .name {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-perfil .data-suscriptor .date {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-perfil .data-suscriptor .def-arrow {
    display: none;
  }
}
.def-arrow.perfil-arrow {
  width: 100%;
  max-width: 1456px;
  margin: 80px auto;
}
.def-arrow.perfil-arrow::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .def-arrow.perfil-arrow {
    margin: 30px auto 25px;
    width: 90%;
  }
}
.cargar-nota {
  display: flex;
  gap: 0;
  background: #f2f2f2;
  justify-content: center;
}
.cargar-nota .wrap {
  display: flex;
  gap: 10px;
  margin: 90px 0;
}
.cargar-nota .pluma-content {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  margin: 0;
}
.cargar-nota .pluma-content h2 {
  font-size: 35px;
  line-height: 45px;
  color: #1e1e1e;
  font-weight: 500;
  margin-bottom: 0;
}
.cargar-nota .pluma-content p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 120%;
  color: #1e1e1e;
  max-width: 1311px;
  margin-bottom: 0;
  font-size: calc(clamp(16px, 6vw, 32px));
  line-height: calc(clamp(34px, 6vw, 46px));
}
.cargar-nota .pluma-content h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 0;
}
.cargar-nota .pluma-content .wrap-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 10px;
  margin-bottom: 0;
  width: 100%;
}
.cargar-nota .pluma-content .wrap-btns a {
  font-size: 15px;
  line-height: 25px;
  font-family: "museo-slab-rounded";
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #6fc0f1;
  flex-grow: 1;
  text-align: center;
}
.cargar-nota .pluma-content .wrap-btns a:hover {
  background-color: #6fc0f1;
  color: #FFF;
  border: 1px solid #585858;
}
.cargar-nota .pluma-content .wrap-btns .active {
  background-color: #6fc0f1;
  color: #FFF;
}
.cargar-nota .pluma-content .adjunta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.cargar-nota .pluma-content .adjunta .file {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cargar-nota .pluma-content .adjunta .file {
    width: 100%;
  }
}
.cargar-nota .pluma-content .adjunta .file input {
  flex-grow: 1;
  width: 100%;
}
.cargar-nota .pluma-content .adjunta p {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "museo-slab-rounded";
}
.cargar-nota .pluma-content .adjunta input {
  height: 50px;
  padding: 5px 10px;
  outline: 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
.cargar-nota .pluma-content .adjunta input:focus {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  outline: none;
}
.cargar-nota .pluma-content .btn-send {
  background: #6fc0f1;
  padding: 0 20px;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
.cargar-nota .pluma-content .btn-send:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cargar-nota .pluma {
  background: url(../themes/replieguedesa//assets/images/filete-b-v.png) no-repeat;
  width: 50px;
  height: 70px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cargar-nota .wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cargar-nota .wrap h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .cargar-nota .wrap .wrap-btns {
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cargar-nota .wrap .wrap-btns a {
    font-size: 22px;
    line-height: 32px;
    padding: 15px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .cargar-nota .wrap .adjunta {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .cargar-nota .wrap .adjunta p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .cargar-nota .wrap .btn-send {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .cargar-nota .pluma {
    display: none;
  }
}
.recibi-historietas {
  position: relative;
}
.recibi-historietas .wrap {
  padding: 0 160px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .recibi-historietas .wrap {
    padding: 0 20px;
  }
}
.recibi-historietas .wrap .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.recibi-historietas .wrap .head h3 {
  font-family: "museo-slab-rounded";
  color: #6fc0f1;
  font-size: 35px;
  margin-bottom: 0;
  line-height: 45px;
}
@media only screen and (max-width: 1400px) {
  .recibi-historietas .wrap .head h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.recibi-historietas .wrap .head p {
  font-size: calc(clamp(16px, 6vw, 32px));
  line-height: calc(clamp(34px, 6vw, 46px));
}
.recibi-historietas .wrap .def-arrow.ishead {
  width: 50%;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .recibi-historietas .wrap .def-arrow.ishead {
    width: 100%;
    left: 0;
    top: 5px;
  }
}
.recibi-historietas .wrap .def-arrow.ishead::after {
  width: 100%;
}
.recibi-historietas .wrap h4 {
  font-size: 35px;
  line-height: 45px;
  margin: 0;
  font-weight: 500;
}
.recibi-historietas .wrap-send {
  padding-bottom: 80px;
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat-x bottom;
}
.recibi-historietas .wrap-send p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
}
.recibi-historietas .wrap-send:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  left: -60px;
  bottom: 0px;
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat-x bottom;
  height: 2px;
}
.recibi-historietas .wrap-send .rep-button-primary {
  width: fit-content;
  padding: 10px 20px;
  padding: 20px 20px;
  flex-grow: 0;
  color: #6fc0f1;
  border-color: #FFF;
  font-size: calc(clamp(16px, 6vw, 32px));
}
.recibi-historietas .split-sun {
  position: absolute;
  right: 0px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(2131%) hue-rotate(336deg) brightness(108%) contrast(88%);
  background: url(../themes/replieguedesa//assets/images/sun.png) no-repeat;
  width: 110px;
  height: 250px;
  display: block;
  background-size: cover;
  bottom: -90px;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .recibi-historietas .split-sun {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .recibi-historietas .wrap {
    padding: 20px;
  }
  .recibi-historietas .wrap .head {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .recibi-historietas .wrap .head h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .recibi-historietas h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .recibi-historietas .wrap-send {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .recibi-historietas .wrap-send::after,
  .recibi-historietas .wrap-send::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .recibi-historietas .split-sun {
    display: none;
  }
}
.form-lugar {
  max-width: 1050px;
  display: grid;
  gap: 15px 30px;
  grid-template-areas: "calle calle numero numero numero" "cp localidad localidad  provincia provincia" "destinatario destinatario destinatario destinatario destinatario" "dni . . . .";
  grid-template-columns: auto;
  grid-auto-rows: minmax(56px, auto);
}
.form-lugar input {
  border-radius: 5px;
  outline: 0;
  border: 0;
  height: 44px;
  padding: 5px 10px;
  font-size: 16px;
  flex-grow: 1;
  width: 100%;
}
.form-lugar input:focus {
  background: #f2f2f2;
}
.form-lugar select {
  border-radius: 5px;
  outline: 0;
  border: 0;
  height: 44px;
  padding: 5px 10px;
  font-size: 20px;
}
.form-lugar label {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  min-width: max-content;
}
.form-lugar .group {
  display: flex;
  gap: 30px;
  width: 100%;
}
.form-lugar .group select,
.form-lugar .group input {
  width: 50%;
}
.form-lugar .calle,
.form-lugar .numero,
.form-lugar .cp,
.form-lugar .localidad,
.form-lugar .provincia,
.form-lugar .destinatario,
.form-lugar .dni {
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  min-width: 100%;
  position: relative;
}
.form-lugar .calle .error,
.form-lugar .numero .error,
.form-lugar .cp .error,
.form-lugar .localidad .error,
.form-lugar .provincia .error,
.form-lugar .destinatario .error,
.form-lugar .dni .error {
  color: #FF0000;
  position: absolute;
  right: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .form-lugar .calle .error,
  .form-lugar .numero .error,
  .form-lugar .cp .error,
  .form-lugar .localidad .error,
  .form-lugar .provincia .error,
  .form-lugar .destinatario .error,
  .form-lugar .dni .error {
    bottom: 15px;
  }
}
.form-lugar .calle {
  grid-area: calle;
}
.form-lugar .numero {
  grid-area: numero;
}
.form-lugar .cp {
  grid-area: cp;
}
.form-lugar .localidad {
  grid-area: localidad;
}
.form-lugar .provincia {
  grid-area: provincia;
}
.form-lugar .destinatario {
  grid-area: destinatario;
}
.form-lugar .dni {
  grid-area: dni;
}
@media only screen and (max-width: 768px) {
  .form-lugar {
    grid-template-areas: "calle" "numero" "cp" "localidad" "provincia" "destinatario" "dni";
  }
}
@media only screen and (max-width: 1200px) {
  .form-lugar label {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .form-lugar label {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .form-lugar .group {
    gap: 20px;
  }
}
.form-lugar .calle,
.form-lugar .numero,
.form-lugar .cp,
.form-lugar .localidad,
.form-lugar .provincia,
.form-lugar .destinatario,
.form-lugar .dni {
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .form-lugar .calle,
  .form-lugar .numero,
  .form-lugar .cp,
  .form-lugar .localidad,
  .form-lugar .provincia,
  .form-lugar .destinatario,
  .form-lugar .dni {
    gap: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .form-lugar .calle,
  .form-lugar .numero,
  .form-lugar .cp,
  .form-lugar .localidad,
  .form-lugar .provincia,
  .form-lugar .destinatario,
  .form-lugar .dni {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .form-lugar .calle,
  .form-lugar .numero,
  .form-lugar .cp,
  .form-lugar .localidad,
  .form-lugar .provincia,
  .form-lugar .destinatario,
  .form-lugar .dni {
    gap: 0;
  }
}
.ismyline {
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat-x;
  height: 1px;
  width: 100%;
}
.consultorio .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 165px;
}
@media only screen and (max-width: 1200px) {
  .consultorio .wrap {
    padding: 0 20px;
    gap: 30px;
  }
}
.consultorio .wrap p {
  font-size: calc(clamp(26px, 6vw, 30px));
  line-height: calc(clamp(36px, 6vw, 44px));
  margin: 0;
}
.consultorio h5 {
  font-size: calc(clamp(30px, 6vw, 35px));
  line-height: calc(clamp(40px, 6vw, 45px));
  font-weight: 600;
  color: #FFF;
  margin: 0;
}
.consultorio .tema {
  display: flex;
  align-items: center;
  gap: 20px;
}
.consultorio .tema label {
  font-size: 16px;
  font-weight: 100;
  color: #FFF;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
}
.consultorio .tema select {
  margin: 0;
  height: 46px;
  border-radius: 6px;
  padding: 10px;
  font-size: 24px;
  outline: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
}
.consultorio .consulta h6 {
  font-size: 35px;
  line-height: 45px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
.consultorio .consulta textarea {
  border-radius: 6px;
  min-height: 200px;
  width: 100%;
  padding: 15px 15px;
  outline: none;
  font-size: 16px;
  line-height: 120%;
}
.consultorio .adjunta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consultorio .adjunta input[type=button] {
  height: 46px;
  border-radius: 6px;
  padding: 0 20px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 50px;
  border: 0;
}
.consultorio .adjunta input[type=button]:hover {
  background: #FFF;
}
.consultorio .adjunta .filetype {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consultorio .adjunta .filetype p {
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  margin: 0;
  border-right: 1px solid #FFF;
  padding-right: 10px;
}
.consultorio .adjunta .filetype p:last-child {
  border: 0;
}
.consultorio .wrap-send {
  display: flex;
  gap: 30px;
  align-items: center;
}
.consultorio .wrap-send .rep-button-primary {
  padding: 20px 20px;
  flex-grow: 0;
  color: #6fc0f1;
  border-color: #FFF;
  font-size: calc(clamp(16px, 6vw, 32px));
}
@media only screen and (max-width: 480px) {
  .consultorio .wrap-send .rep-button-primary {
    margin: 0 auto;
  }
}
.consultorio .wrap-send p {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  .consultorio .wrap-send p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .tema {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .tema label {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .consulta h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .consulta textarea {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .adjunta {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .adjunta .filetype p {
    font-size: 16px;
    line-height: 120%;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .consultorio .wrap-send::after,
  .consultorio .wrap-send::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .consultorio .wrap-send {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.recuento {
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .recuento {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .recuento {
    padding: 30px 0;
  }
}
.recuento .wrap {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 0 165px;
}
@media only screen and (max-width: 1200px) {
  .recuento .wrap {
    gap: 30px;
    padding: 0 20px;
  }
}
.recuento .wrap .head {
  width: 500px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .recuento .wrap .head {
    width: 100%;
  }
}
.recuento .wrap .head h6 {
  font-size: 35px;
  line-height: 45px;
  color: #6fc0f1;
  font-weight: 600;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.recuento .wrap .head p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 16px;
}
.recuento .wrap .img-ollas {
  flex-grow: 1;
  width: 100%;
  max-width: 860px;
}
.recuento .wrap .img-ollas img {
  min-width: 100%;
  width: 100%;
}
.recuento .wrap {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .recuento .wrap {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .recuento .wrap .head {
    min-width: 100%;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .recuento .wrap .head h6 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .recuento .wrap .img-ollas {
    width: 100%;
  }
}
.formulario-contacto {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 780px;
}
.formulario-contacto .isform {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .formulario-contacto .isform {
    padding-left: 0;
  }
}
.formulario-contacto .rep-button-secondary {
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .formulario-contacto {
    gap: 40px;
  }
}
.formulario-contacto .isrow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.formulario-contacto .isrow label {
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
}
.formulario-contacto .isrow input {
  background-color: transparent;
  border: 1px solid #585858;
  height: 34px;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 6px;
  outline: 0;
  font-size: 16px;
}
.formulario-contacto .isrow input:hover {
  background-color: #1e1e1e;
}
.formulario-contacto .isrow textarea {
  background-color: transparent;
  border: 1px solid #585858;
  height: 97px;
  padding: 15px;
  color: #FFF;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  /* O el ancho que desees */
}
.formulario-contacto .isrow textarea:hover {
  background-color: #1e1e1e;
}
.formulario-contacto .comunicando {
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .formulario-contacto .comunicando {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .page-contacto section .wrap {
    padding: 0 40px 20px;
  }
}
.logueo .access,
.logueo .wrap-send,
.logueo .registrate,
.logueo .porque,
.logueo .costos {
  margin-left: 30px;
}
.logueo .wrap {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(60px, 6vw, 110px));
}
.logueo .wrap h1 {
  margin-bottom: 0;
}
.logueo .wrap h1 img {
  margin-left: 10px;
}
.logueo .wrap .access {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 780px;
}
.logueo .wrap .access .isrow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.logueo .wrap .access .isrow label {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}
.logueo .wrap .access .isrow input {
  height: 44px;
  padding: 5px 10px;
  border: 1px solid #585858;
  border-radius: 6px;
  background: transparent;
  outline: 0;
  color: #FFF;
  font-size: 20px;
}
.logueo .wrap .access .isrow input:focus {
  background: #060606;
}
.logueo .wrap .wrap-send {
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 780px;
}
.logueo .wrap .wrap-send .rep-button-secondary {
  max-width: fit-content;
  padding: 15px 20px;
}
@media only screen and (max-width: 480px) {
  .logueo .wrap .wrap-send .rep-button-secondary {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.logueo .wrap .wrap-send .olvide {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.logueo .wrap .wrap-send .olvide:hover {
  text-decoration: underline;
}
.logueo .wrap .registrate {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 40px 0;
}
.logueo .wrap .registrate p {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
}
.logueo .wrap .registrate a {
  font-size: 16px;
  color: #f0e62b;
  text-decoration: none;
  font-weight: 600;
}
.logueo .wrap .registrate a:hover {
  text-decoration: underline;
}
.logueo .wrap .porque {
  display: flex;
  align-items: center;
  gap: 60px;
}
.logueo .wrap .porque .mysun {
  position: absolute;
  left: -75px;
  width: 150px;
  height: 150px;
}
.logueo .wrap .porque .istitle {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: #6fc0f1;
  width: min-content;
}
@media only screen and (max-width: 992px) {
  .logueo .wrap .porque .istitle {
    width: auto;
  }
}
.logueo .wrap .porque .istext {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  font-weight: 100;
  max-width: 692px;
}
.logueo .wrap .def-arrow {
  width: 100%;
}
.logueo .wrap .def-arrow span {
  border: 0;
  height: 1px;
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat;
}
.logueo .wrap .def-arrow::after {
  width: 100%;
}
.logueo .wrap .costos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.logueo .wrap .costos h2 {
  margin: 0;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 500;
}
.logueo .wrap .costos p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  font-weight: 100;
}
.logueo .wrap .costos .def-arrow {
  max-width: 692px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(77%) saturate(528%) hue-rotate(346deg) brightness(104%) contrast(88%);
}
.logueo .wrap .costos .def-arrow:after {
  background: url(../themes/replieguedesa//assets/images/linearrowy.svg) no-repeat right;
  filter: none;
}
.logueo .wrap .costos .def-arrow span {
  border-color: #f0e62b;
}
.logueo .wrap .costos ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.logueo .wrap .costos ul li {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .logueo .access,
  .logueo .wrap-send,
  .logueo .registrate,
  .logueo .porque,
  .logueo .costos {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .access,
  .logueo .wrap-send,
  .logueo .registrate,
  .logueo .porque,
  .logueo .costos {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  .logueo .wrap h1 img {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .access {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .access .isrow label {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .wrap-send {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.logueo .wrap .wrap-send .olvide:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .logueo .wrap .wrap-send .olvide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .wrap-send .olvide {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .registrate {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .registrate a {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .logueo .wrap .porque {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .logueo .wrap .porque .mysun {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .porque .istitle {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .porque .istext {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .costos {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .costos h2 {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .costos p {
    font-size: 16px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .logueo .wrap .costos ul li {
    font-size: 16px;
    line-height: 120%;
  }
}
.logueo.deco-sun {
  background: url(../themes/replieguedesa//assets/images/deco-sun-login.png) no-repeat left top;
}
.registro .access,
.registro .wrap-send,
.registro .googleaccess,
.registro .monto,
.registro .acepto {
  margin-left: 20px;
}
.registro .wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.registro .wrap h1 img {
  margin-left: 10px;
  width: 70px;
}
.registro .wrap .access {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 880px;
}
.registro .wrap .access.max780 {
  max-width: 780px;
}
.registro .wrap .access .isrow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .registro .wrap .access .isrow {
    gap: 10px;
  }
}
.registro .wrap .access .isrow.phone input {
  max-width: 300px;
}
.registro .wrap .access .isrow.address,
.registro .wrap .access .isrow.phone {
  flex-direction: row;
  align-items: center;
}
.registro .wrap .access .isrow label {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #FFF;
  min-width: max-content;
}
.registro .wrap .access .isrow input {
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #585858;
  border-radius: 6px;
  background: transparent;
  outline: 0;
  color: #FFF;
  font-size: 20px;
  width: 100%;
}
.registro .wrap .access .isrow input:focus {
  background: #060606;
}
.registro .wrap .googleaccess {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.registro .wrap .googleaccess p {
  margin: 0;
}
.registro .wrap .googleaccess a {
  background: #FFF;
  padding: 15px 50px;
  color: #000;
  text-decoration: none;
  align-self: flex-start;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  background-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.registro .wrap .googleaccess a:hover {
  background: #000;
  color: #FFF;
}
.registro .wrap .wrap-send {
  display: flex;
  gap: 30px;
  align-items: center;
}
.registro .wrap .wrap-send .rep-button-secondary {
  max-width: fit-content;
  padding: 15px 20px;
}
.registro .wrap .wrap-send .olvide {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.registro .wrap .wrap-send .olvide:hover {
  text-decoration: underline;
}
.registro .wrap .monto {
  display: flex;
  align-items: center;
  gap: 30px;
}
.registro .wrap .monto p {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
}
.registro .wrap .monto .menan {
  display: flex;
  gap: 20px;
}
.registro .wrap .monto .mensual,
.registro .wrap .monto .anual {
  display: flex;
  align-items: center;
  gap: 10px;
}
.registro .wrap .monto .mensual label,
.registro .wrap .monto .anual label {
  margin: 0;
  font-style: italic;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
.registro .wrap .monto .mensual span,
.registro .wrap .monto .anual span {
  font-size: 16px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  line-height: 120%;
}
@media only screen and (max-width: 480px) {
  .registro .wrap .monto .mensual span,
  .registro .wrap .monto .anual span {
    font-size: 12px;
  }
}
.registro .wrap .monto .mensual .styled-checkbox,
.registro .wrap .monto .anual .styled-checkbox {
  width: 40px;
  border-radius: 16px;
}
.registro .wrap .monto .mensual input,
.registro .wrap .monto .anual input {
  height: 44px;
  padding: 5px 10px;
  border: 1px solid #585858;
  border-radius: 6px;
  background: transparent;
  outline: 0;
  color: #FFF;
  font-size: 20px;
  width: 130px;
}
.registro .wrap .monto .mensual input:focus,
.registro .wrap .monto .anual input:focus {
  background: #060606;
}
.registro .wrap .acepto {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.registro .wrap .acepto label {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  color: #FFF;
  margin: 0;
  display: flex;
  align-items: center;
}
.registro .wrap .acepto a {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #FFF;
  margin: 0;
  line-height: 26px;
}
.registro .wrap .acepto .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.registro .wrap .acepto .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.registro .wrap .acepto .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 34px;
  height: 34px;
  background: transparent;
  border: 1px solid #f0e62b;
}
.registro .wrap .acepto .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.registro .wrap .acepto .styled-checkbox:checked + label:before {
  background: #f0e62b;
}
.registro .wrap .acepto .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.registro .wrap .acepto .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.registro .wrap .acepto .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: black;
  width: 26px;
  height: 26px;
  background: url(../themes/replieguedesa//assets/images/ok.svg) no-repeat;
}
.registro .wrap .col-v {
  position: absolute;
  right: 0;
  margin-right: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.registro .wrap .col-v .points {
  height: 200px;
  width: 1px;
  border-right: 1px solid #585858;
}
@media only screen and (max-width: 992px) {
  .registro .access,
  .registro .wrap-send,
  .registro .googleaccess,
  .registro .monto,
  .registro .acepto {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .access,
  .registro .wrap-send,
  .registro .googleaccess,
  .registro .monto,
  .registro .acepto {
    margin: 0;
  }
  .registro .access .rep-button-secondary,
  .registro .wrap-send .rep-button-secondary,
  .registro .googleaccess .rep-button-secondary,
  .registro .monto .rep-button-secondary,
  .registro .acepto .rep-button-secondary {
    max-width: fit-content;
    padding: 5px 10px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .registro .wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .registro .wrap h1 img {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .access {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .access .isrow label {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .access .isrow.phone input {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .access .isrow.address,
  .registro .wrap .access .isrow.phone {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .googleaccess {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .googleaccess a {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .registro .wrap .wrap-send {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.registro .wrap .wrap-send .olvide:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .registro .wrap .wrap-send .olvide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .wrap-send .olvide {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .registro .wrap .monto {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .monto p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .registro .wrap .monto .menan {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .monto .mensual label,
  .registro .wrap .monto .anual label {
    font-size: 26px;
    line-height: 36px;
    min-width: 110px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .monto .mensual span,
  .registro .wrap .monto .anual span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .registro .wrap .acepto {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .acepto label {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .acepto a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .acepto .styled-checkbox + label:before {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .registro .wrap .acepto .styled-checkbox:checked + label:after {
    width: 24px;
    height: 20px;
    top: 7px;
    left: 4px;
  }
}
@media only screen and (max-width: 1200px) {
  .registro .wrap .col-v {
    display: none;
  }
}
.completado {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 120px;
  align-items: flex-end;
  margin-top: 60px;
}
.completado .wrap {
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .completado .wrap {
    gap: 50px;
  }
}
.completado .accedeperfil {
  align-self: flex-end;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 120px;
}
.completado .accedeperfil a {
  font-size: 16px;
  color: #6fc0f1;
  text-decoration: none;
  font-weight: 500;
  min-width: fit-content;
  line-height: 120%;
}
.completado .accedeperfil a:hover {
  text-decoration: underline;
}
.completado .accedeperfil .lines {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #585858;
}
.completado .boxfull {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  border: 1px solid #585858;
  padding: 60px;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.completado .boxfull::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  border-bottom: 1px solid #585858;
  top: -1px;
  right: -300px;
  display: none;
}
.completado .boxfull p {
  font-size: 16px;
  line-height: 120%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  max-width: 600px;
  margin: 0;
}
.completado .boxfull h5 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .completado {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .completado .accedeperfil {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .completado .accedeperfil .lines {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .completado .accedeperfil a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .completado .boxfull {
    border: 0;
    padding: 0 30px;
    gap: 30px;
  }
}
.wrap-videos {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .wrap-videos {
    gap: calc(clamp(40px, 6vw, 70px));
  }
}
.wrap-videos .line {
  opacity: 0.7;
  width: 35%;
  height: 1px;
  display: flex;
  gap: calc(clamp(40px, 6vw, 70px));
  align-items: center;
  margin: 0 0 0 auto;
}
.wrap-videos .line::before {
  display: block;
  content: "";
  background: url(../themes/replieguedesa//assets/images/pointh.png) repeat;
  flex-grow: 1;
  height: 1px;
  filter: invert(1);
}
.wrap-videos .sumate {
  width: 35%;
  height: 1px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: auto 0 0 0;
  font-size: 22px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  .wrap-videos .sumate {
    width: 70%;
  }
}
.wrap-videos .sumate::before {
  display: block;
  content: "";
  background: url(../themes/replieguedesa//assets/images/pointh.png) repeat;
  filter: invert(1);
  height: 1px;
  flex-grow: 1;
  opacity: 0.7;
}
.wrap-videos .videos {
  display: flex;
  gap: 50px;
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .wrap-videos .videos {
    flex-direction: column;
    gap: calc(clamp(40px, 6vw, 70px));
    padding: 0;
  }
}
.wrap-videos .videos .col-videos {
  flex-grow: 1;
  position: relative;
  display: flex;
  filter: brightness(0.5);
  transition: filter 0.3s ease;
  max-height: 250px;
  width: 100%;
}
.wrap-videos .videos .col-videos img {
  z-index: 9;
}
.wrap-videos .videos .col-videos:hover {
  cursor: pointer;
}
.wrap-videos .videos .col-videos:hover img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrap-videos .videos .col-videos:hover img {
    display: inherit;
  }
}
.wrap-videos .videos .col-videos:hover p {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wrap-videos .videos .col-videos {
    filter: brightness(1);
  }
}
.wrap-videos .videos .col-videos video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 250px;
  position: absolute;
}
.wrap-videos .videos .col-videos:hover {
  filter: brightness(1);
  cursor: pointer;
}
.wrap-videos .videos .col-videos:hover p {
  bottom: 0;
  opacity: 1;
  color: #fafafa;
  font-weight: 500;
  text-shadow: 2px 2px 10px #000;
  visibility: visible;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
.wrap-videos .videos .col-videos img {
  width: 100%;
  border-radius: 10px;
  max-height: 250px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .wrap-videos .videos .col-videos img {
    filter: brightness(0.5);
  }
}
.wrap-videos .videos .col-videos p {
  position: absolute;
  padding: 20px;
  font-size: 16px;
  align-self: flex-end;
  margin: 0;
  right: 0;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .wrap-videos .videos .col-videos p {
    bottom: 0;
    visibility: inherit;
    opacity: 1;
    z-index: 999;
  }
}
.alert {
  font-size: 18px;
  text-align: center;
}
.def-model-slide {
  background: #f8f1e1;
  position: relative;
  padding: 40px 0 200px;
}
@media only screen and (max-width: 768px) {
  .def-model-slide {
    padding: 40px 0 150px;
  }
}
.def-model-slide::after {
  width: 100%;
  height: 2px;
  content: "";
  background: url(/themes/repliegue/assets/images/pointbh.png) repeat;
  position: absolute;
  left: 0;
  top: 25px;
}
.def-model-slide::before {
  width: 100%;
  height: 2px;
  content: "";
  background: url(/themes/repliegue/assets/images/pointbh.png) repeat;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.def-model-slide .wrap {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .def-model-slide .wrap {
    padding-bottom: 40px;
  }
}
.def-model-slide .def-slide-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto 70px;
}
@media only screen and (max-width: 768px) {
  .def-model-slide .def-slide-head {
    margin: 50px auto;
  }
}
.def-model-slide .def-slide-head .envianos {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: end;
}
.def-model-slide .def-slide-head .envianos .islink {
  align-self: baseline;
  padding: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: calc(clamp(22px, 6vw, 32px));
  margin-left: 18px;
  margin-right: -5px;
}
.def-model-slide .def-slide-head .envianos .islink::after {
  display: none;
}
.def-model-slide .def-slide-head .envianos .def-arrow {
  height: 2px;
}
.def-model-slide .def-slide-head .envianos .def-arrow span {
  padding: 0;
  height: 2px;
}
.def-model-slide .def-slide-head .envianos .def-arrow::after {
  bottom: -3px;
}
.def-model-slide .def-slide-head h3 {
  color: #000;
}
.def-model-slide .def-slide-head h3::after,
.def-model-slide .def-slide-head h3::before {
  background: #000;
}
.def-model-slide .def-slide-head p {
  color: #202020;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  position: relative;
  margin-right: 115px;
  padding-bottom: 5px;
}
.def-model-slide .def-slide-head p::after {
  position: absolute;
  content: "";
  bottom: 1px;
  width: 200px;
  border-bottom: 1px solid #202020;
  min-width: 195px;
  width: 195px;
  height: 1px;
  left: 0;
}
.def-model-slide .def-slide-head a {
  color: #202020;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  width: 195px;
}
@media only screen and (max-width: 768px) {
  .def-model-slide .def-slide-head a {
    margin-right: 6px;
  }
}
.def-model-slide .def-slide-head a::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 200px;
  filter: invert(0);
  height: 1px;
  left: 0;
  background: url(../themes/replieguedesa//assets/images/linearrow.svg) no-repeat right;
  height: 14px;
  display: flex;
  align-items: center;
}
.def-model-slide .def-slide-head a span {
  width: 100%;
  font-size: 22px;
  font-weight: 100;
  padding-bottom: 10px;
  background: url(../themes/replieguedesa//assets/images/pointh.png) repeat;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .def-model-slide .def-slide-head {
    gap: 30px;
    margin: 0;
    flex-direction: column;
  }
  .def-model-slide .def-slide-head h3 {
    align-self: baseline;
  }
  .def-model-slide .def-slide-head a {
    align-self: flex-end;
  }
}
.container-slide-b {
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  height: 280px;
}
.container-slide-b .tns-outer {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .container-slide-b {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  .container-slide-b {
    margin: 0 auto;
    padding: 0 40px;
  }
}
.my-slider-b {
  height: 280px;
}
.my-slider-b a {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.my-slider-b a:hover img {
  filter: brightness(1);
}
.my-slider-b a:hover .slide-in {
  transform: translateY(0);
  /* Vuelve a su posición original */
  opacity: 1;
  /* Se hace visible */
}
.my-slider-b a .slide-in {
  transform: translateY(-20px);
  /* Inicialmente movido hacia arriba */
  opacity: 0;
  /* Inicialmente invisible */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .my-slider-b a .slide-in {
    opacity: 1;
    transform: translateY(0);
  }
}
.my-slider-b a p {
  position: absolute;
  margin: 0;
  font-size: 30px;
  font-family: "museo-slab-rounded";
  font-weight: 700;
  right: 30px;
  margin-top: 20px;
  line-height: 34px;
  width: min-content;
  text-align: right;
  z-index: 999;
  color: #f2f2f2;
  text-shadow: 2px 2px #000;
}
.my-slider-b a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: filter 0.3s;
  filter: brightness(0.5);
}
.my-slider-b div {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
}
#controls-b {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: -270px;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #controls-b {
    display: none;
  }
}
#controls-b .previous {
  text-indent: -99999px;
  width: 110px;
  height: 67px;
  background: url('../themes/replieguedesa//assets/images/prev.png') no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-left: -70px;
  top: 100px;
}
#controls-b .next {
  text-indent: -99999px;
  width: 110px;
  height: 67px;
  background: url('../themes/replieguedesa//assets/images/next.png') no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: -70px;
  top: 100px;
  position: relative;
}
.tns-button.tns-play,
.tns-button.tns-stop {
  display: none;
}
.auto {
  display: none;
}
.page-la-olla #controls-b .previous {
  background: url('../themes/replieguedesa//assets/images/prevw.png') no-repeat;
  background-size: contain;
  width: 70px;
  left: 30px;
  margin-top: 10px;
}
.page-la-olla #controls-b .next {
  background: url('../themes/replieguedesa//assets/images/nextw.png') no-repeat;
  background-size: contain;
  width: 70px;
  left: -30px;
  margin-top: 10px;
}
.editorial .box {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(40px, 6vw, 70px));
}
.editorial .box p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-size: calc(clamp(24px, 6vw, 28px));
  line-height: calc(clamp(40px, 6vw, 36px));
}
.editorial .line {
  position: relative;
}
.editorial .sun {
  top: -90px;
  right: -100px;
}
.editorial .wrap {
  max-width: 100%;
  margin: 0;
}
.editorial .wrap .line {
  width: 100%;
  background: url(/themes/repliegue/assets/images/pointwh.png) repeat;
  height: 1px;
}
.editorial .rep-header-editorial {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.editorial .rep-header-editorial h1 {
  margin: 0 0 0 20px;
}
.editorial .rep-header-editorial .subtit {
  font-size: 22px;
  font-weight: 100;
  font-family: "Yanone Kaffeesatz", sans-serif;
  min-width: 400px;
  border-bottom: 1px solid #585858;
  padding-bottom: 5px;
  width: 300px;
  text-align: right;
  text-decoration: none;
  color: #FFF;
}
.editorial .rep-header-editorial .subtit:hover {
  border-bottom: 1px solid;
  color: #f0e62b;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .editorial .rep-header-editorial .subtit {
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .editorial .rep-header-editorial .subtit {
    min-width: auto;
    width: 100px;
    margin-right: 0;
  }
}
.editorial p {
  font-size: 16px;
  line-height: 120%;
  max-width: 60%;
  margin-bottom: 0;
  max-width: 1020px;
  font-weight: 300;
}
.editorial .line-sun {
  position: relative;
  width: 100%;
  margin: 0;
}
.editorial .line-sun::before {
  content: "";
  background: url(../themes/replieguedesa//assets/images/sun.png) no-repeat;
  width: 112px;
  display: block;
  height: 300px;
  position: absolute;
  top: -155px;
  right: 0;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(92%) sepia(54%) saturate(885%) hue-rotate(349deg) brightness(101%) contrast(88%);
}
@media only screen and (max-width: 1800px) {
  .editorial .line-sun::before {
    display: none;
  }
}
.editorial .line-sun::after {
  content: "";
  width: 94%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #585858;
}
@media only screen and (max-width: 1800px) {
  .editorial .line-sun::after {
    width: 100%;
  }
}
.wrap-border .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .wrap-border .wrap {
    padding: 0 20px;
    gap: 30px;
  }
}
.wrap-border .wrap .sun {
  position: relative;
  top: 148px;
  right: 0;
  position: absolute;
}
.wrap-border .wrap:after {
  position: absolute;
  left: 100px;
  height: 76%;
  width: 1px;
  background: url(/themes/repliegue/assets/images/pointwv.png) repeat;
  display: block;
  content: "";
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .wrap-border .wrap:after {
    left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .wrap-border .wrap:after {
    border: 0;
    display: none;
  }
}
.view-more a {
  color: #6fc0f1;
  margin: 0 auto;
  border: 1px solid #ffffff;
  padding: 30px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  width: max-content;
  flex-grow: 1;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.view-more a:hover {
  border-color: #FFF;
  color: #FFF;
  background: #1e1e1e;
}
.historietas-nacionales {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.historietas-nacionales .magazine {
  max-height: 600px;
}
.historietas-nacionales .filete {
  height: 122px;
  width: 48px;
  align-self: center;
}
@media only screen and (max-width: 992px) {
  .historietas-nacionales .filete {
    display: none;
  }
}
.historietas-nacionales .def-arrow {
  width: 360px;
  margin: 0 0 5px;
}
.historietas-nacionales .def-arrow span {
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat;
  height: 1px;
  border: 0;
}
.historietas-nacionales .def-arrow::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .historietas-nacionales .def-arrow {
    width: 100%;
  }
}
.historietas-nacionales .rep-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.historietas-nacionales .rep-box h2 {
  font-family: "Dancing Script", cursive;
  font-size: 35px;
  line-height: 45px;
  font-size: calc(clamp(36px, 6vw, 48px));
  line-height: calc(clamp(36px, 6vw, 48px));
  margin: 0;
}
.historietas-nacionales .rep-box p {
  margin-right: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  font-size: calc(clamp(24px, 6vw, 28px));
  line-height: calc(clamp(40px, 6vw, 36px));
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .historietas-nacionales {
    flex-direction: column;
  }
  .historietas-nacionales .magazine {
    width: 80%;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.historietas-nacionales .btn-suscribite {
  font-size: 24px;
  line-height: 28px;
  align-self: flex-start;
}
.historietas-nacionales .btn-suscribite .rep-flex-col .rep-col .rep-col-v {
  gap: calc(clamp(40px, 6vw, 70px));
  width: inherit;
  margin: 0 auto;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0px 5px;
}
.historietas-nacionales .btn-suscribite .rep-flex-col .rep-col .rep-col-v img {
  width: 100%;
  max-width: 100px;
}
.historietas-nacionales .btn-suscribite .rep-flex-col .rep-col .rep-col-v p {
  line-height: 1.4rem;
  text-align: right;
  width: max-content;
  margin: 0;
}
.historietas-nacionales .btn-suscribite .rep-flex-col .rep-col .a-todo-color {
  transform: rotate(0);
  width: max-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .historietas-nacionales .btn-suscribite {
    text-align: center;
    line-height: 22px;
  }
}
.grid-historietas {
  margin: 0;
  position: relative;
  margin: 0 0 0 60px;
  max-width: 1600px;
}
@media only screen and (max-width: 1200px) {
  .grid-historietas {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .grid-historietas {
    gap: 60px;
    display: flex;
    flex-direction: column;
  }
}
.grid-historietas h2 {
  font-size: calc(clamp(20px, 6vw, 40px));
  line-height: calc(clamp(20px, 8vw, 50px));
}
@media only screen and (max-width: 1200px) {
  .grid-historietas h2 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-historietas h2 {
    padding: 0 40px;
    margin: 0;
  }
}
.isrowx3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0;
  position: relative;
  margin: 0 30px;
}
.isrowx3:after {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .isrowx3:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .isrowx3 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .isrowx3 {
    grid-template-columns: 1fr;
  }
}
.isrowx3 .item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: calc(clamp(40px, 6vw, 70px));
  align-items: center;
  width: 100%;
  padding: 60px 0;
  margin: 40px 0;
  position: relative;
  border: 0;
  border-right: 1px solid #585858;
}
.isrowx3 .item:nth-child(3),
.isrowx3 .item:nth-child(6) {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .isrowx3 .item:nth-child(3),
  .isrowx3 .item:nth-child(6) {
    border-right: 1px solid #585858;
  }
}
@media only screen and (max-width: 768px) {
  .isrowx3 .item {
    padding: 0px 0;
    margin: 0px 0;
    gap: 0;
    border: 0 !important;
  }
}
.isrowx3 .item a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .isrowx3 .item a {
    padding: 20px;
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .isrowx3 .item .islink {
    padding: 0 20px 20px;
  }
}
.isrowx3 .item .islink:hover {
  color: #6fc0f1;
}
.isrowx3 .item img {
  width: 80%;
  max-width: 333px;
  aspect-ratio: 1;
}
.isrowx3 .item span {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.relacionados {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .relacionados {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 0;
  }
}
@media only screen and (max-width: 360px) {
  .relacionados {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.relacionados .item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: calc(clamp(40px, 6vw, 70px));
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  position: relative;
  border: 0;
  border-right: 1px solid #585858;
}
.relacionados .item:last-of-type {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .relacionados .item {
    padding: 0px 0;
    margin: 0px 0;
    gap: 0;
    border: 0;
  }
}
.relacionados .item a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .relacionados .item a {
    padding: 20px;
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .relacionados .item .islink {
    padding: 0 20px 20px;
  }
}
.relacionados .item .islink:hover {
  color: #6fc0f1;
}
.relacionados .item img {
  width: 80%;
  max-width: 200px;
  aspect-ratio: 1;
}
.relacionados .item span {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: calc(clamp(24px, 6vw, 32px));
  line-height: calc(clamp(24px, 6vw, 32px));
  text-align: center;
}
.page-la-olla .content {
  gap: calc(clamp(40px, 8vw, 70px));
}
@media only screen and (max-width: 1200px) {
  .page-la-olla .content .wrap {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-la-olla .content .rep-flex-col .rep-col {
    padding: 0 0 50px;
  }
}
.mainolla .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 895px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .mainolla .wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mainolla .wrap {
    flex-direction: column;
    gap: calc(clamp(40px, 6vw, 70px));
    padding: 0;
  }
}
.mainolla .wrap p {
  line-height: 44px;
  max-width: 370px;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 40px;
  text-align: center;
  font-weight: 300;
}
.mainolla .wrap p strong {
  font-weight: 700;
}
.mainolla .wrap p em {
  font-weight: 400;
}
.mainolla .wrap p em.dancing {
  font-size: 24px;
  font-family: "Dancing Script", cursive;
}
@media only screen and (max-width: 768px) {
  .mainolla .wrap p {
    max-width: 100%;
    margin: 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.mainolla .wrap .pluma {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-left: -28px;
}
.mainolla .wrap .pluma img {
  height: 78px;
}
.mainolla .wrap .pluma .lines {
  min-height: 120px;
  min-width: 1px;
  border-left: 1px solid #585858;
}
@media only screen and (max-width: 768px) {
  .mainolla .wrap .pluma .lines {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mainolla .wrap .pluma {
    display: none;
  }
}
.mainolla .wrap .textcols {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mainolla .wrap .textcols {
    flex-direction: column;
    gap: 30px;
  }
}
.mainolla .wrap .lines {
  min-height: 145px;
  min-width: 1px;
  background: url(../themes/replieguedesa//assets/images/pointbv.png) repeat;
}
@media only screen and (max-width: 768px) {
  .mainolla .wrap .lines {
    display: none;
  }
}
.suscripto {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0;
  margin-top: 40px;
}
.suscripto .def-arrow {
  margin-bottom: 60px;
}
.suscripto .def-arrow span {
  height: 1px;
  border: 0;
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat;
}
.suscripto .wrap {
  padding: 0;
  max-width: 889px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .suscripto {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .suscripto .wrap {
    text-align: center;
  }
}
.suscripto .def-arrow {
  width: 100%;
}
.suscripto .def-arrow:after {
  width: 100%;
}
.suscripto h4 {
  font-size: calc(clamp(16px, 6vw, 24px));
  line-height: calc(clamp(40px, 6vw, 24px));
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .suscripto h4 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .suscripto h4 {
    margin-top: 20px;
    padding-left: 0;
  }
}
.suscripto h4 a {
  color: #FFF;
}
.comenzamos .wrap {
  padding: 0;
  max-width: 889px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .comenzamos .wrap {
    padding: 0 40px;
  }
}
.comenzamos .wrap .box {
  display: grid;
  grid-template-columns: 3fr auto;
  grid-template-areas: "texto imagen";
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .comenzamos .wrap .box {
    grid-template-columns: 1fr;
    grid-template-areas: "texto" "imagen";
  }
}
.comenzamos .wrap .box p {
  align-content: center;
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
  border-left: 1px solid #585858;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding: 20px 38px;
  align-self: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .comenzamos .wrap .box p {
    border-top: 1px solid #585858;
    border-right: 1px solid #585858;
    border-left: 1px solid #585858;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom: 0;
  }
}
.comenzamos .wrap .box p strong {
  font-weight: 600;
}
.comenzamos .wrap .box img {
  height: 150px;
  object-fit: cover;
  width: 300px;
  max-width: 100%;
  border-radius: 0 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .comenzamos .wrap .box img {
    min-width: 100%;
    max-width: 100%;
  }
}
.comenzamos .wrap .mysun {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1400px) {
  .comenzamos .wrap .mysun {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .merienda .wrap .isbox.alt {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
  }
}
@media (max-width: 767px) {
  .comenzamos .wrap .box img {
    border-radius: 0 0 15px 15px;
  }
}
.merienda .def-arrow {
  width: 100%;
  filter: invert(0);
}
.merienda .def-arrow span {
  background: url(../themes/replieguedesa//assets/images/pointwh.png) repeat;
  height: 1px;
  border: 0;
}
.merienda .def-arrow::after {
  width: 100%;
}
.merienda .wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 0;
  max-width: 889px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .merienda .wrap {
    gap: calc(clamp(40px, 6vw, 70px));
    padding: 0 40px;
  }
}
.merienda .wrap h2 {
  margin-bottom: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 1200px) {
  .merienda .wrap h2 {
    margin-bottom: 0;
  }
}
.merienda .wrap .isbox {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .merienda .wrap .isbox {
    flex-direction: column;
    gap: 36px;
  }
}
.merienda .wrap .isbox .islines {
  min-width: 1px;
  width: 1px;
  background: url(../themes/replieguedesa//assets/images/pointbv.png) repeat;
  margin-bottom: 40px;
  min-height: 100%;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .merienda .wrap .isbox .islines {
    display: none;
  }
}
.merienda .wrap .isbox .col-a {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .merienda .wrap .isbox .col-a {
    margin-left: 0;
    padding: 0;
  }
}
.merienda .wrap .isbox .col-a h2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .merienda .wrap .isbox .col-a h2 {
    margin-left: 20px;
  }
}
.merienda .wrap .isbox .col-a .istext {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.merienda .wrap .isbox .col-a .istext p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0 0 20px 0;
}
.merienda .wrap .isbox .col-a .istext p strong {
  font-weight: 700;
}
.merienda .wrap .isbox .col-a .rep-btn-secondary {
  font-size: 16px;
}
.merienda .wrap .isbox .col-a .rep-btn-secondary:hover {
  background: #FFF;
}
.merienda .wrap .isbox .def-arrow {
  width: 100%;
}
.merienda .wrap .isbox .def-arrow:after {
  width: 100%;
}
.merienda .wrap .isbox .col-b {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 360px;
}
@media only screen and (max-width: 992px) {
  .merienda .wrap .isbox .col-b {
    padding: 0;
    min-width: 100%;
  }
}
.merienda .wrap .isbox .col-b img {
  border-radius: 10px;
  max-height: 161px;
  width: 342px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .merienda .wrap .isbox .col-b img {
    width: 100%;
  }
}
.merienda .wrap .isbox .col-b .plumav {
  object-fit: contain;
  height: 122px;
  width: 48px;
  margin: auto 0 -30px auto;
}
@media only screen and (max-width: 768px) {
  .merienda .wrap .isbox .col-b .plumav {
    display: none;
  }
}
.merienda .wrap .isbox .col-b .plumavb {
  object-fit: contain;
  height: 122px;
  width: 48px;
  margin: 40px 0 -120px auto;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .merienda .wrap .isbox .col-b .plumavb {
    display: none;
  }
}
.merienda .wrap .isbox .col-b p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
  max-width: 700px;
}
.merienda .wrap .isbox .col-b p strong {
  font-weight: 700;
}
.merienda .wrap .isbox .col-b p.font-primary {
  font-family: "museo-slab", serif;
}
.merienda .wrap .isbox .col-b p.alt {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .merienda .wrap .isbox .col-b {
    position: relative;
    margin: 0;
  }
}
.merienda .rep-btn-secondary {
  padding: 2px 23px;
  min-height: auto;
}
.back-shop {
  border-bottom: 1px solid #585858;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: end;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .back-shop {
    margin-bottom: 0px;
  }
}
.back-shop a {
  text-decoration: none;
  color: #FFF;
  font-size: 22px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
}
.back-shop a:hover {
  color: #FFF;
  text-decoration: underline;
}
.isproducto {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .isproducto {
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .isproducto {
    flex-direction: column;
    margin: 0;
    gap: 30px;
  }
}
.isproducto .col-a img {
  max-width: 700px;
  width: 100%;
  min-width: 700px;
}
@media only screen and (max-width: 1400px) {
  .isproducto .col-a img {
    min-width: 350px;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .isproducto .col-a img {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.isproducto .col-b {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.isproducto .col-b h3 {
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
.isproducto .col-b .head h1 {
  font-size: calc(clamp(30px, 6vw, 50px)) !important;
  line-height: calc(clamp(40px, 6vw, 60px)) !important;
  font-family: "Dancing Script", cursive;
  margin: 0;
}
.isproducto .col-b .head h2 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Dancing Script", cursive;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .isproducto .col-b .head h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.isproducto .col-b .def-arrow {
  width: 100%;
}
.isproducto .col-b .def-arrow::after {
  width: 100%;
}
.isproducto .col-b .isprice {
  display: flex;
  align-items: center;
  gap: 30px;
}
.isproducto .col-b .isprice p {
  margin: 0;
  font-size: calc(clamp(20px, 6vw, 32px)) !important;
  line-height: calc(clamp(40px, 6vw, 32px)) !important;
}
.isproducto .col-b .isprice .btn-lines {
  font-size: calc(clamp(18px, 6vw, 18px)) !important;
  line-height: calc(clamp(18px, 6vw, 18px)) !important;
  padding: 14px 15px;
}
@media only screen and (max-width: 768px) {
  .isproducto .col-b .isprice {
    flex-direction: column;
  }
}
.isproducto .col-b .istext {
  font-weight: 100;
  font-family: "museo-slab-rounded";
}
.isproducto .col-b .istext p {
  font-size: calc(clamp(20px, 6vw, 20px)) !important;
  line-height: calc(clamp(40px, 6vw, 32px)) !important;
  margin: 0;
}
.isproducto .col-b .medios {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  margin-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .isproducto .col-b .medios {
    margin: 0 auto;
  }
}
.isproducto .col-b .medios:hover {
  color: #6fc0f1;
}
.isproducto .col-b .add-cart {
  display: flex;
  gap: 30px;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .isproducto .col-b .add-cart {
    flex-direction: column;
  }
}
.isproducto .col-b .add-cart .btns-less-more {
  background: #FFF;
  border-radius: 6px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.isproducto .col-b .add-cart .btns-less-more button {
  border: 0;
  background: #FFF;
  padding: 15px;
}
.isproducto .col-b .add-cart .btns-less-more button:hover {
  background: #f2f2f2;
}
.isproducto .col-b .add-cart .btns-less-more button:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.isproducto .col-b .add-cart .btns-less-more button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.isproducto .col-b .add-cart .btn-lines {
  border-color: #6fc0f1;
  font-size: calc(clamp(20px, 6vw, 20px)) !important;
  line-height: calc(clamp(40px, 6vw, 32px)) !important;
  padding: 14px 24px;
}
.isproducto .col-b .add-cart .btn-lines:hover {
  background: #000;
}
.isproducto .col-b ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: disc;
  margin: 0;
  padding-left: 40px;
}
.isproducto .col-b ul li {
  font-weight: 100;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: calc(clamp(20px, 6vw, 22px)) !important;
  line-height: calc(clamp(40px, 6vw, 32px)) !important;
  color: #FFF;
}
.isproducto .col-b .cp {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .isproducto .col-b .cp {
    flex-direction: column;
  }
}
.isproducto .col-b .cp p {
  margin: 0;
  font-size: 22px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  min-width: fit-content;
}
.isproducto .col-b .cp input {
  border-color: #6fc0f1;
  max-width: 180px;
  max-height: 42px;
  padding: 10px;
  font-size: 20px;
  outline: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #6fc0f1;
  color: #FFF;
}
.isproducto .col-b .cp input:focus {
  background: #000;
}
@media only screen and (max-width: 768px) {
  .isproducto .col-b .cp input {
    max-width: initial;
    width: 100%;
  }
}
.subline {
  color: #FFF;
  cursor: pointer;
}
.subline:hover {
  text-decoration: none;
  color: #FFF;
}
.modal-mediodepago .modal-dialog {
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal-mediodepago .modal-dialog {
    margin: 0;
  }
}
.modal-mediodepago .modal-dialog .modal-content {
  box-shadow: ;
  background: #202020;
}
.modal-mediodepago .modal-dialog .modal-content .modal-header h1 {
  font-size: 26px !important;
  line-height: 28px !important;
}
.modal-mediodepago .modal-dialog .modal-content .modal-header .btn-close {
  filter: invert(1);
  width: 20px;
  background-size: contain;
  padding: 0;
  margin: 0 0px;
}
.modal-mediodepago .modal-dialog .modal-content .modal-body p {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.modal-mediodepago .modal-dialog .modal-content .options {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 60px 0 50px;
}
@media only screen and (max-width: 768px) {
  .modal-mediodepago .modal-dialog .modal-content .options {
    flex-direction: column;
  }
}
.modal-mediodepago .modal-dialog .modal-content .options a {
  padding: 0 20px;
  min-width: 308px;
  border-radius: 6px;
  border: 1px solid #6fc0f1;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  font-size: 15px;
  line-height: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal-mediodepago .modal-dialog .modal-content .options a {
    min-width: 100%;
  }
}
.modal-mediodepago .modal-dialog .modal-content .options a:hover {
  background: #000;
}
.modal-mediodepago .modal-dialog .modal-content .options a.active {
  background: transparent;
  color: #FFF;
  font-weight: 400;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .modal-mediodepago .modal-dialog .modal-content .options a.active {
    margin-bottom: 20px;
    order: 2;
  }
}
.select-container {
  margin: 0;
  height: 46px;
  width: 300px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 18px;
  padding: 10px;
  font-weight: 100;
  white-space: normal;
  max-width: 300px;
  background: #FFF;
}
@media only screen and (max-width: 480px) {
  .select-container {
    width: 100%;
  }
}
.select-container select {
  width: 100%;
  appearance: none;
  border: none;
  background: transparent;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.select-container::after {
  content: "";
  /* Flecha personalizada */
  background: #ffffff url(../themes/replieguedesa//assets/images/arrow-down-icon.svg) no-repeat right;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 10px;
  pointer-events: none;
  font-size: 12px;
  color: #666;
}
.wrap-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
  gap: 120px 0;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .wrap-items {
    gap: 30px;
    margin-bottom: 0;
    margin: 0;
  }
}
.productos-relacionados {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #585858;
  padding-left: 40px;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .productos-relacionados h4 {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .productos-relacionados {
    gap: 30px 0;
    padding-left: 0;
    border: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .productos-relacionados {
    max-width: 700px;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .productos-relacionados {
    gap: 30px;
  }
}
.productos-relacionados .item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border-right: 1px solid #FFF;
}
.productos-relacionados .item:last-of-type {
  border: 0;
}
@media only screen and (max-width: 768px) {
  .productos-relacionados .item {
    border: 0;
  }
}
.productos-relacionados .item img {
  margin-bottom: 10px;
  padding: 0 30px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .productos-relacionados .item img {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: auto;
    padding: 0 50px;
    max-width: 300px;
  }
}
.productos-relacionados .item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.productos-relacionados .item p,
.productos-relacionados .item span {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.productos-relacionados .item p strong,
.productos-relacionados .item span strong {
  font-weight: 400;
}
.istitles {
  display: contents;
}
@media only screen and (max-width: 1400px) {
  .istitles {
    padding: 0 20px;
    max-width: 100%;
  }
}
.istitles .titha {
  display: flex;
  align-items: center;
  gap: 20px;
}
.istitles .titha .islabel {
  color: #FFF;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.istitles .titha .line {
  height: 1px;
  width: 100%;
  min-width: auto;
  border-top: 1px solid #585858;
}
.iscart {
  display: grid;
  grid-template-columns: 4fr 1fr 0.5fr;
  align-items: center;
  gap: 30px;
  padding: 20px;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 165px;
}
@media only screen and (max-width: 1200px) {
  .iscart {
    padding: 0 20px;
    max-width: 100%;
  }
}
.iscart .line {
  min-width: 100%;
  height: 1px;
  border-bottom: 1px solid #585858;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media only screen and (max-width: 768px) {
  .iscart {
    gap: 15px 20px;
  }
}
.iscart .isitem {
  display: contents;
}
.iscart .isitem .producto {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .producto {
    padding: 0;
  }
}
.iscart .isitem .producto img {
  width: 70px;
}
.iscart .isitem .producto p {
  margin: 0;
  font-size: 16px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  line-height: 120%;
}
.iscart .isitem .price {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .price {
    gap: 5px;
  }
}
.iscart .isitem .price small {
  font-size: 14px;
  font-family: Montserrat;
  color: #989898;
  position: absolute;
  top: -30px;
  text-decoration: line-through;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .price small {
    top: 0;
    font-size: 12px;
    position: relative;
  }
}
.iscart .isitem .price span {
  font-size: 28px;
  color: #FFF;
}
.iscart .isitem .action {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.iscart .isitem .action .trash {
  padding-right: 20px;
}
.iscart .isitem .action .trash:hover {
  filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(2131%) hue-rotate(336deg) brightness(108%) contrast(88%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .action .trash {
    padding: 0;
  }
}
.iscart .isitem .moreoless {
  display: flex;
  gap: 0;
}
.iscart .isitem .moreoless input {
  width: 40px;
  height: 40px;
  text-align: center;
  outline: 0;
  border: 0;
  font-weight: 600;
  background: #FFF;
}
.iscart .isitem .moreoless input:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.iscart .isitem .moreoless input:nth-child(2) {
  width: 20px;
}
.iscart .isitem .moreoless input:nth-child(3) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.iscart .isitem .moreoless input[type=button]:hover {
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .iscart {
    gap: 15px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .iscart {
    gap: 15px 10px;
  }
}
.iscart .isitem .tith:last-of-type .line .tablet {
  min-width: calc(40%);
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .producto {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .producto p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .producto img {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .price span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .moreoless input {
    width: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .iscart .isitem .action {
    gap: 5px;
  }
}
.iscart {
  position: relative;
}
.iscart .wrap-istitles {
  grid-column-start: 1;
  grid-column-end: 4;
}
.back-tienda {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0 130px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .back-tienda img,
  .back-tienda .isline {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .back-tienda {
    padding: 0 20px;
    gap: 10px;
  }
}
.back-tienda .isline {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #585858;
}
.back-tienda .back {
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #6fc0f1;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  font-size: 32px;
  line-height: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: fit-content;
  margin: 0;
}
.back-tienda .back img {
  height: 19px;
}
.back-tienda .back:hover {
  background: #000;
}
.back-tienda .next {
  display: flex;
  padding: 0 50px;
  color: #1e1e1e;
  border-radius: 6px;
  text-decoration: none;
  background: #f0e62b;
  background-size: 27px 25px;
  height: 56px;
  line-height: 56px;
  font-size: 32px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  gap: 10px;
  justify-content: center;
}
.back-tienda .next:hover {
  background-color: #6fc0f1;
}
.back-tienda .next img {
  width: 25px;
}
@media only screen and (max-width: 480px) {
  .back-tienda.alternate {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .back-tienda {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .back-tienda .isline {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .back-tienda .back {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .back-tienda .sun {
    width: 50px;
    height: 50px;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .back-tienda .next {
    font-size: 22px;
    padding: 0 20px;
  }
}
.isback {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.isback .sunfixed {
  position: absolute;
  top: -15px;
}
@media only screen and (max-width: 1200px) {
  .isback {
    padding: 0 0px;
    gap: 10px;
  }
}
.isback .isline {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #585858;
}
.isback .back {
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #6fc0f1;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  font-size: 32px;
  line-height: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: fit-content;
  margin: 0;
}
.isback .back img {
  height: 19px;
}
.isback .back:hover {
  background: #000;
}
.isback .next {
  display: flex;
  padding: 0 50px;
  color: #1e1e1e;
  border-radius: 6px;
  text-decoration: none;
  background: #f0e62b;
  background-size: 27px 25px;
  height: 56px;
  line-height: 56px;
  font-size: 32px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  gap: 10px;
  justify-content: center;
}
.isback .next:hover {
  background-color: #6fc0f1;
}
.isback .next img {
  width: 25px;
}
@media only screen and (max-width: 480px) {
  .isback.alternate {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .isback {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .isback .isline {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .isback .back {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .isback .sun {
    width: 50px;
    height: 50px;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .isback .next {
    font-size: 22px;
    padding: 0 20px;
  }
}
.istotal {
  grid-column-start: 1;
  grid-column-end: 4;
}
.wrap-total {
  background: #0b0b0b;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  min-width: 100%;
  padding: 25px;
}
.wrap-total .cupon {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
}
.wrap-total .cupon .tengo {
  background: #FFF;
  border-radius: 6px;
  padding: 0 20px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
}
.wrap-total .cupon .aplicar {
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #6fc0f1;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  font-size: 35px;
  line-height: 56px;
  height: 56px;
}
.wrap-total .cupon .aplicar:hover {
  color: #1e1e1e;
  background: #f0e62b;
  border: 1px solid #f0e62b;
}
.wrap-total .total {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 40px;
}
.wrap-total .total .name {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #FFF;
  margin: 0;
}
.wrap-total .total .num {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #FFF;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .wrap-total {
    flex-direction: column-reverse;
    gap: 15px;
    padding: 15px;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-total .cupon {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-total .cupon .tengo {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-total .cupon .aplicar {
    text-align: center;
  }
}
.tit-center {
  padding: 0 20px;
}
.tit-center .wrap {
  position: relative;
  padding: 0 20px;
}
.tit-center .wrap::after {
  content: "";
  min-height: 156px;
  width: 1px;
  border-left: 1px solid #585858;
  position: absolute;
  bottom: -60px;
  left: 80px;
}
@media only screen and (max-width: 1200px) {
  .tit-center .wrap::after {
    left: 0;
    bottom: 0;
    min-height: 96px;
  }
}
.tit-center .wrap::before {
  content: "";
  width: 33px;
  height: 79px;
  background: url(../themes/replieguedesa//assets/images/filete-blue-v.svg) no-repeat;
  display: block;
  position: absolute;
  bottom: -155px;
  left: 120px;
}
@media only screen and (max-width: 1800px) {
  .tit-center .wrap::before {
    display: none;
  }
}
.tit-center .wrap h1 {
  margin: 90px auto;
  width: fit-content;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}
.tit-center .wrap h1.lines:after,
.tit-center .wrap h1.lines:before {
  height: 38px;
}
@media only screen and (max-width: 768px) {
  .tit-center .wrap h1 {
    margin: 30px auto;
  }
}
.como {
  padding-bottom: 0;
  margin-top: -80px;
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .como {
    margin-left: 0;
    margin-top: 0;
  }
}
.como .wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
}
.como .wrap .box-pago {
  position: relative;
  flex-grow: 1;
  margin: 60px 0 50px;
}
.como .wrap .box-pago .istabs {
  display: flex;
  gap: 20px;
  border: 0;
  width: fit-content;
  margin: 60px 0 50px auto;
  align-items: baseline;
}
@media only screen and (max-width: 992px) {
  .como .wrap .box-pago .istabs {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .como .wrap .box-pago .istabs li {
    width: 100%;
    margin: 0;
    order: 2;
  }
}
.como .wrap .box-pago .istabs li:nth-child(2) {
  order: 1;
}
.como .wrap .box-pago .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.como .wrap .box-pago .head h2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 35px;
  font-weight: 300;
  min-width: fit-content;
  margin: 0;
}
.como .wrap .box-pago .head p {
  font-size: 16px;
  font-weight: bold;
  font-family: "Yanone Kaffeesatz", sans-serif;
  width: fit-content;
  margin: 0;
}
.como .wrap .box-pago .head .line {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #585858;
}
.como .wrap .box-pago .options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 60px 0 50px auto;
  width: 80%;
}
@media only screen and (max-width: 1400px) {
  .como .wrap .box-pago .options {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .como .wrap .box-pago .options {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
  }
}
.como .wrap .box-pago .options a {
  padding: 0 20px;
  border-radius: 6px;
  border: 1px solid #6fc0f1;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  font-size: 15px;
  line-height: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .como .wrap .box-pago .options a {
    min-width: 100px;
  }
}
.como .wrap .box-pago .options a:hover {
  background: #000;
}
.como .wrap .box-pago .options a.active {
  background: #f2f2f2;
  border: 0;
  color: #1e1e1e;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .como .wrap .box-pago .options a.active {
    margin-bottom: 20px;
    order: 1;
  }
}
.como .wrap .box-pago .options a.active::after {
  content: "";
  margin: 0 0.5em;
  display: inline-block;
  border: 27px solid transparent;
  border-top: 24px solid #f2f2f2;
  border-bottom: 0 none;
  position: absolute;
  bottom: -24px;
}
.como .wrap .box-pago .boxmodel {
  font-size: 32px;
  line-height: 38px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  color: #FFF;
  padding: 30px;
  background: #000;
  border-radius: 10px;
  margin-bottom: 80px;
}
.como .wrap .box-pago .boxmodel p {
  margin: 0;
}
.como .wrap .col-pago {
  background: #1e1e1e;
  border-radius: 6px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 302px;
  height: min-content;
  margin-top: 10px;
}
.como .wrap .col-pago .item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.como .wrap .col-pago .item p {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #FFF;
  line-height: normal;
}
.como .wrap .col-pago .total {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  min-height: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .como .wrap .col-pago .total {
    margin-top: 10px;
  }
}
.como .wrap .col-pago .total .tit {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  font-size: 32px;
  color: #FFF;
}
.como .wrap .col-pago .total .num {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .como .wrap {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .como .wrap .col-pago {
    max-width: 100%;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .como .wrap .col-pago .item {
    justify-content: center;
  }
}
.wrap {
  position: relative;
}
.floatsun {
  position: relative;
}
.floatsun .wrap .back-tienda {
  margin: 0;
}
.floatsun .wrap .back-tienda .line {
  display: inherit;
}
.floatsun .sun {
  background: url(../themes/replieguedesa//assets/images/sun.png) no-repeat;
  width: 130px;
  height: 300px;
  position: absolute;
  display: block;
  right: 0;
  top: -87px;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .floatsun .sun {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .floatsun {
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .floatsun .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .floatsun .sun {
    display: none;
  }
}
.datos-personales .wrap {
  gap: 0;
  flex-direction: column;
  padding: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .datos-personales .wrap {
    padding: 0;
  }
}
.datos-personales .wrap .back-tienda1 {
  margin: 60px 0 0;
  min-width: 100%;
}
@media only screen and (max-width: 480px) {
  .datos-personales .wrap .back-tienda1 {
    margin: 20px 0 0;
    flex-direction: column-reverse;
  }
  .datos-personales .wrap .back-tienda1 .next,
  .datos-personales .wrap .back-tienda1 .back {
    width: 100%;
  }
}
.datos-personales .wrap h4 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .datos-personales .wrap h4 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.datos-personales .wrap .box-datos {
  display: grid;
  grid-template-areas: "cola colb colc";
  flex-wrap: wrap;
  gap: 20px 60px;
  min-width: 100%;
  max-width: 1400px;
}
.datos-personales .wrap .box-datos .select-container {
  width: 100%;
  max-width: 100%;
  color: #6c757d;
}
.datos-personales .wrap .box-datos .select-container::after {
  opacity: 0.7;
}
.datos-personales .wrap .box-datos .select-container select {
  padding: 0;
  width: 100%;
  color: #6c757d;
}
@media only screen and (max-width: 992px) {
  .datos-personales .wrap .box-datos {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .datos-personales .wrap .box-datos {
    grid-template-areas: "cola";
  }
}
.datos-personales .wrap .box-datos input {
  height: 47px;
  padding: 5px 10px;
  border-radius: 5px;
  outline: 0;
  border: 0;
  flex-grow: 1;
  min-width: 100%;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  line-height: 47px;
}
.datos-personales .wrap .boxmodel {
  padding: 20px;
  min-height: 80px;
  color: #FFF;
  font-size: 32px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  margin: 60px auto;
  line-height: 42px;
}
@media only screen and (max-width: 768px) {
  .datos-personales .wrap .boxmodel {
    margin: 20px auto 0;
  }
}
.gracias .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  max-width: 1400px;
}
.gracias p {
  margin: 0;
  font-size: 16px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 100;
  text-align: center;
  line-height: 120%;
}
.gracias .rep-button-primary {
  width: auto;
  flex-grow: 0;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  margin: 0 auto;
}
.gracias .rep-button-primary img {
  transform: rotate(180deg);
}
.sunfixed {
  position: fixed;
  background: url(../themes/replieguedesa//assets/images/sun.png);
  width: 75px;
  height: 180px;
  display: block;
  background-size: cover;
  margin-left: 70px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(2131%) hue-rotate(336deg) brightness(108%) contrast(88%);
  top: 50%;
  right: 0;
  transform: translate(0, -25%);
}
@media only screen and (max-width: 1200px) {
  .sunfixed {
    display: none;
  }
}
.sun {
  position: absolute;
  background: url(../themes/replieguedesa//assets/images/sun.png);
  width: 75px;
  height: 180px;
  display: block;
  background-size: cover;
  margin-left: 70px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(2131%) hue-rotate(336deg) brightness(108%) contrast(88%);
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .sun {
    display: none;
  }
}
.page-medios-general .wrap-btns,
.page-medios-categoria .wrap-btns {
  gap: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .page-medios-general .wrap-btns,
  .page-medios-categoria .wrap-btns {
    gap: 10px;
  }
}
.page-medios-general .wrap-btns a,
.page-medios-categoria .wrap-btns a {
  padding: 10px;
  gap: 10px;
}
.page-medios-categoria .wrap-btns a.ison {
  background: #6fc0f1;
  text-shadow: 1px 1px #333;
  border: 1px solid #585858;
  cursor: default;
}
.page-medios-categoria .republica-del-fulbo .isbox a {
  margin: 30px;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  font-family: "museo-slab", serif;
  font-weight: 500;
  text-decoration: none;
}
.page-medios-categoria .republica-del-fulbo .isbox a:hover {
  color: #6fc0f1;
}
.page-medios-categoria .republica-del-fulbo .pic img {
  height: 100%;
}
.page-medios-categoria .republica-del-fulbo .pic img:hover {
  filter: brightness(1);
  cursor: pointer;
}
.sorteo {
  text-decoration: none;
  margin: 20px;
}
.sorteo .wrap {
  background: #f0e62b;
  margin: 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .sorteo .wrap {
    margin: 0 30px;
    grid-template-columns: 0.8fr 1fr 0.7fr;
  }
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin: auto;
    width: 100%;
    gap: 20px;
  }
}
.sorteo .wrap a {
  cursor: pointer;
}
.sorteo .wrap a.close {
  background: url(../themes/replieguedesa//assets/images/close.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.sorteo .wrap .calltoaction {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sorteo .wrap .calltoaction .miembros {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .calltoaction .miembros {
    margin: 0 auto;
  }
}
.sorteo .wrap .calltoaction .miembros p {
  font-size: calc(clamp(20px, 6vw, 30px));
  line-height: calc(clamp(20px, 6vw, 30px));
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal;
  max-width: 244px;
}
.sorteo .wrap .calltoaction {
  display: flex;
  flex-direction: column;
  margin: auto 0 auto 30px;
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .sorteo .wrap .calltoaction {
    margin: auto 0;
  }
}
.sorteo .wrap .calltoaction p {
  font-size: calc(clamp(38px, 4vw, 44px));
  line-height: calc(clamp(42px, 4vw, 44px));
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .calltoaction {
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: row;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .calltoaction {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.sorteo .wrap .calltoaction p {
  margin: 0;
}
.sorteo .wrap .box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #585858;
  padding: 0 50px;
  justify-content: center;
  align-items: flex-start;
  min-width: 375px;
  width: min-content;
  position: relative;
}
.sorteo .wrap .box::before {
  content: "";
  background: url(../themes/replieguedesa//assets/images/pointwv.png) repeat;
  background-position: left;
  width: 1px;
  height: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .box::before {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .sorteo .wrap .box {
    min-width: auto;
    width: fit-content;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .box {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .box {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
    align-items: center;
    border: 0;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 40px 0;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.sorteo .wrap .box p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
  font-size: calc(clamp(30px, 4vw, 36px));
  line-height: calc(clamp(36px, 4vw, 42px));
}
.sorteo .wrap .box a {
  background: #FFF;
  border-radius: 6px;
  padding: 8px;
  color: #000;
  font-weight: 600;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: calc(clamp(20px, 6vw, 24px));
}
.sorteo .wrap .box a:hover {
  background: #000;
  color: #FFF;
}
.sorteo .wrap p {
  font-size: 44px;
  color: #000;
  font-weight: 600;
  line-height: 50px;
}
.sorteo .wrap p span {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap p {
    font-size: 26px;
    line-height: 30px;
  }
}
.sorteo .wrap .images {
  display: flex;
  gap: 0px;
  margin-left: 60px;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .sorteo .wrap .images {
    width: min-content;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .images {
    margin: 0 auto;
  }
}
.sorteo .wrap .camiseta {
  max-height: 250px;
}
@media only screen and (max-width: 1400px) {
  .sorteo .wrap .camiseta {
    max-height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .sorteo .wrap .camiseta {
    max-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .sorteo .wrap .camiseta {
    max-height: 200px;
  }
}
.sorteo .wrap .letter {
  max-width: 100px;
  margin: auto 20px;
}
@media only screen and (max-width: 1400px) {
  .sorteo .wrap .letter {
    max-width: 60px;
  }
}
