body {
    margin: 30px;
    font-size: 12px;
}


hr.salto {
    page-break-after: always;
    border: 0;
    margin: 0;
    padding: 0;
}

.font-title {
    font-family: "Times New Roman", Times, serif;
    font-weight: bolder;
    font-size: 12px;
}

.img-header-catalogo img {
    width: 100px;
    height: 45px;

}

.free {
    background-color: #66cc29;
}

@page {
    margin: 100px 15px 40px 25px;
}

.container-fluid {
    margin: 20px 0px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.centradito {
    text-align: center;
    display: flex;
}

.header-section-1 {
    width: 25%;
    height: 6%;
    float: left;
    display: block;
}

.header-section-2 {
    width: 45%;
    margin: auto;
    height: 6%;
    display: block;
}

.header-section-3 {
    width: 25%;
    float: right;
    height: 6%;
    display: block;
}

.table-bordered
th {
    border-bottom: 1px solid #000000;
    padding: 3px;
}

.table td,
th {
    padding: 7px;
}

.table-bordered {
    border-collapse: collapse;
    border-spacing: 100px 50px;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    margin-right: 20px !important;
    margin-left: 20px !important;
}

footer {
    position: fixed;
    bottom: -60px;
    left: 0px;
    right: 0px;
    height: 50px;
    font-size: 12px;
    margin-left: 20px !important;
}

.content-turn {
    position: fixed;
    top: 0px;
}

.content-hr {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 10px;
    font-size: 12px;
    border-bottom: 1px solid #0c0c0c;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.col-img {
    float: left;
    text-align: left;
    width: 10%;
}

.col-title {
    float: right;
    text-align: center;
    width: 90%;
}

/* .box {
    overflow: hidden;
} */

.content {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
    text-align: justify;
}

.left {
    float: left;
    text-align: left;
    width: 77.5%;
}

.right {
    float: right;
    text-align: right;
    width: 22.5%;
}

hr {
    border-width: 0.5px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    page-break-after: avoid;
    page-break-before: avoid;
}

.sign_td {
    border-bottom: 1px solid #000000;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}

tr {
    page-break-inside: avoid;
}
