/*
Theme Name: Softfocus
Theme URI:	https://softfocus.com.br/
Author: Rafael Forcadell
Version: 1.0
*/


/*
Formulário
--------------------------------------------
*/

div.formulario { position: fixed; z-index: 9; bottom: 0; left: 0; width: 100%; height: var(--formulario); background-color: var(--cor-primaria); }

div.formulario input { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }


@media screen and (max-width: 1023px) {

	div.formulario input,
	div.formulario select { width: 98px; font-size: var(--fs-400); }

}

