@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #E4E4E4;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    color: #444444;
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0px;
}

h2 {
    color: #444444;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0px;
}

h3 {
    color: #444444;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
}

p {
    color: #222222;
}

section {
    padding: 6rem;
    height: 80vh;
}

/**Mobile x Desktop**/
#mobile {
    display: none;
}

#desktop {
    display: block;
}

@media (max-width: 1024px) {
    #mobile {
        display: block;
    }

    #desktop {
        display: none;
    }
}
/** Fim Mobile x Desktop **/

/* Navbar */
.navbar {
    background-color: transparent;
}

.navbar .logo {
    width: 200px;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

.navbar .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.btn-nav a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    background-color: #9BA091;
    padding: 14px;
    transition: all 0.3s;
}

.btn-nav a:hover {
    color: #fff;
    transform: scale(1.1);
}

.navbar-toggler-icon {
    background-image: url('../images/submenu.png');
}
/* End Navbar */

/* Hero Section */
.hero-section {
    color: #fff;
    background-color: #E4E4E4;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('../images/banner-double-arquitetura-principal.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 95vh;
}

.home .content {
    margin-bottom: 120px;
}

.home .content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    margin-bottom: 32px;
}

.home .content p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}

#formDouble {
    font-family: 'Montserrat', sans-serif;
    width: 75%;
}

#formDouble .form-title p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}

#formDouble input {
    height: 44px;
}

#formDouble .btn-form button {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    background-color: #9BA091;
    padding: 14px;
    transition: all 0.3s;
}

#formDouble .btn-form button:hover {
    color: #fff;
    transform: scale(1.1);
}
/* End Hero Section */

/* Qualidade e personalização */
.qualidade {
    color: #000;
    background-color: #F0EDEB;
}

.qualidade .content {
    margin-top: 120px;
}

.qualidade .content h2 {
    margin-bottom: 32px;
}

.qualidade .img-qualidade img {
    max-width: 100%;
    width: 90%;
}
/* End Qualidade e personalização */

/* Espaços */
.espaco {
    color: #000;
    background-color: #E4E4E4;
    background-image: url('../images/banner-double-arquitetura-cta.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: fit-content;
    padding: 150px;
}

.espaco .cta h2 {
    color: #fff;
    font-size: 44px;
    text-align: center;
    margin-bottom: 32px;
}

.espaco .cta h2>span {
    background-color: #9BA091;
    padding: 4px;
}

.espaco .cta p {
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
}

.espaco .cta .btn-cta {
    display: grid;
    place-items: center;
    margin-top: 32px;
}

.espaco .cta .btn-cta a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 14px 14px 14px 14px;
    transition: all 0.3s;
    width: 55%;
}

.espaco .cta .btn-cta a:hover {
    color: #fff;
    border: 2px solid #9BA091;
    background-color: #9BA091;
}
/* End Espaços */

/* Projetos */
.projetos {
    background-color: #fff;
    height: fit-content;
}

.projetos .projetos-title h2 {
    text-align: center;
    margin-bottom: 32px;
}

.projetos .img-projetos img {
    max-width: 100%;
    width: 100%;
}

.projetos .pag {
    margin-top: 40px;
}
/* End Projetos */

/* Diferenciais */
.diferenciais {
    height: fit-content;
}

.diferenciais .box {
    border: 2px solid #9BA091;
    border-radius: 24px;
    padding: 30px 30px 30px 30px;
    margin-top: 40px;
}

.diferenciais .box h2 {
    font-size: 44px;
}

.diferenciais .box h2>span {
    color: #9BA091;
}

.diferenciais .content .list {
    list-style: none;
}

.diferenciais .content .list li img {
    width: 80px;
    margin-right: 8px;
}

.diferenciais .content .list li {
    font-size: 18px;
    font-weight: 500;
}

.diferenciais .btn-dif {
    margin-top: 32px;
}

.diferenciais .btn-dif a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #9BA091;
    border-radius: 24px;
    background-color: #9BA091;
    padding: 14px 14px 14px 14px;
    transition: all 0.3s;
}
/* End Diferenciais */

/* Depoimentos */
.depoimentos {
    background-color: #fff;
    background-image: url('../images/banner-double-arquitetura-textura.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: fit-content;
}

.depoimentos .title-depoimentos h2 {
    text-align: center;
    margin-bottom: 32px;
}

.depoimentos .card-depoimentos {
    border: none;
    border-radius: 24px;
    background-color: #E4E4E4;
    padding: 24px 24px 24px 24px;
}

.card-depoimentos .card-desc p {
    font-size: 18px;
}

.card-depoimentos .card-title h3 {
    font-size: 16px;
    font-weight: 700;
}

.depoimentos .pag {
    margin-top: 40px;
}
/* End Depoimentos */

/* About */
.about {
    background-color: #E4E4E4;
    height: fit-content;
}

.about .content {
    margin-top: 40px;
}

.about .img-about {
    max-width: 100%;
    width: 100%;
}
/* End About */

/* Mapa */
.map {
    background-color: #fff;
    padding: 6rem;
}
/* End Mapa */

/** Footer **/
footer {
    color: #fff;
    background-color: #E4E4E4;
    width: 100%;
}

.footer-desc {
    margin-top: 20px;
}

.footer-desc p {
    color: #fff;
    font-size: 14px;
}

footer ul li {
    padding-left: 0px !important;
}

footer span {
    color: #FFF;
    padding-left: 14px;
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 50px 20px 0px 50px;
}

.footer-logo img {
    max-width: 100%;
    width: 65%;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    #footer_social_media {
        align-items: left;
        justify-content: left;
    }
}

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: #444;
    background-color: #9BA091;
    border: 2px solid #9BA091;
    border-radius: 12px;
    transition: all 0.4s;
}

#footer_social_media .footer-link:hover {
    color: #fff;
    background-color: #9BA091;
    border: 2px solid #9BA091;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;
}

#instagram {
    background-color: transparent;
}

#facebook {
    background-color: transparent;
}

#whatsapp-footer {
    background-color: transparent;
}

#contacts li i {
    color: #222;
    font-size: 16px;
    padding-right: 4px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list h3 {
    color: #444;
    font-weight: 600;
    font-size: 24px;
    gap: 100px;
}

.footer-list .footer-link {
    color: #222;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.footer-list .footer-link:hover {
    color: #222;
    border-bottom: 2px solid #222;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #footer_content {
        text-align: left;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 450px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 10px;
    }
}
/** Fim Footer **/

/* Media Query */
@media screen and (max-width: 768px) {
    .hero-section {
        height: fit-content;
        padding: 10px;
    }

    .home .content {
        margin-top: 32px;
    }

    .home .content h1 {
        text-align: center;
    }

    #formDouble {
        width: 100%;
    }

    #formDouble .form-title p {
        text-align: center;
    }

    #formDouble .btn-form button {
        width: 100%;
    }

    .qualidade {
        padding: 10px;
        height: fit-content;
    }

    .qualidade .content {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .qualidade .img-qualidade {
        margin-top: 32px;
    }

    .qualidade .img-qualidade img {
        width: 100%;
    }

    .espaco {
        padding: 50px 10px 50px 10px;
        height: fit-content;
    }

    .espaco .cta h2 {
        font-size: 34px;
    }

    .espaco .cta p {
        font-size: 14px;
    }

    .espaco .cta .btn-cta a {
        width: 100%;
    }

    .projetos {
        padding: 10px;
        height: fit-content;
    }

    .projetos .projetos-title {
        margin-top: 32px;
    }

    .diferenciais {
        padding: 10px;
        height: fit-content;
    }

    .diferenciais .content {
        margin-top: 32px;
    }

    .diferenciais .content .list li {
        font-size: 16px;
    }

    .diferenciais .btn-dif {
        display: grid;
        place-items: center;
        margin-bottom: 32px;
    }

    .diferenciais .btn-dif a {
        width: 100%;
    }

    .depoimentos {
        padding: 10px;
        height: fit-content;
    }

    .depoimentos .title-depoimentos {
        margin-top: 32px;
    }

    .depoimentos .card-depoimentos .card-desc p {
        text-align: center;
    }

    .depoimentos .card-depoimentos .card-title h3 {
        text-align: center;
    }

    .about {
        padding: 10px;
        height: fit-content;
    }

    .about .img-about {
        margin-top: 32px;
    }

    .about .img-about img {
        width: 100%;
    }

    .map {
        padding: 10px;
        height: fit-content;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        height: fit-content;
        padding: 10px;
    }

    .home .content {
        margin-top: 32px;
    }

    .home .content h1 {
        text-align: center;
    }

    #formDouble {
        width: 100%;
    }

    #formDouble .form-title p {
        text-align: center;
    }

    #formDouble .btn-form button {
        width: 100%;
    }

    .qualidade {
        padding: 10px;
        height: fit-content;
    }

    .qualidade .content {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .qualidade .img-qualidade {
        margin-top: 32px;
    }

    .qualidade .img-qualidade img {
        width: 100%;
    }

    .espaco {
        padding: 50px 10px 50px 10px;
        height: fit-content;
    }

    .espaco .cta h2 {
        font-size: 34px;
    }

    .espaco .cta p {
        font-size: 14px;
    }

    .espaco .cta .btn-cta a {
        width: 100%;
    }

    .projetos {
        padding: 10px;
        height: fit-content;
    }

    .projetos .projetos-title {
        margin-top: 32px;
    }

    .diferenciais {
        padding: 10px;
        height: fit-content;
    }

    .diferenciais .content {
        margin-top: 32px;
    }

    .diferenciais .content .list li {
        font-size: 16px;
    }

    .diferenciais .btn-dif {
        display: grid;
        place-items: center;
        margin-bottom: 32px;
    }

    .diferenciais .btn-dif a {
        width: 100%;
    }

    .depoimentos {
        padding: 10px;
        height: fit-content;
    }

    .depoimentos .title-depoimentos {
        margin-top: 32px;
    }

    .depoimentos .card-depoimentos .card-desc p {
        text-align: center;
    }

    .depoimentos .card-depoimentos .card-title h3 {
        text-align: center;
    }

    .about {
        padding: 10px;
        height: fit-content;
    }

    .about .img-about {
        margin-top: 32px;
    }

    .about .img-about img {
        width: 100%;
    }

    .map {
        padding: 10px;
        height: fit-content;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1425px) {
    .hero-section {
        height: fit-content;
    }

    .home .content {
        margin-top: 32px;
    }

    .qualidade {
        height: fit-content;
    }

    .qualidade .content {
        margin-top: 40px;
    }

    .qualidade .img-qualidade img {
        width: 100%;
    }

    .diferenciais .box {
        margin: 40px;
    }

    .about .img-about {
        margin-top: 32px;
    }

    .about .img-about img {
        width: 100%;
    }
}
/* End Media Query */