<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');
#cardsNews {
  display: flex;
  justify-content: center;
  background-color: var(--white);
  padding: 50px 0;
}

#cardsNews.container {
  padding: 0;
}

.listCards {
 /* padding: 20px 0;
  margin-top: 10px; */
}

@media (max-width: 439px) {
/*   .card-responsive {
    padding: 10px 2px;
  } */
}

.cards {
  border: 1px solid #e0e0e0;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
}


.cards-header {
  overflow: hidden;
  /* aspect-ratio: 0.5; */
  position: relative;
  height: 296px;
}

.listCards .cards .cards-header .imgCards {
  position: absolute;
  width: 100%;
  height: 230px;
  top: 0%;
  left: -50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(50%, 0%);
}

.listCards .cards .card-body-news {
  margin-top: -6rem;
  padding: 5px 10px !important;
  text-align: justify !important;
  min-height: 240px;
}

.listCards .cards .card-body-news &gt; p{
  font-size:1.7rem;
  color:var(--blueO)
}

.listCards .cards .card-body-news .lineSeparar {
  width: 100px;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.title-profiles {
  font-size: 22px;
  color: var(--blueO);
  text-align: start;
  padding-top: 41px;
  word-wrap: break-word;
  font-weight: 600;
}

.lineSeparar {
  height: 2px;
  width: 100%;
  text-align: center;
  position: relative;
  background: #83bd45;
  margin-bottom: 20px;
  border: 0;
}

.btnenviar {
  display: flex;
  justify-content: center;
  --color: var(--blueO);
  font-family: inherit;
  width: 12.5em;
  height: 2.6em;
  line-height: 2.5em;
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--blueO);
  transition: color .5s;
   z-index: 1; 
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  align-items: center;
  color: var(--blueO);
 }
 
 .btnenviar:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--blueO);
  height: 250px;
  width: 350px;
  border-radius: 50%;
 }
 
 .btnenviar:hover {
  color: #fff;
 }
 
 .btnenviar:before {
  top: 100%;
  left: 100%;
  transition: all .7s;
 }
 
 .btnenviar:hover:before {
  top: -50px;
  left: -50px;
 }
 
 .btnenviar:active:before {
  background: #3a599b;
  transition: background 0s;
 }
.listCards .cards .btnenviar {
  width: 110px;
}
</pre></body></html>