@font-face {
    font-family: menu;
    src: url(letras/Inter-SemiBold.ttf);
    font-display: swap
}
@font-face {
    font-family: interRegular;
    src: url(letras/Inter-Regular.ttf);
    font-display: swap
}
@font-face {
    font-family: manropeBold;
    src: url(letras/Manrope-Bold.ttf);
    font-display: swap
}
@font-face {
    font-family: manropeLight;
    src: url(letras/Manrope-Light.ttf);

    font-display: swap
}
*{
    margin: 0;
    box-sizing: border-box;
    font-family: manropeBold;
    padding: 0;
}
/* ---------------------------------------------- PAGINA INICIO ---------------------------------------------- */

/* ----------------------- Inicio header ----------------------- */

.contenedorHeader{
    background: url(assets/banner1prueba.jpg);
    opacity: 1;
    background-size: cover;
    background-position: center;
    padding: 10px 16px 168px;
}

.contenedorNav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 16px 8px;
    gap: 58px;
    isolation: isolate;

    background-color: #181618;
    border-radius: 64px;
    color: #F7FFFB;
    
}

ul{
    display: inline-flex;
}

.nav__item {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 10px;
}
.nav__link {
    text-decoration: none;
    color: #f7fffB;
    font-family: menu;
    font-size: 15px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.nav__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #7b0000;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.nav__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav__link:hover{
    color: #7B0000;
} 


.fake{
    display: none;
}

.contenedorTexto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    padding-top: 168px;
    gap: 75px;
    background: radial-gradient(85% 70% at 50% 50%, #020202d2 0%, rgba(0, 0, 0, 0.2) 47.26%, rgba(0, 0, 0, 0) 100%);

    color: #F7FFFB;
}

.title1{
    text-align: center;
    font-size: 96px;
}

.btn{
    background-color: #7b0000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    gap: 4px;


    transition: all 1s ease-in-out;
    font-size: 18px;

    width: 360px;
    max-width: 360px;
    height: 57px;
    text-decoration: none;
    color: #F7FFFB;
}

.btn:hover{
    transform: scale(1.05,1.05);
    border: 1px solid #7B0000
}

/* ----------------------- Fin header ----------------------- */

/* ----------------------- Inicio section sobre nososotros ----------------------- */

.contenedorSobreNosotros{
    padding: 120px 16px 80px 16px;
    gap: 48px;
    background: #1C1917;

    width: 100%;
    height: auto;
}

.textoSobreNosotros{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 100px;
    gap: 8px;
}

.title2{
    color: #7B0000;
    font-size: 35px;
}
.textoSobreNosotros h1{
    color: #F7FFFB;

    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
}
/* ----------------------- FIN section sobre nososotros ----------------------- */

/* ----------------------- Inicio section Produccion propia ----------------------- */
.sectionTarjetas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 16px;
    gap: 70px;

    background: #1C1917;
    border-radius: 0px;
}

.title{
    padding: 0px;
    gap: 8px;

    font-size: 50px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;

    color: #F7FFFB;
}

.contenedorTarjetas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding: 0px;
    gap: 24px;
}

.tarjeta{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    background: #2B2629;
    border-radius: 8px;

    height: auto;
}

.tarjeta img{
    background-size: cover;
    background-position: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.35));
    border-radius: 5px;
    
    height: auto;
    max-height: 300px;
}

.tarjetaTexto{
    padding: 16px;
    gap: 8px;
}

.tarjetaTexto h2{
    font-size: 20px;
    line-height: 150%;
    color: #F7FFFB;

    margin-bottom:30px ;
}
.btn2 {
    font-size: 18px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    background-color: #7b0000;
    color: #f7fffB;
    border-radius: 5px;
    text-decoration: none;
    transition: all 1s ease-in-out;
    display: inline-block;
}

.btn2:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #510000;
}

/* ----------------------- FIN section Produccion propia ----------------------- */

/* ----------------------- Inicio section Alambres ----------------------- */

.bannerAlambrado{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    height: 473px;


    background:url(assets/banner__alambrados.png);
    background-size: cover;
    background-position: center;
}

.bannerAlambrado h1{
    font-size: 50px;
}


.bannerAlambrado h3{
    font-family: manropeLight;
    font-size: 24px;
    text-align: center;

    color: #D0DBD6;
}

.alambradoAcindar{
    background: #2B2629;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 70px;
    gap: 20px;
}


.acindarTexto{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.title3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    font-size: 30px;
    /* width: 400px; */
    color: #F7FFFB;
}


.acindarTexto img{
    width: 250px;
    align-self: center;

    border-radius: 2%;
    align-content: center;
}


/* ----------------------- FIN section Alambres ----------------------- */



/* ----------------------- Inicio section Beneficios ----------------------- */
.sectionBeneficios{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 16px;
    gap: 40px;
    background: #1C1917;
}

.beneficiosTexto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 12px;

    color: #F7FFFB;
}

.beneficiosTexto h1{
    font-size: 51px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;

    color: #F7FFFB;
}

.beneficiosTexto p{
    font-family: manropeLight;
    font-size: 24px;
    text-align: center;

    color: #D0DBD6;
}

.contenedorTarjetasBeneficios{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px;
    gap: 40px;
}

.tarjetasBeneficios{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 14px 32px;
    gap: 16px;
    background: #7B0000;

    width: 321px;
    min-width: 272px;
    max-width: 400px;
    height: 400px;
}


.contenedorTarjetasBeneficios img{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0px;

    width: 120px;
    height: 120px;
}

.textoTarjetasBeneficio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 14px 32px;
    gap: 16px;

    width: 321px;
    min-width: 272px;
    max-width: 400px;
    height: 372.97px;

    border-radius: 0px;
}

.textoTarjetasBeneficios h2{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #D0DBD6;
    ;

    margin-bottom: 15px;
}
.textoTarjetasBeneficios p{
    font-family: manropeLight;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #D0DBD6;
}


/* ----------------------- FIN section Beneficios ----------------------- */


/* ---------------------------------------------- FIN PAGINA INICIO ---------------------------------------------- */

/* ---------------------------------------------- PAGINA PRODUCTOS ---------------------------------------------- */
.contenedorHeader2{
    background-size: cover;
    background-position: center;
    background: url(assets/banner__productos.jpg);
    opacity: 1;
    background-size: cover;
    background-position: center;
    padding: 10px 16px 168px;
}

.Productos{
    padding-top: 70px;
    background: radial-gradient(85% 70% at 50% 40%, #020202d2 0%, rgba(0, 0, 0, 0.2) 47.26%, rgba(0, 0, 0, 0) 100%);
}

.sectionTorniquetes{
    padding: 120px 16px 80px 16px;
    gap: 48px;
    background: #1C1917;

    width: 100%;
    height: auto;
}

.sectionTorniquetes h1{
    margin-bottom: 110px;
}

.torniquetesParrafo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 100px;
    gap: 8px;

    margin-bottom: 70px;
}

.parrafo{
    color: #F7FFFB;

    font-family: manropeLight;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.torniquetesParrafo p{
    padding: 0 0 20px 0;
}

.contenedorTarjetasTorniquetes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding: 0px;
    gap: 24px 130px;
}

.sectionAccesorios{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 220px 16px 184px;
    gap: 48px;
    background: radial-gradient(100% 100% at 50% 40%, #020202d2 0%, rgba(0, 0, 0, 0.2) 47.26%, rgba(0, 0, 0, 0) 100%), linear-gradient(rgba(0, 0, 0, 0.2), rgba(202, 200, 200, 0.25)),url(./assets/banner3.png);

    height: 490px;
}

.acc{
    font-size: 67px;
}

.tarjetasAcc{
    padding: 70px;

    /* background-color: #2B2629; */
}


.subtitle{
    font-family: manropeLight;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: normal;

    color: #F7FFFB;

    width: 70%;
    padding: 5px;
}
.slider h3{
    padding-bottom: 20px;
}

.slider {
    width: 80vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(200px * 12);
}

.slider .slide {
    width: 200px;
}

.slider .slide img {
    width: 100%;

    padding: 10%;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}



/* ---------------------------------------------- FIN PAGINA PRODUCTOS ---------------------------------------------- */

/* ---------------------------------------------- PAGINA CONTACTO ---------------------------------------------- */


.contenedorHeader3{
    background-size: cover;
    background-position: center;
    background: url(assets/banner__contacto.jpg);
    opacity: 1;
    background-size: cover;
    background-position: center;
    padding: 10px 16px 150px;
}

.sectionContacto{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 56px 16px;
    gap: 100px;

    background-color: #1C1917 ;
}


.infoContacto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.infoContacto h3{
    font-size: 38px;
    line-height: 118%;
    letter-spacing: -0.02em;
    color: #F7FFFB;

    margin-bottom: 40px;
}

.infoContacto p{
    font-family: manropeLight;
    color: #78716C;
    font-size: 18px;
    line-height: 140%;
}

.infoContacto a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 16px 40px;
    width: 153px;
    max-width: 360px;
    height: 53px;
    margin-top: 50px;

    border: 1px solid #A8A29E;
    border-radius: 0px;

    font-size: 14px;
    line-height: 150%;

    text-decoration: none;
    color: #F7FFFB;
}


.contenedorLineaTiempo{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 56px 16px;
    align-content: center;
    gap: 40px;

    background: #78716C;
}

.lineaTiempo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
}


.lineaTiempo img{
    height: 25px;
    background-size: cover;
    background-position: center;
}

.lineaTiempo h3{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;

    color: #1C1917;
}

.lineaTiempo p{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;

    color: #1C1917;
}

/* ---------------------------------------------- FIN PAGINA CONTACTO ---------------------------------------------- */


/******************** INICIO SECCION FOOTER*********************** */
.pie-pagina{
    width: 100%;
    background-color: #78716C ;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #1C1917;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #1C1917;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #1C1917;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: #78716C;
}
.pie-pagina .grupo-2{
    background-color: #1C1917;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}
/******************** FIN SECCION FOOTER*********************** */





/* media queries */
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }

    .title1{
        font-size: 70px;
    }

    .textoSobreNosotros {
        padding: 0 50px;
    }
    .textoSobreNosotros h1{
        font-style: normal;
        font-size: 30px;
        letter-spacing: 0.5px;
        font-family: manropeLight;
    }
    .sectionTarjetas{
        padding: 70px 20px;
    }
    .tarjeta img{
        max-height: 270px;
    }
    .contenedorNav{
        gap: 20px;
    }
    .tarjetasBeneficios{
        width: 320px;
    }
    /************************** INICIO PAG PRODUCTOS */
    
    .torniquetesParrafo{
        padding: 0 50px;
    }
    .acc{
        font-size: 45px;
    }
    .acc2{
        text-align: center;
    }
}


@media screen and (max-width:450px){
    .contenedorTexto{
        padding-top: 100px;
    }
    .contenedorTexto a{
        width: 200px;
    }
    .ulGambini{
        display: none;
    }
    .contenedorSobreNosotros{
        padding: 100px 10px;
    }
    .textoSobreNosotros{
        padding: 0 30px;
    }
    .title2{
        font-size: 30px;
    }
    .textoSobreNosotros h1{
        font-size: 25px;
    }
    .title{
        font-size: 35px;
    }
    .bannerAlambrado h1{
        font-size: 35px;
        margin: 10px;
    }
    .bannerAlambrado h3{
        font-size: 20px;
    }
    .bannerAlambrado a{
        width: 250px;
    }
    .tarjetasBeneficios{
        height: 450px;
        width: 200px;
    }

    /************************** INICIO PAG PRODUCTOS */
    .sectionTorniquetes h1 {
        margin-bottom: 70px;
    }
    .torniquetesParrafo{
        padding: 0 20px;
        margin-bottom: 0;
    }
    .parrafo{
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .subtitle{
        font-size: 30px;
    }

    .sectionAccesorios a{
        width: 250px;
    }


    iframe{
        width: fit-content;
        padding: 0 10px;
    }
}

@media screen and (max-width:370px){
    .fake{
        display: flex;
    }
    .fake2{
        display: none;
    }
    .contenedorNav{
        justify-content: center;
    }
    .title1{
        font-size: 60px;
    }
    .tarjeta img{
        width: 250px;
    }
    .alambradoAcindar{
        padding-left: 40px;
        padding-right: 40px;
    }
    .title3{
        font-size: 25px;
    }
    .alambradoAcindar img{
        width: 150px;
    }
}