@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: "NovaRegular";
  src: url("../fonts/proximanova-regular-webfont.woff");
  src: url("../fonts/proximanova-regular-webfont.woff2");
}
@font-face {
  font-family: "NovaBold";
  src: url("../fonts/proxima_nova_alt_bold-webfont.woff");
  src: url("../fonts/proxima_nova_alt_bold-webfont.woff2");
}
@font-face {
  font-family: "Bebas";
  src: url("../fonts/bebasneue-regular_1-webfont.woff");
  src: url("../fonts/bebasneue-regular_1-webfont.woff2");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
    url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "NovaRegular", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: "Bebas", Arial, sans-serif !important;
  font-weight: bold !important;
}

h1 {
  font-size: 3.1rem;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.1rem;
  }
}
p {
  margin: 0;
}

.caption {
  font-size: 0.75rem !important;
  color: rgb(114, 114, 114);
}

.header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 900;
  padding: 0px 20px;
}
.header .header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
  background-color: white;
}
.header .header__top .header__logo {
  width: 200px;
}
.header .header__top .header__logo img {
  width: 100%;
}
.header .header__top .header__buttons .header__buttons__top {
  display: flex;
  margin-bottom: 10px;
}
.header .header__top .header__buttons .button:nth-child(1) {
  margin-right: 15px;
}
.header .header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 200px;
}
.header .header__nav .header__nav__call {
  display: flex;
}
.header .header__nav .header__nav__call .header__nav__call__phone {
  display: flex;
  align-items: center;
}
.header
  .header__nav
  .header__nav__call
  .header__nav__call__phone
  .material-icons {
  margin-right: 10px;
  color: #de1a21;
  font-size: 2rem;
}
.header .header__nav .header__nav__call .header__nav__call__phone span {
  color: rgb(114, 114, 114);
  font-size: 0.7rem;
}
.header .header__nav .header__nav__call .header__nav__call__phone h4 {
  font-size: 1.2rem;
  color: #de1a21;
}
.header .header__nav .header__nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header .header__nav .header__nav__menu ul li a {
  text-decoration: none;
  color: #1a1819;
  font-size: 1.4rem;
  padding: 0 10px;
  font-family: "Bebas", Arial, sans-serif !important;
}
.header .header__nav .header__nav__menu ul li::after {
  content: ".";
  position: relative;
  bottom: 7px;
  font-size: 21px;
}

@media (max-width: 600px) {
  .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 900;
    padding: 0px 20px;
  }
  .header .header__top {
    display: block;
    justify-content: space-between;
    margin-top: 10px;
    background-color: white;
  }
  .header .header__top .header__logo {
    width: 200px;
  }
  .header .header__top .header__logo img {
    width: 100%;
  }
  .header .header__top .header__buttons .header__buttons__top {
    display: flex;
    flex-direction: column;
  }
  .header .header__top .header__buttons .button:nth-child(1) {
    margin-right: 15px;
  }
  .header .header__top .header__buttons a {
    display: block;
    margin-bottom: 10px;
  }
  .header .header__nav {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__nav .header__nav__call {
    display: flex;
    padding: 10px 0;
  }
  .header .header__nav .header__nav__call .header__nav__call__phone {
    display: flex;
  }
  .header .header__nav .header__nav__call .header__nav__call__phone span {
    color: rgb(114, 114, 114);
    font-size: 0.7rem;
  }
  .header .header__nav .header__nav__call .header__nav__call__phone h4 {
    font-size: 1.2rem;
    color: #de1a21;
  }
  .header .header__nav .header__nav__menu {
    display: none;
  }
  .header .header__nav .header__nav__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .header .header__nav .header__nav__menu ul li a {
    text-decoration: none;
    color: #1a1819;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 10px;
    font-family: "WebFont", Arial, sans-serif !important;
  }
  .header .header__nav .header__nav__menu ul li::after {
    content: ".";
    position: relative;
    bottom: 7px;
    font-size: 21px;
  }
}
.slider {
  margin-top: 90px;
  min-height: 120px;
}
.slider .slider__item {
  height: 80vh;
  background: url(../imagenes/fondos/principal.jpg);
  background-size: cover !important;
  background-position: bottom;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 600px) {
  .slider .slider__item {
    height: 60vh;
  }
}
.slider .slider__item .caption {
  text-align: center;
  margin-top: 50px;
}
.slider .slider__item .caption h2 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .slider .slider__item .caption h2 {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.slider .slider__item .logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 300px;
  height: 61px;
}
@media (max-width: 600px) {
  .slider .slider__item .logo {
    bottom: 10px;
  }
}
.slider .slider__item .logo img {
  width: 100%;
  height: 61px;
}

.button {
  text-decoration: none;
  background-color: #de1a21;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-family: "NovaBold";
  font-weight: bold;
  display: block;
  text-align: center;
}

a.button:visited {
  text-decoration: none;
  background-color: #de1a21;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

a:hover {
  text-decoration: none;
  color: white;
}

.como-funciona {
  background-color: #f5f0ec;
  padding: 35px 0;
}

.como-funciona__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 600px) {
  .como-funciona__item {
    margin-bottom: 10px;
  }
}
.como-funciona__item img {
  width: 100px;
  height: 100px;
}
.como-funciona__item .como-funciona__item__info {
  max-width: 250px;
  text-align: center;
  margin-top: 10px;
}

.como-funciona__item-flecha {
  padding-top: 35px;
}
.como-funciona__item-flecha img {
  width: 100%;
}

@media (max-width: 800px) {
  .como-funciona__item-flecha {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }
  .como-funciona__item-flecha img {
    width: 20%;
  }
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.section-action .button {
  width: 120px;
}

.servicios {
  margin-top: 40px;
}
@media (max-width: 800px) {
  .servicios {
    text-align: center;
  }
}
.servicios .servicios__info__precio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .servicios .servicios__info__precio {
    flex-direction: column;
  }
}
.servicios .servicios__info__precio .servicio__info__precio-precio {
  background-color: #de1a21;
  border-radius: 20px;
  padding: 0px 20px;
}
.servicios .servicios__info__precio .servicio__info__precio-precio h2 {
  font-size: 5rem;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 600px) {
  .servicios .servicios__info__precio .servicio__info__precio-precio h2 {
    font-size: 2.5rem;
  }
}
.servicios .servicios__info__precio .servicio__info__precio-precio h2 span {
  font-size: 1.2rem;
}
.servicios .servicios__info__precio .servicio__info__precio-imagen {
  width: 200px;
  text-align: center;
}
@media (max-width: 600px) {
  .servicios .servicios__info__precio .servicio__info__precio-imagen {
    width: 150px;
    margin-top: 20px;
  }
}
.servicios .servicios__info__precio .servicio__info__precio-imagen img {
  width: 100%;
}
.servicios .servicios__info__precio .servicio__info__precio-imagen p {
  font-size: 1.1rem;
  font-weight: bold;
}
.servicios p {
  font-size: 18px;
}
.servicios .servicios__img {
  padding: 10px;
}
@media (max-width: 600px) {
  .servicios .servicios__img {
    margin-top: 10px;
    padding: 0;
  }
}
.servicios .servicios__img img {
  width: 100%;
  border-radius: 20px;
}
.servicios .servicios__info__beneficios {
  margin-top: 40px;
}
@media (max-width: 800px) {
  .servicios .servicios__info__beneficios {
    text-align: center;
  }
}
.servicios .servicios__info__beneficios .servicios__info__beneficio-item {
  margin-top: 20px;
}
.servicios
  .servicios__info__beneficios
  .servicios__info__beneficio-item
  .servicios__info__beneficio-item__header {
  display: flex;
  align-items: center;
}
.servicios
  .servicios__info__beneficios
  .servicios__info__beneficio-item
  .servicios__info__beneficio-item__header
  img {
  width: 40px;
  margin-right: 10px;
}
.servicios
  .servicios__info__beneficios
  .servicios__info__beneficio-item
  .servicios__info__beneficio-item__header
  h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .servicios .servicios__info__beneficios .servicios__info__beneficio-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .servicios
    .servicios__info__beneficios
    .servicios__info__beneficio-item
    .servicios__info__beneficio-item__header {
    display: block;
    text-align: center;
  }
  .servicios
    .servicios__info__beneficios
    .servicios__info__beneficio-item
    .servicios__info__beneficio-item__header
    img {
    width: 40px;
    margin-right: 10px;
  }
  .servicios
    .servicios__info__beneficios
    .servicios__info__beneficio-item
    .servicios__info__beneficio-item__header
    h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.descarga {
  margin-top: 40px;
  background: url(../imagenes/fondos/fondo_app.jpg);
  background-repeat: no-repeat;
  min-height: 650px;
  background-position: center bottom;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .descarga {
    background: white !important;
  }
}
.descarga .descarga__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.descarga .descarga__wrap .descarga__phone {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.descarga .descarga__wrap .descarga__phone img {
  width: 55%;
}
@media (max-width: 800px) {
  .descarga .descarga__wrap {
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .descarga .descarga__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .descarga .descarga__phone {
    display: flex;
    justify-content: center;
    margin-left: 0px !important;
  }
  .descarga .descarga__phone img {
    width: 55% !important;
  }
}
@media (max-width: 600px) {
  .descarga {
    min-height: 300px;
    background: white;
    margin-top: 0px;
  }
}
.descarga p {
  font-size: 21px;
}
.descarga .descarga__links-apps {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .descarga .descarga__links-apps {
    display: flex;
  }
}
.descarga .descarga__links-apps a {
  text-decoration: none;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .descarga .descarga__links-apps a {
    margin-right: 5px;
  }
}
.descarga .descarga__links-apps a img {
  width: 175px;
}
@media (max-width: 600px) {
  .descarga .descarga__links-apps a img {
    width: 150px;
  }
}

.instagram {
  display: flex;
}
.instagram a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 25%;
  display: block;
}
.instagram a img {
  width: 100%;
}

.tiendas {
  margin-top: 40px;
  border-top: 1px solid #de1a21;
  border-bottom: 1px solid #de1a21;
  padding: 20px 0;
}
.tiendas h1 {
  text-align: center;
}
.tiendas .tiendas-owl {
  width: 100%;
}
.tiendas .tiendas-owl .tiendas-owl__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.tiendas .tiendas-owl .tiendas-owl__item img {
  width: 100%;
  display: block;
}

.sucursales {
  margin: 40px 0;
}
.sucursales .sucursales__items {
  margin-top: 40px;
}
.sucursales .sucursales__items__item {
  padding: 20px 15px;
  border: 1px solid #de1a21;
  border-radius: 20px;
  margin-right: 20px;
  font-size: 0.9rem;
}
.sucursales .sucursales__items__item h5 {
  color: #de1a21;
}
.sucursales h1 {
  text-align: center;
  margin-bottom: 40px;
}

.footer {
  padding: 40px 0;
  background-color: #1a1819;
  color: white;
}
.footer .footer__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer .footer__item a {
  width: 150px;
  margin-bottom: 10px;
}

.target {
  width: 100px !important;
}
@media (max-width: 600px) {
  .target {
    width: 40px !important;
  }
}

.walmart {
  width: 200px !important;
}
@media (max-width: 600px) {
  .walmart {
    width: 85px !important;
  }
}

.ebay {
  width: 130px !important;
}
@media (max-width: 600px) {
  .ebay {
    width: 50px !important;
  }
}

.amazon {
  width: 150px !important;
}
@media (max-width: 600px) {
  .amazon {
    width: 50px !important;
  }
}

.bestbuy {
  width: 100px !important;
}
@media (max-width: 600px) {
  .bestbuy {
    width: 40px !important;
  }
}

.owl-nav {
  text-align: center !important;
}

.owl-prev,
.owl-next {
  font-size: 50px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pagos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 40px;
}
.pagos .pasarelas {
  width: 300px;
}
.pagos .ssl {
  width: 100px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20 0px !important;
  margin: 0;
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "\f278";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.categorias {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.categorias h1 {
  margin-bottom: 0;
  line-height: 1;
}
.categorias p {
  margin-bottom: 20px;
}
.categorias .categorias__subtitle {
  text-align: left;
  font-size: 36px;
  font-weight: 200;
}
.categorias .button {
  width: 120px;
}

.categorias__action {
  display: flex;
  justify-content: center;
}

.categorias-owl__item {
  width: 250px;
}

.categorias-owl__item--big {
  width: 100%;
}
.categorias-owl__item--big img {
  width: 100%;
}

.img-full {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.categorias__logos {
  margin-top: 20px;
}

.menu--top--margin {
  margin-top: 100px;
}

.section__title {
  text-align: center;
}

.redes__footer {
  display: flex;
  align-items: center;
  width: 250px;
  margin-top: 20px;
}
.redes__footer a img {
  width: 30px;
}

.header__nav__call {
  color: #de1a21;
} /*# sourceMappingURL=main.css.map */

.language-select {
  width: 150px;
}

.img-flag {
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
