@import "_partials/01-main_header.css";
@import "_partials/02-main_qualidade.css";
@import "_partials/03-main_atendimento_arquiteto.css";
@import "_partials/05-main_projetos.css";
@import "_partials/06-main_mapa.css";
@import "_partials/07-main_footer.css";
@import "_partials/08-footer_fixed.css";
@import "_partials/09-modal_orcamento.css";
@import "_partials/10-modal_arquiteto.css";
@import "_partials/11-main_header_others.css";
@import "_partials/12-main_contato.css";
@import "_partials/13-main_projeto.css";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
}
html {
    height: 100%;
}
body {
    overflow-x: hidden;
}
.ds_none {
    display: none !important;
}
.opacity {
    background-color: rgba(0,0,0,0.8) !important;
}

.lightbox_sobre {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

/* MEDIA QUERIES */
/* 1366px = 85em */
@media (min-width: 86em) {
    .main_header {
        max-width: 100vw;
    /*  height: 550px;
        overflow-x: hidden;
        background-image: url("../_img/bg-header-full.jpg");
        background-size: 1920px 556px;
        background-repeat: no-repeat;
        background-attachment: fixed;
    */
    }

    .main_header_about {
        max-width: 100vw;
        /*height: 540px;*/
        height: 70vh;
        /*overflow-x: hidden;*/
        background-image: url("../_img/equipe-alumi9-2024.webp");
        background-repeat: no-repeat;
        /*background-size: 1920px 542px;*/
        background-size: 100%;
        background-attachment: fixed;
    }
    .main_header_others {
        max-width: 100vw;
    /*  height: 550px;
        overflow-x: hidden;
        background-image: url("../_img/bg-header-full.jpg");
        background-repeat: no-repeat;
        background-size: 1920px 556px;
        background-attachment: fixed;
    */
    }
}
/* 1024px = 64em*/
@media (max-width: 64em) {
    .main_qualidade article header img {
        width: 184px;
        height: 501px;
    }
    .main_qualidade_descricao p {
        flex-basis: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .main_projetos_content,
    .main_contato_content {
        width: 48em;
    }
    .main_projetos_content header img.titulo_img {
        width: 769px;
        height: 119px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .main_footer_content {
        flex-wrap: wrap;
    }
    .main_footer_menu {
        flex-basis: 20%;
        justify-content: flex-start;
    }
    .main_footer_duvidas {
        flex-basis: calc(50% - 20px);
    }
    .main_footer_social {
        flex-basis: 22%;
    }
    .main_footer_fixed article {
        flex-basis: 100%;
        justify-content: center;
    }
    .modal_arquiteto_box {
        width: 80vw;
    }
    .modal_arquiteto_content {
        width: 80%;
    }
    .endereco_topo {
        display: none;
    }
    .main_header_content_nav_catalogo {
        display: none;
    }
}
/* 900px = 56em*/
@media (max-width: 56em) {
    .main_atendimento_arquiteto article p {
        width: 80%;
    }
    .main_mapa_content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main_mapa_content article {
        flex-basis: 80%;
        width: 80%;
        margin-bottom: 50px;
    }
    .main_mapa_content article:nth-of-type(2) {
        margin-bottom: 0;
    }
    .main_footer_content {
        justify-content: center;
    }
    .main_footer_menu,
    .main_footer_social {
        flex-basis: 40%;
        order: 1;
        margin-bottom: 60px;
    }
    .main_footer_duvidas {
        flex-basis: 80%;
        order: 2;
        align-items: flex-start;
    }
    .main_footer_duvidas form {
        justify-content: flex-start;
    }
}
/* 768px = 48em*/
@media (max-width: 48em) {
    .main_header_content .logo {
        flex-basis: 40%;
    }
    .main_header_content .logo img {
        margin-left: 15px;
    }
    .main_header_content_nav {
        flex-basis: 60%;
    }
    .main_header_content_nav_menu_mobile {
        width: 50vw;
    }
    .main_header_content_nav_menu_mobile li:nth-of-type(1) img {
        margin-bottom: 3em;
    }
    .main_qualidade article {
        align-items: flex-start;
    }
    .main_qualidade_descricao {
        padding-top: 0;
    }
    .main_qualidade_descricao p {
        line-height: 30px;
        margin-bottom: 40px;
    }
    .main_qualidade_texto {
        padding-left: 0;
        text-align: center;
    }
    .main_atendimento_arquiteto article header h1 {
        font-size: 1.3em;
    }
    .main_atendimento_arquiteto article p {
        font-size: 1em;
    }
    .main_projetos_content,
    .main_contato_content {
        width: 40em;
    }
    .main_projetos_content header img.titulo_img {
        width: 640px;
        height: 99px;
    }
    .main_mapa_content article iframe {
        width: 90%;
    }
    .main_footer_fixed article header img {
        width: 28px;
        height: 28px;
    }
    .main_footer_fixed article .dados p {
        font-size: 0.8em;
    }
    .main_footer_fixed article .dados p:first-child {
        font-size: 0.7em;
    }

    .modal_orcamento_box {
        min-width: auto;
        width: 90%;
    }
    .modal_orcamento_close {
        margin-top: 10px;
    }
    .modal_orcamento_content {
        width: 80%;
    }
    .modal_orcamento_content h1 {
        font-size: 1.3em;
    }
    .modal_orcamento_content form .formulario {
        flex-direction: column;
    }
    .formulario .inputs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .formulario .inputs input {
        flex-basis: 50%;
    }
    .formulario .inputs input:first-child {
        flex-basis: calc(50% - 15px);
        margin-right: 15px;
    }
    .formulario .inputs input:last-child {
        flex-basis: calc(50% - 15px);
    }
    .formulario .inputs,
    .modal_orcamento_content .botao {
        margin-right: 0;
    }

    .modal_arquiteto_box {
        width: 90vw;
    }
    .modal_arquiteto_content {
        width: 90%;
    }
    .modal_arquiteto_content h1 {
        font-size: 1.4em;
        margin-bottom: 18px;
    }
    .modal_arquiteto_content .descricao p {
        margin-bottom: 18px;
    }
    .modal_arquiteto_content form .formulario .inputs {
        flex-direction: row;
    }
    .modal_arquiteto_content form .formulario .inputs input[type=text] {
        margin-right: 0;
    }
    .modal_arquiteto_content form .formulario .inputs input[type=text],
    .modal_arquiteto_content form .formulario .inputs input[type=email],
    .modal_arquiteto_content form .formulario .inputs input[type=tel] {
        flex-basis: calc(100% - 10px);
    }

    .margens {
        margin-right: 50px;
        margin-left: 50px;
    }

    .main_header_about {
        background-image: url("../_img/equipe-alumi9-2024-imgMobile.webp");
        /*width: 768px;*/
        /*height: 216px;
        background-size: 768px;*/
        height: 600px;
        background-size: 100%;
        background-position-y: 0;
    }
    .main_projetos_list {
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .main_contato_content header img {
        width: 700px;
        height: 56px;
    }
}
/* 640px = 40em*/
@media (max-width: 40em) {
    .main_header_content {
        justify-content: space-between;
        padding-left: 25px;
        padding-right: 25px;
    }
    .main_header_content_nav_orcamento {
        display: none;
    }
    .main_header_content_nav {
        justify-content: flex-end;
    }
    .main_header_content_nav_menu_mobile_obj {
        margin-right: 15px;
    }
    .main_header_content_nav_menu_mobile {
        width: 60vw;
    }
    .main_header_content_nav_menu_mobile li a {
        font-size: 0.9em;
    }
    .main_qualidade article {
        flex-direction: column;
    }
    .main_qualidade article header img:first-child {
        display: none;
    }
    .main_qualidade article header img:last-child {
        display: flex;
        width: 70%;
        height: 70%;
        margin-bottom: 40px;
    }
    .main_qualidade_descricao p,
    .main_qualidade_texto p {
        font-size: 0.9em;
        line-height: 25px;
    }
    .main_projetos_content,
    .main_contato_content {
        width: 30em;
    }
    /*
    .main_projetos_content header img {
        width: 520px;
        height: 80px;
    }
    */
    .main_projetos_content header img.titulo_img {
        display: none;
    }
    .main_projetos_content header img.titulo_img_mobile {
        display: block;
    }
    .main_projetos_content .ver-mais a img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    .main_projetos_content .ver-mais a span {
        align-self: center;
        font-size: 1em;
    }
    .main_mapa_content article .main_mapa_content_icone img {
        width: 60px;
        height: 60px;
    }
    .main_mapa_content article .main_mapa_content_icone h1 {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 1em;
    }
    .main_mapa_content article .main_mapa_content_endereco p {
        font-size: 1em;
        margin-bottom: 12px;
    }
    .main_footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .main_footer_content {
        flex-direction: column;
        justify-content: center;
    }
    .main_footer_menu,
    .main_footer_duvidas,
    .main_footer_social {
        flex-basis: 100%;
        width: 80%;
        margin: 0 auto;
        justify-content: flex-start;
        padding-top: 30px;
    }
    .main_footer_social {
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
        align-items: flex-start;
    }
    .main_footer_social_links {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .main_header_about {
        /*width: 640px;*/
        /*height: 180px;*/
        /*height: 230px;
        background-size: 640px;*/
        height: 420px;
        background-size: 100%;
    }
    .main_contato_content header img {
        width: 600px;
        height: 48px;
    }
    .main_contato_content article p {
        font-size: 1em;
        text-align: center;
    }
    .main_contato_content form {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .main_contato_content form .duvidas_inputs {
        flex-basis: 80%;
    }
    .main_contato_content form .duvidas_others {
        flex-basis: 80%;
    }
    .main_contato_content form .duvidas_others textarea {
        width: 100%;
    }
    .modal_orcamento_content .formas_pagamento img {
        width: 124px;
        height: 60px;
    }
}
/* 580px = 36em */
@media (max-width: 580px) {
    .main_mapa_content article .main_mapa_content_endereco p {
        font-size: 0.9em;
        margin-bottom: 12px;
    }
    .main_footer_duvidas form {
        flex-direction: column;
        flex-basis: 100%;
        width: 80%;
    }
    .main_footer_duvidas form .duvidas_inputs input[type=text],
    .main_footer_duvidas form .duvidas_inputs input[type=email],
    .main_footer_duvidas form .duvidas_inputs input[type=tel] {
        width: 105%;
    }
    .main_footer_fixed article:nth-of-type(2) {
        border-right: 1px solid #B2A22C;
        border-left: 1px solid #B2A22C;
    }
    .main_footer_fixed article header {
        margin-right: 0;
    }
    .main_footer_fixed article header img {
        width: 36px;
        height: 36px;
    }
    .main_footer_fixed article .dados p {
        display: none;
    }

    .margens {
        margin-right: 20px;
        margin-left: 20px;
    }


}
/* 520px = 32em*/
@media (max-width: 32em) {
    .main_header_content_nav_menu_mobile {
        left: 0;
        width: 100vw;
    }
    .main_contato_content header img {
        width: 500px;
        height: 40px;
    }
}
/* 480px = 30em*/
@media (max-width: 30em) {
    .main_header_content_nav_menu_mobile {
        width: 70vw;
    }
    .main_atendimento_arquiteto {
        height: 500px;
    }
    .main_atendimento_arquiteto article header h1 {
        font-size: 1.2em;
    }
    .main_projetos_content,
    .main_contato_content {
        /*width: 26em;*/
        width: 100%;
    }
    .modal_orcamento_box {
        min-width: auto;
        width: 80%;
    }
    .modal_orcamento_close {
        margin-bottom: 15px;
    }
    .modal_orcamento_close img {
        width: 24px;
        height: 24px;
    }
    .modal_orcamento_content {
        width: 80%;
    }
    .modal_orcamento_content h1 {
        font-size: 1.1em;
    }
    .modal_orcamento_content p {
        font-size: 0.8em;
        line-height: 15px;
        margin-bottom: 20px;
    }
    .formulario .inputs {
        flex-direction: column;
        flex-basis: 100%;
    }
    .formulario .inputs input:first-child {
        margin-right: 0;
    }
    .formulario .inputs input[type=text],
    .formulario .inputs input[type=email],
    .formulario .inputs input[type=tel] {
        width: 100%;
    }
    .formulario .inputs,
    .modal_orcamento_content .botao {
        margin-right: 0;
    }
    .modal_arquiteto_box {
        height: 80vh;
        top: -20px;
    }
    .modal_arquiteto_close img {
        width: 24px;
        height: 24px;
    }
    .modal_arquiteto_content h1 {
        font-size: 1em;
    }
    .modal_arquiteto_content .descricao p {
        font-size: 0.8em;
    }
    .modal_arquiteto_content form .formulario .inputs {
        flex-basis: calc(50% - 5px);
    }
    .modal_arquiteto_content form .envio .upload_arquivo .upload_arquivo_texto p {
        font-size: 0.7em;
    }
    .main_header_about {
        /*background-size: 480px 135px;*/
        background-size: 100%;
        background-position-y: 70px;
    }
    .main_contato_content header img {
        width: 450px;
        height: 36px;
    }
    .modal_orcamento_content .formulario .inputs,
    .modal_orcamento_content .botao,
    .uk-button-secondary {
        margin-right: 0;
    }
    .main_projeto_mais {
        padding-bottom: 30px;
    }
    .main_projeto_mais header img {
        width: 240px;
        height: 29px;
    }
}

/* 420px = 26em*/
@media (max-width: 26em) {
    .main_projetos_content {
        width: 22em;
    }
    .main_projetos_content header img.titulo_img_mobile {
        width: 320px;
        height: 98px;
    }
    .main_contato_content {
        width: 20em;
    }
    .main_contato_content header img {
        width: 360px;
        height: 29px;
    }
    .main_header_content_nav_menu_mobile {
        left: 0;
        width: 100vw;
    }
    .modal_orcamento {
        padding-bottom: -15px;
    }
    .modal_orcamento_box {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        top: 0;
    }
    .modal_orcamento_content {
        width: 90%;
    }
    .formulario textarea {
        height: 3em;
    }
    .modal_orcamento_content .formas_pagamento {
        margin-bottom: 5px;
    }
    .main_header_about {
        /*background-size: 360px 140px;*/
        background-size: 100%;
        background-position-y: 85px;
    }
}
