@import "fonts.css";

html,
body {
  background-color: #52027b;
  background-image: url(../img/fondo-mayas.png), url(../img/fondo-luz.png),
    url(../img/fondo-1.png);
  background-size: cover, cover, cover;
  background-position: right, center, center;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  html,
  body {
    background-attachment: fixed;
  }
}

header,
main,
footer {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  border: 0;
}

.purple {
  color: #d123b6;
}

.blue {
  color: #05ecbd;
}

.content {
  margin: auto;
  max-width: 1200px;
}

/* Preload */

#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #52027b;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#preload[data-hide="true"] {
  opacity: 0;
  visibility: hidden;
}

.preload-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}

.preload-logo {
  padding: 10px 0 20px;
}

.preload-logo svg {
  width: 100%;
  height: auto;
}

.preload-bar-wrapper {
  background: rgba(255, 255, 255, 0.2);
}

.preload-bar {
  background-color: #2f7be1;
  background: -webkit-linear-gradient(left, #64c7ca, #2f7be1);
  width: 0;
  height: 6px;
  transition: width 0.1s ease;
}

/* Common */

@-webkit-keyframes arrows_effect {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes arrows_effect {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.arrows-effect {
  width: 60px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.arrows-effect span {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-left: 2px solid #05ecbd;
  border-bottom: 2px solid #05ecbd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrows_effect 2s infinite;
  animation: arrows_effect 2s infinite;
  opacity: 0;
  transform-origin: center;
}

.arrows-effect span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}

.arrows-effect span:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.up-page .arrows-effect span {
  top: 80%;
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

/* Animaciones */
/* ******************************************************************************************** 
Start animaciones
******************************************************************************************** */
/* Animaciones */

@-webkit-keyframes flash1 {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.5;
  }
}

@keyframes flash1 {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.5;
  }
}

@-webkit-keyframes flash2 {
  from,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@keyframes flash2 {
  from,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse1 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.5, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes flotar {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes show {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes projector-base-rotation {
  from,
  50% {
    background-position: left bottom;
  }

  50.000001%,
  to {
    background-position: left top;
  }
}

.flotar {
  -webkit-animation: flotar 2s infinite;
  -moz-animation: flotar 2s infinite;
  animation: flotar 2s infinite;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;

  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse1 {
  -webkit-animation-name: pulse1;
  animation-name: pulse1;

  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flash1 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flash1;
  animation-name: flash1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flash2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flash2;
  animation-name: flash2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.show {
  -webkit-animation: show 2s;
  -moz-animation: show 2s;
  animation: show 2s;
}

/* Animacion */

.animation {
  max-width: 100vh;
}

.animation-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.animation-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animation-backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-one,
.bg-two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-one {
  width: 116%;
  left: 56%;
  top: 43%;
}

.bg-two {
  width: 130%;
  left: 73%;
  top: 45%;
}

.animation-backgrounds.featured-bg {
}

.animation-backgrounds.featured-bg .bg-one {
  width: 260%;
  left: 8%;
  top: 55%;
}

.animation-backgrounds.featured-bg .bg-two {
  width: 300%;
  left: -7%;
  top: 64%;
}

.animation-projector {
}

.projector-outer {
  position: relative;
  padding-bottom: 168%;
}

.projector-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.projector-base {
  position: absolute;
  bottom: 0;
  left: 16%;
  width: 68%;
  z-index: 1;
}

.base-outer {
  width: 100%;
  padding-bottom: 60%;
}

.purple-projector .base-outer {
  padding-bottom: 61.5%;
  /* padding-bottom: 61.27%; */
}

.base-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back-under-lights,
.back-over-lights,
.front-lights {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back-under-lights img,
.back-over-lights img,
.front-lights img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.back-under-lights {
  z-index: 1;
}

.back-under-lights img.light-one {
  top: 64%;
  z-index: 1;
  width: 248%;
}

.purple-projector .back-under-lights img.light-one {
  top: 68%;
  width: 160%;
}

.back-under-lights img.light-two {
  top: 70%;
  z-index: 2;
  width: 150%;
}

.purple-projector .back-under-lights img.light-two {
  top: 68%;
  width: 230%;
}

.back-over-lights {
  z-index: 1;
}

.back-over-lights img.light-one {
  top: -50%;
  z-index: 2;
  width: 62%;
}

.purple-projector .back-over-lights img.light-one {
  top: -45%;
  width: 100%;
}

.back-over-lights img.light-two {
  top: -52%;
  z-index: 2;
  width: 94%;
}

.purple-projector .back-over-lights img.light-two {
  top: -55%;
  width: 138%;
}

.base-platform {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../img/inteligencia-artificial/proyector-azul/base.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  /* animation: projector-base-rotation 1s linear infinite; */
}

.purple-projector .base-platform {
  background-image: url("../img/inteligencia-artificial/proyector-rojo/base.png");
}

.front-lights {
  z-index: 3;
}

.front-lights img.light-one {
  top: -24%;
  z-index: 1;
  width: 42%;
}

.purple-projector .front-lights img.light-one {
  top: -20%;
  width: 34%;
}

.front-lights img.light-two {
  top: -32%;
  z-index: 2;
  width: 40%;
}

.purple-projector .front-lights img.light-two {
  top: -30%;
  width: 44%;
}

.projector-figure {
  position: absolute;
  bottom: 24%;
  left: 33%;
  width: 34%;
  z-index: 2;
}

.purple-projector .projector-figure {
  bottom: 48%;
  left: 15%;
  width: 70%;
}

.figure-outer {
  width: 100%;
  padding-bottom: 100%;
}

.figure-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.figure {
  width: 100%;
  height: 100%;
}

.figure-cover {
  width: 128%;
  height: 130%;
  position: absolute;
  top: -15%;
  left: -14%;
}

.figure {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.figure.education-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/1.png");
}

.figure.suicide-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/8.png");
}

.figure.transit-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/6.png");
}

.figure.natural-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/2.png");
}

.figure.food-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/4.png");
}

.figure.terrorism-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/5.png");
}

.figure.health-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/3.png");
}

.figure.warming-figure {
  background-image: url("../img/inteligencia-artificial/proyector-azul/7.png");
}

.figure.globe-canvas {
  /* opacity: 0.9; */
}

.animation-popup {
}
.popup-outer {
  width: 100%;
  padding-bottom: 100%;
}
.popup-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-shadow,
.popup-base,
.popup-object {
  position: absolute;
}
.popup-shadow {
}
.popup-base {
}
.popup-object {
}

.popup-book .popup-shadow {
  width: 85%;
  left: 6%;
  bottom: -5%;
}
.popup-book .popup-base {
  width: 75%;
  bottom: 9%;
  left: 13%;
}
.popup-book .popup-object {
  width: 46%;
  left: 27%;
  bottom: 18%;
}

.popup-country .popup-shadow {
  width: 183%;
  left: -36%;
  bottom: -16%;
}

.popup-country .popup-base {
  width: 126%;
  bottom: 12%;
  left: -12%;
}

.popup-country .popup-object {
  width: 108%;
  left: -4%;
  bottom: 20%;
}

.popup-pencil .popup-shadow {
  width: 138%;
  left: -22%;
  bottom: -9%;
}

.popup-pencil .popup-base {
  width: 105%;
  bottom: 17%;
  left: 6%;
}

.popup-pencil .popup-object {
  width: 74%;
  left: 13%;
  bottom: 24%;
}

.popup-eeuu .popup-shadow {
  width: 168%;
  left: -33%;
  bottom: 7%;
}

.popup-eeuu .popup-base {
  width: 133%;
  bottom: 18%;
  left: -16%;
}

.popup-eeuu .popup-object {
  width: 114%;
  left: -7%;
  bottom: 26%;
}

.popup-cap .popup-shadow {
  width: 114%;
  left: -6%;
  bottom: 0%;
}

.popup-cap .popup-base {
  width: 74%;
  bottom: 18%;
  left: 12%;
}

.popup-cap .popup-object {
  width: 72%;
  left: 14%;
  bottom: 28%;
}

.popup-gun .popup-shadow {
  width: 72%;
  left: 17%;
  bottom: 5%;
}

.popup-gun .popup-base {
  width: 71%;
  bottom: 15%;
  left: 20%;
}

.popup-gun .popup-object {
  width: 56%;
  left: 22%;
  bottom: 34%;
}

.popup-bottle .popup-shadow {
  width: 85%;
  left: 6%;
  bottom: 3%;
}

.popup-bottle .popup-base {
  width: 56%;
  bottom: 25%;
  left: 21%;
}

.popup-bottle .popup-object {
  width: 42%;
  left: 29%;
  bottom: 32%;
}

.popup-pill .popup-shadow {
  width: 64%;
  left: 17%;
  bottom: 23%;
}

.popup-pill .popup-base {
  width: 56%;
  bottom: 33%;
  left: 23%;
}

.popup-pill .popup-object {
  width: 36%;
  left: 32%;
  bottom: 40%;
}

/********************************************************************/

.popup-semaphore .popup-shadow {
  width: 44%;
  left: 27%;
  bottom: -3%;
}
.popup-semaphore .popup-base {
  width: 60%;
  left: 20%;
  bottom: -2%;
}
.popup-semaphore .popup-object {
  width: 20%;
  left: 40%;
  bottom: 10%;
}

.popup-signal-1 .popup-shadow {
  width: 113%;
  left: -9%;
  bottom: 7%;
}
.popup-signal-1 .popup-base {
  width: 98%;
  left: 3%;
  bottom: 17%;
}
.popup-signal-1 .popup-object {
  width: 64%;
  left: 18%;
  bottom: 28%;
}

.popup-signal-2 .popup-shadow {
  width: 101%;
  left: -1%;
  bottom: 7%;
}
.popup-signal-2 .popup-base {
  width: 87%;
  left: 6%;
  bottom: 21%;
}
.popup-signal-2 .popup-object {
  width: 64%;
  left: 18%;
  bottom: 30%;
}

.popup-nube .popup-shadow {
  width: 112%;
  left: -7%;
  bottom: 9%;
}
.popup-nube .popup-base {
  width: 80%;
  left: 9%;
  bottom: 21%;
}
.popup-nube .popup-object {
  width: 64%;
  left: 18%;
  bottom: 30%;
}

.popup-hoja .popup-shadow {
  width: 88%;
  left: 7%;
  bottom: 12%;
}
.popup-hoja .popup-base {
  width: 64%;
  left: 20%;
  bottom: 24%;
}
.popup-hoja .popup-object {
  width: 40%;
  left: 30%;
  bottom: 36%;
}

.popup-satelite .popup-shadow {
  width: 186%;
  left: -54%;
  bottom: -44%;
}
.popup-satelite .popup-base {
  width: 99%;
  left: 0%;
  bottom: 17%;
}
.popup-satelite .popup-object {
  width: 80%;
  left: 10%;
  bottom: 26%;
}

.popup-comida .popup-shadow {
  width: 149%;
  left: -27%;
  bottom: -6%;
}
.popup-comida .popup-base {
  width: 100%;
  left: -1%;
  bottom: 16%;
}
.popup-comida .popup-object {
  width: 84%;
  left: 8%;
  bottom: 28%;
}

.popup-cuchara .popup-shadow {
  width: 144%;
  left: -24%;
  bottom: -16%;
}
.popup-cuchara .popup-base {
  width: 102%;
  left: 0%;
  bottom: 8%;
}
.popup-cuchara .popup-object {
  width: 82%;
  left: 9%;
  bottom: 20%;
}

.popup-tenedor .popup-shadow {
  width: 106%;
  left: -6%;
  bottom: 0%;
}
.popup-tenedor .popup-base {
  width: 87%;
  left: 6%;
  bottom: 13%;
}
.popup-tenedor .popup-object {
  width: 74%;
  left: 13%;
  bottom: 22%;
}

.popup-computadora .popup-shadow {
  width: 155%;
  left: -23%;
  bottom: -36%;
}
.popup-computadora .popup-base {
  width: 131%;
  left: -3%;
  bottom: -5%;
}
.popup-computadora .popup-object {
  width: 80%;
  left: 10%;
  bottom: 14%;
}

.popup-mira .popup-shadow {
  width: 88%;
  left: 8%;
  bottom: 7%;
}
.popup-mira .popup-base {
  width: 80%;
  left: 10%;
  bottom: 18%;
}
.popup-mira .popup-object {
  width: 44%;
  left: 28%;
  bottom: 36%;
}

.popup-tanque .popup-shadow {
  width: 168%;
  left: -34%;
  bottom: -16%;
}
.popup-tanque .popup-base {
  width: 125%;
  left: -12%;
  bottom: 6%;
}
.popup-tanque .popup-object {
  width: 90%;
  left: 5%;
  bottom: 20%;
}

.popup-doc .popup-shadow {
  width: 127%;
  left: -14%;
  bottom: -6%;
}
.popup-doc .popup-base {
  width: 90%;
  left: 4%;
  bottom: 15%;
}
.popup-doc .popup-object {
  width: 74%;
  left: 13%;
  bottom: 28%;
}

.popup-maletin .popup-shadow {
  width: 116%;
  left: -10%;
  bottom: -6%;
}
.popup-maletin .popup-base {
  width: 138%;
  left: -20%;
  bottom: 8%;
}
.popup-maletin .popup-object {
  width: 74%;
  left: 13%;
  bottom: 26%;
}

.popup-micros .popup-shadow {
  width: 126%;
  left: -12%;
  bottom: -21%;
}
.popup-micros .popup-base {
  width: 126%;
  left: -10%;
  bottom: -10%;
}
.popup-micros .popup-object {
  width: 58%;
  left: 21%;
  bottom: 10%;
}

.popup-pomos .popup-shadow {
  width: 111%;
  left: -6%;
  bottom: -10%;
}
.popup-pomos .popup-base {
  width: 106%;
  left: -2%;
  bottom: 5%;
}
.popup-pomos .popup-object {
  width: 48%;
  left: 26%;
  bottom: 20%;
}

.popup-barril .popup-shadow {
  width: 102%;
  left: 0%;
  bottom: -12%;
}
.popup-barril .popup-base {
  width: 78%;
  left: 11%;
  bottom: 5%;
}
.popup-barril .popup-object {
  width: 40%;
  left: 30%;
  bottom: 20%;
}

.popup-fabrica .popup-shadow {
  width: 127%;
  left: -15%;
  bottom: -17%;
}
.popup-fabrica .popup-base {
  width: 99%;
  left: 0%;
  bottom: -2%;
}
.popup-fabrica .popup-object {
  width: 72%;
  left: 14%;
  bottom: 12%;
}

.popup-nubes .popup-shadow {
  width: 112%;
  left: -6%;
  bottom: 15%;
}
.popup-nubes .popup-base {
  width: 79%;
  left: 10%;
  bottom: 21%;
}
.popup-nubes .popup-object {
  width: 66%;
  left: 17%;
  bottom: 30%;
}

.popup-rayo .popup-shadow {
  width: 77%;
  left: 12%;
  bottom: 5%;
}
.popup-rayo .popup-base {
  width: 36%;
  left: 30%;
  bottom: 13%;
}
.popup-rayo .popup-object {
  width: 24%;
  left: 38%;
  bottom: 36%;
}

/*******************************************************************/

/* Animaciones de aparición */
/*
.slide-article-item .animation-projector .projector-base {
  transform: scale(0);
  transition: transform 0.3s ease;
  transition-delay: 1s;
}
.slide-article-item .animation-projector .back-over-lights {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1.3s;
  animation-delay: 2.3s;
}
.slide-article-item.slick-active .animation-projector .projector-base {
  transform: scale(1);
}
.slide-article-item.slick-active .animation-projector .back-over-lights {
  opacity: 1;
}
*/

/********************************************************************/

/* Animacion 1 */

.animation-1 #proyector-globo {
  position: absolute;
  width: 40%;
  left: 30%;
  bottom: 32%;
  z-index: 2;
}

.animation-1 #proyector-educacion {
  position: absolute;
  width: 22%;
  left: 60%;
  bottom: 19%;
  z-index: 3;
}

.animation-1 #proyector-suicidio {
  position: absolute;
  width: 22%;
  left: 74%;
  bottom: 32%;
}

.animation-1 #proyector-transito {
  position: absolute;
  width: 22%;
  left: 41%;
  bottom: 51%;
  z-index: 1;
}

.animation-1 #proyector-naturales {
  position: absolute;
  width: 22%;
  left: 35%;
  bottom: 16%;
  z-index: 3;
}

.animation-1 #proyector-alimentacion {
  position: absolute;
  width: 22%;
  left: 3%;
  bottom: 36%;
  z-index: 3;
}

.animation-1 #proyector-terrorismo {
  position: absolute;
  width: 22%;
  left: 16%;
  bottom: 48%;
  z-index: 1;
}

.animation-1 #proyector-salud {
  position: absolute;
  width: 22%;
  left: 11%;
  bottom: 22%;
  z-index: 3;
}

.animation-1 #proyector-calentamiento {
  position: absolute;
  width: 22%;
  left: 66%;
  bottom: 46%;
  z-index: 1;
}

/* Animacion 2 */

.animation-2 #proyector-educacion {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-2 #popup-libro {
  position: absolute;
  width: 20%;
  left: 20%;
  bottom: 62%;
}

.animation-2 #popup-pais {
  position: absolute;
  width: 20%;
  left: 54%;
  bottom: 58%;
  z-index: 1;
}

.animation-2 #popup-gorro {
  position: absolute;
  width: 20%;
  left: 64%;
  bottom: 39%;
  z-index: 3;
}

.animation-2 #popup-eeuu {
  position: absolute;
  width: 20%;
  left: 46%;
  bottom: 15%;
  z-index: 3;
}

.animation-2 #popup-lapiz {
  position: absolute;
  width: 20%;
  left: 17%;
  bottom: 23%;
  z-index: 3;
}

/* Animacion 3 */

.animation-3 #proyector-suicidio {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-3 #popup-arma {
  position: absolute;
  width: 20%;
  left: 42%;
  bottom: 56%;
}

.animation-3 #popup-eeuu {
  position: absolute;
  width: 20%;
  left: 46%;
  bottom: 13%;
  z-index: 3;
}

.animation-3 #popup-pepa {
  position: absolute;
  width: 20%;
  left: 20%;
  bottom: 26%;
  z-index: 3;
}

.animation-3 #popup-pomo {
  position: absolute;
  width: 20%;
  left: 65%;
  bottom: 38%;
  z-index: 3;
}

/* Animacion 4 */

.animation-4 #proyector-transito {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-4 #popup-semaforo {
  position: absolute;
  width: 20%;
  left: 11%;
  bottom: 53%;
}

.animation-4 #popup-eeuu {
  position: absolute;
  width: 20%;
  left: 46%;
  bottom: 13%;
  z-index: 3;
}

.animation-4 #popup-senaletica-1 {
  position: absolute;
  width: 20%;
  left: 50%;
  bottom: 54%;
  z-index: 3;
}

.animation-4 #popup-senaletica-2 {
  position: absolute;
  width: 20%;
  left: 18%;
  bottom: 23%;
}

/*******************************************************/

/* Animacion 5 */

.animation-5 #proyector-naturales {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-5 #popup-nube {
  position: absolute;
  width: 20%;
  left: 46%;
  bottom: 13%;
  z-index: 3;
}

.animation-5 #popup-hoja {
  position: absolute;
  width: 20%;
  left: 17%;
  bottom: 24%;
  z-index: 3;
}

.animation-5 #popup-eeuu {
  position: absolute;
  width: 20%;
  left: 50%;
  bottom: 56%;
}

.animation-5 #popup-satelite {
  position: absolute;
  width: 20%;
  left: 16%;
  bottom: 62%;
}

/* Animacion 6  */

.animation-6 #proyector-alimentacion {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-6 #popup-comida {
  position: absolute;
  width: 20%;
  left: 53%;
  bottom: 58%;
}

.animation-6 #popup-cuchara {
  position: absolute;
  width: 20%;
  left: 48%;
  bottom: 15%;
  z-index: 3;
}

.animation-6 #popup-hoja {
  position: absolute;
  width: 20%;
  left: 16%;
  bottom: 22%;
  z-index: 3;
}

.animation-6 #popup-tenedor {
  position: absolute;
  width: 20%;
  left: 17%;
  bottom: 60%;
}

/* Animacion 7 */

.animation-7 #proyector-terrorismo {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-7 #popup-arma {
  position: absolute;
  width: 20%;
  left: 18%;
  bottom: 24%;
  z-index: 3;
}

.animation-7 #popup-computadora {
  position: absolute;
  width: 20%;
  left: 48%;
  bottom: 15%;
  z-index: 3;
}

.animation-7 #popup-mira {
  position: absolute;
  width: 20%;
  left: 15%;
  bottom: 61%;
}

.animation-7 #popup-tanque {
  position: absolute;
  width: 20%;
  left: 56%;
  bottom: 59%;
}

/* Animacion 8  */

.animation-8 #proyector-salud {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-8 #popup-doc {
  position: absolute;
  width: 20%;
  left: 19%;
  bottom: 62%;
}

.animation-8 #popup-maletin {
  position: absolute;
  width: 20%;
  left: 54%;
  bottom: 58%;
}

.animation-8 #popup-micros {
  position: absolute;
  width: 20%;
  left: 44%;
  bottom: 16%;
  z-index: 3;
}

.animation-8 #popup-pomos {
  position: absolute;
  width: 20%;
  left: 19%;
  bottom: 26%;
  z-index: 3;
}

/* Animacion 9  */

.animation-9 #proyector-calentamiento {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 42%;
  z-index: 2;
}

.animation-9 #popup-barril {
  position: absolute;
  width: 20%;
  left: 51%;
  bottom: 59%;
}

.animation-9 #popup-fabrica {
  position: absolute;
  width: 20%;
  left: 51%;
  bottom: 15%;
  z-index: 3;
}

.animation-9 #popup-nubes {
  position: absolute;
  width: 20%;
  left: 17%;
  bottom: 21%;
  z-index: 3;
}

.animation-9 #popup-rayo {
  position: absolute;
  width: 20%;
  left: 19%;
  bottom: 65%;
}

/*******************************************************/

/* Animacion 10 */

.animation-10 #proyector-globo-summary {
  position: absolute;
  width: 40%;
  left: 30%;
  bottom: 32%;
  z-index: 2;
}

.animation-10 #proyector-educacion-summary {
  position: absolute;
  width: 22%;
  left: 60%;
  bottom: 19%;
  z-index: 3;
}

.animation-10 #proyector-suicidio-summary {
  position: absolute;
  width: 22%;
  left: 74%;
  bottom: 32%;
}

.animation-10 #proyector-transito-summary {
  position: absolute;
  width: 22%;
  left: 41%;
  bottom: 51%;
  z-index: 1;
}

.animation-10 #proyector-naturales-summary {
  position: absolute;
  width: 22%;
  left: 35%;
  bottom: 16%;
  z-index: 3;
}

.animation-10 #proyector-alimentacion-summary {
  position: absolute;
  width: 22%;
  left: 3%;
  bottom: 36%;
  z-index: 3;
}

.animation-10 #proyector-terrorismo-summary {
  position: absolute;
  width: 22%;
  left: 16%;
  bottom: 48%;
  z-index: 1;
}

.animation-10 #proyector-salud-summary {
  position: absolute;
  width: 22%;
  left: 11%;
  bottom: 22%;
  z-index: 3;
}

.animation-10 #proyector-calentamiento-summary {
  position: absolute;
  width: 22%;
  left: 66%;
  bottom: 46%;
  z-index: 1;
}

/* ******************************************************************************************** 
End animaciones
******************************************************************************************** */

/* Header */

header {
  font-family: "Oswald";
  position: relative;
  z-index: 100;
  margin: auto;
  overflow: hidden;
  padding: 25px 20px 25px;
}

header nav {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}

header .brand {
}

header .brand a {
  display: block;
}

header .brand a img {
  display: block;
  height: 22px;
  width: auto;
}

header .nav-mobile {
}

header .open-mobile-menu {
  display: block;
  width: 22px;
  height: 22px;
}

header .open-mobile-menu img {
  display: block;
  width: 100%;
}

header .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 280px;
  height: 100%;
  /*
  background: linear-gradient(
    to bottom,
    rgb(3, 236, 189) 0%,
    rgb(90, 175, 159) 100%
  );
  */
  background-color: rgba(0, 119, 216, 1);
  background: linear-gradient(
    to bottom,
    rgba(0, 119, 216, 1) 0%,
    rgb(26, 152, 255) 100%
  );
  padding-top: 65px;
  /*opacity: 0;*/
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

[data-show-menu="true"] header .mobile-menu {
  /*opacity: 1;*/
  visibility: visible;
  transform: translateX(0);
}

header .close-mobile-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
}

header .close-mobile-menu img {
  display: block;
  width: 100%;
}

header .mobile-menu .menu {
  position: relative;
  list-style: none;
  padding: 15px 30px 15px 15px;
  margin: 0;
  text-align: right;
}

header .mobile-menu .menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

header .mobile-menu .menu li + li {
  margin-top: 22px;
}

header .mobile-menu .menu a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 22px;
}

header .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .nav-links ul {
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .nav-links ul li + li {
  margin-left: 20px;
}

header .nav-links ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

header .nav-links ul li a img {
  max-height: 100%;
}

header ul.redes {
}

header ul.idiomas {
  font-size: 16px;
}

header ul.idiomas a.active,
header ul.idiomas a:hover {
  color: #05ecbd;
}

@media screen and (max-width: 992px) {
  header .nav-mobile {
  }

  header .nav-links {
    width: 100%;
  }

  header ul.redes {
    display: none;
  }

  header ul.idiomas {
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #bc0b89;
    border-bottom: 1px solid #bc0b89;
  }

  header ul.idiomas a {
    padding: 12px 16px;
  }
}

@media screen and (min-width: 993px) {
  header {
    padding: 50px 20px 50px;
  }

  header .nav-mobile {
    display: none;
  }

  header .nav-links ul {
    /* display: inline-flex; */
  }

  header .nav-links * + ul {
    margin-left: 60px;
  }

  header .nav-links ul li a {
    height: 22px;
  }
}

/* Main */

main {
}

.articles-container {
  position: relative;
  padding-top: 40px;
}

.articles-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.articles-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.articles-navigation ul li {
  padding: 3px;
}

.articles-navigation ul li button {
  border: 0;
  padding: 0;
  background-color: transparent;
  height: 30px;
  width: 22px;
  box-shadow: none;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0 !important;
  cursor: pointer;
}

.articles-navigation ul li button:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  transform: scale(1);
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
  transition: transform 0.4s ease, background-color 0.4s ease,
    box-shadow 0.4s ease;
}

.articles-navigation ul li.slick-active button:after {
  transform: scale(1.2);
  background-color: #ed29c7;
  box-shadow: 0px 0px 10px 2px #f821a9;
}

.articles-slider-wrapper {
}

.slide-article-item {
  outline: 0 !important;
}

.article-card {
}

.card-content {
  padding: 20px;
  z-index: 1;
}

.card-header {
  font-family: "Oswald";
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.card-header:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #ff42f1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-header h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  color: #ff00de;
  background: -webkit-linear-gradient(#ff00de, #ff50f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-header h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  color: #fff;
}

.card-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  /*padding-top: 20px;*/
}

.card-description-scroll {
  padding: 35px 0 40px;
  position: relative;
}

@media screen and (min-width: 993px) {
  .card-description-scroll {
    height: 345px;
  }
}

.down-page,
.up-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
}

.down-page {
  bottom: 0;
}

.up-page {
  top: 0;
}

@media screen and (max-width: 992px) {
  .down-page,
  .up-page {
    display: none;
  }
}

.down-page .arrows-effect,
.up-page .arrows-effect {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.down-page.show-arrow .arrows-effect,
.up-page.show-arrow .arrows-effect {
  opacity: 1;
  visibility: visible;
}

.down-page .arrows-effect span,
.up-page .arrows-effect span {
  /*-webkit-animation-delay: 1s;
  animation-delay: 1s;*/
}

.down-page:not(.show-arrow) .arrows-effect span,
.up-page:not(.show-arrow) .arrows-effect span {
  -webkit-animation: none !important;
  animation: none !important;
}

.card-description-inner {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  height: 100%;
  overflow: hidden;
  /*overflow-y: auto;*/
}

.card-description h3,
.card-description h4,
.card-description h5,
.card-description p,
.card-description ul,
.card-description ol {
  margin: 0;
}

.card-description * + h3,
.card-description * + h4,
.card-description * + h5,
.card-description * + p,
.card-description * + ul,
.card-description * + ol {
  margin-top: 1em;
}

.card-description h3,
.card-description h4,
.card-description h5 {
  font-family: "Oswald";
  font-weight: 400;
}

.card-description h3 {
  font-size: 24px;
  line-height: 30px;
}

.card-description h4 {
  font-size: 20px;
  line-height: 26px;
}

.card-description h5 {
  font-size: 18px;
  line-height: 22px;
}

.card-description p {
}

.card-description ul,
.card-description ol {
  list-style: none;
  padding: 0;
}

.card-description ul li {
  padding-left: 20px;
  position: relative;
}

.card-description ul li + li {
  margin-top: 5px;
}

.card-description ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #05ecbd;
  border-radius: 50%;
}

.card-description blockquote.big-quote {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  padding: 10px 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .card-description blockquote.big-quote {
    font-size: 34px;
    line-height: 40px;
    padding: 0;
  }
  .card-description blockquote.big-quote br {
    display: none;
  }
}

.card-animation {
  z-index: 0;
  position: relative;
}

.card-animation .animation {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .card-animation .animation.animation-2,
  .card-animation .animation.animation-3,
  .card-animation .animation.animation-4,
  .card-animation .animation.animation-5,
  .card-animation .animation.animation-6,
  .card-animation .animation.animation-7,
  .card-animation .animation.animation-8,
  .card-animation .animation.animation-9 {
    width: 130%;
    margin-left: -15%;
    margin-top: -15%;
  }
}

@media screen and (min-width: 993px) {
  .card-animation .animation {
    margin: auto;
    max-width: calc(100vh - 162px);
  }

  .articles-container {
    min-height: calc(100vh - 122px);
  }

  .articles-navigation ul li + li {
    margin-left: 3px;
  }

  .article-card {
  }

  .card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1240px;
    min-height: calc(100vh - 162px);
    margin: auto;
    position: relative;
  }

  #inteligencia-artificial .card-header h3 {
    font-size: 26px;
  }
  #accidentes-de-transito .card-header h3 {
    font-size: 24px;
  }

  #suicidio .card-header h3 {
    font-size: 26px;
  }

  #alimentacion .card-header h3 {
    font-size: 26px;
  }

  #salud .card-header h3 {
    font-size: 25px;
  }

  .card-content {
    width: 46%;
  }

  .card-animation {
    width: 54%;
  }

  .article-card.article-centered {
  }

  .article-card.article-centered .card-content {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .article-card.article-centered .card-animation {
    position: absolute;
    width: 54%;
    z-index: 1;
    opacity: 0.3 !important;
  }

  .article-card.article-centered .card-description-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Footer */

footer {
  font-family: "Oswald";
  background: rgba(46, 3, 44, 1);
  background: linear-gradient(
    to right,
    rgba(46, 3, 44, 1) 0%,
    rgba(46, 3, 44, 1) 50%,
    rgba(67, 2, 40, 1) 89%,
    rgba(67, 2, 40, 1) 100%
  );
  color: #fff;
  padding: 15px 0;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social div {
  width: 25%;
  padding: 5px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social div a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social div a img {
  display: block;
}

.footer-social div + div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #bc0b89;
}

@media screen and (max-width: 992px) {
}

@media screen and (min-width: 993px) {
  footer {
    display: none;
  }
}
