* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?43sccx');
  src: url('fonts/icomoon.eot?43sccx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?43sccx') format('truetype'),
    url('fonts/icomoon.woff?43sccx') format('woff'),
    url('fonts/icomoon.svg?43sccx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
  content: "\e900";
}

.icon-sociedad:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-next:before {
  content: "\e907";
}

.icon-prev:before {
  content: "\e908";
}

.icon-apply:before {
  content: "\e909";
}

.icon-contact:before {
  content: "\e90a";
}

.icon-people:before {
  content: "\e90b";
}

.icon-microphone:before {
  content: "\e90c";
}

.icon-calendar:before {
  content: "\e90d";
}

.icon-target:before {
  content: "\e90e";
}

.icon-home:before {
  content: "\e90f";
}

html {
  width: 100%;
  min-height: 100vh;
}

body {
  font-size: 22px;
  display: block;
  width: 100%;
  min-height: 100vh;
}

p {
  text-align: justify;
}

h1 {
  font-family: 'Sedgwick Ave', cursive;
}

h2 {
  font-family: 'Sedgwick Ave', cursive;
}

a {}

ol {}

li {}

ul {}

/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.row:after, .clearfix:after, .container12:after, .container16:after {
  clear: both;
}

/* For IE7. Move this to separate file when you notice some problems */
.row, .clearfix {
  zoom: 1;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

.cabecera {
  display: block;
  width: 100%;
  min-height: 100%;
  background: url(img/fondo-hone.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
}


aside {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

aside ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  list-style: none;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

aside.black ul {
  background: rgb(0, 0, 0);
}

aside.black .logo {
  font-size: 2em;
}

aside ul li {
  display: inline-block;
  padding: 20px;
}

aside ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 0.9em;
}

.menu-icon {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  box-sizing: border-box;
  cursor: pointer;
  color: rgb(255, 255, 255);
  display: none;
  font-size: 2.5em;
  padding-top: 0.5em;
  padding-right: 0.5em;
}

.btns-menu {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}

.btn-menu a:link {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(116, 0, 208, 0);
  font-size: 0.85em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0.5em;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
}

.btn-menu a:visited {
  color: rgb(255, 255, 255);
}

.btn-menu a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(116, 0, 208, 1);
}

.btn-menu a:active {
  color: rgb(255, 255, 255);
}

.btn-menu2 a:link {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(0, 219, 215, 1);
  font-size: 0.85em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0.5em;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
}

.btn-menu2 a:visited {
  color: rgb(255, 255, 255);
}

.btn-menu2 a:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(116, 0, 208, 1);
}

.btn-menu2 a:active {
  color: rgb(255, 255, 255);
}

.sizeicomenu {
  font-size: 0.9em;
  margin-right: 0.5em;
}

.sizeicomenu2 {
  font-size: 0.9em;
  margin-left: 0.5em;
}

.contenedor-general {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  justify-content: center;
}

.seccion-logos {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  margin-top: 3em;
  justify-content: flex-end;
  color: rgb(255, 255, 255);
  align-items: center;
}

.logo-sociedad {
  font-size: 6em;
}

.logo-up {
  font-size: 13em;
  display: block;
  margin: 0.1em;
  line-height: 0.1em;
}

.seccion-titular {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 10em;
}

.titular-color {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d2e83+0,0086ff+100&0.95+0,0.95+100 */
  background: -moz-linear-gradient(top, rgba(45, 46, 131, 0.95) 0%, rgba(0, 134, 255, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 46, 131, 0.95) 0%, rgba(0, 134, 255, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 46, 131, 0.95) 0%, rgba(0, 134, 255, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f22d2e83', endColorstr='#f20086ff', GradientType=0);
  /* IE6-9 */
  padding: 1em;
  flex-direction: column;
}

.logo-cidec {
  display: block;
  width: 30em;
}

.bold {
  font-weight: 700;
}

.titular1 {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 2em;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
}

.fecha-titular {
  display: flex;
  background: #2D2E83;
  width: 10em;
  justify-content: center;
  font-family: 'Exo 2', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
}

.secciont-btn-inscripcion {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 50%;
  padding-left: 2em;
}

.btn-inscripciones2 a:link {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(0, 219, 215, 1);
  font-size: 0.85em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0.5em;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
  width: 15em;
  margin-bottom: 2em;
  font-size: 1.2em;
  justify-content: center;
  font-weight: 700;
}

.btn-inscripciones2 a:visited {
  color: rgb(255, 255, 255);
}

.btn-inscripciones2 a:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(116, 0, 208, 1);
}

.btn-inscripciones2 a:active {
  color: rgb(255, 255, 255);
}

#evento {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: rgb(255, 255, 255);
  padding-top: 3em;
  padding-bottom: 3em;
}

.titulo-cuerpo {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}

#organizadores {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: rgb(45, 46, 131);
  padding-top: 3em;
  padding-bottom: 3em;
}

.isotitulo {
  padding-right: 0.5em;
}

.torganizador {
  background: #00DBFF;
  color: rgb(45, 46, 131);
  width: 15em;
  margin: 0 auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  text-transform: uppercase;
}

.tpanel {
  background: #0086FF;
  color: rgb(255, 255, 255);
  width: 15em;
  margin: 0 auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 2em;
  text-transform: uppercase;
}
.tslide {
  background: #0086FF;
  color: rgb(255, 255, 255);
  width: 15em;
  margin: 0 auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.tinscripciones {
  color: rgb(255, 255, 255);
  width: 15em;
  margin: 0 auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 2em;
  text-transform: uppercase;
  border: 1px solid rgb(255, 255, 255);
}

.texpo {
  background: #00DBFF;
  color: rgb(255, 255, 255);
  width: 15em;
  margin: 0 auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 2em;
  text-transform: uppercase;
}

.columa2 {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  width: 50%;
  padding: 3em;
}

.logoup-organizadores {
  text-align: center;
  display: block;
  width: 14em;
  margin: 0 auto;
  margin-bottom: 1em;
}

.logosociedad-organizadores {
  text-align: center;
  display: block;
  width: 5em;
  margin: 0 auto;
}

#paneles {
  display: block;
  width: 100%;
  min-height: 100%;
  background: url(img/fondo-panel.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8em;
  padding-bottom: 8em;
}

#expositores {
  display: block;
  width: 100%;
  min-height: 100%;
  background: rgb(255, 255, 255);
  padding-top: 4em;
  padding-bottom: 4em;
}

#moderadores {
  display: block;
  width: 100%;
  min-height: 100%;
  background: rgb(255, 255, 255);
  padding-top: 4em;
  padding-bottom: 4em;
}

.panel {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 30%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.icono-panel {
  display: block;
  width: 10em;
}

.bajada-panel {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  color: #001B60;
  padding: 0.5em;
}

.expositor {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background: #2D2E83;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  width: 22%;
  margin: 1em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 4px solid #00DBFF;
}
.info-expositor{
}
.foto-expositor{
  display: block;
  width: 12em;
  margin: 0 auto;
}
.nombre-expositor{
  display: block;
  width: 100%;
  color: #00DBFF;
  border-bottom: 1px solid  #00DBFF;
  font-weight: 700;
  text-transform: uppercase;
}
.data-expositor{
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  font-style: italic;
}
.secc-btn-expositor{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  box-sizing: border-box;
}


.btn-leermas a:link{
  background-color: #00DBFF;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-decoration:none;
  font-weight: 700;
  color: #2D2E83;
}
.btn-leermas a:visited{
  color: #2D2E83;
}
.btn-leermas a:hover{
  color: #2D2E83;
}
.btn-leermas a:active{
  color: #2D2E83;
}

#inscripciones{
  display: block;
  width: 100%;
  min-height: 100%;
  background: url(img/fondo-inscripciones.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8em;
  padding-bottom: 8em;
}
.contenedor-campos{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 90%;
  justify-content: center;
}

.campo-llenar{
  display: block;
  width: 25%;
  border: 1px solid rgb(255, 255, 255);
  height: 3em;
  color: rgb(255, 255, 255);
  background: #354094;
  background-color: #354094;
  margin: 1em;
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 0.5em;
font-size: 0.8em;
}
.campo-autorizaciones{
  display: block;
  box-sizing: border-box;
  width: 80%;
  color: rgb(255, 255, 255);
  margin-top: 1em;
}
.autorizacion{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 1em;
  font-size: 0.8em;
}
.texto-autorizacion{
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  width: 70%;
}
.marcar-autorizacion{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.text-opcion{
  padding-left: 0.4em;
  padding-right: 1em;
}

.seccion-enviar{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  padding: 1em;
}

.btn-send {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(0, 219, 215, 1);
    font-size: 0.85em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin: 0.5em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    transition: ease 0.5s all;
    width: 15em;
    font-size: 1.2em;
    justify-content: center;
    font-weight: 700;
}

.btn-enviar a:visited {
  color: rgb(255, 255, 255);
}

.btn-enviar a:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(116, 0, 208, 1);
}

.btn-enviar a:active {
  color: rgb(255, 255, 255);
}

.terminos-condiciones a:link{
  color: rgb(255, 255, 255);
  font-size: 0.7em;
}
.terminos-condiciones a:visited{
  color: rgb(255, 255, 255);
}
.terminos-condiciones a:hover{
  color: rgb(255, 255, 255);
}
.terminos-condiciones a:active{}


footer{
  display: block;
  width: 100%;
  background: rgb(0, 0, 0);
  padding: 2em;
  box-sizing: border-box;
}
.organiza{
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 0.9em;
  width: 100%;
}
.links-footer{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  padding-top: 1em;
}
.redes{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  border-right: 1px solid rgb(255, 255, 255);
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.web{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  padding-left: 0.5em;
}

.web a:link{
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-decoration: none;
}
.web a:visited{
  color: rgb(255, 255, 255);
}
.web a:hover{
  color: rgb(0, 255, 247);
}
.web a:active{}

  .red a:link{
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    margin: 0.3em;
  }
  .red a:visited{
    color: rgb(255, 255, 255);
  }
  .red a:hover{
    color: rgb(0, 255, 247);
  }
  .red a:active{}


.contenedor-abierto{
  display: block;
  width: 100%;
  padding: 1em;
  background: #2D2E83;
  box-sizing: border-box;
}

.seccionfotoabierto{
  display: block;
  width: 100%;
}
.foto-abierto{
  width: 12em;
  margin-bottom: 0.5em;
}
.nombre-abierto{
  display: block;
  font-size: 2.8em;
  color: rgb(0, 255, 247);
  margin-bottom: 0.5em;
}

.cargoabierto{
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  font-style: italic;
  color: rgb(0, 255, 247);
  margin-bottom: 0.5em;
}
.bio-abierto{
  font-size: 1.1em;
  color: rgb(255, 255, 255);
}

.btn-descargar a:link{
  background: rgb(0, 255, 247);
  float: right;
  margin-right: 1em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-box-shadow: 4px 8px 10px 1px rgba(0,0,0,0.3);
box-shadow: 4px 8px 10px 1px rgba(0,0,0,0.3);
-webkit-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
font-size: 0.9em;
color: #2D2E83;
-webkit-transition: ease 0.5s all;
-o-transition: ease 0.5s all;
transition: ease 0.5s all;
z-index: 99999999999999999;
position: relative;
}
.btn-descargar a:visited{
color: #2D2E83;
}
.btn-descargar a:hover{
background: #2D2E83;
color: rgb(0, 255, 247);
}
.btn-descargar a:active{

}

@media screen and (max-width:1920px) {
  body {
    font-size: 16px;
  }

  .contenedor-general {
    max-width: 1500px;
  }
}

@media screen and (max-width:1500px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width:1400px) {
  body {
    font-size: 15px;
  }

  .contenedor-general {
    max-width: 1300px;
  }
}

@media screen and (max-width:1300px) {
  body {
    font-size: 14px;
  }

  .contenedor-general {
    max-width: 1100px;
  }
}

@media screen and (max-width:1100px) {
  body {
    font-size: 13px;
  }

  .contenedor-general {
    max-width: 900px;
  }
}

@media(max-width: 900px) {


  .contenedor-general {
    max-width: 100%;
  }

  .seccion-logos {
    width: 100%;
    margin-top: 5em;
    justify-content:center;
    align-items: center;
  }

  .logo-sociedad {
    font-size: 7em;
  }

  .logo-up {
    font-size: 13em;
  }

  .titular-color {
    width: 80%;
  }

  .logo-cidec {
    width: 25em;
  }
  .secciont-btn-inscripcion {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 50%;
    padding-left: 2em;
  }
  .contenedor-general{
    padding: 1em;
  }

  .columa2{
    width: 100%;
    padding: 0.5em;
  }
  .panel {
    width: 40%;
  }
  .expositor {
    width: 40%;
    margin: 1em;
    padding: 1em;
  }

  .campo-llenar{
    width: 40%;
  }

  aside ul {
    max-height: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 1em;
  }

  aside.black ul {
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 1em;
  }

  aside.black .logo {
    font-size: 4em;
  }

  .showing {
    max-height: 34em;
  }

  aside ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    text-align: center;
  }

  .menu-icon {
    display: block;
  }

  .btns-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

@media(max-width: 600px) {


  .contenedor-general {
    max-width: 100%;
  }

  .seccion-logos {
    width: 100%;
    margin-top: 4em;
    justify-content:center;
    align-items: center;
  }

  .logo-sociedad {
    font-size: 7em;
  }

  .logo-up {
    font-size: 13em;
  }

  .titular-color {
    width: 90%;
  }

  .logo-cidec {
    width: 20em;
  }
  .secciont-btn-inscripcion {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 50%;
    padding-left: 2em;
  }
  .contenedor-general{
    padding: 1em;
  }

  .columa2{
    width: 100%;
    padding: 0.5em;
  }
  .panel {
    width: 40%;
  }
  .expositor {
    width: 100%;
    margin: 1em;
    padding: 1em;
  }

  .foto-expositor{
    display: block;
    width: 10em;
    margin: 0 auto;
  }



  .campo-llenar{
    width: 100%;
  }
  .tslide {

    width: 15em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 0.2em;
  }

  aside ul {
    max-height: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 1em;
  }

  aside.black ul {
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 1em;
  }

  aside.black .logo {
    font-size: 4em;
  }

  .showing {
    max-height: 34em;
  }

  aside ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    text-align: center;
  }

  .menu-icon {
    display: block;
  }

  .btns-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
