/*menu*/
#mobile-header{
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 20px 10px; 
  top:0;
  transition: all 0.3s ease;
  background-color: transparent;
}

a{
  text-decoration: none;
}

.vpdo-featured{
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}

.owl-homepage .owl-dots .owl-dot{
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 10px 5px; 
}
.owl-homepage .owl-dots .owl-dot.active{
  background: #fff !important;
}
.owl-homepage .owl-dots{
    position: absolute;
    bottom: 18vh;
    height: 10px;
    width: 100%;
    text-align: center;
}

.vpdo-featured .featured-fade{
  background: #00000070;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  position: absolute;
  z-index: 1;
}

.vpdo-featured-content{
  display: flex;
  z-index: 10;
  position: relative;
  height: 100%;
}

.vpdo-featured-content .featured-post{
  bottom: 25vh; 
  color:#fff;
  position: absolute;
  padding:0 10px;
}
.vpdo-featured-content .featured-post h2{
  font-size: 30px;
  margin: 20px 0; 
  font-weight: bold;
  color: #fff;
}
.vpdo-featured-content .featured-post .featured-post-category img{
  margin-right: 7px;
  position: relative;
  width: 12px;
  top: -1px;
  display: inline;
}



.vpdo-featured-content .featured-post .featured-post-ler img{
  width: 7px; margin-left: 40px; 
  font-weight: bold;  margin-top: 0px;
}

.vpdo-featured-content .featured-post .featured-post-ler{
  display: flex;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10%; 
  border-radius: 50px;
  border:1px solid #fff;
  width: 150px;
  padding: 7px 20px; 
  transition: all 0.5s ease;
  max-height: 30px;
}
.vpdo-featured-content .featured-post .featured-post-ler:hover{
  background: #04ABBD;
  transition: all 0.5s ease;
  border-color: #04ABBD;
}

/*featured list*/
.vpdo-featured-content .featured-list{
  border-left: 1px solid #ffffff70;
  margin: 4% 0; 
  padding-left: 30px; 
  max-width: 600px;
}
.vpdo-featured-content .featlist-item .featlist-item-category{
  border-left: 4px solid #DC7165; 
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0 5px 10px; 
}
.vpdo-featured-content .featlist-item .featlist-item-category img{
  margin: 0 10px 0 3px; 
}
.vpdo-featured-content .featlist-item{
  color: #fff;
  margin-bottom: 4vh; 
}
.vpdo-featured-content .featlist-item h3{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.vpdo-featured-content .featlist-item .featlist-item-date{
  font-size: 12px;
  font-weight: 300;
}

/*Banner ads home*/
.gbanner-homepage{
  background: #04ABBD;
  width: 100%;
  text-align: center;
  padding: 30px 0;  
}

/*materias*/
.title-divisor{
  font-weight: bold;
  font-size: 20px;
  color: #D0D0D0;
  text-transform: uppercase;
  margin: 20px 0;
}


.vpdo-sidebar{
  width: 25%;
  max-width: 300px;
  float: right;
  height: 100px;
  margin-top:40px; 
}
.vpdo-sidebar img{
  width: 100%;
}


.vpdo-area-posts .materias-list{
  list-style: none;
  -moz-column-width: 19em;
  -webkit-column-width: 19em;
  -moz-column-gap: 3.5em;
  -webkit-column-gap:3.5em; 
}
.vpdo-area-posts .materias-item img {
    width: 100%;
    height: auto;
}
.vpdo-area-posts .materias-item{
  
  margin-bottom: 40px; 
  padding-bottom: 20px; 
  display: inline-block;
  width:  100%; 
  border-bottom: 4px solid #15C1A0; 
}
.vpdo-area-posts li.materias-item:last-child{
  margin-bottom: 0px; 
}


.vpdo-area-posts .materias-item h3{
  font-size: 25px;
  color: #303647;
  font-weight: bold;
  line-height: 120%;
}
.vpdo-area-posts .materias-item .materias-item-txt{
  font-size: 14px;
  font-weight: 300;
  color: #303647;
  margin:15px 0;
}
.vpdo-area-posts .materias-item .materias-item-category{
  font-size: 14px;
    color: #525B74;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.link-vertodos img{
  width: 6px;
  margin-left: 20px;
}
.link-vertodos{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
   background: #04ABBD;
  margin: 30px 0 60px;  
  display: block;
text-align: center;
  border-radius: 50px;
  border:none;
  padding: 7px 20px; 
  transition: all 0.5s ease;
}


.link-vertodos:hover{
  /*color: var(--vpdo-color,#000)*/
  color: #fff;
    background: #04ABBD;
    opacity: 0.8;
  transition: all 0.5s ease;
  border-color: #04ABBD;
}
.link-vertodos-youtube{
  color: #fff;
    border: none;
    background: #c4302b;
}
.link-vertodos-youtube:hover{
    background: #c4302b;
    border-color: #c4302b;
    opacity: 0.8;
}



/*noticias*/
.title-noticias{
  font-weight: bold;
  font-size: 20px;
  color: #1297AB;
  text-transform: uppercase;
  margin: 60px 0 30px;
}



.vpdo-area-posts .noticias-list{
  list-style: none;
  -moz-column-width: 19em;
  -webkit-column-width: 19em;
  -moz-column-gap: 3.5em;
  -webkit-column-gap:3.5em; 
}
.vpdo-area-posts .noticias-item img {
  width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.vpdo-area-posts .noticias-item{  
  margin-bottom: 10px; 
  display: inline-block;
  width:  100%; 
  padding: 0 0 30px; 
  margin: 0 0 30px; 
  border-bottom: 4px solid #ECECEC;
}

.vpdo-area-posts .noticias-list div:last-child .noticias-item{
  margin: 0 0 0px;
}

.vpdo-area-posts .noticias-item .noticias-date{
  color: #8d94ab;
  font-size: 14px;
  margin: 10px 0 0px; 
}
.vpdo-area-posts .noticias-item h3{
  font-size: 25px;
  color: #1297AB;
  font-weight: bold;
  margin-top: 8px;
  line-height: 120%;
}
.vpdo-area-posts .noticias-item .noticias-item-txt{
  font-size: 14px;
  font-weight: 300;
  color: #303647;
  line-height: 22px;
}
.vpdo-area-posts .noticias-item .noticias-item-category{
  font-size: 12px;
  color:#0BBE9C;
  font-weight: bold;
}
.vpdo-area-posts .noticias-item .noticias-subtitle{
  font-size: 14px;
  color: #525B74;
  font-weight: bold;
}

/*youtube*/

.youtube-content .youtube-content-list{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.youtube-content iframe{
    height: 250px;
    width: 100%;
}
.youtube-content .youtube-content-list .owl-item img{
    height: 140px;
    width: 159px !important;
    float: left;
    top: -19px;
    position: relative;
    margin-right: 13px;
}
.youtube-content .youtube-content-list .owl-item{
  float: left;
      padding: 10px;

  border-radius: 5px;
  overflow: hidden;
}
.youtube-content .youtube-content-list .youtube-list-item h3{
      margin-left: 10px;
    margin-right: 27px;
    font-size: 12px;
}

.youtube-content .youtube-content-list .youtube-list-item.onplay h3{
    display: flex;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    align-items: center;
}

.youtube-content .youtube-content-list .youtube-list-item .youtubeimage-thumb{
    width: 500px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.youtube-content .youtube-content-list .youtube-list-item{
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.youtube-content .youtube-content-list .youtube-list-item{
   background-color: transparent;
  font-size: 14px;
      overflow: hidden;
    height: 100px;
}
.youtube-content .youtube-content-list .youtube-list-item.onplay{
  background-color: #03AABD;
  color:#fff;
  font-size: 14px;
  display: block;
}


.youtube-content .owl-nav .owl-next,
.youtube-content .owl-nav .owl-prev{
      top: 60px;
}
.youtube-content .owl-dots{
    text-align: center;
    margin: 0px auto 0;
    clear: both;
}
.youtube-content .owl-dot{
  width: 12px;
  margin: 0 4px; 
  height: 12px;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #C22321 !important;
}
.youtube-content .owl-dot.active{background: #C22321 !important;}


.vpdo-banner-ads{
  width: 96% !important;
  display: block;
  margin: 20px auto; 
}




/*single*/
  .breadcrumb{
    margin-top: 85px;
  }
  .categoria-parques .breadcrumb .active{
    color: #0BBE9C;
  }




  /*materias*/

.title-divisor{
  font-weight: bold;
  font-size: 20px;
  color: #8d94ab;
  text-transform: uppercase;
  margin: 60px 0 30px;
}


.vpdo-area-artigo{
  float: left;
  width: 100%;
}
.vpdo-sidebar{
  width: 25%;
  max-width: 300px;
  float: right;
  min-height: 100px;
  margin-top:40px; 
}
.vpdo-sidebar img{
  width: 100%;
}

.vpdo-container-artigo{
  background: #fff;
  margin-top: 10px;
  padding: 30px; 
  /*padding-bottom: 40px; */
}
.vpdo-container-artigo .area-artigo-category{
  font-size: 16px;
  color: #8d94ab;
  font-weight: bold;
}
.vpdo-container-artigo h1{
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  color: #303647;
}
.vpdo-container-artigo h2{
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #303647;
}

.vpdo-container-artigo .vpdo-area-artigo-contents img{
  width: 100%;
  margin-top: 20px;
}
.vpdo-container-artigo .vpdo-area-artigo-contents p{
  margin-top: 20px;
  line-height: 150%;
}
.vpdo-container-artigo p{
  font-weight: 300;
  color: #454545;
}
.area-artigo-area-actions{
  display: flex;
  margin: 20px 0 40px; 
}
.area-artigo-area-actions .area-artigo-autor{
  flex: 1;
  display: flex;
}
.area-artigo-area-actions .area-artigo-autor span{
  margin-top: 7px;
  margin-left: 7px;
  font-weight: 300;
  font-size: 14px;
  color: #4C4A4A;
}
.area-artigo-area-actions .area-artigo-social{
  height: 25px;
}



