header{
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("../../img/pages/servicios.png");
    background-color: #cccccc;
}

h6{
    text-transform: none;
}

.container{
    width: 70%;
    max-width: 1020px;
    padding: 5px 5px;
 }

 
.side{
    width: 15%;
}

.img-cliente{
    width: calc((100%/5) - 2%);
    margin: 1%;
    border: solid 2px #C6C6C6;
}

.img-cliente:hover{
    opacity: 0.5;
}

p{
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .60px;
    text-transform: none;
    line-height: 1.2em;
}

.titulo-verde{
    text-transform: none;
}

.social-cliente{
    width: auto;
    margin: auto;
    max-width: 120px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}

.social-cliente li{
    height: 40px;
    width: 40px;
    margin: 0;
    vertical-align: middle;
}

.social-cliente li a:hover{
    color: #828282;
}

.text-area-p {
    display: block;
    width: 100%;
    color: #17a2b8 !important;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #fff;
    /*--*/
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .60px;
    text-transform: none;
    line-height: 1.2em;
}

@media (max-width: 992px) {
    header {
       height: 0vh;
    }
    
    .container {
        width: 90%;
        max-width: 900px;
        padding: 16px 20px;
    }
}