/* Font-faces */
@font-face {
    font-family: "LGSmart-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/LGSmart.eot?#iefix") format("embedded-opentype"),
        url("../fonts/LGSmart.woff") format("woff"),
        url("../fonts/LGSmart.ttf") format("truetype"),
        url("../fonts/LGSmart.svg#LGSmart") format("svg");
}
@font-face {
    font-family: "LGSmart-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/LGSmart-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/LGSmart-Bold.woff") format("woff"),
        url("../fonts/LGSmart-Bold.ttf") format("truetype"),
        url("../fonts/LGSmart-Bold.svg#LGSmart-Bold") format("svg");
}
body{ margin: 0;}
hr {
    opacity: 0.3;
}
h1 {
    color:#b20242;
    font-family:LGSmart-Regular;
    font-size: 98.5px;
    margin: 0;
    font-weight: normal;
}
h2 {
    color: #FFFFFF;
    font-family:LGSmart-Bold;
    font-size: 35px;
    text-transform:uppercase;
    margin: 0;
}
h3 {
    color: #B20242;
    font-family:LGSmart-Regular;
    text-transform:uppercase;
    margin: 0;
}
p {
    font-family:LGSmart-Regular;
}
/*alinhamento texto*/
.alignRigth {
    text-align: right;
}
/*Flutuantes*/
.floatRigth {
    float: right !important;
}
/*Blocos*/
.blocoVazio20 {
    width: 100%;
    height: 20px;
}
.bloco100 {
    width: 100%;
}
.blocoPadding {
    margin: 0 auto;
    max-width: 990px;
    min-width: 990px;
    width: 100%;
}
.bloco20 {}
.bloco30 {
    width: 30%;
    float: left;
}
.bloco40 {
    width: 48%;
    float: left;
}
.bloco50 {
    width: 50%;
    float: left;
}
.bloco60 {
    width: 52%;
    float: left;
}
.bloco70 {
    width: 70%;
    float: left;
}
.blocoVazio0 {
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.blocoMargem {
    margin: 0px 20px;
}
.topo {
    padding: 48px 52px;
    min-height: 751px;
}
.titulo {
    float: left;
}
.titulo h1 {

}
.titulo p {
    margin: 0px;
    font-size: 33px;
    color: #929292;
    position: relative;
    top: -14px;
    left: 5px;
}
.bola {
    background-color: #b50033;
    border-radius: 50%;
    width: 330px;
    height: 338px;
    display: inline-block;
    position: relative;
    top: -95px;
    float: right;
}
.bola > h2 {
    position: relative;
    top: 118px;
    text-align: center;
}
.produto {position: absolute;top: 249px;z-index: -1;/* padding: 0px 52px; */}
.produto > img {
    width: 927px;
    height: auto;
    position: relative;
    left: -25px;
}
.logoProdutoLG {
    float: right;
    position: relative;
    left: 320px;
    top: 528px;
}
.conteudo {
    padding: 35px 52px 0px 52px;
}
.caracteristica {
}
.caracteristicaImagem {padding: 42px 59px;}
.caracteristicaImagem img {width: 100%;}
.caracteristicaTexto {padding: 0px 0px 0px 25px;/* display: none; */}
.caracteristicaTexto h3 {
    font-size: 30px;
    color: #b10141;
    font-weight: normal;
}
.caracteristicaTexto p {
    font-size: 21px;
    line-height: 25px;
    margin: 33px 0px 10px 0px;
}
.caracteristicaTexto span {
    color: #262626;
    font-weight: bold;
    font-size: 22.3px;
}
.subCaracteristicaTexto {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #1b1b1b !important;
    line-height: 18px !important;
    margin: 0px 0px 0px 0px !important;
}
.rodape {
    padding: 13px 61px 60px 58px;
}
.rodape h3 {
    font-size: 36px;
    font-weight: normal;
    text-transform: none;
}
.rodape p {
    font-size: 24px;
    color: #666666;
    margin: 0px;
    margin-left: 1px;
}
.rodape span {
    margin: 15px 25px;
    font-size: 18px;
    color: #666666;
    float: right;
    font-family: "LGSmart-Bold";
}
.logoLG {
    float: right;
}