@import "../fonts/fonts.css";
@font-face {
  font-family: 'alphakind';
  src: url('../fonts/Alphakind.woff') format('woff');
}
:root {
  font-size: 16px;
}
body {
  background-color: #020138;
  background-image: url(../img/inicio/bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% 50%;
  position: relative;
  color: #fff;
  font-family: 'Everyday Sans Web';
}
@media (max-width: 767px) {
  body {
    background-position: 90% 50%;
  }
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.6rem;
}
h3 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.1rem;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header nav {
  background-color: #ffffff46;
  background: linear-gradient(0deg, transparent 0%, #fff 50%);
  padding: 0.5rem 2rem;
}
header nav .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header nav .nav-container .logo {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  width: 150px;
}
header nav .nav-container .nav-links {
  display: flex;
  gap: 1rem;
  list-style: none;
  transition: all 0.3s ease;
}
header nav .nav-container .nav-links a {
  color: #020138;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s;
  display: block;
  padding: 0.75rem 1rem;
}
header nav .nav-container .nav-links a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
header nav .nav-container .nav-links a.active {
  color: #fff;
  background-color: #f61554;
  border-radius: 8px;
}
header nav .nav-container .menu-btn {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  header nav .nav-container .menu-btn {
    display: block;
    background-color: #f61554;
    width: 70px;
    height: 70px;
    border-radius: 50px;
  }
  header nav .nav-container #cerrar-nav {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  header nav .nav-container .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #020138;
    background-image: url(../assets/como/fondo.png);
    background-size: cover;
    background-position: 50% 50%;
    flex-direction: column;
    clip-path: circle(0px at 99% -10%);
    pointer-events: none;
    padding: 100px 16px 10px;
  }
  header nav .nav-container .nav-links li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  header nav .nav-container .nav-links li:nth-child(1) {
    transition-delay: 0.1s;
  }
  header nav .nav-container .nav-links li:nth-child(2) {
    transition-delay: 0.2s;
  }
  header nav .nav-container .nav-links li:nth-child(3) {
    transition-delay: 0.3s;
  }
  header nav .nav-container .nav-links li:nth-child(4) {
    transition-delay: 0.4s;
  }
  header nav .nav-container .nav-links li:nth-child(5) {
    transition-delay: 0.5s;
  }
  header nav .nav-container .nav-links li:nth-child(6) {
    transition-delay: 0.6s;
  }
  header nav .nav-container .nav-links li a {
    color: #21bffb;
    font-size: 20px;
  }
  header nav .nav-container .nav-links.active {
    clip-path: circle(1000px at 99% -10%);
    pointer-events: all;
    height: 100vh;
  }
  header nav .nav-container .nav-links.active li {
    opacity: 1;
  }
}
.home {
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.home .row {
  justify-content: center;
}
.home h1 {
  color: #020138;
  font-weight: 700;
}
.home h1 img {
  width: 68%;
}
.home h3 {
  font-size: 1.5rem;
  padding-right: 10%;
}
.home .exponentes {
  position: relative;
}
.home .exponentes .col-6 {
  position: relative;
  margin-top: 2rem;
}
.home .exponentes .col-6:not(:first-child)::before {
  content: "";
  top: 0%;
  left: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
}
.home .exponentes .col-6 p {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .home .exponentes .col-6::before {
    display: none;
  }
  .home .exponentes .col-6:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
    z-index: 1;
  }
}
.home h4 {
  color: #21bffb;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.home .info {
  padding: 0 6%;
}
.home .info .sil {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 1;
  filter: brightness(1.1) contrast(0.95) blur(0.5px);
  transition: filter 0.3s ease;
}
.home i {
  margin-right: 15px;
  font-size: 2rem;
}
.home .fecha,
.home .lugar {
  display: inline-flex;
  align-items: center;
}
.home .fecha img,
.home .lugar img {
  width: 65px;
}
.home .fecha h4,
.home .lugar h4 {
  font-size: 1.3rem;
}
.home .fecha h5,
.home .lugar h5 {
  font-size: 1rem;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .home h1 img {
    width: 90%;
  }
  .home h3 {
    font-size: 1.6rem;
    padding-right: 0px;
  }
}
@keyframes subirBajar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.formulario {
  padding: 0 6%;
  position: relative;
}
@media (max-width: 992px) {
  .formulario {
    padding-top: 30px;
  }
}
.form-wmc {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  /* Para soporte en Safari */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  padding: 2rem 2rem;
  position: sticky;
  top: 40px;
}
.form-wmc h3 {
  color: #4dbdf5;
  font-size: 2rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.form-wmc p {
  padding-top: 10px;
}
.form-wmc .row img {
  width: 60px;
}
@media (max-width: 767px) {
  .form-wmc {
    margin-top: 3rem;
  }
  .form-wmc h5 {
    font-size: 1.14rem;
  }
}
.wmc-btn {
  background-color: #993ef4;
  color: #FFF;
  padding: 8px 40px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: all 0.3s;
  margin: 0rem auto 1rem;
  text-decoration: none;
  display: block;
  box-shadow: 0px 0px 8px 1px #993ef4, inset 0px 0px 8px 1px #993ef4;
  border-radius: 50px !important;
  border: solid 1px #fff;
}
.wmc-btn:hover {
  color: #fff;
  background-color: #020138;
  box-shadow: inset 0 0 25px #00000050;
  border-bottom: 0px;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .wmc-btn {
    display: block;
  }
}
.wmc-btn.regr {
  display: inline-block;
}
.form-group {
  margin-bottom: 10px;
}
label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #020138;
}
.fsmoll {
  font-size: 15px;
  font-weight: normal;
}
.form-group input {
  border: solid 2px #21bffb;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Para soporte en Safari */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}
.form-group input::placeholder {
  color: #fff;
}
.errors {
  margin-top: 14px;
  margin-bottom: 18px;
}
.errors:empty {
  display: none;
}
.errors .form-error-box {
  width: 100%;
  padding: 13px 16px;
  background: rgba(2, 1, 56, 0.86);
  border: 1px solid rgba(255, 93, 127, 0.95);
  border-radius: 14px;
  box-shadow: 0 0 12px rgba(255, 93, 127, 0.22), inset 0 0 12px rgba(255, 255, 255, 0.03);
  text-align: left;
}
.errors .form-error-box .form-error-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff91a9;
  font-size: 0.94rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.errors .form-error-box .form-error-title i {
  font-size: 1rem;
  margin-right: 0;
}
.errors .form-error-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.errors .form-error-box li {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
}
.errors .form-error-box li + li {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .errors .form-error-box {
    padding: 11px 13px;
  }
  .errors .form-error-box .form-error-title {
    font-size: 0.9rem;
  }
  .errors .form-error-box li {
    font-size: 0.84rem;
  }
}
.form-control {
  color: #fff;
}
.form-control:focus {
  color: #020138;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Para soporte en Safari */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
a,
a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.form-group .input-group {
  box-shadow: 0px 0px 8px 1px #4dbdf5, inset 0px 0px 8px 1px #4dbdf5;
  border-radius: 50px !important;
  border: solid 1px #fff;
}
.form-group .input-group-prepend .input-group-text {
  background: transparent;
  padding: 0.2rem 0.5rem;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Para soporte en Safari */
  border-radius: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.form-group .input-group-prepend .input-group-text img {
  width: 30px;
}
.form-group .input-group-prepend input {
  height: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.gracias .row {
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.gracias .row h1 {
  font-size: 4rem;
  font-weight: 700;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}
footer .row {
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
footer p {
  margin: 0;
}
footer a {
  color: #21bffb;
  text-decoration: none;
  transition: all 0.5s ease;
}
footer a:hover {
  color: #21bffb;
  font-weight: 600;
  transition: all 0.5s ease;
}
footer .order-1 a {
  display: inline-block;
  margin: 5px auto;
  padding: 0 10%;
}
footer .order-2 img {
  max-width: 80px !important;
}
footer .order-3 img {
  max-width: 200px !important;
}
@media (max-width: 767px) {
  footer .row {
    flex-direction: column;
  }
}
/** Modal **/
.modal-register {
  background-size: cover;
  background: rgba(2, 1, 56, 0.7);
  border: 1px solid #21bffb;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.modal-register:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 1, 56, 0.02) 0%, rgba(2, 1, 56, 0) 30%, rgba(0, 0, 0, 0.04) 100%);
  pointer-events: none;
}
.modal-register .modal-body {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  padding: 42px 28px 20px;
}
.modal-register .modal-footer {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  padding: 0 28px 28px;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.92;
  z-index: 3;
  transition: 0.25s ease;
}
.modal-close:hover {
  opacity: 1;
  transform: scale(1.05);
}
.modal-close:focus {
  box-shadow: none;
  opacity: 1;
}
.modal-status {
  text-align: center;
}
.modal-status .modal-status-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-status h3 {
  color: #993ef4;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.modal-status p {
  color: #21bffb;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
.modal-status .modal-note {
  font-size: 0.95rem;
  opacity: 0.9;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
/* Botón del modal */
.btn-modal-close {
  min-width: 170px;
  background: linear-gradient(135deg, rgba(153, 62, 244, 0.88), #6ac8f7);
  border: 1px solid rgba(153, 62, 244, 0.7);
  color: #fff;
  font-weight: 700;
  border-radius: 14px;
  padding: 0.85rem 1.4rem;
  transition: 0.25s ease;
  box-shadow: 0 12px 28px rgba(242, 0, 22, 0.2);
}
.btn-modal-close:hover,
.btn-modal-close:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(242, 0, 22, 0.24);
}
.btn-modal-close:focus {
  outline: none;
}
/* SVG animado del modal */
#thnksModal .check-svg {
  width: 110px;
  height: 110px;
  display: block;
  overflow: visible;
}
#thnksModal .check-circle-bg {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 216, 235, 0.14);
  stroke-width: 2;
}
#thnksModal .check-circle {
  fill: none;
  stroke: #4dbdf5;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  opacity: 0.95;
}
#thnksModal .check-mark {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}
/* Animación al mostrar el modal */
#thnksModal.show .check-svg {
  animation: check-pop 0.35s ease-out;
  transform-origin: center;
}
#thnksModal.show .check-circle {
  animation: check-circle-draw 0.7s ease forwards;
}
#thnksModal.show .check-mark {
  animation: check-mark-draw 0.45s ease forwards 0.55s;
}
@keyframes check-circle-draw {
  from {
    stroke-dashoffset: 340;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes check-mark-draw {
  from {
    stroke-dashoffset: 70;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes check-pop {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Responsive modal */
@media (max-width: 767px) {
  .modal-register {
    border-radius: 18px;
  }
  .modal-register .modal-body {
    padding: 34px 18px 16px;
  }
  .modal-register .modal-footer {
    padding: 0 18px 22px;
  }
  .modal-close {
    top: 12px;
    right: 12px;
  }
  .modal-status .modal-status-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
  }
  .modal-status h3 {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  .modal-status p {
    font-size: 0.96rem;
    line-height: 1.65;
  }
  .modal-status .modal-note {
    font-size: 0.9rem;
  }
  #thnksModal .check-svg {
    width: 92px;
    height: 92px;
  }
  .btn-modal-close {
    width: 100%;
    min-width: 100%;
  }
}
