﻿

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}



#newpusher {
    margin-top: -100%;
}

#sidebar {
    position: fixed;
    height: 100vh;
    background-color: #f5f5f5;
    padding-top: 68px;
    padding-left: 0;
    padding-right: 0;
}

    #sidebar .ui.menu > a.item {
        padding: 10px 20px;
        line-height: 20px;
        color: #337ab7;
        border-radius: 0 !important;
        margin-top: 0;
        margin-bottom: 0;
    }

        #sidebar .ui.menu > a.item.active {
            background-color: #337ab7;
            color: white;
            border: none !important;
        }

        #sidebar .ui.menu > a.item:hover {
            background-color: #eee;
            color: #23527c;
        }

#content {
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
}

    #content h1 {
        font-size: 36px;
    }

    #content .ui.dividing.header {
        width: 100%;
    }

.ui.centered.small.circular.image {
    margin-top: 14px;
    margin-bottom: 14px;
}

.ui.borderless.menu {
    box-shadow: none;
    flex-wrap: wrap;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.ui.mobile.only.grid .ui.menu .ui.vertical.menu {
    display: none;
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

#root::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#root {
    -ms-overflow-style: none; /* IE and Edge */
    /* scrollbar-width: none;*/
    overflow: hidden; /* Firefox */
}

.tables_style {
    width: 85%;
    margin-left: 7.5%;
}

.sitel_banner {
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #E31837;
}

.sitel_link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/* Theo Changes */

* {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
}

i.icon {
    font-family: Icons !important;
}


footer {
    background: #09092D;
    min-height: 25rem;
}

.footer-max {
    max-width: 1500px;
}

.footer-top {
    background-color: #4A4AF9;
    height: 1.5rem;
}

.brightness-0 {
    filter: brightness(0) invert(1);
}

.ui.top.attached.demo.menu.nav-bar-custom {
    background: #09092D;
    display: flex;
    align-items: center;
    padding: 1em;
    border-color: #09092D
}

.main-btn {
    background: #4a4af9 !important;
    color: white !important;
    border-radius: 30px !important;
    padding: 15px 40px 15px 40px !important;
    text-decoration: underline !important;
    margin-left: 8px;
    margin-right: 8px;
}

.transparent-btn {
    background: transparent !important;
    color: white !important;
    border-radius: 30px !important;
    border-color: white;
    padding: 15px 40px 15px 40px !important;
    text-decoration: underline !important;
    margin-left: 8px;
    margin-right: 8px;
}

.danger-btn {
    background-color: #09092d !important;
    color: white !important;
    text-shadow: none;
    background-image: none;
}

.text-color-d-purple {
    color: #09092D;
}

.menu-icon {
    color: #4a4af9 !important;
}

.section-block {
    background: url('../assets/svg/background1.png') repeat rgb(9,9,45) 50% 50% / cover;
    height: 45.75rem;
}

.footer-block {
    /*background-image: url('../assets/svg/women-1.png');*/
    min-height: 26rem;
}

.overlay-content {
    color: white;
}

.with-fixer {
    max-width: 350px
}

@media (min-width: 768px) {
    .with-fixer {
        max-width: 500px
    }
}

@media (min-width: 992px) {
    .with-fixer {
        max-width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .main_container {
        padding-bottom: 0 !important;
    }
}
button.btn.btn-outline-light.transparent-btn:hover {
    background-color: white !important;
    color: #09092D !important;
}
/* HoneyComb */
.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 750px; /* Aumentado en un 25% */
    margin: 0 auto;
    padding: 0;
    transform: translateY(21.4844px); /* Aumentado en un 25% */
}

.honeycomb-cell {
    flex: 0 1 156.25px; /* Aumentado en un 25% */
    max-width: 156.25px; /* Aumentado en un 25% */
    height: 85.9375px; /* Aumentado en un 25% */
    margin: 40.9226px 7.8125px 15.625px; /* Aumentado en un 25% */
    position: relative;
    padding: 0.3125em; /* Aumentado en un 25% */
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.honeycomb-cell__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    hyphens: auto;
    word-break: break-word;
    text-transform: uppercase;
    color: #4B4BF9;
    font-weight: 700;
    font-size: 1.09375em; /* Aumentado en un 25% */
    transition: opacity 350ms;
}

    .honeycomb-cell__title > small {
        font-weight: 300;
        margin-top: 0.15625em; /* Aumentado en un 25% */
    }

.honeycomb-cell__image {
    object-fit: cover;
    object-position: center;
}

.honeycomb-cell::before, .honeycomb-cell::after {
    content: "";
}

.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.honeycomb-cell::before {
    background: #4B4BF9;
    transform: scale(1.055);
}

.honeycomb-cell::after {
    background: #F3F3F7;
    opacity: 1;
    transition: opacity 350ms;
}

.honeycomb-cell:hover::before {
    background: #4B4BF9;
}

.honeycomb-cell:hover::after {
    opacity: 0;
}

.honeycomb-cell:hover .honeycomb-cell__title {
    color: white;
}

.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 156.25px; /* Aumentado en un 25% */
    margin: 0 7.8125px; /* Aumentado en un 25% */
}

@media (max-width: 550px) {
    .honeycomb-cell {
        margin: 50.78125px 15.625px; /* Aumentado en un 25% */
    }
}

@media (min-width: 550px) and (max-width: 825px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 78.125px); /* Aumentado en un 25% */
        margin-left: calc(50% - 78.125px); /* Aumentado en un 25% */
    }

    .honeycomb__placeholder:nth-child(3n + 5) {
        display: block;
    }
}

@media (min-width: 825px) and (max-width: 1100px) {
    .honeycomb-cell:nth-child(5n + 4) {
        margin-left: calc(50% - 171.875px); /* Aumentado en un 25% */
    }

    .honeycomb-cell:nth-child(5n + 5) {
        margin-right: calc(50% - 171.875px); /* Aumentado en un 25% */
    }

    .honeycomb__placeholder:nth-child(5n), .honeycomb__placeholder:nth-child(5n + 3) {
        display: block;
    }
}

@media (min-width: 1100px) {
    .honeycomb-cell:nth-child(7n + 5) {
        margin-left: calc(50% - 250px); /* Aumentado en un 25% */
    }

        .honeycomb-cell:nth-child(7n + 7), .honeycomb-cell:nth-child(7n + 5):nth-last-child(2) {
            margin-right: calc(50% - 250px); /* Aumentado en un 25% */
        }

    .honeycomb__placeholder:nth-child(7n + 7), .honeycomb__placeholder:nth-child(7n + 9), .honeycomb__placeholder:nth-child(7n + 11) {
        display: block;
    }
}
