/*Manipulação de Texto*/

@import url(https://fonts.googleapis.com/css?family=Lato);
.fonteMaiuscula{text-transform: uppercase;}
.textoItalico{font-style: italic;}
.negrito{font-weight: bold !important;}
.tamanho50{font-size: 50px !important;}
.tamanho26{font-size: 26px !important;}
.tamanho24{font-size: 24px !important;}
.tamanho22{font-size: 22px !important;}
.tamanho20{font-size: 20px !important;}
.tamanho18{font-size: 18px !important;}
.tamanho16{font-size: 16px !important;}
.tamanho15{font-size: 15px !important;}
.tamanho13{font-size: 13px !important;}
.pad2{padding-top: 2px !important;}
.pad5{padding-top: 5px !important;}
.pad10{padding-top: 10px !important;}
.pad15{padding-top: 15px !important;}
.pad20{padding-top: 20px !important;}
.pad25{padding-top: 25px !important;}
.pad30{padding-top: 30px !important;}
.pad35{padding-top: 35px !important;}
.pad40{padding-top: 40px !important;}
.pad45{padding-top: 45px !important;}
.pad50{padding-top: 50px !important;}
.padImage{padding-top: 50px;}
.pad60{padding-top: 50px !important;}
.padButs{padding-top: 255px !important;}
a:link {text-decoration: none !important;}
.espacoLetras{letter-spacing: 1.2em}
.corBranca{color: white !important;}
.mg5px{margin-top: -55px !important;}
.mg{margin-top: -1px;}
.padCorrida{padding-top: 0px;}
.padButBaixo{padding-top: 10px;}
.espacoLeft{
	margin-left: -50px !important;
}


html{
	height: 100%;
}

body{
	height: 100% !important;
	/*background-color: #efefef !important;*/
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
}


/*
Para a Animated CSS podemos usar os termos animated(padrão) infinite(opcional para dar looping)
*/


/* Elementos do cabeçalho ---------------------- */

.navbar{
	display: none !important;
	background-color: #707070;
	border: 2px;
}
.navbar-collapse{
	border-color: #474747 !important;
}
.navbar-toggle{
	background-color: #474747;
}
.navbar-toggle:focus{
	background-color: #777777 !important;
}

.cabecalho{
	background-image: url(../img/patternDois.png);
	background-repeat: repeat;
	border-bottom: 2px solid #b8b8b8;
	width: 100%;
	height: 100px;
	z-index: 1;
}

.subCabecalho{
	height: 30px;
	width: 32%;
	z-index: 2;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 110px solid #474747;
	float: left;
}

#logoCabecalho{
	z-index: 3;
	padding-left: 20px;
	margin-top: -106px;
	width: 340px;
}

.itemMenu{
	margin-top: 32px;
	color: #474747;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	margin-right: 40px;
	list-style-type: none;
}

.itemMenu:hover{
	border-bottom: 4px solid #474747;
	transition: 0.1s;
}


/* Home  --------------------- */

#sliderPrincipal{
	margin-top: -10px;
	z-index: -900000;
	width: 70%;
	/*border-left: solid 10px  #474747;*/
	/*border-right: solid 10px  #474747;*/
	border-bottom: solid 10px  #474747;
}

#menuDireito{
	width: 30%;
	height: 100%;
	background-color: #474747;
	background-image: url(../img/fundoAreaDireita.png);
	background-size: cover;
	right: 0;
	position: absolute;
	z-index: -900000;
	overflow: auto;
}
.rslides{
	float: left;
}


.conteudoMenu{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: white;
	margin-top: -55px; 
	padding-left: 30px;
}


.preenchimento{
	height: 10px;
	width: 30%;
	position: absolute;
	right: 0;
	background-color: #272727;
}



/* Fontes ---------------------- */

.txtTitulo{
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;	
	text-transform: uppercase;
	color: #242424;
}
.txtTituloMenor{
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;	
	text-transform: uppercase;
	color: #242424;
}

.txtRodape{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.txtEfeito{
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	color: #c4c4c4;
}

.txtCorpo{
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #242424;
	text-align: justify;
}

.txtTituloNew{
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #242424;
}

.reguaUm{
	height: 5px;
	background-color: #474747;
	width: 70px;
}

/* Geral ---------------- */

.imgSimples{
	border: 4px solid #a3a3a3;
}

#fanpage{
	border: 4px solid #a3a3a3;
	margin-right: 50px;
	height: 508px;
	overflow: auto;
	overflow-y: hidden;
}


/* Rodape ------------------ */

.rodape{
	background-color: #474747;
	min-height: 150px;
}

/*Produtos ------------*/

.fotoProduto{
	border: 4px solid #a3a3a3;
}


/*Mapa de contato ---------*/

#googleMap{
	width: 100%;
	min-height: 400px;
	border: 4px solid #a3a3a3;

}


/*Formulário de Contato -------*/

.form-group{
	font-family: 'Ubuntu', sans-serif;

}

.form-control{
	border: 2px solid #dbdbdb;
}

.form-control:focus {
	border-color: #cccccc
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #a3a3a3;
	box-shadow: none !important;
}

.btn{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #a3a3a3;
	box-shadow: none !important;
}

.btn-default{
	background-color: #474747 !important;
	font-size: 'Ubuntu', sans-serif !important;
	border: none !important;
	font-size: 16px;
}
.btn-default:focus{
	background-color: #707070 !important;
}

/*Icons do contato --------*/

#iconFacebook{
	color: #474747;
	transition: 0.3s;
}
#iconFacebook:hover{
	color: #707070 !important;
	transition: 0.3s;
}

.iconContato{
	text-align: center !important;
	font-size: 'Ubuntu', sans-serif !important;
	font-size: 20px;
}

/* Style the Image Used to Trigger the Modal */
.fotografia {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 30px;
}

.fotografia:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/*botao de subir*/
.scrollToTop{
	width:64px; 
	height:94px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:84%;
	right:2%;
	z-index: 90000;
	display:none;
	background: url('../img/up-arrow.png') no-repeat 0px 20px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #bbbbbb;
	opacity: 1 !important;
	font-size: 40px;
	transition: 0.3s;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

#bsPhotoGalleryModal .modal-content {
    border-radius:0;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .bsp-close {
  position: absolute; 
  right: -14px; 
  top: -11px; 
  font-size: 30px; 
  color:#fff; 
  text-shadow: 1px 1px 18px #000;
}

#bsPhotoGalleryModal .bsp-close:hover {
  cursor: pointer;
  opacity:.6;
  text-shadow: none;
  
}
.bspHasModal {
  cursor: pointer;
}
.bspHasModal .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgWrapper {
  overflow: hidden;
  max-height: 99px;
}

a.bsp-controls, 
a.bsp-controls:visited, 
a.bsp-controls:active {
  position: absolute;
  top: 44%;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
}
a.bsp-controls.next {
  right:-10px;
}
a.bsp-controls.previous {
  left:-10px;
}
a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding-bottom: 5px;
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
  font-size: 11px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
} 
 

@media screen and (max-width: 380px){
   .col-xxs-12 {
     width:100%;
   }
   .col-xxs-12 img {
     width:100%;
   }
}




/*Barra de Rolagem*/
::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background: #ffffff;	
	border: 1px solid #c4c4c4;

}

::-webkit-scrollbar-thumb {	
	background:  #282828;

}

/*monitores mais altos*/
@media screen and (min-height: 768px) { 

}

/*celular*/
@media screen and (max-width: 768px) { 
	.navbar{
		display: block !important;
	}

	.itemMenu{
		margin-top: 20px;
		color: #C4C4C4;
		padding-left: 20px;
		float: none;
		margin-right: 0px;
	}

	.cabecalho{
		display: none;
	}

	#endRodape{
		padding-top: 130px;
		border-left: none !important;
		margin-left: 0px !important; 
		padding-left: 0px !important;
	}
	.modal-content {
		width: 100%;
	}
	.iconContato{
		font-size: 15px !important;
	}
	#menuDireito{
		display: none !important;
	}
	#sliderPrincipal{
		width: 100% !important;
		border-bottom: none !important;
		padding-bottom: 30px;
	}
	.preenchimento{
		display: none !important;
	}
	#fanpage{
		border: 4px solid #a3a3a3;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
	.padImage{
		padding-top: 30px !important; 
	}
	#logoPrado{
		padding-bottom: 30px;
	}
	#logoUnicaRodape{
		margin-left: 18%;
	}
	.itensMenu{
		display: none !important;
	}
	.slider{
		margin-top: -20px;
	}
}

