/* Variables */
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
/* General */
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
  font-family: sans-serif;
  background: linear-gradient(140deg, rgba(77, 201, 255, 0) 0%, rgba(77, 201, 255, 0) 35%), linear-gradient(140deg, #00358E 0%, #004db8 48%, #0b73d4 68%, #1aa5f5 100%);
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
/* ==========
D
========== */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* ==========
Boton up
========== */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #00358E;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration: none;
  color: #fff;
  border: 0.5px solid white;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #4DC9FF;
  color: #00358E;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* ==========
Header
========== */
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  background: #ffffff;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}
.header .log-sc img {
  height: 40px;
  padding: 5px 0;
  margin: 0px 15px;
}
.header .btn-main {
  display: none;
}
.header .navbar {
  background: #ffffff;
}
.header.sticked {
  padding: 8px 0;
}
@media (max-width: 1279px) {
  .header {
    padding: 5px 0;
    margin-top: 0px;
  }
  .header .log-sc img {
    height: 30px !important;
    margin: 10px 15px 10px 0 !important;
  }
  .header .btn-nav {
    display: none !important;
  }
  .header .btn-main {
    margin: auto;
    display: block;
    max-width: 230px;
    color: #00358E;
  }
  .header.sticked {
    padding: 8px 0;
  }
}
/* ==========
Nav Desktop
========== */
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover a {
    color: #00358E;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #7e0a18;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .navbar .active {
    color: #7e0a18;
    border-bottom: 2px solid #4DC9FF;
    border-bottom-width: 50%;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .mobile-nav-show {
    display: none;
  }
  .mobile-nav-hide {
    display: none;
  }
}
/* ==========
Nav mobile
========== */
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #04245B;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    /****/
    text-align: center;
  }
  .navbar a {
    /*display: flex;
			align-items: center;
			justify-content: space-between;*/
    padding: 16px;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #7e0a18 !important;
  }
  .navbar .active {
    background: #00358E;
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li {
    /******/
    margin: 20px 0;
    padding: 15px 0;
    /******/
    list-style: none;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .mobile-nav-show {
    color: #00358E;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 30px;
    text-shadow: 2px 2px 4px #ffffff, -1px -1px 2px #FFFFFF;
  }
  .mobile-nav-hide {
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}
/* ==========
Hero
========== */
.hero {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: url("../img/backg/BG_HOME.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .cont-w {
  padding: 80px auto 0px;
  background-color: transparent;
}
.hero .campania img {
  max-height: 1002px;
}
.hero .next {
  width: 65px;
  height: 65px;
  margin: auto;
  border: 4px solid #fff;
  border-radius: 20px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .next .mouse-wheel {
  border-radius: 50%;
  margin: auto;
}
.hero .next .mouse-wheel i {
  margin-top: 8px;
  color: #ffffff;
  font-size: 30px;
}
.hero .next:hover i {
  animation: move-wheel 1.2s linear infinite;
}
@keyframes move-wheel {
  0% {
    opacity: 0;
    transform: translateY(-0.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0.2rem);
  }
}
/*** Mobile ***/
@media (max-width: 767px) {
  .hero .cont-w {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: transparent;
  }
  .hero .campania img {
    max-height: 480px;
  }
  .hero .next {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
  }
  .hero .next .mouse-wheel {
    border-radius: 50%;
    margin: auto;
  }
  .hero .next .mouse-wheel i {
    margin-top: 8px;
    font-size: 24px;
  }
  .hero .next:hover i {
    animation: move-wheel 1.2s linear infinite;
  }
}
/*** Tablet ***/
@media (min-width: 768px) and (max-width: 991px) {
  .hero .cont-w {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: transparent;
  }
  .hero .campania img {
    max-height: 680px;
  }
  .hero .next {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
  .hero .next .mouse-wheel {
    border-radius: 50%;
    margin: auto;
  }
  .hero .next .mouse-wheel i {
    margin-top: 8px;
    font-size: 24px;
  }
  .hero .next:hover i {
    animation: move-wheel 1.2s linear infinite;
  }
}
/*** laptop ***/
@media (min-width: 992px) and (max-width: 1450px) {
  .hero .cont-w {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: transparent;
  }
  .hero .campania img {
    max-height: 420px;
  }
  .hero .next {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }
  .hero .next .mouse-wheel {
    border-radius: 50%;
    margin: auto;
  }
  .hero .next .mouse-wheel i {
    margin-top: 8px;
    font-size: 24px;
  }
  .hero .next:hover i {
    animation: move-wheel 1.2s linear infinite;
  }
}
/*** dsk ***/
@media (min-width: 1451px) and (max-width: 1920px) {
  .hero .cont-w {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: transparent;
  }
  .hero .campania img {
    max-height: 440px;
  }
  .hero .next {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }
  .hero .next .mouse-wheel {
    border-radius: 50%;
    margin: auto;
  }
  .hero .next .mouse-wheel i {
    margin-top: 8px;
    font-size: 24px;
  }
  .hero .next:hover i {
    animation: move-wheel 1.2s linear infinite;
  }
}
/* ==========
Dinamic
========== */
.dinamic {
  padding: 80px 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .dinamic {
    padding: 80px 16px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dinamic {
    padding: 80px 16px 20px;
  }
}
.dinamic_title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .dinamic_title {
    font-size: 2rem;
    margin-bottom: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dinamic_title {
    font-size: 2.2rem;
    margin-bottom: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .dinamic_title {
    font-size: 2.6rem;
    margin-bottom: 48px;
  }
}
@media (min-width: 1451px) and (max-width: 1920px) {
  .dinamic_title {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
}
.dinamic_steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .dinamic_steps {
    flex-direction: row;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dinamic_steps {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .dinamic_steps {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 1451px) and (max-width: 1920px) {
  .dinamic_steps {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.dinamic_connector {
  background-color: #ffffff;
  opacity: 0.8;
  width: 220px;
  height: 2px;
  margin: 28px 0 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .dinamic_connector {
    width: 2px;
    height: 20px;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dinamic_connector {
    width: 60px;
    height: 2px;
    margin: 28px 0 0;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .dinamic_connector {
    width: 120px;
    height: 2px;
    margin: 28px 0 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1451px) and (max-width: 1920px) {
  .dinamic_connector {
    width: 180px;
    height: 2px;
    margin: 28px 0 0;
    flex-shrink: 0;
  }
}
.dinamic_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
}
@media (max-width: 767px) {
  .dinamic_step {
    max-width: 280px;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dinamic_step {
    max-width: 190px;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .dinamic_step {
    max-width: 240px;
    flex: 0 0 auto;
  }
}
@media (min-width: 1451px) and (max-width: 1920px) {
  .dinamic_step {
    max-width: 230px;
    flex: 0 0 auto;
  }
}
.dinamic_step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4DC9FF;
  border: 2px solid #4DC9FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.dinamic_step-number span {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 4px;
  color: #ffffff;
  line-height: 1;
}
.dinamic_step-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.dinamic_step-text strong {
  font-weight: 800;
}
@media (max-width: 767px) {
  .dinamic_step-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dinamic_step-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .dinamic_step-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1451px) and (max-width: 1920px) {
  .dinamic_step-text {
    font-size: 1.4rem;
  }
}
.dinamic_social-icons {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  justify-content: center;
}
.dinamic_social-icons .rrss {
  transition-duration: 0.4s;
}
.dinamic_social-icons .rrss img {
  height: 28px;
}
.dinamic_social-icons .rrss:hover {
  transform: translateY(-4px);
}
/*====================*/
/* Dinamic */
.step {
  width: 100%;
  padding: 46px 0 28px;
  overflow: hidden;
}
.step .dinamic-wrap {
  max-width: 1240px;
}
.step .info-box {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.step .info-box p {
  font-size: 1.72rem;
  line-height: 1.24;
  font-weight: 400;
  margin-bottom: 0;
  padding: 4%;
}
.step .info-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  margin: 20px auto;
}
.step .info-highlight {
  color: #ffffff !important;
  margin-bottom: 0 !important;
}
.step .info-highlight strong {
  color: #4DC9FF;
  font-weight: 600;
}
.step .ball-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.step .date-txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  margin: 80px 0 0;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .step {
    padding: 38px 0 24px;
  }
  .step .info-row {
    padding-top: 4px;
  }
  .step .info-box {
    max-width: 560px;
  }
  .step .info-box p {
    font-size: 1.5rem;
  }
  .step .btn-main {
    margin-top: 18px;
  }
  .step .date-txt {
    font-size: 0.98rem;
    margin-top: 20px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .step {
    padding: 18px 0 24px;
  }
  .step .info-row {
    padding-top: 4px;
  }
  .step .info-box {
    max-width: 560px;
  }
  .step .info-box p {
    font-size: 1.4rem;
  }
  .step .btn-main {
    margin-top: 18px;
  }
  .step .date-txt {
    font-size: 0.98rem;
    margin-top: 20px;
  }
}
/* Botones */
.btn-participar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(135deg, #4DC9FF 0%, #80d8ff 100%);
  color: #00358E;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(77, 201, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transform: translateY(0);
}
.btn-participar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.btn-participar::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(77, 201, 255, 0.45);
  opacity: 0;
  transform: scale(0.95);
  transition: 0.35s ease;
}
.btn-participar:hover {
  color: #00358E;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 34px rgba(77, 201, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.btn-participar:hover::before {
  left: 150%;
}
.btn-participar:hover::after {
  opacity: 1;
  transform: scale(1.04);
}
.btn-participar:focus,
.btn-participar:active {
  color: #00358E;
}
.btn-nav {
  min-width: 150px;
  padding: 12px 24px;
  font-size: 1rem;
}
.btn-main {
  min-width: 230px;
  margin-top: 14px;
}
.btn-mobile {
  min-width: 150px;
  padding: 10px 22px;
  font-size: 0.95rem;
}
/* ==========
Ganadores
========== */
.ganadores {
  /*background: radial-gradient(
    ellipse 80% 60% at 100% 100%,
    @color-sec 0%,
    #0d6ecc 25%,
    @color-prin 55%,
    #012169 80%,
    #001540 100%
  );*/
  padding: 64px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.ganadores .container-xxl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ganadores_card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  color: #ffffff;
  max-width: 560px;
  width: 100%;
}
@media (max-width: 767px) {
  .ganadores_card {
    padding: 36px 24px;
    border-radius: 16px;
  }
}
.ganadores_trophy {
  margin-bottom: 0px;
}
.ganadores_trophy i {
  font-size: 2.6rem;
  color: #4DC9FF;
}
@media (max-width: 767px) {
  .ganadores_trophy i {
    font-size: 2.4rem;
  }
}
.ganadores_title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1450px), (min-width: 1451px) and (max-width: 1920px) {
  .ganadores_title {
    font-size: 1.9rem;
  }
}
.ganadores_subtitle {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}
.ganadores_list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ganadores_list-item {
  background: rgba(77, 201, 255, 0.15);
  border: 1px solid rgba(77, 201, 255, 0.35);
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ganadores_list-item i {
  font-size: 1rem;
  color: #4DC9FF;
}
.ganadores_description {
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.5;
}
.ganadores_description strong {
  color: #00358E;
  font-weight: 700;
}
.ganadores_thanks {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
}
/* ==========
Footer
========== */
#footer {
  background-color: #04245B;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  width: 95%;
  margin: auto;
  background: #04245B;
  padding: 10px 0;
}
#footer .footer-top .footer-info p {
  font-size: 18px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #fff;
  width: auto;
}
#footer .footer-top .footer-info span {
  font-size: 22px;
  line-height: 1.4em;
}
#footer .footer-newsletter .logo-1 {
  width: auto;
  height: 50px;
  margin-right: 10px;
}
#footer .footer-newsletter .logo-2 {
  width: 100px;
  height: auto;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 767px) {
  #footer .footer-top .footer-info p {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-top .footer-info p {
    font-size: 14px !important;
  }
}
