/* Minification failed. Returning unminified contents.
(162,27): run-time error CSS1039: Token not allowed after unary operator: '-color-loMsy-f5f5f5'
 */
.privacy-background-webp {
    background-image: url(../../Images/privacy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-top: 70px;
    padding: 50px;
}

.privacy-background-png {
    background-image: url(../../Images/privacy.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-top: 70px;
    padding: 50px;
}

.privacy-legal {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.privacy-text {
    font-family: 'Raleway', sans-serif, Open Sans;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: white;
    padding-left: calc(40% - 100px);
    padding-right: calc(40% - 100px);
    margin-bottom: 50px;
}

.items-tab {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    vertical-align: middle;
}

.tab-container {
    margin-top: 7em;
    margin-bottom: 7em;
}

.card-image {
    padding-left: 50px;
    padding-right: 50px;
}

.card-container-image {
    width: auto;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.card-container-title {
    /*font-family: Raleway, sans-serif;*/
    font-family: NunitoSans-Bold;
    color: black;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.privacy-link:hover,
.privacy-link:active,
.privacy-link:focus {
    color: black !important;
    text-decoration: none !important;
    outline: none;
}

#terms {
    font-family: Raleway, sans-serif;
    line-height: 200%;
}

#policy {
    font-family: Raleway, sans-serif;
    line-height: 200%;
}

#license {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

#authorization {
    font-family: Raleway, sans-serif;
    line-height: 200%;
}

.container-tab {
    /*margin-bottom: 10em;*/
    margin-bottom: 1em;
}

#terms > h4,
#authorization > h4 {
    font-weight: bold;
    margin-bottom: 2rem;
}

.title-term {
    margin-bottom: 1em;
    text-decoration: underline;
}

#terms > p,
#policy > p,
#authorization > p {
    font-size: 13px;
    margin-bottom: 2em;
    line-height: 23px;
}

#policy > h4 {
    font-weight: bold;
    margin-bottom: 2em;
}

#tabPrivacy > div.items-tab {
    opacity: 0.5;
}

.activeTab {
    opacity: 1 !important;
}

/*** Look & Feel Agosto 2020 ***/
/*************************************** START PRIVACY ******************************************************************/
.title-section2-privacy {
     /*font-family: NunitoSans-ExtraBold;*/
     /*padding-top: 90px;*/
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -0.5px;
    /*color: var(--color-loMsy-black);*/
}

.nunitosans-bold {
    font-family: NunitoSans-Bold !important;
}
.text-justify {
    text-align:justify !important;
}

.privacy-background-f5f5f5 {
    background-color:var(--color-loMsy-f5f5f5);

}

/*************************************** END PRIVACY ******************************************************************/

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .privacy-background {
        margin-top: 70px;
        padding: 5px;
    }

    .card-image {
        padding-left: 25px;
        padding-right: 25px;
    }

    .card-container-image {
        height: 75px;
    }
    .title-section2-privacy {
     padding-top: 5px;
    font-size: 30px;
    line-height: 56px;
}
}

@media screen and (min-width: 576px) {
    .privacy-background {
        margin-top: 70px;
        padding: 5px;
    }

    .card-image {
        padding-left: 40px;
        padding-right: 40px;
    }

    .card-container-image {
        height: 100px;
    }
    .title-section2-privacy {
    padding-top: 45px;
    font-size: 38px;
}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
}

