

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Parallax
	4) Pre-loader
	5) Navigation
	6) Home
	7) About-us
	8) Fun-facts
	9) Portfolio
	10) inner (Info)
	11) Team / Skills
	12) Services
	13) Testimonials
	14) Partners
	15) Contact
	16) Footer
	17) Back-to-top
	18) Responsive
*/



/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #555;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #4891e8;
}
p {
    color: #555;
	margin-bottom:20px;
	
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Open Sans', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px 30px 0;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(32, 111, 205,.7);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto', serif;
	margin-bottom: 20px;
}
.slog {
	font-size: 16px;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.slog2 {
	font-size: 16px;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f6f6f6;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/* 5 Topbar / Navigation
----------------------------------------------------------------------------- */
/* -- Topbar -- */
.tagline {
	background: #000;
	font-size: 13px;
	color: #eee;
}
.email, .phone {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 11px 0;
	font-size: 13px;
}
.tagline .pull-left i {
	font-weight: 400;
	display: inline-block;
	margin-right: 5px;
}
.email a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.email a:hover {
	color: #4891e8;
}
.top_socials {
    margin: 0 12px;
}
.top_socials li {
	width: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	padding: 0;
}
.top_socials a {
	display: block;
	line-height: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-align: center;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
}
/* -- Navbar -- */
.navbar-custom {
	background-color: #ffffff;
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: relative;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.navbar-custom .navbar-brand {
	font-size: 22px;
	text-transform: uppercase;
	color: #666;
	font-weight: 800;
	letter-spacing: 0.15em;
	margin: 0px 0 0;
	font-family: 'Roboto', serif;
}
.navbar-custom .navbar-brand img{
	max-height:56px;
}
.navbar-custom .navbar-brand:hover {
	color: #888;
}
.navbar-custom .nav {
	padding: 15px 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}

/* 6 Home
----------------------------------------------------------------------------- */
.carousel-section {
    background: url("../img/slider-bg1.jpg");
    overflow: hidden;
    padding: 180px 0px;
}

.carousel-razon .carousel-caption {
    position: static;
    text-align: center;
}
.carousel-razon .carousel-indicators {
    bottom: -130px !important;
}
.carousel-razon .carousel-indicators li {
    margin: 0 2px;
}
.carousel-indicators li{
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 12px;
	width: 12px;
	background: transparent;
}
.carousel-indicators .active {
	background: #fff;
}
.carousel-text h1{
	font-family: 'Roboto', serif;
}
.carousel-text span{
    text-transform: uppercase;
}
.carousel-text p{
    color: #D2CFCF;
    font-size: 16px;
}

/* 6 Home
----------------------------------------------------------------------------- */
#home {
	padding: 250px 0;
	z-index: 1;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: #000;
	min-height: 400px;
}
/* ======= Homepage Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -999;
  background: #595959;
  opacity: 1;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 720px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: #65758e url('../img/slider-bg1.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
  background: #65758e url('../img/slider-bg2.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: #65758e url('../img/slider-bg3.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-4 {
  background: #65758e url('../img/slider-bg4.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.9);
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(6, 85, 180, 0.9);
}
.intro-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 48px;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;
	margin: 0px 0px 20px 0px;
}
.intro-title span {
	margin-left: 5px;
}
.intro-text {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}


/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.features-box i {
	font-size: 36px;
	color: #206fcd;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p{
	color: #555;
}
.advanced-about {
	overflow: hidden;
	clear: both;
	margin-top:0px;
}
.advanced-about ul li {
	margin: 5px 0px
}
.advanced-about ul li i {
	margin-right: 10px;
}

/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 36px;
}
.facts h1 {
	font-family: 'Roboto', serif;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.work-desc{
    width: 100%;
    padding: 20px 15px 0px 15px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
	min-height:105px;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto', serif;
    margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section {
	background: url(../img/embarques.jpg) center;
}
#inner-section2 {
	background: url(../img/especial.jpg) center;
}

.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: 'Roboto', serif;
}
.intermediate-container .heading h2 {
	font-size: 32px;
	line-height: 47px;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 600;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
.mision h4,.skill h4 {
	font-family: 'Roboto', serif;
}
.mision h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: 'Roboto', serif;
}
.service-item .service-detail p {
	color: #9aa7af;
}

.services ul li {
	margin: 8px 0px;
	font-size: 14px;
}
.services ul li i {
	margin-right: 10px;
	color: #0655b4;
	font-weight:600;
}

/* 13 Valores
----------------------------------------------------------------------------- */
#valores {
	background: url(../img/valores-bg.jpg) center;
}
.valores-slide {
	color: #f1f2f3;
}
.valores-slide img {
	width: 48px;
	height: 48px;
	border: 3px solid #ffffff;
}
.valores-slide h5 {
	font-weight: 300;
	font-family: 'Roboto', serif;
	line-height: 24px;
}
.valores-slide i {
	font-weight: 600;
	font-size: 32px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: 'Roboto', serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto', serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto', serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}

.success {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #4587d9;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 25px;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
	background: #383838;
}
.footer p{
	margin-bottom: 0px;
	padding:20px 0px;
	font-family: 'Roboto', serif;
}
#footer-mini {
  padding: 25px 0;
  border-top: 5px solid #0655b4;
  background: #1f1f1f; }
  #footer-mini .social-icons {
    float: right; }
    #footer-mini .social-icons a {
      color: #999;
      background: transparent !important;
      font-size: 16px;
      transition: all 0.1s; }
      #footer-mini .social-icons a i::before,
      #footer-mini .social-icons a i::after {
        transition: all 0.1s; }
      #footer-mini .social-icons a:hover {
        color: #4891e8; }

.copyrights-message {
  color: #fff;
  position: relative;
  top: 6px;
  display: inline-block; }
  .copyrights-message span {
    color: #ffc527;
    font-weight: 600; }

.powered {
  color: #666;
  position: relative;
  top: 6px;
  display: inline-block; }
	
	/* Social Icons */
.social-icons {
  list-style: none;
  font-size: 0;
  position: relative; }
  .social-icons.animated li a::after {
    display: none; }
  .social-icons.animated li a:hover i::before {
    top: -35px;
    opacity: 0; }
  .social-icons.animated li a:hover i::after {
    bottom: 5px;
    opacity: 1; }
  .social-icons li {
    display: inline-block; }
    .social-icons li + li {
      margin-left: 4px; }
    .social-icons li a {
      display: block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      background: transparent;
      font-size: 14px;
      color: #fff;
      border-radius: 2px;
      position: relative;
      overflow: hidden;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
      .social-icons li a i {
        width: 16px;
        height: 16px; }
        .social-icons li a i::before {
          top: 0;
          position: relative; }
        .social-icons li a i::before, .social-icons li a i::after {
          transition: all 0.25s ease; }
        .social-icons li a i::after {
          font-family: "fontAwesome";
          font-size: 14px;
          display: block;
          text-align: center;
          color: #fff;
          position: absolute;
          width: 16px;
          height: 16px;
          bottom: -35px;
          opacity: 0; }
    .social-icons li .si-facebook {
      background: #3b5999; }
      .social-icons li .si-facebook i::after {
        content: "\f09a"; }
    .social-icons li .si-twitter {
      background: #55acee; }
      .social-icons li .si-twitter i::after {
        content: "\f099"; }
    .social-icons li .si-youtube {
      background: #e52d27; }
      .social-icons li .si-youtube i::after {
        content: "\f167"; }
    .social-icons li .si-instagram {
      background: #2a5985; }
      .social-icons li .si-instagram i::after {
        content: "\f16d"; }
    .social-icons li .si-google-plus {
      background: #eb7761; }
      .social-icons li .si-google-plus i::after {
        content: "\f0d5"; }
    .social-icons li .si-behance {
      background: #1ca3db; }
      .social-icons li .si-behance i::after {
        content: "\f1b4"; }
    .social-icons li .si-dribbble {
      background: #dc90af; }
      .social-icons li .si-dribbble i::after {
        content: "\f17d"; }
    .social-icons li .si-rss {
      background: #f5b800; }
      .social-icons li .si-rss i::after {
        content: "\f09e"; }


/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 40px;
}

/*************************************
	    	 WhatsApp 
**************************************/ 
.btn-whatsapp {
        display:block;
        width:50px;
        height:50px;
        color#fff;
        position: fixed;
        right:17px;
        bottom:80px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index: 10000;
}

.btn-whatsapp img{;
        max-height:50px;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.email, .phone {
	margin-right: 10px;
	padding: 11px 0;
	font-size: 12px;
	}
	
	
	.navbar-custom .navbar-brand {
		padding: 13px 15px 20px 15px;
		margin-top: 5px;
		height: auto;
	}
	
	.navbar-custom .navbar-toggle {
		margin: 23px 15px 23px 0px;
	}
	.intermediate-container .heading h2{
		font-size: 30px;
	}
	.intro-title{
		font-size: 21px;
	}
	
	#home {
		padding: 150px 0px 170px;
	}
	.bg-slider-wrapper .flexslider .slide {
	  height: 630px;
	}
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
	 #footer-mini {
    text-align: center; }
    #footer-mini .social-icons {
      float: none !important;
      margin-top: 15px; }
	
}

/*============Small Mobile Display==============*/
@media only screen and (min-width: 300px) and (max-width: 479px) {
    .email, .phone {
	margin-right: 10px;
	padding: 11px 0 0px 0;
	font-size: 12px;
	}
	.top_socials a {
		display:none;
	}
}