* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    outline: none;
    scroll-behavior: smooth;
}

* button:focus {
    outline: none;
    outline: none;
}

* a {
    color: unset;
}

* a:active,
* a:focus {
    text-decoration: none;
    color: inherit;
}

* a:hover {
    color: inherit;
    text-decoration: none;
}

* .form-control:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

@font-face {
    font-family: "pantonregular";
    src: url("../fonts/panton-regular-webfont.woff2") format("woff2"),
        url("../fonts/panton-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "panton_semibolditalic";
    src: url("../fonts/panton-semibolditalic-webfont.woff2") format("woff2"),
        url("../fonts/panton-semibolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pantonsemibold";
    src: url("../fonts/panton-semibold-webfont.woff2") format("woff2"),
        url("../fonts/panton-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "pantonregular", sans-serif;
    font-weight: 400;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p,
* figure {
    margin-bottom: 0;
}

* .owl-theme {
    position: relative;
    display: flex !important;
    align-items: center;
    height: 100%;
    width: 100%;
}

* .owl-theme .owl-dots,
* .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
}

* .owl-theme .owl-dots {
    bottom: 0;
}

#home .add-banner-car-1 .owl-theme .owl-dots {
    bottom: -35px;
}

* .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #000000;
    width: 13px;
    height: 13px;
}

* .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b1001c;
}

* .owl-theme .owl-dots .owl-dot.active span {
    background-color: #b1001c;
    border-color: #b1001c;
}

* .owl-theme .owl-nav .owl-next,
* .owl-theme .owl-nav .owl-prev {
    position: absolute;
    z-index: 5;
    color: #000;
    font-size: 32px;
    bottom: 0;
}

* .owl-theme .owl-nav .owl-next:hover,
* .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    color: #b1001c;
}

* .owl-theme .owl-nav .owl-next .arrow,
* .owl-theme .owl-nav .owl-prev .arrow {
    font-size: 30px;
    color: #b1001c;
}

* .owl-theme .owl-nav .owl-next {
    right: 0;
}

* .owl-theme .owl-nav .owl-prev {
    left: 0;
}

#home .add-modulo-2 .owl-theme .owl-nav .owl-next {
    margin-right: -15px;
}

#home .add-modulo-2 .owl-theme .owl-nav .owl-prev {
    margin-left: -15px;
}

* #menu-padrao .navbar-nav #menu-item-35 .nav-link,
.btn-tipo-1,
* .btn-tipo-2 {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 35px;
    border: 1px solid #b71227;
    transition: 0.3s;
}

* #menu-padrao .navbar-nav #menu-item-35 .nav-link:hover,
.btn-tipo-1:hover,
* .btn-tipo-2:hover {
    transition: 0.3s;
}

* .btn-tipo-1 {
    background-color: #b71227;
    color: #fff;
    border-color: #b71227;
}

* #menu-padrao .navbar-nav #menu-item-35 .nav-link {
    background-color: #b71227;
    color: #fff;
    border-color: #b71227;
}

* .btn-tipo-1:hover {
    color: #b71227;
    background-color: #fff;
}

* #menu-padrao .navbar-nav #menu-item-35 .nav-link:hover {
    color: #b71227;
    background-color: #fff;
}

* .btn-tipo-2 {
    background-color: #fff;
    color: #b71227;
    border-color: #fff;
}

* .btn-tipo-2:hover {
    color: #fff;
    background-color: #b71227;
}

.menu-padrao {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    box-shadow: 0px 3px 6px #00000029;
}

.menu-padrao .add {
    box-shadow: 0px 3px 6px #00000029;
    height: 2px;
}

.menu-padrao .navbar-brand {
    width: 255px;
    margin-right: 80px;
}

.menu-padrao .navbar-nav {
    align-items: center;
    justify-content: space-between;
}

.menu-padrao .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    padding-bottom: 24px;
    padding-top: 24px;
    font-family: "panton_semibolditalic", sans-serif;
    border-bottom: 5px solid transparent;
    transition: 0.3s;
}

.menu-padrao .navbar-nav .dropdown-menu .dropdown-item {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 16px;
    color: #666666;
}

.menu-padrao .navbar-nav .nav-item:hover {
    transition: 0.3s;
}

.menu-padrao .navbar-nav .nav-item:hover .nav-link {
    color: #b71227;
    border-bottom: 5px solid #b71227;
    height: 100%;
}

.menu-padrao .navbar-nav .btn-tipo-1,
#menu-padrao .navbar-nav #menu-item-35 .nav-link {
    width: 135px;
    color: #fff;
    text-transform: uppercase;
}

#menu-padrao .navbar-nav #menu-item-35 .nav-link:hover,
.menu-padrao .navbar-nav .btn-tipo-1:hover {
    color: #b71227;
}

.menu-padrao .navbar-nav .active .nav-link {
    color: #0093cb;
}

.menu-padrao .navbar-nav .busca .dropdown-menu {
    padding: 0;
}

.menu-padrao .navbar .icon-bar:first-of-type {
    margin-top: 0;
}

.menu-padrao .navbar .icon-bar {
    width: 30px;
    height: 4px;
    background-color: #242424;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
    border-radius: 0px;
}

.menu-padrao .navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #b71227;
}

.menu-padrao .navbar .navbar-toggler {
    border: none;
    background: transparent !important;
}

.menu-padrao .navbar .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.menu-padrao .navbar .navbar-toggler,
.menu-padrao .navbar .top-bar,
.menu-padrao .navbar .middle-bar,
.menu-padrao .navbar .bottom-bar {
    transition: 0.4s;
}

.menu-padrao .navbar .navbar-toggler .middle-bar {
    opacity: 0;
}

.menu-padrao .navbar .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.menu-padrao .navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.menu-padrao .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.menu-padrao .navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.menu-padrao .produto-on {
    height: 350px;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.menu-padrao .produto-off {
    height: 0;
    opacity: 0;
    top: -400px;
    position: absolute;
}

.menu-padrao #navproduto {
    border-top: 1px solid #00000029;
    background-color: #f5f5f5;
}

.menu-padrao #navproduto .box .titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 18px;
    color: #242424;
}

.menu-padrao .top-header {
    border-bottom: 2px solid #b71227;
    background-color: #f5f5f5;
}

.menu-padrao .top-header .contato {
    color: #242424;
    font-size: 16px;
    line-height: 35px;
    padding-right: 10px;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .menu-padrao .navbar-brand {
        width: 200px;
        margin-right: 0;
    }
    .menu-padrao .navbar-nav {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .menu-padrao .navbar-nav .nav-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.rodape {
    background-color: #242424;
}

.rodape .logo {
    width: 270px;
}

.rodape .logo-2 {
    width: 125px;
}

.rodape .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}

.rodape .titulo:hover {
    transition: 0.3s;
    color: #b71227;
}

.rodape .social {
    font-size: 18px;
    color: #fff;
}

.rodape .social a {
    margin-right: 5px;
    transition: 0.3s;
}

.rodape .social a:hover {
    transition: 0.3s;
    color: #b71227;
}

.rodape .contato {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
    transition: 0.3s;
}

.rodape .contato:hover {
    transition: 0.3s;
    color: #b71227;
}

.rodape .nohover:hover {
    color: #fff;
}

.rodape .dev {
    font-size: 12px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.51);
}

.rodape .jobs:hover {
    color: #fff;
}

.add-flutuante {
    width: 62px;
    height: 62px;
    bottom: 30px;
    right: 50px;
    z-index: 10;
}

#rc-anchor-alert {
    z-index: 15;
}

@media (max-width: 768px) {
    .add-flutuante {
        width: 75px;
        height: 75px;
        right: 0px;
        bottom: 90px;
    }
}

.add-banner-car-1 .owl-theme .item {
    /* height: 670px; */
    /*background-image : url("../img/1920x670.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .add-banner-car-1 .owl-theme .item {
        /*background-image: url("../img/375x300.png");*/
        max-height: 375px;
    }
    .add-banner-car-1 .owl-theme .item .mob img {
        /* max-height: 375px; */
    }
}

@media (max-width: 576px) {
    .add-banner-car-1 .owl-theme .item {
        max-height: unset;
    }
}

.add-banner-1 .owl-theme {
    justify-content: center;
}

@media (min-width: 1200px) {
    .add-banner-1 .owl-theme .owl-nav {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .add-banner-1 .owl-theme .owl-nav {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .add-banner-1 .owl-theme .owl-nav {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .add-banner-1 .owl-theme .owl-nav {
        max-width: 100%;
    }
}

.add-banner-1 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
    background-color: #b71227;
    width: 560px;
    position: absolute;
    bottom: -35px;
    border-radius: 5px 80px 5px 5px;
}

.add-banner-1 .titulo-2 {
    width: 990px;
    position: absolute;
    font-family: "pantonsemibold", sans-serif;
    font-size: 68px;
    line-height: 80px;
    color: #ffffff;
}

.add-banner-1 .breadcrumb {
    position: absolute;
    z-index: 5;
    background-color: transparent;
}

.add-banner-1 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #fff;
    font-size: 12px;
}

.add-banner-1 .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 12px;
}

@media (max-width: 992px) {
    .add-banner-1 .titulo {
        font-size: 20px;
        line-height: 35px;
        width: 345px;
        bottom: -20px;
        left: 0;
    }
    .add-banner-1 .breadcrumb .breadcrumb-item {
        font-size: 10px;
    }
    .add-banner-1 .titulo-2 {
        width: 350px;
        font-size: 35px;
        line-height: 44px;
    }
}

.add-modulo-1 {
    background-color: #f5f5f5;
}

.add-modulo-1 .titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 65px;
    color: #242424;
}

.add-modulo-1 .sub-titulo {
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid #b1001b;
    display: inline-flex;
    color: #b1001b;
}

.add-modulo-1 .sub-titulo:hover {
    font-weight: 700;
}

.add-modulo-1 .sub-titulo-2 {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: #464444;
}

.add-modulo-1 .owl-theme .owl-nav .owl-prev,
.add-modulo-1 .owl-theme .owl-nav .owl-next {
    bottom: -10px;
    width: 50px;
    height: 50px;
    border: 1px solid #b1001b;
    background-color: #b1001b;
}

.add-modulo-1 .owl-theme .owl-nav .owl-prev .arrow,
.add-modulo-1 .owl-theme .owl-nav .owl-next .arrow {
    color: #fff;
}

.add-modulo-1 .owl-theme .owl-nav .owl-prev:hover,
.add-modulo-1 .owl-theme .owl-nav .owl-next:hover {
    background-color: #fff;
}

.add-modulo-1 .owl-theme .owl-nav .owl-prev:hover .arrow,
.add-modulo-1 .owl-theme .owl-nav .owl-next:hover .arrow {
    color: #b1001b;
}

.add-modulo-1 .owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.add-modulo-1 .owl-theme .owl-nav .owl-next {
    right: -40px;
}

@media (max-width: 992px) {
    .add-modulo-1 .titulo {
        font-size: 25px;
        line-height: 35px;
    }
    .add-modulo-1 .owl-theme .owl-nav .owl-prev {
        left: -30px;
        bottom: 20px;
    }
    .add-modulo-1 .owl-theme .owl-nav .owl-next {
        right: -30px;
        bottom: 20px;
    }
}

.add-modulo-2 {
    background-color: #fefefe;
}

.add-modulo-2 .titulo {
    font-family: "pantonsemibold", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 65px;
}

.add-modulo-2 .sub-titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 24px;
    color: #0093cb;
    max-width: 80%;
}

.add-modulo-2 .conteudo p {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    padding: 20px;
}

.add-modulo-2 .logo {
    width: 50px;
    height: 50px;
    background-color: #0093cb;
    border-radius: 50%;
    padding: 12px;
}

.add-modulo-2 .owl-theme .owl-dots {
    bottom: -50px;
}

@media (max-width: 992px) {
    .add-modulo-2 .titulo {
        font-size: 25px;
        line-height: 35px;
    }
    .add-modulo-2 .sub-titulo {
        font-size: 20px;
    }
    .add-modulo-2 .owl-theme .owl-dots {
        bottom: -40px;
    }
}

.add-modulo-3 .bg {
    background-image: url("../img/add-modulo-3-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-modulo-3 .titulo {
    width: 300px;
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
}

.add-modulo-3 .conteudo {
    width: 420px;
}

.add-modulo-3 .conteudo p {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

@media (max-width: 1500px) {
    .add-modulo-3 .titulo {
        width: 500px;
    }
    .add-modulo-3 .conteudo {
        width: 600px;
    }
}

@media (max-width: 992px) {
    .add-modulo-3 .titulo {
        width: 100%;
        font-size: 23px;
        line-height: 35px;
        margin-left: 15px;
    }
    .add-modulo-3 .conteudo {
        width: 100%;
        padding-right: 30px;
        padding-left: 20px;
    }
    .add-modulo-3 .btn-tipo-1 {
        width: 130px;
    }
}

.add-modulo-4 .titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #242424;
}

.add-modulo-4 .sub-titulo {
    font-family: "pantonsemibold", sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    transform: rotate(270deg);
    bottom: 240px;
    left: -120px;
    width: 300px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .add-modulo-4 .sub-titulo {
        transform: none;
        left: 10px;
        bottom: 85%;
    }
}

.add-modulo-4 .conteudo {
    width: 250px;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    margin-left: 70px;
}

.add-modulo-4 .btn-tipo-1 {
    width: 220px;
    margin-left: 70px;
}

@media (max-width: 1440px) {
    .add-modulo-4 .conteudo {
        max-width: 300px;
        width: auto;
        font-size: 17px;
        line-height: 25px;
        color: #fff;
        margin-left: 60px;
        margin-right: 5px;
        margin-top: 100px;
    }
    .add-modulo-4 .btn-tipo-1 {
        width: 220px;
        margin: auto;
    }
}

@media (max-width: 992px) {
    .add-modulo-4 .conteudo {
        max-width: 300px;
        width: auto;
        font-size: 17px;
        line-height: 25px;
        color: #fff;
        margin-left: 60px;
        margin-right: 5px;
        margin-bottom: 100px;
    }
    .add-modulo-4 .btn-tipo-1 {
        width: 220px;
        margin: auto;
    }
}

.add-modulo-4 .blocos {
    list-style-type: none;
    transition: 0.4s;
}

.add-modulo-4 .blocos li:nth-of-type(odd) {
    top: 50px;
}

.add-modulo-4 .blocos .bg-hover {
    /*background-image: url("../img/480x600.png    ");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
}

.add-modulo-4 .blocos .box {
    overflow: hidden;
    height: 600px;
    transition: 0.4s;
}

@media (max-width: 600px) {
    .add-modulo-4 .blocos .box {
        overflow: hidden;
        height: auto;
        transition: 0.4s;
    }
}

.add-modulo-4 .blocos .box:hover {
    transition: 0.4s;
    position: relative;
    background-color: rgba(183, 18, 39, 0.8);
    z-index: 5;
}

.add-modulo-4 .blocos .box:focus {
    transition: 0.4s;
    position: relative;
    background-color: rgba(183, 18, 39, 0.8);
    z-index: 5;
    transition: 0.4s;
}

.add-modulo-4 .blocos .box:focus .hover {
    opacity: 1;
}

.add-modulo-4 .blocos .box:hover .hover {
    opacity: 1;
}

.add-modulo-4 .blocos .hover {
    transition: 0.4s;
    opacity: 0;
}

@media (max-width: 992px) {
    .add-modulo-4 .titulo {
        font-size: 25px;
        line-height: 35px;
    }
    .add-modulo-4 .blocos li:nth-of-type(odd) {
        top: 0px;
    }
    .add-modulo-4 .blocos .box:hover {
        transform: scale(1);
    }
}

.add-modulo-5 {
    background-color: #b71227;
}

.add-modulo-5 .titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
}

.add-modulo-5 .conteudo {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

.add-modulo-5 .sub-titulo {
    font-size: 15px;
    line-height: 18px;
    display: inline-flex;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
}

.add-modulo-5 .sub-titulo:hover {
    font-weight: 700;
}

.add-modulo-5 .sub-titulo-2 {
    font-family: "pantonregular", sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
}

.add-modulo-5 .btn-tipo-2 {
    width: 122px;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .add-modulo-5 .titulo {
        font-size: 25px;
        line-height: 35px;
    }
}

.add-modulo-6 {
    background-color: #f5f5f5;
}

.add-modulo-6 .titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #242424;
}

.add-modulo-6 .col-lg {
    min-width: 14%;
}

@media (max-width: 992px) {
    .add-modulo-6 .titulo {
        font-size: 25px;
        line-height: 35px;
    }
    .add-modulo-6 .col-lg {
        min-width: unset;
    }
}

.add-modulo-7 .titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #242424;
}

.add-modulo-7 .sub-titulo {
    font-size: 15px;
    line-height: 18px;
    display: table;
    border-bottom: 1px solid #b1001b;
    color: #b1001b;
}

.add-modulo-7 .sub-titulo:hover {
    font-weight: 700;
}

.add-modulo-7 .blog .btn-tipo-1 {
    width: 122px;
}

.add-modulo-7 .blog .sub-titulo-2 {
    color: #b1001c;
    font-size: 14px;
    line-height: 35px;
}

.add-modulo-7 .blog .sub-titulo-3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #242424;
    height: 60px;
}

.add-modulo-7 .blog .sub-titulo-4 {
    color: #666666;
    font-size: 17px;
    line-height: 25px;
    height: 65px;
}
.template-content .close {
    color: #fff;
    opacity: 0.9;
}
.template-content .modal-header {
    border: none;
}
.template-content .modal-body {
    margin: 0 auto;
}

.template-content .modal-body img {
    width: 100%;
}

.template-content .modal-content {
    background-color: transparent;
    border: none;
}

@media (max-width: 992px) {
    .add-modulo-7 .titulo {
        font-size: 25px;
        line-height: 35px;
    }
    .template-content .modal-body {
        margin: 0 auto;
        padding-right: 15px !important;
    }
    .template-content .modal-content img {
        width: 100%;
    }
}

.add-modulo-8 .linha {
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
    padding-bottom: 15px;
    padding-top: 15px;
}

.add-modulo-8 .linha:last-of-type {
    border-bottom: none;
}

.add-modulo-8 .titulo,
.add-modulo-8 .sub-titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
}

.add-modulo-8 .titulo {
    font-size: 17px;
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #0093cb;
}

.add-modulo-8 .titulo-sub {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.add-modulo-8 .sub-titulo {
    font-size: 17px;
    line-height: 25px;
    color: #0093cb;
}

.add-modulo-8 .conteudo {
    font-size: 17px;
    line-height: 30px;
    color: #666666;
}

.add-modulo-8 .titulo-cat {
    font-weight: 600;
    color: #0093cb;
}

.add-modulo-8 .coluna-cat {
    width: 300px;
}

.add-modulo-8 .btn-tipo-1 {
    width: 195px;
    color: #fff;
}

.add-modulo-8 .btn-tipo-1:hover {
    color: #b71227;
}

.add-modulo-8 .modal {
    transition: 0.4s;
}

.add-modulo-8 .modal-off {
    transition: 0.4s;
    display: none;
}

.add-modulo-8 .modal-on {
    transition: 0.4s;
    display: block;
}

.add-modulo-9 .titulo {
    font-family: "pantonregular", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #333333;
}

.add-modulo-9 .btn-tipo-1 {
    width: 130px;
    opacity: 0;
}

.add-modulo-9 .box {
    transition: 0.3s;
    border-radius: 8px;
}

.add-modulo-9 .box:hover {
    transition: 0.3s;
    border: 1px solid #bbbaba;
}

.add-modulo-9 .box:hover figure img {
    border-radius: 8px 8px 0 0;
}

.add-modulo-9 .box:hover .btn-tipo-1 {
    opacity: 1;
}

@media (max-width: 992px) {
    .add-modulo-9 .titulo {
        font-size: 13px;
    }
    .add-modulo-9 .box {
        border: 1px solid #bbbaba;
    }
    .add-modulo-9 .box figure img {
        border-radius: 8px 8px 0 0;
    }
    .add-modulo-9 .box .btn-tipo-1 {
        opacity: 1;
    }
}

.add-modulo-10 .sub-titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 30px;
    color: #0093cb;
    max-width: 80%;
}

.add-modulo-10 .conteudo p {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
}

.add-modulo-10 .logo {
    width: 50px;
    height: 50px;
    background-color: #0093cb;
    border-radius: 50%;
    padding: 12px;
}

@media (max-width: 992px) {
    .add-modulo-10 .sub-titulo {
        font-size: 20px;
    }
}

.add-modulo-11 .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #242424;
    padding-left: 0;
    color: #242424;
    background-image: url("../img/icone-busca.svg");
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 90px;
}

.add-modulo-11 .form-control::placeholder {
    color: #242424;
}

.add-modulo-11 .titulo {
    font-size: 20px;
    line-height: 24px;
    color: #242424;
}

.add-modulo-11 .sub-titulo {
    font-size: 16px;
    line-height: 19px;
    color: #b1001c;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.add-modulo-11 .sub-titulo:hover {
    font-weight: 700;
}

.add-modulo-11 .sub-titulo span {
    width: 30px;
    height: 1px;
    background-color: #242424;
    display: block;
    margin-right: 10px;
}

.add-modulo-11 .social a {
    color: #b1001c;
    font-size: 36px;
    margin-right: 10px;
    transition: 0.3s;
}

.add-modulo-11 .social a:hover {
    transition: 0.3s;
    color: #0093cb;
}

.add-modulo-12 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 35px;
    color: #3b4550;
    font-weight: 700;
}

.add-modulo-12 .sub-titulo {
    font-size: 14px;
    line-height: 17px;
    color: #b71227;
}

.add-modulo-12 .conteudo p {
    font-size: 17px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
    font-family: "pantonregular", sans-serif;
}

.add-modulo-12 .social {
    width: 20px;
}

.add-modulo-12 .social a {
    color: #0093cb;
    font-size: 18px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.add-modulo-12 .social a:hover {
    transition: 0.3s;
    color: #b1001c;
}

@media (max-width: 992px) {
    .add-modulo-12 .conteudo p {
        font-size: 16px;
        padding-left: 15px;
    }
}

.add-modulo-13 .textarea {
    height: 200px;
    resize: none;
}

.add-modulo-13 .form-control {
    margin-bottom: 20px;
    border-color: #bbbaba;
    border-radius: 8px;
    color: #242424;
}

.add-modulo-13 .btn-tipo-1 {
    width: 140px;
    height: 50px;
}

#sobre {
    background-color: #fefefe;
}

#sobre .sec01 .conteudo {
    font-size: 17px;
    line-height: 25px;
    color: #666666;
    padding: 20px;
}

#sobre .sec02 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

#sobre .sec02 .conteudo {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}

#sobre .sec02 .conteudo ul,
#sobre .sec02 .conteudo p {
    margin-bottom: 0.5rem;
}

@media (max-width: 1400px) {
    #sobre .sec02 .titulo {
        font-size: 30px;
        margin-bottom: 0.5rem;
        line-height: 32px;
    }
    #sobre .sec02 .conteudo {
        font-size: 15px;
    }
    #sobre .sec02 .conteudo ul,
    #sobre .sec02 .conteudo p {
        margin-bottom: 0.3rem;
    }
}

@media (max-width: 992px) {
    #sobre .sec02 .conteudo {
        font-size: 17px;
    }
}

#sobre .sec02 .bg {
    background-color: #0093cb;
}

#sobre .sec02 .box {
    width: 510px;
}

#sobre .add-modulo-5 {
    background-color: unset;
}

#sobre .add-modulo-5 .titulo {
    color: #242424;
}

#sobre .add-modulo-5 .conteudo {
    color: #666666;
}

#sobre .add-modulo-5 .sub-titulo {
    color: #b71227;
    border-color: #b71227;
}

#sobre .add-modulo-5 .sub-titulo-2 {
    color: #242424;
}

#sobre .add-modulo-5 .btn-tipo-1 {
    width: 122px;
}

@media (max-width: 992px) {
    #sobre .sec02 .titulo {
        font-size: 30px;
        line-height: 35px;
    }
    #sobre .sec02 .box {
        width: auto;
    }
}

#single {
    background-color: #fefefe;
}

#single .sec00 .breadcrumb {
    position: absolute;
    z-index: 5;
    padding-left: 0;
    background-color: transparent;
}

#single .sec00 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #242424;
    font-size: 12px;
}

#single .sec00 .breadcrumb .breadcrumb-item {
    color: #242424;
    font-size: 12px;
}

#single .sec00 .breadcrumb .active {
    color: #b1001b;
}

#single .sec01 .box-mini {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

#single .sec01 .box figure img {
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

#single .sec01 .titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 30px;
    line-height: 50px;
    color: #242424;
    height: 100px;
}

@media (max-width: 992px) {
    #single .sec01 .titulo {
        height: auto;
    }
}

#single .sec01 .sub-titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #242424;
}

#single .sec01 .descricao p {
    font-size: 17px;
    line-height: 30px;
    color: #666666;
}

#single .sec01 .btn-tipo-1 {
    width: 285px;
    height: 75px;
    border-radius: 38px;
}

#single .sec01 .descricao .campo-descricao {
    height: 350px;
    overflow: auto;
    padding-right: 10px;
}

#single .sec01 .descricao .campo-descricao ul {
    padding: revert;
}

/* @media(max-width:1200px) {
    #single .sec01 .descricao .campo-descricao {
        height: auto;
        overflow: auto;
        padding-right: 10px;
    }
} */

#single .sec01 .owl-theme .owl-nav .owl-prev span {
    font-size: 50px;
}

#single .sec01 .owl-theme .owl-nav .owl-next span {
    font-size: 50px;
}

#single .sec01 .owl-theme .owl-nav .owl-prev {
    bottom: -30px;
}

#single .sec01 .owl-theme .owl-nav .owl-next {
    bottom: -30px;
}

#single .sec02 {
    /* background-image: url("../img/single-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #0078a5;
}

#single .sec02 .titulo {
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
}

#single .sec02 .container .row .col-lg-8 p {
    font-size: 16px;
    line-height: 24px;
    /* color: #fff; */
    width: 75%;
}

#single .sec02 .btn-tipo-2 {
    width: 265px;
    height: 67px;
    border-radius: 35px;
}

#single .sec02 .container .row .col-lg-4 .row {
    max-height: 300px;
}

#single .sec04 .titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 35px;
    line-height: 50px;
    color: #242424;
}

#single .sec04 .tabela li {
    height: 45px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    font-family: "panton_semibolditalic", sans-serif;
}

#single .sec04 .tab-1 li {
    height: 45px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    font-family: "panton_semibolditalic", sans-serif;
}

#single .sec04 .tabela .test ul:nth-last-child(odd) {
    font-family: "pantonregular," sans-serif;
    background-color: #f5f5f5;
    color: #666666;
}

#single .sec04 .tab-1 li:nth-last-child(odd) {
    font-family: "pantonregular," sans-serif;
    background-color: #f5f5f5;
    color: #666666;
}

#single .sec04 .tabela .box-1 {
    color: #242424 !important;
}

#single .sec04 .tabela .box-1,
#single .sec04 .tabela .box-5 {
    max-width: 100%;
    white-space: normal;
    height: 80px;
    padding: 2px;
}

#single .sec04 .tabela .box-2,
#single .sec04 .tabela .box-4,
#single .sec04 .tabela .box-7 {
    max-width: 100%;
    white-space: normal;
    height: 80px;
    padding: 2px;
}

#single .sec04 .tabela .box-3,
#single .sec04 .tabela .box-9 {
    max-width: 100%;
    white-space: normal;
    height: 80px;
    padding: 2px;
}

#single .sec04 .tabela .box-6,
#single .sec04 .tabela .box-8 {
    max-width: 100%;
    white-space: normal;
    height: 80px;
    padding: 2px;
}

/*----------------------------- Tabela Nova --------------------------------*/

.tab-ima {
    max-width: 120px;
}

.wid {
    width: 72%;
}

.widt {
    width: 100%;
}

@media (max-width: 992px) {
    .wid {
        width: 100%;
    }
}

#single .sec04-new .titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 34px;
    line-height: 50px;
    color: #242424;
}

@media (max-width: 992px) {
    #single .sec04-new .menor .new-tabela .tabela {
        max-width: 150px;
    }
    #single .sec04-new .titulo {
        font-family: "panton_semibolditalic", sans-serif;
        font-size: 28px;
        line-height: 35px;
        color: #242424;
        width: 80%;
        margin: 0 auto;
    }
}

#single .sec04-new .menor .new-tabela li {
    height: 45px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
    white-space: normal;
    justify-content: space-between;
    padding: 10px;
    color: #333333;
    font-family: "panton_semibolditalic", sans-serif;
}

@media (max-width: 992px) {
    #single .sec04-new .menor .new-tabela li {
        height: 45px;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 10px;
        white-space: normal;
        justify-content: space-between;
        padding: 10px;
        color: #333333;
        font-family: "panton_semibolditalic", sans-serif;
    }
}

#single .sec04-new .menor .new-tabela .tabela .linha li {
    font-family: "pantonregular", sans-serif;
    color: #666666;
}

#single .sec04-new .menor .new-tabela .tabela div:nth-last-child(odd) {
    background-color: #f5f5f5;
}

#single .sec04-new .menor .new-tabela .tabela .im:nth-last-child(odd) {
    background-color: #ffff;
}

#single .sec04-new .menor .new-tabela .tabela .linha div:nth-last-child(odd) {
    background-color: transparent;
}

#single .sec04-new .menor .new-tabela .tabela .tit {
    font-weight: 600;
    color: #242424 !important;
}

#single .sec04-new .menor .new-tabela .tabela .item-titulo .imagem {
    width: auto;
    height: 80px;
}

#single .sec04-new .menor .new-tabela .tabela:first-child .linha-item {
    height: 45px;
}

#single .sec04-new .menor .new-tabela .tabela:first-child .linha-item.im {
    height: 100px;
}

#single .sec04-new .menor .new-tabela .tabela:first-child .linha-item.im .linha {
    margin-top: -20px;
    padding-top: 0px;
}

#single .sec04-new .menor .new-tabela .tabela:first-child .linha-item.it {
    height: auto;
    width: 750px;
}

#single .sec04-new .menor .new-tabela .tab {
    justify-content: center;
    display: grid;
}

@media (max-width: 992px) {
    #single .sec04-new .menor .new-tabela .tab {
        display: block;
        justify-content: center;
    }
    #single .sec02 .container .row .col-lg-8 p {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #single .sec04-new .menor .new-tabela .tab:first-child .linha-item.it {
        height: auto;
        width: 324px;
    }
    #single .sec04-new .menor .new-tabela .tab {
        display: grid;
        justify-content: center;
    }
}

#single .sec04-new .menor .new-tabela .tabela:first-child .linha-item .linha {
    height: 100%;
}

#single .sec04-new .menor .col,
#single .sec04-new .menor .col-1,
#single .sec04-new .menor .col-2,
#single .sec04-new .menor .col-3,
#single .sec04-new .menor .col-4,
#single .sec04-new .menor .col-5,
#single .sec04-new .menor .col-6,
#single .sec04-new .menor .col-7,
#single .sec04-new .menor .col-8,
#single .sec04-new .menor .col-9,
#single .sec04-new .menor .col-10,
#single .sec04-new .menor .col-11,
#single .sec04-new .menor .col-12,
#single .sec04-new .menor .col-auto,
#single .sec04-new .menor .col-lg,
#single .sec04-new .menor .col-lg-1,
#single .sec04-new .menor .col-lg-2,
#single .sec04-new .menor .col-lg-3,
#single .sec04-new .menor .col-lg-4,
#single .sec04-new .menor .col-lg-5,
#single .sec04-new .menor .col-lg-6,
#single .sec04-new .menor .col-lg-7,
#single .sec04-new .menor .col-lg-8,
#single .sec04-new .menor .col-lg-9,
#single .sec04-new .menor .col-lg-10,
#single .sec04-new .menor .col-lg-11,
#single .sec04-new .menor .col-lg-12,
#single .sec04-new .menor .col-lg-auto,
#single .sec04-new .menor .col-md,
#single .sec04-new .menor .col-md-1,
#single .sec04-new .menor .col-md-2,
#single .sec04-new .menor .col-md-3,
#single .sec04-new .menor .col-md-4,
#single .sec04-new .menor .col-md-5,
#single .sec04-new .menor .col-md-6,
#single .sec04-new .menor .col-md-7,
#single .sec04-new .menor .col-md-8,
#single .sec04-new .menor .col-md-9,
#single .sec04-new .menor .col-md-10,
#single .sec04-new .menor .col-md-11,
#single .sec04-new .menor .col-md-12,
#single .sec04-new .menor .col-md-auto,
#single .sec04-new .menor .col-sm,
#single .sec04-new .menor .col-sm-1,
#single .sec04-new .menor .col-sm-2,
#single .sec04-new .menor .col-sm-3,
#single .sec04-new .menor .col-sm-4,
#single .sec04-new .menor .col-sm-5,
#single .sec04-new .menor .col-sm-6,
#single .sec04-new .menor .col-sm-7,
#single .sec04-new .menor .col-sm-8,
#single .sec04-new .menor .col-sm-9,
#single .sec04-new .menor .col-sm-10,
#single .sec04-new .menor .col-sm-11,
#single .sec04-new .menor .col-sm-12,
#single .sec04-new .menor .col-sm-auto,
#single .sec04-new .menor .col-xl,
#single .sec04-new .menor .col-xl-1,
#single .sec04-new .menor .col-xl-10,
#single .sec04-new .menor .col-xl-11,
#single .sec04-new .menor .col-xl-12,
#single .sec04-new .menor .col-xl-2,
#single .sec04-new .menor .col-xl-3,
#single .sec04-new .menor .col-xl-4,
#single .sec04-new .menor .col-xl-5,
#single .sec04-new .menor .col-xl-6,
#single .sec04-new .menor .col-xl-7,
#single .sec04-new .menor .col-xl-8,
#single .sec04-new .menor .col-xl-9,
#single .sec04-new .menor .col-xl-auto {
    position: relative !important;
    width: 100% !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

#single .sec04-new .maior ul.new-tabela {
    max-height: 500px;
}

/* Tabela New Container-ta */

#single .sec04-new .maior .new-tabela .linha-titulo li {
    height: 75px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 15px;
    white-space: normal;
    justify-content: space-between;
    padding: 10px;
    color: #333333;
    font-family: "panton_semibolditalic", sans-serif;
}

#single .sec04-new .maior .new-tabela .linha-item li {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    white-space: normal;
    justify-content: space-between;
    padding: 10px;
    color: #333333;
    font-family: "panton_semibolditalic", sans-serif;
}

#single .sec04-new .maior .new-tabela .tabela div:nth-last-child(odd) {
    background-color: #f5f5f5;
}

#single .sec04-new .maior .new-tabela .tabela .im:nth-last-child(odd) {
    background-color: #ffff;
}

#single .sec04-new .maior .new-tabela .tabela .linha div:nth-last-child(odd) {
    background-color: transparent;
}

#single .sec04-new .maior .new-tabela .tabela .linha li {
    font-family: "pantonregular", sans-serif;
    color: #666666;
}

#single .sec04-new .maior .new-tabela .tabela .tit {
    font-weight: 600;
    color: #242424 !important;
}

#single .sec04-new .maior .new-tabela .tabela .item-titulo .imagem {
    max-width: 100%;
    height: auto;
    max-height: 50px;
}

#single .sec04-new .maior .col,
#single .sec04-new .maior .col-1,
#single .sec04-new .maior .col-2,
#single .sec04-new .maior .col-3,
#single .sec04-new .maior .col-4,
#single .sec04-new .maior .col-5,
#single .sec04-new .maior .col-6,
#single .sec04-new .maior .col-7,
#single .sec04-new .maior .col-8,
#single .sec04-new .maior .col-9,
#single .sec04-new .maior .col-10,
#single .sec04-new .maior .col-11,
#single .sec04-new .maior .col-12,
#single .sec04-new .maior .col-auto,
#single .sec04-new .maior .col-lg,
#single .sec04-new .maior .col-lg-1,
#single .sec04-new .maior .col-lg-2,
#single .sec04-new .maior .col-lg-3,
#single .sec04-new .maior .col-lg-4,
#single .sec04-new .maior .col-lg-5,
#single .sec04-new .maior .col-lg-6,
#single .sec04-new .maior .col-lg-7,
#single .sec04-new .maior .col-lg-8,
#single .sec04-new .maior .col-lg-9,
#single .sec04-new .maior .col-lg-10,
#single .sec04-new .maior .col-lg-11,
#single .sec04-new .maior .col-lg-12,
#single .sec04-new .maior .col-lg-auto,
#single .sec04-new .maior .col-md,
#single .sec04-new .maior .col-md-1,
#single .sec04-new .maior .col-md-2,
#single .sec04-new .maior .col-md-3,
#single .sec04-new .maior .col-md-4,
#single .sec04-new .maior .col-md-5,
#single .sec04-new .maior .col-md-6,
#single .sec04-new .maior .col-md-7,
#single .sec04-new .maior .col-md-8,
#single .sec04-new .maior .col-md-9,
#single .sec04-new .maior .col-md-10,
#single .sec04-new .maior .col-md-11,
#single .sec04-new .maior .col-md-12,
#single .sec04-new .maior .col-md-auto,
#single .sec04-new .maior .col-sm,
#single .sec04-new .maior .col-sm-1,
#single .sec04-new .maior .col-sm-2,
#single .sec04-new .maior .col-sm-3,
#single .sec04-new .maior .col-sm-4,
#single .sec04-new .maior .col-sm-5,
#single .sec04-new .maior .col-sm-6,
#single .sec04-new .maior .col-sm-7,
#single .sec04-new .maior .col-sm-8,
#single .sec04-new .maior .col-sm-9,
#single .sec04-new .maior .col-sm-10,
#single .sec04-new .maior .col-sm-11,
#single .sec04-new .maior .col-sm-12,
#single .sec04-new .maior .col-sm-auto,
#single .sec04-new .maior .col-xl,
#single .sec04-new .maior .col-xl-1,
#single .sec04-new .maior .col-xl-10,
#single .sec04-new .maior .col-xl-11,
#single .sec04-new .maior .col-xl-12,
#single .sec04-new .maior .col-xl-2,
#single .sec04-new .maior .col-xl-3,
#single .sec04-new .maior .col-xl-4,
#single .sec04-new .maior .col-xl-5,
#single .sec04-new .maior .col-xl-6,
#single .sec04-new .maior .col-xl-7,
#single .sec04-new .maior .col-xl-8,
#single .sec04-new .maior .col-xl-9,
#single .sec04-new .maior .col-xl-auto {
    position: relative !important;
    width: 100% !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

/*-------------- Box Titulo --------------*/

#single .sec04 .tabela .box-titulo-1 {
    color: #242424 !important;
}

#single .sec04 .tabela .box-titulo-1,
#single .sec04 .tabela .box-titulo-5 {
    max-width: 100%;
    white-space: normal;
    height: 240px;
    padding: 2px;
}

#single .sec04 .tabela .box-titulo-2,
#single .sec04 .tabela .box-titulo-4,
#single .sec04 .tabela .box-titulo-7 {
    max-width: 100%;
    white-space: normal;
    height: 240px;
    padding: 2px;
}

#single .sec04 .tabela .box-titulo-3,
#single .sec04 .tabela .box-titulo-9 {
    max-width: 100%;
    white-space: normal;
    height: 240px;
    padding: 2px;
}

#single .sec04 .tabela .box-titulo-6,
#single .sec04 .tabela .box-titulo-8 {
    max-width: 100%;
    white-space: normal;
    height: 240px;
    padding: 2px;
}

#single .sec04 .tabela li:first-child .box-titulo-1 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-2 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-3 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-4 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-5 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-6 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-7 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-8 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-titulo-9 {
    font-weight: 600;
}

/*  */

#single .sec04 .tabela li:first-child .box-1 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-2 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-3 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-4 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-5 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-6 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-7 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-8 {
    font-weight: 600;
}

#single .sec04 .tabela li:first-child .box-9 {
    font-weight: 600;
}

#single .add-modulo-1 {
    background-color: #f5f5f5;
}

#single #addorcamento .modal-dialog {
    margin: 40vh auto;
}

#single #addorcamento .modal-dialog .modal-content {
    border-radius: 8px;
    background-color: #fff;
}

#single #addorcamento .modal-dialog .modal-content .modal-header {
    border-bottom: none;
}

#single #addorcamento .modal-dialog .modal-content .modal-header figure {
    width: 80px;
    height: 80px;
}

#single #addorcamento .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 7px;
    top: 7px;
}

#single #addorcamento .modal-dialog .modal-content .modal-header .close span {
    color: #b1001b;
    border: 1px solid #242424;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}

#single #addorcamento .modal-dialog .modal-content .modal-body .titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #373a3c;
}

#single #addorcamento .modal-dialog .modal-content .modal-body .sub-titulo {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

@media (max-width: 992px) {
    #single .sec00 .breadcrumb {
        padding-left: 15px;
    }
    #single .sec01 .sub-titulo {
        font-size: 20px;
    }
    #single .sec01 .descricao {
        font-size: 14px;
    }
    #single .sec01 .btn-tipo-1 {
        width: 239px;
        height: 63px;
        font-size: 14px;
    }
    #single .sec01 .titulo {
        font-size: 25px;
        font-family: "pantonregular", sans-serif;
        font-weight: 700;
        line-height: 35px;
    }
    #single .sec02 .sub-titulo {
        font-size: 14px;
        width: 100%;
    }
    #single .sec02 .btn-tipo-2 {
        width: 177px;
        color: #242424;
        height: 47px;
        font-size: 10px;
    }
    #single .sec02 .btn-tipo-2:hover {
        color: #fff;
    }
    #single .sec02 ul {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }
    #single .sec02 span {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }
    #single .sec04 .titulo {
        font-size: 25px;
        line-height: 50px;
    }
    #single .sec04 .tabela .box-1,
    #single .sec04 .tabela .box-2,
    #single .sec04 .tabela .box-3,
    #single .sec04 .tabela .box-4,
    #single .sec04 .tabela .box-5,
    #single .sec04 .tabela .box-6,
    #single .sec04 .tabela .box-7,
    #single .sec04 .tabela .box-8,
    #single .sec04 .tabela .box-9 {
        margin-right: 30px;
    }
}

#solucao {
    background-color: #fefefe;
}

#solucao .add-banner-1 .titulo {
    width: 308px;
}

#solucao .sec01 .box {
    background-color: #f5f5f5;
    height: 410px;
}

#solucao .sec01 .conteudo {
    font-size: 17px;
    line-height: 25px;
    color: #666666;
    width: 75%;
}

@media (max-width: 992px) {
    #solucao .sec01 .conteudo {
        width: 100%;
        padding: 20px;
        font-size: 16px;
    }
}

#cases .add-banner-1 figure {
    filter: brightness(50%);
}

#cases .add-banner-1 .titulo {
    width: 240px;
}

#cases .sec01 figure {
    border-radius: 11px;
    border: 1px solid #e8e8e8;
}

#cases .sec01 figure img {
    border-radius: 11px;
}

#cases .sec01 .owl-theme .owl-nav span {
    font-size: 50px;
    font-weight: 600;
    color: #b71227;
}

#cases .sec01 .owl-theme .owl-nav .owl-prev {
    bottom: -20px;
    left: -30px;
}

#cases .sec01 .owl-theme .owl-nav .owl-next {
    bottom: -20px;
    right: -30px;
}

#cases .sec01 .conteudo p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #666666;
}

@media (max-width: 992px) {
    #cases .sec01 .conteudo p {
        font-size: 16px;
        line-height: 25px;
        padding: 10px;
    }
}

#blog .add-banner-1 .titulo {
    width: 340px;
}

#blog .add-banner-1 .single .breadcrumb-item + .breadcrumb-item::before {
    color: #242424;
}

#blog .add-banner-1 .single .breadcrumb-item {
    color: #242424;
}

#blog .add-banner-1 .single .active {
    color: #b71227;
}

#contato .add-banner-1 .titulo {
    width: 280px;
}

#contato .sec01 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 700;
}

#contato .sec01 .sub-titulo-2 {
    font-family: "pantonregular", sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #242424;
    font-weight: 400;
}

#contato .sec01 label,
#contato .sec02 label {
    color: #242424;
    font-family: "pantonregular", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#contato .sec01 .contato {
    font-family: "pantonregular", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

#contato .sec01 .sub-titulo {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

#contato .sec02 {
    background-image: url("../img/add-modulo-3-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contato .sec02 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

#contato .sec02 .sub-titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 25px;
    color: #fff;
}

#contato .sec02 .conteudo,
#contato .sec02 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

#contato .sec02 .add {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contato .sec02 .box {
    background-color: #f5f5f5;
    border-radius: 13px;
    transition: 0.3s;
    border: 2px solid #f5f5f5;
}

#contato .sec02 .box:hover {
    transition: 0.3s;
    border-color: #b71227;
}

#contato .sec02 .box .sub-titulo-2 {
    font-family: "pantonregular", sans-serif;
    font-size: 20px;
    color: #151518;
    font-weight: 800;
}

#contato .sec02 .box .conteudo,
#contato .sec02 .box p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
}

#contato .sec02 .formulario-2 {
    background-color: #fff;
    border-radius: 13px;
    border: 2px solid #fff;
}

#contato .sec02 .formulario-2:focus-within {
    border-color: #b71227;
}

#contato .sec02 .formulario-2 .btn-tipo-2 {
    border-color: #b71227;
    width: 160px;
    font-size: 12px;
    height: 50px;
    cursor: pointer;
    color: #b71227;
    font-weight: 400;
}

#contato .sec02 .formulario-2 .btn-tipo-2:hover {
    color: #fff;
}

#contato textarea {
    resize: none;
}

#politica .add-banner-1 .titulo {
    width: 500px;
}

#politica .sec01 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 700;
}

#politica .sec01 .sub-titulo-2 {
    font-family: "pantonregular", sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #242424;
    font-weight: 400;
}

#politica .sec01 label,
#politica .sec02 label {
    color: #242424;
    font-family: "pantonregular", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#politica .sec01 .contato {
    font-family: "pantonregular", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

#politica .text-politica > p {
    margin-bottom: 25px;
}

#404 .add-banner-1 .titulo {
    width: 500px;
}

#404 .sec01 .titulo {
    font-family: "pantonregular", sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 700;
}

#404 .sec01 .sub-titulo-2 {
    font-family: "pantonregular", sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #242424;
    font-weight: 400;
}

#404 .sec01 label,
#404 .sec02 label {
    color: #242424;
    font-family: "pantonregular", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#404 .sec01 .contato {
    font-family: "pantonregular", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

#404 .text-politica > p {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    #politica .sec01 .contato {
        padding-right: 90px;
    }

    #politica .add-banner-1 .titulo {
        width: 300px;
    }

    #404 .sec01 .contato {
        padding-right: 90px;
    }

    #404 .add-banner-1 .titulo {
        width: 300px;
    }
}

#orcamento {
    background-color: #fefefe;
}

#orcamento .add-banner-1 .titulo {
    width: 340px;
}

#orcamento .sec01 .titulo {
    font-family: sans-serif;
    font-size: 25px;
    color: #242424;
}

#orcamento .sec01 .conteudo,
#orcamento .sec01 p {
    font-size: 17px;
    line-height: 25px;
    color: #666666;
}

#orcamento .sec01 .sub-titulo-3 {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 20px;
    color: #666666;
}

#orcamento .sec01 .box {
    border: 1px solid #0093cb;
    border-radius: 15px;
    background-color: #ffffff;
}

#orcamento .sec01 .box figure {
    width: 80px;
    height: 80px;
}

#orcamento .sec01 .box figure img {
    border: 1px solid #bbbaba;
    border-radius: 7px;
}

#orcamento .sec01 .box .sub-titulo {
    font-size: 20px;
    line-height: 24px;
    color: #151518;
}

#orcamento .sec01 .box .sub-titulo-2 {
    font-size: 16px;
    color: #666666;
    width: 85%;
}

#orcamento .sec01 .box .close {
    position: absolute;
    color: #b71227;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

#orcamento .sec01 .box .add {
    border-bottom: 1px solid #0093cb;
    background-color: #fff;
    color: #0093cb;
    font-size: 14px;
    display: flex;
    width: auto;
    height: auto;
}

#orcamento .sec01 .box .add:hover {
    color: #0093cb;
    font-weight: 700;
}

#orcamento .sec01 .box .btn-tipo-2 {
    border-radius: 0;
}

#orcamento .sec01 .box .btn-tipo-2:hover {
    background-color: #fff;
    color: #b71227;
    font-weight: 700;
}

#orcamento .sec01 .formulario {
    background-color: #f5f5f5;
    border-radius: 13px;
    border: 1px solid #f5f5f5;
}

#orcamento .sec01 .formulario:focus-within {
    border: 1px solid #b71227;
}

@media (max-width: 992px) {
    #orcamento .sec01 .box .sub-titulo-2 {
        width: 100%;
    }
}

#sucesso .add-banner-1 .titulo {
    width: 530px;
}

#sucesso .sec01 .titulo {
    font-family: "panton_semibolditalic", sans-serif;
    font-size: 28px;
    color: #242424;
}

#sucesso .sec01 .conteudo,
#sucesso .sec01 p {
    font-size: 17px;
    line-height: 25px;
    color: #666666;
}

@media (max-width: 992px) {
    #sucesso .add-banner-1 .titulo {
        width: 350px;
    }
}

.wp_pagination {
    color: #242424;
    border-radius: 50px;
    border-color: #242424;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_pagination a {
    color: #242424;
    border-radius: 50px;
    border-color: #242424;
}

.wp_pagination .page-numbers {
    border: 1px solid #242424;
    margin-right: 5px;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_pagination .page-numbers:hover {
    background-color: #b1001b;
    color: #fff;
}

.wp_pagination .next:hover {
    color: #b1001b !important;
    background-color: transparent !important;
    border: transparent !important;
    margin-left: 20px !important;
}

.wp_pagination .prev:hover {
    color: #b1001b !important;
    background-color: transparent !important;
    border: transparent !important;
    margin-right: 20px !important;
}

.wp_pagination .prev {
    border: transparent !important;
    margin-right: 20px;
}

.wp_pagination .next {
    border: transparent !important;
    margin-left: 20px;
}

.wp_pagination a:hover {
    color: #242424;
    border-radius: 50px;
    border-color: #242424;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_pagination span {
    background-color: #b1001b;
    color: #fff !important;
    border-radius: 50px;
    margin-left: 15px;
    width: auto;
    height: auto;
}

.add-modulo-9 .pagination .page-item {
    margin-right: 5px;
    width: auto;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-modulo-9 .pagination .page-item .page-link {
    color: #242424;
    border-radius: 50px;
    border-color: #242424;
}

.add-modulo-9 .pagination .page-item .page-link:hover {
    background-color: #b1001b;
    color: #fff;
}

.add-modulo-9 .pagination .page-item:first-of-type {
    margin-right: 20px;
    width: auto;
    height: auto;
}

.add-modulo-9 .pagination .page-item:first-of-type .page-link {
    border-color: transparent;
    background-color: transparent;
}

.add-modulo-9 .pagination .page-item:first-of-type .page-link:hover {
    color: #b71227;
}

.add-modulo-9 .pagination .page-item:last-of-type {
    margin-left: 15px;
    width: auto;
    height: auto;
}

.add-modulo-9 .pagination .page-item:last-of-type .page-link {
    border-color: transparent;
    background-color: transparent;
}

.add-modulo-9 .pagination .page-item:last-of-type .page-link:hover {
    color: #b71227;
}

.add-modulo-9 .pagination .active .page-link {
    background-color: #b1001b;
    color: #fff;
}

.tabela .tit {
    white-space: inherit !important;
    text-align: center !important;
}

.tabela .imag {
    margin: auto !important;
    max-width: 40% !important;
}

#single .ta {
    max-width: 1500px;
}

#single .maior {
    max-width: 1500px;
}

#single #sec04 .col,
#single #sec04 .col-1,
#single #sec04 .col-10,
#single #sec04 .col-11,
#single #sec04 .col-12,
#single #sec04 .col-2,
#single #sec04 .col-3,
#single #sec04 .col-4,
#single #sec04 .col-5,
#single #sec04 .col-6,
#single #sec04 .col-7,
#single #sec04 .col-8,
#single #sec04 .col-9,
#single #sec04 .col-auto,
#single #sec04 .col-lg,
#single #sec04 .col-lg-1,
#single #sec04 .col-lg-10,
#single #sec04 .col-lg-11,
#single #sec04 .col-lg-12,
#single #sec04 .col-lg-2,
#single #sec04 .col-lg-3,
#single #sec04 .col-lg-4,
#single #sec04 .col-lg-5,
#single #sec04 .col-lg-6,
#single #sec04 .col-lg-7,
#single #sec04 .col-lg-8,
#single #sec04 .col-lg-9,
#single #sec04 .col-lg-auto,
#single #sec04 .col-md,
#single #sec04 .col-md-1,
#single #sec04 .col-md-10,
#single #sec04 .col-md-11,
#single #sec04 .col-md-12,
#single #sec04 .col-md-2,
#single #sec04 .col-md-3,
#single #sec04 .col-md-4,
#single #sec04 .col-md-5,
#single #sec04 .col-md-6,
#single #sec04 .col-md-7,
#single #sec04 .col-md-8,
#single #sec04 .col-md-9,
#single #sec04 .col-md-auto,
#single #sec04 .col-sm,
#single #sec04 .col-sm-1,
#single #sec04 .col-sm-10,
#single #sec04 .col-sm-11,
#single #sec04 .col-sm-12,
#single #sec04 .col-sm-2,
#single #sec04 .col-sm-3,
#single #sec04 .col-sm-4,
#single #sec04 .col-sm-5,
#single #sec04 .col-sm-6,
#single #sec04 .col-sm-7,
#single #sec04 .col-sm-8,
#single #sec04 .col-sm-9,
#single #sec04 .col-sm-auto,
#single #sec04 .col-xl,
#single #sec04 .col-xl-1,
#single #sec04 .col-xl-10,
#single #sec04 .col-xl-11,
#single #sec04 .col-xl-12,
#single #sec04 .col-xl-2,
#single #sec04 .col-xl-3,
#single #sec04 .col-xl-4,
#single #sec04 .col-xl-5,
#single #sec04 .col-xl-6,
#single #sec04 .col-xl-7,
#single #sec04 .col-xl-8,
#single #sec04 .col-xl-9,
#single #sec04 .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}

#produto .pagination .page-item .button:hover {
    color: #b71227;
    font-weight: 700;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .add-modulo-1 .owl-theme .owl-nav .owl-prev,
    .add-modulo-1 .owl-theme .owl-nav .owl-next {
        bottom: -10px;
        width: 40px;
        height: 40px;
        border: 1px solid #b1001b;
        background-color: #b1001b;
    }
    .add-modulo-1 .sub-titulo-2 {
        font-size: 16px;
        line-height: 20px;
    }
    .owl-carousel .owl-item img {
        width: 90%;
    }
    .add-modulo-1 .owl-theme .owl-nav .owl-next {
        right: -5px;
    }
}

.sec04-new .new-tabela .tabela.carac .linha-item li {
    height: 150px !important;
}

.sec04-new .new-tabela .tabela.carac .item-titulo .imagem {
    max-height: 80px !important;
}

@media (max-width: 992px) {
    .add-modulo-1 .owl-carousel .owl-stage-outer .item .box .img-car-2,
    .add-modulo-1 .owl-carousel .owl-stage-outer .item .box {
        width: 250px;
        margin-left: 15px;
    }
    .add-modulo-9 .pagination .page-item:last-of-type {
        margin-left: 10px;
        font-size: 10px;
        margin-right: 20px;
    }
    .add-modulo-9 .pagination .page-item:first-of-type {
        margin-left: 20px;
        margin-right: 10px;
        font-size: 10px;
    }
    .sec04-new .new-tabela .tabela.carac .linha-item li {
        height: 70px !important;
    }
}

#blog .add-modulo-12 a {
    color: #007bff;
}
#cookie-law-info-bar {
    width: 95%;
}

.modulo-14 .titulo {
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    color: #b71227;
}
@media (max-width: 992px) {
    .modulo-14 .titulo {
        line-height: 28px;
    }
}
.modulo-14 .titulo-2 {
    color: #b71227;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}
.modulo-14 .titulo-3 {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}
.modulo-14 .titulo-4 {
    color: #838383;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}
.modulo-14 .sub-1 {
    color: #b71227;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
}
.modulo-14 .sub-2 {
    color: #707070;
    font-size: 24px;
    line-height: 29px;
}
.modulo-14 .sub-3 {
    color: #b71227;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.modulo-14 .box-alert {
    background-color: #e6e6e6;
}
.modulo-14 .remap {
    height: 500px;
}
.modulo-14 .iconPonto.ativo {
    filter: invert(12%) sepia(89%) saturate(4275%) hue-rotate(344deg) brightness(90%) contrast(96%);
}
.modulo-14 .box-tecnico .sub01 {
    color: #b71227;
    font-weight: 700;
}
.modulo-14 .box-tecnico {
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    margin-left: 3rem;
    position: absolute;
    width: 0;
}
.modulo-14 .box-tecnico.ativo {
    width: 100%;
}
@media (max-width: 992px) {
    .modulo-14 .box-tecnico.ativo {
        width: 100%;
        position: relative;
    }
}
@keyframes modulo-14 {
    0% {
        margin-left: 3rem;
        opacity: 1;
    }
    30% {
        margin-left: 8rem;
        opacity: 0;
    }
    70% {
        margin-left: 8rem;
        opacity: 0;
    }
    100% {
        margin-left: 3rem;
    }
}
#assistencia-tecnica .add-banner-1 {
    height: 70px;
    box-shadow: 0px 3px 6px #00000029;
}
#assistencia-tecnica .add-banner-1 .breadcrumb .breadcrumb-item {
    color: #707070;
}
#assistencia-tecnica .add-banner-1 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #707070;
}
