.contAbout {
    width: 100%;
    height: auto;
    background: url(../img/fondo_aboutus.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
    font-family: Arial;
}

/* 1 row */

.contAbout .formUs {
    display: grid;
    grid-template-columns: 1fr;
    background: url(../img/fondo_form_boutus.jpg) no-repeat center center/cover;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.formUs .aboutUs {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.aboutUs h1 {
    font-size: 30px;
    padding: 10px 0px;
    margin: 10px;
    font-weight: bold;
    color: black;
}

.aboutUs p {
    font-size: 20px;
    margin-bottom: 0px;
}

.formUs .formulario {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.formulario h1 {
    font-size: 30px;
    padding: 20px 20px 10px 20px;
    margin: 10px;
    font-weight: bold;
    color: black;
}

.formulario>p {
    font-size: 20px;
    margin-bottom: 0px;
}

.contact {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

form {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

form input[type="text"], form input[type="email"], form input[type="password"] {
    max-width: 100%;
    min-width: 100%;
    margin: 10px 0;
}

form textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
    min-height: 100px;
    margin: 10px 0;
}

/* 2 row */

.contactUs {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto;
    padding: 25px;
    overflow: hidden;
}

.pais {
    width: 520px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    border-radius: 30px;
    box-shadow: 0px 0px 50px #ffa8a2;
}

.pais h1 {
    font-size: 2.5rem;
}

.pais ul {
    text-align: center;
    list-style: none;
    margin: 20px;
    padding: 0px;
    font-size: 16px;
}

.pais ul li {
    margin: 15px 0px;
}

.pais ul li a {
    text-decoration: none;
}

.pais ul li:last-child {
    width: 450px;
    height: 450px;
    border-radius: 26px;
    border: 5px solid #ffa8a2;
}

.pais ul li iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 778px) {
    .contactUs {
        width: 100%;
    }
    .aboutUs h1 {
        font-size: 25px;
    }
    .aboutUs p {
        font-size: 15px;
    }
    .formulario h1 {
        font-size: 25px;
    }
    .formulario p {
        font-size: 15px;
    }
    .form-control {
        font-size: 15px;
    }
}

@media (max-width: 510px) {
    .pais ul li:last-child {
        width: 100%;
        height: 300px;
    }
    .pais h1 {
        font-size: 2rem;
    }
    .pais ul {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .contAbout .formUs {
        width: 100%;
    }
    .aboutUs h1 {
        font-size: 20px;
    }
    .aboutUs p {
        font-size: 14px;
    }
    .formulario h1 {
        font-size: 20px;
    }
    .formulario p {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px !important;
    }
}