html { scroll-behavior: smooth !important; }


/* COLORES */

.sk-color-1-bg {
	background-color: #a12466;
}

.boton-sk-1 {
	background-color: #fff;
	color: #a12466;
	border: 1px solid #fff;
}
.boton-sk-1:hover {
	background-color: #a12466;
	color: #fff;
	border: 1px solid #fff;
}

.boton-sk-2 {
	background-color: #a12466 !important;
	color: #fff !important;
	border: 0 !important;
}
.boton-sk-2:hover {
	background-color: #fff !important;
	color: #a12466 !important;
	border: 0 !important;
}



/* DEVELOPER */
.developer-logo img {
	max-height: 25px;
}

/* CONTACTO */
.form-error {
	color: #f00 !important;
	font-size:0.9em;
}

/* INFORMACIÓN LEGAL */
.legal-section h1 {
    margin-top:30px;
	font-size:24px;
	font-weight:bold;
}
.legal-section h2 {
    margin-top:30px;
	font-size:20px;
	font-weight:bold;
}
.legal-section h3 {
	font-size:18px;
}
.legal-section ul {
    margin-left:15px;
    list-style-type:square !important;
}
.legal-section ul li {
    margin-left:15px;
    list-style-type:square !important;
}
.legal-section p {
    text-align:justify;
}
.seplegal {
    border-top:1px solid #ccc;
}