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

header h1 {
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    text-transform: none;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px #000;
    position: relative;
    top: calc(100% - 55%);
    width: 100%;
}

header h3 {
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: none;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px #000;
    position: relative;
    top: calc(100% - 55%);
}

.header-subtitle{
    text-transform: none;
    color: #fff;
    width: auto;
    margin: auto;
    max-width: 710px;
    text-align: center;
    position: relative;
    top: 40%;
    font-size: 30px;
    letter-spacing: 4px;
}

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

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

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

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

.btn-naranja {
    padding: 13px 26px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff8b0f;
    background-color: #fff;
    border-color: #ff8b0f;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
}

.btn-naranja:hover {
    opacity: 0.8;
    color: #fff;
    background-color: #ff8b0f;
    text-decoration: none;
}

@media (max-width: 992px) {
    header {
       height: 0vh;
    }
    
    header h1 {
        font-size: 28px;
    }
    
    header h3 {
        font-size: 18px;
    }
    
    .container {
        width: 90%;
        max-width: 900px;
        padding: 16px 20px;
    }
    .btn-naranja {
        margin-bottom: 5px;
    }
}