h2 {
  font-size: 40px;
  font-weight: 700;
}
body {
  background-color: #0d4640;
  background-image: url(../images/background.png);
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header .bg-light {
  background-color: #0067A0 !important;
}
header .bg-light .navbar-brand {
  width: 20%;
  padding: 0px 25px;
}
header .bg-light .navbar-collapse {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  header .bg-light .navbar-brand {
    width: 60%;
  }
  header .bg-light .navbar-toggler {
    background-color: #1b4687;
    border-radius: 50px;
    width: 60px;
    height: 60px;
  }
}
.navbar-nav li {
  padding: 0 5px;
}
.navbar-nav li .nav-link {
  color: #fff;
  font-weight: 500;
}
.navbar-nav li .nav-link:focus,
.navbar-nav li .nav-link:hover {
  color: #1b4687;
}
.navbar-nav li .nav-link.active,
.navbar-nav li .nav-link.show > .nav-link {
  color: #fff;
  background-color: #1b4687;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
}
.home {
  background-image: url(../images/inicio.png);
  background-size: cover;
  background-position: 0% 50%;
  position: relative;
  z-index: 0;
  padding-top: 80px;
}
.home .row {
  justify-content: center;
  text-align: center;
  align-items: end;
}
.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 {
  padding-bottom: 50px;
}
.home .row .fondo {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .home {
    background-position: 60% 50%;
    padding: 100px 0px 0px;
  }
  .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;
  padding-top: 80px;
  padding-bottom: 100px;
}
.participacion .row {
  justify-content: center;
}
.participacion .mitad {
  /* Fondo blanco semitransparente */
  background: #fcb04340;
  background: #fcb043;
  background: #f79621;
  /* Efecto de desenfoque */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Compatibilidad con Safari */
  /* Borde translúcido para definir la forma */
  border: 10px solid #f36b21;
  border-radius: 16px;
  /* Sombra sutil para dar profundidad */
  box-shadow: 0 8px 32px 0 #1f2687cc;
  box-shadow: 0 8px 15px 0 #373737;
}
.participacion .mitad h2 {
  color: #fff;
  text-shadow: -3px 3px 0px #1b4687, -5px 5px 10px #00000040;
  padding: 80px 15% 0;
}
.participacion .mitad .col-md-4 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
.participacion .mitad .col-md-4 .circulo {
  background-color: #fcb043;
  box-shadow: -3px 8px 10px #00000040;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  border: solid 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 800;
  color: #b54b24;
}
.participacion .mitad .col-md-4 h3 {
  margin-top: 28px;
  font-weight: 700;
  z-index: 1;
  color: #b54b24;
  color: #fff;
  text-shadow: -5px 5px 10px #00000040;
}
.participacion .mitad .col-md-4 h5 {
  padding-left: 12%;
  padding-right: 12%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .participacion .mitad h2 {
    padding: 80px 0 0;
  }
  .participacion .mitad .col-md-4 {
    position: relative;
    padding-top: 0px;
  }
  .participacion .mitad .col-md-4:nth-child(1) {
    padding-top: 30px;
  }
}
.premio {
  position: relative;
  overflow: hidden;
  background-color: #e3342f;
  background: linear-gradient(60deg, #1b4687, #e3342f, #1b4687);
  background-color: #be4f26;
  background-image: url(../images/fondo2.png);
  background-size: cover;
  background-attachment: fixed;
}
.premio h2 {
  color: #fff;
  text-shadow: -3px 3px 0px #1b4687, -5px 5px 10px #00000040;
  padding: 80px 15% 0;
}
.premio .emoji-- {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  transform: scale(0.5);
  animation: scaleCup 2s infinite alternate;
}
@keyframes scaleCup {
  0% {
    transform: scale(0.8);
  }
  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;
  }
}
.swiper-container {
  position: relative;
}
.swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}
.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #0000001f;
  background-color: #be4f26;
  border: solid 5px #ffffff60;
  border-radius: 1.5rem;
  padding: 20px;
}
.swiper-slide h5 {
  color: #fff;
  background-color: #1b4687;
  padding: 8px 20px;
  border-radius: 10px;
  box-shadow: -2px 10px 12px #00000040;
  display: inline-block;
  font-weight: 600;
}
.swiper-slide h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
}
@media (max-width: 767px) {
  .swiper-slide h3 {
    font-size: 2rem;
    padding-right: 0px;
  }
}
.swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 1rem;
}
.swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.swiper-slide .slide-content .row {
  justify-content: center;
  align-items: center;
}
.swiper-slide .slide-content .row .col-md-6 {
  transform: translateX(-50px);
}
@media (max-width: 767px) {
  .swiper-slide .slide-content .row .col-md-6 {
    transform: translateX(0px);
    transform: translateY(-50px);
    margin: 0 auto;
  }
  .swiper-slide .slide-content .row .col-md-6 img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .swiper-slide .slide-content .row .col-md-6 {
    text-align: center;
    padding: 0px 3% 50px;
  }
}
.swiper-slide-active .author {
  display: grid;
  opacity: 1;
}
.swiper-slide--one {
  background-color: #1b4687;
}
.swiper-slide--one h5 {
  color: #1b4687;
  background-color: #fcb043;
}
.swiper-slide--two {
  background-color: #f36b21;
}
.swiper-slide--three {
  background-color: #be4f26;
}
.swiper-slide--four {
  background-color: #fcb043;
}
.swiper-slide--five {
  background-color: #f58846;
}
.swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}
.swiper-button-prev svg {
  width: 25px;
}
.swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}
.swiper-button-next svg {
  width: 25px;
}
.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: #1b4687 !important;
}
.owl-nav button:hover.owl-prev {
  color: #1b4687 !important;
}
.owl-nav button:hover.owl-next {
  color: #1b4687 !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: #fff;
  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: #1b4687;
  text-decoration: none;
  padding: 12px 34px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 0px auto 12px;
}
.productos a:hover {
  background-color: #0067A0;
  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: 20px;
  box-shadow: 0px 5px 10px #000000ab;
  background-color: #fff;
}
.productos .item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.productos .item:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.productos .item:hover p {
  font-weight: 700;
}
.productos .item:hover a {
  background-color: #0067A0;
  border: 2px solid #fff;
}
.productos .owl-nav button {
  position: absolute;
  top: 32%;
  background-color: #ffffff30 !important;
  color: #1b4687;
  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: #1b4687 !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: #1b4687;
  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;
}
