/*==========RESET==========*/
*{margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box;
font-family: 'Roboto'}
@font-face{
	font-family: uni_sans_bold_italic;
	src: url(../font/uni_sans_bold_italic.ttf);
}

@font-face{
	font-family: uni_neue_book;
	src: url(../font/uni_neue_book.ttf);
}

body{
	font-size: 100%;
	background-color: #E6E6E6;
	height: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img{
	max-height: 100%;
	padding: 10px;
}

#cabecalho{
	width: 100%;
	height: 160px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
}

.conteudo{
	width: 100%;
}

.card-blue{
	background: #014f9f;
	border-radius: 30px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
}

.title-card{
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	height: 70px;
	background: #014f9f;
	text-align: center;
	font-size: 60px;
	font-family: uni_sans_bold_italic;
	color: #FFFFFF;
}

.card-logo{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

	height: 280px;
	text-align: center;
	margin-top: 30px;
	background: #ffffff;
	border-radius: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.imgusina{
	height: auto;
	max-width: 100%;
}

#ligue{
	margin-top: 40px;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	font-style: italic;
	font-family: uni_neue_book;
}

h4{
	font-size: 70px;
	font-family: uni_neue_book;
	font-style: italic;
}

.imgwhats{
	width: 200px;
}
.card-fone{
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

	display: flex;
	text-align: center;
	margin: 20px 10px 0 10px;
	height: 100px;
	background: #ffffff;
	border-radius: 30px;
	color: #014f9f;
}

/*  TELA AGENDAMENTO  */

.card-white{
	background: #ffffff;
	border-radius: 30px;
	margin: 20px 20px 0 20px;
}

.card-intern{
	padding-bottom: 30px;
	margin: 0 10px 30px 10px;
}

label{
	font-family: uni_sans_bold_italic;
	font-size: 45PX;
}

select{ 
	font-size: 50PX;
	background: #e6e6e6;
	width: 100%;
}

input{
	font-size: 50px;
	background: #e6e6e6;
}

button[name=buscar_agendamento]{
	cursor: pointer;
	background: #014f9f;
	border-radius: 30px;
}

.formBuscar{
	display: grid;
	align-items: center;
}

#cpfbuscar{
	width: 380px;
	height: 80px;
	font-size: 50px;
}

#placabuscar{
	width: 230PX;
	height: 80px;
	font-size: 50px;
}

#uf{
	width: 200px;
	height: 80px;
	font-size: 50px;
	background: #e6e6e6;
}

.separacao{
	width: 100%;
	background: #014f9f;
	height: 2px;
}

.title-usina{
	background: #00a4e5;
	font-family: uni_sans_bold_italic;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.titulo-normais{
	margin-bottom: 2px;
	background: #014f9f;
	color: #ffffff;
	font-size: 40px;
	font-family: uni_sans_bold_italic;
	text-align: center;
}

.tituloavisos{
	font-size: 40px;
	background: #00a4e5;
	font-family: uni_sans_bold_italic;
	text-align: center;
	color: #fff;
}

.text-info{
	font-family: uni_neue_book;
	font-style: italic;
	height: 210px;
	text-align: center;
	font-size: 35px;
}
#agendamento{
	color: #014f9f;
	height: 80px;
}

#sobrepedido{
	text-align: left;
	color: #014f9f;
}

#sobreagendamento{
	text-align: left;
	color: #014f9f;
	
}

#avisosimportantes{
	color: #8B0000;
}

/*===================RODAPE==================*/
#rodape{
	width: 100%;
	margin-top: 20px;
}
#rodape table{
	width: 100%;
	padding: 30px 20px 0 20px;
}

.botoes{
	background: #E6E6E6;
	height: 110px;
}

.botton-green{
	width: 260px;
	height: 130px;
	font-size: 50px;
	font-family: uni_sans_bold_italic;
	background: #014f9f;
	color: #ffffff;
	cursor: pointer;
	
	border: 0;
	border-radius: 30px;
	padding: 30px 40px;

	display: flex;
	align-items: center;

}

.botton-blue{
	width: 260px;
	height: 130px;
	font-size: 50px;
	font-family: uni_sans_bold_italic;
	background: #0072bb;
	color: #ffffff;
	cursor: pointer;
	
	border: 0;
	border-radius: 30px;
	padding: 30px 40px;

	display: flex;
	align-items: center;

	margin-bottom: 15px;
}
#btn{
	float: right;
}

/*==========DIALOG==========

z-index: 9999;
display: none;
*/
#dialogOptions0{
	
	display: block;
	text-align: center;
	align-items: center;
	position: fixed;
    width: 100%;
    height: 100%;
    float: left;
    font-size: 50px;
    left: 0;

    background-color: rgba(0,0,0,.8);
}

#card_opcoes{
	margin: 0;
	display: none;
}

#modal_opcoesbg{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	
	display: none;
}

#modal_opcoesbg ~ .modal_opcoes{
	top: 20%;
}
.modal_opcoes{
	width: 90%;
	position: absolute;
	margin-left: -45%;
	left: 50%;
	background-color: rgba(0,0,0,0);
	padding: 0;

	top: -410px;
}

.btn-modal-opcoes{
	width: 90%;
	height: 130px;
	font-size: 50px;
	font-family: uni_sans_bold_italic;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	border-radius: 30px;
	padding: 30px 40px;

	display: inline-block;

}

.bg-verde{
	background: #0F7008;
}

.bg-vermelho{
	background: #8B0000;
}

.center-align{
	text-align: center;
	width: 100%;
	margin-top: 80px;

}
.modal-voltar{
	width: 260px;
	height: 130px;
	font-size: 50px;
	font-family: uni_sans_bold_italic;
	background: #0072bb;
	color: #ffffff;
	cursor: pointer;
	
	border: 0;
	border-radius: 30px;
	padding: 30px 40px;

	margin-bottom: 5px;
	display: inline-block;

}
.title-card-opcoes{
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	background: #014f9f;
	text-align: center;
	font-size: 60px;
	font-family: uni_sans_bold_italic;
	color: #FFFFFF;
}


/*formularios*/

.layout-total{
	width: 100%;
}

#formcadastro input, #formagendar input, #formjustificativa input{
	display: block;
	margin-bottom: 15px;
	padding: 5px 2%;
}

#formcadastro select, #formagendar select, #formjustificativa select{
	display: block;
	margin-bottom: 15px;
	padding: 5px 2%;
	width: 100%;
}

.botton-concluir{
	width: 260px;
	height: 130px;
	border-radius: 30px;
	background: #014f9f;
	color: #ffffff;
	font-family: uni_sans_bold_italic;
}

.margin-form{
	display: flex;
	margin: 10px 2% 0 2%;
	width: 96%;
	height: 80px;
	font-size: 50px;
}

.btninicio{
	background: #0072bb;
}

/* ========== modal ============*/
#modalbg{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	
	display: none;
}

#modalbg{
	display: block;
}

#modalbg ~ .modal{
	top: 35%;
}
.modal{
	width: 90%;
	height: 405px;
	position: absolute;
	margin-left: -45%;
	left: 50%;
	background-color: #fff;
	padding: 10px;

	top: -410px;
}

.modal h1{
	font-family: uni_sans_bold_italic;
	font-size: 70px;
}
.modal h2{
	font-family: uni_neue_book;
	font-style: italic;
	font-size: 40px;
}

#modalok{
	margin: 30px;
	text-decoration: none;
	font-family: 'Arial';
	font-size: 40px;
	font-weight: 600;
	color: #014f9f;
	position: absolute;
	right: 0;
	bottom: 0;
}	
/*===============================*/

.text-max{
	font-family: uni_sans_bold_italic;
	font-size: 50px;
}

.text-msg-cancel{
	background: #FDFD1E;
	color: #8B0000;
	font-family: uni_sans_bold_italic;
	font-size: 40px;
	padding: 15px;
	border-radius: 30px;
	margin: 20px 20px 0 20px;
	
}

input[type="radio"]{
	display: none;

}

.formmotivo label{
	margin-top: 10px;
	font-size: 50px;
	font-family: uni_sans_bold_italic;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 5px solid #014f9f;
	padding: 10px;
	cursor: pointer;
}

.formmotivo label:before{
	content: "";
	height: 50px;
	width: 50px;
	border: 5px solid #014f9f;
	border-radius: 50%;
	margin-right: 20px;
}

input[type="radio"]:checked + label{
	background-color: #014f9f;
	color: #FFFFFF;
}

input[type="radio"]:checked + label:before{
	height: 27px;
	width: 27px;
	background-color: #014f9f;
	border: 10px solid #fff;
	
}

@media screen and (min-width: 1024px){
	body{
		width: 375px;
		margin: 0 auto;
	}

	#cabecalho{
		height: 65px;
	}

	#cabecalho img{
		padding: 2px;
	}

	.card-blue{
		border-radius: 10px;
		margin: 5px 5px 0 5px;
		padding-bottom: 5px;
	}

	.title-card{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		font-size: 20px;
		height: 25px;
	}

	.card-logo{
		margin: 7px 7px 0 7px;
		height: 100px;
	}

	.imgusina{
		max-height: 90%;
	}

	#ligue{
		font-size: 20px;
		margin-top: 5px;
	}

	.card-fone{
		margin-top: 3px;
		height: 40px;
	}

	h4{
		font-size: 30px;
	}

	.imgwhats{
		width: 80px;
	}

	.card-white{
		border-radius: 10px;
		margin: 5px 5px 0 5px;
		padding-bottom: 5px;
	}

	.separacao{
		height: 1px;
	}
	
	label{
		font-size: 16px;
	}

	input{
		font-size: 18px;
	}

	#cpfbuscar{
		width: 130px;
		height: 25px;
		font-size: 18px;
	}

	#placabuscar{
		width: 80px;
		height: 25px;
		font-size: 18px;
	}

	#uf{
		width: 48px;
		height: 25px;
		font-size: 18px;
	}

	button[name="buscar_agendamento"]{
		border-radius: 5px;
		height: 25px;
		width: 50px;
	}

	button[name="buscar_agendamento"] img{
		padding: 0;
	}

	.title-usina, .titulo-normais, .tituloavisos {
		font-size: 15px;
	}

	.text-info{
		font-size: 15px;
		height: 80px;
	}

	#agendamento{
		height: 25px;
		margin-top: 5px;
	}

	#rodape{
		margin-top: 10px;
	}

	#rodape table{
		padding: 0 5px 0 5px;
	}

	.botoes{
		height: 55px;
	}

	.botton-green{
		width: 100px;
		height: 50px;
		padding: 10px 15px;
		border-radius: 10px;
		font-size: 18px;
	}

	#formcadastro input, #formagendar input, #formjustificativa input {
		margin-bottom: 2px;
    	padding: 0 2px;
	}

	.card-intern {
	    padding-bottom: 5px;
	    margin: 3px;
	}

	#formcadastro select, #formagendar select, #formjustificativa select {
		margin-bottom: 2px;
		padding: 0 2px;

	}

	select{
		font-size: 18px;
	}

	.botton-blue{
		width: 100px;
		height: 50px;
		padding: 10px 15px;
		border-radius: 10px;
		font-size: 18px;
	}

	#modalbg{

	}

	.modal{
		width: 330px;
		height: 200px;
		padding: 5px;
		margin-left: -165px;
	}

	.modal h1{
		font-size: 35px;
	}

	.modal h2{
		font-size: 16px;
		
	}

	#modalok{
		margin: 10px;
		font-size: 20px;
	}

	#modalbg ~ .modal{
		top: 180px;
	}

}
/*

@media screen and (min-width: 1024px){
	#empresas{font-size: 0.8em;}
	#cabecalho{height: 110px;}
	#logosigmvk, #logocalcario{width: 100px; height: 100px;}
	input, label, select{font-size: 0.8em;}
	input[type=submit]{height: 70px;}
	#agenda,table{width: 800px; margin: 0 auto;}
	#frase{font-size: 0.8em;}
	.tituloavisos, .titulo{font-size: 0.8em;}
	#btncadastro, #btnagenda, #btninicio{font-size: 0.8em; padding: 20px 30px;}
	.botoes{height: 100px;}
	#formagendar{width: 800px; margin: 0 auto; font-size: 0.8em;}
	.informacoes{font-size: 0.8em;}
	#conteudo{padding-bottom: 100px;}
}


@media screen and (min-width: 1366px){
	#empresas{font-size: 1.2em;}
	#cabecalho{height: 90px;}
	#logosigmvk, #logocalcario{width: 80px; height: 80px;}
	input, label, select{font-size: 1em;}
	input[type=submit]{height: 30px;}
	#agenda,table{width: 640px; margin: 0 auto;}
	#frase{font-size: 1em;}
	.tituloavisos, .titulo{font-size: 0.6em;}
	#btncadastro, #btnagenda, #btninicio{font-size: 1em; padding: 20px 30px;}
	.botoes{height: 80px;}
	#formagendar{width: 640px; margin: 0 auto; font-size: 0.8em;}
	.informacoes{font-size: 0.6em;}
	#rodape table{padding: 25px 5px 0 5px;}
	#conteudo{padding-bottom: 90px;}*/
