body{
    background-image: url('../recursos/background/bk_blue.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.titulo-page{
    background-image: url('../recursos/fondobuzon.jpg');
    background-size: cover; 
    z-index: 2;
}

.section-form{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.nubeleft{
    position: absolute;
    right: 1220px;
    top: 80px;
}

.nuberight{
    position: absolute;
    left: 1255px;
    bottom: 180px;
}

.form-sugerencia {
    background-color: #332065;
    padding: 20px 50px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 900px;
    height: 470px;
    margin-top: 0px;
}

h2 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

label {
    display: block;
    margin-top: 10px;
    color: #c9c9c9;
}

input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 15px;
}

textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 15px;
    resize: vertical;
}

.form-sugerencia button {
    width: 100%;
    background-color: #E7BD4F;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 170px;
    display: flex;
    justify-content: center;
    margin: 0 auto ;
    margin-top: 10px;
}

.form-sugerencia button:hover {
    background-color: #e7b128;
}

@media screen and (max-width: 768px) {
    .section-form img{
        display: none;
    }

    .form-sugerencia {
        background-color: #332065;
        padding: 10px 30px;
        border-radius: 18px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 370px;
        height: 520px;
        margin-top: 0px;
    }
}