.contato__container {
padding: 8rem 6rem 2rem;
}
.contato__title {
font-size: 4rem;
color: var(--color-primary);
margin: 0;
}
.contato__description {
font-size: 1.875rem;
color: var(--color-terciary);
margin: 0 0 1rem 0;
}
.contato__form {
display: flex;
flex-direction: column;
background-color: var(--color-primary-light);
border-radius: 20px;
gap: 40px;
padding: 5rem;
}
.contato__form--input {
display: flex;
flex-direction: column;
gap: 8px;
}
.contato__form--group {
display: flex;
flex-direction: row;
gap: 3rem;
}
.contato__form--group .contato__form--input {
flex: 1;
}
.contato__label {
color: var(--color-terciary);
font-size: 1.5rem;
}
.contato__form--input input,
.contato__form--input textarea,
.contato__form--input select {
padding: 0.75rem 1rem;
border: none;
border-radius: 8px;
background-color: #f9fff4; box-shadow: 0 0 0 1px #e0f2d4; font-family: inherit;
font-size: 1.5rem;
transition: box-shadow 0.2s ease;
}
.contato__form--input input:focus,
.contato__form--input textarea:focus,
.contato__form--input select:focus {
outline: none;
}
.contato__form button {
background-color: var(--color-primary);
color: #fff;
border: none;
font-size: 1.5rem;
width: 300px;
height: 50px;
border-radius: 10px;
align-self: flex-end;
cursor: pointer;
}
.contato__form textarea {
resize: none;
height: 200px;
}
#mensagem-contato {
display: none;
flex-direction: column;
background-color: var(--color-primary-light);
border-radius: 20px;
gap: 40px;
padding: 5rem;
}
@media (max-width: 1200px) {
.contato__form--group {
flex-direction: column;
}
.contato__form button {
width: 100%;
}
.contato__title {
font-size: 3rem;
color: var(--color-primary);
}
.contato__description {
font-size: 1.76rem;
color: var(--color-terciary);
}
.contato__label {
font-size: 1.2rem;
}
.contato__form--input input,
.contato__form--input textarea,
.contato__form--input select {
padding: 0.5rem 0.7rem;
font-size: 1.2rem;
}
.contato__form {
padding: 2rem;
}
.contato__form,
.contato__form--group {
gap: 1rem;
}
.contato__form button {
font-size: 1.2rem;
}
#mensagem-contato {
padding: 2rem;
}
}
@media(max-width: 850px) {
.contato__container {
padding: 8rem 2rem 2rem;
} .contato__title {
font-size: 2.25rem;
}
.contato__description {
font-size: 1.25rem;
}
.contato__form textarea {
height: 125px;
}
}
@media(max-width: 360px) { .contato__description {
font-size: 1rem;
}
.contato__form textarea {
height: 100px;
} .contato__form--input input,
.contato__form--input textarea,
.contato__form--input select {
padding: 0.5rem 0.7rem;
font-size: 1rem;
}
}:root {
--color-primary: #3A5D2C; --color-primary-light: #EEFFE7; --color-secondary: #E79E39; --color-secondary-dark: #ad8306; --color-terciary: #19321F; --background-color: #F8FFF8; --text-color: #242424; }
html {
scroll-behavior: smooth;
}
a {
text-decoration: none;
}
body {
background-color: var(--background-color);
font-family: "Outfit", serif;
font-optical-sizing: auto;
font-style: normal;
}
.justify {
text-align: justify;
} @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap"); .font {
font-family: "Outfit", serif;
font-optical-sizing: auto;
font-style: normal;
}
.font__extrabold {
font-weight: 800;
}
.font__bold {
font-weight: 700;
}
.font__semibold {
font-weight: 600;
}
.font__medium {
font-weight: 500;
}
.font__light {
font-weight: 300;
}body {
margin: 0;
}
.footer__content {
background-color: var(--color-primary);
color: #fff;
display: flex;
gap: 20px;
justify-content: space-between;
padding: 2rem 6rem;
width: auto;
}
.footer__rights-text {
align-self: center;
justify-self: center;
text-align: center;
font-size: 2rem;
}
.footer__socials {
display: flex;
flex-direction: column;
gap: 20px;
font-size: 1.5rem;
}
.footer__social {
display: flex;
align-items: center;
justify-content: flex-start;
}
.footer__social i {
margin-right: 20px;
font-size: 30px;
}
@media(max-width: 849px) {
.footer__content {
flex-direction: column;
padding: 0.5rem 1rem;
}
.footer__rights-text {
font-size: 1rem;
}
.footer__socials {
align-items: center;
justify-content: center;
gap: 6px;
font-size: 1rem;
}
.footer__social i {
font-size: 20px;
margin-right: 10px;
}
}:root {
--color-primary: #3A5D2C; --color-primary-light: #EEFFE7; --color-secondary: #E79E39; --color-secondary-dark: #ad8306; --color-terciary: #19321F; --background-color: #F8FFF8; --text-color: #242424; }
html {
scroll-behavior: smooth;
}
a {
text-decoration: none;
}
body {
background-color: var(--background-color);
font-family: "Outfit", serif;
font-optical-sizing: auto;
font-style: normal;
}
.justify {
text-align: justify;
}
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
.header {
display: flex;
flex-direction: row;
min-height: 100px;
align-items: center;
justify-content: space-between;
gap: 20px;
background-color: #fff;
position: absolute;
width: 100%;
z-index: 10;
}
.header__container-logo {
margin-left: 6rem;
}
.header__nav {
margin-right: 6rem;
}
.header__logo {
max-width: 120px;
}
.header__logo img {
width: 100%;
height: 100%;
}
.header__nav-list {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 1.5rem;
list-style: none;
}
.header__nav-item > a {
font-size: 1.5rem;
color: var(--color-terciary);
}
.header__nav-item > a:hover {
color: var(--color-secondary);
}
.header__hamburger {
display: none;
flex-direction: column;
justify-content: space-around;
width: 30px;
height: 25px;
cursor: pointer;
}
.header__hamburger span {
width: 100%;
height: 3px;
background-color: #000000;
border-radius: 15px;
}
.sidebar {
position: fixed;
top: 0;
right: -250px;
width: 250px;
height: 100%;
background-color: var(--color-primary);
transition: right 0.3s ease;
z-index: 20;
display: flex;
flex-direction: column;
padding-top: 100px;
}
.sidebar.active {
right: 0;
}
.sidebar__nav-list {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar__nav-item {
margin: 1rem 0;
}
.sidebar__nav-link {
color: #FFF;
text-decoration: none;
font-size: 1.5rem;
padding: 1rem;
display: block;
}
.sidebar__nav-link:hover {
background-color: var(--color-secondary);
}
.sidebar__close-btn {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 2rem;
color: #FFF;
cursor: pointer;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 10;
}
.overlay.active {
display: block;
}
.header--scrolled {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease;
}
@media (max-width: 1200px) {
.header__container-logo {
margin-left: 3rem;
}
.header__hamburger {
margin-right: 3rem;
}
.header__nav {
margin-right: 3rem;
}    .header__nav-item > a {
font-size: 1.25rem;
}
}
@media (max-width: 768px) {
.header__container-logo {
margin-left: 1.5rem;
}
.header__nav {
margin-right: 1.5rem;
}    .header__nav-item > a {
font-size: 1rem;
}
.header__hamburger {
display: flex;
margin-right: 1.5rem;
}
.header__nav {
display: none;
}
.header__nav.active {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
}
}
@media (max-width: 480px) {     .header__container-logo {
margin-left: 1rem;
}
.header__nav {
margin-right: 1rem;
margin-top: 1rem;
}    .header__nav-list {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
.header__nav-item > a {
font-size: 0.875rem;
}
}