/*
Theme Name: Bacata Child Theme
Version: 1.0.0
Description: Theme child
Author: estudio89
Author URI: http://estudio89.com
Template: bacata
*/

.e89-header-logo .mobile-logo {
    max-height: 36px;
}

body.home #e89-main-content {
    padding: 0;
}
.section-home {
    padding: 80px 20px;
}
.section-home .wrapper {
    max-width: 1200px;
    margin: auto;
}
.section-home h2 {
    line-height: 1.1em;
    margin-bottom: 60px;
}
.section-home h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 20px;
    max-width: 200px;
    background-image: linear-gradient(90deg, #049282 10%, #6e4996 45%, #c24c94 55%, #e84e1c 90%);
}

.section-home.us {
    background: #f2f2f2;
    padding-top: 0;
}
.section-home.us .info {
    position: relative;
    z-index: 2;
    background-color: #049282;
    color: #fff;
    padding: 40px 20px 15% 20px;
    margin-top: -6vh;
}
.section-home.us .info h3 {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1.4em;
}
.section-home.us .images {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    margin-top: -13%;
    background-position: center;
    background-size: cover;
}
.section-home.us .images .img {
    width: 30%;
    padding-top: 30%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.3);
}
.section-home.us .stats {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-home.us .stats .item {
    text-align: center;
    font-weight: 700;
    color: #049282;
    margin: 20px 0;
}
.section-home.us .stats .num {
    display: block;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 400;
}

.section-home.services {
    background-repeat: no-repeat;
    background-position: top right -400px;
    background-size: 400px;
}
.section-home.services h2 {
    text-align: center;
}
.section-home.services h2::after {
    margin: 20px auto 0 auto;
}
.section-home.services .items {
    display: flex;
    flex-wrap: wrap;
}
.section-home.services .box {
    width: 100%;
    padding: 3px;
}
.section-home.services .box .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #c24c94;
    color: #fff;
    padding: 20px;
}
.section-home.services .box.purple .wrap {
    background: #6e4996;
}
.section-home.services .box.green .wrap {
    background: #049282;
}
.section-home.services .box.orange .wrap {
    background: #e84e1c;
}
.section-home.services .box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section-home.services .box h3 {
    flex: 1;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 400px;
}
.section-home.services .box img {
    width: 100%;
    max-width: 50px;
}
.section-home.services .box p {
    flex: 1;
    font-size: .9em;
}
.section-home.services .read-btn {
    text-align: right;
}
.section-home.services .box .read-btn a {
    display: inline-block;
    color: #fff;
    padding: .3em 1em;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: .9em;
}
.section-home.services .box .read-btn a:hover {
    background-color: #fff;
    color: #c24c94;
}
.section-home.services .box.purple .read-btn a:hover {
    color: #6e4996;
}
.section-home.services .box.green .read-btn a:hover {
    color: #049282;
}
.section-home.services .box.orange .read-btn a:hover {
    color: #e84e1c;
}

.section-home.projects {
    overflow: hidden;
    padding-bottom: 190px;
    padding-top: 0;
}
.section-home.projects .bg-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -180px;
    right: -230px;
    background-size: contain;
    background-position: center;
}
.section-home.projects h2 {
    position: relative;
    z-index: 2;
}
.section-home.projects .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.section-home.projects .box {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5px;
}
.section-home.projects .box .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    padding: 40px 20px 15px 20px;
    text-align: center;
}
.section-home.projects .img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.section-home.projects h3 {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 15px;
}
.section-home.projects h4 {
    font-size: .9em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-home.projects .box p {
    flex: 1;
    font-size: .9em;
    line-height: 1.3em;
}
.section-home.projects .read {
    text-align: right;
}
.section-home.projects .read a {
    display: inline-block;
    font-size: 2em;
}
.section-home.projects .purple a {
    color: #6e4996;
}
.section-home.projects .orange a {
    color: #e84e1c;
}
.section-home.projects .read a:hover {
    color: #26326b;
}

.section-home.workers {
    position: relative;
    margin-top: -140px;
}
.section-home.workers h2 {
    margin-bottom: 40px;
}
.section-home.workers .e89-slick-gallery img {
    display: block;
    width: 100%;
    padding: 10px;
    max-width: 140px;
    margin: auto;
}

.section-home.contact {
    background-color: #f2f2f2;
}
.section-home.contact h2 {
    text-align: center;
}
.section-home.contact h2::after {
    margin: 20px auto 0 auto;
}
.section-home.contact .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-home.contact .col {
    width: 100%;
}
.section-home.contact .col.virtual {
    text-align: center;
    padding-bottom: 80px;
}
.section-home.contact .col.virtual img {
    display: block;
    margin: 0 auto 20px auto;
}
.section-home.contact .btn {
    display: inline-block;
    background-color: #26326b;
    color: #fff;
    font-weight: 600;
    padding: .7em;
    width: 100%;
    max-width: 280px;
    text-align: center;
}
.section-home.contact .btn:hover {
    background-color: #049282;
}
.section-home.contact input[type=text], 
.section-home.contact input[type=email],
.section-home.contact textarea {
    border: 0;
    border-bottom: 1px solid #26326b;
    background: transparent;
    padding: .33em 0;
    margin-bottom: 1em;
}
.section-home.contact textarea {
    margin-bottom: 0;
}
.section-home.contact ::placeholder {
    opacity: 1;
}
.section-home.contact label {
    font-style: italic;
}
.section-home.contact button {
    display: block;
    margin: 0 0 0 auto;
    background: transparent;
    border: 0;
    color: #26326b;
    font-size: 2em;
    padding: 0;
}
.section-home.contact button:hover {
    color: #049282;
}

.piac-modal {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    max-width: 850px;
    background: #f2f2f2;
    padding: 60px 40px 40px 40px;
    transition: all .3s ease;
    transform: translateX(100%);
    box-shadow: none;
}
.piac-modal.show {
    transform: translateX(0);
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
}
.piac-modal .close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 18px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
.piac-modal .close i {
    font-size: 20px;
    margin-left: 10px;
}
.piac-modal .close:hover {
    color: #049282;
}
.piac-modal-content {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.piac-modal-content h4 {
    position: sticky;
    top: 0;
    background: #f2f2f2;
    font-size: 1.2em;
}

#e89-footer-wrapper {
    padding-top: 80px;
}
#e89-footer .col-1 img {
    max-width: 180px!important;
    display: block;
    margin: 0 auto 40px auto;
}
#e89-footer .widget-title {
    margin-bottom: 1.5em;
}
#e89-footer .social {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
}
#e89-footer .social a {
    font-size: 2em;
}

@media (min-width: 576px) {

    .e89-header-logo .float-logo {
        max-width: 106px;
    }

    .section-home.us .stats {
        justify-content: space-evenly;
    }
    .section-home.us .stats .num {
        font-size: 3.5em;
    }

    .section-home.services {
        background-position: top right -200px;
    }
    .section-home.services .box {
        width: 50%;
    }
    .section-home.services .box:nth-child(3) {
        width: 100%;
    }

    .section-home.projects {
        padding-top: 40px;
        padding-bottom: 250px;
    }
    .section-home.projects .bg-1 {
        position: absolute;
        width: 500px;
        height: 500px;
        top: -230px;
        left: -290px;
        background-size: contain;
        background-position: center;
    }
    .section-home.projects .bg-2 {
        width: 500px;
        height: 500px;
        bottom: -230px;
        right: -290px;
    }
    .section-home.projects h2 {
        padding-left: 100px;
    }
    .section-home.projects .box {
        width: 50%;
    }

    .section-home.workers {
        margin-top: -170px;
    }

    #e89-footer .col-2-a .column {
        width: 100%;
    }
    #e89-footer .col-2 section {
        padding: 0 40px;
    }
    #e89-footer .copyright-area {
        padding: 20px 70px 20px 40px;
    }
    #e89-footer a.back-top {
        right: 30px;
    }

}
@media (min-width: 768px) {

    .section-home.us .info {
        padding: 60px 40px 15% 40px;
    }
    .section-home.us .images .img {
        width: 25%;
        padding-top: 25%;
    }

    .section-home.services .box,
    .section-home.services .box:nth-child(3) {
        width: 33.333%;
    }
    .section-home.services .box:nth-child(2),
    .section-home.services .box:nth-child(6) {
        width: 66.666%;
    }
    .section-home.services .box h3 {
        font-size: 2vw;
    }
    .section-home.services .box img {
        width: 7vw;
        max-width: 100px;
    }

    .section-home.projects {
        padding-bottom: 300px;
    }
    .section-home.projects .bg-1 {
        width: 600px;
        height: 600px;
        top: -280px;
        left: -360px;
    }
    .section-home.projects .bg-2 {
        width: 600px;
        height: 600px;
        bottom: -280px;
        right: -350px;
    }
    .section-home.projects h2 {
        padding-left: 250px;
        margin-bottom: 100px;
    }

    .section-home.workers {
        margin-top: -280px;
    }
    .section-home.workers .wrapper >p {
        width: 85%;
    }

    .section-home.projects .box {
        width: 33%;
        font-size: .8em;
    }

    .section-home.contact .col {
        width: 50%;
    }
    .section-home.contact .col.virtual {
        padding-right: 40px;
    }

    #e89-footer .col-2-a .column {
        width: 50%;
    }
    #e89-footer .col-2 section {
        padding-left: 0;
    }

}

@media (min-width: 1024px) {

    .section-home.us .info {
        padding: 60px 60px 15% 60px;
    }

    .section-home.services {
        background-position: top right;
    }
    .section-home.services .box .wrap {
        padding: 30px;
    }

    .section-home.projects .box {
        width: 20%;
    }

    #e89-footer .col-2 section {
        padding: 0 40px;
    }

}

@media (min-width: 1280px) {

    .section-home.services .box h3 {
        font-size: 1.2em;
    }

}