.congreso {
  width: 100%;
}
.congreso .titulo {
  font-size: 1.6rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
  .congreso .recuadro {
    position: relative;
      top: 0; left: 0;
    width: 17rem;
      max-width: 100%;
    height: auto;
  }

.congreso .titulo-movil.recuadro {
  width: 100%; height: 100%;
}

.congreso .titulo-congreso {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  margin: 1rem;
  text-align: center;
}
.congreso .logo-congreso {
  display: flex;
    justify-content: center;
    align-items: flex-start;

  max-width: 500px;
}
  .congreso .logo-congreso img {
    width: 100%;
  }



/* Small devices (tablets, 768px and down) */
@media only screen and (max-width: 768px) {
  .congreso .titulo, .congreso .titulo-movil {
    text-align: center;
  }
    .congreso .titulo-movil h1 {
      font-size: 1.8rem;
    }
}

@media only screen and (max-width: 486px) {

}
