html, body {
    height: 100%;
    min-height: 100%;
    border-top: 5px solid #1CA4B1;
    font-family: 'Cairo', sans-serif;
}
a {
    text-decoration:none !important;
    text-decoration-line:none !important;
    text-decoration-thickness: none !important;
    text-decoration-style: none !important;
    text-decoration-color: none !important;
 }
.container-fluid {        
    min-height: 100%;
    height: 100%;
}
.logo-nuevajusticia{
    max-width: 400px;
    display: block;
    margin: auto;
}
@media screen and (max-width:414px){
    .logo-nuevajusticia{
        max-width: 320px;
    }
}
.text-gray{
    color: #8C8C8C;
    font-size: 28px;
}
.btn-enlace a, .btn-enlace a:hover{
    text-decoration: none !important;
}
.btn-size{
    width: 300px;
    position: relative;
    background-color: #1CA4B1;
    font-size: 20px;
}

.bg-image{
    position: relative;
    background: #DCD644;

}
.content-item-nj{
    position: relative;
    z-index: 2;
    top:-80px;
}
.bg-image:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    background-image: url('../images/img_bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.nounderline {
    text-decoration: none !important
  }