body{
    margin: 0;
    padding: 0;
}

header{
    height: 50vh;
    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/equipo.jpg");
    background-color: #cccccc;
}

h6{
    text-transform: none;
}

h1{
    text-transform: uppercase;
    color: #fff;
    width: auto;
    margin: auto;
    max-width: 710px;
    text-align: center;
    position: relative;
    top: 40%;
    font-size: 50px;
    letter-spacing: 4px;
}

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

.container{
    width: 70%;
    padding: 32px 32px;
 }
 
.side{
    width: 15%;
}

.img-cliente{
    width: 17%;
    margin: 1%
}

.lista-cubo li{
    list-style: none;
    margin-bottom: 15px;
}

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