@font-face {
    font-family: 'Quatro';
    src: url('../font/Quatro-Regular.eot');
    src: local('Quatro Regular'), local('Quatro-Regular'),
        url('../font/Quatro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Quatro-Regular.woff2') format('woff2'),
        url('../font/Quatro-Regular.woff') format('woff'),
        url('../font/Quatro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Quatro';
    src: url('../font/Quatro-Medium.eot');
    src: local('Quatro Medium'), local('Quatro-Medium'),
        url('../font/Quatro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Quatro-Medium.woff2') format('woff2'),
        url('../font/Quatro-Medium.woff') format('woff'),
        url('../font/Quatro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

section {
    padding-top: 70px;
    background-color: #ffffff;

    .brasao {
        margin-bottom: 50px;
    }

    .btn-cta {
        border-radius: 10px;
        background: #00413A;
        color: #F2F2F2;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
        padding: 5px 60px 5px 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Quatro';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 45px; /* 281.25% */
        margin-top: 40px;
    }

    h2.titulo-secao {
        color: #00413A;
        font-family: 'Quatro';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%; /* 58px */
        margin-bottom: 20px;

        span {
            font-weight: 500;
            color: #00413A;
        }
    }

    p {
        color: #F2F2F2;
        font-family: 'Quatro';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
    }
}

.barra-colorida {
    height: 20px;
    padding: 0;

    &.verde {
        background-color: #91C95E;
    }

    &.amarela {
        background-color: #F79440;
    }
    &.azul {
        background-color: #17ABE3;
    }
    &.lilas {
        background-color: #8B4C9E;
    }
}

.hero {
    padding-top: 0;
    height: calc(100vh - 76px);
    position: relative;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);

        h1 {
            color: #FFF;
            text-align: center;
            font-family: 'Quatro';
            font-size: 56px;
            font-style: normal;
            font-weight: 400;
            line-height: 94px; /* 167.857% */
            letter-spacing: 7.84px;
            text-transform: uppercase;
        }
    }
}

.admin-bar {
    .hero {
        height: calc(100vh - 108px);
    }
}

.resumo {
    background-color: #00413A;
    background-image: url('../img/bg-resumo.png');
    background-size: initial;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 90px;

    .titulo-secao {
        color: #F79433;
        margin-bottom: 70px;
        
        span {
            color: #F79433;
        }
    }

    .btn-cta {
        background-color: #F79433;
        color: #00413A;
    }
}

.diferenciais {
    background-color: #FFFFFF;
    padding-bottom: 80px;

    p {
        color: #545454;
    }

    .diferencial {
        position: relative;
        text-align: center;
        margin-bottom: 20px;

        .box {
            padding: 15px;
            border-radius: 10px;
            display: block;
            background: #FFEFE0;

            .box-img {
                border-radius: 6px;
                background: #8B4C9E;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                z-index: 2;
                
            }
        }
    }

    .infos {
        padding-left: 80px;
    }
}

.localizacao {
    background-color: #FFF5EB;
    background-image: url('../img/bg-localizacao.png');
    background-size: initial;
    background-position: left bottom;   
    background-repeat: no-repeat;
    padding-bottom: 80px;

    .titulo-secao {
        span {
            display: block;
        }
    }

    p {
        color: #545454;
    }

    .btn-cta {
        background-color: #F79433;
        color: #00413A;
    }

    img {
        &.img-primaria {
            max-width: 100%;
            z-index: 2;
            position: relative;
        }
        &.img-secundaria {
            max-width: 100%;
            z-index: 1;
            position: absolute;
            right: 0;
            top: 0;
        }
    }
}

section.galeria {
    background-color: #FFFFFF;
    padding-bottom: 80px;

    .barra-colorida {
        height: 10px;
        margin-bottom: 40px;
    }

    .box-img {
        margin: 5px;
        position: relative;
        background-image: #eee;

        img {
            width: 100%;
            display: block;
            max-height: 380px;
            object-fit: cover;
            transition: all .3s;
            opacity: 1;
        }

        &:hover {
            img {
                opacity: 0.9;
                transform: scale(1.01);
            }
        }
    }
}

.plantas {
    background-color: #F8F2EC;
    padding-bottom: 80px;

    h3 {
        color: #00413A;
        font-family: 'Quatro';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%; /* 26.1px */
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .navegacao {
        border-bottom: solid 1px #E6E6E6;
        margin-bottom: 50px;
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;


        a {
            display: inline-block;
            color: #545454;
            font-family: 'Quatro';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 20.8px */
            padding-bottom: 20px;
            position: relative;
            transition: all .3s;
            margin-left: 30px;

            &::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 4px;
                background: linear-gradient(90deg, #91C95E 0%, #F79440 36.54%, #17ABE3 68.27%, #8B4C9E 100%);
                bottom: 0;
                left: 0;
                opacity: 0;
                transition: all .3s;
            }

            &:hover,
            &.active {
                color: #F79433;
                
                &::after { 
                    opacity: 1;
                }

            }
        }
    }

    .swiper-plantas {
        .info-planta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 50px;

            h4 {
                color: #00413A;
                font-family: 'Quatro';
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 23.4px */
                letter-spacing: 0.9px;
                text-transform: uppercase;
                display: flex;
                align-items: center;

                span {
                    color: #00413A;
                    width: 36px;
                    height: 36px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: 500;
                    stroke-width: 1px;
                    border: solid 1px #F79433;
                    border-radius: 50%;
                    padding: 6px;
                    margin-left: 8px;
                }
            }

            p {
                margin-bottom: 0;
                color: #00413A;
                font-family: 'Quatro';
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }

    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: solid 1px #F99535;
        margin-top: 0;

        &::after {
            color: #F99535;
            font-size: 18px;
        }
    }

    .swiper-button-prev {
        left: -50px;
    }
    .swiper-button-next {
        right: -50px;
    }

    .btn-cta {
        background-color: #F79433;
        color: #00413A;
    }
}

.roquexc {
    padding-bottom: 20px;

    .box-img {
        img {
            width: 100%;
            max-width: 100%;
            object-fit: cover;
        }
    }

    .box-logo {
        margin-bottom: 20px;
    }

    .titulo-secao {
        span {
            color: #472135;
        }
    }

    p {
        color: #545454;
    }

    .btn-cta {
        background-color: #D5B991;
        color: #472135;
    }
}

.arquiteto {

    .barra-colorida {
        height: 10px;
    }

    .box-bar {
        margin-top: 100px;
    }

    .box-img {
        height: 100%;
        position: relative;
        width: 450px;

        img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .box-info {
        background-color: #00413A;
        background-image: url('../img/bg-arquiteto.png');
        background-size: initial;
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 50px 30px 40px 90px;
        width: calc(100% - 450px);

        h3 {
            color: #F79433;
            font-family: 'Quatro';
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 145%; /* 46.4px */
            margin-bottom: 5px;
        }

        p {
            color: #F2F2F2;
            font-family: 'Quatro';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px
        }

        .box-depo {
            margin-top: 30px;

            p {
                padding: 0 18px;
                position: relative;
                text-align: justify;
                
                &::before {
                    content: '';
                    width: 18px;
                    height: 10px;
                    background-image: url('../img/aspas.png');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: -5px;
                }
                &::after {
                    content: '';
                    width: 18px;
                    height: 10px;
                    background-image: url('../img/aspas.png');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    display: block;
                    position: absolute;
                    bottom: 0;
                    right: 20px;
                    transform: rotate(180deg);
                }
            }
        }
    }
}

@media (max-width: 992px) {
    .arquiteto {

        .box-img {
            width: 100%;
        }
        .box-info {
            width: 100%;
            padding: 50px 40px 40px 60px;
        }
    }

    section {
        .btn-cta {
            width: 100%;
            padding: 5px 5px 5px 5px;
        }
    }

    .resumo {
        iframe {
            margin-bottom: 20px;
        }
    }

    .diferenciais {
        .infos {
            padding-left: 1.5rem;
            margin-bottom: 30px;
        }
    }

    .localizacao {
        .box-img {
            margin-top: 40px;
        }

        img {
            &.img-primaria {
                height: 290px;
                margin-bottom: -390px;
            }

            &.img-secundaria {
                position: relative;
                float: right;
                margin-right: -35px;
                height: 380px;
            }
        }
    }
}

@media (max-width: 768px) {
    .hero {
        height: calc(100vh - 143px);
        
        .overlay {
            h1 {
                font-size: 36px;
                line-height: 57px; /* 158.333% */
                letter-spacing: 5.4px;
                margin-top: 35px;
            }
        }
    }
    
    .admin-bar {
        .hero {
            height: calc(100vh - 189px);
        }
    }
}