
.contenedorDos {


    width: 100vw;
    background: #ffffff;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15%;
    color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: min-content;
    gap: 15px;


}
   


.menu .vectorial a{
    font-weight:400;
}
.grafico a{
    font-weight: 900;
}
.titulo .dos{
    height: 100%;
    width: 100%;
    grid-column: 2/8;
    grid-row: 2/3;
    font-weight: 600;
}


.item.gUno{
    grid-column: 2/8;
    grid-row: 4/9;
    width: 100%;
    height: 100%;
}
.item.gDos{
    grid-column: 2/8;
    grid-row: 9/14;
    width: 100%;
    height: 100%;
}
.item.gTres{
    grid-column: 2/8;
    grid-row: 14/19;
    width: 100%;
    height: 100%;
}
.item.gCuatro{
    grid-column: 2/8;
    grid-row: 19/23;
    width: 100%;
    height: 100%;
}
.item.gCinco{
    grid-column: 2/8;
    grid-row: 23/27;
    width: 100%;
    height: 100%;
   
}
.item.gCinco img:hover {
    opacity: 0;

}
.item.gCinco:hover{
    background-image: url(../img/carlos-tenajas-5.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.item.gSeis{
    grid-column: 2/5;
    grid-row: 27/30;
    width: 100%;
    height: 100%;
    border: 8px solid black;
}
.item.gSeis img:hover {
    opacity: 0;

}
.item.gSeis:hover{
    background-image: url(../img/cartuchomalla.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.item.gSiete{
    grid-column: 5/10;
    grid-row: 27/31;
    width: 100%;
    height: 100%;
    border: 8px solid black;
}
.item.gSiete img:hover {
    opacity: 0;

}
.item.gSsiete:hover{
    background-image: url(../img/carlos-tenajas-escopetamalla.png);
    background-repeat: no-repeat;
    background-size: contain;
}