@import 'fonts.css';

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1250px;
    color: #282828;
}
section.max-none{
    max-width: none;
}
line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
content{
    display         : flex;
    flex-direction  : column;
    justify-content : flex-start;
    align-items     : center;
    width           : 100%;
    height          : 100%;
    padding-top     : 2px;
}
html, body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    scroll-behavior: smooth;
}
a, a:hover, a:focus, a:active, a:visited{
    text-decoration: none;
    color: inherit;
}

.titulo{
  font-size: 1em;
  line-height: 19px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: poppinsMedium;
  color: #282828;
}
.subtitulo{
  font-size: 0.9em;
  line-height: 1.25;
  color: #282828;
}
.img{
  border-radius: 12px;
  object-fit: cover;
  object-position: top center;
}
.ad{
  display: none;
  background-color: #f4f4f4;
  width: 100%;
  padding: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

/* TITULOS COM LINHA ABAIXO*/
.ttmd2 {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -.035em;
  font-weight: 700;
}
.ttmd2 a,
.ttmd2 span{
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
  margin-left: 5px;
  font-weight: 400;
}
.ttmd2 hr{
  width: 100%;
  margin-top: 5px;
}
.link-style{
  color: #007bff;
  cursor: pointer
}
.link-style:hover{
  text-decoration: underline;
}

/* PAI CONTENT */
.flexcentee{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}