* {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
}

body {
    margin: 0px;
    margin-top: 0px;
    font-family: 'Poppins',sans-serif;
    background-color: #F2F5F8;
}

h1, h2, h3 {
    color: #123354;
    text-align: center;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.display-false {
    display: none !important;
}

.alerta {
    color:crimson;
}

.observacion {
    color: #79c8ae;
}

.ok {
    color:forestgreen;
}

.texto-destacado {
    font-weight: 800;
}

a {
    text-decoration: none;
}

hr {
    height: 1px;
    background-color: #ccc;
}

p {
    margin-bottom: 20px !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}