.text-success{
    color: #3FBB06 !important;
}
.bg-success-opacity{
    background: #3fbb0673;
}
.cnt-lang{
    width: 97%;
    margin-left: 20px;
}
.cnt-lang span{
    margin-left: 10px;
}
.navbar{
    position: absolute;
    width: 100%;
    margin-top: 40px;
    z-index: 2;
}

.navbar .logo{
    width: 150px;
    margin-left: 40px;
}

.navbar .navbar-toggler{
    color: #FFF;
}

.nav-item .nav-link{
    color: #FFF;
}

.navbar-nav > .active > .nav-link{
    color: #3FBB06;
    font-weight: bold;
}

.sel-lang{
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 5px;
    background: transparent;
    color: #FFF;
    border: solid #FFF 1px;
}

.header{
    padding-top: 60px;
    background: url("../img/header.jpg");
    width: 100%;
    min-height: 700px;
    background-size: cover;
}

.cnt-info{
    color: #FFFFFF;
    margin: 200px 20%;
}

.cnt-info p{
    margin-top: 30px;
    text-align: justify;
}

.item-modulo{
    padding: 20px;
}

.cnt_estadistica{
    background: url("../img/background_lab.jpg");
    width: 100%;
    min-height: 600px;
    background-size: cover;
}

.logo_cliente{
    max-width: 190px;
    max-height: 100px;
}

.cnt_testimonial{
    background: url("../img/bg_testimonial.jpg");
    width: 100%;
    min-height: 600px;
    margin-top: 40px;
    padding: 40px;
    background-size: cover;
}
.item_opinion{
    background-color: #FFF;
    border-radius: 20px;
    height: 250px;
    margin-top: 100px;
    position: relative;
}
.item_opinion  img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.item_opinion  span{
    display: block;
    font-size: 12px;
    text-align: center;
    color: #444;
}

.item_opinion .name{
    color: #0c63e4;
    font-weight: bold;
    font-size: 16px;
}
.item_opinion .opinion{
    margin-top: 20px;
    text-align: justify;
    font-size: 14px;
}

.item_opinion .icon_quote{
    font-size: 64px;
    position: absolute;
    bottom: 20px;
    right: 30px !important;
    color: #2b96f45e;
    display: block;
    width: 64px;
}

.cnt_contacto{
    background: #d9d9d966;
}


@media only screen and (max-width: 600px) {
    .header{
        min-height: 250px;
    }
}

.filter-gray{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
