/*
Theme Name: MIDIABUS
Theme URI: http://midiabus.com.br
Author: BRAVO CREATIVE 
Author URI: http://bravocreative.com.br
Description: Bravo Creative Custom Websites
Version: 2.0.1
Text Domain: bravo
*/

@import 'https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,600,700';

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
DESENVOLVIDO POR BRAVO CREATIVE
http://bravocreative.com.br
Bravo Framework 2.0.1
*/

body, h1, h2, h3, h4, h5, h6, li, p, a, input, span, div {
	font-family: 'Ek Mukta', sans-serif;
}
[class*="column"]+[class*="column"]:last-child {
  float: left;
}
.row {
	max-width: 100%;
}
.columns {
	padding: 0;
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 10px 40px;
	transition: all 0.4s;
	background: transparent;
	z-index: 1000000;

}
.single-produto #header {
	width: calc(100% - 205px);
}
#header.comFundo {
	background: white;
}

#midiabus {
	text-indent: -9999px;
	display: inline-block;
	width: 221px;
	height: 63px;
	background: url(images/midia-bus.png) no-repeat;
}

#home {
	position: relative;
	background: url(images/bg-home.jpg) no-repeat center center;
	width: 100vw;
	height: 100vh;
	background-size: cover;
}


#menu-overflow {
	position: fixed;
	right: 45px;
	bottom: 95px;
	width: 50%;
}
#menu-overflow li {
	float: left;
	width: calc(25% - 2px);
	margin: 0 1px;
	height: 185px;
	text-align: center;
}
#menu-overflow a {
	height: 100%;
	background: #eed005;
	display: block;
	width: 100%;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}
#menu-overflow a:hover {
	background: rgba(26, 24, 1, .9);
}

#menu-overflow span.texto {
	display: block;
	width: 100%;
	margin-top: 20px;
}


#footer {
	height: 50px;
	position: relative;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #5a5a5a;
	display: flex;
	align-items: center;
	margin-top: -50px;
}
.page-id-11 #footer {
	margin-top: 0;
}

.single-produto #footer {
	width: calc(100% - 205px);
	float: right;
}

#footer p {
	color: white;
	font-size: 14px;
	padding: 0 20px;
}

#quem-somos {
	min-height: calc(100vh - 50px);
	display: flex;
	align-items: center;

}

#slider-quem-somos {
	max-width: 60%;
	max-height: 50%;
	margin: 0 auto;
}
#slider-quem-somos .owl-controls {
	width: 100%;
	position: absolute;
	top: 0;
	pointer-events: none;
	z-index: 3;
}
#slider-quem-somos .owl-nav {
	height: 100%;
	width: 100%;
}
#slider-quem-somos .owl-controls .owl-prev {
	pointer-events: all;
	margin-left: 20px;
	float: left;
	background: url(images/seta-esquerda.png) no-repeat top left;
	width: 42px;
	height: 49px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	transition:all .4s ease-out;
	margin-right: 0;
}
#slider-quem-somos .owl-controls .owl-next {
	pointer-events: all;
	float: right;
	background: url(images/seta-direita.png) no-repeat top left;
	width: 42px;
	height: 49px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	transition:all .4s ease-out;
	margin-right: 20px;
}
#slider-quem-somos .owl-controls .owl-prev:hover {
	opacity: 0.4;
}
#slider-quem-somos .owl-controls .owl-next:hover {
	opacity: 0.4;
}

#quem-somos #texto-quem-somos {
	padding: 120px 40px;
/*	min-height: calc(100vh - 50px);*/
}
#quem-somos #video-quem-somos {
	background: #ffde00;
	min-height: 100vh;
	top: 0;
	right: 0;
	position: fixed ;
display: flex;
align-items: center;
}
#quem-somos h2 {
	font-size: 28px;
	color: #1a1801;
	text-transform: uppercase;
	font-weight: 600;
	margin:  0 0 20px;
	line-height: 110%;
	
}#quem-somos h3 {
	font-size: 21px;
	color: #1a1801;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 20px;
	line-height: 110%;
	
}
#quem-somos p {
	font-size: 14px;
	color: #1a1801;
	line-height: 160%;
}
#quem-somos ul {
	margin-top: 20px;
}
#quem-somos li {
	font-size: 14px;
	color: #1a1801;
	line-height: 160%;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: disc;
}

#abre-menu {
	display: flex;
	align-items: center;
	height: 40px;
	margin-top: 10px;
	float: right;
}
#abre-menu .texto-menu {
	font-size: 11px;
	color: #1a1800;
	float: left;
	margin-right: 5px;
}

#menu-aberto {
	background: rgba(255,255,255, 0.9);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
	opacity: 1;
	pointer-events: all;
	z-index: 10000;
}
#menu-aberto.fechado {
	opacity: 0;
	pointer-events: none;
}
#menu-aberto ul {
	margin-top: 85px;
}
.single-produto #menu-aberto ul {
	margin-left: 205px;
}
#menu-aberto li {
	text-align: center;
}

#menu-aberto a {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 42px;
	line-height: 150%;
	letter-spacing: -1px;
	transition: all 0.4s;
}
#menu-aberto a:hover {
	color: #ffde00;
}
.hamburger-menu {
  position: relative;
  width: 40px;
  height: 25px;
  cursor: pointer;
  float: right;
}

.bar,
.bar:after,
.bar:before {
  width: 40px;
  height: 5px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: #1a1801;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #1a1801;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #1a1801;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


#menu-produtos {
	height: (100vh);
	width: 205px;
	position: fixed;
	float: left;
	z-index: 9999;
}

#menu-produtos a {
	display: inline-block;
	position: relative;
	width: 205px;
/*	height: calc(16.66666666vh - 2px);*/
	height: calc(20vh - 2px);
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffcc00;
	font-size: 18px;
	color: #1a1800;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s;
}
#menu-produtos a:hover, #menu-produtos li.current-menu-item a {
	background: #1a1800;
	color: white;
}
.produto-container {
	width: calc(100vw - 220px);
	float: right;
	position: relative;
}
#exibe-produto {
	padding-top: 85px;
	width: calc(100% - 220px);
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
/*	overflow: hidden;*/
}

.page-id-11 #exibe-produto {
	padding-top: 0;
	display: block;
	align-items: none;
	justify-content: none;
}


#exibe-produto #imagem-destaque.inbus, #exibe-produto #imagem-destaque.sanca {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	margin: 0 auto;	
}
#exibe-produto #imagem-destaque.backbus {
	width: 554px;
	height: 628px;
	margin: 0 auto;	
}
#exibe-produto #imagem-destaque.outbus {
	width: 1074px;
	height: 586px;
	margin: 0 auto;	
}
#exibe-produto #imagem-destaque.taxi {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	margin: 0 auto;
}
#exibe-produto #imagem-destaque.wifi {
	width: 500px;
	height: 600px;
	margin: 0 auto;	
}
#exibe-produto h2 {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a1800;
	letter-spacing: -2px;
}
#exibe-produto p {
	color: #1a1800;
	font-size: 14px;
	line-height: 170%;
	
}
.container-produto-singular {
	padding-bottom: 100px;
}
.container-produto-singular .columns {
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
p.info-produto {
	font-size: 13px;
	color: #3a3a3a;
	font-weight: 700;
}

a.especificacoes {
	background: #ffde00 url(images/icone-nuvem.png) no-repeat 10px center;
	font-size: 13px;
	text-transform: uppercase;
	color: #3a3a3a;
	border-radius: 10px;
	padding: 5px 15px 5px 35px;
	margin-left: 5px;
	transition: all 0.4s;
	display: inline-block ;
	clear: both ;
	margin-top: 10px;
}
a.especificacoes:hover {
	background: #ccc url(images/icone-nuvem.png) no-repeat 10px center;
}





#menu-itinerarios {
	height: (100vh);
	width: 220px;
	position: fixed;
	float: left;
	z-index: 9999;
}

#menu-itinerarios li {
	display: inline-block;
	position: relative;
	width: 218px;
	height: calc(6.6666666667vh - 2px);
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffcc00;
	font-size: 18px;
	color: #1a1800;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s;
	cursor: pointer;
}
#menu-itinerarios li:hover, #menu-produtos li.ativo, #menu-itinerarios li.ativo {
	background: #1a1800;
	color: white;
}


.mapa-itinerario {
/*	
	width: 100%;*/
	left: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.container-imagem {
	position: absolute;
	width: 1656px;
	height: 956px;
	min-height: 956px;
}

.mapa-itinerario img {
	display: block;
}

.img-pan-container {
	height: 100%;
}


.page-id-11 #header {
	pointer-events: none;
	width: calc(100% - 200px);
}
.page-id-11 #midiabus {
	pointer-events: all;
}
.page-id-11 #abre-menu {
	pointer-events: all;
}


.mapa-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}








#contato {
	min-height: calc(100vh - 50px);
	padding-top: 140px;
}
#contato #texto-contato {
	padding: 0 40px 40px 40px;
}
#contato h2 {
	font-size: 36px;
	color: #1a1801;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 110%;
	
}
#contato p {
	font-size: 14px;
	color: #1a1801;
	line-height: 160%;
}

#contato h3 {
	font-size: 21px;
	color: #1a1801;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 0;
	line-height: 110%;
	
}

#mapa {
	width: 100%;
	height: 460px;
	position: relative;
}

#contato input[type=text] {
	color: rgb(26, 24, 1);
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	border: 0.063em solid black;
	padding: 0 12px;
	margin-bottom: 10px;
	box-shadow: none;
}


#contato ::-webkit-input-placeholder {
	color: rgb(26, 24, 1);
}

#contato :-moz-placeholder {
	color: rgb(26, 24, 1);
}

#contato ::-moz-placeholder {
	color: rgb(26, 24, 1);
}

#contato :-ms-input-placeholder {  
	color: rgb(26, 24, 1);
}

#contato textarea {
	color: rgb(26, 24, 1);
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: uppercase;
	height: 100px;
	line-height: 110%;
	border: 0.063em solid black;
	padding: 10px 12px;
	box-shadow: none;
	resize: none;
	width: calc(100% - 150px);
	float: left;
}
#contato input[type=submit] {
	width: 140px;
	height: 100px;
	margin-left: 10px;
	float: right;
	background-color: rgb(26, 24, 1);
	color: white;
	font-size: 0.875em;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	cursor: pointer;
}


#abre-busca, #fecha-busca {
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	line-height: 57px;
	height: 57px;
	background-color: rgb(255, 204, 0);

	color: #1a1800;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	
	padding: 0 20px;
	cursor: pointer;
	transition: all 0.3s;
}
#abre-busca:hover, #fecha-busca:hover {
		background: #1a1800;
	color: rgb(255, 204, 0);
}
#busca-itinerario {
	position: fixed;
	right: 0;
	width: 45%;
	top: 0;
	z-index: 20;
	height: 100vh;
	background: rgba(255, 255, 255, .85);
	right: -100%;
	transition: all 0.5s;
	padding: 25px 120px 25px 30px;
	overflow: scroll;
}

#busca-itinerario.ativo {
	right: 0;
}

#busca-itinerario h2 {
	color: rgb(129, 129, 129);
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}
#busca-itinerario p {
	font-size: 14px;
	line-height: 24px;
	color: rgb(129, 129, 129);
	font-weight: 400;
	
}
#busca-itinerario .midias {
	padding: 20px 0;
	border-bottom: 1px solid #818181;
}

#busca-itinerario .midia {
	color: white;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	margin-right: 2px;
}
#busca-itinerario .midia-backbus {
	background-color: rgb(255, 204, 0);
}
#busca-itinerario .midia-inbus {
	background-color: rgb(44, 173, 23);
}
#busca-itinerario .midia-outbus {
	background-color: rgb(0, 180, 255);
}
#busca-itinerario .midia-sanca {
	background-color: rgb(119, 71, 178);
}
#busca-itinerario input {
	background: #818181;
	color: white;
	border: none;
	height: 50px;
	line-height: 50px;
	width: calc(100% - 100px);
	padding: 0 15px;
}


@media only screen and (max-width: 40em) {
	#header {
		padding: 10px 15px;
		background: white;
	}
	.home #header {
		background: transparent;
	}
	
	#midiabus {
		width: 180px;
		height: 51px;
		background-size: 180px 51px;
		
	}
	#menu-overflow {
		position: fixed;
		right: 0px;
		bottom: 0px;
		width: 100%;
	}
	#menu-overflow li {
		float: left;
		width: calc(25%);
		margin: 0;
		height: 90px;
		text-align: center;
	}
	#menu-overflow a {
		font-size: 14px;
	}
	#menu-overflow img {
		height: 30px;
	}
	#menu-overflow span.texto {
		margin-top: 6px;
	}
	#quem-somos {
		display: block;
	}
	#quem-somos #texto-quem-somos {
		padding: 100px 20px 20px;
	}
	#quem-somos #video-quem-somos {
		min-height: 290px;
		position: relative;
	}
	#slider-quem-somos .owl-controls .owl-prev {
		margin-left: -55px;
	}
	#slider-quem-somos .owl-controls .owl-next {
		margin-right: -55px;
	}
	#menu-aberto a {
		font-size: 32px;
	}
	#menu-produtos a {
		font-size: 14px;
		width: 70px;
	}
	#menu-produtos {
		width: 70px;
	}
	.produto-container {
		width: calc(100vw - 70px);
		float: right;
		position: relative;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */




