@import url('https://fonts.googleapis.com/css2?family=Domine&family=Quicksand:wght@500&display=swap');

body {
  height: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, span,  ul, ol, li, legend, table, tr, td, div {
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

input, select, textarea {
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.hide-element {
  display: none;
}

.lenguage-area {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  background-color: #FFFAEE;
  font-family: 'Domine';
  font-size: 14px;
  color: #9C8034;
}

.bold {
  font-weight: 700;
}

.lenguage-area__pt-pt, .lenguage-area__pt-en {
  margin-right: 6px;
  cursor: pointer;
}

.lenguage-area__split {
  margin-right: 6px;
}

.lenguage-area__en-pt, .lenguage-area__en-en {
  margin-right: 9px;
  cursor: pointer;
}

.header-container {
  background-color: #FFFAEE;
  padding: 15px 15px 0;
  min-width: 325px;
}

@media (min-width:815px) {
  .header-container {
    padding: 15px 15px 20px;
  }

}
@media (max-width:815px) {
  .lenguage-area {
    padding: 10px 0;
  }
  .lenguage-area__en-pt, .lenguage-area__en-en {
    margin-right: 0;
  }
}


.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto; 
  padding: 0 5px;
}

.header-logo-box {
  display: flex;
  margin: 0 auto;
}

.header-logo-box img {  
  max-width: 100%;  
  height: auto;
  padding-right: 20px;  
}

.header-menu { 
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
}

.header-menu ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media (min-width:815px) {
  .header-menu ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 10px 0 0;
    font-size: 20px;
  }
}

.header-menu li a {
  color: #9C8034;
  font-family: 'Domine';
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

@media (min-width:810px) {
  .header-menu li a {
    font-size: 18px;
  }
}

.header-menu li:hover {
  cursor: pointer;
}

.picture-container {
  width: 100%;
  min-height: 400px;
  background-image: url("images/fazenda.jpg");
  background-size: cover;
  margin-bottom: -25px;
  min-width: 325px;
}

.history-container {
  width: 100%;
  background-color: #193A20;
  padding-bottom: 20px;
  min-width: 325px;
}

@media (min-width:815px) {
  .history-container {
    padding-bottom: 70px;
  }
}

.history-wrapper {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 400px;
}

@media (min-width:815px) {
  .history-wrapper {
    max-width: 600px;
  }
}

@media (min-width:1200px) {
  .history-wrapper {
    max-width: 800px;
  }
}

.history-wrapper h2 {
  font-family: 'Domine';
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  color: #9C8034;
  padding: 50px 0 20px;
  text-align: center;
}

@media (min-width:815px) {
  .history-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 80px 0 30px;
  }
}

.history-wrapper p {
  font-family: 'Quicksand';
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}

@media (min-width:815px) {
  .history-wrapper p {
    font-size: 17px;
    line-height: 22px;
  }
}

.production-container {
  width: 100%;
  min-width: 325px;
  overflow: hidden;
}

.production-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}

.production-wrapper::before {
  content: "";
  height: 350px;
  width: 350px;
  position: absolute;
  left: -180px;
  background-image: url(images/background-logo.svg);
  background-size: cover;
  transform: rotate(-210deg);
  z-index: -10;
}

@media (max-width:815px) {
  .production-wrapper::before {
    height: 250px;
    width: 250px;
    left: -120px;
    top: 50px;
    transform: rotate(-230deg);
  }
}

.production-wrapper::after {
  content: "";
  height: 350px;
  width: 350px;
  position: absolute;
  top: 190px;
  right: -140px;
  background-image: url("images/background-logo.svg");
  background-size: cover;
  z-index: -10;
  transform: rotate(-10deg);
}

@media (max-width:815px) {
  .production-wrapper::after {
    height: 250px;
    width: 250px;
    top: 100px;
    right: -100px;
    transform: rotate(-20deg);
  }
}

@media (min-width:815px) {
  .production-wrapper {
    max-width: 600px;
  }
}

@media (min-width:1200px) {
  .production-wrapper {
    max-width: 830px;
  }
}
    
.production-text {
  text-align: center;
  padding: 30px;
}

.production-text h2 {
  font-family: 'Domine';
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #9C8034;
}

@media (min-width:815px) {
  .production-text h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 10px 0 20px;
  }
}

/* .production-text h3 {
  font-family: 'Domine';
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #9C8034;
  text-align: start;
  font-style: italic;
}

@media (min-width:815px) {
  .production-text h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 0 20px;
  }
} */

.production-text p {
  font-family: 'Quicksand';
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #561717;
  z-index: 200px;
}

@media (min-width:815px) {
  .production-text p {
    font-size: 17px;
    line-height: 26px;
  }
}
    
.production-logos {
  padding: 0 20px 40px;
  display: flex;
  justify-content: space-around;
}

@media (min-width:815px) {
  .production-logos {
    padding: 40px 130px;
  }
}

.production-logos img {
    width: 60px;
}

@media (min-width:815px) {
  .production-logos img {
    width: 90px;
  }
}

.footer-container {
  width: 100%;
  background-color: #41311A;
  min-width: 325px;
}

@media (min-width:815px) {
  .footer-container {
    padding-bottom: 30px;
  }
}

.footer-wrapper {
  padding: 40px 30px 15px;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

@media (min-width:815px) {
  .footer-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width:1200px) {
  .footer-wrapper {
    max-width: 815px;
    margin: 0 auto;
  }
}

.footer-contact {
  padding-bottom: 50px;
}

.footer-contact--title {
  color: #9C8034;
  font-family: 'Domine';
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}

@media (min-width:815px) {
  .footer-contact--title {
    font-size: 28px;
    line-height: 32px;
  }
}

.footer-contact--data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Quicksand';
  color: #F8EFDB;
  font-size: 15px;
}

@media (max-width:350px) {
  .footer-contact--mail {
    margin-left: 2px;
  }
}

.footer-contact--cellphone, .footer-contact--mail, .footer-contact--mail-jp, .footer-contact--location {
  padding-left: 17px;
  position: relative;
  color: #f8efdb;
}

.footer-contact--mail {
  min-width: 180px;
  margin-bottom: 15px;
}


.footer-contact--mail-jp {
  min-width: 180px;
  margin-bottom: 15px;
}

.footer-contact--location {
  min-width: 180px;
}
.footer-contact--cellphone {
  margin-bottom: 15px;
  min-width: 180px;
}

@media (min-width:815px) {
  .footer-contact--cellphone {
    padding-left: 28px;
  }
}

.footer-contact--cellphone::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 1px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-contact--cellphone::before{
  background-image: url("images/cellphone.svg");
}

@media (min-width:815px) {
  .footer-contact--cellphone::before {
    width: 21px;
    height: 21px;
  }
}

.footer-contact--mail::before{
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-contact--mail-jp {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-contact--mail::before {
  background-image: url("images/mail.svg");
  width: 15px;
  height: 15px;
  top: 5px;
  left: -3px;
}

.footer-contact--mail-jp::before {
  background-image: url("images/fax.svg");
  width: 20px;
  height: 20px;
  top: 5px;
  left: -3px;
}



.footer-contact--location::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 0px;
  left: -1px;
  background-image: url("images/location.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width:815px) {
  .footer-contact--location::before {
    width: 23px;
    height: 23px;
    left: -9px;
    top: -4px;
  }
}


@media (min-width:815px) {
  .footer-contact--mail::before {
    width: 23px;
    height: 23px;
    left: -12px;
    top: 2px;
  }
}


@media (max-width: 1200px) {
  .footer-contact--location {
    margin-top: 15px;
    margin-left: 8px;
  }
}

@media (max-width: 814px) {
  .footer-contact--location {
    margin-top: 0;
    margin-left: 0;
  }
}
.footer-logo {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  margin-top: 70px;
}

.footer-logo img {
  width: 160px;
}

@media (min-width:815px) {
  .footer-logo img {
    width: 230px;
    padding-bottom: 30px;
  }
}
 
.footer-rights{
  color: #B29660;
  font-family: 'Quicksand';
  font-size: 11px;
  text-align: center;
}

@media (min-width:815px) {
  .footer-rights{
    font-size: 15px;
  }
}

span.text-bold { 
  font-weight: 700;
}


/* Animation */
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-3000px *2))}
}

/*  Styling  */

#logos-home-page {
  background-color: #193A20;
  min-width: 325px;
}

#logos-home-page .slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#logos-home-page .slide-track {
  animation: scroll 80s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
	
#logos-home-page div.slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-title {
  color: #f8efdb;
  font-family: 'Domine', serif;
  font-size: 22px;
  margin-bottom: 15px;
}

.location-subtitle {
  color: #f8efdb;
  font-family: 'Domine', serif;
  font-size: 16px;
  margin-bottom: 30px;
}

.location-title-jp {
  color: #f8efdb;
  font-family: 'Domine', serif;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 50px;
  line-height: 26px;
}

.japan-area {
  .footer-contact--mail::before {
    background-image: url("images/fax.svg");
    top: -3px;
    left: -14px;
  }
}

@media (max-width:815px) {
  .japan-area {
    .footer-contact--mail::before  {
        top: 0px;
        left: -4px;
      }
  }
}

@media (max-width:815px) {
  .japan-area {
    .footer-contact--cellphone::before  {
        top: 0px;
        left: -4px;
      }
  }
}

.japan-area {
  .footer-contact--cellphone::before{
    background-image: url("images/phone.svg");
    width: 18px;
    height: 18px;
  }
}
.japan-area {
  .footer-contact--location {
    line-height: 21px;
  }
}

@media (max-width:815px) {
  .location-title, .location-title-jp {
    font-size: 18px;
  } 
  .location-title-jp {
    margin-bottom: 5px;
  }
}