* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-calendar:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

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

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

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

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

.blanco{
  color: #ffffffff;
}

body {
  background-image: url(img/fondogeneral.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Londrina Solid', cursive;
  color: #4c2a15;
}

p {
  margin-bottom: 1em;
  margin-top: 1em;
  text-shadow: 1px 1px 2px #FFFFFF;
  text-align: justify;
}

html {}

h1 {
  margin-bottom: 1em;
  color: #25b6c1;
  text-shadow: 1px 1px 2px rgba(40, 23, 18, 0.3);
}

h2 {
  color: #25b6c1;
  text-shadow: 1px 1px 2px rgba(40, 23, 18, 0.3);
}

h3 {
  text-shadow: 1px 1px 2px rgba(40, 23, 18, 0.3);
  font-size: 2em;
  font-weight: 300;
  margin-top: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

h4 {}

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;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1em;
  color: #84e6ed;
  font-family: 'Londrina Solid', cursive;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #84e6ed;
  font-family: 'Londrina Solid', cursive;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1em;
  color: #84e6ed;
  font-family: 'Londrina Solid', cursive;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #84e6ed;
  font-family: 'Londrina Solid', cursive;
}

.menu_bar {
  display: none;
}

.icono-menu-b {
  position: absolute;
  left: 0;
  top: 16%;
  font-size: 23px
}

.submenu {
  background-color: #25b6c1;
}

.submenu a {
  color: #fff;
}

header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
}

.menu-fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 5px 1px #6E635E;
  box-shadow: 1px 1px 5px 1px #6E635E;
}

.menu-fixed .logo-header {
  width: 8em;
}

.logo-header {
  display: block;
  width: 13em;
}

header nav {
  z-index: 1000;
  max-width: 70%;
  width: 70%;
}

header nav ul {
  list-style: none;
}

header nav ul li {
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header nav ul li:visited {
  color: #fff;
}

header nav ul li:hover {
  background: #25b6c1;
  color: #fff;
}

header nav ul li:active {
  color: #fff;
}

header nav ul li a {
  font-family: 'Passion One', cursive;
  display: block;
  text-decoration: none;
  color: #4c2a15;
}

header nav ul li a:hover {
  color: #fff;
}

header nav ul li a span {
  font-size: 1.1em;
}

header nav ul li:hover .children {
  display: block;
}

header nav ul li .children {
  display: none;
  background: #25b6c1;
  position: absolute;
  width: 350%;
  z-index: 1000;
  margin-top: 8px;
}

header nav ul li .children li {
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

header nav ul li .children li:hover {
  background: #bee7eb;
}

header nav ul li .children li a {
  display: block;
  color: #fff;
}

header nav ul li .children li a:hover {
  color: #4c2a15;
}

header nav ul li .caret {
  position: relative;
  top: 1px;
  margin-left: 10px;
  margin-right: 0px;
  font-size: 0.6em;
}

.contenedor-general {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.imagen-inicial {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#logo-akapacha {
  display: block;
  width: 20em;
}

#datos1 {
  color: #0079b5;
  display: block;
  text-align: center;
  font-size: 2em;
  width: 500px;
  font-weight: 700;
}

.datos2 {
  display: block;
  font-size: 0.7em;
}

.datos3 {
  display: block;
  color: #25b6c1;
  font-size: 1.2em;
}

.bajada1 {
  color: #4c2a15;
  display: block;
  width: 80%;
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.bold {
  font-weight: 700;
}

#organizadores {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1em;
  justify-content: center;
  align-items: center;
  color: #4c2a15;
}

#organizador-up {
  display: block;
  width: 13em;
  margin: 0.5em;
}

#organizador-accion {
  display: block;
  width: 5em;
  margin: 0.5em;
}

#organizador-ceup {
  display: block;
  width: 5em;
  margin: 0.5em;
}

#intro-akapacha-home {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#video-home {
  display: block;
  width: 50%;
}

#akapacha-home {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 1em;
  color: #4c2a15;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.btn-vermas-home a:link {
  display: block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
  color: #ffffffff;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background: #25b6c1;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 10px 1px #635B46;
  box-shadow: 1px 1px 10px 1px #635B46;
  margin-top: 2em;
}

.btn-vermas-home a:visited {
  color: #ffffffff;
}

.btn-vermas-home a:hover {
  color: #ffffffff;
  background: #0054a1;
}

.btn-vermas-home a:active {
  color: #ffffffff;
}

.vermas {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn-vermas a:link {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #ffffffff;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background: #25b6c1;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 3px 1px #6E635E;
  box-shadow: 1px 1px 3px 1px #6E635E;
  text-shadow: none;
  display: block;
  width:100px;
  text-align: center;
  margin-top: 0.5em;
}

.btn-vermas a:visited {
  color: #ffffffff;
}

.btn-vermas a:hover {
  color: #ffffffff;
  background: #0054a1;
}

.btn-vermas a:active {
  color: #ffffffff;
}

#aliados, #colaboradores {
  display: block;
  width: 100%;
  text-align: center;
  color: #4c2a15;
  padding: 1em;
}

.contenedor-logos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.logo-organizador-v {
  display: block;
  max-width: 6em;
  margin: 1em;
}

.logo-organizador-h {
  display: block;
  max-width: 11em;
  margin: 1em;
}

footer {
  display: block;
  width: 100%;
  background: #a39372;
  padding: 2em;
}

.contendor-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.redes {
  display: flex;
  width: 50%;
}

.red a:link {
  font-size: 1.3em;
  color: rgb(64, 36, 0);
  margin-right: 0.3em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.red a:visited {
  color: rgb(64, 36, 0);
}

.red a:hover {
  color: rgb(247, 211, 80);
}

.red a:active {
  color: rgb(64, 36, 0);
}

.web a:link {
  font-size: 1.6em;
  color: rgb(64, 36, 0);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.web a:visited {
  color: rgb(64, 36, 0);
}

.web a:hover {
  color: rgb(247, 211, 80);
}

.web a:active {
  color: rgb(64, 36, 0);
}

.contenedor-actividades {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}

.dia {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  padding: 2em;
}

.actividad {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(56, 26, 1, 0.18);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  text-shadow: 1px 1px 2px #FFFFFF;
}

.contenedor-detalle-actividad {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.contenedor-ods {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -2em;
  margin-bottom: 5em;
  justify-content: center;
}
.organizador-interno{
  display: block;
  width: 33%;
  padding: 1em;
  justify-content: center;
  text-align: center;
}
.info-general-actividad {
  display: block;
  width: 60%;
  padding: 1em;
  padding-right: 3em;
}

.texto-ods {
  display: block;
  width: 100%;
}

.imagen-ods{
  display: block;
  width: 20%;
  padding-top: 2em;
}


.logo-ods {
  display: block;
  width:7em;
  margin: 0 auto;
  height: 8em;
}

.logo-ods-up {
  display: block;
  width:15em;
  margin: 0 auto;
  height: 8em;
  padding-top: 2em;
  margin: 0 auto;
  text-align: center;
}


.fomulario {
  display: block;
  width: 40%;
  padding: 2em;
}

.datos {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(42, 27, 20, 0.31);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.icono-dato {
  color: #25b6c1;
  margin-right: 0.2em;
  font-size: 1.6em;
}

.fomulario {
  background-color: #25b6c1;
  padding: 2em;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(48, 40, 26, 0.49);
  box-shadow: 0px 0px 6px 1px rgba(48, 40, 26, 0.49);
}

.titulo-form {
  font-size: 1.8em;
  color: #ffffffff;
}

.campo-inscripcion {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 2.2em;
  font-size: 1.1em;
  padding-left: 0.5em;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: 'Londrina Solid', cursive;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

.btn-enviar {
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: none;
  height: 2em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-family: 'Londrina Solid', cursive;
  font-size: 1.3em;
  color: #25b6c1;
  -webkit-box-shadow: 1px 1px 6px 1px #4D4A45;
box-shadow: 1px 1px 6px 1px #4D4A45;
margin-top: 1em;
margin-bottom: 1em;
}

.acotacion{
  display: block;
  padding-left: 5em;
  padding-right: 5em;
  font-size: 0.9em;
  box-sizing: border-box;
  color: #0079b5;
  margin-top: 3em;
  margin-bottom: 3em;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}

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

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

@media screen and (max-width:1100px) {
  .dia {
    width: 50%;
    padding: 0.5em;
  }
}

@media screen and (max-width:900px) {
  body {
    padding-top: 70px;
    font-size: 14px;
  }

  header {
    width: 100%;
    display: block;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .logo-header {
    display: none;
  }

  .menu_bar {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: #25b6c1;
  }

  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }

  .menu_bar span {
    float: right;
    font-size: 30px;
  }

  header nav {
    width: 90%;
    max-width: 90%;
    height: calc(100% - 80px);
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
    background-color: rgba(0, 148, 153, 0.82);
  }

  header nav ul li {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-left: 2em;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }

  header nav ul li a {
    display: block;
    color: #fff;
  }

  .icono-menu-b {
    left: 10px;
    top: 16%;
  }

  header nav ul li:hover .children {
    display: none;
  }

  header nav ul li .children {
    width: 100%;
    position: relative;
    background: rgba(37, 182, 193, 0);
  }

  header nav ul li .children li a {
    margin-left: -20px;
  }

  .submenu {
    background-color: rgba(9, 119, 128, 0.8);
  }
}

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

  #logo-akapacha {
    display: block;
    width: 20em;
  }

  .fomulario {
  width: 100%;
}

  #datos1 {
    width: auto;
    padding: 0.5em;
  }

  .dia {
    width: 100%;
    padding: 0.5em;
  }
  .organizador-interno{
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  #organizador-up {
    display: block;
    width: 11em;
    margin: 0.5em;
  }

  #organizador-accion {
    display: block;
    width: 3em;
    margin: 0.5em;
  }

  #organizador-ceup {
    display: block;
    width: 3em;
    margin: 0.5em;
  }

  #intro-akapacha-home {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #video-home, #akapacha-home {
    width: 100%;
  }

  .logo-organizador-v {
    max-width: 5em;
  }

  .logo-organizador-h {
    max-width: 8em;
  }
}

@media screen and (max-width:350px) {}
