@font-face {
  font-family: logoFont;
  src: url(../fonts/Helvetica/HelveticaNeue-ThinItalic.otf);
}

@font-face {
  font-family: helveticaNormal;
  src: url(../fonts/Helvetica/HelveticaNeue-Condensed.otf);
}

@font-face {
  font-family: helveticaBold;
  src: url(../fonts/Helvetica/HelveticaNeue-Black.otf);
}

@font-face {
  font-family: helveticaLight;
  src: url(../fonts/Helvetica/HelveticaNeueLight.ttf);
}

@font-face {
  font-family: helveticaItalic;
  src: url(../fonts/Helvetica/HelveticaNeueItalic.ttf);
}

@font-face {
  font-family: helveticaMedium;
  src: url(../fonts/Helvetica/HelveticaNeueMedium.ttf);
}

@font-face {
  font-family: helveticaCondensedBold;
  src: url(../fonts/Helvetica/HelveticaNeue-BlackCond.otf);
}

* {
  font-family: logoFont;
  /* border: 1px solid #f00 !important; */
}

/* cores:
    font: #313133;
    laranja: #f2730d
*/

.logoTitle {
  display: flex;
  margin-top: 55px;
}

.logoTitle h1 {
  margin: auto 0 auto 15px;
  color: #313133;
}

.navButtonShow {
  float: right;
  margin-top: 55px;
}

.navButtonShow a:visited {
  color: #f2730d;
}

.navButtonShow a:link {
  color: #f2730d;
}

.linkPtEn {
  text-align: end;
  width: 100%;
}

.linkPtEn a {
  text-decoration: none;
  color: #313133;
}

.linkPtEn a:link {
  text-decoration: none;
  color: #313133;
}

.linkPtEn a:hover {
  text-decoration: none;
  color: #f2730d;
}

.banner {
  position: relative;
  min-width: 100%;
  min-height: 11.58cm;
  background-image: url("../images/banner-header.jpg");
}

.text-center-banner {
  position: absolute;
  top: 50%; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(
    -50%,
    -50%
  ); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
  text-align: center;
  color: #313133;
  font-family: helveticaNormal;
}
.text-center-banner p {
  font-family: helveticaLight;
}
.text-center-banner a {
  font-weight: bold;
  text-decoration: underline;
  color: #313133;
  font-family: helveticaBold;
}
.menu-right-banner ul {
  position: absolute;
  right: 4.7%;
  top: 6%;
  list-style-type: none;
}
.menu-right-banner li {
  text-align: right;
  font-weight: 600;
  font-family: helveticaItalic;
}
.menu-right-banner li a {
  color: #313133;
  text-decoration: none;
}
.menu-right-banner li a:hover {
  /* color: #5f5f45 */
  color: #f2730d;
}
#a-empresa {
  padding-top: 40px;
  padding-left: 22.63%;
  padding-right: 22.63%;
}
#a-empresa h4 {
  font-family: helveticaLight;
  margin-bottom: 10%;
}
#a-empresa p#a-empresa-p {
  font-family: helveticaMedium;
  font-weight: bold;
  text-align: center;
}
#a-empresa #a-empresa-texto p {
  font-family: helveticaLight;
  line-height: 2;
  text-align: justify;
}
#a-empresa #a-empresa-texto img {
  float: left;
}
#a-equipe-title {
  margin-top: 25px;

  font-family: helveticaMedium;
  font-weight: bold;
  text-align: center;
}
#a-equipe-frase {
  font-family: helveticaLight;
  text-align: center;
  padding-bottom: 50px;
}
#roberta-moreira {
  background-color: #f5f5f6;
}
#roberta-title-nome {
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#ceo-people-quality {
  font-family: helveticaCondensedBold;
  text-align: center;
  color: #5a5b5e;
}
#roberta-moreira ul {
  padding-left: 22.63%;
  padding-right: 22.63%;
}
#roberta-moreira ul li {
  margin-bottom: 35px;
}
#roberta-moreira ul li p {
  font-family: helveticaLight;
  text-align: justify;
  line-height: 2.3;
}
#meu-obj-texto {
  color: #fff;
  font-family: helveticaLight;
  text-align: justify;
}
#valores {
  background-color: #f5f5f6;
}
#valores-texto {
  padding-left: 22.63%;
  padding-right: 22.63%;
}
#valores-texto p {
  font-family: helveticaLight;
  text-align: justify;
  line-height: 2;
  margin-bottom: 35px;
}
#valores-title {
  background-color: #f5f5f6;
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#servicos-title {
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#servicos ul {
  padding-left: 22.63%;
  padding-right: 22.63%;
  margin-top: 45px;
}
#servicos ul li {
  cursor: pointer;
}
#servicos .servicos-texto {
  font-family: helveticaLight;
}
.subitem {
  padding-left: 30px;
  display: none;
}
#como-trabalhamos {
  padding-bottom: 30px;
}
#como-trabalhamos .como-trabalhamos-texto {
  font-family: helveticaLight;
  text-align: center;
}
#como-trabalhamos-title {
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#como-trabalhamos-retangulo {
  min-height: 20px;
  border-top: 1px solid #f2730d;
  border-left: 1px solid #f2730d;
  border-right: 1px solid #f2730d;
  margin-left: 22.63%;
  margin-right: 22.63%;
}
#o-poder {
  background-color: #f5f5f6;
}
#o-poder-title {
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#o-poder-texto {
  margin-top: 20px;
  margin-left: 22.63%;
  margin-right: 22.63%;
}
#o-poder-texto p {
  font-family: helveticaLight;
  line-height: 2.1;
  padding-right: 10px;
  text-align: justify;
}
#onde-atuamos-title {
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#onde-atuamos-texto {
  margin-left: 22.63%;
  margin-right: 22.63%;
}
#onde-atuamos-texto p {
  font-family: helveticaLight;
  line-height: 2.2;
  text-align: justify;
  padding-right: 55px;
}
#depoimentos-title {
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
.baloes {
 
}
.balao {
  min-width: 350px;
  border: 2px solid #f2730d;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  flex: 0 0 auto;
}
.triangle {
  position: absolute;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  /* border-right: 20px solid transparent; */
  border-top: 20px solid #f2730d;
  bottom: -20px;
  right: 26px;
  position: absolute;
}
.depoimentos-balao-title {
  font-family: helveticaMedium;
  text-align: center;
  margin-top: 25px;
}
.depoimentos-balao-texto {
  font-family: helveticaLight;
  text-align: justify;
  padding: 0 15% 0 22.5%;
}
#localizacao-contato-title {
  margin-top: 55px;
  padding-top: 50px;
  text-align: center;
  font-family: helveticaMedium;
  font-weight: bold;
}
#col-texto-mapa {
  padding-left: 15%;
  /* margin-left: 22.63%; */ /* margin-right: 22.63%; */
}
#texto-mapa p {
  font-family: helveticaLight;
}
#formulario-contato {
  margin-top: 75px;
  /* padding-left: 12%; */ /* margin-left: 22.63%; 
  margin-right: 22.63%; */
}
.form-control {
  border-color: #f2730d;
}
#enviar {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #f2730d;
  font-family: helveticaLight;
  transition: 0.5s;
}
#enviar:hover {
  background-color: #ddd;
}
#rodape-informacoes {
  background-color: #eeeeef;
}
#rodape-informacoes-content {
  display: flex;
  /* margin-left: 22.63%;
  margin-right: 22.63%; */
}
.menu-rodape-menu ul {
  list-style-type: none;
}
.menu-rodape-menu li {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: helveticaItalic;
}
.menu-rodape-menu li a {
  color: #313133;
  text-decoration: none;
}
.menu-rodape-menu li a:hover {
  /* color: #5f5f45 */
  color: #f2730d;
}
#rodape-title-contato {
  font-family: helveticaMedium;
}
#direitos-rodape p {
  font-family: helveticaLight;
}
#div-logo-title {
  /* padding-left: 65px;
  padding-right: 65px; */
  margin-bottom: 45px;
}
#figcap-balao {
  position: absolute;
  top: 25px;
  width: 40%;
  left: 13%;
}
div#roberta-moreira img {
  width: 100%;
  height: auto;
}
#pratinho {
  position: absolute;
  z-index: -1;
  top: 150px;
  right: 0;
}
@media only screen and (max-width: 1350px) {
  #figure-balao {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #div-logo-title {
    padding: 0;
  }
  #a-empresa {
    padding: 40px 10px;
  }
  #roberta-moreira ul {
    padding: 0 25px;
  }
  #figcap-balao {
    position: absolute;
    top: 20px;
    width: 70%;
    left: 19%;
    font-size: 13px;
  }
  #equipe-meninas {
    padding: 0 25px;
  }
  #valores-texto {
    padding: 0 25px;
  }
  #o-poder-texto {
    margin: 0 15px;
  }
  #onde-atuamos-texto {
    margin: 0 15px;
  }
  #rodape-informacoes-content {
    margin: 0 15px;
  }
  #email-contato {
    font-size: 80%;
  }
  #formulario-contato {
    padding: 0;
  }
  .navButtonShow {
    float: right;
    margin-top: 0;
  }
  .menu-right-banner {
    display: none;
  }
  .menu-right-banner ul {
    margin-top: -20px;
  }
}


@media only screen and (max-width: 900px) {
  .menina {
    justify-content: center
  }
  .menina .menina-legend {
    text-align: center
  }
}

.menina {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;

}

.menina img {
  margin-right: 15px;
}