body {
    margin: 0;
    padding: 0;
}


.card {
    margin-bottom: 20px;
}

#about, #projects, #contact {
    padding: 60px 0;
}

h2 {
    margin-bottom: 40px;
}
.jass-color{
    background-color: #2f3133;
    color: var(--bs-navbar-color);
}




.jass-img-lp{
    width: 700px;
    height: auto;
    opacity: 0; 
    transition: opacity 3s ease-in-out; 
}

.jass-img-about{
    width: 500px;
    height: auto;
}





.img-loaded {
    opacity: 1; /* Estado final visible */
}

.jass-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding:  7px;
    z-index: 3;    
  }

.jass-select-idioma{
    display: flex;
    align-items: center;
}

.jass-borderless{
    border: none;
}


.jass-input-contact{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: currentcolor;
}


.jass-boton-envio{
    border-color: currentcolor;
}

.jass-custom-card-body {
    background-color: #1f1f1f;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #1f1f1f;
}

.jass-encabezado-secciones{
    font-size: 45px;
    background: linear-gradient(to right, #1034e5, #62bdf3, #f5f5f5);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media screen and (max-width: 500px) {
    .jass-img-lp {
        height: 600px;
    }

    .jass-img-about{
        width: 300px;
        height: auto;
    }
    .jass-encabezado-secciones{
        font-size: 35px;
    }
}