.congreso header nav li:nth-of-type(4) a {
  background: white;
  color: #2066a5;
  box-shadow: none;
}

body p,
body h3,
figcaption {
  color: #404040;
}

.all {
  position: relative;
}

main > header {
  z-index: 12;
  position: relative;
}

#menu {
  position: fixed;
  z-index: 10;
  background: #2066a5;
  margin: 0;
  width: 180px;
  top: 200px;
  margin-top: 22px;
  transition: all 0.2s ease;
}
#menu.hidden {
  margin-left: -180px;
}
#menu.mobile {
  top: 0px;
}
#menu.fixed {
  top: 0px;
  margin-top: 20px;
}
#menu ul {
  list-style: none;
  padding: 10px 20px;
}
#menu ul li {
  margin-bottom: 15px;
}
#menu ul a {
  color: white;
}
#menu .btn {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -50px;
  background: #2066a5;
  padding: 10px;
}
#menu .btn:focus {
  outline: none;
}
#menu .btn img {
  width: 30px;
  height: 30px;
  filter: invert(99%) sepia(0%) saturate(188%) hue-rotate(223deg) brightness(117%) contrast(100%);
}

.congreso #intro div {
  display: flex;
}
.congreso #intro h1 {
  margin: 0;
  font-size: 2em;
  display: inline-block;
  font-weight: 200;
}
.congreso #intro h1 span {
  background: #cc2ea3;
  color: white;
  display: inline;
  padding: 0 5px;
  line-height: 1.5em;
}
.congreso #intro h2 {
  box-sizing: border-box;
  width: 580px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 30px 0;
  background: none;
  border-radius: 0;
  color: black;
}

.yt {
  position: relative;
  padding-bottom: 56.1%;
  height: 0;
  overflow: hidden;
}
.yt iframe,
.yt object,
.yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.congreso section > div > h2 {
  background: #2066a5;
  color: white;
  font-size: 1.8em;
  text-align: center;
  margin: 0 auto 1em;
  font-weight: 200;
  border-radius: 2em;
  padding: 0.3em;
}

.congreso section > div article {
  display: flex;
  border-radius: 2em;
  margin: 1em auto;
  padding: 1em 2em;
  align-items: center;
}
.congreso section > div article h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.4em;
  color: #2066a5;
}
.congreso section > div article figure {
  flex-grow: 1;
  flex-shrink: 0;
  width: 200px;
  flex-grow: 1;
  text-align: center;
  margin-right: 2em;
}
.congreso section > div article figure figcaption {
  font-weight: 200;
  margin-top: 0.8em;
  font-size: 1.2em;
}
.congreso section > div article figure figcaption img {
  margin: 10px auto;
}
.congreso section > div article figure figcaption br {
  display: none;
}
.congreso section > div article:nth-of-type(2n) {
  background: #f2f2f2;
  flex-direction: row-reverse;
}
.congreso section > div article:nth-of-type(2n) figure {
  margin: 0 0 0 2em;
}

#interview > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#interview > div h2 {
  width: 100%;
}
#interview > div article {
  width: 40%;
  margin: 0;
  justify-content: center;
  flex-direction: column;
}
#interview > div article figure {
  margin: auto;
}

#paneles > div {
  justify-content: center;
}
#paneles > div > h2 {
  margin: 0 0 10px;
}
#paneles > div > div {
  background: #f2f2f2;
  border-radius: 2em;
  padding: 1em;
  margin-bottom: 2em;
}
#paneles > div > div > h3 {
  text-align: center;
  margin: auto;
  background: #cc2ea3;
  color: white;
  border-radius: 2em;
  display: block;
  width: auto;
  padding: 5px;
  margin: 0;
  line-height: 1.5em;
}
#paneles > div article:nth-of-type(2n) {
  background: #ffffff;
  flex-direction: row-reverse;
}
#paneles > div article:nth-of-type(2n) figure {
  margin: 0 0 0 2em;
}

#perfiles div {
  display: flex;
  flex-wrap: wrap;
}
#perfiles div h2 {
  width: 100%;
}
#perfiles div figure {
  width: 22%;
  padding: 10px;
  text-align: center;
}
#perfiles div figure h3 {
  height: 2em;
}
#perfiles div figure img {
  margin: 0 auto 20px;
  filter: invert(27%) sepia(83%) saturate(1410%) hue-rotate(284deg) brightness(98%) contrast(104%);
}
#perfiles div .boton img {
  margin-right: 10px;
}

.boton {
  width: 100%;
  text-align: center;
}
.boton a {
  background: #f2f2f2;
  padding: 20px;
  text-decoration: none;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.boton a img {
  width: 30px;
}
.boton a:hover {
  background: #cc2ea3;
  color: white;
}

.large {
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
}

#programa .boton img {
  margin-right: 10px;
}

#inscripcion {
  margin-bottom: 7em;
  background: #f2f2f2;
  border-radius: 15px;
}
#inscripcion .boton a {
  border: 1px solid #cc2ea3;
}
#inscripcion .boton img {
  filter: invert(32%) sepia(66%) saturate(4034%) hue-rotate(294deg) brightness(83%) contrast(91%);
}
#inscripcion .boton img {
  margin-left: 10px;
}
#inscripcion .boton:hover img {
  filter: invert(93%) sepia(47%) saturate(7484%) hue-rotate(187deg) brightness(126%) contrast(108%);
}

#aus {
  background: linear-gradient(133deg, #000045 0%, #2066a5 100%);
}
#aus img {
  display: block;
  margin: auto;
}

@media (max-width: 800px) {
  .congreso #intro div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .congreso #intro div h1 {
    margin-bottom: 20px;
  }
  .congreso #intro div h2 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #perfiles div figure {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #perfiles div figure h3 {
    text-align: left;
  }
}
@media (max-width: 680px) {
  #interview > div article {
    width: 100%;
  }
  #interview > div article figure {
    display: flex;
    width: auto !important;
    align-items: center;
  }
  #interview > div article figure img {
    margin-right: 10px;
  }
}
@media (max-width: 560px) {
  .congreso section > div article,
.congreso section > div article:nth-of-type(2n),
#paneles > div article:nth-of-type(2n) {
    flex-direction: column;
  }
  .congreso section > div article figure,
.congreso section > div article:nth-of-type(2n) figure,
#paneles > div article:nth-of-type(2n) figure {
    margin: 0 auto 20px;
  }
  .congreso section > div article h3,
.congreso section > div article:nth-of-type(2n) h3,
#paneles > div article:nth-of-type(2n) h3 {
    text-align: center;
  }
  .congreso section > div article p,
.congreso section > div article:nth-of-type(2n) p,
#paneles > div article:nth-of-type(2n) p {
    text-align: justify;
  }

  #interview > div article figure {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .congreso section > div article p,
.congreso section > div article:nth-of-type(2n) p,
#paneles > div article:nth-of-type(2n) p {
    text-align: left;
  }

  #perfiles div figure {
    flex-direction: column;
  }
  #perfiles div figure h3 {
    text-align: center;
  }
}
/* */

/*# sourceMappingURL=congreso.css.map */
