*{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header{
    height: 370px;
	background-image: url(../img/bg-header.webp);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: -20px;
    padding: 10px 0 80px ;
    z-index: 99;
    position: relative;
} 
section.lead_gen{
	background-image: url(../img/bg-section-lead.webp);
    background-position-y: 20px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 0 100px 0;
    margin-top: -350px;
    z-index: 1;
    position: relative;
}
section.div-relatorio{
    margin-top: -150px;
    z-index: 101;
}
.btn-primary{
    background-color:#8ffaff !important;
    padding: 10px 20px 10px 10px !important;
    color:#0078bd !important;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600 !important;
}
.btn-primary i{
    font-size: 24px;
    color: #0078bd !important;
}
.btn-pdf{
    font-size: 1.4em;
    padding: 10px 10px 10px 20px !important;
}
.btn-exportar{
    background-color:#0078bd !important;
    color:#fff !important;
    border-radius: 5px;
    padding: 10px 10px 10px 20px !important;
}
.btn-exportar i{
    font-size: 14px;
    color: #fff !important;
    margin-left: 5px;
}
.div-relatorio h2{
    font-size: 4.5em;
    color: #0078bd;
    line-height: 1em;
    font-weight: 400;
    z-index: 10;
}
.div-relatorio h2 span{
    font-weight: 800;
}
.embc{
    background-color: #8ffaff;
    height: 15px;
    width: 170px;
    margin: -22px 0 0 -20px;
    z-index: 1;
}

table#relatorio_table{
    font-size: 12px;
} 
table.table.dataTable th {
    background-color: rgba(0,0,0,0.5) !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.min-w-75px {min-width: 75px !important;}
.min-w-100px {min-width: 100px !important;}
.min-w-200px {min-width: 200px !important;}
.min-w-250px {min-width: 250px !important;}
.min-w-300px {min-width: 300px !important;}

footer{
    padding: 20px 0 20px;
    border-top:1px solid #dedede;
    margin-top: 50px;
}
footer img{
    margin-top: 5px;
}


@media only screen
and (min-width: 1200px){
header{
    min-height: 370px;
	background-image: url(../img/bg-header.webp);   
    background-position-y: -80px; 
} 
section.lead_gen{
	background-image: url(../img/bg-section-lead.webp);
    background-position-y: 0px;
}
}

@media only screen and (max-width: 450px) {
.div-relatorio h2{
    font-size: 3em;
    color: #0078bd;
    line-height: 1em;
    font-weight: 400;
    z-index: 10;
}
header { 
    background-position-x: 0;
    background-position-y: 0;
}
header img{
    width: 70%;
}
section.div-relatorio{
    margin-top: -20px;
}

}
