body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ico-columna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 40%;
  margin-bottom: 2%;
}

.slogan {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2b4d88;
  font-size: 2.4em;
  text-align: center;
  letter-spacing: -2px;
}

.frase {
  padding: 5px 12% 8%;
  color: #222;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.body {
  font-family: Quicksand, sans-serif;
}

.ico-titulo {
  margin-top: 1%;
  color: #2b4d88;
  font-size: 1.3em;
  line-height: 16px;
  text-align: center;
}

.logo_block {
  text-align: center;
}

.info-columnas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.info-contenedor {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.info-columna {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.opciones {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #4ca92b;
}

.menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menu-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.menu-columnas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-texto {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-contenedor {
  padding: 7px 5px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-columna {
  text-align: center;
}

.ico {
  width: 50%;
}

.ico:hover {
  margin-top: -3px;
}

.mapa-imagen {
  width: 95%;
  float: right;
}

.mapa-block {
  position: relative;
}

.mapa-leyenda {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  text-align: left;
}

.pais-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #550e0e;
  color: #2b4d88;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}

.pais-link:hover {
  background-color: rgba(140, 175, 25, 0.2);
  font-weight: 700;
}

.pais-flag {
  margin-right: 5px;
  float: left;
}

.leyenda-titulo {
  margin-bottom: 15px;
  color: #2b4d88;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 500;
}

.leyenda-subtitulo {
  margin-bottom: 5px;
  color: #2b4d88;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
}

.mapa-img {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  text-align: left;
}

.pin {
  position: static;
}

.pin:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.mapa-movil {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  text-align: left;
}

.navbar {
  display: none;
  background-color: transparent;
}

.nav-link {
  color: #2b4d88;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-button {
  float: left;
  background-color: transparent;
}

.paises-movil {
  display: none;
}

.flag-movil-link {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b4d88;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.flag-movil-link:hover {
  background-color: rgba(76, 169, 43, 0.1);
  font-weight: 700;
}

.eng {
  display: none;
}

.por {
  display: none;
}

.slogan-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ping-link {
  position: absolute;
  width: 40px;
  height: 71px;
}

.ping-link.usa {
  margin-top: 125px;
  margin-left: 124px;
}

.ping-link.mex {
  margin-top: 196px;
  margin-left: 154px;
}

.ping-link.per {
  margin-top: 293px;
  margin-left: 241px;
}

.ping-link.bra {
  margin-top: 312px;
  margin-left: 320px;
}

.ping-link.arg {
  margin-top: 384px;
  margin-left: 276px;
}

@media (max-width: 991px) {
  .slogan {
    font-size: 1.8em;
  }
  .info-columnas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .opciones {
    display: block;
  }
  .mapa-imagen {
    width: 95%;
    float: none;
  }
  .mapa-leyenda {
    text-align: left;
  }
  .pais-flag {
    margin-right: 5px;
    float: left;
  }
  .mapa-img {
    text-align: right;
  }
  .pin {
    width: 35px;
  }
  .mapa-movil {
    text-align: right;
  }
  .nav-link {
    border-bottom: 1px solid #2b4d88;
    font-size: 1em;
  }
  .icon {
    color: #2b4d88;
  }
  .nav-menu {
    background-color: #fff;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .paises-movil {
    text-align: left;
  }
  .ping-link.usa {
    margin: 77px 70px;
  }
  .ping-link.mex {
    margin-top: 125px;
    margin-left: 88px;
  }
  .ping-link.per {
    margin-top: 205px;
    margin-left: 156px;
  }
  .ping-link.bra {
    margin-top: 217px;
    margin-left: 215px;
  }
  .ping-link.arg {
    margin-top: 268px;
    margin-left: 181px;
  }
}

@media (max-width: 767px) {
  .section {
    background-image: none;
  }
  .logo {
    width: 32%;
  }
  .slogan {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 2em;
  }
  .frase {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.2em;
  }
  .info-columnas {
    display: block;
  }
  .info-columna {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .opciones {
    display: none;
  }
  .mapa-imagen {
    width: 70%;
    margin-right: 30px;
  }
  .mapa-columna {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mapa-block {
    display: none;
  }
  .mapa-leyenda {
    display: none;
    margin-left: 55px;
  }
  .mapa-img {
    display: none;
  }
  .mapa-movil {
    display: block;
  }
  .navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }
  .paises-titulo {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #2b4d88;
    font-size: 1.5em;
    font-weight: 700;
  }
  .paises-movil {
    position: relative;
    display: block;
    padding-right: 6%;
    padding-left: 5%;
    text-align: center;
  }
  .flag-columna {
    margin: 20px 10px;
  }
  .flag-image {
    width: 70px;
    margin-bottom: 5px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flag-movil-link {
    display: block;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 40%;
  }
  .slogan {
    font-size: 1.8em;
    line-height: 1em;
  }
  .frase {
    font-size: 1.1em;
  }
  .ico-titulo {
    font-size: 1.1em;
  }
  .mapa-imagen {
    width: 90%;
    margin-right: 0px;
  }
  .mapa-leyenda {
    margin-left: 10px;
  }
  .paises-movil {
    padding-right: 0%;
    padding-left: 0%;
  }
  .flag-image {
    width: 50px;
  }
  .slogan-block {
    min-height: 90px;
  }
}

