:root {
  --bg-color: #440066;
  --primary-color: #4C2B69;
  --secondary-color: #FFB600;
  --secondary-b-color: #B1D59D;
  --tertiary-color: #94A3B2;
}

body {
  background: #150033;
  background-attachment: fixed;
  color: #ffffff;
  font-family: "Poppins";
}
body form .alerta {
  color: red;
  font-size: 11px;
}

.modal {
  backdrop-filter: blur(20px);
}
.modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.modal .modal-title {
  color: var(--bg-color);
}
.modal form .content input[type=text] {
  outline: 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0 15px;
}
.modal form .content button {
  border-radius: 33px;
  border: 0;
  background: var(--secondary-color);
  color: #161616;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.modal form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}

.white {
  color: #fff;
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
.modal form label {
  margin: 10px auto;
  display: table;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #666666;
}

.modal-content {
  background-color: rgba(255, 0, 0, 0) !important;
  border: 0px;
}

.modal-header {
  border: 0;
  max-height: 25px;
}

.close {
  background-color: #00ffff00;
  color: white;
  border: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 751px;
    margin: 1.75rem auto;
  }
}
        /*--GRAFICOS--*/
        .imgCV {
          display: block;
          margin: 1em auto;
      }
      .imgCV:hover {
        transform: scale(1.1);
        transition: 0.6s;
    }
      @media only screen and (min-width: 769px){
          .imgCV {
              width: 70%;
          }
      }
      @media only screen and (max-width: 768px){
          .imgCV {
              width: 65%;
          }
      }
      @media only screen and (max-width: 640px) {
          .imgCV {
              width: 80%;
          }
      }
      @media only screen and (max-width: 500px) {
          .imgCV {
              width: 100%;
          }
      }
      /*--GRAFICOS--*/





/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  color: #FFB600 !important;
  border-width: 1px 0;
  overflow: hidden;
  font-family: var(--font-h1) !important;
  font-weight: bold;
}

ul#countdown li {
  margin: 0 5px 0px 14px;
  padding: 0;
  display: inline-block;
  font-size: 2vw;
  text-align: center;
  font-family: var(--font-h1) !important;
  color: #FFB600;
}
ul#countdown li .label {
  color: #FFB600;
  font-size: 8px;
  text-transform: uppercase;
  display: block !important;
}

@media screen and (max-width: 700px) {
  ul#countdown li {
    margin: 5px 5px 4px 5px;
    width: 23%;
    font-size: 6vw !important;
  }
  ul#countdown li .label {
    font-size: 1.8vw;
    color: #FFB600;;
  }
}
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
nav {
  z-index: 99;
}

.nav-link {
  font-weight: 500;
  color: #a3a3a3 !important;
  margin: 0 20px;
}
.nav-link:hover {
  color: white !important;
  font-weight: 600;
  border-radius: 23px;
  transition: 0.6ms;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-nav {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-nav .nav-item {
    text-align: right;
  }
}

.header {
  background: url(../img/fondo-2.jpg) no-repeat center center/cover;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  margin: 0 auto 0px;
  border-bottom: 10px solid #FFB600;
}

@media only screen and (device-width: 768px){
  .header {
    background: url(../img/fondo-3.jpg) no-repeat center center/cover;
    max-height: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}
.header .container {
  max-width: 1425px !important;
}
.header .borde {
  color: white;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header .borde {
    text-align: center;
    border-left: none;
    margin-top: 18px;
  }
}
@media (max-width: 576px) {
  .header .borde {
    text-align: center;
    border-left: none;
    font-size: 16px !important;
    margin-top: 18px;
  }
}
.header .fecha {
  color: white;
  margin: 24px 0;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .header .fecha {
    text-align: center;
    font-size: 20px;
    margin-top: -12px;
  }
}
.header .fecha span {
  color: #FFB600;
}
.header .fecha .blink {
  animation: blinker 2s linear infinite;
  color: #73e5ff;
  position: absolute;
  font-weight: 700;
  margin-top: 16px;
  margin-left: 12px;
}
.header .pre-logo {
  color: white;
  line-height: 1.2;
  margin-top: 3em;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  text-align: center;
  font-size: 1.2rem !important;
  font-weight: normal;
  letter-spacing: 3px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .header .pre-logo {
      text-align: center;
      margin: 3em auto -2em auto;
  }
}
@media (max-width: 576px) {
  .header .pre-logo {
    font-size: 14px !important;
    text-align: center;
    margin: 5em auto -1em auto;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.header .play {
  max-width: 120px;
  margin-top: 50px;
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .play {
    max-width: 130px;
    margin-top: 44px;
    margin-left: 42px;
  }
}
.header .play:hover {
  opacity: 1;
}
.header .play img {
  width: 100%;
}
.header video {
  border: 1px solid var(--secondary-color);
}
.header .bg-gold {
  background-color: var(--secondary-color);
}
.header header {
  transition: all 0.3s ease-in-out;
  top: -200px;
}
.header header .container {
  max-width: 1225px !important;
}
.header header.scroll {
  padding: 0 4vw;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 4;
  width: 100%;
  background: #150033;
  box-shadow: 0px 5px 20px 0px #00000081;
  top: 0;
  left: 0;
  margin: 0;
  padding: 6px 0;
  text-align: center;
}
@media (max-width: 700px) {
  .header header.scroll #menuNew {
    box-shadow: 0px 3px 41px #2b1f9c;
    padding: 6px 10px;
  }
}
.header header.scroll h2 {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .header header.scroll {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .header header.scroll .container {
    width: 100% !important;
  }
}
.header header.scroll button {
  border-radius: 33px;
  padding: 13px 25px;
  border: 0;
  background: var(--secondary-color);
  color: #080021;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .header header.scroll button {
    font-size: 12px;
  }
}
.header header.scroll button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
.header .banner {
  color: #fff;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.header .banner button {
  border-radius: 40px;
  border: 0;
  background: rgb(206,123,2);
  background: linear-gradient(90deg, rgba(206,123,2,1) 0%, rgba(216,104,3,1) 50%, rgba(206,123,2,1) 100%);
  color: #050505;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.header .banner .btn-form {
  background-color: transparent;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .header .banner button {
    font-size: 13px;
  }
}
.header .banner button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
.header .banner .text {
  padding: 0 2rem 0 0;
  transform: scale(0.9);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .banner .text {
    transform: scale(0.95);
  }
}
.header .banner .text .headline {
  font-size: 26px;
  font-family: "Poppins";
  font-style: italic;
}
.header .banner .text .separator {
  margin: 30px 0;
  display: block;
  width: 100px;
  height: 1px;
  background: #ffffff;
}
@media (max-width: 600px) {
  .header .banner .text .separator {
    margin: 15px 0;
  }
}
.header .banner .text .title-01 {
  width: 90%;
  margin: 5px 0;
  filter: drop-shadow(-15px 11px 6px rgba(55, 6, 52, 0.624));
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .banner .text .title-01 {
    width: 100%;
    display: block;
    margin: 40px auto -16px 0;
  }
}
.header .banner .text .title-02 {
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .banner .text h4 {
    text-align: center;
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .banner .text h4 {
    display: block;
  }
}
.header .banner .text .inscriptos {
  color: var(--secondary-color);
  position: absolute;
  margin: -8px 0 19px 0;
  font-size: 14px;
}
@media (max-width: 700px) {
  .header .banner .text .inscriptos {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .banner .text .inscriptos {
    margin: 3px 0 19px 0;
  }
  .header .banner .video img {
    width: 100%;
    margin: 5em 0 4em 0;
  }
}
.header .banner .text p {
  font-size: 24px;
}
.header .banner .video {
  padding-top: 90px;
}
.header .banner .video .evento {
  position: absolute;
  right: 0px;
  width: 130px;
  bottom: 0px;
}
@media (max-width: 768px) {
  .header .banner {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .header .banner .text {
    padding: 0 0 0 0;
  }
  .header .banner .text .headline {
    font-size: 21px;
  }
  .header .banner .text p {
    font-size: 21px;
  }
  .header .banner .fecha {
    font-size: 19px !important;
    color: white;
  }
  .header .banner .video {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .header .banner .video img {
    width: 100%;
    margin: 8em 0 .5em 0;
  }
}
.header .addEmail {
  width: 100%;
  position: fixed;
  bottom: -500px;
  background: #080021;
  background: linear-gradient(180deg, #0511168a 16%, #c9a74162 100%);
  padding: 10px 0 40px;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.header .addEmail .row .col {
  padding: 0;
}
.header .addEmail form .content {
  max-width: 600px;
  box-shadow: 0 28px 79px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin: 0;
}
.header .addEmail form .content input {
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
}
.header .addEmail form .content button {
  border: 0;
  background: var(--secondary-color);
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header .addEmail form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(255, 241, 172, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
.header .addEmail form label {
  margin: 10px auto;
  display: table !important;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .header .addEmail {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #0511168a 16%, #c9a74162 100%);
  }
  .header .addEmail form .content {
    transform: none;
    position: relative;
    left: 0;
  }
  .header .addEmail form .content button {
    font-size: 14px;
    padding: 18px 0 15px;
  }
  .header .addEmail form label {
    color: #fff;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    display: none !important;
  }
}
@media (min-width: 600px) {
  .header .addEmail.scroll {
    position: fixed;
    bottom: 0;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(5px);
    background: #bf455e;
    background: linear-gradient(180deg, #0511168a 16%, #414bc962 100%);
  }
  .header .addEmail.scroll form label {
    color: #fff;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header {
    background: url(../img/fondo-3.jpg) no-repeat center center/cover;
    min-height: 677px;
    height: auto;
    padding-bottom: 30px;
  }
  .header header {
    padding: 1px;
  }
  .header header nav .container-fluid {
    padding: 0;
  }
  .header header nav .container-fluid .main-nav {
    display: block !important;
    width: 100%;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    background-position-x: -164px;

  }
}
.header .form-02 form .content {
  text-align: left;
  max-width: 600px;
  box-shadow: 0 28px 79px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin: 0;
  background-color: #fff;
}
.header .form-02 form .content .col {
  padding: 0;
}
.header .form-02 form .content input {
  border-radius: 33px;
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
}
.header .form-02 form .content button {
  border: 0;
  border-radius: 33px;
  background: var(--secondary-color);
 color: black;
  padding: 15px;
  font-weight: bold;
  width: 94%;
  position: relative;
  overflow: hidden;
}
.header .form-02 form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(255, 249, 172, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .form-02 form .content button {
    font-size: 13px;
  }
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
.header .form-02 form label {
  margin: 10px auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

main {
  overflow: hidden;
}
main section {
  padding: 60px 0;
}
main section .subtitle2 {
  text-align: center;
  margin-bottom: 37px;
  font-family: "Poppins";
  font-weight: 300;
}
main section .subtitle2 span {
  color: var(--secondary-color);
}
main section .subtitle {
  margin: 0 auto 50px;
  max-width: 800px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 42px;
}
main section .subtitle.italic {
  font-style: italic;
}
main section .subtitle b {
  font-weight: 600;
}
main section .subtitle-inaki {
  margin: 0 auto 50px auto;
  color: #FFB600;
  max-width: 800px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 42px;
}
main section .text-graficos {
  color: black;
  text-align: center;
}
main section .text-graficos:hover{
  color:#ff6d00;
}
main section .text-graficos i{
  color: #ff6d00;
}
main section .text-graficos ol li:hover{
  color:#ff6d00;
}
main section .text-graficos ul{
  list-style: none;
  margin: 15px 0;
  font-size: 23px;
  line-height: 40px;
}
@media (max-width: 700px) {
  main section .text-graficos ul {
    font-size: 16px;
    text-align: center;
  }
}
main section.mark2 {
  background: var(--secondary-color);
  margin: 0 !important;
}
main section.mark2 .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
main section.mark2 .container h3 {
  margin: 0 auto;
}
main section.mark {
  background: var(--secondary-color);
  background: url(../img/fondo-4.jpg) no-repeat center center/cover;
  margin: 0 !important;
}
main section.mark .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
main section.mark h3 {
  max-width: 910px;
  text-align: center;
  font-size: 36px;
  margin: 0 auto 50px;
}
@media (max-width: 600px) {
  main section.mark h3 {
    margin: 0 auto 20px;
  }
}
main #experto .subtitle {
  font-size: 32px;
}
main #experto .row div {
  padding: 12px 0;
}
@media (max-width: 700px) {
  main #experto .row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
main #experto h3 {
  margin: 0 auto 40px !important;
}
main #experto li {
  list-style: none !important;
}
main #experto i {
  color: var(--secondary-color);
}
main #experto img {
  width: 99%;
  filter: drop-shadow(-7px 8px 0px var(--secondary-color));
}
main #contenido {
  background-color: ghostwhite;
}
main #contenido h3 {
  color: var(--primary-color);
  font-size: 2rem;
}
main #contenido .container {
  max-width: 1240px;
}
main #contenido .cont-card {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  main #contenido .cont-card {
    flex-direction: column;
  }
}
main #contenido .cont-card .card {
  background-color: var(--primary-color);
  padding: 17px;
  border-radius: 17px;
  box-shadow: 7px 6px 1px var(--secondary-color);
  width: 33%;
  align-items: center;
  margin: 18px 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  main #contenido .cont-card .card {
    width: 92%;
  }
}
main #contenido .cont-card .card .col-md-2 {
  border-right: 1px var(--bg-color) solid;
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  main #contenido .cont-card .card .col-md-2 {
    border-right: 0;
    padding: 22px 0;
    border-bottom: 1px var(--bg-color) solid;
  }
}
main #contenido .cont-card .card .col-md-10 {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 700px) {
  main #contenido .cont-card .card .col-md-10 {
    padding-left: 0px;
    padding-top: 12px;
  }
}
main #contenido .cont-card .card .col-md-10 p {
  font-size: 16px;
  text-align: center;
}
main #contenido .icono {
  width: 100%;
}
@media (max-width: 700px) {
  main #contenido .icono {
    width: 30%;
    margin: 0 auto;
  }
}
main #contenido .icono img {
  width: 100%;
}
main #contenido p {
  color: black;
  font-size: 23px;
  margin: 0;
}
main #contenido p:hover{
  color: black;
}
@media (max-width: 700px) {
  main #contenido p {
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
}

main #inaki {
  background-color: #150033;
}
main #inaki h3 {
  color: #ff9e00;
}
main #inaki .container {
  max-width: 1240px;
}
main #inaki .cont-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  main #inaki .cont-card {
    flex-direction: column;
  }
}

main #inaki .cont-card .card {
  padding: 10px;
  border-radius: 17px;
  border: 1px solid #fff;
  background-color: transparent;
  align-items: center;
  margin: 5px;
  height: 100%;
}
main #inaki .cont-card .card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 23px rgba(252,254,0,0.2);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  main #inaki .cont-card .card {
    width: 92%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  main #inaki .cont-card {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
main #inaki .cont-card .card .col-md-2 {
  border-right: 1px var(--bg-color) solid;
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  main #inaki .cont-card .card .col-md-2 {
    border-right: 0;
    padding: 22px 0;
    border-bottom: 1px var(--bg-color) solid;
  }
}
main #inaki .cont-card .card .col-md-10 {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 700px) {
  main #inaki .cont-card .card .col-md-10 {
    padding-left: 0px;
    padding-top: 12px;
    align-items: flex-end;
  }
}
main #inaki .cont-card .card .col-md-10 p {
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
main #inaki .icono {
  width: 100%;
}
@media (max-width: 700px) {
  main #inaki .icono {
    width: 30%;
    margin: 0 auto;
  }
}
main #inaki .icono img {
  width: 100%;
}
main #inaki p {
  color:white;
  font-size: 16px;
  text-align: center;
}

main #inaki .titulo {
  text-align: center; 
  margin: 10px 0; 
  font-weight:bold; 
  font-size: 1.7em;
  color: var(--secondary-color);
}

@media (max-width: 700px) {
  main #inaki p {
    margin: 0;
  }
}

main section.chan{
  position: relative;
}
main section.chan::after {
  display: none;
  position: absolute;
  content: "";
  height: 120%;
  top: 0;
  background: url(../img/autor-2b.png) no-repeat center right;
}
@media (min-width: 1200px) {
  main section.chan::after {
    width: 50%;
    right: 100px;
  }
}
@media (max-width: 1199px) {
  main section.chan::after {
    width: 45%;
    height: 125%;
    right: 0px;
  }
}
@media (max-width: 991px) {
  main section.chan::after {
    display: none;
  }
}
main section.chan .chanPic {
  background: url(../img/autor-3.png) no-repeat center -40px/cover;
  width: 100%;
  margin: 0 0 30px;
}
main section.chan .subtitle {
  color: #FFB600;
  text-align: left;
}
@media (max-width: 600px) {
  main section.chan .subtitle {
    margin: 0;
  }
}
main section.chan p {
  color: white;
  font-size: 20px;
}

main #libros-kiyo {
  background-color: ghostwhite;
  background-image: url(../img/fondo-3.jpg);
  color: var(--bg-color);
}
main #libros-kiyo p {
  font-size: 20px;
}
main #libros-kiyo .kiyo2 {
  display: block;
  margin: 10px auto;
  box-shadow: 7px 8px 0px #e1252e;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  main #libros-kiyo .kiyo2 {
    width: 100%;
  }
}
main #libros-kiyo .libro-a {
  display: block;
  margin: 0 auto;
}
main #libros-kiyo #carouselExampleControls2 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
main #libros-kiyo .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
main #warning {
  background: url(../img/fondo-4.jpg) no-repeat center center/cover;
}
main #warning h3 {
  font-size: 41px;
}
main #warning h3 span {
  background-color: var(--secondary-color);
  color: white;
  padding: 0 6px;
}
main #warning .container {
  max-width: 900px;
}
main #warning .row {
  margin: 25px 0;
}
main #warning .row .col-md-1 {
  display: flex;
  align-content: center;
  justify-content: center;
  border-right: 1px solid var(--secondary-color);
  max-height: 146px;
}
@media (max-width: 700px) {
  main #warning .row .col-md-1 {
    border-right: none;
  }
}
main #warning .row .col-md-1 p {
  font-size: 99px;
  font-weight: 800;
  color: var(--secondary-color);
}
main #warning .row .col-md-10 {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #180d1b4d;
}
main #warning .row .col-md-10 p {
  font-size: 19px;
}
@media (max-width: 700px) {
  main #warning .row .col-md-10 p {
    text-align: center;
  }
}
main .flip-clock {
  text-align: center;
  perspective: 400px;
  margin: 20px auto;
}
@media (max-width: 600px) {
  main .flip-clock {
    transform: scale(1.8) !important;
  }
}
main .flip-clock *,
main .flip-clock *:before,
main .flip-clock *:after {
  box-sizing: border-box;
}
main .flip-clock__piece {
  display: inline-block;
  margin: 0 5px;
}
main .flip-clock__slot {
  font-size: 1vw;
  color: #FFB600 !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  main .flip-clock__slot {
    font-size: 1.6vw;
  }
}
main .card2 {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 6vw;
  line-height: 0.95;
}
main .card__top,
main .card__bottom,
main .card__back::before,
main .card__back::after {
  display: block;
  height: 0.72em;
  color: #ccc;
  background: #222;
  padding: 0.25em 0.25em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  width: 1.8em;
  transform: translateZ(0);
}
main .card__bottom {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #000;
  background: #393939;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
}
main .card__bottom::after {
  display: block;
  margin-top: -0.72em;
}
main .card__back::before,
main .card__bottom::after {
  content: attr(data-value);
}
main .card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
main .card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
main .flip .card__back::before {
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation-fill-mode: both;
  transform-origin: center bottom;
}
main .flip .card__back .card__bottom {
  transform-origin: center top;
  animation-fill-mode: both;
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}

main #faqs {
  background-attachment: fixed;
  background-color: #EFEFEF;
}
main #faqs p {
  /* max-width: 700px; */
  margin: 13px auto;
  text-align: center !important;
  font-size: 19px;
}
main #faqs .cont-faqs .row {
  margin: 15px;
}
main #faqs .cont-faqs .cuadro {
  background-color: #6d5c7b;
  padding: 30px;
  border-radius: 6px;
  min-height: 373px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  main #faqs .cont-faqs .cuadro {
    margin: 10px;
  }
}
main #faqs .cont-faqs .cuadro.primero .faqs-img {
  transform: scale(1.5);
}
main #faqs .cont-faqs .cuadro.ultimo p {
  line-height: 28px;
}
main #faqs .cont-faqs .cuadro.ultimo p b {
  line-height: 28px;
  font-size: 23px;
}
main #faqs .cont-faqs .cuadro hr {
  border: 1px solid var(--secondary-color);
  width: 46%;
}
main #faqs .cont-faqs .cuadro .faqs-img {
  width: 36%;
}
main #faqs .cont-faqs .cuadro .faqs-img img {
  width: 100%;
  filter: drop-shadow(2px 6px 9px #2f2f2f);
}
main #faqs .cont-faqs .cuadro p {
  font-size: 16px;
  min-height: 113px;
  color: white;
}
main #faqs .cont-faqs .cuadro p b {
  line-height: 12px;
}
main #faqs .cont-faqs .cuadro p span {
  font-size: 12px;
  line-height: 12px;
}

@media (max-width: 706px) {
  main #reserva h3 {
    font-size: 23px;
  }
}

@keyframes opacity {
  0%, 100% {opacity:0;}
  50% {opacity:1;}
}

@keyframes change {
  0%, 12.66%, 100% {transform:translate3d(0,0,0);}
  16.66%, 29.32% {transform:translate3d(0,-25%,0);}
  33.32%,45.98% {transform:translate3d(0,-50%,0);}
  49.98%,62.64% {transform:translate3d(0,-75%,0);}
  66.64%,79.3% {transform:translate3d(0,-50%,0);}
  83.3%,95.96% {transform:translate3d(0,-25%,0);}
}
main #reserva button {
  border-radius: 40px;
  border: 0;
  background: var(--secondary-color);
  color: white;
  padding: 15px;
  font-weight: bold;
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 1s;
}
@media (max-width: 706px) {
  main #reserva button {
    font-size: 13px;
    width: 100%;
  }
}
main #reserva button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -100px 0 0;
}
main #carruselTestimonios {
  padding: 25px 0;
  background-color: #EFEFEF;
  margin: 0 auto 0px;
}
main #carruselTestimonios .subtitle {
  color: var(--primary-color);
}
main #carruselTestimonios .testimoniales .content2 {
  background: var(--primary-color);
  background: linear-gradient(-259deg, #440066 0%, #150033 154%);
  border-radius: 7px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  color: #ffffff;
}
@media (max-width: 600px) {
  main #carruselTestimonios .testimoniales .content2 {
    margin: 20px auto;
  }
}
main #carruselTestimonios .testimoniales .content2 h6 .fa-facebook-square {
  font-size: 25px;
  position: absolute;
  right: 29px;
  margin-top: 11px;
}
main #carruselTestimonios .testimoniales .content2 h6 .comentario-fecha {
  position: absolute;
  font-weight: 100;
  top: 61px;
  opacity: 0.7;
  font-size: 11px;
}
@media (max-width: 600px) {
  main #carruselTestimonios .testimoniales .content2 h6 .comentario-fecha {
    top: 82px;
  }
}
main #carruselTestimonios .testimoniales .content2 h6 img {
  width: 42px;
  margin-right: 15px;
}
main #carruselTestimonios .testimoniales .content2 p {
  font-style: italic;
  text-align: left;
}
main #carruselTestimonios .testimoniales .content2 span {
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins";
  text-align: left;
  display: block;
  width: 100%;
}
main .swiper-container {
  min-height: 422px;
  overflow: hidden;
}
main .swiper-slide {
  transition: 1s ease-in-out;
  margin-top: 73px;
  transform: scale(0.8);
}
.galeriajuan {
  position: relative;
}
.galeriajuan .swiper-slide,
.galeriajuan .swiper-slide-active{
  transform: scale(1);
 }
@media (max-width: 700px) {
  main .swiper-slide {
    transform: none;
    margin-top: 40px;
  }
}
main .swiper-slide-next {
  transform: scale(1.2);
  transform-origin: bottom;
  border-radius: 32px;
}
@media (max-width: 760px) {
  main .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
    display: none;
  }
  main .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
    display: none;
  }
  main .swiper-container {
    height: 84vh;
  }
}

.exito {
  margin: 0;
  padding: 20px 0 50px;
  text-align: center;
  height: 100%;
  max-height: 100%;
  font-weight: normal;
  background: url(../img/fondo-1.jpg) no-repeat center center/cover;
  background-position: initial;
}
.exito .container {
  max-width: 1108px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito {
    background-position-x: -171px;
  }
}
.exito:after {
  display: none;
}
.exito .ahora {
  border: 1px solid var(--secondary-color);
  border-radius: 21px;
  margin: 12px 0;
  background-color: #00000052;
}
.exito .ahora .button {
  display: inline-block;
  border: 2px solid var(--secondary-color);
  padding: 6px 15px;
  color: var(--secondary-color) !important;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}
.exito .ahora .button:hover {
  background-color: var(--primary-color);
}
.exito .ahora .row .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.exito .ahora .row .col-md-2 img {
  margin: 22px 0px;
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .row .col-md-2 img {
    margin: 15px 0px;
    width: 50%;
  }
}
.exito .ahora .row .col-md-2 .numero {
  font-size: 95px;
  color: var(--secondary-color);
}
.exito .ahora .row .number {
  padding: 7px !important;
  background-color: #2e0450db;
  border-radius: 8px;
  min-width: 55px;
  border: none;
}
.exito .ahora .row .col-md-12 {
  padding: 19px 23px;
  align-items: center;
}
.exito .ahora .row .col-md-12 h2 {
  font-size: 23px;
}
.exito .ahora .row .col-md-12 img {
  width: 10%;
  margin-bottom: 25px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .row .col-md-12 img {
    width: 42%;
  }
}
.exito .ahora .row .col-md-12 p {
  text-align: center;
  font-size: 25px;
  margin: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .row .col-md-12 p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .exito .ahora .row .col-md-12 p {
    text-align: center;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .row .col-md-12 #countdown {
    margin-top: 0px;
    margin-bottom: 12px;
  }
}
.exito .ahora .grid {
  display: grid;
  grid-template-columns: 60% 35%;
  grid-template-rows: auto auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid {
    grid-template-columns: 100%;
  }
}
.exito .ahora .grid .item1 {
  grid-row: 1;
  grid-column: 1;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid .item1 {
    grid-row: 2;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid .item1 {
    grid-row: 2;
  }
}
.exito .ahora .grid .item2 {
  grid-row: 1;
  grid-column: 2;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid .item2 {
    grid-column: 1;
    grid-row: 1;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid .item2 {
    grid-column: 1;
    grid-row: 1;
  }
}
.exito .ahora .grid .item3 {
  grid-row: 2;
  grid-column: 1;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid .item3 {
    grid-row: 3;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .ahora .grid .item3 {
    grid-row: 3;
  }
}
.exito .boton {
  border: 0;
  background: var(--secondary-color);
  color: #ffffff;
  padding: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
  margin: 18px auto;
  overflow: hidden;
  border-radius: 3px;
  max-width: 473px;
}
.exito .boton:hover {
  background-color: #d5c237;
}
.exito .bg-01 {
  background: url(./img/fondo-3.jpg) no-repeat center center/cover;
  padding: 15px 0;
}
.exito h1 {
  margin: 1.5rem 0;
}
.exito h1.title {
  text-shadow: 0 0 50px rgba(64, 160, 220, 0.8);
  font-size: 46px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito h1.title {
    font-size: 2rem;
  }
}
.exito h5 {
  max-width: 564px;
  margin: 9px auto;
}
.exito .tickets {
  width: 100%;
  max-width: 300px;
}
.exito .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  transform: none;
  left: 0;
  top: 0;
}
.exito .container .banner .text .separator {
  margin: 25px auto;
}
.exito .list {
  text-align: left;
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}
.exito .list li {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 2rem;
  position: relative;
}
@media (max-width: 600px) {
  .exito .list li {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.exito .list li span {
  position: absolute;
  left: -40px;
  font-size: 3rem;
  top: 0;
  line-height: 1;
}
.exito .list li a {
  color: var(--secondary-color);
}
.exito .list .subscribe {
  background: #c4302b url(../img/yt-play.png) no-repeat 10px center/40px;
  border-radius: 7px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  color: white;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 1px;
  margin: 15px 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.exito .list.last {
  background: var(--secondary-color);
  padding: 40px 40px 10px 70px;
  line-height: 1;
}
.exito .list.last li span {
  left: -44px;
  top: -5px;
}
.exito .shareWP {
  max-width: 625px;
  margin: 1rem auto;
}
.exito .calendar, .exito .wap, .exito .tw, .exito .tel, .exito .inst{
  font-size: 16px;
  align-items: center;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  padding: 7px 20px;
  opacity: 0.9;
  display: flex;
}
.exito .wap {
  background-color: #25d366;
  width: 207px;
  margin: 0 auto;
}
.exito .tw {
  background-color: #259cd3;
  width: 207px;
  margin: 0 auto;
}
.exito .tel {
  background-color: #107da8;
  width: 207px;
  margin: 0 auto;
}
.exito .inst {
  margin-left: 100px;
  background: rgb(252,254,0);
background: linear-gradient(45deg, rgba(252,254,0,1) 9%, rgba(249,0,0,1) 47%, rgba(192,0,255,1) 90%);
  width: 207px;
}
.exito .wap:hover, .exito .tw:hover, .exito .tel:hover, .exito .inst:hover {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.exito .wap i, .exito .tw i , .exito .tel i, .exito .inst i  {
  font-size: 20px;
  margin-right: 10px;
}
.exito .calendar {
  background-color: #ff3131;
  width: 250px;
  margin: 15px auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .calendar {
    margin: 0 auto;
  }
  .exito .inst {
    margin-left: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .exito .calendar {
    margin: 0 auto;
  }
}
.exito .calendar i {
  font-size: 1.4em;
  margin-right: 10px;
}

footer {
  margin: 0 auto;
  padding: 50px 0 0px;
  font-size: 12px;
  color: #ffffff;
  min-height: 163px;
}
footer .logo-footer {
  margin: 20px 0 0;
}
footer a {
  color: var(--primary-color);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  font-size: 12px;
  margin: 0 0 15px;
}
footer .footer-faqs {
  margin: 15px 0;
}
footer .footer-faqs a {
  margin: 0 5px;
}
footer .socials {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
footer .socials li {
  display: inline-block;
  margin: 0 10px;
}
footer .socials li a {
  display: block;
}
footer .socials li a img {
  width: 30px;
  filter: invert(1);
}
@media (max-width: 600px) {
  footer {
    padding: 30px 30px 150px;
    text-align: center;
  }
  footer .logo-footer {
    width: 120px;
    margin: 10px 0;
  }
  footer .text-end {
    margin-bottom: 30px;
    text-align: center !important;
  }
}

/*linea de tiempo*/
 #breadcrumb {
	 list-style: none;
	 display: inline-block;
   margin: 50px auto;
  width: 100%;
}

 #breadcrumb li {
	 float: left;
}
 #breadcrumb li {
   width: 250px;
	 color: #fff;
	 display: block;
   background: #ce7b02;
	 text-decoration: none;
	 position: relative;
	 height: 200px;
	 padding: 0 25px;
	 text-align: center;
	 margin: 20px;
}
 #breadcrumb li:nth-child(even) {
	 background-color: #ce7b02;
}
 #breadcrumb li:nth-child(even):before {
	 border-color: #ce7b02;
	 border-left-color: transparent;
}
 #breadcrumb li:nth-child(even):after {
	 border-left-color: #ce7b02;
}
 #breadcrumb li:first-child {
	 padding-left: 15px;
}
 #breadcrumb li:first-child:before {
	 border: none;
}
 #breadcrumb li:last-child {
  padding-right: 15px;
}
 #breadcrumb li:last-child:after {
	 border: none;
}
 #breadcrumb li:before, #breadcrumb li:after {
	 content: "";
	 position: absolute;
	 top: 0;
	 border: 0 solid #ce7b02;
	 border-width: 100px 35px;
	 width: 0;
	 height: 200px;
}
 #breadcrumb li:before {
	 left: -35px;
	 border-left-color: transparent;
}
 #breadcrumb li:after {
	 left: 100%;
	 border-color: transparent;
	 border-left-color: #ce7b02;
}
 #breadcrumb li:hover {
	 background-color: #FFB600;
}
 #breadcrumb li:hover:before {
	 border-color: #FFB600;
	 border-left-color: transparent;
}
 #breadcrumb li:hover:after {
	 border-left-color: #FFB600;
}

@media screen and (max-width: 1200px) {
  #breadcrumb {
    padding-left: 0%;
 }
}
@media screen and (max-width: 900px) {
  #breadcrumb {
    padding-left: 20%;
 }
}

@media screen and (max-width: 600px) {
  #breadcrumb {
    padding-left: 15%;
 }
}
/*linea de tiempo*/

/*lista desplegable aprendizajes
#menu * {
  list-style:none;
  text-align: center;
}
#menu h2{
  background-color: #150033;
  color: white;
  margin: auto auto;
}
#menu h2 label{
  padding: 1em;
}
#menu ul{
  background-color: #ce7b02;
  width: 100%;
  margin: auto auto;
  padding: 30px 0;
}
#menu li{
  line-height:180%;
  width: 90%;
  margin: auto auto;
  font-size: 20px;
  text-align: left;
  color: white;
}
#menu li a {
  color:#222;
  text-decoration:none;
}
#menu .inicio li a:before{
  content:"\025b8";
  color:#ce7b02;
  margin-right:4px;
}
#menu input[name="list"] {
	position: absolute;
	left: -1000em;
	}
#menu .inicio label:before{
  content:"\025b8";
  color:#ce7b02;
  margin-right:4px;
}
#menu .inicio input:checked ~ label:before{
  content:"\025be";
}
#menu .interior{
  display: none;
}
#menu input:checked ~ ul{
  display:block;
  color:#ce7b02;
}
#menu .interior li a:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }
  #menu .interior li li a{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }


  @media screen and (max-width: 1000px) {
    #menu {
      padding-inline-start: 0px !important;
    }
    #menu h2{
      width: 75%;
    }
  }
  
  @media screen and (max-width: 600px) {
    #menu {
      padding-inline-start: 0px !important;
    }
    #menu h2{
      width: 90%;
    }
  }
lista desplegable aprendizajes*/

  /*lista sin desplegable aprendizajes*/
#menu * {
  list-style:none;
  text-align: center;
}
#menu h2{
  background-color: #150033;
  color: white;
  margin: auto auto;
  padding: 1em;
}
#menu ul{
  background-color: #FFB600;
  width: 100%;
  margin: auto auto;
  padding: 30px 0;
}
#menu li{
  line-height:1.5;
  width: 90%;
  margin: auto auto;
  font-size: 20px;
  text-align: left;
  color: #000;
  display: flex;
  margin: 0 20px 20px;
}
#menu li a {
  color:#222;
  text-decoration:none;
}
#menu .interior i {
  line-height: 1.5;
}
#menu .interior{
  display: block;
}
#menu .interior li a:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }
  #menu .interior li li a{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }

#menuNew .text-menu {
  font-size: 1.4rem;
}
  @media screen and (max-width: 1000px) {
    #menu {
      padding-inline-start: 0px !important;
    }
  }
  
  @media screen and (max-width: 600px) {
    #menu {
      padding-inline-start: 0px !important;
    }
  }
  /*lista sin desplegable aprendizajes*/

  /*Texto seccion boton titilante*/
  a {
    color: #ffffff;
  }
  .luz {
    color: #FFB600;
  }

  a .luz.on{
    color: #ffffff;
  }
  /*Texto seccion titilante*/



  /*Prueba graficos*/
article.staff .peoples {
    padding: 5rem 0 0;
  }
article.staff .peoples ul {
    display: flex;
    flex-wrap: wrap;
  }
article.staff .peoples ul:hover li {
    filter: blur(2px);
    transition: all 0.3s;
  }
article.staff .peoples ul li .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*filter: saturate(0);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(1.4);*/
    transition: all 0.3s;
  }
article.staff .peoples ul li .text-people {
    transform: translate3d(0, 0, 0);
    background: white;
    border: 2px solid #ce7b02;;
    text-align: center;
    border-radius: 10px;
    min-height: auto;
    padding: 0.5rem;
    z-index: 2;
    position: relative;
    opacity: 0;
    transition: all 0.3s;
  }
article.staff .peoples ul li .text-people .name {
    color: #150033;;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
  }
article.staff .peoples ul li .text-people .title {
    color: #150033;;
    font-size: 0.8rem;
  }
article.staff .peoples ul li .text-people .description {
    margin: 1rem 0;
    font-size: 0.8rem;
  }

article.staff .peoples ul li:hover {
    filter: blur(0);
    transition: filter 0.3s;
    z-index: 9;
  }
article.staff .peoples ul li:hover .img {
    filter: saturate(1);
    transition: filter 0.3s;
  }
article.staff .peoples ul li:hover .text-people {
    transition: opacity 0.3s;
    opacity: 1;
  }
  @media (min-width: 1100px) {
  article.staff .peoples ul li {
    width: 25%;
    height: 385px;
    position: relative;
    transition: all 0.3s;
  }
}
  @media (max-width: 1100px) {
    article.staff .peoples ul {
          display: flex;
          flex-wrap: wrap;
        }
    article.staff .peoples ul li {
          height: 250px;
          width: 35%;
          display: inline-block;
          z-index: 0;
          margin: 0 !important;
        }
      article.staff .peoples ul li .img {
        background-position: center top;
        background-size: 90%;
        position: relative;
        transform: scale(1) translateY(0) !important;
      }
      }
  @media (max-width: 768px) {
    article.staff .peoples ul {
          display: flex;
          flex-wrap: wrap;
        }
    article.staff .peoples ul li {
          height: 250px;
          width: 49%;
          display: inline-block;
          z-index: 0;
          margin: 0 !important;
        }
    article.staff .peoples ul li .img {
      background-position: center top;
      background-size: 90%;
      position: relative;
      transform: scale(1) translateY(0) !important;
      }
      }
  @media (max-width: 576px) {
article.staff .peoples ul {
      display: block;
    }
article.staff .peoples ul:hover li {
      filter: blur(0);
      transition: all 0.3s;
    }
article.staff .peoples ul li {
      height: 250px;
      width: 100%;
      display: inline-block;
      z-index: 0;
      margin: 0 !important;
    }
article.staff .peoples ul li .img {
      background-position: center top;
      background-size: 90%;
      position: relative;
      transform: scale(1) translateY(0) !important;
    }
article.staff .peoples ul li .text-people {
      transform: none !important;
      transform: translateY(0) !important;
      width: auto;
      margin: 0 1rem;
      position: absolute;
      bottom: 0;
    }
article.staff .peoples ul li:hover {
      filter: blur(0);
      transition: filter 0.3s;
      z-index: 9;
    }
article.staff .peoples ul li:hover .img {
      filter: saturate(1);
      transition: filter 0.3s;
    }
article.staff .peoples ul li:hover .text-people {
      transition: opacity 0.3s;
      opacity: 1;
    }
  }

  /*Prueba graficos*/

  /*linea de tiempo*/
 .caja1 {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.caja2y3 {
  display: inline-block;
  width: 100%;
  margin: 50px 10px 50px -10px;
}
.caja4 {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
#breadcrumb2 {
  float: left;
}
#breadcrumb2 div {
  width: 250px;
  color: #fff;
  display: block;
  background: #ce7b02;
  text-decoration: none;
  position: relative;
  height: 200px;
  padding: 0 25px;
  text-align: center;
}
#breadcrumb2 .tarjeta-2y3 {
  background-color: #ce7b02;
  margin: 0 10px;
}
#breadcrumb2 .tarjeta-2y3:before {
  border-color: #ce7b02;
  border-left-color: transparent;
}
#breadcrumb2 .tarjeta-2y3:after {
  border-left-color: #ce7b02;
}
#breadcrumb2 .tarjeta-1:before {
  border: none;
}
#breadcrumb2 .tarjeta-4:after {
  border: none;
}
#breadcrumb2 div:before, #breadcrumb2 div:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ce7b02;
  border-width: 100px 35px;
  width: 0;
  height: 200px;
}
#breadcrumb2 div:before {
  left: -35px;
  border-left-color: transparent;
}
#breadcrumb2 div:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ce7b02;
}
#breadcrumb2 div:hover {
  background-color: #FFB600;
}
#breadcrumb2 div:hover:before {
  border-color: #FFB600;
  border-left-color: transparent;
}
#breadcrumb2 div:hover:after {
  border-left-color: #FFB600;
}

@media screen and (max-width: 1200px) {
 #breadcrumb2 {
   padding-left: 10%;
}
}
@media screen and (max-width: 900px) {
 #breadcrumb2 {
   padding-left: 0%;
}
}

@media screen and (max-width: 600px) {
 #breadcrumb2 {
   padding-left: 15%;
}
}
/*linea de tiempo*/

/* Slider */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 9));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 9));
  }
}
.slider {
  height: 224px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 18);
}