#hotsite-canoas header#header .info-header {
	padding: 25px 0;
}
#hotsite-canoas header#header .info-header .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#hotsite-canoas header#header .info-header .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 90px;
    width: 400px;
    max-width: 100%;
	position: relative;
}
#hotsite-canoas header#header .info-header .logos a.cover{
	position: absolute;
	width: 100%;
	height: 100%;
}
#hotsite-canoas header#header .info-header .logos figure {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#hotsite-canoas header#header .info-header .logos figure:first-of-type{
	margin-right: 10px;
}
#hotsite-canoas header#header .info-header .logos img {
    max-height: 100%;
    width: auto;
    display: block;
}
#hotsite-canoas header#header .info-header .wrap .menu-hotsite {
    width: 700px;
}
#hotsite-canoas header#header .info-header .wrap .menu-hotsite ul#hotsite-m {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    transition: max-height 0.3s ease-out;
}
#hotsite-canoas header#header .info-header .wrap .menu-hotsite ul#hotsite-m.none{
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
#hotsite-canoas header#header .info-header .wrap .menu-hotsite ul#hotsite-m li a {
    font-family: 'Lato', sans-serif;
    color: #333333;
    font-size: 50%;
    padding: 10px;
    display: block;
}
#hotsite .swiper-container.hotsites {
    height: 29vw;
}
#hotsite .swiper-container.hotsites .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#hotsite .swiper-container-vertical > .swiper-pagination-bullets {
    right: 3%;
}
#hotsite .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
}
#hotsite .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #FFF;
}
#hotsite .flex{
	display: flex;
	flex-wrap: wrap;
}
#hotsite .flex.v-top{
	align-items: flex-start;
}
#hotsite .flex.v-center{
    align-items: center;
}
#hotsite .flex.v-stretch{
	align-items: stretch;
}
#hotsite .flex.h-center{
	justify-content: center;
}
#hotsite .flex.h-start{
	justify-content: flex-start;
}
.slick-list {
    padding: 0 0 1em;
}
#hotsite section img{
	max-width: 100%;
}
#hotsite section.icones-text .boxes{
	padding-top: 30px;
}
#hotsite section.icones-text .boxes .box-icons{
    background: #EEEEEE;
    width: 280px;
    padding: 55px 30px 30px;
    margin: 10px;
    position: relative;
    flex-grow: 1;
	text-align: center;
}
#hotsite section.icones-text .boxes .box-icons .text p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #333333;
}
#hotsite section.icones-text .boxes .box-icons .text h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 20px;
    text-align: center;
}
#hotsite section.icones-text .boxes .box-icons .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    right: calc(50% - 50px);
    border-radius: 100%;
}
#hotsite section.icones-text .boxes .box-icons .icon span {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#hotsite section.sec-hotsite h2,
#hotsite section.mapa h2.map-title {
    color: #111;
    font-family: 'Gilroy';
    font-weight: 300;
    text-align: center;
    font-size: 100% !important;
    margin-bottom: 40px;
    display: block;
}
#hotsite section.mapa h2.map-title:before {
    display: none;
}
#hotsite section.sec-hotsite {
    padding: 40px 0;
}
#hotsite .boxes-a .box-a {
    width: 260px;
    padding: 0 20px;
}
#hotsite .slide-sec {
    padding: 0 40px;
    position: relative;
}
#hotsite .slider-blocos .slick-arrow {
    position: absolute;
    top: calc(50% - 5px);
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    padding: 0;
}
#hotsite .slider-blocos button.slick-prev {
    left: 4px;
    font-size: 0;
}
#hotsite .slider-blocos button.slick-next {
    right: 4px;
    font-size: 0;
}
#hotsite .slider-blocos .slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 14px;
    position: absolute;
    top: 5px;
    left: 0;
}
#hotsite .slider-blocos button.slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#hotsite .slider-blocos button.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#hotsite .slider-blocos i.icon-b.right {
    left: -15px;
}
#hotsite .slider-blocos i.icon-b.left {
    left: 7px;
}
#hotsite .slider-blocos {
    position: relative;
}
#hotsite section.block-images .text {
    overflow: hidden;
    height: 260px;
    padding: 60px 20px 20px;
}
#hotsite section.block-images .image-a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -50px;
}
#hotsite section.block-images .image-a figure {
    width: 140px;
    height: 140px;
    display: block;
}
#hotsite section.block-images .image-a figure img {
    display: block;
    width: 100%;
    height: auto;
}
#hotsite section.block-images .text h3{
    font-family: 'Lato', sans-serif;
    font-size: 65%;
    margin: 10px 0;
    text-align: center;
}
#hotsite section.block-images .text p {
    font-family: 'Lato', sans-serif;
    font-size: 50%;
	text-align: center;
}
#hotsite section.block-func .wrap-func .box-func {
    width: 320px;
    max-width: 100%;
    margin: 20px;
}
#hotsite section.block-func .wrap-func .box-func h3 {
    font-size: 65%;
    text-align: center;
}
#hotsite section.block-func .wrap-func .box-func p,
#hotsite section.block-func .wrap-func .box-func a {
    font-size: 55%;
    font-family: 'Lato', sans-serif;
}
#hotsite section.block-func .wrap-func .box-func.tipo-2 ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 4px 0;
}
#hotsite section.block-func .wrap-func .box-func.tipo-2 ul li a{
    width: 90%;
}
#hotsite section.block-func .wrap-func .box-func.tipo-2 ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bt-ht.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}
#hotsite section.block-func .wrap-func .box-func.tipo-1 a.default-h{
    color: #FFFFFF;
    padding: 5px 20px;
    display: inline-block;
    margin: 0 auto;
}
#hotsite section.events-prog .wrap ul.eventos-hotsite li{
    padding: 10px;
    height: 350px;
}
#hotsite section.events-prog .wrap ul.eventos-hotsite li .content-box{
    overflow: hidden;
    padding: 20px;
    height: 100%;
}
#hotsite section.events-prog .wrap ul.eventos-hotsite li .content-box h3{
    font-family: 'Lato', sans-serif;
    font-size: 60%;
    margin-top: 0;
}
#hotsite section.events-prog .wrap ul.eventos-hotsite li .content-box .data{
    font-family: 'Lato', sans-serif;
    font-size: 50%;
    font-weight: 100;
}
#hotsite section.events-prog .wrap ul.eventos-hotsite li .content-box .exct p {
    font-weight: 100;
    font-size: 55%;
}
#hotsite section.events-prog .wrap ul.eventos-hotsite {
    padding: 0 40px;
}
#hotsite section.events-prog .wrap .ev-wrap {
    position: relative;
}
#hotsite section.events-prog .slick-arrow,
#hotsite section.patr-apoio .slick-arrow,
#hotsite section.galeria .slick-arrow,
#hotsite section.noticias-ht .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    border: none;
    background: transparent;
    overflow: hidden;
}
#hotsite section.events-prog button.slick-prev,
#hotsite section.galeria button.slick-prev,
#hotsite section.patr-apoio button.slick-prev,
#hotsite section.noticias-ht button.slick-prev {
    left: 4px;
}
#hotsite section.events-prog button.slick-next,
#hotsite section.galeria button.slick-next,
#hotsite section.patr-apoio button.slick-next,
#hotsite section.noticias-ht button.slick-next{
    right: 4px;
}
#hotsite section.events-prog i.icon-b,
#hotsite section.galeria i.icon-b,
#hotsite section.patr-apoio i.icon-b,
#hotsite section.noticias-ht i.icon-b{
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 14px;
    position: absolute;
    top: 5px;
}
#hotsite section.events-prog .right,
#hotsite section.galeria .right,
#hotsite section.patr-apoio .right,
#hotsite section.noticias-ht .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#hotsite section.events-prog .left,
#hotsite section.galeria .left,
#hotsite section.patr-apoio .left,
#hotsite section.noticias-ht .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#hotsite section.events-prog i.icon-b.right,
#hotsite section.galeria i.icon-b.right,
#hotsite section.patr-apoio i.icon-b.right,
#hotsite section.noticias-ht i.icon-b.right{
    left: -15px;
}
#hotsite section.events-prog i.icon-b.left,
#hotsite section.galeria i.icon-b.left,
#hotsite section.patr-apoio i.icon-b.left,
#hotsite section.noticias-ht i.icon-b.left {
    left: 7px;
}
#hotsite section.events-prog{
    background-size: cover !important;
    background-size: no-repeat !important;
    background-position: center !important;
}
#hotsite section.noticias-ht .with-thumbs {
    padding: 0 30px;
}
#hotsite section.noticias-ht .clearfix {
    position: relative;    
}
#hotsite section.events-prog button.slick-next.slick-disabled,
#hotsite section.galeria button.slick-next.slick-disabled,
#hotsite section.patr-apoio button.slick-next.slick-disabled,
#hotsite section.events-prog button.slick-prev.slick-disabled,
#hotsite section.galeria button.slick-prev.slick-disabled,
#hotsite section.patr-apoio button.slick-prev.slick-disabled,
#hotsite section.noticias-ht button.slick-next.slick-disabled,
#hotsite section.noticias-ht button.slick-prev.slick-disabled {
    opacity: 0;
}
#hotsite section.title-content-s p{
    color: #111111;
}
#hotsite section.patr-apoio ul.logos,
#hotsite section.galeria ul.gal-ul {
    padding: 0 30px;
}
#hotsite section.patr-apoio .logo-container,
#hotsite section.galeria .gall-container {
    position: relative;
}
#hotsite section.patr-apoio ul.logos li {
    display: flex;
    justify-content: center;
    align-items: center;
}
#hotsite section.galeria ul.gal-ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
#hotsite .button-leia-mais {
    font-family: 'Lato', sans-serif;
    font-size: 45%;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#hotsite .button-leia-mais:after {
    content: '';
    width: 20px;
    height: 8px;
    background-image: url(../images/seta-black.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.page-template-page-modelo-hotsites .light-box p{
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #111111;
}
#hotsite .swiper-container .swiper-slide a.cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-template-page-modelo-hotsites .mob-menu-header-holder.mobmenu,
.page-template-page-modelo-hotsites-filhas .mob-menu-header-holder.mobmenu{
    display: none !important;
}
.page-template-page-modelo-hotsites .mobmenu-push-wrap,
.page-template-page-modelo-hotsites-filhas .mobmenu-push-wrap{
    padding-top: 0 !important;
}
#nav-icon3{
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 6px;
}

#nav-icon3 span:nth-child(4) {
  top: 12px;
}

.align.open #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.align.open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.align.open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.align.open #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#hotsite section iframe[src*="youtube.com"] {
/*    width: 50vw;
	height: 28.125vw;*/
}
@media screen and (max-width: 768px){
	#hotsite section iframe[src*="youtube.com"] {
		/*width: 80vw;
		height: 44.125vw;*/
	}
}
#hotsite section.mapa div.map iframe{
	width: 100%;
	height: 300px;
}
#hotsite section.mapa h2{
	font-size: 70%;
	color: #111;
}
#hotsite section.mapa a{
	color: #111;
	border-bottom: none;
}
#hotsite section.mapa h2:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url("../images/seta-black.png") no-repeat center center;
        background-size: auto auto;
    background-size: contain !important;
    margin-right: 5px;
    transition: .5s;
}
#hotsite section.mapa h2:hover:before {
	margin-left: 5px;
}
.menu-hotsite .abre-menu .align {
    display: none;
}

@media screen and (max-width: 1023px){
    #hotsite-canoas header#header .info-header{
        padding-bottom: 0;
    }
    .menu-hotsite.mob .abre-menu{
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
    .menu-hotsite.mob .abre-menu:before{
        content: '';
        position: absolute;
        width: 150vw;
        left: -50vw;
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .menu-hotsite .abre-menu .none,
    .menu-hotsite .abre-menu #hotsite-m.none{
        display: none;
    }
    #hotsite-canoas header#header .info-header .wrap .menu-hotsite.mob .abre-menu ul#hotsite-m.mob {
        flex-wrap: wrap;
        margin: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.2s ease-out;
    }
    #hotsite-canoas header#header .info-header .wrap .menu-hotsite.mob .abre-menu ul#hotsite-m.mob.active {

        max-height: 500px;

    }
    .menu-hotsite.mob .abre-menu #hotsite-m li {
        width: 100%;
    }
   .menu-hotsite.mob .abre-menu .align {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;

    }
    .menu-hotsite.mob .abre-menu span.abrir-m {
        font-family: 'Gilroy';
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
    }
    .menu-hotsite.mob .abre-menu ul#hotsite-m.sub {
        
    }
}

.page-id-26017 .menu-hotsite {width: max-content !important;}
.parent-pageid-26017 .menu-hotsite {width: max-content !important;}