
@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../css/fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../css/fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../css/fonts/CenturyGothic.woff2') format('woff2'),
        url('../css/fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Bold Italic';
    src: url('../css/fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../css/fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Italic';
    src: url('../css/fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../css/fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
  color: #000;
  font-family: 'Century Gothic';
  font-size: 20px;
  background: #fff;
}

img {
  max-width: 100%;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

/* NAV
--------------------------- */
nav {
  position: absolute;
  padding: 15px 0;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
}

nav a {
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  color: #fff;
  text-transform: uppercase;
  line-height: 90%;
  z-index: 2;
  transition: all .4s ease;
}

nav a:hover {
  color: #fff;
}

nav a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  height: 2px;
  width: 0px;
  background: #b6c632;
  z-index: -1;
  transition: all .3s ease;
  border-radius: 50px;
}

nav a:hover:before {
  width: 100%;
  left: 0
}

nav img {
  height: 50px;
}

nav span{
  color: #e6b533
}

.nav-link {
  display: inline-block;
  margin: 0 15px 0 0;
}

#nav-logo{
  position: absolute;
  top: 5px;
  left: 10px;
  height: 85px;
}

#mobile-menu {
  position: absolute;
  padding: 0;
  top: 31px;
  right: 15px;
  display: none;
  width: 30px;
  height: 3px;
  background: #fff;
  border: none;
  transition: all .1s ease;
}

#mobile-menu:before,
#mobile-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: all .4s ease;
}

#mobile-menu:before {
  top: -10px;
}

#mobile-menu:after {
  bottom: -10px;
}

#mobile-menu.open {
  background: none;
}

#mobile-menu.open:before {
  transform: rotate(45deg);
  top: 0px;
}

#mobile-menu.open:after {
  transform: rotate(-45deg);
  bottom: 0px;
}

@media screen and (max-width: 992px) {

  nav {
    font-size: 0;
    height: auto;
  }

  #mobile-menu {
    display: block;
  }

  #nav-logo{
    position: relative;
    top: 0px;
    left: 5px;
    height: 50px;
  }

  .nav-link {
    display: none;
    position: absolute;
    left: 0;
    padding: 15px !important;
    width: 100% !important;
    top: 67px;
    background: #3d4798;
    opacity: 1 !important;
  }

  .nav-link a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
  }

  nav a:before {
    display: none;
  }

}

/* TOGGLE
-------------------------- */
.toggle-container {
    margin: 0 auto;
}

.toggle-title {
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    margin: 5px 0;
}

.toggle-title  img{
  height: 70px;
}

#title-2 img,
#title-4 img,
#title-6 img,
#title-8 img,
#title-10 img{
  display: block;
  margin: 0 0 0 auto
}


.toggle-content {
    display: none;
    background-color: #000;
    color: #fff;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 30px;
}

/* FOOTER
--------------------------- */
footer {
  padding: 50px 0;
  color: #fff;
  background: #fff;
  text-align: center;
}

footer .footer-logo img{
  width: 400px;
  display: block;
  margin: 0 auto 30px auto;
}

footer a {
  display: inline-block;
  margin: 0 10px;
  font-family: 'Century Gothic Bold';
  font-weight: bold;
  color: #305092
}

@media screen and (max-width: 992px) {}

/* HEADER
--------------------------- */
header img{
  width: 100%;
}

#sobre{
  padding: 50px 0;
  background: url(../img/bem-vindo-bg.png) center no-repeat;
  background-size: 100% auto;
}

#oquee{
  padding: 50px 0;
  background: #fcc600;
  overflow: hidden;
}

#oquee span{
  margin: 20px 0 5px 0;
  padding: 5px 20px;
  display: inline-block;
  font-family: 'Century Gothic Bold';
  color: #fff;
  background: #e30047;
  border-radius: 50px;
}

.oquee-quote{
  margin-top: 50px;
  padding: 50px 50px;
  background: url(../img/pilares-quote.png) center no-repeat;
  background-size: 100% 100%;
}

.oquee-quote p{margin: 0}

#projetos{
  padding: 70px 0;
}

#depoimentos{
  padding: 120px 0 0 0 ;
  color: #fff;
  background: url(../img/depoimentos-bg.png) top center no-repeat;
  background-size: 100% auto;
  border-bottom: 50px solid #fff;
}

#depoimentos img{
  display: block;
  margin: 70px 0 30px 0;
}

#depoimentos .col-md-4 img{
margin-bottom: -50px;
}

@media screen and (max-width: 992px) {

  #sobre{
    background: none
  }

  .oquee-quote{
    padding: 0px;
    background: none;
    color: #ed1769;
    font-weight: bold;
  }

  .toggle-title  img{
    height: auto;
  }

  #title-2 img,
  #title-4 img,
  #title-6 img,
  #title-8 img,
  #title-10 img{
    display: block;
    margin: 0 auto 0 0
  }

  #depoimentos{
    padding: 30px 0 ;
    background: url(../img/depoimentos-bg-mobile.png) center no-repeat;
    background-size: cover;
  }

  #depoimentos .col-md-5 img{
    display: none;
  }

}
