body{
	/*font-family: 'Open Sans', sans-serif;;*/
/*	color: #58595B;*/
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background-color: #efefef;
	font-weight: 300;
}

header img.img-desktop{
	max-width: 1500px;
	width: 100%;
}

header img.img-movil{
	width: 100%;
}

footer{
	background-color: #A1E71A;
	color: #333;
}

.has_error label{
	color: red;
}

a.none-decoration{
	text-decoration: none;
}

a.none-decoration:hover{
	text-decoration: none;
	color: #fff;
}

.text-green{
	color: #b5e700;
}

.text-pink{
	color: #df266f;
}

.text-blue{
	color: #114d9f;
}

.btn-links{
	width: 100% !important;
    white-space: normal;
}

.btn-calendar{
	max-width: 90px;
	width: 100%;
}

.checkboxes_error{
    border: 1px solid #a94442 !important;
}

.checkboxes_error label{
	color: #a94442;
}

.main-title {
	background-color: #e2017e;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
}

.grupo-checkboxes{
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*.grupo-checkboxes label{
	font-weight: normal;
}*/

.info-mail, .info-mail:hover{
	text-decoration: none;
	color: #444;
}








/* ############## */
/* Radio - Switch */
.switch-input {
	display: none;
}

.switch-label{
	margin-bottom: 0;
}

.switch-label {
	position: relative;
	display: inline-block;
	min-width: 112px;
	cursor: pointer;
	/*font-weight: 500;*/
	text-align: left;
	/*margin: 16px;*/
	padding: 0 0 0 44px;
}
.sin-margen{
	min-width: auto;
}
.switch-label:before, .switch-label:after {
	content: "";
	position: absolute;
	margin: 0;
	outline: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.switch-label:before {
	left: 1px;
	width: 34px;
	height: 14px;
	background-color: #9E9E9E;
	border-radius: 8px;
}
.switch-label:after {
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #FAFAFA;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
	display: none;
}
.switch-label .toggle--off {
	display: inline-block;
}
.switch-input:checked + .switch-label:before {
	/*background-color: #7CF4A0;*/
	background-color: #e2017e;

}
.switch-input:checked + .switch-label:after {
	/*background-color: #082351;*/
	background-color: #480542;
	/*background-color: #0060AF;*/

	-ms-transform: translate(80%, -50%);
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
	display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
	display: none;
}
