body {
    font-family: 'Roboto', sans-serif;
}

/* NAVBAR */
.imgnavbar {
    height: 2em;
    width: 2, 25em;
    /* margin-left: 2em; */
    padding-left: 1em;
}

.barra{
    font-family: 'Mali', cursive;
    /* background-color:pink; */
    /* background-color:#0c7063; */
}

/* CARDS */
.boton-form {
    margin-left: 45%;
    margin-right: 45%;
}

.titulo {
    font-weight: 300;
    /* line-height: 24px; */
    line-height: 1, 5em;
    /* font-size:20px; */
    font-size: 1, 25em;
}

.texto1 {
    color: #707070;
    font-weight: 300;
    font-size: 1em;
    line-height: 1,1875em;
}

.texto2 {
    color: #707070;
    font-weight: 300;
    line-height: 15px;
    /* line-height:  0,9375em; */
    font-size:13px;
    /* font-size: 0,8125em; */
}

.listatext1{
    color: #707070;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
}

.listatext2{
    color:#28A745;
    font-weight: 500;
    font-size: 1,25em;
    line-height: 1,5em;
    text-align: right;
}

.alinearlista{
    text-align: right;
}

.formulario{
    font-size: 16px;
    font-weight: 19px;
   
}

.text-form{
    color:white;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}
/* FOOTER*/
.imgfooter {
    height: 2em;
    width: 2, 25em;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1em;
}

footer p {
    text-align: center;
    font-weight: 300;
  
}