.img-logo-top {
    position: absolute;
    width: 95px;
    top: 15px;
}

.main-img-lan {
    margin-top: 9px;
    cursor: pointer;
    margin-left: 40px;
    position: absolute;
}

.box-lang {
    position: relative;
}

.modal-lang {
    display: none;
    width: 150px;
    background: rgb(26 49 90);
    position: absolute;
    right: 20px;
    padding: 6px 17px;
    font-size: 14px;
    border-radius: 7px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
}

.services {
    border-left: solid #858585 2px;
    border-radius: 3px;
    padding-left: 24px;
}

.fab.fa-whatsapp {
    background: #0abf6b;
    width: 41px;
    height: 39px;
    color: #fff;
    font-size: 25px;
    border-radius: 30px;
    padding: 6px 0px 0px 10px;
    cursor: pointer;
}

ul {
    list-style-type: none;
}

ul li {
    color: #fff;
    cursor: pointer;
    margin: 10px 0px;
}

@media only screen and (max-width: 600px) {
    .img-logo-top {
        position: absolute;
        height: 36px;
        top: 5px;
        left: 24px;
        width: 100px;
    }
    .img-contact {
        width: 315px;
    }
}