body {
  font-family: "Open Sans", sans-serif;
  color: #585a61;
}

a {
  color: #5777ba;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #5777ba;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #748ec6;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 75px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
  padding: 6px 0;
  margin: 0;
  max-height: 40px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 130vh;
  background: url("../img/hero-bg.fw.webp") top center;
  background-size: cover;
  position: relative;
}

#hero .divTitulo img{width: 55%;margin: 10px 0px 25px 0px;}


#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #1d395c;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 900;    
}

#hero h6 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px; 
  font-weight: 400;    
}

#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #1D395C;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .hero-img .video {margin-top: 230px;}



/* === Inicio Div de Contato === */

#hero .download-btn + .download-btn {margin-left: 20px;}

#hero .direct{ height: auto;}

#hero .telefone{float: left !important;}

#hero .direct label{color:#fff;}

#hero .btn-primary {
    background-color: #1D395C;
    border:#1D395C;
    }


#hero .direct h6{font-size: 16px;}


#hero .colunasDirect{
    margin: 8px;
    background-color: #E77E32;
    padding: 10px 8px;
}

#hero .colunasDirect a {margin-top: -50px  !important;}


/* === Final Div de Contato === */

@media (max-width: 996px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
    
  #hero .hero-img {
    text-align: center;
    }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
    
#hero {
  width: 100%;
  height: auto;
  background: url("../img/hero-bg-Mobi.fw.webp") top left;
  background-size: cover;
  position: relative;
}
    
#hero .hero-img .video {margin-top: -15%;}

#direct{margin-top: -50px;}    
    
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
    
    #hero .divTitulo h6{
        text-align: left;
        margin-left: 30%
    } 
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5777ba;
  font-family: "Poppins", sans-serif;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #E77E32;
}

#footer .footer-top p{
  color:#fff!important;
  font-size: 13px;    
} 

.footer-bot{
    background: #1d395c;
    height: 60px;
    color:#fff;
    font-size: 15px;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #fff;
  padding: 17px 0;   
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 5px 0;    
}

#footer .credits a {color: #D16718;font-weight: 900;}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 15px 0;
    
  }
    
.footer-bot{
    background: #1d395c;
    height: 160px;
    color:#fff;
    font-size: 15px;
}    

}
