header{
    height: 70vh;
    min-height: 270px;
    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/quienessomos.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%);
}

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%);
}

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

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

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

.blockquote{
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.8em;
    color: rgba(26,26,26,.9);
    text-align: center;
    font-style: italic;
}

.blockquote-autor{
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.8em;
    color: rgba(26,26,26,.9);
    text-align: center;
    opacity: .6;
}


.titulo-verde{
    text-transform: 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;
    }
}