.p-1 {
    padding: 1rem;
}

.back {
    text-align: left;
    padding: 2rem 4rem;

}

.back p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.back {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.back ul {
    list-style: circle;
}

.back ul li {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0.3rem 0;
}

header {
    padding-top: 0;
}

#top-bar {
    border-top: 5px solid #58b684;
    padding: 8px;
    text-align: right !important;
}

#top-bar a {
    display: inline-block;
    text-decoration: none;
    color: #919191;
    margin-right: 15px;
}

@media only screen and (min-width: 769px) {

    .best-offer-right-content em, .best-offer-right-content p {
        color: #ffffff;
    }

    .best-offer-right-content h3 {
        font-weight: bold;
    }

    .best-offer-right-content h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px;
    }
}


#proyectos {
    padding-bottom: 4rem;
}

.card {
    padding: 3rem;
    cursor: pointer;
}

.card .card-body {
    text-align: left;
    padding: 3rem 4rem;
}

.card ul li {
    color: #FFFFFF;
}

.card ul {
    list-style-type: disc;
}

.card-primary {
    background-color: #1a1d39;
}

.card-second {
    background-color: #58b684;
}

.card-third {
    background-color: #d72238;
}

.flip-container {
    cursor: pointer;
}

.services-grid {
    padding: 3rem 0;
}

.footer-copy {
    text-align: center;
}

footer .affiliates {
    text-align: center;
    margin-bottom:10px;
}

footer .affiliates img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 120px;
    margin: 0 auto
}

footer .affiliates img.fix {
    margin-top: 10px;
    width: 300px;
}

.owl-pagination {
    margin: 0;
    bottom: 10px;
    z-index: 1
}

#owl-testimonial {
    text-align: center;
    min-height: 600px;
    height: 600px;
}

#owl-testimonial .item {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 600px;
    background-position: left bottom;
}

#owl-testimonial .item h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

#owl-testimonial .item .banner-cta {
    padding: 14px 7rem;
    background-color: #1a1d39;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s;
}

.owl-item .row {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.header-logo img {
    padding-top: 15px;
    width: 180px;
}

.best-offer-right-content .row {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}

.best-offer-right-content .about-us-container p {
    font-size: 18px;
    text-align: justify;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    margin: 18px 0px;
    color: #fff !important;
}

#form-response {
    display: none;
}

#contact input,
#contact textarea {
    color: #333;
}

#proyectos .card h4 {
    margin-top: 0px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

#owl-testimonial .item .item-text-fix h2 {
    font-size: 34px !important
}

@media all and (min-width: 992px) {
    .map-responsive iframe {
        height: 680px !important;
    }

    .contact-us {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 480px) {
    footer .affiliates img {
        height: 60px;
        width: auto !important;
    }

    footer .affiliates img.fix {
        margin-top: 0;
    }
}


@media all and (max-width: 320px) {
    footer .affiliates img {
        height: 45px;
    }
}

@media all and (max-width: 375px) {
    #owl-testimonial .item .banner-cta {
        padding: 20px;
    }
}