body {
	background:url(../img/bg1a.jpg) no-repeat;
	
	text-decoration:none;
	border-top:4px solid #060;
}

.slide_b {
 padding:0px !important;
 margin-top:-15px;
	
}

.detalhe {

	width:584px;
	height:460px;
	position:absolute;
	z-index:100;
	right:0px;
	top:75px;
	background:url(../img/caminhao_g.png) no-repeat;
}
.cont_p
{
	z-index: 200;
	margin-top: 5px;
	position: relative;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }

    .item:nth-child(1) {
      background: white;
	 
    }

    .item:nth-child(2) {
      background: white;
    }

    .item:nth-child(3) {
      background: white;
    }
	
.detalhe_produto{
	position:absolute;
	width:200px;
	height:auto;
	top:30px;
	left:120px;
	
	
	
	
	
	
	
}
.detalhe_produto img{
	position:relative;
	width:70%;
	height:auto;
	border:4px solid #f2f2f2;
	border-radius:100px;
	box-shadow:2px 3px 2px 2px rgba(51,51,51,0.2);
	
}

.detalhe_produto:hover img{

	top:-10px;
   transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition:all .3s ease-in-out;

}

.titulo_produto{
width:200px;
height:auto;
font-size:15px;
color:#090;
font-family:Arial, Helvetica, sans-serif;
	
}
.titulo{
	color:#3C763D;
	border-bottom:1px solid #3C763D;
	
	text-transform:uppercase;
	padding-bottom:20px;
	
	
	
}
.titulo span{
	color:#3C763D;
	padding-right:20px;
	
	
}
.menunav {
	background:none; !important;

	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	
	font-weight:800;
	margin-top:10px;
	border-top:1px solid #060;
	border-bottom:1px solid #060;
	background:rgba(255,255,255,0.4);

}
.texto{
	color:#666;
	line-height: 16px;
}
.texto1{
	font-weight:bold;
	font-size:15px;
	line-height: 23px;
}
.teste{
	margin-top:-20px;
}
.tempo {
padding-left:40px;
margin-bottom:25px;
background-image: linear-gradient(65deg, white, #ccc);

}
.meio {

margin-top:20px;

}

.espaco {

padding-top:20px;

}
.dolar {
  margin: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  width:140px;
  float:left;
}
.moeda {

  color: #333;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.cifrao {
  margin-right:2px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  float:left;

}
.cifrao_nome {

  color: #333;
  font-size: 15px;
  font-weight:500;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.textura_content{
	box-shadow:4px 2px 3px 2px rgba(102,102,102,0.6);
	
	background:#030;
	color:#FFF;
	margin-top:30px;
}
.link_rodape{
	color:#FFF;
	text-decoration:none;
}

.rodape_p{
	
	padding-top:10px;
	padding-bottom:10px;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }