body {
  margin: 0; }
  body * {
    position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased; }
    body *:focus {
      outline: 0; }
  body a {
    border: 0;
    text-decoration: none; }
  body input, body select {
    border: 0;
    -webkit-border-radius: 0px; }
  body button {
    border: 0;
    background: none;
    cursor: pointer; }
  body p, body span, body h1, body h2, body h3, body h4, body h5, body h6, body label {
    margin: 0;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  body ul {
    padding: 0;
    margin: 0; }
    body ul li {
      list-style-type: none; }
  body img {
    max-width: 100%; }

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.subtitulo {
  display: table; }
  .subtitulo * {
    text-transform: uppercase;
    line-height: 1.67;
    letter-spacing: -0.7px;
    color: #1b1d24;
    font-size: 30px; }
  .subtitulo:after {
    content: "";
    background-color: #fbb132;
    width: 120px;
    height: 2px;
    display: table;
    position: relative;
    left: -70px;
    margin-top: 15px; }
  .subtitulo .symbol {
    position: absolute;
    bottom: 0;
    right: -90px;
    z-index: -1;
    width: 130px; }

.parrafo {
  color: #474747;
  line-height: 1.78;
  letter-spacing: -0.1px;
  font-size: 18px;
  max-width: 560px;
  margin-top: 35px;
  width: 50%; }

.cartas-ciudades .carta {
  float: left;
  width: calc(33.33% - 20px);
  height: 320px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden; }
  .cartas-ciudades .carta:nth-child(3n+2) {
    margin: 40px 30px 0; }
  .cartas-ciudades .carta .bandera {
    margin: 10px; }
  .cartas-ciudades .carta .textos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 25px; }
    .cartas-ciudades .carta .textos * {
      display: table;
      font-weight: 600;
      padding: 0 15px;
      color: white; }
      .cartas-ciudades .carta .textos *:nth-child(1) {
        background-color: #fbb132;
        font-weight: bold;
        padding: 8px 15px;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .cartas-ciudades .carta .textos *:nth-child(2) {
        color: #fbb132; }
  .cartas-ciudades .carta:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 81%, black 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 81%, black 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 81%, black 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

.logos-container {
  border: 1px solid #f3f5f6;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center; }

@media screen and (max-width: 1024px) {
  .parrafo {
    width: 100%;
    max-width: none; }

  .subtitulo .symbol {
    display: none; } }
@media screen and (max-width: 768px) {
  .cartas-ciudades .carta {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    float: none; }
    .cartas-ciudades .carta:nth-child(3n+2) {
      margin: 30px auto; }

  .logos-container {
    justify-content: center;
    flex-wrap: wrap; }
    .logos-container .logo {
      margin: 10px; } }
body.home header {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: white; }
  body.home header .logo-expotaxi {
    margin-top: 11px; }
  body.home header .menu {
    float: right; }
    body.home header .menu * {
      display: inline-block;
      vertical-align: middle; }
    body.home header .menu .links .link {
      cursor: pointer; }
      body.home header .menu .links .link:not(:first-child) {
        margin-left: 30px; }
      body.home header .menu .links .link span {
        font-weight: 500;
        font-size: 16px; }
    body.home header .menu .cta {
      background-color: #3d89ff;
      padding: 8px 30px 10px;
      border-radius: 20px;
      margin: 0 20px;
      cursor: pointer; }
      body.home header .menu .cta span {
        color: white;
        font-weight: 600;
        letter-spacing: -0.1px; }
body.home section.intro {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/bgs/bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 70px 0; }
  body.home section.intro:before {
    content: "";
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.3) 82%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.3) 82%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.3) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4dffffff',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  body.home section.intro .logo-evento {
    margin: 100px auto 0;
    display: block; }
  body.home section.intro .copy {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    max-width: 500px;
    margin: 50px auto;
    display: block; }
  body.home section.intro .cartas {
    padding: 15px; }
    body.home section.intro .cartas .carta {
      max-width: 600px;
      width: 90%;
      background-color: #fcfaf9;
      border-radius: 5px;
      margin: 15px auto;
      padding: 20px 30px;
      height: 100px; }
      body.home section.intro .cartas .carta > * {
        display: inline-block;
        vertical-align: middle; }
      body.home section.intro .cartas .carta .bandera {
        width: 30px;
        height: 100%; }
        body.home section.intro .cartas .carta .bandera img {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
      body.home section.intro .cartas .carta .texto {
        width: calc(100% - 280px);
        padding-left: 30px; }
        body.home section.intro .cartas .carta .texto span {
          display: block;
          line-height: 1; }
          body.home section.intro .cartas .carta .texto span:nth-child(1) {
            font-size: 15px;
            letter-spacing: 0.3px;
            text-transform: uppercase; }
          body.home section.intro .cartas .carta .texto span:nth-child(2) {
            text-transform: uppercase;
            font-size: 26px;
            font-weight: bold; }
          body.home section.intro .cartas .carta .texto span:nth-child(3) {
            font-size: 12px;
            letter-spacing: 0.2px; }
      body.home section.intro .cartas .carta .descarga {
        width: 240px;
        background-color: white;
        border-radius: 25px;
        padding: 10px 25px;
        text-decoration: none; }
        body.home section.intro .cartas .carta .descarga > * {
          display: inline-block;
          vertical-align: middle; }
        body.home section.intro .cartas .carta .descarga span {
          font-size: 12px;
          font-weight: 600;
          line-height: 1.17;
          letter-spacing: 0.2px;
          text-transform: uppercase;
          width: calc(100% - 27px);
          padding-right: 18px;
          color: black; }
      body.home section.intro .cartas .carta .proximamente {
        width: 240px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.14;
        letter-spacing: 0.3px;
        opacity: 0.43;
        text-transform: uppercase;
        padding-left: 30px; }
body.home section.nosotros {
  padding: 100px 0;
  overflow: hidden; }
  body.home section.nosotros .acerca-de .right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: calc(100% - 600px);
    width: 500px; }
    body.home section.nosotros .acerca-de .right .foto, body.home section.nosotros .acerca-de .right .symbol {
      display: block;
      margin: 0 auto;
      margin-right: 0; }
    body.home section.nosotros .acerca-de .right .symbol {
      width: 260px; }
  body.home section.nosotros .comite {
    margin-top: 50px; }
    body.home section.nosotros .comite .subtitulo-cartas {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
    body.home section.nosotros .comite .integrante {
      float: left;
      width: calc(33.33% - 20px);
      margin-top: 30px; }
      body.home section.nosotros .comite .integrante:nth-child(3n+2) {
        margin: 30px 30px 0; }
      body.home section.nosotros .comite .integrante .foto {
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        display: block;
        margin-bottom: 30px; }
        body.home section.nosotros .comite .integrante .foto:after {
          content: url(../img/icons/linkedin-azul.png);
          position: absolute;
          bottom: 0;
          right: 0; }
      body.home section.nosotros .comite .integrante .nombre {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.1px;
        display: block; }
      body.home section.nosotros .comite .integrante .cargo {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.1px;
        color: #fbb132;
        display: block; }
      body.home section.nosotros .comite .integrante .descripcion {
        color: #474747;
        font-size: 15px;
        margin-top: 10px;
        line-height: 1.47;
        letter-spacing: -0.1px; }
  body.home section.nosotros .donde-cuando {
    margin-top: 50px; }
    body.home section.nosotros .donde-cuando .subtitulo-icono h3, body.home section.nosotros .donde-cuando .subtitulo-icono .icono {
      display: inline-block;
      vertical-align: middle; }
    body.home section.nosotros .donde-cuando .subtitulo-icono h3 {
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase; }
    body.home section.nosotros .donde-cuando .subtitulo-icono .symbol {
      position: absolute;
      bottom: -50px;
      width: 130px;
      left: -130px; }
    body.home section.nosotros .donde-cuando .watermark {
      font-size: 200px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -5px;
      color: #f3f5f6;
      position: absolute;
      bottom: 0;
      right: -200px;
      z-index: -1; }
body.home section.memorias .subtitulo-cartas {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 0; }
body.home section.memorias .arrows {
  max-width: calc(1200px + 40px);
  width: calc(100% - 160px);
  display: block;
  margin: 0 auto;
  z-index: 1; }
  body.home section.memorias .arrows .arrow-left, body.home section.memorias .arrows .arrow-right {
    background-color: #fbb132;
    border-radius: 5px;
    top: 148px;
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer; }
    body.home section.memorias .arrows .arrow-left img, body.home section.memorias .arrows .arrow-right img {
      width: 10px;
      margin: 21px auto;
      display: block; }
  body.home section.memorias .arrows .arrow-left {
    left: -40px; }
  body.home section.memorias .arrows .arrow-right {
    right: -40px; }
body.home section.memorias .slider-fotos {
  max-width: calc(1200px + 40px);
  width: calc(100% - 160px);
  margin: 50px auto;
  display: block; }
  body.home section.memorias .slider-fotos .slider-foto {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px;
    border-radius: 5px; }
body.home section.foro {
  margin-top: 100px;
  overflow: hidden; }
  body.home section.foro .representantes .card {
    border-radius: 5px;
    width: calc(33.33% - 20px);
    float: left;
    margin: 30px 0;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    body.home section.foro .representantes .card:nth-child(3n+2) {
      margin: 30px; }
    body.home section.foro .representantes .card .foto {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 240px; }
    body.home section.foro .representantes .card .texto {
      background-color: #fbb132;
      height: 90px;
      padding: 20px; }
      body.home section.foro .representantes .card .texto .nombre {
        display: block;
        font-size: 22px; }
        body.home section.foro .representantes .card .texto .nombre strong {
          font-weight: 600; }
      body.home section.foro .representantes .card .texto .cargo {
        font-size: 15px;
        letter-spacing: -0.1px; }
  body.home section.foro .actividades .subtitulo-seccion {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.78;
    letter-spacing: -0.1px;
    margin: 50px 0 20px; }
  body.home section.foro .actividades .copy-seccion {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: -0.1px;
    max-width: 490px;
    z-index: 1; }
  body.home section.foro .actividades .agenda {
    width: 100%;
    padding: 20px 0; }
    body.home section.foro .actividades .agenda .bg-text {
      font-size: 200px;
      font-weight: 800;
      letter-spacing: -5px;
      position: absolute;
      top: -72px;
      right: -213px;
      color: #f3f5f6; }
    body.home section.foro .actividades .agenda .tabs {
      margin-top: 20px; }
      body.home section.foro .actividades .agenda .tabs .tab {
        float: left;
        cursor: pointer;
        padding: 20px 15px;
        border-bottom: 2px solid rgba(251, 177, 50, 0);
        -ms-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        body.home section.foro .actividades .agenda .tabs .tab:not(:first-child) {
          margin-left: 20px; }
        body.home section.foro .actividades .agenda .tabs .tab span {
          color: #fbb132;
          font-weight: 600;
          font-size: 20px;
          text-transform: uppercase; }
        body.home section.foro .actividades .agenda .tabs .tab:hover, body.home section.foro .actividades .agenda .tabs .tab.active {
          border-bottom: 2px solid #fbb132; }
    body.home section.foro .actividades .agenda .info {
      width: 100%;
      padding: 20px;
      background-color: #f3f5f6; }
      body.home section.foro .actividades .agenda .info span {
        font-size: 22px;
        display: block;
        padding: 50px 0; }
body.home section.aliados {
  margin-top: 50px; }
  body.home section.aliados .logos-container {
    margin-top: 40px; }
    body.home section.aliados .logos-container .logo {
      max-width: 24%; }
body.home section.inscribirse {
  background-color: #fbb132;
  padding: 40px 0;
  margin-top: 100px; }
  body.home section.inscribirse .symbol {
    position: absolute;
    top: -81px;
    right: 0;
    width: 200px; }
  body.home section.inscribirse .text {
    float: left;
    width: calc(100% - 550px); }
    body.home section.inscribirse .text .copy {
      max-width: 560px;
      margin-top: 30px;
      line-height: 1.78;
      letter-spacing: -0.1px; }
  body.home section.inscribirse .form {
    background-color: white;
    box-shadow: 0 6px 18px 0 rgba(213, 114, 41, 0.47);
    border-radius: 5px;
    width: 460px;
    padding: 30px;
    float: right; }
    body.home section.inscribirse .form .profile-pic .imagen, body.home section.inscribirse .form .profile-pic .copy {
      display: inline-block;
      vertical-align: middle; }
    body.home section.inscribirse .form .profile-pic .imagen {
      width: 50px;
      height: 50px;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      display: inline-block; }
    body.home section.inscribirse .form .profile-pic .copy {
      width: calc(100% - 60px);
      line-height: 2.46;
      letter-spacing: -0.1px;
      font-size: 13px;
      margin-left: 5px; }
    body.home section.inscribirse .form form .campo {
      margin-top: 35px; }
    body.home section.inscribirse .form form .campo {
      width: 100%;
      float: left; }
      body.home section.inscribirse .form form .campo.mitad {
        width: calc(50% - 20px); }
        body.home section.inscribirse .form form .campo.mitad.derecha {
          margin-left: 40px; }
      body.home section.inscribirse .form form .campo label {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 2.6;
        letter-spacing: 2.2px;
        text-transform: uppercase;
        z-index: 1;
        font-size: 10px;
        font-weight: 600;
        color: #97a6af;
        pointer-events: none;
        -ms-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        body.home section.inscribirse .form form .campo label.up {
          top: -15px;
          color: black; }
      body.home section.inscribirse .form form .campo input, body.home section.inscribirse .form form .campo select {
        width: 100%;
        padding: 10px 0;
        border-bottom: 2px solid #c7d4dc;
        -ms-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        body.home section.inscribirse .form form .campo input:focus, body.home section.inscribirse .form form .campo select:focus {
          border-bottom: 2px solid #3d89ff; }
      body.home section.inscribirse .form form .campo select {
        cursor: pointer; }
    body.home section.inscribirse .form form .politicas {
      padding: 30px 0;
      clear: both; }
      body.home section.inscribirse .form form .politicas input, body.home section.inscribirse .form form .politicas label {
        display: inline-block;
        vertical-align: middle; }
      body.home section.inscribirse .form form .politicas label {
        font-size: 14px;
        line-height: 2.29;
        letter-spacing: -0.1px; }
        body.home section.inscribirse .form form .politicas label a {
          color: black;
          text-decoration: underline; }
    body.home section.inscribirse .form form #btn-submit {
      background-color: #3d89ff;
      padding: 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      color: white;
      font-weight: 700;
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      border-radius: 27.5px; }
  body.home section.inscribirse .redes {
    position: absolute;
    bottom: 0;
    left: 0; }
body.home footer {
  padding: 20px; }
  body.home footer .legal {
    font-size: 14px;
    line-height: 2.29;
    letter-spacing: -0.1px;
    float: left;
    margin-top: 10px; }
  body.home footer .organizan {
    float: right; }
    body.home footer .organizan span, body.home footer .organizan img {
      display: inline-block;
      vertical-align: middle; }
    body.home footer .organizan span {
      font-size: 14px;
      line-height: 2.29;
      letter-spacing: -0.1px;
      margin-right: 20px; }
@media screen and (max-width: 1024px) {
  body.home header {
    padding: 15px; }
    body.home header .menu .links .link:not(:first-child) {
      margin-left: 15px; }
    body.home header .menu .links .link span {
      font-size: 14px; }
    body.home header .menu .redes {
      display: none; }
  body.home section.nosotros .acerca-de .right {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 30px auto; }
    body.home section.nosotros .acerca-de .right .symbol {
      width: 140px; }
  body.home section.nosotros .comite .integrante {
    width: calc(50% - 20px); }
    body.home section.nosotros .comite .integrante:nth-child(3n+2) {
      margin: auto; }
    body.home section.nosotros .comite .integrante:nth-child(even) {
      margin: 30px 0 30px 40px; }
  body.home section.nosotros .donde-cuando .watermark {
    display: none; }
  body.home section.foro .representantes .card {
    width: calc(50% - 20px); }
    body.home section.foro .representantes .card:nth-child(3n+2) {
      margin: auto; }
    body.home section.foro .representantes .card:nth-child(even) {
      margin: 30px 0 30px 30px; }
  body.home section.inscribirse .text, body.home section.inscribirse .form {
    float: none; }
  body.home section.inscribirse .text {
    width: 100%;
    text-align: center; }
    body.home section.inscribirse .text .copy {
      margin: 30px auto; }
  body.home section.inscribirse .form {
    margin: 30px auto;
    max-width: 500px;
    width: 100%; }
  body.home section.inscribirse .redes {
    position: relative;
    text-align: center; }
  body.home footer .legal, body.home footer .organizan {
    width: 100%;
    float: none;
    text-align: center;
    display: block; }
  body.home footer .legal {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  body.home header {
    border-bottom: 1px solid #fbb132; }
    body.home header .logo-expotaxi {
      width: 100px; }
    body.home header .container {
      width: calc(100% - 10px); }
    body.home header .menu {
      float: none;
      padding-top: 25px;
      text-align: center; }
      body.home header .menu .cta {
        position: absolute;
        top: -30px;
        right: 0;
        margin: 0 0 0 10px;
        padding: 6px 30px 8px; }
  body.home section.intro .cartas .carta {
    text-align: center;
    height: auto;
    max-width: 450px;
    padding: 13px; }
    body.home section.intro .cartas .carta .bandera {
      width: 55px;
      height: 65px; }
    body.home section.intro .cartas .carta .texto {
      width: calc(100% - 190px);
      padding-left: 0; }
    body.home section.intro .cartas .carta .descarga, body.home section.intro .cartas .carta .proximamente {
      display: block;
      margin: 25px auto 0; }
    body.home section.intro .cartas .carta .proximamente {
      padding-left: 0; }
  body.home section.foro .representantes .card {
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
    float: none; }
    body.home section.foro .representantes .card:nth-child(even) {
      margin: 20px auto; }
    body.home section.foro .representantes .card .texto {
      padding: 15px; }
  body.home section.foro .actividades .agenda .bg-text {
    display: none; }
  body.home section.aliados .logos-container .logo {
    max-width: 100%; } }
@media screen and (max-width: 550px) {
  body.home section.intro .cartas .carta .texto {
    width: 230px; }
  body.home section.nosotros .comite .integrante {
    width: 100%; }
    body.home section.nosotros .comite .integrante:nth-child(even) {
      margin: 30px 0; }
  body.home section.memorias .slider-fotos, body.home section.memorias .arrows {
    max-width: none;
    width: 100%; }
  body.home section.memorias .arrows .arrow-left, body.home section.memorias .arrows .arrow-right {
    top: 310px; }
  body.home section.memorias .arrows .arrow-left {
    left: calc(50% - 70px); }
  body.home section.memorias .arrows .arrow-right {
    right: calc(50% - 70px); }
  body.home section.foro {
    margin-top: 160px; }
  body.home section.inscribirse .form {
    padding: 15px; }
    body.home section.inscribirse .form form .campo.mitad {
      width: 100%; }
      body.home section.inscribirse .form form .campo.mitad.derecha {
        margin-left: 0; } }

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