/*
* **********************************
* ################################## ESTILOS DO INDEX
* **********************************
*/

/*
========================
======================== ESTILOS GERAIS DO ÍNDICE
========================
*/

/*
========================
======================== BANNER
========================
*/

.banner-item {
  position: relative;
}

.banner-item img.desktop {
  display: block;
}

.banner-item img.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .banner-item img.desktop {
    display: none;
  }

  .banner-item img.mobile {
    display: block;
  }
}

.banner-item-header {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 180px;
}


@media(max-width: 1300px) {
  .banner-item-header {
    padding-top: 130px;
  }
}

@media(max-width: 1024px) {
  .banner-item-header {
    display: none !important;
  }
}


.banner-item-header header {
  width: 400px;
}


@media(max-width: 1100px) {
  .banner-item-header header {
    width: 600px;
  }
  
}



.banner-item-header header h1 {
  font-size: 4rem;
  line-height: 4.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #393d42;
}

.banner-item-header header h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #393d42;
  margin-top: 1.5rem;
}

.banner-item-header header p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
  color: #393d42;
  margin-top: 1.5rem;
}

.banner-item-header header .btn {
  background-color: #00633d;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.banner-item-header header .btn:hover {
  background-color: #043120;
}

/*
========================
======================== NEWS HIGHLIGHTS
========================
*/

.news-highlights {
  padding-top: 5rem;
}

.news-highlights-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-highlights-item-cover {
  flex-basis: 50%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

@media(max-width: 1024px){
  .news-highlights-item-cover {
    flex-basis: 100%;
  }
}

.news-highlights-item-cover img {
  min-width: 100%;
  height: 370px;
  object-fit: cover;
}

.news-highlights-item-effect {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-highlights-item:hover .news-highlights-item-effect {
  opacity: 1;
  transition: 0.4s;
}

.news-highlights-item-effect i {
  font-size: 3rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
}

.news-highlights-item-header {
  flex-basis: 50%;
  padding-left: 30px;
}

@media(max-width: 1024px){
  .news-highlights-item-header {
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
}

.news-highlights-item-header h1 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #393d42;
}

.news-highlights-item:hover .news-highlights-item-header h1 {
  text-decoration: underline;
}

.news-highlights-item-header p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #393d42;
  margin-top: 2rem;
}


.news-highlights-item-header p.date{
  color: #71bf43;
  margin-top: 2rem;
}

.news-highlights-item-header p i {
  margin-right: 0.5rem;
}


/*
========================
======================== NEWS
========================
*/

.news {
  padding-top: 5rem;
}

.news .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

@media(max-width: 1024px){
  .news .container {
    grid-template-columns: 100%;
  }  
}

.news-item-cover {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.news-item-cover img {
  min-width: 100%;
  height: 240px;
  object-fit: cover;
}

.news-item-effect {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-item:hover .news-item-effect {
  opacity: 1;
  transition: 0.4s;
}

.news-item-effect i {
  font-size: 3rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
}

.news-item-header {
  margin-top: 1.5rem;
}

@media(max-width: 1024px){
  .news-item-header {
    text-align: center;
  }
}


.news-item-header h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  color: #393d42;
}

.news-item:hover .news-item-header h1 {
  text-decoration: underline;
}

.news-item-header p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #71bf43;
  margin-top: 1rem;
}

.news-item-header p i {
  margin-right: 0.5rem;
}

/*
========================
======================== BULLETINS
========================
*/

.bulletins {
  padding-top: 5rem;
}

.bulletins .container {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bulletins-left {
  width: 50%;
}

@media(max-width: 1024px){
  .bulletins-left {
    width: 100%;
  }
}


.bulletins-right {
  width: 50%;
  padding-left: 2rem;
}

@media(max-width: 1024px){
  .bulletins-right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
}


.bulletins-right h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #393d42;
  max-width: 320px;
}

@media(max-width: 1024px){
  .bulletins-right h2{
    max-width: 100%;
  }
}

.bulletins-right p.date{
  font-size: 1.6rem;
  font-weight: 300;
  color: #71bf43;
  margin-top: 2rem;
}

.bulletins-right p i {
  margin-right: 0.5rem;
}

.bulletins-right .btn{
  background: transparent;
  display: inline-block;
  margin-top: 2rem;
  border: 1px solid #71bf43;
  color: #393d42;
  padding: 1.5rem 3rem;
  letter-spacing: 3px;
}

.bulletins-right .btn:hover{
  background: #71bf43;
  color: #FFF;
}

/*
========================
======================== VIDEOS
========================
*/

.videos {
  padding-top: 5rem;
}

.videos .container {
  background-color: #f0f3f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
}

.videos-left {
  width: 50%;
}

@media(max-width: 1024px){
  .videos-left {
    width: 100%;
  }
}

.videos-left img {
  min-width: 100%;
  height: 328px;
  object-fit: cover;
}

.videos-right {
  width: 50%;
  padding-left: 2rem;
}

@media(max-width: 1024px){
  .videos-right {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}

.videos-right h2 {
  max-width: 420px;
}

.videos-right h2 a{
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  color: #393d42;
}

.videos-right h2 a:hover{
  text-decoration: underline;
}

.videos-right p.date{
  font-size: 1.6rem;
  font-weight: 300;
  color: #71bf43;
  margin-top: 2rem;
}

.videos-right p i {
  margin-right: 0.5rem;
}

