body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
    height: 100%;
    line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    min-height: 100%;
}
.w3-bar .w3-button {
    padding: 16px;
}
.w3-right.w3-hide-small ul {
    list-style: none;
    margin: 0;
}
.w3-right.w3-hide-small ul li {
    float: left;
}

.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left:0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity:0;
    transition: opacity 1s;
}

.offcanvas {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #111;
    position: fixed;
    z-index: 3;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}

.pn_closeOffcanvas {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#pn_mainContent {
    transition: margin-left .5s;
}
.pg-full-width{
    width: 100%;
}
.widget_title{
    color: #000;
}
.widget_li, .aside-right li{
    color: #000;
    list-style: none;
    
}
.aside-right a{
    text-decoration: none;
    text-transform: capitalize;
}

.paginacao{
    margin: 30px 0px;
}
.pagina_anterior {
    width: 49%;
    text-align: center;
    display: inline-block;
}
.pagina_proxima {
    width: 49%;
    text-align: center;
    display: inline-block;
}

article .post_related_item img {
      max-width: 100%;
      height: auto;
}

a.custom-logo-link img {
    max-height: 59px;
    width: auto;
}

nav ul {
    padding-left: 0;
}

body nav li {
    list-style: none!important;
}

a {
    text-decoration: none;
}

.post-equal-height {
    display: flex;
    flex-wrap: wrap;
}
.post-equal-height-col {
    padding: 0px 0.5em;
    position: relative;
}
.post-equal-height-col .w3-card{
    height: 100%;     
}
.aligner-item-bottom {
    position: absolute;
    bottom: 15px;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0
  }

.post_miniatura {
    position: relative;
    padding-top: 56.25%;
}

.post_miniatura iframe, .post_miniatura img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pn_paginacao{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
}
#pn_fundo_footer{
    background-position: center;
    background-size: cover;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 45px;
}

.sidenav a {
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align: left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  margin-left: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
}

ul#menu-menu-mobile, ul#menu-menu-principal-1 {
    list-style: none;
    padding-left: 0px;
}
@media screen and (min-width: 921px) {
ul.sub-menu {
 display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0;
  top: 59px;
 }
}
@media screen and (min-width: 921px){
ul#menu-menu-principal li:last-child .sub-menu {
    right: 0px;
}
.w3-dropdown-content {
    top: 59px;
}
}

 li.menu-item-has-children ul li{
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
}
.search-form input[type=search] {
  width: 70%;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 4px;
  font-size: 16px;
  height:56px;	
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.search-form input[type=search]:focus {
  width: 100%;
}

.search-form label {
    position: relative;
	display:block;
	height:56px;
}
.search-form i.fa.fa-search {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 25px;
    cursor: pointer;
    height: 100%;
    width: 37px;
    line-height: 50px;
    padding-left: 5px;
    border: 2px solid #000000;
}
.previous-next {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}
.alert.success {background-color: #4CAF50;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
