/*inicio de caratula*/
.caratula { 
    width: 100%;
    background-image: url('../img/Figuras/fondo-productos.png');
    background-repeat: no-repeat;
    background-size: 90% 100%;
    background-position: 400px;


}

.informacion {
    margin: auto;
    width: 85%;
    color: #144169;

}

.title-caratula {
    margin-top: 50px;
    font-size: 38px;
}

.subtitle-caratula {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding-bottom: 20px;

}

.descripcion-caratula {
    font-size: 18px;
    width: 70%;
}

.materiales-caratula {
    padding-top: 20px;
    width: 70%;
}

.materiales-caratula>p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.materiales-caratula>p>a {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: lighter;
}

.imagen {
    position: relative;
   margin: auto;
    width: 35%;
    overflow: hidden;

}

.imagen>img {
    width: 100%;
    height: auto;
}

/*fin de caratula*/
/*inicio de caracteristicas*/
.caracteristicas {
    width: 85%;
    margin: auto;

}

.title-caracte {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;

}

.ico {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.group-caracte {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.group-caracte>p {
    width: 40%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.subtitle-caracte {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #144169;
    padding-bottom: 15px;
    padding-top: 30px;
}

/*fin de caracteristicas*/

/*inicio de imagenes de plantas*/
.img-plantas {
    background-color: #EBEBEB;
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-plantas {
    text-align: center;
}

.carrusel2 {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;

}

.carrusel2-img {
    background-position: center;
    background-size: cover;
    width: 400px;
    margin-left: 50px;
    margin-right: 50px;
}

.carrusel2-img>img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/*fin de imagenes de plantas*/
/*inicio de datos tecnicos*/
.datos-tecnicos {
    margin: auto;
    width: 85%;
    margin-bottom: 50px;
}

.title-datos {
    padding-top: 50px;
    text-align: center;
}

.subtitle-datos {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #144169;
    font-size: 21px;
}

th,
td {
    padding: 15px;
}

.table-datos {
    overflow-x: auto;
    text-align: center;
    margin-bottom: 50px;
}


table {
    width: 100%;
}

table th {
    background-color: #ff8e6c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white;
}

td {
    background-color: #EBEBEB;
    font-size: 14px;
    font-weight: lighter;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.tabla th {
    background-color: #F8F8F8;
    color: #144169;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}

.blanco {
    background-color: white;
    color: #919191;
}

.gris {
    background-color: #F8F8F8;
    color: #144169;
}

/*fin de datos tecnicos*/
/*inicio de productos*/
.productos {
    width: 100%;
    background-color: #144169;
    padding-top: 40px;
    text-align: center;

}

.productos>h1 {
    color: white;
    width: 85%;
    margin: auto;

}

.carrusel3-img {
    width: 150px;

}



.card-catalogo {
    width: 100%;
}

.img-catalogo {
    width: 100%;
    overflow: hidden;
}

.img-catalogo>img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}


.texto {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card-title {
    font-size: 18px;
    color: #EBEBEB;
    width: 60%;
    text-align: left;

}

.leer-mas {
    text-decoration: none;
}

.card-text {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
}

.card-text:hover {
    color: #ff5a05;
}


/*fin de productos*/
/*inicio de piezas*/
.piezas-plantas {
    background-color: #ffffff;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-piezas {
    margin: auto;
    width: 85%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: 20px;
    padding-bottom: 50px;
}

.piezas-card {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-pieza>img {
    width: 100%;
}

.piezas-card>h3 {
    margin-top: 20px;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #144169;

}

/*fin de piezas*/
@media (max-width:2000px) {}

@media (max-width:1500px) {

  
    .table-criba{
        width: 300%;
    }
}
@media (max-width:1800px) {
    .caratula {
        background-position: 450px;
    }
    
}

@media (max-width:1600px) {
    .caratula {
        background-position: 400px;
    }
    
}

@media (max-width:1300px) {
    .caratula {
        background-position: 300px;
    }
    
}

@media (max-width:1200px) {
    
}

@media (max-width:1050px) {}

@media (max-width:1000px) {

    th, td {
        padding: 10px;
    }

    table {
        width: 150%;
    }

    .caratula {
        background-position: 200px;
        background-size: 120% 100%;


    }

    .imagen {
        left: 0px;
        margin: auto;
    }

    .title-caracte, .title-datos {

        font-size: 30px;
    }

    .img-plantas>h1 {
        font-size: 30px;
    }

    .productos>h1 {
        font-size: 30px;
    }

    .title-caratula {
        width: 100%;
    }

    .subtitle-caratula {
        width: 100%;

    }

    .descripcion-caratula {
        width: 100%;
    }

    .materiales-caratula {
        width: 100%;
    }
}

@media (max-width:900px) {
    .imagen {
        width: 60%;
    }

}

@media (max-width:800px) {

    .caratula {
        background-position: 200px;
        background-size: 120% 100%;
    }

    table {
        width: 250%;
    }

    .group-caracte {
        justify-content: center;
    }

    .group-caracte>p {
        width: 100%;
    }

    .imagen {
        width: 70%;
    }

    th, td {
        padding-left: 8px;

    }



}

@media (max-width:700px) {
    .imagen {
        width: 80%;
    }

}

@media (max-width:650px) {}

@media (max-width:600px) {

    .caratula {
        background-position: 140px;
        background-size: 120% 100%;
    }

    .imagen {
        width: 90%;
    }

}

@media (max-width:500px) {
    table {
        width: 350%;
    }

    .h1 {
        font-size: 35px;
    }

    .imagen {
        width: 100%;
    }
    .table-criba{
        width: 500%;
    }

}


@media (max-width:450px) {

    .materiales-caratula {
        width: 85%;
    }


}

@media (max-width:400px) {

    .caratula {
        background-position: 100px;
        background-size: 120% 100%;
    }


}

@media(max-width:370px) {}

@media(max-width:350px) {

    .texto {
        flex-direction: column;
    }



    .card-title {
        width: 100%;
    }

    table {
        width: 450%;
    }
}

@media (max-width:300px) {
    .leer-mas {
        width: 100%;
        justify-content: flex-start;
    }

}