#everything {
    width: 100vw;
}

#popup { z-index: 60;}

#abrir_menu { z-index: 50;}
#menu_mobile { z-index: 51;}
#header { z-index: 50;}

#middle { z-index: 40;}
#footer { z-index: 20;}

/*------------------------------------*/

#header {
	padding-top: 20px;
	border-top: solid 8px #00021d;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat;
}

	/*--------------*/

	#logo {
		width: 702px;
		max-width: 100%;
		height: auto;
		margin-bottom: 12px;
	}

	/*--------------*/

	#header address {
		float: right;
		text-align: right;
		font-style: italic;
	}

		#header .redes-sociais {
			opacity: 0.5;
			margin-bottom: 20px;			
		}

		#header .telefone {
			width: 100%;
			margin-bottom: 5px;
			font-size: 22px;
			line-height: 1em;
			font-family: 'verdana-pro-cbi';
		}

	/*--------------*/

		#header .redes-sociais {
			padding-top: 10px;
			text-align: right;
		}

			#header .redes-sociais img {
				width: 20px;
				margin-left: 3px;
			}

	/*--------------*/

	#menu {
		z-index: 10;
		margin: 0px;
		text-align: center;
		background-color: #00001a;
	}
		
		#menu li {
			display: inline-block;
			vertical-align: top;
			width: auto;
			margin: auto;
		}

			#menu li a {
				display: block;

				padding: 12px 10px;

				font-family: 'Verdana';
				font-weight: bold;
				font-size: 16px;
				line-height: 1em;
				text-transform: uppercase;
				color: #fff;
			}

			#menu li:hover > a {
				text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #93ff00, 0 0 35px #93ff00, 0 0 40px #93ff00, 0 0 50px #93ff00, 0 0 75px #93ff00;
			}

	/*--------------*/

	#abrir_menu {
		display: none;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		padding: 10px;
		font-size: 20px;
		line-height: 1em;
		color: #fff;
		font-weight: 900;
		text-align: center;
		background-color: #444;
	}

	#abrir_menu:before {
		display: inline-block;
		vertical-align: top;
		width: 31px;
		height: 20px;
		margin-right: 15px;

		content: '';

		background-image: url(../images/menu-mobile.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#abrir_menu.fixo {
		position: fixed;
		top: 0px;
		bottom: auto;
		box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.25);
	}

/*------------------------------------*/

#menu_mobile {
	display: none;
	position: fixed;
	right: 0px;
	top: 0px;

	width: 0px;
	height: 100vh;
	overflow: hidden;
	text-align: left;

	transition-property: width;
	transition-duration: 0.5s;
}

#menu_mobile.aberto {
	width: 200px;
}
	#menu_mobile .conteudo {
		width: 200px;
		height: 100vh;
	}

	#menu_mobile a {
		display: block;
		padding: 10px 10px 10px 15px;
		color: #bbb;
		font-size: 14px;
		line-height: 1em;
	}

	#menu_mobile .fechar {
		border-left: solid 1px #022a40;	
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		background-color: #656565;
	}
	#menu_mobile .fechar:before {
		display: inline-block;
		vertical-align: top;
		width: 14px;
		height: 14px;	
		margin-right: 7px;
		margin-top: 3px;

		content: '';

		background-image: url(../images/menu-fechar.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
	}

	#menu_mobile ul {
		list-style: none;
		
		margin: 0px;
		
		width: 100%;
		height: calc(100% - 34px);
		border-left: solid 1px #232121;
	
		overflow-x: hidden;
		overflow-y: auto;

		background-color: #343434;
	}
		#menu_mobile li {
			border-bottom: solid 1px #232121;
			margin: 0px;
		}
		#menu_mobile li:last-child {
			border-bottom: none;
		}

		#menu_mobile a {
			font-family: 'Roboto';
			font-weight: 300;
		}

		
		#menu_mobile li ul li {
			border-bottom: none;
		}

			#menu_mobile li ul a {
				padding-left: 25px;
			}
		
			#menu_mobile li ul a:before {
				content: '- ';
			}

/*------------------------------------*/

#middle {
	min-height: calc(100vh - 345px);
}

/*------------------------------------*/

#footer {
	padding-top: 20px;
	color: #fff;
	background-color: #172237;
}
	#footer .justify-columns {
		margin-bottom: 1px;
	}

	#footer .justify-columns > * {
		width: auto;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.3em;
	}

		/*-----------*/

		#logo2 {
			width: 349px !important;
			max-width: 100%;
			height: auto;
		}

		/*-----------*/

		#footer .cobra-transportes {
			width: 265px;
			height: auto;
		}

		/*-----------*/

		#footer address {
			text-align: center;
		}
			#footer address .telefone {
				display: block;
			}

				#footer address .telefone img {
					height: 14px;
				}

			#footer address .endereco {
				margin-top: 8px;
				margin-bottom: 8px;
			}

	/*-----------*/

	#creditos {
		padding: 10px;
		font-size: 11px;
		line-height: 1em;
		text-align: center;
		color: #1b1464;
		background-color: #e1e1e1;
	}

/*------------------------------------*/

#bem_vindo {
	padding: 20px 0px;
	margin-bottom: 20px;
	background-color: #ebebeb;
}

/*------------------------------------*/

#slider {
	margin-top: -21px;
	background-color: #564ea1;
}

	#slider_content {
		height: 450px;
	}

		#slider .slide {
			position: absolute;
			left: 0px;
			right: 0px;
			bottom: 0px;

			width: 100%;
			height: 100%;
			text-align: center;
		}

			#slider .slide .photo {
				width: 100%;
				height: 100%;
			}

				#slider .slide .photo img {
					width: auto;
					height: 100%;
				}

			#slider .slide .texto {
				

				width: 100%;
				height: 125px;
				padding: 20px 0px;
				

				text-align: center;
				font-size: 60px;
				line-height: 85px;
				color: #fff;
				font-weight: 700;

				background-color: rgba(0, 0, 0, 0.3);
			}

/*------------------------------------*/

	#slider .botoes {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 200;

		width: 100%;
		height: 100%;

		line-height: 0px;
		text-align: center;
	}

		#slider .chevron1, 
		#slider .chevron2 {
			cursor: pointer;
			position: absolute;
			top: 0px;
			bottom: 0px;

			width: 23px;
			height: 36px;
			margin: auto;

			background-position: center center;
		}

		#slider .chevron1 {
			left: 20px;
			background-image: url(../images/chevron-slide1.png);
		}
		
		#slider .chevron2 {
			right: 20px;
			background-image: url(../images/chevron-slide2.png);
		}

/*------------------------------------*/

#formulario_de_contato {
	margin-bottom: 20px;
}

/*------------------------------------*/

#categorias {
	width: 180px;
	margin-right: 20px;
}

	#categorias .titulo-decorado {
		width: 100%;
	}

	#categorias ul {
		list-style: none;
		margin: auto;
	}

		#categorias li {
			margin: 0px;
		}

		#categorias a {
			display: block;
			padding: 20px 0px;
		}

		#categorias a:hover, 
		#categorias li.selecionado a {
			text-decoration: underline;
		}



#categorias + .column {
	width: calc(100% - 200px);
}

/*------------------------------------*/

#home_consulte {
	padding: 5px 0px;
	margin: 20px 0px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	font-weight: 700;
	background-color: #193483;
}

	#home_consulte img {
		float: right;
	}

	#home_consulte .frase {
		width: auto;
		padding-top: 33px;
		text-align: center;
		text-transform: uppercase;
	}

		#home_consulte .frase .button-like {
			width: 320px;
			height: auto;
			max-width: 100%;
			padding: 13px;
			margin-top: 38px;
		}

/*------------------------------------*/

#instagram {
    margin-bottom: 20px;
}

    #instagram .fotos {
        max-height: 32.32vw;
        overflow: hidden;
    }

        #instagram .foto {
            width: 16.66vw;
            height: 16.66vw;
            padding: 10px;
        }

            #instagram .foto span {
                overflow: hidden;
                width: 100%;
                height: 100%;
            }

                #instagram .foto span img {
                    width: 100%;
                    min-height: 100%;
                }