@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'FacilitaInova';
    src: url('../fonts/Square721BT/Square721BT.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'FacilitaInova';
    src: url('../fonts/Square721BT/square721boldbt.ttf');
    font-weight: 600;
}

body {
    background: #fff !important;
    overflow-x: hidden !important;
}

body .mobile-nav {
    display: none;
}

body .mobile-nav {
    background: #fff !important;
    padding: 10px 0px;
}

body .mobile-nav img {
    width: 100px;
}

body .mobile-nav button {
    border: none;
    outline: none;
    box-shadow: none;
}

body .mobile-nav .nav-link {
    font-weight: 500;
    color: #333;
    margin-bottom: 0px;
    font-size: 15px;
    text-decoration: none;
}

body .apresent {
    background: #1e2328;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

body .cmp-nav {
    padding: 20px 0px;
    background: #fff;
}

body .cmp-nav .nav-infos .info i {
    color: #000;
    font-size: 40px;
}

body .cmp-nav .nav-infos .info p.name {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px !important;
}

body .cmp-nav .nav-infos .info p.content {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0px !important;
}

body .cmp-nav img {
    width: 160px;
}

body .cmp-nav-links-content {
    position: relative;
    display: flex;
    margin: 0px !important;
    padding: 0px !important;
    background: #1e2328;
    width: 100%;
    justify-content: right;
}

body .cmp-nav-links li {
    position: relative;
    padding: 15px 45px !important;
    background: #1e2328;
    list-style: none !important;
}

body .cmp-nav-links li a {
    position: relative;
    font-size: 15px;
    padding: 5px 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

body .cmp-nav-links li:last-child {
    background: #ed3a3d;
    margin-right: 0px !important;
    padding: 15px 250px 15px 50px !important;
    transition: 150ms;
    text-align: left;
}

body .cmp-nav-links li:last-child a:hover::after {
    width: 0% !important;
}

body .cmp-nav-links li:last-child:hover {
    background: #c73639;
}

body .cmp-nav-links li:nth-child(1) {
    margin-right: 0px !important;
}

body .cmp-nav-links a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 0px;
    left: 0px;
    background: #ed3a3d;
    transition: 300ms;
}

body .cmp-nav-links a:hover::after {
    width: 100%;
}

body .navbar .contact {
    background: #ed3a3d;
    padding: 7px 25px !important;
    color: #fff;
    border-radius: 1000px;
    margin-left: 20px;
    margin-right: 0px !important;
}

body .navbar .contact:hover {
    background: #ED3A3D;
}

body .home {
    margin-top: 195px;
    position: relative;
}

body .home p.title{
    color: #000;
    font-weight: 700;
    font-family: 'FacilitaInova', sans-serif;
    font-size: 35px;
    line-height: 35px;
}

body .home p.title b{
    font-size: 55px;
    line-height: 55px;
}

body .home p.desc{
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

body .home img{
    width: 100%;
}

body .home .buttons {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

body .home .buttons a {
    background: #ED3A3D;
    color: #fff;
    padding: 15px 110px 15px 10px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
    width: fit-content;
    border-radius: 1px !important;
}

body .home .buttons a:nth-child(2) {
    padding: 15px 180px 15px 10px !important;
}

body .home .buttons a:nth-child(3) {
    padding: 15px 150px 15px 10px;
}

body .services {
    margin-top: 90px;
}

body .services p.title {
    color: #000;
    font-weight: 800;
    font-size: 45px;
    margin-top: 20px;
    line-height: 45px;
}

body .services p.title b {
    color: #c73639;
    font-weight: 800;
    font-size: 45px;
    margin-top: 20px;
}

body .services p.desc {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

body .services a.btn {
    background: #ED3A3D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: fit-content;
    padding: 15px 60% 15px 20px;
    border-radius: 1px;
    white-space: nowrap;
}

body .services img {
    width: 100%;
    margin-top: 20px;
}

body .products {
    margin-top: 150px;
}

body .products p.title {
    color: #000;
    font-weight: 800;
    font-size: 45px;
    margin-top: 20px;
    line-height: 45px;
}

body .products .product {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

body .products .product img {
    position: relative;
    min-height: 320px;
    max-height: 320px;
    transition: all 0.5s;
}

body .products .product .name {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    transition: all 0.5s;
    margin-bottom: 7px;
}

body .products .product .desc {
    font-weight: 500;
    font-size: 15px;
    color: #a8a8a8;
    transition: all 0.5s;
}

body .products .product:hover img {
    transform: scale(1.1) rotate(5deg);
}

body .products .product:hover .name {
    color: #c73639;
    transform: scale(1.1);
}

body .products .product:hover .desc {
    color: #000;
    transform: scale(1.1);
}

body .products a.btn {
    background: #ED3A3D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: fit-content;
    padding: 15px 20px 15px 30%;
    border-radius: 1px;
    white-space: nowrap;
}

body .contactos {
    position: relative;
    margin-top: 160px;
    background: #1E2328;
    padding: 60px 0;
}

body .contactos .contactos-content {
    position: relative;
}

body .contactos .cell {
    width: 100%;
    transform: scale(1.2) translateY(-70px) translateX(-50px);
}

body .contactos p.title {
    font-weight: 400;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px !important;
    line-height: 25px;
}

body .contactos p.title2 {
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 0px !important;
}

body .contactos .list-sociais {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}

body .contactos .list-sociais a {
    text-decoration: none;
    transition: all 0.5s;
}

body .contactos .list-sociais a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1000px;
    width: 65px;
    height: 65px;
    color: #1e2328;
    font-size: 40px;
    transition: all 0.5s;
}

body .contactos .list-sociais a:hover i {
    color: var(--color);
}

body .contactos a.btn {
    background: #ED3A3D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: fit-content;
    padding: 15px 50% 15px 20px;
    border-radius: 1px;
    white-space: nowrap;
    margin-top: 50px;
}

body .contactos .logo {
    width: 100%;
}

body .products-cata {
    margin-top: 90px;
}

body .products-cata p.title.mini {
    color: #000;
    font-weight: 400;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
}


body .products-cata p.title {
    color: #c73639;
    font-weight: 400;
    font-size: 45px;
    margin-top: 0px !important;
    line-height: 40px;
}

body .products-cata .glider-main {
    position: relative;
}

.glider-main .glider-dot.active {
    background: #c7363862 !important;
}

body .products-cata .products-cata-box {
    display: block;
    flex-direction: column;
    width: 300px;
    padding: 15px;
    margin: 0 20px;
}

body .products-cata .products-cata-box .product-box {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

body .products-cata .products-cata-box .product-box img {
    position: relative;
    min-height: 320px;
    max-height: 320px;
    transition: all 0.5s;
}

body .products-cata .products-cata-box .product-box .name {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    transition: all 0.5s;
    margin-bottom: 7px;
}

body .products-cata .products-cata-box .product-box .desc {
    font-weight: 500;
    font-size: 15px;
    color: #a8a8a8;
    transition: all 0.5s;
}

body .products-cata .products-cata-box .product-box:hover img {
    transform: scale(1.1) rotate(5deg);
}

body .products-cata .products-cata-box .product-box:hover .name {
    color: #c73639;
    transform: scale(1.1);
}

body .products-cata .products-cata-box .product-box:hover .desc {
    color: #000;
    transform: scale(1.1);
}

body .warn-revend {
    margin-top: 110px;
}

body .warn-revend p.title {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 4px;
}

body .warn-revend p.title2 {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px !important;
}

body .warn-revend a.btn {
    background: #ED3A3D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding: 15px 20px 15px 20px;
    text-align: end;
    border-radius: 1px;
    white-space: nowrap;
}

body .partners {
    margin-top: 100px;
    background: #1e2328;
    padding: 20px 20px;
}

body .partners img {
    width: 70%;
    aspect-ratio: 3/2;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

body .blog-index {
    margin-top: 90px;
    position: relative;
}

body .blog-index img,
body .blog img {
    width: 100%;
    height: 100%;
}

body .blog-index p.title,
body .blog p.title {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0px;
}

body .blog-index p.tags,
body .blog p.tags {
    color: #c73639;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

body .blog-index p.date,
body .blog p.date {
    color: #c73639;
    font-weight: 400;
    font-size: 14px;
}

body .blog-index p.desc,
body .blog p.desc {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

body .blog-index a.btn,
body .blog a.btn {
    background: #ED3A3D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding: 15px 20px 15px 20px;
    text-align: end;
    border-radius: 1px;
    white-space: nowrap;
    margin-top: 30px;
}

.glider-main {
    position: relative;
}

body .blog-index .row {
    margin: 0 20px !important;
}

body .reviews {
    margin-top: 90px;
}

body .reviews p.title {
    color: #000;
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

body .reviews .review {
    margin: 0 20px;
}

body .reviews .review .user {
    display: flex;
    align-items: center;
    gap: 30px;
}

body .reviews .review .user img {
    width: 60px;
    border-radius: 1000px;
}

body .reviews .review .user p.name {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .reviews .review .user p.funcao {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

body .reviews .review p.text {
    margin-top: 40px;
    color: #000;
    font-size: 15px;
    text-align: justify;
}

body .insta {
    margin-top: 110px;
    padding: 45px 0;
    background: #1e2328;
}

body .insta .title {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 0px;
}

body .insta .title2 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

body .insta .title2 b {
    color: #c73639;
}

body .insta .insta-post {
    margin: 0 10px;
    text-align: center;
}

body .insta .insta-post img {
    width: 100%;
    z-index: 9;
}

body .cell.desactive img {
    display: block;
    transition: 0.5s ease-in-out;
}

body .cell img {
    display: block;
    transition: 0.5s;
    left: 960px;
    top: -131px;
    width: 348px;
    height: 688px;
    position: absolute;
    transition: 0.5s ease-in-out;
}

body .insta .list-sociais {
    margin-top: 70px;
    display: flex;
    gap: 20px;
}

body .insta .list-sociais a {
    text-decoration: none;
    transition: all 0.5s;
}

body .insta .list-sociais a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1000px;
    width: 65px;
    height: 65px;
    color: #1e2328;
    font-size: 40px;
    transition: all 0.5s;
}

body .insta .list-sociais a:hover i {
    color: var(--color);
}

body .faq p.title {
    color: #000;
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

body .faq {
    margin-top: 110px;
}

body .accordion-item {
    border: none !important;
}

body .accordion-button::after {
    display: none !important;
}

body .faq .accordion-button {
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    color: #000;
    font-weight: 500;
}

body .faq .accordion-button:not(.collapsed) i {
    transform: rotate(-180deg);
}

body .faq .accordion-button span {
    font-size: 16px;
}

body .faq .accordion-button i {
    font-size: 30px;
    color: #c73639;
    transition: 0.3s ease-in-out;
}

body .faq .accordion-body {
    color: #000;
    font-weight: 400;
    padding-left: 66px;
    text-align: justify;
}

body .contato {
    margin-top: 200px;
}

body .contato p.title {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 0px;
}

body .contato p.stitle {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 40px;
}

body .contato .info {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 45px;
}

body .contato .info i {
    font-size: 30px;
    color: #000;
}

body .contato .info p.text {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    font-weight: 500;
}

body .contato .info.info2 {
    gap: 40px;
    margin-top: 60px;
}

body .contato .info.info2 i {
    font-size: 45px !important;
}

body .contato a.btn {
    background: #ED3A3D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding: 15px 20px 15px 20px;
    text-align: end;
    border-radius: 1px;
    white-space: nowrap;
    margin-top: 30px;
}

body .footer {
    margin-top: 140px;
}

body .footer img {
    width: 180px;
}

body .footer p.cnpj {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

body .footer p.copy {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

body .footer p.title {
    color: #ed3a3d;
    font-weight: 500;
}

body .footer ul {
    list-style: none;
    padding: 0px !important;
}

body .footer ul li {
    margin-top: 10px;
}

body .footer ul li a {
    color: #000000ce;
    font-weight: 500;
    text-decoration: none;
}

body .footer2 {
    display: flex;
    padding: 15px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

body .footer2 p.text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

body .footer2 img {
    width: 120px;
}

body .products .categorys,
body .blog .categorys {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

body .products .categorys span,
body .blog .categorys span {
    color: #000;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s !important;
    border-bottom: 2px solid transparent;
}

body .products .categorys span.active,
body .blog .categorys span.active {
    color: #c73639;
    border-bottom: 2px solid #c73639;
}

body .products .mobile,
body .blog .mobile{
    display: none;
}

body .products .dropdown li,
body .products .dropdown li a,
body .blog .dropdown li a,
body .blog .dropdown li{
    cursor: pointer;
    background: transparent !important;
    color: #000;
}

body .products .dropdown li a.active,
body .blog .dropdown li a.active {
    color: #c73639;
}

body .products .mobile,
body .blog .mobile {
    display: none;
    align-items: center;
    align-self: center;
    justify-content: space-between;
}

body .products .dropdown,
body .blog .dropdown {
    width: 20%;
}

body .products .mobile input,
body .blog .mobile input {
    border-radius: 4px;
    background: #f7f7f7;
    padding: 7px 20px;
    width: 70%;
    color: #000;
    box-shadow: none;
    outline: none;
    border: none;
}

body .products a {
    text-decoration: none !important;
}

body .product-view {
    margin-top: 195px;
}

body .product-view .breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

body .product-view .breadcrumb-item.active {
    color: #c73639 !important;
}

body .product-view img {
    max-width: 100%;
    max-height: 320px !important;
}

body .product-view p.title {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'FacilitaInova', sans-serif;
    margin-bottom: 4px;
}

body .product-view p.cat {
    font-weight: 700;
    font-size: 25px;
    color: #c73639;
    text-transform: uppercase;
    font-family: 'FacilitaInova', sans-serif;
}

body .product-view p.quant {
    font-weight: 700;
    font-size: 17px;
    color: #e05052;
    margin-top: 3px;
}

body .product-view p.desc {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

body .product-view p.check {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-top: 40px;
}

body .product-view .cart-controls {
    display: flex;
    align-items: center;
}

body .product-view .cart-controls .button {
    width: 15%;
    height: 100%;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body .product-view .cart-controls .button:nth-child(1) {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

body .product-view .cart-controls .button:nth-child(3) {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

body .product-view .cart-controls .button i {
    font-size: 20px;
}

body .product-view .cart-controls .section-info {
    width: 40%;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 0 13px 1px #ccc
}

body .product-view .cart-controls .section-info input {
    padding: 8px 10px;
    font-weight: 500;
    outline: none;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 100%;
}

body .product-view a.btn {
    color: #fff;
    background: #ED3A3D;
    padding: 8px 40px;
    font-weight: 500;
    border-radius: 1px;
    font-size: 14px;
    display: flex;
    width: 70%;
    margin: 15px 0 0 0;
    text-align: center !important;
    justify-content: center;
}

body .cart-button {
    position: fixed;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 200px;
    right: 0;
    background: #ED3A3D;
    padding: 5px 15px;
    cursor: pointer;
}

body .cart-button i {
    color: #fff;
    font-size: 30px;
}

body .cart-button span {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ed3a3d;
    font-weight: 500;
    box-shadow: 0 0 20px -1px #fff;
}

body .cartCanvas h5 {
    margin-bottom: 0px !important;
    font-weight: 600;
    font-family: 'FacilitaInova', sans-serif;
}

body .cartCanvas p.title {
    color: #ED3A3D;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'FacilitaInova', sans-serif;
}

body .cartCanvas .itens-list {
    background: #efefef63;
    border-radius: 2px;
    padding: 10px;
    height: 300px;
    overflow-y: auto;
    user-select: none;
}

body .cartCanvas .item {
    margin: 7px 0;
}

body .cartCanvas .item .item-content {
    position: relative;
    z-index: 1;
    background: #efefef;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 15px -3px #949494;
}

body .cartCanvas .item .item-content p.name {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
}

body .cartCanvas .item .item-content span {
    color: #ed3a3d;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

body .cartCanvas .item .item-content i {
    color: #ED3A3D;
    font-size: 20px;
}

body .cartCanvas .item .item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-10px);
    padding: 0 10px;
}

body .cartCanvas .item .item-controls .button {
    width: 40px;
    height: 40px;
    padding: 10px 0 5px 0;
    background: #efefef;
    display: flex;
    align-items: end;
    justify-content: center;
    cursor: pointer;
}

body .cartCanvas .item .item-controls .button i {
    color: #000;
    font-size: 17px;
}

body .cartCanvas .item .item-controls .button:nth-child(2) i {
    color: #ed3a3d !important;
}

body .cartCanvas form {
    margin-top: 20px;
}

body .cartCanvas form label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

body .cartCanvas form input {
    width: 100%;
    background: #efefef63;
    border: none;
    padding: 10px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    margin-bottom: 20px;
}

body .cartCanvas form button {
    margin-top: 30px;
    width: 100%;
    background: #c73639;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 4px;
}

body .cardsRow {
    margin-top: 90px;
}

body .cardsRow .card {
    padding: 20px;
    height: 250px;
    margin-top: 10px;
}

body .cardsRow .card p.title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'FacilitaInova', sans-serif;
}

body .cardsRow .card p.desc {
    color: #000;
    font-size: 14px;
}

body .main-timeline {
    position: relative;
    margin-top: 90px;
}

body .main-timeline h3.date {
    color: #ED3A3D;
    font-family: 'FacilitaInova', sans-serif;
    font-weight: 600;
}

body .main-timeline h3.title {
    position: relative;
    color: #000;
    font-family: 'FacilitaInova', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

body .main-timeline .right h3.title::after {
    width: 20%;
    height: 2px;
    background: #ED3A3D;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
}

body .main-timeline .left h3.title::after {
    width: 20%;
    height: 2px;
    background: #ED3A3D;
    position: absolute;
    content: '';
    bottom: -10px;
    right: 0 !important;
}

body .main-timeline p {
    font-weight: 500;
    text-align: justify !important;
}

body .main-timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #ED3A3D;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

body .timeline {
    position: relative;
    background-color: inherit;
    margin-top: 60px;
    padding: 0px 40px 20px 0px;
    display: flex;
    align-items: center;
}

body .timeline .image{
    width: 40%;
}

body .timeline .card {
    position: relative;
    width: 50%;
}

body .timeline .card::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -30px;
    background-color: #ED3A3D;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

body .right {
    padding: 0px 0px 20px 40px;
}

body .left .card {
    left: 0;
}

body .left .image{
    left: 10%;
}

body .right .card,
body .left .image {
    padding: 0px 0px 20px 40px;
    left: 10%;
}


body .right .card::after {
    left: -5%;
}

@media screen and (max-width: 600px) {
    body .main-timeline::after {
        left: 31px;
    }

    body .timeline .image{
        display: none;
    }

    body .timeline .card {
        width: 100%;
        padding-left: 20px;
        padding-right: 25px;
    }

    body .timeline .card h3,
    body .timeline .card p {
        text-align: start !important;
    }

    body .right,
    body .left {
        padding: 0px 0px 20px 40px;
    }

    body .timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    body .left .card::after,
    body .right .card::after {
        left: -21px;
    }

    body .left .card::before {
        right: auto;
    }

    body .right .card {
        left: 0%;
    }

    body .main-timeline .right h3.title::after {
        width: 20%;
        height: 2px;
        background: #ED3A3D;
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0;
    }

    body .main-timeline .left h3.title::after {
        width: 20%;
        height: 2px;
        background: #ED3A3D;
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0 !important;
    }

}

body .blog{
    margin-top: 200px;
}

body .blog p.titlemain{
    color: #000;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 30px;
}

body .blog .blog-index{
    margin-top: 10px !important;
    position: relative;
}

body .blog .row {
    margin: 0 20px !important;
}

body .blog .more{
    margin: 90px 0;
}

body .blog .more p.titlemain{
    margin-left: 0px !important;
}

body .blog .more .post{
    margin-top: 10px;
    padding: 10px;
}

body .blog .more .post img{
    height: auto;
}

body .blog .more .post p.name{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'FacilitaInova', sans-serif;
    margin-bottom: 0px;
}

body .blog .more .post a.btn{
    margin-top: 0px !important;
    text-align: left !important;
    padding: 10px 20px;
}

body .product-view img.banner{
    width: 100%;
    margin: 20px 0;
    max-height: 500px !important;
    height: 500px;
}

body .product-view .post .tags{
    color: #c73639;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

body .product-view .post .data{
    color: #c73639;
    font-weight: 400;
    font-size: 14px;
}

body .product-view .post .desc{
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

body .product-view .post img.secundary{
    margin: 10px 0;
}

body .mail{
    margin-top: 150px;
}

body .mail p.title{
    color: #000;
    font-weight: 800;
    font-size: 45px;
    margin-top: 20px;
    font-family: 'FacilitaInova', sans-serif;
    margin-bottom: 0px;
}

body .mail p.stitle{
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

body .mail form input,
body .mail form textarea{
    width: 100%;
    background: #F0F0F0;
    padding: 12px;
    border-radius: 3px;
    outline: none;
    margin: 7px 0;
    border: none;
    box-shadow: none;
}

body .mail form a.btn{
    width: 100%;
    padding: 15px 20px;
    background: #ED3A3D;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 1px;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 10px auto;
    text-align: right;
}

body .termos{
    margin-top: 250px;
}

body .termos p.title,
body .tablesize p.title{
    color: #ED3A3D;
    font-size: 30px;
    font-weight: 600;
    font-family: 'FacilitaInova', sans-serif;
}
body .tablesize td{
    text-transform: uppercase;
}

body .termos p.text{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

body .termos p.stitle{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

a.btn{
    transition: 0.2s ease-in-out;
}

a.btn:hover{
    background: #aa2b2d !important;
}

.popup-modal.active{
    display: flex;
}

.popup-modal{
    position: fixed;
    display: none;
    padding-top: 10%;
    justify-content: center;
    background: #000000a6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999;
}

p.error{
    color: #aa2b2d;
    font-size: 18px;
    font-weight: 500;
    display: none;
    margin-top: 10px;
    text-align: center;
}

.popup-modal .popup-modal-content{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    background: #fff;
    padding: 20px 30px;
    border-radius: 7px;
    height: fit-content;
}

.popup-modal .popup-modal-content p.title{
    color: #aa2b2d;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 0px;
}

.popup-modal .popup-modal-content p.stitle{
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.popup-modal .popup-modal-content form input{
    width: 100%;
    background: #a8a8a87e;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: none;
    color: #333;
    font-size: 15px;
    padding: 8px 15px;
    margin: 6px 0;
}
.popup-modal .popup-modal-content form a.btn{
    margin-top: 40px;
    width: 100%;
    padding: 9px 10px !important;
    text-align: center;
    background: #aa2b2d;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    font-weight: 500;
}

.popup-modal .popup-modal-content span.close{
    position: absolute;
    padding: 10px;
    color: #000;
    font-weight: 600;
    top: 0;
    right: 0;
    cursor: pointer;
    line-height: 30px;
}

.popup-modal .popup-modal-content span.close i{
    font-size: 30px;
    color: #000;
}

.termos a.voltar{
    display: flex;
    align-items: center;
    align-self: center;
    width: fit-content;
    padding: 7px 15px;
    background: transparent !important;
    margin: auto;
    margin-top: 70px;
    gap: 30px;
}

.termos a.voltar i{
    color: #aa2b2d;
    font-size: 24px;
    line-height: 24px;
}

.termos a.voltar span{
    color: #aa2b2d;
    font-weight: 500;
}