.push-down-5 {
    margin-bottom: 5px;
}

.push-down-10 {
    margin-top: 10px;
}

.push-down-20 {
    margin-top: 20px;
}

.push-down-30 {
    margin-top: 30px;
}

.push-down-40 {
    margin-top: 40px;
}

.push-down-50 {
    margin-top: 50px;
}

html .heading-primary, html .lnk-primary, html .text-color-primary {
    color: #2a8dbe !important;
    font-weight: 700;
}

@media screen and (max-width: 992px){
    html .heading-primary, html .lnk-primary, html .text-color-primary {
        color: #2a8dbe !important;
        font-size: 20px;
    }
}


.centrar-vertical{
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

@media screen and (min-width: 993px){
    .menu_principal_mobile{
        display: none;
    }
}

@media screen and (max-width: 1199px){
    #header .header-nav-bar .header-nav-main {
        display: none !important;
    }
    #header .header-nav-main.mobile {
        display: none !important;
        height: auto !important;
    }

    #header .header-nav-main.mobile.active {
        display: block !important;
        height: auto !important;
    }
}

#header-container.header-nav.menu_superior.desktop{
    display: none;
}

.menu_principal_mobile > ul li a{
    font-size: 13px;
    font-style: normal;
    line-height: 21px;
    padding: 53px 8px;
    margin: 1px 0;
}

.menu_principal_mobile a{
    color: #0c426a;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
}
.menu_principal_mobile > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
}


#menu_superior .nav>li {
    margin-top: 18px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 800;
    color: #093453;
}


.navbar-nav>li>a:hover {
    color: #0f5081;
}

.navbar-nav>li>a:focus {
    color: #0f5081;
}

.navbar-nav>li>a:active {
    color: #2a8dbe;
}

.navbar-nav>li.active a {
    color: #2a8dbe;
}

.navbar-nav>li>a.botao{
    text-transform: none;
    font-weight: 800;
}

.navbar-collapse.collapse {
    display: inline-block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    float: right;
}


#submenu li{
    border-bottom: none;
}
@media screen and (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: none!important;
    }
}



.navbar-right {
    float: none!important;
    margin-right: -15px;
    margin-top: 17px;
}

.botoes{
    display: inline-block!important;
}


#titulos h1{
    margin-top: 40px;
    margin-bottom: 40px;
}

.pesquisa.input-group{
    margin: auto;
}

.menu_social_icons {
    float: right;
}

.menu_social_icons a {
    text-decoration: none;
}

.menu_social_icons a img {
    width: 34px;
    margin-top: 25px;
}

.menu_social_icons a img.middle {
    margin-left: 10px;
    margin-right: 10px;
}

#header .header-search .botao {
    padding: 0 !important;
}

#header .header-search .botao .btn_azul {
    margin: 0;
    float: none;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#header .header-search .botao .btn_azul:hover {
    background-color: #2178a2;
}

@media (max-width: 1452px) {
    #header .header-search form {
        width: 100px;
    }
    #header .header-search form input.form-control {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .menu_social_icons {
        float: none;
    }
}

/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
    position: relative;
    width: 100%;

    -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: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 570px;
}

/*.banner.banner_slider_home ul li:after{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255, 0.6);
}*/

.banner.banner_slider_home .mascara{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255, 0.6);
    z-index: 2;
}

.banner.banner_slider_home ul li img{
    display: none;
}

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

.banner #slider_home{
    text-align: center;
}

.banner #slider_home .owl-controls {
    width: auto;
    text-align: left;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 0;
}

.banner #slider_home .owl-dots {
    position: relative;
    bottom: 35px;
    margin: 10px 20px 11px 100px;
    z-index: 2;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 45px;
    height: 3.5px;
    display: inline-block;
    margin: 0 7px;
    /* border-radius: 100%; */
    background: #b0c3cc;
    border: none;
}

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

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


.banner #slider_home .owl-prev {
    position: absolute;
    left: 15px;
    top: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.banner #slider_home .owl-next {
    position: absolute;
    right: 15px;
    top: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.banner #slider_home .conteudo {
    text-align: left;
    padding: 0 100px 0 100px;
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index: 2;
}

.banner #slider_home .conteudo .nome {
    color: #2a8dbe;
    font-size: 75px;
    font-weight: 900;
    /* margin-bottom: 0px; */
    line-height: 90px;
}

.banner #slider_home .conteudo .descricao {
    color: #0c426a;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 70px;
}

.banner #slider_home .conteudo .descricao div a:first-child {
    background-color: #2a8dbe;
    color: #fff;
    border: 1px solid #2a8dbe;
    border-radius: 26px !important;
    padding: 15px 55px;
    font-size: 18px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 600;
}

.banner #slider_home .conteudo .descricao div a:first-child:hover {
    background-color: #0c426a;
    border: 1px solid #0c426a;
}

.banner #slider_home .conteudo .descricao a {
    background-color: transparent;
    color: #2a8dbe;
    border: 1px solid #2a8dbe;
    border-radius: 26px !important;
    padding: 15px 55px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;

}

.banner #slider_home .conteudo .descricao a:hover {
    background-color: #2a8dbe;
    color: #fff;
    border: 1px solid #2a8dbe;
}


.banner .banner_interno .conteudo{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

.banner .banner_interno .conteudo h1{
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 55px;
    font-weight: 800;
    color: #2a8dbe;
    line-height: 79px;
}


@media screen and (min-width: 992px) and (max-width: 1451px){
    .banner .banner_interno{
        margin-top: -40px;
    }

    .banner .banner_interno .conteudo h1 {
        text-transform: none;
        margin-bottom: 40px;
        margin-top: 60px;
        font-size: 35px;
        font-weight: 800;
        color: #2a8dbe;
        line-height: 45px;
        /* text-align: center; */
    }

    .banner #slider_home {
        text-align: center;
        margin-top: -40px;
    }
    .banner #slider_home .conteudo .nome {
        color: #2a8dbe;
        font-size: 50px;
        font-weight: 900;
        /* margin-bottom: 0px; */
        line-height: 52px;
    }

    .banner #slider_home .conteudo .descricao {
        color: #0c426a;
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 40px;
        line-height: 35px;
    }

    .banner #slider_home .conteudo .descricao div a:first-child {
        background-color: #2a8dbe;
        color: #fff;
        border: 1px solid #2a8dbe;
        border-radius: 26px !important;
        padding: 10px 20px;
        font-size: 13px;
        margin-right: 20px;
        text-decoration: none;
        font-weight: 600;
    }

    .banner #slider_home .conteudo .descricao a {
        background-color: transparent;
        color: #2a8dbe;
        border: 1px solid #2a8dbe;
        border-radius: 26px !important;
        padding: 10px 20px;
        font-size: 13px;
        text-decoration: none;
        font-weight: 600;
    }

    .banner ul li {
        width: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        height: 490px;
    }
}

@media screen and (min-width: 993px){
    .banner #slider_home video {
        /* top: 0; */
        /* height: 100%; */
        position: relative;
        bottom: 136px;
        /* width: 100%; */
        /* height: 100%; */
        width: 100%;
    }
}

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

    .banner #slider_home video {
        width: 100%;
    }
    .banner .banner_interno{
        margin-top: -40px;
    }

    .banner .banner_interno .conteudo h1 {
        text-transform: none;
        margin-bottom: 40px;
        margin-top: 60px;
        font-size: 35px;
        font-weight: 800;
        color: #2a8dbe;
        line-height: 45px;
        /* text-align: center; */
    }

    .banner #slider_home {
        text-align: center;
        margin-top: -40px;
    }
    .banner #slider_home .conteudo .nome {
        color: #2a8dbe;
        font-size: 50px;
        font-weight: 900;
        /* margin-bottom: 0px; */
        line-height: 52px;
    }

    .banner #slider_home .conteudo .descricao {
        color: #0c426a;
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 40px;
        line-height: 35px;
    }

    .banner #slider_home .conteudo .descricao div a:first-child {
        background-color: #2a8dbe;
        color: #fff;
        border: 1px solid #2a8dbe;
        border-radius: 26px !important;
        padding: 10px 20px;
        font-size: 13px;
        margin-right: 20px;
        text-decoration: none;
        font-weight: 600;
    }

    .banner #slider_home .conteudo .descricao a {
        background-color: transparent;
        color: #2a8dbe;
        border: 1px solid #2a8dbe;
        border-radius: 26px !important;
        padding: 10px 20px;
        font-size: 13px;
        text-decoration: none;
        font-weight: 600;
    }

    .banner ul li {
        width: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        height: 320px;
    }

    .banner #slider_home .owl-dots .owl-dot {
        width: 45px;
        height: 4px;
        display: inline-block;
        margin: 0 7px;
        /* border-radius: 100%; */
        background: #b0c3cc;
        border: none;
    }
}


/*BANNER HOME CENTRO*/

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

.banner.banner_slider_home_centro ul img{
    width: 100%;
}

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

.banner.banner_slider_home_centro ul li img{
    display: none;
}

banner.banner_slider_home_centro .conteudo img{
    display: inline-block;
}


.banner #slider_home_centro{
    text-align: center;
}

.banner #slider_home_centro .owl-controls {
    width: auto;
    text-align: right;
    position: absolute;
    bottom: 85px;
    display: inline-block;
    /* left: 0; */
    right: 0;
}

.banner #slider_home_centro .owl-dots {
    position: relative;
    bottom:-40px;
    margin: 10px 100px 11px 20px;
    z-index: 2;
}

.banner #slider_home_centro .owl-dots .owl-dot {
    width: 45px;
    height: 3.5px;
    display: inline-block;
    margin: 0 7px;
    /* border-radius: 100%; */
    background: rgba(255, 255, 255, 0.4);
    border: none;
}

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

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


.banner #slider_home_centro .owl-prev {
    position: absolute;
    left: 15px;
    top: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.banner #slider_home_centro .owl-next {
    position: absolute;
    right: 15px;
    top: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.banner #slider_home_centro .conteudo {
    text-align: right;
    padding: 0 100px 0 100px;
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    float: right;
    letter-spacing: 5px;
}

.banner #slider_home_centro .conteudo .nome {
    color: #0c426a;
    font-size: 40px;
    font-weight: 100;
    /* margin-bottom: 0px; */
    line-height: 42px;
}

.banner #slider_home_centro .conteudo .botao {
    margin-top: 40px;
}

.banner #slider_home_centro .conteudo .botao a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

#seta{
    display: inline-block;
    width: 45px;
}

.banner #slider_home_centro .conteudo .descricao a:first-child {
    background-color: #2a8dbe;
    color: #fff;
    border: 1px solid #2a8dbe;
    border-radius: 26px !important;
    padding: 15px 55px;
    font-size: 18px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 600;
}

.banner #slider_home_centro .conteudo .descricao a {
    background-color: transparent;
    color: #2a8dbe;
    border: 1px solid #2a8dbe;
    border-radius: 26px !important;
    padding: 15px 55px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}


@media (min-width: 1451px){
    .container {
        width: 1435px;
    }
}


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

    #header .header-nav-main nav > ul > li > a {
        font-size: 11px !important;
    }

    #header .header-search {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 992px) {
    .banner.banner_slider_home_centro ul li:after {
        content: "";
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255, 0.6);
    }

    .banner #slider_home_centro .conteudo {
        width: 100%;
        padding: 0 30px 0 30px;
        z-index: 2;
    }

    .banner #slider_home_centro .conteudo .nome {
        color: #0c426a;
        font-size: 20px;
        font-weight: 100;
        /* margin-bottom: 0px; */
        line-height: 20px;
    }

    .banner #slider_home_centro .conteudo .botao a {
        color: #0c426a;
        font-size: 13px;
        text-decoration: none;
    }

    #seta {
        display: inline-block;
        width: 25px;
    }



    .banner #slider_home_centro .owl-controls {
        width: auto;
        text-align: right;
        position: absolute;
        bottom: 40px;
        display: inline-block;
        /* left: 0; */
        right: 0;
    }

    .banner #slider_home_centro .owl-dots {
        margin: 10px 30px 11px 20px;
    }

    .banner #slider_home_centro .owl-dots .owl-dot {
        width: 45px;
        height: 4px;
        display: inline-block;
        margin: 0 7px;
        /* border-radius: 100%; */
        background: rgba(255, 255, 255, 0.4);
        border: none;
    }
}


@media (min-width:991px) {
    #header .header-nav-bar .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        width: 500px;
    }

    .banner.banner_slider_home_centro ul li {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        height: 600px;
    }
}

@media (max-width:992px) {

    .botoes {
        margin-bottom: 10px;
        display: none !important;
    }


    .banner #slider_home .conteudo {
        text-align: left;
        padding: 0 30px 0 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .banner #slider_home .owl-dots {
        position: relative;
        bottom: 35px;
        margin: 10px 20px 11px 30px;
        z-index: 2;
    }
}



@media (max-width:695px) {

    #header .header-nav-top {
        /* float: right; */
        /* margin-top: 10px; */
        margin-right: 15px;
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .btn_novidades_promocoes {
        padding: 0 10px;
        font-size: 10px;
    }

    .btn_azul {
        font-size: 10px;
    }

    .banner #slider_home .conteudo .nome {
        color: #2a8dbe;
        font-size: 25px;
        font-weight: 900;
        /* margin-bottom: 0px; */
        line-height: 40px;
    }

    .banner #slider_home .conteudo .descricao {
        color: #0c426a;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 40px;
        line-height: 35px;
    }
}

@media screen and (min-width: 605px) and (max-width: 992px){
    .banner.banner_slider_home_centro ul li {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        height: 320px;
    }
}


@media (max-width: 605px){
    .banner #slider_home video, .banner #slider_home video {
        width: auto;
        height: 100% !important;
    }

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

    .banner #slider_home_centro .conteudo .botao {
        margin-top: 0px;
    }

    .banner #slider_home_centro .conteudo .nome {
        color: #0c426a;
        font-size: 15px;
        font-weight: 100;
        /* margin-bottom: 0px; */
        line-height: 17px;
    }
}

@media (max-width: 400px){
    .banner #slider_home_centro .conteudo .nome {
        color: #0c426a;
        font-size: 14px;
        font-weight: 100;
        /* margin-bottom: 0px; */
        line-height: 16px;
    }

    .banner #slider_home_centro .conteudo {
        width: 100%;
        padding: 0 10px 0 10px;
    }
}


nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu .dropdown-mega {
    right: 50%;
    width: 50%;
}




h1{
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 35px;
    font-weight: 700;
    color: #2a8dbe;
}

p {
    font-size: 15px;
}

th {
    text-align: center;
}

td {
    padding: 15px 5px;
}

@media (min-width:991px) {
    .header-nav-main .dropdown-menu > li > a:hover,
    .header-nav-main .dropdown-menu > li > a:focus {
        background-color: #0c426a;
    }
}

@media (max-width:600px) {
    #header .header-logo {
        float: middle;
        position: middle;
    }
}
@media (max-width:1199px) {
    .navbar-nav {
        display: block;
    }
}

#header .header-nav-main nav > ul > li.dropdown > a {
    padding-bottom: 15px;
}

.image_wall {
    width: 100%;
    height: 1080px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    overflow-x: hidden;
    margin: 0 auto;
}

.item {
    float: left;
    margin: 5px;
    display: block;
}

.titulo_servico {
    margin-top: 30px;
    font-size: 34px;
    text-transform: none;
    line-height: 34px;
}

.titulo_sector {
    margin-top: 30px;
    font-size: 34px;
    text-transform: none;
    line-height: 34px;
}

.alinhar_esquerda {
    text-align: left;
    padding-left: 90px;
    padding-top: 45px;
}

.alinhar_direita {
    text-align: right;
    float: right;
    padding-right: 90px;
    padding-top: 45px;
}

.descricao_servico {
    font-size: 20px;
    color: #0c426a;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .descricao_servico {
        font-size: 16px;
        color: #0c426a;
        font-weight: 400;
    }
}

.bandeira {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 40px;
}

.clientes_hover h3 {
    color: #fff;
    padding: 0 15px;
}

.clientes_hover {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 90px;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.cliente_bloco:hover .clientes_hover {
    display: block;
}

.cliente_bloco {
    height: 220px;
    display: table;
    position: relative;
    margin-bottom: 15px;
    width: 20%;
}

.cliente_bloco .img-responsive {
    max-height: 130px;
}

.img-responsive {
    margin: 0 auto;
}

.marca {
    padding: 0 20px 30px 20px;
    vertical-align: top;
    font-size: 15px;
}

.scroll-to-top {
    bottom: 60px !important;
}

.marca_img_holder {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
}

#slider_home_clientes img,
#slider_home_marcas img {
    max-width: 150px;
    display: block;
    width: auto;
    height: auto;
    max-height: 100px;
}

#slider_home_marcas table,
#slider_home_clientes table {
    height: 100px;
    background: url(/site/imagens/marcas_sep.png) right center no-repeat;
    width: 100%;
}

.filter_marcas_l {
    left: 50%;
    margin-top: -145px;
    margin-left: -577px;
    position: absolute;
    z-index: 10;
    height: 145px;
    width: 216px;
}

.filter_marcas_r {
    left: 50%;
    margin-top: -145px;
    margin-left: 375px;
    position: absolute;
    z-index: 10;
    height: 145px;
    width: 216px;
}

.alertas {
    float: right;
    width: 100%;
    z-index: 10;
    position: absolute;
    /* margin-bottom: 14px; */
    bottom: -80px;
    /* background: #fcf8e3; */
    color: #fff;
    font-size: 15px;
}

@media screen and (max-width: 992px){
    .alertas {
        float: right;
        width: 100%;
        z-index: 10;
        position: absolute;
        /* margin-bottom: 14px; */
        bottom: -40px;
        /* background: #fcf8e3; */
        color: #fff;
        font-size: 15px;
    }
}

#slider_home_produtos img {}

.slider_home_produtos .bx-controls-direction a {
    display: block !important;
}

.slider_home_produtos .bx-controls-direction a.bx-prev {
    left: 55px;
}

.slider_home_produtos .bx-controls-direction a.bx-next {
    right: 55px;
}

.bandeira_home {
    width: 100%;
    margin-bottom: -50px;
    margin-top: 40px;
}

.aba_lateral {
    position: fixed;
    z-index: 9999;
    right: -62px;
    background-color: #2a8dbe;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 40%;
    width: 163px;
    height: 40px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 9px 0;
}

.aba_lateral a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
}

.aba_lateral.promos {
    top: calc(40% + 170px);
    background-color: #cd8007;
}

.aba_lateral.portal_encs {
    top: calc(45% - 170px);
    background-color: #f36a5a;
}

.btn_azul {
    background-color: #2a8dbe;
    border: 0;
    height: 34px;
    margin-top: 25px;
    float: right;
    margin-right: 10px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    border-radius: 26px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
    outline: none;
}

.btn_azul:hover {
    background-color: #0c426a;
}

.btn_loja_online a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
}

.btn_portal_encs {
    background-color: #f36a5a;
    border: 0;
    height: 34px;
    margin-top: 15px;
    width: 100px;
    float: right;
    margin-right: 18px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 13px;
}

.btn_portal_encs a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
}

.btn_catalog_top {
    background-color: #DB0000;
    border: 0;
    height: 34px;
    margin-top: 15px;
    width: 100px;
    float: right;
    margin-right: 18px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
}

.btn_catalog_top a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
}

.btn_catalog_download {
    background-color: #0078DB;
    border: 0;
    height: 34px;
    margin-top: 15px;
    width: 135px;
    float: left;
    margin-right: 18px;
    margin-bottom: 50px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
}

.btn_catalog_download a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
}

.btn_novidades_promocoes {
    background-color: #FF9F02;
    border: 0;
    height: 34px;
    margin-top: 25px;
    width: auto;
    float: right;
    margin-right: 10px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0 15px;
    border-radius: 26px !important;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.btn_novidades_promocoes:hover,
.btn_novidades_promocoes:focus
{
     background-color: #D38A13;
 }

.btn_novidades_promocoes a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
}

@media screen and (max-width: 1199px){
    #header .header-nav-main.mobile .btn_novidades_promocoes {
        float: left;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #header .header-nav-main.mobile .btn_azul {
        float: left;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #header .header-nav-main.mobile input {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #header .header-search .btn-default {
        background: #01335b;
        color: #fff;
        position: absolute;
        right: 2px;
        top: 10px;
        z-index: 3;
        border: none;
        border-radius: 26px !important;
        outline: none;
    }

    #header .header-nav-main nav > ul li > ul li a {
        text-decoration: none;
    }

    #header .header-search form,
    #header .header-search form input.form-control {
        width: auto;
    }

    .cart-container .cart .items {
        position: relative;
        float: left;
        font-size: 13px;
        color: #01335b !important;
        margin: 0 10px 0 0;
    }

    .cart-container .cart .cart_total_price {
        position: relative;
        float: left;
        font-size: 13px;
        color: #01335b !important;
        margin: 5px 0 0 0;
    }
}

.img_separador {
    margin-top: -37px;
}

.img_separador img {
    width: 100%;
    height: 37px;
}

.img_qualidade {
    text-align: right;
}

.alert-warning,
.alert-success {
    font-size: 15px;
}

label {
    font-size: 15px;
}

.nav-pills>li>a {
    font-size: 15px;
}




.shop table.cart th,
.shop table.cart td,
.shop .cart-totals th,
.shop .cart-totals td {
    font-size: 15px;
}

.img_right {
    float: left;
    height: 100%;
    max-width: 1170px;
    margin-left: -75px;
    z-index: -1;
    position: relative;
    display: none;
}

.img_left {
    float: right;
    height: 100%;
    max-width: 1170px;
    margin-right: -75px;
    z-index: -1;
    position: relative;
    display: none;
}

.slider_home_produtos .bx-wrapper .bx-viewport {
    left: 0;
}

.caixa_testemunho {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.produtos_comercializados h1 {
    margin: 0;
    text-align: center;
    color: #0c426a !important;
    font-weight: bold;
    width: 100%;
    top: 45%;
}

.produtos_comercializados img {
    width: 100% !important;
    max-width: initial;
}

.tp-bgimg.defaultimg {
    background-position: top right !important;
}

.tp-bannertimer {
    display: none;
}

.texto_normal {
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.texto_normal h1 {
    text-align: center;
}

#header .header-column > .container {}

.home_produtos_bola {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    padding: 0 2%;
    margin: 15px 15px 85px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.home_produtos_bola a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home_produtos_bola h2 {
    position: absolute;
    top: 245px;
    color: #0c426a !important;
    font-weight: bold;
    left: 0;
    right: 0;
    font-size: 22px;
}

.account_link {
    background-color: #0c426a;
    border: 0;
    height: 34px;
    margin-top: 25px;
    width: auto;
    float: right;
    margin-right: 10px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0 15px;
    border-radius: 26px !important;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.menu_account .logout_link {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.cart-container {
    position: relative;
    float: left;
    max-width: 275px;
}

.cart-container .cart {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 10px;
}

.cart-container .cart .items {
    position: relative;
    float: left;
    font-size: 13px;
    color: #fff;
    margin: 0 10px 10px 0;
}

.cart-container .cart .items .green-clr {
    margin-top: 5px;
    display: inline-block;
    margin-left: 10px;
}

.cart-container .cart .cart_total_price {
    position: relative;
    float: left;
    font-size: 13px;
    color: #fff;
    margin: 5px 0 0 0;
}

.cart-container .cart .btn_show_minicart {
    position: relative;
    float: left;
    margin-right: 8px;
    border-radius: 26px !important;
    background-color: #2a8dbe;
    border-color: #2a8dbe;
    font-family: "Open Sans", Arial, sans-serif;
    border-radius: 26px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;


}.cart-container .cart .btn_show_minicart a{
     position: relative;
     background-color: #2a8dbe;
     border-color: #2a8dbe;
     border: 0;
     height: 34px;
     color: #fff;
     font-family: "Open Sans", Arial, sans-serif;
     border-radius: 26px !important;
     text-transform: uppercase;
     font-weight: 600;


}

.cart-container .open-panel {
    display: none;
    position: absolute;
    width: 472px;
    right: 0;
    top: 30px;
    padding: 15px 0 0 0;
}

.cart-container .open-panel .open-panel-body {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #0c426a;
    border-top: 0;
    background-color: #0c426a;
    color: #fff;
}

.cart-container:hover .open-panel {
    display: block;
}

.cart-container .open-panel .carrinho_items {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.carrinho_items .item-in-cart {
    border-bottom: 1px dotted #c3c2c4;
    padding-bottom: 10px;
}

.carrinho_items .item-in-cart .image {
    width: 15%;
    float: left;
    position: relative;
}

.carrinho_items .item-in-cart .image img {
    border: 1px solid #e0e0e0;
    max-width: 100%;
    height: auto;
}

.carrinho_items .item-in-cart .desc {
    width: 61%;
    margin-left: 5%;
    float: left;
    padding-top: 5px;
}

.carrinho_items .item-in-cart strong {
    display: block;
    color: #fff;
}

.carrinho_items .item-in-cart .desc strong a {
    color: #fff;
}

.carrinho_items .item-in-cart .desc .qty {
    font-size: 11px;
}

.carrinho_items .item-in-cart .price {
    padding-top: 5px;
    width: 15%;
    float: left;
    text-align: right;
    color: #fff;
}

.carrinho_remove_item {
    cursor: pointer;
}

.carrinho_remove_item i {
    font-size: 15px;
    color: #0c426a;
}

.cart-container .open-panel .summary {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
}

.cart-container .open-panel .row-bottom-dotted {
    border-bottom: 1px dotted #c3c2c4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.cart-container .open-panel .proceed {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.cart-container .open-panel .proceed .btn-success {
    font-size: 12px;
    background-color: #2a8dbe;
    border-color: #2a8dbe;
    border-radius: 26px !important;
}

@media screen and (max-width: 992px){
    .cart-container {
        position: relative;
        float: left;
        max-width: 275px;
        margin-top: 10px;
    }
}

.uppercase {
    text-transform: uppercase;
}

pre {
    background-color: #fff !important;
}

#header .header-nav-main nav > ul > li.dropdown-mega .alert {
    padding: 15px 10px 5px 10px;
}

#header .header-nav-main nav > ul > li.dropdown-mega .grey-light-color {
    color: #CCCCCC !important;
}

#header .header-nav-main nav > ul > li.dropdown-mega .btn,
#header .header-nav-main nav > ul > li.dropdown-mega .alert,
#header .header-nav-main nav > ul > li.dropdown-mega p,
#header .header-nav-main nav > ul > li.dropdown-mega a,
#header .header-nav-main nav > ul > li.dropdown-mega .sign-up-info,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title,
#header .header-nav-main nav > ul > li.dropdown-mega label {
    font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega input[type="text"],
#header .header-nav-main nav > ul > li.dropdown-mega input[type="password"] {
    padding: 5px 10px;
    font-size: 12px;
    height: auto;
}

#header .header-nav-main nav > ul > li.dropdown-mega input[type="submit"] {
    margin-top: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega select {
    padding: 4px 10px 3px;
    font-size: 12px;
    height: auto;
}

#header .header-nav-main nav > ul > li.dropdown-mega .form-group {
    margin-bottom: 5px;
}

#msg_erro_registar {
    position: relative;
}

#msg_erro_registar .close_errors {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 17px !important;
    cursor: pointer;
}

.table_products_cart .image img.faded,
.product_img img.faded,
#product_detail_page .thumbnail img.faded {
    opacity: 0.7;
}

.table_products_cart .carrinho_remove_item_3 {
    vertical-align: top;
    display: inline-block;
    margin: 2px 0 0 5px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d81b1b;
    border-color: #d81b1b #d81b1b #d81b1b;
}

.btn_cart_back {
    position: relative;
    border: 0;
    left: 0;
    z-index: 1;
}

.prods_breadcrumbs {
    margin: 0 0 20px 0;
    position: relative;
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 15px;
    color: #2a8dbe;
}

.prods_breadcrumbs a{
    text-decoration: none;
}

.pagina_criar_conta {
    position: relative;
}

.pagina_criar_conta h3 {
    margin-top: 30px;
}

span.small_font {
    font-size: 11px;
}

.vid_line {
    position: relative;
}

.vid_line iframe {
    max-width: 600px;
    width: 100%;
    height: 400px;
}

.block_tabs_prod {
    width: 100%;
}

#product_detail_page .products_title {
    margin: 25px 0 15px 0;
    font-size: 30px;
    color: #0c426a;
    text-transform: uppercase;
    font-weight: bold;
}

#promos_page {
    position: relative;
}

#promos_page h3 {
    color: #000;
}

#promos_page .block_promo {
    position: relative;
    float: left;
    max-width: 150px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    margin: 20px;
}

#promos_page .block_promo a {
    position: relative;
    display: inline-block;
}

#promos_page .block_promo img {
    max-width: 150px;
    max-height: 200px;
}

.box_checkbox_catalog {
    float: left;
}

#table_wrapper{
    display: none;
}

.center{
    text-align: center;
}

#btnExport{
    padding: 15px 45px;
    border: 0;
}

.info_exp_cont {
    color: #ff5046;
    margin: 10px 0;
    width: 100%;
    font-size: 11px !important;
}

.info_exp_cont.cart_page {
    font-size: 12px !important;
    text-align: center;
}

.portes_morada {
    font-weight: bold;
    margin: 0 0 0 10px;
}



.newsletter{

    position: relative;
    min-height: 350px;
}

.newsletter h3{
    text-transform: none;
    color: #fff;
    font-size: 43px;
}

.newsletter .subtitulo_newsletter{
    text-transform: none;
    color: #fff;
    font-size: 25px;
}

.newsletter .botao{
    margin-top: 60px;
}

.newsletter .botao a button {
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #2a8dbe;
    background-color: #fff;
    border: none;
    border-radius: 30px !important;
    padding: 15px 30px;
    box-shadow: 0 8px 55px 0 rgba(186, 176, 176, 0.2);
}

.newsletter .botao a button:hover {
    color: #fff;
    background-color: #0c426a;
}


.newsletter .conteudo_multiply{
    background: rgba(42, 141, 190, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
}

.newsletter .conteudo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 100px 0;
}
#newsletterForm{
    width: 40%;
    margin: auto;
    padding: 30px 0;
}

#newsletterForm .input-group.caixa_texto {
    width: 100%;
}

#newsletterForm input[type="text"]{
    border-radius: 26px !important;
    border: none;
    padding: 25px;
    font-size: 18px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
}

#newsletterForm .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    top: 0;
    bottom: 0;
    right: 190px;
    z-index: 8;
}

#newsletterForm .input-group-btn button{
    padding: 13px 47px;
    border: none;
    border-radius: 26px !important;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-color: #2a8dbe;
    letter-spacing: 1px;
    outline: none;
}

#newsletterForm .input-group-btn button:hover{
    background-color: #0c426a;
}

#newsletterForm .checkboxes .input-group{
    display: inline-block;
    margin: 20px;
    color: #fff;
    font-size: 15px;
}

#newsletterForm .checkboxes .input-group a{
    color: #fff;
    font-size: 15px;
}


#newsletterForm .checkboxes .input-group input[type=checkbox]{
    margin: 0 5px;
    opacity: 0;
    width: 20px;
}



#newsletterForm .checkboxes .input-group input[type=checkbox] {
    position: relative;
    font-weight: unset;
    margin: unset;
    cursor: pointer;
    z-index: 2;
    top: 10px;
    left: 0px;
    width: 30px;
    height: 30px;
}

#newsletterForm .checkboxes .input-group span{
    position: absolute;
    left: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #f9f9fd;
    background-color: #4186aa;
    cursor: pointer;
    top: 15px;
    border-radius: 50%;
}
#newsletterForm .checkboxes .input-group input[type=checkbox]:checked ~ span:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: -1.5px;
    left: 3px;
    font-size: 12px;
    color: #fff;
}

#newsletterForm input[type=text]::-webkit-input-placeholder {
    color: #4186aa;
}

#newsletterForm input[type=text]:-moz-placeholder {
    color: #4186aa;
}

#newsletterForm input[type=text]::-moz-placeholder {
    color: #4186aa;
}

#newsletterForm input[type=text]:-ms-input-placeholder {
    color: #4186aa;
}

@media screen and (min-width: 993px) and (max-width: 1508px){
    #newsletterForm {
        width: 65%;
        margin: auto;
        padding: 30px 0;
    }
}
@media screen and (max-width: 992px){

    .newsletter .conteudo {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        align-items: center;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        padding: 90px 0;
    }
    .newsletter {
        position: relative;
        min-height: 400px;
    }
    .newsletter h3 {
        text-transform: none;
        color: #fff;
        font-size: 26px;
    }
    .newsletter .subtitulo_newsletter {
        text-transform: none;
        color: #fff;
        font-size: 20px;
    }


    #newsletterForm {
        width: 90%;
        margin: auto;
        padding: 30px 0;
    }

    #newsletterForm input[type="text"] {
        border-radius: 26px !important;
        border: none;
        padding: 20px;
        font-size: 12px;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 5;
    }

    #newsletterForm .checkboxes .input-group {
        display: inline-block;
        margin: 0px;
        color: #fff;
        font-size: 15px;
    }
    #newsletterForm .input-group-btn {
        position: absolute;
        font-size: 0;
        white-space: nowrap;
        top: 0;
        bottom: 0;
        right: 80px;
        z-index: 8;
    }

    #newsletterForm .input-group-btn button {
        padding: 13px 15px;
        border: none;
        border-radius: 26px !important;
        color: #fff;
        font-weight: 600;
        font-size: 10px;
        background-color: #2a8dbe;
        letter-spacing: 1px;
        outline: none;
    }
}

@media screen and (max-width: 350px){
        #newsletterForm input[type="text"] {
            font-size: 10px;
        }
    #newsletterForm .checkboxes label {
        font-size: 10px;
    }
    #newsletterForm .checkboxes .input-group a {
        color: #fff;
        font-size: 10px;
    }
}

#footer.mobile{
    display: none;
}

#footer h3{
    text-transform: none;
}

#footer .menu-footer{
    margin-bottom: 10px;
}



#footer .menu-footer a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

#footer .menu-footer a:hover {
    color: #2a8dbe;
    font-weight: 400;
}


@media (min-width:1200px) {
    #footer .container{
        max-width: 1380px;
    }
}

@media (min-width:992px) {
    #footer .produtos{
         padding: 0 70px;
     }
}

@media (min-width:992px) and (max-width:1200px) {
    .descricao_servico {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .rev_slider_wrapper {
        height: 280px !important;
    }
    .rev_slider_wrapper .tp-caption.main-label {
        margin-top: -80px;
    }
    #revolutionSlider {
        height: 280px !important;
        max-height: 280px !important;
    }
    .slider_principal > div {
        height: 280px !important;
    }
}

@media (min-width:1200px) {
    .rev_slider_wrapper {
        height: 400px !important;
    }
    #revolutionSlider {
        height: 400px !important;
        max-height: 400px !important;
    }
    .slider_principal > div {
        height: 400px !important;
    }
}

@media (min-width:1920px) {
    .rev_slider_wrapper {
        height: 490px !important;
    }
    #revolutionSlider {
        height: 490px !important;
        max-height: 490px !important;
    }
    .slider_principal > div {
        height: 490px !important;
    }
}

@media (max-width:1500px) {
    #sectores .img_right {
        margin-left: -300px;
        display: block;
    }
    #sectores .img_left {
        margin-right: -300px;
        display: block;
    }
}

@media (max-width:1199px) {
    .filter_marcas_l {
        margin-left: -545px;
    }
    .filter_marcas_r {
        margin-left: 330px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #header .header-column > .container {
        width: 970px !important;
    }
}

@media (max-width:992px) {
    .img_qualidade {
        text-align: center;
    }
    #footer .col-md-5 img {
        max-width: 125px;
        height: 100px !important;
    }
    .produtos_comercializados h1 {
        top: 40%;
    }

    #footer.desktop{
        display: none;
    }

    #footer.mobile{
        display: block;
    }
}

@media (max-width:991px) {
    #footer img {
        max-width: 125px;
        float: none !important;
    }
    .center_mobile {
        text-align: center;
    }
    .img_right {
        height: auto;
        width: 1200px;
        float: right;
        margin-right: -130px;
        margin-left: 0;
    }
    .img_left {
        height: auto;
        width: 1200px;
        float: left;
        margin-left: -130px;
        margin-right: 0;
    }
    .alinhar_direita {
        float: none;
        text-align: left;
        padding-left: 40px;
        padding-right: 40px;
    }

    .alinhar_esquerda {
        text-align: left;
        padding-left: 40px;
    }
    .cliente_bloco {
        width: 50%;
        margin: 15px auto;
    }
    .filter_marcas_l {
        margin-left: -420px;
    }
    .filter_marcas_r {
        margin-left: 200px;
    }
    #header .header-column > .container {
        width: 100% !important;
    }
    .pl-none,
    .pr-none {
        padding: 0 0 0 0 !important;
    }
}

@media (max-width:900px) {
    .img_right {
        margin-right: -100px;
        width: Calc(100% + 260px);
    }
    .img_left {
        margin-left: -100px;
        width: Calc(100% + 260px);
    }
}

@media (max-width:850px) {
    .slider_home_produtos .bx-controls-direction a.bx-prev {
        left: 20px;
    }
    .slider_home_produtos .bx-controls-direction a.bx-next {
        right: 20px;
    }
}

@media (max-width:800px) {
    #tabela_marcas td {
        display: inline-block;
        width: 50%;
    }
    .pagina_78 table td {
        display: inline-block;
        width: 100%;
        margin: 15px 0px;
    }
}

@media screen and (max-width:780px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width:700px) {
    .bandeira {
        margin-bottom: 10px;
    }
}

@media (max-width:680px) {
    .filter_marcas_l {
        margin-left: -333px;
    }
    .filter_marcas_r {
        margin-left: 115px;
    }
}

@media (max-width:550px) {
    .cliente_bloco {
        width: 70%;
        margin: 15px auto;
    }
    #slider_home_produtos img {
        width: 400px;
    }
    .produtos_comercializados h1 {
        top: 35%;
    }
}

@media (max-width:490px) {
    .filter_marcas_l {
        margin-left: -250px;
    }
    .filter_marcas_r {
        margin-left: 50px;
    }
    #slider_home_produtos img {
        width: 230px;
    }
    .produtos_comercializados h1 {
        font-size: 27px;
    }
    .caixa_testemunho {
        width: 70%;
    }
    .caixa_testemunho h2 {
        font-size: 24px;
    }
}

@media (max-width:479px) {
    #tabela_marcas td {
        font-size: 11px;
        width: 100%;
    }
}

@media (max-width:430px) {
    #header .header-logo img {
        width: 200px !important;
    }
    #header .header-logo {
        width: 200px !important;
        top: 15px;
    }

    #header .header-nav-top {
        top: 2px;
    }
}

@media (max-width:350px) {
    .cliente_bloco {
        width: 90%;
        margin: 15px auto;
    }
}

.img_locker {
    margin-top: -4px;
}

/* MODAL LOGIN/REGISTER */
body {
    padding-right: 0 !important;
    position: relative;
}

.modal {
    overflow: auto;
}

.modal .modal-body * {
    font-size: 12px;
}

.modal .modal-title {
    float: left;
    font-size: 16px;
}

.modal .font-12 {
    font-size: 12px;
    border-radius: 26px !important;
}

.modal form #rememberme {
    margin-top: 7px;
}

.modal .alert {
    padding: 2px 10px;
    margin-bottom: 10px;
}

.modal .modal-body input {
    padding: 8px 20px;
    height: auto;
}

/*BANNERS BXSLIDER*/

#slider_home_banners {
    padding: 0;
    list-style-type: none;
}

.zone_slider_banners .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 50px;
}

.zone_slider_banners .bx-wrapper .bx-controls-direction a.bx-next {
    right: 50px;
}

.zone_slider_banners .tp-caption.main-label {
    position: absolute;
    top: 50px;
    visibility: hidden;
    line-height: 62px;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 62px;
    white-space: nowrap;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    opacity: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0;
}

.zone_slider_banners .tp-caption.main-label.active {
    visibility: visible;
    opacity: 1;

    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    -ms-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}

.zone_slider_banners .tp-caption.bottom-label {
    position: absolute;
    bottom: 50px;
}


.bloco_destaques_banner{
    background-color: #fff;
    min-height: 160px;
}

.bloco_destaques_banner h3 {
    margin: 0;
    color: #2a8dbe;
    text-transform: none;
    font-size: 26px;
    line-height: 40px;
}

.bloco_destaques_banner .bloco_destaque_banner {
    padding: 20px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 160px;
    z-index: 1;
}

.bloco_destaques_banner .bloco_destaque_banner .zona_imagem {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    text-align: center;
    height: 110px;
}

.bloco_destaques_banner .bloco_destaque_banner .zona_imagem img {
    height: 100%;
}

.bloco_destaques_banner .bloco_destaque_banner .zona_texto {
    display: inline-block;
    width: Calc( 100% - 154px );
    padding: 0 15px;
    color: #514f4f;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.bloco_destaques_banner .bloco_destaque_banner:hover {
    margin-top: -15px;
}

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

    .bloco_destaques_banner .bloco_destaque_banner {
        padding: 20px;
        background-color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        height: 115px;
        z-index: 1;
    }

    .bloco_destaques_banner .bloco_destaque_banner .zona_imagem {
        display: inline-block;
        width: 74px;
        vertical-align: top;
        text-align: center;
        height: auto;
    }

    .bloco_destaques_banner .bloco_destaque_banner .zona_imagem img {
        width: 100%;
    }

    .bloco_destaques_banner h3 {
        margin: 0;
        color: #2a8dbe;
        text-transform: none;
        font-size: 18px;
        line-height: 20px;
    }

}

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

    .banner #slider_home .owl-dots {
        position: relative;
        bottom: 15px;
        margin: 10px 20px 11px 100px;
        z-index: 2;
    }

    .bloco_destaques_banner .bloco_destaque_banner .zona_imagem {
        display: inline-block;
        width: 119px;
        vertical-align: top;
        text-align: center;
        height: 100px;
    }

    .bloco_destaques_banner h3{
        margin: 0;
        color: #2a8dbe;
        text-transform: none;
        font-size: 20px;
        line-height: 26px;
    }

}

.bloco_noticias{
    background-color: #f6f6f6;
    padding: 100px 0;
}

.bloco_noticias .noticias_grande
{
    height: 600px;
    background-position: top;
    background-size: auto 100%;
}

.bloco_noticias .noticias_grande .imagem,
.bloco_noticias .noticias_pequenas .imagem{
    position: relative;
    display: none;
}

.bloco_noticias .noticias_grande .multiply,
.bloco_noticias .noticias_pequenas .multiply{
    display: none;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 15px;
    background-color: #2a8dbe;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bloco_noticias .noticias_pequenas .multiply.tres{
    margin-top: 25px;
}

.bloco_noticias .noticias_grande .texto{
    position: absolute;
    max-width: 65%;
    bottom: 55px;
    left: 80px;
}

.bloco_noticias .noticias_grande .texto .titulo{
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}

.bloco_noticias .noticias_grande .texto .data{
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}

.bloco_noticias .noticias_pequenas .texto{
    position: absolute;
    max-width: 100%;
    bottom: 20px;
    left: 40px;
}

.bloco_noticias .noticias_pequenas .data{
    font-size: 13px;
    /* line-height: 60px; */
    color: #fff;
    font-weight: 700;
}

.bloco_noticias .noticias_pequenas .texto .titulo{
     font-size: 22px;
     line-height: 32px;
    color: #fff;
    font-weight: 700;
}

.bloco_noticias .noticias_pequenas{
    height: 287px;
    background-position: right;
    background-size: auto 100%;
}

.bloco_noticias .noticias_grande:hover .texto{
    display: none;
}

.bloco_noticias .noticias_grande .botao{
    display: none;
    position: absolute;
    max-width: 45%;
    bottom: 55px;
    left: 80px;
}

.bloco_noticias .noticias_grande .botao button{
     border: none;
     background-color: transparent;
     color: #fff;
     font-size: 25px;
     text-transform: uppercase;
     font-weight: 600;
 }



.bloco_noticias .noticias_pequenas:hover .texto{
    display: none;
}


.bloco_noticias .noticias_pequenas .botao{
    display: none;
    position: absolute;
    max-width: 50%;
    bottom: 20px;
    left: 40px;
}

.bloco_noticias .noticias_pequenas .botao button{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}



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

    .bloco_noticias .noticias_grande:hover .botao{
        display: block;
    }
    .bloco_noticias .noticias_grande:hover .multiply{
        display: block;
    }
    .bloco_noticias .noticias_pequenas:hover .botao{
        display: block;
    }

    .bloco_noticias .noticias_pequenas:hover .multiply{
        display: block;
    }
}

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

    .bloco_noticias .noticias_grande .imagem,
    .bloco_noticias .noticias_pequenas .imagem{
        position: relative;
        display: block;
    }
    .bloco_noticias {
        background-color: #f6f6f6;
        padding: 50px 0;
    }

    .bloco_noticias .noticias_grande {
        height: auto;
        margin: 0 15px 25px 15px;
    }

    .bloco_noticias .noticias_pequenas {
        height: auto;
    }
    .bloco_noticias .noticias_grande .texto
    {
        position: absolute;
        max-width: 50%;
        bottom: 40px;
        left: 50px;
    }

    .bloco_noticias .noticias_grande .imagem {
        position: relative;
    }

    .bloco_noticias .noticias_grande .texto .titulo,
    .bloco_noticias .noticias_pequenas .texto .titulo
    {
        font-size: 25px;
        line-height: 27px;
        color: #fff;
        font-weight: 700;
    }

    .bloco_noticias .noticias_grande .texto .data,
    .bloco_noticias .noticias_pequenas .texto .data {
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        font-weight: 700;
    }

    .bloco_noticias .noticias_grande .botao {
        display: none;
        position: absolute;
        max-width: 45%;
        bottom: 40px;
        left: 50px;
    }

    .bloco_noticias .noticias_grande .botao button,
    .bloco_noticias .noticias_pequenas .botao button {
        border: none;
        background-color: transparent;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .bloco_noticias .noticias_grande .multiply{
        margin: 25px 30px;
    }

    .bloco_noticias .noticias_pequenas .multiply {
        margin: 0px 15px;
    }

    .bloco_noticias .noticias_pequenas .multiply.tres {
        margin-top: 0px;
    }
}
@media screen and (min-width: 781px) and (max-width: 992px){
    .bloco_noticias .noticias_grande .imagem {
        position: relative;
        padding: 25px 0px;
    }

    .bloco_noticias .noticias_grande .multiply{
        margin: 25px 15px;
    }
}

@media screen and (max-width: 463px){
    .bloco_noticias .noticias_grande .texto .titulo, .bloco_noticias .noticias_pequenas .texto .titulo {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        font-weight: 700;
    }

    .bloco_noticias .noticias_grande .texto .data, .bloco_noticias .noticias_pequenas .texto .data {
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        font-weight: 700;
    }

    .bloco_noticias .noticias_pequenas .texto {
        position: absolute;
        max-width: 100%;
        bottom: 20px;
        left: 20px;
    }

    .bloco_noticias .noticias_grande .texto {
        position: absolute;
        max-width: 50%;
        bottom: 20px;
        left: 40px;
    }


}



.bloco_destaque_contactos{
    background-color: #2a8dbe;
    padding: 50px 0;
}

.bloco_destaque_contactos .texto,
.bloco_destaque_contactos .botao{
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
}

.bloco_destaque_contactos .texto{
    width: 70%;
    font-size: 43px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.bloco_destaque_contactos .botao{
    width: 30%;
    text-align: right;
}

.bloco_destaque_contactos .botao button{
     font-size: 20px;
     text-transform: uppercase;
     font-weight: 700;
     color: #2a8dbe;
     background-color: #fff;
     border: none;
     border-radius: 30px !important;
    padding: 20px 45px;
     outline: none;
}

.bloco_destaque_contactos .botao button:hover {
    color: #fff;
    background-color: #0c426a;
}

@media screen and (max-width: 992px){
    .bloco_destaque_contactos {
        text-align: center;
    }

    .bloco_destaque_contactos .texto {
        float: none;
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        color: #fff;
        padding: 20px;
    }

    .bloco_destaque_contactos .botao {
        float: none;
        margin: 15px 0;
        text-align: center;
        width: 100%;
    }

    .bloco_destaque_contactos .botao button {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        color: #2a8dbe;
        background-color: #fff;
        border: none;
        border-radius: 30px !important;
        padding: 15px 20px;
    }

}


/*SERVICOS*/


@media (min-width: 1450px){
    #servico .container {
        width: 1435px;
    }
}


@media (min-width: 1200px) and (max-width: 1450px){
    #servico .container {
        width: 1115px;
    }
}


#servico .mobile{
    display: none;
}

@media screen and (max-width: 992px){
    #servico .desktop{
        display: none;
    }

    #servico .mobile{
        display: block;
    }
}

#servico .botao a button{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    background-color: #3a8ab1;
    border-radius: 26px !important;
    padding: 12px 24px;
    border: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    outline: none;
}

#servico .botao a button:hover{
    color: #fff;
    background-color: #0c426a;
}

#servico .descricao_servico p{
    color: #0c426a;
}

#servico .descricao_servico a{
    color: #3a8ab1 !important;
    text-decoration: none;
}


.paginacao_cabecalho {
    padding: 30px 0 20px;
    overflow: hidden;
    text-align: center;
    display: flex;
    background: #fff;
}

.paginacao_cabecalho h3{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #3a8ab1;
}

.paginacao_cabecalho h3.active{
    font-weight: 700;
}

.paginacao_cabecalho .col-md-2.barra:after {
    content: '';
    left: 0;
    border-left: 2px solid #3a8ab1;
    height: 25px;
    top: Calc( 50% - 20px );
    position: absolute;
}

.paginacao_cabecalho .col-md-3.barra:after {
    content: '';
    left: 0;
    border-left: 2px solid #3a8ab1;
    height: 25px;
    top: Calc( 50% - 20px );
    position: absolute;
}

.paginacao_cabecalho .col-md-4.barra:after {
    content: '';
    left: 0;
    border-left: 2px solid #3a8ab1;
    height: 25px;
    top: Calc( 50% - 20px );
    position: absolute;
}


.paginacao_cabecalho.scroll {
    position: fixed;
    top: 164px;
    z-index: 13;
    width: 100%;
    background: #fff;
    padding: 30px 0 20px 0;
}

@media screen and (min-width: 992px) and (max-width: 1451px) {
    .paginacao_cabecalho.scroll {
        position: fixed;
        top: 125px;
        z-index: 2;
        width: 100%;
        background: #fff;
        padding: 30px 0 20px 0;
    }
}

@media screen and (max-width: 992px){
    .paginacao_cabecalho {
        display: none;
    }

    .paginacao_cabecalho.scroll {
        display: none;
    }
}



.beneficios{
    margin: 80px 0;
}

.beneficios .titulo{
    margin-top: 30px;
    font-size: 34px;
    text-transform: none;
    line-height: 34px;
    color: #3a8ab1;
    font-weight: 700;
    text-align: center;
}
.beneficios .imagem{
    width: 30%;
    margin: 60px auto 30px auto;
}

.beneficios .imagem img{
    width: 100%;
}

.beneficios .nome{
    font-size: 25px;
    text-transform: none;
    line-height: 34px;
    color: #3a8ab1;
    font-weight: 700;
    text-align: center;
}

.beneficios .descricao{
    font-size: 18px;
    color: #7d7d7f;
    font-weight: 600;
    margin-top: 20px;
}

/*BLOCO DESTAQUES PRODUTOS*/

.bloco_destaques_produtos .container{
    max-width: 1380px;
}

.bloco_destaques_produtos{
    background-color: #f6f6f6;
    padding: 100px 0;
}

.bloco_destaques_produtos .noticias_grande,
.bloco_destaques_produtos .noticias_pequenas {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(186, 176, 176, 0.2);

}



.bloco_destaques_produtos .noticias_pequenas .texto{
    text-align: center;
    margin-top: 15px;
}

.bloco_destaques_produtos .noticias_pequenas:hover .texto{
    visibility: hidden;
}

.bloco_destaques_produtos .noticias_grande{
    padding-bottom: 30px;
    position: relative;
    height: 535px;
}

.bloco_destaques_produtos .noticias_grande .multiply{
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2a8dbe;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: none;
}

.bloco_destaques_produtos .noticias_grande:hover .multiply{
    display: block;
}

.bloco_destaques_produtos .noticias_grande:hover .texto{
    visibility: hidden;
}

.bloco_destaques_produtos .noticias_grande .texto{
    margin: 45px 40px 20px 40px;
    position: relative;
}

.bloco_destaques_produtos .noticias_grande .texto .titulo{
    font-size: 28px;
    line-height: 60px;
    color: #2a8dbe;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bloco_destaques_produtos .titulo{
    margin-bottom: 40px;
}

.bloco_destaques_produtos .titulo .nome{
    font-size: 40px;
    line-height: 60px;
    color: #2a8dbe;
    font-weight: 700;
    text-transform: none;
    display:inline-block;
    text-align: left;
    width: 50%;
}

.bloco_destaques_produtos .titulo .botao{
    font-size: 15px;
    line-height: 60px;
    color: #2a8dbe;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    width: 50%;
    text-align: right;
    margin-right: -4px;
}

.bloco_destaques_produtos .titulo .botao img{
    width: 30px;

}

.bloco_destaques_produtos .noticias_grande .texto .descricao{
    font-size: 28px;
    color: #0c426a;
    font-weight: 700;
}

.bloco_destaques_produtos .noticias_grande .texto .content{
    font-size: 15px;
    color: #0c426a;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 15px;
}

.bloco_destaques_produtos .noticias_grande .texto .content a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    border: none;
    background-color: #2a8dbe;
    border-radius: 26px !important;
    padding: 10px 40px;
    text-decoration: none;
}

.bloco_destaques_produtos .noticias_grande .texto .content a:hover {
    background-color: #0c426a;
}

.bloco_destaques_produtos .noticias_pequenas .multiply{
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2a8dbe;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: none;
    padding: 30px;
    height: 255px;
}

.bloco_destaques_produtos .noticias_pequenas:hover .multiply{
    display: block;
}

.bloco_destaques_produtos .noticias_pequenas .imagem{
    width: 70%;
    margin: auto;
    text-align: center;
}

.bloco_destaques_produtos .noticias_pequenas .imagem img {
    max-width: 100%;
    max-height: 140px;
}

.bloco_destaques_produtos .noticias_pequenas .texto .titulo{
    font-size: 18px;
    line-height: 32px;
    color: #2a8dbe;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bloco_destaques_produtos .noticias_pequenas .texto .descricao{
    font-size: 22px;
    color: #0c426a;
    font-weight: 700;
    margin-bottom: 20px;
}



 .bloco_destaques_produtos .noticias_pequenas{
     padding: 30px;
     height: 255px;
     position: relative;
}


.bloco_destaques_produtos .noticias_grande .botao{
    position: absolute;
    bottom: 10%;
    left: 8%;
    display: none;
}

.bloco_destaques_produtos .noticias_grande:hover .botao{
    display: block;
}

.bloco_destaques_produtos .noticias_grande .botao button{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.bloco_destaques_produtos .noticias_pequenas .botao{
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    display: none;
    right: 0;
}
.bloco_destaques_produtos .noticias_pequenas:hover .botao{
    display: block;
}

.bloco_destaques_produtos .noticias_pequenas .botao button{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}




@media screen and (min-width: 992px) and (max-width: 1451px){
    .bloco_destaques_produtos .noticias_pequenas {
        padding: 10px;
    }

    .bloco_destaques_produtos .noticias_pequenas .texto .descricao {
        min-height: 55px;
    }
}

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

    .bloco_destaques_produtos {
        background-color: #f6f6f6;
        padding: 50px 0;
    }

    .bloco_destaques_produtos .titulo .nome {
        font-size: 30px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .bloco_destaques_produtos .titulo .botao {
        font-size: 15px;
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .bloco_destaques_produtos .noticias_grande {
        padding-bottom: 30px;
        margin: 25px 15px;
        height: auto;
    }

    .bloco_destaques_produtos .noticias_grande .multiply{
        height: 100%;
    }

    .bloco_destaques_produtos .noticias_pequenas {
        padding: 30px;
        margin-bottom: 25px;
        height: auto;
    }

    .bloco_destaques_produtos .noticias_pequenas .multiply {
        height: 100%;
    }


    .bloco_destaques_produtos .titulo {
        margin-bottom: 25px;
    }

    .bloco_destaques_produtos .noticias_grande .texto .content a {
        color: #fff;
        font-size: 14px;
        font-weight: 100;
        border: none;
        background-color: #2a8dbe;
        border-radius: 26px !important;
        padding: 8px 15px;
    }

    .bloco_destaques_produtos .noticias_grande .texto .titulo {
        font-size: 20px;
        line-height: 22px;
        color: #2a8dbe;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .bloco_destaques_produtos .noticias_grande .texto .descricao {
        font-size: 20px;
        color: #0c426a;
        font-weight: 700;
        text-align: center;
    }

    .bloco_destaques_produtos .noticias_grande .texto .content {
        font-size: 15px;
        color: #0c426a;
        font-weight: 100;
        margin-bottom: 20px;
        margin-top: 15px;
        text-align: center;
    }

    .bloco_destaques_produtos .noticias_pequenas .titulo {
        margin-bottom: 0px;
    }

    .bloco_destaques_produtos .noticias_pequenas .botao button {
        border: none;
        background-color: transparent;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .bloco_destaques_produtos .noticias_pequenas .imagem {
        width: 50%;
        margin: auto;
    }
}




@media (min-width: 1450px){
    .bloco_aluguer .infos_alugueres .container{
        width: 1435px;
    }
}


@media (min-width: 1200px) and (max-width: 1450px){
    .bloco_aluguer .infos_alugueres .container {
        width: 1115px;
    }
}

.bloco_aluguer .infos_alugueres .texto.longa{
    text-align: center;
}


.bloco_aluguer .infos_alugueres{
    margin-top: 60px;
    margin-bottom: 60px;
}

.bloco_aluguer .infos_alugueres .nome h3 {
    text-align: center;
    text-transform: none;
    font-size: 35px;
    font-weight: 700;
    color: #2a8dbe;
    line-height: 37px;
}

.bloco_aluguer .infos_alugueres .texto p {
    font-size: 20px;
    line-height: 30px;
    color: #0c426a;
}

.bloco_aluguer .infos_alugueres.vantagens .imagem {
    width: 30%;
    margin: auto;
    padding-top: 40px;
}

.bloco_aluguer .infos_alugueres.vantagens .imagem img {
    width: 100%;
}

.bloco_aluguer .infos_alugueres.vantagens .descricao {
    text-align: center;
    text-transform: none;
    font-size: 25px;
    font-weight: 700;
    color: #2a8dbe;
    width: 95%;
    margin: auto;
    padding-top: 30px;
}

.bloco_aluguer .infos_alugueres table {
    width: 100%;
    border: none;
}

.bloco_aluguer .infos_alugueres table h4 {
    font-size: 55px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 0px 0;
    color: #2a8dbe;
}


.bloco_aluguer .infos_alugueres.curta table td:nth-child(odd) {
    width: 3%;
}

.bloco_aluguer .infos_alugueres.curta table td:nth-child(even) {
    width: Calc((100%/3) - (3%*3));
    font-size: 20px;
    color: #0c426a;
}


.bloco_aluguer .infos_alugueres table td:nth-child(odd) {
    width: 1%;
}

.bloco_aluguer .infos_alugueres table td:nth-child(even) {
    width: Calc((100%/3) - (1%*3));
    font-size: 18px;
    color: #0c426a;
}



.bloco_aluguer .infos_alugueres table td img {
    width: 85%;
}


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

    .bloco_aluguer .infos_alugueres .texto p {
        font-size: 16px;
        line-height: 30px;
        color: #0c426a;
    }
    .bloco_aluguer .infos_alugueres.vantagens .imagem img {
        width: 60%;
    }

    .bloco_aluguer .infos_alugueres.curta table td:nth-child(odd) {
        width: 100%;
    }

    .bloco_aluguer .infos_alugueres table td img {
        width: 100px;
    }

    .bloco_aluguer .infos_alugueres.curta table td:nth-child(even) {
        width: 100%;
        font-size: 20px;
        color: #0c426a;
    }

    .bloco_aluguer .infos_alugueres table td:nth-child(odd) {
        width: 100%;
        display: block;
        text-align: center;
    }
    .bloco_aluguer .infos_alugueres table h4 {
        font-size: 37px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 0px 0;
        color: #2a8dbe;
    }

    .bloco_aluguer .infos_alugueres table td:nth-child(even) {
        width: 100%;
        font-size: 18px;
        color: #0c426a;
        display: inline-block;
        text-align: center;
    }
}

.bloco_aluguer .contacte_nos_aluguer_um {
    background-color: #2a8dbe;
}

.bloco_aluguer .contacte_nos_aluguer_um .texto {
    display: inline-block;
    float: left;
}

.bloco_aluguer .contacte_nos_aluguer_um .botao {
    display: inline-block;
    float: right;
}

.bloco_aluguer .pedido_contacto{
    margin-bottom: 80px;
}

.bloco_aluguer .pedido_contacto .texto{
    display: inline-block;
    margin-right: 40px;
    color: #2a8dbe;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}
.bloco_aluguer .pedido_contacto .botao{
    display: inline-block;
}

.bloco_aluguer .pedido_contacto .botao button {
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #2a8dbe;
    background-color: #fff;
    border: none;
    border-radius: 30px !important;
    padding: 15px 30px;
    box-shadow: 0 8px 55px 0 rgba(186, 176, 176, 0.2);
    outline: none;
}

.bloco_aluguer .pedido_contacto .botao button:hover {
    color: #fff;
    background-color: #2a8dbe;
}


.bloco_aluguer .produtos_disponiveis{
    margin-top: 70px;
}

.bloco_aluguer .produtos_disponiveis .titulo{
    font-weight: 700;
    font-size: 30px;
    color: #2a8dbe;
    text-align: center;
    margin-bottom: 26px;
}

.bloco_aluguer .produtos_disponiveis .produtos{
    margin-bottom: 60px;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos{
    display: inline-block;
    width: Calc((100%/5) - 30px);
    margin-left: 0;
    background-color: #fff;
    margin-right: 25px;
    margin-top: 25px;
    padding: 20px 0px;
    box-shadow: 0 2px 5px 0 rgba(186, 176, 176, 0.2);
    max-height: 400px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 992px){
    .bloco_aluguer .produtos_disponiveis .produtos .holder_produtos {
        display: block;
        width: 100%;
        margin-left: 0;
        background-color: #fff;
        margin-right: 25px;
        margin-top: 25px;
        padding: 20px 0px;
        box-shadow: 0 2px 5px 0 rgba(186, 176, 176, 0.2);
        max-height: 400px;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .bloco_aluguer .pedido_contacto .botao button {
        margin-top: 30px;
    }
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .imagem{
    width: 100%;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .imagem img{
    width: 100%;
}


.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info {
    width: 90%;
    margin: auto;
    text-align: center;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info .marca {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #2a8dbe;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info .modelo {
    font-weight: 700;
    font-size: 20px;
    color: #0c426a;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info_hover {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #2a8dbe;
    position: absolute;
    bottom: -100px;
    padding: 10px;

    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos:hover .info_hover {
    bottom: 0px;
}



.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info_hover .marca {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info_hover .modelo {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info_hover .botao {
    margin-top: 10px;
}
.bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .info_hover .botao a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

@media screen and (min-width: 600px) and (max-width: 992px){
    .bloco_aluguer .produtos_disponiveis .produtos .holder_produtos {
        display: block;
        width: 60%;
        margin: auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .imagem img {
        width: auto;
        height: 100%;
        /* margin: auto; */
    }
}

@media screen and (max-width: 600px){
    .bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .imagem {
        width: 100%;
        /* margin: auto; */
        text-align: center;
    }

    .bloco_aluguer .produtos_disponiveis .produtos .holder_produtos .imagem img {
        width: auto;
        height: 100%;
        /* margin: auto; */
    }
}


.introducao h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2a8dbe;
    margin-top: 40px;
}

.introducao p {
    font-size: 22px;
    /* font-weight: unset; */
    margin-bottom: 30px;
    color: #0c426a;
    text-align: justify;
    line-height: 26px;
}

.bloco_valores_marca{
    margin-top: 0px;
}

.bloco_valores_marca .texto .nome{
    text-transform: none;
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 60px;
    color: #2a8dbe;
    line-height: 37px;
}

.bloco_valores_marca .texto .conteudo {
    font-size: 20px;
    /* font-weight: unset; */
    margin-bottom: 30px;
    color: #0c426a;
    line-height: 30px;
}

.bloco_valores_marca .texto.esquerda{
    padding-left: 70px;
    padding-right: 35px;
    padding-top: 0;
    text-align: left;
}

.bloco_valores_marca .texto.direita{
    padding-left: 35px;
    padding-right: 70px;
    padding-top: 0px;
    text-align: right;
}

.bloco_valores_marca .imagem img{
    width: 100%;
}

@media screen and (min-width: 993px){
    .bloco_valores_marca .mobile{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .bloco_valores_marca {
        margin-top: 0px;
    }

    .bloco_valores_marca .texto.esquerda {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        text-align: left;
    }

    .bloco_valores_marca .texto.direita {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        text-align: left;
    }

    .bloco_valores_marca .imagem {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bloco_valores_marca .texto .conteudo {
        font-size: 16px;
        /* font-weight: unset; */
        margin-bottom: 30px;
        color: #0c426a;
        line-height: 22px;
    }
}

.bloco_principais_setores{
    margin-top: 115px;
}

.bloco_principais_setores .titulo{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2a8dbe;
    line-height: 37px;
}

.bloco_principais_setores .resumo{
    font-size: 22px;
    margin-bottom: 60px;
    color: #0c426a;
    line-height: 30px;
    line-height: 30px;
}

.bloco_principais_setores .holder_sectores .imagem,
.bloco_principais_setores .holder_sectores .texto{
    display:inline-block;
}

.bloco_principais_setores .holder_sectores .imagem{
    display: inline-block;
    width: 15%;
    vertical-align: top;
    margin: -3px;
}

.bloco_principais_setores .holder_sectores .imagem img{
    width: 100%;
}

.bloco_principais_setores .holder_sectores .texto{
    width: 80%;
    padding-left: 20px;
    padding-bottom: 60px;
}

.bloco_principais_setores .holder_sectores .texto .descricao{
    font-size: 18px;
    /* margin-bottom: 30px; */
    color: #0c426a;
    font-weight: 100;
}

.bloco_principais_setores .holder_sectores .texto .nome{
    font-size: 30px;
    color: #2a8dbe;
    margin-bottom: 10px;
    text-transform: none;
    margin-top: 0;
    line-height: 37px;
}

.bloco_principais_setores .holder_sectores .texto .botao {
    margin-top: 25px;
}

.bloco_principais_setores .holder_sectores .texto .botao a{
    text-decoration: none;
    font-size: 16px;
    color: #2a8dbe;
}

.bloco_principais_setores .holder_sectores .texto .botao a:hover {
    text-decoration: none;
    font-size: 16px;
    color: #0c426a;
}

.hitoria_titulo{
    text-align: center;
    text-transform: none;
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 60px;
    color: #2a8dbe;
}

.bloco_linha_temporal{
    position:relative;
    margin-top: 100px;
}

.bloco_linha_temporal .btn_next{
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
}

.bloco_linha_temporal .btn_prev{
    position: absolute;
    left: 10px;
    top: 30px;
    cursor: pointer;
}

.linha_temporal{
}

.linha_temporal .holder_linha_temporal{
    margin-top: 90px;
}

.linha_temporal .holder_linha_temporal .compensacao{
    display: block;
}


.linha_temporal .holder_linha_temporal .bola_inicial{
    width: 20px;
    height: 20px;
    background-color: #2a8dbe;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: Calc( 50% - 9px );
}

.linha_temporal .holder_linha_temporal .bola_inicial .linha_helper{
    position: absolute;
    height: 90px;
    width: 2px;
    left: 9px;
    background-color: rgb(13, 140, 204);
}

.linha_temporal .holder_linha_temporal .bola_final{
    width: 20px;
    height: 20px;
    background-color: #2a8dbe;
    border-radius: 50%;
    position: absolute;
    bottom: 40px;
    left: Calc( 50% - 9px );
}


.linha_temporal .holder_linha_temporal .bloco_temporal{
    display: flex;
    margin-bottom: 40px;
    height: 100%;
}


.linha_temporal .holder_linha_temporal .bloco_temporal .info_esquerdo{
    display: inline-block;
    width: Calc( 50% - 75px );
    text-align: right;
    margin: auto;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .info_centro{
    display: inline-block;
    margin-right: -3px;
    width: 150px;
    text-align: center;
    vertical-align: top;
    margin-top: -40px;
    height: Calc( 100% + 40px );
}

.linha_temporal .holder_linha_temporal .bloco_temporal .info_centro .linha_preencher{
    min-height: 240px;
    width: 2px;
    background-color: rgba(13, 140, 204, 0.3);
    margin: 15px auto;
    height: 100%;
    position: relative;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .info_centro .linha_preencher .loader{
    position: absolute;
    height: 0%;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(13, 140, 204);
}

.linha_temporal .holder_linha_temporal .bloco_temporal .info_centro .linha_preencher.in-view .loader{
    height: 100%;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .info_direita{
    display: inline-block;
    width: Calc( 50% - 75px );
    text-align: left;
    margin: auto;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .titulo{
    margin: 0;
    font-size: 25px;
    color: #2a8dbe;
    font-weight: 400;
    text-transform: uppercase;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .descricao a{
    font-size: 18px;
    font-weight: 600;
    color: #2a8dbe;
    background-color: #fff;
    border: none;
    border-radius: 30px !important;
    padding: 15px 30px;
    box-shadow: 0 8px 55px 0 rgba(186, 176, 176, 0.2);
    text-decoration: none;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .descricao a:after{
    content: "       \f178";
    font-family: "FontAwesome";
}

.linha_temporal .holder_linha_temporal .bloco_temporal .ano{
    font-size: 18px;
    color: #2a8dbe;
}

.linha_temporal .holder_linha_temporal .bloco_temporal .descricao{
    font-size: 20px;
    margin-top: 15px;
    color: #0c426a;
    line-height: 30px;
}

.nossos_clientes{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 100px;
    color: #2a8dbe;
    text-align: center;
    line-height: 37px;
}

.slider_marcas{
    text-align: center;
}

.slider_marcas .marca_img{
    display: inline-block;
    margin-right: -4px;
    width: Calc( 100% / 5 );
    margin-bottom: 80px;
    vertical-align: middle;
}

.slider_marcas .marca_img img{
    max-width: 200px;
    max-height: 100px;
    width: auto;
    display: inline-block;
}
#slider_marcas {
    margin-bottom: 60px;
    margin-top: 60px;
}

#slider_marcas .owl-controls {
    width: auto;
    text-align: center;
    bottom: 0;
    display: inline-block;
}

#slider_marcas .owl-dots {
    position: relative;
    bottom: 0;
    z-index: 2;
}

#slider_marcas .owl-dots .owl-dot {
    width: 45px;
    height: 2.5px;
    display: inline-block;
    margin: 0 7px;
    /* border-radius: 100%; */
    background: #b0c3cc;
    border: none;
}

#slider_marcas .owl-dots .owl-dot.active {
    background: #2a8dbe;
}




.bloco_clientes_desktop{
    display: block;
}

.bloco_clientes_mobile{
    display: none;
}


@media screen and (min-width: 992px) and (max-width: 1350px){
    .slider_marcas .marca_img {
        display: inline-block;
        margin-right: 30px;
        width: Calc( 100% / 5 );
        margin-bottom: 80px;
        vertical-align: middle;
    }
}



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

    .bloco_principais_setores .resumo {
        font-size: 16px;
        margin-bottom: 60px;
        color: #0c426a;
        line-height: 30px;
        line-height: 30px;
    }

    .slider_marcas_mobile .slide{
        text-align: center;
    }


    .slider_marcas_mobile .marca_img{
        /*width: Calc( 100% / 2 );
        margin: auto;*/
        width: Calc( 100% / 3 );
        margin: auto;
        display: inline-block;
        width: Calc( 100% / 2 );
        /* margin-bottom: 80px; */
        vertical-align: middle;
        height: 110px;

    }

    .slider_marcas_mobile .marca_img img {
    /*max-width: 165px;
        max-height: 85px;
        width: auto;
        margin: auto;
        margin-bottom: 30px;*/
        max-width: 180px;
        max-height: 100px;
        width: auto;
        margin: auto;
        margin-bottom: 30px;
    }

    #slider_marcas_mobile .owl-controls {
        width: auto;
        text-align: center;
        bottom: 0;
        display: inline-block;
        /* margin: auto; */
        left: 50%;
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
        text-align: center;
        position: relative;
    }

    #slider_marcas_mobile .owl-dots {
        position: relative;
        bottom: 0;
        z-index: 2;
    }

    #slider_marcas_mobile .owl-dots .owl-dot {
        width: 45px;
        height: 2.5px;
        display: inline-block;
        margin: 0 7px;
        /* border-radius: 100%; */
        background: #b0c3cc;
        border: none;
    }

    #slider_marcas_mobile .owl-dots .owl-dot.active {
        background: #2a8dbe;
    }
}

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

    .slider_marcas_mobile .marca_img img {
        max-width: 155px;
        max-height: 85px;
    }

}

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

    .bloco_principais_setores .holder_sectores .imagem {
        width: 15%;
        vertical-align: top;
        margin: -3px;
        float: left;
    }

    .bloco_principais_setores .holder_sectores .texto {
        width: 100%;
        padding-left: 0;
        padding-bottom: 60px;
        display: block;
    }

    .bloco_principais_setores .holder_sectores .texto .nome {
        font-size: 30px;
        color: #2a8dbe;
        margin-bottom: 10px;
        text-transform: none;
        margin-top: 0;
        line-height: 37px;
        margin-bottom: 30px;
        padding-left: 80px;
        min-height: 65px;
    }

    .bloco_principais_setores .holder_sectores .texto .descricao {
        font-size: 18px;
        /* margin-bottom: 30px; */
        color: #0c426a;
        font-weight: 100;
    }

}



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

    .slider_marcas_mobile .marca_img{
        width: Calc( 100% / 2 );
    }
    .bloco_principais_setores .holder_sectores .texto .nome {
        padding-left: 54px;
        min-height: 30px;
        font-size: 20px;
    }

    .bloco_principais_setores .holder_sectores .texto .nome {

    }

    .bloco_principais_setores .holder_sectores .texto .descricao {
        font-size: 16px;
    }

}

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

    .bloco_clientes_desktop {
        display: none;
    }

    .bloco_clientes_mobile{
        display: block;
    }

}


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

    .hide_on_desktop {
        display:none !important;
    }

}

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

    .hitoria_titulo {
        text-align: center;
        text-transform: none;
        font-size: 35px;
        font-weight: 100;
        margin-bottom: 15px;
        margin-top: 60px;
        color: #2a8dbe;
    }

    .bloco_linha_temporal{
        position:relative;
        margin-top: 0px;
    }

    .hide_on_desktop .bloco_temporal{
        padding: 20px;
    }

    .hide_on_desktop .bloco_temporal .ano{
        margin: 20px 0;
        font-size: 18px;
        color: #2a8dbe;
    }

    .hide_on_desktop .bloco_temporal .titulo{
        margin-bottom: 15px;
        font-size: 25px;
        color: #2a8dbe;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 28px;
        text-align: center;
    }

    .hide_on_desktop .bloco_temporal .descricao {
        font-size: 16px;
        margin-top: 15px;
        color: #0c426a;
        line-height: 30px;
        text-align: center;
    }

    .hide_on_desktop .bloco_temporal .img{
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    .hide_on_desktop .bloco_temporal .img img{
        width: 100%;
    }

    .hide_on_mobile {
        display:none !important;
    }

}

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

    .linha_temporal .holder_linha_temporal .compensacao{
        width: 220px;
    }
}


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

    .linha_temporal .holder_linha_temporal .compensacao{
        width: 100px;
    }

}


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

    .hide_on_mobile {
        display:none !important;
    }

}

#quem_somos p{
    font-size: 20px;
    /* font-weight: unset; */
    margin-bottom: 0px !important;
    color: #0c426a;
    line-height: 30px;
}

#quem_somos li{
    font-size: 20px;
    /* font-weight: unset; */
    margin-bottom: 30px;
    color: #0c426a;
    line-height: 15px;
}

@media screen and (max-width: 992px){
    #quem_somos p {
        font-size: 16px;
        /* font-weight: unset; */
        margin-bottom: 30px;
        color: #0c426a;
        line-height: 20px;
    }

    .google-map {
        background: #E5E3DF;
        height: 400px;
        margin: -135px 0 30px 0;
        width: 100%;
    }
}

#tabela_marcas h3{
    font-size: 30px;
    color: #2a8dbe;
    margin-bottom: 10px;
    text-transform: none;
    margin-top: 0;
    line-height: 37px;
}

#tabela_marcas .marcas{
    font-size: 18px;
    /* margin-bottom: 30px; */
    color: #0c426a;
    font-weight: 100;
}

img{
    max-width: 100%;
}

.botoes_menu .outros{

    margin-bottom: 30px;
}

.botoes_menu .outros a{
    text-decoration: none;
}

.botoes_menu .outros button{
    border-radius: 26px !important;
    border:none;
    padding: 7px 8px;
    outline: none;
    margin-top: 30px;
}

.botoes_menu .outros button.promo{
    background-color: #FF9F02;
    color: #fff;
}

.botoes_menu .outros button.blue{
    background-color: #2a8dbe;
    color: #fff;
}

.cabecalho{
    position: relative;
}