#onboardingBackground{
    width: 100%;
    position:fixed;
    height:100%;
    left:0;
    overflow-x: hidden;
    box-sizing: border-box;
    opacity: 50%;
    background-color: black;
    z-index: 500;
    display:none;
}

#onboardingContentContainer{
    width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    height: auto;
    background-color: white;
    z-index: 600;
    display: none;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding-bottom: 28px;
}

#activateOnboarding{
   color: #828282;
   font-size: 16px;
}

#onboardingClose{
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 25px;
    margin-right: 30px;
}

#onboardingClose div {
    cursor: pointer;
}

#onboardingArrow {
    width: 25px;
    height: 25px;
    margin-top: 25px;
    margin-left: 30px;
    cursor: pointer;
}

#onboardingContent{
    clear: both;
}

.activateOnboarding_button span{
    background: white;
    border: none;
    color: #2E363D;
    font-weight: normal;
    border-radius: 6px;
    margin: 4px;
    padding: 0px 8px 0px 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
}

.onBoardingContentImg {
    width: 464px;
    height: auto;
    min-height: 400px;
    margin-left: 123px;
    margin-right: 123px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.onBoardingContentImg img{
    width: 464px;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 4px rgba(137, 147, 155, 0.25));
    border-radius: 4px;
}

.onBoardingContentBolas {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}

.onboardingTextContainer {
    margin: 0 auto;
    margin-left: 48px;
    margin-right: 42px;
}

.onboardingTextContainerTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.444444px;
    color: #2E363D;
    margin-bottom: 10px;
}

.onboardingTextContainerDesc {
    width:80%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    color: #2E363D;
}

.contentBolasOnBoardingContentBolas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.bolasOnBoardingContentBolas {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    background: #EDEDED;
}

.activeSlide {
    background: #00BAB8;
}

.activateOnboarding_Span {
    background: #00BAB8;
    border-radius: 3px;
    padding: 2px 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    margin-left: 15px;
    cursor: pointer;
}

.contentOnboardingButton {
    display: flex;
    justify-content: space-between;
}

.onboardingTextContainerSolicitar {
    margin-top: 70px;
    position: relative;
    margin-bottom: 42px;
}

.onBoardingContentImgSolicitarSend {
    position: absolute;
    width: 202px !important;
    height: 146px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.onBoardingContentImgSend {
    width: 464px;
    height: 290px;
    margin-left: 107px;
    margin-right: 123px;
    text-align: center;
    position: relative;
}

@keyframes rotate {
    from { transform: rotate(0deg);   }
    to   { transform: rotate(360deg); }
}

.spinner {
    animation: rotate 1s linear infinite;
    background: #f15f41;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    position: relative;
}

.spinner::before,
.spinner::after {
    content: '';
    position: absolute;
}

.spinner::before {
    border-radius: 50%;
    background:
        linear-gradient(0deg,   hsla(0, 0%, 100%, 1  ) 50%, hsla(0, 0%, 100%, 0.9) 100%)   0%   0%,
        linear-gradient(90deg,  hsla(0, 0%, 100%, 0.9)  0%, hsla(0, 0%, 100%, 0.6) 100%) 100%   0%,
        linear-gradient(180deg, hsla(0, 0%, 100%, 0.6)  0%, hsla(0, 0%, 100%, 0.3) 100%) 100% 100%,
        linear-gradient(360deg, hsla(0, 0%, 100%, 0.3)  0%, hsla(0, 0%, 100%, 0  ) 100%)   0% 100%
    ;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.spinner::after {
    background: white;
    border-radius: 50%;
    top: 3%;
    bottom: 3%;
    left: 3%;
    right: 3%;
}

.onBoardingContentImgPrincipal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.linkOnboarding{
    color: #2E363D!important;
}
@media screen and (max-width: 740px) {
    #onboardingContentContainer {
        width:90%;
    }

    .onBoardingContentImg {
        width: auto;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        min-height: auto!important;
    }

    .onBoardingContentImg img {
        width: 100%;
    }

    .onboardingTextContainer {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .onboardingTextContainerDesc {
        margin-bottom: 25px;
        width : 100%;
    }

    #onboardingArrow {
        margin-bottom: 25px;
    }
}
