li.li-a::before{
    /*content: '●'; */
	font-family: "FontAwesome";
    font-size: 0.4rem;
    content: "\f111";
	position: absolute;
    left: 0px;
    top: 0.6rem;
}

li.li-a{
    list-style-type: none;
    position: relative;
}

.info_error{ 
	font-family: "Lato", Helvetica, sans-serif; font-size: 0.9rem; color: rgba(0, 0, 0, 1); margin-bottom: -20px; margin-top: 2px !important;
}

@media screen and (max-width: 1280px) {

.info_error{ 
    margin-top: -1px !important;
    }
}

@media screen and (max-width: 736px) {

.info_error{ 
    margin-top: -3px !important;
    }
}

.btn {
    white-space: normal !important;
	width: 10rem !important;
}