body table tr td {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #666;
}
body {
  background-color: #ccc;
}
p {
  padding-left: 15px;
}
.verde {
  color: #093;
}
.oscuro {
  color: #333;
}
.blanco,
.tipo {
  color: #fff;
}
.logo-container {
  background-color: #fff;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
  height: 120px;
}
.logo-container:not(first-child) .logo-item {
  padding-left: 15px;
}
.logo-item {
  padding-right: 15px;
  order: 1;
  flex-shrink: 1;
  flex-basis: fit-content;
  width: 33%;
}
.logo-animado {
  width: 75%;
}
.logo-animado:hover {
  width: 300px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.logo-imagen {
  max-width: 100%;
}
