body {
  background-color: #E7E7E7;
}

h1, h2, h3, h4, h5, p, a, span, div {
  font-family: "Oxanium", sans-serif;
}

header {
  background-image: url("../img/header_web.png");
  background-position: center;
  background-size: cover;
  height: 900px;
}
header nav {
  top: 15px;
  position: relative;
  background-color: #171717;
  border-radius: 7px;
}
header ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
header ul li {
  display: inline-block;
  margin-right: 15px;
}
header ul li:last-child {
  background-color: #AF0000;
  padding: 5px 10px;
  border-radius: 7px;
}
header ul a {
  color: white;
}
header ul a:hover {
  color: #03A0FF;
}
header h3 {
  color: white;
  top: 170px;
  position: relative;
  font-size: 42px;
  font-weight: bold;
}
header h3 span:nth-child(1) {
  color: #FF2626;
}
header h3 span:nth-child(2) {
  color: #03A0FF;
}
header img {
  width: 550px;
  top: 120px;
  position: relative;
}
header .banner_secundario img {
  width: 90px;
  top: 10px;
  left: 20px;
}
header .banner_secundario div div:nth-child(1) a:nth-child(2) {
  text-align: right;
}

#menuToggle {
  display: none;
}

header.header_secundario {
  height: 550px;
  background-position: bottom;
}
header.header_secundario h3 {
  color: white;
  top: 100px;
  font-size: 3.5rem;
}

.vaciar_carrito {
  background-color: #AF0000;
  border-radius: 5px;
  font-weight: bold;
}

.mercado_pago {
  background-color: white;
  border: 2px solid #00AFF0;
  border-radius: 5px;
}
.mercado_pago:hover {
  background-color: rgba(0, 175, 240, 0.3);
}

.servicios {
  padding: 0px 0 30px 50px;
}
.servicios h3, .servicios h2 {
  color: #006CAD;
  font-weight: bold;
  margin-bottom: 50px;
}
.servicios .boton_carrito {
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #03A0FF;
  font-weight: bold;
}
.servicios .servicio img {
  border-radius: 0 60px 0 60px;
  width: 200px;
  z-index: 999;
  position: relative;
  height: 180px;
}
.servicios .servicio div {
  background-color: white;
  height: 285px;
  border-radius: 60px 0 60px 0;
  position: relative;
  top: -50px;
  z-index: 888;
  margin: 0 20px;
}
.servicios .servicio div h4 {
  padding-top: 80px;
  font-weight: bold;
}
.servicios .servicio div .button {
  border-radius: 0 10px 0 10px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #03A0FF;
  top: 20px;
  position: relative;
}
.servicios #lista-carrito div p {
  margin-bottom: 0px;
}
.servicios #lista-carrito div .button {
  top: 15px;
  background-color: #AF0000;
  font-weight: bold;
}
.servicios .carrito_vacio {
  font-size: 2rem;
  font-weight: bold;
}
.servicios #btnCheckout {
  border-radius: 10px;
  background-color: #03A0FF;
  margin-left: 10px;
  padding: 8px 20px;
  top: 5px;
  position: relative;
}
.servicios #btnClearCart {
  border-radius: 10px;
  background-color: #AF0000;
  margin-left: 10px;
  padding: 8px 20px;
  top: 5px;
  position: relative;
}

.estrenos {
  background: #e6e6e6;
  padding: 10px;
}
.estrenos h2 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #B50000;
}
.estrenos .slider-wrapper {
  overflow: hidden;
  position: relative;
  height: 465px;
}
.estrenos .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.estrenos .slide {
  min-width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
.estrenos .slide img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.activartv h2 {
  color: #006CAD;
  font-weight: bold;
  margin: 50px 0;
}
.activartv ul {
  list-style: none;
  margin-left: 0px;
}
.activartv ul li {
  font-size: 25px;
  padding-bottom: 15px;
}
.activartv ul li span {
  font-weight: bold;
}
.activartv ul li li {
  font-size: 20px;
  padding-bottom: 0px;
}

.experiencia {
  background-image: url("../img/alien_banner.png");
  background-position: center;
  background-size: cover;
  height: 1100px;
}
.experiencia h2 {
  font-weight: bold;
  color: white;
  margin: 50px 0 40px;
  margin-top: 350px;
}
.experiencia .dato {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  height: 200px;
  margin: 10px;
  padding: 30px 15px;
  border-radius: 10px;
}
.experiencia .dato i {
  font-size: 50px;
  margin-bottom: 15px;
}

.promociones h2 {
  font-weight: bold;
  color: #B50000;
  margin: 50px 0 40px;
}
.promociones div img {
  padding: 15px;
}
.promociones h3 {
  text-align: center;
  color: #4C4C4C;
  font-weight: medium;
}
.promociones h3 a {
  border-radius: 0 10px 0 10px;
  padding: 7px 25px;
  background-color: #03A0FF;
  color: white;
  font-size: 20px;
  top: -5px;
  position: relative;
  margin-left: 20px;
}

.cupones h3 {
  color: #006CAD;
  font-weight: bold;
  margin: 40px 0 20px;
}
.cupones .card-cupon {
  position: relative;
  background-color: #171717;
  padding: 15px;
  text-align: center;
  color: white;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 6px 20px 49px -12px rgba(0, 0, 0, 0.83);
  margin-bottom: 30px;
}
.cupones .card-cupon p {
  margin-bottom: 0px;
  opacity: 1;
}
.cupones .card-cupon h5 {
  font-weight: bold;
  opacity: 1;
}
.cupones .card-cupon:hover p {
  opacity: 0;
}
.cupones .card-cupon:hover h5 {
  opacity: 0;
}
.cupones .boton-reclamar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #8c8c8c;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  opacity: 0;
}
.cupones .card-cupon:hover .boton-reclamar {
  background-color: white;
  color: #8c8c8c;
  opacity: 1;
}
.cupones .boton-reclamar {
  display: block;
}

footer {
  background-image: url("../img/footer_banner.png");
  background-position: top center;
  background-size: cover;
  height: 600px;
  margin-top: 50px;
}
footer .medium-4 {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 2px solid white;
  margin-top: 220px;
  color: white;
}
footer .medium-4 ul {
  list-style: none;
  margin: 0px;
}
footer .medium-4 ul li {
  padding-bottom: 10px;
}
footer .medium-4 a {
  color: white;
}
footer .medium-4:nth-child(1) {
  padding-left: 0px;
}
footer .medium-4:nth-child(3) {
  padding-right: 0px;
  border-right: 0px;
}
footer .medium-4 h2 {
  line-height: 40px;
  font-weight: bold;
}
footer .medium-4 h3 {
  font-weight: bold;
}
footer .medium-4:nth-child(1) img {
  top: -10px;
  position: relative;
}
footer .medium-4:nth-child(3) img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}
footer .large-12 {
  text-align: center;
  color: white;
  padding: 50px 0 20px;
}

@media (max-width: 900px) {
  header {
    height: 600px;
  }
  header h3 {
    top: 80px;
    font-size: 2rem;
  }
  header img {
    width: 350px;
    top: 50px;
  }
  .servicios {
    padding: 0px 0 30px 0px;
  }
  .servicios .servicio img {
    width: 140px;
    height: 140px;
  }
  .servicios .servicio div {
    height: 250px;
  }
  .estrenos .slider-wrapper {
    height: 310px;
  }
  .activartv ul li {
    font-size: 1.1rem;
  }
  .activartv ul li li {
    font-size: 0.9rem;
  }
  .experiencia {
    height: 800px;
  }
  .experiencia h2 {
    margin-top: 200px;
  }
  .experiencia h4 {
    font-size: 1.3rem !important;
  }
  footer {
    height: 500px;
  }
  footer .medium-4 {
    margin-top: 150px;
  }
  footer .medium-4 h2 {
    line-height: 30px;
    font-size: 1.7rem;
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  header.header_secundario {
    height: 350px;
  }
  .menu-toggle {
    width: 100%;
    background-color: #171717;
  }
  #menuToggle {
    display: block;
  }
  #menuToggle i {
    color: white;
    background-color: #AF0000;
    padding: 10px;
    border-radius: 5px;
    text-align: right;
    margin: 10px;
  }
  .menu_responsivo {
    width: 100%;
    margin: 0px;
    border-radius: 0px 0px 10px 10px;
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #171717;
  }
  .menu_responsivo li {
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
  }
  .banner_secundario div div:nth-child(1) {
    display: flex;
    justify-content: space-between;
  }
  .banner_secundario .menu_responsivo {
    background-color: #171717;
  }
  h2 {
    font-size: 2rem;
  }
  .servicios {
    padding: 0px 0 30px 0px;
  }
  .servicios #miniCart {
    margin-bottom: 30px;
    text-align: center;
  }
  .servicios h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .servicios .servicio img {
    width: 160px;
    height: 160px;
  }
  .servicios .servicio div {
    height: 250px;
    width: 70%;
    margin: 0 auto;
  }
  .estrenos .slider-wrapper {
    height: 210px;
  }
  .experiencia {
    height: 900px;
  }
  .experiencia h2 {
    margin-top: 160px;
  }
  .experiencia h4 {
    font-size: 1.1rem !important;
  }
  footer {
    height: 100%;
    text-align: center;
  }
  footer .medium-4:nth-child(1) {
    margin-top: 50px;
  }
  footer .medium-4:nth-child(1) img {
    width: 50%;
    margin-top: 30px;
  }
  footer .medium-4:nth-child(2), footer .medium-4:nth-child(3) {
    margin-top: 20px;
  }
  footer .medium-4 {
    margin-top: 0px;
    border-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  footer .medium-4 h2 {
    display: none;
  }
  footer .medium-4 h3 {
    font-size: 1.7rem;
  }
  footer .large-12 {
    padding: 20px 0 20px;
  }
}
@media (max-width: 400px) {
  .promociones h3 a {
    top: 20px;
    position: relative;
  }
}

/*# sourceMappingURL=styles.css.map */
