h2 {
  font-size: 40px;
  font-weight: 700;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header .bg-light .navbar-brand {
  padding: 0px 25px;
}
header .bg-light .navbar-collapse {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  header .bg-light .navbar-toggler {
    background-color: #fe4c00;
    border-radius: 50px;
    width: 60px;
    height: 60px;
  }
}
.navbar-nav li {
  padding: 0 5px;
}
.navbar-nav li.bg-color1 {
  background-color: #fe4c00;
  color: #fff;
  border-radius: 8px;
  padding: 0 0px;
  transition: all 0.3s;
  transform: skew(-20deg);
}
.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: #e3342f;
  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: #555555;
  font-weight: 500;
}
.navbar-nav li .nav-link:focus,
.navbar-nav li .nav-link:hover {
  color: #fe4c00;
}
.navbar-nav li .nav-link.active,
.navbar-nav li .nav-link.show > .nav-link {
  color: #fe4c00;
  font-weight: 700;
}
.home {
  background-color: #fe4c00;
  background-image: url(../images/fondo-g15k.png);
  background-size: cover;
  background-position: 100% 50%;
  position: relative;
  z-index: 0;
  padding-top: 90px;
}
.home::after {
  content: "";
  height: 130px;
  width: 300px;
  bottom: 4rem;
  right: 5rem;
  position: absolute;
  background-image: url(../images/fecha.png);
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.home .row {
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.home .row .txt-home {
  padding-bottom: 80px;
}
.home .row .txt-home h1 {
  color: #fff;
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: -2px 8px 10px #00000080;
}
.home .row .logo-in {
  width: 450px;
}
.home .row .fondo {
  position: relative;
}
@media (max-width: 767px) {
  .home {
    background-position: 3% 50%;
  }
  .home::after {
    background-position: 100% 100%;
    height: 110px;
    width: 300px;
    bottom: 1rem;
    right: 2rem;
  }
  .home .row {
    min-height: 70vh;
  }
  .home .row .txt-home {
    padding-bottom: 50px;
  }
  .home .row .txt-home h1 {
    color: #fff;
    font-size: 34px;
  }
  .home .row .fondo {
    height: 300px;
  }
}
.participacion {
  margin: 2px auto 2px;
  text-align: center;
  position: relative;
}
.participacion .row {
  justify-content: center;
}
.participacion .titulo-ib {
  position: absolute;
  z-index: 2;
  text-shadow: -5px 5px 10px #00000080;
  top: 12%;
}
.participacion .titulo-ib h2 {
  color: #fff;
}
.participacion .titulo-ib h2 span {
  color: #fe4c00;
}
@media (max-width: 767px) {
  .participacion .titulo-ib {
    top: 5%;
  }
  .participacion .titulo-ib h2 span {
    color: #000;
  }
}
.participacion .mitad {
  background: linear-gradient(90deg, #fe4c00 50%, #333333 50%);
}
.participacion .mitad .col-md-4 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
}
.participacion .mitad .col-md-4 img {
  width: 80px;
}
.participacion .mitad .col-md-4 h3 {
  margin-top: 32px;
  font-weight: 700;
  z-index: 1;
  color: #fff;
}
.participacion .mitad .col-md-4 h5 {
  padding-left: 12%;
  padding-right: 12%;
  z-index: 1;
  color: #fff;
}
.participacion .mitad .col-md-4::after {
  font-size: 200px;
  position: absolute;
  width: 100px;
  height: 100px;
  color: #fff;
  font-weight: 700;
  opacity: 0.1;
  bottom: 55%;
  left: 0%;
  z-index: -1;
}
.participacion .mitad .col-md-4:nth-child(1)::after {
  content: "1";
  z-index: 0;
}
.participacion .mitad .col-md-4:nth-child(2)::after {
  content: "2";
}
.participacion .mitad .col-md-4:nth-child(3)::after {
  content: "3";
  z-index: 0;
}
.participacion .mitad .border-ib {
  border-right: solid 2px #fff;
  border-left: 2px solid #fff;
  transform: skew(-20deg);
  background-color: #000;
}
.participacion .mitad .border-ib img {
  transform: skew(20deg);
}
.participacion .mitad .border-ib h3 {
  transform: skew(20deg);
}
.participacion .mitad .border-ib h5 {
  transform: skew(20deg);
}
.participacion .mitad .border-ib:nth-child(2)::after {
  transform: skew(20deg);
}
@media (max-width: 767px) {
  .participacion .mitad {
    background: linear-gradient(180deg, #fe4c00 50%, #333333 50%);
  }
  .participacion .mitad .col-md-4 {
    position: relative;
    padding-top: 80px;
  }
  .participacion .mitad .col-md-4:nth-child(1) {
    padding-top: 230px;
  }
  .participacion .mitad .border-ib {
    transform: skew(0deg);
    transform: skewY(-16deg);
    border-right: none;
    border-left: none;
    border-top: solid 2px #fff;
    border-bottom: 2px solid #fff;
  }
  .participacion .mitad .border-ib img {
    transform: skew(0deg);
    transform: skewY(16deg);
  }
  .participacion .mitad .border-ib h3 {
    transform: skew(0deg);
    transform: skewY(16deg);
  }
  .participacion .mitad .border-ib h5 {
    transform: skew(0deg);
    transform: skewY(16deg);
  }
  .participacion .mitad .border-ib:nth-child(2)::after {
    transform: skew(0deg);
    transform: skewY(16deg);
  }
}
.premio {
  position: relative;
  overflow: hidden;
  background-color: #e3342f;
  background: linear-gradient(60deg, #fe4c00, #e3342f, #fe4c00);
}
.premio .wrapper {
  position: relative;
  min-height: 70vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.premio .wrapper .modal-premio {
  position: relative;
  z-index: 10;
  margin: auto;
  padding: 50px;
  border-radius: 20px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
  text-shadow: -5px 5px 8px #00000040;
  font-size: 48px;
}
.premio .wrapper #confetti-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden !important;
}
@media (max-width: 480px) {
  .premio .wrapper {
    text-align: center;
  }
  .premio .wrapper .modal-premio {
    font-size: 36px;
    line-height: 42px;
    padding: 50px 30px;
  }
  .premio .wrapper .col-md-5 {
    padding-bottom: 100px;
  }
}
.premio .emoji {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  transform: scale(0.5);
  animation: scaleCup 2s infinite alternate;
}
.premio .confetti {
  position: absolute;
  width: 12px;
  height: 24px !important;
  animation: confetti-fall 5s linear infinite;
  transition: 500ms ease;
}
@keyframes scaleCup {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes confetti-fall {
  0% {
    transform: translateY(-100vh) rotate(0deg);
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
  }
}
@keyframes confettiRain {
  0% {
    opacity: 1;
    margin-top: -100vh;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-top: 100vh;
    margin-left: 200px;
  }
}
.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: #fe4c00 !important;
}
.owl-nav button:hover.owl-prev {
  color: #fe4c00 !important;
}
.owl-nav button:hover.owl-next {
  color: #fe4c00 !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;
}
.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;
}
.productos a {
  color: #fff;
  background-color: #fe4c00;
  text-decoration: none;
  padding: 12px 34px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 0px auto 12px;
  transform: skew(-20deg);
}
.productos a:hover {
  background-color: #e3342f;
  border: 2px solid #fff;
}
@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;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #0000005e;
}
.productos .item:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.productos .item:hover p {
  font-weight: 700;
}
.productos .item:hover a {
  background-color: #e3342f;
  border: 2px solid #fff;
}
.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: #fe4c00;
  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: #fe4c00 !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: #fe4c00;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
footer a:hover {
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease;
}
