/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.fill {
  object-fit: cover;
  object-position: middle center;
}
.boxshad {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
header nav {
  background: #1f92ce;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
header nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
header nav a {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  display: block;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  header nav a {
    font-size: 12px;
    padding: 15px 5px;
  }
}
@media (min-width: 992px) {
  header nav a {
    font-size: 14px;
    padding: 15px 12px;
  }
}
header nav a.login {
  background: rgba(255, 255, 255, 0.4);
}
header nav a.active {
  border-bottom: 2px solid #FFF;
}
header nav a:hover {
  color: #FFF;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.hero-home {
  position: relative;
}
.hero-home .containera {
  position: relative;
}
.hero-home .logos {
  position: absolute;
  top: 20px;
  z-index: 998;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .hero-home .logos {
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero-home .logo img {
    width: 130px;
  }
}
.hero-home .moto {
  text-align: right;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .hero-home .moto {
    display: none;
  }
}
.hero-home .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-home .txt {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .hero-home .txt {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hero-home .txt {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .hero-home .txt {
    width: 90%;
  }
}
.hero-home .txt .tag {
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #1f92ce;
  letter-spacing: 0.1em;
}
.hero-home .txt .fecha {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.1em;
}
.hero-home .txt .titulo {
  display: block;
  font-weight: 400;
  font-size: 36px;
  color: #FFF;
  line-height: 1.2em;
}
.hero-home .txt .descripcion {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.6em;
}
.hero-home .txt .btn-cele {
  margin-top: 30px;
}
.hero-home .imagen {
  width: 100%;
  height: 679px;
  overflow: hidden;
  background: #000;
}
.hero-home .imagen img {
  width: 100%;
  height: 679px;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.8;
}
.hero-home .imagen-in {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background: #000;
}
.hero-home .imagen-in img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.5;
}
.hero-home .pag {
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 2;
  font-size: 18px;
}
.hero-home .pag a {
  padding: 0 5px;
  color: #FFF;
}
.hero-home .pag a.active {
  color: #1f92ce;
}
.hero-home .pag a:hover {
  color: #1f92ce;
}
.btn-cele {
  font-size: 12px;
  display: inline-block;
  color: #FFF;
  background: #1f92ce;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 35px;
  border: 1px solid #1f92ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-cele:hover {
  background: transparent;
  color: #1f92ce;
}
.btn-line {
  font-size: 12px;
  display: inline-block;
  background: transparent;
  color: #1f92ce;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 35px;
  border: 1px solid #1f92ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-line:hover {
  color: #FFF;
  background: #1f92ce;
}
.btn-line-s {
  font-size: 12px;
  display: inline-block;
  background: transparent;
  color: #1f92ce;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 9px 25px;
  border: 1px solid #1f92ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-line-s:hover {
  color: #FFF;
  background: #1f92ce;
}
@media (min-width: 768px) {
  .spotlights {
    padding: 100px 0 70px;
  }
}
@media (min-width: 992px) {
  .spotlights {
    padding: 150px 0 100px;
  }
}
@media (max-width: 767px) {
  .spotlights {
    padding: 50px 0;
  }
}
.spotlights a article {
  background: #e1e1e1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .spotlights a article {
    margin-bottom: 30px;
  }
}
.spotlights a article img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.spotlights a article .txt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .spotlights a article .txt {
    padding: 20px 25px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .spotlights a article .txt {
    padding: 25px 35px;
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .spotlights a article .txt {
    padding: 35px 44px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .spotlights a article .txt {
    padding: 20px 25px;
    height: auto;
  }
}
.spotlights a article .txt .tag {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1f92ce;
}
.spotlights a article .txt h2 {
  color: #636363;
  font-weight: 400;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .spotlights a article .txt h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .spotlights a article .txt h2 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .spotlights a article .txt h2 {
    font-size: 18px;
  }
}
.spotlights a:hover article {
  background: #ededed;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wide {
  position: relative;
  width: 100%;
}
.wide .imagen {
  width: 100%;
  height: 660px;
  overflow: hidden;
  background: #000;
}
.wide .imagen img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.8;
}
.wide .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
@media (min-width: 768px) {
  .wide .txt {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .wide .txt {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wide .txt {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .wide .txt {
    width: 90%;
  }
}
.wide h1 {
  color: #1f92ce;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
.wide p {
  font-size: 16px;
  color: #636363;
  line-height: 1.6em;
}
.wide .btn-cele {
  margin-top: 30px;
}
.spot-guia {
  background: #e1e1e1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .spot-guia {
    padding: 100px 0 70px;
  }
}
@media (min-width: 992px) {
  .spot-guia {
    padding: 150px 0 100px;
  }
}
@media (max-width: 767px) {
  .spot-guia {
    padding: 50px 0;
  }
  .spot-guia .text-right {
    text-align: center;
    margin: 10px 0;
  }
}
.spot-guia h2 {
  font-size: 30px;
  color: #1f92ce;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 767px) {
  .spot-guia h2 {
    font-size: 26px;
  }
}
.spot-guia .cabezal {
  margin-bottom: 20px;
}
.spot-guia a article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFF;
}
@media (max-width: 767px) {
  .spot-guia a article {
    margin-bottom: 30px;
  }
}
.spot-guia a article img {
  width: 100%;
}
@media (min-width: 768px) {
  .spot-guia a article .txt {
    padding: 20px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .spot-guia a article .txt {
    padding: 20px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .spot-guia a article .txt {
    padding: 10px 20px 30px;
    height: auto;
  }
}
.spot-guia a article .txt .categoria {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1f92ce;
}
.spot-guia a article .txt h3 {
  color: #636363;
  font-weight: 400;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .spot-guia a article .txt h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .spot-guia a article .txt h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .spot-guia a article .txt h3 {
    font-size: 18px;
  }
}
.spot-guia a:hover article {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.partners {
  padding: 40px 0;
  text-align: center;
}
.partners .loguitos {
  width: 100%;
  overflow: hidden;
  height: 50px;
}
.partners a {
  margin: 0 20px;
}
footer {
  background: #1f92ce;
  padding: 20px 0;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 100%;
}
@media (min-width: 768px) {
  footer .logo img {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  footer .logo img {
    max-width: 89px;
  }
}
@media (max-width: 767px) {
  footer .logo img {
    max-width: 89px;
  }
}
footer .who {
  color: #FFF;
}
footer .who h6 {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .who p {
  font-size: 12px;
  color: #FFF;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  footer .who {
    text-align: center;
  }
}
footer .muni img {
  width: 100%;
  max-width: 509px;
}
.texto1 {
  padding: 100px 0 80px;
}
.texto1 h1 {
  color: #1f92ce;
  font-size: 32px;
  font-weight: 400;
}
.texto1 h2 {
  text-transform: uppercase;
  color: #636363;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.texto1 p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  color: #636363;
  margin-bottom: 20px;
}
.texto1 ul {
  margin-bottom: 0;
}
.texto1 li {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #636363;
  margin-bottom: 5px;
}
.texto1 img {
  width: 100%;
}
.texto1.gris {
  background: #e1e1e1;
}
.noticia {
  padding: 100px 0 80px;
}
.noticia .material {
  width: 100%;
  background: #e1e1e1;
  padding: 20px;
}
.noticia .material h6 {
  color: #636363;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.noticia .material p {
  font-size: 14px;
  font-weight: 400;
}
.noticia h1 {
  color: #1f92ce;
  font-size: 32px;
  font-weight: 400;
}
.noticia .fecha {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1f92ce;
  margin-bottom: 30px;
}
.noticia .share {
  text-align: center;
  width: 100%;
  background: #1f92ce;
  padding: 20px;
}
.noticia .share span {
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
}
.noticia .share a {
  font-size: 21px;
  color: #FFF;
  padding: 0 5px;
}
.noticia h2 {
  text-transform: uppercase;
  color: #636363;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.noticia p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  color: #636363;
  margin-bottom: 20px;
}
.noticia p.lead {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}
.noticia ul {
  margin-bottom: 0;
}
.noticia li {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #636363;
  margin-bottom: 5px;
}
.noticia img {
  width: 100%;
}
.noticia.gris {
  background: #e1e1e1;
}
.text-titulo {
  padding: 50px 0 30px;
}
.text-titulo h1 {
  color: #1f92ce;
  font-size: 32px;
  font-weight: 400;
}
.text-titulo h2 {
  color: #636363;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.text-titulo h3 {
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-titulo .categoria {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .noticias {
    padding: 0 0 70px;
  }
}
@media (min-width: 992px) {
  .noticias {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .noticias {
    padding: 0 0 50px;
  }
}
.noticias a article {
  background: #e1e1e1;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a article img {
  width: 100%;
}
.noticias a article .txt {
  padding: 20px;
  height: 180px;
}
.noticias a article .txt .tag {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1f92ce;
}
.noticias a article .txt h2 {
  color: #636363;
  font-weight: 400;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .noticias a article .txt h2 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .noticias a article .txt h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .noticias a article .txt h2 {
    font-size: 16px;
  }
}
.noticias a:hover article {
  background: #ededed;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.guia {
  background: #e1e1e1;
  padding: 50px 0;
}
.guia.similares {
  background: #FFF;
}
.guia h2 {
  font-size: 30px;
  color: #1f92ce;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 767px) {
  .guia h2 {
    font-size: 26px;
  }
}
.guia .cabezal {
  margin-bottom: 20px;
}
.guia a article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFF;
  margin-bottom: 30px;
}
.guia a article img {
  width: 100%;
}
@media (min-width: 768px) {
  .guia a article .txt {
    padding: 20px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .guia a article .txt {
    padding: 10px 20px 30px;
    height: auto;
  }
}
.guia a article .txt .categoria {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1f92ce;
}
.guia a article .txt h3 {
  color: #636363;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 18px;
  margin: 0;
}
.guia a:hover article {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.calendario .cont .fecha {
  font-size: 14px;
  color: #1f92ce;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.calendario .cont .categoria {
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.calendario .cont h2 {
  color: #1f92ce;
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0 ;
}
.calendario .cont .lugar {
  font-size: 14px;
  color: #636363;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
}
.calendario .cont .lugar span {
  text-transform: uppercase;
  font-weight: 600;
}
.calendario .cont p {
  font-size: 16px;
  font-weight: 300;
  color: #636363;
  line-height: 1.6em;
}
.calendario .cont .requisitos {
  font-size: 14px;
  color: #636363;
  font-weight: 700;
  margin: 30px 0;
}
.calendario .cont .requisitos span {
  text-transform: uppercase;
  font-weight: 600;
}
.calendario .agenda {
  width: 100%;
  background: #e1e1e1;
  padding: 20px;
}
.sponsors article {
  border-bottom: 1px solid #CCC;
  padding: 20px 0;
}
.sponsors article .logo img {
  width: 100%;
}
.sponsors article h3 {
  font-size: 18px;
  font-weight: 400;
  color: #1f92ce;
  margin: 0 0 10px;
}
.sponsors article p {
  font-size: 14px;
  color: #636363;
  margin-bottom: 20px;
}
.contacto {
  margin-bottom: 40px;
}
.contacto #map {
  width: 100%;
  height: 400px;
}
.contacto h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #1f92ce;
}
.contacto p {
  font-size: 18px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.contacto p a {
  color: #1f92ce;
}
.contacto .form span {
  font-size: 12px;
  color: #636363;
  display: block;
  margin-bottom: 5px;
}
.contacto .form input,
.contacto .form textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}
.login-page {
  margin-bottom: 40px;
}
.login-page h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #1f92ce;
}
.login-page p {
  font-size: 16px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.login-page p a {
  color: #1f92ce;
}
.login-page li {
  font-size: 16px;
  color: #636363;
  font-weight: 400;
  padding-bottom: 7px;
  line-height: 1.2em;
}
.login-page .form span {
  font-size: 12px;
  color: #636363;
  display: block;
  margin-bottom: 5px;
}
.login-page .form input,
.login-page .form textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}
.emprendedor {
  padding: 100px 0 80px;
  background: #f1f1f1;
}
.emprendedor h1 {
  color: #1f92ce;
  font-size: 26px;
  font-weight: 400;
}
.emprendedor .datos {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 20px;
  margin-bottom: 30px;
}
.emprendedor .categoria {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1f92ce;
  display: block;
  margin-bottom: 30px;
}
.emprendedor .share {
  text-align: center;
  width: 100%;
  background: #1f92ce;
  padding: 20px;
}
.emprendedor .share span {
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
}
.emprendedor .share a {
  font-size: 21px;
  color: #FFF;
  padding: 0 5px;
}
.emprendedor .contacto {
  width: 100%;
  margin: 40px 0;
  font-size: 16px;
  color: #1f92ce;
  line-height: 1.6em;
}
.emprendedor .contacto span {
  font-size: 18px;
  color: #636363;
  padding-right: 5px;
}
.emprendedor .contacto a {
  color: #1f92ce;
}
.emprendedor h2 {
  text-transform: uppercase;
  color: #636363;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.emprendedor p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  color: #636363;
  margin-bottom: 20px;
}
.emprendedor p.lead {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}
.emprendedor ul {
  margin-bottom: 0;
}
.emprendedor li {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #636363;
  margin-bottom: 5px;
}
.emprendedor img {
  width: 100%;
}
.emprendedor.gris {
  background: #e1e1e1;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #1f92ce;
    position: absolute;
    z-index: 888;
    padding: 100px 0 50px;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  #mob li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 30px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
