@font-face {
    font-display: swap;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    src:
        url(../static/media/Calibri-Bold.6b5c9a28c92457c4975d.woff2)
            format("woff2"),
        url(../static/media/Calibri-Bold.446725b3aee19a52302d.woff)
            format("woff");
}

@font-face {
    font-display: swap;
    font-family: Bell MT;
    font-style: normal;
    font-weight: 400;
    src:
        url(../static/media/BellMT.03248e27ad3774001c53.woff2) format("woff2"),
        url(../static/media/BellMT.3433a706cc30194425a1.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    src:
        url(../static/media/Calibri.54f327fae07ac910bdd6.woff2) format("woff2"),
        url(../static/media/Calibri.0c23ed72b3f606a8f5a2.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: Goudy Old Style;
    font-style: italic;
    font-weight: 300;
    src:
        url(../static/media/GoudyOldStyleT-Italic.2db2e1bf3a17701f3485.woff2)
            format("woff2"),
        url(../static/media/GoudyOldStyleT-Italic.39270d7fe487fcc48e4f.woff)
            format("woff");
}

@font-face {
    font-display: swap;
    font-family: Monotype Corsiva;
    font-style: italic;
    font-weight: 400;
    src:
        url(../static/media/MonotypeCorsiva.90780f5c4bea5913096b.woff2)
            format("woff2"),
        url(../static/media/MonotypeCorsiva.0da6c18402191801fea8.woff)
            format("woff");
}

@font-face {
    font-display: swap;
    font-family: Goudy Old Style;
    font-style: normal;
    font-weight: 700;
    src:
        url(../static/media/GoudyOldStyleT-Bold.4dbe06cc651206f4a1ab.woff2)
            format("woff2"),
        url(../static/media/GoudyOldStyleT-Bold.a3a35bea257f9bb3504c.woff)
            format("woff");
}

@font-face {
    font-display: swap;
    font-family: Rage;
    font-style: italic;
    font-weight: 400;
    src:
        url(../static/media/RageItalic.89b9903d7eb6bf41cc66.woff2)
            format("woff2"),
        url(../static/media/RageItalic.fe2182a83975931ad8f3.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: Goudy Old Style;
    font-style: normal;
    font-weight: 300;
    src:
        url(../static/media/GoudyOldStyleT-Regular.7763cb417972b0dd741a.woff2)
            format("woff2"),
        url(../static/media/GoudyOldStyleT-Regular.68a2e9b23776430a7b8f.woff)
            format("woff");
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: initial;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
form,
html {
    height: 100%;
}

body {
    font-size: 100%;
}

body {
    background: #e6e6e6;
    font-family: "segoe-ui";
    margin: 0;
    padding: 0;
    text-align: center;
}

body.maquinas,
body.machines,
body.maquinas-2,
body.ferramentas-e-insumos,
body.tools-and-supplies,
body.herramientas-y-suministros {
    background: #ffffff;
}

* {
    box-sizing: border-box;
}

.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.container::after {
    content: "";
    position: absolute;
    left: 0px;
    z-index: -2;
    background: url(../images/image-left.png) 0px 50% no-repeat;
    width: 100%;
    height: 1200px;
    top: 85vh;
}

.boxCenter {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header {
    background: #373745;
    width: 100%;
    /*height: 160px;*/
    height: 150px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
    /*padding-bottom: 45px;*/
    padding-bottom: 20px;
}

.header .boxCenter {
    align-items: end;
}

.header .logo {
    background: #fff url(../images/logo.png) no-repeat 50%;
    width: 440px;
    height: 130px;
    display: inline-block;
    text-indent: -50000em;
    background-size: 85%;
}

.header .links {
    display: inline-block;
    margin-bottom: 15px;
}

.header .links a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 0 8px;
    text-decoration: none;
}

.header .label {
    background: #d49336;
    width: 100%;
    /*height: 45px;*/
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header .label .boxCenter {
    max-width: 1080px;
    align-items: center;
}

.header .label p {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
}

.header .languages {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.header .languages li {
    padding: 3px 0;
}
.header .languages li a {
    width: 25px;
    cursor: pointer;
    filter: grayscale(0%);
    float: left;
}
.header .languages li a img {
    width: 30px;
    filter: grayscale(100%);
    float: left;
}
.header .languages li a.active img {
    filter: grayscale(0%);
}

.oDwEc {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.gXhJOW {
    width: 100%;
    height: 145px;
}
.byEflI {
    background: url(../static/media/bg_header.b7ef6a95b106bee1df75.png) 100% 50%
        no-repeat rgb(77, 77, 77);
    width: 100%;
    height: 145px;
    display: flex;
    border-bottom: 20px solid rgb(192, 143, 33);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
}
.kGzdsK {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}
.loUsdI {
    width: 100%;
    height: 100%;
    flex: 1 1 0%;
    position: relative;
}

.loUsdI .text {
    position: absolute;
    left: 0;
    bottom: 16px;
    text-align: center;
    width: 100%;
    font-size: 21px;
    color: #fff;
    font-family: "Rage";
    font-weight: normal;
    font-style: italic;
    padding-right: 67px;
}
.gzKXFp {
    max-width: 550px;
    cursor: pointer;
}
.jAMOPq {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.hVeHoE {
    font-size: 17px;
    line-height: 18px;
    margin-left: 40px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
.ceYNBV {
    font-size: 17px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
.fhrQPk {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}
.cyHxTZ {
    margin-left: 10px;
}
.gILbRG {
    width: 25px;
    cursor: pointer;
    filter: grayscale(0%);
    float: left;
}
.iFVyAL {
    width: 25px;
    cursor: pointer;
    filter: grayscale(100%);
    float: left;
}
.ermzuT {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    border-bottom: solid 10px #2f3340;
}
.gXjhRY {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    flex-direction: column;
    z-index: 1;
}
.cXMwxt {
    font-size: 54px;
    line-height: 54px;
    background: #ffffffb0;
    color: #43526f;
    padding: 20px 30px;
    font-weight: 400;
    position: absolute;
    top: 35%;
    right: 0;
    border-bottom: solid 10px #d89b30;
}

.cXMwxt:after {
    content: "";
    right: calc(100%);
    border-top: 10px solid #d89b30;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -54px;
    width: 0;
    height: 44px;
}

.cXMwxt:before {
    content: "";
    right: 100%;
    border-bottom: 95px solid #ffffffb0;
    border-left: 35px solid transparent;
    position: absolute;
    /* left: -34px; */
    bottom: 0;
    width: 0;
    height: 44px;
}

.gtPpem {
    background: #2f3340;
    width: 300px;
    height: 300px;
    font-size: 37px;
    line-height: 46px;
    color: rgb(255, 255, 255);
    padding: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 50%;
    border: solid 15px #d89b30;
    border-left-width: 5px;
    bottom: 30px;
    font-weight: bold;
}
.hKpnxP {
    width: 100%;
    max-height: 85vh;
    object-fit: cover;
    opacity: 0.7;
}
.bqaczV {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.bEpuhS {
    width: 100%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    margin-top: 35px;
}
.hiNcWy {
    width: 50%;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.titleBox {
    font-size: 36px;
    line-height: 38px;
    color: #43526f;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 5px #d89b30;
    margin: 30px 0 10px 0;
    padding: 10px 10px;
    position: relative;
}

.titleBox:after {
    content: "";
    left: 100%;
    border-top: 5px solid #d89b30;
    border-right: 25px solid transparent;
    position: absolute;
    /* right: -25px; */
    /* bottom: -49px; */
    width: 0;
    height: 44px;
    top: 100%;
}
.titleBox:before {
    content: "";
    right: 100%;
    border-top: 5px solid #d89b30;
    border-left: 25px solid transparent;
    position: absolute;
    /* left: -25px; */
    /* bottom: -49px; */
    width: 0;
    height: 44px;
    top: 100%;
}

.hiXeoZ {
    font-size: 19px;
    line-height: 27px;
    color: rgb(102, 102, 102);
    font-weight: 300;
    padding: 40px 0px;
    max-width: 590px;
}
.bXUMgf {
    background: #43526f;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    display: inline-block;
    font-size: 21px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
}
.inxtqL {
    width: 100%;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    margin-top: 35px;
}
.ldnYlf {
    width: 50%;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.qKWet {
    width: 100%;
    min-height: 44vw;
    background: #fff;
    object-fit: contain;
    padding: 20px;
}
.qKWet.partners {
    min-height: 550px;
    background: #fff;
    object-fit: contain;
    padding: 0 20%;
    max-height: 550px;
}
.lvtYg {
    background: #c7cedc;
    padding: 10px 10px 10px 0px;
    width: 50%;
    border: solid 20px #43526f;
}
.dzelyz {
    background: #2f3340;
    width: 100%;
    margin-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.dvXmaL {
    font-size: 36px;
    line-height: 36px;
    color: rgb(239, 239, 239);
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-bottom: solid 5px #d89b30;
    margin: 30px 0;
    position: relative;
    display: inline-block;
}
.dvXmaL:after {
    content: "";
    left: 100%;
    border-top: 5px solid #d89b30;
    border-right: 25px solid transparent;
    position: absolute;
    /* right: -25px; */
    /* bottom: -49px; */
    width: 0;
    height: 44px;
    top: 100%;
}
.dvXmaL:before {
    content: "";
    right: 100%;
    border-top: 5px solid #d89b30;
    border-left: 25px solid transparent;
    position: absolute;
    /* left: -25px; */
    /* bottom: -49px; */
    width: 0;
    height: 44px;
    top: 100%;
}
.fpKkoq {
    width: 100%;
}
.Mudtj {
    width: 100%;
    max-width: 1280px;
    padding: 0px 20px;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.Mudtj a {
    position: absolute;
    right: 0px;
    top: -30px;
}
.gAxPjo {
    background: #ededed;
    color: #2f3340;
    padding: 15px 20px;
    display: inline-block;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.jKyFYe {
    background: #2f3340;
    width: 100%;
    min-height: 210px;
    flex-direction: column;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}
.bbyoxS {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.dZaZqI {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 445px;
    text-align: left;
}
.dCYHzz {
    font-size: 17px;
    line-height: 24px;
    color: rgb(239, 239, 239);
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 4px;
    text-decoration: none;
}
.dCYHzz img {
    max-width: 28px;
    margin-right: 10px;
}
.dCYHzz.linkIcon {
    margin: 6px 0;
}
.jzgymT {
    max-width: 165px;
    max-height: 90px;
    margin: 3px 0;
}
.bxYrcm {
    background: #d89b30;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
}
.hRTKHr {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
}

.jbSuLb {
    background: #c7cedc;
    padding: 10px 0px 10px 10px;
    width: 50%;
    border: solid 20px #43526f;
}

.menuMobile {
    display: none;
}

.bgLeftFooter {
    background: #fff url(../images/icoLeft.png?v=2) no-repeat 100% 50%;
    width: 210px;
    height: 210px;
    background-size: 50%;
    position: relative;
    margin-right: 90px;
}

.bgLeftFooter:after {
    content: "";
    left: 100%;
    border-top: 255px solid #fff;
    border-right: 90px solid transparent;
    position: absolute;
    /* right: -90px; */
    top: 0;
    width: 0;
    height: 44px;
}
.bgLeftFooter:before {
    content: "";
    right: -5px;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
}
