<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#div_row_main {
    margin-top: 30px;
    margin-bottom: 30px;
}
#div_row_mng_action{
	border: none;
}

/* Industrial */
div#div_industrial{
    position: absolute;
    margin-top: -150px;
    width: 700px;
    height: 150px;
    margin-left: 30px;
    background-color: rgba(0,0,0,0.65);
    padding: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
img#img_industrial{
    width: 100%;
}
p#txt_industrial{
    line-height: 30px;
    text-align: justify;
    word-spacing: 1px;
}

/* Accordions */
.is-active&gt;.accordion-title:before {
    content: '';
}
.accordion-title:before {
    content: '';
}
.accordion-title{
    display: inline-block;
    margin: 7px;
    position: relative;
    border: none;
    padding: 0px;
}
.accordion-title:focus, .accordion-title:hover{
    background-color: #FFF;
}
.accordion-content {
    padding: 20px;
    border: none;
}
:last-child&gt;.accordion-content:last-child {
    border-bottom: none;
}

/* Elements */
div#row_elements{
    margin-top: 50px;
    margin-bottom: 100px;
}
img.img_pdf_ico{
    height: 28px;
    vertical-align: top;
    margin-right: 5px;
}
div.list_container_element{
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
	div#div_industrial{
        width: 540px;
    }
    p#txt_industrial{
        line-height: 21px;
        word-spacing: 6px;
    }
}</pre></body></html>