/*------------------------------------------------------------------
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
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);


/*--------------------
1. General
--------------------*/
-webkit-scrollbar {
  display: none;
}



html, body {
    margin: 0px;
	font-family: "Open Sans", Sans-serif;
	height:100%;
	width:100%;

  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
	
}

@media (min-width: 768px) {
	html, body {
		height: 100%;
		margin: 0px;
		font-family: "Open Sans", Sans-serif;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Raleway", Sans-serif;
	color: #232323;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444444;
}

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

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

.nav li a:active{
	color: #fec503;
}
.nav li a:focus{
	color: #fec503;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
	height:100%;
	width:100%;
}

::selection {
	text-shadow: none;
	background: /*#fed136*/ #62b1ff;
}


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

section {
	/*height:100%;* width:100%;
	/*padding: 100px 0;*/ /*arrumar isso pra qdo for mobile - é o espaço do titulo qdo faz scroll*/
	padding-bottom: 30px;
}

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

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', 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;
}

.mgt25{ margin-top:25px;}

#toTop{cursor: pointer; display:none;position:fixed;bottom:85px;right:30px;z-index:100;padding:5px 3px;color:#fff;text-indent:-9999px;width:42px;height:26px}
#toTop.ttbg:hover{background-position:left bottom}

.ttbg{background:url(../images/up-arrow.png) no-repeat scroll left top rgba(0, 0, 0, 0);}
.ttbbg{background:url(../images/up-arrow2.png) no-repeat scroll left top rgba(0, 0, 0, 0);}

#toTop span{display:block;width:42px;height:42px;}

    #whatsapp {
		position: fixed;
		bottom:30px;
		right:30px;
		background: transparent url(../images/whatsapp_icon.png) center center no-repeat;

      border-radius: 0!important;
      z-index: 900;
      box-shadow: none;
      outline: none;
      width:40px !important;
      height:41px !important;
      background-size: 40px 40px !important;
      cursor: pointer;
      border: 0 !important;
    }


    #whatsapp.shake {
      animation: shake 6s infinite;
    }

    @keyframes shake {
      4.5%, 10.5% {
        transform: translate(0px, 0px) rotate(0deg);
      }
      5% {
        transform: translate(1px, 1px) rotate(0deg);
      }
      5.5% {
        transform: translate(-1px, -2px) rotate(-1deg);
      }
      6% {
        transform: translate(-3px, 0px) rotate(1deg);
      }
      6.5% {
        transform: translate(3px, 2px) rotate(0deg);
      }
      7% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
      }
      8% {
        transform: translate(-3px, 1px) rotate(0deg);
      }
      8.5% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      9% {
        transform: translate(-1px, -1px) rotate(1deg);
      }
      9.5% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      10% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }


/*
.scroll-down-image {
-webkit-animation: 1s ease-out 0s normal none infinite running scroll;
   -moz-animation: 1s ease-out 0s normal none infinite running scroll;
    -ms-animation: 1s ease-out 0s normal none infinite running scroll;
     -o-animation: 1s ease-out 0s normal none infinite running scroll;
        animation: 1s ease-out 0s normal none infinite running scroll;
  background: url("../images/scroll-mouse-white.png") no-repeat scroll 0 0;
  cursor: pointer;
z-index: 1;
  opacity: 1;
  height: 55px;
  width: 25px;

  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
}
@keyframes scroll {	0% { bottom: 40px; } 50% { bottom: 15px; } 100% { bottom: 40px; } }
*/


.divmouse{position:relative; width:100%; height:auto}
.mouse_scroll-light {
	display: block;
	width: 24px;
	height: 100px;	
	position:absolute; bottom:0px; z-index:1; margin-left:49.5%; 
}
.mouse_scroll-dark{
	display: block;
	width: 24px;
	/*height: 100px;*/
	position:absolute; bottom:20px; z-index:1; margin-left:102%; 
}


.m_scroll_arrows-light
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}
.m_scroll_arrows-dark
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu,.doi
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}
.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}


.mouse-light {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.mouse-dark {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid black;
  top: 170px;
}

.wheel-light {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;

  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;

}

.wheel-dark {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #000;
  -webkit-border-radius: 8px;
          border-radius: 8px;

  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;

}

.wheel-light a,.wheel-dark a{ position:absolute; display:block; top:-5px; left:-18px; height: 75px;  width: 35px;}



@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


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

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

.col-0-gutter {
	padding-left: 0;
	/*para clientes logo*/
	padding-right: 10px;
	padding-bottom: 10px;
}

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

.navbar-default {
	/*background-color: #fff;*/
	background-color:rgba(0,0,0,.50); /*pra o site mobile - mais escuro*/
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}

.logo{
	position: absolute;
	top: 8px;
	left: 20px;
	background-image: url(../images/logo_peq.png);
	width:125px;
	height:38px;
}

@media (min-width:768px) {
	.logo{
	  position: relative;	
	  background-image: url(../images/logo.png);
	  width:200px;
	  height:60px;
	}	
}


.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.65)
}
.navbar-default .navbar-toggle {
	background-color: /*#fed136;*/ /*#000*/ black ;
	/*border-color: #fed136; */
}

.navbar-default .navbar-toggle:focus {
	background-color: #000;
}
.navbar-default .navbar-toggle:hover{
	background-color: /*#fed136;*/ #149eff;
}


.navbar-default .navbar-toggle .icon-bar {
	/*background-color: #fff;*/
	background-color:rgba(255,255,255,.65);
}

.icon-bar:focus, .icon-bar:hover{
	background: #000;
}

.navbar-default .nav li a {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: /*#fed136;*/ #149eff;
	outline: 0;
	background-color:#000;
}

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

@media (min-width:768px) {
	.navbar-default
	{
		/*background-color: #fff;*/
	    background-color:rgba(0,0,0,.20);
		padding: 5px 0;
		-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: 5px; /*10px;*/
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		/*background-color: #fff;*/
		background-color:rgba(0,0,0,1);
		/*border-bottom: 1px solid #828282;*/
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		
	}
}

#bs-example-navbar-collapse-1{ height: 100%}

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

header {
    margin: 0px;
	height:100%;
}

.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 0.7;
  width: 100%;
  height: auto;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
    
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	/*margin: 0;
	margin-top: 200px;*/
	
	font-size: 30px;
	z-index: 1000;
}
@media (min-width: 768px) {
	.owl-slider .owl-controls .owl-nav [class*=owl-] {
		padding: 30px 40px;
		background: rgba(0, 0, 0, 0.26);
		border-radius: 0;
		
		margin: 0;
		/*margin-top:-10px;*/
		font-size: 30px;
		z-index: 1000;
		
	}	
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}

.intro-text {
	/*position: absolute;
    text-align: center;

	top: 50px;
	padding-top: 10px;
	padding-bottom: 50px;
	transform: translateX(-50%);
	left: 50%;

    margin:auto;*/
	
	height:100%; width:100%;
	
	position: absolute;
	top: 36%;	
	text-align: center;
	
}

.image1{  
background: url('../images/ship.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.image2{  
background: url('../images/slider-1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
.image3{  
background: url('../images/bg-video.mp4') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
  
 

@media (min-width: 768px) {
	.intro-text {
		/*padding-top: 300px;
		padding-bottom: 400px;*/
		position: absolute;
		top: 35%;
    }
}

.intro-text .intro-lead-in {
	display: inline-block;
	/*margin-top: 105px;
	margin-bottom: 15px;*/
	font-family: "Open Sans",sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 100;
	line-height: 70px;
}

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

.intro-text .intro-heading {
	font-weight: 900;
	font-size: 35px;
	line-height: 16px;
	margin-bottom: 25px;
	letter-spacing: -1px;
	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;
		letter-spacing: -3px;
	}
}

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

.mz-module:hover .ot-circle.color1 { /*red*/
	color: #C54A4A; 
}
.mz-module:hover .ot-circle.color2 { /*blue*/
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 { /*green*/
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 { /*grey*/
	color: #c1c1c1;
}
.mz-module:hover .ot-circle.color5 { /*yellow*/
	color: #ffca2a;
}
.mz-module:hover .ot-circle.color6 {
	color: #4be4b0;
}
.mz-module:hover .ot-circle.color7 { /*orange*/
	color: #ff7800;
}
.mz-module:hover .ot-circle.color8 { /*purple*/
	color: #794ad7;
}

.section-title h2 {
	font-size: 50px;
	color:/*#B3B3BB*/#414147;
	/*font-weight: 900;*/
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 40px 0;
	padding-bottom: 15px;
	padding-top: 40px; /*para o scroll parar certo no titulo*/
}

.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;
}

.line,.line_2 {
	z-index: 1;
	width: auto;
	content: " ";
	text-align: center;
	margin-bottom: 30px;
    border: none;
    border-top: 2px dotted #D4D4D4;	
}


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


.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	/*margin: 20px 100px 60px 100px;*/
	margin-bottom: 20px
}

.light-bg a{ margin-top:500px; }

.flex-container{ clear:both; /*width:100%; overflow:auto; issues with animation */ }
.flex-child,.flex-child2{ float: left; display:block; }

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


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

.mz-module a {text-decoration: none; }

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

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

.section-title h3 {
	font-weight: /*600*/400;
	font-size: 25px;
	color: #4A7894;
	margin-bottom: 10px;
}



.img_objetivo{ position:relative; background: url('../images/img_objetivo.jpg') no-repeat top center; }
.img_compromissos{ position:relative; background: url('../images/img_compromissos.jpg') no-repeat top center; }

/*if small window*/
.txt_objetivo,.txt_compromissos{ position:relative; }

@media only screen and (max-width: 700px) {
  .col-lg-12{ width:50%; float:left; }
}
@media only screen and (min-width: 720px) {
  .txt_objetivo,.txt_compromissos{ width:878px; }
}


@media (min-width: 768px) {

	.img_objetivo,.img_compromissos{ height:144px; }	
	
	
	.img_objetivo{ width:262px; }
	.txt_objetivo{ padding-left: 20px; }
	
	.img_compromissos{ width:242px; margin-left: 20px;}
	.txt_compromissos{ }
}

.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 {
	opacity: 0;
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -25px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

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

.mz-module:hover .mz-module-about {
	border:solid 1px #1a1a1a;
}

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

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

}


@media (min-width: 768px) {


}


.anim_h3,.line,.anim_img_objetivo,.anim_txt_objetivo,.anim_h3_2,.line_2,.anim_img_compromissos,.anim_txt_compromissos{opacity: 0;}

.anim_h3{} .anim_h3_2{}
.line,.line_2{}
/*.anim_img_objetivo{ transform:translateY(-50%); }*/ /*top to bottom*/
.anim_img_objetivo{ transform:translateY(50%); } /*bottom to top*/
.anim_txt_objetivo{ transform:translateY(-30%); } /*bottom to top*/

.anim_img_compromissos{ transform:translateY(50%); } /*bottom to top*/
.anim_txt_compromissos{ transform:translateY(-30%); } /*top to bottom*/

@media (prefers-reduced-motion: no-preference) {
  .anim_h3,.anim_img_objetivo,.anim_txt_objetivo,.anim_h3_2,.anim_txt_compromissos,.anim_img_compromissos {
    transition: opacity 1.5s ease, transform 1.5s ease; 
  }
  .line,.line_2 {
    transition: opacity 3s ease, transform 3s ease; 
	transform: scale(0.3);
  }
  
  .anim_h3 {
    left: 10%; 
    transform: translate(-10%, 0);
  }
  .anim_img_objetivo{
 	transform: translateY(0%,0);
  }
  .anim_txt_objetivo{
 	transform: translateY(0%,0);
  }  
  
  .anim_h3_2 {
    right: 10%; 
    transform: translate(10%, 0);
  }
  .anim_img_compromissos{
 	transform: translateY(5%,0);
  }  
  .anim_txt_compromissos{
 	transform: translateY(-10%,0);
  }  

}

.line-transition,.anim_h3-transition,.anim_img_objetivo-transition,.anim_txt_objetivo-transition,.line_2-transition,.anim_h3_2-transition,.anim_img_compromissos-transition,.anim_txt_compromissos-transition{
    opacity: 1;
    transform: none;
}



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

.section-features{ display: block; height:auto; }
.row-gutter{ display: block; height:auto; }
  
.col-gutter{
	display: flex; /* or inline-flex */ flex-flow: row wrap;   justify-content: space-around;
	padding: 0;
	margin: 0;
} 
.featured-item {
	width: 280px;
	margin-bottom: 30px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #F8F8F8;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 70px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
	margin-top: 3px;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	line-height: 21px;
	/*font-size: 13px;
	font-weight: 500;*/
	font-size: 14px;
	font-weight: 300;
}


.section-features h3 {
	font-weight: 400;
	font-size: 25px;
	color: #4A7894;
	margin-bottom: 10px;
	text-align: center;
}
.linesf{
	z-index: 1;
	width: auto;
	content: " ";
	text-align: center;
	margin-bottom: 30px;
    border: none;
    border-top: 2px dotted #D4D4D4;	
}

.outros-servicos{ clear: both; }
.outros-servicos p{
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin-bottom: 20px
}
.truck{ clear: both; height:474px;  margin-bottom: 30px;}
.anim_truck{ opacity: 0; height:474px; background: url('../images/logistics-effectiveness2.jpg') no-repeat top center; }

.grid-container-svs{     display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }



/*
@keyframes wipe-enter {
	0% {
		transform: scale(0, 1);
	}
	50% {
		transform: scale(1, 1);
	}
}*/

@media (prefers-reduced-motion: no-preference) {
  /*.anim_truck {
    animation-name: wipe-enter;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }*/
  .anim_truck {
    transition: opacity 1.5s ease, transform 1.5s ease;
	/*transform: scale(0, 1);*/ /*centro para o meio - antes*/
	/*transform: scale(1, 0);*/
	max-height:0px;
	transition: max-height 0.5s linear;
  } 
}
.anim_truck-transition{
    opacity: 1;
    /*transform: scale(1, 1);*/ /*centro para o meio - depois*/
	max-height:474px;
	transition: max-height 2s linear;
	transform: none;
}


/*--------------------
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.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: /*0.90*/0.95;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

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

.light-bg {
	background-color: #f8f8f8;
	height:auto;
}

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

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

.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.5. Partners Slider
--------------------*/
.fim-clientes{ height:120px; }
#partners{ padding-bottom:120px; }
#team{ padding-bottom:120px; }

.partners_br_ext{clear:both;}

.partners_l {float:left; width:50%; }
.partners_r {float:left; width:50%; padding-left:25px; }

.partners_l .flags,.partners_r .flags{ display:block; text-indent:-2000px; background-repeat:no-repeat;background-position:center top;}

/* For width smaller than 720px: */
.partners_l .flags{ height:145px; width:auto; background-image: url('../images/br_flag.jpg'); background-size:200px auto;  }
.partners_r .flags{ height:145px; width:auto; background-image: url('../images/international_flags.jpg'); background-size:200px auto; }
.partners_txt{ width:200px; margin-left:auto; margin-right:auto }

/* For width 720px and larger: */
@media (min-width: 768px) {
  .partners_l .flags{ height:300px; background-size:400px auto; }
  .partners_r .flags{ height:300px; background-size:400px auto; }
  .partners_txt{ width:400px; margin-left:auto; margin-right:auto }
  .partners_txt p{ display:block; height:35px; width:400px; padding:5px; background: #c2c2c2; text-align:center}
}




.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;	
}

@media (min-width: 768px) {
	.owl-portfolio .owl-controls {
		position: absolute;
		left: 0;
		top: 40%;
		width: 100%;	
	}	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.partner-logo {
	height: 80px;
	text-align: center;
	display: inline-block;
}

.partner-logo img {
	height: 100%;
	width: auto !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

/*--------------------
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;
	padding-top:10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item .team-position2{
	color: #989898;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	padding-top:10px;
	padding-bottom:20px;
}

.team-item .partnertxt {
	color: #989898;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align:left;
}

.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;
}

.imgof{
	margin: auto;
}

/*--------------------
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 #fff;
	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;
}

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

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

footer p {
	color: #B7B7B7;
	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: #FCBE03;
	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: #FED136;
	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: #dfdfdf;
	border-color: #dfdfdf;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	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: #FCBE03;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    font-family: "Open Sans",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: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* 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;
}
}
