html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
    overflow-x: hidden;
}
header {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 20px;
    box-shadow: -1px 7px 30px #6d686870;
    z-index: 100;
}
header img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 10px 0 0 4px;
}
header h1 {
    color: #0845c9;
    cursor: default;
    padding-right: 50px;
}
header button {
    display: none;
}
@media (min-width: 600px) {
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 20px;
        border-bottom-left-radius: 15px;
        box-shadow: 2px 5px 10px #0c54c06b;
        background: #cad4dd50;
        display: flex;
        justify-content: right;
        padding: 1px;
        z-index: 100;
    }
}
.menu button {
    display: none;
}
.menu a {
    color: #0845c9;
    text-decoration: none;
    font-family: calibri;
    font-size: 13px;
    padding: 1px;
    margin-right: 19px;
}
.fundo {
    background-image: url(/IMG/IMG-20250622-WA0002.jpg);
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
}

.btn-wha-fixo {
	background-color: #38cc2b;
	color: #fff;
	padding: 5px 15px;
	font-size: 30px;
	border-radius: 60px;
	position: fixed;
	bottom: 3%;
	right: 2%;
	z-index: 1000;
}

main {
    margin: 360px 0 0 0;
    background: transparent;
}

.elemento-esquerdo {
    transform: translateX(-150px);
    opacity: 0;
    transition: 700ms ease-in-out;
}
.elemento-direito {
    transform: translateX(150px);
    opacity: 0;
    transition: 1180ms ease-in-out;
}
.elemento-cima {
    transform: translateY(-150px);
    opacity: 0;
    transition: 870ms ease-in-out;
}
.elemento-baixo {
    transform: translateY(150px);
    opacity: 0;
    transition: 1000ms ease-in-out;
}

@media (min-width: 320px) and (max-width: 800px) {
    .elemento-cima, .elemento-direito {
        transform: translateY(-50px);
        opacity: 0;
        transition: 870ms ease-in-out;
    }
    .elemento-baixo, .elemento-esquerdo {
        transform: translateY(50px);
        opacity: 0;
        transition: 1000ms ease-in-out;
    }
}
@media (min-width: 801px) and (max-width: 1200px) {
   .elemento-esquerdo {
        transform: translateX(-50px);
        opacity: 0;
        transition: 700ms ease-in-out;
    }
    .elemento-direito {
        transform: translateX(50px);
        opacity: 0;
        transition: 1180ms ease-in-out;
    }
    .elemento-cima {
        transform: translateY(-50px);
        opacity: 0;
        transition: 870ms ease-in-out;
    }
    .elemento-baixo {
        transform: translateY(50px);
        opacity: 0;
        transition: 1000ms ease-in-out;
    }
}

.elemento-esquerdo.mostrar, .elemento-direito.mostrar, .elemento-cima.mostrar, .elemento-baixo.mostrar {
    transform: translate(0);
    opacity: 1;
}

main .titulo {
    font-family: arial;
    cursor: pointer;
    color: #fff;
    position: absolute;
    transform: translate(90px, -140px);
    text-shadow: -1px -1px 10px #000;
}
main .slogan {
    cursor: pointer;
    color: #031130e7;
    position: absolute;
    transform: translate(200px, -90px);
    text-shadow: -1px -1px 10px #9ea7c06c;
}

main #sobre {
    cursor: default;
    background-color: #f0e5e5;
    backdrop-filter: blur(5px);
    padding: 100px 0 100px 10px;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    font-weight: bold;
}
main #sobre img {
    width: 500px;
    height: 400px;
    margin: 0 0 0 70px;
    border-radius: 30px 0 0 30px;
    box-shadow: 3px 5px 40px #073caf86;
}
main #sobre div {
    width: 620px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    padding: 40px;
    border-radius: 20px;
}
main #sobre div h2 {
    color: #0845c9;
    display: inline-block;
    border-bottom: solid 3px #0845c9;
    padding: 10px;
    text-shadow: 1px 10px 50px #0845c9;
}

main #sobre div .container {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 255;
}
main #sobre div .container .card {
    flex-grow: 1;
    background: #0942be;
    color: #fff;
    margin: 10px 5px;
    padding: 20px 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    font-size: 14px;

}
main #sobre div .container .card p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 10px #6694f7;
    display: inline-blocK;
    padding: 4px;
    border-radius: 5px;
}
main #sobre div .container .card:hover {
    cursor: pointer;
}

main #servicos {
    text-align: center;
    background: #fff;
    font-size: 13px;
    padding: 50px 0 100px 0;
    margin: 0;
    cursor: default;
}
main #servicos h2 {
    text-align: center;
    color: #0845c9;
    display: inline-block;
    border-bottom: solid 3px #0845c9;
    padding: 10px;
    text-shadow: 1px 10px 50px #0845c9;
}
main #servicos h4 {
    color: #0845c9;
}
main #servicos .container {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    padding: 0 50px;
}
main #servicos .container .card {
    flex-basis: 300px;
    flex-grow: 1;
    margin: 20px;
    padding: 50px 0;
    border-radius: 15px;
    background: #0845c9;
    color: #fff;
    box-shadow: 1px 1px 20px #4471eeb6;
    font-size: 13px;
    font-weight: bold;
    padding: 30px;
}
main #servicos .container .card:hover {
    cursor: pointer;
}
main #servicos .container .card:nth-child(1) {
    background-image: url(/IMG/homem_teto_falso.png);
    background-position: center;
    background-size: cover;
}
main #servicos .container .card:nth-child(2) {
    background-image: url(/IMG/homem_estuque.png);
    background-position: center;
    background-size: cover;
}
main #servicos .container .card:nth-child(3) {
    background-image: url(/IMG/homem_pintura2.png);
    background-position: center;
    background-size: cover;
}
main #servicos .container .card:nth-child(4) {
    background-image: url(/IMG/homem_ladrilho.png);
    background-position: center;
    background-size: cover;
}
main #servicos .container .card:nth-child(5) {
    background-image: url(/IMG/homem_macacao.png);
    background-position: center;
    background-size: cover;
}

main #projectos {
    cursor: default;
    text-align: center;
    background: #fff;
    padding: 70px 0;
    font-size: 13px;
}
main #projectos h2 {
    text-align: center;
    color: #0845c9;
    display: inline-block;
    border-bottom: solid 3px #0845c9;
    padding: 10px;
    text-shadow: 1px 10px 50px #0845c9;
}
main #projectos h4 {
    color: #0845c9;
}

main #contactos {
    background: #fff;
    padding: 100px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin: 0 0 50px 0;
}
main #contactos div {
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
}
main #contactos div h2 {
    text-align: center;
    color: #0845c9;
    display: inline-block;
    border-bottom: solid 3px #0845c9;
    padding: 10px;
    text-shadow: 1px 10px 50px #0845c9;
    cursor: default;
}
main #contactos div a {
    margin: 15px 0;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 30px #073caf86;
    color: #fff;
    height: 20px;
    width: 300px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;    
}
main #contactos div a:nth-child(2) {
    background: #1b9410;
}
main #contactos div a:nth-child(3) {
    background: #3372fa;
}
main #contactos div a:nth-child(4) {
    background: #b33a02c9;
}
main #contactos div a .fa-brands, main #contactos div a .fas {
    font-size: 30px;
}

main #contactos div a:nth-child(2):hover {
    box-shadow: 1px 1px 40px #016918a8;
    cursor: pointer;
}
main #contactos div a:nth-child(3):hover {
    box-shadow: 1px 1px 40px #012c88cb;
    cursor: pointer;
}
main #contactos div a:nth-child(4):hover {
    box-shadow: 1px 1px 40px #881c01cb;
    cursor: pointer;
}

main #contactos .info2 {
    background-color: #1f02a0;
    background-image: url(/IMG/homem_macacao2.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 30px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 70px;
    box-shadow: 7px 10px 10px #2f09db91;
}
main #contactos .info2 p {
    font-weight: bold;
    color: #fff;
}


footer {
    background: #031130e7;
    backdrop-filter: blur(5px);
    color: #fff;
    margin: 0;
    padding: 20px 20px 1px 20px;
    border-top: solid 17px #073997;
    text-align: center;
    font-weight: bold;
    background-image: url(/IMG/equipe.png);
    background-position: center;
    background-size: cover;
}
footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/IMG/equipe.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(1px);
    z-index: 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
footer .container img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
}
footer .container div {
    text-align: left;
}
footer .container div h3 {
    margin: 30px 0;
}
footer .container .servicos {
    cursor: default;
}
footer .container .firma {
    display: flex;
    flex-direction: column;
}
footer .container .firma a {
    color: #fff;
    text-decoration: none;
    margin: 0 0 13px 0;
}
footer .container .caminhos {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
footer .container .caminhos div {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
}
footer .container .caminhos a {
    border-radius: 30px;
    display: inline;
    text-decoration: none;
    margin: 0 19px;
}
footer .container .caminhos a i {
    font-size: 30px;
    margin: 5px 13px;
}
footer .container .caminhos a .fa-whatsapp {
	color: #1b9410;
    border-radius: 20px;
}
footer .container .caminhos a .fa-facebook {
	color: #457ffc;
    border-radius: 50%;
    
}
footer .container .caminhos a .fas {
	color: #d87d33;
    height: 25px;
}
footer .line {
    background: #888;
    width: 100%;
    display: inline-block;
    height: 1px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
footer h4 {
    font-size: 13px;
    margin: 5em 0 0 0;
    cursor: default;
    position: relative;
    z-index: 1;
}
footer h5 {
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}