
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
    color: #149f47 !important;
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-primary);
    color: var(--bs-dark) !important;
}



/*** Topbar Start ***/

.search-btn {
    position: relative;
    width: 100%;
    padding: 0 0 0 25px;
}

.search-btn .form-group {
    width: 100%;
}

.search-btn button {
    position: absolute;
    right: 25px;
}

@media (max-width: 992px) {
    .search-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
    }
    .search-btn {
        display: none;
    }
    .topbar-info {
        flex-direction: column;
    }
    .topbar-info a {
        padding: 0 0 10px 0;
    }
    .topbar-icon {
        padding: 0 0 10px 0;
    }
}

@media (max-width: 576px) {
    .topbar-top {
        display: none;
    }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 15px;
    color: var(--bs-white);
    font-weight: 500;
    font-size: 16px;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active  {
    color: rgb(8, 255, 8);
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 5px 12px;
    border: 2px solid var(--bs-primary) !important;
}

/*** Navbar End ***/



/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.carousel-itemN::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}


.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: gray;
    border-radius: 0 30px 30px 0;
    transition: .5s;
    opacity: 1;
}


.carousel-control-next {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: gray;
    border-radius: 30px 0 0 30px;
    transition: .5s;
    opacity: 1;
}


.carousel-control-prev7 {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background:grey;
    border-radius: 0 30px 30px 0;
    transition: .5s;
    opacity: 1;
}


.carousel-control-next7 {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: grey;
    border-radius: 30px 0 0 30px;
    transition: .5s;
    opacity: 1;
}

#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
    width: 24px;
    height: 24px;
    background: var(--bs-dark);
    border: 2px solid var(--bs-primary);
    border-radius: 24px;
    margin: 0 10px 30px 10px;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary) !important;
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 200px;
    }

    .carousel-item img {
        height: 40px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/imagenface.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 6rem;
}

/*** Carousel End ***/


/*** About Start ***/

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}
.about-img1 {
    width: 100%;
    height: 100%;
    position: relative;

    overflow: hidden;
}
.logo{
    width: 170px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;

}
.imagenesservice{
    width: 170px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;

}

.about-img::before {
    content: "";
    width: 100%;
    height: 70%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}


.about-img::after {
    content: "";
    width: 100%;
    height: 60%;
    background: #218125;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 2;
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 2;
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: -0;
    right: 0;
    padding: 35px 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
    animation: mymove 5s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    from {top: -202px;}
    to {top: 102%;}
}

/*** About End ***/


/*** Services Start ***/
.services-inner-icon {
    width: 130px;
    height: 130px;
    background: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    
}

.services-inner-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 62px;
    top: 50%;
    left: 50%;
    transition: .5s;
}

.services-item:hover .services-inner-icon::after {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background: #004a0a;
    color: var(--bs-dark);
    
} 

.services-item i {
    text-align: center;
    transition: .5s;
}

.services-item:hover i {
    color: var(--bs-dark) !important;
    z-index: 1;
    rotate: 360deg;
}

.services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Services Start ***/

/*** Project Start ***/
.project-item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}

.project-item::before {
    content: "";
    width: 100%;
    height: 60%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}


.project-item::after {
    content: "";
    width: 100%;
    height: 60%;
    background: #8BC34A;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.project-left {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    left: -18%;
    rotate: 30deg;
    z-index: 2;
}

.project-right {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    right: -18%;
    rotate: -30deg;
    z-index: 2;
}

.project-item img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item a {
    position: absolute;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(-360deg);
    border-radius: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
}

.project-item:hover a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    background: #8BC34A;
    color: var(--bs-dark) !important;
    opacity: 1;

}


/*** prohect Start ***/


/*** Blog Start ***/

.blog-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}


.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 10px 30px 30px 10px;
}

.blog-carousel .owl-nav .owl-prev {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    right: 0;
    border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
    box-shadow: inset 0 0 0 0 #000000;
    transition: .5s;
}

.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 #000000;
    color: var(--bs-primary) !important;
}

/*** Blog End ***/


/*** Pricing Start ***/
.pricing-item {
    transition: .5s;
    
}

.pricing-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    margin: -20px 0 20px 0;
}

.pricing-label {
    border-bottom: 20px solid var(--bs-light);
    border-radius: 0 0 300px 300px;
    transition: .5s;
}

.pricing-item:hover .pricing-label {
    border-color: rgba(0, 0, 0, .5);
}

.pricing-item:hover .pricing-label.pricing-featured {
    border-color: rgba(255, 255, 255, .5);
}


/*** Pricing End ***/


/*** Call To Action start ***/

.call-to-action {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/indeximagen.jpeg) center center no-repeat;
    background-size: cover;
}

/*** Call To Action End ***/


/*** Team Start ***/
.team-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team-item .team-icon {
    position: absolute;
    top: 15px;
    right: -80px;
    rotate: -30deg;
    transition: .5s;
    visibility: hidden;
}

.team-item:hover .team-icon {
    visibility: visible;
    margin-right: 95px;
    rotate: 0deg;
}

.team-item .team-icon .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}

.team-item .team-content {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 1s;
    
}

.team-item:hover .team-content {
    box-shadow: inset 550px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--bs-light);
    z-index: 1;
}

.testimonial-content::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: -15px;
    rotate: 45deg;
    z-index: -5;
    background: var(--bs-light);
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 14%;
    left: 0px;
    border-radius: 30px 0 0 30px;
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
    border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

/*** testimonial End ***/


/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
    transition: .5s;
}

.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
    margin-top: 6rem;
}

.footer-item,
.footer-item a {
    color: rgba(255, 255, 255, .7);
    text-transform: capitalize;
}

/*** Footer End ***/


/*** Copywright Start ***/

.copyright .copyright-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .copyright-icon {
    width: 44px; 
    height: 44px; 
    display: flex;
    align-items: center; 
    justify-content: center;

}
/***styles de contactos***/
.lento{
        animation-duration: 3s;
        animation-name: slidein;
}
      
      @keyframes slidein {
        from {
          margin-left: 100%;
          width: 300%;
        }
      
        to {
          margin-left: 0%;
          width: 100%;
        }
      }
      
.letras-b{
    font-size: 200%;
    color:aliceblue;
    text-align: center;

}
.letras-ba{
    font-size: 150%;
    color:aliceblue;
    text-align: center;

}
/*** styles de servicios***/

.imageneservice{
    width: 5000px;
    max-width: 5000%;
    height: auto;
    vertical-align: middle;

}
.letras-ser{
    font-size: 150%;
    color:rgb(0, 0, 0);
    text-align: center;

}
.imagen-modal{
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.imagenessn{
    position: relative;
    z-index: 2;
    border-radius: 1200px;
}


/*** Copywright End ***/
/**cards**/

.body1{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Alegreya Sans', sans-serif;
  }
  .container1{
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap:20px;
    margin: 10px auto;
    
  }
  
  .container1 .card1{
    position:relative;
    width: 250px;  
    height: 350px;
    margin: 0 auto;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 15px 60px rgba(0,0,0,.5);  
  }
  
  .container1 .card1 .face1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  
  .container1 .card1 .face1.hidden1{
    box-sizing: border-box;
    padding: 20px;
  }
  
  .container1 .card1 .face1.hidden1 h2{
    margin: 0;
    padding: 0;
  }
  
  .container1 .card1 .face.front1{
    display: grid;
    grid-template-rows:175px 100px;
    grid-template-areas: "icon" "text";
    background: #111;
    text-align: center;
    transition: all .5s ease;
  }
  
  .container1 .card1 .face1.front1 i{
    grid-area: icon;
  }
  .container1 .card1 .face1.front1 h2 {
    grid-area: text;
  }
  
  
  
  .container1 .card1:nth-child(1) .face1.front1{
     background: hwb(0 3% 97%);  
  }
  
  .container1 .card1:nth-child(2) .face1.front1{
    background: hwb(0 3% 97%);  
  }
  
  .container1 .card1:nth-child(3) .face1.front1{
    background: hwb(0 3% 97%);  
  }
  .container1 .card1:nth-child(4) .face1.front1{
    background: hwb(0 3% 97%);  
 }
 .container1 .card1:nth-child(5) .face1.front1{
    background: hwb(0 3% 97%);  
 }
 .container1 .card1:nth-child(6) .face1.front1{
    background: hwb(0 3% 97%);  
 }
  
  .container1 .card1:hover .face1.front1{
    width:0px;   
  
  }
  
  .container1 .card1 .face1.front1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,.1);
  }
  
  .face1.fron1t i {
    grid-area: icon;
    display:block;
    font-size: 50px;
    margin-top:20px;
    color: #fff;
    font-weight: normal;
    transition: all .5s ease;
    text-shadow: 0 2px 5px (0,0,0,.2)
          }
  
  .container1 .card1:hover .face1.front1 i {
    font-size:0;
  }
  
  
  .face1.front1 h2{
    grid-area: text;
    font-size: 2.5em;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: all .5s ease;
    text-shadow: 0 2px 5px (0,0,0,.2);
  }
  
  .container1 .card1:hover .face1.front1 h2{
   font-size:0;
  }
  
  @media screen and (max-width: 820px) {
    .container1 .card1{
    padding: 0 20px;
    width: 250px;
    height: 350px;
   
  }
  .face1.front1 h2{
   grid-area: text;
    font-size: 2em; 
   
  }
    
  }
  
  @media screen and (max-width: 480px) {
    .container .card{
    padding: 0 20px;
    width: 200px;
    height: 300px; 
  }
   .face.front h2{
    grid-area: text;
    font-size: 1.5em; 
  }
  
    .container .card .face.hidden h2{
      font-size: 1.5em;
      
    }
    
    .container .card .face.hidden p{
      font-size: .9em;
      
    }
  }
  

  /**about**/
  .imagenpng{
width: 100px;
height: 100px;
display:block;
margin:auto;
}
/**fondo video**/
.body2 {
    position: relative;
    margin: 0;
  }
  .sect2 {
    width: 100%;
    min-height: 500px;
  }
  #sect1,
  #sect3 {
    background-color: #3333337d;
    color: #fff;
  }
  #sect2 {
    background-color: #dddddd7d;
    color: #333;
  }
  
  .video3 {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 105%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
  }
  .h12 {
    margin: 0;
    padding-top: 3rem;
    padding-left: 2rem;
  }
  .h23 {
    margin: 0;
    padding-top: 3rem;
    padding-left: 2rem;
  }
  .services-inner-iconabout {
    width: 130px;
    height: 130px;
    background: #149f47;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    
}

.carrusel-cards {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  
  .contenedor-cards {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }
  
  .card {
    width: 300px;
    height: 200px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card h3 {
    margin: 10px;
    font-size: 18px;
  }
  
  .card p {
    margin: 10px;
  }
  
  .flechas {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .flecha-izquierda, .flecha-derecha {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
  }
  
  .flecha-izquierda:hover, .flecha-derecha:hover {
    background-color: #ccc;
  }
  
  @media (max-width: 500px) {
    .carrusel-cards {
      width: 100%;
    }
  
    .card {
      width: 100%;
    }
  }


.container3{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 768px)
{
.container3, .container-md, .container-sm {
    max-width: 720px;
}
}
@media (min-width: 420px)
{

  .container3, .container-md, .container-sm{

    
        .carousel-item img {
            height: 60px;
            
        }


    }
}

@media (min-width: 1200px)
{
  .container3, .container-md, .container-sm {
    max-width: 1140px;
}
}
@media (min-width: 992px)
{
  .container3, .container-md, .container-sm{
    max-width: 960px;
}}

/**carrosel de videos**/
/**telefono videos**/
.tamvideo{
width: 390px;
height: 180px;
}



@media (min-width: 768px)
{
    .tamvideo{
        width: 400px;
        height: 330px;
        }
}
/**telefono acostado**/
@media (min-width: 600px)
{

    .tamvideo{
        
        width: 720px;
        height: 200px;

        }
}
/**tablet computadora**/
@media (min-width: 1200px)
{
    .tamvideo{
        width: 390px;
        height: 250px;
        }
}
.container8 {
    display: flex;
    place-content: center;
  }
  .videom{
margin: 0 10;
}
/**card de incice**/
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

:root{
  --gradient-top-bottom: linear-gradient(to bottom, #ff8a00, #e52e71);
  --gradient-left-right: linear-gradient(to right, #009603, #009603);}








.popular-card8 p a:hover,
.popular-card-alt8 p a:hover{
  color: #000;
  cursor: pointer;
}

.cards8 {
  display: flex;
  padding: 3rem;
  overflow-x: scroll;
}

.card8{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #17141d;
  border-radius: 16px;
  width: 400px;
  min-width: 250px;
  min-height: 50px;
  box-shadow: -1rem 0 3rem #000;
  padding: 1.5rem;
  transition: 0.2s;
}

.date-published8{
  font-family: "Lora", serif;
  color: #7a7a8b;
  font-size: 14px;
}

.date-published-prefix8{
  color : white;
}

.card-title8 a{
  font-size: 20px;
  line-height: 1.5rem;
  color: white;
  text-decoration: none;
  transition: .2s color;
}

.card-title8 a:hover{
  background: var(--gradient-left-right);
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.card-author8{
  position: relative;
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
}

.author-avatar8 img{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 16px 10px;
  filter: grayscale();
}

.half-circle8{
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 60px;
  height: 48px;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 8px;
  stroke-linecap:round;
}

.author-name8{
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.5rem;
}

.author-name-prefix8{
  color: #7a7a8b;
  font-family: arial;
  font-weight: bold;
}


/*  card scrollbar */
.cards8::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.cards8::-webkit-scrollbar-track {
  background: #1d1a25;
  height: 10px;
}

.cards8::-webkit-scrollbar-thumb {
  background: #1d1a25;
  border-radius: 10px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
  background: var(--gradient-left-right);
}

/* Card Hover */
.card8:hover {
  transform: translateY(-1rem);
}

.card8:not(:first-child) {
  margin-left: -130px;
}

.card8:hover ~ .card8 {
  transform: translateX(130px);
}

.card8:nth-child(1){
  z-index: 1;
 background-image: url(/img/cards/board-453758_1280.jpg);
}

.card8:nth-child(2) {
  z-index: 2;
  background-image: url(/img/cards/formateos.jpg);
}
.card8:nth-child(3) {
  z-index: 3;
  background-image: url(/img/cards/actualizaciones.jpg);
}
.card8:nth-child(4) {
  z-index: 4;
  background-image: url(/img/cards/reparacionesdecomputadorasdeautos.jpg);
}
.card8:nth-child(5) {
  z-index: 5;
  background-image: url(/img/cards/reparaciondecomputadoras.jpg);
}
.card8:nth-child(6) {
  z-index: 6;
  background-image: url(/img/cards/pagina\ web.jpg);
}
.card8:nth-child(7) {
  z-index: 7;
  background-image: url(/img/cards/service-428540_1280.jpg);
}
.card8:nth-child(8) {
  z-index: 8;
  background-image: url(/img/cards/virusymalware.jpg);
}
.card8:nth-child(9) {
  z-index: 9;
  background-image: url(/img/cards/programar.jpg);
}
.card8:nth-child(10) {
  z-index: 10;
  background-image: url(/img/cards/respaldo.jpg);
}
.card8:nth-child(11) {
    z-index: 11;
  }
  .card8:nth-child(12) {
    z-index: 12;

  


/* Card Responsive */

@media (max-width: 992px) {
  .popular8 {
    margin-left: 1rem;
  }

  .popular-card8 {
    display: none;
  }

  .popular-card-alt8 {
    display: block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 110px;
    padding: 2rem 1rem;
  }
  .popular-card-alt8 h1 {
    font-size: 20px;
  }
  .popular-card-alt8 h1,
  .popular-card-alt8 p {
    margin: 0;
  }
}
}
/****/

.imgcards{
  height: 50;
   height: 50;
}

.intro{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: #000;
z-index: 1;
transition: 2s;
}