@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Nosifer&family=Playwrite+AT:ital,wght@0,100..400;1,100..400&family=Quicksand:wght@300..700&family=Sora:wght@100..800&display=swap');

body {
    font-family: 'Sora';
    line-height: 1.8;
    color: #000000;
}

header {
    background: #000;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.logoBlackSheep {
    width: 50%;
}

h1 {
    text-align: center;
    font-size: 60px;
}

p.parrafo {
    font-size: 1rem;
    text-align: justify;
}

.Container {
    width: 65%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.puntos {
    padding-left: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    align-items: start;
}

.puntos li {
    background-image: url("/Logos/iconoBS\ 3.png");
    background-size: 20px 20px; /* Ajusta el tamaño de la imagen */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; /* Ajusta el espacio para la imagen */
}

.finalidad  {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    align-items: start;
}

.finalidad  li {
    background-image: url("/Logos/iconoBS\ 3.png");
    background-size: 20px 20px; /* Ajusta el tamaño de la imagen */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; /* Ajusta el espacio para la imagen */
}