.form-wpp input {
    border: none;
    height: 35px;
    border-radius: 8px;
    padding: 0 20px;
    width: 100%;
}
.form-wpp p{
    margin: 0 !important;
}
.form-wpp label{
    color: #fff;
}
.form-wpp input[type="submit"]{
    background: #02cf02;
    color: #fff;
    width: 250px;
    cursor: pointer;
    border: 1px solid #02cf02;
    transition: 0.5s;
    margin-top: 40px;
}
.form-wpp input[type="submit"]:hover{
    background: transparent;
    transition: 0.5s;
}
.fields-content{
    margin-bottom: 20px;
}
.form-btn{
    background: rgba(3,50,203);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    border-radius: 50px;
    width: 330px;
    height: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.form-btn:hover{
    transition: all 0.5s;
    background: #3f7652;
    height: 55px;
    font-size: 22px;
}
.close-modal , .close-lightbox{
    cursor: pointer;
}
#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#lightbox img {
    max-height: 90%;
    max-width: 90%;
    margin-top: 5%;
}
.next , .prev , .next-lightbox , .prev-lightbox{
    cursor: pointer;
}
.carousel-items img {
    transition: filter 0.3s ease-in-out;
    cursor: pointer;
}

.carousel-items img:hover  {
    filter: brightness(70%); 
}
.wpp-btn{
    cursor: pointer;
}
@media screen and (max-width: 968px){
    input[name="nome"]{
        margin-bottom: 20px;
    }
    #sala{
        width: 50% !important;
    }
}