.text-green-intouch{
    color: #9DC01C;
}

.trustcare{
    min-height: 1757px;
    background: url('../images/trustcare/trustcare_01.jpg') no-repeat center center / cover;
}

.colovensa{
    min-height: 1757px;
    background: url('../images/colovensa/colo_01.jpg') no-repeat center center / cover;
}

.mykonos{
    min-height: 927px;
    background: url('../images/mykonos/mykonos_01.jpg') no-repeat center center / cover;
}

.reinaldo{
    min-height: 947px;
    background: url('../images/reinaldo/reinaldo_01.jpg') no-repeat center center / cover;
}

.romero{
    min-height: 927px;
    background: url('../images/romero/romero_01.jpg') no-repeat center center / cover;
}

.eltoro{
    min-height: 1177px;
    background: url('../images/eltoro/eltoro_01.jpg') no-repeat center center / cover;
}

.generaltaxes{
    min-height: 927px;
    background: url('../images/general/general_01.png') no-repeat center center / cover;
}

.header {
    background-color: #1C2D59;
}

.text-blue {
    color: #1C2D59 !important;
}


.text-white {
    color: white;
}

.text-green {
    color: #87b31a;
}

.porfolioDetail{
    overflow-x: hidden;
}

.text-green-intouch-btn{
    color: #87b31a;
}



@media(max-width: 768px) {
    .trustcare {
        min-height: 457px;
    }
    .colovensa {
        min-height: 497px;
        margin-top: 100px;
    }
    
    .mykonos{
        min-height: 417px;
    }
    
    .reinaldo {
        min-height: 400px;
    }
    
    .romero {
        min-height: 547px;
    }
    
    .eltoro{
        min-height: 1177px;
    }
    
    .generaltaxes {
        min-height: 477px;
    }
    
    .dl-menu__wrap.dl-menuwrapper {
        height: 350px !important;
    }

    .dl-menu__wrap .dl-menu {
        margin-top: -40px;
    }
    
}