* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

html {
    font-size: 12px;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

/* helpers */

.img-fluid {
    max-width: 100%;
    height: auto;
}

.titulo-bg {
    background-color: #FAFAFA;
    padding-top: 25px;
    border-bottom: 1px solid #F0F0F0;
}

.titulo h2 {
    font-size: 2rem;
    color: #343E65;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.titulo h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url('../images/bg-menu.png');
    background-position: center center;
    background-size: cover;
}

input[type=submit] {
    cursor: pointer;
}

.b2 {
    display: none;
}

/* end helpers */

/* contato */

.contato .titulo {
    padding-top: 25px;
}

.contato-container {
    background-color: #F1F2F6;
    padding-bottom: 100px;
}

.contato h3 {
    font-size: 2rem;
    color: #343E65;
    padding: 50px 0;
}

.formulario input[type=text],
.formulario textarea {
    width: 100%;
    border: 1px solid #707070;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 50px;
}

.formulario textarea {
    padding: 15px;
    resize: none;
    height: 230px;
}

.formulario input[type=submit] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #FF5F2E;
    width: 150px;
    border: none;
    cursor: pointer;
}

.formulario select {
    color: #ffffff;
    background-color: #3354AE;
    width: 100%;
    border: 1px solid #3354AE;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 50px;
}

.contato ul {
    border: 1px solid #9496A9;
    border-bottom: none;
    padding-top: 15px;
    background-image: url('../images/bg-menu.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 102%;
}

.contato li {
    border-bottom: 1px solid #9496A9;
    padding: 25px 50px;
    font-size: 1.3rem;
    color: #433E3E;
    line-height: 1.5;
    background-color: #ffffff;
}

.contato li div {
    position: relative;
    padding-left: 40px;
}

.contato div i {
    position: absolute;
    top: 50%;
    left: 0;
    color: #D4D9E4;
    transform: translateY(-50%);
}

.contato h4 {
    font-size: 22px;
    color: #433E3E;
    padding: 45px 0;
    padding-left: 40px;
    position: relative;
}

.contato h4 i {
    color: #F05733;
}

/* end contato */

/* dica */

.dicas .titulo {
    padding-top: 25px;
}

.dicas-container {
    padding: 50px 0;
    background-color: #F1F2F6;
}

.dicas-lista li {
    margin-bottom: 90px;
}

.dicas-lista .imagem {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.dicas-lista .info {
    background-color: #ffffff;
    padding: 60px;
    background-image: url(../images/bg-dicas-1.png);
    background-position: top left;
    background-size: 5px 100%;
    background-repeat: no-repeat;
    transition: .5s;
}

.dicas-lista .info:hover {
    background-image: url(../images/bg-dicas-2.png);
    background-position: top left;
    background-size: 5px 100%;
    background-repeat: no-repeat;
}

.dicas-lista .data {
    font-size: 14px;
    color: #96989A;
    padding-bottom: 15px;
}

.dicas-lista .nome {
    font-size: 2rem;
    color: #2C2D2E;
    padding-bottom: 20px;
}

.dicas-lista .previa {
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.5;
    padding-bottom: 40px;
}

.dicas-lista .link a {
    font-size: 14px;
    color: #4D4A4A;
    border: 1px solid #4D4A4A;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.dicas-conteudo {
    padding-right: 50px;
}

.dicas-categorias h4 {
    font-size: 2rem;
    color: #2C2D2E;
    padding-bottom: 15px;
}

.dicas-categorias li {
    padding: 10px 0;
    position: relative;
    padding-left: 25px;
}

.dicas-categorias li:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #A6A7B4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.dicas-categorias li a {
    font-size: 1.5rem;
    color: #1C7CD5;
}

.dicas-info {
    padding: 100px;
    padding-top: 0;
}

.dicas-info h1 {
    font-size: 3rem;
    color: #2C2D2E;
    padding-bottom: 50px;
}

.dicas-container img {
    width: 100%;
}

.dicas-info .data {
    font-size: 14px;
    color: #96989A;
    padding-bottom: 15px;
    padding-top: 50px;
}

.dicas-info .texto {
    font-size: 16px;
    color: #777777;
    line-height: 1.5;
}

.dicas-info .galeria {
    padding-top: 100px;
}

.dicas-voltar {
    padding-bottom: 50px;
}

.dicas-voltar a {
    font-size: 22px;
    color: #1C7CD5;
}

.dicas-outras {
    padding-top: 50px;
}

.dicas-outras ul {
    border-top: 1px solid #9496A9;
}

.dicas-outras li {
    padding: 25px;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #9496A9;
    border-top: 0;
    background-image: url(../images/bg-dicas-1.png);
    background-position: top left;
    background-size: 5px 100%;
    background-repeat: no-repeat;
    transition: .5s;
}

.dicas-outras li:hover {
    background-image: url(../images/bg-dicas-2.png);
    background-position: top left;
    background-size: 5px 100%;
    background-repeat: no-repeat;
}

.dicas-outras .data {
    font-size: 12px;
    color: #96989A;
    padding-bottom: 10px;
}

.dicas-outras .nome {
    font-size: 1.2rem;
    color: #2C2D2E;
}

/* end dica */

/* header */

.header-main {
    overflow: hidden;
}

.header-main .logo a {
    font-size: 20px;
    color: #1D1C1C;
}

.header-main .menu-top {
    padding: 25px 0;
}

.header-main .menu-top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-main .menu-top form {
    position: relative;
}

.header-main .menu-top input[type=text] {
    height: 44px;
    border: 1px solid #C7C7C7;
    padding: 0 15px;
    max-width: 200px;
    position: relative;
}

.header-main .menu-top input[type=submit] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-main .menu-top form i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #BDC0CB;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-main .header-telefone {
    font-size: 20px;
    color: #464146;
}

.header-main .header-telefone span {
    font-size: 14px;
    color: #FF5F2E;
    padding-right: 10px;
}

.header-main .header-telefone,
.header-main .header-orcamento {
    text-align: right;
}

.header-main .header-orcamento a {
    font-size: 20px;
    color: #464146;
}

.header-main  i {
    color: #FF5F2E;
    margin-right: 10px;
}

.header-main .menu {
    background-image: url('../images/bg-menu.png');
    background-position: center center;
    background-size: cover;
    height: 50px;
}

.header-main .menu ul {
    display: flex;
    justify-content: space-between;
}

.header-main .menu li {
    display: inline-block;
}

.header-main .menu a {
    font-size: 1.3rem;
    color: #ffffff;
}

.menu-mobile {
    display: none;
}

.menu-mobile .menu-mobile-top {
    height: 60px;
    background-image: url(../images/bg-menu.png);
    background-position: center center;
    background-size: 100%;
}

.menu-mobile button {
    background-color: transparent;
    border: none;
    padding: 17.5px 0;
}

.menu-mobile button i {
    color: #ffffff;
    font-size: 25px;
}

.menu-mobile .menu-mobile-btn-orcamento {
    float: right;
    padding: 17.5px 0;
}

.menu-mobile a i {
    font-size: 25px;
    color: #ffffff;
}

.menu-mobile-logo {
    background-color: #EFF2F6;
    padding-bottom: 10px;
}

.menu-mobile-logo a {
    display: block;
    padding: 40px 0;
    font-size: 2rem;
    color: #1D1C1C;
    text-align: center;
}

.menu-mobile-logo form {
    position: relative;
}

.menu-mobile-logo input[type=text] {
    height: 44px;
    border: 1px solid #C7C7C7;
    padding: 0 15px;
    width: 100%;
    position: relative;
}

.menu-mobile-logo input[type=submit] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-mobile-logo i {
    position: absolute;
    right: 35px;
    top: 50%;
    color: #BDC0CB;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* end header */

/* home */

.banner-main img {
    width: 100%;
}

.home-beneficios {
    padding: 35px 0;
}

.home-beneficios ul {
    padding-right: 140px;
}

.home-beneficios li {
    font-size: 1.5rem;
    color: #F0611D;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-weight: bold;
}

.home-beneficios li:first-child {
    width: 76px;
    padding-right: 10px;
}

.home-beneficios li:last-child {
    width: calc(100% - 80px);
}

.home-beneficios li span {
    font-size: 14px;
    color: #464146;
    font-weight: 400;
}

.home-beneficios img {
    margin-right: 25px;
}

/* end home */

/* home ofertas */

.home-ofertas-container {
    padding: 25px 0;
    position: relative;
}

.home-ofertas .item {
    padding-left: 10px;
    padding-right: 10px;
}

.home-ofertas .info {
    border: 1px solid #E7E7E7;
    /*padding: 25px;*/
    /*padding-bottom: 50px;*/
    position: relative;
}

.home-ofertas .imagem {
    height: 200px;
    background-position: center center;
    background-size: auto 75%;
    background-repeat: no-repeat;
    position: relative;
}

.home-ofertas .desconto {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FF5F2E;
    font-size: 10px;
    color: #ffffff;
    line-height: .8;
    text-align: center;
    text-transform: uppercase;
    padding: 7px;
    /*border-bottom-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
}

.home-ofertas .desconto span {
    font-size: 14px;
    width: 100%;
    display: block;
}

.home-ofertas .nome {
    padding: 25px;
    font-size: 16px;
    color: #464146;
}

.home-ofertas a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #E7E7E7;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #777077;
    padding: 15px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.home-ofertas a:hover {
    background-color: #FF5F2E;
    color: #ffffff;
}

/* end home ofertas */

/* home produtos */

.home-produtos-container {
    padding-top: 50px;
    position: relative;
}

/*.linha-dots {*/
    /*position: absolute;*/
    /*bottom: 90px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background-color: #E7E7E7;*/
/*}*/

.home-produtos .item {
    padding-right: 50px;
}

.home-produtos .info {
    border: 1px solid #E7E7E7;
    padding: 20px;
}

.home-produtos .item .imagem {
    width: 100%;
    height: 100%;
    margin-right: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 10px;
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.home-produtos .item .nome {
    font-size: 14px;
    line-height: 1.5;
    color: #464146;
    padding-bottom: 15px;
}

.home-produtos .item a {
    font-size: 12px;
    color: #777077;
    padding: 10px 0;
    display: block;
    border: 1px solid #E7E7E7;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.home-produtos .item a:hover {
    background-color: #FF5F2E;
    border: 1px solid #FF5F2E;
    color: #ffffff;
}

.carousel-3 {
    padding-bottom: 85px;
}

.carousel-5 .slick-dots,
.carousel-produto .slick-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    text-align: center;
}

.carousel-5 .slick-dots button,
.carousel-produto .slick-dots button {
    width: 15px;
    height: 15px;
    border: 1px solid #373232;
    background-color: #ffffff;
    text-indent: -9999px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-5 .slick-dots .slick-active button,
.carousel-produto .slick-dots .slick-active button {
    background-color: #373232;
}

.carousel-5 .slick-dots li,
.carousel-produto .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-produto .valor {
    padding: 0 25px;
    padding-bottom: 75px;
}

.carousel-produto .valor {
    font-size: 14px;
    color: #464146;
}

.carousel-produto .valor .new span {
    font-size: 25px;
    color: #FF5F2E;
    font-weight: bold;
}

.home-new-produtos .nome {
    padding-bottom: 75px;
}

.slick-arrow {
    cursor: pointer;
}

.carousel-produto .slick-arrow,
.carousel-5 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    text-indent: -99989px;
    width: 50px;
    height: 50px;
    z-index: 99;
    opacity: .2;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-color: #cad2da;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.carousel-5 .slick-prev,
.carousel-produto .slick-prev {
    left: 0;
    background-image: url('../images/icons/i-arrow-l.png');
}

.carousel-5 .slick-prev:hover,
.carousel-produto .slick-prev:hover {
    opacity: .6;
}

.carousel-5 .slick-next,
.carousel-produto .slick-next {
    right: 0;
    background-image: url('../images/icons/i-arrow-r.png');
}

.carousel-5 .slick-next:hover,
.carousel-produto .slick-next:hover {
    opacity: .6;
}

.produtos {
    overflow-x: hidden;
}

.produtos .titulo-bg {
    background-color: #ffffff;
    margin: 0 25px;
    padding-top: 30px;
}

.produtos .titulo h2 {
    font-size: 20px;
}

/* end home produtos */

/* home dica */

.home-dicas-container {
    padding: 50px 0;
}

.home-dicas-container .carousel-3 {
    padding-bottom: 0;
}

.home-dicas .slick-dots {
    display: none !important;
}

.home-dicas .link {
    position: absolute;
    right: 50px;
    bottom: 15px;
}

.home-dicas .link a {
    font-size: 12px;
    color: #788185;
    padding: 15px;
    border: 1px solid #C8CFD2;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.home-dicas .link a:hover {
    border: 1px solid #FF5F2E;
    color: #FF5F2E;
}

.home-dicas .link i {
    padding-left: 10px;
}

.home-dicas .item {
    position: relative;
    padding-right: 50px;
}

.home-dicas .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-dicas .imagem {
    height: 250px;
    background-position: center center;
    background-size: cover;
}

.home-dicas .data {
    font-size: 12px;
    color: #242424;
    padding-top: 15px;
    padding-bottom: 10px;
}

.home-dicas .nome {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #2C2929;
}

/* end home dica */

/* home estacionamento */

.estacionamento-container {
    padding: 50px 0;
    background-color: #ffffff;
}

.estacionamento-container .item {
    padding-right: 25px;
}

/* end home estacionamento */

/* footer */

.footer-main {
    padding: 20px 0;
    border-top: 1px solid #eff2f6;
}

.footer-main .item {
    padding: 20px 0;
}

.footer-main h5 {
    font-size: 1rem;
    color: #464146;
    padding-bottom: 15px;
}

.footer-main p {
    font-size: 12px;
    line-height: 1.5;
    color: #37393F;
}

.footer-main p strong {
    font-weight: bold;
}

.footer-main .social li {
    display: inline;
    margin-right: 20px;
}

.footer-main .social i {
    width: 45px;
    height: 45px;
    background-color: #EEEFF2;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: #BDC0CB;
    font-size: 16px;
    position: relative;
}

.footer-main .social a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#NOTURNA {
    padding-top: 10px;
}

/* end footer */

/*orcamento*/

.orcamento .titulo {
    padding-top: 25px;
}

.orcamento-container {
    padding: 50px 0;
    background-color: #F8F7F7;
}

.orcamento h3 {
    font-size: 2rem;
    color: #464146;
    padding-bottom: 50px;
}

.orcamento .carrinho {
    padding-right: 50px;
}

.tabela,
.tabela table{
    width: 100%;
}

.tabela thead td {
    background-color: #464146;
    color: #ffffff;
}

.tabela td {
    padding: 15px;
}

.tabela tbody td {
    border: 1px solid #E5E5E5;
    position: relative;
    padding: 25px 15px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.tabela .imagem {
    height: 100%;
    width: 50px;
    background-position: center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 0;
}

.tabela .nome {
    padding-left: 80px;
}

.tabela input[type=number] {
    border: 1px solid #E5E5E5;
    padding: 15px;
    width: 70px;
}

.tabela i {
    font-size: 20px;
    color: #F92121;
    position: relative;
}

.tabela i a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabela i input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.orcamento .link-produtos {
    padding-top: 50px;
}

.orcamento .link-produtos a {
    font-size: 20px;
    color: #ffffff;
    background-color: #72788D;
    padding: 15px 40px;
    padding-left: 60px;
    position: relative;
    display: inline-block;
}

.orcamento .link-produtos i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#btn-add-produto {
    background-color: #3354AE;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.input-produto {
    position: relative;
}

.input-produto  .btn-delete-produto {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: #fb6767;
    cursor: pointer;
}

.input-produto i {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*end orcamento*/

/* quem somos */

.breadcrumbs {
    font-size: 12px;
    color: #37393F;
    padding-bottom: 10px;
}

.quem-somos .titulo {
    padding-top: 25px;
}

.quem-somos-container {
    background-color: #F3F0F0;
    padding: 60px 0;
}

.quem-somos h3 {
    font-size: 1.5rem;
    color: #2A2727;
    padding-bottom: 25px;
}

.quem-somos .texto {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #4D4A4A;
}

.quem-somos .missao-visao-valores {
    padding-top: 100px;
}

.quem-somos .missao-visao-valores li {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 10px;
}

.quem-somos .mapa-container {
    padding: 75px 0;
}

.quem-somos .mapa {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.quem-somos .endereco {
    padding: 25px 50px;
    background-color: #F8F8F8;
    font-size: 1.5rem;
    color: #4F525A;
    line-height: 1.5;
}

.quem-somos .endereco span {
    font-weight: bold;
}

/* end quem somos */

/*produtos*/

.produtos .categorias {
    padding: 20px 0;
}

.produtos .categorias li {
    padding: 10px 0;
}

.produtos .categorias a {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #343E65;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: block;
    padding-right: 30px;
}

.produtos .categorias a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/bg-categorias.png');
    background-position: center right;
    background-repeat: no-repeat;
    width: 16px;
    height: 5px;
}

.produtos {
    position: relative;
}

.produtos .bg-imagem {
    position: absolute;
    top: 0;
    left: calc(25% + 15px);
    width: 125%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.produtos .marcas {
    padding-left: 50px;
    padding-top: 10px;
}

.produtos .marcas a {
    font-size: 14px;
    color: #343E65;
}



/*end produtos*/

/*produto*/

.produto .titulo {
    display: none;
}

.produto h1 {
    padding: 100px 0;
    font-size: 5rem;
    line-height: 1;
    color: #4D4A4A;
    font-weight: 300;
    text-align: right;
}

.produto-titulo {
    background-position: center left;
    -webkit-background-size: 100% auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.produto-banner {
    background-color: #ffffff;
    position: relative;
}

.produto-banner .imagem {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.produto .descricao-titulo {
    margin-top: 25px;
    padding: 25px 0;
    position: relative;
}

.produto h2 {
    font-size: 2rem;
    color: #FF5F2E;
}

.produto .descricao-titulo form div {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.produto .descricao-titulo form input {
    font-size: 1.2rem;
    background-color: #FF5F2E;
    color: #ffffff;
    height: 55px;
    line-height: 55px;
    border: none;
    padding-right: 20px;
    padding-left: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.produto .descricao-titulo form i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 20px;
}

.produto .descricao {
    padding-bottom: 50px;
    padding-bottom: 100px;
    font-size: 1.3rem;
    color: #4D4A4A;
    line-height: 1.5;
}

.produto .descricao strong {
    font-weight: bold;
}

.produto .conteudo,
.produtos .conteudo {
    padding-left: 50px;
}

/*end produto*/

/*promocao*/

.promocoes .titulo {
    padding-top: 25px;
}

.promocoes-container {
    padding: 50px 0;
    background-color: #FAFAFA;
}

.promocoes .item {
    border: 1px solid #E7E7E7;
    margin-right: 15px;
    padding: 25px;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.promocoes .item .imagem {
    height: 180px;
    background-position: center center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.promocoes .item .nome {
    font-size: 1.5rem;
    color: #464146;
    padding-bottom: 20px;
}

.promocoes .item .valor .old {
    font-size: 14px;
    color: #464146;
}

.promocoes .item .valor .new {
    font-size: 14px;
    color: #464146;
}

.promocoes .item .valor .new span {
    font-size: 30px;
    color: #FF5F2E;
    font-weight: bold;
}

.promocoes .item a {
    border-top: 1px solid #E7E7E7;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #777077;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*end promocao*/

/* newsletter */

.newsletter {
    background-color: #FAFAFA;
    padding: 50px 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.newsletter .row {
    position: relative;
}

.newsletter .newsletter-container {
    background-color: #EEEFF2;
}

.newsletter .info {
    padding: 40px;
    padding-right: 100px;
}

.newsletter .image {
    position: absolute;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../images/newsletter.png');
    background-position: center center;
    background-size: cover;
}

.newsletter h4 {
    font-size: 20px;
    line-height: 1;
    color: #72788D;
    padding-left: 100px;
    padding-bottom: 55px;
    padding-top: 15px;
    background-image: url('../images/icons/i-newsletter.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.newsletter p {
    font-size: 16px;
    line-height: 1.5;
    color: #37393F;
}

.newsletter form {
    position: relative;
}

.newsletter input[type=text] {
    margin-top: 20px;
    height: 44px;
    border: 1px solid #C7C7C7;
    padding: 0 15px;
    width: 100%;
    position: relative;
}

.newsletter input[type=submit] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsletter i {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #BDC0CB;
    font-size: 20px;
}

.estacionamento-link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/estacionamento.png');
    background-position: center center;
    background-size: cover;
    border-left: 30px solid #fff;
    border-right: 15px solid #fff;
}

.estacionamento-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end newsletter */

/* menu overlay */

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.menu-overlay li {
    padding: 15px 0;
}

.menu-overlay a {
    font-size: 20px;
    color: #464146;
}

.btn-hide-menu {
    text-align: right;
    cursor: pointer;
}

.btn-hide-menu i {
    font-size: 30px;
}

/* end menu overlay */

.loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8901d;
}

.loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: #ffffff;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}