* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

h1, ul, p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.logo{
    width: 207px;
    height: 92px;
}

.header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.header-menu a{
    padding: 16px 0px;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.header-menu a:hover{
    color: #CC186E;
}

@media (max-width: 600px) {
    .header-menu a {
        font-size: 12px;
    }
    .header-menu {
        gap: 10px;
    }
    .header {
        justify-content: center;
    }
}

.header-bg {
    background-color: #F0F0F0;
}

.introducao-bg {
    background-color: #F0F0F0;
}

.introducao {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 0px 40px;
    max-width: 1000px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.introducao-conteudo {
    padding-top: 80px;
    padding-bottom: 120px;
}

.title {
    font-family: '', serif;
}

@media (max-width: 600px) {
    .introducao {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .introducao-conteudo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .introducao img {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .title {
        font-size: 48px !important;
    }
}

.introducao h1 {
    padding-bottom: 5px;
    font-size: 64px;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    background-image: rgb(210,24,110);
    background-image: linear-gradient(90deg, rgba(210,24,110,1) 35%, rgba(139,23,23,1) 100%);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
}

.introducao p {
    padding-bottom: 50px;
    color: #251D1D;
}

.introducao a {
    background: rgb(210,24,110);
    background: linear-gradient(90deg, rgba(210,24,110,1) 35%, rgba(139,23,23,1) 100%);
    color: white;
    padding: 18px 18px;
    border-radius: 15px;
    font-weight: 400;
}

.introducao img {
    padding-top: 80px;
    padding-bottom: 120px;
}

.container-sobre {
    max-width: 1000px;
    box-sizing: border-box;
    box-shadow: 2px 2px 18px 2px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    padding: 40px;
    background-color: #fff;
    padding-bottom: 60px;
    margin-bottom: 140px;
}

.container-sobre h3 {
    color: #251D1D;
    font-weight: 600;
}

.sobre-conteudo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-top: 30px;
    gap: 40px;
}

.paragrafo-sobre {
    color: #535151;
}

.paragrafo-sobre1 {
    padding-bottom: 30px;
}

@media (max-width: 800px) {
    .sobre-conteudo {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.servicos {
    background-image: url(images/background.jpg);
    background-size: cover;
    width: 100%;
    height: 700px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.servicos-container {
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.servicos-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding-right: 40px;
}

.servico {
    padding: 20px;
    padding-left: 80px;
}

.servico h3 {
    color: #251D1D;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 15px;
}

.servico p {
    color: #535151;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: justify;
}

.subtitle {
    color: rgb(210,24,110);
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 15px;
}

.veja-mais {
    color: rgb(210,24,110);
    font-weight: 600;
}

.veja-mais:hover {
    color: #b40e5e;
}

.servico h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-text-fill-color: transparent;
    background-image: rgb(210,24,110);
    background-image: linear-gradient(90deg, rgba(210,24,110,1) 35%, rgba(139,23,23,1) 100%);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 21px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .servicos {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}


@media (max-width: 800px) {
    .servicos-container {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .servicos {
        height: 100%;
        text-align: center;
    }
}

.portfolio {
    background-color: #fff;
    padding: 120px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 60px;
    gap: 25px;
}

.portfolio h3 {
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.portfolio h4 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.portfolio img {
    box-shadow: 2px 2px 22px 2px rgba(0, 0, 0, 0.2);
    border: rgb(210,24,110) solid 3px;
}

@media (max-width: 800px) {
    .portfolio-container {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .portfolio {
        padding: 40px;
        text-align: center;
    }
    .portfolio img {
        justify-content: center;
        text-align: center;
    }
}

.container-contato {
    max-width: 1000px;
    box-sizing: border-box;
    box-shadow: 2px 2px 18px 2px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    background-color: #fff;
    padding-bottom: 60px;
    margin-bottom: 140px;
}

.container-contato h3 {
    font-weight: 600;
    font-size: 18px;
    -webkit-text-fill-color: transparent;
    background-image: rgb(210,24,110);
    background-image: linear-gradient(90deg, rgba(210,24,110,1) 35%, rgba(139,23,23,1) 100%);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
}

.container-contato h2 {
    font-size: 48px;
    font-weight: 600;
    color: #251D1D;
    padding-bottom: 60px;
}

.contato-conteudo {
    display: grid;
    grid-template-columns: 3fr 2fr;
    padding-top: 30px;
    gap: 40px;
}

.paragrafo-contato {
    color: #535151;
}

.paragrafo-contato1 {
    padding-bottom: 20px;
    color: #000;
}

.linha-contato {
    display: flex;
}

.linha-contato img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media (max-width: 800px) {
    .sobre-contato {
        grid-template-columns: 1fr;
    }
    .imagem-contato {
        display: none;
    }
}

.contato {
    background-color: #fff;
}

.texto-botao {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
}

.botao-contato {
    background-color: transparent;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #b40e5e;
    cursor: pointer;
    -webkit-text-fill-color: transparent;
    background-image: rgb(210,24,110);
    background-image: linear-gradient(90deg, rgba(210,24,110,1) 35%, rgba(139,23,23,1) 100%);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
}

.footer {
    background-image: rgb(210,24,110);
    background-image: linear-gradient(90deg, rgba(210,24,110,1) 35%, rgba(139,23,23,1) 100%);
    padding: 20px;
    text-align: center;
    color: white;
}


#bronzeamento {
    margin-top: -100px;
}



