.pagina-contacto{
	background-color: var(--gris1);
}

.btn{
	border-radius: 5px;
}

.btn:hover{
	box-shadow: var(--sombra1);
}

.boton-enviar{
	background-color: var(--principal2);
	color: white;
	font-weight: 700;
}

.boton-enviar:hover{
	background-color: var(--principal);
	color: white;
}

.boton-borrar{
	background-color: white;
}

.boton-borrar:hover{
	box-shadow: var(--sombra1);
}

.pagina-contacto .form-control:focus{
	box-shadow: none;
	border: 1px solid var(--principal2);
}

.boton-clausula{
	width: fit-content;
	text-decoration: underline;
	transition: .2s;
}
.boton-clausula:hover{
	opacity: .6;
}

.boton-clausula:focus{
	color: inherit;
	box-shadow: none;
}

.boton-clausula:not(.collapsed)::after{
	background-image: url('/imagenes/chevron-down.svg');
}
