.element-hide {
    display: none;
    !important;
}

.div_text_img {
    width: 45%;
    display: inline-block;
}

.td_text_img {
    width: 50%;
}

p {
    font-family: Roboto;
}

.nectar-shape-divider-wrap[data-style="fan"] svg polygon:nth-child(2) {
    opacity: 0.15;
}

.nectar-shape-divider-wrap[data-style="fan"] svg rect {
    opacity: 0.3;
}

.close_privacy_policy_rules {
    font-size: 40px;
    color: #3A4750;
    padding: 8px 0;
    cursor: pointer;
    border: 0;
    width: 50px;
    text-align: center;
    background: transparent;
}

.div_close_privacy_policy {
    display: inline;
    position: absolute;
    top: 20px;
    right: 6%;
}

.privacy_policy {
    display: inline-block;
    max-width: 86%;
    width: 880px;
    text-align: justify;
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 5vh;
}

.privacy_policy span {
    font-size: 24px;
    color: #3A4750;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 25px auto;
}

.p_title_privacy_policy {
    font-size: 35px !important;
    font-weight: bold;
    color: #df2793 !important;
}

#officialRules {
    width: 100%;
    text-align: center;
    height: 100vh;
    overflow-y: scroll;
    /*background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #D1D8D9 100%), #FFFFFF;*/
}

#privacyPolicy {
    width: 100%;
    text-align: center;
    height: 100vh;
    overflow-y: scroll;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #D1D8D9 100%), #FFFFFF;
}

li img {
    width: 100%;
    max-width: 600px;
}

details>summary {
    list-style: none !important;
    position: relative;
    outline: none;
}


details>summary::-webkit-details-marker {
    display: none !important;
}

details>summary::after {
    content: '\002B';
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #212529;
    top: 0;
    right: 0;
}

.fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}


.visible {
    opacity: 1;
    transform: translate(0, 0);
}


.element_display {
    display: inline-block;
}

.element_hide {
    display: none;
}

.owl-dots {
    text-align: center !important;
    margin-top: 3vh;
}

.owl-dot {
    color: black !important;
    padding: 0 !important;
    font: inherit !important;
    font-size: 10px !important;
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    margin: 5px !important;
    background-color: #CDCDCD !important;
}

.owl-dot.active {
    border: 2px solid #333 !important;
    background-color: transparent !important;
}

.p_title_home_section {
    color: #df2793;
    font-size: 38px;
    font-weight: bold;
    margin: 2vh
}

.p_subtitle_home_section {
    max-width: 900px;
    font-weight: 300;
    font-size: 24px;
    margin: auto;
    margin-bottom: 5vh
}

.div_content_img_transformations {
    display: inline-block;
    width: 100%;
    padding: 2vh
}

@media (max-width: 1000px) {
    .div_text_img {
        width: 85%;
        text-align: center;
    }

    .td_text_img {
        width: 100%;
        display: inline-block;
    }
}


@media (max-width: 650px) {
    .p_title_privacy_policy {
        font-size: 33px !important;
        line-height: 35px !important;
    }
}


@media (max-width: 550px) {
    .p_title_privacy_policy {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .close_privacy_policy_rules {
        font-size: 30px;
    }

    .p_subtitle_home_section {
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .close_privacy_policy_rules {
        font-size: 25px;
    }

    .div_close_privacy_policy {
        top: 5vh;
    }

    .div_content_img_transformations {
        padding: 1vh;
    }
}


