.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    height: 100vh;
    position: fixed;
    z-index: 1990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
}
*{
    margin: 0px;
    padding: 0px;
}
body, html{
    height: 100%;
}
#menu-photo{
    display: none;
}
.chile #menu-photo{
    display: flex;
}
#ph_chile{
    display: none;
}
#photo_chile{
    display: none;
}
.chile #ph_chile{
    display: inline-block!important;
}
.chile #photo_chile{
    display: inline-block!important;
}
.chile #partners{
    display: none;
}
.chile .espacio{
    width: 100%;
    height: 100px;
}
.contenedor{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.color{
    background-color: #EAEAE9;
    color: #818485;
}
.contenido{
    width: 100%;
    height: auto;
    display: block;
    background-color: #000000;
    background: url('../img/tb_dummy_background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.acceso{
    width: 100%;
    height: 130px;
    min-height: auto;
    display: inline-block;
    vertical-align: top;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    /*
    background: url('../img/tb_cross_pattern.svg');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    */
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
#anima {
    display: none;
    opacity: 0;
    background-color: #ffffff;


    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
#anima div {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
#anima div:nth-of-type(1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#anima div:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#anima div:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#anima div:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#anima div:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#anima div:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#anima div:nth-of-type(7) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
#anima div:nth-of-type(8) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
#anima div {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.4s;
    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 1.4s;
    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 1.4s;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.4s;
}
@keyframes cf4FadeInOut {
    0% {
    opacity:1;
    }
    45% {
    opacity:1;
    }
    55% {
    opacity:0;
    }
    100% {
    opacity:0;
    }
}

.im_cumbia{
    width: 100%;
    height: auto;
    min-height: calc(100vh - 260px);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 5;
}
#cumbia_01{
    background-color: #ffffff;
    background: url("../img/cumbia_01.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_02{
    background-color: #ffffff;
    background: url("../img/cumbia_02.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_03{
    background-color: #ffffff;
    background: url("../img/cumbia_03.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_04{
    background-color: #ffffff;
    background: url("../img/cumbia_04.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_05{
    background-color: #ffffff;
    background: url("../img/cumbia_05.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_06{
    background-color: #ffffff;
    background: url("../img/cumbia_06.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_07{
    background-color: #ffffff;
    background: url("../img/cumbia_07.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cumbia_08{
    background-color: #ffffff;
    background: url("../img/cumbia_08.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_cumbia{
    width: 80%;
    height: auto;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 15;
    mix-blend-mode: difference;
}
.chile .acceso{
    width: 100%!important;
    height: 130px;
    min-height: auto;
    display: inline-block;
    vertical-align: top;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    /*
    background: url('../img/tb_cross_pattern.svg');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    */
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.nombre_acceso{
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45%;
    bottom: auto;
    border-top: 1px solid #ffffff;
    display: block;
    padding: 1px 0 0;
    z-index: 10;
    pointer-events: none;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.nombre_acceso1{
    width: 35px;
    height: auto;
}
.nombre_acceso2{
    width: 70px;
    height: auto;
}
.nombre_acceso3{
    width: 89px;
    height: auto;
}
.nombre_acceso4{
    width: 90px;
    height: auto;
}
.acceso:last-child{
    border-right: none;
}
.cover{
    width: 100%;
    height: auto;
    min-height:  calc(100vh - 260px);
    background-color: #000000;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.cover_activo{
    opacity: 1;
    min-height: calc(100vh - 260px);
}
.nombre_activo{
    top: 45%;
}
.categorias_seccion{
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: auto;
    z-index: 11;
    text-align: center;
    opacity: 0;
    pointer-events: none;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.cat{
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 400;
    margin: 0 auto 10px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    pointer-events: all;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.cat:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -moz-transform: scale(1.2); /* Firefox */
    -o-transform: scale(1.2); /* Opera */
    -webkit-transform: scale(1.2); /* Safari And Chrome */
    transform: scale(1.2); /* Standard Property */
}
.secc{
    width: 100px;
    height: auto;
    display: inline-flex;
    font-size: 200px;
    line-height: 180px;
    font-family: 'crete', serif;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    position: relative;
    z-index: 4;
    pointer-events: none;
}
.small_secc{
    line-height: 90px;
}
.cat_vacio{
    height: 15px;
}
.categoria_activa{
    top: 25%;
    opacity: 1;
}
.frase_home{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.frase_home > span, .frase_home > span > div{
    font-size: 20px;
    line-height: 24px;
    font-family: 'crete', serif;
}
@media screen and (min-width:767px){
    .contenedor{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .color{
        background-color: #EAEAE9;
        color: #818485;
    }
    .contenido{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
        background: url('../img/tb_dummy_background.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .acceso{
        width: 100%;
        height: 300px;
        min-height: auto;
        display: inline-block;
        vertical-align: top;
        border-right: none;
        border-bottom: 1px solid #ffffff;
        /*
        background: url('../img/tb_cross_pattern.svg');
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        */
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }
    .chile .acceso{
        width: 100%!important;
        height: 300px;
        min-height: auto;
        display: inline-block;
        vertical-align: top;
        border-right: none;
        border-bottom: 1px solid #ffffff;
        /*
        background: url('../img/tb_cross_pattern.svg');
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        */
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }
    .nombre_acceso{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        text-transform: uppercase;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 45%;
        bottom: auto;
        border-top: 1px solid #ffffff;
        display: block;
        padding: 1px 0 0;
        z-index: 10;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .nombre_acceso1{
        width: 35px;
        height: auto;
    }
    .nombre_acceso2{
        width: 70px;
        height: auto;
    }
    .nombre_acceso3{
        width: 89px;
        height: auto;
    }
    .nombre_acceso4{
        width: 90px;
        height: auto;
    }
    .acceso:last-child{
        border-right: none;
    }
    .cover{
        width: 100%;
        height: auto;
        min-height: calc(100vh - 260px);
        background-color: #000000;
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 9;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cover_activo{
        opacity: 1;
        min-height: calc(100vh - 260px);
    }
    .nombre_activo{
        top: 45%;
    }
    .categorias_seccion{
        width: 100%;
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        bottom: auto;
        z-index: 11;
        text-align: center;
        opacity: 0;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cat{
        width: 50%;
        height: auto;
        display: none;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 400;
        margin: 0 auto 20px;
    }
    .secc{
        width: 100px;
        height: auto;
        display: none;
        font-size: 200px;
        line-height: 180px;
        font-family: 'crete', serif;
        color: #ffffff;
        text-align: center;
        border-top: 1px solid #ffffff;
        margin-top: 10px;
    }
    .small_secc{
        line-height: 90px;
    }
    .cat_vacio{
        height: 15px;
    }
    .categoria_activa{
        top: 18%;
        opacity: 1;
    }
    .frase_home{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
    }
    .frase_home > span{
        font-size: 20px;
        line-height: 24px;
        font-family: 'crete', serif;
    }
}
@media screen and (min-width:1024px){
    .contenedor{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .color{
        background-color: #EAEAE9;
        color: #818485;
    }
    .contenido{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
        background: url('../img/tb_dummy_background.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .acceso{
        width: calc(100% / 4);
        height: auto;
        min-height: calc(100vh - 260px);
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #ffffff;
        border-bottom: none;
        /*
        background: url('../img/tb_cross_pattern.svg');
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        */
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }
    #anima {
        position:absolute;
        width:100%;
        height: auto;
        min-height: calc(100vh - 260px);
        display: block;
        margin:0 auto;
        top: 0;
        left: 0;
        right: 0;
    }
    #anima:hover {
        opacity: 1;
    }
    #anima:hover div {
        top: 0;
        opacity: 1;
    }
    .chile .acceso{
        width: calc(100% / 5)!important;
        height: auto;
        min-height: calc(100vh - 260px);
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #ffffff;
        border-bottom: none;
        /*
        background: url('../img/tb_cross_pattern.svg');
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        */
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }
    .nombre_acceso{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        text-transform: uppercase;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 15%;
        bottom: auto;
        border-top: 1px solid #ffffff;
        display: block;
        padding: 1px 0 0;
        z-index: 10;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .nombre_acceso1{
        width: 35px;
        height: auto;
    }
    .nombre_acceso2{
        width: 70px;
        height: auto;
    }
    .nombre_acceso3{
        width: 89px;
        height: auto;
    }
    .nombre_acceso4{
        width: 90px;
        height: auto;
    }
    .acceso:last-child{
        border-right: none;
    }
    .cover{
        width: 100%;
        height: auto;
        min-height: 0;
        background-color: #000000;
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 9;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cover_activo{
        opacity: 1;
        min-height: calc(100vh - 260px);
    }
    .nombre_activo{
        top: 30px;
    }
    .categorias_seccion{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        bottom: auto;
        z-index: 11;
        text-align: center;
        opacity: 0;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cat{
        width: 50%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 400;
        margin: 0 auto 20px;
    }
    .secc{
        width: 100px;
        height: auto;
        display: inline-flex;
        font-size: 200px;
        line-height: 180px;
        font-family: 'crete', serif;
        color: #ffffff;
        text-align: center;
        border-top: 1px solid #ffffff;
        margin-top: 10px;
    }
    .small_secc{
        line-height: 90px;
    }
    .cat_vacio{
        height: 15px;
    }
    .categoria_activa{
        top: 18%;
        opacity: 1;
    }
    .frase_home{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
    }
    .frase_home > span{
        font-size: 20px;
        line-height: 24px;
        font-family: 'crete', serif;
    }
}
@media screen and (min-width:1440px){
    .contenedor{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .color{
        background-color: #EAEAE9;
        color: #818485;
    }
    .contenido{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
        background: url('../img/tb_dummy_background.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .acceso{
        width: calc(100% / 4);
        height: auto;
        min-height: calc(100vh - 260px);
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #ffffff;
        border-bottom: none;
        /*
        background: url('../img/tb_cross_pattern.svg');
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        */
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }
    .chile .acceso{
        width: calc(100% / 5)!important;
        height: auto;
        min-height: calc(100vh - 260px);
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #ffffff;
        border-bottom: none;
        /*
        background: url('../img/tb_cross_pattern.svg');
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        */
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }
    .nombre_acceso{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        text-transform: uppercase;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 15%;
        bottom: auto;
        border-top: 1px solid #ffffff;
        display: block;
        padding: 1px 0 0;
        z-index: 10;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .nombre_acceso1{
        width: 35px;
        height: auto;
    }
    .nombre_acceso2{
        width: 70px;
        height: auto;
    }
    .nombre_acceso3{
        width: 89px;
        height: auto;
    }
    .nombre_acceso4{
        width: 90px;
        height: auto;
    }
    .acceso:last-child{
        border-right: none;
    }
    .cover{
        width: 100%;
        height: auto;
        min-height: 0;
        background-color: #000000;
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 9;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cover_activo{
        opacity: 1;
        min-height: calc(100vh - 260px);
    }
    .nombre_activo{
        top: 30px;
    }
    .categorias_seccion{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        bottom: auto;
        z-index: 11;
        text-align: center;
        opacity: 0;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cat{
        width: 50%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 400;
        margin: 0 auto 20px;
    }
    .secc{
        width: 100px;
        height: auto;
        display: inline-flex;
        font-size: 200px;
        line-height: 180px;
        font-family: 'crete', serif;
        color: #ffffff;
        text-align: center;
        border-top: 1px solid #ffffff;
        margin-top: 10px;
    }
    .small_secc{
        line-height: 90px;
    }
    .cat_vacio{
        height: 15px;
    }
    .categoria_activa{
        top: 18%;
        opacity: 1;
    }
    .frase_home{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
    }
    .frase_home > span{
        font-size: 20px;
        line-height: 24px;
        font-family: 'crete', serif;
    }
}