.doc_layout {
    font-size: 12px;
}
.doc_type {
    width: 30%;
    text-align: right;
    margin-left: auto;
}
.doc_title {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text_title {
    width: 50%;
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
}
.footer_text {
    width: 80%;
    margin: 20px auto;
}
.m-top {
    margin-top: 40px;
}
.w_width {
    width: 50%;
}

/*------------oferta--------------*/
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.clear {
    clear: both;
}
.doc_title {
    margin: 40px auto;
    font-weight: bold;
}
.empty_underline {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    width: auto;
    padding: 0 15px;
}
.empty_underline.l_1 {
    width: 40px;
}
.empty_underline.l_2 {
    width: 120px;
}
.doc_data {
    margin: 20px 0;
}
.doc_data .empty_underline:first-child {
    width: auto;
    margin-left: auto;
    margin-right: 0;
}
.doc_data > div {
    display: inline-flex;
}
.doc_data .fl-left {
    width: 60%;
}
.doc_data .fl-right {
    width: 40%;
}
.oferta ol {
    padding: 20px;
    counter-reset: item;
}
.oferta ol ol {
    padding: 10px 0;
}
.oferta li {
    display: block
}
.oferta li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: bold;
}
.oferta ol li.list_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.oferta ol.clear_style li {
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}
.signature .empty_underline {
    width: 200px;
}
table.signature {
    width: 100%;
}
table.signature td {
    width: 49%;
}
table.doc_table td {
    padding:4px 6px;
}
.oferta ol ol li {
    margin-top: 10px;
}
.oferta ol.number_style > li:before  {
    content: counters(item, " ") ") ";
}
.oferta ul.simple_style li {

}
.footer_menu {
    padding: 20px 0 50px !important;
    color: #999;
    background-color: #35455f;
}
.copyright {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #35455f;
    padding: 30px 0;
}
.footer_menu a, .copyright a {
    color: #999;
    text-decoration: none;
}
.footer_menu h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}
.footer-links a {
    color: #999;
    display: block;

}
.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}
.footer-links a:hover, .footer a:hover {
    color: #fff;
}
.footer .text_upper a:hover,
.footer .text_upper a:visited,
.footer .text_upper a:focus
{
    color: #6c757d;
}

@media print {
    /* All your print styles go here */

    .pagebreak {
        clear: both;
        page-break-after: always;
    }

}
