.eventos{
    font-family: 'open sans';
}
.eventos .banner-topo{
  height: 487px;
    background-size:cover; 
  background-position:center; 
  border-radius: 20px;
}

.eventos .banner-topo .info-banner{
  padding: 135px;
  padding-top: 200px;
  color:#fff;
}

.eventos .banner-topo .info-banner h1,
.eventos .banner-topo .info-banner p{
  width: 35%;
}
.eventos .btn-default{
    padding: 7.5px 20px 8.5px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: #0072BC;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    text-decoration: none;
}

.eventos .card-blue{
    background: #032A64;
}
.eventos .card-blue h2{
    color: #fff;
}
.eventos .component-box-icon-cinza .component-box-content{
    height: 100%;
}
.evento .banner-topo h1, .evento .banner-topo .info-banner p{
    width: 100%;
}
.evento .banner-topo{
    height: 100%;
}
.evento strong{
    font-weight: bold;
}
.eventos .pagination{
    display: flex;
    justify-content: center;

}
.eventos .pagination .btn{
    color: var(--color-black-80, rgba(0, 0, 0, 0.80));
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.eventos .pagination .pg-btn.page-start{
    color: #E43470;
    font-weight: 700;
}
.eventos .pagination .pg-btn.page-end{
    font-weight: 700;
}
.eventos .pagination .btn.active{
    border-color: transparent;
    color: #E43470;
}

.eventos .eventos-container{
  display: contents;
}
@media (max-width: 768px) {
  .eventos .topo{
    padding: 0 20px;
  }

  .eventos .banner-topo{
    height: auto; /* deixa crescer conforme o conteúdo */
    padding-bottom: 40px;
  }

  .eventos .banner-topo .info-banner{
    padding: 40px 20px; /* muito mais leve */
  }

  .eventos .banner-topo .info-banner h1,
  .eventos .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }

  .eventos .banner-topo .info-banner h1{
    font-size: 28px;
    line-height: 1.2;
  }

  .eventos .banner-topo .info-banner p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .eventos .card-campanha{
        height: 430px;
    }
    .eventos .card-campanha-body .description{
        height: 120px;
    }
  .eventos .card-blue h2, .eventos .component-box-icon-cinza .component-box-content h2{
    font-size: 20px;
  }
  .eventos .component-box-icon-cinza{
    height: 250px;
  }
  #page-institucional.eventos .titulo1{
    font-size: 20px;
  }
  #page-institucional.eventos .links .btn{
    margin-bottom: .5rem;
  }
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
  .eventos .banner-topo .info-banner{
    padding: 30px 15px;
  }

  .eventos .banner-topo .info-banner h1{
    font-size: 24px;
  }

  .eventos .banner-topo .info-banner p{
    font-size: 15px;
  }
}