
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Markazi+Text:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
    font-family: "Fira Sans", sans-serif;
}
p {
    font-weight: 400;
    font-style: normal;
    text-align: justify;
}
table {
    border: 1;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    
}
td {
    border: solid 1px;
}
th {
    border: solid 1px;
}
dt { 
    font-weight: bold;

}

h1, h2, h3, h4, h5 {
    
    font-weight: 800;
    font-style: normal;
    text-align: center;
}

#estructura {
    background-color: aquamarine;
}
thead {
    background-color: burlywood;
}
tbody {
    background-color: bisque;
}
td a img {
    transition:cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    width: 48px;
}

td {
    text-align: center;
}

td a img:hover {
    transform: scale(1.1);
}