#contenedorBlog h2, #contenedorBlog h3, #contenedorBlog h4 {
    color: var(--primary-color2) !important;
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contenedorBlog ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.check-icon.check-post::before {
    font-size: 10px;
    padding: 7px 6px 7px 6px;
}

#contenedorBlog ul li::before {
    content: "\e90b";
    font-family: "icomoon";
    color: var(--white-color);
    font-size: 12px;
    padding: 14px 13px 14px 13px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-right: 10px;
    font-size: 10px;
    padding: 7px 6px 7px 6px;
}

#contenedorBlog ul li {
    width: 100%;
    color: var(--primary-color2);
}

.post img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.post .title-post {
    line-height: 2.2rem !important;
    margin-bottom: 30px;
}

#header-baner {
    background-image: url(../image/slides/banner3.jpeg);
}

.team img {
    height: 100%;
    object-fit: scale-down;
}

.box-item .box-wrap {
    box-shadow: 0 1px 22px rgb(157 184 209 / 60%);
}

#servicios .box-wrap p {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: justify;
}

.go-top.show {
    right: unset;
    left: 35px;
}

#obras .item {
    background-color: #223452;
}

#obras img {
    padding: 25px;
}

html {
    scroll-behavior: smooth;
}

.typed {
    color: #33b9cb !important;
    font-size: 2rem;
    font-weight: 400 !important;
}

.slide-font-2 {
    font-size: 4rem !important;
    font-weight: 600 !important;
    line-height: 3.5rem !important;
}

.feature-post img {
    height: 200px !important;
}

.box-submit {
    width: 100%;
}


.form-contact-us {
    /*padding-right: 300px;*/
}

.btn-whatsapp {
    background-color: #2db742 !important;
    border-color: #2db742 !important;
    height: 53px !important;
    padding: 13px 50px 14px 50px !important;
    line-height: 25px !important;
    text-align: center;
}

.logo-h2 {
    background-color: #66cbdd;
}

    .logo-h2 img {
        height: 150px;
        object-fit: scale-down;
    }

.box-wrap-ab .title-heading {
    padding-right: 0%;
}

#servicios .box-wrap {
    padding-bottom: 25px;
}

.content-post h2 {
    font-size: 15px !important;
    line-height: 20px !important;
}

.content-post.art {
    height: 200px;
}

.testimonial img {
    object-fit: scale-down;
}

@media only screen and (max-width: 600px) {
    .header-content {
        /*background-color: #66cbdd;*/
        display: none;
    }

    .logo-h2 img {
        /*height: 150px;*/
        display: none;
    }

    .top-mail{
        margin-top: 10px;
    }

    .top-header {
        height: 70px;
    }

    .typed {
        font-size: 1.5rem;
    }

    .slide-font-2 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
        margin-top: 25px;
    }

    .rowContacto {
        display: block;
    }

    .features {
        display: none;
    }

    .about-us {
        margin-top: 35px;
    }

    .wrapper-counter .box-wrap-ct {
        width: 100%;
    }

    .wrapper-counter p {
        line-height: 1.2rem;
    }
}
