﻿/*tablet*/
@media (min-width: 768px) {
    .servDesc {
        font-size: 35px;
        line-height: 35px;
        margin-top: 20px;
    }

    .vertical-menu a {
        padding: 12px;
    }

    .lnSer {
        margin: 25px auto 25px;
        height: 10px;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .servDesc {
        font-size: 23px;
        line-height: 23px;
        height: 70px;
        margin-top: 0;
    }

    .vertical-menu a {
        padding: 7px 12px;
    }

    .lnSer {
        margin: 0px auto 20px;
        height: 5px;
    }
}

/*computador*/
@media (min-width: 1200px) {

    .servDesc {
        font-size: 65px;
        line-height: 55px;
        height: 110px;
        margin-top: -55px;
    }


    .vertical-menu a {
        padding: 12px;
    }

    .lnSer {
        margin: 55px auto 50px;
        height: 15px;
    }
}

.lnSer {
    float: none;
    width: 120px;
}

.vertical-menu {
    width: 100%;
}

    .vertical-menu a {
        background-color: #eee;
        color: black;
        display: block;
        text-decoration: none;
    }

        .vertical-menu a:hover {
            background-color: #ccc;
        }

        .vertical-menu a.active {
            background-color: #00afef;
            color: white;
        }

.itemSer {
    text-align: justify;
    margin-bottom: 30px;
    width: 100%;
}

.servDesc {
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: "ZUEB";
    color: #00afef;
}
