/* Custom Stylesheet */

@font-face {
     font-family: android-logo;
     src: url('../font/Android.ttf');
	 font-weight: normal;
	 font-style: normal;
}

.container {
  width: 93%;
}

.brand-logo {
  font-family: android-logo !important;
  color: white !important;
}

nav p, .fone {
  font-size: 1.5em !important;
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #f57c00;
}

.formulario {
	margin: ;
	padding: 0px !important;
}
#form-contato{
}

.toolbar-fixed {
    width: 100%;
    padding: 0;
    height: 56px;
    position: fixed;
    bottom: 0px;
	z-index: 1;
}

.toolbar-fixed.active > a i {
opacity: 0;
}

.toolbar-fixed ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
top: 0;
bottom: 0;
}


.toolbar-fixed ul li {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: inline-block;
margin: -;
height: 100%;
transition: none;
position: relative;
top: -15px;

}


.toolbar-fixed ul li a{
display: block;
  overflow: hidden;
  position: relative;

  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
   color: #fff;
  line-height: 56px;
  z-index: 1;
   }

.toolbar-fixed ul li a i {
line-height: inherit;
}

.toolbar-fixed ul {
left: 0;
right: 0;
text-align: center; 
}

.toolbar-fixed ul li {
 margin-bottom: 15px;
}

.modal .modal-content, .modal .modal-footer, .modal-overlay{
	/*background-color: green;*/
background-image: url("bg-whats.gif");	
}
#modal-whats{
	width: 40%;
	background-image: url("bg-whats.gif");
}

.bg-whats{
	background-image: url("/img/bg-whats.gif") !important;
	background-repeat: repeat, repeat !important;
}


@media only screen and (max-width: 992px) {
  #modal-whats {
    width: 100%;
  }
  #div-formulario {padding-top:70px !important;}
}

.header{
	color: #424242;
}

body {
overflow: hidden;
}

body::-webkit-scrollbar {
width: 10px;	
background-color: #ffe0b2 !important;   
}

body::-webkit-scrollbar-thumb {
background-color: #ff9800 !important;   
}
html {
  scroll-behavior: smooth;
}
