#contenedor-loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1BA333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    z-index: 100;
}

header{
    position: fixed;
    width: 100%;
    z-index: 3;
}

main{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 0;
}

.carbon{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    z-index: 1;
}

.content{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    box-sizing: border-box;
}

.logo{
    padding-top: 25px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.logo img{
    height: 75px;
}

.titulares{
    width: 90%;
    max-width: 600px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #FFF;
    line-height: 100%;
    box-sizing: border-box;
}

.enlaces{
    width: 95%;
    padding: 0 5%;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.enlace-box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 25px;
    height: 200px;
}

.enlace{
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.3s;
}

.enlace:hover{
    text-decoration: none;
}

.enlace img{
    width: 100%;
    min-width: 200px;
}

.enlace-descripcion{
    margin-top: 0;
    line-height: 115%;
}

.uk-slidenav {
    color: #FFF;
}

.uk-slidenav:focus, .uk-slidenav:hover{
    color: #FFF;
}

.uk-dotnav>*>*{
    width: 15px;
    height: 15px;
    border-color: #FFF;
}

.uk-dotnav>.uk-active>*{
    background-color: #FFF;
}

@media screen and (max-width:420px){
    .logo{
        margin-bottom: 25px;
    }

    .logo img{
        height: 50px;
    }

    .titulares{
        width: 95%;
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 115%;
    }

    .enlaces{
        padding: 0;
        margin-bottom: 25px;
    }

    .enlace-box{
        height: 200px;
        align-items: center;
    }
}
