.topo{
	width: 100%;
    z-index: 20;
    /* margin-top: 15px; */
    position: fixed;
    background: #fcd404;
    height: 60px;
}

.logo{
    padding-top: 15px;
}

.nav-links{
	padding: 0;
}

#menu{
	text-align: right;
	float: right;
	font-weight: 500;
	z-index: 15;
	padding: 0;
}

.topo .btn-anuncio{
	margin-top: 10px;
	margin-bottom: 5px;

}
.topo .btn-anuncio button{
	height: 30px;
	background: #fff;
	transition-duration: 0.5s;
}

.topo .btn-anuncio button:hover{
	background: #fcd404;
	border: 1px solid #000;
}

.navbar-nav > li > a{
	padding-bottom: 5px!important;
}

.navbar {
    background: #fcd404;
    border: 0;
	box-shadow: none;
}

.navbar-nav>li>a {
	color: #000000!important;
	font-size: 13px;
	font-weight: 500;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
	/*border-bottom: 3px solid transparent;*/
	border-top: 2px solid transparent;
	transition-duration: 0.5s;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #000000;
	border-top: 2px solid #000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fcd404;
}

.topo .owl-item img {
    max-width: 100%;
}

#formbusca{
	background-color: #fff;
	color: #363636;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(54,54,54,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(54,54,54,0.5);
	box-shadow: 0px 0px 10px 1px rgba(54,54,54,0.5);
}

#formbusca img{
	display: block;
	margin: 10px auto;
}

#formbusca label{
	margin-top: 5px;
	font-weight: 500;
}

.radio-inline{
	font-weight: 900!important;
}

.btn-busca{
    margin: 30px 0 0 0;
    text-align: center;
}

.btn-busca button{
    color: black;
    font-size: 16px;
    font-weight: 900;
    background: #fcd404;
    border: none;
    border-radius: 8px;
    height: 40px;
    padding: 0 50px;
    transition-duration: 0.2s;
}

.btn-busca button:hover{
	transform: scale(1.05);
}

/*.banners .owl-item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}*/

.banners .owl-prev{
	left: 100px;
	top: 50%;
}

.banners .owl-next{
	right: 100px;
	top: 50%;
}

#banner{
	margin-top: 50px;
}

#formbusca2{
	float: right;
	margin-right: 200px;
	margin-top: -62px;;
    border-radius: 8px;
    background: #fcd404;
    padding: 10px;
}

#formbusca2 input{
	color: #363636;
    border: none;
    background: transparent;
    font-weight: 700;

}

.btbuscacodigo{
	background: url('../../image/lupa_busca.png');
	border: none;
    width: 16px;
    height: 16px;
	
}    

@media only screen and (min-width: 1920px) {
/*	#banner{
		width: 100%;
	}*/
	#formbusca{
		left: 20%;
	}
}

@media only screen and (max-width: 1200px) {
/*	.topo{
		height: 90px;
	}
	.logo{
		padding-top: 30px;
	}*/
}

@media only screen and (max-width: 1024px) {
/*	#banner{
		margin-top: 90px;
	}*/
}

@media only screen and (max-width: 950px) {
	/* #banner{
		width: 150%;
	} */
}

@media only screen and (max-width: 880px){
	#formbusca .col-md-2 {
		max-width: 700px;
	}
	#formbusca .col-md-3 {
		max-width: 700px;
	}
}

@media only screen and (max-width: 768px){
	#formbusca .col-md-2 {
		max-width: 600px;
	}
	#formbusca .col-md-3 {
		max-width: 600px;
	}
	#main-nav{
		width: 50%;
		float: right;
		margin-right: 0!important;
	}
	#menu{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.topo{
		height: 50px;
	}
}

@media only screen and (max-width: 615px) {
    #formbusca{
		left: 50px;
	}
	#banner{
		margin-top: 35px;
	}
	.banners .owl-prev{
		display: none;
	}

	.banners .owl-next{
		display: none;
	}
}

