/*icono whatsapp*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}



.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}

.iconoimg {
    width: 70px;
    height: 70px;
    margin: auto;
    background-image: url(img/facebook.jpg);
}

.Facered {
    text-align: center;
    font-family: 'Times New Roman ';
    
    margin: center;
    max-width: px;
    
}

.facebook{
    font-size: 210%;
    color: darkgrey;
}

.facebook2{
    font-size: 210%;
    color: darkgrey;
    
}

.marcas {
    margin-top: 30px;
    width: 440px;
    margin-right: 100px;
}


/* Estilos para pantallas más pequeñas (teléfonos móviles) */



.adap {
    width: 580px
}


.adap2 {
    width: 900px;
    
    
}

/*icono de subir*/

.gotopbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #25d366;
    bottom: 105px;
    right: 15px;
    box-shadow: 2px 2px 3px #999;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}

/* imagenes de soporte tecnico */


.sop {
    width: 400px;
    height: 500px;
    margin: auto;

}



.imgsoporte {
    width: 100%;
    height: auto;
}

/* Boton de descarga de catalogo*/


/* categoria de prodctos */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* Asegura que el contenido ocupe todo el ancho disponible */
    overflow-x: hidden;
    /* Oculta el desplazamiento horizontal */
}

.containercarru {
    display: grid;
    grid-gap: 10px;
    grid-template: 1fr / 5% 1fr 5%;
    grid-template-areas: "prev carousel next";
    justify-items: center;
    align-items: center;
    margin-top: 25vh;
    margin-bottom: 12vh;
}

.prev {
    grid-area: prev;
    width: 50px;
    background-color: goldenrod;
    height: 50px;
    margin-left: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    margin-top: 50%;
}

.next {
    grid-area: next;
    width: 50px;
    background-color: goldenrod;
    height: 50px;
    border-radius: 50%;
    margin-right: 58px;
    border: none;
    cursor: pointer;
    z-index: 2;
    margin-top: 50%;
}

.carousel {
    grid-area: carousel;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 5px);
    height: auto;
    position: relative;
}

.tarjeta {
    border: solid 4px goldenrod;
    width: 112px;
    height: 127px;
    margin: center;
    position: absolute;
}

.tarjeta img {
    width: 105px;
    height: 120px;
    margin: center;

}

.boton {
    position: relative;
    margin-top: 15%;
    text-align: center;
}

button:focus {
    outline: none;
}

.a {
    left: 0;
    z-index: 0;
}

.b {
    transform: scale(1.5, 1.5);
    left: calc(25% - 50px);
    z-index: 1;
}

.c {
    transform: scale(2, 2);
    left: calc(50% - 50px);
    z-index: 2;
}

.d {
    transform: scale(1.5, 1.5);
    right: calc(25% - 50px);
    z-index: 1;
}

.e {
     transform: scale(1.5, 1.5);
    right: calc(25% - 50px);
    z-index: 1;
}






@media screen and(max-width: 420px){
    .tarjeta-img{
       
            width: -100px;
            height: 200px;
        

    }
};
    


@media screen and (max-width: 420px) {
    .container {
        grid-template: 1fr 1fr / 1fr 1fr;
        grid-template-areas: "carousel carousel"
            "prev next";
    }

    .next,
    .prev {
        margin-top: 70px;
    }
}

@keyframes BtoA {
    from {
        left: calc(25% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }

    to {
        left: 0;
        transform: scale(1, 1);
        z-index: 0;
    }
}

@keyframes AtoB {
    from {
        left: 0;
        transform: scale(1, 1);
        z-index: 0;
    }

    to {
        left: calc(25% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }
}

@keyframes CtoB {
    from {
        left: calc(50% - 50px);
        transform: scale(2, 2);
        z-index: 2;
    }

    to {
        left: calc(25% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }
}

@keyframes BtoC {
    from {
        left: calc(25% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }

    to {
        left: calc(50% - 50px);
        transform: scale(2, 2);
        z-index: 2;
    }
}

@keyframes DtoC {
    from {
        left: calc(75% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;

    }

    to {
        left: calc(50% - 50px);
        transform: scale(2, 2);
        z-index: 2;
    }
}

@keyframes CtoD {
    from {
        left: calc(50% - 50px);
        transform: scale(2, 2);
        z-index: 2;
    }

    to {
        left: calc(75% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }
}

@keyframes EtoD {
    from {
        right: 0;
        transform: scale(1, 1);
        z-index: 0;
    }

    to {
        right: calc(25% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }
}

@keyframes DtoE {
    from {
        right: calc(25% - 50px);
        transform: scale(1.5, 1.5);
        z-index: 1;
    }

    to {
        right: 0;
        transform: scale(1, 1);
        z-index: 0;
    }
}

@keyframes AtoE {
    from {
        left: 0;
        z-index: 0;
    }

    to {
        left: calc(100% - 110px);
        z-index: 0;
    }
}

@keyframes EtoA {
    from {
        left: calc(100% - 100px);
        z-index: 0;
    }

    to {
        left: 0;
        z-index: 0;
    }
}

.colorletra {
    color: #D56E1D;
}

.portfolio-item{
    height: 80%;
    
}

.portfolio-image {
    max-width: 80%;
    margin: auto;

}


/* Estilo de carrusel */

.carrusel {
    height: 50vh;
    display: flex;
    align-items: center;
  }
  
  .carrusel-items {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 0px;
  }
  
  .carrusel-item {
    min-width: 300px;
    max-width: 300px;
    height: 280px;
    outline: 2px solid black;
    cursor: pointer;
  }
  
  .carrusel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carrusel-item:hover {
    transform: scale(1.2);
  }
  