@media (max-width: 768px) {
    body {
        background-image: url('../image/background-movile.png');
        background-size: cover;            
        background-repeat: no-repeat;       
        background-position: center center; 
        background-attachment: fixed;       
    }
    .logo-pride {
        width: 100%;           
    }

    .texto-landing{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .btn-pride {
        font-size: 25px;
    }

    .logo-jgarcia{
        width: 40%;         
        max-width: 300px;   
        margin-top: 20px;
    }

    /* Pag de Formulario */

    nav {
        display: flex !important;           
        justify-content: center !important; 
        align-items: center !important;     
        text-align: center;                  
    }
    .logo-form {
        
        margin: 0 auto;                     
        display: block;
    }
     .puntos {
        display: none !important;
    }
       .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
    .logo-pride-mensaje{
    width: 70%;
    
    }
.mensaje-texto {
    font-size: 1.5rem;
    text-align: center;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    color: #FF3366;
    outline: none;
    border: none;
}

 .mensaje-editable {
        font-size: 1.5rem;
        text-align: center;
        word-wrap: break-word;
        white-space: pre-wrap;
        overflow-wrap: break-word;
        color: #FF3366;
        padding: 1rem;
        outline: none;
        border: none;
        background-color: transparent;
        z-index: 2;
    }

    .img-container {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .mensaje-editable::before {
        content: attr(data-placeholder);
        color: #FF3366;;
        pointer-events: none;
         top: 40%;  
        left: 20%; 
        right: 20%; 
    }

    .mensaje-editable:empty::before {
        display: block;
    }

}