.background {
    background-repeat: no-repeat;
    width: max-content;
    padding-bottom: 100px;
}

/*============================= sumario ============================*/

.summary{
    font-family: 'Fira Sans', sans-serif;
    color: #29235c;
    font-size: 50px;
    font-weight: bold;
    text-decoration: underline; 
    padding-left: 100px;
}

.categories{
    font-family: 'Fira Sans', sans-serif;
    margin-top: 50px;
    margin-left: 100px;
    margin-bottom: 50px;
    text-align: inherit;
}

.break-after {
    page-break-after: always !important;
}

.break-space-elements{
    margin-top: 5em;
}

.background-border-pair{
    display: block;
    float: left;
    width: 500px;
    height:0;
    border-style: solid;
    border-width: 25px 25px 0; 
    margin-right: 100px;
    margin-bottom: 10px; 
}

.background-border-odd{
    display: block;
    float: left;
    width: 500px;
    height:0;
    border-style: solid;
    border-width:0 25px 25px ; 
    margin-right: 100px; 
    margin-bottom: 10px; 
}

.itens1{
    display: list-item;
    margin-top: -20px;
    margin-left: -20px;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
    width: 600px;
}

.itens2{
    display: block;
    margin-top: 5px;;
    margin-left: -20px;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
    width: 600px;
}

.number-page1{
    display: block;
    float: right;
    margin-top: -15px;
    color: #fff;
    font-weight: bold;
}

.number-page2{
    display: block;
    float: right;
    margin-top: -15px;
    color: #fff;
    font-weight: bold;
}

/*======== Capa Categorias ==============*/

.coverCategoryCatalog{
    display: block;
    clear: both;
    width: 100%;
    height: 768px;
}

.nameCoverCategory{
    display: flex;
    justify-content: flex-end;
    clear: both;
    font-family: 'Fira Sans bold', sans-serif;
    font-size: 70px;
    font-weight: bold;
    text-decoration: none;
    word-wrap: break-word;
    color: #fff;
    text-align: right;
    padding-right: 80px;
    padding-left: 350px;
    margin-left: 220px;
    margin-top: -3em;
}

.imageCategoryCatalog{
    padding-top: 50px;
}

.imagebackground{
    display: block;
}

.image-footer{
    background-repeat: no-repeat!important;
    background-position: center center!important;
    height: 485px;
}

.image-logo-footer{
    padding-top: 15rem;
    margin-left: 40rem;
}

.image-logo-footer img{
    height: 140px;
    width: 100px;
} 

.footer-content p{
    font-family: 'Fira Sans', sans-serif;
    color: #29235c;
    margin: 1rem 0;
    margin-left: 37rem;
}

.footer-links{
    margin-top: 1rem;
}

.footer-links a{
    text-decoration: none;
    color: #29235c;
    display: block;
    margin-left: 37rem;
}

.footer-links span .tele{
    height: 21px;
    margin-right: .5rem;
}

.footer-links span .whats{
    height: 32px;
    vertical-align: middle;
}

.footer-links span .email{
    height: 25px;
    margin-right: .5rem;
    vertical-align: middle;
}

.footer-links span .site{
    height: 25px;
    margin-right: .5rem;
    vertical-align: middle;
}

/*========== Pages ==============*/

* {
    box-sizing: border-box; 
}
  
.column {
    float: left;
    width: 25%;
    height: 740px;
}

.row:after {
    display: table;
    clear: both;
}

.text{
    margin-bottom: 1px;
    height: 370px;
    padding: 30px 30px;
    font-family: 'Fira Sans Medium', sans-serif;
    text-align: left;
    line-height: 1.2;
    word-wrap: break-word;
    color: #29235c;
    background-color:#ededed;
    position: relative;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
}

.text:nth-child(odd):before {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 0;
    height: 0;
    left: 42%;
    border-top: 25px solid #ededed;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    z-index: 1;
}

.text:nth-child(even):before {
    content: "";
    position: absolute;
    top: -49px;
    width: 0;
    height: 0;
    left: 42%;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #ededed;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    z-index: 1;
}

.title-item{
    font-family: 'Fira Sans Medium', sans-serif;
    color: #ce6b01;
    font-weight: bold;
}

.subtitle-item{
    font-weight: bold;
    text-decoration: none;
}

.linkProduct{
    display: block;
    height: 369px;
    margin: auto;
    position: relative;
}

.linkProduct img {
    display: block;
    margin: auto;
    position: absolute;
    top: 5%;
    left: 2%;
}

.product-image{
    height: 369px;
    /* padding-top: 35px;
    padding-left: 20px; */
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
}

.footer{
    display: block;
    clear: both;
    width: 100%;
    height: 29px;
    margin-bottom: 2px;
}

.footer-title-item{
    display: list-item;
    text-align: right;
    font-family: 'Fira Sans Medium', sans-serif;
    color: #fff;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 20px;
}