#mom {
    color: orange;
    text-align: center;
    text-size-adjust: 5em;
    margin: auto 3em;
    padding: 10px;
}

#logo {
    width: 5em;
}

#cabecero {
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto
}

body {
    background: url("pizarra.jpg");
}
#imghome {
    height: 27px;
}

#tel1, #tel2, #tel3 {
    height: 30px;
}

.tab-pane, #inicio{
    background-color: orange;
    margin: auto 1em;
    padding: 10px;
    border-radius: 5px;
}

#con {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lista {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

