/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "Questrial", sans-serif;
  overflow-x: hidden;
}
a {
  color: #4f5c70;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #37465d;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Bodoni Moda", sans-serif;
  color: #37465d;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #37465d, #4f5c70);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}
.back-to-top:focus {
  background: linear-gradient(45deg, #37465d, #4f5c70);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #4f5c70;
  color: #fff;
}
.beige {
  background: #e7e4db;
}
.beige2 {
  background: #f2f1ec;
}
.circle{
	border-radius:50em;
	border: 2px solid #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}


.circle01{
	border-radius:50em;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 10px;
  height: 110px;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #e7e4db;
}
#header.header-fixed {
  background: #e7e4db;
  transition: all 0.5s;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2)
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
  background-size: cover;
  position: relative;
}
.intro .intro-text {
  padding: 60px 0;
  vertical-align: top;
  font-family: "Bodoni Moda", sans-serif;
  font-style: italic;
  text-transform: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.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 */
@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: #1f4986;
  font-weight: 400;
  outline: none;
  text-transform: uppercase
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #4f5c70;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 40px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #37465d;
}
@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: #37465d;
  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: 5px 22px 5px 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: #4f5c70;
}
#mobile-nav ul .menu-item-active {
  color: #4f5c70;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  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;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 3rem;
  font-weight: 400;
}
.section-header .section-description {
  padding-bottom: 40px;
  color: #777;
}
.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #4f5c70;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../images/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #4f5c70;
  border: 2px solid #4f5c70;
}
/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
}
#team .member {
  margin-bottom: 20px;
}
#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  color: #b3b3b3;
}
#team .member .social a:hover {
  color: #4f5c70;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/* Contact Section
--------------------------------*/

.social-links a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 2px solid #e7e4db;
  background: #4f5c70;
  color: #e7e4db;
  padding: 8px;
}

.social-links a i {
}
.social-links a:hover {
  border: 2px solid #4f5c70;
  background: #e7e4db;
  color: #4f5c70;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #4f5c70;
  float: left;
  line-height: 1;
}
#contact .info p {
  padding: 0 0 0 42px;
  line-height: 28px;
  font-size: 14px;
  margin: 10px
}
#contact .form #sendmessage {
  color: #4f5c70;
  border: 1px solid #4f5c70;
  display: none;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #37465d, #4f5c70);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}
#contact .form button[type="submit"]:hover {
  cursor: pointer;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(45deg, #4f5c70, #37465d);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .credits {
  font-size: 13px;
  color: #888;
}
#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #4f5c70;
}