:root {
	--color-primary: #004388; /*azul rural*/
	--color-secundary: #008243; /*verde rural*/
	--color-grey: #696969;
	--shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

html {
	background-color: #f4f4f4;
}
* {
	font-family: "Prompt", sans-serif !important;
}
body {
	/* font-family: "Prompt", sans-serif; */
	/* font-size:16px; */
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
}

.clear {
	clear: both;
}

.miolo {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	/* border:solid 1px red; */
}

.miolo-grande {
	padding: 20px 2%;
}

.button-primary {
	background: var(--color-primary);
	color: white;
	border: 0;
	box-shadow: var(--shadow);
	transition: 0.3s;
}

.button-primary:hover {
	background: var(--color-secundary);
	color: white;
}
.button-primary:active {
	background: var(--color-grey);
	color: black;
}

.hidden {
	display: none !important;
}

.hr_menu {
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.section-principal {
	margin-top: -240px;
}

.arquivos-preview{
        background-color:#FFFFFF; 
        border:solid 1px #EFEFEF; 
        padding:15px;
}

.arquivos-preview .icone-container{
        width:48px;
        height:48px; 
        margin-right:30px; 
        margin-bottom:10px;
        float:left; 
        margin: 0 20px 0 0;
        text-align: center;;
}       

.arquivos-preview .icone{
        max-width:48px;
        max-height:48px; 
}

.arquivos-preview .botao-excluir{
        float:right;
}

.divisoria{
        border:0;
        background:#E1E1E1;
        height:1px;
}

.header-box-1{
        float:left; 
        width:60%;
}
.header-box-2{
        float:right; 
        width:40%;
}

.extrapadding{
        padding: 40px 120px;
}

@media only screen and (max-width: 1000px) {
        
        .header-box-1,
        .header-box-2{
                float:none; 
                width:100%;
        }

        .no-mobile{
                display:none;
        }

        .extrapadding{
                padding: 30px 30px;
        }

        .step-title{
                font-size:1.0rem !important;
        }

        .arquivos-preview{
                /* background-color:#FFFFFF;  */
                /* border:solid 1px #EFEFEF;  */
                padding:8px;
        }
        
        .arquivos-preview .icone-container{
                width:24px;
                height:24px; 
                margin-right:20px; 
                margin-bottom:40px;
                /* float:left;  */
                margin: 0 12px 0 0;
                /* text-align: center;; */
        }       
        
        .arquivos-preview .icone{
                max-width:24px;
                max-height:24px; 
        }
        
        .arquivos-preview .botao-excluir{
                float:right;
        }
}

@media print {

        /*
        .noprint,
	header,
        h1,
	footer {
		display: none !important;
	}


	* {
		box-shadow: 0 !important;
	}

	.box {
		padding: 0 !important;
		box-shadow: none !important;
	}

	.section-principal {
		margin-top: 0px;
	}

        .p-6{
                padding:0 !important;
        }

        .table {
                font-size:14px !important;
        }
        */

        h1.is-1{
                font-size:24px !important;
        }

	body, html {
		background: white !important;
	}
        .noprint{
		display: none !important;
	}

        .is-three-fifths{
                width:100% !important;
        }

}
