@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  /*transition: all 0.3s ease;*/
}

body {
  background-color: #FAFBFE;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; 
  font-style: normal;
}

:root {
  --parques-color: #0BBE9C;
  --preparativos-color: #e87267;
  --hospedagem-color: #8C51A5;
  --comida-color: #e67e22;
  --compras-color: #3ba066;
  --alemdosparques-color: #53aee8;
  --cruzeiros-color: #089da2;
  --vpdo-color: #04ABBD;
  --california-color:#0857D8;
}

.clear{clear: both;}
.align-center{text-align: center;}
textarea:focus, input:focus{
    outline: none;
}



header#main-header{
  background-color: #ff00d7 !important;
  padding: 15px 0; 
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
    -webkit-box-shadow: 0px 7px 16px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 7px 16px -1px rgba(0,0,0,0.15);
  box-shadow: 0px 7px 16px -1px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}


header#main-header .area-header{
  display: flex;
}
header#main-header .top-main-header{
  flex: 1;
}


header#main-header #logotipo{
  padding-right: 40px; 
  margin-top: 8px;
  width: 140px;
  transition: all 0.3s ease;
}
/*Page California*/
.page-template-page-california header#main-header #logotipo{
    padding-right: 30px;
    margin-top: 8px;
    width: 155px;
}


header#main-header ul{
  list-style: none;
}
header#main-header .topheader-custom{
  display: flex;
  border-bottom: 1px solid #44C0CE;
  padding-bottom: 5px;
}



header#main-header nav ul{
  padding-top: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}


header#main-header nav li > a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  width: 100%;
  display: block;
}


header#main-header nav li a span.menuitem-hover{
  opacity: 0;
  position: absolute;
  z-index: 2;
  left:-9px;
  display: flex;
  align-items: center;
  top: -10px;
  height: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 6px -2px rgba(0,0,0,0.50);
  height: 30px;
  top: -8px;
}

header#main-header nav li:hover a span.menuitem-hover{
  
  opacity: 1;
  transition-duration: 0.1s;
  
}
header#main-header nav li a span.menuitem-hover span.menuicon{
  margin-left: -15px;
  margin-right: 5px;
  transition-duration: 0.1s;
}
header#main-header nav li > a span.menuicon{
  transition-duration: 0.1s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-image: url(../images/menu_spriteicons.svg);
  background-size: 750px;
  background-color: #fff;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0 0 6px -2px rgba(0,0,0,0.50);
}







header#main-header nav li a .vpdo-cat-parques{background: var(--parques-color); width: 90px;}
header#main-header nav li a .vpdo-cat-preparativos{background: var(--preparativos-color); width: 130px;}
header#main-header nav li a .vpdo-cat-cruzeiros{background: var(--cruzeiros-color); width: 110px;}
header#main-header nav li a .vpdo-cat-hospedagem{background: var(--hospedagem-color); width: 125px;}
header#main-header nav li a .vpdo-cat-comida{background: var(--comida-color); width: 90px;}
header#main-header nav li a .vpdo-cat-compras{background: var(--compras-color); width: 100px;}
header#main-header nav li a .vpdo-cat-alemdosparques{background: var(--alemdosparques-color); width: 160px;}

header#main-header nav li a .vpdo-cat-california{background: var(--california-color); width: 111px;}
header#main-header nav li a .vpdo-cat-california .menuicon{background-position: -640px -3px;}

header#main-header nav li a .vpdo-cat-parques .menuicon{background-position: 3px 27px;}
header#main-header nav li a .vpdo-cat-preparativos .menuicon{background-position: -47px 29px;}
header#main-header nav li a .vpdo-cat-cruzeiros .menuicon{background-position: -350px 27px;}
header#main-header nav li a .vpdo-cat-hospedagem .menuicon{background-position: -149px 27px;}
header#main-header nav li a .vpdo-cat-comida .menuicon{background-position: -200px 29px;}
header#main-header nav li a .vpdo-cat-compras .menuicon{background-position: -252px 27px;}
header#main-header nav li a .vpdo-cat-alemdosparques .menuicon{background-position: -301px 27px;}

/*Menu Actived page*/
.page-template-page-hospedagem .vpdo-cat-hospedagem{opacity: 1 !important;}
.page-template-page-preparativos .vpdo-cat-preparativos{opacity: 1 !important;}
.page-template-page-parques .vpdo-cat-parques{opacity: 1 !important;}
.page-template-page-comida .vpdo-cat-comida{opacity: 1 !important;}
.page-template-page-compras .vpdo-cat-compras{opacity: 1 !important;}
.page-template-page-alemdosparques .vpdo-cat-alemdosparques{opacity: 1 !important;}
.page-template-page-cruzeiros .vpdo-cat-cruzeiros{opacity: 1 !important;}
.page-template-page-california .vpdo-cat-california{opacity: 1 !important;}


header#main-header.header-scroll #logotipo{
  margin-top: 0;
  width: 125px;
  transition: all 0.3s ease;
}
header#main-header.header-scroll{
  padding: 10px 0; 
  -webkit-box-shadow: 0px 7px 16px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 7px 16px -1px rgba(0,0,0,0.15);
  box-shadow: 0px 7px 16px -1px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
header#main-header.header-scroll nav ul{
      padding-top: 5px;
      transition: all 0.3s ease;
}
header#main-header.header-scroll .vpdo-search .btn-vpdo-search{
      padding: 15px 0;
      transition: all 0.3s ease;
}

header#main-header.header-scroll .vpdo-search input.input-vpdo-search{
      padding: 5px 20px;
      transition: all 0.3s ease;
}





.container {
    max-width: 1280px;
    margin: 0 auto; 
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
@media (min-width: 950px) {
 .container {
    min-width: 950px;
  }
}

.container-min {
    max-width: 800px;
    margin: 40px auto; 
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}



.wrap-page-contato{
    background: #fff;
    padding: 60px;
    color: #333;
    font-size: 18px;
}
.wrap-page-contato p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 180%;
}

/*dropdown*/
header#main-header nav li{position: relative;}
header#main-header nav li .dropdown{
  background: #05abbd;
  position:absolute; 
  top:15px; 
  display:block;
  min-width: 170px;
  padding: 20px;
  border-radius: 7px;
  display: none; 
}  
  

header#main-header nav li:hover .dropdown{
  display: block; 
}



/*MENUDROP*/
header#main-header nav li .dropdown img{
    width: 320px;
    height: auto;
    opacity: 1;
    transition: all ease 0.2s;
}
header#main-header nav li .dropdown img:hover{
  opacity: 8;
  transition: all ease 0.2s;
}

.dropdown-custom.dropdown-parques{background: var(--parques-color) !important;}
.dropdown-custom.dropdown-preparativos{background: var(--preparativos-color) !important;}
.dropdown-custom.dropdown-hospedagem{background: var(--hospedagem-color) !important;}
.dropdown-custom.dropdown-comida{background: var(--comida-color) !important;}
.dropdown-custom.dropdown-compras{background: var(--compras-color) !important;}
.dropdown-custom.dropdown-alem-dos-parques{background: var(--alemdosparques-color) !important;}
.dropdown-custom.dropdown-cruzeiros{background: var(--cruzeiros-color) !important;}



.dropdown-custom.dropdown-parques:before{background: url(../images/top-dropdown.svg);}
.dropdown-custom.dropdown-preparativos:before{background: url(../images/top-dropdown-preparativos.svg);}
.dropdown-custom.dropdown-hospedagem:before{background: url(../images/top-dropdown-hospedagem.svg);}
.dropdown-custom.dropdown-comida:before{background: url(../images/top-dropdown-comida.svg);}
.dropdown-custom.dropdown-compras:before{background: url(../images/top-dropdown-compras.svg);}
.dropdown-custom.dropdown-alem-dos-parques:before{background: url(../images/top-dropdown-alem-dos-parques.svg);}
.dropdown-custom.dropdown-cruzeiros:before{background: url(../images/top-dropdown-cruzeiros.svg);}

header#main-header nav li .dropdown-custom:before{
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    height: 30px;
    width: 70px;
}

header#main-header nav li .dropdown-custom{
  width: 800px;
  box-shadow: 0 0 14px -3px rgba(0,0,0,0.50);
  margin-top: 15px;
  z-index: 9999;
  left: -25px;
}

.dropdown-custom.dropdown-compras{
    right: -400px;
    left: auto !important;
}
header#main-header nav li .dropdown-compras:before{
  left: 43% !important;
}

.dropdown-custom.dropdown-alem-dos-parques{
    right: -400px;
    left: auto !important;
}
header#main-header nav li .dropdown-alem-dos-parques:before{
  left: 38% !important;
}

.dropdown-custom.dropdown-cruzeiros{
    right: -200px;
    left: auto !important;
}
header#main-header nav li .dropdown-cruzeiros:before{
  left: 67% !important;
}



header#main-header nav li .dropdown-flex{
  display: flex;
  width: 100%;
}

header#main-header nav li .dropdown-custom .dropdown-title{
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  opacity: 0.5;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px; 
  margin-bottom: 10px;
  font-weight: bold;
}
header#main-header nav li .dropdown-custom .item-droparea{
  margin-right: 15px;
}




header#main-header nav li .dropdown-custom .item-droparea.item-droparea-destaques img{
  margin-right: 10px;
  height: 40px;
  width: 40px;
  object-fit: cover !important;
}
header#main-header nav li .dropdown-custom .item-droparea.item-droparea-destaques a{
  color: #ffffff;
  margin-top: 15px;
  font-size: 13px;
}
header#main-header nav li .dropdown-custom .item-droparea.item-droparea-categorias{
  width: 300px;
}
header#main-header nav li .dropdown-custom .item-droparea.item-droparea-categorias a:before{
  content: "•";
  margin-right: 10px;
  opacity: 0.7;
}

header#main-header nav li .dropdown-custom .item-droparea.item-droparea-categorias a{
  color: #ffffff;
  margin-top: 15px;
  font-size: 14px;
}


header#main-header nav li .dropdown-custom .item-droparea .dropdown-post-title{
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  color: #ffffff;
}

header#main-header nav li .dropdown-custom .item-droparea-categorias a,
header#main-header nav li .dropdown-custom .item-droparea-destaques a{
  display: block;
  display: flex;
  opacity: 1;
  transition: all ease 0.2s;
}

header#main-header nav li .dropdown-custom .item-droparea .dropdown-post-title:hover,
header#main-header nav li .dropdown-custom .item-droparea img.wp-post-image:hover,
header#main-header nav li .dropdown-custom .item-droparea.item-droparea-destaques a:hover,
header#main-header nav li .dropdown-custom .item-droparea.item-droparea-categorias a:hover{
  opacity: 0.7;
  transition: all ease 0.2s;
}

header#main-header nav li .dropdown li{
  margin-top: 15px;
  padding-bottom: 5px;
}

.vdpo-menubtn-mais:hover > a{
  opacity: 0.5;
}
.vdpo-menubtn-mais ul{
  right:-10px;
}

.vdpo-menubtn-mais ul li a:hover{
  opacity: 0.7;
}
.vdpo-menubtn-servicos:hover > a{
  opacity: 0.5;
}

.vdpo-menubtn-servicos ul li a:hover{
  opacity: 0.7;
}

/*search*/
.vpdo-search{
  width: 100%;
  display: flex;
  flex: 1;
}
.vpdo-search .btn-vpdo-search{
  background: url(../images/btn-search.svg) no-repeat;
  height: 20px;
  width: 25px;
  border: none;
  padding: 20px 0;
  background-position: center center; 
}
.vpdo-search input.input-vpdo-search{
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px; 
  transition: all 0.3s ease;
}
.vpdo-search input.input-vpdo-search::placeholder {color: #fff; opacity: 0.6;}
.vpdo-search input.input-vpdo-search:-ms-input-placeholder {color: #fff; opacity: 0.6;}
.vpdo-search input.input-vpdo-search::-ms-input-placeholder {color: #fff; opacity: 0.6;}


.social-list>li{
  display: inline-flex;
}
.social-list>li a{
  background: url(../images/social-icons.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 90px;
}
.social-list .vpdo-fb a{background-position: 0 center;}
.social-list .vpdo-ins a{background-position: center center;}
.social-list .vpdo-you a{background-position: 100% center;}




/*Footer*/
footer#main-footer:before{
  content: "";
  top:-40px;
  left: 0;
  display: block;
  position: absolute;
  width: 613px;
  height: 177px;
  background: url(../images/stripes.png) repeat; 
  z-index: 0;
}
footer#main-footer{
  margin-top: 50px;
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 60px 0; 
}

footer#main-footer nav ul a{
  text-decoration: none;
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
footer#main-footer nav ul{
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;

}
footer#main-footer .vpdo-containerfooter{
  width: 80%;
  margin: 0 auto; 
  z-index: 1;
  position: relative;
}
footer#main-footer .social-list{
    display: flex;
    justify-content: center;
    margin: 80px 0 30px; 
}
footer#main-footer .social-list li{padding: 0 5px;} 
footer#main-footer .vpdo-footernewsletter{
  display: flex;
  justify-content: space-between;
}
footer#main-footer .vpdo-footernewsletter input.inputnews{flex:1; color: #5f1bb7; font-size: 16px; width: 100%; border-radius: 30px; border:none; background: #FFFFFF; box-shadow: 0 0 13px -6px #ACB9DF; padding: 12px 20px; }
footer#main-footer .vpdo-footernewsletter input.inputnews::placeholder {color: #B0B9C3;opacity: 1;}
footer#main-footer .vpdo-footernewsletter input.inputnews:-ms-input-placeholder {color: #B0B9C3;}
footer#main-footer .vpdo-footernewsletter input.inputnews::-ms-input-placeholder {color: #B0B9C3;}
footer#main-footer .vpdo-footernewsletter label{color: #5E6473; text-align: right;text-transform: uppercase; font-weight:bold; font-size: 14px; margin-right: 20px;}
footer#main-footer .vpdo-footernewsletter input[type="submit"]{
  background: #0BABBE;
  border-radius: 30px;
  border:none;
  font-size: 12px; 
  font-weight: bold;
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
  width: 239px;
  height: 44px;
}
.vpdo-copyright{margin: 30px 0 0; text-align: center; font-weight: 300; font-size: 12px; text-transform: uppercase; color:#555; }





/*slider roteiros*/
.slider-roteiros{
  position: relative;
}
.slider-roteiros .owl-item{
  padding: 5px; 
}
.slider-roteiros .owl-item .slider-area-item h3{
  color: #ffffff;
  padding: 0 20px;
}
.slider-roteiros .owl-item .slider-area-item{
      display: inline-grid;
    align-items: center;
    text-align: center;
    
    border-radius: 15px;
    background-size: cover;
    color: #fff;
    height:25vh; /* = 100% - 2*10% padding */
    width:100%; /* = 100% - 2*5% padding */
    max-height: 175px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}



/* SLIDER COLORS */
.vpdo-SlideBlue{
  background: rgba(3,73,148,1);
  background: -moz-linear-gradient(left, rgba(3,73,148,1) 0%, rgba(15,189,212,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,73,148,1)), color-stop(100%, rgba(15,189,212,1)));
  background: -webkit-linear-gradient(left, rgba(3,73,148,1) 0%, rgba(15,189,212,1) 100%);
  background: -o-linear-gradient(left, rgba(3,73,148,1) 0%, rgba(15,189,212,1) 100%);
  background: -ms-linear-gradient(left, rgba(3,73,148,1) 0%, rgba(15,189,212,1) 100%);
  background: linear-gradient(to right, rgba(3,73,148,1) 0%, rgba(15,189,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034994', endColorstr='#0fbdd4', GradientType=1 );
}
.vpdo-SlideGreen{
  background: rgba(35,173,14,1);
background: -moz-linear-gradient(left, rgba(35,173,14,1) 0%, rgba(20,209,200,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35,173,14,1)), color-stop(100%, rgba(20,209,200,1)));
background: -webkit-linear-gradient(left, rgba(35,173,14,1) 0%, rgba(20,209,200,1) 100%);
background: -o-linear-gradient(left, rgba(35,173,14,1) 0%, rgba(20,209,200,1) 100%);
background: -ms-linear-gradient(left, rgba(35,173,14,1) 0%, rgba(20,209,200,1) 100%);
background: linear-gradient(to right, rgba(35,173,14,1) 0%, rgba(20,209,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ad0e', endColorstr='#14d1c8', GradientType=1 );
}
.vpdo-SlideYellow{
  background: rgba(250,167,77,1);
  background: -moz-linear-gradient(left, rgba(250,167,77,1) 0%, rgba(248,181,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,167,77,1)), color-stop(100%, rgba(248,181,0,1)));
  background: -webkit-linear-gradient(left, rgba(250,167,77,1) 0%, rgba(248,181,0,1) 100%);
  background: -o-linear-gradient(left, rgba(250,167,77,1) 0%, rgba(248,181,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(250,167,77,1) 0%, rgba(248,181,0,1) 100%);
  background: linear-gradient(to right, rgba(250,167,77,1) 0%, rgba(248,181,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa74d', endColorstr='#f8b500', GradientType=1 );
}

.vpdo-SlideOrange{
  background: rgba(255,175,75,1);
background: -moz-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to right, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
}
.vpdo-SlideRed{
  background: rgba(169,3,41,1);
  background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
  background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
  background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
  background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
  background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
}
.vpdo-SlidePink{
  background: rgba(203,96,179,1);
  background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(173,7,118,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(100%, rgba(173,7,118,1)));
  background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(173,7,118,1) 100%);
  background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(173,7,118,1) 100%);
  background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(173,7,118,1) 100%);
  background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(173,7,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#ad0776', GradientType=1 );
}
.vpdo-SlidePurple{
  background: rgba(96,0,240,1);
background: -moz-linear-gradient(left, rgba(96,0,240,1) 0%, rgba(141,92,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(96,0,240,1)), color-stop(100%, rgba(141,92,255,1)));
background: -webkit-linear-gradient(left, rgba(96,0,240,1) 0%, rgba(141,92,255,1) 100%);
background: -o-linear-gradient(left, rgba(96,0,240,1) 0%, rgba(141,92,255,1) 100%);
background: -ms-linear-gradient(left, rgba(96,0,240,1) 0%, rgba(141,92,255,1) 100%);
background: linear-gradient(to right, rgba(96,0,240,1) 0%, rgba(141,92,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6000f0', endColorstr='#8d5cff', GradientType=1 );
}


/* SLIDER PARQUES */
.vpdo-MagicKingdom{background: url(../images/slider-roteiros/magickingdom.jpg);}
.vpdo-HollywoodStudios{background: url(../images/slider-roteiros/hollywoodstudios.jpg);}
.vpdo-AnimalKingdom{background: url(../images/slider-roteiros/animalkingdom.jpg);}
.vpdo-EPCOT{background: url(../images/slider-roteiros/epcot.jpg);}
.vpdo-SeaWorld{background: url(../images/slider-roteiros/Seaworld.jpg);}
.vpdo-BushGardens{background: url(../images/slider-roteiros/bushgardens.jpg);}
.vpdo-islandsofadventure{background: url(../images/slider-roteiros/islandsofadventure.jpg);}
.vpdo-universalstudios{background: url(../images/slider-roteiros/universalstudios.jpg);}


/* SLIDER ROTEIROS */
.vpdo-hospedagemAvaliacao{background: url(../images/slider-roteiros/hospedagem-hoteis.png);}
.vpdo-hospedagemHoteisCozinha{background: url(../images/slider-roteiros/hospedagem-cozinha.png);}
.vpdo-hospedagemHoteisDisney{background: url(../images/slider-roteiros/hospedagem-hoteis-disney.png);}
.vpdo-hospedagemHoteisUniversal{background: url(../images/slider-roteiros/hospedagem-hoteis-universal.png);}
.vpdo-hospedagemAHoteisBaratos{background: url(../images/slider-roteiros/hospedagem-hoteis-baratos.png);}
.vpdo-legoland{background: url(../images/slider-roteiros/roteiros-legoland.png);}
.vpdo-californiadisneyland{background: url(../images/slider-roteiros/roteiro-californiadisneyland.png);}
.vpdo-ksc{background: url(../images/slider-roteiros/roteiro-kennedyspacecenter.png);}
.vpdo-parisparcdisneyland{background: url(../images/slider-roteiros/roteiro-parisdisneyland.png);}
.vpdo-pariswaltdisneystudio{background: url(../images/slider-roteiros/roteiro-pariswaltdisney.png);}
.vpdo-disneycaliforniaadventure{background: url(../images/slider-roteiros/roteiro-disneycaliforniaadventure.png);}

/* SLIDER COMIDAS */
.vpdo-comidasAvaliacao{background: url(../images/slider-roteiros/comida-restautantes.png);}
.vpdo-comidasOndeComerParques{background: url(../images/slider-roteiros/comida-nos-parques.png);}
.vpdo-comidasRefeicoesPersonagens{background: url(../images/slider-roteiros/comida-refeicao-personagens.png);}
.vpdo-comidasRestaurantesParques{background: url(../images/slider-roteiros/comida-restaurantes-parques.png);}
.vpdo-comidasRestaurantesFora{background: url(../images/slider-roteiros/comida-fora-parques.png);}
.vpdo-comidasRestaurantesbaratos{background: url(../images/slider-roteiros/restaurantes-baratos.png);}



/* SLIDER CMPRAS */
.vpdo-comprasDicasEconomizar{background: url(../images/slider-roteiros/compras-economizar.png);}
.vpdo-comprasShoppingsOutlets{background: url(../images/slider-roteiros/compras-shoppings-outlets.png);}
.vpdo-comprasSupermercados{background: url(../images/slider-roteiros/compras-supermercados.png);}
.vpdo-comprasAvaliacaoLojas{background: url(../images/slider-roteiros/compras-avaliacao-lojas.png);}
.vpdo-comprasListaCompras{background: url(../images/slider-roteiros/compras-lista-compras.png);}



.breadcrumb a{
    color: #afb4c1;
    font-weight: bold;
    font-size: 12px;
}
.breadcrumb{
  font-size: 12px;
  color: #6a738e;
  margin-bottom: 10px; 
  margin-top: 10px; 
}

.breadcrumb span.breadcrumb_last{font-weight: bold; color: #6a738e;}
.breadcrumb.parques span.breadcrumb_last{color: var(--parques-color);}
.breadcrumb.preparativos span.breadcrumb_last{color: var(--preparativos-color);}
.breadcrumb.cruzeiros span.breadcrumb_last{color: var(--cruzeiros-color);}
.breadcrumb.hospedagem span.breadcrumb_last{color: var(--hospedagem-color);}
.breadcrumb.comida span.breadcrumb_last{color: var(--comida-color);}
.breadcrumb.compras span.breadcrumb_last{color: var(--compras-color);}
.breadcrumb.alem-dos-parques span.breadcrumb_last{color: var(--alemdosparques-color);}



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

#scrolltotop{
    height: 50px;
    width: 50px;
    background: url(../images/arrow.png) no-repeat 50% 43%;
    background-color: #0babbed9;
    border-radius: 50%;
    z-index: 98;
    position: fixed;
    bottom: 10px;
    background-size: 23px;
    display: block;
    right: 10px;
}


/* The progress container (grey background) */
.progress-container {
      height: 3px;
    background: transparent;
    position: fixed;
    top: 77px;
    z-index: 99;
    width: 100%;
    opacity: 0;
    transition: all 1s ease;
  /*background-color: #f1f1f1;*/
}
.progress-container.header-scroll{
  opacity: 1;
  transition: all 1s ease;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 3px;
  background: #ffd400;
  width: 0%;
}

/*Loading*/

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #04ABBD;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader img{
  width: 100%;
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
}

.page-template-page-search .gsc-control-cse iframe{display: none !important;}

.page-template-page-search .vpdo-container-pagina a span, 
.page-template-page-search .vpdo-container-pagina a{
  color: #0f56cc !important;
  margin-bottom: 0px !important;
  line-height: 180% !important;
}

.gbanner>div{
  margin-top: 30px;
}

/*comentarios*/
#comments h2{
    font-size: 15px;
    color: #2a2e2e;
    margin-bottom: 20px;
    padding: 10px 0px;
    border-bottom: 2px solid #e7e9ee;
}
#comments ol.commentlist{
  list-style: none;
}
#comments ol.commentlist .comment-author a,
#comments ol.commentlist .comment-author{
  color: #656c7a;
    font-weight: 700;
        font-size: 13px;
        font-style: normal;
}
#comments ol.commentlist .comment-author img{
    margin-top: 5px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.commentmetadata{height: 5px;}
#comments ol.commentlist .comment-meta > a{display: none;}
#comments ol.commentlist li{margin-top: 20px;}
#comments ol.commentlist .comment-body > p a{
  font-family: Arial; 
  font-weight: normal;
  line-height: 21px;
  color: #2a2e2e; 
  font-size: 15px;
}
#comments ol.commentlist .comment-body > p{
    margin-left: 50px;
    font-family: Arial;
    font-weight: normal;
    line-height: 25px;
    color: #2a2e2e;
    font-size: 16px;
}


    
   /*ipad*/
@media (max-width: 1000px) {
  .vpdo-sidebar{display: none;}
  .vpdo-sidebarsecond{display: none;}
  
  .vpdo-area-artigo, .vpdo-area-posts{
    width: 100% !important;
  }

  header#main-header{
    min-width: 1000px;
  }
}




#newsletterbtn{
  background: transparent;border: none;margin: 10px 0 0 0;color: #5e6473;
  position: relative;
}
#newsletterbtn #newsletterinfos{
    display: none;
    position: absolute;
    background: #5e6473;
    width: 270px;
    height: 120px;
    text-align: left;
    bottom: 10px;
    padding: 19px 20px;
    font-size: 12px;
    left: 90%;
    color: #fff;
    line-height: 139%;
}
#newsletterbtn:hover #newsletterinfos{
  display: block;
}
#newsletterbtn #newsletterinfos a{
  color: #bbedf3;
}



/*--*/
.postid-51790 .has-inline-color.has-white-color:after{
      content: " mostrar resposta";
      display: inline-block;
      color: #605b5b;
      padding-left: 10px;
      font-size: 12px;
  }
  
  
/*Bloco Youtube*/

.page-template-page-california .vpdslider-title__style1 {
    color: #39b8c8;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0 15px;
}

.page-template-page-california .videohome__slider {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.page-template-page-california .post-playlist-badge__icon {
    position: absolute;
    top: 15px;
    z-index: 11;
    left: 15px;
}

.page-template-page-california .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;
}

.page-template-page-california .video__slider .title__style2 {
    font-weight: bold;
    font-size: 15px;
    color: #444;
    margin-top: 5px;
    line-height: 144%;
}

.page-template-page-california .videohome__slider img {
    width: 100%;
    height: auto;
}

.page-template-page-california .slick-dots li {
    list-style: none;
}

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

.page-template-page-california .slick-dots li button {
    color: transparent;
    background: transparent;
    border: none;
}

.page-template-page-california .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #39b8c8;
    opacity: 0.2;
    margin: 0 5px;
    transition: all ease 0.4s;
    border-radius: 10px;
}


.page-template-page-california .linetop {
    border-top: 1px solid #39b8c8;
}
.page-template-page-california .slick-arrow.slick-disabled {
    opacity: 0 !important;
    transition: all ease 0.2s;
}

.page-template-page-california .slick-arrow.slick-prev {
    opacity: 1;
    transform: rotate(180deg);
    left: -30px;
    transition: all ease 0.2s;
}

.page-template-page-california .slick-arrow.slick-next {
    opacity: 1;
    right: -0px;
    transition: all ease 0.2s;
}

.page-template-page-california .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;
}