@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link {
  background: #f6ca5f;
  color: #020019;
  padding: 10px 50px;
  display: inline-block;
  font-weight: bold;
  border-radius: 30px;
}

.link:hover {
  background: #020019;
  color: #f6ca5f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h2.title {
  color: #020019;
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 40px;
}

h2.title:after {
  content: '';
  position: relative;
  width: 55px;
  height: 20px;
  margin-top: 10px;
  display: block;
  background: url("../images/dot_decoration.png") no-repeat;
}

h2.title strong {
  font-weight: bold;
  font-size: 40px;
}

.content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blue_line {
  position: relative;
  top: -25px;
  width: 100%;
  z-index: 10;
}

header.main_header {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
      grid-template-columns: 1fr 5fr;
}

header.main_header.inner {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.breadcrumb {
  background: none;
  margin-bottom: 40px;
  color: #f6ca5f;
}

.breadcrumb a {
  color: #020019;
  margin: 0 5px;
}

.breadcrumb a:hover {
  color: #f6ca5f;
}

.blog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 40px 0;
  padding-bottom: 100px;
}

.blog .blog_pagination {
  grid-column: 1/-1;
}

.blog .blog_item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.blog .blog_item span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #020019;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}

.blog .blog_item > a {
  position: relative;
  display: block;
}

.blog .blog_item img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

.blog .blog_item h2 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  z-index: 3;
}

.blog .blog_item .link {
  position: absolute;
  width: 100%;
  background: none;
  color: #f6ca5f;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 3;
}

.blog .blog_item:hover span {
  opacity: 0.8;
}

.blog .blog_item:hover h2 {
  bottom: 50%;
}

.blog .blog_item:hover .link {
  opacity: 1;
  bottom: 40%;
  visibility: visible;
}

.wp-pagenavi span.pages {
  border: none;
  margin-right: 20px;
}

.wp-pagenavi span.extend {
  border: none;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  border-radius: 5px;
  padding: 5px;
  background: none;
  color: #020019;
  width: auto;
  border: none;
  margin-right: 5px;
}

.wp-pagenavi a.first {
  margin-right: 5px;
}

.wp-pagenavi a.last {
  margin-left: 5px;
}

.wp-pagenavi a, .wp-pagenavi span.current {
  background: #020019;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #f6ca5f;
  border: none;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.post {
  padding-bottom: 100px;
}

.header_inner_section.blog_header {
  height: 300px;
  overflow: hidden;
  margin-bottom: 50px;
}

.header_inner_section.blog_header h1 {
  font-size: 45px;
}

.header_inner_section.blog_header h1 span {
  display: block;
  font-size: 16px;
}

.header_inner_section.blog_header h1 span a {
  color: #fff;
}

.header_inner_section.no_bg_img {
  min-height: 250px;
  background: #020019;
  margin-bottom: 40px;
}

.header_inner_section.no_bg_img h1 {
  font-size: 35px;
  color: #f6ca5f;
}

.header_inner_section.no_bg_img h1 span {
  font-size: 20px;
  display: block;
}

.header_inner_section.covid {
  background: #080529;
}

.header_inner_section.covid img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.header_inner_section.niveles {
  position: relative;
  background: url("../images/bg_confeti.png");
}

.header_inner_section.niveles h1 {
  position: absolute;
  margin-top: 0;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.header_inner_section.niveles video {
  width: 100%;
  background: black;
}

.header_inner_section h1 {
  position: absolute;
  width: 100%;
  margin-top: 140px;
  color: #fff;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header_inner_section img {
  width: 100%;
  height: auto;
}

.covid_content {
  padding: 40px;
}

.covid_content h2 {
  margin-bottom: 40px;
}

.covid_content .item {
  margin-bottom: 40px;
}

.covid_content .item h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.covid_content .item .img {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.covid_content .item .img:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.covid_content .item .img img {
  width: 100%;
}

.convocatoria h3 {
  margin: 30px 0;
  margin-top: 50px;
  color: #020019;
  font-weight: bold;
}

.convocatoria p {
  margin-bottom: 30px;
  text-align: justify;
}

.convocatoria ul, .convocatoria ol {
  margin-top: 40px;
  padding-left: 40px;
  text-align: left;
}

.convocatoria ul li, .convocatoria ol li {
  margin-bottom: 20px;
}

.home_banner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 480px;
  margin: auto;
}

.home_banner a {
  display: block;
}

.home_banner img {
  width: 100%;
}

.video {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #080529;
}

.video #header_video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 0;
  background: black;
  background-size: auto auto;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.video .copy {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 40px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.video .copy span {
  display: block;
}

.video .copy h2 {
  font-weight: lighter;
  font-size: 50px;
  font-family: "Barlow", sans-serif;
}

.video .copy h2 strong {
  color: #fff;
  font-weight: bold;
}

.logo {
  position: relative;
  width: auto;
  z-index: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-left: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.logo a {
  display: inline-block;
}

.logo.small_logo {
  display: none;
  position: fixed;
  width: 90px;
  z-index: 50;
  top: 10px;
}

.logo.small_logo img {
  width: 100%;
}

.main_nav {
  position: fixed;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -ms-grid-rows: 50px 1fr;
      grid-template-rows: 50px 1fr;
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-right: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 40;
}

.main_nav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  background: #020019;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main_nav.small {
  position: fixed;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 0;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  z-index: 40;
}

.main_nav.small:before {
  height: 60px;
  opacity: 0.9;
}

.main_nav.small .donate {
  margin-right: 50px;
  margin-top: 13px;
}

.main_nav.small .donate .textwidget {
  display: inline;
}

.main_nav.small .donate a:hover {
  font-size: 14px;
}

.main_nav.small ul {
  margin-right: 40px;
}

.main_nav .trigger {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  text-align: right;
  z-index: 50;
  display: block;
}

.main_nav .trigger i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main_nav .trigger.show {
  position: absolute;
  display: block;
  right: 30px;
}

.main_nav .trigger.show.des {
  top: 41px;
}

.main_nav .trigger.active {
  position: absolute;
  right: -120px;
}

.main_nav .trigger.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main_nav .trigger i {
  position: relative;
  top: 8px;
  color: #fff;
  font-size: 28px;
}

.main_nav .trigger i:hover {
  color: #f6ca5f;
}

.main_nav .donate {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  text-align: right;
  margin-bottom: 45px;
  margin-top: 50px;
  margin-right: 50px;
}

.main_nav .donate .lang li {
  display: inline;
}

.main_nav .donate .lang a {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.main_nav .donate .lang a:hover {
  background: #fff;
  color: #020019;
}

.main_nav .donate .textwidget {
  display: inline;
}

.main_nav .donate a {
  position: relative;
  color: #020019;
  background: #f6ca5f;
  padding: 7px 30px;
  line-height: 0;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 2px 5px 10px rgba(2, 0, 25, 0.2);
          box-shadow: 2px 5px 10px rgba(2, 0, 25, 0.2);
}

.main_nav .donate a span {
  position: absolute;
  top: -7px;
  left: -32px;
  display: inline-block;
  background: #020019;
  border-radius: 100%;
  padding: 10px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main_nav .donate a strong {
  position: relative;
  top: -2px;
}

.main_nav .donate a:hover {
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.main_nav .donate a:hover span {
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
}

.main_nav ul {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  text-align: right;
  margin-right: 15px;
}

.main_nav ul.responsive {
  position: relative;
  margin-top: -10px;
  top: 0px;
  right: -2000px;
  width: 100%;
  height: 100vh;
  margin-right: 0;
  padding-top: 40px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  grid-column: 1/-1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main_nav ul.responsive span {
  position: absolute;
  width: 2000px;
  height: 2000px;
  top: 0px;
  right: -220px;
  border-radius: 100%;
  background: #020019;
  opacity: 0.9;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.main_nav ul.responsive li {
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main_nav ul.responsive li:nth-child(1) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.main_nav ul.responsive li:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.main_nav ul.responsive li:nth-child(3) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.main_nav ul.responsive li:nth-child(4) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.main_nav ul.responsive li:nth-child(5) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}

.main_nav ul.responsive li:nth-child(6) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.main_nav ul.responsive li:nth-child(7) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

.main_nav ul.responsive li a {
  font-size: 40px;
  padding: 30px 0;
  display: block;
  text-shadow: none;
}

.main_nav ul.responsive li a:hover {
  border-color: #020019;
  background: #f6ca5f;
  border-radius: 0;
  color: #020019;
}

.main_nav ul.responsive.menu_active {
  top: 0;
  right: 0;
  margin: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
  width: 100%;
  background: rgba(2, 0, 25, 0.9);
}

.main_nav ul.responsive.menu_active:before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.main_nav ul.responsive.menu_active li {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.main_nav ul li {
  display: inline;
}

.main_nav ul li a {
  color: #fff;
  padding: 6px 17px;
  border: 1px solid rgba(246, 202, 95, 0);
  border-radius: 20px;
  font-size: 14px;
  text-shadow: 0 0 4px rgba(2, 0, 25, 0.8);
  -webkit-transition: border;
  transition: border;
}

.main_nav ul li a:hover {
  border-color: #f6ca5f;
}

.cta ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
  text-align: center;
}

.cta ul li {
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: none;
          box-sizing: none;
}

.cta ul li:nth-child(even) a {
  background: #5cbdc8;
}

.cta ul li:nth-child(even) a:after {
  background: url("../images/header_link_blue_bg.gif");
}

.cta ul li:nth-child(even) a span {
  position: relative;
  top: -16px;
}

.cta ul li:nth-child(even) a i {
  position: relative;
  width: 40px;
  height: 36px;
  top: 10px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/donate_icon_sprite.png") 0 0 no-repeat;
  background-size: 80px;
}

.cta ul li:nth-child(even) a img {
  position: relative;
  top: 1px;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cta ul li:nth-child(even) a:hover img {
  position: relative;
  top: -8px;
  right: 0px;
}

.cta ul li:nth-child(even) a:hover i {
  background-position: -40px 0;
}

.cta ul li a {
  position: relative;
  height: 90px;
  color: #fff;
  display: block;
  padding: 30px 0;
  font-weight: lighter;
  font-size: 18px;
  background: #020019;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta ul li a:after {
  content: '';
  position: absolute;
  background: url("../images/header_link_bg.gif");
  width: 100%;
  height: 10px;
  display: block;
  top: -10px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta ul li a img {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.cta ul li a:hover {
  background: none;
  color: #020019;
  font-weight: normal;
  font-size: 22px;
}

.cta ul li a:hover:after {
  background: url("../images/header_link_over_bg.gif");
}

.intro {
  position: relative;
  top: -30px;
  width: 100%;
  z-index: 2;
}

.intro .intro_bg {
  width: 100%;
}

.intro header {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
}

.intro header h2 {
  color: #fff;
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  text-shadow: 0 0 10px #020019;
  text-transform: uppercase;
  font-weight: bold;
}

.intro header p {
  color: #fff;
  font-size: 35px;
  line-height: 1.2em;
  text-shadow: 0 0 10px #020019;
}

.intro header p strong {
  color: #f6ca5f;
}

.data {
  position: relative;
  padding-top: 150px;
  margin-top: -50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  z-index: 10;
}

.data:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/cifras_texture.png");
  background-attachment: fixed;
  z-index: -1;
}

.data:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
  display: block;
  background: url("../images/cifras_bg.png") center 0px no-repeat;
  background-size: 100%;
  z-index: 1;
}

.data .data_col {
  padding-top: 0px;
}

.data .data_col:nth-child(odd) {
  padding-top: 100px;
}

.data .data_item {
  text-align: center;
  margin-bottom: 60px;
}

.data .data_item:after {
  content: '';
  position: relative;
  background: url("../images/dot_decoration.png") no-repeat;
  width: 56px;
  height: 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.data .data_item.main {
  margin-top: 0px;
}

.data .data_item.main:after {
  display: none;
}

.data .data_item.main h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.data .data_item.main h2 span {
  position: relative;
  display: block;
  color: #020019;
  font-size: 20px;
}

.data .data_item.main span {
  color: #020019;
  font-size: 50px;
  font-weight: 900;
}

.data .data_item.main span.number {
  position: relative;
  display: inline-block;
}

.data .data_item.main span.number:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 200px;
  bottom: -170px;
  left: -40px;
  display: block;
  background: url("../images/alert_lines_left.png") no-repeat;
}

.data .data_item.main span.number:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -170px;
  right: -190px;
  display: block;
  background: url("../images/alert_lines_right.png") no-repeat;
}

.data .data_item.secondary h3 {
  font-size: 32px;
  margin-top: 5px;
}

.data .data_item h2 {
  color: #f6ca5f;
}

.data .data_item h3 {
  color: #f6ca5f;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0px;
}

.data .data_item span {
  color: #020019;
  font-size: 18px;
  max-width: 60%;
  display: block;
  margin: auto;
  text-align: center;
}

.data .img {
  grid-column: 1/-1;
}

.img_divider {
  background: url("../images/cifras_texture.png");
  background-attachment: fixed;
}

.map {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px;
      grid-template-columns: 1fr 500px;
  padding: 0 80px;
  margin-top: -50px;
  z-index: 20;
}

.map .col_map {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 400px;
  margin: auto;
}

.map .col_map h2 {
  color: #f6ca5f;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 40px;
}

.map .col_map h2 strong {
  color: #020019;
}

.map .col_map h2 span {
  display: block;
  font-size: 35px;
  font-weight: lighter;
}

.map .col_map h3 {
  color: #020019;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.map .col_map h3 strong {
  color: #f6ca5f;
}

.map .col_map h3 span {
  display: block;
  font-weight: lighter;
  font-size: 34px;
}

.map .col_map .data_map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0px;
}

.map .col_map .data_map span {
  font-size: 40px;
  font-weight: 900;
}

.map .col_map .data_map .item {
  font-size: 20px;
  font-weight: 900;
  color: #f6ca5f;
  position: relative;
  text-transform: uppercase;
}

.map .col_map .data_map .item span {
  font-size: 70px;
  text-transform: uppercase;
}

.map .col_map .data_map .item:nth-child(1) {
  margin-right: 20px;
}

.map .col_map .data_map .item:nth-child(1):before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -180px;
  left: -50px;
  display: block;
  background: url("../images/alert_lines_left.png") no-repeat;
}

.map .col_map .data_map .item:nth-child(3) {
  margin-left: 30px;
}

.map .col_map .data_map .item:nth-child(3):after {
  content: "";
  position: absolute;
  width: 100px;
  height: 200px;
  bottom: -180px;
  right: -100px;
  display: block;
  background: url("../images/alert_lines_right.png") no-repeat;
}

.map .main_map {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.map .main_map .map_point {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: #e54a38;
  -webkit-box-shadow: 1px 1px 0px black;
          box-shadow: 1px 1px 0px black;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.map .main_map .map_point:hover {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.map .main_map .map_point.narino {
  bottom: 55%;
  left: 11%;
}

.map .main_map img {
  width: 100%;
  display: block;
  margin: auto;
}

.map .local_map {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.bottom_map img {
  width: 100%;
}

.partners {
  position: relative;
  width: 80%;
  padding: 0 80px;
  padding-bottom: 150px;
  padding-top: 20px;
  margin: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.partners .owl-carousel .owl-prev {
  left: -10px;
}

.partners .owl-carousel .owl-next {
  right: -10px;
}

.partners .owl-carousel .owl-item {
  position: relative;
}

.partners .owl-carousel .owl-item img {
  max-width: 80%;
  width: auto;
  display: block;
  margin: auto;
}

.partners .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners .owl-next, .partners .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partners .owl-prev {
  left: 0;
}

.partners .owl-next {
  right: 0;
}

.intro_niveles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  background: url("../images/bg_confeti.png");
}

.intro_niveles .title_wrapper {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  z-index: 1000;
}

.intro_niveles h2.title {
  text-align: right;
  margin-right: 80px;
  font-weight: bold;
  color: #f6ca5f;
  margin-bottom: 20px;
}

.intro_niveles h2.title:after {
  width: 100%;
  background-position: center right;
  background-image: url("../images/dots_yellow.png");
}

.intro_niveles h2.title strong {
  display: block;
  color: #020019;
}

.intro_niveles h3.subtitle {
  text-align: right;
  margin-right: 80px;
  font-weight: normal;
  font-size: 22px;
  z-index: 1000;
}

.intro_niveles .niveles_list {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  min-height: 1310px;
}

.intro_niveles .niveles_list .niveles_item {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  padding-top: 80px;
  padding-left: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.intro_niveles .niveles_list .niveles_item:before {
  content: '';
  position: absolute;
  left: 130px;
  top: 0;
  width: 2px;
  height: 100%;
  border: 1px dashed #fff;
}

.intro_niveles .niveles_list .niveles_item .detail {
  max-width: 320px;
  width: 100%;
  padding: 10px 0;
  color: #020019;
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.intro_niveles .niveles_list .niveles_item .item_number {
  color: #5cbdc8;
  background: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 30px;
  z-index: 100;
}

.intro_niveles .niveles_list .niveles_item.i1 {
  background-image: url("../images/nivel_1_bg.png");
  height: 340px;
  padding-top: 110px;
  z-index: 90;
}

.intro_niveles .niveles_list .niveles_item.i1 .info h3 {
  color: #fff;
}

.intro_niveles .niveles_list .niveles_item.i1 .info span {
  color: #fff;
}

.intro_niveles .niveles_list .niveles_item.i1 .detail {
  color: #fff;
}

.intro_niveles .niveles_list .niveles_item.i2 {
  background-image: url("../images/nivel_2_bg.png");
  height: 640px;
  z-index: 80;
}

.intro_niveles .niveles_list .niveles_item.i3 {
  background-image: url("../images/nivel_3_bg.png");
  height: 940px;
  padding-top: 100px;
  z-index: 70;
}

.intro_niveles .niveles_list .niveles_item.i4 {
  background-image: url("../images/nivel_4_bg.png");
  height: 1310px;
  z-index: 60;
}

.intro_niveles .niveles_list .niveles_item .info h3 {
  font-size: 18px;
  color: #020019;
  font-weight: bold;
}

.intro_niveles .niveles_list .niveles_item .info span {
  font-weight: lighter;
  display: block;
}

.intro_niveles .niveles_list .niveles_item .info a {
  color: #5cbdc8;
  display: inline-block;
}

.intro_niveles .niveles_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.intro_niveles .niveles_right img {
  max-width: 100%;
  right: 0;
}

.intro_niveles .bottom_line {
  grid-column: 1/-1;
  width: 100%;
  margin-top: -20px;
  z-index: 30;
}

.medimos {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  background: url("../images/medimos_bottom.png") center bottom no-repeat;
  background-size: 100%;
  padding-top: 50px;
}

.medimos:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bg_confeti.png");
}

.medimos img {
  position: absolute;
  max-width: 100%;
  bottom: 10px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.medimos .medimos_col {
  margin-bottom: 100px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-bottom: 200px;
}

.medimos .medimos_col h2.title {
  font-weight: bold;
  color: #020019;
}

.medimos .medimos_col h2.title strong {
  font-size: 100%;
  color: #f6ca5f;
}

.medimos .medimos_col .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
      grid-template-columns: 50px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 600px;
}

.medimos .medimos_col .item .item_number {
  position: relative;
  color: #f6ca5f;
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  top: -10px;
}

.medimos .medimos_col .item .item_number p {
  color: #020019;
}

.campaigns {
  padding-top: 30px;
  margin-bottom: 40px;
  background: url("../images/bg_confeti.png");
}

.campaigns h2 {
  margin-left: 50px;
  margin-bottom: 40px;
}

.campaigns .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.campaigns .items .item {
  position: relative;
  overflow: hidden;
}

.campaigns .items .item a:hover .img:before {
  opacity: 0;
}

.campaigns .items .item a:hover .img img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.campaigns .items .item a:hover span {
  left: 30px;
}

.campaigns .items .item .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #020019;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.campaigns .items .item .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: #0b0d29;
  background: -webkit-gradient(linear, left bottom, left top, from(#040512), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #040512 0%, rgba(255, 255, 255, 0) 100%);
}

.campaigns .items .item img {
  width: 100%;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.campaigns .items .item span {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.campaigns .items .item span h3 {
  color: #5cbdc8;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.campaigns .items .item span p {
  color: #fff;
  font-weight: lighter;
}

.events {
  background: url("../images/bg_confeti.png");
  padding-bottom: 150px;
  padding-top: 50px;
}

.events h2 {
  margin-left: 50px;
  margin-bottom: 40px;
}

.events > p {
  margin-left: 50px;
}

.events.nivel3 h2 {
  margin-bottom: 40px;
}

.events.nivel3 h2 span {
  color: #5cbdc8;
}

.events.nivel3 p {
  margin-bottom: 40px;
}

.events .event {
  position: relative;
}

.events .event img {
  width: 100%;
  max-width: 100%;
}

.events .event .caption {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.events .event .caption img {
  max-width: 60px;
  display: inline-block;
  position: relative;
  top: -10px;
}

.events .event .caption h3 {
  display: inline-block;
  color: #5cbdc8;
  font-weight: bold;
  margin-bottom: 20px;
}

.events .event .caption h3 span {
  font-weight: lighter;
  display: block;
}

.events .event .caption p {
  color: #fff;
}

.events .event .caption a {
  color: #fff;
}

.events .event .caption a:hover {
  text-decoration: underline !important;
}

.intro_fundacion {
  padding-top: 50px;
  padding-bottom: 100px;
}

.intro_fundacion h2 {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  color: #020019;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 60px;
  display: inline-block;
}

.intro_fundacion h2:before, .intro_fundacion h2:after {
  content: '';
  position: relative;
  top: 20px;
  display: inline-block;
  width: 35px;
  height: 67px;
}

.intro_fundacion h2:before {
  background: url("../images/title_decor_left.png");
  margin-right: 10px;
}

.intro_fundacion h2:after {
  background: url("../images/title_decor_right.png");
  margin-left: 10px;
}

.intro_fundacion p {
  font-size: 25px;
  font-weight: normal;
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.intro_fundacion p strong {
  color: #f6ca5f;
}

.divider {
  margin-bottom: -10px;
}

.divider img {
  width: 100%;
}

.equipo {
  background: url("../images/bg_confeti.png");
  padding-top: 50px;
}

.equipo.main {
  position: relative;
  min-height: 50vh;
  background: url("../images/fundadores.png") no-repeat;
  background-position: bottom right;
}

.equipo.main:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  background: url("../images/bg_confeti.png");
}

.equipo.main:after {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  -webkit-box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.3);
}

.equipo.main .img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.equipo.main .img img {
  max-width: 100%;
}

.equipo .equipo_listado {
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  text-align: center;
}

.equipo .equipo_listado:after {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
}

.equipo .equipo_listado.last {
  margin-bottom: 190px;
}

.equipo .equipo_listado .row {
  position: relative;
  margin-bottom: 40px;
}

.equipo .equipo_listado .equipo_item_wrapper {
  margin: auto;
}

.equipo .equipo_listado .col {
  padding: 0;
}

.equipo .equipo_item {
  text-align: center;
  max-width: 250px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.equipo .equipo_item img {
  display: block;
  margin-bottom: 20px;
}

.equipo .equipo_item p.name {
  text-align: center;
}

.equipo .equipo_item p.name strong {
  display: block;
}

.teoria {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% auto;
      grid-template-columns: 40% auto;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  background: url("../images/teoria_cambio_bg.png") no-repeat bottom left;
}

.teoria header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.teoria header h2 {
  color: #020019;
  font-size: 40px;
  padding-left: 100px;
}

.teoria header h2:after {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 50px;
  text-align-last: auto;
  margin-top: 10px;
  background: url("../images/dots_blue_light.png") no-repeat;
}

.teoria header h2 strong {
  display: block;
  color: #5cbdc8;
}

.teoria .teoria_col {
  padding-top: 100px;
}

.teoria .teoria_item {
  position: relative;
  background: #cdced6;
  font-weight: lighter;
  padding: 20px 10px;
  margin: 30px auto;
  -webkit-box-shadow: 8px 5px 8px rgba(2, 0, 25, 0.3);
          box-shadow: 8px 5px 8px rgba(2, 0, 25, 0.3);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

.teoria .teoria_item.bg_blue {
  background: #5cbdc8;
  color: #fff;
}

.teoria .teoria_item img {
  position: absolute;
  left: -100px;
  top: -40px;
}

.teoria .teoria_item p {
  width: 60%;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 100px;
}

.teoria .plus {
  margin-bottom: 10px;
}

.teoria .plus img {
  display: block;
  margin: auto;
}

.teoria .teoria_bottom {
  margin-top: 50px;
  padding-left: 50px;
}

.teoria .teoria_bottom p {
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 40px;
}

.teoria .teoria_bottom p.highlight {
  color: #020019;
  margin-top: 40px;
  font-weight: bold;
}

.teoria .teoria_bottom img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: block;
  margin: auto;
}

.teoria .teoria_bottom .text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-right: 50px;
}

.bottom_line {
  grid-column: 1/-1;
  position: relative;
  top: -13px;
}

.bottom_line img {
  width: 100%;
}

.somos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.somos h2 {
  grid-column: 1/-1;
  margin-left: 50px;
}

.somos h2 strong {
  font-size: inherit;
}

.somos .somos_item img {
  margin-bottom: 20px;
  width: 100%;
}

.somos .somos_item p {
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  padding: 0 20px;
}

.timeline {
  padding-top: 80px;
  padding-bottom: 100px;
}

.timeline h2 {
  margin-left: 50px;
}

.timeline h2 strong {
  font-size: inherit;
}

.fundacion_bottom {
  padding: 40px 0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: #ededf0;
}

.fundacion_bottom .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.fundacion_bottom .item_bottom {
  text-align: center;
}

.fundacion_bottom .item_bottom a {
  display: inline-block;
}

.fundacion_bottom .item_bottom span {
  display: block;
  margin-bottom: 20px;
  color: #020019;
  font-size: 24px;
}

.fundacion_bottom .item_bottom span strong {
  display: block;
}

.fundacion_bottom .item_bottom img {
  display: block;
  margin: auto;
}

.niveles {
  background: url("../images/bg_confeti.png");
}

.niveles .intro {
  padding-top: 30px;
}

.niveles .intro .header {
  position: absolute;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  text-align: center;
  padding: 0 20px;
  padding-top: 0px;
}

.niveles .intro .header h2 {
  color: #020019;
  font-size: 45px;
  text-align: right;
  font-weight: bold;
}

.niveles .intro .header h2:after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

.niveles .intro .header h2 strong {
  color: #f6ca5f;
}

.niveles .intro .header h2 span {
  display: block;
  font-weight: lighter;
  color: #020019;
}

.niveles .intro .header h2 img {
  display: block;
  margin-top: 20px;
  width: auto;
  float: right;
}

.niveles .intro .header h3 {
  max-width: 650px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: left;
  padding-left: 50px;
  margin-top: 5px;
}

.niveles .intro .header h3 span {
  color: #f6ca5f;
}

.niveles .intro .header h3 img {
  display: block;
  margin-top: 20px;
  width: auto;
}

.niveles .intro img {
  width: 100%;
}

.niveles .nivel_content {
  position: relative;
  margin-top: -80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
  z-index: 20;
}

.niveles .nivel_content.nivel3 .info {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-left: 0;
}

.niveles .nivel_content.nivel3 .info img.main_img {
  position: relative;
  left: -10px;
}

.niveles .nivel_content.nivel3 .etapas {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  border-right-width: 10px;
  border-left-width: 0;
}

.niveles .nivel_content.nivel3 .etapas .item_etapas span {
  background: none;
}

.niveles .nivel_content .red_circle {
  position: absolute;
  right: 0;
  top: -50px;
}

.niveles .nivel_content .info {
  position: relative;
  padding-top: 50px;
}

.niveles .nivel_content .info h3 {
  margin-left: 50px;
  color: #5cbdc8;
  font-weight: bold;
  font-size: 40px;
}

.niveles .nivel_content .info h3 strong {
  display: block;
  font-weight: bold;
  color: #020019;
}

.niveles .nivel_content .info p {
  margin-left: 50px;
  font-weight: lighter;
}

.niveles .nivel_content .info h4 {
  margin-left: 50px;
  color: #5cbdc8;
  font-weight: bold;
  margin-top: 40px;
}

.niveles .nivel_content .info h4 strong {
  font-weight: bold;
  color: #020019;
}

.niveles .nivel_content .etapas {
  position: relative;
  border: 10px solid transparent;
  border-right-width: 0;
  -o-border-image: url("../images/border.png");
     border-image: url("../images/border.png");
  border-image-slice: 10 10;
  border-image-repeat: round;
  padding: 50px;
  z-index: 40;
}

.niveles .nivel_content .etapas:before {
  content: '';
  background: #cdced6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.niveles .nivel_content .etapas h3 {
  color: #5cbdc8;
  font-weight: bold;
  font-size: 35px;
  background: url("../images/etapas_title.png") no-repeat;
  background-size: 180px;
  padding: 10px;
  padding-left: 30px;
  display: block;
  margin-bottom: 60px;
}

.niveles .nivel_content .etapas h4 {
  color: #020019;
  font-weight: bold;
}

.niveles .nivel_content .etapas h4 strong {
  color: #5cbdc8;
}

.niveles .nivel_content .etapas p {
  font-weight: normal;
}

.niveles .nivel_content .etapas .item_etapas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px auto;
      grid-template-columns: 80px auto;
  margin-bottom: 50px;
  padding-left: 50px;
}

.niveles .nivel_content .etapas .item_etapas span {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  color: #5cbdc8;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  top: -10px;
}

.niveles .nivel_content .etapas .item_etapas h4, .niveles .nivel_content .etapas .item_etapas p {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.cta_redaccion {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.cta_redaccion span {
  font-size: 20px;
  font-weight: lighter;
  color: #020019;
  margin-bottom: 20px;
  display: block;
}

.cta_redaccion .link_redaccion {
  display: block;
  background: #020019;
  padding: 10px 40px;
  color: #fff;
  font-size: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cta_redaccion .link_redaccion:hover {
  background: #fff;
  color: #020019;
}

.cta_redaccion .link_redaccion span {
  display: block;
  font-family: 'buntaro';
  color: #e54a38;
  font-size: 150%;
  margin: 0;
}

.nivel_gallery {
  margin: 50px 0;
}

.nivel_gallery h2 {
  margin-left: 50px;
}

.proyectos {
  background: url("../images/yellow_circle.jpg") no-repeat;
  background-position: top right;
}

.proyectos:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: url("../images/bg_confeti.png");
}

.proyectos .year_trigger {
  display: inline-block;
  margin: 0 10px;
  margin-top: 40px;
  color: #020019;
  font-size: 18px;
}

.proyectos h2 {
  margin-left: 50px;
}

.proyectos.nivel3 {
  padding-bottom: 150px;
}

.proyectos.nivel3 .items {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.proyectos .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.proyectos .items .item {
  position: relative;
  overflow: hidden;
}

.proyectos .items .item a:hover .img:before {
  opacity: 0;
}

.proyectos .items .item a:hover .img img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.proyectos .items .item a:hover span {
  left: 30px;
}

.proyectos .items .item .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #020019;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.proyectos .items .item .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: #0b0d29;
  background: -webkit-gradient(linear, left bottom, left top, from(#040512), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #040512 0%, rgba(255, 255, 255, 0) 100%);
}

.proyectos .items .item img {
  width: 100%;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.proyectos .items .item span {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.proyectos .items .item span h3 {
  color: #5cbdc8;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.proyectos .items .item span p {
  color: #fff;
  font-weight: lighter;
}

.proyectos_carousel {
  padding: 0 50px;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel_nav {
  -ms-grid-columns: auto 60%;
      grid-template-columns: auto 60%;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel_nav .carousel_nav_inner {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding-left: 0;
  padding-right: 80px;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel_nav .carousel_nav_inner .carousel-control-prev {
  left: 0;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel_nav .carousel_nav_inner .carousel-control-next {
  right: 80px;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel_nav .carousel-indicators li {
  background: #5cbdc8;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel-item .item_container {
  -ms-grid-columns: auto 60%;
      grid-template-columns: auto 60%;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel-item .caption {
  padding-left: 30px;
  padding-right: 80px;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel-item .caption h2 {
  color: #5cbdc8;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel-item .caption h2 img {
  width: 50px;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel-item .caption:before {
  width: 0;
  background: none;
}

.proyectos_carousel.campanas_carousel .carrusel .carousel-item .caption:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 20px;
  background: url(../images/proyectos_line_blue.png) no-repeat;
  background-size: cover;
  display: block;
}

.proyectos_carousel .carrusel {
  display: -ms-grid;
  display: grid;
}

.proyectos_carousel .carrusel .carousel_nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% auto;
      grid-template-columns: 60% auto;
  z-index: 10;
}

.proyectos_carousel .carrusel .carousel_nav .carousel_nav_inner {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-left: 80px;
}

.proyectos_carousel .carrusel .carousel_nav .carousel_nav_inner .carousel-control-next,
.proyectos_carousel .carrusel .carousel_nav .carousel_nav_inner .carousel-control-prev {
  opacity: 1;
}

.proyectos_carousel .carrusel .carousel_nav .carousel_nav_inner .carousel-control-prev {
  left: 80px;
}

.proyectos_carousel .carrusel .carousel_nav .carousel-indicators {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}

.proyectos_carousel .carrusel .carousel_nav .carousel-indicators li {
  width: 20px;
  height: 20px;
  top: 5px;
  border-radius: 100%;
  background: #f6ca5f;
  text-indent: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.proyectos_carousel .carrusel .carousel_nav .carousel-indicators li.active {
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
}

.proyectos_carousel .carrusel .carousel_nav .carousel_years {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: center;
  margin-top: 20px;
  padding-left: 80px;
}

.proyectos_carousel .carrusel .carousel_nav .carousel_years a {
  color: #8c8c8c;
  font-size: 18px;
  margin: 0 5px;
}

.proyectos_carousel .carrusel .carousel_nav .carousel_years a.active, .proyectos_carousel .carrusel .carousel_nav .carousel_years a:hover {
  color: #f6ca5f;
  text-decoration: underline !important;
}

.proyectos_carousel .carrusel .carousel-item .item_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% auto;
      grid-template-columns: 60% auto;
}

.proyectos_carousel .carrusel .carousel-item img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.proyectos_carousel .carrusel .carousel-item .caption {
  position: relative;
  color: #000;
  padding: 0 30px;
  padding-left: 80px;
}

.proyectos_carousel .carrusel .carousel-item .caption:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  left: 20px;
  background: url("../images/proyectos_line.jpg") no-repeat;
  background-size: cover;
  display: block;
}

.proyectos_carousel .carrusel .carousel-item .caption h2 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #f6ca5f;
}

.proyectos_carousel .carrusel .carousel-item .caption h2:after {
  content: '';
  display: block;
  clear: both;
}

.proyectos_carousel .carrusel .carousel-item .caption h2 img {
  width: 40px;
  float: left;
  margin-right: 20px;
}

.proyectos_carousel .carrusel .carousel-item .caption h2 span {
  color: #020019;
  display: block;
}

.proyectos_carousel .carrusel .carousel-item .caption ul {
  text-align: center;
}

.proyectos_carousel .carrusel .carousel-item .caption li {
  color: #fff;
}

.pazalobien_exploradores {
  float: right;
}

.arte_ludica {
  position: relative;
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.arte_ludica h2 {
  grid-column: 1/-1;
  margin-left: 50px;
  font-weight: bold;
  color: #f6ca5f;
}

.arte_ludica h2 strong {
  font-size: inherit;
  color: #020019;
}

.arte_ludica .col_arte_wrapper {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  z-index: 10;
  top: 100px;
}

.arte_ludica .col_arte {
  padding: 0 40px;
  margin-bottom: 40px;
}

.arte_ludica .col_arte.left {
  margin-left: 50px;
}

.arte_ludica .arte_ludica_item {
  margin-bottom: 50px;
  font-size: 18px;
  color: #020019;
}

.arte_ludica .tree {
  position: relative;
  width: 100%;
  grid-column: 1/-1;
  margin-top: -150px;
  z-index: -1;
}

.arte_ludica .line {
  position: relative;
  grid-column: 1/-1;
  width: 100%;
  margin-top: -100px;
}

.nivel4_intro {
  padding: 40px 0;
  background: url("../images/bg_confeti.png");
}

.nivel4_intro h2 {
  position: relative;
  margin: auto;
  font-weight: lighter;
  width: 100%;
  max-width: 800px;
}

.nivel4_intro h2 strong {
  font-weight: bold;
}

.nivel4_intro h2 span {
  color: #e54a38;
}

.nivel4_intro img {
  width: 100%;
}

/* Donate section */
.donate_section {
  max-width: 1400px;
  margin: auto;
  padding: 50px 50px;
  padding-bottom: 100px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/images/bg_confeti.png");
}

.donate_section.donate_1 {
  max-width: 100%;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  padding-bottom: 50px;
  background: url("../images/textura_vaki.jpg");
}

.donate_section h2 {
  grid-column: 1/-1;
  margin-bottom: 80px;
  font-weight: lighter;
}

.donate_section h2:after {
  content: '';
  position: relative;
  display: block;
  width: 20%;
  margin: auto;
  margin-top: 20px;
  border-bottom: 2px solid #f6ca5f;
}

.donate_section > div:last-of-type {
  border: none;
  width: auto;
  height: auto;
  padding: 20px;
  background: #f6ca5f;
  border-radius: 20px;
}

.donate_section .donate_col {
  width: 300px;
  height: 300px;
  text-align: center;
  border: 2px solid #f6ca5f;
  border-radius: 100%;
  -ms-grid-column-align: center;
      justify-self: center;
  padding-top: 60px;
}

.donate_section .donate_col h3 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 30px;
}

.donate_section .donate_col h3 strong {
  display: block;
}

#carrusel_niveles .carousel-indicators {
  bottom: 60px;
}

#carrusel_niveles .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.6;
}

#carrusel_niveles .carousel-indicators li.active {
  opacity: 1;
  background: #020019;
}

.vaki {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
}

.vaki p {
  text-align: center;
  font-size: 18px;
}

.vaki h3 {
  color: #020019;
}

.vaki h3 strong {
  display: block;
}

.vaki h3 a img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 120px;
}

.bottom_divider {
  position: absolute;
  top: -8vw;
  width: 100%;
}

.bottom_divider img {
  width: 100%;
}

footer {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  padding: 40px 80px;
  padding-top: 0px;
  margin-top: -20px;
  background: #020019 url("../images/footer_pattern.png");
}

footer .footer_circle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .info {
  color: #fff;
  z-index: 2;
}

footer .info h2 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

footer .info ul {
  margin: 0;
}

footer .info ul li {
  list-style-type: none;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
}

footer .info ul li img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

footer .info ul li a {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 1.5px;
}

footer .form {
  max-width: 60%;
  z-index: 2;
  padding: 0 30px;
}

footer .form input.form-control {
  background: none;
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  color: #fff;
}

footer .form input.form-control:focus {
  border-color: #f6ca5f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .form textarea.form-control {
  background: none;
  color: #fff;
}

footer .form textarea.form-control:focus {
  border-color: #f6ca5f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .form button, footer .form input[type='submit'] {
  cursor: pointer;
  background: #f6ca5f;
  color: #020019;
  border-radius: 0;
  border-color: #f6ca5f;
  font-weight: bold;
  font-size: 20px;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer .form button:hover, footer .form input[type='submit']:hover {
  background: #020019;
  color: #f6ca5f;
  border: 1px solid #f6ca5f;
}

footer .footer_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

footer .footer_img img {
  width: 300px;
}
/*# sourceMappingURL=style.css.map */