/*!
 * Start Bootstrap - Landing Page v5.0.4 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'sansation-light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'sansationbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #31506a;
  width: 100%;
}

section {
	width: 100%;
}

.clearfix {
	clear: both;
}

a:link, a:visited {
	color: #4f9da6;
}

.shadow-block {
    padding: 30px;
    margin-top: 15px;
    box-shadow: 1px 1px 7px 2px #eaeaea;
}

.shadow-block ul li {
	font-size: 1.25rem;
}

.btn-primary, a.btn-primary {
  background: #facf5a;
  border: 0px;
  color: #31506a;
}

.btn-primary:hover, a.btn-primary:hover {
  background: #4f9da6;
  color: white;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

h2.centered-border:after {
  display: block;
  content: '';
  width: 100px;
  height: 2px;
  background: #facf5a;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#hero {height: 100%;}
.hero-learn-more {position: absolute !important; bottom: 0px; }

@media (max-width: 991px) {
  .hero-learn-more {position: static !important;}
}

.white { color: #fff !important; }
.yellow {color: #facf5a;}
.bg-dark {background: #3e4b5c !important;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

nav#header {
      z-index: 99999;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

@media (max-width: 991px) {
  .nav-menu li {
    margin-left: 10px;
    text-align: right;
    display: block;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-right: 10px;
  }
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #facf5a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #2dc997;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2dc997;
}

#mobile-nav ul .menu-item-active {
  color: #2dc997;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 2rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 5rem;
  }
}


.integration-logo {
  vertical-align: middle;
  padding-top: 30px;
}

.integration-logo img {
  height: 40px;
  max-width: 100%;
}


.features-icons {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 3rem;
  transition: all 0.2s;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.features-icons-icon {
  transition: all 0.5s;
  color: #4f9da6;
}

.features-icons h3 {
  font-size: 1.2rem;
}

.why-item-wrapper {
  padding: 10px 30px 10px 30px;
  margin: 15px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0px 10px #cccccc7d;
}

.why-item-wrapper i.fa {
  color: #facf5a;
  position: absolute;
    left: 5px;
    font-size: 55px;
}

@media (max-width: 768px) {
  .why-item-wrapper {
    margin: 10px;
    text-align: center;
  }
}

.testimonials {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.callout-with-right-image {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 40px 0 0 40px;
    border: 1px solid #7b8491;
}

@media (max-width: 990px) {
  .callout-with-right-image {
    border-radius: 0px;
    border: 0px;
  }
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/* INTERNAL PAGE STYLES */
.hero-internal-page {
  background: #4f9da6;
  position: relative;
  min-height: 200px;
}

.hero-internal-page-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(14, 136, 150, 0.75), rgba(54, 78, 109, 0.75));
  z-index: 999;
}

.hero-internal-page-inner {
  padding: 60px 20px;
  position: relative;
  z-index: 9999;
}

.hero-internal-page h1 {
  color: #fff;
}

.hero-internal-page h2 {
  font-family: 'sansation-light', Open Sans, sans-serif;
  color: #fff;
  font-weight: 100;
}

/* ABOUT PAGE */
.about-team {
	background: #f2f2f2;
}

/* CONTACT PAGE */
.contact-form-row {

}

.contact-us-form {
	background: #ececec;
}

.contact-us-form input, .contact-us-form select, .contact-us-form textarea {
	border: 0px;
	outline: 0px;
	border-bottom: 1px solid #ccc;
	transition: all 0.5s;
}

.contact-us-form select {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.contact-us-form select {
	padding: 6px 10px !important;
	margin-top: 10px;
	margin-left: 0px !important;
	color: #888888;
}

.contact-us-form textarea {
	margin-top: 10px;
	max-height: 100px;
	padding-left: 15px !important;
	border-bottom: 0px;
}

.contact-us-form input[type=text] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.contact-us-form input:focus, .contact-us-form select:focus {
	border-bottom: 1px solid #4f9da6 !important;
}

.contact-us-form .gform_footer {
	text-align: center;
}

.contact-us-right i.fa {
	font-size: 50px;
	color: #facf5a;
	display: block;
}

.contact-us-right hr {
	border-top: 1px dotted #ccc;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* Quick App Form */
#input_4_18_other {
	width: auto !important;
}

footer {
  background: #1e232b;
  color: white;
  font-size: .8rem;
}

footer h5 {
  color: white;
}

footer li {
  margin: 10px 0 0 0;
}

footer li a {
  color: #4f9da6;
  font-weight: bold;
  transition: all 0.3s;
}

footer li a:hover {
  color: #facf5a;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 5rem;
}


/*Footer Social Icon List Style*/
footer .list-unstyled {
  padding-left: 0;
  list-style: none;

}
footer .list-inline li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
}

ul.social-icons {
  padding-top: 15px;
}

/*Change icons size here*/
footer .social-icons .fa {
  font-size: 1.1rem;
}

/*Change icons circle size and color here*/
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
  border-radius: 50%;
}
.social-icons.icon-rounded .fa{
  border-radius:5px;
}
.social-icons.icon-flat .fa{
  border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}