/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
}
.alt-font {
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #5cc4b8;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #5cc4b8;
}
.navbar-brand img{
	height: 100%;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 18px;
  color: #222222;
  padding: 4px 10px;
  border: none;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
	background: none;
	color: #5cc4b8;
}
.navbar-default .nav > li > a {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #5cc4b8;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #5cc4b8 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(255,255,255,.9);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #5cc4b8;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #5cc4b8;
  }
}

.lang{
	background: #5cc4b8;
}
.lang ul{
	margin: 0;
}
.lang li{
	padding: 0;
	margin: 0 -2px;
	font-size: 12px;
	font-weight:400;
	text-align:center;
}
.lang li.icon{
	margin-right: 5px;
	color: #FFF;
	font-size: 16px;
}
.lang li.active{
	background: rgba(255,255,255,.7);
	height: 28px;
	padding: 5px 10px;
	color: #3f8880;
}
.lang li a{
	display: block;
	width: 32px;
	height: 28px;
	padding: 5px 0;
	color: #FFF;
}
.lang li a:hover{
	text-decoration: none;
	background: #3f8880;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url("../img/bg-top.png") #333;
  color: white;
}
header .header-content {
  text-align: center;
  padding: 175px 0 75px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
header .header-content .header-content-inner .camposlogo{
	display: initial;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
	width: 100%;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  font-size: 50px;
}
section.flyby{
	padding: 0;
}
section.aboutus {
  padding: 150px 0;
  position: relative;
  background: url(../img/bg-about.jpg) center center no-repeat;
  background-size: cover;
}
section.aboutus .content{
	padding: 75px 0;
	background-color: rgba(92, 196, 184, 0.8);
}
section.aboutus h2 {
  margin-top: 0;
  font-size: 50px;
  color: #FFF;
}
section.aboutus .author {
	color: #fff;
	}
section.aboutus .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.aboutus .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.aboutus .badges .badge-link img {
  height: 60px;
}
section.aboutus .partnerships{
	display: inline-block;
	background: #000;
}
section.aboutus .partnerships .title{
	padding: 10px 15px;
}
section.aboutus .partnerships .title,
section.aboutus .partnerships .partner{
	float: left;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	color: #FFF;
}
section.aboutus .partnerships a{
	padding: 10px 15px;
	color: #FFF;
	background: #666;
}
section.aboutus .partnerships a:hover,
section.aboutus .partnerships a:active,
section.aboutus .partnerships a:focus{
	text-decoration: none;
}
section.aboutus .partnerships a.goldenvisas:hover{
	background: rgba(204, 0, 0, 1.0);
}
section.aboutus .partnerships a.dodesign:hover{
	background: rgba(255, 51, 0, 1.0);
}
section.aboutus .partnerships a.gisgeo:hover{
	background: rgba(38, 169, 225, 1.0);
}
@media (min-width: 768px) {
	section.aboutus {
		background-attachment: fixed;
	}
  section.aboutus .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.aboutus h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}

section.contact {
  background-image: url('../img/bg-contacts.jpg');
  background-size: cover;
}
section.contact .container{
	background: rgba(255,255,255,.9);
}
section.contact .information{
	padding: 30px;
}
section.contact .map{
	padding: 0;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #5cc4b8;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li{
	text-align: center;
}
section.contact ul.list-social li a {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 100%;
  color: white;
  text-align: center;
}
section.contact ul.list-social li.social-gmaps a {
  background-color: #e96b5f;
}
section.contact ul.list-social li.social-gmaps a:hover {
  background-color: #de5545;
}
section.contact ul.list-social li.social-tomtom a {
  background-color: #ed1c24;
}
section.contact ul.list-social li.social-tomtom a:hover {
  background-color: #b3161c;
}
section.contact ul.list-social li.social-pdf a {
  background-color: #666;
}
section.contact ul.list-social li.social-pdf a:hover {
  background-color: #333;
}
section.contact ul.list-social li.social-car a {
  background-color: #4285F4;
}
section.contact ul.list-social li.social-car a:hover {
  background-color: #3366bb;
}
section.contact ul.list-social li .title{
	font-size: 11px;
	text-align: center;
	color: #666;
}
footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #5cc4b8;
  background: -webkit-linear-gradient(#5cc4b8, #fdc539);
  background: linear-gradient(#5cc4b8, #fdc539);
}
.text-primary {
  color: #5cc4b8;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #5cc4b8;
  border-color: #5cc4b8;
}
.btn {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
