@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0px;
    padding: 0px;
}
main{
font-family: "Montserrat", sans-serif;
}
a.button{
    padding: 10px 20px;
    border: solid #f9f9f9 2px;
    font-size: 18px;
    font-weight: bold;
    color: #f9f9f9;
    background-color: #f9f9f900;
    box-shadow: 2px 2px 3px #00000052;
    text-decoration: none;
    border-radius: 5px;
}
.button-nav:hover{
    border: solid #A40A0C 2px;
    background-color: #A40A0C;
}
p{
    font-size: 18px;
}
header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2px 50px; 
    box-sizing: border-box;
    z-index: 1000;
}
#nav {
    margin-left: auto; 
    margin-right: 40px; 
}
ul.navbar {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar li {
    padding: 20px;
}
.navbar a {
    text-decoration: none;
    font-size: 20px;
    color: #f9f9f9;
}
.botao-orçamento a:hover {
    background-color: #A40A0C;
    border: solid #A40A0C 2px;
}
.menu-toggle {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}
.menu-toggle .bar {
    height: 3px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 2px;
    transition: 0.3s ease;
}
@media (max-width: 1200px) {
    header {
        padding: 2px 30px;
    }
    .menu-toggle {
        display: flex;
        order: 2;
    }
    .botao-orçamento {
        order: 1;
        margin-right: 15px;
    }
    ul.navbar {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        background-color: rgba(164, 10, 12, 0.95);
        text-align: center;
        padding: 20px 0;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    }
    .navbar li {
        padding: 15px 0;
    }
    ul.navbar.active {
        display: flex;
    }
    .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}
@media (max-width: 768px) {
    header {
        padding: 0 30px;
    }
    .botao-orçamento {
        display: none;
    }
    .menu-celular-only {
        display: block;
        margin-top: 15px;
    }
    .button-nav {
        display: inline-block;
        border: 2px solid #f9f9f9;
        padding: 8px 30px;
    }
    .menu-toggle {
        display: flex;
    }
    ul.navbar {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        background-color: rgba(164, 10, 12, 0.98);
        text-align: center;
        padding: 30px 0;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    }
    .navbar li {
        padding: 15px 0;
    }
    ul.navbar.active {
        display: flex;
    }
    .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}

aside {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
}
div.icone-whatsapp {
    background-color: #A40A0C;
    border-radius: 50%;
    border: solid #A40A0C 3px;
    width: 60px;   
    height: 60px;  
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
    cursor: pointer;
}
.icone-whatsapp img {
    height: 35px; 
    width: auto;
    filter: invert(100%);
}
@media screen and (max-width:768px){
    .phone{display: block}
    .pc{display: none}

    aside {
        bottom: 40px; 
        right: 40px; 
    }
}
/*<!-- --------------------banner-------------------- -->*/
#banner{
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #f9f9f9;
    width: 100%;
    padding: 20px 150px;
}
div.banner{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
div.logo img{
    height: 200px;
    margin-bottom: 40px; 
}
.banner-titulo h1{
    font-size: 60px;
    font-weight: bold;
}
#sem-bold{
    font-weight: normal;
}
hr.linha{
    border: none;
    height: 3px;
    background-color: #fff;
    opacity: 1;
    width: 100px;
}
.banner p{
    width: 50%;
}
div.botoes-banner{
    display: flex;
    align-items: center;
    margin: 20px 0px 50px;
    flex-wrap: wrap;
}
.botoes-banner a{
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 50px;
}
#botao-esquerdo{
    background-color: #A40A0C;
    border: solid #A40A0C 2px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}
#botao-esquerdo:hover,#botao-direita:hover{
    background-color: #f9f9f9;
    border: solid #f9f9f9 2px;
    color: #A40A0C; 
}
.botoes-banner img{
    height: 20px;
    margin-right: 8px;
    filter: invert(100%);
}
.phone{display: none}
.pc{display: block}

@media screen and (max-width:768px){
    .phone{display: block}
    .pc{display: none}

    #banner{
    padding: 20px 50px;
}
    .banner-titulo h1{
        font-size: 40px;
    }
    .banner p{
        width: 100%;
    }
}

/*<!-- --------------------metricas-------------------- -->*/
#metricas{
    margin: 60px 0px 80px 0px;
    display: flex;
    justify-content: center;
    flex-direction:row;
    padding: 0px 150px;
    flex-wrap: wrap;
    color: #000000;
}
div.metricas{
    display: flex;
    flex-direction:row;
    padding: 20px;
}
.metricas img{
    height: 50px;
    padding-right:15px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(6200%) hue-rotate(353deg) brightness(75%) contrast(115%);
}
.metricas p{
    width: 290px;
}
/*<!-- --------------------serviços-------------------- -->*/
#servicos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.titulo-servico{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
hr.vermelha{
    border: none;
    height: 3px;
    background-color: #A40A0C;
    opacity: 1;
    width: 100px;
}
div.cards-servico{
    display: flex;
    margin: 0px 100px;
    flex-wrap: wrap;
}
.card-servico{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}
.card-servico:hover{
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); 
}
.img-servico img{
    width: 250px;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
}
.icone-servico{
    position: absolute;
    left: 50%;
    top: 160px; /* ajuste conforme a altura da sua foto */
    transform: translateX(-50%);
}
.icone-servico img{
    width: 60px;
}
div.descricao-servico{
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
}
.descricao-servico h4{
    font-size: 20px;
    text-align: center;
}
.descricao-servico p{
    text-align: center;
}
.phone{display: none}
.pc{display: block}

@media screen and (max-width:768px){
    .phone{display: block}
    .pc{display: none}

    div.titulo-servico{
    margin-left: 15px;
}
}
/*<!-- --------------------sobre nos-------------------- -->*/
#sobre-nos{
    color: #f9f9f9;
    margin-top: 80px;
    background-color: #A40A0C;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
div.sobre-nos{
    padding: 30px 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.descricao-sobre{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.sobre-nos-img{
    width: 180%;
}
.sobre-nos-img img{
    width: 100%;
    height: 100%;
}
.phone{display: none}
.tablet{display: none}
.pc{display: none}
.tv{display: block}

@media screen and (min-width:992px) and (max-width:1400px){
    .phone{display: none}
    .tablet{display: none}
    .pc{display: block}
    .tv{display: none}
    
    .descricao-sobre{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    div.sobre-nos{
        padding: 30px 100px;
    }
    .sobre-nos-img{
        width: 100%;
    }
    .sobre-nos-img img{
        width: 100%;
        height: 500px;
       content: url("../img/sobreNosImg2.png");
    }
    #sobre-nos{
        flex-direction: column;
    }
}
@media screen and (max-width:992px){
    .phone{display: block}
    .tablet{display: none}
    .pc{display: none}
    .tv{display: none}

    .descricao-sobre{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    div.sobre-nos{
        padding: 30px 50px;
    }
    .sobre-nos-img{
        width: 100%;
    }
    .sobre-nos-img img{
        width: 100%;
        height: 80%;
    }
    #sobre-nos{
        flex-direction: column;
    }
}

/*<!-- --------------------portifolio-------------------- -->*/
#portfolio{
    margin-top: 100px;
}
div.portfolio-titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
hr.linha-vermelha{
    border: none;
    height: 3px;
    background-color: #A40A0C;
    opacity: 1;
    width: 700px;
}
div.cards-portifolio{
    margin: 80px 100px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
div.card-portifolio{
    background-color: #A40A0C;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin: 10px;
}
div.portifolio-info{
    display: flex;
    width: 80%;
    flex-direction: row;
}
div.icone-portifolio, .icone-portifolio img{
    height: 60px;
    margin-right:10px;
}
div.portifolio-descricao{
    color: #f9f9f9;
    width: 400px;
}
#carouselExampleAutoplaying{
    height: 500px;
    width: 500px;
}
div.carousel-item img{
    height: 500px;
    width: 500px;
    border-radius: 5px;
}
.phone{display: none}
.tablet{display: none}
.pc{display: block}

@media screen and (min-width:700px) and (max-width:992px){
    .phone{display: none}
    .tablet{display: block}
    .pc{display: none}

    div.portfolio-titulo{
        margin: 0px 30px;
    }
    hr.linha-vermelha{
        width: 300px;
    }
}
@media screen and (max-width:700px){
    .phone{display: block}
    .tablet{display: none}
    .pc{display: none}

    div.portfolio-titulo{
        margin: 0px 10px;
    }
    hr.linha-vermelha{
        width: 300px;
    }
    div.portifolio-info{
        display: flex;
        width: 70%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    div.cards-portifolio{
        margin: 80px 20px 0px;
    }
    div.card-portifolio{
        padding: 10px 5px;
        width: 350px;
    }
    #carouselExampleAutoplaying{
        height: 300px;
        width: 250px;
    }
    div.carousel-item img{
        height: 300px;
        width: 250px;
    }
}

/*<!-- --------------------depoimentos-------------------- -->*/
#depoimentos{
    margin: 100px 0px 200px;
    background-color: #f9f9f9;
    padding: 20px 50px
}
div.titulo-depoimentos{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
hr.curta{
    width: 100px;
}
/*<!-- --------------------contatos-------------------- -->*/
#contatos{
    background-color: #A40A0C;
    color: #f9f9f9;
    display: flex;
}
div.contatos{
    margin: 20px 400px;
    display: flex;
    align-items: center;    
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
div.conteiner-contatos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div.icone-contatos{
    border-radius: 50%;
    background-color: #f9f9f9;
    border: #f9f9f9 solid 20px;
    margin: 0px 40px; 
}
.icone-contatos img{
    height: 50px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(6200%) hue-rotate(353deg) brightness(75%) contrast(115%);
}
.depoimentos-descricao p{
    width: 550px;
}
.botao-contato a{
    display: flex;
    align-items: center;
}
.botao-contato img{
    height: 20px;
    margin-right: 8px;
    filter: invert(100%);
}
.phone{display: none}
.tablet{display: none}
.pc{display: block}

@media screen and (min-width:700px) and (max-width:1900px){
    .phone{display: none}
    .tablet{display: block}
    .pc{display: none}

    div.contatos{
        margin: 20px 100px;
    }
    .depoimentos-descricao p{
        width: 400px;
    }
    div.icone-contatos{
        margin: 20px;
    }
}
@media screen and (max-width:700px){
    .phone{display: block}
    .tablet{display: none}
    .pc{display: none}

    div.contatos{
        margin: 20px 50px;
    }
    .depoimentos-descricao p{
        width: 300px;
    }
    div.icone-contatos{
        margin: 15px 0px;
    }
}
/* --- FOOTER --- */
.footer-container {
    width: 100%;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
.footer-principal {
    background-color: #1a1a1a;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-coluna {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}
.logo-box img {
    max-width: 150px;
    height: auto;
}
.footer-coluna h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}
.footer-coluna ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-coluna ul li {
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
}
.footer-coluna ul li a {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-coluna ul li a:hover {
    color: #ffffff;
}
.contatos-coluna ul li {
    display: flex;
    align-items: center;
    gap: 10px; 
}
.footer-icone {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: invert(70%);
}
.footer-inferior, .footer-inferior p{
    background-color: #A40A0C;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    color: #f9f9f9;
}
@media (max-width: 768px) {
    .footer-principal {
        flex-direction: column;
        padding: 40px 30px;
    }
    
    .footer-coluna {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-inferior {
        text-align: center;
        padding: 10px;
    }
}