/**
* Template Name: Gp
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  /* color: #0081c3; */
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0081c3;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #0081c3;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #0081c3;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* background: url("../../images/HomePnsl.jpg") top center; */
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #0081c3;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 3px solid #ffc107;
  height: 100%;
  text-align: center;
  border-radius: 23px;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #0081c3;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #0081c3;
}

#hero .icon-box:hover {
  border-color: #0081c3;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.verMais {
  color: #154295!important;
  text-decoration: none!important;
  margin: 0!important;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #0081c3;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0081c3;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0081c3;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


.logoimg {
  width: 102px;
  height: 80px;
}

@media (min-width: 279px) and (max-width: 319px) {
  .logoimg {
    width: 70px;
    height: 70px;
    margin-right: 9%;
  }

  .bordaform {
    border: 1px solid #cccccc;
    background-color: #f9fafb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 35% !important;
  }
  .limitecaractere {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Define o número de linhas a serem exibidas */
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    /* Ajuste conforme necessário */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    /* Apenas para fins de demonstração - você pode personalizar isso */
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    color: #707070 !important;
  }

  .limitecaractereTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
  }

  .limitecaractereText {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    margin: 0;
  }

  .limiteName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 5px !important;
    font-size: 1.15rem;
  }

  .limiteNameListArquivo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 1.15rem;
    padding: 0 5%;
  }

  .limiteTextTable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    padding: 5px 67px 0px 0 !important;
    font-size: 1.15rem;
    margin: 33px;
  }

  .limiteTextNoticias {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 74.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 3% 0 3%;
  }
  .noticiagrid {
    display: flex;
    padding: 8% 2% !important;
    flex-direction: column;
}
}

@media (min-width: 320px) and (max-width: 375px) {
  .logoimg {
    width: 102px;
    height: 80px;
    margin-right: 17%;
  }

  .bordaform {
    border: 1px solid #cccccc;
    background-color: #f9fafb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 35% !important;
  }

  .limitecaractere {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Define o número de linhas a serem exibidas */
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    /* Ajuste conforme necessário */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    /* Apenas para fins de demonstração - você pode personalizar isso */
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    color: #707070 !important;
  }

  .limitecaractereTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
  }

  .limitecaractereText {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    margin: 0;
  }

  .limiteName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 5px !important;
    font-size: 1.15rem;
  }

  .limiteNameListArquivo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 1.15rem;
    padding: 0 5%;
  }

  .limiteTextTable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    padding: 5px 67px 0px 0 !important;
    font-size: 1.15rem;
    margin: 33px;
  }

  .limiteTextNoticias {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 74.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 3% 0 3%;
  }
  .noticiagrid {
    display: flex;
    padding: 8% 2% !important;
    flex-direction: column;
  }
}

@media (min-width: 376px) and (max-width: 410px) {
  .logoimg {
    width: 102px;
    height: 80px;
    margin-right: 28%;
  }

  .bordaform {
    border: 1px solid #cccccc;
    background-color: #f9fafb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 35% !important;
  }

  .limitecaractere {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Define o número de linhas a serem exibidas */
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    /* Ajuste conforme necessário */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    /* Apenas para fins de demonstração - você pode personalizar isso */
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    color: #707070 !important;
  }

  .limitecaractereTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
  }

  .limitecaractereText {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    margin: 0;
  }

  .limiteName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 5px !important;
    font-size: 1.15rem;
  }

  .limiteNameListArquivo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 1.15rem;
    padding: 0 5%;
  }

  .limiteTextTable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    padding: 5px 67px 0px 0 !important;
    font-size: 1.15rem;
    margin: 33px;
  }

  .limiteTextNoticias {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 74.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 3% 0 3%;
  }

  .noticiagrid {
    display: flex;
    padding: 8% 2% !important;
    flex-direction: column;
  }
}

@media (min-width: 411px) and (max-width: 500px) {
  .logoimg {
    width: 102px;
    height: 80px;
    margin-right: 28%;
  }

  .bordaform {
    border: 1px solid #cccccc;
    background-color: #f9fafb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 35% !important;
  }
  .limitecaractere {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Define o número de linhas a serem exibidas */
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    /* Ajuste conforme necessário */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    /* Apenas para fins de demonstração - você pode personalizar isso */
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    color: #707070 !important;
  }

  .limitecaractereTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
  }

  .limitecaractereText {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    margin: 0;
  }

  .limiteName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 5px !important;
    font-size: 1.15rem;
  }

  .limiteNameListArquivo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 1.15rem;
    padding: 0 5%;
  }

  .limiteTextTable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    padding: 5px 67px 0px 0 !important;
    font-size: 1.15rem;
    margin: 33px;
  }

  .limiteTextNoticias {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 74.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 3% 0 3%;
  }

  .noticiagrid {
    display: flex;
    padding: 8% 2% !important;
    flex-direction: column;
  }
}

@media (min-width: 501px) and (max-width: 550px) {
  .logoimg {
    width: 102px;
    height: 80px;
    margin-right: 45%;
  }

  .bordaform {
    border: 1px solid #cccccc;
    background-color: #f9fafb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 25%;
  }
  .limitecaractere {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Define o número de linhas a serem exibidas */
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    /* Ajuste conforme necessário */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    /* Apenas para fins de demonstração - você pode personalizar isso */
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    color: #707070 !important;
  }

  .limitecaractereTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
  }

  .limitecaractereText {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.79rem;
    margin: 0;
  }

  .limiteName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 5px !important;
    font-size: 1.15rem;
  }

  .limiteNameListArquivo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 1.15rem;
    padding: 0 5%;
  }

  .limiteTextTable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    padding: 5px 67px 0px 0 !important;
    font-size: 1.15rem;
    margin: 33px;
  }

  .limiteTextNoticias {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 74.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 3% 0 3%;
  }
  .noticiagrid {
    display: flex;
    padding: 8% 2% !important;
    flex-direction: column;
  }
}

/* / Video / */

#scrolls::-webkit-scrollbar {
  width: 0.5rem;
  /* Largura mínima da barra de rolagem (não será visível) */
}

#scrolls {
  width: 100%;
  margin: 0px auto;
  overflow-y: hidden;
}

#scrolls ul {
  margin: 0;
  padding: 0;
  display: table;
  list-style: none;
}

#scrolls li {
  padding: 0px 0px;
  min-width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.video {
  height: 490px;
}

iframe {
  height: 240px;
  width: 72%;
}

ul {
  list-style-type: none;
}

.noticiagrid {
  display: flex;
  padding: 2% !important;
}

.tituloform {
  font-family: Quicksand, Open Sans, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
  font-weight: 700;
}

.titulo2form {
  font-family: Quicksand, Open Sans, sans-serif;
  font-weight: 600;
  color: #2d466b;
}

.borda {
  font-family: Quicksand, Open Sans, sans-serif;
  border: 1px solid #cccccc;
  background-color: #f9fafb;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  padding: 1%;
}

.bordaform {
  font-family: Quicksand, Open Sans, sans-serif;
  border: 1px solid #cccccc;
  background-color: #f9fafb;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  padding: 2% 2% 10% 2%;
  border-radius: 10px;
}

.bordacheck {
  font-family: Quicksand, Open Sans, sans-serif;
  border: 1px solid #cccccc;
  background-color: #f9fafb;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
canvas {
  border: 5px solid #d1cbcb;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

.limitecaractere {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Define o número de linhas a serem exibidas */
  -webkit-box-orient: vertical;
  max-height: 4.2em;
  /* Ajuste conforme necessário */
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  /* Apenas para fins de demonstração - você pode personalizar isso */
  white-space: normal;
  word-wrap: break-word;
  font-size: 0.79rem;
  color: #707070 !important;
}

.limitecaractereTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  white-space: normal;
  word-wrap: break-word;
  font-size: 0.79rem;
}

.limitecaractereText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding: 0 5px; */
  white-space: normal;
  word-wrap: break-word;
  font-size: 0.79rem;
  margin: 0;
}

.limiteName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 5px !important;
  font-size: 1.15rem;
}

.limiteNameListArquivo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 1.15rem;
  padding: 0 5%;
}

.limiteTextTable {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
  padding: 5px 67px 0px 0 !important;
  font-size: 1.15rem;
  margin: 33px;
}

.limiteTextNoticias {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  max-height: 66.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  padding: 17px 5% 0;
  text-align: justify;
  font-size: 15px;
}

.boxartigoimg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.caption p {
  color: #707070;
}

.img-noticia {
  width: 1920px;
  height: 115px;
  object-fit: cover;
}

.img-exibirnoticia {
  width: 1920px;
  height: 800px;
  object-fit: cover;
}

.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#miniatura-container {
  display: flex;
  flex-wrap: wrap;
}

.miniatura {
  margin: 5px;
  max-width: 100px;
  /* Ajuste o tamanho máximo conforme necessário */
  max-height: 100px;
  /* Ajuste o tamanho máximo conforme necessário */
}
