
header{
    height: 75vh;
    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-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;
}

label{
    font-weight: 300;
}

.container{
    width: 80%;
 }
 
.cubos{
    padding: 4%;
}

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

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

.blockquote{
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.65em;
    color: rgba(26,26,26,.9);
    text-align: center;
}

.blockquote-autor{
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.65em;
    color: rgba(26,26,26,.9);
    text-align: center;
}


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

.boton-negro {
    padding: 13px 26px;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    cursor: pointer;
}

.boton-negro:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.gift{
    position: relative;
    top: -200px;
}

#map{
    width: 100%;
    height: 360px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

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