@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300&display=swap");

* {
  outline: none;
}

.timeline-carousel {
  margin: 0;
  background-color: #323232;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.timeline-carousel:after,
.timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  background-color: #323232;
  z-index: 3;
}

.timeline-carousel:after {
  left: 0;
}

.timeline-carousel:before {
  right: 0;
  opacity: 0;
}

.timeline-carousel .slick-list {
  overflow: visible;
}

.timeline-carousel .slick-dots {
  bottom: -73px;
}

.timeline-carousel h1 {
  color: rgb(255, 255, 255);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}

.timeline-carousel p {
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.timeline-carousel__image {
  padding-right: 30px;
}

.timeline-carousel__item {
  cursor: grab;
  cursor: -webkit-grab;
}

.timeline-carousel__item .media-wrapper {
  padding-bottom: 71.4%;
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}

.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-carousel__item-inner .year {
  font-family: "Libre Franklin", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #323232;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 700;
}

.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #323232;
  z-index: 3;
}

.timeline-carousel__item-inner .month {
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffc107;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}

.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #ffc107;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #ffc107;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}

.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}

.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffc107;
}

.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ffc107;
}

.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  cursor: grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #ffc107;
  border-color: #ffc107;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
  background: #ffc107;
  border-color: #ffc107;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}

.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

.slick-prev svg,
.slick-next svg {
  height: auto;
  width: 18px;
  padding-bottom: 2px;
}

.slick-prev .btn,
.slick-next .btn {
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev {
  left: 16px;
}

.slick-next {
  right: 16px;
}

/*# sourceMappingURL=styles.css.map */

/* Overlay styles */
.service-item0::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../imgs/enfoque.jpg') no-repeat center center;
  /* Example image */
  background-size: cover;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 10;
  /* Ensure it is above other content */
}

.service-item1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../imgs/enfoque2.jpg') no-repeat center center;
  /* Example image */
  background-size: cover;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 10;
  /* Ensure it is above other content */
}

.service-item2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../imgs/enfoque3.jpg') no-repeat center center;
  /* Example image */
  background-size: cover;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 10;
  /* Ensure it is above other content */
}

.service-item3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/blog/blog-3.jpg') no-repeat center center;
  /* Example image */
  background-size: cover;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 10;
  /* Ensure it is above other content */
}

.service-item4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../imgs/web3.jpg') no-repeat center center;
  /* Example image */
  background-size: cover;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 10;
  /* Ensure it is above other content */
}

/* Show the overlay on hover */
.service-item:hover::after {
  opacity: 1;
}

.justified-text p {
  text-align: justify;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  cursor: grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #c59700;
  border-color: #c59700;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
  background: #c59700;
  border-color: #c59700;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}

.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

.slick-prev svg,
.slick-next svg {
  height: auto;
  width: 18px;
  padding-bottom: 2px;
}

.slick-prev .btn,
.slick-next .btn {
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  z-index: 9999;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  /* Habilita flexbox en el contenedor de contenido */
  border-radius: 8px;

}

/*new*/
.portfolio-item {
  /* width: auto;*/
  /*margin: 1% 2% ;*/
  height: 300px;
  /* Fija la altura del contenedor */
  background-color: hsl(0, 0%, 100%);
  /* Color de fondo blanco */
  justify-content: center;
  align-items: center;
  display: flex;
  /* Habilita flexbox en el contenedor de contenido */
  margin-bottom: 15px;
  border-radius: 5px;
  /*/box-shadow: 0px 2px 15px color-mix(in srgb, var(--default-color), transparent 85%);*/


}

.portfolio .portfolio-content img {
  transition: 0.3s;
  /*new*/
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Asegura que la imagen se ajuste correctamente dentro del contenedor */
  border-radius: 8px;
}


.portfolio .portfolio-content .portfolio-info {

  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 8px;
  display: flex;


}



.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 14px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {

  transform: scale(1.1);
}

@-webkit-keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
  }
}

@keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
  }
}

/**nuevo*/
.portfolio-details .portfolio-details-slider {

  width: 100vw;

  margin-left: calc(-50vw +50%);
  position: relative;
  /* Asegura que el slider se posicione correctamente */
  left: 50%;
  /* Ajusta la posición al centro */
  transform: translateX(-50%);
  /* Centra el slider **/



}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  filter: brightness(0.4);
}


.slide-overlay {

  position: absolute;
  top: 30%;
  /* Ajusta la posición verticalmente según sea necesario */
  left: 10%;
  /* Centra horizontalmente */
  padding: 20px;
  /* Espaciado interno */
  color: white;
  /* Color del texto */
  text-align: right;
  /* Alinea el texto al centro */
  width: 100%;
  /* Ocupa todo el ancho disponible */
  max-width: 800px;
  /* Ajusta el máximo ancho según sea necesario */
  z-index: 10;
  /* Asegura que esté encima de la imagen */
}

.overlay-text {
  display: none;
}

.overlay-text.active {
  -webkit-animation: flip-in-hor-top 0.2s forwards;
  animation: flip-in-hor-top 0.2s forwards;
  display: block;

}

.slide-overlay strong {
  font-size: 70px;
  font-weight: 500;
  font-family: var(--nav-font);
  color: var(--background-color);


}

.portfolio-details .swiper-wrapper {

  height: 100vh;


}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}


/* Media query para ajustar el tamaño en dispositivos más pequeños */
@media (max-width: 768px) {
  .slide-overlay {
    position: absolute;
    top: 10%;
    /* Ajusta la posición verticalmente según sea necesario */
    /*left: 1%; /* Centra horizontalmente */
    padding: 10px;
    /* Espaciado interno */
    color: white;
    /* Color del texto */
    text-align: left;
    /* Alinea el texto al centro */
    width: 100%;
    /* Ocupa todo el ancho disponible */
    max-width: 300px;
    /* Ajusta el máximo ancho según sea necesario */
    z-index: 10;
    /* Asegura que esté encima de la imagen */

  }

  .slide-overlay strong {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--nav-font);
    color: var(--background-color);

  }

  /**nuevo*/
  .portfolio-details .portfolio-details-slider {

    width: 100vw;
    height: 100vw;
    margin-left: calc(-50vw +50%);
    position: relative;
    /* Asegura que el slider se posicione correctamente */
    left: 50%;
    /* Ajusta la posición al centro */
    transform: translateX(-50%);
    /* Centra el slider **/

  }

  .portfolio-details .portfolio-details-slider img {
    width: 100%;
    filter: brightness(0.4);
    height: 100vw;
  }
}

@media (min-width: 800px) {
  .slide-overlay {
    position: absolute;
    top: 20%;
    /* Ajusta la posición verticalmente según sea necesario */
    /*left: 1%; /* Centra horizontalmente */
    padding: 20px;
    /* Espaciado interno */
    color: white;
    /* Color del texto */
    text-align: left;
    /* Alinea el texto al centro */
    width: 100%;
    /* Ocupa todo el ancho disponible */
    max-width: 600px;
    /* Ajusta el máximo ancho según sea necesario */
    z-index: 10;
    /* Asegura que esté encima de la imagen */

  }

  .slide-overlay strong {
    font-size: 50px;
    font-weight: 500;
    font-family: var(--nav-font);
    color: var(--background-color);

  }


}

@media (min-width: 1280px) {
  .slide-overlay {
    position: absolute;
    top: 30%;
    /* Ajusta la posición verticalmente según sea necesario */
    left: 10%;
    /* Centra horizontalmente */
    padding: 20px;
    /* Espaciado interno */
    color: white;
    /* Color del texto */
    text-align: left;
    /* Alinea el texto al centro */
    width: 100%;
    /* Ocupa todo el ancho disponible */
    max-width: 800px;
    /* Ajusta el máximo ancho según sea necesario */
    z-index: 10;
    /* Asegura que esté encima de la imagen */

  }

  .slide-overlay strong {
    font-size: 70px;
    font-weight: 500;
    font-family: var(--nav-font);
    color: var(--background-color);

  }


}

/*# sourceMappingURL=pru.css.map */