.background-contact {
    background-image: url("../images/background-template.jpg");
}

.wrapper {
    padding-top: 40px;
    width: 90%;
    margin: auto;
}

.informati {
    display: flex;
    justify-content: space-evenly;
}

.informati h2 {
    font-family: "Great Vibes", cursive;
    color: rgb(30, 191, 30);

    font-size: 45px;
}

.informati {
    margin-bottom: 20px;
    text-align: center;
}

.grecaptcha-badge {
 z-index: 3!important;   
}
.form {
    padding-top: 60px;
    padding-bottom: 60px;

    width: 60%;
    margin: auto;
}

.form h2 {
    text-align: center;
}

.row-data {
    padding: 10px 0px;

    display: flex;
    gap: 10px;
}

.row-data > * {
    flex: 1;
}

input,
textarea {
    padding: 10px;
    border: 2px solid grey;
}

textarea {
    height: 180px;
    resize: none !important;
}

input:focus,
textarea:focus {
    outline: none;
}

.form h2 {
    font-family: "Great Vibes", cursive;
    color: rgb(30, 191, 30);

    font-size: 45px;
}

.form h3 {
    text-align: center;
}

button[type="submit"] {
    padding: 7px 15px;
    border: none;
    border-radius: 50px;
    background-color: rgb(30, 191, 30);
    color: white;
}

@media only screen and (max-width: 1100px) {
    .informati {
        display: block;
    }

    .informati > div {
        margin-top: 60px;
    }

    .row-data:nth-child(1) {
        display: block;
    }

    main
        > div.wrapper
        > div.form
        > form
        > div:nth-child(1)
        > input[type="email"]:nth-child(2) {
        margin-top: 20px;
    }

    /*.row-data:nth-child(1) > * {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*}*/
    
    .row-data > * {
        width: 100%;
    }
    
    .first {
        display: block;
    }
    
    .first > * {
        display: block;
        width: 100%;
    }
    
    .first > *:nth-child(2) {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .form {
        width: 90%;
    }
}

.social-info-links li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid grey;
    color: grey;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 0 0;
}


.google-map iframe {
    width: 100%;
}

#checkbox {
    width: auto;
}

