@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.ttf') format('truetype'),
        url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Libre Franklin Light';
    src: url('../fonts/librefranklin-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.navigation {
  width: 300px;
  margin-top: 30px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  /*background-color: #CCC;*/
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  margin-left: 11px;
  font-size: 21px;
  font-family: helvetica;
}

/* add hover behaviour */
.mainmenu a:hover {
    /*background-color: #c0b05b;*/
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 500px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  /*background-color: #999;*/
  font-size: 19px;
  font-family: helvetica;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  /*background-color: #c0b05b;*/
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}


.iframe-google-maps {
    width: 600px;
    height: 450px;
    border: 0px;
}

.application-main-container {
    padding: 0;
}

.maps iframe{    pointer-events: none;}

.regular {
    font-family: 'Raleway';
    color: #58595b;
    font-weight: 200;
    font-style: normal;
}

.menu-responsive {
    z-index: 9999999999999;
}

.welcome-text {
    font-style: medium;
    font-size: 30pt;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headline1,
.headline2,
.headline1-responsive,
.headline2-responsive {
    font-family: 'Raleway';
    color: #6D6E71;
    font-weight: 200;
    font-style: normal;
}

.meet {
    margin-left: 35px;
}

.ver-ficha {
    margin-top: 20px;
}

.partilhar {
    margin-top: 20px;
}

.container .row h1:first-child {
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 50px;
}

.texto {
    margin-left: 10px;
}

.headline1 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    position: relative;
    top: 19px;
}

.headline1-responsive {
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: 19px;
}

.headline2 {
    color: #58595b;
    font-size: 18pt;
    position: relative;
    padding-top: 30px;
    top: 19px;
    background-image: url('../images/Ilustracao_Parte_Cinzenta.png');
    background-repeat: no-repeat;
    background-color: #EAECEA;
    height: 179.167px;
}

.headline2.texto-secundario {
    font-size: 15pt !important;
}

.headline2-continue {
    height: 340px;
    background-color: #EAECEA;
}

.cabecalho {
    height: 120.667px;
    padding: 0px;
}

.cabecalho.right {
    background-image: url(../images/Ilustracao_Cabecalho.png);
    padding: 15px;
    /*float: right;*/
    width: 472px;
}

.tira_fundo {
    background-image: url('../images/Ilustracao_Headline.png');
    height: 126.958px;
    background-size: cover;
    width: 100%;
}

.tira_fundo_responsive {
    background-image: url('../images/responsivo/Ilustracao_com_botao.jpg');
    height: 160.958px;
    background-size: cover;
    width: 100%;
}

.logonovo {
    position: relative;
    top: 15px;
    /* left: 15px; */
    margin-left: 52px;
    width: 277px;
}

.logo-box {
    padding: 0px;
    margin: 0px;
}

.lineGreen {
    background-color: #266792;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

ul.menunovo {
    list-style-type: none;
    left: 43px;
    top: 52px;
    position: relative;
    width: 777px;
    height: 65px;
}

ul.menunovo li {
    float: left;
    color: #58595b;
    height: 65px;
    text-transform: uppercase;
    padding-left: 34px;
    font-weight: 600;
}

ul.menunovo li a {
    color: #231f20;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    text-transform: uppercase;
    /*font-family: "Open Sans";*/
    font-family: BebasNeueRegular;
     margin-right: 0%;
    margin-bottom: 52px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
}

ul.menunovo li a:hover {
    color: #266792;
    text-decoration: none;
}

ul.menunovo ul li {
    height: 20px;
    text-transform: uppercase;
}

.icon {
    font-size: 8pt;
}

.icon-responsive {
    font-size: 12pt;
    margin-top: 10px;
}

.pesquisa {
    left: 10px;
    top: 35px;
    /*position: relative;*/
}

.icon-restrita {
    overflow: hidden;
    height: 24px;
    position: relative;
    width: 130px;
    top: -21px;
    z-index: 999999;
}

.icon-restrita a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.icon-restrita a:active {
    text-decoration: none;
}


.icon-registro {
    height: 24px;
    position: relative;
    width: 153px;
    top: 30px;
    z-index: 999999;
}

.icon-registro a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.icon-registro a:active {
    text-decoration: none;
}

.hidden-md .pesquisa {
    left: -20px;
    top: 44px;
    position: relative;
}

.hidden-md .icon-restrita {
    overflow: hidden;
    height: 24px;
    position: relative;
    width: 130px;
    top: 44px;
}

.hidden-md .icon-restrita a:active {
    text-decoration: none;
}

/*.icon-hamburguer {
    top: 44px;
    position: relative;
}*/

ul.headerSlide li img {
    width: 100%;
    position: relative;
    left: -40px;
}

.ver-mais-produtos {
    height: 62px;
    position: relative;
    top: 50px !important;
    margin-left: 112px;
    width: 200px !important;
}

.btn-ver-mais-produtos {
    background-color: #c52127;
    padding-top: 22px;
    color: #FFFFFF;
    border-radius: 70px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 24px;
    font-weight: 600;
    border: none;
    font-size: 14px;
}

.btn-ver-mais-produtos:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #323232;
}

.btn-ver-mais-produtos:active {
    text-decoration: none;
    color: #FFFFFF;
    background: #323232;
}

.btn-ver-mais-produtos:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.hidden-md .ver-mais-produtos {
    height: 38px !important;
    overflow: hidden;
    top: 30px !important;
    margin-left: 70px;
}

.hidden-md .ver-mais-produtos img {
    width: 122px !important;
}

.hidden-md .ver-mais-produtos img:hover {
    position: relative;
    top: -38px;
}

.products-main-container {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.lupa {
    height: 44px;
    left: 228px;
    overflow: hidden;
    position: absolute;
    top: 151px;
}

.lupa img:hover {
    top: -55px;
    position: relative;
}

.lupa-produtos-pesquisa {
    height: 44px;
    left: 400px;
    overflow: hidden;
    position: absolute;
    top: 265px;
}

.lupa-produtos-pesquisa img:hover {
    top: -44px;
    position: relative;
}

.icones-medios {
    overflow: hidden;
    height: 131px;
}

.icones-medios img:hover {
    top: -131px;
    position: relative;
}

.texto-icones-medios {
    color: #58595b;
    font-size: 18pt;
}

.footer {
    background-image: url('../images/Imagem_Rodape.png');
    background-size: cover;
}

.responsive.footer {
    background-image: url('../images/Imagem_Rodape.png');
    height: 254px;
    background-size: cover;
}

.campo {
    background-color: #CCCCCC;
    border-radius: 20px;
    opacity: 0.5;
    height: 55px;
    margin-top: 27px;
}

.responsive .campo {
    background-color: #CCCCCC;
    border-radius: 20px;
    opacity: 0.5;
    height: 115px;
    margin-top: 20px;
}

.link-footer a {
    color: white;
    font-weight: 600;
    font-size: 22px;
}

.link-footer a:hover {
    text-decoration: none;
    color: #99CA3C;
}

.link-footer-hover {
    text-decoration: underline;
}

.text-footer span {
    color: white;
    font-size: 21px;
}

.text-footer span.bold {
    color: white;
    font-weight: 600;
    font-size: 21px;
}

.text-footer span.bold:hover {
    color: #266792;
}

.link-footer {
    padding-top: 16px;
    padding-bottom: 17px;
    margin-left: 29%;
}

.text-footer {
    padding-top: 16px;
    padding-bottom: 17px;
}

.icon-rede-social {
    overflow: hidden;
    height: 109px;
    float: left;
}

.icon-rede-social:nth-child(1) {
    position: relative;
    left: 20px;
    z-index: 0;
}

.icon-rede-social:nth-child(2) {
    position: relative;
    z-index: 1;
}

.icon-rede-social:nth-child(3) {
    position: relative;
    right: 18px;
    z-index: 0;
}

.icon-rede-social img:hover {
    position: relative;
    top: -109px;
}

.responsive .icon-rede-social img:hover {
    position: relative;
    top: -40px;
}

.responsive .icon-rede-social {
    overflow: hidden;
    height: 40px;
    float: left;
}

.responsive .icon-rede-social img {
    width: 40px;
}

.responsive .icon-rede-social:nth-child(1) {
    position: relative;
    left: 8px;
    z-index: 0;
}

.responsive .icon-rede-social:nth-child(2) {
    position: relative;
    z-index: 1;
}

.responsive .icon-rede-social:nth-child(3) {
    position: relative;
    right: 8px;
    z-index: 0;
}

.block-social {
    padding-left: 0;
    margin-top: 26px;
}

.responsive .block-social {
    left: -12px;
    margin-top: 12px;
}

.copy {
    margin-top: 44px;
    color: white;
    margin-bottom: 20px;
}

.responsive .copy {
    margin-top: 28px;
    color: white;
    font-size: 6px;
    margin-bottom: 20px;
}

.campo-pesquisa {
    width: 23%;
    float: right;
    margin-top: -25px;
    background-color: transparent;
    width: 0%;
    border: 0;
    border: #000 solid 1px;
    color: #000;
    font-weight: 600;
}

.campo-carta {
    top: -67px;
    left: 32px;
    position: relative;
}

.responsive .campo-carta {
    top: -158px;
    left: 19px;
    position: relative;
}

.input-footer {
    background-color: transparent;
    border: none;
    color: #FFF;
    font-weight: 600;
    height: 50px;
    font-size: 23px;
    top: 8px;
    position: relative;
    width: 500px;
}

.responsive .input-footer {
    background-color: transparent;
    border: none;
    color: #FFF;
    font-weight: 600;
    height: 150px;
    font-size: 12px;
    top: 3px;
    position: relative;
}

.input-footer::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    opacity: 1;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 20pt;
}

.input-footer::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 1;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 20pt;
}

.input-footer:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    opacity: 1;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 20pt;
}

.input-footer:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 1;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 20pt;
}

.bt-form {
    font-family: "Raleway";
    height: 62px;
    overflow: hidden;
    position: relative;
    right: -71px;
    top: -43px;
    width: 200px;
}

.bt-form img:hover {
    top: -62px;
    position: relative;
}

.responsive .bt-form {
    height: 27px;
    overflow: hidden;
    position: relative;
    right: 71px;
    top: -346px;
}

.responsive .bt-form img {
    width: 100px;
}

.responsive .bt-form img:hover {
    top: -27px;
    position: relative;
}

@media (max-width: 991px) {
    .headline2-continue {
        height: 584.917px !important;
        background-color: #EAECEA;
    }
}

@media(min-width: 1200px) {
    .app-container {
        min-width: 1200px !important;
    }
}

.open-menu-responsive {
    position: absolute;
    top: 121px;
    left: 0;
    z-index: 9999;
    list-style-type: none;
    background-color: #FFFFFF;
    width: 0;
    overflow: hidden;
    border-bottom: #ccc solid 1px;
    height: 100vh;
}

.open-menu-responsive ul li {
    list-style-type: none;
    padding: 10px;
    text-decoration: none;
    float: none;
    margin-left: 75px;
}

.open-menu-responsive ul li:hover {
    /*background-color: #ef3300;*/
    /*width: 116%;*/
    /*color:#80A45D;*/
}

.green-color-text {
    color: #701111 !important;
}

li.menu-active-page a {
    color: #701111 !important;
    text-decoration: none;
}

.open-menu-responsive ul li:hover>a {
    color: #c6c7c5;
}

.open-menu-responsive ul.dropdown li:hover {
    background-color: #80A45D;
}

.open-menu-responsive ul.dropdown li:hover>a {
    color: #80A45D;
}

.open-menu-responsive ul li a {
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    /*height: 20px;*/
    /*color: #000;*/
}

.open-menu-responsive ul li a:hover {
    text-decoration: none;
    color: #c6c7c5;
}

.open-menu-responsive ul.dropdown li {
    border-bottom: #ccc solid 1px;
}

.open-menu-responsive ul.dropdown {
    display: none;
    margin-left: 60px;
    left: 0px;
}

.bottom-menu {
    border-bottom: #ccc solid 1px;
}

.menunovo ul.dropdown {
    position: absolute;
    top: 35px;
    z-index: 9999;
    background-color: #252525;
    width: auto;
    left: 57px;
    display: none;
    box-shadow: 5px 5px 5px #58595B;
    /*font-family: 'Open Sans';*/
    font-family: bebas-neue;
    height: 137px;
    font-size: 12px;
}
.menunovo ul.subdropdown {
    position: absolute;
    top: 35px;
    z-index: 9999;
    background-color: #252525;
    width: auto;
    left: 57px;
    display: none;
    box-shadow: 5px 5px 5px #58595B;
    /*font-family: 'Open Sans';*/
    font-family: bebas-neue;
    height: 137px;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway";
}

.menunovo ul.dropdown li {
    text-align: left;
    float: none;
    /*border-bottom: #ccc solid 1px;*/
    height: 47px;
    padding: 16px;
    margin-top: 0px;
    margin-left: -32px;
}

.menunovo ul.dropdown li a{
    color: #b5b5b7;
    font-size: 16px;
    font-family: BebasNeueRegular;
 }   
 .menunovo ul.dropdown li a:hover{
    color: #ffffff;
    font-size: 16px;
    font-family: BebasNeueRegular;
 }  

.menunovo ul.dropdown:nth-child(1) {
    left: 57px;
}

.menunovo ul.dropdown:nth-child(2) {
    left: 159px;
}

.menunovo ul.dropdown:nth-child(3) {
    left: -70px;
}

.menunovo ul.dropdown:nth-child(4) {
    left: 354px;
}

.menunovo ul.dropdown:nth-child(5) {
    left: -80px;
}


.menunovo ul.subdropdown li a{
    color: #b5b5b7;
    font-size: 16px;
    font-family: BebasNeueRegular;
 }   
 .menunovo ul.subdropdown li a:hover{
    color: #ffffff;
    font-size: 16px;
    font-family: BebasNeueRegular;
 }  

.menunovo ul.subdropdown:nth-child(1) {
    left: 57px;
}

.menunovo ul.subdropdown:nth-child(2) {
    left: 159px;
}

.menunovo ul.subdropdown:nth-child(3) {
    left: 251px;
}

.menunovo ul.subdropdown:nth-child(4) {
    left: 354px;
}

.menunovo ul.subdropdown:nth-child(5) {
    left: 510px;
}



.campos-contato {
    margin-top: 50px;
}

.campos-contato input,
.campos-contato textarea {
    border-color: #6b9469 !important;
}

.item-novidade {
    margin-bottom: 40px;
    margin-left: -62px;
}

.pagination li a {
    background-color: rgb(106, 106, 110);
    color: #ffffff;
    font-family: helvetica;
    border: none;
    border-radius: 0 !important;
    margin: 0 2px;
    font-weight: bold;
}

.pagination li a:hover {
    background-color: rgb(169, 169, 169);
    color: #ffffff;
}
.pagination li.active a {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #a9a9a9;
}

.pagination li a i {
    padding: 3px 0px;
}

.resultados-points {
    font-weight: 200;
    font-size: 15pt;
    color: #6D6E71;
}

.resultados-points i {
    font-weight: 500;
    color: #6D6E71;
    font-style: normal;
}

.rounded {
    border-radius: 50px;
    border: #308A42 1px solid;
    padding: 25px;
    margin-left: 20px;
}

.btn-search-product-container {
    /*margin-top: 45px;*/
}

.btn-search-product-form {
    font-size: 14pt;
}

.product-tire {
    /*margin-top: 60px;*/
}

.contact-container {
    text-align: center;
    padding-top: 25px;
}

hr {
    height: 12px !important;
    width: 343.77px !important;
    color: #D1D3D4;
    text-align: left;
}

.headline-footer {
    width: 100% !important;
}

.tira_produtos {
    background-color: #EAECEA;
    min-height: 64.75px;
}

.tira_produtos p {
    margin-left: 25px;
    font-size: 18px;
    margin-top: 18px;
    color: #6D6E71;
    margin-bottom: 25px;
}

.tira_produtos p span {
    color: #256893;
}

.produto p.titulo {
    font-size: 23px;
    color: #414042;
}

.subtitulo {
    color: #58595B;
    font-size: 20px;
    margin-top: 15px;
}

.img-photo-product-main {
    /*margin-top: 65px;*/
}

.btn-align-top-product-container {
    margin-bottom: -30px;
}

.news-detail-title {
    font-weight: 600;
    font-size: 23pt;
    color: #868688;
}

.news-title {
    margin-top: 90px;
    margin-bottom: 50px;
    margin-left: 0px;
}

.news-detail-title {
    margin-left: 100px;
}

.title-find-sales-point {
    margin-top: 30px;
    margin-bottom: 40px;
}

.maps-sales-point-location {
    margin-top: 40px;
}

.btn-sales-point {
    position: relative;
    margin-top: 100px;
}

.produto img:not(.no-d) {
    width: 324px;
    height: 324px;
}

.product-paragraph {
    text-align: justify;
    color: #6D6E71;
    font-weight: 300;
    font-size: 14px;
}

.lupa-pesquisa .produto.texto {
    font-size: 14px;
    color: 14pt;
    text-align: justify;
}

.star {
    float: right;
}

.linha hr {
    width: 100% !important;
    height: 2px;
    color: #D1D3D4;
}

.ver-mais-noticias {
    margin-top: 28px;
    overflow: hidden;
    height: 27px;
    float: right;
}

.ver-mais-noticias:hover img {
    top: -27px;
    position: relative;
}

.voltar-novidade {
    float: right;
    overflow: hidden;
    height: 40px;
    top: 145px;
    position: relative;
    cursor: pointer;
}

.voltar-novidade:hover img {
    position: relative;
    top: -40px;
}

.ver-ficha {
    float: left;
    overflow: hidden;
    width: 215px;
    height: 39px;
    margin-bottom: 20px;
}

.ver-ficha:hover img {
    top: -39px;
    position: relative;
}

.partilhar {
    float: right;
    overflow: hidden;
    width: 240px;
    height: 39px;
}

.partilhar:hover img {
    top: -39px;
    position: relative;
}

.box-login {
    width: 457.33px;
    height: 412.87px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 9999;
    border-radius: 30px;
}

.box-login {
    margin-left: 57%;
    left: -228.66px;
    margin-top: 50%;
    top: -543.43px;
    padding: 30px 45px 30px 45px;
}

.titulo-login {
    font-size: 15pt;
    color: black;
    font-weight: 600;
}

.campo-login {
    z-index: 9999;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border: 2px #ccc solid;
}

.campo-login img:first-child {
    margin-top: 16px;
    margin-left: 15px;
    float: left;
}

.campo-login .barra {
    width: 1px;
    height: 38px;
    background-color: rgb(0, 0, 0);
    margin-left: 15px;
    float: left;
    margin-top: 4px;
}

.campo-login input {
    font-size: 15pt;
    border: none;
    font-style: italic;
    margin-top: 7px;
    color: #414042;
    margin-left: 15px;
}

.campo-login.textarea {
    height: auto !important;
}

.campo-login textarea {
    font-size: 15pt;
    border: none;
    font-style: italic;
    margin-top: 7px;
    color: #414042;
    margin-left: 15px;
    width: 97%;
    resize: none;
}

.campo-login input:placeholder {
    color: #414042 !important;
}

.campo-login input::-webkit-input-placeholder {
    color: #414042;
}

.campo-login input::-moz-placeholder {
    color: #414042;
}

.campo-login input:-ms-input-placeholder {
    color: #414042;
}

.campo-login input:-moz-placeholder {
    color: #414042;
}

textarea:focus,
input:focus {
    outline: none;
}

.lembrar-me {
    font-weight: 600;
    margin-top: 10px;
}

.lembrar-me input {
    margin-right: 6px;
}

.lembrar-me a {
    color: #333;
}

.pedido-registro {
    float: right;
    overflow: hidden;
    width: 240px;
    height: 41px;
    margin-bottom: 4px;
    left: -64px;
    position: relative;
}

.pedido-registro:hover img {
    top: -41px;
    position: relative;
}

.pedido-registro a {
    margin-bottom: 5px;
}

.registro.rounded .titulo {
    font-size: 18pt;
    color: #58595b;
}

.registro.rounded {
    padding-left: 70px;
    padding-right: 70px;
}

.registro label {
    color: #8a8a8a;
    font-weight: 600;
    font-size: 14px;
    font-family: "Raleway";
}

.registro .campo-login {
    border-width: 2px;
    border-radius: 10px;
}

.guardar-ficheiro {
    float: right;
    overflow: hidden;
    width: 240px;
    height: 62px;
    background: none;
    color: transparent;
    border: none;
}

.guardar-ficheiro:hover img {
    top: -62px;
    position: relative;
}

.login-input {
    border: none;
    max-width: 200px;
}

.btn-encomendar {
    position: absolute;
    right: 176px;
    top: -44px;
    border: none;
}

.btn-encomendar a {
    border-radius: 100px;
    font-weight: bolder;
    border: none;
}

.personal-area-link {
    text-decoration: underline;
}

.btn-send-message {
    background: transparent;
    border: none;
}

.btn-send-contact-mail {
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 62px;
    border: none;
    right: 20px;
    border-radius: 100px;
    font-size: 20px;
    background-color: #256893;
    color: white;
    margin-top: 50px;
}

.btn-request-product {
    float: right;
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 62px;
    border: none;
    right: 20px;
    border-radius: 100px;
    font-size: 20px;
    background-color: #c52127;
    color: white;
}

.btn-request-product:hover,
.btn-send-contact-mail:hover {
    background: #323232;
    color: white;
}

.checkbox-request-product {
    background: #E8EEEE;
    margin-top: 20px;
    margin-bottom: 20px;
}

.holder-quantity {
    margin-top: 40px;
    margin-bottom: 40px;
}

.filter-search-product {
    margin-top: 22px;
    margin-bottom: 22px;
}

.menu-responsive {
    color: #FFF;
    font-size: 45px;
}

.produto {
    margin-left: 25px;
    margin-top: 22px;
}

#form-login {
    position: absolute;
    margin-left: 30%;
    margin-top: 3%;
}

@-moz-document url-prefix() {
    #form-login {
        position: absolute;
        margin-left: 10%;
        margin-top: 3%;
    }
}

.btn-send-newsletter {
    border-radius: 100px;
    font-weight: bold;
}

.box-catalog-download {
    position: relative;
    top: -55px;
    right: 40px;
}

.pull-to-top-button {
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    font-size: 60px;
    padding: 15px;
    position: relative;
    top: -444px;
    right: -40px;
    bottom: -444px;
}

.careful-footer {
    margin-top: 25px;
}

.footer-icons-container {
    margin-top: 85px;
}

.pull-to-top-button img {
    width: 80%;
    margin-left: 4px;
}

.pull-to-top-button:hover {
    background: black;
}

.btn-danger {
    background-color: #1a1a1a;
}

.btn-danger:hover,
.btn-danger:focus {
    background: black;
}

.title-client-card {
    margin: 40px;
}

.campo-pesquisa::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000;
}

.campo-pesquisa:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
}

.campo-pesquisa::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
}

.campo-pesquisa:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.lupa-news {
    background: #99CA3C;
    border-radius: 100px;
    line-height: 10px;
    left: 85%;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    padding-top: 27px;
    padding-left: 10px;
    font-size: 14pt;
}

.rounded-products {
    width: 1059.042px;
    height: auto;
    margin-left: 70px;
    margin-right: 45px;
}

.input-name-product-search-form {
    width: 80%;
}

.pull-to-top-product-button {
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    padding: 10px;
    position: relative;
    top: -65px;
}

.pull-to-top-product-button:hover {
    background: #323232;
}

.revenda {
    overflow: hidden;
    height: 24px;
    position: relative;
    top: 30px;
    width: auto;
}

@-moz-document url-prefix() {
    .revenda {
        overflow: hidden;
        height: 24px;
        position: relative;
        top: 15px;
        width: auto;
    }
}

.pull-to-top-button-footer {
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 20px;
    position: fixed;
    /* top: -300px; */
     bottom: 18px; 
    right: 43px;
    background: #323334;
}

.pull-to-top-button-footer:hover {
    background: #0F1A2B;
}

.pull-to-top-button-sales-point {
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding: 20px;
    position: relative;
    top: 45px;
    z-index: 999999;
}

.pull-to-top-button-sales-point:hover {
    background: #000000;
}

.pull-to-top-button-contact {
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding: 20px;
    position: relative;
    right: 25px
}

@-moz-document url-prefix() {
    .pull-to-top-button-contact {
        border-radius: 1000px;
        width: 60px;
        height: 60px;
        font-size: 20px;
        padding: 20px;
        position: relative;
        right: 0px;
        bottom: -45px;
        z-index: 99999999;
    }
}

.pull-to-top-button-contact:hover {
    background: black;
}

.product-slider-responsive-view {
    display: none;
}

.product-desktop-view {
    display: block;
/*    margin-top: 60px;
    margin-left: 75px;
    margin-right: 75px;*/
}

.item-novidade-responsive {
    display: none;
}

.news-header {
    margin-top: 68px;
}

.breadcrumb {
    border-top: 2px solid #99CA3C;
    width: 1216px;
}

.breadcrumb>li {
    display: inline-block;
    /* margin-left: 65px; */
    position: relative;
    left: 50px;
}

.breadcrumb>li.personal-area {
    left: 0px !important;
    position: relative;
}

.breadcrumb>li+li:before {
    padding: 0 15px;
    color: #545959;
    content: "|\00a0";
}

.responsive-login-container {
    position: absolute;
    right: 0;
    z-index: 99999999;
    top: 135px;
    width: 0;
}

.responsive-login-container #form-login {
    margin: 0;
    right: 0;
}

.responsive-login-container .box-login {
    margin: 0;
    min-height: 440px;
    left: 0;
}

.responsive-login-container .pedido-registro {
    left: 20px;
}

.responsive-login-container .campo-login input {
    margin-left: 5px;
    height: auto;
    margin-top: 6px;
    max-width: 120px;
}

.responsive-login-container .campo-login input:focus {
    border: none;
    box-shadow: none;
}

.contact-title {
    color: #6D6E71;
    font-size: 30pt;
}

.sub-contact-title {
    color: black;
    font-weight: 600;
    font-size: 25pt;
    margin-top: 0px;
    margin-bottom: 60px;
}

.contact-paragraph-content {
    color: #6D6E71;
    font-size: 18pt;
}

.page-product-title {
    font-size: 30pt;
    color: #6D6E71;
    margin-top: 67px;
    margin-bottom: 50px;
}

.title-search-product {
    color: #6D6E71;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 45px;
}

.search-results-title {
    font-size: 25px;
    margin-left: 40px;
    color: #6D6E71;
    font-weight: 500;
    /*margin-top: 65px;*/
    margin-bottom: 25px;
}

.lupa-home {
    height: 44px;
    left: 245px;
    overflow: hidden;
    position: absolute;
    top: 210px;
}

@media all and (min-width: 320px) and (max-width: 780px) {
    body>div.container.application-main-container>div>div.row.no-margin>div.open-menu-responsive.hidden-md.hidden-lg>ul>li:nth-child(2)>a>span.glyphicon.glyphicon-chevron-down.icon {
        display: none;
    }
    .input-footer::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
        opacity: 1;
        padding-top: 25px;
        padding-left: 15 px;
        padding-bottom: 20px;
        font-size: 12pt;
    }
    .input-footer::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        opacity: 1;
        padding-top: 25px;
        padding-left: 15px;
        padding-bottom: 20px;
        font-size: 12pt;
    }
    .input-footer:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
        opacity: 1;
        padding-top: 25px;
        padding-left: 15px;
        padding-bottom: 20px;
        font-size: 12pt;
    }
    .input-footer:-moz-placeholder {
        /* Firefox 18- */
        color: white;
        opacity: 1;
        padding-top: 25px;
        padding-left: 15px;
        padding-bottom: 20px;
        font-size: 12pt;
    }
    .responsive.footer {
        background-image: url(../images/Imagem_Rodape.png);
        min-height: 420px;
        background-size: cover;
    }
    .responsive .campo {
        background-color: #CCCCCC;
        border-radius: 20px;
        opacity: 0.5;
        height: 140px;
        margin-top: -100%;
    }
    .responsive .bt-form {
        height: 27px;
        overflow: hidden;
        right: 85px;
    }
    .responsive .block-social {
        left: 10px;
        margin-top: 120px;
    }
    .responsive .input-footer {
        font-size: 17px;
    }
    .footer-icons-container {
        margin-top: 60px;
    }
    .title-product-responsive {
        margin-bottom: -10px;
    }
    .products-main-container {
        margin-left: 0px;
        margin-right: 80px;
        margin-top: 40px;
    }
    .logo {
        position: relative;
        top: 15px;
        left: 30px;
    }
    .campo-pesquisa {
        left: 105px;
        top: 10px;
        position: relative;
    }
    .responsive-login-container {
        display: none;
    }
/*    .icon-hamburguer {
        top: 44px;
        position: relative;
        left: 80px;
    }*/
    .menunovo ul.dropdown li {
        min-height: 53px;
        float: right;
        text-align: center;
        width: 270px;
        right: -58px;
        position: relative;
    }
    .cabecalho {
        padding: 0px;
        margin-bottom: 35px;
        padding-left: 40px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .headline1,
    .headline2,
    .headline1-responsive,
    .headline2-responsive {
        text-align: center;
    }
    .headline2-continue {
        height: 710.917px !important;
        background-color: #EAECEA;
    }
    .product-paragraph {
        margin-top: 50px;
    }
    .bt-form {
        /*width: 100px;*/
    }
    .breadcrumb {
        min-height: 30px;
    }
    .btn-encomendar {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        right: 15px;
        top: -80px;
    }
    .open-menu-responsive {
        min-height: 465px;
        height: 100vh;
        z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    }
    .lupa-produtos-pesquisa {
        left: 255px !important;
        top: 275px;
    }
    .produto img:not(.no-d) {
        width: auto;
    }
    .texto {
        padding-left: 30px;
        padding-right: 45px;
        margin-top: 35px;
    }
    .news-menu-container-fix .breadcrumb {
        margin-left: -15px;
        width: 108%;
    }
    .voltar-novidade {
        float: right;
        overflow: hidden;
        height: 40px;
        top: 145px;
        position: relative;
        right: -30px;
    }
    .inner-news {
        font-weight: 600;
        font-size: 18pt !important;
        color: #414042;
    }
    .iframe-google-maps {
        width: 600px;
        height: 450px;
        border: 0px;
    }
    .texto img {
        width: 100% !important;
    }
    .rounded {
        margin-left: 26px;
        margin-right: 26px;
        width: 85%;
    }
    .produto {
        margin-left: 0px;
    }
    .img-photo-product-main {
        padding-left: 0px;
    }
    ul.menunovo {
        height: auto;
        width: 100%;
/*        left: -40px;*/
        left: 0px;
    }
    .hidden-md .pesquisa {
        left: 240px;
    }
    #form-login {
        position: relative;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact,
    .pull-to-top-product-button {
        display: none;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-bottom: 30px;
    }
    .capa-responsiva {
        left: 70px;
        position: relative;
    }
    .lupa-news {
        background: #99CA3C;
        border-radius: 100px;
        line-height: 30px;
        left: 55%;
        color: #FFFFFF;
        width: 90px;
        height: 90px;
        padding-top: 30px;
        padding-left: 10px;
        font-size: 19pt;
        top: 60%;
    }
    .ver-mais-noticias {
        margin-top: 40px;
        position: relative;
        left: -35%;
        height: 45px;
        overflow: hidden;
        background-color: #c52127;
        padding: 10px;
        color: #FFFFFF;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 20px;
        font-weight: 600;
        border: none;
    }
    .ver-mais-noticias:hover {
        background: black;
        color: white;
    }
    .ver-mais-noticias a {
        text-decoration: none;
        color: white;
    }
    .ver-mais-noticias:hover a {
        text-decoration: none;
        color: white;
    }
    .news-container-text {
        margin-top: 30px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .checkbox-request-product {
        background: #E8EEEE;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 30px;
    }
    .btn-request-product {
        float: right;
        position: relative;
        overflow: hidden;
        width: 240px;
        height: 62px;
        border: none;
        right: 55px;
        border-radius: 100px;
        font-size: 20px;
        background-color: #c52127;
        color: white;
    }
    .breadcrumb>li {
        display: inline-block;
        position: relative;
        left: 30px;
    }
    .breadcrumb>li+li:before {
        padding: 0 5px;
        color: #545959;
        content: "|\00a0";
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    .box-login {
        position: relative;
        top: 0px;
        margin-top: 0px;
    }
    .registro.rounded {
        padding-left: 0px;
        padding-right: 0px;
    }
    .rounded {
        margin-left: 26px;
        margin-right: 26px;
        width: 85%;
    }
    .btn-search-product-container {
        margin-top: 26px;
    }
    .search-results-title {
        margin-top: 50px;
        font-size: 20pt;
        text-align: center;
        margin-left: 0px;
    }
    .tira_produtos p {
        font-size: 11pt;
    }
    .produto {
        margin-top: 40px;
    }
    .subtitulo {
        color: #58595B;
        font-size: 14pt;
        margin-top: -15px;
    }
    .img-photo-product-main {
        margin-top: 30px;
    }
    .tira_produtos {
        height: auto !important;
    }
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    #form-login {
        position: relative;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 35px;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
    .breadcrumb>li+li:before {
        padding: 0 5px;
        color: #545959;
        content: "|\00a0";
    }
}

.pos-area-restrita {
    top: -8px;
    position: relative;
    margin-left: 4px;
    color: #fff;
    font-weight: 600;
    color: #fff;
}
.pos-area-registro {
    top: -8px;
    position: relative;
    margin-left: 4px;
    color: #fff;
    font-weight: 600;
    color: #fff;
}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
    .box-login {
        position: relative;
        top: 0px;
        margin-top: 0px;
    }
    .registro.rounded {
        padding-left: 0px;
        padding-right: 0px;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: -76px !important;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 35px;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
        margin-top: -18px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 274px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-top: -18px;
    }
}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
    .box-login {
        position: relative;
        top: 0px;
        margin-top: 0px;
    }
    .registro.rounded {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .box-login {
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 0px;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
        height: auto;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
    .tira_produtos {
        height: auto !important;
    }
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .pull-to-top-button {
        display: none;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: left;
        width: 100%;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    .tira_produtos {
        height: auto !important;
    }
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: left;
        width: 100%;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
}


/**********
iPad 3
**********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    /* Styles */
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* Styles */
}


/* iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 270px !important;
    }
    #form-login {
        position: relative;
    }
    .pull-to-top-button,
    .pull-to-top-button-sales-point,
    .pull-to-top-button-contact {
        display: none;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 120px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 5px;
        text-decoration: none;
        float: left;
        width: 100%;
        padding-left: 30px;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 0px;
        /* margin: 0 auto; */
        margin-left: 50px;
        margin-top: 20px
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* iPhone 5 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* iPhone 6 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* iPhone 6+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* Samsung Galaxy S3 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* Samsung Galaxy S4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}


/* Samsung Galaxy S5 ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .lupa-produtos-pesquisa {
        left: 0 !important;
    }
    #form-login {
        position: relative;
    }
    .container {
        margin: 0;
        /*padding: 0;*/
        width: 100%;
    }
    .hidden-md .pesquisa {
        left: 230px;
    }
    .product-slider-responsive-view {
        display: block;
    }
    .product-desktop-view {
        display: none;
    }
    .lupa-home {
        left: 260px;
    }
    .open-menu-responsive ul li {
        list-style-type: none;
        padding: 10px;
        text-decoration: none;
        float: none;
        margin-left: 0;
    }
    .open-menu-responsive ul.dropdown {
        margin-left: 0px;
        position: relative;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        left: 0px;
        box-shadow: none;
        font-family: 'Open Sans';
    }
    .menunovo .ul.dropdown:nth-child(2) {
        left: 0;
    }
    .partilhar {
        float: left;
        overflow: hidden;
        width: 240px;
        height: 39px;
        margin-left: 40px;
    }
    .ver-ficha {
        float: left;
        overflow: hidden;
        width: 215px;
        height: 39px;
        margin-bottom: 20px;
        /* margin: 0 auto; */
        margin-left: 50px;
    }
    .item-novidade-responsive {
        display: block;
        margin-top: 25px;
    }
    .novidade-desktop {
        display: none;
    }
    .news-header {
        padding-left: 0;
    }
    .rounded-sales-point {
        width: 90%;
        margin-left: 15px;
    }
    .see-more-products-contact-page-button {
        display: none;
    }
    .revenda {
        width: auto !important;
    }
    .breadcrumb>li {
        display: inline-block;
        /* margin-left: 65px; */
        position: relative;
        left: 30px;
    }
}