@font-face {
    font-family: primus;
    src: url(../../fonts/primus/primus.eot);
    src: url(../../fonts/primus/primus.eot?#iefix) format('embedded-opentype'), url(../../fonts/primus/primus.woff) format('woff'), url(../../fonts/primus/primus.ttf) format('truetype'), url(../../fonts/primus/primus.svg#primus) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=icon-]::before {
    display: inline-block;
    font-family: primus;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-entrega::before {
    content: '\0041'
}

.icon-facebook::before {
    content: '\0042'
}

.icon-instagram::before {
    content: '\0043'
}

.icon-linkedin::before {
    content: '\0044'
}

.icon-pagamento::before {
    content: '\0045'
}

.icon-qualidade::before {
    content: '\0046'
}

.icon-planta::before {
    content: '\0047'
}

.icon-telefone::before {
    content: '\0048'
}

.icon-whatsapp::before {
    content: '\0049'
}

.icon-youtube::before {
    content: '\004a'
}

body {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: Roboto, sans-serif;
    background: #eee9e9;
    background-color: #eee9e9;
    position: relative
}

a,
a:hover,
a:not(.btn) {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

/** Pop UP **/
#main-popups{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.35);
    z-index: 99999;
}
#popup{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 900px;
    position: relative;
    height: 510px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.close-popup{
    display: block;
    height: 45px;
    line-height: 45px;
    background: #a62632;
    color: #131313;
    font-size: 0;
    position: absolute;
    z-index: 99999999;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.close-popupAtive{
    width: 90px;
    font-size: 15px;
}
#popupimage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 99%;
    max-width: 890px;
    position: relative;
    height: 500px;
    background: #3c2d2d;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#image-popup{
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.player-primus-dimensions{
    width: 100%;
    height: 500px;
}
/** END POPUP **/

.disHighlight {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

form input,
form input:focus,
form input:hover,
form select,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover {
    outline: 0
}

.wow {
    visibility: hidden
}

.error-message {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    top: 45px;
    right: 0
}

.shadow-2dp {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.shadow-3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.shadow-4dp {
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.shadow-6dp,
button:active,
button:hover,
input:focus,
input:hover {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.shadow-8dp {
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.shadow-16dp {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.shadow-24dp {
    -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2)
}

.shadow-inset {
    -moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inset 0 0 5px #000
}

.visible {
    opacity: 1 !important;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.invisible {
    opacity: 0 !important;
    transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in
}

.noheight {
    height: 0 !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: all 175ms ease-in;
    -webkit-transition: all 175ms ease-in;
    -ms-transition: all 175ms ease-in;
    -moz-transition: all 175ms ease-in
}

.hidden {
    display: none !important
}

.box {
    width: 1600px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.tall {
    width: 100%
}

.wide {
    height: 100%
}

.slick-list {
    overflow: hidden
}

.slick-list,
.slick-track {
    height: 100%
}

.slick-slide {
    display: inline-block
}

.background-header {
    background-color: #fafafa
}

#header {
    display: inline-block;
    width: 100%;
    height: 135px;
    margin: 0;
    padding: 0 0;
    background: 0 0;
    position: absolute;
    top: 0;
    z-index: 10
}

.header-spacing {
    display: inline-block;
    width: 100%;
    height: 135px;
    margin: 0 0 200px 0;
    padding: 0 0
}

.header {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 25px;
    width: 1600px;
    margin: 0 auto;
    padding: 65px 0 0 0
}

.header-img {
    display: block;
    width: 240px;
    height: 70px;
    margin: 0;
    padding: 0
}

.header-img a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 240px;
    height: 70px;
    margin: 0;
    padding: 0
}

.header-img a img {
    width: 100%;
    height: auto
}

.header-nav {
    display: block;
    width: calc(100% - 265px);
    height: 40px;
    background-color: #c0202e;
    margin: 0;
    padding: 0;
    border-radius: 20px
}

.header-nav-list {
    display: flex;
    justify-content: space-evenly;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 0 0;
    margin: 0;
    padding: 0
}

.header-nav-item {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 240px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    position: relative
}

.header-nav-item-text,
a.header-nav-item-text {
    display: block;
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto;
    text-align: center;
    color: #fefefe
}

.header-nav-item-sub {
    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
    width: 200px;
    height: auto;
    padding: 5px 0;
    position: absolute;
    top: 40px;
    background: #c0202e;
    border-radius: 0 0 20px 20px;
    z-index: 1
}

.header-nav-item-sub-item-bar {
    display: block;
    height: 1px;
    width: 75%;
    margin: 0;
    padding: 0;
    background-color: #fefefe;
    border: none
}

.header-nav-item-sub-item {
    display: block;
    width: 80%;
    min-height: 40px;
    height: auto;
    border-radius: 20px;
    line-height: 22px;
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto;
    color: #fefefe;
    text-align: center;
    padding: 15px 0
}

.header-nav-item:hover {
    background-color: #6d0c0c
}

.header-nav-item:hover>.header-nav-item-sub {
    display: flex
}

.header-nav-item-sub-item:hover {
    background-color: #6d0c0c
}

.header-open-mobile {
    display: none;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-content: space-evenly;
    flex-wrap: wrap;
    cursor: pointer
}

.header-menu-bar {
    display: block;
    width: 100%;
    height: 5px;
    background: #c0202e
}

.header-close-mobile {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    position: relative
}

.header-menu-cross {
    display: block;
    width: 35px;
    height: 5px;
    background: #fff;
    left: calc(50% - 17.5px);
    position: absolute
}

.header-menu-cross-1 {
    transform: rotate(45deg)
}

.header-menu-cross-2 {
    transform: rotate(-45deg)
}

.header-nav-mobile {
    display: none;
    width: 100%;
    height: 100%;
    background: #c0202e;
    position: fixed;
    z-index: 99;
    overflow-y: scroll
}

.header-nav-list-mobile {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0;
    width: 100%;
    height: 100%
}

.header-nav-item-mobile {
    display: block;
    width: 80%;
    height: 35px
}

a.header-nav-item-text-mobile {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.header-nav-item-mobile:hover {
    background: #aaa
}

.socialsHeader {
    position: absolute;
    right: 10%;
    top: 200px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    width: fit-content
}

.socialsHeaderItem {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer
}

.socialsHeaderItem::before {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 35px;
    color: #c0202e !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0
}

.socialsHeaderItem:hover::before {
    color: #931f27 !important
}

#footer {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 120px 0 0 0;
    padding: 0
}

.footer-nav {
    display: block;
    width: 100%;
    height: 25px;
    margin: 0 0 60px 0;
    padding: 0
}

.footer-nav-list {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 15px;
    margin: 0;
    padding: 0
}

.footer-nav-item {
    display: flex;
    height: 25px;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-content: center;
    align-items: center
}

.footer-nav-item>hr {
    display: block;
    height: 25px;
    width: 1px;
    margin: 0;
    padding: 0;
    background-color: #c0202e;
    border: none
}

a.footer-nav-item-text {
    font-size: 23px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #c0202e
}

a.footer-nav-item-text:hover {
    color: #6d6e71;
    text-decoration: underline
}

.footer-red {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #c0202e;
    margin: 0;
    padding: 0;
    position: relative
}

.footer-red .box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 75px 75px;
    height: 100%
}

.footer-img {
    display: block;
    width: 325px;
    height: 95px;
    margin: 0;
    padding: 0
}

.footer-img img {
    width: 100%;
    height: auto
}

.footer-infos {
    display: block;
    width: 320px;
    height: 110px;
    margin: 0;
    padding: 0
}

.footer-infos-title {
    display: block;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 900
}

.footer-infos-text {
    display: block;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.footer-infos-contacts {
    display: block;
    width: 305px;
    height: auto;
    margin: 0;
    padding: 0
}

.footer-infos-contact {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 0 15px;
    font-size: 0
}

.footer-infos-contact p {
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.footer-infos-contact::before {
    display: inline-block;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.footer-infos-social-list {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px 5px
}

.footer-infos-social-item {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer
}

.footer-infos-social-item::before {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 35px;
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0
}

.footer-infos-social-item:hover::before {
    color: #bbb
}

.footer-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 170px;
    width: 180px;
    height: 100%
}

.footer-icon svg {
    display: block;
    position: absolute;
    top: -170px
}

.footer-icon::after {
    content: '';
    background: #6d6e71;
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px)
}

.produtos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 515px;
    margin: 0;
    padding: 0;
    position: relative
}

.produtos-title {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    width: 400px;
    height: 290px;
    background: #a62632;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 0 6px 6px 0;
    z-index: 10
}

.produtos-title::after {
    display: block;
    content: '';
    width: 234px;
    height: 234px;
    border-radius: 50px;
    background: #a62632;
    transform: rotate(45deg);
    position: absolute;
    right: -110px;
    top: 28px;
    z-index: 0
}

.produtos-title-text {
    display: block;
    text-align: left;
    width: 180px;
    height: auto;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10
}

.produtos-carrossel {
    display: block;
    width: 570px;
    height: 515px;
    margin: 0;
    padding: 0;
    position: relative
}

.produtos-list {
    display: block;
    width: 570px;
    height: 515px;
    margin: 0;
    padding: 0;
    position: relative
}

.produtos-item {
    display: none;
    width: 570px;
    height: 515px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.produtos-item.actived {
    display: block;
    opacity: 1
}

.produtos-item-link {
    display: block;
    width: 570px;
    height: 515px
}

.produtos-item-img {
    height: 100%
}

.produtos-list-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 15px;
    flex-wrap: nowrap;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0
}

.produtos-item-dots {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c1212f;
    background: 0 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in
}

.produtos-item-dots.actived {
    background: #c1212f
}

.produtos-names {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    width: 510px;
    min-height: 450px;
    margin: 0;
    padding: 0;
    background: #6d6e71;
    position: relative;
    border-radius: 6px 0 0 6px
}

.produtos-names-list {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 20px 0;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    z-index: 10
}

.produtos-names-item {
    display: flex;
    align-items: center;
    width: 545px;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 65px;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    border-radius: 30px 0 0 30px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    cursor: pointer
}

.produtos-names-item.actived,
.produtos-names-item:hover {
    background: #c1212f
}

.produtos-svg {
    display: block;
    position: absolute;
    width: 550px;
    height: 710px;
    bottom: -160px;
    left: 250px;
    z-index: 0;
    opacity: .5
}

.produtos-svg svg {
    fill: none;
    stroke: #c1212f;
    height: 100%;
    width: 100%
}

.produtos-svg svg .cls-1 {
    fill: none;
    stroke: #c1212f;
    stroke-width: 1px
}

.produtos-svg svg .cls-1 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.blog {
    display: block;
    margin: 125px auto 0 auto
}

.blog-box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
    height: auto;
    padding: 0 0
}

.blog-title {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    color: #c1212f;
    position: relative;
    background: #eee9e9;
    z-index: 5
}

.blog-title::before {
    display: block;
    content: "";
    width: calc(100% - 100px);
    height: 3px;
    background: #c1212f;
    margin: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 1.5px);
    z-index: 0
}

.blog-list {
    display: flex;
    justify-content: start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 0 0;
    flex-wrap: wrap;
    width: 100%
}

.blog-item {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    gap: 0 70px;
    flex-wrap: nowrap;
    width: 100%;
    height: 405px;
    padding: 60px 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    border-bottom: 3px solid;
    border-color: #6d6e71
}

.blog-list .blog-item:nth-child(2) {
    border: none
}

.blog-list-include .blog-item:nth-child(2) {
    border-bottom: 3px solid #c1212f
}

.blog-item a {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    gap: 0 70px;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer
}

.blog-item-img {
    display: block;
    width: 350px;
    border: 3px solid #c1212f;
    overflow: hidden
}

.blog-item-img::before {
    display: block;
    content: "";
    height: 0;
    float: left;
    padding-bottom: 75%
}

.blog-item-img::after {
    content: "";
    display: block;
    clear: both;
    box-sizing: content-box
}

.blog-item-article {
    display: block;
    width: calc(100% - 420px);
    height: auto
}

.blog-item-article-title {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    color: #c1212f;
    margin: 0
}

.blog-item-article-text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6d6e71;
    margin: 25px 0 0 0
}

.blog-item:hover {
    background: #dbdbdb;
    background-size: 100%;
    transition: background-color 0s
}

.map {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.map-box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 30px 50px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto 0 auto
}

.map-locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
    height: auto
}

.mapList {
    margin-top: 50px
}

.map-location {
    display: flex;
    text-align: left;
    padding: 10px;
    flex-direction: column;
    margin: 10px;
    flex: 0 0 20%
}

.map-location-city {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 27px;
    font-weight: 900;
    color: #c0202e
}

.map-location-address {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #6d6e71
}

.map-location-phone {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #6d6e71
}

.map-conteiner {
    display: block;
    width: 100vw;
    height: 600px;
    border: 6px solid #c0202e;
    margin: 0;
    padding: 0
}

.newsletter {
    display: block;
    height: 215px;
    background: #c1212f;
    margin: 100px auto 60px;
    padding: 45px 0 0 0;
    border-radius: 0 90px 0 90px
}

.newsletter-title {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 25px 0
}

#newsletter-form {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0 0;
    width: 1300px;
    height: auto;
    position: relative;
    margin: 0 auto
}

.newsletter-form-wrapper {
    display: block;
    width: 500px;
    height: 45px;
    border: none;
    margin: 0;
    padding: 0;
    position: relative
}

.newsletter-form-input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0 25px;
    border: none;
    border-radius: 5.5px 5.5px 5.5px 5.5px;
    background: #fff;
    font-size: 18px;
    line-height: 45px;
    color: #6d6e71
}

.newsletter-form-submit {
    display: block;
    width: 190px;
    height: 45px;
    appearance: none;
    border: none;
    border-radius: 5.5px 5.5px 5.5px 5.5px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #c1212f;
    pointer-events: none;
    opacity: .5;
    cursor: initial;
    cursor: pointer
}

.newsletter-form-privacity {
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: -30px
}

#privacity {
    display: inline-block;
    vertical-align: top;
    height: 15px;
    width: 15px;
    margin: 0 10px 0 0;
    background: #fff;
    border: none
}

.newsletter-label {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
    color: #fff
}

.newsletter-label a {
    color: #fff
}

.newsletter-label a:hover {
    color: #6d6e71;
    text-decoration: underline;
    text-shadow: none
}

.contact-page {
    position: relative
}

.contact-page-icon {
    display: block;
    width: 20px;
    height: 100%;
    background: #6d6e71;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    z-index: 1
}

.contact-page-icon::before {
    display: block;
    content: '';
    width: 180px;
    height: 100%;
    position: absolute;
    top: -135px;
    left: -80px;
    background: url(../../images/planta.svg);
    background-repeat: no-repeat;
    background-position: top
}

.form-contact {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 90px 0;
    padding: 0;
    position: relative;
    z-index: 10
}

.form-title {
    display: block;
    line-height: 40px;
    font-size: 40px;
    color: #c1212f;
    font-weight: 900;
    margin: 0 0 15px 250px
}

#form-contact {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

#form-workhere {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.form-box {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 30px;
    width: 1270px;
    min-height: 510px;
    height: auto;
    margin: 0 auto;
    padding: 50px 90px;
    background-color: #c0202e;
    border-radius: 53px
}

.form-wrapper-half {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px 20px;
    width: calc(50% - 15px);
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative
}

.form-wrapper-full {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px 20px;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative
}

.form-wrapper-text {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 20px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative
}

.form-wrapper-label {
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    white-space: nowrap
}

.form-wrapper-input {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 30px;
    width: 100%;
    min-width: 375px;
    height: 40px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #fff;
    border-radius: 20px;
    color: #6d6e71;
    text-align: left;
    line-height: 40px;
    font-size: 25px;
    border: 0;
    appearance: none
}

.form-wrapper-curiculo {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 30px;
    width: 375px;
    height: 40px;
    margin: 0 auto;
    padding: 0 0;
    background-color: #5c181e;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #fff;
    font-weight: 400
}

.form-wrapper-textarea {
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    color: #6d6e71;
    text-align: left;
    line-height: 25px;
    font-size: 20px;
    border: 0;
    appearance: none;
    position: relative
}

.form-submit {
    display: block;
    width: 270px;
    height: 75px;
    margin: 35px auto 0 auto;
    padding: 0;
    text-align: center;
    line-height: 75px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    background: #c0202e;
    border-radius: 25px;
    border: 0;
    appearance: none;
    cursor: pointer
}

#produto {
    display: block;
    margin: 0 auto;
    padding: 0
}

.produto-info {
    display: flex;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 0;
    margin: 0 0 100px 0;
    padding: 0
}

.produto-info-image {
    display: block;
    width: 690px;
    height: 660px;
    margin: 0;
    padding: 0;
    position: relative
}

.produto-info-image .slick-slide {
    width: 690px;
    height: 660px
}

.produto-info-image .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 0 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 45px
}

.produto-info-image .slick-dots li {
    display: block;
    width: 15px;
    height: 15px;
    background: 0 0;
    border: 1px solid #c0202e;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    cursor: pointer
}

.produto-info-image .slick-dots li button {
    appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    background: 0 0;
    cursor: pointer
}

.produto-info-image .slick-dots li.slick-active {
    background: #c0202e;
    background-size: 100%;
    transition: background-color 0s
}

.produto-info-detail {
    display: flex;
    justify-content: start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    width: 645px;
    height: auto;
    margin: 0;
    padding: 0
}

.produto-info-detail-name {
    display: block;
    width: 300px;
    height: auto;
    text-align: left;
    font-size: 50px;
    font-weight: 900;
    color: #c1212f;
    margin: 0
}

.produto-info-detail-text {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    color: #6d6e71;
    margin: 0
}

.produto-info-detail-button {
    display: block;
    width: 270px;
    height: 75px;
    margin: 35px auto 0 auto;
    padding: 0;
    text-align: center;
    line-height: 75px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    background: #c0202e;
    border-radius: 25px;
    border: 0;
    appearance: none;
    cursor: pointer
}

.produto-info-detail-video {
    display: block;
    width: 645px;
    height: 340px;
    background: #000;
    margin: 0;
    padding: 0
}

.produto-info-detail-video iframe {
    display: block;
    width: 100%;
    height: 100%
}

.more-produtos-list {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 366px;
    gap: 0 0;
    width: 1330px;
    margin: 0 auto;
    padding: 0;
    border: 3px solid #6d6e71;
    border-radius: 132px;
    overflow: hidden
}

.more-produtos-item {
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0;
    width: 305px;
    height: 100%;
    margin: 0;
    padding: 35px 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.more-produtos-item-img {
    display: block;
    width: 305px;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.more-produtos-item-name {
    display: block;
    width: 185px;
    height: auto;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #c1212f;
    margin: 0
}

.more-produtos-item:hover {
    background: #aaa
}

.home-banner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative
}

.home-banner-slider {
    display: block;
    width: 100%;
    height: 1010px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    border-bottom: 12px solid #c1212f
}

.home-banner-slider-img {
    display: block;
    width: 100%;
    height: 1010px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.home-banner-slider-img img {
    height: 100%
}

.home-banner-slider .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 0 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 45px
}

.home-banner-slider .slick-dots li {
    display: block;
    width: 65px;
    height: 15px;
    background: #c0202e;
    border-radius: 7.5px;
    margin: 0;
    padding: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    cursor: pointer
}

.home-banner-slider .slick-dots li button {
    appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 15px;
}

.home-banner-slider .slick-dots li.slick-active {
    background: #fff;
    background-size: 100%;
    transition: background-color 0s
}

.home-banner-icons {
    display: block;
    width: 100%;
    height: 315px;
    margin: 0 0 100px 0;
    padding: 0;
    position: relative
}

.home-banner-icons::before {
    display: block;
    content: '';
    width: 100%;
    height: 95px;
    background: #6d6e71;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.home-banner-icons-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 0;
    flex-wrap: nowrap;
    position: relative;
    z-index: 0
}

.home-banner-icons-item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    gap: 20px 0;
    flex-wrap: wrap;
    width: 355px;
    height: 315px;
    background: #c1212f;
    border-radius: 0 0 80px 80px;
    margin: 0;
    padding: 0 0 55px 0
}

.home-banner-icons-item-icon {
    display: block;
    width: 150px;
    height: 135px;
    padding: 0;
    margin: 0
}

.home-banner-icons-item-icon::before {
    display: block;
    width: 150px;
    height: 135px;
    line-height: 135px;
    font-size: 135px;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0
}

.home-banner-icons-item-name {
    display: block;
    width: 250px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    color: #fff
}

#subbanner {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    gap: 0 90px;
    flex-wrap: nowrap;
    width: 100%;
    height: 685px;
    margin: 150px 0 0 0;
    padding: 0;
    background: #c1212f
}

.subbanner-infos {
    display: block;
    width: 550px;
    height: 100%;
    margin: 0;
    padding: 80px 0 85px 0
}

.subbanner-infos-name {
    display: block;
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    color: #fff;
    margin: 0
}

.subbanner-infos-text {
    display: block;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    margin: 40px 0 0 0
}

.subbanner-infos-button {
    display: block;
    width: 375px;
    height: 75px;
    margin: 55px 0 0 0;
    padding: 0;
    border-radius: 37px;
    background: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.subbanner-infos-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 75px;
    color: #c1212f;
    font-size: 40px;
    text-transform: uppercase
}

.subbanner-infos-button:hover {
    background: #aaa;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.subbanner-image {
    display: block;
    width: 50%;
    height: 685px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.subbanner-image img {
    height: 100%
}

#about {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0
}

#about::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/background.webp) 0 0;
    top: 0;
    padding: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom
}

.about-top {
    display: block;
    height: auto;
    margin: 360px auto 0 auto;
    position: relative;
    z-index: 5
}

.about-top-header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 65px;
    flex-wrap: wrap;
    margin: 0 0 55px 0;
    padding: 0;
    position: relative
}

.about-top-icon {
    display: block;
    width: 170px;
    height: 100%;
    position: absolute;
    top: -135px;
    left: 50px;
    background: url(../../images/planta.svg);
    background-repeat: no-repeat;
    background-position: top
}

.about-top-icon::before {
    display: block;
    content: '';
    width: 20px;
    background: #6d6e71;
    height: 100%;
    left: calc(50% - 10px);
    position: absolute;
    bottom: -60%;
    border-left: 1px solid #adabad;
    border-right: 1px solid #adabad
}

.about-top-text {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 0;
    flex-wrap: wrap;
    width: 490px;
    margin: 0;
    padding: 0
}

.about-top-title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 48px;
    color: #c1212f;
    font-weight: 900
}

.about-top-description {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 35px;
    color: #6d6e71;
    font-weight: 400
}

.about-top-img {
    display: block;
    width: 700px;
    height: 465px;
    border-radius: 50px;
    background-color: #c1212f;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.about-top-images-list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 0;
    flex-wrap: nowrap;
    width: 1400px;
    height: 225px;
    background: #3c2d2d;
    border-radius: 45px 45px 0 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.about-top-images-item {
    display: block;
    width: 350px;
    height: 225px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.about-top-images-item img {
    height: 100%
}

.about-strategy {
    display: block;
    width: 100%;
    height: 450px;
    background: #c1212f;
    position: relative;
    z-index: 5;
    margin: 0 0 100px 0
}

.about-strategy-list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 60px;
    flex-wrap: nowrap;
    height: 100%
}

.about-strategy-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 0;
    flex-wrap: wrap;
    width: 415px;
    min-height: 310px
}

.about-strategy-item-bar {
    display: block;
    width: 1px;
    height: 255px;
    background-color: #fff;
    margin: 0;
    padding: 0
}

.about-strategy-item-title {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 50px;
    line-height: 48px;
    font-weight: 900;
    color: snow;
    margin: 0
}

.about-strategy-item-description {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

#notice {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.notice {
    display: flex;
    justify-content: flex-start;
    align-content: start;
    align-items: start;
    gap: 30px 0;
    flex-wrap: wrap
}

.notice-header {
    display: flex;
    justify-content: flex-start;
    align-content: start;
    align-items: start;
    gap: 15px 0;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #6d6e71a1;
    flex-direction: column
}

.notice-header-title {
    display: block;
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: #c1212f;
    margin: 0;
    padding: 0
}

.notice-header-abbreviation {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #6d6e71;
    margin: 0;
    padding: 0
}

.notice-content {
    display: flex;
    justify-content: flex-start;
    align-content: start;
    align-items: start;
    gap: 15px 0;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.notice-content-slide {
    display: block;
    width: 725px;
    height: 550px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 5
}

.notice-content-slide .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 0 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15px
}

.notice-content-slide .slick-dots li {
    display: block;
    width: 15px;
    height: 15px;
    background: #c0202e;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    cursor: pointer
}

.notice-content-slide .slick-dots li button {
    appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    background: 0 0;
    cursor: pointer
}

.notice-content-slide .slick-dots li.slick-active {
    background: #fff;
    background-size: 100%;
    transition: background-color 0s
}

.notice-content-description {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #6d6e71;
    margin: 0;
    padding: 0
}

.notice-content-video {
    display: block;
    width: 645px;
    height: 340px;
    background: #000;
    margin: 0;
    padding: 0
}

.notice-content-video iframe {
    display: block;
    width: 100%;
    height: 100%
}

.notice-footer {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    gap: 0 30px;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 3px solid #6d6e71
}

.notice-footer-infos {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #6d6e71;
    margin: 0;
    padding: 0
}

.notice-footer-infos strong {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #c0202e;
    margin: 0;
    padding: 0
}

.paganate-list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 15px;
    margin: 10px 0 0 0
}

.paganate-item {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #c1212f;
    cursor: pointer;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in
}

.paganate-item a {
    display: block;
    width: 100%;
    height: 100%
}

.paganate-item.active {
    background: #c1212f
}

.paganate-item:hover {
    background: #c1212f
}

.cookie-consent {
    display: block;
    width: 100%;
    height: 180px;
    margin: 0;
    padding: 30px;
    background: #6d6e71;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90000
}

.cookie-consent-box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 50px 100px;
    margin: 0;
    padding: 0
}

.cookie-consent-text {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0
}

.cookie-consent__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff
}

.cookie-consent__message {
    font-size: 26px;
    font-weight: 500;
    color: #fff
}

.cookie-consent-button {
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0;
    width: 250px;
    margin: 0;
    padding: 0
}

.cookie-consent__agree {
    display: block;
    width: 250px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    background: #c1212f;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    appearance: none;
    border: 0;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.cookie-consent__agree:hover {
    background: #b4b4b4;
    -webkit-box-shadow: 0 6px 10px 0 rgba(193, 33, 47, .14), 0 1px 18px 0 rgba(193, 33, 47, .12), 0 3px 5px -1px rgba(193, 33, 47, .2);
    -moz-box-shadow: 0 6px 10px 0 rgba(193, 33, 47, .14), 0 1px 18px 0 rgba(193, 33, 47, .12), 0 3px 5px -1px rgba(193, 33, 47, .2);
    box-shadow: 0 6px 10px 0 rgba(193, 33, 47, .14), 0 1px 18px 0 rgba(193, 33, 47, .12), 0 3px 5px -1px rgba(193, 33, 47, .2)
}

.wp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 10px
}

.wp-float:hover {
    background-color: #1ea952;
    color: #fff
}

.floating {
    margin-top: 16px
}

.box-parts {
    width: 1500px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    gap: 25px;
    flex-direction: column;
    flex-wrap: wrap
}

.parts-title-page {
    display: block;
    height: auto;
    text-align: left;
    font-size: 50px;
    font-weight: 900;
    color: #c1212f;
    margin: 0
}

.part-box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 3px solid gray
}

.part-img {
    display: block;
    width: 325px;
    height: 100%;
    border-right: 3px solid gray;
    overflow: hidden
}

.part-box-container {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 80px;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 0 50px 0 50px;
    box-sizing: border-box
}

.box-texts {
    display: flex;
    width: 45%;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap
}

.name_part {
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    color: #131313
}

.box-texts-descriptions {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px
}

.subtitle_part {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #030303
}

.box-values {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap
}

.value_part {
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    color: #c1212f
}

.unity_part {
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    color: #030303
}

.btn_part {
    background-color: #1ea952;
    width: 250px;
    border: none;
    height: 60px;
    display: flex;
    cursor: pointer;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 25px;
    transition: .3s;
    font-weight: 600;
    color: #fff
}

.btn_part:hover {
    background-color: #1eb857;
    transform: scale(1.1);
    transition: .3s
}

#main-terms {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px
}

.title-term {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #030303;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 45px
}

.text-term {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #030303;
    font-weight: 400;
    line-height: 26px
}

.text-term a {
    text-decoration: none;
    color: #030303
}

.text-term i {
    font-weight: 300
}

.text-term b {
    font-weight: 700
}

.text-term p {
    margin-bottom: 10px
}

