.link-elements {
    display: flex; /* Habilita Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.link-elements span {
    margin-right: 20px;
}

.bg-color-light-purple {
    background-color: #a33188 !important;
}

.bg-color-purple {
    background-color: #4046b3 !important;
}

.custom-bg-color-grey-1 {
    background-color: #b9b9b9 !important;
}

.custom-bg-color-grey-2 {
    background-color: #e4e4e4 !important;
}

.border-gray {
    /*border: 1px solid #d2d0d0;*/
    border: 1px solid #edeef0;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.08);
}

.text-size-2 {
    font-size: 1.2em;
}

.text-size-3 {
    font-size: 1.3em;
}

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 60px;
    right: 10px;
    background-color: #0df053;
    color: #fff;
    border-radius: 55px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background-color: #fff;
}

/*
* Custom Circles & Counters
*/
.custom-circles-group-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-circles-group-1 .circle-1 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 96px;
    margin-bottom: 6rem;
}

.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.custom-circles-group-1 .circle-2 {
    top: 56%;
    left: 76%;
    width: 190px;
    height: 190px;
}

.custom-circles-group-1 .circle-3 {
    top: 75%;
    left: 53%;
    width: 170px;
    height: 170px;
}

.menu-login-mob {
    display: none;
}

.menu-login-mob a {
    padding: 7px 8px !important;
    display: block;
}

.review-media-button {
    position: absolute;
    z-index: 2;
    bottom: 3px;
    right: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    /*line-height: 38px;*/
    line-height: 45px;
    transition: ease all 0.1s;
    background-color: var(--primary) !important;
}

.review-media-button:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.review-media-button i {
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .custom-circles-group-1 .circle-2 {
        left: 84%;
    }

    .custom-circles-group-1 .circle-3 {
        left: 40%;
    }

    .img-logo-text{
        width: 100%;
    }

    #header .header-body.header-body-bottom-border {
        border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
    }

    html.sticky-header-active #header .header-body {
        box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
    }

    #header .header-container {
        background: #fff;
    }

    .menu-login-mob {
        display: inline-block;
    }

    .header-account{
        display: none !important;
    }

    .container-video.offset-1 {
        margin-left: 0px !important;
    }

    /*#header .header-body {
        display: flex;
        flex-direction: column;
        background: var(--light);
        transition: min-height 0.3s ease;
        width: 100%;
        border-bottom: 1px solid transparent;
        z-index: 1001;
    }*/
}

.custom-circle {
position: absolute;
border-radius: 100%;
}

.custom-circle.custom-circle-big {
    width: 52px;
    height: 52px;
}

.custom-circle.custom-circle-medium {
    width: 23px;
    height: 23px;
}

.custom-circle.custom-circle-small {
    width: 15px;
    height: 15px;
}

.custom-circle.custom-circle-extra-small {
    width: 10px;
    height: 10px;
}

.custom-circle.custom-circle-pos-1 {
    top: 25%;
    left: -13%;
}

    .custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
        top: 45%;
    }

.custom-circle.custom-circle-pos-2 {
    top: 43%;
    left: -4%;
}

    .custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
        top: 77%;
        left: -1%;
    }

.custom-circle.custom-circle-pos-3 {
    top: 9%;
    left: 17%;
}

    .custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
        top: 35%;
    }

.custom-circle.custom-circle-pos-4 {
    top: 53%;
    left: 20%;
}

    .custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
        left: 107%;
    }

.custom-circle.custom-circle-pos-5 {
    top: 61%;
    left: 39%;
}

    .custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
        top: 21%;
        left: 96%;
    }

.custom-circle.custom-circle-pos-6 {
    top: 41%;
    left: 46%;
}

    .custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
        top: 28%;
        left: 119%;
    }

.custom-circle.custom-circle-pos-7 {
    top: 30%;
    left: 104%;
}

.custom-circle.custom-circle-pos-8 {
    top: 7%;
    left: 114%;
}

.custom-circle.custom-circle-pos-9 {
    top: 76%;
    left: 27%;
}

.custom-circle.custom-circle-pos-10 {
    top: 10%;
    left: 114%;
}

.custom-circle.custom-circle-pos-11 {
    top: 6%;
    left: 117%;
}

.custom-circle.custom-circle-pos-12 {
    top: 9%;
    left: 119.3%;
}

.custom-circle.custom-circle-pos-13 {
    top: 6%;
    left: 120%;
}

.custom-circle.custom-circle-pos-14 {
    left: 60%;
    top: -15%;
}

.custom-circle.custom-circle-pos-15 {
    top: -11%;
    left: 60.7%;
}

.custom-circle.custom-circle-pos-16 {
    top: -13.9%;
    left: 62%;
}

.custom-circle.custom-circle-pos-17 {
    top: 6%;
    left: 105%;
}

.custom-circle.custom-circle-pos-18 {
    top: 8%;
    left: 106.9%;
}

.custom-circle.custom-circle-pos-19 {
    top: 9.5%;
    left: 108.4%;
}

.custom-circle.custom-circle-pos-20 {
    bottom: 5.5%;
    left: -7%;
}

.custom-circle.custom-circle-pos-21 {
    bottom: 4.5%;
    left: -8.6%;
}

.custom-circle.custom-circle-pos-22 {
    bottom: 2.7%;
    left: -6.8%;
}

.custom-circle.custom-circle-pos-23 {
    bottom: 2.5%;
    left: -8.5%;
}

.custom-circle.custom-circle-pos-24 {
    top: 38%;
    left: -14.5%;
}

.custom-circle.custom-circle-pos-25 {
    top: 12.5%;
    left: -8.5%;
}

.custom-circle.custom-circle-pos-26 {
    top: 25.5%;
    left: 0.5%;
}

.custom-circle.custom-circle-pos-27 {
    top: 46%;
    left: 44.5%;
}

.custom-circle.custom-circle-pos-28 {
    top: 26%;
    left: 107%;
}

.custom-circle.custom-circle-pos-29 {
    top: 6.5%;
    left: 110%;
}

.custom-circle.custom-circle-pos-30 {
    top: 36.5%;
    left: 119.5%;
}

.custom-circle.custom-circle-pos-31 {
    top: 66.5%;
    left: 23.7%;
}

.custom-circle.custom-circle-pos-32 {
    top: 79%;
    left: 20%;
}

.custom-circle.custom-circle-pos-33 {
    top: 82%;
    left: 24.2%;
}

.custom-circle.custom-circle-pos-34 {
    top: 86%;
    left: 20.2%;
}

.custom-circle.custom-circle-pos-35 {
    top: 84%;
    left: 69.5%;
}

.custom-circle.custom-circle-pos-36 {
    top: 89.3%;
    left: 74.3%;
}

.custom-circle.custom-circle-pos-37 {
    top: 13.1%;
    left: 69.5%;
}

.custom-circle.custom-circle-pos-38 {
    top: 11.5%;
    left: 80.7%;
}

.custom-circle.custom-circle-pos-39 {
    top: 5.4%;
    left: 75.7%;
}

.custom-circle.custom-circle-pos-40 {
    top: 5.4%;
    left: 82.7%;
}

.custom-circle.custom-circle-pos-41 {
    top: 86%;
    left: 103%;
}

.custom-circle.custom-circle-pos-42 {
    top: 88.8%;
    left: 104.6%;
}

.custom-circle.custom-circle-pos-43 {
    top: 91%;
    left: 105.8%;
}

.custom-circle.custom-circle-pos-44 {
    left: 103%;
    top: 10%;
}

.custom-circle.custom-circle-pos-45 {
    left: 104.7%;
    top: 14.1%;
}

.custom-circle.custom-circle-pos-46 {
    left: 106.2%;
    top: 10.4%;
}

.custom-circle.custom-circle-pos-47 {
    top: 86%;
    left: -3%;
}

.custom-circle.custom-circle-pos-48 {
    top: 95%;
    left: -2.5%;
}

.custom-circle.custom-circle-pos-49 {
    top: 93%;
    left: -4.5%;
}

.custom-circle.custom-circle-pos-50 {
    top: 97%;
    left: -4.3%;
}

.custom-dots-rect-1 {
    width: 103px;
    height: 138px;
    position: absolute;
    bottom: 50px;
    left: -104px;
    z-index: 0;
}

.custom-dots-rect-2 {
    width: 79px;
    height: 75px;
    position: absolute;
    bottom: -43px;
    right: -39px;
    z-index: 0;
}

.custom-dots-rect-3 {
    width: 99px;
    height: 119px;
    position: absolute;
    top: -77px;
    left: -71px;
    z-index: 0;
}

.custom-dots-rect-4 {
    position: absolute;
    top: -50px;
    right: -388px;
    width: 144px;
    height: 100px;
    transform: rotateX(180deg);
}

.custom-dots-rect-5 {
    position: absolute;
    bottom: -80px;
    left: -38px;
    width: 144px;
    height: 100px;
    transform: rotateX(180deg);
}