/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Resets */

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c32019;
  border-radius: 5px;
  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,
input,
textarea,
select {
  font-family: "Lays Extra Bold Four";
  font-weight: bold;
  font-optical-sizing: auto;
  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.5rem, 1.44rem + 0.3vw, 1.8rem);
  font-weight: 600;
}

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

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

p,
li,
label {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
}

.smallTxt {
  font-size: 0.7em;
}

.displayTitle {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  font-weight: 600;
}

/* links */
a {
  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;
}

.bg-white {
  background-color: #b7b7b7 !important;
}

.titleSnipet {
  display: none;
}

.label_input {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}

.displayTitle {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 600;
}

section {
  min-height: initial !important;
  background-color: initial !important;
}

/* section store locator */

header .logo {
  max-width: 300px;
  width: 100%;
}

.backgroundImage {
  background-image: url(https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/68d636a6-7264-4cbb-bcff-2017fc3b30f4.jpg);
  background-position: center center;
  background-size: cover;

  header {
    background-color: initial !important;
  }

  .img-title {
    max-width: 650px;
    width: 100%;
    transform: rotate(-6deg);
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  }

  .img-picture {
    max-width: 500px;
    width: 100%;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  }

  .number {
    font-size: 2em;
    font-weight: 600;
    background-color: #c32019;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;

    span {
      color: white;
    }
  }

  .text {
    h2 {
      font-weight: 700;
      text-transform: uppercase;
    }
    h3 {
      font-weight: 500;
      color: #c32019;
    }
  }

  .img-icon {
    max-width: 350px;
    width: 100%;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  }

  .product {
    max-width: 500px;
    width: 100%;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  }

  .title{
    max-width: 600px;
    width: 100%;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  }
}

.store-locator {
  iframe {
    min-height: 80dvh;
    border-radius: 1rem;
    margin: 0;
    padding: 0;
  }
}

.contentIframe {
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c32019;
    z-index: 1;
    border-radius: .8rem .8rem 0 0;
    width: 100%;
    height: 4.2rem;
  }
}

/*FOOTER*/
footer {
  background-color: #c32019;
  color: white;

  ul {
    li {
      background-color: #ffce26;

      a {
        color: #c32019;
      }
    }
  }

  a {
    color: white;
    &:hover {
      color: #ffce26 !important;
    }
  }
}

/* LOADER */

.loader {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c32019;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  padding: 2em;
}

img.bounce-top {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.bounce-top {
  -webkit-animation: bounce-top 2s ease-in-out infinite both;
  animation: bounce-top 2s ease-in-out infinite both;
}

/* ----------------------------------------------
* Generated by Animista on 2024-3-6 13:28:13
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation bounce-top
* ----------------------------------------
*/
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/*Responsive*/

/*Large Desktop*/
@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  section.section-cards {
    .card {
      width: 48%;
    }
  }
}

/*Medium Devices*/
@media only screen and (max-width: 767px) {
  section.section-cards {
    .card {
      width: 98%;
    }
  }
}
