html,
body,
.cover {
    height: 100%;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}
.cover {
    background: url('../images/MarketingLab-home-page.png') center center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    padding: 0 0%;
    box-shadow: inset 0 0 100px #000;
}

.cover-text {
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.cover-text h1, #titulo-cabecalho h1 {
    margin: 0;
    font-size: 60px;
    letter-spacing: -3px;
}

nav.navbar-inverse {
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

/*nav ul li {*/
/*text-transform: uppercase;*/
/*}*/

.testimonial {
    background: #222;
}

blockquote {
    border: none;
    margin: 0;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 32px;
    color: white;
}

blockquote cite {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    margin-top: 40px;
}

section, .testimonial {
    padding: 5%;
}

.navbar-brand {
    margin-top: -22px;
}
h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0 40px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 10px;
}

footer {
    background: #222;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: Georgia, Times, serif;
}

footer a {
    color: #FF4527;
}

#porque_consultar {
    background-color: #222222;
    color: white;
    text-align: center;
}

#porque_consultar .fa-heart-o {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#porque_consultar .fa-pie-chart {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#porque_consultar .fa-wrench {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#porque_nos img {
    margin-top: 30px;
    margin-bottom: 30px;
}

#porque_consultar #titulo1 {
    margin-bottom: 0;
}

#porque_consultar #titulo2 {
    margin: 0px;
    padding-top: 50px;
}

#porque_consultar #corpo {
    padding-top: 100px;
    padding-bottom: 100px;
}

#porque_nos ul li, #redes_sociais ul li {
    border: none;
}
#porque_nos ul {
    list-style: circle;
}

#porque_nos ul li i {
    padding-right: 5px;
}

#signup {
    background-color: rgb(255, 48, 15);
    background-color: rgba(255, 48, 15, 0.9);

    /*background-color: rgba(34,34,34,0.7);*/
    color: #fff;
}

#cabecalho {
    background: url('../images/marketingLab_barra.png') center center no-repeat;
    background-size: cover;
    height: 195px;
    text-align: center;
    box-shadow: inset 0 0 100px #000;

}

#titulo-cabecalho h1 {
    text-align: center;
    padding: 10px 0 10px;
    /*background-color: #82b1ff;*/
    /*background-color: #222;*/
    background-color: rgb(255, 48, 15);
    background-color: rgba(255, 48, 15, 0.9);
    color: white;

}

#redes_sociais {
    padding-top: 40px;
}

#contato i {
    padding-right: 5px;
}

#contato p, #contato h3 {
    text-align: center;
    padding-bottom: 15px;
}

#contato .row {
    padding-bottom: 50px;
}

#contato li {
    border: none;
}

#contato form .btn {
    margin-bottom: 20px;
}

#cultura {

    background-color: #222222;
    color: white;
}

#cultura .col-sm-4 {
    padding-top: 30px;
}

#cultura h3, #cultura p {
    text-align: center;
}
#cultura h3 {
    padding-bottom: 20px;
}

#estrategias, #ondeestamos {
    background-color: #222;
    color: white;
}

#metodologia p:first-child, #estrategias p:first-child, #metodologia h3, #estrategias h3, #estrategias h4 {
    text-align: center;
}

#metodologia h4 {
    font-weight: bold;
}

#metodologia i, #estrategias i {
    padding: 40px 0 20px 0;

}
#direcaoexecutiva {
  text-align: center;
}
#direcaoexecutiva h2 {
    padding-bottom: 20px;
    margin-bottom: 0px;

}
#direcaoexecutiva ul li {
    border: none;
}
#direcaoexecutiva ul li a i {
  color: #222222;
}

.diferenciar {
  display: flex;
  flex-direction: column;
  gap: 10rem;

  justify-content: space-around;
}
.diferenciar-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
.social {
    text-align: center;
}
.social ul li {
    font-size: 3rem;
    text-align: center;
}
.no-flexbox-gap .diferenciar .diferenciar-interior  {
    margin-bottom: 2rem;
}
#redes_sociais ul li {
    width: 20rem;
    text-align:start;
}




/* Media Queries */

@media only screen and (max-width: 568px) {
  .cover h1 {
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 1.5;
  }

  .diferenciar-interior {
    flex-direction: column;
    line-height: 1.5;
  }
  #porque_consultar {
  }
    #redes_sociais ul li {
        text-align:center;
    }
}

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

}










