body{
	font-family: 'Open Sans', serif !important;
	overflow-x: hidden;
	background-color: #f3f3f3;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

p,b,input,label,h1,h2,h3,h4,h5,h6,div,a,button{
	font-family: 'Barlow', sans-serif;
	letter-spacing: 0px;
}

.modal{
	background: rgba(0,0,0,0.5);
}

.title-section{
	font-size: 25px;
	color: #333333;
	font-weight: 500;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	margin: 30px 0;
}

.container-bm{
	width: 1350px;
	max-width: 90%;
	margin: 0 auto;
}

.container-bm:after{
	content: '';
	display: block;
	clear: both;
}

.navbar-salao{
	width: 100%;
	padding: 10px 0;
	background: #fdf34a;
}

.navbar-salao a{
	color: #777777;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	margin: 3px 10px 0 0;
}

.navbar-salao a i{
	margin-right: 3px;
}

.navbar-salao a:hover{
	text-decoration: underline;
}

.search-salao{
	border: none;
	border-radius: 4px 0 0 4px;
	height: 25px;
	outline: none;
	padding: 3px 10px;
}

.search-salao-span{
	background: #ffffff;
	height: 25px;
	float: right;
	padding: 3px 5px;
	border-radius: 0 4px 4px 0;
	color: #999999;
}

.input-group.salao-group{
	border-radius: 4px;
}

.flex{
	display: flex;
}
.flex-row{
	flex-direction: row;
}
.flex-column{
	flex-direction: column;
}
.flex-center-center{
	align-items: center;
	justify-content: center;
}
.flex-start-start{
	align-items: flex-start;
	justify-content: flex-start;
}
.flex-end-end{
	align-items: flex-end;
	justify-content: flex-end;
}
.flex-start-center{
	align-items: flex-start;
	justify-content: center;
}
.flex-center-start{
	align-items: center;
	justify-content: flex-start;
}
.flex-end-center{
	align-items: flex-end;
	justify-content: center;
}
.flex-center-end{
	align-items: center;
	justify-content: flex-end;
}
.flex-start-end{
	align-items: flex-start;
	justify-content: flex-end;
}
.flex-end-start{
	align-items: flex-start;
	justify-content: flex-end;
}
.flex-center-around{
	align-items: center;
	justify-content: space-around;
}
.flex-center-between{
	align-items: center;
	justify-content: space-between;
}
.flex-start-between{
	align-items: flex-start;
	justify-content: space-between;
}

.flex-wrap{
	flex-wrap: wrap;
}

header.header{
	width: 100%;
	padding: 30px 0 45px 0;
	position: relative;
	background-color: #000000;
}

.header .header-logo{
	width: 100%;
	text-align: center;
}


.header .header-logo img{
	width: 240px;
}

.header .header-logo p{
	font-size: 10px;
	margin: 7px 0 0 0;
}

.header .header-search{
	flex: 1;
	margin: 0 50px;
}

.header .header-search-box{
	flex: 1;
}

.input-search-box{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.input-search-box input{
	flex: 1;
	padding: 0 16px;
	height: 50px;
	font-size: 15px;
	background-color: #eceeef;
	color: #333333;
	border: none;
	outline: none;
	border-radius: 5px 0 0 5px;
}

.header-search ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-search ul li,.header-search ul li a{
	display: inline-block;
}

.header-search ul li a{
	color: #555;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	margin: 0 15px 10px 0;
}

.header-search ul li a:hover,.header-search ul li a.active{
	color: #F87E09;
	text-decoration: none;
}

.input-search-box button.btn-search{
	height: 50px;
	width: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #000000;
	border-radius: 0 5px 5px 0;
	border: none;
	outline: none;
}

.link-compromisso-social,.link-compromisso-social img{
	width: 128px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.loading-gif{
	width: 120px;
	margin: 50px 0;
}

.header-menu{
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(calc(50% + 40px));
	width: 100%;
	background-color: #666666;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	z-index: 2;
}

.header-menu ul{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.header-menu ul li,.header-menu ul li a{
	display: inline-block;
	height: 100%;
}

.header-menu ul li a{
	cursor: pointer;
	text-decoration: none;
	border: none;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-menu ul li a:before{
	content: '';
    display: block;
    left: -13px;
    width: 1px;
    height: 18px;
    position: absolute;
    background-color: #fff;
}
.header-menu ul li a.no-border:before{
    display: none;
}

.header-menu ul li a:hover:after,.header-menu ul li a.active:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: rgba(255,255,255,0.3);
	bottom: 0;
}

.footer-content{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer-content .info{
	text-align: left;
}
.footer-content .info p{
	margin: 8px 0 0 0;
	color: #000000;
}
.footer-content .realizacao{
	width: 400px;
}
.footer-content .realizacao img{}

p.apresentam{
	position: absolute;
	width: 170px;
	font-size: 9px;
	left: 100px;
	top: 7px;
	color: #000000;
	text-align: right;
}

p.apresentam b{
	color: #fff;
}

.bubble-info{
	background-image: url(/site/img/bubble-circle.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center; 
	width: 170px;
	height: 170px;
	float: left;
	text-align: center;
	padding: 48px 15px 0 15px;
	margin: 0 0 0 100px;
}

.bubble-info h4{
	font-size: 13px;
	margin: 0;
	color: #ffffff;
	line-height: 1.4;
}

.bird-detail{
	width: 120px;
	height: 120px;
	position: absolute;
	right: 160px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/site/img/icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.tns-outer{
	width: calc(100% - 100px);
}

.buttons-next-prev{
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.buttons-next-prev button{
	width: 50px !important;
	height: 50px;
	padding: 0;
	width: auto;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 26px;
	color: #999999;
	transition: 0.2s;
	padding: 10px;
	border-radius: 4px;
}
.buttons-next-prev button:hover{
	background-color: #dddddd;
	color: #777777;
}

.airplane-detail{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/site/img/airplane.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.book-detail{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/site/img/book.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.menu{
	width: 100%;
	background: #efe252;
	position: relative;
}

.menu:after{
	content: '';
	display: block;
	clear: both;
}

.clear-cafe{
	display: block;
	clear: both;
}

.menu ul{
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

.menu ul li{
	position: relative;
	float: left;
	width: 16.65%;
}

.menu ul li a{
	float: left;
	width: 100%;
	text-align: center;
	height: 99px;
	margin: 7px 0 0 0;
	padding: 23px 10px 0 13px;
	color: #231f20;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.15;
}

.menu ul li a i{
	font-size: 30px;
	width: 100%;
	margin-bottom: 5px;
}

.menu ul li:hover a,.menu ul li a.active{
	/*background-image: url(/site/img/menu-item.png);*/
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	color: #FFFFFF;
	position: relative;
}

.menu ul li:hover a:after,.menu ul li a.active:after{
	content: '';
	position: fixed;
	background-color: #e43058;
	width: 85%;
	height: 100%;
	left: 7%;
	top: 0;
	position: absolute;
	z-index: 0;
	-webkit-transform: skew(15deg); -moz-transform: skew(15deg);-ms-transform: skew(15deg);-o-transform: skew(15deg);transform: skew(15deg);
}

.menu ul li a i,.menu ul li a p{
	z-index: 1;
	position: relative;
}

.menu ul li ul.sub{
	position: absolute;
	left: 0px;
	top: 106px;
	width: 100%;
	z-index: 20;
	padding: 0;
	/*display: none;*/
}

.menu ul li:hover ul.sub{
	/*display: block;*/
}

.menu ul li ul.sub li{
	width: 100%;
	position: relative;
	height: 48px;
	padding: 0 20px 0 15px;
}

.menu ul li ul.sub li a{
	height: 48px;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	width: auto;
	height: auto;
	position: absolute;
    top: 20%;
    left: 53%;
    transform: translate(-50%,-50%);
    margin: 0;
    position: relative;
}

.menu ul li ul.sub li a:hover{
	background-image: initial;
}

.menu ul li ul.sub li{
	height: 0;
	transition: 0.4s height;
	overflow: hidden;
}

.menu ul li ul.sub li a{
	opacity: 0;
	transition: 0.3s;
}

.menu ul li:hover ul.sub li{
	height: 48px;
	background: none;
}

.menu ul li:hover ul.sub li a{
	opacity: 1;
	transition: 1s;
	position: relative;
	z-index: 1;
	background: none;
}

.menu ul li:hover ul.sub li:nth-child(even), .menu ul li ul.sub li:nth-child(even){
	position: relative;
	background: none;
	background-color: transparent !important;
}
.menu ul li:hover ul.sub li:nth-child(even):after,.menu ul li ul.sub li:nth-child(even):after{
	content: '';
	position: fixed;
	background-color: #e43058;
	width: 85%;
	height: 100%;
	left: 11%;
	top: 0;
	position: absolute;
	z-index: 0;
	-webkit-transform: skew(15deg); -moz-transform: skew(15deg);-ms-transform: skew(15deg);-o-transform: skew(15deg);transform: skew(15deg);
}

.menu ul li:hover ul.sub li:nth-child(odd), .menu ul li ul.sub li:nth-child(odd){
	position: relative;
	background: none;
	background-color: transparent !important;
}
.menu ul li:hover ul.sub li:nth-child(odd):after,.menu ul li ul.sub li:nth-child(odd):after{
	content: '';
	position: fixed;
	background-color: #851332;
	width: 85%;
	height: 100%;
	left: 11%;
	top: 0;
	position: absolute;
	z-index: 0;
	-webkit-transform: skew(-15deg); -moz-transform: skew(-15deg);-ms-transform: skew(-15deg);-o-transform: skew(-15deg);transform: skew(-15deg);
}

.menu ul li:hover ul.sub li:nth-child(even):hover:after{
	background-color: #CF4A68;
	cursor: pointer;
}
.menu ul li:hover ul.sub li:nth-child(odd):hover:after{
	background-color: #8B2F48;
	cursor: pointer;
}

.menu ul li:hover ul.sub li a:after{
	background: none;
}

.menu .menu-detail1{
	position: absolute;
	width: 100%;
	height: 7px;
	background: #fdf34a;
	top: -7px;
	left: 0;
}

.menu .menu-detail1:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 4px;
	border-color: transparent transparent #fdf34a transparent;
	left: -4px;
	top: 0;
}

.menu .menu-detail1:after{
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 7px 0;
    border-color: transparent transparent #fdf34a transparent;
    right: -4px;
}

.menu .menu-detail2{
	position: absolute;
	width: 100%;
	height: 7px;
	background: #D7CD13;
	top: 0;
	left: 0;
}

.menu .menu-detail2:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 7px 0;
	border-color: transparent #D7CD13 transparent transparent;
	left: -4px;
}

.menu .menu-detail2:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 0;
	border-color: #D7CD13 transparent transparent transparent;
	right: -4px;
}

.content-site{
	width: 100%;
	/* background: url(/site/img/bg.jpg) no-repeat -420px 20px, url(/site/img/bg.jpg) no-repeat calc(100% + 430px) 20px; */
}

.logos{
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 20px 20px 10px 20px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.logos .first, .logos .second{
	position: relative;
	width: 100%;
	text-align: justify;
	padding-right: 20px;
	margin-top: 20px;
	border-top: 1px solid #555555;
	padding-top: 10px;
}

.logos .first:after,.logos .second:after{
	content:""; display: inline-block; width: 100%; height: 0;
}

.logos .after-dot{
	top: 0;
}

.logos a{
	height: 90px;
	display: inline-block;
	position: relative;
}

.logos .after-dot:after{
	content: '';
	display: block;
	position: absolute;
	right: -8px;
	top: 0;
	height: 22px;
	border-right: 1px solid #555555;
}

.logos .after-dot.sommaior:after{
	right: 0px;
}

.logos .ca{
	position: absolute;
	right: 0px;
	top: 10px;
	background: url(/site/img/logos/ca.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 20px;
	height: 105px;
}

.logos img{
	height: 90px;
	display: inline-block;
}


footer{
	background-color: #eeeeee;
	padding: 0 0 30px 0;
}

footer .first-footer{
	padding: 60px 0 25px 0;
}

footer .second-footer{
	padding: 40px 0 0 0;
	text-align: center;
}

footer .second-footer p {
	font-size: 13px;
	color: #ffffff;
	margin: 6px 0 0 0;
}

.section-footer a{
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

.section-footer a:hover{
	text-decoration: underline;
}

.section-footer h2{
	color: #F87E09;
	font-size: 16px;
}

.color-blue{
	color: #00AAB0;
}

.button-open-menu{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	background: #EDE339;
	border: 1px solid #DDD218;
	border-radius: 4px;
	font-size: 18px;
	padding: 5px 10px;
	color: #00AAB0;
	display: none;

}

.logos .all-logos{
	display: none;
}

h2.title-site{
	margin: 30px 0 0 50px;
	color:#ffffff;
	font-size: 58px;
	text-align: center;
	font-family: Nunito;
	font-weight: bold;
}
h3.title-site{
	margin: 20px 0 0 50px;
	color:#ffffff;
	font-size: 58px;
	text-align: center;
	font-family: Nunito;
	font-size: 48px;
}
.cupom-img{
	position: absolute;
	right: 25px;
	top: 0;
}

.show-xs{
	display: none;
}

.editoras-list{
	display: flex;
	flex-wrap: wrap;
}
.editora-item{
	flex: 1 0 21%; /* explanation below */
	margin: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-self: center;
	text-decoration: none;
	border: none;
	outline: none;
	text-align: center;
	transition: 0.3s;
	margin: 30px 0 0 0;
}
.editora-item .editora-img{
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	border: none;
	background-color: #fff;
	border-radius: 200px;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	margin-bottom: 15px;
}
.editora-item:hover{
	transform: scale(1.2);
	text-decoration: none;
}
.editora-item h3{
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #333333;
	width: 100%;
	text-align: center;
	margin: 0;
}

.generos-list{
	display: flex;
	flex-wrap: wrap;
}
.genero-item{
	flex: 1 0 21%; /* explanation below */
	margin: 5px;
	height: 60px;
	background-color:#11618d;
	display: flex;
	align-items: center;
	border-radius: 5px;
	justify-self: center;
	padding: 25px;
	text-decoration: none;
	border: none;
	outline: none;
	transition: 0.3s;
}
.genero-item:hover{
	background-color:#748d72;
	text-decoration: none;
}
.genero-item h3{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin: 0;
}

.redes{
	margin: 0 0 50px 0;
}

.redes h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #F87E09;
}

.redes .item-rede{
	font-size: 30px;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
	margin: 20px 12px 0 12px;
}

.redes .item-rede:hover{
	color: #11618d;
}


.lista-pedido{
	width: 100%;
	bottom: 190px;
	top: 50px;
	position: absolute;
	overflow-y: auto;
}

.lista-pedido table{
	max-width: 100%;
}

.lista-pedido table tr{
	min-height: 76px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.lista-pedido table tr td {
	padding: 10px;
}

.lista-pedido table tr td img{
	width: 60px;
}

.lista-pedido table tr td p{
	font-size: 11px;
	margin: 2px 0 0 0;
	color: #666666;
}

.lista-pedido table tr td h5{
	font-size: 25px;
	margin: 0;
	color: #666666;
}

.lista-pedido table tr td h6{
	font-size: 12px;
	margin: 0;
	color: #666666;
}

.lista-pedido table tr td i{
	color: #999999;
	cursor: pointer;
	opacity: 0;
}

.lista-pedido table tr:hover td i{
	opacity: 1;
}

.lista-pedido table tr td i:hover{
	color: #666666;
}

.footer-pedido{
	width: 100%;
	height: 175px;
	background: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	bottom: 0;
	position: absolute;	
	padding: 0 20px;
}

.btn-shopping-cart{
	float: right;
	background: transparent;
	border: none;
	font-size: 30px;
	color: #ffffff;
	outline: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	z-index: 1000;
	background: #000000;
}

.backdrop-salao{
	z-index: 3;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.menu-pedido{
	position: fixed;
	width: 350px;
	z-index: 4;
	background: #fff;
	left: -350px;
	bottom: 0;
	top: 0;
	transition: 0.3s;
}

.box-mesas{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.box-mesas .item-mesa{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	background-color: #000000;
	cursor: pointer;
	border-radius: 100px;
}

.box-mesas .item-mesa h4{
	color: #ffffff;
	text-align: center;
}

.menu-pedido.open{
	left: 0;
}

.menu-pedido.right{
	right: -350px;
	left: initial;
}

.menu-pedido.open.right{
	right: 0;
	left: initial;
}

.menu-pedido h4{
	width: 100%;
	border-bottom: 1px solid #EDEEDE;
	padding: 15px;
	margin: 0;
	color: #7F3F98;
}

.menu-pedido.pedido h4{
	background: #000000;
	color: #FFFFFF;
	border-bottom: none;
}

.menu-pedido.pedido h3{
	color: #999999;
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lista-pedido{
	width: 100%;
	bottom: 175px;
	top: 50px;
	position: absolute;
	overflow-y: auto;
}

.lista-pedido table{
	max-width: 100%;
}

.lista-pedido table tr{
	min-height: 76px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.lista-pedido table tr td {
	padding: 10px;
}

.lista-pedido table tr td img{
	width: 60px;
}

.lista-pedido table tr td p{
	font-size: 11px;
	margin: 2px 0 0 0;
	color: #666666;
}

.lista-pedido table tr td h5{
	font-size: 25px;
	margin: 0;
	color: #666666;
}

.lista-pedido table tr td h6{
	font-size: 12px;
	margin: 0;
	color: #666666;
}

.lista-pedido table tr td i{
	color: #999999;
	cursor: pointer;
	opacity: 0;
}

.lista-pedido table tr:hover td i{
	opacity: 1;
}

.lista-pedido table tr td i:hover{
	color: #666666;
}

.btn-payment{
	width: 100%;
    height: 90px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #444444;
}

.btn-payment.active{
	border: 1px solid #B81D2F;
    color: #B81D2F;
}

/**
* xs
*/
@media (max-width: 767px) {

	.hidden-xs{
		display: none;
	}

	.show-xs{
		display: block;
	}

	header.header{
		height: auto;
	}
	
	.header .header-logo{
		width: 75%;
		margin: 0 auto;
		text-align: center;
	}
	.header .header-logo img{
		width: 180px;
	}	
	.header .header-search-box{
		width: 100%;
	}

	.header .header-search{
		margin: 20px 0 0 0;
	}

	.header-search ul{
		text-align: center;
	}

	.header-search ul li a{
		font-size: 12px;
		margin: 0 5px 10px 0;
	}

	.input-search-box input {
		padding: 0 12px;
		height: 42px;
		font-size: 12px;
	}

	.input-search-box button.btn-search {
		height: 42px;
		width: 42px;
	}

	.link-compromisso-social, .link-compromisso-social img{
		display: none;
	}

	.navbar-salao .pull-right{
		width: 59%;
	}
	.navbar-salao form{
		display: none;
	}
	.pre-header{
		padding: 10px;
	}
	header.header .box-logo{
		top: -33px;
	}
	p.apresentam{
		left: 47%;
		top: 40px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	header.header .logo{
		position: absolute;
		top: 60px;
	}
	header.header .container-bm{
		height: 100%;
	}

	header.header .bg-h{
		height: 330px;
	}

	.section-footer{
		width: 50%;
	}

	.section-footer.text-center{
		width: 100%;
	}
	
	h3.title-site{
		margin: 0;
		position: absolute;
		bottom: 60px;
		font-size: 20px;
		left: 0;
	}

	h2.title-site{
		margin: 0;
		position: absolute;
		bottom: 30px;
		font-size: 20px;
		left: 0;
	}

	.cupom-img{
		display: none;
	}

	header.header .box-logo{

		left: 50%;
		transform: translateX(-50%);
		margin: 0;
	}
	.bubble-info{
		position: absolute;
		left: 50%;
		top: 230px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0;
	}
	.bird-detail{
		display: block !important;
		top: auto;
		bottom: 20px;
		left: 10px;
		width: 80px;
		height: 80px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.book-detail{
		display: block !important;
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		left: 0%;
		width: 80px;
		height: 80px;
		position: absolute;
	}
	.airplane-detail{
		display: block !important;
		top: auto;
		bottom: 20px;
		right: 0;
		width: 80px;
		height: 80px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.container-bm{
		width: 90%;
	}
	.backdrop{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 19;
		display: none;
	}
	.backdrop.show{
		display: block;
	}
	.bubble-info{
		float: right;
		margin-right: 80px;
	}
	.bird-detail{
		display: none;
	}
	.book-detail{
		display: none;
	}
	.airplane-detail{
		display: none;
	}
	.menu{
		position: fixed;
		width: 160px;
		left: -160px;
		top: 0;
		height: 100%;
		z-index: 20;
		padding: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.menu.open{
		left: 0;
	}
	.menu .menu-detail1,.menu .menu-detail2{
		display: none;
	}
	.menu ul {
		padding: 0;
	}
	.menu ul li {
		width: 100%;
	}
	.menu ul li a{
		margin: 0;
		height: auto;
		padding: 20px 0;
	}
	.menu ul li a i{
		font-size: 19px;
	}
	.menu ul li:hover a, .menu ul li a.active{
		background-image: none;
		background-color: #009EA4;
	}
	.menu ul li ul.sub{
		top: 0px;
		left: 160px;	
		z-index: 1;
		width: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.menu ul li:hover ul.sub{
		width: 200px;
	}
	.menu ul li ul.sub li{
		height: 48px;
		display: none;
	}
	.menu.open ul li ul.sub li{
		display: block;
	}
	.menu ul li ul.sub li a{
		padding: 23px 0 0 0;
	}
	.menu ul li:hover ul.sub li:nth-child(odd), .menu ul li ul.sub li:nth-child(odd){
		background-image: none;
		background-color: #00878A;
	}
	.menu ul li:hover ul.sub li:nth-child(even), .menu ul li ul.sub li:nth-child(even){
		background-image: none;
		background-color: #00AAAF;
	}
	.menu ul li:hover ul.sub li:nth-child(odd):hover, .menu ul li ul.sub li:nth-child(odd):hover{
		background-image: none !important;
		background-color: #00ABAF;
	}
	.menu ul li:hover ul.sub li:nth-child(even):hover, .menu ul li ul.sub li:nth-child(even):hover{
		background-image: none !important;
		background-color: #00BEC3;
	}
	.button-open-menu{
		display: block;
		top: 50px;
	}
	.logos .all-logos{
		display: block;
	}
	.logos .first,.logos .second{
		display: none;
	}
	.logos img{
		width: 100%;
		height: auto;
	}

	.title-site{
		margin: 210px 0 0 0;
	    color: #ffffff;
	    float: left;
	    text-align: center;
	    width: 100%;
	    font-size: 20px;
	}
	.pre-header{

	}
}

/**
* sm
*/
@media (min-width: 768px) and (max-width: 991px) {
	.container-bm{
		/*width: 95%;*/
		width: 1100px;
	}
	.backdrop{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 19;
		display: none;
	}
	.backdrop.show{
		display: block;
	}
	.bubble-info{
		float: right;
		margin-right: 80px;
	}
	.bird-detail{
		display: none;
	}
	.book-detail{
		display: none;
	}
	.airplane-detail{
		display: none;
	}
	.menu{
		position: fixed;
		width: 220px;
		left: -220px;
		top: 0;
		height: 100%;
		z-index: 20;
		padding: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.menu.open{
		left: 0;
	}
	.menu .menu-detail1,.menu .menu-detail2{
		display: none;
	}
	.menu ul {
		padding: 0;
	}
	.menu ul li {
		width: 100%;
	}
	.menu ul li a{
		margin: 0;
		height: auto;
		padding: 20px 0;
	}
	.menu ul li a i{
		font-size: 19px;
	}
	.menu ul li:hover a, .menu ul li a.active{
		background-image: none;
		background-color: #009EA4;
	}
	.menu ul li ul.sub{
		top: 0px;
		left: 220px;	
		z-index: 1;
		width: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.menu ul li:hover ul.sub{
		width: 200px;
	}
	.menu ul li ul.sub li{
		height: 48px;
		display: none;
	}
	.menu.open ul li ul.sub li{
		display: block;
	}
	.menu ul li ul.sub li a{
		padding: 23px 0 0 0;
	}
	.menu ul li:hover ul.sub li:nth-child(odd), .menu ul li ul.sub li:nth-child(odd){
		background-image: none;
		background-color: #00878A;
	}
	.menu ul li:hover ul.sub li:nth-child(even), .menu ul li ul.sub li:nth-child(even){
		background-image: none;
		background-color: #00AAAF;
	}
	.menu ul li:hover ul.sub li:nth-child(odd):hover, .menu ul li ul.sub li:nth-child(odd):hover{
		background-image: none !important;
		background-color: #00ABAF;
	}
	.menu ul li:hover ul.sub li:nth-child(even):hover, .menu ul li ul.sub li:nth-child(even):hover{
		background-image: none !important;
		background-color: #00BEC3;
	}
	.button-open-menu{
		display: block;
	}
	.logos .all-logos{
		display: block;
	}
	.logos .first,.logos .second{
		display: none;
	}
	.logos img{
		width: 100%;
		height: auto;
	}
}

/**
* md
*/
@media (min-width: 992px) and (max-width: 1199px) {
	.container-bm{
		/*width: 900px;*/
		width: 1100px;
	}
	.bubble-info{
		margin: 0 0 0 40px;
	}
	.bird-detail{
		right: 120px;
	}
	.book-detail{
		right: 160px;
	}
	.logos{
		padding: 0;
	}
	.logos .all-logos{
		display: block;
	}
	.logos .first,.logos .second{
		display: none;
	}
	.logos img{
		width: 100%;
		height: auto;
	}
}

/**
* lg
*/
@media (min-width: 1200px) {
  
}

.risk, .risk p, .risk h1, .risk h2, .risk h3, .risk h4, .risk h5, .risk h6{
	text-decoration: line-through;
	color: #999999 !important;
}