/* Fonts */

/* Resets */

* {
  box-sizing: border-box;
}

:root {
  --primary: #e1251b;
  --secondary: #ffce26;
  --white: #fff;
  --black: #000;
}

::selection {
  background-color: var(--secondary);
  color: var(--primary);
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary);
  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: "Amino";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

h1 {
  font-weight: 700;
  font-size: clamp(2.25rem, 2rem + 1.25vw, 3.5rem);
}

h2 {
  font-size: clamp(1.8rem, 1.66rem + 0.7vw, 2.5rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
}

h4 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: 700;
}

p,
li,
label {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

.smallTxt {
  font-size: 0.7em;
  text-align: center;
}

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

/*Landig Page*/

.wrapTY {
  /* display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  min-height: 100dvh; */
  background-image: url(https://image.oxxoparati.com/lib/fe2a11737164047a721d72/m/1/ad2ab7da-f7b0-4fa4-8b35-80b05eee1c2d.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

header {
  background-color: var(--primary);
  position: relative;
}

header .img-fluid {
  max-width: 600px;
  width: 100%;
}

header h2 {
  color: var(--white);
}

.pleca {
  position: relative;
  bottom: 5px;
}

.content .img-celular {
  max-width: 250px;
  width: 100%;
}

.content h2 {
  color: var(--secondary);
}

.content h2 span {
  text-transform: uppercase;
}

.content h3 {
  color: var(--white);
}

.content h4 {
  color: var(--white);
}

.content .img-item {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

a.btn-ticket {
  text-decoration: none;
  position: relative;
  bottom: 0;
  transition: 0.3s ease;
  display: block;
}

a.btn-ticket:hover {
  bottom: 10px;
  filter: drop-shadow(0 0 5px var(--secondary));
}

a.btn-ticket span {
  display: block;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: var(--white);
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 1rem;
  max-width: 240px;
  width: 100%;
  margin: 1rem auto;
}

a.btn-ticket.green img {
  -webkit-animation: heartbeat 3.5s ease-in-out infinite both;
  animation: heartbeat 3.5s ease-in-out infinite both;
}

a.btn-ticket.green span {
  background-color: #135f35;
}

a.btn-ticket.red span {
  background-color: #e1251b;
}

footer {
  position: relative;
}

footer .avisoFooter {
  background-color: var(--secondary);
  border-radius: 2rem;
}

footer .img-cta {
  max-width: 500px;
  width: 100%;
  -webkit-animation: heartbeat 2.5s ease-in-out infinite reverse both;
  animation: heartbeat 2.5s ease-in-out infinite reverse both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* animacionCentroPreferencias */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

footer h4 span {
  text-transform: uppercase;
}

footer .img-footer {
  max-width: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.owl-carousel {
  display: none !important;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 25%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: var(--white);
  font-size: 80px;
}

/*Responsive*/

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

@media only screen and (max-width: 991px) {
  footer .img-footer {
    position: relative;
  }

  .owl-carousel {
    display: block !important;
  }

  .content-items {
    display: none;
  }

  .owl-carousel .owl-item img {
    max-width: 300px;
  }
}

/*Medium Devices*/
@media only screen and (max-width: 767px) {
  .content .img-celular {
    max-width: 150px;
  }

  .owl-carousel .owl-item img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 650px) {
}

/*Small Devices*/

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 480px) {
}
