.informes-banner {
position: relative;
width: 100vw;
left: 50%;
margin-left: -50vw;
background: linear-gradient(140deg, #44AF35 60%, #5ec94e 100%);
padding: 60px 20px;
text-align: center;
overflow: hidden;
}
/* CÍRCULOS DECORATIVOS */
.informes-banner::before,
.informes-banner::after {
content: '';
position: absolute;
border-radius: 50%;
opacity: 0.08;
background: #ffffff;
pointer-events: none;
}
.informes-banner::before {
width: 420px;
height: 420px;
top: -160px;
left: -100px;
}
.informes-banner::after {
width: 300px;
height: 300px;
bottom: -120px;
right: -60px;
}
.informes-inner {
position: relative;
max-width: 900px;
margin: 0 auto;
}
.informes-titulo {
font-family: 'Nunito Sans', sans-serif !important;
font-size: 36px;
font-weight: 700 !important;
color: #ffffff !important;
margin: 0;
line-height: 1.2;
}
/* RESPONSIVE */
@media (max-width: 600px){
.informes-titulo {
font-size: 26px;
}
}