body{
  margin: 0;
  font-family: sans-serif;
}

h1, h2, h3{
  font-family: Georgia, sefif;
  line-height: 2em;
}

main{
  padding-inline: 10vw;
  text-align: justify;
}

main p
,main ul
,main ol
{
  line-height: 1.6rem;
}

.breadcrumb-wrapper nav ul{
  padding-inline: 10vw;
}
.breadcrumb-wrapper{
  margin-bottom: 20px;
  height: auto !important;
  min-height: auto !important;
}

aside{
  margin-top: 30px;
  text-align: right;
  font-size: .8rem;
}

footer ul {
  padding-inline: 12vw;
}

header {
  display: flex;
  flex-direction: column;
  border-top: 10px solid #F08756;

  min-height: auto !important; max-height: auto !important; height: auto !important; overflow: auto !important;
}

header img {
}

header > a{
  margin-top: 15px;
  text-align: center;
}

footer p{
  text-align: center;
  color: #EEE;
}
footer {
  background: #69BBC0;
  padding: 10px 0;
}
footer li {
  text-indent: 5px;
}
footer li::marker {
  content: "\203A";
  font-size: 20px;
  color: #42a756;
}

footer li a {
  color: #FFF;
}

header {
  display: flex;
  padding-top: 10px;
}

header nav{
  margin-top: 20px;
  background: #69BBC0;
  background: #2D798A;
  background: #6ababd;
}


header nav ul{
  list-style: none;
}
header nav li{
  display: inline;
  margin-right: 10px;
}

header nav li::before{
  content: "\203A";
  font-size: 20px;
  color: #42a756;
  color: #F08756;
  color: #FFF;
  margin-right: 5px;
}

header nav li a{
  display: inline;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.wpp-link{
  background: #25D366;
  color: #000;
  padding: 6px;
  border-radius: 4px;
  font-size: 20px;
}

footer {
  display: flex;
}

footer .wpp-link-wrapper{
  margin-top: 20px;
}

main article {
  min-height: 800px;
}

.btnmobilemenu
,#chkshowmenu
{
  display: none;
}

/* START MOBILE */

@media (max-width: 767px) {
  main{
    padding-inline: 1vw;
  }
  footer ul {
    padding-inline: 1vw;
  }
  .btnmobilemenu {
    display: block;
    background: #6ababd;
    color: #000;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }
  header a.containerlogo {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
  }
  header {
  }
  header nav {
  }
  #chkshowmenu + nav.topmenu{
    display: none;
  }
  #chkshowmenu:checked + nav.topmenu{
    display: block !important;
  }
  header .containerlogo{
    text-align: center;
  }
  header img.fulllogo {
    max-width: 100%;
    height: auto;
  }
  header{
    flex-direction: column;
  }
  footer {display: block; padding: 10px 0 20px 10px;}
  header nav ul{
    padding-left: 15px;
  }
  header nav li{
    display: block;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  header nav li a{
    display: inline;
    text-decoration: underline;
    color: #000;
    font-weight: bold;
  }
  .image-top img{
    height: 86px;
  }
}

/* END MOBILE */

.posts {
  margin: 50px 0;
}

.posts h2 a {
  text-decoration: underline;
}

/* --- defaults --- */

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background: #F7F7F7;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #999;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #333;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

* {font-family: sans-serif;}
html {
scroll-behavior: smooth;
}
h1 {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0px;
padding-bottom: 0px;
}
h2 {
padding-left: 19px;
padding-right: 15px;
}
h2.subtitle {
text-decoration: none;
font-weight: normal;
font-style: italic;
font-size: 20px;
}
h3 {
padding-left: 22px;
padding-right: 15px;
}
h4,h5,h6 {
padding-left: 24px;
padding-right: 15px;
}
p,address {
padding-left: 1rem;
padding-right: 1rem;
}
h1 {
font-weight: 100;
}
a {
text-decoration: none;
color: #69BBC0;
}

main article a {
  text-decoration: underline;
}

.logotext{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}

.logowrapper{
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
}

.logowrapper > img {
  margin-top: 0px;
}

.logowrapper span.explore{
  color: #d46f4f;
  color: #E76A1F;
  text-transform: uppercase;
  font-family: ui-rounded, sans-serif;
  font-weight: bold;
  font-size: 45px;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.logowrapper span.floripa{
  color: #569134;
  text-transform: uppercase;
  font-family: ui-rounded, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 40px;
}

pre {
  background: #EEE;
  padding: 20px;
}

code{
  font-family: monospace !important;
}

.tx-center {
  text-align: center;
}

.btn-cta {
  background: #42A756;
  color: #FFF;
  font-size: 2rem;
  padding: 18px 36px;
  text-decoration: none;
  border-radius: 10px;
  margin: 30px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.image-top img,
.image2-top img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.image-top {
  min-height: auto !important; height: auto !important;
}

.image2-top img {
  object-fit: contain;
}

.banner-top {
background: rgb(56,60,147);
background: radial-gradient(circle, rgba(56,60,147,1) 0%, rgba(37,40,99,1) 83%);
}

.banner-top  a{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.banner-top-right {
  max-width: 100%;
}

@media (min-width: 768px) {
  .banner-top-right {
    float: right;
    margin-left: 20px;
  }
}
*/

ul.pagination-links li {
  display: inline-block;
}

ul.pagination-links li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #999;
  background: #EEE;
}

ul.pagination-links li a[aria-current="page"] {
  color: #FFF;
  background-color: #42a756;
}

.pagination-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
