:root {
    --header-height: 50px;
}

/*Init SWAL Update*/
.sweet-alert .confirm {
    color: var(--bs-light);
    background-color: var(--bs-primary) !important;
    border-radius: 1em;
}

.sweet-alert .cancel {
    color: var(--bs-light);
    background-color: var(--bs-secondary) !important;
    border-radius: 1em;
}

.sweet-alert {
    border-radius: 1.25em;
}

.sweet-alert .sa-button-container {
    display: flex;
    justify-content: center;
}

.cancelButtonBlue .cancel {
    background-color: var(--oriflame-blue-dark) !important;
}

/*Default Font*/
html,
body {
    font-family: Oriflame !important;
    color: var(--oriflame-gray-dark);
}

body {
    background-color: var(--bs-white);
}

/*Reset*/
a {
    color: inherit;
}

a:focus,
a:active,
a:hover {
    color: var(--bs-primary);
    transition: all 0.5s ease;
}

p {
    margin: 0;
}

.vh-75 {
    height: 75vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}

ul,
ol {
    list-style: none;
}

/*Loader*/
.loader {
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loader::before {
    content: 'Espere un momento';
    position: absolute;
    width: 100%;
    display: block;
    top: calc(50% + 1.5em);
    text-align: center;
    opacity: 0.5;
    color: #fff;
}

.loader::after {
    content: '';
    position: absolute;
    height: 5em;
    width: 5em;
    display: block;
    background-image: url('../img/spinner.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 2.5em);
    left: calc(50% - 2.5em);
}

/*Modal*/
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-body .btn-close {
    position: fixed;
    right: 1em;
    top: 1em;
}

/*Tables*/
table[class^="table-"] {
    width: 100%;
}

.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(odd),
.table-striped tbody tr.odd td,
.table-striped tbody tr.odd th {
    background: rgba(var(--oriflame-gray-rgb), .15) !important;
}

.table>thead>tr>td,
.table>thead>tr>th {
    background: var(--oriflame-table-header);
    color: var(--bs-light);
}

div.dataTables_scrollBody {
    border: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    color: var(--bs-primary);
    border: none;
    box-shadow: none;
    font-family: "Oriflame";
    content: "+";
    background-color: transparent;
    font-weight: bold;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background: none !important;
    color: var(--bs-danger);
    font-weight: bold;
}

table.row-pills {
    border-spacing: 0 0.25em;
    border-collapse: separate;
}

table.row-pills>tbody>tr>* {
    background: var(--bs-light);
    padding-top: 1em;
}

table.row-pills>tbody>tr td:first-child {
    padding-left: 1em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

table.row-pills>tbody>tr td:last-child {
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    padding-right: 1em;
}

.table tr.child {
    background: var(--bs-light);
}

.table tr.child>* {
    background: none;
}

/*Cards*/
.card {
    border: none;
    /*    box-shadow: rgb(0 0 0 / 8%) 0 0 0.25rem 0 !important;*/
}

.card .card-logo {
    position: absolute;
    content: '';
    height: 10em;
    width: 10em;
    background-image: url(../img/logos/simbolo_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -7em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*    .card .card-header {
        background-color: var(--bs-primary);
    }*/

.card.card-transparent {
    background: rgba(255, 255, 255, .25);
}

.card-rounded {
    border-radius: 1.25em;
}

/*Personalize*/
.center-login {
    height: 100vh;
    display: grid;
    align-content: center;
}

.login-social-links {
    margin-top: -50px;
}

/* Personalize GJ menu*/
.imgLogo {
    width: 90%;
}

.alignImgLogo {
    display: flex;
    justify-content: center;
}

.profile {
    display: flex;
}

.profile img {
    height: 5em;
    width: 5em;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.userImg {
    width: 5em;
}

.cardUser {
    display: flex;
    flex-wrap: nowrap;
}

.cardUserImg {
    display: flex;
    justify-content: center;
}

.cardUserImg img {
    width: 55px;
    height: 55px;
}

.userInfo {
    display: flex;
    flex-direction: column;
}

.userDepto {
    font-weight: 400;
}

.cardMenu {
    min-height: 100vh;
    border-radius: 0px;
}

.page-item.active .page-link {
    color: var(--bs-dark);
    border-color: var(--bs-dark);
    background-color: transparent !important;
}

.pagination .page-link {
    color: var(--bs-dark);
    border-color: var(--bs-dark);
    background-color: transparent !important;
}

.dataTables_filter {
    display: none;
}

#accordionMenu {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

#accordionMenuFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.air-datepicker-global-container {
    z-index: 1090;
}

iframe {
    height: calc(100vh - 12.5em);
    background-image: url('../img/spinner.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

iframe.iframe-news,
img.iframe-news {
    height: calc(100vh - 7.90em) !important;
    overflow-x: hidden !important;
}

iframe.iframe-catalogo {
    height: 50vh !important;
}

.modal-content {
    background: transparent;
    border: none;
}

.accordion-button::after {
    filter: invert();
}


.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: transparent;
    box-shadow: none;
}

.list-group-item-action.active {
    background-color: rgba(var(--bs-secondary-rgb), 0.5) !important;
}

.tableContainer {
    max-height: calc(100vh - 200px);
    overflow-y: hidden;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-width: 3px;
}

.logo-nav {
    width: 15em;
}

.nav-photo {
    height: 4.5em;
    width: 4.5em;
}

.flag-nav {
    width: 2.5em;
    height: 2.5em;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.btn-cursor,
.cursor {
    cursor: pointer;
}

/*.flags-container {
    position: relative;
}*/
.flags-container .flags-panel {
    display: none;
    flex-direction: row;
    position: absolute;
    transition: all 1s ease;
    padding: 1em;
    background: rgba(var(--bs-light-rgb), 0.90);
    right: 0em;
}

.flags-container .flags-panel .flag-nav {
    margin: 0 0.5em;
}

.flags-container:active .flags-panel,
.flags-container:hover .flags-panel {
    display: flex;
}

header {
    position: relative;
}

header>.nav-menu {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
}

.categoria-colores .categoria-color-0 {
    border-left: solid 0.5em rgb(255, 255, 255) !important;
}

.categoria-colores .categoria-color-1 {
    border-left: solid 0.5em rgb(145, 231, 227) !important;
}

.categoria-colores .categoria-color-2 {
    border-left: solid 0.5em rgb(231, 147, 183) !important;
}

.categoria-colores .categoria-color-3 {
    border-left: solid 0.5em rgb(182, 173, 165) !important;
}

.categoria-colores .categoria-color-4 {
    border-left: solid 0.5em rgb(39, 116, 174) !important;
}

.categoria-colores .categoria-color-5 {
    border-left: solid 0.5em rgb(240, 194, 100) !important;
}

.categoria-colores .categoria-color-6 {
    border-left: solid 0.5em rgb(255, 128, 114) !important;
}

.categoria-colores .categoria-color-7 {
    border-left: solid 0.5em rgb(104, 91, 199) !important;
}

.categoria-colores .categoria-color-8 {
    border-left: solid 0.5em var(--bs-light) !important;
}

.categoria-colores .categoria-color-9 {
    border-left: solid 0.5em var(--bs-light) !important;
}

.categoria-color-1:hover {
    background: rgba(145, 231, 227, 0.5) !important;
}

.categoria-color-2:hover {
    background: rgba(231, 147, 183, 0.5) !important;
}

.categoria-color-3:hover {
    background: rgba(182, 173, 165, 0.5) !important;
}

.categoria-color-4:hover {
    background: rgba(39, 116, 174, 0.5) !important;
}

.categoria-color-5:hover {
    background: rgba(240, 194, 100, 0.5) !important;
}

.categoria-color-6:hover {
    background: rgba(255, 128, 114, 0.5) !important;
}

.categoria-color-7:hover {
    background: rgba(104, 91, 199, 0.5) !important;
}

.categoria-color-8:hover {
    background: var(--bs-light) !important;
}

.categoria-color-9:hover {
    background: var(--bs-light) !important;
}

/*header .nav-categories {
        margin-top: 5em;
    }

    header :not(.nav-categories) .nav-menu {
        margin-top: 5em;
    }*/
/*main {
    max-height: calc(100vh - 8em);
    overflow: auto;
}*/

.img-rounded {
    border-radius: 50%;
    aspect-ratio: 4/4;
    object-fit: cover;
    object-position: center;
}

header.fixed-top+main {
    margin-top: var(--header-height);
}

header.fixed-top+main .vh-100 {
    max-height: calc(100vh - var(--header-height));
}

/*
header.fixed-top.fixed-extra + main {
    margin-top: 8.5em;
}

    header.fixed-top.fixed-extra + main .vh-100 {
        max-height: calc(100vh - 8.5em);
    }

*/

.categoria-grupo {
    display: block;
}

.categoria-grupo .categoria-titulo {
    min-width: 15em;
    padding: 0.5em 0;
}

.categoria-grupo .categoria-subgrupo {
    display: none;
    position: fixed;
    top: 7.5em;
    width: calc(100vw - 15.5em);
    margin-left: 15.5em;
    z-index: 10000;
    transition: all 1s ease;
}

.categoria-grupo .categoria-titulo:hover+.categoria-subgrupo {
    display: block;
}

/*#region Video */
.video-container {
    position: relative;
    width: 100%;
}

.video-container video,
.video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: inherit !important;
}

/*#endregion */

/*#region Garantia */

.garantia-container {
    position: relative;
    cursor: pointer;
}

.garantia-container .garantia-img {
    position: relative;
    z-index: 1;
}

.garantia-container .garantia-text {
    position: absolute;
    display: none;
    padding: 3.5em 2.5em 2.5em 2.5em;
    width: 30em;
    background: var(--bs-light);
    border-radius: 1em;
    z-index: 5;
    margin-top: -2.5em;
    margin-left: -30%;
}

.garantia-container:hover>.garantia-img {
    z-index: 6;
}

.garantia-container+.garantia-shadow {
    content: '';
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(var(--bs-dark-rgb), 0.5);
    z-index: 2;
    transition: all 1s ease;
}

.garantia-container:hover+.garantia-shadow {
    display: block;
}

.garantia-container:hover .garantia-text {
    display: block;
}

@media screen and (max-width:768px) {
    .garantia-container .garantia-text {
        margin-left: 0;
        width: 100%;
    }
}

/*#endregion */

/*#region descubre*/
.descubre-container {
    position: relative;
    cursor: pointer;
}

.descubre-container img {
    position: relative;
}

.descubre-container h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
    color: var(--bs-light);
}

.descubre-container .descubre-options {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    background-color: var(--oriflame-blue-dark);
    color: var(--bs-white);
    transition: all 1s ease;
}

.descubre-container:hover .descubre-options {
    display: block;
}

.descubre-container .descubre-options .col-12:hover {
    background-color: var(--oriflame-blue);
    color: var(--bs-white);
}

.descubre-container .descubre-title img {
    max-height: 15em;
}

.descubre-container .descubre-title a {
    height: 5em;
    display: inline-flex;
    width: auto;
    padding: 1.75em;
    margin-top: 5em;
}

.descubre-container .descubre-title:hover a {
    background-color: var(--oriflame-beige);
}

.descubre-container .descubre-title:before {
    content: '';
    height: 5em;
    background-color: var(--oriflame-beige-dark);
    width: 100%;
    display: block;
    top: 5em;
    position: absolute;
    z-index: 0;
}

.esencia-container .descubre-title:before {
    background-color: var(--oriflame-turquoise-dark);
}

.descubre-header {
    margin-top: -5em;
}

.img-quienes-somos-1 {
    height: 30em;
    position: absolute;
    right: -5em;
    top: -7.5em;
}

.img-quienes-somos-2 {
    height: 30em;
    position: absolute;
    left: -15em;
    top: -10em;
}

.img-quienes-somos-3 {
    height: 25em;
    position: absolute;
    right: -15em;
    top: -12.5em;
}

.img-quienes-somos-4 {
    height: 25em;
    position: absolute;
    left: -15em;
    bottom: -25em;
    transform: rotate(-45deg);
}

.img-bbs-1 {
    height: 10em;
    position: absolute;
    left: 2.55em;
    top: -1.5em;
    z-index: 1;
}

.img-bbs-2 {
    height: 15em;
    position: absolute;
    right: 0;
    bottom: -5em;
}

.img-historia-1 {
    height: 30em;
    position: absolute;
    left: -15em;
    top: -10em;
    z-index: 2;
    transform: rotate(-25deg);
}

.img-historia-2 {
    height: 30em;
    position: absolute;
    right: -15em;
    top: -5em;
    z-index: 2;
}

.img-historia-3 {
    height: 30em;
    position: absolute;
    left: -15em;
    top: -7.5em;
    z-index: 2;
    transform: rotate(90deg);
}

.img-historia-4 {
    height: 20em;
    position: absolute;
    right: -17.5em;
    top: -5em;
    z-index: 2;
}

.img-historia-5 {
    height: 20em;
    position: absolute;
    right: -17.5em;
    top: -5em;
    z-index: 2;
}

.bbs-revelar div {
    position: relative;
}

.bbs-revelar .bbs-revelar-text {
    font-size: 0.9em;
    text-align: center;
    color: var(--bs-light);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 1em;
}

.bbs-revelar .bbs-revelar-text b {
    display: block;
}

.bbs-revelar:hover .bbs-revelar-text {
    opacity: 1;
}

/*#endregion*/
/*#region Esencia*/
.esencia.bg-01 {
    background: url('../img/modules/descubre/esencia/background-01.jpg');
}

.esencia.bg-02 {
    background: url('../img/modules/descubre/esencia/background-02.jpg');
}

.esencia.bg-03 {
    background: url('../img/modules/descubre/esencia/background-03.jpg');
}

.esencia.bg-04 {
    background: url('../img/modules/descubre/esencia/background-04.jpg');
}

.esencia.bg-05 {
    background: url('../img/modules/descubre/esencia/background-05.jpg');
}

.esencia.bg-06 {
    background: url('../img/modules/descubre/esencia/background-06.jpg');
}

.esencia:hover .bbs-revelar-text {
    background: transparent;
}

.esencia {
    background-size: 110% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.esencia:hover img {
    opacity: 0;
}

.esencia img {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    filter: brightness(5);
}

/*#endregion*/
/*#region TimeLine */
.timeline {
    position: relative;
}

.timeline .timestep {
    position: relative;
    cursor: help;
    z-index: 1;
}

.timeline .timestep .time-container .time {
    display: block;
    background-color: var(--bs-primary);
    text-align: center;
    padding: 0;
    font-size: 4rem;
    font-family: 'Oriflame-Bold';
    color: var(--oriflame-gray);
}

.timeline .timestep .time-container:after {
    content: '';
    background-color: var(--bs-novage);
    width: 0.5em;
    display: block;
    height: 7.5em;
    margin-left: 15em;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.timeline .timestep:last-child .time-container:after {
    display: none;
}

.timeline .timestep .time-container:before {
    content: '';
    background-color: var(--bs-novage);
    width: 65%;
    opacity: 0;
    height: 0.5em;
    margin: 1em;
    position: absolute;
    right: -75%;
    top: 2.5em;
    transition: all 1s ease;
}

.timeline .timestep .info {
    opacity: 0;
    width: 60%;
    position: absolute;
    top: -10em;
    right: 0;
    text-align: center;
    transition: all 1s ease;
}

.timeline .timestep .info img {
    border-radius: 0.5em;
}

.timeline .timestep .info .text {
    background-color: var(--bs-novage);
    padding: 1.5em;
    color: var(--bs-white);
    margin: 0.5em 0;
    font-size: 0.9rem;
    border-radius: 0.5em;
}

.timeline .timestep:hover {
    z-index: 3;
}

.timeline .timestep:hover .time-container:before {
    opacity: 1;
}

.timeline .timestep:hover .time {
    background-color: var(--bs-novage);
    color: var(--bs-white)
}

.timeline .timestep:hover .info {
    opacity: 1;
}

.timeline .timestep:nth-child(7n+1) .time-container .time,
.timeline .timestep:nth-child(7n+1) .info .text,
.timeline .timestep:nth-child(7n+1) .time-container:after,
.timeline .timestep:nth-child(7n+1) .time-container:before {
    background-color: var(--oriflame-red);
}

.timeline .timestep:nth-child(7n+1):hover .time-container .time,
.timeline .timestep:nth-child(7n+1):hover .info .text,
.timeline .timestep:nth-child(7n+1):hover .time-container:after,
.timeline .timestep:nth-child(7n+1):hover .time-container:before {
    background-color: var(--oriflame-red-dark);
}

.timeline .timestep:nth-child(7n+2) .time-container .time,
.timeline .timestep:nth-child(7n+2) .info .text,
.timeline .timestep:nth-child(7n+2) .time-container:after,
.timeline .timestep:nth-child(7n+2) .time-container:before {
    background-color: var(--oriflame-turquoise);
}

.timeline .timestep:nth-child(7n+2):hover .time-container .time,
.timeline .timestep:nth-child(7n+2):hover .info .text,
.timeline .timestep:nth-child(7n+2):hover .time-container:after,
.timeline .timestep:nth-child(7n+2):hover .time-container:before {
    background-color: var(--oriflame-turquoise-dark);
}

.timeline .timestep:nth-child(7n+3) .time-container .time,
.timeline .timestep:nth-child(7n+3) .info .text,
.timeline .timestep:nth-child(7n+3) .time-container:after,
.timeline .timestep:nth-child(7n+3) .time-container:before {
    background-color: var(--oriflame-blue);
}

.timeline .timestep:nth-child(7n+3):hover .time-container .time,
.timeline .timestep:nth-child(7n+3):hover .info .text,
.timeline .timestep:nth-child(7n+3):hover .time-container:after,
.timeline .timestep:nth-child(7n+3):hover .time-container:before {
    background-color: var(--oriflame-blue-dark);
}

.timeline .timestep:nth-child(7n+4) .time-container .time,
.timeline .timestep:nth-child(7n+4) .info .text,
.timeline .timestep:nth-child(7n+4) .time-container:after,
.timeline .timestep:nth-child(7n+4) .time-container:before {
    background-color: var(--oriflame-purple);
}

.timeline .timestep:nth-child(7n+4):hover .time-container .time,
.timeline .timestep:nth-child(7n+4):hover .info .text,
.timeline .timestep:nth-child(7n+4):hover .time-container:after,
.timeline .timestep:nth-child(7n+4):hover .time-container:before {
    background-color: var(--oriflame-purple-dark);
}

.timeline .timestep:nth-child(7n+5) .time-container .time,
.timeline .timestep:nth-child(7n+5) .info .text,
.timeline .timestep:nth-child(7n+5) .time-container:after,
.timeline .timestep:nth-child(7n+5) .time-container:before {
    background-color: var(--oriflame-pink);
}

.timeline .timestep:nth-child(7n+5):hover .time-container .time,
.timeline .timestep:nth-child(7n+5):hover .info .text,
.timeline .timestep:nth-child(7n+5):hover .time-container:after,
.timeline .timestep:nth-child(7n+5):hover .time-container:before {
    background-color: var(--oriflame-pink-dark);
}

.timeline .timestep:nth-child(7n+6) .time-container .time,
.timeline .timestep:nth-child(7n+6) .info .text,
.timeline .timestep:nth-child(7n+6) .time-container:after,
.timeline .timestep:nth-child(7n+6) .time-container:before {
    background-color: var(--oriflame-yellow);
}

.timeline .timestep:nth-child(7n+6):hover .time-container .time,
.timeline .timestep:nth-child(7n+6):hover .info .text,
.timeline .timestep:nth-child(7n+6):hover .time-container:after,
.timeline .timestep:nth-child(7n+6):hover .time-container:before {
    background-color: var(--oriflame-yellow-dark);
}

.timeline .timestep:nth-child(7n+7) .time-container .time,
.timeline .timestep:nth-child(7n+7) .info .text,
.timeline .timestep:nth-child(7n+7) .time-container:after,
.timeline .timestep:nth-child(7n+7) .time-container:before {
    background-color: var(--oriflame-beige);
}

.timeline .timestep:nth-child(7n+7):hover .time-container .time,
.timeline .timestep:nth-child(7n+7):hover .info .text,
.timeline .timestep:nth-child(7n+7):hover .time-container:after,
.timeline .timestep:nth-child(7n+7):hover .time-container:before {
    background-color: var(--oriflame-beige-dark);
}

@media (max-width: 768px) {
    .timeline .timestep {
        position: initial;
    }

    .timeline .timestep .time-container {
        position: initial;
    }

    .timeline .timestep .info {
        position: initial;
        width: 100%;
        height: 1em;
    }

    .timeline .timestep:hover .info {
        height: auto;
    }

    .timeline .timestep .time-container:after,
    .timeline .timestep:hover .time-container:before {
        display: none;
    }
}


/*#endregion */

/*#region Sostenibilidad */

.sostenibilidad-container {
    position: relative;
    width: 100%;
}

.sostenibilidad-center {
    width: 50%;
    margin: 0 auto;
}

.sostenibilidad-container .sostenibilidad-start {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.sostenibilidad-container .sostenibilidad-end {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.sostenibilidad-childs {
    position: relative;
}

.sostenibilidad-start .sostenibilidad-childs .child {
    margin-bottom: 0.5em;
    margin-left: 1em;
    position: relative;
    display: flex;
}

.sostenibilidad-end .sostenibilidad-childs .child {
    margin-bottom: 0.5em;
    margin-right: 1em;
    position: relative;
    display: flex;
}

.sostenibilidad-start .sostenibilidad-childs .child a {
    padding-left: 1.25em;
    text-decoration: none;
    width: 50%;
    text-align: center;
    line-height: 5em;
}

.sostenibilidad-end .sostenibilidad-childs .child a {
    padding-right: 1.25em;
    text-decoration: none;
    width: 50%;
    text-align: center;
    margin-left: 45%;
    line-height: 5em;
}

.sostenibilidad-start .sostenibilidad-childs .child img {
    border-radius: 50%;
    height: 5em;
    width: 5em;
    margin-left: -2.5em;
    padding: 0.5em;
}

.sostenibilidad-end .sostenibilidad-childs .child img {
    border-radius: 50%;
    height: 5em;
    width: 5em;
    margin-right: -2.5em;
    padding: 0.5em;
}

.sostenibilidad-childs .purple {
    background: var(--oriflame-purple);
}

.sostenibilidad-childs .purple img {
    background-color: var(--oriflame-purple-dark);
}

.sostenibilidad-childs .turquoise {
    background: var(--oriflame-turquoise);
}

.sostenibilidad-childs .turquoise img {
    background-color: var(--oriflame-turquoise-dark);
}

.sostenibilidad-childs .beige {
    background: var(--oriflame-beige);
}

.sostenibilidad-childs .beige img {
    background-color: var(--oriflame-beige-dark);
}





/*#endregion */

/*#region Reveal Container */
.reveal-container {
    position: relative;
}

.reveal-container .reveal-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: var(--bs-white);
    padding: 2.5em;
    text-align: center;
    opacity: 0;
    transition: all 1s ease;
}

.reveal-container:hover .reveal-text {
    opacity: 1;
}

/*#endregion */
.card-product {
    position: relative;
    background-color: transparent;
}

.card-product .card-media {
    position: relative;
    background-color: rgb(245, 245, 245);
    padding-bottom: 1.5em;
    box-shadow: rgb(0 0 0 / 8%) 0 0 0.25rem 0;
    border-radius: 1rem;
}

.card-product .card-media img {
    transition: 1s ease;
}

.card-product .card-media img {
    max-height: 10em;
    position: relative;
}

.card-product .card-image {
    background-color: var(--bs-light);
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.card-product .card-image img,
.card-product .card-image video {
    max-height: 10em;
    position: relative;
}

/* .card-product .card-media .btn {
        position: absolute;
        right: 0;
        bottom: 0;
    } */

.single .card-media img,
.single .card-image img,
.single .card-media video,
.single .card-image video {
    max-height: 30em;
    min-height: 30em;
    height: auto;
}

#carouselProducto .carousel-inner {
    max-height: 30em;
    min-height: 30em;
}

#carouselProducto .carousel-inner .carousel-item {
    max-height: 30em;
    min-height: 30em;
}

#carouselProducto .carousel-inner .carousel-item img {
    max-height: 30em;
    min-height: 30em;
}

#carouselProducto .carousel-inner .carousel-item video {
    max-height: 25em;
    min-height: 25em;
}

#carouselProducto .carousel-indicators button {
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%;
}

.child-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.child-images>img {
    height: 1.5em;
    width: 1.5em;
    margin: 0 0.25em 0 0;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 50%;
    object-fit: cover;
}

.child-images>img.active {
    border: solid 2px var(--bs-light);
    box-shadow: #000 0 0 0.25em;
    height: 1.6em;
    width: 1.6em;
}

/*            .card-product .card-image .child-image > img:hover {
                box-shadow: rgba(0,0,0,.75) 0 0 0.25em 0;
            }*/

.card-product:hover .card-image>img {
    transform: scale(1.05);
}

/*.card-product:hover .card-image .child-image > img {
        transform: scale(1.25);
    }*/

.text-justify {
    text-align: justify !important;
}

.text-pink {
    color: var(--bs-pink);
}

.text-blue {
    color: var(--bs-blue);
}

.text-shadow {
    text-shadow: rgba(var(--bs-dark-rgb), 0.5) 0 3px 0
}

.category-header {
    position: relative;
}

.category-header h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 25px);
}

/*#region ShopCart Preview */

.shopCartCountContainer {
    position: relative;
}

.shopCartCountContainer #shopCartCount {
    position: absolute;
    bottom: 0;
    right: -0.25em;
    height: 1.5em;
    width: 1.5em;
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border-radius: 50%;
    font-size: 0.75rem;
    text-align: center;
    word-spacing: -0.25em;
}

.shopCartPreview {
    position: relative;
}

.shopCartPreview .btn-delete {
    position: absolute;
    top: -0.25em;
    left: -0.25em;
    height: 1.5em;
    width: 1.5em;
    font-size: 0.9rem;
    padding: 0;
}

/*#endregion */

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-fill {
    object-fit: fill;
}

.banner-mid {
    height: 20em;
}

.jq-toast-single {
    box-shadow: rgba(0, 0, 0, .10) 0 0 1em;
}

.img-toast {
    height: 5em;
    width: auto;
}

.bg-discover {
    background-color: #96ccda;
}

/*#region Cat�logo Carousel */

.catalogue-container {
    position: relative;
}

.catalogue-container>.products-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.catalogue-container .products-list {
    padding: 2.5em 2.5em 0 2.5em;
    display: flex;
    flex-direction: row;
    background-color: rgba(var(--bs-light-rgb), .90);
    overflow-x: auto;
    align-items: center;
    justify-content: space-evenly;
}

.carousel-control-next {
    background: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
}

.carousel-control-prev {
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%)
}

.carousel-control-next.bg-transparent {
    background: transparent;
}

.carousel-control-prev.bg-transparent {
    background: transparent;
}

.catalogue-container .catalogue-preview {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1em;
}

.catalogue-container .catalogue-preview .page-preview {
    position: relative;
    margin: 0.5em;
}

.catalogue-container .catalogue-preview .page-preview img {
    height: 3em;
    border-radius: 0.25em;
}

.catalogue-container .catalogue-preview .page-preview span {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    text-align: center;
    color: var(--bs-white);
    background: rgba(var(--bs-dark-rgb), 0.5);
    margin: auto;
    line-height: 3em;
    font-size: 1.1em;
    transition: all 0.5s ease;
    opacity: 0;
}

.catalogue-container .catalogue-preview .page-preview:hover span {
    opacity: 1;
}

/*#endregion */

#carouselBannersHome .carousel-indicators {
    margin-bottom: 1em;
}

#carouselBannersHome .carousel-indicators [data-bs-target] {
    border: solid 1px rgba(0, 0, 0, .15);
    border-radius: 1em;
}

.banner-main {
    height: 100px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
}

@media screen and (min-width:576px) {
    .banner-main {
        height: 100px;
        min-height: 100px;
    }
}

@media screen and (min-width:768px) {
    .banner-main {
        height: 150px;
        min-height: 150px;
    }
}

@media screen and (min-width:1366px) {
    .banner-main {
        height: 200px;
        min-height: 200px;
    }
}

@media screen and (min-width:1920px) {
    .banner-main {
        height: 250px;
        min-height: 250px;
    }
}





@media screen and (max-width:768px) {
    #carouselBannersHome .carousel-indicators {
        display: none;
    }
}




.filter-invert {
    filter: invert();
}

/*#region Novage+ */

:root {
    --bs-novage: #82a2b6;
    --bs-novage-rgb: 130, 162, 182;
}

.bg-novage {
    background-color: var(--bs-novage);
}

.text-novage {
    color: var(--bs-novage);
}

.header-background-novage {
    background-image: url('../img/modules/novage/heading.png');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.footer-background-novage {
    background-image: url('../img/modules/novage/footer-2.png');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

/*#endregion */

.menu-contains {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
}

.menu-contain {
    display: none;
    margin: 1em 2.5em 2.5em 2.5em;
}

.menu-contain a:hover {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    font-weight: bold;
}

.btn-social-main {
    width: 2.5em;
}

.btn-app-main {
    width: 4em;
}

.tracking-icon {
    padding: 0.5em;
    border-radius: 50%;
}

.tracking-icon-container {
    position: relative;
}

.tracking-icon-container:before {
    content: '';
    display: block;
    height: 0.5em;
    width: 100%;
    background-color: var(--bs-secondary);
    margin-top: 1.75em;
    position: absolute;
}

/*#region NAV */
.nav>.nav-item.active,
.nav>.nav-link.active {
    background-color: rgba(var(--bs-light-rgb), 0.25);
}

/*#re*/

/*#endregion */

/*#region NAV-TV */
.nav-tv {
    background-color: rgba(var(--bs-primary-rgb), 0.75);
    color: var(--bs-light);
}

.nav-tv .nav-link:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.nav-tv .nav-link:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nav-tv .nav-link {
    color: var(--bs-light);
}

.nav-tv .nav-link.active {
    background-color: var(--bs-primary) !important;
}

.nav-tv .nav-link {
    color: var(--bs-primary);
}

/*#region News */
@media screen and (max-width:768px) {
    .newsfeed {
        max-height: calc(100vh - 7.75em);
    }

    .eprofile {
        max-height: calc(100vh - 7em);
        overflow-y: auto;
    }
}

.news-container {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.news-container .news-title {
    background: rgba(var(--bs-light-rgb), 0.75);
    border-radius: 0.5em;
    padding: 1em;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0.75em;
    left: 0.75em;
    right: 0.75em;
}

.news-container .news-media {
    object-fit: cover;
    transition: all 1s ease;
    border-radius: 0.5em;
    display: block;
    transition: transform .5s ease;
}

.news-container:hover .news-media {
    transform: scale(1.10);
    transform-origin: 50% 50%;
}

/*#endregion */

.btn-dismiss-modal {
    position: fixed;
    top: 0;
    right: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.overflow-y {
    overflow-y: auto;
}

.overflow-x {
    overflow-x: auto;
}

.overflow {
    overflow: auto;
}

.scroll-vertical {
    max-height: calc(100vh - 12.5em);
    overflow-y: auto;
}

.photo-container {
    position: relative;
}

.photo-container .photo-update {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: rgba(var(--bs-light-rgb), .75);
    padding: 0.25em 0.5em;
}

.photo-preview {
    border: solid 2px var(--bs-gray-300);
    max-height: 300px;
    max-width: 300px;
    height: 300px;
    width: 300px;
}

#carouselDualCatalogo .carousel-control-next,
#carouselDualCatalogo .carousel-control-prev {
    width: auto;
}

#carouselDualCatalogo .carousel-control-next .carousel-control-next-icon {
    filter: invert(1);
}

#carouselDualCatalogo .carousel-control-prev .carousel-control-prev-icon {
    filter: invert(1);
}

.catalogo-selector {
    border-radius: 50%;
}

.catalogo-selector.active {
    border: solid 0.5em var(--bs-primary);
}

/*.academia-title {
    font-size: 1.75em;
}*/
.academia-icono {
    max-height: 190px;
}

.text-truncate {
    max-width: 40em;
    text-overflow: ellipsis;
    display: block;
    text-wrap: pretty;
}

.encuesta {
    position: absolute;
    bottom: 1em;
    right: 1em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mobile-banner {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width:768px) {

    /*header .fixed-top + main {
        margin-top: 5em;
    }

        header.fixed-top + main .vh-100 {
            max-height: calc(100vh - 5em);
        }

    header.fixed-top.fixed-extra + main {
        margin-top: 5em;
    }

        header.fixed-top.fixed-extra + main .vh-100 {
            max-height: calc(100vh - 5em);
        }*/
    .academia-title {
        font-size: 1em;
    }

    .btn-social-main {
        width: 2em;
    }

    .logo-nav {
        width: 7.5em;
    }

    img[class^="img-quienes-"],
    img[class^="img-bbs-"],
    img[class^="img-historia-"] {
        display: none;
    }
}