.full-screen{
    min-width: 100%;
    min-height: 100%;
}

.center-block{
    display: flex;
    justify-content: center;
    align-items: center;
}

.padding-ten{
    padding: 10px;
}

.vertical-margin-ten{
    margin: 10px 0px;
}

.display-grid{
    display: grid;
}

.no-margin{
    margin: 0px;
}

/* sin borde interior */
.no-padding {
    padding: 0;
}

.horizontal-centering {
    display: flex;
    justify-content: center;
}

.vertical-centering {
    display: flex;
    align-items: center;
}

/* brecha de 30px */
.gap-thirty {
    display: flex;
    gap: 30px;
}

/* a sin decoracion al texto */
a {
    text-decoration: none;
}

.full-screen-responsive{
    width: 100%;
    height: 100%;
}

.center-text{
    text-align: center
}
