.topo{
  background-color: #1A1A1A;
  background-image: none;
}
.menu_principal_links a{
  color: #ffffff;
}
.paginas_video{
  text-align: center;
  padding: 20px 0 0 0;
}
.paginas_video iframe{
  max-width: 95%;
}
.paginas_conteudo{
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}
.titulo_textos{
  color: #1A1A1A;
  text-align: center;
  font-size: 32px;
  margin: 0 auto;
  width: 1350px;
  max-width: 95%;
  padding: 10px 0 10px 0;
}
.conteudo_texto{
  margin: 0 auto;
  max-width: 1050px;
  font-size: 19px;
  line-height: 32px;
  color: #1A1A1A;
  padding: 20px 30px 40px 30px;
}
.conteudo_mapa{
  float: left;
  width: 50%;
}
.conteudo_mapa iframe{
  width: 500px;
  max-width: 95%;
  height: 300px;
  border: none;
}
.conteudo_texto_2{
  float: left;
  width: 50%;
}
.empresa_redessociais{
  text-align: center;
  font-size: 28px;
  padding-bottom: 70px;
  color: #1A1A1A;
}
.empresa_redessociais_mobile{
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  font-size: 28px;
  padding-bottom: 70px;
  color: #1A1A1A;
  display: none;
}
.empresa_redessociais_mobile a,
.empresa_redessociais a{
  text-decoration: none;
  padding: 0 0 0 10px;
  color: #1DBBDE;
}
.empresa_redessociais_mobile p{
  padding-bottom: 10px;
}
@media screen and (max-width: 960px){
  .logo_principal{
    box-shadow: none;
  }
}
@media screen and (max-width: 720px){
  .conteudo_mapa{
    float: inherit;
    width: 100%;
  }
  .conteudo_mapa iframe{
    width: 100%;
    max-width: 100%;
    height: 300px;
    border: none;
  }
  .conteudo_texto_2{
    float: inherit;
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 520px){
  .paginas_video iframe{
    height: 350px;
  }
  .empresa_redessociais{
    display: none;
  }
  .empresa_redessociais_mobile{
    display: block;
  }
}