/**
* Template Name: Arsha - v4.7.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

/* Scroll Page */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(255,255,255,0.5)!important;
  height: 8px !important;
 }

::-webkit-scrollbar-thumb:vertical {
  height: 2px;
  background-color: #15539e;
  -webkit-border-radius: 2px;
}

/* End Scroll Page */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* ---------- Estilo do form ---------- */

::-webkit-input-placeholder{
    color:#fff !important;
    text-align: right;
}

input {color:#fff !important}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background: url(../img/header.png)top center no-repeat;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow-y: hidden;
  padding-top: 10px;
  text-align: left;
  min-height: 100vh;
  width: 100%;
  color: white;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero .container {
  padding-top: 2px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.46);
}
#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.46);
}

#hero h2 span{
    color: #fb8500;
    font-weight: bold;
    
}
#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #fb8500;
}
#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-get-started-form {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #fb8500;
  border: transparent;
}
#hero .btn-get-started-form:hover {
  background: #209dd8;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  /**#hero {
    background: url(../img/header-mobile.png)top center no-repeat;
  
  }**/
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  #hero .container {
  padding-top: 50px;
}
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 38px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
#cards{
    margin-top: 25px;
    
}

#cards .card{
    margin: 25px;
    background-color: rgba(21,83,158,0.7);
    border-left: solid 10px #fb8500;
    color: #fff;
}

#cards .card h5{
    color:#fff;
    
}

#cards .card p{font-size: 14px;}





















