.topo2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: rgb(255, 255, 255);
}

.titulos{
    width: 100%;
    height: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 115%;
}

.contitulos{
    display: flex;
    margin-inline: 80px;
    justify-content: space-evenly;
    
}

.cont:hover{
    background-color: rgb(73,190,183);
    height: 150px;
    border-radius: 10px;
    border: solid;
    border-color: transparent;
}

