html {
    min-height: 50%;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    /*background-image: linear-gradient(-225deg, #A445B2 0%, black 100%);*/
    background-color: #FFFFFF;
    min-height: 100%;
    padding-bottom: 5rem;
}

.titulo {
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    color: white;
}

.container {
    background-color: #0B2A70;
    margin: 50px auto;
    border-radius: 20px;
    border: solid 1px #000;
}

.container-fluid {
    border-top: 1px solid #000000;
    margin: 50px auto;
}

header {
    margin-top: 3rem;
}

header h1 {
    color: white;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #0B2A70;
    font-size: 25px;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #FFFFFF;
    font-size: 17px;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: black;
    font-size: 10px;
}

.button1 {
    background-color: #00AFCC;
    border-radius: 28px;
    border: 1px solid #00AFCC;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 10px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.button2 {
    background-color: #FF2333;
    border-radius: 25px;
    border: 1px solid #FF2333;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 10px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.myButton:hover {
    background-color: #5cbf2a;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.lista-simulacion .simulacion {
    border-bottom: 1px solid #e1e1e1;
    padding: 2rem;
    padding-bottom: 3rem;
}

.lista-simulacion .simulacion:last-of-type {
    border-bottom: 0;
}

.lista-simulacion .simulacion p {
    margin: 0;
}

.lista-simulacion .simulacion button {
    margin-top: 1rem!important;
}

.lista-simulacion .simulacion span {
    font-weight: bold;
}

textarea {
    height: 200px!important;
}

svg {
    width: 21px;
}

.alerta {
    text-align: center;
    font-weight: bold;
}

.error {
    background-color: red;
}