@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

:root {
    --cor-de-fundo-principal: #f8f9fa;
    --cor-de-fundo-escuro: #161616fa;
    --cor-texto-preto: #161616;
    --cor-texto-branco: #f6f6f6;
    --cor-texto-botao-card:#fdce35d5;
    --cor-botao-card: #161616fa;
    --hover-botao-card: #464545fa;
    --cor-link-whatsapp: #075e54;
    --hover-cor-link-whatsapp: #25d366;
  }
  

body {
    background-color: #f8f9fa;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.navbar-img {
    width: 120px;
}

.banner {
    display: flex;
    justify-content: center;
    width: 30%;
    margin: auto;
    margin-top: 4%;
}

.titulo__fios {
    padding: 4% 10%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.card-block {
    padding: 10px;
    width: 305px;
    margin: auto;
    max-width: fit-content;
}

.row {
    justify-content: center;
    gap: 60px;
    width: 100%;
    margin: 50px 0;
    
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sobre {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    gap: 50px;
    margin-bottom: 7%;
}

.sobre__titulo{
    font-size: 24px;
    font-weight: 600;
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.sobre__texto {
    font-size: 20px;
    text-align:left;
}

.texto {
    text-align: left;
}

.botao{
    display: flex;
    justify-content: center;
    margin-bottom: 7%;
}

.botao__sobre__modelan {
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: var(--cor-texto-branco);
    font-weight: 400;
    background-color: var(--cor-botao-card);
    width: 160px;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.botao__sobre__modelan:hover {
    background-color: var(--hover-botao-card);
    color: var(--cor-texto-botao-card);
}

.btn {
    background-color: var(--cor-de-fundo-escuro);
    border: none;
}

.btn:hover {
    background-color: var(--hover-botao-card);
    color: #fdce35d5;
}

.card-body img {
    margin-top: 30%;
    margin-bottom: 5%;
}

.card-sobre {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10%;
    width: 90%;
    margin: auto;
    background-color:var(--cor-de-fundo-principal);
}

.card-sobre__texto {
    font-size: 20px;
    text-align: center;
    color: var(--cor-texto-preto);
    width: 100%;
    margin: auto;
    
}

.card-sobre img {
    width: 60%;
}

.botao-contato {
    background-color: var(--cor-link-whatsapp);
    color: var(--cor-texto-branco);
    cursor: pointer;
    border-radius: 5px;
    margin: 15px;
    display: flex;
    justify-content: center;
    padding: 2% 3%;
}

.text-reset {
    text-decoration: none;
}

.botao-contato:hover {
    background-color: var(--hover-cor-link-whatsapp);
    color: var(--cor-texto-preto);
}

.d-flex a {
    text-decoration: none;
    background-color: var(--cor-link-whatsapp);
    color: var(--cor-texto-branco);
    padding: 8px 10px;
    border-radius: 8px;
}

.d-flex a:hover {
    background-color:var(--hover-cor-link-whatsapp);
    color: var(--cor-texto-preto);
}

.display-5 {
    font-size: 30px;
}

.composicao {
    font-size: 30px;
}

.lead {
    font-size: 24px;
}
