@charset "UTF-8";
body {
  font-family: 'Signika', sans-serif;
  margin: 0;
  letter-spacing: .01em; }

p, li {
  color: #353535; }

.layout {
  width: 1300px;
  margin: auto;
  position: relative;
  padding-bottom: 250px; }
  .layout .fondo {
    text-align: center;
    z-index: -100;
    position: absolute;
    bottom: 0;
    width: 100%; }

.interior, .interior-simple {
  width: 1271px;
  margin: auto; }

.interior-simple {
  width: 1100px;
  margin: 0;
  margin-left: 15px; }

header {
  margin: auto; }
  header img {
    display: block; }
  header .menu {
    margin: 0;
    margin-top: 10px;
    background-color: #392f85;
    list-style: none;
    padding: 0;
    display: flex;
    height: 86px;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px; }
    header .menu li a {
      display: block;
      padding-top: 11px;
      padding-bottom: 7px;
      border-bottom: 7px solid #392f85; }
      header .menu li a:hover, header .menu li a.active {
        border-bottom: 7px solid #EC008C; }
    header .menu a {
      display: block;
      color: white;
      text-decoration: none;
      white-space: pre-wrap;
      text-align: center; }
  header .menu + div {
    height: 428px; }
  header .barra {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
    margin-top: 11px; }
    header .barra a {
      text-decoration: none; }
    header .barra span {
      margin-left: 13px;
      font-size: 25px;
      color: #392f85; }
    header .barra div:last-child {
      background-color: #392f85;
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 24px;
      padding: 0 20px;
      padding-top: 1px;
      border-radius: 7px;
      letter-spacing: .075em;
      margin-left: 36px; }

.home-access {
  margin: auto;
  margin-top: 2ex;
  box-sizing: border-box;
  padding-left: 25px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto auto auto; }
  .home-access a {
    display: block;
    margin-top: 1ex; }
  .home-access div.titulo {
    margin-top: 0;
    color: #BA1E69;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap; }
    .home-access div.titulo::after {
      display: block;
      margin-left: 1em;
      position: relative;
      content: " ";
      height: 2px;
      width: 100%;
      background-color: #BBBDBF;
      top: calc(50% - 1px); }

h1 {
  text-transform: uppercase;
  font-size: 22px;
  color: #BA1E69;
  font-weight: normal;
  letter-spacing: .1em;
  margin-top: 4ex; }

.home main.interior {
  box-sizing: border-box;
  padding-left: 25px; }

.home p {
  font-size: 15px;
  max-width: 80%;
  line-height: 135%; }

.page:not(.home) main.interior {
  display: flex;
  align-items: flex-start; }
  .page:not(.home) main.interior > div:first-child {
    margin-left: 25px;
    flex-basis: 100%;
    margin-right: 30px; }
  .page:not(.home) main.interior > div:last-child {
    margin-top: 4ex;
    width: 275px;
    background-color: #FFCB05;
    padding: 15px; }
    .page:not(.home) main.interior > div:last-child h3 {
      color: #BA1E69;
      font-size: 22px;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: normal; }
    .page:not(.home) main.interior > div:last-child h4 {
      font-weight: normal;
      font-size: 16px;
      margin-bottom: 1ex; }
      .page:not(.home) main.interior > div:last-child h4:first-of-type {
        margin-top: 1ex; }
    .page:not(.home) main.interior > div:last-child h5 {
      margin: 0;
      color: #353535; }
    .page:not(.home) main.interior > div:last-child p {
      font-size: 21px;
      margin: 0;
      margin-bottom: 1ex;
      font-weight: bold; }
  .page:not(.home) main.interior h1 {
    display: grid;
    grid-template-columns: min-content auto;
    grid-column-gap: 1em;
    white-space: nowrap; }
    .page:not(.home) main.interior h1::after {
      display: block;
      position: relative;
      content: " ";
      height: 2px;
      width: 100%;
      background-color: #BBBDBF;
      top: calc(50% - 1px); }
  .page:not(.home) main.interior h2 {
    color: #BA1E69;
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase; }
  .page:not(.home) main.interior ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .page:not(.home) main.interior ul li::before {
      content: "•";
      color: #392f85;
      padding-right: .5em;
      font-size: 18px; }

.temario {
  margin-left: 1.5em; }
  .temario h2 {
    margin-top: 3ex;
    margin-bottom: 0ex; }

.inscripcion main > div:first-child h2 {
  font-weight: normal;
  font-size: 19px; }

.inscripcion main > div:first-child h3, .inscripcion main > div:first-child h4 {
  margin-top: 3ex;
  margin-bottom: 0ex;
  color: #BA1E69; }

.inscripcion main > div:first-child h3 {
  font-size: 16px; }

.inscripcion main > div:first-child h4 {
  font-size: 14px; }

.inscripcion main > div:first-child table {
  border: 1px solid #E6E7E8;
  padding: 15px 28px; }
  .inscripcion main > div:first-child table thead th {
    width: 145px;
    height: 54px;
    border-right: 8px solid white;
    border-left: 8px solid white;
    position: relative;
    font-weight: normal;
    font-size: 17px; }
    .inscripcion main > div:first-child table thead th:not(:first-child) {
      color: white; }
    .inscripcion main > div:first-child table thead th::after {
      position: absolute;
      content: " ";
      display: block;
      width: 18px;
      height: 6px;
      mask: url(/images/triangulito.svg) no-repeat;
      -webkit-mask: url(/images/triangulito.svg) no-repeat;
      mask-size: cover;
      bottom: -5px;
      left: calc(50% - 10px); }
    .inscripcion main > div:first-child table thead th:nth-child(1), .inscripcion main > div:first-child table thead th:nth-child(1)::after {
      background-color: #FFCC29; }
    .inscripcion main > div:first-child table thead th:nth-child(2), .inscripcion main > div:first-child table thead th:nth-child(2)::after {
      background-color: #EC268F; }
    .inscripcion main > div:first-child table thead th:nth-child(3), .inscripcion main > div:first-child table thead th:nth-child(3)::after {
      background-color: #0071B9; }
    .inscripcion main > div:first-child table thead th:nth-child(4), .inscripcion main > div:first-child table thead th:nth-child(4)::after {
      background-color: #57BB6B; }
    .inscripcion main > div:first-child table thead th:nth-child(5), .inscripcion main > div:first-child table thead th:nth-child(5)::after {
      background-color: #F58634; }
    .inscripcion main > div:first-child table thead th:first-child {
      border-left: none; }
    .inscripcion main > div:first-child table thead th:last-child {
      border-right: none; }
  .inscripcion main > div:first-child table tbody tr:nth-child(even) {
    background-color: #EFEFF0; }
  .inscripcion main > div:first-child table tbody tr:first-child td {
    padding-top: 20px; }
  .inscripcion main > div:first-child table tbody td {
    height: 23px;
    border-bottom: 8px solid white;
    text-align: center;
    white-space: pre; }
  .inscripcion main > div:first-child table tbody td:first-child {
    padding-left: 1em;
    text-align: left; }
  .inscripcion main > div:first-child table tbody tr:last-child td {
    border-bottom: none; }

.trabajos a.btn {
  margin: 0;
  text-decoration: none;
  color: white;
  background-color: #392f85;
  text-decoration: none;
  font-size: 18px;
  padding: 0 .5em;
  line-height: 34px;
  display: block;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); }

.trabajos main h1 {
  display: grid;
  grid-template-columns: min-content auto;
  grid-column-gap: 1em;
  white-space: nowrap; }
  .trabajos main h1::after {
    display: block;
    position: relative;
    content: " ";
    height: 2px;
    width: 100%;
    background-color: #BBBDBF;
    top: calc(50% - 1px); }

.informacion-general h2 {
  margin-top: 3ex;
  margin-bottom: 0; }

.informacion-general p {
  margin-top: .2ex; }

.reglamento h2 {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: .02em; }

.reglamento h4 {
  line-height: 150%; }

.reglamento h3 {
  color: #BA1E69; }

.autoridades h2 {
  margin-top: 4ex;
  font-weight: normal;
  font-size: 19px; }

.autoridades h2 + h2 {
  margin-top: 0; }

.autoridades p > b {
  color: #666; }

.autoridades .integrantes {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-column-gap: .25em; }
  .autoridades .integrantes p {
    margin: 0;
    line-height: 200%; }
  .autoridades .integrantes p:not(:first-child) {
    grid-column-start: 2; }

.auspicios p {
  text-align: center;
  font-size: 18px;
  margin-top: 4ex; }

.sede h2 {
  color: #392f85;
  margin-bottom: 1ex; }

.sede h3 {
  margin-top: 0; }

.sede div.fotos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .sede div.fotos img {
    display: block;
    margin: 15px; }

.sede div#mapa {
  width: 760px;
  height: 300px;
  margin-top: 4ex; }

.programa main > div:first-child {
  margin-left: 25px;
  margin-right: 25px; }
  .programa main > div:first-child .mt40, .programa main > div:first-child h2:not(:first-of-type), .programa main > div:first-child h3:not(:first-of-type) {
    margin-top: 40px; }
  .programa main > div:first-child h3 {
    font-size: 16px;
    color: #392f85; }
  .programa main > div:first-child table {
    border-collapse: collapse; }
  .programa main > div:first-child table td p {
    margin: 0; }
  .programa main > div:first-child table.programa td {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
  .programa main > div:first-child table.programa td:first-child:not([colspan]) {
    font-size: 14px;
    padding-right: 1em; }
  .programa main > div:first-child table.tp {
    margin: 16px 0; }
    .programa main > div:first-child table.tp td {
      padding-right: 2em; }
  .programa main > div:first-child h1 {
    display: grid;
    grid-template-columns: min-content auto;
    grid-column-gap: 1em;
    white-space: nowrap; }
    .programa main > div:first-child h1::after {
      display: block;
      position: relative;
      content: " ";
      height: 2px;
      width: 100%;
      background-color: #BBBDBF;
      top: calc(50% - 1px); }
  .programa main > div:first-child ul.dias {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: left;
    margin: 0 -9px; }
    .programa main > div:first-child ul.dias li {
      margin: 0 9px;
      border-bottom: 5px solid white; }
      .programa main > div:first-child ul.dias li a {
        display: block;
        text-align: center;
        color: #BA1E69;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 34px;
        padding: 0 1em;
        text-decoration: none; }
        .programa main > div:first-child ul.dias li a.on, .programa main > div:first-child ul.dias li a:hover {
          background-color: #BA1E69;
          color: white; }
  .programa main > div:first-child a.btn {
    margin: 0;
    text-decoration: none;
    color: white;
    background-color: #392f85;
    text-decoration: none;
    font-size: 18px;
    padding: 0 .5em;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  .programa main > div:first-child a.linksesiones {
    display: inline-block;
    margin-left: 1em;
    text-transform: uppercase; }

main .sponsors {
  margin: 0 25px; }
  main .sponsors h1 {
    border-bottom: 1px solid #BA1E69;
    margin-bottom: 0; }
    main .sponsors h1:not(:first-child) {
      margin-top: 0; }
  main .sponsors > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-color: white; }
    main .sponsors > div img {
      margin: 35px 40px; }

.section.trabajos main > div {
  margin: 0 25px; }

.section.trabajos main h2 {
  font-size: 16px;
  color: #392f85; }
