
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

/* ---- APP ---- */
nav ul a:hover{
	/*background-color: rgba(0, 0, 0, 0.1)*/;
}

.backImagem::after{
	content: "";
	background-image: url("../images/Itabuna-panorâmicaq-1024x467.jpg"); /*url(praia.jpg"); url("http://portalfacilclientes.blob.core.windows.net/uploads/ILHEUS/banner/%7BDCA3EC57-B3CE-25E8-E8CE-8260A8A8C7AD%7D/%7BDCA3EC57-B3CE-25E8-E8CE-8260A8A8C7AD%7D.jpg");*/
	background-size: cover;
	background-repeat: repeat;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1; 

}

/* ------- MODALS ------- */

.modal-fullscreen0.open{
	max-width: 100%; max-height: 100%; width: 100%; height: 100%; border-radius: 0;
}

.modal-fullscreen0 > .modal-content {
  height: 100%;
}

.modal-fullscreen.open{
	max-width: 100%; max-height: calc(100% - 56px); width: 100%; height: calc(100% - 56px); border-radius: 0;
}

.modal-fullscreen > .modal-content {
  height: calc(100% - 56px);
}

/* ------- /MODALS ------- */

.page-footer{
	padding-top:0px;
}


.container {
padding: 0 15px !important;
  margin: 0 auto !important;
  max-width: 1170px !important;
  width: 90% !important;
}
@media only screen and (min-width: 601px)
  .container {
    width: 85% !important;
}
@media only screen and (min-width: 993px)
  .container {
    width: 70% !important;
}

