body, html {
    overflow-x: hidden !important;
}

header {
	padding: 2px;
	padding-bottom: 20px;
  	box-shadow: 0 4px 6px rgba(0,0,0,.1);  
  	background-color: rgba(255,255,255,0.2);
}


.logo-box {
  float: left;
  margin-left: 40px;
  height: 100px;
}

#home{
	background-image: url("../img/Fundo3.png");
	background-size: cover;
}


nav {
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;

}



nav a:hover{
	color: #0b3488;
}


.nav-menu ul {
  list-style: none;
  float: right;
  margin-right: 90px;
  margin-left: 50px;
}

nav li {
  display: inline-block;
  margin-left: 40px;
  height: 60px;
  line-height: 78px;
  margin-top: 20px;
  transition: .5s linear;
}

nav a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #ffbf25;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  text-decoration: none;
  bottom: 24px;
  background: #0b3488;
  transition: width .5s linear;  
}

nav a:hover:after {
	width: 100%;
}

@media screen and (max-width: 660px) {
  header {text-align: center;}
  .logo-box {
    float: none;
    display: inline-block;
    margin: 0 0 16px 10px;
  }

 .nav-menu ul {float: none;}
  nav li:first-of-type {margin-left: 0;}
}

@media screen and (max-width: 550px) {
nav {overflow: visible;}
nav li {
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;

}
nav li:hover {background: rgba(0,0,0,.1);}
nav a:after {content: none;}
}


#home{
	padding-bottom: 20px;
	padding-top: 0px;
	display: block;
}

.row{
	margin-left: 0;
	margin-right: 0;
}

#home h1{
	color: white;
	margin-bottom: 0px;
	margin-top: 60px;
	font-weight: bold;
	font-size: 50px;
	margin-left: 20px;
}

#home p{
	color: white;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 26px;
	margin-bottom: 10px;
}

#home a{
	text-decoration: none;
}

#home {
	background-image: url('../img/Fundo3.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#home button.btn.btn-default{
	color: white;
    background-color: #ffbf25;
	border-color: white;
	margin-top: 200px;
	font-weight: bold;
	margin-bottom: 60px;
}

#home button.btn.btn-default:hover{
	color: #246db7;
	border-color: #246db7;
}


#tok-stok{
	float: center;
	margin-left: 10px;
	margin-top: 40px;
}

#casa-vidro{
	float: right;
	margin-left: 100px;
	margin-top: 0px;
}


/* CUSTOMIZE CONTENT
--------------------------------------------*/

.conteudo{
	background-color: #3399ff;
	min-height: 100px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 15px 20px 20px 20px;
	width: 350px;
	float: none;
	align-content: center;
}

.conteudo img{
	display: table;
	padding: 10px 0px 20px 0px;
	float: right;
	margin: 0px 0px 0px 12px;
}

.conteudo p{
	text-align: left;
	padding: 0px;
	color: white;
	font-size: 14px;
	margin: 20px 0px 10px 0;
}
.conteudo h5{
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	margin: 20px 0px 5px 0; 
	color: white;
}




/* CUSTOMIZE TABULATION
--------------------------------------------*/

.icon{
	width: 150px;
  	height: 150px;
  	margin: 100px auto;
	background-color: #3399ff;
	border-radius: 100%;
	display: table;
	box-shadow: 0 0 5px rgba(0,0,0, 0.5);
}
.icon img{
	margin: 39px auto;
	display: table;
	
}

.text{
	margin: 45px;
}
.text p{
	font-size: 18px;
	padding: 0px 10px;
	margin: 0 20px 0 20px;
	color: #676b71;
	margin-top: 20px;
}
.text h2{
	font-weight: bold;
	color: #3399ff;
	margin: 0 20px 0 20px;
}
.text ul{
	font-size: 16px;
	color: #676b71;
}

.orçamento{

}


/* CUSTOMIZE PRE-FOOTER
------------------------------------------*/
.preFooter{
	
}
.preFooter p{
	color: #676b71;
	text-align: center;
	font-size: 29px;
	font-weight: bold;
}


/* Rodapé
-----------------------------*/
#myFooter {
    background-color: #3399ff;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #007fff;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: #32cd32;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: white;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #7cfc00;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .instagram:hover {
    color: purple;
}

#myFooter .whatsapp:hover {
    color: #32cd32;
}

#myFooter .btn {
    color: white;
    background-color: #32cd32;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}






