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

body{
  background: #f2cb31!important;
}

body, html {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.intro-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/intro-bg.jpg) no-repeat center center;
  background-size: cover;
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-social-buttons i {
  font-size: 80%;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #f2cb31;
  border-bottom: 1px solid #f2cb31;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #f2cb31;
}

.section-heading-spacer-inverse {
  float: left;
  width: 200px;
  border-top: 3px solid #A58711;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}

p.copyright {
  margin: 15px 0 0;
}

.padding-top-42 {
  padding-top: 42px;
}
#rev_slider_12_1_wrapper{
  margin-bottom: 5px;
  background: #fff;
}

.bg-chamadas{  
  padding: 0px 0 40px 0;
}

.box-chamada{
  text-align: center;
}

.box-chamada i{
  font-size: 40px;
  color: #72673A;
}

.box-chamada p{
  font-size: 1.25rem;
  color: #72673A;
}

.chamada-ag{
  background: url(../images/bg-agencia-de-comunicacao-chamada.jpg) no-repeat;
  height: 300px;
  color: #fff;
  text-align: center;
}

.chamada-ag h2{
  padding-top: 110px;
}

.site-wrap {
  max-width: 700px;
  margin: 70px auto;
  background:white;
  padding:40px;
  text-align: justify;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  transform: scale(0.98);
  transition: transform 0.5s;
}

body.fixed-nav .site-wrap {
  transform: scale(1);
}


nav {
  background:#f2cb31;
  top:0;
  width: 100%;
  transition:all 0.5s;
  position: relative;
  z-index: 99;
}

body.fixed-nav nav {
  position: fixed;
  box-shadow:0 5px 0 rgba(0,0,0,0.1);
}

nav ul {
  margin: 0;
  padding:0;
  list-style: none;
  display:flex;
}

nav li {
  flex:1;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

li.logo {
  max-width:0;
  overflow: hidden;
  background: white;
  transition: all 0.5s;
  font-weight: 600;
  
}

li.logo a {
  color:black;
  font-size: 14px;
}

.fixed-nav li.logo {
  max-width:500px;
}

nav a {
  text-decoration: none;
  padding:10px;
  display: inline-block;
  color:#726017;
  transition:all 0.2s;
  text-transform: uppercase;
}


#contact .contact-form {
    background: rgba(242, 203, 49, 0.83);
    padding: 20px;
    margin-top: 130px;
}

#contact .container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.box-formulario{
  margin-left: 40%;
}

.contact-form h4{
  font-size: 18px;
}

.box-clientes{
  padding: 50px 0px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 920px){
  nav li {
  font-size: 10px;
  }

  li.logo {
    display: none;
    
  }

}

@media screen and (max-width: 660px){
  .chamada-ag h2 {    
    font-size: 19px;
  }
  .chamada-ag h4 {    
    font-size: 14px;
  }
}


@media screen and (max-width: 580px){
  .box-formulario{
    margin-left: 0%;
  }
}

@media screen and (max-width: 420px){
  .tp-caption{
    font-size: 20px!important;
  }
  #slide-29-layer-2{
    font-size: 16px!important;
  }
  .logo-img img{
    height: 70px!important;
    background: rgba(255, 255, 255, 0.72);
  }
}