h2 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header .bg-light {
  background-color: #fff !important;
}
header .bg-light .navbar-brand {
  width: 25%;
  padding: 0px 25px;
}
header .bg-light .navbar-brand img {
  width: 28%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  header .bg-light .navbar-brand {
    padding: 0px 5px;
  }
  header .bg-light .navbar-brand img {
    width: 100%;
  }
}
header .bg-light .navbar-collapse {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  header .bg-light .navbar-toggler {
    background-color: #e7ad00;
    border-radius: 50px;
    width: 60px;
    height: 60px;
  }
}
.navbar-nav li {
  padding: 0 5px;
}
.navbar-nav li.bg-color1 {
  background-color: #0a2240;
  color: #fff;
  border-radius: 8px;
  padding: 0 0px;
  transition: all 0.3s;
}
.navbar-nav li.bg-color1 .nav-link {
  color: #fff;
  border-radius: 8px;
}
.navbar-nav li.bg-color1 .nav-link:focus,
.navbar-nav li.bg-color1 .nav-link:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #e7ad00;
  box-shadow: 5px 5px 2px inset #00000040, -5px -5px 2px inset #00000040, 0px 0px 0px #00000070;
}
.navbar-nav li.bg-color1 .nav-link.active,
.navbar-nav li.bg-color1 .nav-link.show > .nav-link {
  color: #fff;
}
.navbar-nav li .nav-link {
  color: #e7ad00;
  font-weight: 500;
}
.navbar-nav li .nav-link:focus,
.navbar-nav li .nav-link:hover {
  color: #0a2240;
}
.navbar-nav li .nav-link.active,
.navbar-nav li .nav-link.show > .nav-link {
  color: #0a2240;
  font-weight: 700;
}
.titulo-img {
  max-width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .titulo-img {
    max-width: 80%;
  }
}
.home {
  background-color: #fff;
  background: linear-gradient(180deg, #fff 75%, #0a2240 20%);
  background-size: cover;
  background-position: 100% 50%;
  position: relative;
  z-index: 0;
  padding-top: 90px;
}
.home .c-logo,
.home .botella,
.home .modelo,
.home .cofepris,
.home .medida {
  position: absolute;
}
.home .c-logo {
  width: 24%;
  bottom: 17%;
  right: 2%;
  z-index: -1;
}
.home .modelo {
  width: 50%;
  bottom: 2%;
  right: 2%;
}
.home .botella {
  width: 28%;
  bottom: -16rem;
  left: 2%;
  z-index: -1;
}
.home .cofepris {
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700;
  bottom: 1rem;
  left: 4%;
}
.home .medida {
  font-size: 0.7rem;
  color: #fff;
  bottom: 1rem;
  right: 4%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .c-logo {
    width: 35%;
    bottom: 17%;
    right: 4%;
    z-index: -1;
  }
  .home .modelo {
    width: 50%;
    bottom: 2%;
    right: 5%;
  }
  .home .botella {
    bottom: -11rem;
  }
}
@media (max-width: 767px) {
  .home {
    background: linear-gradient(180deg, #fff 80%, #0a2240 20%);
  }
  .home .c-logo {
    width: 40%;
    bottom: 17%;
    right: 4%;
    z-index: -1;
  }
  .home .modelo {
    bottom: 8%;
  }
  .home .botella {
    width: 40%;
    bottom: -1rem;
    left: 2%;
    z-index: -1;
  }
  .home .cofepris {
    color: #0a2240;
    left: 5%;
  }
  .home .medida {
    right: 5%;
  }
}
.home .row {
  justify-content: center;
  text-align: center;
  min-height: 75vh;
}
.home .logo {
  max-width: 600px;
}
.home .row-img {
  margin-top: -8rem;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .home {
    background-position: 3% 50%;
  }
  .home .logo {
    max-width: 300px;
  }
  .home .row-img {
    margin-top: 0rem;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .titulo-img img {
    width: 60%;
  }
  .home .logo {
    max-width: 400px;
  }
  .home .row-img {
    margin-top: -2rem;
    padding-bottom: 80px;
  }
}
@media (min-width: 1451px) and (max-width: 2050px) {
  .home {
    padding-top: 150px;
  }
}
.participacion {
  margin: 2px auto 2px;
  text-align: center;
  position: relative;
  padding: 100px 0;
  background-color: #0a2240;
}
.participacion .row {
  justify-content: center;
  align-items: center;
}
.participacion .pasos_all {
  align-items: stretch;
  margin-bottom: 30px;
}
.participacion .pasos_all .puntos {
  border: solid 8px #e7ad00;
  background-color: #fff;
  border-radius: 30px;
  width: 29%;
  margin: 10px 2%;
  font-size: 1.2rem;
  color: #0a2240;
  font-weight: 700;
  line-height: 1.2rem;
  position: relative;
  padding: 10px 20px 10px 30px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.participacion .pasos_all .puntos .titulo_ {
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #f7d480;
  -webkit-text-stroke: 2px #0a2240;
  letter-spacing: -2px;
}
.participacion .pasos_all .puntos a {
  text-decoration: none;
  color: #0a2240;
  font-weight: 800;
}
.participacion .pasos_all .puntos p {
  margin-bottom: 0px;
}
.participacion .pasos_all .puntos .numer {
  position: absolute;
  top: 30%;
  left: -2rem;
  font-size: 6rem;
  font-weight: 800;
  color: #0a2240;
  -webkit-text-stroke: 2px #f7d480;
}
@media (min-width: 768px) and (max-width: 991px) {
  .participacion .pasos_all .puntos {
    width: 75%;
    margin: 20px 2%;
    padding: 25px 25px 25px 30px;
  }
}
@media (max-width: 767px) {
  .participacion .pasos_all .puntos {
    width: 90%;
    margin: 20px 2%;
  }
}
.participacion a {
  transition: all 0.3s;
}
.participacion a.btn-ib {
  border-radius: 50px;
  border: solid 5px #fff;
  background-color: #25d366;
  color: #075E54;
  text-decoration: none;
  padding: 12px 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px auto 12px;
  display: inline-block;
  font-size: 24px;
}
.participacion a.btn-ib:hover {
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .participacion a.btn-ib {
    font-size: 20px;
  }
}
.participacion a i {
  font-size: 24px;
}
.premio {
  padding: 100px 0;
  background-image: url(../images/premios/patioo.jpg);
  background-size: cover;
  background-position: 50% 83%;
  position: relative;
  background-attachment: fixed;
}
.premio::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
}
.premio .titulo-img {
  z-index: 1;
}
.premio .titulo-img h2 {
  -webkit-text-stroke: 5px #0a2240;
}
@media (max-width: 767px) {
  .premio .titulo-img h2 {
    -webkit-text-stroke: 4px #0a2240;
  }
}
.premio .emoji {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  transform: scale(0.9);
  animation: scaleCup 2s infinite alternate;
}
.premio .item h4,
.premio .item p {
  color: #0a2240;
  padding: 0px 8%;
}
.premio .item h2 {
  color: #0a2240;
}
@media (max-width: 767px) {
  .premio .item h2 {
    margin-top: 30px;
  }
  .premio .item h2,
  .premio .item h4,
  .premio .item p {
    text-align: center;
    padding: 0px 5%;
  }
}
.premio .owl-dots button.owl-dot.active span {
  background-color: #0a2240 !important;
}
.home,
.premio {
  position: relative;
}
.confetti-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.confetti {
  position: absolute;
  width: 12px;
  height: 24px !important;
  animation: confetti-fall 5s linear infinite;
  transition: 500ms ease;
}
@keyframes scaleCup {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes confetti-fall {
  0% {
    transform: translateY(-100vh) rotate(0deg);
  }
  100% {
    transform: translateY(calc(100vh + 300px)) rotate(720deg);
  }
}
@keyframes confettiRain {
  0% {
    opacity: 1;
    margin-top: -100vh;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-top: 100vh;
    margin-left: 200px;
  }
}
.owl-carousel {
  position: relative;
  z-index: 10;
}
.owl-carousel .item .row {
  align-items: center;
  color: #000;
  text-shadow: 1px 2px 5px #00000040;
}
.owl-carousel .item .row h2 {
  font-size: 40px;
}
.owl-nav button {
  position: absolute;
  top: 32%;
  background-color: #ffffff30 !important;
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-nav button:hover {
  color: #0a2240 !important;
}
.owl-nav button:hover.owl-prev {
  color: #0a2240 !important;
}
.owl-nav button:hover.owl-next {
  color: #0a2240 !important;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.owl-dots button.owl-dot span {
  background-color: #ffffff80 !important;
}
.owl-dots button.owl-dot.active span {
  background-color: #fff !important;
  width: 20px;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.productos {
  padding: 100px 0px;
  background-color: #0a2240;
}
.productos .titulo {
  color: #000;
  text-shadow: -2px 2px 5px #00000040;
  text-align: center;
}
.productos h5 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333333;
}
.productos p {
  margin: 10px auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Número de líneas a mostrar */
  overflow: hidden;
  height: 50px;
  font-weight: 600;
  color: #333333;
}
.productos a {
  text-decoration: none;
  transition: all 0.3s;
}
.productos a .btn-ib {
  color: #0a2240;
  background-color: #e7ad00;
  text-decoration: none;
  padding: 12px 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px auto 12px;
  border-radius: 50px;
  border: 2px solid #0a2240;
  display: inline-block;
}
.productos a .btn-ib:hover {
  color: #0a2240;
  background-color: #e7ad00;
  border: 2px solid #0a2240;
}
@media (max-width: 480px) {
  .productos .productos-all {
    width: 90%;
  }
}
.productos .owl-stage {
  padding: 24px 0px;
}
.productos .item {
  text-align: center;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 5px 10px #0000005e;
  border-radius: 10px;
}
.productos .item img {
  border-radius: 10px;
}
.productos .item:hover {
  transform: scale(1.08);
  transition: all 0.3s;
}
.productos .item:hover a .btn-ib {
  color: #e7ad00;
  background-color: #0a2240;
  border: 2px solid #e7ad00;
  transition: all 0.3s;
}
.productos .wave:hover {
  background-image: url('../images/agua.png');
  color: #000;
  text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
  animation: wave-animation 1s infinite linear, loading-animation 5s 2 linear alternate;
  background-size: 200px 100px;
  background-repeat: repeat-x;
  opacity: 1;
}
.productos .owl-nav button {
  position: absolute;
  top: 32%;
  background-color: #ffffff30 !important;
  color: #0a2240;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.productos .owl-nav button.owl-prev {
  left: 0;
}
.productos .owl-nav button.owl-next {
  right: 0;
}
.productos .owl-nav button:focus {
  outline: none;
}
.productos .owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.productos .owl-dots button.owl-dot span {
  background-color: #7abac1 !important;
}
.productos .owl-dots button.owl-dot.active span {
  background-color: #e7ad00 !important;
}
@keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 200px bottom;
  }
}
@keyframes loading-animation {
  0% {
    background-size: 200px 0px;
  }
  100% {
    background-size: 200px 200px;
  }
}
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e7ad00;
  color: #0a2240;
  text-align: center;
}
footer a {
  color: #0a2240;
  text-decoration: none;
  transition: all 0.5s ease;
}
footer a:hover {
  color: #0a2240;
  font-weight: 700;
  transition: all 0.5s ease;
}
.owl-carousel {
  position: relative;
  z-index: 30;
}
.age-verification-page {
  min-height: 100vh;
  margin: 0;
  background-color: #0a2240;
}
.age-verification-main {
  min-height: 100vh;
}
.age-verification {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.age-verification__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
}
.age-verification__card {
  width: 100%;
  max-width: 580px;
  padding: 48px 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border: solid 4px #e7ad00;
}
.age-verification__logo {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 110px;
  margin: 0 auto 30px;
}
.age-verification__title {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: #0a2240;
}
.age-verification__description {
  max-width: 440px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #545454;
}
.age-verification__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.age-verification__actions--single {
  grid-template-columns: minmax(0, 280px);
  justify-content: center;
}
.age-verification__form {
  margin: 0;
}
.age-verification__button {
  width: 100%;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.age-verification__button:hover {
  transform: translateY(-1px);
}
.age-verification__button:focus {
  box-shadow: 0 0 0 4px #e7ad00;
}
.age-verification__button--confirm {
  color: #0a2240;
  background-color: transparent;
  border: 1px solid #e7ad00;
}
.age-verification__button--confirm:hover,
.age-verification__button--confirm:focus {
  color: #0a2240;
  background-color: #c39200;
  border-color: #c39200;
}
.age-verification__button--reject {
  color: #0a2240;
  background-color: transparent;
  border: 1px solid #e7ad00;
}
.age-verification__button--reject:hover,
.age-verification__button--reject:focus {
  color: #0a2240;
  background-color: #e7ad00;
  border-color: #e7ad00;
}
.age-verification__legal {
  max-width: 430px;
  margin: 26px auto 0;
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
}
.age-verification .alert {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .age-verification {
    padding: 24px 0;
  }
  .age-verification__wrapper {
    min-height: calc(100vh - 48px);
  }
  .age-verification__card {
    padding: 36px 24px;
  }
  .age-verification__title {
    font-size: 32px;
  }
  .age-verification__description {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .age-verification__card {
    padding: 32px 20px;
    border-radius: 12px;
  }
  .age-verification__logo {
    max-width: 180px;
    margin-bottom: 24px;
  }
  .age-verification__title {
    font-size: 28px;
  }
  .age-verification__actions {
    grid-template-columns: 1fr;
  }
}
