html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: rgba(26, 81, 211, 0.2);
  font-family: "Roboto", serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

#header {
  padding: 2rem 0;
  background: #000;
}
#header .headerButton .btn {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background: #ffffff;
  border-radius: 1.7rem;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  -ms-border-radius: 1.7rem;
  -o-border-radius: 1.7rem;
  padding: 0.75rem 2.5rem;
}
#header .headerButton .joinBtn {
  background: #fe0c34;
  color: #fff;
}

#topBar {
  background: #fff;
}
#topBar img {
  width: 100%;
  height: 10rem;
}

#action {
  background: url("../img/lp-img/footer-prev.png");
  padding-top: 50rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
#action .innerTitle {
  font-size: 7.7rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
#action .sectionTitle {
  font-size: 17.4rem;
  font-weight: 900;
  color: #fe0c34;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

#contact {
  background: #fff;
  padding: 1.5rem 0;
}
#contact p {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 1.25;
}

#copyright {
  padding: 2rem 0;
  background: #000000;
}
#copyright p {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 7px;
  }
  #topBar img {
    height: 6rem;
  }
  #action {
    padding-top: 25rem;
  }
  #action .sectionTitle {
    font-size: 13.4rem;
  }
  .headerButton {
    padding-top: 2.5rem;
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  html {
    font-size: 7px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  html {
    font-size: 8.5px;
  }
}
#contact {
    background-color: #fe0c34; /* Establece el fondo de la sección de contacto a negro */
    color: white; /* Cambia el color del texto a blanco para mejor contraste */
}


/* register */

#offcanvasRight {
  font-size: 1.8rem;
  background: #000;
}

#offcanvasRight .form-control{
  padding: 1.375rem .75rem;
  font-size: 1.8rem;
  border: 2px solid #ffffff91 ;
  background: #ffffff00
}

#offcanvasRight .offcanvas-title{
  font-size: 2rem;
}

#offcanvasRight .btn-success{
  background: #fe0c34;
  border-color:#fe0c34 ;
  font-size: 1.8rem;
  border-radius: 1.7rem;
  font-weight: 700;
  padding: 1rem 3rem !important;
}

.iti{
  width: 100%;
}
/* register */

/* login */
#loginModal .modal-title{
  font-size: 2rem;
}

#loginModal .form-control {
  padding: 1rem !important;
  font-size: 1.8rem;
  border: 2px solid #ffffff91;
  background: #ffffff00;
  border-radius: 1.7rem;
}

#loginModal .form-control:active{
  background: #ffffff00;
  box-shadow: none !important;
}
#loginModal .form-control:focus{
  background: #ffffff00 !important;
  box-shadow: none !important;
}

#loginModal .btn-primary{
  padding: 1rem !important;
  font-size: 1.8rem;
  background: #fe0c34;
  border-color:#fe0c34 ;
  font-weight: 700;
  border-radius: 1.7rem;
}
#loginModal .btn-primary:hover{
  padding: 1rem !important;
  font-size: 1.8rem;
  background: #fff;
  border-color:#fff ;
  color: #000;
}

#loginModal .modal-content{
  background-color: #000;
}

#loginModal .btn-close{
  background-size: contain;
  height: 1.6rem;
  width: 1.6rem;
}

#loginModal .logo-img{
  height: auto;
  max-width: 250px;
}

/* login */

div:where(.swal2-container).swal2-center>.swal2-popup {
  font-size: 2rem !important;
}