.logo {
  text-align: center;
}

.logo-main {
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-size: 130%;
}

.logo-secondary {
  font-size: medium;
}

.caption-content-secundary {
  text-transform: none !important;
  font-size: 150% !important;
}

/* ********************** */
@media only screen and (max-width: 767px) {
  .logo-main {
    font-size: 110%;
  }

  .logo-secondary {
    font-size: small;
  }

  .caption-content-secundary {
    font-size: 120% !important;
    text-align: center;
    padding: 0 10px;
  }
}
