.logo-siroco {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  position: relative;
  /* top: 23px; */
  right: -64px;
  bottom: 40px; }
  @media (max-width: 1199px) {
    .logo-siroco {
      position: relative;
      bottom: 0;
      left: -14px;
      margin: auto; } }
  @media (max-width: 575px) {
    .logo-siroco {
      position: absolute;
      bottom: 0;
      right: -100px;
      margin: auto; } }
  @media (max-width: 456px) {
    .logo-siroco {
      position: absolute;
      right: -590%; } }

.lang-en {
  background-image: url("../images/flag/en.png");
  background-repeat: no-repeat;
  height: 17px;
  width: 23px;
  display: block; }

.lang-pt {
  background-image: url("../images/flag/pt.png");
  background-repeat: no-repeat;
  height: 17px;
  width: 23px;
  display: block; }

.contacts-information {
  margin-bottom: 82px;
  min-height: 200px; }
  .contacts-information p {
    line-height: 50px; }
