@font-face {
  font-family: "Gotham-Bold";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Bold.woff);
}

@font-face {
  font-family: "Gotham-Light";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Light.woff);
}

/* INITIAL CSS */ 
:root {
  --ripley-bold-font: "Gotham-Bold", sans-serif;
  --ripley-light-font: "Gotham-Light", sans-serif;

  --ripley-color-four: #f8d952;

  --ripley-black: #000000;
  --ripley-white: #ffffff;
  --ripley-purple: #5826A8;
  --ripley-purple-b: #421788;

}

/* FIN INITIAL CSS */

b {
  font-family: var(--ripley-bold-font);
}

img {
  max-width: 100%;
  height: auto;
}

/* ESTILOS MOBILE */
#CONTAINER-PREF-CYBER,
body {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  text-transform: none;
  background: #000;
  ;
}

#CONTAINER-PREF-CYBER video {
  width: 100%;
  background-color: var(--ripley-purple);
}

.container-pref {
  max-width: 1140px;
  margin: auto;
}

/* CABECERA-PREF-CYBER */

#CABECERA-PREF-CYBER {
  background-color: #000;
}

#CABECERA-PREF-CYBER .header-img img {
  width: 100%;
  display: block;
}

#CABECERA-PREF-CYBER .products-img {
  background-color: var(--ripley-purple);
}

#CABECERA-PREF-CYBER .products-img img {
  position: relative;
  width: 100%;
  display: block
}

#CABECERA-PREF-CYBER .text-header-pref {
  max-width: 980px;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 5em;
}

.texto-cyber {
  font-family: var(--ripley-light-font) !important;
  text-transform: none;
  margin-bottom: 30px !important;
}

#CABECERA-PREF-CYBER .text-header-pref h1 {
  font-family: var(--ripley-bold-font);
  font-size: 1.8em;
  color: var(--ripley-white);
  margin: 0;
  padding: 15px 10px;
}

#CABECERA-PREF-CYBER .text-header-pref p {
  font-family: var(--ripley-bold-font);
  font-size: 1.1em;
  color: #ffffff;
  margin: 0;
  padding: 15px 20px;
  font-weight: 400;
}

#CABECERA-PREF-CYBER .text-header-pref .text-bajada {
  text-decoration: none;
  font-family: var(--ripley-bold-font);
  font-size: 1.4rem;
  color: var(--ripley-white);
  background-color: #461E87;
  border-radius: 2em;
  padding: 10px 30px;
  margin: 10px;
  width: auto;
  display: block;
}



/* FORM-PREF-CYBER */
#FORM-PREF-CYBER {
  background: linear-gradient(#A748E2, #000 110%);
}

#FORM-PREF-CYBER p {
  font-family: var(--ripley-light-font);
  font-size: 1em;
  color: var(--ripley-white);
  margin-top: 0;
  padding-top: 0rem;
  padding-bottom: 2em;
}

#FORM-PREF-CYBER .form-cyber form {
  max-width: 650px;
  margin: auto;
  padding-bottom: 2rem;
}

#FORM-PREF-CYBER .form-cyber p.subtitle-checkbox {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-white);
  font-size: 1.1em;
  padding: 20px 30px !important;
}

#FORM-PREF-CYBER .form-cyber p {
  font-family: var(--ripley-bold-font);
  font-size: 1.4em;
  color: var(--ripley-white);
  margin-top: 0;
  padding-top: 0;
}

#FORM-PREF-CYBER .form-cyber input[type="text"],
#FORM-PREF-CYBER .form-cyber input[type="email"] {
  background-color: #f2f2f2;
  border-radius: 0;
  border: 1px solid #cecece;
  font-family: var(--ripley-light-font);
  font-size: 1em;
  margin: 0 auto 1rem;
  padding-left: 10px;
  height: 50px;
  width: 70%;
  border-radius: 10px;
}

#FORM-PREF-CYBER .form-cyber label {
  font-family: var(--ripley-bold-font);
  font-size: 1em;
  color: var(--ripley-white);
}

#FORM-PREF-CYBER .form-cyber .checkbox-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 8px;
  max-width: 320px;
  margin: 0 auto;
  justify-items: start;
}

#FORM-PREF-CYBER .form-cyber .check-input {
  display: contents;
  margin: 0;
}

#FORM-PREF-CYBER .form-cyber .check-input .col-input {
  display: flex;
  align-items: center;
}

#FORM-PREF-CYBER .form-cyber .box-btn-cyber {
  margin: 2em 2em 0 2em;
  padding: 0 0 0 0 !important;
}

#FORM-PREF-CYBER .form-cyber .box-btn-cyber .btn-form-cyber {
  color: #A748E2;
  background-color: var(--ripley-white);
  border: 1px solid var(--ripley-white);
  border-radius: 50px;
  font-family: var(--ripley-bold-font);
  font-size: 1em;
  width: 50%;
  height: 45px;
  transition: 0.4s ease;
  cursor: pointer;
}

#FORM-PREF-CYBER .form-cyber .box-btn-cyber .btn-form-cyber:hover {
  color: white;
  background-color: #421788;
  border: 2px solid var(--ripley-purple);
  border-radius: 30px;
  transition: 0.4s ease;
}

#FORM-PREF-CYBER .form-cyber .checkbox-custom {
  opacity: 0;
  position: absolute;
}

#FORM-PREF-CYBER .form-cyber .checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  width: auto;
}

#FORM-PREF-CYBER .form-cyber .checkbox-custom-label {
  position: relative;
}

#FORM-PREF-CYBER .form-cyber .checkbox-custom+.checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
}

#FORM-PREF-CYBER .form-cyber .checkbox-custom:checked+.checkbox-custom-label:before {
  content: "\2713";
  font-family: "FontAwesome";
  background: black;
  color: white;
}

#FORM-PREF-CYBER .form-cyber .checkbox-custom:focus+.checkbox-custom-label {
  outline: 1px solid #ddd;
  /* focus style */
}

/* MEJORES-PRECIOS-CYBER */
#CARRUSEL-API-1 {
  background-color: var(--ripley-purple);
  margin: -30px 0 0 0;
  padding: 45px 0 0 0;
}

#MEJORES-PRECIOS-CYBER {
  background-color: #000;
}

#MEJORES-PRECIOS-CYBER h2 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-white);
  margin: 0;
  padding: 50px 20px 20px 20px;
}

#MEJORES-PRECIOS-CYBER h3 span {
  font-family: var(--ripley-bold-font);
  color: white;
  margin: 20px;
}

#MEJORES-PRECIOS-CYBER h3 {
  font-family: var(--ripley-light-font);
  font-size: 1.2em;
  font-weight: 300;
  color: white;
  margin: 20px;
}

#MEJORES-PRECIOS-CYBER p {
  font-family: var(--ripley-light-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: white;
  margin: 20px 60px;
}

/* DEBES-SABER-CYBER */
#DEBES-SABER-CYBER {
  background-color: #000;
  padding: 15px 0 30px 0;
}

#DEBES-SABER-CYBER h2 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-white);
  font-size: 1.2em;
  margin: 20px;
}

#DEBES-SABER-CYBER input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: auto;
}

#DEBES-SABER-CYBER .tabs {
  max-width: 750px;
  margin: auto;
  padding: 0 20px;
}

#DEBES-SABER-CYBER .tab {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #cecece;
  /* border-right: 1px solid #cecece;
  border-left: 1px solid #cecece; */
}

#DEBES-SABER-CYBER .tab h3 {
  color: #000;
  font-family: var(--ripley-light-font);
  font-size: 13px !important;
  padding: 0 3px;
}

#DEBES-SABER-CYBER .tab p {
  color: #000;
  font-family: var(--ripley-light-font);
  line-height: 1.4em;
  margin: 0;
  text-transform: lowercase;
  font-size: 13px;
}

#DEBES-SABER-CYBER .tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 0.5em;
  background: white;
  cursor: pointer;
}

#DEBES-SABER-CYBER .tab-label img {
  width: 40px;
  max-width: 45px;
  display: block;
}

#DEBES-SABER-CYBER .tab:last-child {
  border-bottom: 1px solid #cecece;
}

#DEBES-SABER-CYBER .tab-label:hover {
  background: #f6f6f6;
}

#DEBES-SABER-CYBER .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  color: #A748E2;
}

#DEBES-SABER-CYBER .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: var(--ripley-purple);
  background: white;
  transition: all 0.35s;
}

#DEBES-SABER-CYBER .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 1em;
  background: #2c3e50;
  cursor: pointer;
}

#DEBES-SABER-CYBER .tab-close:hover {
  background: #f6f6f6;
}

#DEBES-SABER-CYBER input:checked+.tab-label {
  background: #f6f6f6;
}

#DEBES-SABER-CYBER input:checked+.tab-label::after {
  transform: rotate(90deg);
}

#DEBES-SABER-CYBER input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

#DEBES-SABER-CYBER p a {
  font-family: var(--ripley-bold-font);
  font-size: 1em;
  color: var(--ripley-purple);
}

/* COMO-COMPRAR-CYBER */
#COMO-COMPRAR-CYBER {
  background-color: #000;
  padding: 30px 0 60px 0;
}

#COMO-COMPRAR-CYBER h2 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-white);
  font-size: 1.4em;
  margin: 20px;
}

#COMO-COMPRAR-CYBER .box-como-comprar {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1em 3em;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-title-como {
  display: flex;
  align-items: center;
  padding: 13px 1em;
  background-color: #A748E2;
  border-radius: 20px 20px 0 0;
  text-align: left;
  height: 100%;
  max-height: 90px;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-title-como h3 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-white);
  font-size: 0.9em;
  margin: 5px 10px;
  line-height: 1.1em;
  text-transform: lowercase;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-title-como img {
  width: 50px;
  max-width: 50px;
  height: 100%;
  display: block;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-body-como {
  background-color: var(--ripley-white);
  border-radius: 0 0 20px 20px;
  height: 100%;
  max-height: 468px;
  padding: 0.5em 0;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-body-como p {
  font-family: var(--ripley-light-font);
  font-size: 0.8em;
  line-height: 18px;
  list-style: none;
  color: #000;
  text-align: left;
  padding: 0 15px;
  margin: 0.7em 0;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-body-como ul li {
  padding: 7px 0px;
}

#COMO-COMPRAR-CYBER .box-como-comprar .box-body-como p a {
  font-family: var(--ripley-bold-font);
  color: #000;
}

/* NECESITAS-AYUDA-CYBER */
#NECESITAS-AYUDA-CYBER {
  background: linear-gradient(#A748E2, #000 110%)
}

#NECESITAS-AYUDA-CYBER .box-title-ayuda {
  padding: 0;
}

#NECESITAS-AYUDA-CYBER h2 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-white);
  font-size: 1.4em;
  margin: 20px;
  padding: 40px 0 0 0;
}

#NECESITAS-AYUDA-CYBER .box-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  padding: 40px 20px 40px;
}

#NECESITAS-AYUDA-CYBER .box-body>*:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

#NECESITAS-AYUDA-CYBER .box-body>*:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

#NECESITAS-AYUDA-CYBER .box-body>*:nth-child(3) {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 30px;
}

#NECESITAS-AYUDA-CYBER .box-body>*:nth-child(4) {
  grid-column: 1 / -1;
  grid-row: 3;
}

#NECESITAS-AYUDA-CYBER .box-col {
  background-color: #781CB1;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
}

#NECESITAS-AYUDA-CYBER .box-col h3 {
  display: block;
  font-family: var(--ripley-bold-font);
  color: #fff;
  text-align: left;
  font-size: 1em;
  margin: 20px;
  text-transform: lowercase;
}

#NECESITAS-AYUDA-CYBER .box-col h3 picture {
  display: block;
  margin-bottom: 10px;
}

#NECESITAS-AYUDA-CYBER .box-col h3 img {
  display: block;
  margin-top: -40px;
}

#NECESITAS-AYUDA-CYBER .box-col p {
  font-family: var(--ripley-light-font);
  font-size: 0.8em;
  text-align: left;
  margin: 0 20px 20px;
  color: #fff;
}

#NECESITAS-AYUDA-CYBER .box-col a {
  font-family: var(--ripley-bold-font);
  color: #FBBB38;
  font-size: 1em;
  text-align: left;
}

#NECESITAS-AYUDA-CYBER .box-col a.iconosApp picture {
  display: flex;
  width: 100%;
  justify-content: center;
}

#NECESITAS-AYUDA-CYBER .box-col a.iconosApp picture img {
  width: 50%;
}

#NECESITAS-AYUDA-CYBER .message-ayuda {
  width: 100%;
}

#NECESITAS-AYUDA-CYBER .message-ayuda picture {
  display: block;
  width: 100%;
}

#NECESITAS-AYUDA-CYBER .message-ayuda img {
  display: block;
  width: 100%;
  height: auto;
}

/* NAVEGA-COMPRA */
#NAVEGA-COMPRA-CYBER .header-img img {
  width: 100%;
  display: block;
}

#NAVEGA-COMPRA-CYBER .square-navega {
  background-color: #f6f6f6;
  padding: 10px 20px;
}

#NAVEGA-COMPRA-CYBER .square-navega p {
  font-family: var(--ripley-light-font);
  font-size: 1em;
  text-align: left;
  margin: 20px;
}

#NAVEGA-COMPRA-CYBER .square-navega-two {
  background-color: #eeeeee;
  padding: 10px 20px;
}

#NAVEGA-COMPRA-CYBER .square-navega-two h3 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-purple);
  font-size: 1.4em;
  margin: 20px;
}

#NAVEGA-COMPRA-CYBER .square-navega-two p {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-purple-b);
  font-size: 1em;
  margin: 20px;
}

#NAVEGA-COMPRA-CYBER .parrafo {
  margin: 0;
}

#NAVEGA-COMPRA-CYBER ul {
  font-family: var(--ripley-light-font);
  background-color: #eee;
  margin: 0;
  padding: 0;
}

#NAVEGA-COMPRA-CYBER ul li {
  display: flex;
  text-align: left;
  font-size: 1em;
  border: 1px solid #fff;
  padding: 20px;
}

#NAVEGA-COMPRA-CYBER ul li picture {
  width: 50px;
}

#NAVEGA-COMPRA-CYBER ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
}

/* NO-TE-PIERDAS */
#NOTEPIERDAS-CYBER {
  background-color: var(--ripley-black);
  padding: 20px 0;
}

#NOTEPIERDAS-CYBER .box-notepierdas {
  background-color: var(--ripley-white);
  margin: 0 0 40px 0;
  padding: 0;
  border-radius: 20px;
}

#NOTEPIERDAS-CYBER .box-notepierdas .texto-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#NOTEPIERDAS-CYBER .box-notepierdas .imagen-box img {
  display: block;
  width: 100%;
}

#NOTEPIERDAS-CYBER .box-notepierdas p {
  font-family: var(--ripley-light-font);
  color: var(--ripley-black);
  text-align: left;
  font-size: 1em;
}

#NOTEPIERDAS-CYBER .box-notepierdas p strong {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-purple);
}

#NOTEPIERDAS-CYBER .box-notepierdas h3 {
  font-family: var(--ripley-bold-font);
  color: var(--ripley-purple);
  font-size: 2em;
  text-align: left;
  margin: 0;
}

/* LAS IMAGENES DE LA API VIENEN EN DISTINTOS 
TAMAÑOS ESTE ESTILO FORMATEA DICHAS IMG PARA UNIFICAR TAMAÑOS */
#CARRUSEL-API-1 img {
  max-width: 250px;
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
}

/* LAS IMAGENES DE LA API VIENEN EN DISTINTOS 
TAMAÑOS ESTE ESTILO FORMATEA DICHAS IMG PARA UNIFICAR TAMAÑOS */

.container-video {
  width: 100%;
}

.btn-vertodoBF {
  margin-bottom: 3em;
  transform: translateY(-2em);
}

.boton-todo-cyber {
  color: #A748E2 !important;
  background-color: var(--ripley-white);
  border: 1px solid var(--ripley-white);
  border-radius: 25px;
  font-family: var(--ripley-bold-font);
  font-size: 1.2em;
  text-transform: lowercase;
  width: 100%;
  height: 60px;
  transition: 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 30px;
}

.boton-todo-cyber2 {
  color: #A748E2;
  background-color: var(--ripley-white);
  border: 1px solid var(--ripley-white);
  border-radius: 25px;
  font-family: var(--ripley-bold-font);
  font-size: 1.2em;
  text-transform: lowercase;
  width: 100%;
  height: 60px;
  transition: 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 30px;
}

/* CAMBIOS BF 30-10-23 */
#FORM-PREF-CYBER .container-pref h2 {
  color: white;
  font-family: var(--ripley-bold-font);
  font-size: 1.2em;
  margin-top: 0;
  padding: 2em 1em 0em 1em;
}

#FORM-PREF-CYBER .container-pref p {
  color: white;
  font-family: var(--ripley-light-font);
  font-size: 0.9em;
  ;
}

#MEJORES-PRECIOS-CYBER .container-pref h2 {
  color: white;
  font-family: var(--ripley-bold-font);
  font-size: 1.2em;
}

#MEJORES-PRECIOS-CYBER .container-pref p {
  color: white;
  font-family: var(--ripley-light-font);
  line-height: 20px;
  text-align: center;
  margin: 0 20px;
  padding-bottom: 2em;
  font-size: 14px;
}

#MEJORES-PRECIOS-CYBER .container-pref a {
  color: white;
  font-family: var(--ripley-bold-font);
}

.grid-parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 0.5em;
  padding: 0.5em;
}

.grid-child1 {
  grid-area: 1 / 1 / 1 / 3;
}

.grid-child2 {
  grid-area: 1 / 3 / 1 / 5;
}

.grid-child3 {
  grid-area: 1 / 5 / 1 / 7;
}

.grid-child4 {
  grid-area: 2 / 1 / 2 / 3;
}

.grid-child5 {
  grid-area: 2 / 3 / 2 / 5;
}

.grid-child6 {
  grid-area: 2 / 5 / 2 / 7;
}

.grid-child7 {
  grid-area: 3 / 1 / 3 / 3;
}

.grid-child8 {
  grid-area: 3 / 3 / 3 / 5;
}

.grid-child9 {
  grid-area: 3 / 5 / 3 / 7;
}

.grid-child10 {
  grid-area: 4 / 2 / 4 / 4;
}

.grid-child11 {
  grid-area: 4 / 4 / 4 / 6;
}

#MEJORES-PRECIOS-CYBER .textocompraAPP h2 {
  color: white;
  font-family: var(--ripley-bold-font);
  padding: 1em 4em 1em 4em;
  font-size: 1.3em;
}

#MEJORES-PRECIOS-CYBER .compraAPPimg {
  padding-top: 1em;
}

#DEBES-SABER-CYBER h2 {
  color: white;
  font-family: var(--ripley-bold-font);
  padding: 0 1em 1em 1em;
  font-size: 1.2em;
}

#NECESITAS-AYUDA-CYBER .box-col img {
  width: 45%;
}

#NECESITAS-AYUDA-CYBER .box-3 img {
  width: 18% !important;
}

#NECESITAS-AYUDA-CYBER .message-ayuda {
  width: 100%;
  display: block;
  margin: auto;
  padding: 1em 0 2em 0;
}

#NECESITAS-AYUDA-CYBER .caja-iconosApp {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#NECESITAS-AYUDA-CYBER .box-col .iconosApp img {
  width: 100% !important;
}

#NAVEGA-COMPRA-CYBER {
  padding: 3em 1em 9em 1em;
  background-color: #000;
}

#NAVEGA-COMPRA-CYBER .header-NAV {
  display: flex;
  justify-content: space-between;
  background-color: #A748E2;
  text-align: center;
  align-items: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

#NAVEGA-COMPRA-CYBER .header-NAV picture {
  width: 80%;
  height: auto;
}

#NAVEGA-COMPRA-CYBER .header-NAV img {
  transform: translateY(0.25em);
}

#NAVEGA-COMPRA-CYBER .header-NAV h2 {
  color: white;
  font-family: var(--ripley-bold-font);
  font-size: 1.1em;
  margin: 0;
  text-align: left;
  padding: 1em 1em 0em 1em;
}

#NAVEGA-COMPRA-CYBER .header-NAV p {
  font-family: var(--ripley-bold-font);
  font-size: 0.9em;
  background-color: #fff;
  padding: 0.5em;
  margin: 1em;
  border: 0;
  color: #A748E2;
  border-radius: 2em;
}

#NAVEGA-COMPRA-CYBER .colTextos-NAV {
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
  padding: 1em 0em;

}

#NAVEGA-COMPRA-CYBER .colTextos-NAV div {
  padding: 0.5em 2em;

}

#NAVEGA-COMPRA-CYBER .colTextos-NAV p {
  font-family: var(--ripley-light-font);
  color: #000000;
  text-align: justify;
  font-size: 0.9em;
  margin: 0;
}

#NAVEGA-COMPRA-CYBER .bottom-NAV {
  background-color: #EEEEEE;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  padding: 1em 2.5em 0 2.5em;
}

#NAVEGA-COMPRA-CYBER .bottom-NAV h2 {
  font-family: var(--ripley-bold-font);
  color: #000;
  margin: 0;
  font-size: 1.2em;
}

#NAVEGA-COMPRA-CYBER .bottom-NAV p {
  font-family: var(--ripley-light-font);
  color: #000;
  font-size: 0.9em;
}

#NAVEGA-COMPRA-CYBER .check-texto-NAV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  padding: 0em 0em;

}

#NAVEGA-COMPRA-CYBER .check1-NAV {
  display: flex;
  flex-direction: column;
  padding: 1em 0em 0em 0em;
  width: 100%;
}

#NAVEGA-COMPRA-CYBER .check1-NAV p {
  margin: 0;
  padding-left: 0.5em;
  padding-bottom: 1em;
}

#NAVEGA-COMPRA-CYBER .check1-NAV img {
  padding: 0.1em;
}

#NAVEGA-COMPRA-CYBER .column-check-NAV {
  display: flex;
  flex-direction: row;

}

#NAVEGA-COMPRA-CYBER .column4-check-NAV {
  display: flex;
  flex-direction: row;
  padding-top: 0em;
}

#NAVEGA-COMPRA-CYBER .column-check-NAV p {
  padding-left: 1em;
}

#NAVEGA-COMPRA-CYBER .check2-NAV {
  display: flex;
  flex-direction: column;
  padding: 0em 0em 2em 0em;
  width: 100%;
}

#NAVEGA-COMPRA-CYBER .check2-NAV p {
  margin: 0;
  padding-left: 0em;
  padding-bottom: 1em;
}

#NAVEGA-COMPRA-CYBER .check2-NAV img {
  padding: 0.1em;
  width: 55%;
}

#CONTAINER-PREF-CYBER .bg-GrisCD {
  background: #000;
  padding: 3em 1em 0em 1em;
}

#CONTAINER-PREF-CYBER .bannerCD {
  display: flex;
  border-radius: 1em;
  transform: translateY(-8em);
}

#CONTAINER-PREF-CYBER .bannerCD img {
  display: flex;
  width: 100%;
}

#CONTAINER-PREF-CYBER .bannerCol1CD {
  display: flex;
  flex-direction: column;
  z-index: 1;
  justify-content: left;
  text-align: left;
  position: absolute;
  padding: 1em 1em 1em 1em;
  line-height: 1.1 !important;
}

#CONTAINER-PREF-CYBER .textoCDmob {
  font-family: var(--ripley-bold-font);
  color: white;
  font-size: 1.3em;
  margin-top: 0em;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

#CONTAINER-PREF-CYBER .textoCD2mob {
  font-family: var(--ripley-light-font);
  color: white;
  font-size: 0.85em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 1.4em;
}

#CONTAINER-PREF-CYBER .textoCD {
  display: none;
}

#CONTAINER-PREF-CYBER .textoCD2 {
  display: none;
}

#CONTAINER-PREF-CYBER .textoBurdeoCD {
  font-family: var(--ripley-bold-font);
  color: #FF006B;
  font-size: 1em;
}

#CONTAINER-PREF-CYBER .textoBurdeoCD2 {
  font-family: var(--ripley-bold-font);
  color: #C0A5FF;
  font-size: 1em;
}

#CONTAINER-PREF-CYBER .footerRipleyBF {
  background: #A748E2;
}

#CONTAINER-PREF-CYBER .footerRipleyBF img {
  padding: 3em 0 0em 0;
  width: 60%;
}

#CONTAINER-PREF-CYBER .footerRipleyBF h2 {
  font-family: var(--ripley-bold-font);
  color: #fff;
  font-size: 1em;
  padding: 2em 0 3em 0;
  margin: 0;
}

/* CAMBIOS BF 30-10-23 */
/* ESTILOS  CARRUSEL API */
#CAROUSEL-API-PREFCYBER {
  margin: 40px 20px;
}

#CAROUSEL-API-PREFCYBER .item-api {
  display: grid;
  grid-template-rows: 200px min-content max-content min-content;
  height: 100%;
  width: 100%;
  justify-items: center;
  background-color: #fff;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}

#CAROUSEL-API-PREFCYBER .imagen-api {
  max-width: 200px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  gap: 5px;
  padding: 10px 0 0 0;
}

#CAROUSEL-API-PREFCYBER .nombre-producto-api {
  padding: 0 15px 0 15px;
  color: #474747;
  font-family: "Gotham-light", serif;
  font-size: 1em;
  margin-top: 10px;
  text-transform: lowercase;
  text-align: left;
  justify-self: start;
  width: 86%;
}


#CAROUSEL-API-PREFCYBER .precio-internet {
  width: 100%;
  padding: 0 0 0 25px;
  color: #474747;
  font-family: "Gotham-Bold", serif;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

#CAROUSEL-API-PREFCYBER .precio-normal {
  width: 100%;
  padding: 5px 0 0 25px;
  color: #666766;
  font-family: "Gotham-light", serif;
  font-size: 1.1em;
  text-decoration: line-through;
  text-align: left;
  margin: 15px 0 10px 0;
}

#CAROUSEL-API-PREFCYBER .porcentaje-descuento {
  color: #fff;
  font-family: "Gotham-Bold", serif;
  font-size: 1.3em;
  position: absolute;
  right: 0;
  background-color: #ff006b;
  margin: 0 0;
  padding: 2px 10px;
  border-top-right-radius: 5px;
}

#CAROUSEL-API-PREFCYBER .tipo-precio {
  color: #000;
  font-family: "Gotham-Bold", serif;
  font-size: 1em;
  margin-bottom: 0;
}

#CAROUSEL-API-PREFCYBER .splide__pagination {
  bottom: -1.5em;
}

#CAROUSEL-API-PREFCYBER .splide__pagination__page.is-active {
  transform: scale(1.5);
  background: gray;
}

#CAROUSEL-API-PREFCYBER .boton-ver-api {
  background: #000;
  color: white;
  border-radius: 25px;
  border: 0;
  padding: 7px 15px;
  cursor: pointer;
  font-family: "Gotham-Bold", serif;
}

#CAROUSEL-API-PREFCYBER .boton-ver-api:hover {
  background: #f11280;
}


.logo-opex {
  width: 20%;
  margin-left: 5px;
}

#LOMASBUSCADO {
  background: linear-gradient(#A748E2, #000 110%);
}
#LOMASBUSCADO .container-pref h2 {
    color: white;
    font-family: var(--ripley-bold-font);
    font-size: 1.7em;
    margin-top: 0;
    padding-top: 1em;
  }

  #LOMASBUSCADO .container-pref p {
    color: white;
    font-family: var(--ripley-light-font);
    font-size: 1.2em;
    ;
  }
  #LOMASBUSCADO .lomasbuscado-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 15px;
    padding: 20px 15px 60px 15px;
  }
  #LOMASBUSCADO .lomasbuscado-body-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  #LOMASBUSCADO .lomasbuscado-body-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-3 {
    grid-area: 2 / 1 / 3 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-4 {
    grid-area: 3 / 1 / 4 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-5 {
    grid-area: 4 / 1 / 5 / 2;
  }
  #LOMASBUSCADO .lomasbuscado-body-6 {
    grid-area: 4 / 2 / 5 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-7 {
    grid-area: 5 / 1 / 6 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-8 {
    grid-area: 6 / 1 / 7 / 3;
  }
/* FIN ESTILOS MOBILE */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ESTILOS DESKTOP */
@media (min-width: 768px) {
  .container-pref {
    max-width: 980px;
    margin: auto;
  }

  #CABECERA-PREF-CYBER .container-pref {
    max-width: 100%;
    background-color: #000;
  }

  #CABECERA-PREF-CYBER .container-video {
    display: none;
  }

  #CABECERA-PREF-CYBER .header-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  #CABECERA-PREF-CYBER .products-img img {
    position: relative;
    width: auto;
    margin-top: -50px;
    display: block;
  }

  #CABECERA-PREF-CYBER .text-header-pref h1 {
    font-family: var(--ripley-bold-font);
    font-size: 3.3em;
    color: #ffffff;
    margin: 0;
    padding: 35px 10px 0 10px;
  }

  #CABECERA-PREF-CYBER .text-header-pref p {
    font-family: var(--ripley-bold-font);
    font-size: 1.3em;
    color: #ffffff;
    padding: 30px 20px 50px 20px !important;
    line-height: 1.5 !important;
  }

  #CABECERA-PREF-CYBER .text-header-pref a {
    text-decoration: none;

  }

  #CABECERA-PREF-CYBER .text-header-pref .text-bajada {
    font-family: var(--ripley-bold-font);
    font-size: 2em;
    color: var(--ripley-white);
    background-color: #461E87;
    border-radius: 1em;
    padding: 10px;
    margin: 10px;
    width: auto;
    display: block;
  }

  #FORM-PREF-CYBER {
    padding: 3rem;
    background: linear-gradient(#A748E2, #000000 100%);
  }

  #FORM-PREF-CYBER p {
    font-size: 1.2em;
    color: var(--ripley-white);
    margin-top: 0;
  }

  #MEJORES-PRECIOS-CYBER,
  #CARRUSEL-API-1 {
    background-color: #000;
    margin: -30px 0 0 0;
    padding: 20px 0 60px 0;
  }

  #CAROUSEL-API-PREFCYBER .splide__track {
    padding-bottom: 20px;
  }

  #FORM-PREF-CYBER .form-cyber input[type="text"],
  #FORM-PREF-CYBER .form-cyber input[type="email"] {
    width: 70% !important;
  }

  #FORM-PREF-CYBER .form-cyber label {
    font-family: var(--ripley-bold-font);
    font-size: 1.1em;
    color: var(--ripley-white);
  }

  #FORM-PREF-CYBER .form-cyber .box-btn-cyber {
    width: 100%;
    margin: auto;
    padding: 3em 0 0 0 !important;
  }

  #COMO-COMPRAR-CYBER .como-comprar-fila {
    display: flex;
  }


  #NAVEGA-COMPRA-CYBER {
    background-color: #000;
    padding-bottom: 12em;
  }

  #NOTEPIERDAS-CYBER .box-notepierdas {
    display: flex;
    background-color: var(--ripley-white);
    background-image: none;
    margin: 0 0 40px 0;
    padding: 0;
    border-radius: 20px;
  }

  #NOTEPIERDAS-CYBER .box-notepierdas h3 {
    font-size: 2em;
    color: var(--ripley-purple);
  }

  #NOTEPIERDAS-CYBER .box-notepierdas .texto-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  #NOTEPIERDAS-CYBER .box-notepierdas .imagen-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }



  #NAVEGA-COMPRA-CYBER ul li picture {
    width: auto;
    display: block;
  }

  /* CAMBIOS BF 30-10-23 */
  #FORM-PREF-CYBER .container-pref h2 {
    color: white;
    font-family: var(--ripley-bold-font);
    font-size: 1.7em;
    margin-top: 0;
    padding-top: 1em;
  }

  #FORM-PREF-CYBER .container-pref p {
    color: white;
    font-family: var(--ripley-light-font);
    font-size: 1.2em;
    ;
  }

  #MEJORES-PRECIOS-CYBER .container-pref h2 {
    color: white;
    font-family: var(--ripley-bold-font);
    font-size: 1.7em;
  }

  .grid-parent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5em;
  }

  .grid-child1 {
    grid-area: 1 / 1 / 1 / 3;
  }

  .grid-child2 {
    grid-area: 1 / 3 / 1 / 5;
  }

  .grid-child3 {
    grid-area: 1 / 5 / 1 / 7;
  }

  .grid-child4 {
    grid-area: 1 / 7 / 1 / 9;
  }

  .grid-child5 {
    grid-area: 1 / 9 / 1 / 11;
  }

  .grid-child6 {
    grid-area: 1 / 11 / 1 / 13;
  }

  .grid-child7 {
    grid-area: 2 / 2 / 2 / 4;
  }

  .grid-child8 {
    grid-area: 2 / 4 / 2 / 6;
  }

  .grid-child9 {
    grid-area: 2 / 6 / 2 / 8;
  }

  .grid-child10 {
    grid-area: 2 / 8 / 2 / 10;
  }

  .grid-child11 {
    grid-area: 2 / 10 / 2 / 12;
  }

  #DEBES-SABER-CYBER h2 {
    font-family: var(--ripley-bold-font);
    color: var(--ripley-white);
    font-size: 1.7em;
  }

  #DEBES-SABER-CYBER {
    padding: 15px 0 70px 0;
  }

  #COMO-COMPRAR-CYBER h2 {
    font-family: var(--ripley-bold-font);
    color: var(--ripley-white);
    font-size: 1.7em;
    padding-bottom: 1em;
  }

  #NAVEGA-COMPRA-CYBER {
    padding: 2em 1em 11em 1em;
    ;
  }

  #NAVEGA-COMPRA-CYBER .header-NAV {
    display: flex;
    justify-content: center;
    background-color: #A748E2;
    text-align: center;
    align-items: center;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }

  #NAVEGA-COMPRA-CYBER .header-NAV picture {
    width: 12em;
    height: auto;
  }

  #NAVEGA-COMPRA-CYBER .header-NAV img {
    width: 80%;
    transform: translateY(0.25em);
  }

  #NAVEGA-COMPRA-CYBER .header-textoYsubtexto-NAV {
    display: flex;
    align-items: center;
  }

  #NAVEGA-COMPRA-CYBER .header-NAV h2 {
    color: white;
    font-family: var(--ripley-bold-font);
    font-size: 1.6em;
    margin: 0;
    padding: 0;
  }

  #NAVEGA-COMPRA-CYBER .header-NAV p {
    font-family: var(--ripley-bold-font);
    font-size: 0.9em;
    background-color: #fff;
    padding: 0.5em 1.5em;
    margin: 1em 2em 1em 1em;
    border: 0;
    color: #A748E2;
    border-radius: 2em;
  }

  #NAVEGA-COMPRA-CYBER .colTextos-NAV {
    display: flex;
    flex-direction: row;
    background-color: #F6F6F6;
    padding: 0em 2em;

  }

  #NAVEGA-COMPRA-CYBER .colTextos-NAV div {
    padding: 3em 1.5em;
  }

  #NAVEGA-COMPRA-CYBER .colTextos-NAV p {
    font-family: var(--ripley-light-font);
    color: #000000;
    text-align: justify;
  }

  #NAVEGA-COMPRA-CYBER .bottom-NAV {
    background-color: #EEEEEE;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
  }

  #NAVEGA-COMPRA-CYBER .bottom-NAV h2 {
    font-family: var(--ripley-bold-font);
    color: #000;
    margin: 0;
    padding: 1em 0 0 0;
    font-size: 1.3em;
    text-transform: lowercase;
  }

  #NAVEGA-COMPRA-CYBER .bottom-NAV p {
    font-family: var(--ripley-light-font);
    color: #000;
  }

  #NAVEGA-COMPRA-CYBER .check-texto-NAV {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: justify;
    padding: 0em 5em;

  }

  #NAVEGA-COMPRA-CYBER .check1-NAV {
    display: flex;
    flex-direction: column;
    padding: 1em 2em 2em 2em;
    width: 100%;
  }

  #NAVEGA-COMPRA-CYBER .check1-NAV p {
    margin: 0;
    padding-left: 0.5em;
    padding-bottom: 2em;
  }

  #NAVEGA-COMPRA-CYBER .check1-NAV img {
    padding: 0.1em;
  }

  #NAVEGA-COMPRA-CYBER .column-check-NAV {
    display: flex;
    flex-direction: row;

  }

  #NAVEGA-COMPRA-CYBER .column4-check-NAV {
    display: flex;
    flex-direction: row;
    padding-top: 0.9em;
  }


  #NAVEGA-COMPRA-CYBER .check2-NAV {
    display: flex;
    flex-direction: column;
    padding: 1em 2em 2em 2em;
    width: 100%;
  }

  #NAVEGA-COMPRA-CYBER .check2-NAV p {
    margin: 0;
    padding-left: 0.5em;
    padding-bottom: 2em;
  }

  #NAVEGA-COMPRA-CYBER .check2-NAV img {
    padding: 0.1em;
    width: 50%;
  }

  #CONTAINER-PREF-CYBER .bg-GrisCD {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    padding: 3em 18em 0em 18em;
  }

  #CONTAINER-PREF-CYBER .bannerCD {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50em;
    height: 20em;
    border-radius: 1em;
    position: relative;
    transform: translateY(-10em);
  }

  #CONTAINER-PREF-CYBER .bannerCD img {
    display: flex;
    width: 100%;
  }

  #CONTAINER-PREF-CYBER .bannerCol1CD {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    justify-content: left;
    text-align: left;
    left: 2%;
    padding-top: 2em;
    line-height: 1.2 !important;
  }

  #CONTAINER-PREF-CYBER .textoCD {
    display: block;
    font-family: var(--ripley-bold-font);
    color: white;
    font-size: 1.5em;
    margin-top: 0em;
    margin-bottom: 0.5em;
  }

  #CONTAINER-PREF-CYBER .textoCD2 {
    display: block;
    font-family: var(--ripley-light-font);
    color: white;
    font-size: 1em;
    text-align: justify;
    margin-top: 0;
    text-transform: lowercase;
  }

  #CONTAINER-PREF-CYBER .textoCDmob {
    display: none;
  }

  #CONTAINER-PREF-CYBER .textoCD2mob {
    display: none;
  }

  #CONTAINER-PREF-CYBER .bannerCol2CD {
    position: absolute;

  }

  #CONTAINER-PREF-CYBER .footerRipleyBF img {
    padding: 5em 0 3em 0;
    width: 20%;
  }

  #CONTAINER-PREF-CYBER .footerRipleyBF h2 {
    font-family: var(--ripley-bold-font);
    color: #fff;
    font-size: 1.2em;
    margin: 0;
  }

  .btn-vertodoBF {
    margin-bottom: 5em;
    transform: translateY(-3em);
  }

  .boton-todo-cyber {
    color: var(--ripley-purple);
    background-color: var(--ripley-white);
    border: 1px solid var(--ripley-white);
    border-radius: 2em;
    font-family: var(--ripley-bold-font);
    font-size: 1.4em;
    text-transform: none;
    width: 100%;
    height: 60px;
    transition: 0.4s ease;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 50px;
  }

  .boton-todo-cyber2 {
    color: #A748E2;
    background-color: var(--ripley-white);
    border: 1px solid var(--ripley-white);
    border-radius: 2em;
    font-family: var(--ripley-bold-font);
    font-size: 1.4em;
    text-transform: none;
    width: 100%;
    height: 60px;
    transition: 0.4s ease;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 50px;
  }

  #COMO-COMPRAR-CYBER {
    background-color: #000;
    padding: 30px 0 130px 0;
  }

  /* CAMBIOS BF 30-10-23 */
  #CAROUSEL-API-PREFCYBER {
    margin: 10px auto 50px auto;
  }

  #FORM-PREF-CYBER .form-cyber p.subtitle-checkbox {
    font-size: 1.7em;
    padding: 30px 5px !important;
  }

  #FORM-PREF-CYBER .form-cyber .checkbox-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 15px;
    max-width: 900px;
    margin: 0 auto;
  }

  #FORM-PREF-CYBER .form-cyber .check-input {
    display: contents;
  }

  #FORM-PREF-CYBER .form-cyber .col-input {
    display: flex;
    align-items: center;
  }

  #FORM-PREF-CYBER .form-cyber .checkbox-custom-label {
    white-space: nowrap;
  }

  #FORM-PREF-CYBER .form-cyber .box-btn-cyber .btn-form-cyber {
    border-radius: 50px;
    font-size: 1.3em;
    width: 50%;
    height: 60px;
  }

  #MEJORES-PRECIOS-CYBER h2 {
    margin: 0;
    padding: 20px;
  }

  #MEJORES-PRECIOS-CYBER .container-pref p {
    line-height: 25px;
    margin: 0 0;
    padding-bottom: 1em;
    font-size: 18px;
  }

  #MEJORES-PRECIOS-CYBER p {
    font-size: 1em;
    line-height: 30px;
    font-weight: 300;
    margin: 20px;
  }

  #MEJORES-PRECIOS-CYBER .textocompraAPP h2 {
    padding: 3em 4em 1em 4em;
    font-size: 1.8em;
  }

  #DEBES-SABER-CYBER .tabs {
    max-width: 750px;
    margin: auto;
    padding: 0 0;
  }

  #DEBES-SABER-CYBER .tab h3 {
    font-size: 18px !important;
  }

  #DEBES-SABER-CYBER .tab p {
    line-height: 1.4em;
    margin: 0;
    font-size: 16px;
  }

  #DEBES-SABER-CYBER .tab-label {
    justify-content: space-between;
    align-items: center;
    padding: 0.1em 2em;
  }

  #DEBES-SABER-CYBER .tab-label img {
    width: 40px;
    max-width: 45px;
  }

  #NECESITAS-AYUDA-CYBER .box-body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1100px;
    margin: 0 5% 60px;
    gap: 0 50px;
  }

  /* Fila 1: caja 1, 2 y 3 */
  #NECESITAS-AYUDA-CYBER .box-body>*:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  #NECESITAS-AYUDA-CYBER .box-body>*:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  #NECESITAS-AYUDA-CYBER .box-body>*:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    margin-top: 0;
  }

  #NECESITAS-AYUDA-CYBER .box-body>*:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: flex-end;
  }

  #NECESITAS-AYUDA-CYBER .message-ayuda {
    display: flex;
    justify-content: end;
    padding: 1em 0 0 0;
  }

  #NECESITAS-AYUDA-CYBER .message-ayuda picture {
    width: auto;
  }

  #NECESITAS-AYUDA-CYBER .message-ayuda img {
    width: auto;
    max-width: 600px;
  }

  #NECESITAS-AYUDA-CYBER .box-col h3 {
    font-size: 1.2em;
    margin: 20px;
  }

  #NECESITAS-AYUDA-CYBER .box-col p {
    font-size: 1em;
    text-align: left;
    margin: 0 20px 20px;
  }

  #NECESITAS-AYUDA-CYBER .box-col img {
    width: 30% !important;
  }

  #NECESITAS-AYUDA-CYBER .caja-iconosApp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  #NECESITAS-AYUDA-CYBER .box-col a.iconosApp picture img {
    width: 40% !important;
  }

  #COMO-COMPRAR-CYBER .box-como-comprar {
    padding: 1em 1em;
  }

  #COMO-COMPRAR-CYBER .box-como-comprar .box-title-como h3 {
    font-size: 1.2em;
    margin: 5px 20px;
    line-height: 1.1em;
  }

  #COMO-COMPRAR-CYBER .box-como-comprar .box-body-como p {
    font-size: 1em;
    line-height: 24px;
    text-align: left;
    padding: 0 15px;
  }

  #NECESITAS-AYUDA-CYBER h2 {
    font-size: 1.7em;
    margin: 20px;
    padding: 40px 0 0 0;
  }
  #LOMASBUSCADO .lomasbuscado-body {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    padding: 20px 0 100px 0;
  }
  #LOMASBUSCADO .lomasbuscado-body-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  #LOMASBUSCADO .lomasbuscado-body-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-3 {
    grid-area: 1 / 3 / 2 / 5;
  }
  #LOMASBUSCADO .lomasbuscado-body-4 {
    grid-area: 2 / 1 / 3 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-5 {
    grid-area: 2 / 3 / 3 / 4;
  }
  #LOMASBUSCADO .lomasbuscado-body-6 {
    grid-area: 2 / 4 / 3 / 5;
  }
  #LOMASBUSCADO .lomasbuscado-body-7 {
    grid-area: 3 / 1 / 4 / 3;
  }
  #LOMASBUSCADO .lomasbuscado-body-8 {
    grid-area: 3 / 3 / 4 / 5;
  }
  #LOMASBUSCADO .container-pref h2 {
    color: white;
    font-family: var(--ripley-bold-font);
    font-size: 1.7em;
    margin-top: 0;
    padding-top: 1.5em;
  }
}

/* FIN ESTILOS DESKTOP */

/* FOOTER BLACK FRIDAY */

#footer-black {
  background-color: #fff;
  padding: 50px 10% 50px 10%;
}

#footer-black h2 {
  font-family: var(--ripley-bold-font);
  color: #000;
  margin: 0;
  padding: 10px;
}

#footer-black h3 span {
  font-family: var(--ripley-bold-font);
  color: #000;
  margin: 0px;
}

#footer-black h3 {
  font-family: var(--ripley-light-font);
  font-size: 1.2em;
  font-weight: 900;
  color: #000;
  margin-bottom: 0px;
  padding-top: 5px;
}

#footer-black p {
  font-family: var(--ripley-light-font);
  font-size: 1em;
  line-height: 25px;
  font-weight: 300;
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: justify;

}


.content_Seo a {
  color: #52018e;
  font-family: "Gotham-Bold";
  text-decoration: none;
}

.content_Seo a:hover {
  color: #ff0080;
  font-family: "Gotham-Bold";
  text-decoration: none;
}