.bg{
 height: 100vh;
 width: 100%;
 position: absolute;
 z-index: 0;
}

.principal{
    height: 100vh;
    background-image: url("https://assetsapiusoft.s3.us-west-2.amazonaws.com/Skindemo/USOFT_MAN1.png");
    background-size: cover;
    background-position: center;
}

.text{
    padding: 0.5rem;
    text-align: center;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
}

.text span{
 font-size: 50px;
 font-weight: 700;
 font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1024px){
  .text {
    font-size: 30px;
  }
  .text span{
    font-size: 35px;
  }
}

.btn-contact{
    background: var(--nuevo-desing, linear-gradient(180deg, #7A00E4 0%, #3B2043 100%));
    border-radius: 8px  ;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding: 1rem 2rem;
}

.btn-submit{
    background: var(--nuevo-desing, linear-gradient(180deg, #7A00E4 0%, #3B2043 100%));
    border-radius: 8px  ;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0.5rem 1rem;
}

.modal-body label{
    color: #000;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Asegura que esté encima de todo */
  display: none; /* Oculto por defecto */
}

*{
    color: #000;
}


@media only screen and (max-width: 1200px) {
  .principal{
    background-image: url("https://assetsapiusoft.s3.us-west-2.amazonaws.com/Skindemo/USOFT_MAN_MB.png");
}
}