@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "lato", sans-serif;
  scrollbar-width: thin;
}

/* Personaliza la barra de scroll para navegadores basados en Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

::-webkit-scrollbar-thumb {
  background: #0074d9;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 6px;
}

/* Para Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #0074d9 #e0e0e0;
}

h1, h2, h3, h4, h5, p {
  margin-bottom: 0;
}

a, a:hover {
  text-decoration: none;
  color: #666;
}

.break {
  display: flex;
  gap: 20px;
}
@media (max-width: 412px) {
  .break {
    justify-content: flex-start !important;
    padding: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.rating {
  display: flex;
  font-size: 14px;
  background-color: #0072ce;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 5px;
  border-radius: 8px;
  color: white;
  margin-bottom: 10px;
  align-items: center;
}
.rating img {
  height: 12px;
  margin-left: 3px;
}

.prod-reg-price {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
  flex-flow: row-reverse;
}

.discount-rating {
  display: flex;
  gap: 5px;
  height: 40px;
}

.porcentaje {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px 5px;
  border-radius: 8px;
  background-color: #e4022d !important;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

.precioUnico {
  width: 70% !important;
}
.precioUnico::after {
  content: "Precio normal" !important;
}

.swiper {
  height: auto;
}
@media (max-width: 320px) {
  .swiper {
    height: 610px;
  }
}

.swiper-wrapper {
  display: flex;
  gap: 20px;
}

.oportunidad-cmr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px 0px;
  border-radius: 8px;
  background-color: #e4022d;
  width: 48%;
  color: white;
}
.oportunidad-cmr p {
  font-size: 1.5rem;
  color: white;
  line-height: 22px;
}
.oportunidad-cmr small {
  font-size: 0.8rem;
  color: white;
}

.normal-price,
.crossed-price {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px 0px;
  border-radius: 8px;
  background-color: gray;
  color: white;
}

.precio-solo,
.opu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px 0px;
  border-radius: 8px;
  width: 50%;
  background-color: #e4022d;
  color: white;
  justify-content: center;
  font-size: 18px;
}

.opu-content {
  font-size: 14px;
}
.opu-content div {
  font-size: 18px;
  text-align: center;
}
.opu-content img {
  width: 30px;
  margin-left: 5px;
}

.precioAunMasBajo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px 0px;
  border-radius: 8px;
  width: 50%;
  background-color: #0072ce;
  color: white;
  justify-content: center;
  font-size: 18px;
}
.precioAunMasBajo::after {
  content: "Aún más bajo";
  font-size: 14px;
}

.precioRegular {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px 0px;
  border-radius: 8px;
  width: 50%;
  background-color: #0072ce;
  color: white;
  justify-content: center;
  font-size: 18px;
}
.precioRegular::after {
  content: "Precio normal";
  font-size: 14px;
}

.btn-regular {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  width: 50%;
}

.wrap {
  width: 100%;
  min-width: 260px;
}
@media (max-width: 320px) {
  .wrap {
    width: 90%;
    margin: auto;
  }
}
.wrap .video-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
}
@media (max-width: 1024px) {
  .wrap .video-container {
    height: 360px;
  }
}
@media (max-width: 412px) {
  .wrap .video-container {
    height: 400px;
  }
}
.wrap .video-container .logoEvento {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.wrap .video-container .logoEvento img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wrap .video-container video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.wrap .producto-container {
  background-color: #f3f3f3;
  padding: 20px 20px 20px 20px;
}
.wrap .producto-container .img-video {
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10% !important;
  bottom: 30px;
  left: 20px;
  overflow: hidden;
  top: 20px;
  position: relative;
  margin-top: -90px;
  float: right;
  right: 20px;
  margin-right: 20px;
  border: 2px solid white;
  box-shadow: 5px 3px 15px #aaaaaa;
}
.wrap .producto-container .img-video img {
  width: 100%;
}
.wrap .producto-container .descripcion {
  width: 100%;
  margin-bottom: 20px;
  height: 90px;
}
.wrap .producto-container .descripcion p {
  width: 100%;
  line-height: normal;
  font-size: 14px;
}
.wrap .producto-container .descripcion .discount {
  display: flex;
  font-size: 14px;
  background-color: #e4022d !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 5px;
  border-radius: 8px;
  color: white;
  margin-bottom: 10px;
}
.wrap .producto-container .descripcion .discount::after {
  content: "";
}
.wrap .producto-container .descripcion small {
  font-size: 12px;
}
.wrap .producto-container .cyberDay {
  background-color: #333;
  color: white;
  padding: 5px;
  border-radius: 8px;
  font-size: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.wrap .producto-container .valores {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  padding: 5px 0px;
}
.wrap .producto-container .valores .descuento {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 1024px) {
  #main-Iframe-b30ab07c-04a3-4345-a5b8-f61dd1b65438 {
    height: 610px;
  }
}
@media (max-width: 412px) {
  #main-Iframe-b30ab07c-04a3-4345-a5b8-f61dd1b65438 {
    height: 600px;
  }
}
@media (max-width: 320px) {
  #main-Iframe-b30ab07c-04a3-4345-a5b8-f61dd1b65438 {
    height: 650px;
  }
}/*# sourceMappingURL=video-home-v2.css.map */