div#bloque-categorias-home{
    display:block;
    max-width:1900px;
    width:95%;
    margin:0 auto;
}
div#bloque-categorias-home > div.content-bloque-categorias-home{
    display:flex;
    justify-content: space-between;
    flex-wrap:nowrap;
}
div#servicio-destacado-izquierda{
    height:420px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px;
    box-sizing: border-box;
    background-size:cover;
}

div#servicio-destacado-izquierda > div{
    margin-right: 65px;
}

div#servicio-destacado-izquierda > div > p{
    font-family: 'Nexa' !important;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom:10px;
}

div#servicio-destacado-izquierda > div > a{
     font-family: 'Nexa' !important;
    font-weight: 300;
    font-size: 16px;
    text-transform:uppercase;
}

div#servicio-destacado-derecha{
    height:890px;
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    justify-content: center;
    align-items: flex-end;
}

div#servicio-destacado-derecha > div {
    margin-bottom:60px;
    text-align:center;
}

div#servicio-destacado-derecha > div > p{
    margin:0;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    /* margin-bottom: 20px; */
    font-size:30px;
    font-family: 'Nexa' !important;
    font-weight: normal;
    text-transform: uppercase;
    color:#FFF;
    margin-bottom:20px;
}

div#servicio-destacado-derecha > div > a{
     font-family: 'Nexa' !important;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color:#FFF;
}

div#bloque-categorias-home > div.content-bloque-categorias-home > div.left-content-categorias, div.right-content-categorias{
    flex-basis:49%;  
}
div#content-servicios-destacados-izquierda{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content: space-between;
    margin-top:15px;
    background-size:100% auto;
    height:435px;

}
div#content-servicios-destacados-izquierda > div{
    flex-basis:49%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-bottom:40px;
    background-size:cover;
}

div#content-servicios-destacados-izquierda > div > p{
    margin:0;
        margin: 0;
    text-align: center;
    line-height: 1.3;
    /* margin-bottom: 20px; */
    font-size: 25px;
    font-family: 'Nexa' !important;
    font-weight: normal;
    text-transform:uppercase;
}
div.content-details-servicio{
    background-size:100% auto;height:435px;
}

div.content-details-servicio > a{
    margin-top:15px;
    font-family: 'Nexa' !important;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

.activo{
    position:absolute;
    background-color:black;
    display:block !important;
}
