/*
Theme Name: 3 Angles Child Theme
Version: 1.0.0
Description: Theme child
Author: 3 Angles Group
Author URI: https://3anglesgroup.com
Template: 3angles
*/

h1, h2, h3, h4, h5, h6, .post-title, .section-title, .e89-sidebar .widget-title, #e89-footer .widget-title {
    letter-spacing: -.03em;
}

.e89-header-logo .mobile-logo {
    max-height: 30px;
}

body.home #e89-main-content {
    padding: 0;
    max-width: 100%;
}
.section {
    padding: 80px 0;
}
.section .wrapper {
    padding: 0 20px;
    margin: auto;
}
.section h2 {
    margin-bottom: .7em;
}
.section.us {
    text-align: center;
    padding-bottom: 40px;
}
.section.us img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2.5em auto;
}
.section.us p {
    max-width: 900px;
    margin: auto;
}

.section.staff .wrapper {
    max-width: 1400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section.staff .img {
    width: 100%;
}
.section.staff img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}
.section.staff .text {
    flex: 1;
}

.section.infrastructure .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
}
.section.infrastructure .text {
    background-color: #FFC200;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 40px 20px 80px 20px;
}
.section.infrastructure .img {
    width: 90%;
    margin-top: -60px;
}
.section.infrastructure .img img {
    width: 100%;
}

.section.services {
    text-align: center;
}
.section.services .wrapper >p {
    max-width: 980px;
    margin: 0 auto 20px auto;
}
.section.services .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1350px;
    margin: 60px auto 0 auto;
    text-align: left;
}
.section.services .items .box {
    width: 100%;
    padding: 20px;
}
.section.services .items .info {
    border-radius: 10px;
    border: 1px solid #FFC200;
    padding: 10%;
    max-width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    cursor: pointer;
    transition: all .3s ease;
}
.section.services .items .info:hover {
    border-color: #000;
    background: #fbfbfb;
}
.section.services .items .info i {
    font-size: 1.2em;
    display: block;
    text-align: right;
    color: #ffc200;
    transition: all .3s ease;
}
.section.services .items .info:hover i {
    color: #000;
}
.section.services .items .info p {
    flex: 1;
}
.section.services .items img {
    width: 70px;
    margin: 0 auto 30px auto;
}
.section.services .items h3 {
    text-align: center;
    margin-bottom: 30px;
}
.section.services .items ul {
    padding: 0;
    list-style: none;
}
.section.services .items li {
    display: flex;
}
.section.services .items li::before {
    content: "-";
    margin-right: .5em;
}
.section.services .action {
    margin-top: 40px;
}
.section.services .action .btn {
    display: inline-block;
    padding: 1em 1.5em;
    border: 1px solid #ffc200;
    background: #ffc200;
    color: #000;
    margin: 5px 10px;
    text-transform: uppercase;
    line-height: 1;
    font-size: .9em;
}
.section.services .action .btn.alt {
    border-color: #000;
    background: #000;
    color: #fff;
}
.section.services .action .btn:hover,
.section.services .action .btn.alt:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.section.path .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #ffc200;
}
.section.path .img {
    width: 100%;
    padding: 20px 40px 0px 20px;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}
.section.path .img img {
    width: 100%;
    border-radius: 10px;
}
.section.path .text {
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 80px 20px 40px 20px;
}
.section.path .text img {
    width: 50px;
    margin-bottom: 1.5em;
}
.section.path .text h2 {
    color: #fff;
}

.section.projects {
    text-align: center;
}
.section.projects .wrapper {
    padding: 0 10px;
    max-width: 1680px;
}
.section.projects .wrapper >p {
    max-width: 1100px;
    margin: 0 auto 20px auto;
}
.section.projects .logo img {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 20px;
}
.section.projects .text {
    max-width: 900px;
    margin: auto;
}
.section.projects .text h3 {
    font-family: "Barlow";
    text-transform: none;
    letter-spacing: normal;
}
.section.projects .gallery {
    display: flex;
    max-width: 1400px;
    margin: auto;
    padding: 0 10px;
}
.section.projects .gallery .box {
    width: 33.333%;
    padding: 20px 5px;
}
.section.projects .gallery .img {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}
.section.projects .stars {
    font-size: 20px;
    margin-top: 20px;
    color: #FFC200;
}
.section.projects .slick-slider {
    padding: 0 6%;
    margin-top: 60px;
}
.section.projects .slick-prev,
.section.projects .slick-next {
    width: 6%;
    height: 0;
    padding-top: 18%;
    top: auto;
    bottom: 16%;
    transform: none;
}
.section.projects .slick-prev {
    left: 0;
}
.section.projects .slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Grupo_47' data-name='Grupo 47' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='124' height='407.201' viewBox='0 0 124 407.201'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_45' data-name='Rectángulo 45' width='124' height='407.201' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_46' data-name='Grupo 46' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_46' data-name='Trazado 46' d='M121.227,405.741.928,203.073,121.227.407' transform='translate(1.2 0.526)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.projects .slick-next {
    right: 0;
}
.section.projects .slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Grupo_48' data-name='Grupo 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='124' height='407.201' viewBox='0 0 124 407.201'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_45' data-name='Rectángulo 45' width='124' height='407.201' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_46' data-name='Grupo 46' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_46' data-name='Trazado 46' d='M.928,405.741l120.3-202.668L.928.407' transform='translate(0.644 0.526)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.section.contact {
    padding-left: 20px;
    padding-right: 20px;
}
.section.contact .wrapper {
    padding: 40px 20px;
    max-width: 1660px;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.section.contact h2,
.section.contact label {
    color: #fff;
}
.section.contact .text {
    width: 100%;
}
.section.contact .text p {
    max-width: 500px;
}
.section.contact .form {
    flex: 1;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
}
.section.contact .form img {
    width: 100px;
    display: block;
    margin: auto;
}
.section.contact .wpcf7 {
    max-width: 550px;
    margin: 20px auto;
}
.section.contact .form input[type=text],
.section.contact .form input[type=email] {
    background-color: transparent;
    color: #fff;
    margin-top: 3px;
    padding: .5em 1.33em;
}
.section.contact span.wpcf7-not-valid-tip {
    color: #fff;
}
.section.contact input[type=submit] {
    width: 200px;
    padding: .5em 1.33em;
    margin-top: 20px;
}
.wpcf7-spinner {
    display: none;
}

body.page-id-38 #e89-main-content {
    padding: 0;
}
.us-section {
    padding: 80px 0;
    text-align: center;
}
.us-section .wrapper {
    padding: 0 20px;
    margin: auto;
    max-width: 1400px;
}
.us-section.mv {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.us-section.mv .col {
    width: 100%;
    padding: 40px 20px;
}
.us-section.mv .col.mision {
    background-color: #FFC200;
}
.us-section.mv .col.vision {
    background-color: #000000;
    color: #fff;
}
.us-section.mv .col.vision h2 {
    color: #fff;
}
.us-section.vl {
    padding-top: 0;
}
.us-section.vl .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.us-section.vl .text {
    width: 100%;
}
.us-section.vl .items {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FFC200;
    padding: 40px 20px;
    text-align: left;
}
.us-section.vl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.us-section.vl li {
    display: flex;
    margin: .5em 0;
}
.us-section.vl li::before {
    content: "-";
    margin-right: .5em;
}

body.showing-popup {
    overflow: hidden;
}
.cm-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.cm-popup.show {
    opacity: 1;
    visibility: visible;
}
.cm-popup .content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    max-width: 800px;
    max-height: calc(100vh - 40px);
    padding: 20px;
}
.cm-popup .wrap {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
.cm-popup .close {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    background: #FFC200;
    color: #000;
    width: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 35px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.cm-popup .close:hover {
    background-color: #000000;
    color: #fff;
}
.section.services .cm-popup .action {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    font-size: .9em;
    text-align: center;
}

#e89-footer-wrapper {
    padding-top: 60px;
}
#e89-footer .col-1 {
    text-align: center;
}
#e89-footer .col-1 img {
    max-width: 200px!important;
    margin-bottom: 1.5em;
}
#e89-footer ul.items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#e89-footer ul.items li {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#e89-footer ul.items li a {
    display: inline-block;
    margin: 0 1.3em .5em 1.3em;
}
#e89-footer ul.items .social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5em;
}
#e89-footer ul.items .social a {
    font-size: 1.8em;
    margin: 0 .8em;
}
#e89-footer .copyright-area {
    border: 0;
    text-align: center;
    padding-right: 0;
}
#e89-footer a.back-top {
    display: none;
}

@media (min-width: 576px) {

    #e89-footer .col-1 {
        text-align: left;
    }

}

@media (min-width: 768px) {

    .section.staff .img {
        width: 50%;
    }
    .section.staff img {
        max-width: none;
        margin: 0;
        padding-right: 40px;
    }

    .section.infrastructure .text {
        width: 52%;
        padding: 40px 10% 40px 4%;
    }
    .section.infrastructure .box {
        max-width: 600px;
    }
    .section.infrastructure .img {
        flex: 1;
        width: auto;
        padding: 30px 0;
        margin-top: 0;
        margin-left: -5%;
        display: flex;
        align-items: center;
    }

    .section.services .items .box {
        width: 50%;
    }

    .cm-popup .content {
        padding: 40px;
    }

    .section.contact .text {
        width: 50%;
        margin-top: 40px;
        padding-right: 40px;
    }

    .section.path .img {
        flex: 1;
        width: auto;
        padding: 30px 0 30px 30px;
        margin-bottom: 0;
        margin-right: -5%;
        display: flex;
        align-items: center;
    }
    .section.path .text {
        width: 55%;
        padding: 40px 4% 40px 10%;
    }
    .section.path .box {
        max-width: 600px;
    }

    #e89-footer ul.items li {
        width: auto;
    }
    #e89-footer .copyright-area {
        text-align: right;
        padding-top: 0;
        margin-top: 0;
    }

}

@media (min-width: 1024px) {

    .section.services .items .box {
        width: 33.333%;
    }

    .section.contact .wrapper {
        padding: 60px;
    }

    .us-section.mv .col {
        width: 50%;
        padding: 0;
    }
    .us-section.mv .col.mision {
        text-align: right;
    }
    .us-section.mv .col.vision {
        text-align: left;
    }
    .us-section.mv .col .box {
        display: inline-block;
        text-align: center;
        max-width: 800px;
        padding: 80px 12%;
    }
    .us-section.vl .text {
        width: 50%;
        padding-right: 40px;
        text-align: left;
    }
    .us-section.vl .items {
        width: 50%;
        padding: 40px;
    }

    #e89-footer .col-2-b .column.col-1 {
        width: 25%;
    }
    #e89-footer .col-2-b .column {
        width: 75%;
    }
    #e89-footer ul.items {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    #e89-footer ul.items .social {
        width: auto;
        margin-top: 0;
    }
    #e89-footer ul.items .social a:last-of-type {
        margin-right: 0;
        margin-left: .3em;
    }
    
}