html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body.blocked {
    overflow: hidden;
}

body .overlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.row,
.form-group {
    margin: 0 !important;
    overflow: hidden;
}

button.v1 {
    background: #0069B4;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 12px 45px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

button.v2 {
    background: #fff;
    color: #0069B4;
    border: 1px solid #0069B4;
    border-radius: 8px;
    padding: 10px 55px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

button.v2:hover {
    background: #0069B4;
    color: #fff;
}

button.v3 {
    background: #0069B4;
    color: #fff;
    border: 1px solid #0069B4;
    border-radius: 8px;
    padding: 10px 55px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

button.v3:hover {
    background: #fff;
    color: #0069B4;
}
.btn_restricted_area {
    background: #fff;
    position: fixed;
    width: 120px;
    top: 30vh;
    right: 0;
    padding: 12px;
    box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
    text-align: center;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    z-index: 98;
}

.btn_export_catalog {
    top: 14vh;
}

.btn_restricted_area img {
    display: block;
    margin: 0 auto 5px;
}

.btn_restricted_area span {
    color: #0069B4;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.btn_restricted_area.btn_catalog {
    top: 44vh;
}

.btn_restricted_area.btn_catalog1 {
    top: 60vh;
}

.btn_restricted_area.btn_catalog2 {
    top: 76vh;
}

@media screen and (max-width:992px) {
    .btn_restricted_area {
        width: 55px;
        font-size: 10px;
        line-height: 10px;
        padding: 5px 8px;
    }
    .btn_restricted_area img {
        width: 100%;
    }
}

.menu_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #0069B4;
    padding: 15px 5%;
    width: 100%;
    z-index: 3;
}

.menu_holder .navbar-header {}

.menu_holder .navbar-header img {
    width: 230px;
    height: 75px;
}

.menu_holder .menu-toggler {
    position: absolute;
    background: transparent;
    border: 0;
    width: 35px;
    top: 18px;
    right: 3%;
    cursor: pointer;
    display: none;
}

.menu_holder .menu-toggler span {
    height: 3px;
    width: 100%;
    background-color: #e3861d;
    margin-top: 5px;
    display: block;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
    background-color: #808b92;
}

.menu_holder .menu {
    display: inline-block;
    margin: 20px 0 10px 50px;
    float: right;
}

.menu_holder .menu-nav {
    list-style: none;
    margin: 0;
}

.menu_holder .menu-nav .dropdown {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.menu_holder .menu-nav .dropdown a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.menu_holder .menu-nav .dropdown.language a {
    color: #fff;
    text-transform: uppercase;
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav li.active > a,
.menu_holder .menu-nav li.active:hover > a {
    color: #fff;
    text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: #333;
    cursor: default;
}

.menu_holder .dropdown-menu hr {
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}

.menu_holder .dropdown-menu a:hover {
    background-color: transparent;
}


@media screen and (max-width: 1450px){
    .btn_restricted_area {
        padding: 8px;
    }
    
    .btn_restricted_area img {
        width: 50px;
    }
    
    /*.btn_export_catalog {
        top: 9vh;
    }*/
    
    .btn_restricted_area.btn_catalog1 {
        top: 60vh;
    }

    .btn_restricted_area.btn_catalog2 {
        top: 78vh;
    }
}

@media screen and (min-width:993px) {
    .menu_holder .menu {
        display: inline-block !important;
    }
}

@media screen and (max-width:992px) {
    .menu_holder {
        padding: 15px 5%;
        z-index: 120;
    }
    .menu_holder .container {
        padding: 0 20px;
        width: 90%;
    }
    .menu_holder .navbar-header {
        top: -15px;
    }
    .menu_holder .navbar-header img {
        width: 110px;
        height: 40px;
    }
    .menu_holder .menu-toggler {
        display: block;
    }
    .menu_holder .menu {
        margin: 40px 0 0;
        width: 100%;
        display: none;
    }
    .menu_holder .menu-nav {
        padding: 0;
    }
    .menu_holder .menu-nav .dropdown {
        display: block;
        width: 100%;
        margin: 15px;
    }
    .menu_holder .menu-nav .dropdown a {
        font-size: 14px;
    }
}


@media screen and (max-height:654px) {
    .btn_restricted_area img {
        width: 35px;
    }
}

.banner {
    position: relative;
    width: 100%;
    margin-top: 85px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.banner ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner ul img {
    width: 100%;
}

.banner ul li {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner.internas li {
    height: 260px;
    background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}

.banner .conteudo {
    position: absolute;
    top: 40%;
    left: 5%;
    text-align: left;
    width: 35%;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.banner .conteudo .nome {
    color: #0069B4;
    font-size: 2.3vW;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.banner .conteudo .descricao {
    color: #7E7E7E;
    font-size: 1.8vW;
    margin-bottom: 50px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.fakebanner {
    height: 100px;
}

@media screen and (max-width:992px) {
    .banner,
    .banner ul li {
        height: 350px;
    }
    
    .banner{
        margin-top: 70px;
    }
    
    .banner.internas,
    .banner.internas li {
        height: 200px;
    }
    .banner ul img {
        display: none !important;
    }
    .banner .conteudo {
        top: 30%;
        width: 70%;
    }
    .banner .conteudo .nome {
        font-size: 4vW;
    }
    .banner .conteudo .descricao {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .banner .conteudo button {
        font-size: 13px;
        padding: 10px 35px;
    }
}

@media screen and (max-width:470px) {
    .banner .conteudo {
        width: 80%;
        padding: 0 5%;
    }
    .banner .conteudo .nome {
        font-size: 18px;
    }
}

.bloco {
    position: relative;
    width: 100%;
    padding: 85px 0;
    overflow: hidden;
}

.bloco.no-margin {
    padding: 0;
}

.bloco h2 {
    font-size: 32px;
    color: #0069B4;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.bloco h3 {
    font-size: 16px;
    color: #7887A7;
    margin-bottom: 35px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco h4 {
    font-size: 17px;
    color: #111;
}

.bloco p {
    font-size: 18px;
    color: #7887A7;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco hr {
    border-top: 3px solid #dbdbdb;
    width: 400px;
}

@media screen and (max-width:992px) {
    .bloco {
        padding: 40px 0;
    }
    .bloco hr {
        width: 100px;
    }
    .bloco h2 {
        font-size: 25px;
    }
    .bloco p {
        font-size: 15px;
    }
}

.midder {
    width: 100%;
    height: 650px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
    padding: 0 2%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo h2 {
    font-size: 48px;
    color: #111;
    text-transform: none;
}

.midder .conteudo p {
    font-size: 17px;
    color: #838383;
}

@media screen and (max-width:992px) {
    .midder {
        height: 250px;
        background-attachment: initial;
    }
    .midder .conteudo h2 {
        font-size: 25px;
    }
}

.bloco_pesquisa_produto {
    background: #0069B4;
    padding: 50px 0 85px;
}

.bloco_pesquisa_produto p {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
}

.bloco_pesquisa_produto .holder_search_prod {
    position: relative;
}

.bloco_pesquisa_produto .holder_search_prod input {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 8px 15px;
    height: 36px;
}

.bloco_pesquisa_produto .holder_search_prod button {
    position: absolute;
    background: #EBF7FF;
    top: 0;
    right: 0;
    height: 36px;
    padding: 8px 20px;
    border: 0;
    color: #0069B4;
    border-radius: 0 8px 8px 0;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.holder_home_cats {
    background: #fff;
    position: relative;
    top: -30px;
    overflow: hidden;
    width: 75%;
    margin: -5px auto;
    z-index: 1;
    box-shadow: 0 2px 29px 1px rgba(0, 0, 0, 0.08);
}

.holder_home_cats .categoria {
    text-align: center;
    padding: 25px 15px;
    cursor: pointer;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.holder_home_cats .categoria:hover {
    background: #f2f2f2;
}

.holder_home_cats .categoria img {
    height: 18px;
    margin-right: 3px;
}

.holder_home_numeros {
    background: #fff;
    position: relative;
    top: -30px;
    overflow: hidden;
    width: 75%;
    margin: 75px auto -80px;
    z-index: 1;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

.holder_home_numeros .categoria {
    text-align: center;
    padding: 25px 15px;
    color: #0069B4;
}

.holder_home_numeros .categoria .num {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    display: block;
    line-height: 30px;
}

.holder_home_numeros .categoria .txt {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_certificacoes {
    background: #0069B4;
    padding: 120px 0 85px;
}

.bloco_certificacoes img {
    height: 70px;
    margin-bottom: 15px;
}

.bloco_certificacoes h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.bloco_certificacoes p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width:992px) {
    .bloco_certificacoes img {
        margin-top: 35px;
    }
}

@media screen and (max-width:992px) {
    .bloco_manufactures img {
        max-width: 75px;
        margin-top: 25px;
    }
}

.bloco_testemunhos .fundo {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}

.bloco_testemunhos .fundo .cinzenta {
    position: relative;
    background: rgba(164, 164, 164, 0.06);
    width: 33%;
    height: 100%;
    float: left;
}

.bloco_testemunhos .fundo .cinzenta .big_aspas {
    position: absolute;
    top: 110px;
    left: 10%;
    color: RGBA(0, 105, 180, 0.13);
    font-style: italic;
    font-size: 21vw;
    font-weight: 600;
    letter-spacing: -18px;
    line-height: 10vw;
}

.bloco_testemunhos .fundo .azul {
    background: #0069B4;
    width: 67%;
    height: 100%;
    float: left;
}

.bloco_testemunhos .holder_conteudo {
    padding: 0 5%;
}

.bloco_testemunhos .holder_conteudo .holder_h2 {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.bloco_testemunhos .holder_conteudo h2 {
    margin-top: 0;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos {
    width: 75%;
    float: left;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos #slider_testemunhos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho {
    background: #fff;
    padding: 35px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    font-size: 1vw;
    line-height: 1.4vw;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho.active {
    background: #2294ED;
    color: #fff;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho .aspas {
    color: #0069B4;
    font-style: italic;
    font-size: 180px;
    font-weight: 600;
    line-height: 10px;
    margin-top: 85px;
    letter-spacing: -8px;
    margin-left: -20px;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho.active .aspas {
    color: #fff;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho .nome {
    margin-top: 20px;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .owl-controls {
    width: 100%;
    text-align: center;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .owl-dots {
    text-align: center;
    margin: 35px auto 0;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .owl-dots .owl-dot {
    background: transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    vertical-align: middle;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bloco_testemunhos .holder_conteudo .holder_testemunhos .owl-dots .owl-dot.active {
    background: #fff;
}

@media screen and (max-width:992px) {
    .bloco_testemunhos .fundo .cinzenta,
    .bloco_testemunhos .fundo .azul {
        width: 100%;
    }
    .bloco_testemunhos .fundo .cinzenta .big_aspas {
        font-size: 190px;
    }
    .bloco_testemunhos .holder_conteudo .holder_h2,
    .bloco_testemunhos .holder_conteudo .holder_testemunhos {
        width: 100%;
        float: none;
    }
    .bloco_testemunhos .holder_conteudo .holder_testemunhos {
        margin-top: 50px;
    }
    .bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho {
        font-size: 15px;
        line-height: initial;
    }
}


.bloco_documentos .holder_documentos {
    margin-top: 50px;
}

.bloco_documentos .holder_documentos a {
    outline: none !important;
    text-decoration: none !important;
}

.bloco_documentos .holder_documentos .single_documento {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
    color: #7887A7;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_documentos .holder_documentos .single_documento .icon {
       background: #016f9d;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    color: #fff;
    padding: 7px 11px;
}

.bloco_documentos .holder_documentos .single_documento .titulo {
    display: inline-block;
    font-size: 18px;
    color: #7887A7;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    margin-left: 10px;
}




.banner .bloco_pesquisa_produto {
    background: url('/site/imagens/fill_banner_produtos.png') no-repeat left center/auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    z-index: 1;
}

.banner .bloco_pesquisa_produto .content {
    position: absolute;
    height: 160px;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
}

.banner .bloco_pesquisa_produto .content p {
    color: #fff;
    font-size: 2.3vW;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    width: 75%;
    line-height: 50px;
}

.banner .bloco_pesquisa_produto .content p {
    color: #fff;
    font-size: 2.3vW;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    width: 75%;
    line-height: 50px;
}


.banner_servicos .bloco_pesquisa_produto {
    background: url('/site/imagens/fill_banner_produtos.png') no-repeat left center/auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    z-index: 1;
}

.banner_servicos .bloco_pesquisa_produto .content {
    position: absolute;
    height: 160px;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
}

.banner_servicos .bloco_pesquisa_produto .content p {
    color: #fff;
    font-size: 2.3vW;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    width: 75%;
    line-height: 50px;
}

.banner_produtos .bloco_pesquisa_produto {
    background: url(/site/imagens/fill_banner_produtos.png) no-repeat left center/auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    z-index: 1;
}

.banner_produtos .bloco_pesquisa_produto .content {
    position: absolute;
    height: 160px;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
}

.banner_produtos .bloco_pesquisa_produto .content p {
    color: #fff;
    font-size: 2.3vW;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    width: 75%;
    line-height: 50px;
}

.banner_produtos .bloco_pesquisa_produto button {
    background: #0069B4;
    color: #fff;
}


.banner_servicos .conteudo {
    z-index: 2;
}


.banner_servicos .conteudo .nome{
    color: #fff;
}


@media screen and (max-width:992px) {
    
    .banner .bloco_pesquisa_produto {
        width: 100%;
    }
    .banner .bloco_pesquisa_produto .content p {
        font-size: 17px;
        line-height: initial;
    }
    
    .banner_servicos .bloco_pesquisa_produto {
        width: 100%;
    }
    .banner_servicos .bloco_pesquisa_produto .content p {
        font-size: 17px;
        line-height: initial;
    }
    
    .banner_produtos .bloco_pesquisa_produto {
        width: 100%;
    }
    .banner_produtos .bloco_pesquisa_produto .content p {
        font-size: 17px;
        line-height: initial;
    }
    .banner_produtos .bloco_pesquisa_produto button {
        position: relative;
        width: 100%;
    }
}

.bloco_produtos .menu_produtos {
    width: 250px;
    float: left;
}

.bloco_produtos .menu_produtos .holder_categoria .categoria {
    color: #7E7E7E;
    margin: 10px 0;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
}

.bloco_produtos .menu_produtos .holder_categoria .categoria img {
    width: 25px;
    margin-right: 10px;
}

.bloco_produtos .menu_produtos .holder_categoria .categoria a {
    color: #7E7E7E;
    text-decoration: none;
}

.bloco_produtos .menu_produtos .holder_categoria .categoria.active,
.bloco_produtos .menu_produtos .holder_categoria .categoria:hover,
.bloco_produtos .menu_produtos .holder_categoria .categoria:hover a {
    color: #0069B4;
    text-decoration: none;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats {
    padding: 10px 15px;
    display: none;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria {
    color: #7E7E7E;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria img {
    width: 25px;
    margin-right: 10px;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria a {
    color: #7E7E7E;
    text-decoration: none;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria:hover,
.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria:hover a,
.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria.active,
.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria.active a {
    color: #0069B4;
    text-decoration: none;
    font-weight: 500;
}



.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats {
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .subcategoria.active + .holderSubSubcats{
    max-height: 300px;
    padding-top: 1px;
    padding-bottom: 10px;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria {
    color: #7E7E7E;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria img {
    width: 25px;
    margin-right: 10px;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria a {
    color: #7E7E7E;
    text-decoration: none;
}

.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria:hover,
.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria:hover a,
.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria.active,
.bloco_produtos .menu_produtos .holder_categoria .holder_subcats .holderSubSubcats .subcategoria.active a {
    color: #0069B4;
    text-decoration: none;
    font-weight: 500;
}



.bloco_produtos .holder_produtos {
    width: calc(100% - 250px);
    float: left;
}

.bloco_produtos .holder_produtos .single_produto {
    position: relative;
    width: 30%;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 15px;
    margin: 0 1% 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bloco_produtos .holder_produtos .single_produto:hover {
    box-shadow: 0 20px 89px -1px rgba(205, 205, 205, 0.37);
    z-index: 1;
}

.bloco_produtos .holder_produtos .single_produto .imagem img {
    width: 100%;
}

.bloco_produtos .holder_produtos .single_produto .info .nome {
    color: #0069B4;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.bloco_produtos .holder_produtos .single_produto .info .resumo {
    color: #6B7C93;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_produtos .holder_produtos .single_produto .holder_btn {
    position: absolute;
    background: #fff;
    bottom: -50px;
    left: 0;
    right: 0;
    padding: 15px 0;
    display: none;
}

.bloco_produtos .holder_produtos .single_produto:hover .holder_btn {
    display: block;
}

.bloco_produtos .holder_produtos .single_produto .holder_btn button {
    background: transparent;
    color: #0069B4;
    padding: 6px 20px;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

@media screen and (max-width:992px) {
    .bloco_produtos .menu_produtos {
        width: 100%;
        text-align: center;
    }
    .bloco_produtos .holder_produtos {
        width: 100%;
        margin-top: 50px;
    }
    .bloco_produtos .holder_produtos .single_produto {
        width: 100%;
        margin: 0 1% 100px;
    }
    .bloco_produtos .holder_produtos .single_produto img {
        width: 60%;
    }
}

.holder_produto_detalhe {
    background: #fff;
    width: calc(100% - 260px);
    float: right;
    padding: 25px;
    box-shadow: 0 20px 89px -1px rgba(205, 205, 205, 0.37);
}

.holder_produto_detalhe .main_image {
    width: 100%;
    margin: 20px 0 0;
    display: inline-block;
    text-align: center;
}

.holder_produto_detalhe .main_image ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.holder_produto_detalhe .main_image ul img {
    max-width: 100%;
    width: unset;
    margin: auto;
}

.holder_produto_detalhe .main_image .owl-controls {
    width: 100%;
    text-align: center;
}

.holder_produto_detalhe .main_image .owl-dots {
    text-align: center;
    margin: 35px auto 0;
}

.holder_produto_detalhe .main_image .owl-dots .owl-dot {
    background: #0069B4;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.holder_produto_detalhe .main_image .owl-dots .owl-dot.active {
    width: 16px;
    height: 16px;
}

.holder_produto_detalhe h2,
.holder_produto_detalhe .nome,
.holder_produto_detalhe .voltar,
.holder_produto_detalhe .sabia_que {
    color: #016ED7;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.holder_produto_detalhe .voltar {
    margin: 10px 0 10px 25px;
}

.holder_produto_detalhe .resumo {
    color: #6B7C93;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

.holder_produto_detalhe .holder_btns {
    margin: 35px 0 0;
}

.holder_produto_detalhe .holder_btns button {
    padding: 7px 40px;
    outline: none;
}

.holder_produto_detalhe .holder_btns a {
    text-decoration: none;
}

.holder_produto_detalhe .holder_btns .doc {
    background: transparent;
    border: 1px solid #0069B4;
    color: #0069B4;
    font-size: 12px;
}

.holder_produto_detalhe .holder_btns .doc:not(.disabled):hover {
    background: #0069B4;
    color: #fff;
}

.holder_produto_detalhe .holder_btns .doc.disabled {
    opacity: 0.3;
    cursor: default;
}

.holder_produto_detalhe .holder_btns .orcamento {
    background: #0069B4;
    border: 1px solid #0069B4;
    font-size: 12px;
}

.holder_produto_detalhe hr {
    width: 90%;
    margin: 50px auto;
    border-top: 1px solid #D7D7D7;
}

.holder_produto_detalhe .holder_table {
    margin-top: 50px;
}

.holder_produto_detalhe table thead th {
    padding: 8px 0;
    border-radius: 8px 8px 0 0;
    background: #0069B4;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.holder_produto_detalhe table td {
    color: #8CA0B3;
    padding: 15px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.holder_produto_detalhe table tr td:first-child {
    color: #8CA0B3;
    font-weight: 500;
}

.holder_produto_views {
    width: calc(100% - 260px);
    float: right;
    padding: 25px;
}

@media screen and (max-width:992px) {
    .holder_produto_detalhe {
        width: 100%;
        padding: 25px 10px 0;
    }
    .holder_produto_detalhe .nome {
        margin-top: 50px;
    }
    .holder_produto_detalhe .holder_btns button {
        width: 100%;
        margin-bottom: 15px;
    }
    .bloco_produtos .holder_produto_views {
        width: 100%;
    }
}

.bloco_servicos {
    padding: 0 0 85px;
}

.bloco_servicos .single_servico {
    text-align: center;
}

.bloco_servicos .single_servico .nome {
    color: #0069b3;
    margin-top: 13px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.bloco_servicos .single_servico .nome::after {
    content: "";
    background: #0069b3;
    position: absolute;
    width: 55px;
    height: 3px;
    left: 0px;
    right: 0px;
    bottom: -30px;
    margin: auto;
}

@media screen and (max-width:992px) {
    .bloco_servicos .single_servico {
        margin-bottom: 50px;
    }
    .bloco_servicos .single_servico .nome::after {
        bottom: -15px;
    }
}

.bloco_servicos_indices {
    background: #0069B4;
}

.bloco_servicos_indices h2,
.bloco_servicos_indices p {
    color: #fff;
}

.bloco_servicos_indices .holder_indices {
    margin-top: 90px;
}

.bloco_servicos_indices .holder_indices .single_indice .nome {
    color: #fff;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

@media screen and (max-width:992px) {
    .bloco_servicos_indices .single_indice {
        margin-bottom: 50px;
    }
    .bloco_servicos_indices .single_indice img {
        width: 75px;
    }
}

.holder_solutions {
    margin-top: 50px;
}

.holder_solutions .single_solution {
    background: url('/site/imagens/solution_check.png') no-repeat left top/25px;
    font-size: 19px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    margin: 0 0 15px;
    padding: 0 0 5px 40px;
}

.bloco_imagem_lateral .imagem_lateral {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 750px;
}

@media screen and (max-width:992px) {
    .bloco_imagem_lateral .imagem_lateral {
        position: relative;
        width: 100%;
    }
}

.bloco_noticias_home .holder_noticias_home {
    margin-top: 50px;
    overflow: hidden;
    display: flex;
}

.bloco_noticias_home .holder_noticias_home .latest_news {
    box-shadow: 6px 5px 21px 3px rgba(193, 193, 193, 0.15);
    overflow: hidden;
    display: flex;
    border-radius: 8px;
    margin-left: -15px;
}

.bloco_noticias_home .holder_noticias_home .latest_news .info {
    width: 50%;
    float: left;
}

.bloco_noticias_home .holder_noticias_home .latest_news .info a {
    text-decoration: none;
}

.bloco_noticias_home .holder_noticias_home .latest_news .titulo {
    color: #0069B4;
    padding: 25px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    border-bottom: 1px solid rgba(39, 57, 81, 0.08);
}

.bloco_noticias_home .holder_noticias_home .latest_news .resumo {
    padding: 25px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticias_home .holder_noticias_home .latest_news .conteudo {
    padding: 0 25px 25px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticias_home .holder_noticias_home .latest_news button {
    margin-left: 25px;
    margin-bottom: 25px;
}

.bloco_noticias_home .holder_noticias_home .latest_news .imagem {
    width: 50%;
    float: left;
}

.bloco_noticias_home .holder_noticias_home ul {
    height: 100%;
    padding: 0;
}

.bloco_noticias_home .holder_noticias_home ul .owl-stage-outer,
.bloco_noticias_home .holder_noticias_home ul .owl-stage-outer .owl-stage,
.bloco_noticias_home .holder_noticias_home ul .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.bloco_noticias_home .holder_noticias_home ul li {
    position: relative;
    height: 100%;
    list-style: none;
    padding: 20px;
    border-radius: 8px;
}

.bloco_noticias_home .holder_noticias_home_down ul li {
    text-align: center;
    min-height: 500px;
}

.bloco_noticias_home .holder_noticias_home ul li .titulo {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticias_home .holder_noticias_home ul li .resumo {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticias_home .holder_noticias_home ul li button {
    position: absolute;
    background: #fff;
    bottom: 60px;
    right: 20px;
    color: #0069B4;
    font-size: 12px;
}

.bloco_noticias_home .holder_noticias_home_down ul li button {
    position: relative;
    background: #fff;
    bottom: unset;
    right: unset;
    color: #0069B4;
    font-size: 12px;
    margin-top: 15px;
}

.bloco_noticias_home .holder_noticias_home ul .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -20px auto 0;
    left: 0;
    right: 0;
}

.bloco_noticias_home .holder_noticias_home ul .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: transparent;
}

.bloco_noticias_home .holder_noticias_home ul .owl-dots .owl-dot.active {
    background: #fff;
}

.bloco_noticias_home .holder_noticias_home .outras_noticias {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 20px;
    border: 1px solid rgba(120, 135, 167, 0.13);
}

.bloco_noticias_home .holder_noticias_home .outras_noticias .info {
    width: 75%;
    float: left;
}

.bloco_noticias_home .holder_noticias_home .outras_noticias .info .titulo {
    color: #0069B4;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticias_home .holder_noticias_home .outras_noticias .info .resumo {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticias_home .holder_noticias_home .outras_noticias .info button {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    padding: 5px 50px;
    margin-top: 15px;
}

.bloco_noticias_home .holder_noticias_home .outras_noticias .imagem {
    width: 25%;
    float: left;
    border-radius: 8px;
}

@media screen and (max-width:992px) {
    .bloco_noticias_home .holder_noticias_home {
        display: block;
    }
    .bloco_noticias_home .holder_noticias_home .latest_news {
        display: block;
        margin-bottom: 50px;
    }
    .bloco_noticias_home .holder_noticias_home .latest_news .info,
    .bloco_noticias_home .holder_noticias_home .latest_news .imagem {
        width: 100%;
    }
    .bloco_noticias_home .holder_noticias_home ul li {
        height: 320px;
        min-height: unset;
    }
    .bloco_noticias_home .holder_noticias_home ul li button {
        left: 0;
        right: 0;
        margin: auto;
    }
    .bloco_noticias_home .holder_noticias_home .outras_noticias {
        display: block;
    }
    .bloco_noticias_home .holder_noticias_home .outras_noticias .info {
        width: 100%;
    }
    .bloco_noticias_home .holder_noticias_home .outras_noticias .imagem {
        display: none;
    }
}

.bloco_noticias .single_noticia {
    box-shadow: 0 1px 17px 0 #ECECEC;
    border-bottom: 10px solid #0069B4;
}

.bloco_noticias .single_noticia a {
    text-decoration: none;
}

.bloco_noticias .single_noticia .imagem {
    height: 180px;
}

.bloco_noticias .single_noticia .info {
    padding: 10px 10px 20px;
}

.bloco_noticias .single_noticia .info .data {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 5px;
}

.bloco_noticias .single_noticia .info .titulo {
    color: #0069B4;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 6px;
}

.bloco_noticias .single_noticia .info .resumo {
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

@media screen and (max-width:470px) {
    .bloco_noticias .single_noticia {
        margin-bottom: 50px;
    }
}

.bloco_noticia_detalhe .titulo {
    font-size: 27px;
    text-transform: none;
}

.bloco_noticia_detalhe p {
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_noticia_detalhe .holder_imagem {
    text-align: center;
    margin-top: 50px;
}

.bloco_noticia_detalhe .holder_imagem img {
    max-width: 100%;
}

.bloco_noticia_detalhe .holder_share {
    margin-top: 70px;
    text-align: center;
}

.bloco_noticia_detalhe .holder_share h2 {
    font-size: 19px;
    margin-bottom: 20px;
}

.bloco_noticia_detalhe .holder_share a {
    text-decoration: none;
}

.bloco_noticia_detalhe .holder_share i {
    margin: 0 5px;
    font-size: 18px;
    color: #8E99A8;
    border: 1px solid #8E99A8;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 7px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bloco_noticia_detalhe .holder_share i:hover {
    background: #8E99A8;
    color: #fff;
}

.bloco_contactos h3 {
    font-size: 21px;
    color: #0069B4;
}

.bloco_contactos .holder_content_contactos p,
.bloco_contactos .holder_content_contactos a {
    font-size: 15px;
    color: #7887A7;
}

.bloco_contactos .row {
    margin-bottom: 20px !important;
}

.bloco_contactos #form_contactos input[type=text],
.bloco_contactos #form_contactos select,
.bloco_contactos #form_contactos textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
}

.bloco_contactos #form_contactos select {
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#googleMap {
    height: 100vH;
}

@media screen and (max-width:992px) {
    #googleMap {
        height: 100vH;
    }
}

.bloco_pharmacovigilance .holder_icons {
    overflow: hidden;
}

.bloco_pharmacovigilance .holder_icons .pharmacovigilance_icon {
    text-align: center;
    cursor: pointer;
}

.bloco_pharmacovigilance .holder_conteudo {
    margin-top: 50px;
}

.bloco_pharmacovigilance .holder_conteudo .single_conteudo:not(:first-child) {
    display: none;
}

.bloco_pharmacovigilance .holder_conteudo .single_conteudo {
    text-align: center;
}

.bloco_pharmacovigilance .holder_conteudo .single_conteudo hr {
    margin: 120px auto 60px;
}

.bloco_pharmacovigilance .holder_conteudo .single_conteudo .holder_btns a {
    margin: 0 50px;
    cursor: pointer;
}

.bloco_pharmacovigilance .holder_conteudo .single_conteudo .holder_btns button {
    font-size: 14px;
}

.bloco_popup {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1000px;
    height: 630px;
    margin: auto;
    padding: 50px 30px;
    box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
    border-radius: 8px;
    z-index: 100;
    display: none;
}

.bloco_popup .popup_heading {
    margin-bottom: 25px;
}

.bloco_popup .popup_heading .icon {
    width: 80px;
    display: inline-block;
}

.bloco_popup .popup_heading .icon img {
    width: 75px;
}

.bloco_popup .popup_heading .titulo {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.bloco_popup .popup_heading .titulo h2 {
    margin: 0 0 15px;
    color: #0069B4;
}

.bloco_popup .popup_heading .titulo h3 {
    margin: 0;
    color: #0069B4;
    font-size: 17px;
    font-weight: 300;
}

.bloco_popup .popup_body {
    padding-left: 100px;
}

.bloco_popup form {
    max-width: 800px;
}

.bloco_popup #form_registo {
    margin-left: -15px;
}

.bloco_popup form input:not([type="checkbox"]) {
    background: #EFF6FA;
    width: 100%;
    border: 0;
    border-radius: 5px;
    color: #7887A7;
    padding: 8px 12px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_popup form label,
.bloco_popup form .input-group {
    margin-bottom: 7px;
    font-size: 15px;
    color: #7887A7;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.bloco_popup form .btn_full {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.bloco_popup #form_registo button {
    margin-top: 20px;
}

.bloco_popup .reserved_logout {
    margin-top: 30px;
    color: #0069B4;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.bloco_popup .popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 17px;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .bloco_popup {
        overflow: auto;
        height: auto;
        top: 15px;
        bottom: 15px;
        left: 5px;
        right: 5px;
        z-index: 130;
    }
    .bloco_popup .popup_heading .icon {
        display: none;
    }
    .bloco_popup .popup_heading .titulo {
        width: 100%;
        padding: 0;
    }
    .bloco_popup .popup_body {
        padding: 0;
        margin-bottom: 40px;
    }
}

.footer {
    background: #0069B4;
    position: relative;
    width: 100%;
    padding: 25px 0;
}

.footer h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer h3 {
    color: #fff;
}

.footer .holder_buttons {
    margin-top: 20px;
    text-align: right;
}

.footer .holder_buttons .trigger_contactos {
    background: #fff;
    color: #0069B4;
}

.footer .holder_buttons .trigger_newsletter {
    border: 1px solid #fff;
    color: #fff;
}

.footer hr {
    color: #fff;
    border-top: 1px solid #fff;
    width: 100%;
}

.footer .logo_footer {
    width: 150px;
}

.footer p,
.footer .link {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

.footer a {
    color: #fff;
}

.footer .link {
    cursor: pointer;
}

.footer .contactos_footer {
    text-align: right;
}

.lower_footer {
    background: #0069B4;
    padding: 15px 0;
}

.lower_footer p,
.lower_footer a {
    font-size: 13px;
    color: #fff;
}

@media screen and (max-width:992px) {
    .footer .holder_buttons button {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer .logo_footer {
        margin-bottom: 50px;
    }
    .footer .contactos_footer {
        text-align: left;
    }
}



/*MAPA ONDE COMPRAR*/


.tipos{
    position: absolute;
    top: 59px;
    left: 235px;
    z-index: 1;
    background: #EFF6FA;
    border-radius: 4px;
    padding: 10px;
}

.tipos .select{
    height: 0px;
    overflow: hidden;

    transition: all 0.3s;
}

.tipos .select.active{
    height: 50px;
    overflow: hidden;

    transition: all 0.3s;
}


#locationSelect{
    background: #EFF6FA;
    width: 200px;
    border: 0;
    border-radius: 5px;
    color: #7887A7;
    padding: 10px 12px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    top: 60px !important;
    left: 10px !important;
    font-size: 15px;
}

#tipoSelect{
    background: #fff;
    width: 215px;
    border: 0;
    border-radius: 5px;
    color: #7887A7;
    padding: 8px 12px;
    margin: 20px 0;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    top: 29px !important;
    left: 230px !important;
}


.bloco_ponto_mapa{

}

.bloco_ponto_mapa .titulo{
    color: #0069b3;
    margin-top: 13px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.bloco_ponto_mapa .texto{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}





@media screen and (min-width: 1450px){

    .bloco_testemunhos .holder_conteudo .holder_testemunhos{
        width: 70%;
    }

}

@media screen and (min-width: 992px) and (max-width: 1450px){

    .bloco_pesquisa_produto{
        padding-left: 110px;
        padding-right: 110px;
    }

    .bloco_certificacoes{
        padding-left: 90px;
        padding-right: 90px;
    }

    .bloco{
        padding-left: 90px;
        padding-right: 90px;
    }

    .btn_restricted_area{
        width: 99px;
        /*top: 25vh;*/
    }

    .bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho{
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn_restricted_area.btn_catalog {
        /*top: 38vh;*/
    }

    .btn_restricted_area.btn_catalog1 {
        /*top: 51vh;*/
    }

    .btn_restricted_area.btn_catalog2 {
        /*top: 64vh;*/
    }

    .bloco_testemunhos .holder_conteudo h2{
        margin-left: -40px;
    }

    .btn_restricted_area span{
        font-size: 13px;
    }

    .btn_export_catalog {
        top: 12vh;
    }

}

@media screen and (min-width: 991px){

    .banner.banner_produtos{
        padding-right: 125px;
    }

}

@media screen and (max-width: 992px){
    .tipos {
        top: 105px;
        left: 10px;
    }

    #locationSelect {
        background: #EFF6FA;
        width: 130px;
        border: 0;
        border-radius: 5px;
        color: #7887A7;
        padding: 10px 12px;
        margin-bottom: 20px;
        font-weight: 300;
        font-family: 'Rubik', sans-serif;
        top: 60px !important;
        left: 10px !important;
        font-size: 12px;
    }

    #tipoSelect {
        background: #fff;
        width: 180px;
        border: 0;
        border-radius: 5px;
        color: #7887A7;
        padding: 0px 12px;
        margin: 20px 0;
        font-weight: 300;
        font-family: 'Rubik', sans-serif;
        top: 29px !important;
        left: 230px !important;
    }

    .tipos {
        padding: 8px;
    }

    .tipos .nome{
        font-size: 12px;
    }

    .fakebanner {
        height: 70px;
    }


    .bloco_pesquisa_produto{
        padding-left: 40px;
        padding-right: 40px;
    }

    .bloco_certificacoes{
        padding-left: 50px;
        padding-right: 50px;
    }

    .bloco{
        padding-left: 50px;
        padding-right: 50px;
    }

    .bloco_testemunhos .holder_conteudo .holder_testemunhos .testemunho{
        padding-left: 15px;
        padding-right: 15px;
    }

}


@media screen and (max-width: 600px){

    .bloco_pesquisa_produto{
        padding-left: 0px;
    }

    .bloco_certificacoes{
        padding-left: 0px;
    }

    .bloco{
        padding-left: 0px;
    }

}