/**
 * @file
 * GRanmat formulario class = "cid-rpSeLNQvbv" styling.
 */

.cid-rpSeLNQvbv {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #efefef;
}

.cid-rpSeLNQvbv .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-rpSeLNQvbv img {
    width: 100%;
    height: 100%;
    /**object-fit: cover;*/
}

.cid-rpSeLNQvbv .mbr-form {
    max-width: 450px;
}

.cid-rpSeLNQvbv textarea {
    min-height: 150px;
}

.cid-rpSeLNQvbv .mbr-text {
    color: #232323;
}

.cid-rpSeLNQvbv .mbr-form .btn {
    width: 100%;
    justify-content: space-between;
}

.cid-rpSeLNQvbv .mbr-form .btn .mbr-iconfont {
    font-size: 1.5rem;
    order: 2;
}

.cid-rpSeLNQvbv H2 {
    color: #232323;
}

@media (max-width: 991px) {
    .cid-rpSeLNQvbv .row {
        flex-direction: column-reverse;
    }
}

.captchac {
    position: relative;
    width: 100%;
    height: 81px;
  }

 .captcha-type-challenge--recaptcha {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }