/* --------GENERAL---------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  }
a {
	color: #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	opacity:0.7;
}
p {
  font-size: 18px;
  line-height: 1.5;
  }
.h1, h1 {
	font-size: 3rem;
	font-weight: 700;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,.7);
}
.h2, h2 {
	font-size: 2rem;
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
.js-scroll-trigger {
	color: #fff;
}
.sep::after {
	position: absolute;
	width: 100px;
	content: "";
	left: 50%;
	margin-left: -50px;
	height:4px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#186c35+0,ed1c24+100 */
background: #186c35; /* Old browsers */
background: -moz-linear-gradient(left, #186c35 0%, #ed1c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #186c35 0%,#ed1c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #186c35 0%,#ed1c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186c35', endColorstr='#ed1c24',GradientType=1 ); /* IE6-9 */
}
.sep {
	display: block;
}
.btn-dark {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-group-lg > .btn, .btn-lg {
	padding: .5rem 2rem;
}
.container {
	max-width: 1200px !important;
}
.vagues {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.vagues2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.vague1 {
  width: 100%;
}
.vague2 {
  animation: MoveUpDown 10s linear infinite;
 -webkit-animation:MoveUpDown 10s linear infinite; 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -60px;
  }
}
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -60px;
  }
}
.vague3 {
	position: absolute;
	bottom: 0;
	left:0;
	animation: MoveLeftRight 10s linear infinite;
    -webkit-animation:MoveLeftRight 10s linear infinite; 
	width: 100%;
}
@keyframes MoveLeftRight {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -60px;
  }
}
@-webkit-keyframes MoveLeftRight {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -60px;
  }
}
section {
	background: url('../img/brush2.png') center center no-repeat;
	background-size: 100%;
}
/* --------HEADER---------- */
.navbar .navbar-toggler {
	padding: 15px;
	color: white;
	font-size: 24px;
	border: 1px solid;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
color: #222;
background-color: white;
}
.navbar .navbar-brand img {
height: 40px;
}
.navbar {
	height: auto;
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;

}
.navbar.navbar-shrink {
	padding: 5px 0;
	background-color: #02251f;
}
.navbar .navbar-brand img {
	height: 60px;
}
header {
	position: relative;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../img/background.jpg');
	background-position: center bottom;
	min-height: 800px;
	padding-bottom: 250px;
	height: 90vh;
}
header .biglogo {
max-width: 150px;
max-height: 150px;
}
.vertical-slider{
	text-align:center;
}
.vertical-slider .vertical-caption {
	font-size: 50px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}
.vertical-slider .flex-direction-nav{
	display:none;
}
.vertical-slider small {
	font-size: 100%;
	font-weight: 400;
	opacity: 0.8;
	margin-top: -30px;
	display: block;
}
.fa-quote-left {
	top: -25px;
	position: relative;
	opacity: 0.8;
	font-size: 1.5rem;
}
.fa-quote-right {
	bottom: -10px;
	position: relative;
	opacity:0.8;
		font-size: 1.5rem;
}
.slides {
	width: 100% !important;
	padding:0;
}
.fleche {
	background:#186c35 url('../img/fleche.svg') no-repeat center 17px;
	background-size: 28px;
	margin: 0;
	position: absolute;
	text-decoration: inherit;
	bottom: 100px;
	width: 58px;
	height: 58px;
	border-radius: 500px;
	left: 50%;
	right: 50%;
	margin-left: -29px;
	z-index: 100;
}
header .scroll-down {
width: 100%;
text-align: center;
margin-top: 50px;
}
header .scroll-down .btn {
	border: 1px solid white;
}
header .scroll-down .btn:hover {
color: rgba(255, 255, 255, 0.5) !important;
border-color: rgba(255, 255, 255, 0.5);
outline: none;
}
h1 {
	width: 500px;
	color: #e6e6e6;
	opacity: .3;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 900;
	position: absolute;
	right: -190px;
	top: 390px;
	font-size: 30px;
}
.big-logo {
max-width:540px;
}
/* --------Nossas soluções---------- */
.card {
	position: relative;
	border: 0;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
}
.feature-col {
	display: table;
	padding-bottom: 45px;
}
.feature-col .feature-icon {
	width: 150px;
	height: 150px;
	color: #b51b02;
	font-size: 50px;
	text-align: center;
	line-height: 160px;
	border-radius: 50%;
	display: inline-block;
	background: url('../img/brush.png') bottom center no-repeat;
	background-size: 150px;
}
.feature-col p {
	font-size: 14px;
	color: #999;
}
h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
/* --------Témoignages---------- */
.fond {
	color: white;
	background: #303336 url(../img/fond2.jpg) bottom center no-repeat scroll;
	background-size: cover;
	position: relative;
	padding-bottom: 350px;
	padding-top: 100px;
	margin-top: 50px;
}
/* --------Contact---------- */
#contact .contact-info i {
	font-size: 50px;
	display: inline-block;
	margin-bottom: 10px;
	color: #b51b02;
}
/* --------FOOTER---------- */
footer {
	padding: 300px 0 20px;
	color: rgba(255, 255, 255, 0.7);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../img/background.jpg');
	background-position: center;
	position: relative;
}
footer a {
color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
color: white;
}
footer p {
	font-size: 12px;
}
footer .footer-social {
margin-bottom: 75px;
}
footer .copyright {
font-size: 1rem;
}


@media (max-width: 1280px) {
.container {
	padding: 0 50px;
}
#testemunhos .container {
	padding: 0 20px;
}
.fond {
	padding-bottom: 250px;
}
}
@media (max-width: 1024px) {
.vertical-slider .vertical-caption {
	font-size: 4.5vw;
	padding: 20px 0;
}
h1 {
	font-size: 2.5vw;
}
.h3, h3 {
	font-size: 1.25rem;
}
footer {
	padding: 150px 0 20px;
}
h1 {
	top: 280px;
}
header {
	min-height: 700px;
	padding-bottom:50px;
}
}
@media (max-width: 896px) {
.big-logo {
	max-width: 440px;
}
header {
	min-height: 600px;
	padding-bottom: 100px;
}
}
@media (max-width: 800px) {
.h3, h3 {
	font-size: 1.15rem;
}
.fond {
	padding-bottom: 150px;
}
}
@media (max-width: 768px) {
#contact {
	padding-top: 40px;
}
}
@media (max-width: 767px) {
h1 {
display:none;
}
.contact-info .col-md-4 {
margin-bottom:30px;
}
}
@media (max-width: 667px) {
.fond {
	padding-bottom: 100px;
	padding-top: 50px;
}
.vertical-slider .vertical-caption {
	font-size: 4vw;
}
.fa-quote-left, .fa-quote-right {
	font-size: 1rem;
}
.fa-quote-left {
	top: -15px;
}
}
@media (max-width: 480px) {
footer {
	padding: 100px 0 20px;
}
}

@media (max-width: 414px) {
.fa-quote-left {
	top: -10px;
}
}











