header{
    height: 95vh;
    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: 63px;
    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: 38px;
    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: 5px 5px;
 }
 
.central{
    width: 60%;
    margin: auto;
    text-align: center;
}

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

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


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

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

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

@media (max-width: 992px) {
    .container {
        width: 95%;
        max-width: 900px;
        padding: 16px 5px;
    }
    
    .central {
        width: 90%;
    }
    
    .align-img{
        width: 30%;
        padding: 0px;
        text-align: left !important;
    }
    
    .align-p{
         width: 70%;
        padding: 0px;
        text-align: left !important;
    }
}