/* About us  */
.ab-hero {
    background-image: url('https://impocargahv.com/wp-content/uploads/2020/08/bg-nosotros2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 500px;
    padding: 10rem 0;
    color: #fff;
}

.ab-text {
    width: 516px;
    border-left: 3px solid #adc456;
    padding: 1rem;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 1rem;
}

.ab-content-wrap {
    padding: 5rem 0 5rem 0;
}

@media (max-width: 575.98px) {
    .ab-text {
        width: 100%;
        margin-top: 1rem;
    }
    .ab-cont-img {
        width: 100%;
    }
}

.vision-wrap {
    background-color: #f5f1f0;
    padding: 4rem 0 0 0;
}

.vm-wrap {
    width: 80px;
    height: 80px;
    border: 4px solid #dbd9dc;
    background-color: transparent;
}

.vm-wrap div {
    width: 80px;
    height: 80px;
    border: 4px solid #dbd9dc;
    margin-left: 0.7rem;
    margin-top: 0.7rem;
    text-align: center;
    background-color: #fff;
    padding: 1.2rem 0;
    color: #adc456;
    font-size: 24px;
}

/* Projects page  */
.projects-wrap {
    background-image: url('https://impocargahv.com/wp-content/uploads/2020/08/bg-proyectos.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 420px;
    padding: 11rem 0;
    color: #fff;
}

/* Contact page  */
.contact-send-btn {
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #adc456;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0.4rem 1.5rem;
}

.contact-send-btn:hover {
    opacity: 0.9;
}

/* Services pages  */
.services-wraps {
    background-color: #2f3985;
    height: 430px;
    padding: 10rem 0;
    color: #fff;
}

.see-contract {
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #adc456;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 140px;
    padding: 0.6rem;
    text-align: center;
}
.see-contract:hover {
    opacity: 0.9;
}