.contactos {
    position: relative;
    /* padding-bottom: 85px !important; */
}

.contactos .fas {
    font-size: 3rem;
}

.contactos h4 {
    font-weight: 900;
}

.contactos span {
    font-size: 12px;
}

.contactos form .row {
    align-items: center !important;
}

.contactos input[type="text"],
.contactos textarea {
    margin-bottom: 10px;
}

.contactos textarea {
    height: 134px;
}

.contactos .form-actions {
    display: inline-block;
    width: auto;
}

.contactos .btn {
    display: inline;
    width: 95px;
    height: 80px;
    background: #fff url(img/maqueta/avion.png) no-repeat center 7px;
    color: #282828;
    font-size: 17px;
    font-weight: 900;
    border: hidden;
    text-transform: uppercase;
    padding-top: 51px;
}

.contactos .g-recaptcha {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 0;
}