.row:after,
.header:after,
.cards:after,
.downloads:after {
  content: "";
  display: table;
  clear: both;
}

.footer__mapa h3:before,
.estrategia-sostenibilidad .linea:before,
.i-menu:after,
.hero__titulo:after,
.download:before {
  display: block;
  content: '';
  position: absolute;
}

.i-menu {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.i-social {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.btn,
.btn--primary,
.btn--solid,
.btn--orange,
.btn--red {
  display: block;
  padding: 0.75em 32px 0.75em 0.75em;
  color: #7d7d7d;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #7d7d7d;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn:hover,
.btn--primary:hover,
.btn--solid:hover,
.btn--orange:hover,
.btn--red:hover {
  color: white;
  background-color: #7d7d7d;
  background-image: url("../images/icons/btn-solid.png");
}

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

@font-face {
  font-family: 'sansation';
  src: url("../fonts/Sansation-Bold-webfont.eot");
  src: url("../fonts/Sansation-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Sansation-Bold-webfont.woff") format("woff"), url("../fonts/Sansation-Bold-webfont.ttf") format("truetype"), url("../fonts/Sansation-Bold-webfont.svg#sansationbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #7d7d7d;
  font-family: "sansation", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.28571;
  letter-spacing: -0.1px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-font-feature-settings: 'liga'0;
  -webkit-font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: 'liga'0;
  -ms-font-feature-settings: 'liga'0;
  font-feature-settings: 'liga'0;
}

body.ob {
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

.em {
  color: #ee7801;
}

.tac {
  text-align: center;
}

.is-web {
  display: none;
}

@media (min-width: 481px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  body {
    font-size: 18px;
  }

  .is-mobile {
    display: none;
  }
}

.wrap {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

.row {
  width: 100%;
  padding: 0 10px;
}

.row .row {
  padding: 0;
}

[class*='col-'] {
  float: left;
  width: 100%;
  min-height: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

[class*='col-'] [class*='col-'] {
  margin-bottom: 0;
}

[class*='col-']:empty {
  margin-bottom: -1px;
}

@media (min-width: 481px) {
  [class*='col-']:empty {
    margin-bottom: 0;
  }
}

.col--1 {
  width: 8.33333%;
}

.col--2 {
  width: 16.66667%;
}

.col--3 {
  width: 25%;
}

.col--4 {
  width: 33.33333%;
}

.col--5 {
  width: 41.66667%;
}

.col--6 {
  width: 50%;
}

.col--7 {
  width: 58.33333%;
}

.col--8 {
  width: 66.66667%;
}

.col--9 {
  width: 75%;
}

.col--10 {
  width: 83.33333%;
}

.col--11 {
  width: 91.66667%;
}

.col--12 {
  width: 100%;
}

@media (min-width: 481px) {
  .col-md--1 {
    width: 8.33333%;
  }

  .col-md--2 {
    width: 16.66667%;
  }

  .col-md--3 {
    width: 25%;
  }

  .col-md--4 {
    width: 33.33333%;
  }

  .col-md--5 {
    width: 41.66667%;
  }

  .col-md--6 {
    width: 50%;
  }

  .col-md--7 {
    width: 58.33333%;
  }

  .col-md--8 {
    width: 66.66667%;
  }

  .col-md--9 {
    width: 75%;
  }

  .col-md--10 {
    width: 83.33333%;
  }

  .col-md--11 {
    width: 91.66667%;
  }

  .col-md--12 {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .col-lg--1 {
    width: 8.33333%;
  }

  .col-lg--2 {
    width: 16.66667%;
  }

  .col-lg--3 {
    width: 25%;
  }

  .col-lg--4 {
    width: 33.33333%;
  }

  .col-lg--5 {
    width: 41.66667%;
  }

  .col-lg--6 {
    width: 50%;
  }

  .col-lg--7 {
    width: 58.33333%;
  }

  .col-lg--8 {
    width: 66.66667%;
  }

  .col-lg--9 {
    width: 75%;
  }

  .col-lg--10 {
    width: 83.33333%;
  }

  .col-lg--11 {
    width: 91.66667%;
  }

  .col-lg--12 {
    width: 100%;
  }
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header {
  padding: 15px 30px;
  background: #fff;
  border-top: 6px solid #ee7801;
}

.header__logo {
  float: left;
  margin: 0;
  width: 80px;
}

.header__logo a,
.header__logo img {
  display: block;
}

.header__menu-toggle {
  float: right;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.header__menu-toggle span {
  display: none;
}

@media (min-width: 481px) {
  .header__menu-toggle span {
    display: inline;
    margin-right: 20px;
  }
}

@media (min-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.9);
  }

  .header__logo {
    margin: 10px 0;
    width: 86px;
  }

  .header__menu-toggle {
    display: none;
  }
}

.menu-mobile {
  display: none;
  color: #fff;
  background: #252525;
}

.menu-mobile__header {
  padding: 20px;
}

.menu-mobile__header .close-menu {
  float: right;
  text-transform: uppercase;
}

.menu-mobile__header .close-menu i {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-style: normal;
  color: #ee7801;
}

.menu-mobile__header .is-active {
  color: #ee7801;
}

.menu-mobile__header span {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.menu-mobile__body a {
  display: block;
  padding: 20px;
}

.menu-mobile__body>div {
  background: #333;
  margin-top: 1px;
  background-image: url("../images/icons/mobile.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.menu-mobile__body>div.is-active {
  background-image: url("../images/icons/mobile-active.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.menu-mobile__body .toggle a {
  display: inline-block;
}

.menu-mobile__body ul {
  display: none;
  list-style: disc;
  padding-left: 40px;
}

@media (min-width: 960px) {
  .menu-mobile {
    display: none;
  }
}

.menu-web {
  display: none;
  font-size: 14px;
  float: right;
}

.menu-web__item {
  display: table-cell;
  margin-left: 10px;
  height: 64px;
  vertical-align: middle;
  position: relative;
}

.menu-web__item:nth-child(5),
.menu-web__item:nth-child(6) {
  padding: 0 10px;
}

.menu-web__item.has-sub:hover {
  padding-top: 3px;
  border-bottom: 3px solid #ee7801;
}

.menu-web__item.has-sub:hover ul {
  display: block;
}

.menu-web__a {
  display: block;
  padding: 0 28px 0 10px;
  line-height: 1.1;
  text-align: center;
  background-image: url("../images/v.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.menu-web__a:hover,
.menu-web__a.is-active {
  background-image: url("../images/v-active.png");
}

.menu-web ul {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 10;
  width: 300px;
  color: #fff;
}

.menu-web ul a {
  display: block;
  padding: 15px 20px;
  background: #333;
  border-top: 1px solid #252525;
}

.menu-web a:hover,
.menu-web .is-active {
  color: #ee7801;
}

@media (min-width: 960px) {
  .menu-web {
    display: block;
  }
}

@media (min-width: 1200px) {
  .menu-web__a {
    margin-right: 20px;
  }
}

/*Estilos grandotes*/
@media (min-width: 1920px) {

  .hero .hero__content .hero__titulo {
    top: 40%;
    left: 10%;
    font-size: 3em;
  }

}

/*Estilos chiquis*/
@media (max-width: 481px) {

  .hero .hero__content .hero__titulo {
    top: 40%;
    left: 10%;
    font-size: 1.8em;
  }

  .video-cont {
    position: relative;
    padding-bottom: 49%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }

  .video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home-quienes-somos__quote {
    padding-left: 0;
  }

  .home-quienes-somos .quote {
    padding-bottom: 15px;
    font-size: 14px;
    padding-top: 20px;
  }

  .home-quienes-somos .manager {
    font-size: 14px;
  }

}

.footer {
  position: relative;
  color: #fff;
  z-index: 100;
}

.footer__mapa {
  display: none;
  padding: 40px 20px 20px;
  background: #565656;
  font-size: 13px;
}

.footer__mapa .col-lg--3 {
  padding: 0 20px;
}

.footer__mapa .col-lg--3:last-child {
  padding: 0;
}

.footer__mapa h3 {
  position: relative;
}

.footer__mapa h3:before {
  width: 2px;
  height: 1em;
  background: #fff;
  left: -10px;
  top: 0;
}

.footer__mapa li {
  color: #bcbec0;
  margin-bottom: 5px;
}

.footer__contacto {
  padding: 0 20px 0 40px;
  border-left: 1px solid #fff;
}

.footer__legal {
  padding: 15px;
  background: #2f2f2f;
  font-size: 12px;
  text-align: center;
}

.footer .i-social {
  margin: 0 5px;
  width: 48px;
  height: 48px;
  background-image: url("../images/social-w.png");
}

.footer .i-social--fb {
  background-position: 0 0;
}

.footer .i-social--tw {
  background-position: -48px 0;
}

.footer .i-social--yt {
  background-position: -96px 0;
}

.footer .i-social:hover {
  background-image: url("../images/social-w.png");
}

.footer__social,
.footer__copy {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .footer__mapa {
    display: block;
  }

  .footer__social {
    text-align: left;
  }

  .footer__copy {
    text-align: right;
  }
}

.no-hero {
  border-top: 1px solid #a7a9ac;
  padding: 20px 0;
}

.intro {
  font-size: 1.2em;
  text-align: justify;
}

.intro-list {
  list-style-type: none !important;
  margin-left: 2em !important;
  font-size: 1.2em;
}

.small-list {
  font-size: 0.95em !important;
}

.small-list li {
  margin-bottom: 0.6em;
}

.intro-list li {
  position: relative;
}

.intro-list li::before {
  position: absolute;
  left: -0.8em;
  content: "•  ";
  color: #ee7801;
  font-size: 1.1em;
}

em {
  font-size: 0.7em;
}

.tabla-img {
  display: block;
  margin: 0 auto;
}

.mapa {
  padding: 1em;
}

@media (min-width: 960px) {
  .tabla-img {
    margin: 20px auto;
  }
}

.portada .titulo {
  margin: 0 auto 20px;
}

.portada__titulo {
  padding: 40px 10px 0;
  background: #f8f8f8;
}

.portada__enlaces {
  padding: 40px 0 20px;
  background: #eaeaea;
}

@media (min-width: 960px) {
  .portada .titulo {
    font-size: 2.2em;
  }

  .portada .intro {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .portada__titulo {
    padding: 80px 10px 0;
  }

  .portada__enlaces {
    padding: 60px 0;
  }
}

.page h3 {
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.page .card h3 {
  text-transform: none;
  text-align: center;
}

.page .btn--re,
.page .btn--orange {
  margin-top: 20px;
  font-size: 1em;
}

@media (min-width: 960px) {
  .page {
    padding-top: 70px;
  }

  .page h3 {
    text-align: left;
  }

  .page .btn--red,
  .page .btn--orange {
    display: inline-block;
  }
}

.section {
  padding: 20px 0;
}

.section p em {
  font-size: inherit !important;
}

@media (min-width: 960px) {
  .section {
    padding: 40px 0;
  }
}

.section-bg {
  background: #f8f8f8;
}

.section-enlaces {
  padding: 40px 0 20px;
  background: #f8f8f8;
}

@media (min-width: 960px) {
  .section-enlaces {
    padding: 60px 0;
  }
}

.pie {
  font-size: 0.75em;
  color: #a7a9ac;
}

.titulo {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 5px 5px 15px;
  font-size: 2em;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: left;
  color: #a7a9ac;
  border-left: 3px solid #ee7801;
}

.titulo em {
  color: #ee7801;
  font-style: normal;
  font-size: inherit !important;
}

.legal,
.etiqueta {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
}

.etiqueta {
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}

.quote {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.1;
  color: #ee7801;
  text-align: left;
}

.quote:before {
  content: '\201C';
}

.quote:after {
  content: '\201D';
}

.home-reporte {
  background: #f8f8f8;
  padding: 40px 0 0;
}

.home-reporte .wrap {
  padding: 0 10px;
}

.home-reporte .titulo {
  margin: 0;
}

.home-reporte__p {
  text-align: center;
  font-size: 1.2em;
}

@media (min-width: 960px) {
  .home-reporte__p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-reporte ul {
  margin: 40px 0;
}

.home-reporte__a {
  display: block;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.home-reporte__a img {
  display: block;
  height: 95px;
  width: 85px;
  margin: 0 auto 10px auto;
  vertical-align: middle;
}

.home-reporte__a p {
  color: #78787a;
  display: block;
  margin: 0;
  width: 100%;
  vertical-align: middle;
}

.home-reporte__legal {
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

@media (min-width: 960px) {
  .home-reporte__legal {
    border: none;
  }

  .home-reporte__legal .legal {
    padding-top: 5px;
    border-top: 1px solid #d9d9d9;
  }
}

.home-quienes-somos {
  padding: 40px 10px 20px;
}

.home-quienes-somos__p {
  font-size: 1.1em;
  font-weight: bold;
}

.home-quienes-somos__mapa {
  text-align: center;
}

@media (min-width: 960px) {
  .home-quienes-somos .to-right {
    padding-right: 40px;
    position: relative;
    left: 33.33%;
  }

  .home-quienes-somos .to-left {
    position: relative;
    left: -33.33%;
    top: -40px;
    margin-bottom: -40px;
  }

  .home-quienes-somos .is-web {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
  }

  .video-cont {
    position: relative;
    padding-bottom: 49.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }

  .video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home-quienes-somos__quote {
    padding-left: 40px;
    border-left: 2px solid #ee7801;
  }

  .home-quienes-somos .quote {
    padding-bottom: 20px;
    font-size: 14.5px;
    padding-top: 20px;
  }

  .home-quienes-somos .manager {
    font-size: 14px;
  }
}

.home-talento {
  position: relative;
  padding: 40px 10px 20px;
  background: #f8f8f8;
}

.home-talento .titulo {
  margin-bottom: 0;
  font-size: 1.75em;
}

.home-talento .btn--solid {
  margin: 40px 0;
}

.home-talento img {
  display: block;
  margin: auto;
}

.home-talento__ul {
  margin: 20px auto 0;
  width: 240px;
}

.home-talento__li {
  height: 110px;
  color: #f8ad01;
  line-height: 1.1;
  background-size: 100px;
}

.home-talento__li span {
  display: inline-block;
  height: 110px;
  width: 1px;
  vertical-align: middle;
}

.home-talento__li a {
  display: inline-block;
  margin: 0;
  padding-left: 120px;
  width: calc(100% - 6px);
  vertical-align: middle;
}

.home-talento__li--1 {
  background-image: url("../images/2017/home/desarrollo_de_talento_per.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #78787a;
}

.home-talento__li--2 {
  background-image: url("../images/2017/home/desarrollo_de_talento_org.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #78787a;
}

.home-talento__li--3 {
  background-image: url("../images/2017/home/desarrollo_de_talento_inv.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #78787a;
}

@media (min-width: 481px) {
  .home-talento__ul {
    font-size: 16px;
  }

  .home-talento__li {
    height: 90px;
    background-size: 80px;
  }

  .home-talento__li a {
    padding-left: 100px;
  }

  .home-talento__li span {
    height: 90px;
  }
}

@media (min-width: 960px) {
  .home-talento {
    padding: 80px 20px 60px;
  }

  .home-talento .btn--solid {
    margin-bottom: 0;
  }

  .home-talento .to-up {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
  }

  .home-talento .to-left {
    padding-right: 20px;
  }
}

.home-trabajamos {
  position: relative;
  padding: 40px 10px;
}

.home-trabajamos .btn--solid {
  margin-top: 40px;
}

@media (min-width: 960px) {
  .home-trabajamos {
    padding: 80px 20px 60px;
    /* &__p {
        margin: 80px 0;
      } */
  }

  .home-trabajamos .to-right {
    padding-left: 20px;
  }

  .home-trabajamos .titulo {
    width: 80%;
  }

  .home-trabajamos .btn--solid {
    width: 60%;
  }
}

.home-descargas {
  background-image: url("../images/home/descargas.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  background-size: cover;
}

.home-descargas h2 {
  color: #fff;
  font-size: 1.75em;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 481px) {
  .home-descargas {
    padding: 120px 0;
  }

  .home-descargas .btn--solid {
    display: inline-block;
    width: 160px;
  }
}

.quienes-somos .card {
  float: none;
  display: inline-block;
}

.mensaje-director__titulo {
  text-align: center;
}

.mensaje-director__info {
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
}

.mensaje-director__info img {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.mensaje-director .texto-mensaje {
  text-align: justify;
  font-size: 0.9em;
}

.mensaje-director .texto-mensaje a {
  color: #ee7801;
}

.mensaje-director__etiqueta {
  position: relative;
  top: -20px;
}

.mensaje-director__etiqueta p {
  margin: 0;
}

@media (min-width: 960px) {
  .mensaje-director__titulo {
    text-align: left;
  }

  .mensaje-director__titulo .titulo {
    margin-left: calc(33.33% + 4px);
    margin-bottom: 40px;
  }

  .mensaje-director__info {
    position: relative;
    top: -20px;
    text-align: left;
  }

  .mensaje-director__etiqueta {
    top: -60px;
    text-align: center;
    margin-bottom: 0;
  }
}

.estrategia-sostenibilidad em {
  color: #ee7801;
}

.estrategia-sostenibilidad .linea {
  display: none;
  position: absolute;
  border-bottom: 2px solid #ee7801;
}

.estrategia-sostenibilidad .linea:before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #ee7801;
  border-radius: 50%;
}

.estrategia-sostenibilidad .et {
  text-align: center;
}

.estrategia-sostenibilidad .s1 ol {
  padding-left: 1em;
}

.estrategia-sostenibilidad .s1 li {
  margin-bottom: 1em;
  text-align: justify;
}

.estrategia-sostenibilidad .s2 {
  text-align: center;
}

.estrategia-sostenibilidad .s2 ul {
  display: inline-block;
  margin: 20px auto 0;
  text-align: left;
}

.estrategia-sostenibilidad .s2 ul span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ee7801;
}

.estrategia-sostenibilidad .s2 ul li:nth-child(1) span {
  background: #f7b8a2;
}

.estrategia-sostenibilidad .s2 ul li:nth-child(2) span {
  background: #f16931;
}

.estrategia-sostenibilidad .s2 ul li:nth-child(3) span {
  background: #c0bfbf;
}

.estrategia-sostenibilidad .s3 {
  text-align: center;
}

.estrategia-sostenibilidad .s3 .txt {
  font-size: 1.2em;
}

.estrategia-sostenibilidad .s3 .t-s li {
  display: inline-block;
  width: 110px;
  margin-left: -4px;
  padding: 10px;
  vertical-align: top;
  text-align: center;
  border: solid 1px;
  min-height: 200px;
  margin: 10px 10px 0 0;
  border-radius: 55px;
}

.estrategia-sostenibilidad .s3 .t-s p {
  font-size: 10px;
  margin-top: 15px;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(1) {
  border-color: #f2682a;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(1) p {
  color: #727272;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(2) {
  border-color: #7e4081;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(2) p {
  color: #727272;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(3) {
  border-color: #929496;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(3) p {
  color: #727272;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(4) {
  border-color: #f2682a;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(4) p {
  color: #727272;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(5) {
  border-color: #7e4081;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(5) p {
  color: #727272;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(6) {
  border-color: #929496;
}

.estrategia-sostenibilidad .s3 .t-s li:nth-child(6) p {
  color: #727272;
}

@media (min-width: 960px) {
  .estrategia-sostenibilidad .linea {
    display: block;
  }

  .estrategia-sostenibilidad .et {
    text-align: left;
  }

  .estrategia-sostenibilidad .s2 {
    text-align: left;
  }

  .estrategia-sostenibilidad .s2 .wrap {
    position: relative;
  }

  .estrategia-sostenibilidad .s2 ul {
    position: absolute;
    left: 8.33%;
    top: 50%;
  }

  .estrategia-sostenibilidad .s2 li {
    line-height: 1.4;
  }

  .estrategia-sostenibilidad .s2 img {
    margin: auto;
  }

  .estrategia-sostenibilidad .s2 .linea {
    top: 50%;
    left: 5%;
    margin-top: -10px;
    width: 50%;
    z-index: 0;
  }

  .estrategia-sostenibilidad .s2 .linea:before {
    top: -9px;
  }

  .estrategia-sostenibilidad .s3 {
    text-align: left;
    padding-bottom: 80px;
  }

  .estrategia-sostenibilidad .s3 .wrap {
    position: relative;
  }

  .estrategia-sostenibilidad .s3 .linea {
    bottom: 0;
    left: 6%;
    width: 76.3333%;
    height: 100px;
    border-left: 2px solid #ee7801;
  }

  .estrategia-sostenibilidad .s3 .linea:before {
    left: -11px;
  }
}

.gobierno-corporativo .et {
  text-align: center;
}

.gobierno-corporativo .pie {
  padding-top: 1em;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.gobierno-corporativo .pie a {
  text-decoration: underline;
}

.gobierno-corporativo .txt {
  text-align: center;
}

.gobierno-corporativo .to-right {
  float: right;
}

.gobierno-corporativo .btn {
  font-size: 1em;
}

@media (min-width: 960px) {

  .gobierno-corporativo .txt,
  .gobierno-corporativo .et {
    text-align: left;
  }

  .gobierno-corporativo .s4 h3,
  .gobierno-corporativo .s4 .txt {
    text-align: right;
  }

  .gobierno-corporativo .btn {
    margin-top: 80px;
  }
}

.cumplimiento-regulatorio .s1 h4,
.cumplimiento-regulatorio .s1 p,
.cumplimiento-regulatorio .s2 h4,
.cumplimiento-regulatorio .s2 p {
  text-align: center;
}

@media (min-width: 960px) {
  .cumplimiento-regulatorio .s2 .to-right {
    float: right;
  }

  .cumplimiento-regulatorio .s2 h3,
  .cumplimiento-regulatorio .s2 p {
    padding-left: 20px;
    text-align: right;
  }

  .cumplimiento-regulatorio .s1 h4,
  .cumplimiento-regulatorio .s1 p {
    text-align: left;
  }
}

.desempeno-economico .et {
  text-align: center;
}

.desempeno-economico .tabla-img {
  margin: 20px auto;
}

.desempeno-economico .t4 {
  margin-top: 0;
}

.desempeno-economico .linea {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #a7a9ac;
}

.desempeno-economico .et {
  margin: 40px 0 0;
  text-align: center;
}

.desempeno-economico .s2 .to-right {
  float: right;
}

.desempeno-economico .s2 p {
  text-align: center;
}

.desempeno-economico .s2 h4 {
  margin-top: 0;
  text-align: center;
  color: #ee7801;
}

.desempeno-economico .s2 ul {
  margin: 20px 0 0;
  font-size: 0.75em;
}

.desempeno-economico .s2 ul span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  vertical-align: text-bottom;
}

.desempeno-economico .s2 ul strong {
  color: inherit;
}

.desempeno-economico .s2 ul li {
  line-height: 2;
}

.desempeno-economico .s2 ul li:nth-child(1) span {
  background: #f16a33;
}

.desempeno-economico .s2 ul li:nth-child(2) span {
  background: #A5A8AA;
}

.desempeno-economico .s2 ul li:nth-child(3) span {
  background: #7e4081;
}

.desempeno-economico .s2 ul li:nth-child(4) span {
  background: #fabd06;
}

.desempeno-economico .s2 ul li:nth-child(5) span {
  background: #49c1bb;
}

.desempeno-economico .s2 ul li:nth-child(6) span {
  background: #00a66a;
}

.desempeno-economico .s2 ul li:nth-child(7) span {
  background: #4d5b6d;
}

.desempeno-economico .s2 ul li:nth-child(8) span {
  background: #855d30;
}

.desempeno-economico .s3 .tabla-img {
  margin: 0 auto;
}

.desempeno-economico .s3 .btn {
  font-size: 1em;
}

@media (min-width: 960px) {
  .desempeno-economico .linea {
    margin: 40px 0;
  }

  .desempeno-economico .s2 .txt {
    text-align: left;
    padding: 0 20px;
  }

  .desempeno-economico .s2 .lista {
    padding-left: 40px;
  }

  .desempeno-economico .s3 .adjuntos {
    margin-top: 120px;
  }

  .desempeno-economico .s3 p:nth-child(2) {
    margin-bottom: 40px;
  }

  .desempeno-economico .s3 .btn {
    text-align: left;
  }
}

.como-desarrollamos-talento .card,
.talento-personas .card,
.talento-organizaciones .card {
  float: none;
  display: inline-block;
}

@media (min-width: 481px) {
  .talento-personas .card h3 {
    height: 35px;
  }

  .talento-personas .h3 {
    padding-top: 0.5em;
  }
}

.voluntariado .p0 {
  text-align: center;
}

.voluntariado .p1 {
  padding-left: 20px;
  color: #ee7801;
  border-left: 2px solid #ee7801;
}

.voluntariado .t1 {
  margin-bottom: 20px;
}

.voluntariado .t2 {
  margin: 40px auto;
}

@media (min-width: 960px) {
  .voluntariado .p0 {
    text-align: left;
  }

  .voluntariado .t1 {
    margin-bottom: 40px;
  }

  .voluntariado .t2 {
    margin: 60px auto;
  }
}

.inversion-social .txt {
  text-align: justify;
}

.inversion-social .strng {
  font-weight: bold;
  text-align: center;
}

.inversion-social h3 {
  margin-bottom: 0;
}

.inversion-social h4 {
  font-size: 1.1em;
  text-align: center;
}

.inversion-social li {
  margin: 20px 0;
}

.inversion-social .tl {
  margin-bottom: 40px;
}

.inversion-social .tabla {
  font-size: 0.8em;
}

.inversion-social .tabla td {
  padding: 10px;
}

.inversion-social .tabla td:first-child {
  width: 100px;
  padding-left: 32px;
  color: #ee3c24;
  text-align: right;
}

.inversion-social .tabla tr:nth-child(2) td:first-child {
  background-image: url("../images/como-desarrollamos-talento/icon-ribbon.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}

.inversion-social .tabla tr:nth-child(3) td:first-child {
  background-image: url("../images/como-desarrollamos-talento/icon-cash.png");
  background-position: left center;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .inversion-social .ml0 {
    margin-left: 0;
  }

  .inversion-social .tabla-img {
    margin-bottom: 40px;
  }

  .inversion-social .tl {
    margin-bottom: 20px;
  }

  .inversion-social .strng {
    margin-top: 40px;
    text-align: left;
  }

  .inversion-social .txt {
    padding-right: 40px;
    text-align: left;
    font-size: 0.8em;
  }

  .inversion-social .txt h4 {
    text-align: left;
    font-size: 1.25em;
  }
}

.filarmonica .t1 {
  margin-bottom: 40px;
}

.filarmonica .lista {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 25px;
  letter-spacing: 0;
  background-image: url("../images/como-desarrollamos-talento/icon-lista.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.filarmonica .lista h4 {
  margin: 0 0 60px;
  padding-left: 60px;
  color: #ee7801;
  text-transform: uppercase;
  text-align: center;
}

.filarmonica .lista ul {
  padding-left: 20px;
  border-left: 3px solid #ee7801;
}

.filarmonica .lista li {
  text-align: justify;
  margin: 20px 0;
}

@media (min-width: 481px) {
  .filarmonica .lista h4 {
    letter-spacing: 5px;
  }
}

.premio-periodismo .pie {
  text-align: center;
  color: #7d7d7d;
}

.premio-periodismo .pie a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .premio-periodismo .pie {
    margin: 40px 0;
    text-align: left;
  }
}

.aflora .p1 {
  margin-top: 0;
}

.aflora .t2 {
  margin: 40px auto;
}

.emprende-pais .t1 {
  margin-bottom: 40px;
}

.emprende-pais li {
  margin: 1em 0;
}

.asi-trabajamos .card {
  float: none;
  display: inline-block;
}

@media (min-width: 481px) {
  .asi-trabajamos .portada__enlaces h3 {
    height: 35px;
  }
}

@media (min-width: 960px) {
  .asi-trabajamos .portada__enlaces h3 {
    height: 52px;
  }

  .asi-trabajamos .portada__enlaces .h1 {
    padding-top: 1em;
  }

  .asi-trabajamos .portada__enlaces .h2 {
    padding-top: 0.5em;
  }
}

.alianzas .txt {
  text-align: center;
}

@media (min-width: 960px) {
  .alianzas .txt {
    padding-right: 80px;
    text-align: left;
  }
}

.desarrollo-integral .tabla-img {
  margin: 40px auto;
}

.desarrollo-integral .t1,
.desarrollo-integral .t3 {
  margin-top: 0;
}

.desarrollo-integral .t5 {
  margin-bottom: 0;
}

.desarrollo-integral .et {
  display: none;
}

@media (min-width: 960px) {
  .desarrollo-integral .t2 {
    margin-top: 60px;
    margin-left: -20px;
  }

  .desarrollo-integral .t3 {
    margin-top: 20px;
  }

  .desarrollo-integral .et {
    display: block;
  }
}

.desarrollo-fortalecimiento .t1 {
  margin: 0 auto 40px;
}

.desarrollo-fortalecimiento .t2 {
  margin: 40px auto 20px;
}

.desarrollo-fortalecimiento .p1,
.desarrollo-fortalecimiento .p2 {
  padding-left: 20px;
}

.desarrollo-fortalecimiento .p1 span,
.desarrollo-fortalecimiento .p2 span {
  display: block;
  font-weight: bold;
}

.desarrollo-fortalecimiento .p1 span:first-child {
  color: #ab1967;
}

.desarrollo-fortalecimiento .p1 span:last-child {
  color: #f36a34;
}

.desarrollo-fortalecimiento .p2 span:first-child {
  color: #f8ad10;
}

.desarrollo-fortalecimiento .p2 span:last-child {
  color: #d11047;
}

@media (min-width: 960px) {
  .desarrollo-fortalecimiento .t1 {
    margin: 0 auto 60px;
  }

  .desarrollo-fortalecimiento .t2 {
    margin: 60px auto 20px;
  }
}

.medio-ambiente .section p {
  text-align: center;
}

.medio-ambiente .txt1,
.medio-ambiente .txt2,
.medio-ambiente .txt3 {
  font-size: 0.75em;
}

.medio-ambiente .txt1 {
  color: #f8ad01;
}

.medio-ambiente .txt2 {
  color: #ab1968;
}

.medio-ambiente .t2 {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .medio-ambiente .section p {
    text-align: left;
  }

  .medio-ambiente .txt0 {
    margin-top: 40px;
    padding-right: 40px;
  }

  .medio-ambiente .txt1 {
    padding-left: 0;
  }

  .medio-ambiente .txt2 {
    padding-right: 0;
  }

  .medio-ambiente .g1 {
    margin-top: 40px;
  }
}

.descargas .intro {
  text-align: center;
}

.fix1 {
  position: relative;
}

.fix1 .fix2 {
  position: relative;
  z-index: 2;
}

.logo-aflora {
  margin: auto;
  display: block;
}

.bg-white {
  background: #fff;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.i-menu {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 22px;
  border-top: 4px solid #7d7d7d;
  border-bottom: 4px solid #7d7d7d;
  vertical-align: bottom;
}

.i-menu:after {
  width: 100%;
  height: 4px;
  top: 5px;
  background: #7d7d7d;
}

.i-social {
  background-image: url("../images/social.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.i-social--fb {
  background-position: 0 0;
}

.i-social--tw {
  background-position: -32px 0;
}

.i-social--yt {
  background-position: -64px 0;
}

.i-social:hover {
  background-image: url("../images/social-hover.png");
}

.i-home {
  padding: 0 10px;
  /* @extend %icon;
  @include bgi('icons/home.png');
  margin-right: 10px;
  &:hover {
    @include bgi('icons/home-hover.png');
  } */
}

.breadcrumb {
  display: none;
  margin: 0 0 40px;
  padding: 0 10px;
  font-size: 14px !important;
  color: #a7a9ac;
}

.breadcrumb em {
  color: #7e7e7e;
  font-size: 14px !important;
}

@media (min-width: 960px) {
  .breadcrumb {
    display: block;
  }
}

.btn {
  background-image: url("../images/icons/btn.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.btn--primary {
  background-image: url("../images/icons/btn-tomato.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #ee7801;
  border-color: #ee7801;
}

.btn--primary:hover {
  color: white;
  background-color: #ee7801;
  background-image: url("../images/icons/btn-solid.png");
}

.btn--solid {
  color: #fff;
  background-color: #ee7801;
  border-color: #ee7801;
  background-image: url("../images/icons/btn-solid.png");
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn--solid:hover {
  color: #ee7801;
  background-color: white;
  background-image: url("../images/icons/btn-tomato.png");
}

.btn--orange {
  background-image: url("../images/icons/btn-orange.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #ee7801;
  border-color: #ee7801;
  padding: 0.5em 3em 0.5em 2em;
}

.btn--orange:hover {
  color: white;
  background-color: #ee7801;
  background-image: url("../images/icons/btn-solid.png");
}

.btn--red {
  background-image: url("../images/icons/btn-tomato.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #f16a33;
  border-color: #f16a33;
  padding: 0.5em 3em 0.5em 2em;
}

.btn--red:hover {
  color: white;
  background-color: #f16a33;
  background-image: url("../images/icons/btn-solid.png");
}

.hero {
  position: relative;
  overflow: hidden;
  height: 320px;
  padding: 0 30px;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.muelas {
  background-position: center center !important;
}

.hero.h25 {
  background-position: center 25%;
}

.hero--title {
  text-align: left;
}

.hero__content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

.hero__titulo {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
  /*border-bottom: 2px solid #fff;*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  left: 16%;
  font-size: 2.5em;
}

.hero__titulo:after {
  /*width: 6px;
      height: 6px;
      background: #fff;
      right: 0;
      bottom: -4px;
      border-radius: 50%;*/
}

.hero__breadcrumb {
  display: none;
  margin: 0;
  padding-top: 20px;
  font-size: 14px;
}

.hero__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.hero__mask {
  position: absolute;
  bottom: -2px;
  left: 50%;
  max-width: none;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (min-width: 481px) {
  .hero {
    height: 480px;
  }
}

@media (min-width: 960px) {
  .hero {
    height: 640px;
  }

  .hero--title {
    text-align: left;
  }

  .hero__content {
    padding-top: 70px;
  }

  .hero__breadcrumb {
    display: block;
  }
}

@media (min-width: 960px) {

  .image-to-left,
  .image-to-right {
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
    overflow: hidden;
    background: #2f2f2f;
  }

  .image-to-left img,
  .image-to-right img {
    position: relative;
    left: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .image-to-left {
    left: 0;
  }

  .image-to-right {
    right: 0;
  }
}

.cards {
  text-align: center;
}

.card {
  display: inline-block;
  max-width: 240px;
  margin: 0 10px 20px;
  padding: 1em 1em 2em;
  background: white;
  text-align: center;
}

.card img {
  display: block;
  margin: auto;
  width: 90px;
  height: 90%;
}

.card h3 {
  margin-top: 20px;
  font-size: 14px;
}

.card p {
  font-size: 11px;
}

.card .btn {
  margin-top: 30px;
  font-size: 12px;
  background-size: 20px;
}

@media (min-width: 960px) {
  .card {
    float: left;
    display: block;
    margin: 0 1%;
    width: 18%;
  }
}

.card--tomato .btn {
  background-image: url("../images/icons/btn-tomato.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #f26a34;
  border-color: #f26a34;
}

.card--tomato .btn:hover {
  color: white;
  background-color: #f26a34;
  background-image: url("../images/icons/btn-solid.png");
}

.card--orange .btn {
  background-image: url("../images/icons/btn-orange.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #a6a8ab;
  border-color: #a6a8ab;
}

.card--orange .btn:hover {
  color: white;
  background-color: #a6a8ab;
  background-image: url("../images/icons/btn-solid.png");
}

.card--yellow .btn {
  background-image: url("../images/icons/btn-yellow.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #7d4080;
  border-color: #7d4080;
}

.card--yellow .btn:hover {
  color: white;
  background-color: #7d4080;
  background-image: url("../images/icons/btn-solid.png");
}

.card--crimson .btn {
  background-image: url("../images/icons/btn-crimson.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #d11046;
  border-color: #d11046;
}

.card--crimson .btn:hover {
  color: white;
  background-color: #d11046;
  background-image: url("../images/icons/btn-solid.png");
}

.card--purple .btn {
  background-image: url("../images/icons/btn-purple.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FABD03;
  border-color: #FABD03;
}

.card--purple .btn:hover {
  color: white;
  background-color: #FABD03;
  background-image: url("../images/icons/btn-solid.png");
}

.card--brown .btn {
  background-image: url("../images/icons/btn-brown.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #996633;
  border-color: #996633;
}

.card--brown .btn:hover {
  color: white;
  background-color: #996633;
  background-image: url("../images/icons/btn-solid.png");
}

.navegacion {
  display: none;
}

@media (min-width: 960px) {
  .navegacion {
    display: block;
    position: fixed;
    top: 25vh;
    right: 2vw;
    z-index: 50;
  }

  .navegacion a {
    display: block;
    margin: 10px 0;
    padding: 5px 25px 5px 0;
    width: 150px;
    line-height: 1.1;
    font-size: 12px;
    background-image: url("../images/icons/nav.png");
    background-position: right center;
    background-repeat: no-repeat;
  }

  .navegacion a.active {
    color: #2f2f2f;
    background-image: url("../images/icons/nav-active.png");
    background-position: right center;
    background-repeat: no-repeat;
  }
}

.download {
  float: left;
  position: relative;
  width: calc(100% - 20px);
  margin: 0 10px 40px;
}

.download:before {
  width: 50px;
  height: 50px;
  top: 20px;
  left: 0;
  background-image: url("../images/icons/logo-acrobat.png");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.download__img {
  display: block;
  width: 100%;
}

.download__year {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 1.25em;
  text-align: center;
}

.download__btns-outer {
  text-align: center;
}

.download__btn {
  display: inline-block;
  margin: 0 4% 0 0;
  padding: 10px 20px;
  width: 45%;
  background: #ee7801;
  color: #fff;
  border: 0 none;
}

.download__btn:last-child {
  margin: 0 0 0 4%;
}

@media (min-width: 481px) {
  .download {
    width: calc(50% - 20px);
  }
}

@media (min-width: 960px) {
  .download {
    margin: 0 20px 40px;
    width: calc(33.33% - 40px);
  }

  .download__year {
    font-size: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .download__year {
    text-align: right;
  }

  .download__btns-outer {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background: rgba(128, 51, 21, 0.5);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .download__btns-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .download__btn {
    display: block;
    margin: 10px auto;
    width: 160px;
    background: #fff;
    color: #ee7801;
    border-radius: 4px;
  }

  .download__btn:hover {
    background: #ee7801;
    color: #fff;
  }

  .download__btn:last-child {
    margin: 10px auto;
  }

  .download:hover:before {
    background-image: url("../images/icons/logo-acrobat-blanco.png");
  }

  .download:hover .download__year {
    color: #ee7801;
  }

  .download:hover .download__btns-outer {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.h-slider .bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.easyzoom {
  display: inline-block;
}

.easyzoom img {
  display: block;
}

.easyzoom-flyout img {
  max-width: none;
}

body.zoom-in {
  overflow: hidden;
}

.zm-img {
  display: block;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}


.zm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.zm-outer {
  display: table;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}

.zm-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.zm-el {
  display: inline-block;
  padding: 10px;
  background-color: white;
}

.zm-el img {
  /*max-height: 620px;*/
  max-width: 920px;
}

.zm-img {
  display: block;
  margin: 0;
  max-width: none;
}

.zm-close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.zm-close span {
  color: #ee7801;
}

@media (min-width: 960px) {
  .zm-close {
    top: 20px;
    right: 20px;
  }
}

.ob {
  position: relative;
  height: 100%;
}

.ob span {
  display: block;
  font-size: 2em;
}

.ob em {
  color: #ee7801;
}

.ob__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 6px solid #ee7801;
}

.ob__h1 {
  margin: 10px 0;
}

.ob__h1 a {
  display: inline-block;
}

.ob__h1 img {
  display: block;
  width: 86px;
}

.ob__outer {
  display: table;
  width: 100%;
  height: 100%;
}

.ob__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ob__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #2f2f2f;
}

.ob .btn--solid {
  display: inline-block;
}


/* 2020 */

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('../fonts/2020/AmericanTypewriter-Bold.woff2') format('woff2'),
    url('../fonts/2020/AmericanTypewriter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url('../fonts/2020/AmericanTypewriterMedium.woff2') format('woff2'),
    url('../fonts/2020/AmericanTypewriterMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'AmericanTypewriter';
  src: url('../fonts/2020/AmericanTypewriter.woff2') format('woff2'),
    url('../fonts/2020/AmericanTypewriter.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'CastroScript';
  src: url('../fonts/2020/CastroScriptPERSONALUSEONLY.woff2') format('woff2'),
    url('../fonts/2020/CastroScriptPERSONALUSEONLY.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}

.header {
  background: white;
}

body {
  background: url(../images/background.png);
  background-size: 111px;
}

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

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.hidden-xs-up {
  display: none !important
}

@media (max-width:575.98px) {
  .hidden-xs-down {
    display: none !important
  }
}

@media (min-width:576px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media (max-width:767.98px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media (min-width:768px) {
  .hidden-md-up {
    display: none !important
  }
}

@media (max-width:991.98px) {
  .hidden-md-down {
    display: none !important
  }
}

@media (min-width:992px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media (max-width:1199.98px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-xl-up {
    display: none !important
  }
}

.hidden-xl-down {
  display: none !important
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media (min-width:576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.img-fluid {
  max-width: 100%;
  height: auto
}

/*END GRID*/

.site2020 .imgcentergrid {
  width: 90%;
  margin: 1em auto;
  display: block;
}

@media(min-width: 992px) {
  .site2020 .imgcentergrid {
    width: 100%;
  }
}

.site2020 hr {
  border: solid 1px;
  border-style: dashed;
  color: #9E9F9E;
}

.site2020 {
  left: 0;
  position: relative;
}

.site2020,
.site2020 .font01 {
  font-family: 'AmericanTypewriter';
}

.site2020 .d-flex {
  display: flex;
}

.site2020 .d-block {
  display: block;
}

.site2020 .align-end {
  align-items: flex-end;
}

.site2020 .flex-wrap {
  flex-wrap: wrap;
}



.site2020 .justify-center {
  justify-content: center;
}

.site2020 .justify-center-mobile {
  justify-content: center;
}

.site2020 .justify-end-desktop {
  justify-content: center;
}

.site2020 .item-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.site2020 .item-map p {
  display: table;
  width: 109%;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 5px -9%;
}

.site2020 .item-map .map-img {
  position: relative;
}

.map-img img {
  display: block;
  max-height: 137px;
  max-width: 88%;
  margin: 0 auto;
}

.site2020 .item-map .map-img .map-index {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #4CC1BB;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
}

.site2020 .item-map .map-img .map-index span {
  font-size: .6em;
  width: 100%;
  text-align: center;
}

@media(min-width: 768px) {
  .site2020 .justify-center-mobile {
    justify-content: left;
  }

  .site2020 .justify-end-desktop {
    justify-content: flex-end;
  }

}

.site2020 .align-center {
  align-items: center;
}

.site2020 .align-baseline {
  align-items: baseline;
}

.site2020 .tabitemhint {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: .7em;
}

@media(min-width: 960px) {
  .site2020 .tabitemhint {
    width: 500px;
  }
}

.textjustifytab {
  width: 80%;
  text-align: justify;
  margin: 0 auto;
}

.textcentertab {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.texttab {
  width: 80%;
  text-align: left;
  margin: 0 auto;
}



@media(min-width: 960px) {

  .textjustifytab,
  .textcentertab,
  .texttab {
    width: 500px;
  }
}

.site2020 .btn-dashed {
  border: solid 2px #ff671b;
  border-style: dashed;
  border-radius: 200px;
  padding: 5px 50px;
  color: #ff671b;
  font-size: .8em;
  min-width: 119px;
  background: transparent;
}

.site2020 .btn-dashed.active {
  border: solid 2px #ff671b;
  border-style: none;
  background: #ff671b;
  color: white;
}

.site2020 .center-buttons .btn {
  margin: 10px;
  cursor: pointer;
  font-weight: 100;
}

.site2020 .center-buttons .btn:focus {
  outline: none;
}

.site2020 .center-buttons .btn:hover {
  outline: none;
  filter: brightness(0.8);
}

.site2020 .center-buttons .btn:active {
  outline: none;
  transform: scale(.94);
  filter: brightness(0.8);
}

.site2020 .font02 {
  font-family: "CastroScript";
}

.site2020 p {
  font-size: .8em;
}

.site2020 .fontlight {
  font-weight: 100;
}

.site2020 h1 {
  font-size: 3em;
  font-weight: 500;
}

.site2020 h2 {
  font-size: 2em;
  font-weight: 500;
}

.site2020 .titlecentered {
  text-align: center;
  line-height: 92%;
}

.site2020 .itemtab {
  display: none;
}

.site2020 #inicio.itemtab {
  display: block;
}

.site2020 .m0 {
  margin: 0;
}

.site2020 .mb1 {
  margin-bottom: 1em;
}

.site2020 .mb2 {
  margin-bottom: 2em;
}

.site2020 .mb3 {
  margin-bottom: 3em;
}

.site2020 .mb4 {
  margin-bottom: 4em;
}

.site2020 .mb5 {
  margin-bottom: 5em;
}


.site2020 .mt1 {
  margin-top: 1em;
}

.site2020 .mt2 {
  margin-top: 2em;
}

.site2020 .mt3 {
  margin-top: 3em;
}

.site2020 .mt4 {
  margin-top: 4em;
}

.site2020 .mt5 {
  margin-top: 5em;
}

.site2020 .mt-05 {
  margin-top: -0.5em;
}

.site2020 .mt-1 {
  margin-top: -1em;
}

.site2020 .mt-2 {
  margin-top: -2em;
}

.site2020 .mt-3 {
  margin-top: -3em;
}

.site2020 .mt-4 {
  margin-top: -4em;
}

.site2020 .mt-5 {
  margin-top: -5em;
}




.site2020 .mr-05 {
  margin-right: -0.5em;
}


.site2020 .mr-2 {
  margin-right: -2em;
}

/* .site2020 .mr-3 {
  margin-right: -3em;
} */
@media(min-width: 768px) {
  .site2020 .mr-1 {
    margin-right: -1em;
  }


  .site2020 .mr-3 {
    margin-right: -3em;
  }
}

.site2020 .mr-4 {
  margin-right: -4em;
}

.site2020 .mr-5 {
  margin-right: -5em;
}


.site2020 .ml-05 {
  margin-left: -0.5em;
}

.site2020 .ml-1 {
  margin-left: -1em;
}

.site2020 .ml-2 {
  margin-left: -2em;
}

.site2020 .ml-3 {
  margin-left: -3em;
}

.site2020 .ml-4 {
  margin-left: -4em;
}

.site2020 .ml-5 {
  margin-left: -5em;
}






.site2020 .mr05 {
  margin-right: 0.5em;
}

.site2020 .mr1 {
  margin-right: 1em;
}

.site2020 .mr2 {
  margin-right: 2em;
}

.site2020 .mr3 {
  margin-right: 0;
}

@media(min-width: 768px) {
  .site2020 .mr3 {
    margin-right: 3em;
  }
}

.site2020 .mr4 {
  margin-right: 4em;
}

.site2020 .mr5 {
  margin-right: 5em;
}


.site2020 .ml05 {
  margin-left: 0.5em;
}

.site2020 .ml1 {
  margin-left: 1em;
}

.site2020 .ml2 {
  margin-left: 2em;
}

.site2020 .ml3 {
  margin-left: 3em;
}

.site2020 .ml4 {
  margin-left: 4em;
}

.site2020 .ml5 {
  margin-left: 5em;
}

.site2020 .header-inicio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site2020 .header-inicio .infotext {
  width: 100%;
  padding: 20px;
}

@media(min-width: 960px) {
  .site2020 .header-inicio .infotext {
    width: 500px;
    padding: 20px;
  }
}

.site2020 .graphimg img,
.site2020 .graphimgmd img,
.site2020 .graphimglg img {
  width: 80%;
}

@media(min-width: 960px) {
  .site2020 .graphimg img {
    width: 600px;
    max-width: 80%;
  }

  .site2020 .graphimgmd img {
    width: 800px;
    max-width: 80%;
  }

  .site2020 .graphimglg img {
    width: 900px;
    max-width: 80%;
  }
}

.site2020 .metas {
  position: relative;
  margin-bottom: 3em
}

.site2020 .metas .meta {
  position: relative;
  cursor: pointer;
  margin-bottom: 5em;
  font-size: .55em;
}


/* not nth 1 & 2 */

.site2020 .metas .meta:nth-child(odd) {
  padding-right: 36px;
  padding-left: 0;
  text-align: right;
}

.site2020 .metas .meta .ico {
  width: 49px;
}

.site2020 .metas .meta:nth-child(odd) .ico {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%);
  z-index: 1;
  background: #f5dbc2;
  padding: 13px 0;
}

.site2020 .metas .meta:nth-child(even) {
  padding-left: 36px;
  padding-right: 0;
}

.site2020 .metas .meta:nth-child(even) .ico {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  background: #f5dbc2;
  padding: 13px 0;
}

@media(min-width: 768px) {
  .site2020 .metas .meta {
    font-size: 1em;
  }

  .site2020 .metas .meta .ico {
    width: auto;
  }

  .site2020 .metas .meta:nth-child(odd) {
    padding-right: 67px;
    padding-left: 15px;
    text-align: right;
  }

  .site2020 .metas .meta:nth-child(even) {
    padding-left: 67px;
    padding-right: 15px;
  }
}


.site2020 .metas .timeline {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 100%;
  border: solid 1.5px;
  border-style: dashed;
  color: #459766;
}

.site2020 .metas .meta-flags {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #f5dbc2;
  padding: 13px 0;
}

.site2020 .metas .meta .title {
  color: #459766;
  font-size: 1.5em;
}

.site2020 .metas .meta .sumary {
  color: #90402a;
  font-size: 1em;
  margin-bottom: 19px;
}

.site2020 .metas .meta .collapse {
  color: gray;
  font-size: 1em;
  height: 0;
  overflow: hidden;
  transition: all .3s;
}

.site2020 .metas .meta.active .collapse {
  height: auto;
  transition: all .3s;
}

.site2020 .metas .meta.active .ico img {
  filter: brightness(.8) hue-rotate(-2deg) saturate(85);
}

.site2020 .metas .meta .collapse .alt {
  color: #459766;
  margin: 11px 0;
}

.site2020 .metas .meta .hint {
  color: gray;
  font-size: .8em;
  margin: 5px 0;
}

.site2020 .menu-float {
  width: 63px;
  min-height: 100px;
  background-color: white;
  position: fixed;
  bottom: 55px;
  right: 3%;
  padding: 5px;
  box-sizing: border-box;
  z-index: 101;
}

.site2020 ul.subtabitems,
.site2020 ul.subtabitems2 {
  display: flex;
  justify-content: center;
}

.site2020 .subtabitems .menugray {
  cursor: pointer;
}

.site2020 ul.subtabitems li,
.site2020 ul.subtabitems2 li {
  filter: brightness(0.7);
  margin: 0 25px;
  cursor: pointer;
}

.site2020 .subtab,
.site2020 .subtab2 {
  display: none;
}

.site2020 #subtab-01.subtab,
.site2020 #subtab2-01.subtab2 {
  display: block;
}

.site2020 .subtab.active,
.site2020 .subtab2.active {
  display: block;
}


.subtabitems2 button {
  width: 80%;
}

@media(min-width: 960px) {
  .subtabitems2 button {
    width: auto;
  }
}



.site2020 ul.subtabitems li.active,
.site2020 ul.subtabitems2 li.active {
  filter: brightness(1);
}

.site2020 ul.subtabitems li.menugray.active,
.site2020 ul.subtabitems2 li.menugray.active,
.site2020 .subtabitems .menugray.active {
  filter: brightness(1.3) hue-rotate(150deg) saturate(90);
}

.site2020 ul.subtabitems li.menubrown.active,
.site2020 ul.subtabitems2 li.menubrown.active {
  filter: brightness(1.3) hue-rotate(41deg) saturate(9);
}

.site2020 .icon-active {
  filter: brightness(1) hue-rotate(42deg) saturate(90);
}

.site2020 .icon-disabled {
  filter: brightness(1.8) grayscale(1);
}

.site2020 .image-text {
  display: flex;
  align-items: flex-start;
}

.site2020 .mdimage {
  width: 400px;
}

.site2020 .menu-float p {
  color: #90402a;
  text-align: center;
  font-size: .5em;
  margin: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.site2020 .menu-float li {
  cursor: pointer;
}

.site2020 .menu-float img {
  width: 69%;
  margin: 6px auto;
  display: block;
}

.site2020 .p-80 {
  width: 80%;
  max-width: 743px;
  margin: 40px auto;
  text-align: center;
}

.site2020 .home-reporte__a img {
  display: block;
  width: auto;
  height: 110px;
  margin: 10px auto 10px auto;
  vertical-align: middle;
}

.site2020 .linksgrid img {
  width: 140px;
}

.site2020 .linksgrid a {
  text-align: center;
  font-size: .8em;
  width: 100%;
  display: block;
}

.site2020 .linksgrid p {
  width: 100%;
}

.site2020 .linkshome img {
  transform: translateX(18px);
}

.site2020 .row {
  margin-left: 0;
  margin-right: 0;
}

.site2020 .text-normal {
  font-weight: 100;
}

.site2020 .text-medium {
  font-weight: 500;
}

.site2020 .text-bold {
  font-weight: bold;
}

.site2020 .text-brown {
  color: #714433 !important;
}

.site2020 .text-red {
  color: #DF6350;
}

.site2020 .text-gray {
  color: #6D6E70 !important;
}

.site2020 .text-darkgray {
  color: #6d6e70;
}

.site2020 .text-bluegreen {
  color: #4CC1BB;
}

.site2020 ul.iconstabsmenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site2020 ul.iconstabsmenu li {
  width: 100%;
  cursor: pointer;
}


@media(min-width: 400px) {
  .site2020 ul.iconstabsmenu li {
    width: auto;
  }
}

@media(min-width: 960px) {
  .site2020 ul.iconstabsmenu li {
    margin: 0 15px;
  }
}



.site2020 h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 500;
}


.site2020 .text-orange {
  color: #FF671B !important;
}

.site2020 .indicadores-image01 {
  width: 80% !important;
  max-width: 90% !important;
  transform: translateX(0);
}

@media(min-width: 960px) {

  .site2020 .indicadores-image01 {
    max-width: 700px !important;
    transform: translateX(-17%);
  }

}


.site2020 .centerimg {
  position: relative;
}

.site2020 .centerimg {
  position: relative;
  height: 35vw;
  max-height: 200px;
}

.site2020 .centerimg img {
  position: absolute;
  width: 24vw;
  height: auto;
}

.site2020 .centerimg img:nth-child(1) {
  left: 6%;
}

.site2020 .centerimg img:nth-child(2) {
  left: 44%;
}

.site2020 .centerimg img:nth-child(3) {
  right: 8px;
}

.site2020 .videocont {
  position: relative;
  padding-bottom: 49.25%;
  padding-top: 25px;
  height: 0;
}

.site2020 .videocont iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
}

.site2020 .message {
  position: relative;
  padding: 30px;
  width: 80%;
  margin: 0 10% !important;
  text-align: center;
}

.site2020 .message span {
  color: #ff671b;
  font-weight: bolder;
}

.site2020 .message strong {
  color: #636161;
  font-weight: bolder;
}

.site2020 .message::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/2020/quote.png)no-repeat center;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -6px;
}

.site2020 .message::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/2020/quote.png)no-repeat center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: -6px;
  transform: scaleX(-1);
}

li.active {
  filter: brightness(212%);
}

.site2020 ul.items-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.site2020 ul.items-links li {
  height: 139px;
}

.site2020 ul.items-links li a {
  display: flex;
  justify-content: center;
}


.site2020 ul.items-links li a img {
  height: 139px !important;
  width: initial !important;
  margin: 0;
  object-fit: contain;
}

.site2020 .headerhome {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site2020 .headerhome img:first-of-type {
  width: 44%;
  max-width: 174px;
  margin: 0 26px;
}

.site2020 .headerhome img:last-of-type {
  width: 80%;
}

.site2020 .innerpagemenu img {
  height: 126px;
  max-height: 126px;
  min-height: 126px;
}

.site2020 .innerpagemenu img.cultivarte {
  height: 132px;
  max-height: 132px !important;
  min-height: 132px;
}



.site2020 .text-center {
  text-align: center;
}

.site2020 .text-justify {
  text-align: justify;
}

.site2020 .reflect {
  transform: scaleX(-1);
}



.site2020 .text-right {
  text-align: right;
}

.site2020 .mobile {
  display: block;
}

.site2020 .desktop {
  display: none;
}


@media(min-width: 992px) {

  .site2020 .mobile {
    display: none;
  }

  .site2020 .desktop {
    display: block;
  }
}

.site2020 .mobilegraph {
  display: block;
}

.site2020 .desktopgraph {
  display: none;
}

.site2020 .text-right-desktop {
  text-align: center;
}

.site2020 .text-center-mobile {
  text-align: center;
}




@media(min-width: 768px) {

  .site2020 .text-right-mobile {
    text-align: left;
  }

  .site2020 .text-right-desktop {
    text-align: right;
  }

  .site2020 .text-center-mobile {
    text-align: left;
  }

  .site2020 .mobilegraph {
    display: none;
  }

  .site2020 .desktopgraph {
    display: block;
  }
}


.site2020 .mappoints {
  position: relative;
  width: 80%;
}

.site2020 .mappoints .point {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/2020/home/mappin.svg)no-repeat center;
  background-size: contain;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  cursor: pointer;
}

.site2020 .message-dir span {
  color: #ff671b;
  font-weight: 900;
}

.site2020 .mappoints .point .hover {
  position: absolute;
  color: #6D7278;
  width: 101px;
  background: white;
  border-radius: 5px;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  text-align: center;
  padding: 32px 13px;
  font-size: 0.7em;
  display: none;
  z-index: 1;
}

.site2020 .mappoints .point img {
  height: 27px;
}

.site2020 .mappoints .point .hover h5 {
  font-size: 1.1em;
  margin: 7px 0;
}

@media(min-width: 512px) {
  .site2020 .mappoints {
    position: relative;
    width: 500px;
  }
}



@media(min-width: 960px) {
  .site2020 .headerhome {
    margin-top: 70px;
  }

  .site2020 .headerhome img:first-of-type {
    width: 159px;
  }


  .site2020 .headerhome img:last-of-type {
    width: 422px;
    transform: translateY(15px);
  }


  .site2020 .centerimg img {
    width: auto;
    height: 100%;
  }

  .site2020 .centerimg img:nth-child(1) {
    left: 10%;
  }


  .site2020 .centerimg img:nth-child(2) {
    left: 49%;
  }


  .site2020 .centerimg img:nth-child(3) {
    right: 10%;
    height: 50%;
  }

  .site2020 .message {
    margin: 0;
  }
}

.text-orange {
  color: #ee7801;
  font-weight: bold;
}

.percentageFigure,
.hitosFigure {
  margin: 0;
  text-align: center;
}

.percentageFigure p,
.percentageFigure figcaption {
  text-align: center;
  font: Bold 14px/16px American Typewriter;
  letter-spacing: 0;
  color: #714433;
  opacity: 1;
}


.emprende-hitos {
  width: 100%;
  max-width: 615px;
  padding: 0 15px;
  margin: auto;
}

.emprende-hitos>div img {
  margin: auto;
  display: block;
}

.emprende-hitos>div img {
  text-align: left;
}

@media(min-width: 960px) {
  .emprende-hitos>div {
    display: flex;
    align-self: center;
    margin-bottom: 40px;
  }

  .emprende-hitos>div img {
    min-width: 100px;
    margin-right: 50px;
  }

  .d-md-flex {
    display: flex;
  }
}

.site2020 .table-image {
  overflow-x: scroll;
  display: block;
}

.site2020 .table-image::-webkit-scrollbar {
  display: none;
}

.site2020 .table-image img {
  min-width: 900px !important;
  padding: 20px 20px 20px 0;
}

.site2020 .w100 {
  width: 100%;
}

@media(min-width: 768px) {
  .site2020 .table-image {
    display: flex;
    justify-content: center;
  }

  .site2020 .table-image img {
    min-width: 800px !important;
    padding: 20px auto;
  }
}



.site2020 .nextstep {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 20px 0;
}

.site2020 .nextstep.kms {
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site2020 .nextstep.kms .info {
  z-index: 1;
}

.site2020 .nextstep.kms .info img {
  position: initial;
  width: 37px;
  height: auto;
  padding: 11px 0;
  background: #f5dbc2;
}

.site2020 .nextstep.kms span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  font-size: .8em;
  opacity: .8;
}

.site2020 .nextstep::before {
  content: "";
  width: 1px;
  height: 100%;
  border: dashed 2px #9a9a9a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.site2020 .relativecont {
  position: relative;
  display: inline-block;
}

.site2020 .gridborderdots {
  text-align: center;
}

.site2020 .gridborderdots [class*="col-"] .title {
  color: #ee7801;
  font-size: 1.2em;
}

.site2020 .gridborderdots .container.notdot {
  border-bottom: none;
}

.site2020 .hintright-dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  font-size: .6em;
  border-left: dotted 1px gray;
  padding-left: 10px;
}

.site2020 .indicadoreshint {
  display: block;
  transform: inherit;
}

.site2020 .sectioncodes {
  position: initial;
  width: 100%;
  color: gray;
  font-size: .8em;
  list-style: none;
  text-align: center;
  font-weight: 100;
  margin: 22px 0;
}


@media(min-width: 992px) {
  .site2020 .sectioncodes {
    position: absolute;
    width: initial;
    text-align: right;
    margin: initial;
  }
}

.site2020 .text-director {
  text-align: center;
}

@media(min-width: 768px) {
  .site2020 .text-director {
    text-align: left;
  }

  .indicadoreshint {
    transform: translateX(-43%) !important;
  }

  .site2020 .gridborderdots {
    text-align: left;
  }


  .site2020 .gridborderdots [class*="col-"] {
    border-right: dotted 1px;
    padding: 2em 20px;
    margin-bottom: 0;
  }

  .site2020 .gridborderdots [class*="col-"]:last-child {
    border-right: none;
  }

  .site2020 .gridborderdots .container {
    border-bottom: dotted 1px;
  }


}




/* .site2020 .grid4borderdots [class*="col-"]:nth-child(1) {
  border-right-style: dotted;
  border-bottom-style: dotted;
}

.site2020 .grid4borderdots [class*="col-"]:nth-child(2) {
  border-left-style: dotted;
  border-bottom-style: dotted;
}

.site2020 .grid4borderdots [class*="col-"]:nth-child(3) {
  border-right-style: dotted;
  border-top-style: dotted;
}

.site2020 .grid4borderdots [class*="col-"]:nth-child(4) {
  border-left-style: dotted;
  border-top-style: dotted;
}

.site2020 .grid4borderdots [class*="col-"] {
  border-color: #ABAAA9;
  border-width: 2px;
} */

/* .site2020 .grid4borderdots [class*="col-"]:first-child {
  border
} */

/* GRAFICAS */

:root {
  --color-primary: #ff671b;
  --color-secondary: #FDBD40;
  --color-brown: #90402a;
  --color-gray: #6D7278;
  --color-gray-l: rgba(109, 114, 120, 0.5);
  --color-light: #FFE9D1;
  --color-background-table: #d6d2be;
}

/* @font-face {
  font-family: "AmericanTypewriter";
  src: url("webfontkit/AmericanTypewriter Regular.woff2") format("woff2");
  src: url("webfontkit/AmericanTypewriter.woff") format("woff");
  font-weight: normal;
  font-style: normal
} */
.site2020 .mauto {
  margin: 0 auto;
}

.site2020 body {
  font-family: 'AmericanTypewriter', serif;
  margin: 0;
  padding: 0;
}

.site2020 .content-bar-sostenibility {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.site2020 .conten-bar-year {
  margin-bottom: 20px;
  width: 150px;
}

.bar-years {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.site2020 .number-table {
  color: var(--color-brown);
  font-size: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: 0 0;
  top: 0px;
}

.site2020 .number-table.data-2018 {
  left: 44px;
}

.site2020 .number-table.data-2019 {
  left: 84px;
}

.progress-bar-sost,
.site2020 .progress-bar-sost.bar-none {
  background: var(--color-gray-l);
  border-radius: 10px;
  height: 180px;
  margin-right: 20px;
  position: relative;
  width: 20px;
}

.site2020 .progress-bar-sost.bar-2019 {
  margin-right: 0;
}

.site2020 .progress-bar-sost:before {
  bottom: 0;
  background: var(--color-gray);
  border-radius: 10px;
  content: '';
  position: absolute;
  transition: all 0.2s ease-in;
  width: 100%;
}

.site2020 .progress-bar-sost.percentage-0:before {
  height: 100%;
}

.site2020 .progress-bar-sost.percentage-1:before {
  height: 10%;
}

.site2020 .progress-bar-sost.percentage-15:before {
  height: 15%;
}

.site2020 .progress-bar-sost.percentage-2:before {
  height: 20%;
}

.site2020 .progress-bar-sost.percentage-25:before {
  height: 25%;
}

.site2020 .progress-bar-sost.percentage-3:before {
  height: 30%;
}

.site2020 .progress-bar-sost.percentage-35:before {
  height: 35%;
}

.site2020 .progress-bar-sost.percentage-4:before {
  height: 40%;
}

.site2020 .progress-bar-sost.percentage-45:before {
  height: 45%;
}

.site2020 .progress-bar-sost.percentage-5:before {
  height: 50%;
}

.site2020 .progress-bar-sost.percentage-55:before {
  height: 55%;
}

.site2020 .progress-bar-sost.percentage-6:before {
  height: 60%;
}

.site2020 .progress-bar-sost.percentage-65:before {
  height: 65%;
}

.site2020 .progress-bar-sost.percentage-7:before {
  height: 70%;
}

.site2020 .progress-bar-sost.percentage-75:before {
  height: 75%;
}

.site2020 .progress-bar-sost.percentage-8:before {
  height: 80%;
}

.site2020 .progress-bar-sost.percentage-85:before {
  height: 85%;
}

.site2020 .progress-bar-sost.percentage-9:before {
  height: 90%;
}

.site2020 .progress-bar-sost.percentage-95:before {
  height: 95%;
}

.site2020 .bar-years:hover .bar-2018::before {
  background: var(--color-primary);
}

.site2020 .bar-years:hover .bar-2019::before {
  background: var(--color-secondary);
}

.site2020 .ods {
  margin: 10px;
}

.site2020 .ods ul {
  font-size: 0.7em;
  margin-top: 10px;
  text-align: center;
}

.site2020 .text-info-bar {
  color: var(--color-brown);
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: bold;
  margin: 10px auto 0;
  text-align: center;
  width: 80%;
}

.site2020 .text-info-bar.small-t {
  font-size: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
}

.site2020 .text-info-bar.small-t-l {
  font-weight: 100 !important;
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.site2020 .conten-img-ods {
  margin-top: 19px;
  padding: 0;
  margin: 19px 0;
}

.site2020 img.item-ods {
  width: 97px;
  min-width: 85px;
  max-width: initial;
  margin: 0 auto;
  display: block;
}

.site2020 .table table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.site2020 .table table tr th {
  color: #90402a;
  padding: 11px 0;
  border-bottom: dotted 2px darkgray;
  margin: 0;
}

.site2020 .table table tr td {
  font-size: .8em;
  text-align: center;
  padding: 11px 0;
}

.site2020 .table table tr:not(:last-child) td {
  border-bottom: dotted 2px darkgray;
}

.site2020 .table .table-footer {
  color: #90402a;
  text-align: center;
  font-weight: bold;
  font-size: .74em;
}

.site2020 .table .table-footer .hint-right {
  color: #6D7278;
  text-align: right;
  font-weight: 500;
  font-size: 1em;
}

.site2020 .table.table-blue table {
  background: #c1cfbd;
}



.site2020 .table .table-header {
  color: #90402a;
}

.site2020 .table .table-header .hint {
  font-size: .8em;
  font-weight: bold;
  color: #9e9f9e;
  text-align: center;
}


.site2020 .table.table-sm {
  max-width: 250px;
}

.site2020 .table.table-sm table {
  min-height: 111px;
}

.site2020 .table.table-md table tr th,
.site2020 .table.table-md table tr td {
  padding: 1em 5px;
}

.site2020 .table.table-lg table tr th,
.site2020 .table.table-lg table tr td {
  padding: 2em 5px;
}

.site2020 .table.table-lg table tr td.logo,
.site2020 .table.table-md table tr td.logo {
  width: auto;
  padding: 1em 11px !important;
}

.site2020 .table tr th.blue,
.site2020 .table tr td.blue {
  background: #c1cfbd;
}

.site2020 .table.table-bold tr td {
  font-weight: bold;
}


.site2020 .table tr td.yellow {
  background: #efd0a0;
}

.site2020 .table .index-cont {
  color: #6D7278;
  font-size: 0.8em;
}

.site2020 .table .index-cont .index {
  min-width: 45px;
  min-height: 20px;
  margin: 11px;
}

.site2020 .table .index-cont .index.blue {
  background: #c1cfbd;
}

.site2020 .table .index-cont .index.yellow {
  background: #efd0a0;
}

.site2020 .relative-cont {
  position: relative;
}

.site2020 .table-responsive {
  display: block;
  overflow-x: scroll;
}

.site2020 .table-responsive table {
  min-width: 700px;
}

@media(min-width: 768px) {
  .site2020 .table-responsive {
    overflow-x: auto;
  }
}

.site2020 .alianzas-hitos p {
  text-align: center;
}

.site2020 .alianzas-hitos h2 {
  line-height: 1;
}

.site2020 .blue-light {
  background: rgba(110, 183, 173, 0.2) !important;
}

.site2020 .b-center-dot {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%);
  height: 100%;
  border-left: dotted 2px #c1bab2;
}

.site2020 .htableimg img {
  width: 100%;
  min-height: 51px;
  max-height: 56px;
}

@media(min-width: 768px) {
  .site2020 .alianzas-hitos p {
    text-align: left;
    font-size: 18px;
  }

  .site2020 .alianzas-hitos #marginDesk {
    margin-top: 117px;
  }
}


/* MAPA */

.section-who-we-are {
  margin: 24px 0;
}

.content-map-detail {
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
  max-width: 1200px;
  width: 90%;
}

.content-map-colombia {
  position: relative;
  width: 100%;
}

.responsive-image-map {
  width: 100%;
}

.content-pin-country {
  cursor: pointer;
  height: 30px;
  position: absolute;
  width: 30px;
}

.icon-pin {
  z-index: -1;
  margin: 0;
}

.name-country {
  z-index: 1;
  align-items: center;
  background: var(--color-brown);
  color: var(--color-light);
  display: none;
  height: 30px;
  left: 38px;
  padding: 2px 16px;
  position: absolute;
  transition: all 0.2s ease-in;
  top: 0;
  min-width: 128px;
}

.content-pin-country.sanandres {
  left: 6%;
  top: 6%;
}

.content-pin-country.sanandres:hover .name-country.sanandres {
  display: flex;
}

.content-pin-country.riohacha {
  left: 53%;
  top: 3;
}

.content-pin-country.riohacha:hover .name-country.riohacha {
  display: flex;
}

.content-pin-country.santamarta {
  left: 40%;
  top: 7%;
}

.content-pin-country.santamarta:hover .name-country.santamarta {
  display: flex;
}

.content-pin-country.barranquilla {
  left: 31%;
  top: 9%;
}

.content-pin-country.barranquilla:hover .name-country.barranquilla {
  display: flex;
}

.content-pin-country.cartagena {
  left: 30%;
  top: 14%;
}

.content-pin-country.cartagena:hover .name-country.cartagena {
  display: flex;
}

.content-pin-country.valledupar {
  left: 44%;
  top: 16%;
}

.content-pin-country.valledupar:hover .name-country.valledupar {
  display: flex;
}

.content-pin-country.sincelejo {
  left: 30%;
  top: 18%;
}

.content-pin-country.sincelejo:hover .name-country.sincelejo {
  display: flex;
}

.content-pin-country.monteria {
  left: 24%;
  top: 24%;
}

.content-pin-country.monteria:hover .name-country.monteria {
  display: flex;
}

.content-pin-country.cucuta {
  left: 50%;
  top: 22%;
}

.content-pin-country.cucuta:hover .name-country.cucuta {
  display: flex;
}

.content-pin-country.bucaramanga {
  left: 44%;
  top: 34%;
}

.content-pin-country.bucaramanga:hover .name-country.bucaramanga {
  display: flex;
}

.content-pin-country.medellin {
  left: 30%;
  top: 33%;
}

.content-pin-country.medellin:hover .name-country.medellin {
  display: flex;
}

.content-pin-country.tunja {
  left: 46%;
  top: 40%;
}

.content-pin-country.tunja:hover .name-country.tunja {
  display: flex;
}

.content-pin-country.manizales {
  left: 30%;
  top: 40%;
}

.content-pin-country.manizales:hover .name-country.manizales {
  display: flex;
}

.content-pin-country.pereira {
  left: 23%;
  top: 42%;
}

.content-pin-country.pereira:hover .name-country.pereira {
  display: flex;
}

.content-pin-country.armenia {
  left: 26%;
  top: 46%;
}

.content-pin-country.armenia:hover .name-country.armenia {
  display: flex;
}

.content-pin-country.ibague {
  left: 30%;
  top: 50%;
}

.content-pin-country.ibague:hover .name-country.ibague {
  display: flex;
}

.content-pin-country.cali {
  left: 16%;
  top: 52%;
}

.content-pin-country.cali:hover .name-country.cali {
  display: flex;
}

.content-pin-country.neiva {
  left: 26%;
  top: 60%;
}

.content-pin-country.neiva:hover .name-country.neiva {
  display: flex;
}

.content-pin-country.pasto {
  left: 6%;
  top: 63%;
}

.content-pin-country.pasto:hover .name-country.pasto {
  display: flex;
}

.content-pin-country.bogota {
  left: 40%;
  top: 43%;
}

.content-pin-country.bogota:hover .name-country.bogota {
  display: flex;
}

.content-pin-country.villavicencio {
  left: 40%;
  top: 54%;
}

.content-pin-country.villavicencio:hover .name-country.villavicencio {
  display: flex;
}

.name-country .text-name-country {
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.title-castro-section {
  color: var(--color-primary);
  font-family: 'CastroScript', serif;
  font-size: 3rem !important;
  line-height: 0;
  margin-bottom: 0;
  padding-right: 50px;
  text-align: center;
}

.title-american-section {
  color: var(--color-primary);
  font-size: 3rem !important;
  margin: 0 0 20px;
  text-align: center;
}

.text-default-section {
  color: var(--color-gray);
  margin-top: 0;
}

.content-buttnons-section {
  display: flex;
  flex-direction: column;
}

.button-default-sost {
  background: transparent;
  border: 1px dashed var(--color-primary);
  border-radius: 100px;
  color: var(--color-primary);
  cursor: pointer;
  font-family: 'AmericanTypewriter', serif;
  font-size: 1.4rem;
  line-height: 1rem;
  margin-bottom: 20px;
  padding: 10px 20px;
  transition: all 0.2s ease-in;
  width: 100%;
}

.button-default-sost:hover {
  background: var(--color-primary);
  border: 1px dashed var(--color-primary);
  color: var(--color-light);
}

.content-more-information {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.other-countries {
  display: flex;
  flex-direction: column;
}

.map-other {
  margin: 0 auto 20px;
  width: 60%;
}

.text-other-name-country {
  color: var(--color-brown);
  font-size: 1.4rem !important;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
}


@media screen and (min-width: 960px) {
  .content-map-detail {
    flex-direction: row;
  }

  .content-map-colombia {
    margin-right: 20px;
    width: 60%;
  }

  .text-default-section {
    text-align: center;
    margin-bottom: 30px;
  }

  .content-text-section {
    width: 40%;
  }

  .content-section-map {
    margin-top: 60%;
  }

  .other-countries {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .map-other {
    height: 90px;
    width: 80%;
  }

  .text-other-name-country {
    font-size: 1.4rem;
  }

  .content-button-section {
    margin: 20px auto 0;
    width: 40%;
  }

  .more-information .text-default-section {
    margin: 0 auto 30px;
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .content-buttnons-section {
    flex-direction: row;
  }

  .content-buttnons-section .button-default-sost {
    margin-right: 30px;
  }

  .content-buttnons-section .button-default-sost:last-child {
    margin-right: 0;
  }
}