.form--loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff00;
    z-index: 1111;
    position: absolute;
    cursor: progress;
}
.form--loading select,
.form--loading textarea,
.form--loading label,
.form--loading .g-recaptcha,
.form--loading input {
    opacity: .6;
}
.form--loading .lds-ripple {
    display: inline-block;
}
.lds-ripple {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    margin: auto;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.dropdown-item__submenu {
    position:  relative;
}
.dropdown-item__submenu ul {
    display: none;
}
.dropdown-item__submenu:hover ul {
    display:  block;
    list-style: none;
    padding-left: 0;
}
@media screen and (min-width:  992px) {
    .dropdown-item__submenu:hover ul {
        display: block;
        position: absolute;
        top: 90%;
        left: 0;
        background: #FFF;
        margin: 0;
    }
}
@media screen and (max-width:  992px) {
    .dropdown-item__submenu ul a {
        color: #FFF;
    }
    .dropdown-item__submenu ul {
        position:  relative;
    }
}

.capitalize {
    text-transform: capitalize;
}

.header-logo__link {
    display: flex;
    align-items: center;
}
.header-logo__bg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.capture-area-influencia
{
    width: auto;
    max-height: 90vh;
    margin: auto;
    max-width: 100%;
}
