@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    font-family: "Gantari", sans-serif;
}

ul {
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: 0.4s;
}

button {
    cursor: pointer;
    transition: 0.4s;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.dropdown-toggle::after {
    border-top-color: #8d0b37 !important;
    caret-color: #8d0b37 !important;
}

.wrap-all-page {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

section,
header,
footer {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.hide-h1 {
    position: absolute;
    left: -9999em;
    text-indent: -9999em;
}

h1,
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: #111111;
    margin-bottom: 20px;
}

p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.google-icon {
    font-family: "Material Symbols Outlined";
}

.row {
    clear: both;
}

.nicescroll-rails {
    z-index: 99999 !important;
}

.container {
    max-width: 1200px;
}

form .row {
    margin: 0 -10px;
}

form .row>div {
    padding: 0 10px;
}

header {
    background: #e6e7e8;
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    display: table;
    width: 305px;
}

header .right-header .top {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

header .right-header .top form {
    display: flex;
    width: 390px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #cfd0d2;
    background: #fff;
    overflow: hidden;
    align-items: center;
}

header .right-header .top form input {
    height: 38px;
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    padding: 0 20px;
}

header .right-header .top form button {
    font-size: 15px;
    border: none;
    background: none;
    height: 30px;
    width: 30px;
    margin-right: 4px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

header .right-header .top form button:hover {
    background: #8d0b37;
    color: #fff;
}

header .right-header .top>a {
    height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
}

header .right-header .top>a i {
    margin-right: 10px;
}

header .right-header .top>a i.fa-whatsapp {
    font-size: 22px;
}

header .right-header .top>a:before {
    border-radius: 40px;
    border-width: 2px;
}

header .right-header .top>a.btn-whatsapp {
    background: #25d366;
}

header .right-header .top>a.btn-whatsapp:before {
    border-color: #25d366;
}

header .right-header .top>a.btn-phone {
    background: #8d0b37;
}

header .right-header .top>a.btn-phone:before {
    border-color: #8d0b37;
}

header .right-header .top>a.btn-user {
    background: #8d0b37;
}

header .right-header .top>a.btn-user:before {
    border-color: #8d0b37;
}

header .right-header .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sucess-create-customer a {
    /* margin-left: 10px; */
    height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
}

.sucess-create-customer a.btn-phone {
    background: #8d0b37;
}

.sucess-create-customer a.btn-phone:hover {
    background: #008d4f;
}

/*
header nav ul {
    display: flex;
}

header nav ul li {
    margin-right: 20px;
    position: relative;
}

header nav ul li a {
    height: 38px;
    display: flex;
    align-items: center;
    color: #8d0b37;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

header nav ul li a:hover {
    color: #8d0b37;
}

header nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    height: 2px;
    background: #8d0b37;
    transition: 0.5s;
    bottom: 0;
}

header nav ul li a:hover:before {
    right: 0;
}

header nav ul li ul {
    width: 250px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul li ul li {
    margin: 0 0 2px;
}

header nav ul li ul li a {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f5f5;
}

header nav ul li ul li a:before {
    display: none;
}

header nav ul li ul li a:hover {
    background: #8d0b37;
    color: #fff;
}

header nav ul li ul:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 27px;
    height: 15px;
    background: url(../images/caret-up.svg) no-repeat;
}
*/

header .right-header .bottom .btn-cart {
    display: flex;
    color: #8d0b37;
    font-size: 14px;
    font-weight: 600;
}

header .right-header .bottom .btn-cart i {
    margin-right: 25px;
    position: relative;
    font-size: 28px;
}

header .right-header .bottom .btn-cart i span {
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #8d0b37;
    background: #e6e7e8;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -10px;
}

header .open-menu {
    display: none;
}

.home-banner {
    position: relative;
}

.home-banner .banner {
    position: relative;
}

.home-banner .banner a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* .home-banner img {
    width: 100%;
} */

/* .home-banner a img.img-mobile {
    display: none;
}

.home-banner div.disabled {
    display: none !important;
} */

.home-banner .owl-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.home-banner .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border-radius: 50%;
    color: #8d0b37 !important;
    border: none;
}

.home-banner .owl-nav button.owl-prev {
    left: 0;
}

.home-banner .owl-nav button.owl-next {
    right: 0;
}

.home-banner .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.shop-topics {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    background: linear-gradient(360deg, #f5f5f5 0%, #e6e7e8 100%);
}

.shop-topics .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-topics .item-topic {
    display: flex;
    align-items: center;
}

.shop-topics .item-topic .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.shop-topics .item-topic .text {
    padding-left: 10px;
}

.shop-topics .item-topic .text .title {
    display: table;
    text-transform: uppercase;
    color: #8d0b37;
    font-size: 16px;
    font-weight: 700;
}

.shop-topics .item-topic .text .info {
    display: table;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.wrap-block-home {
    padding-top: 60px;
}

.wrap-block-home h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    color: #8d0b37;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.wrap-block-home .link-more {
    float: right;
    color: #9ea2a2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 70px;
}

.wrap-block-home .link-more i {
    margin-left: 10px;
}

.wrap-block-home .link-more:hover {
    color: #8d0b37;
}

.wrap-block-home .link-mobile {
    display: none;
}

.wrap-block-home .carousel-block-home {
    float: left;
    width: calc(100% + 30px);
    position: relative;
    padding: 0 70px;
    margin-left: -15px;
}

.wrap-block-home .carousel-block-home .owl-item {
    padding: 15px;
}

.wrap-block-home .carousel-block-home .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.wrap-block-home .carousel-block-home .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #e5e5e5;
    background: #8d0b37 !important;
    border-radius: 50%;
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-block-home .carousel-block-home .owl-nav button.owl-prev {
    left: 15px;
}

.wrap-block-home .carousel-block-home .owl-nav button.owl-next {
    right: 15px;
}

.wrap-block-home .carousel-block-home .owl-nav button span {
    font-size: 18px;
}

.wrap-block-home .carousel-block-home .owl-nav button:hover {
    background: #fff !important;
    border-color: #8d0b37;
    color: #8d0b37 !important;
}

.wrap-block-home .carousel-brands a {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.wrap-block-home .carousel-brands a img {
    width: 100%;
    display: table;
}

.card-product {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.card-product .image {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.card-product .image img {
    width: 100%;
}

.card-product .top,
.card-product .bottom {
    width: 100%;
}

.card-product .title {
    display: table;
    margin-bottom: 20px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
}

.card-product .bottom .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card-product .bottom .inner .box-qtd {
    display: flex;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}

.card-product .bottom .inner .box-qtd button {
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 16px;
    color: #777;
}

.card-product .bottom .inner .box-qtd button:hover {
    color: #8d0b37;
}

.card-product .bottom .inner .box-qtd input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    background: none;
    color: #777;
    font-size: 14px;
}

.card-product .bottom .inner>a,
.card-product .bottom .inner>button {
    padding: 0 15px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    text-transform: uppercase;
    background: #8d0b37;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    border: none;
}

.card-product .bottom .inner>a:hover,
.card-product .bottom .inner>button:hover {
    background: #008d4f;
    color: #fff;
}

.wrap-cta {
    margin-bottom: 100px;
    margin-top: 160px;
}

.wrap-cta .box-cta {
    background: url(../images/bg-cta.png) center center no-repeat;
    background-size: cover;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-cta .box-cta .img-1 {
    margin-top: -88px;
}

.wrap-cta .box-cta .img-2 {
    margin-right: 95px;
}

.wrap-cta .box-cta h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}

.wrap-cta .box-cta a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    color: #8d0b37;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
}

.wrap-cta .box-cta a span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #8d0b37;
    margin-left: 20px;
    border-radius: 50%;
    justify-content: center;
    transition: 0.5s;
}

.wrap-cta .box-cta a:hover {
    background: #008d4f;
    color: #fff;
}

.wrap-cta .box-cta a:hover span {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #8d0b37;
    font-size: 12px;
    font-weight: 400;
}

.breadcrumbs a:hover {
    text-decoration: underline !important;
}

.breadcrumbs .separator {
    padding: 0 10px;
}

.product-list {
    padding: 20px 0 80px;
}

.product-list h1 {
    margin-bottom: 10px;
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
}

.product-list p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.product-list .banner {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product-list .card-product {
    margin-bottom: 30px;
}

.product-single {
    padding: 20px 0 0;
}

.product-single .box-gallery {
    float: left;
    width: 100%;
}

.product-single .box-gallery .full {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.product-single .box-gallery .carousel-thumbs {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 65px;
}

.product-single .box-gallery .carousel-thumbs a {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.product-single .box-gallery .carousel-thumbs a img {
    float: left;
    width: 100%;
    transition: 0.5s;
}

.product-single .box-gallery .carousel-thumbs a:hover img {
    transform: scale(1.3);
}

.product-single .box-gallery .carousel-thumbs .owl-item {
    padding: 10px;
}

.product-single .box-gallery .carousel-thumbs .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.product-single .box-gallery .carousel-thumbs .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #8d0b37 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-single .box-gallery .carousel-thumbs .owl-nav button.owl-prev {
    left: 0;
}

.product-single .box-gallery .carousel-thumbs .owl-nav button.owl-next {
    right: 0;
}

.product-single .box-gallery .carousel-thumbs .owl-nav button span {
    font-size: 18px;
}

.product-single .box-gallery .carousel-thumbs .owl-nav button:hover {
    background: #fff !important;
    border-color: #8d0b37;
    color: #8d0b37 !important;
}

.product-single h1 {
    color: #423f40;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    display: table;
    line-height: 40px;
}

.product-single .subtitle {
    display: table;
    color: #8d0b37;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.product-single p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.product-single .actions .inner {
    display: flex;
}

.product-single .actions .inner .box-qtd {
    display: flex;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}

.product-single .actions .inner .box-qtd button {
    width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 18px;
    color: #777;
    font-weight: 700;
}

.product-single .actions .inner .box-qtd button:hover {
    color: #8d0b37;
}

.product-single .actions .inner .box-qtd input {
    width: 55px;
    height: 45px;
    text-align: center;
    border: none;
    background: none;
    color: #777;
    font-size: 16px;
    font-weight: 700;
}

.product-single .actions .inner>a,
.product-single .actions .inner>button {
    padding: 0 35px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    text-transform: uppercase;
    background: #8d0b37;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    margin-left: 20px;
    border: none;
}

.product-single .actions .inner>a:hover,
.product-single .actions .inner>button:hover {
    background: #008d4f;
    color: #fff;
}

.product-single .box-text {
    padding-bottom: 145px;
}

.product-tabs {
    padding-top: 70px;
    float: left;
    width: 100%;
}

.product-tabs ul {
    display: flex;
    margin-bottom: 20px;
}

.product-tabs ul li {
    margin-right: 15px;
}

.product-tabs ul li a {
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #cfd0d2;
    color: #777;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-tabs ul li a:hover,
.product-tabs ul li a.active {
    background: #8d0b37;
    border-color: #8d0b37;
    color: #fff;
}

.product-tabs .box-text-tab {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: none;
}

.product-tabs .box-text-tab.active {
    display: block;
}

.product-tabs .box-text-tab p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-tabs .box-text-tab p:last-of-type {
    margin-bottom: 0;
}

.related-products {
    margin-bottom: 100px;
}

.wrap-about-1 {
    padding: 20px 0 100px;
}

.wrap-about-1 img {
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.wrap-about-1 h1,
.wrap-about-1 h2 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrap-about-1 h2 {
    margin-bottom: 15px;
}

.wrap-about-1 p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.wrap-about-2 {
    padding: 80px 0;
    background: url(../images/bg-timeline.png) center center no-repeat;
    background-size: cover;
}

.wrap-about-2 h2 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.wrap-about-2 .carousel-timeline {
    float: left;
    width: 100%;
}

.wrap-about-2 .carousel-timeline div.disabled {
    display: none !important;
}

.wrap-about-2 .carousel-timeline .item-timeline {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}

.wrap-about-2 .carousel-timeline .item-timeline .image {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.wrap-about-2 .carousel-timeline .item-timeline .image img {
    float: left;
    width: 100%;
    border-radius: 5px;
}

.wrap-about-2 .carousel-timeline .item-timeline .image .tag {
    width: 70px;
    height: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #8d0b37;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.wrap-about-2 .carousel-timeline .item-timeline .title {
    display: table;
    color: #8d0b37;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.wrap-about-2 .carousel-timeline .item-timeline p {
    margin-bottom: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.wrap-about-2 .carousel-timeline .owl-dots {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.wrap-about-2 .carousel-timeline .owl-dots button {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.wrap-about-2 .carousel-timeline .owl-dots button.active,
.wrap-about-2 .carousel-timeline .owl-dots button:hover {
    background: #fff;
    border-color: #fff;
}

.wrap-about-3 {
    padding: 80px 0;
    border-bottom: 1px solid #ebebeb;
}

.wrap-about-3 .open-video {
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 135px;
}

.wrap-about-3 .open-video img {
    float: left;
    width: 100%;
    height: 615px;
    object-fit: cover;
    transition: 0.5s;
}

.wrap-about-3 .open-video:hover img {
    transform: scale(1.1);
}

.wrap-about-3 .open-video:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url(../images/play.svg) center center no-repeat;
    z-index: 100;
}

.wrap-about-3 .item-mvv {
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #ebebeb;
    padding: 0 35px 35px;
    height: 100%;
}

.wrap-about-3 .item-mvv img {
    float: left;
    margin-top: -50px;
    margin-bottom: 20px;
}

.wrap-about-3 .item-mvv h2 {
    color: #8d0b37;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wrap-about-3 .item-mvv p {
    margin-bottom: 0;
    color: #777;
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 100%;
}

.wrap-about-4 {
    margin: 0;
    padding: 80px 0;
}

@media (max-width: 991px) {
    .wrap-about-4 {
        padding: 40px 0;
    }
}

.wrap-catalogos {
    padding: 20px 0 100px;
}

.wrap-catalogos h1,
.wrap-catalogos h2 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrap-catalogos .side-site {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.wrap-catalogos .side-site h2 {
    margin-bottom: 15px;
}

.wrap-catalogos .side-site ul,
.wrap-catalogos .side-site ul li,
.wrap-catalogos .side-site ul li a {
    display: table;
    width: 100%;
}

.wrap-catalogos .side-site ul li {
    margin-bottom: 10px;
}

.wrap-catalogos .side-site ul li:last-of-type {
    margin-bottom: 0;
}

.wrap-catalogos .side-site ul li a {
    height: 50px;
    padding: 0 25px;
    border-radius: 5px;
    background: #f2f2f2;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.wrap-catalogos .side-site ul li a:hover {
    background: #8d0b37;
    color: #fff;
}

.wrap-catalogos .side-site ul li.active a {
    background: #8d0b37;
    color: #fff;
}

.wrap-catalogos .item-catalogo {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.wrap-catalogos .item-catalogo img {
    float: left;
    width: 100%;
}

.wrap-catalogos .item-catalogo .box-text {
    padding: 20px;
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.wrap-catalogos .item-catalogo .box-text .title {
    display: table;
    width: 100%;
    color: #423f40;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wrap-catalogos .item-catalogo .box-text a,
.wrap-catalogos .item-catalogo .box-text button {
    border: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 50px;
    background: #8d0b37;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.wrap-catalogos .item-catalogo .box-text a i,
.wrap-catalogos .item-catalogo .box-text button i {
    font-size: 22px;
}

.wrap-catalogos .item-catalogo .box-text a:hover,
.wrap-catalogos .item-catalogo .box-text button:hover {
    background: #008d4f;
    color: #fff;
}

.wrap-cart {
    padding: 20px 0 100px;
}

.wrap-cart h1 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.wrap-cart .box-cart {
    float: left;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 40px 70px;
    margin-bottom: 20px;
}

.wrap-cart .box-cart .row {
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.wrap-cart .box-cart .row>div {
    padding: 0;
}

.wrap-cart .box-cart .title {
    color: #9ea2a2;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
}

.wrap-cart .box-cart .last {
    float: right;
}

.wrap-cart .box-cart .center {
    margin: 0 auto;
}

.wrap-cart .box-cart .product-cart {
    display: flex;
    align-items: center;
}

.wrap-cart .box-cart .product-cart img {
    display: table;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.wrap-cart .box-cart .product-cart .name {
    display: table;
    padding: 0 30px;
    color: #423f40;
    font-size: 16px;
    font-weight: 600;
}

.wrap-cart .box-cart .box-qtd {
    display: flex;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    width: fit-content;
    margin: 0 auto;
}

.wrap-cart .box-cart .box-qtd button {
    width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 18px;
    color: #777;
    font-weight: 700;
}

.wrap-cart .box-cart .box-qtd button:hover {
    color: #8d0b37;
}

.wrap-cart .box-cart .box-qtd input {
    width: 45px;
    height: 45px;
    text-align: center;
    border: none;
    background: none;
    color: #777;
    font-size: 16px;
    font-weight: 700;
}

.wrap-cart .box-cart .remove {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #f87171;
    float: right;
}

.wrap-cart .box-cart .remove:hover {
    background: #f00;
}

.wrap-cart .box-cart .view {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #8d0b37;
    float: right;
}

.wrap-cart .box-cart .view:hover {
    background: #E8E9EA;
}

.wrap-cart .box-cart .row:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.wrap-cart .buttons {
    display: flex;
    justify-content: end;
    float: left;
    width: 100%;
}

.wrap-cart .buttons a {
    height: 40px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
}

.wrap-cart .buttons a svg {
    margin-right: 10px;
}

.wrap-cart .buttons a svg path {
    transition: 0.5s;
}

.wrap-cart .buttons a.btn-red {
    background: #8d0b37;
}

.wrap-cart .buttons a.btn-red:hover {
    background: #037a33;
    cursor: pointer;
}

.wrap-cart .buttons a.btn-green {
    background: #25d366;
    text-decoration: none;
}

.wrap-cart .buttons a.btn-green:hover {
    background: #12887b;
    cursor: pointer;
}

.banner-vagas {
    border-bottom: 6px solid #e5e5e5;
    padding-top: 20px;
}

.banner-vagas img {
    float: right;
    margin-top: -40px;
}

.banner-vagas h1 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.banner-vagas h2 {
    color: #423f40;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-vagas p {
    color: #777;
    font-size: 20px;
    font-weight: 400;
}

.wrap-list-vagas {
    padding: 100px 0;
}

.wrap-list-vagas .item-vaga {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.wrap-list-vagas .item-vaga .top {
    width: 100%;
}

.wrap-list-vagas .item-vaga h2 {
    color: #423f40;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wrap-list-vagas .item-vaga .tag {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 30px;
    border-radius: 30px;
    background: #fef1f5;
    margin-bottom: 20px;
    color: #8d0b37;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
}

.wrap-list-vagas .item-vaga p {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.wrap-list-vagas .item-vaga a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 40px;
    background: #8d0b37;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.wrap-list-vagas .item-vaga a:hover {
    background: #037a33;
}

.content-representantes {
    padding: 20px 0 100px;
    border-bottom: 1px solid #e5e5e5;
}

.content-representantes h1 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.content-representantes iframe {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 580px;
    margin-bottom: -25px;
}

.content-representantes p {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.content-representantes select {
    height: 50px;
    width: 350px;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    background: url(../images/arrow-select.svg) calc(100% - 20px) center no-repeat #fff;
    padding: 0 50px 0 20px;
    font-size: 16px;
    display: table;
    color: #9ea2a2;
}

.content-representantes-2 {
    padding-top: 100px;
}

.content-representantes-2 h2 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.content-representantes-2 p {
    margin-bottom: 50px;
    color: #777;
    font-size: 20px;
    font-weight: 400;
}

.content-representantes-2 form {
    width: 100%;
}

.content-representantes-2 form input,
.content-representantes-2 form select {
    padding: 0 20px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    width: 100%;
}

.content-representantes-2 form select {
    background: url(../images/arrow-select.svg) calc(100% - 20px) center no-repeat #fff;
}

.content-representantes-2 form textarea {
    height: 180px;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    resize: none;
    border-radius: 20px;
}

.content-representantes-2 form button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #8d0b37;
}

.content-representantes-2 form button:hover {
    background: #008d4f;
}

.content-sample {
    padding: 20px 0 100px;
    border-bottom: 1px solid #e5e5e5;
}

.content-sample h1 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.content-sample p {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.content-sample img {
    display: table;
    margin: 30px auto 30px;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.content-sample p.center {
    width: 100%;
    text-align: center;
}

.content-sample a.btn-red {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 40px;
    background: #8d0b37;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    margin: 0 auto;
    width: fit-content;
}

.content-sample a.btn-red i {
    margin-left: 20px;
}

.content-sample a.btn-red:hover {
    background: #037a33;
}

.content-contact {
    padding: 20px 0 100px;
    border-bottom: 1px solid #e5e5e5;
}

.content-contact h1 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.content-contact p {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.content-contact .item-contact {
    float: left;
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
}

.content-contact .item-contact i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #e5e5e5;
    color: #8d0b37;
}

.content-contact .item-contact .text {
    padding-left: 15px;
}

.content-contact .item-contact .text .title {
    display: table;
    color: #8d0b37;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}

.content-contact .item-contact .text .info {
    display: table;
    color: #777;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.content-contact form {
    width: 100%;
}

.content-contact form input,
.content-contact form select {
    padding: 0 20px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    width: 100%;
}

.content-contact form select {
    background: url(../images/arrow-select.svg) calc(100% - 20px) center no-repeat #fff;
}

.content-contact form textarea {
    height: 180px;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    resize: none;
    border-radius: 20px;
}

.content-contact form button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #8d0b37;
}

.content-contact form button:hover {
    background: #008d4f;
}

.btn-custom {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #8d0b37;
}

.button-custom button:hover {
    background: #8d0b37;
}

.full-map iframe {
    float: left;
    width: 100%;
    height: 500px;
}

.item-accordion {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.item-accordion .open-accordion {
    border: none;
    background: none;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    color: #423f40;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.item-accordion .open-accordion span {
    padding-left: 20px;
}

.item-accordion .content-accordion {
    float: left;
    width: 100%;
    padding: 10px 30px 30px;
    display: none;
}

.item-accordion .content-accordion p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.item-accordion .content-accordion p:last-of-type {
    margin-bottom: 0;
}

footer {
    border-top: 1px solid #cfd0d2;
    background: linear-gradient(360deg, #f5f5f5 0%, #e6e7e8 100%);
}

footer .default-footer {
    float: left;
    width: 100%;
    padding: 70px 0;
}

footer .default-footer .logo {
    display: table;
    margin-bottom: 20px;
}

footer .default-footer .logo img {
    width: 235px;
    display: table;
}

footer .default-footer .social {
    display: flex;
}

footer .default-footer .social a {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #9ea2a2;
}

footer .default-footer .social a:hover {
    background: #8d0b37;
    color: #fff;
}

footer .default-footer .right-footer {
    float: right;
}

footer .default-footer .menu-footer {
    display: flex;
    width: fit-content;
    margin-bottom: 45px;
}

footer .default-footer .menu-footer .col-menu {
    margin-right: 60px;
}

footer .default-footer .menu-footer .col-menu:last-of-type {
    margin: 0;
}

footer .default-footer .title {
    color: #8d0b37;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin-bottom: 10px;
}

footer .default-footer ul li {
    margin-bottom: 5px;
}

footer .default-footer ul li a {
    display: table;
    color: #777;
    font-size: 16px;
    font-weight: 600;
}

footer .default-footer ul li a:hover {
    color: #8d0b37;
}

footer .default-footer .right-footer .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copy {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

footer .copy span,
footer .copy a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    display: table;
}

footer .copy span {
    width: 100%;
    text-align: center;
}

footer .copy .dev {
    float: right;
}

.wrap-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.wrap-modal .overlay-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
}

.wrap-modal .box-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    border-radius: 10px;
    width: 770px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wrap-modal .box-modal::-webkit-scrollbar {
    display: none;
}

.wrap-modal .box-modal .box-title {
    float: left;
    width: 100%;
    padding: 45px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.wrap-modal .box-modal .box-title .title {
    display: table;
    color: #423f40;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.wrap-modal .box-modal .box-title .close-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: #fef2f2;
    color: #f87171;
    font-size: 18px;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 30px;
}

.wrap-modal .box-modal .box-title .close-modal:hover {
    background: #f87171;
    color: #fff;
}

.wrap-modal .box-modal .into {
    padding: 30px;
    float: left;
    width: 100%;
}

.wrap-modal .box-modal h2 {
    color: #8d0b37;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wrap-modal .box-modal form {
    width: 100%;
}

.wrap-modal .box-modal form input {
    padding: 0 20px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    width: 100%;
}

.wrap-modal .box-modal form button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #8d0b37;
}

.wrap-modal .box-modal form button:hover {
    background: #008d4f;
}

.wrap-modal .box-modal form button.green {
    background: #25d366;
}

.wrap-modal .box-modal form button.green:hover {
    background: #12887b;
}

.wrap-modal .box-modal form .custom-file-label::after {
    content: "\f0ee";
    font-family: fontAwesome;
    height: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: auto;
    background: none;
    color: #9ea2a2;
    padding: 0 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 22px;
}

.wrap-modal .box-modal form .custom-file-input {
    height: 50px;
    display: none;
}

.wrap-modal .box-modal form .custom-file {
    height: 50px;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 0;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}

.wrap-modal .box-modal form .custom-file-label {
    height: 50px;
    background: none;
    border: none;
    line-height: 50px;
    padding: 0 0 0 15px;
    color: #777;
    text-transform: initial;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-size: 16px;
}

.wrap-modal .box-modal form a {
    color: #8d0b37;
}

.wrap-modal .box-modal form a:hover {
    text-decoration: underline !important;
}

.wrap-modal .box-modal .box-text {
    margin-bottom: 30px;
}

.wrap-modal .box-modal .box-text .tag {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 30px;
    border-radius: 30px;
    background: #fef1f5;
    margin-bottom: 20px;
    color: #8d0b37;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
}

.wrap-modal .box-modal .box-text p {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

body.overflow {
    overflow: hidden;
}

.wrap-menu-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    transition: 0.6s;
    right: -100%;
}

.wrap-menu-mobile.show {
    right: 0;
}

.wrap-menu-mobile .overlay-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.wrap-menu-mobile .bar-menu {
    background: #fff;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 100px;
    max-width: 320px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile {
    display: flex;
    width: 100%;
    padding: 35px 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    transition: 1s;
    bottom: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
    float: left;
    padding: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
    display: table;
    width: 160px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
    float: right;
    padding: 0;
    display: flex;
    align-items: center;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
    float: left;
    margin-left: 10px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    background: #4c4c4c;
    position: relative;
    font-family: arial;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
    float: left;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
    float: left;
    margin-right: 15px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
    float: right;
    position: relative;
    color: #000;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
    font-size: 24px;
}

.wrap-menu-mobile .bar-menu .box-menu-style-1 {
    padding: 30px 20px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.wrap-menu-mobile .bar-menu ul.menu {
    display: table;
    width: 100%;
}

.wrap-menu-mobile .bar-menu ul.menu li {
    margin-bottom: 10px;
    position: relative;
}

.wrap-menu-mobile .bar-menu ul.menu li a {
    display: table;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    color: #8d0b37;
    text-transform: uppercase;
}

.wrap-menu-mobile .bar-menu ul.menu li ul {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: block;
    position: relative;
}

.wrap-menu-mobile .bar-menu ul.menu li ul li {
    margin: 0 0 2px;
    width: 100%;
}

.wrap-menu-mobile .bar-menu ul.menu li ul li a {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f5f5;
    line-height: 24px;
    text-transform: initial;
}

.wrap-menu-mobile .bar-menu ul.menu li ul li a:before {
    display: none;
}

.wrap-menu-mobile .bar-menu ul.menu li ul li a:hover {
    background: #8d0b37;
    color: #fff;
}

.wrap-menu-mobile .bar-menu ul.menu li ul:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 27px;
    height: 15px;
    background: url(../images/caret-up.svg) no-repeat;
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }

    header .right-header {
        display: none;
    }

    header .logo img {
        width: 230px;
    }

    header .open-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: none;
        width: 45px;
        height: 45px;
        color: #fff;
        font-size: 18px;
        background: #8d0b37;
    }

    .home-banner a img.img-desk {
        display: none;
    }

    .home-banner a img.img-mobile {
        display: table;
    }

    .home-banner .owl-nav button {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-topics .container {
        flex-wrap: wrap;
    }

    .shop-topics .item-topic {
        width: 100%;
        margin-bottom: 30px;
    }

    .shop-topics .item-topic .icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .shop-topics .item-topic .text {
        font-size: 8px;
    }

    /* .shop-topics .container a:nth-of-type(2) .icon {
        margin-right: 10px;
    } */

    /* .shop-topics .container a:nth-of-type(2) {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 25px;
    } */

    .shop-topics .item-topic:last-of-type {
        margin-bottom: 0;
    }

    /* .shop-topics a:nth-of-type(1) {
        width: 50%;
    } */

    .wrap-block-home .link-desk {
        display: none;
    }

    .wrap-block-home .link-mobile {
        display: table;
        float: none;
        margin: 0 auto 0;
        padding-top: 30px;
    }

    .wrap-block-home .carousel-block-home {
        padding: 0;
    }

    .wrap-block-home .carousel-block-home .owl-item {
        padding: 10px;
    }

    .wrap-block-home .carousel-block-home .owl-nav {
        position: relative;
        transform: none;
        left: auto;
        right: auto;
        display: flex;
        padding-top: 0;
        justify-content: center;
    }

    .wrap-block-home .carousel-block-home .owl-nav button {
        margin: 0 10px;
        position: relative;
        top: auto;
        transform: none;
        left: auto !important;
        right: auto !important;
    }

    .wrap-cta {
        margin-top: 80px;
    }

    .wrap-cta .box-cta .img-1 {
        display: none;
    }

    .wrap-cta .box-cta {
        border-radius: 20px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
        justify-content: center;
    }

    .wrap-cta .box-cta .img-2 {
        order: -1;
        margin: 0 auto 30px;
    }

    .wrap-cta .box-cta h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wrap-cta .box-cta a {
        font-size: 18px;
    }

    .wrap-cart .box-cart {
        padding: 30px 20px;
    }

    .wrap-cart .box-cart .row-title {
        display: none;
    }

    .wrap-cart .box-cart .box-qtd {
        margin-left: 0;
    }

    .wrap-cart .box-cart .product-cart {
        margin-bottom: 15px;
    }

    .wrap-cart .buttons {
        flex-wrap: wrap;
    }

    .wrap-cart .buttons a {
        width: 100%;
        margin: 0 0 10px;
        justify-content: center;
    }

    .wrap-modal .box-modal .box-title {
        padding: 30px;
    }

    .wrap-catalogos .side-site {
        margin-bottom: 30px;
    }

    .content-contact .box-text {
        margin-bottom: 40px;
        display: table;
    }

    .content-contact .item-contact .text .info {
        font-size: 16px;
        line-height: 22px;
    }

    .wrap-about-1 img {
        margin-bottom: 30px;
    }

    .wrap-about-1 {
        padding-bottom: 60px;
    }

    .wrap-about-2 {
        padding: 60px 0;
    }

    .wrap-about-3 .open-video img {
        height: 400px;
    }

    .wrap-about-3 .item-mvv {
        margin: 40px 0;
        height: auto;
    }

    .wrap-about-3 .open-video {
        margin-bottom: 60px;
    }

    .wrap-about-3 {
        padding-bottom: 40px;
    }

    .product-single .box-gallery .carousel-thumbs {
        padding: 0 45px;
    }

    .product-single .box-gallery .carousel-thumbs .owl-item {
        padding: 7px;
    }

    .product-single .box-gallery {
        margin-bottom: 50px;
    }

    .product-tabs ul {
        flex-wrap: wrap;
    }

    .product-tabs ul li {
        width: 100%;
        margin: 0 0 10px;
    }

    .product-tabs ul li a {
        justify-content: center;
    }

    .product-single .box-text {
        padding-bottom: 0;
    }

    .content-representantes iframe {
        height: 450px;
    }

    .content-representantes select {
        width: 320px;
        margin-bottom: 50px;
    }

    .content-representantes {
        padding-bottom: 60px;
    }

    .content-representantes-2 {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .content-representantes-2 .box-text img {
        display: none;
    }

    .banner-vagas .box-text {
        padding-top: 30px;
    }

    .banner-vagas h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .wrap-list-vagas {
        padding: 70px 0;
    }

    .banner-vagas img {
        float: none;
        display: table;
        margin: 0 auto;
        max-width: 100%;
    }

    footer .default-footer .logo {
        margin: 0 auto 20px;
    }

    footer .default-footer .social {
        justify-content: center;
    }

    footer .default-footer .social a {
        margin: 0 5px;
    }

    footer .default-footer .col-footer {
        margin-bottom: 30px;
    }

    footer .default-footer .menu-footer {
        flex-wrap: wrap;
    }

    footer .default-footer .menu-footer .col-menu {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    footer .default-footer .right-footer {
        width: 100%;
    }

    footer .default-footer .title,
    footer .default-footer ul li a {
        width: 100%;
        text-align: center;
    }

    footer .default-footer .right-footer .bottom {
        display: table;
    }

    footer .default-footer .right-footer .bottom img {
        display: table;
        margin: 0 auto 30px;
    }

    footer .default-footer .right-footer .bottom img:last-of-type {
        margin-bottom: 0;
    }

    footer .copy .container {
        flex-wrap: wrap;
    }

    footer .copy span,
    footer .copy a {
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }

    footer .copy .dev img {
        display: table;
        margin: 0 auto;
    }
}