.button-rounded {
	width: 361px !important;
	height: 65px !important;
    background: #c6135e !important;
	/* font-family:"open sans",helvetica,arial,sans-serif !important; */
	font-family: 'Roboto', sans-serif;
	font-size: 17px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	line-height: 65px !important;
    color: #ffffff !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
	cursor: pointer !important;
	outline: 0 !important;
	border: 0 !important;
	margin: auto !important;
}

.button-rounded:hover {
    background: #1c1c1c;
	text-decoration: none;
	cursor: pointer;
}
	
.button-rounded-2 {
	/* padding: 0px 115px 0px 115px !important; */
	padding: 0px 45px 0px 45px !important;
    background: #c6135e !important;
	/* font-family:"open sans",helvetica,arial,sans-serif !important; */
	font-family: 'Roboto', sans-serif;
	font-size: 17px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	line-height: 65px !important;
    color: #ffffff !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
	cursor: pointer !important;
	outline: 0 !important;
	border: 0 !important;
	margin: auto !important;
	margin-top: 20px !important;
}


.link-politica a, .link-politica a:focus, .link-politica a:active {
    outline: none !important;
	color: #686b77 !important;
	/* color: #c6135e !important; */
	text-decoration: underline !important;
	cursor: pointer !important;
}

.link-politica a:hover {
	color: #c6135e !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

.text-footer {
	clear: both;
    float: none;
    word-wrap: break-word;
    text-align: center;
	padding: 0px 20px 0px 20px;
    font-size: 12px;
    position: relative;
    /* color: rgb(104, 107, 119); */
	color: #ffffff;
}

.text-footer a, .text-footer a:focus .text-footer a:active {
    word-wrap: break-word;
	color: #ffffff;
	text-decoration: underline;
}

.text-footer a:hover {
	word-wrap: break-word;
	color: #f25555;
	text-decoration: none;
}

