/* Fontes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

h1,
h2,
h3,
h4,
h5,
p,
a {
    font-family: wf_segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
}

.page-post-title {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0px;
}

.page-post p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0px;
    letter-spacing: 0px;
}

.titulo-pag-comprar {
    font-size: 32px;
    margin: 29px 10px;
    font-weight: 700;
    margin-top: 2px;
    color: #00559d;
}

.posts-box a {
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}

#ultimos-posts .card {
    border: none;
}

#ultimos-posts .card-body {
    background: #00000000;
    border-radius: 10px;
    min-height: 300px;
    margin-bottom: 60px;
    padding: 40px;
}

#main form input.aform-zipcode,
#main form input.fax,
#main form input[type='tel'],
#main form input[type='url'] {
    width: 120% !important;
}

/* Início - CSS - Sobre */

#sobre ul li {
    padding: 0px;
    text-align: center;
    padding-bottom: 20px;
}

#sobre {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#sobre .imgtop {
    margin-bottom: 20px;
}

#sobre h1 {
    margin-left: 0;
    margin-right: 0;
}

#sobre ul {
    width: 100%;
    display: table;
}

#sobre ul li h2 {
    font-size: 16px;
    color: rgb(0, 85, 157);
    font-weight: normal;
    margin-top: 10px;
}

#sobre ul li a {
    text-decoration: none;
}

#sobre ul li a:hover {
    text-decoration: underline;
}

/*Menu*/

.bg-drop-menu {
    background: #00559d !important;
    margin-top: 20px !important;
    border: none !important;
    box-shadow: -1px 5px 28px -5px #00000040;
}

.bg-drop-menu a {
    margin: 7px 0px !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.name-produto {
    display: block;
    margin-top: -85px;
    text-align: right;
    margin-right: 92px;
    font-size: 17px;
    color: #00559d;
    width: 64%;
    font-weight: 700;
    margin-bottom: 75px;
    margin-left: 80px;
    line-height: 20px;
}

@media screen and (min-width: 741px) {
    #sobre ul li {
        display: inline-table;
        float: left;
        padding-right: 42px;
        padding-bottom: 20px;
        text-align: center;
    }

    #sobre ul li:nth-child(3) {
        padding-right: 0px;
    }
    #sobre ul li:nth-child(6) {
        padding-right: 0px;
    }
}

/*Início - CSS Produtos */

#topicPath nav {
    margin-top: 9px;
}

#pageTitle {
    padding: 20px;
    margin-bottom: 0px;
}

#produtos .produtos a {
    margin-bottom: -34px;
    display: block;
    margin-top: 30px !important;
    text-decoration: none;
}

#main h3 {
    font-size: 1.8rem;
    font-weight: normal;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #00559d;
    border-bottom: #c5c5c5 solid 1px;
    clear: both;
}

#main .productsCollection .box .ttl {
    color: #00559d;
    font-size: 1.8rem;
    line-height: 1.3;
    height: 25px;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 6px;
}

/* products #productsMenu -------- */
#productsPick {
    position: relative;
    float: left;
    width: 178px;
    height: auto;
    margin-top: -15px;
    z-index: 1;
}
#productsPick img {
    width: 100%;
    height: auto;
}
#productsMenu {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 90px;
    margin: -205px 0 88px;
    border-bottom: #d5d5d5 solid 1px;
}
#productsMenu ul {
    float: right;
}
#productsMenu ul li {
    position: relative;
    float: left;
    width: 63px;
    height: 48px;
    margin-left: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}

#productsMenu ul li a {
    display: block;
}
#productsMenu ul li a:hover {
    color: #00559d;
    text-decoration: underline;
}
#productsMenu ul li img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}
#productsMenu ul li a:hover img {
    opacity: 1;
}
#productsMenu ul li a.linkImg:hover:after {
    height: 52px;
    border-radius: 100%;
}
#productsCopy {
    position: relative;
    float: right;
    width: 720px;
    font-size: 18px;
    margin-top: -100px;
    z-index: 1;
    line-height: 26px;
}
#productsLink {
    position: relative;
    float: right;
    width: 720px;
    margin-top: -35px;
    z-index: 1;
}
#productsLink li {
    float: left;
}
#productsLink li a {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    text-decoration: none;
    display: block;
}
#productsLink li a:hover {
    text-decoration: underline;
}
#productsLink li a:visited {
    color: #7e318e !important;
}
#productsLink li a img {
    margin-left: 5px;
}
#productsLink li a::before {
    position: absolute;
    content: '';
    top: 9px;
    right: 10px;
    width: 6px;
    height: 7px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#productsLink li a {
    position: relative;
    padding-right: 20px;
    margin-right: 2px !important;
    text-decoration: none;
    display: block;
}

.bullet-numeros {
    background: #025294;
    color: #fff;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 7px;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #productsLink li a::before {
        /*IE11*/
        top: 7px;
    }
}

@media screen and (max-width: 740px) {
    #content {
        padding-top: 26px;
    }

    #content.fixed {
        margin-top: 0px;
    }

    /* #produtos {
        margin-top: 74px;
    } */

    #industryFeature .industryDesc .copy {
        font-size: 1.5rem !important;
    }

    /* products top
-------------------------------------------------- */
    #topicPath.products {
        position: inherit;
        overflow: hidden;
        width: 90%;
        height: auto;
        margin-bottom: 0;
        background-color: rgba(255, 255, 255, 1);
    }
    #topicPath.products nav {
        width: 100%;
        float: left;
        margin: auto;
        padding: 20px 0;
    }

    #pageTitle {
        display: block !important;
        padding: 0;
        margin-top: 56px;
        background-color: #ebebeb;
    }

    #topicPath {
        display: none;
    }
    #pageTitle.products {
        position: relative;
        overflow: visible;
        width: 100%;
        height: auto;
    }

    #pageTitle h1 {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 0 !important;
    }

    #products {
        float: left;
        margin-bottom: 90px;
    }
    #products li {
        float: left;
        width: 48%;
        margin: 0 0 15px 0;
    }
    #products li img {
        width: 100%;
    }
    #products li:nth-child(2n) {
        float: right;
    }
    #products li:nth-child(9),
    #products li:nth-child(10) {
        margin-bottom: 20px;
    }

    /* products #productsMenu -------- */
    #productsPick {
        width: 40%;
        margin: -15px 30% 0;
        z-index: auto;
    }

    #productsCopy {
        width: 100%;
        font-size: 1.8rem;
        margin: 10px 0 20px;
        z-index: auto;
    }
    #productsLink {
        width: 95%;
        margin: 0 auto;
    }
    #productsLink li {
        width: 50%;
        margin-left: 0;
    }
    #productsLink li:nth-child(2n) {
        margin-left: 0;
    }
    #productsLink li a {
        width: 100%;
        padding-right: 20px;
        margin-right: 3%;
        font-size: 1.2rem;
        display: inline;
    }
    #productsLink li a:hover {
        text-decoration: none;
    }
    #productsLink li a::before {
        top: 2px;
    }

    /* #productsSlider　------------------------------ */
    #productsSlider {
        margin: -20px 0 0;
    }
    #productsSlider .sliderInner {
        position: relative;
        left: 50%;
        width: 210%;
        margin: 0 0 0 -105%;
    }
    #productsSlider .sliderInner .slider li {
        width: 70%;
        height: auto;
    }
    #productsSlider .sliderInner .slider li.active span,
    #productsSlider .sliderInner .slider li.bx-clone.active span {
        top: 15%;
        width: 100%;
        font-size: 1.4rem;
        padding: 22px 15px 8px;
    }
    #productsSlider .sliderInner .slider li.active a.linkImg:hover:after {
        height: auto;
    }
    #productsSlider #productsFilterTop,
    #productsSlider #productsFilterBottom {
        position: absolute;
        width: 100%;
        margin: 0;
    }
    #productsSlider #productsFilterTop img,
    #productsSlider #productsFilterBottom img {
        width: 100%;
    }

    /* コントローラー */
    #productsSlider .sliderInner .bx-wrapper .bx-controls-direction {
        width: 36%;
        margin: 0 32%;
    }
    #productsSlider .sliderInner .bx-wrapper .bx-prev {
        left: -18px;
    }
    #productsSlider .sliderInner .bx-wrapper .bx-next {
        right: -18px;
    }
    #productsSlider .sliderInner .bx-wrapper .bx-prev:hover,
    #productsSlider .sliderInner .bx-wrapper .bx-next:hover {
        opacity: 1;
    }
    #productsSlider .sliderInner .bx-wrapper .bx-controls-direction {
        position: absolute;
        width: 34%;
        margin: -20% 33% 0;
    }
    #productsSlider .sliderInner .bx-wrapper .bx-controls-direction a {
        top: 44%;
        z-index: auto;
    }
    #main .productsCollection .box {
        float: left;
        width: 46%;
        margin: 0 8% 50px 0;
    }
    #main .productsCollection .box:nth-child(3n) {
        margin-right: 8%;
    }
    #main .productsCollection .box:nth-child(2n) {
        float: right;
        margin-right: 0;
    }
    #main .productsCollection .box .image {
        width: 100%;
    }
    #main .productsCollection .box .image img {
        width: 100%;
    }
    #main .productsCollection .box .ttl {
        height: 45px;
    }
    #main .productsCollection .box .comment {
        height: 110px;
    }

    #main .productsCollection .box ul li a {
        width: 100%;
    }
    #main .productsPicup {
        float: left;
        width: 100%;
        padding-top: 0;
        margin: 0 0 60px;
        border-top: none;
    }
    #main .productsPicup .picup {
        width: 30%;
        margin-right: 5%;
    }
    #main .productsPicup .picup:nth-child(3n) {
        margin-right: 0;
    }
    #main .productsPicup .picup .image {
        width: 100%;
        margin-bottom: 5px;
        background-color: transparent;
    }
    #main .productsPicup .picup .image img {
        width: 100%;
        border: #d9d9d9 solid 1px;
    }
    #main .productsPicup .picup .ttl {
        width: 100%;
    }
    #main .productsPicup .picup .comment {
        width: 100%;
    }
    #main .productsPicup .picup a:hover > .ttl,
    #main .productsPicup .picup a:hover > .comment {
        text-decoration: none;
    }
    #main .productsPicup .picup a:hover > .image img {
        opacity: 1;
    }
    #productsFeature {
        position: relative;
        overflow: visible;
        width: 100%;
        height: auto;
    }
    #productsFeature.dice,
    #productsFeature.gauge,
    #productsFeature.re_grind,
    #productsFeature.special {
        height: auto;
    }
    #productsFeature.special {
        padding-bottom: 20px;
    }
    #productsFeature .productCopy .specialFlow {
        width: 100%;
        margin: 0 0 20px;
    }
    #productsFeature #productsFeatureImg {
        position: relative;
        width: 100%;
        left: inherit;
        margin-left: 0;
        line-height: 0;
    }
    #productsFeature #productsFeatureImg img {
        width: 100%;
    }
    #productsFeature .productCopy {
        width: 100%;
        padding: 20px 5%;
        background-color: #e5eef5;
    }
    #productsFeature .productCopy .copy {
        font-size: 2rem;
    }
    #productsFeature .productCopy .copy.dice,
    #productsFeature .productCopy .copy.gauge,
    #productsFeature .productCopy .copy.re_grind,
    #productsFeature .productCopy .copy.special {
        width: 100%;
        margin: 0 0 20px;
    }
    #productsFeature .productCopy .lead.dice,
    #productsFeature .productCopy .lead.gauge,
    #productsFeature .productCopy .lead.re_grind,
    #productsFeature .productCopy .lead.special {
        width: 100%;
        margin: 0 0 20px;
    }
    #productsFeature .productCopy li a::before {
        top: 4px;
    }
    .productsMovie {
        width: 100%;
        margin: 0 auto 80px;
    }
    .productsMovie div {
        width: 80%;
        margin: 0 10%;
    }
    .productsMovie strong {
        top: 34%;
        left: 41%;
        width: 16%;
    }
    .productsMovie strong img {
        width: 100%;
    }
    .productsMovie a.linkImg:hover:after {
        content: none;
    }
    .productsMovie .ttl {
        width: 90%;
        margin: 0 5%;
        margin-bottom: 10px;
    }
    .productsMovie .lead {
        width: 90%;
        margin: 0 5%;
    }
    #main .gaugeLink .box {
        width: 100%;
        margin-bottom: 20px;
    }
    #main .gaugeLink .box:nth-child(2) {
        margin-bottom: 0;
    }
    #main .gaugeLink .box .ttl {
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #main .gaugeLink .box:nth-child(2) .ttl {
        padding-top: 0;
    }
    #main .gaugeLink .box .desc {
        height: auto;
        margin-bottom: 10px;
    }
    #main .gaugeLink .box .linkbtn .btnLink02 {
    }
    #main .gaugeLink .box .linkbtn .btnLink02:hover {
        text-decoration: none;
    }
    #main .productsTtl {
        text-align: center;
    }
    #main .productsLineup .box {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    #main .productsLineup .box:last-child {
        margin-bottom: 90px;
    }
    #main .productsLineup .box .item {
        float: left;
        width: 100%;
        border-right: none;
        border-bottom: #c3c3c3 solid 1px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #main .productsLineup .box:last-child .item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #main .productsLineup .box .item:nth-child(2n) {
        border-right: none;
        border-left: none;
        margin-left: 0;
    }
    #main .productsLineup .box .item .image {
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }
    #main .productsLineup .box .item.dice .image img {
        width: 30%;
    }
    #main .productsLineup .box .item.gauge .image img {
        width: 70%;
    }
    #main .productsLineup .box .item.special .image {
        margin-right: 0;
    }
    #main .productsLineup .box .item .name {
        text-align: center;
        margin: 0 0 5px 0;
    }
    #main .productsLineup .box .item:nth-child(2n) .name {
        margin: 0 0 5px 0;
    }
    #main .productsLineup .box .item.special:nth-child(2n) .name {
        margin: 0 0 5px 0;
    }
    #main .productsLineup .box .item .feature {
        margin: 0 0 5px 0;
    }
    #main .productsLineup .box .item:nth-child(2n) .feature {
        margin: 0 0 5px 0;
    }
    #main .productsLineup .box .item .fileLink.itemlink,
    #main .productsLineup .box .item .itemlink .btnLink03 {
        width: 100%;
        margin: 0 0 5px 0;
    }
    #main .productsLineup .box .item:nth-child(2n) .fileLink.itemlink,
    #main .productsLineup .box .item:nth-child(2n) .itemlink .btnLink03 {
        width: 100%;
        margin: 0 0 5px 0;
    }
    #main .productsLineup.special .box {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: #c3c3c3 solid 1px;
    }
    #main .productsLineup.special .box:last-child {
        margin-bottom: 90px;
        border-bottom: none;
    }
    #main .productsLineup.special .box .item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    #main .productsLineup.special .box .item:nth-child(2n) {
        border-right: none;
        border-left: #c3c3c3 solid 1px;
        margin-left: -1px;
    }
    #main .productsLineup.special .box .item .image {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 10%;
    }
    #main .productsLineup.special .box .item:nth-child(2n) .image {
        margin-left: 10%;
        margin-right: 0;
    }
    #main .productsLineup.special .box .item .name {
        font-size: 1.8rem;
        text-align: left;
        margin: 0 10% 5px 0;
    }
    #main .productsLineup.special .box .item:nth-child(2n) .name {
        margin: 0 0 5px 10%;
    }
    .re_grindFeature {
        margin-bottom: 60px;
    }
    .re_grindFeature .image {
        float: left;
        width: 80%;
        margin: 0 10%;
    }
    .re_grindFeature .re_grindTtl {
        width: 100%;
        margin-bottom: 10px;
    }
    .re_grindFeature .re_grindComment {
        width: 100%;
    }
    #main .re_grindDealing {
        float: left;
        width: 100%;
    }
    #main .re_grindDealing li {
        float: left;
        width: 48%;
        height: 55px;
        margin: 0 0 20px 0;
        background-size: 33%;
    }
    #main .re_grindDealing li a:hover {
        background-color: transparent;
    }
    #main .re_grindDealing li a:hover > span {
        text-decoration: none;
    }
    #main .re_grindDealing li:nth-child(2n) {
        float: right;
    }
    #main .re_grindDealing li span {
        font-size: 1.2rem;
        margin: 16px 0 0 34%;
        background-position: left center, 96% 46%;
    }
    #main .re_grindDealing li:nth-child(6) span {
        margin: 10px 0 0 34%;
    }
    #main .re_grindDealing li span img {
        margin: 0 5px -6px 0;
    }
    #main .re_grindOffices {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
        border: none;
    }
    #main .re_grindOffices div {
        float: left;
        width: 42%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    #main .re_grindOffices .re_grindOfficesTtl {
        float: left;
        width: 55%;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    #main .toolingItem .image {
        float: left;
        width: 80%;
        margin: 0 10% 20px;
    }
    #main .toolingItem .toolingCopy {
        width: 100%;
    }
    #main .toolingItem .toolingTtl {
        width: 100%;
    }
    #main .toolingItem .toolingTxt {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    #main .toolingItem .toolingLink {
        width: 100%;
    }

    #main .toolingItem .fileLink {
        width: 100%;
    }
    #main .toolingItem .fileLink li {
        float: left;
        width: 48%;
        margin-bottom: 0;
    }
    #main .indekisaburuItem .image {
        float: left;
        width: 80%;
        margin: 0 10% 20px;
    }
    #main .indekisaburuItem .image img {
        width: 100%;
        border: #c3c3c3 solid 1px;
    }
    #main .indekisaburuItem h3 {
        width: 100%;
    }
    #main .indekisaburuItem .indekisaburuTxt {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        overflow: visible;
    }
    #main .indekisaburuItem .fileLink {
        width: 100%;
    }
    #main .indekisaburuItem .fileLink li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    #main .indekisaburuItem .fileLink li a.blankLink:hover {
        background-color: #fff;
        text-decoration: none;
    }
    #productsPick.abrand {
        width: 48%;
        margin: -15px 26% 0;
    }
    #productsCopy.abrand {
        width: 100%;
        margin: 10px 0 20px;
    }
    #productsLink.abrand {
        width: 100%;
        margin: 0 0 30px;
    }
    #subNav.abrand {
        position: relative;
        margin-top: 0;
    }

    #productAnchor {
        display: none;
    }
    #main .productsName {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    #main .productsName p {
        width: 82%;
    }
    #main .productsName span {
        width: 15%;
        margin-top: 0;
    }
    #main .productsFree .left {
        width: 100%;
        margin-bottom: 10px;
    }
    #main .productsFree .right {
        width: 100%;
    }

    #main .productsCase .fileLink {
        width: 100%;
    }
    #main .productsCase .caseImg .procLeft,
    #main .productsCase .caseImg .procRight {
        width: 100%;
        float: inherit;
    }
    #main .productsCase .caseImg .procLeft img,
    #main .productsCase .caseImg .procRight img {
        width: 100%;
    }
    #main .productsCatalog .catalogList {
        width: 100%;
        margin-bottom: 30px;
    }
    #main .productsCatalog .catalogList:nth-child(2) {
        margin-bottom: 0;
    }
    #main .productsCatalog .catalogList .catalogPamphlet {
        width: 100%;
        margin: 0 0 20px;
    }
    #main .productsCatalog .catalogList .catalogPamphlet span {
        width: 70%;
        margin: 0 15% 8px;
    }
    #main .productsCatalog .catalogList .catalogPamphlet a strong {
        width: 70%;
        margin: 0 15%;
    }
    #main .productsCatalog .catalogList .catalogMovie {
        position: relative;
    }
    #main .productsCatalog .catalogList .catalogMovie a.linkImg:hover:after {
        content: none;
    }

    #main .productsCatalog .catalogList ul {
        width: 70%;
    }

    #main .productsWorkshop .workshopMovie {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    #main .productsWorkshop .workshopMovie img {
        width: 100%;
    }
    #main .productsWorkshop .workshopMovie strong {
        position: absolute;
        top: 33%;
        left: 42%;
    }
    #main .productsWorkshop .workshopMovie a.linkImg:hover:after {
        content: none;
    }
    #itemSlider {
        float: left;
        width: 100%;
    }
    #itemSlider .slider {
        width: 100%;
        max-width: 100%;
    }
    #itemSlider .bx-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #itemSlider #itemPager {
        width: 100%;
    }
    #itemSlider #itemPager > a {
        width: 18%;
        height: auto;
        margin: 0 2.5% 0 0;
    }
    #itemSlider #itemPager > a:last-child {
        margin: 0;
    }
    #itemSlider #itemPager > a img {
        width: 100%;
        height: auto;
    }
    #itemSlider #itemPager > a:hover {
        border: #e3e3d3 solid 1px;
    }
    #itemSlider #itemPager > a:hover img {
        margin: -1px;
    }
    #itemSlider #itemPager > a.active {
        border: 3px solid #00559d;
    }
    #itemSlider #itemPager > a.active img {
        margin: -1.6px -3px;
    }
}

#main .productsCollection .box .menor {
    height: 105px !important;
    font-size: 12.7px !important;
}

/* Início - CSS Produtos - Abrand */

#abrandLink {
    float: right;
    width: 720px;
    margin-bottom: 35px;
}
#abrandLink li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    line-height: 1;
    border-left: #d0d0d0 solid 1px;
}
#abrandLink li:last-child {
    border-right: #d0d0d0 solid 1px;
}
#abrandLink li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 14px;
    background: url(/assets/arrow_anchor.svg) no-repeat 50% bottom;
    background-size: 10px;
}
#abrandLink li a img {
    width: 30%;
    margin: 0 63px 5px;
}
#abrandLink li a.linkImg:hover:after {
    height: 53px;
    width: 30% !important;
    margin: 0 59px;
    border-radius: 100%;
}
#abrandLink li span {
    width: 100%;
    text-align: center;
    display: inline-block;
}
#abrandLink li a:hover span {
    text-decoration: underline;
}
.abrandFeature {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 345px;
    background-color: #fff;
    margin: 0 0 10px;
}
.abrandFeature .abrandFeatureImg {
    position: absolute;
    line-height: 1;
    width: 2300px;
    left: 50%;
    margin-left: -1150px;
}
.abrandFeature .abrandWarp {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.abrandFeature .abrandWarp .copy {
    float: right;
    color: #3e3a39;
    font-size: 1.6rem;
    width: 340px;
    margin: 249px 335px 0 0;
}
.abrandFeature .abrandWarp .copy.black {
    color: #333;
}
.abrandFeature#anchor03 .abrandWarp .copy {
    color: #3e3a39;
}

.abrandBtn {
    position: relative;
    float: right;
    line-height: 1;
    width: 122px;
    background: #fff url(https://osg.com.br/wp-content/uploads/2022/03/img_abrand_open.png) no-repeat 10px center;
    padding: 10px 15px 10px 36px;
    margin-top: -49px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}

.close {
    float: right;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .abrandBtn {
        /*IE11*/
        padding: 12px 15px 8px 36px;
    }
}

.abrandBtn span:first-child {
    display: block;
}
.abrandBtn span:last-child {
    display: none;
}
.abrandBtn.close {
    background-image: url(https://osg.com.br/wp-content/uploads/2022/03/img_abrand_close.png);
}
.abrandBtn.close span:first-child {
    display: none;
}
.abrandBtn.close span:last-child {
    display: block;
}
.abrandMain {
    display: block;
    float: right;
    width: 800px;
    margin: 0;
}

.abrandMain .box {
    float: left;
    width: 210px;
    margin: 0 45px 30px 0;
}
/* .abrandMain .box:nth-child(3n) {
    margin-right: 0;
} */
/* .abrandMain .box:nth-child(1),
.abrandMain .box:nth-child(2),
.abrandMain .box:nth-child(3) {
    margin-top: 20px;
} */
.abrandMain .box .image {
    width: 210px;
    margin-bottom: 10px;
    line-height: 0;
    background-color: #00559d;
}
.abrandMain .box .image img {
    width: 100%;
}
.abrandMain .box .ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    height: 23px;
    overflow: hidden;
    margin-bottom: 4px;
}
.abrandMain .box .comment {
    height: 45px;
    overflow: hidden;
    color: #333;
}
.abrandMain .box a {
    text-decoration: none;
}
.abrandMain .box a:hover {
    text-decoration: underline;
}
.abrandMain .box a:visited > .ttl {
    color: #7e318e;
}
.abrandMain .box a:hover > .image img {
    opacity: 0.6;
}
#main .productsPicup.abrand {
    margin-top: 70px;
}

#main .productsPicup {
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 90px;
    border-top: #b1b1b1 solid 1px;
}

@media screen and (max-width: 740px) {
    .warp {
        width: 90%;
        margin: 0 5%;
    }

    #abrandLink {
        display: none;
    }

    .abrandBtn {
        width: 70%;
        text-align: center;
        margin: 0 15% 40px;
        border: #dbdbdb solid 1px;
        background-position: 23% center;
        padding: 15px 0;
    }

    .abrandFeature {
        height: auto;
        margin: 0 0 15px;
        width: 100%;
        overflow: hidden;
        margin: 0 0 10px;
    }

    .abrandFeature .abrandFeatureImg {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0 0 10px 0;
    }

    .abrandFeature .abrandFeatureImg img {
        width: auto;
        height: 110px;
        margin-left: -150px;
    }

    .abrandFeature .abrandWarp {
        width: 90%;
        margin: 0 5%;
    }

    .abrandFeature .abrandWarp .copy {
        float: right;
        color: #333;
        width: 100%;
        margin: 0;
    }

    .abrandMain .box {
        float: left;
        width: 46%;
        margin: 0 10px 30px 0;
    }

    .abrandMain .box .image {
        width: auto;
    }

    .abrandMain {
        width: 100%;
        margin: 0;
    }
}

/* Início CSS - Produtos - Reafiação */

.tool-box {
    width: 200px;
    margin-left: 10px;
}

#ferramentasReafiadas h4 {
    width: 100% !important;
    padding: 5px !important;
    margin: 0 !important;
    text-align: center;
    background-color: rgb(0, 85, 157) !important;
    color: white !important;
    text-decoration: none;
    font-weight: normal;
}

#ferramentasReafiadas .caixa {
    border: 1px solid #c5c5c5;
    width: 100%;
    margin: 3px 3px;
    padding: 0px 40px;
    text-align: center;
    height: 130px;
    line-height: 130px;
}

#ferramentasReafiadas .caixa .item {
    line-height: normal !important;
    display: inline-table;
    width: 100%;
}

#ferramentasReafiadas .caixa .item img {
    margin-top: -15px;
    max-height: 70px;
}
#ferramentasReafiadas .caixaMaior .item img {
    margin-top: -15px;
    max-height: 123px !important;
}

#ferramentasReafiadas p {
    margin: 0 auto;
    color: #333 !important;
    line-height: normal !important;
    font-size: 9pt;
    margin: 5px;
}

#ferramentasReafiadas .caixaMaior {
    height: 199px;
    padding: 0px 115px;
    line-height: 175px;
}

#ferramentasReafiadas .caixaMaior p {
    line-height: normal !important;
}

/* Início CSS - Produtos - Gerenciamento */

.tbgerenciamento {
    width: 100%;
    height: auto;
}
.tbgerenciamento h4 {
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgb(0, 85, 157) !important;
    font-weight: bold !important;
    font-size: 2.2rem !important;
    line-height: 1 !important;
}

.tbgerenciamento .lftcol {
    background-color: #ebebeb;
}

.tbgerenciamento .rgtcol {
    border-right: 10px rgb(0, 85, 157) solid;
    background-color: #fbfbfb;
}

.tbgerenciamento ul li {
    list-style-type: disc !important;
    margin-left: 20px !important;
}

.icoblue {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(11, 135, 202);
}

.icogreen {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(90, 187, 97);
}

.icored {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(215, 55, 44);
}

.icogold {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(238, 179, 75);
}

/* Início CSS - Produtos - Revestimentos */

.img-techcoating {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.topoLink {
    height: 50px;
    line-height: 50px;
    float: right;
    vertical-align: middle;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.maisdetalhes {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: rgb(221, 241, 253);
    margin: 10px 0;
}

.maisdetalhes a {
    text-transform: uppercase;
    text-decoration: none;
}

#tbRevestimento td {
    padding: 5px;
    border: 1px solid #555;
    width: 20%;
}

.tbRevestimento_bgA {
    background-color: rgb(221, 241, 253);
}

.tbRevestimento_bgB {
    background-color: rgb(231, 231, 231);
}

/* Início CSS - Industrias - Automotiva */
#industryFeature.automobile .industryDesc .copy {
    margin-top: 90px;
    margin-bottom: 10px;
    width: 420px;
}

/* Início CSS - Industrias - Dental */
#industryFeature.dental .industryDesc .copy {
    float: right;
    width: 365px;
    margin-top: 133px;
}

#industryFeature.dental .industryDesc .lead {
    float: right;
    width: 365px;
}

#industryFeature.dental {
    height: 648px;
}

/* Início CSS - Downloads  */

#downloads #main ul {
    width: 100%;
}

#downloads #main ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    /* height: 100px;
    border: #c3c3c3 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

#downloads .catalogo {
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
}

#downloads .catalogo li {
    float: left;
    width: 195px;
    overflow: hidden;
}

#downloads .catalogo li .cover {
    max-height: 251px;
    height: auto;
    overflow: hidden;
}

#downloads .catalogo li img {
    border: 1px #ccc solid;
}

#downloads .catalogo li p {
    width: 100%;
    float: left;
    text-align: center;
}

.catalogo p.desc {
    margin: 5px 0px;
    width: 100% !important;
    float: none !important;
    overflow: hidden !important;
    height: 46px;
}

.menuCatalogo {
    float: inherit !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
}
.menuCatalogo li {
    float: left !important;
    margin: 0 5px 5px 0 !important;
}

.menuCatalogo li a {
    display: block;
    width: 152.5px;
    height: 40px;
    color: #333;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: #c3c3c3 solid 1px;
}

.menuCatalogo li a:focus {
    background: #e5eef5;
}

.menuCatalogo li a.current,
.menuCatalogo li a:hover {
    color: #00559d;
    background: #e5eef5;
}

.catalogoLista {
    display: table;
    width: 100%;
}

#main .movieList li em {
    position: absolute;
    width: 20%;
    height: auto;
    left: 40%;
    top: 40px;
}

#main .movieList li img {
    border: 0px !important;
}

#downloads .movieList li img {
    border: 0px !important;
}

#downloads .movieList li .cover {
    max-height: 251px;
    height: 108px;
    background-color: black;
    overflow: hidden;
}

.movieList p.desc {
    margin: 0px !important;
    width: 100% !important;
    float: none !important;
    overflow: hidden !important;
    height: 40px !important;
    background-color: rgb(0, 85, 157);
    color: white;
    vertical-align: middle;
    line-height: 40px;
}

.movieList p.desc span {
    line-height: 1;
    width: 100%;
    font-size: 12px;
}

#main .movieList li:nth-child(3n + 1) {
    clear: none !important;
}

#errata {
    width: 100px;
    background-color: rgb(0, 85, 157);
    display: inline-block;
    color: white;
    text-align: center;
    margin-top: 10px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

#errata a,
#errata a:visited,
#errata a:active {
    color: white !important;
}

@media screen and (max-width: 741px) {
    #downloads .catalogo li {
        float: left;
        width: 100%;
        margin-left: 0px !important;
        padding: 0 10px;
    }

    #downloads .catalogo li .cover {
        max-height: none;
        height: auto;
        overflow: hidden;
    }

    .menuCatalogo {
        float: inherit !important;
        width: 100% !important;
        margin-bottom: 30px !important;
        max-width: 100% !important;
        padding: 0 10px;
    }

    .menuCatalogo li {
        float: left !important;
        margin: 0 !important;
        padding: 5px;
        width: 50%;
    }

    .menuCatalogo li a {
        display: block;
        width: 100%;
        height: 50px;
        color: #333;
        padding: 13px 0;
        text-align: center;
        text-decoration: none;
        background-color: #fff;
        border: #c3c3c3 solid 1px;
    }
}

/* Início CSS - Suporte */
#suporte #main ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 121px;
}

#suporte #main h2 {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.6rem !important;
    border: 0;
}

#main form {
    border: 0px transparent none !important;
}

#main fieldset {
    border: 0px transparent none !important;
}

#main form select {
    padding: 0px !important;
}

/* Início CSS - Suporte - Onde Comprar */

#main .tabox {
    padding-bottom: 10px;
}

#main .tabox h3 {
    margin-bottom: 10px !important;
    size: 1.8rem !important;
    border: 0 !important;
    background-color: rgb(0, 85, 157);
    color: white;
    padding: 10px;
}

.ondecomprar-top-menu {
    display: table;
    width: 100%;
    direction: rtl;
    margin-bottom: 20px;
}

.ondecomprar-top-menu li {
    float: right;
    display: inline-block;
    width: auto;
    float: none;
    text-align: center;
    direction: rtl;
    max-width: unset !important;
    width: 14.28571428571429% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

ul.ondecomprar-top-menu.boxcentral li {
    max-width: unset !important;
    width: 20% !important;
}

.item09 {
    width: 9.4444% !important;
}

.item10 {
    width: 10% !important;
}
.item12 {
    width: 12.5% !important;
}
.item15 {
    width: 16.666% !important;
}
.item20 {
    width: 20% !important;
}
.item22 {
    width: 22% !important;
}
.item25 {
    width: 25% !important;
}

.ondecomprar-top-menu li:first-child {
    padding-left: 0;
}

.ondecomprar-top-menu li:last-child {
    padding-right: 0;
}

.ondecomprar-top-menu li a {
    width: 100%;
    text-align: center;
    border: 1px solid rgb(157, 157, 156);
    color: white;
    background-color: rgb(0, 85, 157);
    display: table;
    padding: 5px;
    text-decoration: none;
}

.ondecomprar-top-menu li a:hover {
    text-decoration: underline !important;
}

.distribuidor {
    text-align: center;
    padding: 10px 20px;
    float: left;
    width: 50%;
    min-height: 105px;
}

.distribuidor:nth-child(odd) {
    padding-left: 0px;
}

.distribuidor .item {
    background-color: white;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.distribuidor .item a {
    display: table;
    height: 104px;
    width: 100%;
    text-align: center;
}

.distribuidor .item a img {
    max-height: 104px;
}

.distribuidor h4 {
    background-color: transparent !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 5px !important;
}

.distribuidor p {
    font-size: 1.5rem !important;
}

@media screen and (max-width: 700px) {
    .ondecomprar-top-menu li {
        float: none;
        width: 100% !important;
        padding: 5px 0;
    }

    .distribuidor {
        width: 100%;
    }

    .distribuidor:nth-child(odd) {
        padding-left: 20px;
    }

    #main .tabox h3 {
        text-align: center;
    }

    #main .tabox h3 {
        font-size: 1.5rem !important;
    }
}

/* Início CSS - Globalnetworking */

#sobre-globalnetworking a {
    text-decoration: none !important;
}

#sobre-globalnetworking a:hover {
    text-decoration: underline !important;
}

#sobre-globalnetworking h4 {
    padding: 10px !important;
    margin-bottom: 0 !important;
}
.osg-local {
    margin-bottom: 30px;
}
.osg-local .item {
    width: 100%;
    display: table;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}

#main .anchorLink02 li a img {
    margin-left: 5px;
}

/* Início CSS - Suporte - Onde Comprar*/

#main .tabox {
    padding-bottom: 10px;
}

#main .tabox h3 {
    margin-bottom: 10px !important;
    size: 1.8rem !important;
    border: 0 !important;
    background-color: rgb(0, 85, 157);
    color: white;
    padding: 10px;
}

.ondecomprar-top-menu {
    display: table;
    width: 100%;
    direction: rtl;
    margin-bottom: 20px;
}

.ondecomprar-top-menu li {
    float: right;
    display: inline-block;
    width: auto;
    float: none;
    text-align: center;
    direction: rtl;
    max-width: unset !important;
    width: 14.28571428571429% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

ul.ondecomprar-top-menu.boxcentral li {
    max-width: unset !important;
    width: 20% !important;
}

.item09 {
    width: 9.4444% !important;
}

.item10 {
    width: 10% !important;
}
.item12 {
    width: 12.5% !important;
}
.item15 {
    width: 16.666% !important;
}
.item20 {
    width: 20% !important;
}
.item22 {
    width: 22% !important;
}
.item25 {
    width: 25% !important;
}

.ondecomprar-top-menu li:first-child {
    padding-left: 0;
}

.ondecomprar-top-menu li:last-child {
    padding-right: 0;
}

.ondecomprar-top-menu li a {
    width: 100%;
    text-align: center;
    border: 1px solid rgb(157, 157, 156);
    color: white;
    background-color: rgb(0, 85, 157);
    display: table;
    padding: 5px;
    text-decoration: none;
}

.ondecomprar-top-menu li a:hover {
    text-decoration: underline !important;
}

.distribuidor {
    text-align: center;
    padding: 10px 20px;
    float: left;
    width: 50%;
    min-height: 105px;
}

.distribuidor:nth-child(odd) {
    padding-left: 0px;
}

.distribuidor .item {
    background-color: white;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.distribuidor .item a {
    display: table;
    height: 104px;
    width: 100%;
    text-align: center;
}

.distribuidor .item a img {
    max-height: 104px;
}

.distribuidor h4 {
    background-color: transparent !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 5px !important;
}

.distribuidor p {
    font-size: 1.5rem !important;
}

@media screen and (max-width: 700px) {
    .ondecomprar-top-menu li {
        float: none;
        width: 100% !important;
        padding: 5px 0;
    }

    .distribuidor {
        width: 100%;
    }

    .distribuidor:nth-child(odd) {
        padding-left: 20px;
    }

    #main .tabox h3 {
        text-align: center;
    }

    #main .tabox h3 {
        font-size: 1.5rem !important;
    }
}

#main {
    width: 76% !important;
}

.bg-dark-blue {
    background: #00559d;
}

.bg-dark-blue span {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-dark-blue {
    color: #fff !important;
    padding: 10px !important;
    display: block !important;
    margin: 17px 0px !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: ease 0.2s !important;
    background: #00559d;
}

.btn-dark-blue:hover {
    color: #fff !important;
    padding: 10px;
    display: block;
    margin: 17px 0px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: ease 0.2s;
    background: #1c80d5;
}

.font-dark-blue {
    color: #00559d;
    font-weight: 600;
    font-size: 30px;
    margin-top: 10px;
}

.font-dark-blue-2 {
    color: #00559d;
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

#destaques p {
    text-align: center;
    line-height: 18px;
    font-size: 13px;
}

.box-card {
    border: none !important;
    padding: 0px;
    border-radius: 9px !important;
}

.box-card-destaque {
    border: none !important;
    box-shadow: 0px 0px 10px 10px #00000005 !important;
    border-radius: 11px !important;
    padding: 20px !important;
}

body {
    background-color: #fff;
    margin-top: 20px;
}

.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative;
}

.main-timeline .timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px;
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px;
}

.main-timeline .timeline:hover .icon:before {
    left: 3px;
}

.main-timeline .timeline:hover .icon:after {
    left: -3px;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative;
}

.main-timeline .date-content:before {
    content: '';
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: '';
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #00559d;
    left: -6px;
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px;
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0;
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700;
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #00559d;
    line-height: 36px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}

.main-timeline .title {
    font-size: 19px;
    color: #00559d;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.main-timeline .description {
    margin-bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px;
    }
    .main-timeline .date-content:before {
        width: 22.5%;
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title {
        font-size: 17px;
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline {
        margin-bottom: 20px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }
    .main-timeline .icon {
        margin: auto 0;
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
    }
    .main-timeline .date-content:before {
        display: none;
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date {
        top: 30%;
    }
    .main-timeline .year {
        font-size: 24px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title {
        margin-bottom: 10px;
    }
}

#showroom h2 {
    letter-spacing: -2px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.title-products {
    letter-spacing: 0px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 38px;
    color: #00559d;
    text-align: left;
    font-family: wf_segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

.txt-produtos-web {
    font-size: 18px;
    text-align: center;
    line-height: 21px;
    letter-spacing: 0px;
    margin-bottom: 60px;
}

.bg-text-web-box {
    background: #fff !important;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
}

#showroom .box-card {
    border: none !important;
    box-shadow: -6px -1px 21px 3px #00000000 !important;
    padding: 0px;
    border-radius: 9px !important;
}

.bg-text-web-box-2 {
    background: #fff !important;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
}

.date-post {
    background: #f6f6f6;
    padding: 4px;
    margin-bottom: -12px;
    display: block;
    font-weight: 600;
    color: #363636bd;
    width: 190px;
    text-align: center;
}

.selo {
    background: #00559d;
    padding: 1px;
    display: block;
    width: 92px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.link-box {
    text-decoration: none;
    transition: ease 0.4s;
}

.link-box:hover {
    text-decoration: none;
    display: block;
    margin-top: -4px;
    transition: ease 0.4s;
}

.title-banner {
    text-align: left;
    font-size: 3.2em;
    font-weight: bold;
    display: block;
    margin-top: -244px;
    margin-bottom: 260px;
    line-height: 43px;
}

.subtitle-banner {
    text-align: left;
    display: block;
    margin-top: -243px;
    font-size: 19px;
    line-height: 25px;
}

.btn-slide {
    color: #fff;
    float: left;
    text-decoration: none;
    background: #043158;
    padding: 10px;
    display: block;
    width: 230px;
    font-size: 19px;
    margin-top: 20px;
    border-radius: 5px;
    transition: ease 0.2s;
}

.btn-slide:hover {
    color: #fff;
    float: left;
    text-decoration: none;
    background: #043158;
    padding: 10px;
    display: block;
    width: 230px;
    font-size: 19px;
    letter-spacing: 2px;
    margin-top: 20px;
    border-radius: 5px;
    transition: ease 0.2s;
}

header ul {
    float: right !important;
    margin-bottom: 5px !important;
    margin-top: 11px !important;
}

#pagetop {
    display: none !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    color: #00559d !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #00559d !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    border-radius: 5px 5px 0px 0px !important;
}

.page-posts .card-especialidades {
    background: #f6f6f6;
    margin: 5px;
    padding: 15px;
    border-radius: 10px;
    min-height: 585px !important;
    margin: 12px -7px;
}

.page-posts .card-especidadades p {
    display: none !important;
}

.img-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.img-thumb a {
    text-decoration: none;
}

.font-accordion-pergunta {
    font-size: 20px !important;
    padding: 20px !important;
    color: #00559d !important;
    font-weight: 700 !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ebebeb !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.box-single img {
    display: block !important;
    width: 100% !important;
    height: auto;
    border-radius: 3px !important;
}

.box-single-home {
    min-height: 400px !important;
}

.box-single-home img {
    display: block !important;
    width: 100% !important;
    height: auto;
    border-radius: 3px !important;
}

#productsMenu ul li img {
    width: 80%;
    height: auto;
    opacity: 1;
}

#main .productsCollection .box {
    float: left;
    width: 206px !important;
    margin: 0 0 0 22px !important;
}

.btn-mais-posts {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #00559d;
    width: 210px;
    margin-top: -60px;
    color: #fff;
    margin-bottom: 60px;
    padding: 16px;
    text-decoration: none;
    border-radius: 3px;
}

.btn-mais-posts:hover {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #1c80d4;
    width: 210px;
    margin-top: -60px;
    color: #fff;
    margin-bottom: 60px;
    padding: 16px;
    text-decoration: none;
    border-radius: 3px;
}

.subtitulo,
.titulo {
    margin: 0 15px !important;
    letter-spacing: 0px !important;
    font-weight: 100 !important;
    color: #00559d !important;
    text-transform: uppercase !important;
    margin-bottom: 32px !important;
}

.box-fixadores {
    min-height: 420px;
}

.wide-reafiacao {
    flex: 0 0 50%;
    max-width: 49% !important;
}

.title-prod-reafiacao {
    background: #00559d;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: 3px;
}

@media screen and (max-width: 740px) {
    .img-selo-qualidade,
    .imagem-meio-ambiente {
        max-width: fit-content !important;
    }

    .suporte-ao-cliente-icons li,
    .list-download-icons li {
        margin: 0 !important;
    }
    .suporte-ao-cliente-icons,
    .list-download-icons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        grid-auto-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: max-content;
        column-gap: 10px;
        row-gap: 10px;
    }

    #main .movieList {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #main .movieList li {
        width: 100% !important;
    }

    .menuCatalogo li a {
        font-size: 1.1rem;
        word-break: normal !important;
    }

    #industrias p {
        word-break: normal;
    }

    #industryFeature.automobile .industryDesc .copy {
        width: 90% !important;
    }

    #auto #industryCatalog {
        margin-top: -156px !important;
    }

    #industryFeature.automobile,
    #industryFeature.mold,
    #industryFeature.aerospace,
    #industryFeature.energy,
    #industryFeature.heavy {
        height: 60% !important;
    }

    .name-produto {
        margin-top: -95px !important;
        width: 77% !important;
        font-size: 1.4rem;
    }

    .abrand-product-link {
        display: none;
    }

    #productsCopy.abrand {
        width: 100% !important;
    }

    #productsPick.abrand {
        width: 48% !important;
    }

    .abrandFeature .abrandFeatureImg img {
        margin-left: -200px !important;
    }

    #main .productsCatalog .catalogList:nth-child(2) {
        float: none !important;
    }

    /* .productsName {
        display: none;
    } */

    #main .productsName p {
        width: 100% !important;
    }
}

#Utilitários #main form input[type='text'] {
    width: 100% !important;
}

.position-text-dominio {
    height: 115px;
    display: flex;
    align-items: center;
    padding-left: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.position-text-dominio-segmentos {
    height: 115px;
    display: flex;
    align-items: center;
    padding-left: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.wpcf7-form-control-wrap select {
    width: 290px !important;
    padding: 4px !important;
}

.accordion-button:not(.collapsed) {
    color: #00559d;
    background-color: #ebebeb !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 600;
    font-size: 18px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #00559d;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    font-size: 18px;
    font-weight: 700;
}

#pageTitle h1 {
    color: #00559d;
    font-size: 2.4rem;
    font-weight: 400;
    width: 440px;
    text-transform: uppercase;
}

#industryContact .btn01 a {
    float: left;
    color: #fff !important;
    text-decoration: none;
    padding: 17px 50px 15px 40px;
    background-color: #00559d;
    background-image: url(https://osg.com.br/wp-content/uploads/2022/03/ico_point.png), url(https://osg.com.br/wp-content/uploads/2022/03/arrow_white.png) !important;
    background-size: 14px, 6px !important;
}

#main .btnLink02,
#main .btnLink02:visited {
    text-decoration: none;
    background: url(https://osg.com.br/wp-content/uploads/2022/03/arrow_white.png) 94% center no-repeat #00559d;
    background-size: 8px;
}

#industryContact .btn02 a {
    float: right;
    text-decoration: none;
    padding: 16px 30px 14px 52px;
    border: 1px solid #b2cce3;
    background-color: #fff;
    background-image: url(https://osg.com.br/wp-content/uploads/2022/03/tel.png), url(https://osg.com.br/wp-content/uploads/2022/03/arrow_link.png) !important;
    background-size: 18px, 6px !important;
}

#main .fileLink a.pdfLink {
    background-image: url(https://osg.com.br/wp-content/uploads/2022/03/ico_pdf.png), url(https://osg.com.br/wp-content/uploads/2022/03/arrow_link.png) !important;
    background-size: 23px, 8px;
}

.btn-select-video {
    width: 171px !important;
}

/** Table Meio Ambiente **/

.bullets ol li {
    list-style-type: decimal !important;
    margin-left: 20px !important;
    padding-left: 20px;
}
.rodape-meioambiente {
    text-align: right;
    margin-top: 30px;
    width: 100%;
    display: table;
}
#sobre-meioambiente h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 0;
}
#tb_ambiental {
    width: 100%;
    font-size: smaller;
}
#tb_ambiental span {
    color: red;
}
#tb_ambiental td {
    padding: 5px;
    border: 1px solid #00559d;
}
#tb_ambiental thead td {
    background-color: #00559d;
    color: #fff;
    text-transform: uppercase;
}
#tb_ambiental .tb_item {
    width: 50%;
}
#tb_ambiental .tb_unidade {
    widows: 10.33%;
    text-align: center;
}
#tb_ambiental .tb_ano {
    widows: 13.33%;
    text-align: center;
}
@media screen and (max-width: 700px) {
    .img-selo_sgs {
        max-width: 100px !important;
        display: table;
        float: right;
    }
}

#industryCatalog .itemBox .itemName {
    position: relative;
    width: 489px;
    padding-right: 80px;
    margin-bottom: 20px;
    color: #00559d;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    background: url('https://osg.com.br/wp-content/uploads/2022/03/img_industry_pro_left.png') right center no-repeat !important;
}

#industryCatalog .itemBox:nth-child(2n) .itemName,
#industryCatalog.reverse .itemBox .itemName {
    padding: 0 0 0 80px;
    margin-left: -8px;
    background: url('https://osg.com.br/wp-content/uploads/2022/03/img_industry_pro_right.png') left center no-repeat !important;
}

.min-height-box {
    min-height: 485px;
}

.sidebar-mobile {
    display: none;
}

@media screen and (max-width: 740px) {
    #main {
        width: 100% !important;
    }

    .sidebar-desktop {
        display: none !important;
    }
    .sidebar-mobile {
        display: block;
    }
}

#industryFoot a p {
    color: #00559d !important;
    font-weight: 600;
}

a.linkImg:hover:after {
    background: rgba(0, 85, 157, 0.5);
    top: 0;
    /* width: 100%!important; */
}
a.linkImg:hover:after,
footer #sitemap dl li a::before {
    position: absolute;
    content: '';
    left: 0px !important;
}

#main form input[type='text'],
#main form input[type='email'] {
    width: 120% !important;
}

/** Sidebar Mobile **/

#figure span {
    background: #0190ee;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    display: none;
    bottom: 40%;
    width: 43px;
    height: 43px;
    z-index: 999;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px !important;
}

a.linkImg:hover:after,
footer #sitemap dl li a::before {
    position: absolute;
    content: '';
    left: 0;
}

a.linkImg:hover:after {
    background: rgba(0, 85, 157, 0.5);
    /* top: 121px!important; */
    width: 100%;
}

#main .productsWorkshop .workshopMovie a.linkImg:hover:after {
    height: 73% !important;
    width: 160px;
}

#main .productsCollection .box .ttl {
    color: #00559d;
    font-size: 1.8rem;
    line-height: 1.3;
    height: 50px !important;
    overflow: hidden;
    margin-bottom: 6px;
}

#Revestimentos #main .productsCollection .box .ttl {
    color: #a62420;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
    height: 21px;
    overflow: hidden;
    margin-bottom: 6px;
}

#Revestimentos #main .productsCollection .box ul .link01 a {
    background-color: #e3e3e3;
    margin-bottom: 8px;
}

#Revestimentos #main .productsCollection .box ul li a {
    font-size: 1.2rem;
    width: 210px;
    padding: 11px 0 12px 5%;
    line-height: 1;
    text-decoration: none;
    display: block;
    background: url(/assets/arrow_link.svg) 96% center no-repeat;
    background-size: 8px;
    color: #a62420 !important;
    font-weight: 600;
}

#Revestimentos h3 {
    color: #a62420 !important;
}

#productsMenu ul li a.linkImg:hover:after {
    height: 0px;
    border-radius: 100%;
}

#productsMenu .linkImg {
    transition: ease 0.2s;
}

#productsMenu .linkImg:hover {
    border: 2px solid !important;
    border-radius: 172px !important;
    padding: 6px 2px 2px 2px;
    transition: ease 0.1s;
    height: 60px;
}

#identification-informations {
    display: none;
}

#main .productsWorkshop .workshopMovie strong {
    position: absolute;
    top: 56.5% !important;
    left: 44.5%;
}

.brand .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0.25rem;
}

.brand hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.brand .btn-primary {
    color: #fff !important;
    background-color: #01559d !important;
    border-color: #01559d !important;
    width: 87px !important;
    height: 35px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding-top: 6px !important;
}

.brand .btn-primary:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    width: 87px !important;
    height: 35px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding-top: 6px !important;
}

.brand .img-1 {
    width: 163px;
    display: block;
    margin: 0 auto;
}

.brand .img-3 {
    width: 148px;
    display: block;
    margin: 18px auto;
}

.brand .img-4 {
    display: block;
    margin: 0px auto;
    width: 370px;
}

.brand .img-5 {
    display: block;
    margin: 0px auto;
    width: 370px;
}

.brand .border-downloads {
    border: 1px solid #00559d;
    padding: 6px;
    text-align: center;
}

.brand .border-downloads a {
    margin: 0px 0px;
    padding: 5px 24px;
    text-decoration: none;
}

.brand .border-downloads a:hover {
    margin: 0px 0px;
    padding: 5px 24px;
    text-decoration: none;
    background: #f6f6f6;
}

.hr-2 {
    margin-top: 70px !important;
    margin-bottom: 39px !important;
    border: 0.1px solid #ffffff !important;
    display: block;
    width: 98%;
}

.brand .bg-header {
    background-image: url(https://www.osg.co.jp/brand/common/imgs/top-img.jpg);
    height: 290px;
    width: 100%;
}

.brand .txt {
    display: block;
    margin-top: 187px;
    color: #fff;
    font-size: 15px;
}

.brand .txt h1 {
    font-size: 45px;
}

@media screen and (max-width: 992px) {
    .brand .txt {
        display: block;
        margin-top: 123px;
        color: #fff;
        font-size: 15px;
    }

    .brand .border-downloads a {
        margin: 0px 0px;
        padding: 5px 15px;
        text-decoration: none;
    }
}

.case-video {
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
}

.case-video .thumb {
    overflow: hidden;
}

.case-video:before {
    background-color: rgb(0, 0, 0);
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    bottom: 0;
    opacity: 0.5;
    transition: all 0.4s;
}

.bb-video-box {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.bb-video-box-inner {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s;
}

.bb-video-box-innerup {
    width: 65px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.4s;
}

.bb-video-box-innerup div.case_video {
    line-height: 0;
}

.bb-video-box-innerup div.case_video i {
    color: #360763;
    transition: all 0.4s;
    margin-left: 5px;
}

.case-video:hover .bb-video-box-innerup {
    background-color: rgba(255, 255, 255, 0.5);
}
.case-video:hover .bb-video-box-inner {
    background-color: rgba(255, 255, 255, 0.3);
}

.case-video:hover .case_video i {
    color: #0056b3;
}

.case-video:hover:before {
    background: #0056b3;
}

.owl-prev,
.owl-next {
    width: 20px;
    height: 80px;
    position: absolute;
    top: 0%;
    transform: translateY(0%);
    display: block !important;
    border: 0px solid black;
    background: #0056b3 !important;
}
.owl-prev {
    left: -25px;
}
.owl-next {
    right: -25px;
}
.owl-prev i,
.owl-next i {
    font-size: 2.5rem;
    color: #ffffff;
}

.bg-blue {
    background: linear-gradient(to right, #0056b3, #00559d);
}

.box-fixadores ul li a {
    font-size: 1.2rem;
    /* width: 210px; */
    text-align: center;
    padding: 10px 0 7px 5%;
    line-height: 1;
    margin: 10px 0;
    text-decoration: none;
    display: block;
    background: url(/assets/arrow_link.svg) 96% center no-repeat;
    background-size: 8px;
}
.box-fixadores .link02 a,
.box-fixadores .link01 a {
    background-color: #ededed;
}
#subNav .collapse li {
    background-color: #f2f6fa;
}

#subNav .collapse li a {
    padding-left: 30px;
}

#subNav #collapseMatriz ul li a {
    padding-left: 60px;
}

@media (min-width: 768px) {
    main#main {
        margin-bottom: 3rem;
    }
}

.wp-paginate.font-inherit {
    margin: 30px 0px !important;
    font-family: inherit !important;
}

.wp-paginate .current {
    color: #fff;
    background: #00559d !important;
    border: 1px solid #89adcf;
    margin-right: 4px;
    padding: 4px 8px;
}

@media (max-width: 738px) {
    #itemSlider #itemPager {
        display: none !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: baseline !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin-top: 3rem;
    }
    #itemSlider .bx-wrapper {
        width: 100% !important;
    }
    .bx-viewport {
        max-width: 100% !important;
        height: 100% !important;
    }
}

#carousel-mobile {
    display: none;
}

@media screen and (max-width: 740px) {
    .navbar-nav .nav-item a {
        color: white !important;
        text-decoration: none !important;
        text-decoration-line: none !important;
    }
    footer #footUnder #sns {
        margin: 15px auto;
        display: flex !important;
        justify-content: center;
    }
    .texto-historia {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 740px) {
    #navbar {
        margin-top: 56px !important;
        width: 100% !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .menu-mobile nav {
        position: fixed;
        width: 100%;
        background: #ffffff;
    }

    #carousel-desktop {
        display: none;
    }

    #carousel-mobile {
        display: block;
    }

    .d-mobile {
        display: block !important;
    }

    .d-desktop {
        display: none !important;
    }

    #productsMenu {
        padding-bottom: 40px;
        margin: 0;
        border: none;
        width: 100%;
    }

    #productsMenu ul {
        margin-top: 2rem;
        /* display: flex;
        justify-content: center;
        float: none; */
    }

    #productsMenu ul li {
        margin-top: 10px;
    }

    #main .productsCollection .box .image,
    #main .productsCollection .box ul li a {
        width: 100% !important;
    }

    #main .productsCollection .box {
        float: left;
        width: 44% !important;
        margin: 0 !important;
    }

    .re_grindFeature .re_grindComment,
    .re_grindFeature .re_grindTtl,
    .re_grindFeature .image {
        width: 100% !important;
    }

    #industryContact {
        margin-bottom: 20px !important;
    }

    #productsFeature.special {
        height: auto !important;
    }

    #productsFeature .productCopy .specialFlow {
        width: 100% !important;
    }

    #productsFeature .productCopy {
        width: 100% !important;
    }

    #productsFeature .productCopy .specialFlow img {
        width: 100% !important;
    }

    #main .productsPicup .picup:nth-child(3n) {
        margin-right: 30px !important;
    }

    iframe.wp-embedded-content {
        width: 1px !important;
        position: relative !important;
    }
    #main .productsPicup {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .re_grindFeature .image {
        margin: 0 !important;
    }

    /* #productsMenu ul li:first-child {
        margin: 0;
    } */

    #main form input.aform-zipcode,
    #main form input.fax,
    #main form input[type='tel'],
    #main form input[type='url'],
    #main form input[type='text'],
    #main form input[type='email'] {
        width: 100% !important;
    }
    #main form textarea {
        width: 100% !important;
    }

    #productsMenu ul li {
        margin-left: 15px;
    }

    /*#carousel-mobile .carousel-item img {
        display: none;
    }
    #carousel-mobile .carousel-item {
        height: 316px !important;
        background-size: cover !important;
        background-position: -19rem !important;
    }
    #carousel-mobile .carousel-item:nth-child(3) {
        background-position: -10rem !important;
    } */
}

.d-desktop {
    display: block !important;
}
.d-mobile {
    display: none !important;
}

#wpforms-6480-field_3,
#wpforms-6480-field_7,
#wpforms-6480-field_2,
#wpforms-6480-field_5,
#wpforms-6480-field_1,
#wpforms-6480-field_0 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

#wpforms-6480-field_3,
#wpforms-6480-field_7,
#wpforms-6480-field_5,
#wpforms-6480-field_1,
#wpforms-6480-field_0 {
    height: auto !important;
}

#wpforms-6480-field_7-container {
    display: none !important;
}
