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

@font-face {
  font-family: 'Amertha';
  src: url('/assets/fonts/Amertha.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
  overflow-x: hidden;
}

.our-history-container {
  background-image: url(/assets/imagens/BGs/grafismo-sobre-nos.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 15%;
}

.blue-text {
  color: #063380;
}

.green-text {
  color: #037728;
}
.white-text{
  color: white;
}
.yellow-text{
  color: #E9C904;
}
.upper-text {
  text-transform: uppercase;
}

.italic-text {
  font-style: italic;
}
.bold-text {
  font-weight: 900;
}
.text-paragraph {
  color: #595958;
}
p {
  color: #595958;
}

.text-paragraph-in-blue-container {
  color: white;
}

.history-content-container {
  width: 80%;
}

.our-history-title {
  color: #063380;
  font-weight: 800;
}

.our-history-subtitle {
  padding: 10px 0px;
}

.btn-sobre-nos-container {
  background-image: url(/assets/imagens/botao-sobre-nos.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 800px;
  height: 220px;
  display: flex;
  align-items: center;
}

.text-btn {
  color: white;
}

.btn-sobre-nos-container a {
  display: flex;
  text-decoration: none;
  font-size: 25px;
  margin-left: 15%;
}

.we-offer {
  margin: 40px 0px;
  background-image: url(/assets/imagens/BGs/bg-fundo-items.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.we-offer p {
  width: 80%;
  padding: 0px 15%;
}

.our-structure-container {
  background-color: #E5E6E7;
  margin: 100px 0px;
}

.our-structure {
  display: flex;
  align-items: center;
}

article {
  padding: 40px 5% 40px 15%;
  width: 100%;
}

.img-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  margin: -50px 0px;
}

.img-gallery img {
  width: 50%;
}

.buttons-container{
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  width: 600px;
}
.div-buttons{
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.div-buttons img{
  width: 100%;
}


.container {
  background-image: url(/assets/imagens/BGs/banner-sobre-nos.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
  min-width: 1333px;
}

.imagem {
  box-sizing: border-box;
  margin-left: 63%;
  margin-right: 10%;
}

.img-logo {
  margin-top: 15%;
  width: 60%;
  max-width: 400px;
}

.textos {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  display: flex;
  color: #fff;
  min-width: 300px;
  margin-left: 61%;
}

.primeiro-par {
  margin-top: 10px;
  font-size: 25px;
  text-align: center;
  display: flex;
  max-width: 450px;
  flex-direction: column;
}

.row-line-two {
  margin-left: 14%;
}

.inovacao {
  font-weight: 100;
  color: #fff;
}

.sustentaveis {
  margin-left: -50px;
}

.segundo-par {
  font-weight: 100;
  max-width: 200px;
  text-align: center;
  display: flex;
  max-width: 320px;
  flex-direction: column;
  margin-left: 70px;
  margin-top: -40px;
}

.segundo-par span {
  font-family: 'Amertha';
}

.conheca {
  max-height: 50px;
  font-size: 50px;
  max-width: 150px;
  margin-left: 20px;
}

.nossa {
  font-size: 50px;
  max-height: 30px;
  margin-left: 70px;
  margin-top: -10px;
}

.linha-pai {
  display: flex;
  margin-top: 22%;
  max-width: 330px;
}

.linha {
  border-top: 1px solid #fff;
  width: 100vw;
}

.policy-section{
  background-image: url(/assets/imagens/BGs/banner-politicas-sobrenos.png);
  background-position: center;
  background-size: 100%;
  height: 600px;
}
.policy-container{
  margin: 100px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 70%;
  padding-left: 15%;
}
.policy-title{
  margin: 0;
}
.policy-subtitle{
  margin: 5px 0px 10px 0px;
}
.policy-starting-title{
  margin: 25px 0px 0px 0px;
}
.policy-container ul{
  margin: 0px;
  font-size: 16px;
  list-style-type: none;
}
.policy-container ul li{
  margin: 20px 0px;
}
.policy-container ul li::before{
  content: '•';
  color: #E9C904; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 25px;
}

@media (max-width: 500px) {
  .btn-sobre-nos-container {
    background-image: none;
    background-color: #1E89D2;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: auto;
    display: flex;
    align-items: center;
  }

  .btn-sobre-nos-container a {
    width: 80%;
    text-align: center;
    display: flex;
    text-decoration: none;
    font-size: 25px;
    margin: auto;
  }

  .we-offer {
    margin: 40px 0px;
    padding: 30px 0px;
    background-image: none;
    background-color: #063380;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .our-structure{
    flex-direction: column;
  }
  .our-structure article{
    padding: 15%;
  }
  .img-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: -50px 0px;
  }
  .buttons-container{
    width: 100%;
    display: block;
    text-align: center;
  }
  .div-buttons, .div-buttons a, .div-buttons img{
    width: 100%;
    padding: 0px;
  }

  .container {
    background-image: none;
    background-color: #1E89D2;
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
  }
  .div-buttons {
    padding: 0px 15%;
    display: flex;
    gap: 40px;
  }


  .imagem {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 20px;
  }

  .img-logo {
    margin: auto;
    margin-top: 15%;
    width: 50%;
    max-width: auto;
  }

  .textos {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    display: flex;
    color: #fff;
    min-width: 0px;
    margin-left: auto;
  }

  .primeiro-par {
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
    display: flex;
    max-width: 450px;
    flex-direction: column;
  }
  .policy-section{
    background-image: none;
    background-color: #073B94;
    margin: 150px 0px;
    padding: 30px 0px;
    height: auto;
  }
  .policy-container{
    width: 80%;
    margin: auto;
    padding: 40px 0px;
  }
}