/*body{
	background: linear-gradient(45deg, #ff5200 0%,#db9f09 100%); 
	overflow-x: hidden;
	font-family: Open Sans,sans-serif;

}*/

body {
    background: linear-gradient(to right, #ff7737, #ff5200, #ffdaa3);
	background-size: 400% 400%;
	animation: gradient 18s ease infinite;
	overflow-x: hidden;
	font-family: Open Sans,sans-serif;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');*/

img{
	width: initial;
	height: initial;
}

.input-tempo{
	width: 75%;
}

.navbar-collapse{
	background: linear-gradient(135deg,#004c72 0,#3899e2 100%);
}

.titulo-Onr{
	/*border-bottom: 5vh solid #fff1dc;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;*/
	margin: auto;
	margin-top: 9%;
	display: block;
    text-align: -webkit-center;
    position: relative;
    width: 540px;
    font-family: 'Alex Brush', cursive;
}

.check-cartoes{
	left: 15%;
}

.main-verificacao{
	height: 73%;
}

.titulo-verificacao{
	font-size: 2rem;
}


.art-verificacao{	
	top: 25%;
    left: 25%;
    position: relative;
    width: 50%;
    border-radius: 15px;
    padding: 20px 25px;
    background-color: #fde2ba;
	overflow-y: none;
}

header{
	height: 11%;
}

footer {
    height: 16%;
}

ul{
	list-style-type: none;
}
.label-titulo{
	margin-left: 3%;
	display: block;
    text-align: -webkit-center;
}

h2 {
	margin-top: 8%;
  background-color:#fde2ba; 
  width: 540px;
  height:80px;
  line-height:80px;
  font-size:2.6rem;
  text-align:center;
  position:relative;
  font-weight: 600;
  margin:100px auto 50px;
  /*font-family: 'Libre Baskerville',serif;*/
  color:#000;
  }

h2:before, h2:after {
  background-color:#ffd9a0; 
  width:50px; height:80px;
  content:'';
  display:block; 
  transform:skewY(20deg);
  position:absolute;
  z-index:-1;
}

h2:before {top:10px; left:0; }
h2:after {top:-10px; right:0; }

.espacamento-cont{
	margin-left: 3rem;
	margin-bottom: .2rem;
	font-size: .8rem;
}

.tit-paragrafo{
	margin-left: 1.5rem;
	margin-bottom: 0rem;
	font-size: .8rem;
}

.main-cont{
	position: relative;
	min-height: 70vh;
	width: 80%;
	background: #fff1dc9e;
	margin: 0% 10% 5%;
	padding: 30px;
	box-shadow: 7px 19px 36px -10px rgba(71,70,71,1);
	/*box-shadow: 0 1rem 10rem rgba(0,0,0,2.175)!important;*/
}


.table td, .table th {
    padding: .5rem;
}

.card-header{
	background: #ff5200;
}

.art-cont {
    margin: 50px 25px;
}

.btn-duvida{
	padding: 0rem .25rem;
	font-size: 1.2rem;
	font-weight: 500;
}

section{
	margin: 4px 25px;
}

.cor-onr{
	background: #ff5200;
}

.title-box {
  border: #ff5200 1px solid;
  background: #fff1dc;
 /* border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;*/
}

.title-box .title {
  position: relative;
  margin-left: 1em;
  padding: 0px 6px;
  top: 1rem;
  font-size: 2rem;
  font-family: sans-serif;
  border-left: black 1px solid;
  border-right: black 1px solid;
  display: inline;
  background-color: #fff1dc;
}

.title-box #content {}

.custom-control-label {
    min-width: 175px;
} .custom-control-label:before{
	display: none;
}
.custom-control-inline{
	margin-right: 0px;
}

.table-light td, .table-light th, .table-light thead th {
    border-color: #00000026;
}

h3 {
    position: relative;
    z-index: 1;
}

h3:before {
    border-top: 1px solid #bcbcbc;
    content:"";
    margin: 0 auto; 
    position: absolute; 
    top: 21px;
    left: 15%;
    bottom: 0;
    width: 75%;
    z-index: -1;
}
.subli{
	/*left: 25px;*/
}

.cartoes{
	position: relative;
	height: 50px;
	width: 60px;
}
/*
.mapa{
	width: 100%;
}*/

.formato-img{
	position: absolute;
	width: 220px !important;
	height: 220px !important;
}

.pos-1{
	transform: rotate(45deg);
	left: -70px;
}

.pos-2{
	transform: rotate(300deg);
	right: -106px;
	top:700px;
}

.pos-3{
	transform: rotate(45deg);
	left: -70px;
	top: 1400px;
}

.pos-4{
	transform: rotate(300deg);
	right: -106px;
	top: 2000px;
}

.pos-5{
	/*transform: scaleX(-1);*/
	left: 0px;
	top: 4100px;
}

.hr-gen-lg{		
    border-top: 1px solid #dee2e6!important;
}

.hr-gen-sm{
	display: none;
    border:none;
}

@media only screen and (max-width:1700px){
	.logo-rede {
	    height: 30px;
	    width: 30px;
	}

	.titulo-verificacao{
		font-size: 1.4rem;
	}

}

@media only screen and (max-width:1360px){
	.main-cont {
	    position: relative;
	    min-height: 70vh;
	    width: 90%;
	    background: #fff1dc9e;
	    margin: 0% 5% 5%;
	    padding: 30px;
	}

}

@media only screen and (max-width:1100px){
	.title-box .title {
		  position: relative;
		  font-size: 1.5rem;
		  display: inline;
		  background-color: #fff1dc;
		}

	.col-4{padding: 0px}
	.main-cont{
		position: relative;
		min-height: 70vh;
		width: 100%;
		margin: 0%;
		padding: 30px 0px;
		background: none;
		box-shadow: none;
		/*box-shadow: 0 1rem 10rem rgba(0,0,0,2.175)!important;*/
	}

	.title-box{
		background: #fff1dc9e;
	}
	
	.tit-conf{
		font-size: 1.3rem !important;
	}

	.titulo-Onr {
		width: 100%;
	}

	.art-cont{
		margin-top: 2.3rem;
	}

	.custom-control {
		padding-left: 0;
	}

	.hr-gen-lg{
		display: none;
	    border:none;
	}

	.hr-gen-sm{
		display: block;
	    border-top: 1px solid #dee2e6!important;
	}

	.btn-duvida {
	    font-size: 1rem;
	    font-weight: 500;
	}

	.form-prod{
		padding: 0 15px;
	}

	h2{
	 	margin-top: 28%;
		background-color: #fde2ba;
		width: 90%;
		height: 80px;
		line-height: 80px;
		font-size: 2.3rem;
	    text-align:center;
	  	position:relative;
	  	color:#000;
	}
	
	.tb-dias{
		display: none;
	}

	section {
    	margin: 0px;
	}

	.padding-zero{
		padding: 0px;
	}

	.navbar{
		width: 100vw;
	}

	.formato-img{
		display: none;
	}

	/*#map{
		width: 100% !important;
	}*/
}

