/* UTILS */
.center-content {
  max-width: 80vw;
  margin: 0 auto;
}
.end_links{
    display:flex;
}
.end_links p, .end_links a{
     text-transform: uppercase;
}

.footer_copy {
  text-align: center;
  background-color: #ffffff;
}
.footer_copy p {
  font-size: 0.7em;
  color: #696969;
 
}

.newslatter.content {
    padding-top: 0px;
    width: 100%;
    max-width: unset;
    margin: auto;
    padding-bottom:1em;
}
.footer.container {
    display: block;
    width: 100%;
}
.rodape_veras_left{
    display: flex;
    flex-direction: column;
}
.logo_rodape img{
    width: 350px;
    margin-bottom:2em;
    margin-right: 2em;
}
.center-content--large {
  max-width: 100vw;
  margin: 0 auto;
}
.rodape_veras{
    display:flex;
     flex-direction: column;
}
.rodape_veras h2{
    font-size:20px;
    color:#6B6B6B;
    text-transform: uppercase;
    font-family: "gotham-book";
}
.end_links li{
    margin-bottom:0.5em;
}
  .end_links{
        width:100%;
        justify-content:space-around;
        text-align: left;
    }
    .end_links div{
        width:50%;
    }
.share-img-txt{
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
    font-size:16px;
    
}
.img-share{
    width: 17px;
    margin-left: 0.5em;
}
.news-geral{
    width:355px;
    height:170px;
    
}
.news-geral h2{
    margin-top:0;
}
.newslatter{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.veras_sociais ul{
    display:flex;
    justify-content: space-around;
    text-transform: uppercase;
}
.veras_sociais ul a{
    margin-right:0.5em;
    font-size: 14px;
}


/* UTILS TOO */
.default-main {
  width: auto;
  height: 100%;
}

.fullImage--screen {
  width: 100%;
  /* height: 200px; */
  max-height: 600px;
  object-fit: cover;
}

.fullImage--layout {
  /* font-size: 2rem; */
  width: 100%;
  display: block;
}

.youtube-iframe {
  margin: 0;
  width: 100%;
  max-height: 576px;
}

.default-h1 {
  font-size: 1.25rem;
  font-weight: 400;
  color: black;

  line-height: 1.7;
  padding: 1.9rem 0 1rem 0;
  text-align: center;
  text-transform: uppercase;
}

.display-h1 {
  font-family: "adieu-regular" !important;
  font-size: 2rem;
  font-weight: 400;
  color: black;

  /* line-height: 1.7; */
  text-transform: uppercase;
}

.display-h1--bold {
  font-weight: 1000;
}

.display-h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #a0a0a0;

  /* line-height: 1.7; */
  text-transform: uppercase;
}

.default-h2 {
  font-size: 1.05em;

  padding: 1em 0;
  line-height: 1;
  text-transform: uppercase;
}

.default-h2--subtitle {
}

.text1X {
  font-size: 1.05rem;
  line-height: 1.5;
}

.text2X {
  font-size: 1.15rem;
  line-height: 1.4;
}

.text1X--dateFormat {
  font-weight: 300;
  text-transform: uppercase;
}

.text2X--summary {
  margin: 2rem auto 1.35rem auto;
  font-weight: 300;
}

.add-more {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;

  color: #0A7557 !important;
  background-color: #D74C9D;
}

.see-more-area {
  width: 100%;
  height: 30px;
  padding: 0 0 4px 20px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
}

.see-more-button {
  content: "";
  position: absolute;
  background-color: #000;
  height: 4px;
  width: 20px;
}

.see-more-button::after {
  content: "";
  height: 4px;
  width: 20px;
  position: absolute;

  transform: rotate(90deg);
  background-color: #000;
}

.see-more-button--right {
  right: 0;
}

.topic-title {
  line-height: 1;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1rem;
}

.button-a-text {
  background-color: #007b54;
  color: white;
  text-transform: uppercase;
  width: 200px;

  padding: 0.5rem 2rem;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 auto;
}

@media (min-width: 425px) {
  .default-h1 {
    text-align: start;
  }

  .text1X {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .text2X--summary {
    margin: 1.5em auto;
  }
}

@media (min-width: 768px) {
    .rodape_veras_left{
        display: flex;
        flex-direction: column;
        width: 50%;
        max-width:375px;
    }
    .end_links{
        width:100%;
        justify-content:space-around;
    }
    .end_links div{
        width:50%;
    }
    .rodape_veras{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    }
    .news-geral{
        margin-left:1em;
    }
  
  .default-h1 {
    line-height: 1.7;
    padding: 1.8rem 0 1.4rem 0;
  }

  .display-h1 {
    font-size: 3rem;
  }

  .display-h2--menu {
    font-size: 2.5rem;
  }

  .default-h2 {
    font-size: 1.1em;
  }

  .text2X {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .text2X--summary {
    margin: 1.8em auto;
  }

  .fullImage--screen {
    height: unset;
  }

  .button-a-text {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .center-content {
    max-width: 60vw;
  }

  .display-h1--menu {
    font-size: 3rem !important;
  }

  .display-h1 {
    font-size: 4.5rem;
  }

  .default-h1 {
    line-height: 1.7;
    font-size: 1.45rem;
    padding: 2.2rem 0 1.8rem 0;
  }

  .default-h2 {
    font-size: 1.2em;
  }

  .text1X {
    font-size: 1.18rem !important;
    line-height: 1.6;
  }

  .text2X {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .text1X--dateFormat {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
  }

  .see-more-area {
    height: 50px;
    padding: 0 0 0 20px;
    border-top: 1px solid #000;
  }

  .button-a-text {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1440px) {
    .rodape_veras_left {
      flex-direction: row;
      width: 65%;
      max-width: unset;
    }
    .logo_rodape{
        margin-right:2em;
    }
  .center-content {
    max-width: 50vw;
  }
  .end_link{
      width:68%;
  }
  .end_links div {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

  .default-h1 {
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 3rem 0 2.4rem 0;
  }

  .display-h1 {
    font-size: 6rem;
  }

  .default-h2 {
    font-size: 1.3em;
  }

  .text1X {
    font-size: 1.25rem !important;
    line-height: 1.8;
  }

  .text2X--summary {
    margin: 3rem auto 4rem auto;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

@media (min-width: 1740px) {
  .center-content {
    max-width: 40vw;
  }
}
