*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Gadugi', sans-serif;
    background-color: #f5f5f5;
    font-size: 1em;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container div,
header .container nav,
header .container button {
    margin: 0 10px;
}

header button {
    width: 125px;
    height: 40px;
    padding-bottom: 5px;
    border: #738A5E 2px solid;
    border-radius: 6px;
}

header button a{
    color: #000;
}

header nav ul {
    display: flex;
    list-style: none;
}

header nav ul li {
    margin: 0 10px;
}

header nav ul li a, footer a {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover{
    font-weight:bold;
    border-bottom: 4px solid #fff;
}

footer a:hover{
    color: #738A5E;
}

header{
    background:url('../img/fundo-header.png') no-repeat center center/cover;
    background-color: #3E3E3E;
    max-height: 100px;
    color: #fff;
    padding: 10px 0;
}

section{
    min-height: 80vh;
}

button a{
    text-decoration: none;
    color: #fff;
}
hr{
    display: none;
}

.slide-btn{
    background: url('../img/slide-1.png') no-repeat center center/cover;
    background-color: #3E3E3E;
    color: #fff;
}

.slide-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 1%),rgb(110 110 110 / 95%)); /* Gradiente de branco semi-transparente para quase transparente */
}
.section-bottom-text {
    position: relative;
}

.bottom-content {
    position: absolute;
    bottom: 10px;
    padding: 10px 10px 20px 10px;
    width: 83%;
    text-shadow: 4px 3px 5px #000000f2;/* Adiciona sombra ao texto */
}

.bottom-content {
    margin-bottom: 15px;
}

.bottom-content h1{
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.4;
}

.bottom-content p{
    font-size: 2em;
    line-height: 1.3;

}

.bottom-content button,
.projects-success .container button{
    width: 455px;
    height: 40px;
    margin: 10px 0;
    background-color: red;
    border: #ffffff 2px solid;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.section-sobre{
    position: relative;
    background-color: #CFCFCF;
    display: flex;
    align-items: center;
}
.section-sobre, .section-servicos{
    font-size: 1.25rem;
}
.text-sobre{
    padding: 20px;
    width: 56.66vw;
    line-height: 1.6;
}

.text-sobre h1{
    padding-bottom: 10px;
}

/* .section-sobre .container{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
} */

.img-sobre{
    content:'';
    background: url('../img/foto-quem-somos.png') no-repeat center center/cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33.33vw;
    height: 100%;
}

.min-img-sobre{
    display: none;
}

.section-servicos{
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.section-servicos .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 40px;
    text-align: center;
}

.section-servicos .container .item1 {
    grid-column: span 3;
    text-align: left;
    padding: 50px 0 20px 20px;
}

.section-servicos .container .item1 h1{
    padding-bottom: 20px;
}

.section-servicos .container .item9 {
    grid-column: span 3;
}

.item1 img, .item2 img, .item3 img, .item4 img, .item5 img, .item6 img, .item7 img, .item8 img, .item9 img{
    width: 100px;
    height: 100px;
}

.section-servicos >p{
    padding: 20px;
}

.projects-success{
    background-color: #738A5E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 40px 20px;
    color: #fff;
}

.projects-success .container {
    width: 100%;
}

.gallery {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 40px;
}

.gallery-item {
    width: 100%;
    height: auto;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.section-contato{
    background-color: #3E3E3E;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 40px 20px;
}
.contato{
    display: grid;
    margin: 75px 0 0 0;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    text-align: center;
}

.item1 form{
    width: 100%;
    background-color: #504553;
    padding: 30px 20px 30px 20px;
    border-radius: 40px;
    border: 2.5px solid #fff;
}

.item1 form input{
    min-height: 40px;
}

.item1 form .form-group label{
    display: none;
}

.item1 form input, .item1 form textarea{
    width: 100%;
    margin: 10px 0;
    border-radius: 0;
    margin: 30px 0 0 0;
}

.item1 form button{
    min-width: 85%;
    height: 50px;
    margin-top: 30px;
    background-color: #00A551;
    border: #5A514F 2px solid;
    border-radius: 4.29px;
    color: #fff;
    font-size: 17px;
}

.item1 form button:hover{
    background-color: #016632;
    border: #fff 1px solid;
}

footer{
    background-color: #6E6E6E;
}

/* footer .container{

        display: grid;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
        padding: 40px 0;
        gap: 40px;
        color: #fff;
} */

.institution{

    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0 20px 0;
    gap: 40px;
    color: #fff;
}

.logo-footer{

    grid-column: span 3;
    text-align: center;

}

.logo-footer img{
    width: 160px;
}

.social, .sitemap, .address{
    padding: 30px 0;
    margin: 30px 0;
}

.address{
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    padding-left: 40px;
}

.social h2{
    font-size: 16px;
    font-weight: bold;
}

.social img{
    padding: 15px 0 0 15px;
}

.dev, .copy{
    font-size: 12px;
    text-align: center;
    grid-column: span 3;
    color: #fff;
}

.dev p{
    margin: 0;
    padding: 5px 0 5px 0;
}

.dev{
    border-top: 1px solid #8d8b8b9c;
}

#burguer{
    display: none;
}

#close{
    font-size: 35px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}


menu#itens{
    display: none;
    position: absolute;
    padding-top: 20px;
    top: 0;
    left: 0;
    width: 35%;
    background: url(../img/fundo-header.png) no-repeat center/cover;
    background-color: #3E3E3E;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 18px;
    z-index: 100;
}

menu#itens img{
    width: 100px;
    padding: 10px;
}

menu#itens ul{
    list-style: none;
    padding: 0;
}
menu#itens ul li{
    margin: 10px 0;
}

menu#itens ul li a{
    color: #fff;
    text-decoration: none;
}
menu#itens ul li a:hover{
    font-weight: bold;
    border-bottom: 4px solid #fff;
}