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/servicios.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: 80%;
 }
 
.cubos{
    padding: 4%;
}

.lista-cubo li{
    list-style: none;
    margin-bottom: 2px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .60px;
    text-transform: none;
    line-height: 1.2em;
    color: #585858;
}

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

.align-img{
    text-align: right !important;
}

.align-p{
    text-align: left !important;
}

@media (max-width: 992px) {
    header {
       height: 0vh;
    }
    
    header h1 {
        font-size: 28px;
    }
    
    header h3 {
        font-size: 18px;
    }
    
    .container {
        width: 95%;
        max-width: 900px;
        padding: 16px 5px;
    }
    
    .align-img{
        width: 30%;
        padding: 0px;
        text-align: left !important;
    }
    
    .align-p{
         width: 70%;
        padding: 0px;
        text-align: left !important;
    }
}