body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width:100%;
	
}
h1 {
	
}
h1 strong {
	font-weight: 900;
	-webkit-text-stroke-width: 2px; /* largura da borda */
    	-webkit-text-stroke-color: #0069cc; /* cor da borda */
	
}
h2 {
	
	line-height: 20px;
	font-size: 32px;
	font-weight: 700;
	color: #555;
}
h3 {
	font-size: 30px;
	font-weight: 700;
		color: #000;
}
h4 {
	font-size: 20px;
	color: #666;
	
}
h5 {
	
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	
}
h6 {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-top: -15px;
	color: #555;
}
h7 {
	
	font-weight: 500;
	line-height: 80px;
	text-align: center;
	color: #000;
	
}



/* politica e privacidade */

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ff6600;
  justify-content: center;
  color:#FFFFFF;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #cc3300;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #dd4400;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



/* Basic sample */


.catalogo{
	 margin:10px 0px;
	 margin-bottom: 80px;
	 border-radius:20px;
	 width: 100vw;
         height: 100vh;
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         
	


}
.box{
	width:970px;
         height: 650px;
     


}


.flipbook-viewport{
	overflow:visible;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:relative;
	
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	
	
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}




.img-modal{
	margin-left: 45%;

}


p {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #f60;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
}
.clearfix {
	display: inline-block;
}
html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ff6600;
	border: 0;
	margin: 10px auto 30px;
}




.modal .modal-dialog {
        width: 50%;
      }
      



#map {
        height: 400px;
        width: 100%;
       }

.home header{
	width: 100%;
	}

/* Navigation */
#menu {
	padding: 5px;
	transition: all 0.5s;
}
/*quando voltar o scroll para o inicio*/
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 1);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	margin:4px;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	font-weight: 900;
}
#menu a.navbar-brand i.fa {
	color: rgba(246,141,54,1);
	margin-right: 3px; 
	font-size: 20px;
}

#menu.navbar-default .navbar-nav > li > a {
	
	text-transform: uppercase;
	font-weight: bold;
	color: #ff6600;
	font-size: 14px;
	letter-spacing: 1px;

	
	
}


#menu.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
}/*barra do topo */
.on {
	background-color: #333 !important;
	padding: 5px !important;
}
/*cor das letras do menu quando clicada*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #222;
	border-color: #ff6600;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/head.png) no-repeat top;
	background-size: cover;/*100% 75%*/
	color: #cfcfcf;
	
	
	/*background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 720px;*/
	
	
}
.align{
	text-align: center;

}
/*cabeçalho*/
header p {
	color: #433D95;
	font-size: 40px;
	margin-bottom: 80px;
	text-shadow: 1px 0px 0px #fff, 
			     -1px 0px 0px #fff, 
                 0px 1px 0px #fff, 
                 0px -1px 0px #fff;
                 
}

.intro-text {
	position: relative;
	padding-top:40%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	
}
.intro-text H1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #FFF;
	
	

}

.intro-text H1 p {

font-size: 60px;

}
	
	
	
.btn-default {
	color: #0069cc;
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(230, 230, 230, 0.9);
	border: 2px solid rgba(255,255,255,0.8);
	margin: 16px 8px 0px 8px;
	padding: 12px 24px;
	font-size: 16px;
	transition: all 0.5s;
	border-radius: 4px;
	font-weight: bold;
}

/*botao leia mais - antigo
.btn-default {
	color: #ff6600;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	border: 2px;
	border-color: #fff;
	margin: 0 8px;v
	padding: 12px 24px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.5s;
	border-radius: 4px;
	

*/
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
	color: #ff6600;
	border-color: #ff6600;
}

/*
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	border-color: #ff6600;
}
*/
/* Services Section */
#services-section {
	padding: 50px 0;
	background-color: #fff;
}
#services-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 50px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #ff6600;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 50px 0;
	background-color: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #ff6600;
	border: 1px solid #ff6600;
}
ol.type li a:hover {
	color: #ff6600;
	border: 1px solid #ff6600;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 25px;
}
/*tamanho das fotos portfolio*/
.portfolio-item .hover-bg {
	
	height:80%;
	width: 80%;
	overflow: hidden;
	position: relative;
}
/*quando sobrepõe sobre o portfolio*/
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #000;
	background: rgba(248, 248, 248, 0.9);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.6s;
}
/*movimentação da letra quando passa em cima*/
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.9s;
	color: #000;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.9s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #ff6600;
	font-size: 20px;
	padding: 5px;
	border-radius: 20%;
	color: #ff6600;
}
/* About Section */
#about-section  video{
	width:100%;
	/*border:solid 20px #007FFF;*/
    	border-radius:20px;
        margin-bottom: 4%;
       
} 



#about-section {
	padding: 20px 0;
}
#about-section p {
	margin-top: 20px;
	margin-left: 50px:
	margin-bottom: 30px;
}
/* Team Section */
#team-section {
	padding: 50px 0;
}
.section-title.center {
	padding: 1px ;
}
.section-title h2 {
	margin-bottom: 1px;
}
img.img-circle.team-img {
	width: 200px;
	height: 200px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
/* Achivements Section */
#achievements {
	padding: 0px ;
	background-color: #ff6600;
}
.achievement-box {
	text-align: center;
	height: auto;
	width: auto;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	
}
.achievement-box h4 {
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}



	

.achievement-box span.count {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	
}








/* Plan Section */
#plan-section{
	padding: 50px 0	 60px 0;
	background-color: #f6f6f6;
}
#plan-section .btn {
	background: transparent;
	border: 2px solid #ff6600;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #ff6600;
}
#plan-section .btn:hover, #plan-section .btn:focus {
	background: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
}







/* Contact Section */
#contact-section {
	padding: 50px 0	 60px 0;
	background-color: #f6f6f6;
}


#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #ff6600;
	font-size: 16px;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	
	: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #ff6600;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #ff6600;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 30px 0;
	background-color: #ff6600;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #666;
}
/* Footer */
#footer {
	background-color: #222222;
	color: #777;
	padding: 15px 0 10px 0;
	text-align: center;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #999;
}
#footer a:hover, a:focus {
	text-decoration: underline;
	color: #ff6600;
}



@media (min-width: 1001px) {

header {
	background: url(../img/head.png) no-repeat top;
	background-size: cover;/*100% 75%*/
	color: #cfcfcf;
	margin-top: 5%;
	 
	
	/*background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 720px;*/
	
	
}


.intro-text {
	position: relative;
	padding-top:45%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	
}


}

@media (max-width: 1000px) {





header {
	background: url(../img/head.png) no-repeat top;
	background-size: contain;/*100% 75%*/
	color: #cfcfcf;
	margin-top: 10%;
	 
	
	/*background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 720px;*/
	
	
}
.intro-text {
	position: relative;
	padding-top:60%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	
}


.intro-text H1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	

}
}





@media (max-width: 768px) {
.content {
	
	
}

header p{
	font-size: 25px;
}



header {
	background: url(../img/head.png) no-repeat top;
	background-size: contain;/*100% 75%*/
	color: #cfcfcf;
	margin-top: 10%;
	 
	
	/*background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 720px;*/
	
	
}
.intro-text {
	position: relative;
	padding-top:50%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	
}


.intro-text H1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	

}
}

@media (max-width: 400px) {


header {
	background: url(../img/head.png) no-repeat top;
	background-size: contain;/*100% 75%*/
	color: #cfcfcf;
	margin-top: 20%;
	 
	
	/*background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 720px;*/
	
	
}

.catalogo{
	 margin:0px 0px 0px 40px;
	 width: 70vw;
         height: 70vh;
         border-radius:20px;
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         
	


}
.box{
	width:360px;
        height: 300px;
     
}


.flipbook-viewport{
	overflow:visible;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:relative;
	
}

.flipbook-viewport .flipbook{
	width:360px;
	height:300px;
	
	
}

.flipbook-viewport .page{
	width:130px;
	height:300px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}





.img-modal{
	margin-left: 40%;

}

h6 {
	
	font-size: 16px;
	font-weight: 400;
	margin: auto;
	color: #555;
}

.modal .modal-dialog {
        width: 90%;
        margin: auto;
      }



#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
	
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
header p{
	font-size: 25px;
}
.intro-text H1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	
	

}

h6 {
	
	margin-top: -20px;
	
}


#ocultar{
display: block;


}

.intro-text {
	position: relative;
	padding-top:50%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	
}





}

