.hero-wrap {
  height:100vh;
  min-height:100%;
  position:relative;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  z-index:0
}
.hero-wrap .overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  background:#fff;
  z-index:-1
}
.hero-wrap.hero-wrap-2 {
  height:100vh;
  min-height:100%;
  background-position:center center;
  background-attachment:fixed
}
.hero-wrap.hero-wrap-2 .overlay {
  opacity:.7
}
.hero-wrap.hero-wrap-2 .slider-text {
  height:100vh;
  min-height:100%
}
.hero-wrap .slider-text {
  height:100vh;
  min-height:750px;
  color:rgba(0,0,0,.6);
  z-index:3
}
.hero-wrap .slider-text .text {
  position:relative;
  z-index:0
}
.hero-wrap .slider-text .subheading {
  font-weight:400;
  color:rgba(0,0,0,.7);
  font-size:15px;
  display:inline-block;
  margin-bottom:5px;
  position:relative;
  z-index:0
}
.hero-wrap .slider-text h1,.hero-wrap .slider-text .h1 {
  font-weight:400;
  color:#111;
  font-size:58px;
  line-height:1.3
}
@media (max-width:767.98px) {
  .hero-wrap .slider-text h1,.hero-wrap .slider-text .h1 {
    font-size:40px
  }
   .ren-container{
      
      font-size:18px !important;
      
  }
  .resaltado{
    font-size:18px !important;
  }
}
@media (max-width:575.98px) {
  .hero-wrap .slider-text .btn {
    width:100%;
    display:block;
    margin-bottom:5px
  }
}
.hero-wrap .slider-text .breadcrumbs {
  font-size:14px;
  margin-bottom:10px;
  z-index:99;
  font-weight:500;
  text-transform:uppercase;
  color:rgba(0,0,0,.8)
}
.hero-wrap .slider-text .breadcrumbs span {
  color:rgba(0,0,0,.8)
}
.hero-wrap .slider-text .breadcrumbs span i {
  color:rgba(0,0,0,.8);
  font-size:12px
}
.hero-wrap .slider-text .breadcrumbs span a {
  color:#6a0f49
}
.hero-wrap .slider-text .breadcrumbs span a i {
  color:#6a0f49
}
.hero-wrap .slider-text .breadcrumbs span a:hover,.hero-wrap .slider-text .breadcrumbs span a:focus {
  color:#6a0f49
}
.hero-wrap .slider-text .breadcrumbs span a:hover i,.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color:#6a0f49
}
.hero-wrap .slider-text .bread {
  font-weight:400;
  color:#111;
  font-size: 50px
}


.owl-prev i, .owl-next i {
  transform: scale(4,4) !important;
}

.contenedor .box {
    width: 80px;
    /* height: 250px; */
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contenedor .box .title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
  }
  .contenedor .box .title .block {
    width: 0%;
    height: inherit;
    background: #4A001F;
    position: absolute;
    animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
  }
  .contenedor .box .title h1 {
    font-family: "Poppins";
    color: black;
    font-size: 32px;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
  }
  .contenedor .box .title h1 span {
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFC3D0;
    -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    bottom: 8px;
    right: -12px;
  }
  .contenedor .box .role {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: -10px;
  }
  .contenedor .box .role .block {
    width: 0%;
    height: inherit;
    background: #e91e63;
    position: absolute;
    animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    display: flex;
  }
  .contenedor .box .role p {
    animation: secFadeIn 2s forwards;
    animation-delay: 3.2s;
    opacity: 0;
    font-weight: 400;
    font-family: "Lato";
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  
  @keyframes mainBlock {
    0% {
      width: 0%;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes secBlock {
    0% {
      width: 0%;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes mainFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes popIn {
    0% {
      width: 0px;
      height: 0px;
      background: #FFC3D0;
      border: 0px solid #ddd;
      opacity: 0;
    }
    50% {
      width: 10px;
      height: 10px;
      background: #FFC3D0;
      opacity: 1;
      bottom: 45px;
    }
    65% {
      width: 7px;
      height: 7px;
      bottom: 0px;
      width: 15px;
    }
    80% {
      width: 10px;
      height: 10px;
      bottom: 20px;
    }
    100% {
      width: 7px;
      height: 7px;
      background: #FFC3D0;
      border: 0px solid #222;
      bottom: 8px;
    }
  }
  @keyframes secFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.5;
    }
  }
  
  @keyframes top {
    0% {
      opacity: 0;
      bottom: -80px;
    }
    100% {
      opacity: 1;
      bottom: 0px;
    }
  }
  @keyframes icon {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: scale(1.3) rotate(-2deg);
    }
    100% {
      opacity: 1;
      bottom: 0px;
    }
  }

  


/*** YOUTUBE VIDEO ***/

.embed-container { background-color:#000; position: relative; padding-bottom: 50%; height: 0; /* overflow: hidden; */ max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.brand-video-caption { background-color:#5C0027; color:white; margin-bottom:35px; text-align:center; padding:45px 50px; }
.brand-video-caption h3 { font-size: 14px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; margin-top: 0; }
.brand-video-caption h2 { text-transform: uppercase; margin: 0; font-size: 25px; letter-spacing: 3px; line-height: 36px; }
.brand-video-caption .tile-header-separator { border-color:white; }
.brand-video-caption p { margin:0 auto; max-width:700px; }
.youtube-cover-image { position: absolute; height: 100%; width: 100%; z-index: 4; background-size:cover !important; }
.youtube-play-button { position: relative; left: 95%; top: 110%; transform: translate(-50%,-50%); cursor:pointer; color: white; }

@media (max-width: 991px) {
  .embed-container { padding-bottom: 56.25%;  }
  .youtube-play-button img { width:80px; }
}

/*** INFORMATION TILES ***/

.brand-text-block { display:inline-block; height:555px; position: relative;  background-color:#fff; margin-bottom:30px; padding:0;  }
.brand-image-block { padding:0; display:inline-block; height:555px; width:555px; background-position:center !important; background-size:cover !important; margin-bottom:30px; }
.brand-tile-canvas { width:100%; visibility:hidden; }
.brand-tile-row { display:inline-block; width:100%; }
.brand-tile-row:nth-of-type(odd) .brand-text-block { float:right; }
.brand-tile-row:nth-of-type(odd) .brand-image-block { float:left; }
.brand-tile-row:nth-of-type(even) .brand-text-block { float:left; }
.brand-tile-row:nth-of-type(even) .brand-image-block { float:right; }
.brand-tile-row:nth-of-type(odd) .brand-text-block .text-tile-content { text-align:left; }
.brand-tile-row:nth-of-type(even) .brand-text-block .text-tile-content { text-align:right; }
.brand-tile-row:nth-of-type(odd) .brand-text-block .text-tile-content .tile-header-separator { margin-left:0; }
.brand-tile-row:nth-of-type(even) .brand-text-block .text-tile-content .tile-header-separator { margin-right:0; }
.text-tile-content { width:100%; text-align:center; position: absolute; /* padding: 75px 75px; */ padding: 35px 35px; top: 50%; transform: translate(0, -50%); max-height: 555px; overflow-y: auto; }
.text-tile-content h3 { font-size: 14px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; margin-top:0; }
.text-tile-content h2 { text-transform:uppercase; margin:0; font-size: 25px; letter-spacing: 3px; line-height:36px; }
.text-tile-content p { margin-bottom:0; }
.tile-header-separator { width: 70px; border-top: 1px solid black; margin: 25px auto; }

@media (max-width: 1200px) and (min-width: 991px) {
.brand-image-block { height:455px; width:455px; }
.text-tile-content { max-height:455px; padding:40px 40px; }
}

@media (max-width: 991px) {
.brand-text-block { height:auto; width:100%; margin-bottom:0; }
.brand-image-block { height:auto; width:100%; margin-bottom:0; }
.text-tile-content { max-height:none; position:relative; top:0; transform:none; padding:45px 45px; text-align:center !important; }
.text-tile-content .tile-header-separator { margin-left:auto !important; margin-right:auto !important; }
}


.iconoRedes{
  color: #FFC3D0 !important;
}

span a:hover i{
  color: white !important;
}

.colorRosa{
  color: #d54680;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover{
  border-bottom: 3px solid #d54680;
}




.col-md-2 {
    flex: 0 0 auto; 
    width: 16.66666667% !important;
  }




  .container-sticky {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .episode {
    display: grid;
    grid-template-columns: 1fr 3fr;
    position: relative;
    margin-bottom: 70px;
  }
  
  .episode__number {
    font-size: 10vw;
    font-weight: 600;
    padding: 10px 0;
    position: sticky;
    top: 0;
    text-align: center;
    height: calc(10vw + 20px);
    transition: all 0.2s ease-in;
  }
  
  .episode__content {
    border-top: 2px solid #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 15px 0;
  }
  
  .episode__content .title {
    font-weight: 600
  }
  
  .episode__content .story {
    line-height: 30px;
    text-align: justify;
  }


.logoColor{
  display: block;
}
.logoBlanco{
  display: none;
}


.btnMensaje{
  border: 2px solid #FFC3D0; color:#FFC3D0; background-color: #d54680; padding:20px 50px; margin-top: 0px;
}
.btnMensaje:hover{
  background-color: #FFC3D0; color: #d54680;
}

/* owl carousel */


.owl-carousel {
  list-style: none;
  padding: 0;
}

 .owl-prev, .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
        border:0px solid black;
    }
    .owl-prev { left: -20px; }
    .owl-next { right: -20px; }
    .owl-prev i, .owl-next i {transform : scale(2,5); color: white; 
     filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));}


.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
  }
}



/* owl carousel */
  
  
  @media (max-width: 600px) {
    .episode__content {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 576px) {
    .episode__content .story {
      font-size: 15px;
    }
  }

  @media only screen and (max-width: 768px) {
    .iconoRedes{
      font-size: 2em;
    }
    .hero-wrap{
       height:100vh !important;
      min-height:100% !important;
      position:relative !important;
      background-size:cover !important;
      background-repeat:no-repeat !important;
      background-position:-600px center !important;
      background-attachment:fixed !important;
      z-index:0
      
    }
    .col-md-2 {
      flex: 0 0 auto; 
      width: 50% !important;
      padding: 10px 0px;
    }
    .col-xs-6{
      flex: 0 0 auto; 
      width: 50% !important;
    }

    .logoColor{
      display: none !important;
    }
    .logoBlanco{
      display: block !important;
    }
    .btnMensaje{
  border: 2px solid #FFC3D0; color:#FFC3D0; background-color: #d54680; padding:10px 25px; margin-top: 10px !important;
}
.owl-prev{
  left: 5px !important;
}
.owl-next{
  right: 5px !important;
}
  }

  /* SLIDER ECARDS */


.section-project {
  padding: 50px 0;
  position: relative;
  background-color: #701946;
}

.section__title, .section__subtitle {
  text-align: center;
  color: white;
  display: block;
}

.section__title {
  font-size: 3em;
  line-height: 1;
  margin: 0 0 20px;
}

.section__subtitle {
  font-size: 1.2em;
  line-height: 1.5;
  opacity: 0.5;
}
.section__subtitle a {
  color: inherit;
}

.project-carousel {
  position: relative;
  padding: 50px 0;
}

.project-strip {
  margin: 150px 0 150px;
  filter: blur(10px);
}
.project-strip .project {
  cursor: pointer;
}
.project-strip img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.project-screen {
  width: 768px;
  height: 451px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-screen .project-detail {
  position: absolute;
  left: 0;
  right: 0;
  width: 1200px;
  height: 361px;
  margin: 32px auto 0;
  z-index: 1;
  background-color: #701946;
}
/*
.project-screen .screen-frame {
  content: " ";
  width: 768px;
  height: 451px;
  position: absolute;
  background-image: url("https://dl.dropboxusercontent.com/u/26808427/cdn/experiments/training/macbook-frame.png");
  background-repeat: no-repeat;
}*/
.project-screen .project {
  margin-right: -100%;
  float: left;
  cursor: move;
}
@media only screen and (max-width: 768px) {
  .section-project{
    overflow: hidden;
  }
  .project-screen .project-detail{
    margin: 0;
  }
  .project-screen .project-detail {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 361px;
  margin: 32px auto 0;
  z-index: 1;
  background-color: #701946;
}
  .slick-slide img{
    max-width: 390px;
  }
  .textoEjes{
    color: #ffffff;
    text-shadow: -1px -1px 9px black;
  }
  .imgReel{
    position: relative;
    max-height: 150px !important;
    float: none !important;
    z-index: 1 !important;
  }

}

  /* SLIDER ECARDS */


  img.numeroEjes, .services .icon, .imgReel{
    transition: .2s;
    min-height: 100px !important;
    max-height: 150px !important;
   
    float: none !important;
    overflow: hidden;
  }

  .services .icon:hover{
    transform: scale(1.1);
  }
  img.numeroEjes:hover{
    transform: scale(1.4);
        
  }



  .imgReel:hover{
    position: relative;
    transform: scale(1.4);
    box-shadow: 0 0px 20px 5px #ffc3d0;
    z-index: 9999 !important;
        
  }



/* noticias v2 */

.gridNoticias{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    min-height: 600px;
    

  }

  .gridNoticias .noticias{
    /* background-color: yellow; */
    padding: 1em;

  }

  .gridNoticias a.noticias1{
    grid-row: 1/3;

  }

  .pagAtras a, .pagAdelante a{
        color: #4A001F !important;

  }

  .noticiaPrincipal{
    grid-row: 1/3;
    grid-auto-rows: 500px;
  }

  .noticias{
    border-radius: 10px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 1px 20px 1px #ffc3d0;
  transition: all 0.25s ease 0s;
  }

  .noticias .textos{
     height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    justify-items: start;
    align-items: end;
    text-shadow: 5px 2px 5px black;
  }
  .noticias:hover{
    box-shadow: none;
  }

  @media (max-width: 768px) {
  .gridNoticias{
    grid-template-columns: auto;
  }
  .gridNoticias .noticias{
    min-height: 300px;
  }
  #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{
    top: 55px;
  }
}

.textos h5, .textos p{
  color: white !important;
}

.textos p{
  background-color: #4A001F;
  padding: 2px 5px;
}


  /* Noticias v2 */








p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}



.img-atlas, .eje-imagen {
  width: 100%;
  height: auto;
}




/*nuevo*/
.container-ejes-atlas {
  max-width: 1200px;
  width: 100%;
  margin: 10rem auto 0;
  position: relative;
}
.container-ejes-new {
    position: relative;
}
.container-ejes-new .div-eje {
    margin: 2rem auto;
    max-width: 60%;
}

.container-ejes-new .eje-texto {
    display: none;
}

.container-ejes-new .img-atlas {
    position: absolute;
    left: 0;
    max-width: 80%;
}
@media (min-width: 768px) {
    .container-ejes-new {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        position: absolute;
        bottom: 0;
    }
    .container-ejes-new .div-eje {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 80%;
        position: relative;
    }

    .container-ejes-new .div-eje .eje-imagen {
        position: relative;
        /* filter: grayscale(1); */
        transition: filter 0.3s;
        z-index: 1;
    }

    .container-ejes-new .div-eje:hover .eje-imagen {
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7)) grayscale(0);
    }

    .container-ejes-new .div-eje .eje-texto {
        position: absolute;
        left: 0;
        bottom: 60%;
        height: 150%;
        width: auto;
        opacity: 0;
        transition: opacity 0.3;
    }

    .container-ejes-new .div-eje:hover .eje-texto {
        opacity: 1;
        display: inline-block;
        left: 0;
        bottom: 80%;
    }

    .container-ejes-new .div-eje.eje-1:hover .eje-texto {
        left: 0;
        bottom: 80%;

    }

    .container-ejes-new .eje-2 {
        transform: translate(-25%, -95%);
    }

    .container-ejes-new .div-eje.eje-2:hover .eje-texto {
        left: 0;
        bottom: 80%;
    }

    .container-ejes-new .eje-3 {
        transform: translate(0, -120%);
    }

    .container-ejes-new .eje-4 {
        transform: translate(25%, -95%);
    }

    .img-atlas {
        position: relative;
        display: block;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        clip-path: circle(74% at 50% 145%);
  
        transition: filter 0.3s, transform 0.3s;
    }
    .img-atlas:hover {
        filter: grayscale(0);
        transform: scale(1.03);
    }
}

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */
  padding: 20px;
  border-radius: 10px;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter: blur(10px); /* Aplica un efecto de desenfoque al fondo */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.popup-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.enterado-btn {
  padding: 10px 20px;
  background-color: var(--grisveda); /* Azul */
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}



/*

.hero-wrap .letra {
  height: 100%;

  width: 100%;

  background-image:   
    url('../images/tumblr_p7n908E1Jb1uy4lhuo1_1280.png'); 
  background-repeat: repeat-x;
  background-position: 
    0 20%,
    0 100%,
    0 50%,
    0 100%,
    0 0;
  background-size: 
    2500px,
    800px,
    500px 200px,
    1000px,
    400px 260px;
  animation: 35s para infinite linear;
  }

@keyframes para {
  100% {
    background-position: 
      -5000px 20%,
      -800px 95%,
      500px 50%,
      1000px 100%,
      400px 0;
    }
  } */