.cd-image-us{
    background-image: url('../views/images/residencia.png');
    background-repeat: no-repeat;
    background-attachment: fixed; /* Opcional: la imagen se queda fija al hacer scroll */
    background-size: cover; /* Ajusta la imagen al tamaño de la pantalla */
    background-position: center; /* Centra la imagen */
    opacity: 1;
}

.cd-text-primary{
    color: #484036;                               /* Fills inside of letters with white */
    /* text-shadow: 2px, 2px #000; */
    text-shadow: 0 0 20px rgba(255, 255, 255, 1);

}