/* Fonts */

/* Resets */

::selection {
  background-color: #34303d;
  color: #fff;
}

/*scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dddddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #01d0d3;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0em 0;
}

/* Fonts */
/* Fonts */

body {
  font-family: "IQOS";
}

body,
input,
textarea,
select {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-display: swap;
}

h1 {
  font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.3rem);
}

p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}

li,
label {
  font-size: clamp(0.8rem, 0.78rem + 0.1vw, 0.9rem) !important;
  font-weight: 500;
}

.displayTitle {
  font-size: clamp(1.8rem, 1.46rem + 1.7vw, 3.5rem);
  font-weight: 600;
}

.smallTxt {
  font-size: 0.7rem !important;
  font-weight: 400;
}

/* links */
a {
  cursor: pointer;
  color: #f73939;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #fe4912 !important;
}

/* Buttons */
.btn {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.8em 1.3em !important;
  text-decoration: none;
  transition: color 0.4s, border 0.3s;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
  text-transform: none !important;
  -webkit-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
}

.titleSnipet {
  display: none;
}

.cs-hero-003 .cta_hero,
.btn_form {
  background-color: #01d0d3;
  color: #34303d;
  font-weight: 600;
  text-transform: initial;
  border-radius: 1rem;
  border: 0;
}

/*Landing page*/
header {
  background-color: #01d0d3;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s ease-in-out;
}

header .navbar-nav .nav-link {
  color: #34303d;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

header .navbar-nav .nav-link.active:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #34303d;
  left: 50%;
  bottom: -5%;
  transition: 0.3s;
}

header.fixed {
  position: sticky;
  top: .2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

/* Hero Banner */
.hero-banner {
  background-image: url(https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/528fcca2-91fe-440c-9581-dd385926976f.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 70vh;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .content-banner {
    position: relative;
    z-index: 2;

    h1 {
      color: #fff;
      span {
        color: #00d1d2;
      }
    }
  }
}

/* SECTION BENEFICIOS */

.sec-beneficios {
  h3 {
    font-weight: 600;
  }

  img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
}

/* SECTION FORM */

.hero-form {
  min-height: initial;
  background-color: #00d1d2;
}

/* SECTION PRIMEROS PASOS */

.sec-primeros-pasos {
  .device-iluma {
    background-color: #f6f4f0;
    border-radius: 0.5rem;

  }
  .cta_hero {
    background-color: #34303d;
    color: #fff;
    text-transform: initial;
    border-radius: 1.5rem;
    text-decoration: none;
    padding: .5rem 1.5rem;
    transition: .3s ease-in-out;

    &:hover {
      background-color: #000;
      color: #fff !important;
    }
  }
}

/*SECTION EXPERIECIAS DE SABOR*/
.sec-experiencias-sabor{
  background-image: url(https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/7ccc2fb9-f28d-49d6-a56b-da3cb19094a9.jpg);
  background-size: cover;
  background-position: center center;
  padding: 6rem 0 !important;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .contenido{
    position: relative;
    z-index: 2;

    h2,h3{
      color: #fff;
    }
  }
}

.cs-hero-003 form {
  background-color: #e4eaea;
  padding: 1em;
  border-radius: 0.5em;
}

.cs-hero-003 .iconSearch {
  background-color: #02f0f9;
  border-radius: 0.2em;
  border: 0;
  box-shadow: none;
}

.cs-hero-003 .iconSearch i {
  font-size: 1rem;
  color: #34303d;
}

.store-locator {
  background-color: #fff;
  min-height: initial;
}

.section-appSpin {
  background-color: #efefef;
  min-height: initial;

  .logo-appSpin {
    max-width: 90px;
    width: 100%;
  }

  .downloadApp {
    max-width: 150px;
    width: 100%;
    border-radius: 0.5rem;
    position: relative;
    bottom: 0;
    transition: 0.3s ease-in-out;

    &:hover {
      bottom: 0.4rem;
      transition: 0.3s ease-in-out;
    }
  }
}

.store-locator iframe {
  width: 100%;
  min-height: 65dvh;
}

/* SECTION COTACTO */
.sec-contacto{
  background-color: #01d0d3;
  min-height: initial;

  h3{
    color: #34303d;
    font-weight: 600;

  }


  .cta_hero {
    display: inline-block ;
    background-color: #fff;
    color: #34303d;
    text-transform: initial;
    border-radius: 1.5rem;
    text-decoration: none;
    padding: .5rem 1.5rem;
    transition: .3s ease-in-out;

    &:hover {
      background-color: #000;
      color: #fff !important;
    }
  }
}

/*Thank ypu page*/

.wrapLanding {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  min-height: 100dvh;

  header {
    position: relative;
  }

  img {
    max-width: 200px;
    width: 100%;
  }
}

/*Modal POPUP*/
.modal-dialog .img-fluid {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

/*Footer*/

footer {
  background-color: #34303d;
  color: #fff;
}

footer p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

footer a:hover {
  color: #01d0d3 !important;
}

/*Responsive*/

@media only screen and (max-width: 1024px) {
  .store-locator iframe {
    width: 100%;
    min-height: 150dvh;
  }
}

@media only screen and (max-width: 991px) {
  header .navbar-nav .nav-link.active:after {
    width: 30%;
    left: 15%;
  }

  .store-locator iframe {
    width: 100%;
    min-height: 150dvh;
  }
}

/*Medium Devices*/
@media only screen and (max-width: 767px) {
  .cs-hero-003 .deviceIQOS {
    max-width: 320px;
  }

  .store-locator iframe {
    width: 100%;
    min-height: 180dvh;
  }
}

/*Medium Devices*/
@media only screen and (max-width: 380px) {
  .store-locator iframe {
    width: 100%;
    min-height: 200dvh;
  }
}
