* {
    margin: 0;
    padding: 0;

}

body {
    height: 1950px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../imagenes.jpg/art_fondo.png");
    background-position: center;
    backdrop-filter: blur(8px);
    }


.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../imagenes.jpg/art_banner.png");
    background-size: cover;
    background-position: center;
    height: 300px;
    align-items: center;
    box-shadow: 0px 0px 60px black;
}


.titulo {
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
    color: white;

}

.subtitulo {
    text-align: center;
    font-size: 25px;
    color: white;

}
.fondo_titulos {
    height: 150px;
    width: 550px;
    background-color: rgba(0, 0, 0, 0.459);
}

.introduccion {
    background-color: rgba(255, 255, 255, 0.63);
    margin-top: 150px;
    width: 700px;
    margin-left: 570px;
    padding: 30px;
    font-size: 25px;
    text-align: center;
    }

    .significado_artesanias{
    background-color: rgba(255, 255, 255, 0.63);
    margin-top: 150px;
    width: 500px;
    margin-left: 110px;
    padding: 30px;
    font-size: 25px;
    text-align: center;

        
    }

    .piezas {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
        margin-left: 140px;

    }

    .piezas_img {
        height: 150px;
        width: 150px;

    }
    .pieza { 
        color: white;
        width: 500px ;
        background-color: rgba(0, 0, 0, 0.377);
        display: flex;
        padding-bottom: 20px;
    }

    .piezas_descripcion {
        margin-top: 30px;
    }

@media (max-width: 1170px ) { 
    .banner {
        width: 100%;
        height: 200px;
    }

    .titulo {
        font-size: 25px;
        margin-top: 17px;

    }

    .subtitulo {
        font-size: 18px;
    }
    .fondo_titulos {
        height: 100px;
        width: 350px;
    }

    

    .introduccion {
        box-shadow: 0px 0px 5px gray ;
        margin-top: 70px;
        margin-left: 8px;
        font-size: 14px;
        width: 350px;
        height: auto;
        padding: 10px;
    }

    .significado_artesanias {
        margin-top: 30px;
        font-size: 14px;
        width: 310px;
        margin-left: 8px;
    }

    .piezas {
        margin-left: 15px;
        
    }
    .pieza {
        width: 360px;

    }
}
