.content {
  float: left;
  width: 100%; }
.content .ajustesimages {
  float: left;
  width: 100%;
  margin: 72px 0 0 0; }
.content .titleHomeContent {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #858484; }
.content p {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: #858484; }
.content .button-red {
  background-color: #CD1D2A;
  border: 1px solid #CD1D2A;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #fff; }

.titlerepresentacoes {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #858484; }

.representacoes {
  float: left;
  width: 100%;
  background-color: #ebeae8; }
.representacoes .imglogos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 0 19px 0;
  height: 151px; }
.representacoes .imglogos .ajusteimageslogos {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out; }
.representacoes .imglogos .ajusteimageslogos:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease-in-out; }

@media (min-width: 75em) {
  .content p {
    float: left;
    width: 100%;
    height: 78px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #858484; } }
