/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/


/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800"  rel="font">

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/
/*--------------------
.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #C00;;
}
--------------------*/


/*--------------------
1. General
--------------------*/
html{
	overflow-y:scroll;
}



body {
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing:  antialiased; /* WebKit  */
	margin: 0px;
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	background:#fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:300;
	letter-spacing: 0.4px;
	font-family:'Archivo Black', 'Helvetica' sans-serif;
	color: #666;
	font-size:30px;
}

p {
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #666;
}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #C00;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #C00;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	/*padding: 70px 0;*/
	padding:2px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/
/*-----fixedheader-----*/

.fixheader{
	background-color:#000;
}

/*.container{
	width:1130px;
}*/

.container{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}

.row2{
	margin-top:50px;
}

@media(max-width:768px){
	.row3{
		text-align:center;
		padding-bottom:20%;
}}

.fixheader-left{
	padding-left:0px;
}

.col-sm-6{
	width:50%;
	float:left;
	position:relative;
	min-height:1px;
	padding-right:15px;
}

.top-menu{
	list-style:none;
	margin:0;
	padding:0;
}

.top-menu > li{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

.top-menu>li>a{
	padding: 6px 12px;
	color:#fff;
	display:block;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
}


.fixheader .social-menu{
float:right;
}

.social-menu{
	list-style:none;
	margin:0;
	padding:0;
}

.social-menu li{
	display:inline-block;
}

.top-menu>li{
float:left; 
padding:left;
}

.top-menu .social-menu > li > a{
	position:relative;
	overflow:hidden;
	width:42px;
	padding-left:0;
	padding-right:0;
	white-space:nowrap;
	color:#fff;
}


/*------end fixedheader-----*/


/*---navbar---*/



.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #C00;
}
.navbar-default .navbar-collapse {
	border-color: rgb(255,255,255,.02);
}


.navbar-default .navbar-toggle{
	background-color:#fff !important;
	border-color:#fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #c00;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #C00;
}
.navbar-default .nav li a {
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #666;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #C00;
	outline: 0;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #C00;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #C00;
}

@media (max-width:700px){
	.fixheader{
		display:none;
	}
}

@media (max-width: 768px){
	.navbar-brand img{
		width:50%;
		height:auto;
		margin-top:10px;
}
}

@media (min-width:768px) {
	.navbar-default
	{
		/*background-color: rgba(255, 255, 255, 0.65);*/
		background-color:#fff;
		padding: 5px 0;
		/*padding-top:35px;*/
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #82828233;
		padding: 5px 0;
		box-shadow:0 2px 10px 0 #82828233;
		-webkit-box-shadow:0 2px 10px 0 #82828233;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}

}


/*--------------------
imagem de fundo
---------------------*/
.slider-container{
	padding-top:50%;
	/*background-image:url('../images/hero.jpg');*/
	background-image:url('../images/hero2.jpg');
	background-position:center center;
	background-repeat: no-repeat;
	/*background-size: 100% auto;	*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;	
}

.hero-text {
  text-align:left;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: #c00;
  font-size:20px;
}

.hero-text .button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px 80px;
  color: #fff;
  background-color: #c00;
  text-align: center;
  cursor: pointer;
  font-size:14px;
  box-shadow: 0 2px 30px 0 #9f727566;
  -webkit-box-shadow: 0 2px 30px 0 #9f727566;
}

.hero-text .button:hover{
	color:#fff;
	background-color:#d00;
}

@media(max-width:768px){
	.hero-text{
		display:none;
	}
}


/*--------------------
3. Header
--------------------*/

header {
    margin-top: 80px;
}

/*@media(max-width:768px){
	header{
		/*margin-top:50px;*/
	/*}
}*/



.intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
	position: absolute;
	top: 50px;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width: 768px) {
	.intro-text {
		padding-top: 230px;
		padding-bottom: 400px;
    }
}

.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
}

@media (min-width: 768px) {
	.intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 45px;
	}
}

.intro-text .intro-heading {
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	.intro-text .intro-heading {
		line-height: 95px;
		font-size: 77px;
		margin-bottom: 50px;
	}
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 35px;
	color: #666;
	font-weight: 300;
	/*letter-spacing: -0.6px;*/
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
	padding-top:20%;
	font-family: 'Archivo Black', 'Helvetica', sans-serif;
}

@media (min-width: 768px) {
	.sobre{
	padding-left:120px;
	padding-right:120px;
	text-align:center;
}}



/*.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}*/

.dark-bg .section-title h2 {
	color: #fff;
}


.section-title p {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin: 20px 100px 60px 100px;
	color:#666;
	margin-top:80px;
	margin-bottom:15%;
}

@media (max-width: 768px) {
.section-title p {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin:0;
	color:#666;
}
}

/*--------------------
4.1. CTA sectoin
--------------------*/
.containerMaster{
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100%);
  scroll-snap-points-x: repeat(100%);
  scroll-snap-destination: 50% 50%;
}

.section{
	scroll-snap-coordinate: 50% 50%;
}



.section-cta {
	padding: 10px 0;
	color: #fff;
	background-color: #f1f1f0;
	/*border-bottom:4px solid #222;*/
	padding-left:10%;
	padding-right:10%;
	box-shadow:0 2px 20px 0 #86848766;
	-webkit-box-shadow:0 2px 20px 0 #86848766;
}

.section-cta .container{
	width:100%;
}

.section-cta .container .row {
padding-left:25px;
padding-right:25px;
padding-top:none;
}

.section-cta .container .row .col-md-12 h2{
	padding:20px;
	
}

.section #features{
	background-color:#fff;
}

	
.section-cta h2 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	text-align:center;
}

.section-cta p{
color:#666;
font-size:15px;
text-align:center;

}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-cta:hover {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}






/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 30px;
}

.mz-module-about {
   /* border: 1px solid #E6E6EA;*/
    min-height: 280px;
   /* padding: 20px;*/
   /* background-color: #EFEFF1;*/
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
	margin-bottom: 60px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 20px;
	border:1px solid #c006;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	/*background-color: #F8F8F8;*/
	line-height: 35px;
	text-align: center;
	box-shadow:0 2px 10px 0 #ffa4a44d;
	-webkit-box-shadow:0 2px 10px 0 #ffa4a44d;
}

.featured-icon:onhover{
	text-decoration:underline-from-left;
}

.featured-text {
	text-align: left;
	margin-left: 85px;
}

@media(max-width:768px){
	.featured-text{
		margin-left:55px;
	}
}
	
	
	
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}


/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	/*background-color: #f8f8f8;*/
	background-color:#fff;
}



.dark-bg {
	background-color: #fff;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}



/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
	background-color: #fff;
}

.team-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-socials {
	padding-bottom: 25px;
}

.team-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.team-socials a:hover {
	color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	/*padding: 15px;*/
	border: 1px solid #e1e1e1;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}

.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

.section-contact{
	background-color:#fff;
	color:#666;
}
#contact1 {
	background:#fff;
	padding:10% 0 100px 0;
}

#contact1 h4{
color:#666;

}

@media(max-width:768px){
 .section-contact h4{
	 padding:10px;
	 font-size:20px;
}}


/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px;
	background-color:#222;	
}

footer p {
	color: #c00;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fff;
}

footer p a span {
	color: #C00;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #C00;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #d00;
	border-color: #d00;
}

.btn {
	display: inline-block;
	padding: 8px 80px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #C00;
	color:#fff;
	box-shadow:0 2px 10px 0 #ffa4a44d;
	-webkit-box-shadow:0 2px 10px 0 #ffa4a44d;
}

.btn-xl {
    color: #fff;
    background-color: #C00;
    /* border-color: #726FB9; */
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #c00;
	background: transparent;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: transparent;
	color:#666;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

.alert {
    padding: 20px;
    background-color:green;
    color: white;
	z-index:30;
	margin-top:80px;
	/*margin-top:-90px;*/
	text-align:center;
	font-size:20px;

}


.alert1 {
    padding: 20px;
    background-color:red;
    color: white;
	z-index:30;
	margin-top:80px;
	/*margin-top:-90px;*/
	text-align:center;
	font-size:20px;
}


@media(max-width: 768px){
	.alert{
		margin-top:50px;
	}
	
	.alert1{
		margin-top:50px;
	}
}





.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s
	;
}

.closebtn:hover {
    color: black;
}

/****************************
*******************+********/
.box {
  position: relative;
  display: block;
  max-width:100%;
  max-height:auto;
}
.box img {
  position: absolute;
  display: block;
  max-width:100%;
  max-height:auto;
  border:1px solid #c2c9d8;
  border-radius:3px;
  -webkit-box-shadow:0 2px 10px 0 #bdc5d5;
  box-shadow:0 2px 10px 0 #bdc5d5;
  }

.box span {
	color:white;
	font-size:24px;
	font-weight:bold;
  /*position: absolute;*/
  display: block;
  padding:30%;
  max-width: 100%;
  text-align: center;
 /*background:#222;*/
  opacity: 0;
  transition: all 0.3s ease;
}

.box span:hover {
  opacity: 0.75;
}

@media(max-width:768px){
	.box span {
	color:white;
	font-weight:bold;
	font-size:14px;
  /*position: absolute;*/
  display: block;
  padding:30%;
  max-width: 100%;
  text-align: center;
  background: #2d2c2c99;
  opacity: 0;
  transition: all 0.3s ease;
}
}

/**********************
slide on scroll********
**********************/
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
	
}


	
.slideanim.slide {
	visibility: visible; animation:slide 1s;
	}

.slideanim.slide2{
	visibility: visible; animation:slide 0.5s;
	}

.slideanim.slide2{
	visibility: visible; animation:slide 1.5s;
	}	


	
	
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
		
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


