@import url('header.css');
@import url('vitrine.css');
@import url('lancamentos.css');
@import url('footer.css');
@import url('responsive.css');
@import url('reserva-pipa.css');
@import url('typography.css');

html {
  scroll-behavior: smooth;
}

body {
  font-family: Avenir;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: black;
}

.certificate-box {
    background-color: #1b4a9b !important;
    transform: translateX(-7px) translateY(-7px) !important;
    padding: 0 !important;
}

section.noticias,
.noticia-listagem {
    background: #F2F2F2;
}
section.noticias .img-noticias {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 15px 0 15px 0;
    margin-bottom: 25px;
}
section.noticias h3 {
    font-family: Avenir-bold;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #4f4f4f;
    margin: 0 0 15px;
}
section.noticias p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #4f4f4f;
}
section.noticias a.item {
    display: table;
    margin-bottom: 30px;
}

section.noticia-listagem .img-noticia-listagem {
    display: table;
    width: 60%;
    border-radius: 15px 0 15px 0;
    margin: 0 auto 30px;
}
section.noticia-listagem h1 {
    font-family: Avenir-bold;
    font-weight: bold;
    font-size: 30px;
    line-height: 28px;
    color: #4f4f4f;
    margin: 0 0 30px;
}
section.noticia-listagem p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #4f4f4f;
    margin-bottom: 15px;
}

.compartilhar.mt-5 {
    display: flex;
    align-items: center;
}
section.noticia-listagem .compartilhar.mt-5 p {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
.compartilhar.mt-5 img {
    width: 25px;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    section.noticia-listagem .img-noticia-listagem {
        width: 90%;
    }
}