/*SIDEBAR MENU*/

.sidebar_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    background: rgb(6, 57, 123);
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    -webkit-transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    /*-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);*/
}

.sidebar_menu.light {
    background: rgba(0, 0, 0, 0);

}

.sidebar_menu_icon_contrainer {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.menu_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: currentColor;
    width: 100%;
    background: none;
    font-weight: inherit;
    border: none;
    cursor: pointer;
    padding: 20px;
}

.menu_bars {
    display: block;
    width: 30px;
    height: 10px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu_icon_text {
    font-family: gordita_medium, sans-serif;
    height: 12px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    color: #06397b;
    padding: 5px;
    font-size: 13px;
}

.menu_bars div {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #06397b;
    left: 0;
}

.menu_bars div:nth-child(1) {
    top: 0px;
    transition-duration: 0.25s;
}

.menu_bars div:nth-child(2) {
    bottom: 0px;
    transition-duration: 0.25s;
}

.menu_icon:hover {
    cursor: pointer;
}

.menu_bars:hover div:nth-child(1) {
    top: -3px;
}

.menu_bars:hover div:nth-child(2) {
    bottom: -3px;
}

.menu_bars.is_open div:nth-child(1) {
    transform: rotate(45deg) !important;
    top: calc(50% - 1.5px);
    transition-duration: 0.25s;
}

.menu_bars.is_open div:nth-child(2) {
    transform: rotate(-45deg) !important;
    bottom: calc(50% - 1.5px);
    transition-duration: 0.25s;
}

.languages {
    position: absolute !important;
    bottom: 60px;
    color: rgba(6, 57, 123, 0.5);
    font-family: gordita_medium, sans-serif;
    z-index: 1;
    letter-spacing: 0.5px;
}
.languages div {
opacity: 0.5
}

.languages .active {
    color: rgba(6, 57, 123, 1);
    opacity: 1;
}

.languages div:hover {
    color: rgba(6, 57, 123, 1);
    cursor: pointer;

}

.social {
    position: absolute;
    color: rgba(6, 57, 123, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    counter-reset: menuitem;
    margin: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 0;
}

.social a {
    color: #06397b;
}

.social a:hover {
    color: rgba(254, 176, 39, 1);
}

.sidebar_menu.open .menu_bars div {
    background: #fff;
}

.sidebar_menu.open .menu_icon_text {
    color: rgba(255, 255, 255, 1);
}

.sidebar_menu.open .social a {
    color: rgba(255, 255, 255, 1);
}

.sidebar_menu.open .social div:hover {
    color: rgba(254, 176, 39, 1);
}

.sidebar_menu.open .languages .active {
    color: rgba(255, 255, 255, 1);
}

.sidebar_menu.open .languages {
    color: rgba(255, 255, 255, 0.7);
}

.social div:hover {
    color: rgba(254, 176, 39, 1);
    /*rgba(255, 255, 255, 1);*/
}

.social.mobile {
    display: none;
}

/*MENU CONTAINER*/

.menu_container.mobile {
    display: none;
}

.menu_container {
    position: fixed;
    left: 100px;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 49;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_container.open {
    width: calc(100% - 85px);
}

.double_section {
    height: 100%;
}

.single_section {
    height: 50%;
}

.menu_container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    counter-reset: menuitem;
    margin: 0;
    padding: 0;
}

.menu_container .grid_uno {
    background: rgb(6, 57, 123);
    z-index: 1;
    padding: 0px;
}

.menu_container .grid_dos {
    z-index: 1;
}

.menu_container .grid_tres {
    z-index: 0;
}

.menu_container .grid_uno li {
    list-style: none;
    font-family: gordita_medium, sans-serif;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ccc;
    transform: translateX(-100px);
    opacity: 0;
}

.menu_container .grid_uno li.active {
    opacity: 1;
}

.menu_container .grid_uno li.active:nth-child(1) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    -ms-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
}

.menu_container .grid_uno li.active:nth-child(2) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.1s, transform ease 0.6s 0.075s;
    -ms-transition: opacity ease 0.8s 0.1s, transform ease 0.6s 0.075s;
    transition: opacity ease 0.8s 0.1s, transform ease 0.6s 0.075s;
}

.menu_container .grid_uno li.active:nth-child(3) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.2s, transform ease 0.6s 0.15s;
    -ms-transition: opacity ease 0.8s 0.2s, transform ease 0.6s 0.15s;
    transition: opacity ease 0.8s 0.2s, transform ease 0.6s 0.15s;
}

.menu_container .grid_uno li.active:nth-child(4) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(5) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(6) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(7) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(8) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(9) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(10) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_uno li.active:nth-child(11) {
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    -ms-transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
    transition: opacity ease 0.8s 0.3s, transform ease 0.6s 0.225s;
}
.menu_container .grid_dos li {
    list-style: none;
    font-family: gordita_medium, sans-serif;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ccc;
    position: absolute;
    z-index: 1;
    transform: translateX(-100px);
    opacity: 0;
}
.menu_container .grid_dos li.active {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    -ms-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
}

.menu_container .grid_dos:hover .overlay_1 {
    background: rgba(43, 43, 43, 0.5);
    transition: background 0.8s;
}

.menu_container .grid_dos div:hover .bg {
    display: block;
    opacity: 1;

}

.menu_container .grid_dos .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/63.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.menu_container .grid_tres .mapa {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/44.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.menu_container .grid_tres:hover .mapa {
    transform: scale3d(1.1, 1.1, 1);
}

.menu_container .grid_tres li {
    list-style: none;
    font-family: gordita_medium, sans-serif;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ccc;
    position: absolute;
    z-index: 1;
    transform: translateX(-100px);
    opacity: 0;
}
.menu_container .grid_tres li.active {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    -ms-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
}

.menu_container .grid_cuatro {
    background: rgba(43, 43, 43, 0.4);
}

.menu_container .grid_cuatro_uno {
    background: rgba(43, 43, 43, 0.4);
    z-index: 1;
}

.menu_container .grid_cuatro_dos {
    background: rgb(37, 37, 37);
    z-index: 1;
}


.menu_container .grid_cuatro li {
    list-style: none;
    font-family: gordita_medium, sans-serif;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ccc;
    position: absolute;
    z-index: 1;
    transform: translateX(-100px);
    opacity: 0;
}
.menu_container .grid_cuatro_uno li.active {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    -ms-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
}
.menu_container .grid_cuatro_dos li.active {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    -ms-transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
    transition: opacity ease 0.8s 0s, transform ease 0.6s 0s;
}

.menu_container .bg {
    /*display: none;
    opacity: 0*/
}

.menu_container .grid_cuatro div:hover .overlay_1 {
    background: rgba(43, 43, 43, 0.5);
    transition: background 0.8s;
}

.menu_container .grid_cuatro div:hover .bg {
    display: block;
    opacity: 1;

}

.menu_container .grid_cuatro_uno .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/1_small.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.menu_container .grid_cuatro_dos .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/2_small.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}


.menu_container li:hover {
    cursor: pointer;
    color: rgba(254, 176, 39, 1);
}

.menu_container .grid_uno li::before {
    /* counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    font-size: 0.85rem;
    margin-left: -20px;
    color: var(--color-item-alt);*/
}

.menu_container li::after {
    content: '';
    width: 100%;
    top: 58%;
    height: 6px;
    background: rgba(254, 176, 39, 1);
    /* position: absolute; */
    /* left: 0; */
    opacity: 0;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: 50% 0%;
    display: block;
}

.menu_container li:hover::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}