/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

html,body{
	font-family: Comfortaa-Regular !important;
}




@font-face{
    font-family: "Comfortaa-Bold";
    src: url('../../font/Comfortaa-Bold.ttf');
}
@font-face{
    font-family: "Comfortaa-Light";
    src: url('../../font/Comfortaa-Light.ttf');
}
@font-face{
    font-family: "Comfortaa-Regular";
    src: url('../../font/Comfortaa-Regular.ttf');
}

 @media screen and (max-width: 1980px) {
	 .bottom-space {
		 	margin-left: 30em;
		 }
		 .boton-relativo{
			 margin: 0 auto;
		 }
		 .boton-absoluto {
			 right: 24em;
		 }
		 .bottom-space_special {
			 margin-left: 30em;
		 }
		 .boton-relativo_special{
			 margin: 0 auto;
		 }
		 .boton-absoluto_special{
			 right: 25em;
		 }
		 .bottom-space_specialist {
		 	margin-left: 27em;
		 }
		 .bottom-space_specialist {
 		 margin-left: 28em;
 		}
 		.boton-relativo_specialist{
 			margin: 0 auto;
 		}
 		.boton-absoluto_specialist{
 			right: 25em;
 		}
 }
@media screen and (max-width: 600px) {
		.bottom-space {
			margin-left: 8em;
		}
		.boton-relativo{
			margin: 0;
		}
		.boton-absoluto {
			right: 0;
		}
		.bottom-space_special {
			margin-left: 12em;
			/* margin-right: 25em; */
		}
		.boton-relativo_special{
			margin: 0;
		}
		.boton-absoluto_special{
			right: 0;
		}
		.bottom-space_specialist {
		 margin-left: 0;
		}
		.boton-relativo_specialist{
			margin: 0 8em;
		}
		.boton-absoluto_specialist{
			right: 0;
		}
}
@media screen and (min-width: 700px) and (max-width: 800px)  {
	.bottom-space {
		margin-left: 8	em;
	}
	.boton-relativo{
		margin: 0 8em;
	}
	.boton-absoluto {
		right: 15em;
	}
	.bottom-space_special {
		margin-left: 0;
	}
	.boton-relativo_special{
		/* margin: 0 8em; */
	}
	.boton-absoluto_special{
		right: 16em;
	}
	.bottom-space_specialist {
	 margin-left: 25em;
	}
	.boton-relativo_specialist{
		margin: 0 8em;
	}
	.boton-absoluto_specialist{
		right: 15em;
	}
}
/* Start */

	.boton-relativo {
		position: relative;
		border: 1px solid transparent;
		width: 25%;
	}
	.boton-absoluto {
		position: absolute;
		bottom: 0;
		border: 1px solid transparent;

	}

/* Special */
	.boton-relativo_special {
		position: relative;
		width: 25%;
		min-width: 25%;
		max-width: 25%;
	}
	.boton-absoluto_special {
		position: absolute;
	}
/* Special end */

/*Specialist */
	.boton-relativo_specialist {
		position: relative;
		width: 25%;
		min-width: 25%;
		max-width: 25%;
	}
	.boton-absoluto_specialist {
		position: absolute;
	}
/* Specialist end */

/* Delete */
	.bottom-space_delete {
		margin-left: 10px;
	}
	.boton-relativo_delete {
		position: relative;
		width: 50em;
		min-width: 50em;
	}
	.boton-absoluto_delete {
		position: absolute;
		bottom: 0;
		left: 10em;
	}
/* Delete end */

/* Specialistedit */
	.boton-absoluto_specialistedit {
			position: absolute;
			right: 25em;
		}
/* Specialistedit end*/

/* End */
