a{
  text-decoration: none;
}

.vpdo-featured{
  background-size: cover;
  background-position: center 25%;
  height: 85vh;
  width: 100%;
  margin-top: 0;
  position: relative;
}
.vpdo-featured .featured-fade{
  background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.93)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  position: absolute;
  z-index: 1;
}

.owl-item .featured-post {opacity: 0;transition: all ease .8s;}
.owl-item.active .featured-post {opacity: 1; transition: all ease .8s;}


/*.vpdo-featured .featured-fade .featured-fade-blue{
  width: 80vw;
  height: 100vw;
  transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: -webkit-linear-gradient(left, #04ABBD 0%, rgba(4,172,190,0.91) 36%, rgba(6,186,202,0.00) 99%, rgba(10,213,224,0.00) 99%);
  background-image: -o-linear-gradient(left, #04ABBD 0%, rgba(4,172,190,0.91) 36%, rgba(6,186,202,0.00) 99%, rgba(10,213,224,0.00) 99%);
  background-image: linear-gradient(to right, #04ABBD 0%, rgba(4,172,190,0.91) 36%, rgba(6,186,202,0.00) 99%, rgba(10,213,224,0.00) 99%);
  right: 0;
  position: absolute;
  bottom: 0;
}*/

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

.vpdo-featured-content .featured-post{
  margin-bottom: 15vh; 
  color:#fff;
  align-self: flex-end;
  padding: 0 0px; 
}
.vpdo-featured-content .featured-post h2{
  font-size: 35px;
  margin: 20px 0; 
  max-width: 600px;
  font-weight: bold;
  color: #fff;
}
.vpdo-featured-content .featured-post h2:hover{opacity: 0.8;}

.vpdo-featured-content .featured-post .featured-post-category img{
  margin-right: 7px;
  /*margin-top: -2px;*/
  width: 12px;
}

.vpdo-featured-content .featured-post .featured-post-category{
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 8px 15px; 
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  max-height: 30px;
}
.featured-category-noticias {background:#05abbd;}
.featured-category-parques {background:var(--parques-color, #04ABBD);}
.featured-category-alem-dos-parques {background:var(--alemdosparques-color, #04ABBD);}
.featured-category-comida {background:var(--comida-color, #04ABBD);}
.featured-category-cruzeiros {background:var(--cruzeiros-color, #04ABBD);}
.featured-category-compras {background:var(--compras-color, #04ABBD);}
.featured-category-hospedagem {background:var(--hospedagem-color, #04ABBD);}
.featured-category-preparativos {background:var(--preparativos-color, #04ABBD);}




.vpdo-featured-content .featured-post .featured-post-ler img{
  width: 7px; margin-left: 40px; font-weight: bold;  margin-top: 0px;
  max-height: 30px;
  /*margin-right: 80px;*/
}

.vpdo-featured-content .featured-post .featured-post-ler{
  display: flex;
  /*max-width: 70%;*/
  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;
}
.vpdo-featured-content .featured-post .featured-post-ler:hover{
  background: #04ABBD;
  transition: all 0.5s ease;
  border-color: #04ABBD;
}

/*featured list*/
.main-carousel{
  height: 85vh;;
  position: relative;
}

.container-btn-featuredlist{
  position: absolute;
  bottom: 40px;
  z-index: 1;
  /*top: 50%;*/
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
}
.featured-list{
  border-top: 1px solid #ffffff70; 
  display: flex;
  padding: 20px 0 0; 
}
.featured-list a{color: #fff;}


.featlist-item .featlist-item-category{
  max-width: 60%;
  border-top: 2px solid var(--featlist-item, #04ABBD); 
  padding: 10px 0 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500; 
}

.featlist-item a{
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
}

.featlist-item-category.vpdo-cat-alem-dos-parques{--featlist-item:var(--alemdosparques-color);}
.featlist-item-category.vpdo-cat-parques{--featlist-item:var(--parques-color);}
.featlist-item-category.vpdo-cat-preparativos{--featlist-item:var(--preparativos-color);}
.featlist-item-category.vpdo-cat-cruzeiros{--featlist-item:var(--cruzeiros-color);}
.featlist-item-category.vpdo-cat-hospedagem{--featlist-item:var(--hospedagem-color);}
.featlist-item-category.vpdo-cat-compras{--featlist-item:var(--compras-color);}
.featlist-item-category.vpdo-cat-comida{--featlist-item:var(--comida-color);}

.featlist-item .featlist-item-category img{
  margin: 0 5px 0 3px;
  width: 10px; 
}
.featlist-item{
  color: #fff;
  width: 25%;
  cursor: pointer;
  position: relative;
}
.featlist-item h3{
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
  height: 45px;
  padding-right: 15px;
}
.featlist-item h3:hover{
  color: #ffd587;
}


.featlist-item .featlist-item-date{
  font-size: 12px;
  font-weight: 300;
}



/*materias*/

.vpdo-area-posts{
  float: left;
  width: 72%;
}
.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;
    display: block;
    background: #e5e8f1;
}
.vpdo-area-posts .materias-item img:hover {
  opacity: 0.8;
}



.vpdo-area-posts .materias-item{
  margin-bottom: 20px; 
  display: inline-block;
  width:  100%; 
}

.vpdo-area-posts .materias-item{
  border-bottom: 5px solid var(--colorcategory, #15C1A0); 
  font-size: 12px;
  color:#2d3242;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}


/*.vpdo-area-posts .materias-item .materias-item-category{
    font-size: 16px;
    color: #525B74;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}*/

.materias-item-category{
  font-weight: 700;
    color: #04A089;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}




/*.vpdo-area-posts .materias-item .materias-item-category h3:hover{
  color: var(--colorcategory, #15C1A0);
}
*/

.vpdo-area-posts .materias-item h3:hover{
  color: var(--colorcategory, #15C1A0);
  cursor: pointer;
}


.materias-item-category.vpdo-cat-parques{color:var(--parques-color);}
.materias-item-category.vpdo-cat-preparativos{color:var(--preparativos-color);}
.materias-item-category.vpdo-cat-cruzeiros{color:var(--cruzeiros-color);}
.materias-item-category.vpdo-cat-hospedagem{color:var(--hospedagem-color);}
.materias-item-category.vpdo-cat-comida{color:var(--comida-color);}
.materias-item-category.vpdo-cat-alem-dos-parques{color:var(--alemdosparques-color);}
.materias-item-category.vpdo-cat-compras{color:var(--compras-color);}

.materias-item3 img,
.materias-item4 img{
  float: right; 
  margin-top: 12px;
  height: auto;
}

.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: normal;
  color: #303647;
  margin:15px 0;
  line-height: 140%;
}

.link-vertodos img{
  width: 6px;
  margin-left: 20px;
}
.link-vertodos{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
   background: #04ABBD;
  margin: 20px 0 30px;  
  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: 20px 0;
}

.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, .vpdo-area-posts .noticias-item h3:hover{
  color: #000;
}
.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 15px; 
  margin: 0 0 15px; 
  border-bottom: 4px solid #ECECEC;
}
.vpdo-area-posts .noticias-item .noticias-date{
  color: #8d94ab;
  font-size: 16px;
  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: normal;
  color: #303647;
  line-height: 22px;
  margin-top: 10px;
}
.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: 16px;
  color: #525B74;
  font-weight: bold;
}

/*youtube*/
.youtube-content{
  display: flex;
}


  /* width */
.youtube-content .youtube-content-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.youtube-content .youtube-content-list::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.youtube-content .youtube-content-list::-webkit-scrollbar-thumb {
  background: #6c7388; 
}

/* Handle on hover */
.youtube-content .youtube-content-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.youtube-content .youtube-content-list .youtubeimage-thumb{
    width: 150px;
    height: 85px;
    background-size: 154px;
    background-position: 0px 52%;
}

.youtube-content .youtube-content-list{
  margin-left: 10px;
  overflow-y: scroll;
  height: 412px;
  background: #e8eaf1;
 
}
.youtube-content iframe{
  flex: 1;
  height: 405px;
  width: 750px;
}
.youtube-content .youtube-content-list .youtube-list-item:hover{background-color: #fff;}
.youtube-content .youtube-content-list .youtube-list-item{
  cursor: pointer;
  display: flex;
  padding: 10px 20px 10px 10px; 
  align-items: center;
  flex: 1;
  margin-bottom: 5px;
}
.youtube-content .youtube-content-list .youtube-list-item h3{
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #35373e;
  width: 50%;
}
.youtube-content .youtube-content-list .youtube-list-item.active h3{font-weight: bold;}
.youtube-content .youtube-content-list .youtube-list-item.active{
  background-color: #03AABD;
  color:#fff;
  font-size: 16px;
  line-height: 100%;
}
#iframeyoutubeapp{
  position: relative;
}
.iframeyoutubeapp-button{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.iframeyoutubeapp-button:hover{
  opacity: 0.8;
}
#iframeyoutubeapp .youtubeimagefirstimage{
    height: 413px;
    width: 100%;
    display: block;
    background-size: 100%;
    background-position: 0px -69px;
    border: 5px solid #fff;
    box-shadow: 0 0 13px -6px #ACB9DF;
}


/*Navegaçnao owl carosel*/
.owl-nav button:focus{outline: none;}
.owl-nav button:hover{opacity: 0.9;}
.owl-nav button{
  top: 50%;
  margin-top: -22.5px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  position: absolute;
  background: url(../images/arrow-gray.svg) 50% 50% no-repeat !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 11px -5px rgba(0,0,0,0.50);
  color: transparent !important;
  background-position: 55% 50%;
}
.owl-nav button.disabled{display: none;}
.owl-nav button.owl-next{
    position: absolute;
    right: -5px;
}
.owl-nav.disabled{display: none;}
.owl-nav button.owl-prev{
    position: absolute;
    left: -10px;
    transform: rotate(-180deg);
}




/*
HOME NEW
-------------*/
/*NEW STYLES 2022*/
.vpdsectiontop{
  margin-top: 20px;
}
.linetop{
  border-top: 1px solid #39b8c8;
}

.vpdslider-title__style1{
  color: #39b8c8;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0 15px;
}
.vpdslider__category{
  font-weight: 500;
  color: #959EBB;
  font-size: 12px;
  margin-bottom: 0px;
}

.title__style2{
  font-weight: 600;
  font-size: 14px;
  color: #444;
  margin-top: 5px;
  line-height: 120%;
}
div.vpdslider__item{
  position: relative;
}
div.vpdslider__item .vpdslider__contentarea a{
  max-width: 70%;
}
div.vpdslider__item .vpdslider__contentarea{
  padding-right: 30px;
  display: flex;
  align-items: center;
}
div.vpdslider__item .vpdslider__contentarea img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 12px;
}

div.vpdslider__item .vpdslider__contentarea span.vpdslider_arrow{
  display: block;
  margin-top: 5px;
  color: #39b8c8;
}
.vpdslider2__item img{
  width: 100%;
  padding-right: 15px;
}
.vpdslider3__item img{
  width: 100%;
  height: auto;
  margin: 15px 0;
}


div.vpdslider__item:last-child:after{border-right: none;}
div.vpdslider__item:after{
  border-right: 1px solid #F0F2F9;
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  right: 25px;
  top: 0;
}


.slickslider-desktop{
   /*padding-left: 16.9%;*/
}


.slick-dots {
    margin-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-left: 0;
}

 .slick-dots li{
  list-style: none;
 }
 .slick-dots li.slick-active {
    opacity: 1;
   
    transition: all ease 0.4s;
}
 .slick-dots li button{
 color: transparent;
    background: transparent;
    border: none;
  }
 .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #39b8c8;
    opacity: 0.2;
    margin: 0 5px;
    transition: all ease 0.4s;
    border-radius: 10px;
    
}

.listnoticias__item{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F2F9;
}
.listnoticias__txt{
    padding-left: 20px;
}

.listnoticias__txt .materias-item-txt{
  margin-top: 5px;
}


.vpdslider-title__link{
    font-size: 13px;
    margin: 5px auto 15px;
    background: #03BEC9;
    border-radius: 50px;
    padding: 8px 30px;
    color: #fff;
    max-width: 220px;
    text-align: center;
    font-weight: bold;
    display: block;
}
.vpdsliderbnt__link{
    font-size: 13px;
    letter-spacing: 0.5px;
    background: transparent;
    border: 1px solid #333;
    color: #333;
    border-radius: 50px;
    padding: 8px 30px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
    width: 90%;
    display: inline-block;
}


.vpdslider-title-wrapflex{
  display: flex;
  justify-content: space-between;
}


.vpdareacols{
  display: flex;
}


.vpdcoll1 .materias-item0 img,
.vpdcoll1 .materias-item1 img{
  width: 100%;
  margin-bottom: 5px;
   height: auto;
}

.vpdcoll1 .materias-item0,
.vpdcoll1 .materias-item1{
  
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F0F2F9;
}

.vpdflexcol{
  display: flex;
   padding-bottom: 25px;
    margin-bottom: 25px;
   border-bottom: 1px solid #F0F2F9;
}
.vpdflexcol img{
  width: 200px;
  height: auto;
}
.vpdcoll3 .vpdflexcol img{
     width: 100px;
    height: 100px;
    display: block;
    object-fit: cover;
    max-width: inherit !important;
}
.vpdcoll3 .vpdflexcol h3{
  font-size: 16px;
  padding-right: 10px;
  line-height: 120%;
}

.vpdo-banner{
  width: 100%;
}
.vpdtitlecol{
      font-weight: 600;
    font-size: 20px;
    color: #444;
    margin: 5px 0;
}

.vpdtextcol{
    font-size: 14px;
    font-weight: 400;
    color: #303647;
    margin: 0px 0 0;
}

.vpddatacol{
    font-weight: 500;
    color: #959EBB;
    font-size: 13px;
    margin-bottom: 5px;

}


.vpdcoll2 .materias-item0{
  padding-bottom: 25px;
  margin-bottom: 25px;
   border-bottom: 1px solid #F0F2F9;
}
.vpdcoll2 .materias-item0 img{
  width: 100%;
  height: auto;
}


.vpdcoll1{
  width: 50%;
}
.vpdcoll2{
  padding: 0 50px;
  width: 100%;
      position: relative;
}
.vpdcoll3{
  width: 50%;
}



.vpdcoll2:before{
    border-right: 1px solid #F0F2F9;
    content: "";
    width: 1px;
    height: 95%;
    position: absolute;
    right: 25px;
    top: 0;
}
.vpdcoll2:after{
    border-right: 1px solid #F0F2F9;
    content: "";
    width: 1px;
    height: 95%;
    position: absolute;
    left: 25px;
    top: 0;
}


.vpdcoll3 .vpdcoll3__bggray{
  background: #F1F3F9;
  padding: 20px;
  margin-bottom: 15px;
}

.vpdareacols-titlefull{
  width: 73%;
}
.vpdareacols-titlehalf{
  width: 31%;
  padding-left: 30px;
}
.slick-arrow{
    color: transparent;
    background-image: url(../images/slick-arrow.png);
    background-color: transparent;
    border: none;
    width: 15px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 99;
}
.slick-arrow.slick-disabled{opacity: 0 !important;transition: all ease 0.2s;}
.slick-arrow.slick-prev{
  opacity: 1;
  transform: rotate(180deg);
  left: -30px;
  transition: all ease 0.2s;
}
.slick-arrow.slick-next{
  opacity: 1;
  right: -0px;
  transition: all ease 0.2s;
}

/*Youtube*/
.videohome__slider img{
  width: 100%;
  height: auto;
}
.videohome__slider{
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.video__slider .title__style2{
      font-weight: bold;
    font-size: 15px;
    color: #444;
    margin-top: 5px;
    line-height: 144%;
}



.videohome__slider .overlay{
background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.vpdsliderbnt__link{margin: 24px auto;}
.post-playlist-badge__icon{
    position: absolute;
    top: 15px;
    z-index: 11;
    left: 15px;
  }