/*==========================*/
/*GERAL*/
/*==========================*/

.balao_whatsapp{
    display: block;
    padding: 12px;
    border-radius: 8px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    position: fixed;
    bottom: 18px;
    right: 80px;
    z-index: 1000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 30px;
}
body{
    font-family: 'Montserrat', sans-serif;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    color: #313030;
    letter-spacing: 0.32px;
}

body:before,
body:after {
    display: none;
}

h1, h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #313030;
    letter-spacing: 0.78px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

h2.h2_mobile{
    display: none;
}

.custom_container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.parallax {
    padding-top: 450px;
    padding-bottom: 450px;
}

@media (min-width: 768px){
    .custom_container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .custom_container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .custom_container {
        width: 1170px;
    }
}
@media (min-width: 1400px){
    .custom_container {
        width: 1370px;
    }
}
@media (min-width: 1600px){
    .custom_container {
        width: 1570px;
    }
}

@media screen and (max-width: 1500px){
    h1, h2{
        font-size: 37px;
        margin-bottom: 47px;
    }
    body{
        font-size: 16px;
    }
}
@media screen and (max-width: 992px){
    body {
        padding: 0 15px;
        font-size: 18px;
    }

    h1, h2{
        font-size: 30px;
        margin-bottom: 40px;
    }

    h2.h2_mobile{
        display: block;
    }
}
@media screen and (max-width: 767px){
    body {
        font-size: 16px;
    }
    h1, h2{
        font-size: 25px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 500px){

    h1, h2{
        font-size: 20px;
        margin-bottom: 35px;
    }
}

/*==========================*/
/*MENU*/
/*==========================*/
.header-v1 .logo {
    margin: 20px 0;
}
.header-v1 .logo img{
    width: 215px;
}

.button-toggle .lupa_search,
.header-v1 .header-right .pesquisa .lupa_search {
    width: 21px;
}
.button-toggle.active .lupa_search {
    display: none;
}



.navigation-north-2 ul li a.button-toggle{
    float: unset !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'Mukta Mahee', sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
}

.navigation-north-2>ul>li>a {
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 25px 20px;
}

.navigation-north-2 {
    font-family: 'Mukta Mahee', sans-serif;
    margin: 35px 0;
}

.header-v1 .header-right .button-toggle,
.header-v1 .header-right .pesquisa {
    margin-top: 65px;
}
.header-v1 .header-right .pesquisa {
    float: right;
    color: #000;
    margin-left: 20px;
}
.header-v1 .header-right .pesquisa.mobile {
    display: none;
}
.header-v1 {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #Fff;
    z-index: 10;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
    top: 0;
}

.navigation-north-2 ul li a {
    color: #000;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
}


.navigation-north-2 ul li.active a{
    font-weight: 700;
}
.navigation-north-2 ul.sub-menu>li {
    padding: 10px 20px;
}

.navigation-north-2 ul li a:hover {
    color: #1945b5;
}

a:hover {
    color: #BEA47D;
}

.header-v1 .header-right a.button-toggle:hover {
    color: #1945b5;
}

#nr-account{
    width: 400px;
    max-width: 100%;
    padding: 25px 25px 100px;
}
#nr-account .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #949494;
    letter-spacing: 0;
}
#nr-account h6{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #949494;
    letter-spacing: 0;
    font-weight: 300;
    margin: 25px 0;
}

.header-v1 .nr-account form .campos{
    position: relative;
    margin-bottom: 20px;
}

.header-v1 .nr-account form input[type=email]{
    background: #1945b5;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    width: 100%;
    height: 55px;
    padding: 20px 15px;
    padding-right: 120px;
    border-color: transparent;
    outline: none;
}
.header-v1 .nr-account form input[type=email]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=1); }

.header-v1 .nr-account form input[type=email]:-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=1); }

.header-v1 .nr-account form input[type=email]::-moz-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=1); }

.header-v1 .nr-account form input[type=email]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=1); }

.ts-newsletter .form-newsletter .campos span {
    position: absolute;
    right: 0;
    background: #1945b5;
}

.ts-newsletter .form-newsletter button[type=submit] {
    font-size: 15px;
    background: #1945b5;
    letter-spacing: 0px;
    padding: 15px;
    height: 55px;
}
.ts-newsletter .form-newsletter button i {
    font-size: 20px;
}

.ts-newsletter .form-newsletter .rgpd {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #949494;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.ts-newsletter .form-newsletter .rgpd a{
    color: #949494;
}

@media screen and (max-width: 1500px){
    .header-v1 .logo img {
        width: 175px;
    }

    .navigation-north-2 ul li a {
        font-size: 18px;
    }

    .navigation-north-2 {
        margin: 25px 0;
    }

    .header-v1 .header-right .button-toggle, .header-v1 .header-right .pesquisa {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1200px){
    .header-v1 .logo img{
        width: 150px;
    }

    .navigation-north-2>ul>li>a, .navigation-north-2 ul li a.button-toggle {
        font-size: 16px !important;
        padding: 15px !important;
    }

    .navigation-north-2 ul li a {
        font-size: 16px;
    }

    .header-v1 .header-right .button-toggle {
        margin-top: 37px;
    }


}


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

    .header-v1 {
        padding: 0 15px;
        background: #fff;
    }
    .header-v1.white {
        background: #fff;
    }

    .navigation-north-2 {
        display: none;
    }

    .header-v1 .main-header .header-right .toggle-mainmenu {
        display: inline-block;
    }

    .header-v1 .header-right .pesquisa.mobile {
        display: block;
    }

    .header-right .button-toggle.toggle-searchform {
        display: none;
    }

    .header-v1 .header-right .pesquisa {
        margin-top: 34px;
    }


    #nr-search-head{
        display: none !important;
    }

    .menu-bar {
        margin-bottom: 4px;
        width: 31px;
        border-radius: 21px;
        height: 4px;
    }

    .toggle-loginform {
        float: unset;
    }

    .main-header{
        position: relative;
        z-index: 1002;
    }
    .navigation-north ul li a:hover {
        color: #000;
    }

    .navigation-north .toggle-dropdown-menu>ul>li>a {
        border-bottom: none;
    }

    .nr-mainmenu .ts-mainmenu-inner {
        min-width: 100%;
    }

    .navigation-north .toggle-dropdown-menu>ul>li>a {
        font-size: 18px;
        padding: 10px 0;
    }

    .nr-mainmenu {
        padding: 70px 10px 0px 10px;
        width: 200px;
        top: 0;
    }

    .item-toggle-dropdown .toggle-button {
        top: 15px;
    }

    .item-toggle-dropdown .toggle-button.opened{
        top: 15px;
    }

    .navigation-north ul.sub-menu {
        padding: 0;
    }
    .navigation-north ul.sub-menu li{
        padding: 5px 0;
    }

    .nr-menu-bar{
        height: 20px;
        position: relative;
        width: 31px;
    }
    .nr-menu-bar.open span{
        position: absolute;
        right: 0;
        -webkit-transform: rotate(
                0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(
                0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .nr-menu-bar.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .nr-menu-bar.open span:nth-child(2) {
        opacity: 0;
        right: -60px;
    }

    .nr-menu-bar.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

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

    .header-v1 .logo {
        margin: 15px 0;
        width: 122px;
    }

    .header-v1 .header-right .button-toggle,
    .header-v1 .header-right .pesquisa {
        margin-top: 32px;
    }
    .header-v1 .main-header .header-right .toggle-mainmenu {
        margin-top: 35px;
    }
}

@media screen and (max-width: 400px){
    .ts-newsletter .form-newsletter button[type=submit] {
        font-size: 11px;
        padding: 15px 10px;
    }

    .ts-newsletter .form-newsletter button i {
        font-size: 16px;
    }

    .header-v1 .nr-account form input[type=email] {
        padding-right: 90px;
    }
}

/*==========================*/
/*BANNER HOMEPAGE*/
/*==========================*/
.section-about {
    overflow: hidden;
    padding-top: 145px;
}

.banner .item-slide figure{
    /*height: Calc(100vh - 165px);*/
    height: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 53%;
}

.banner .banner_video .sound_on_off{
    background: rgba(255,255,255,0.5);
    position: absolute;
    z-index: 8;
    right: 30px;
    top: 30px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    border-radius: 10px;
    cursor: pointer;
}
.banner .banner_video .sound_on_off.off:after{
    content: '';
    background: #000;
    height: 3px;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}
.banner .banner_video.owl-carousel .owl-dots {
    bottom: 37px;
    left: 40px;
    position: absolute;
    text-align: left;
}

.banner .banner_video .item-slide figure video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-banner {
    padding: 165px 0 50px 0;
    background-size: cover;
}
.page-banner.banner_marcas {
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 140px;
}

.page-banner.banner_marcas h1{
    color: #fff;
}

@media screen and (max-width: 1500px){
    .section-about {
        padding-top: 125px;
    }


    .page-banner.banner_marcas {
        margin-top: 120px;
    }
}


@media screen and (max-width: 1200px){
    .section-about {
        overflow: hidden;
        padding-top: 112px;
    }

    .page-banner.banner_marcas {
        margin-top: 100px;
    }
}

@media screen and (max-width: 992px){
    .banner .banner_video .sound_on_off{
        top: 10px;
        right: 10px;
    }
    .page-banner {
        padding: 1px 0 20px 0;
    }

    .page-banner .page-title {
        margin-top: 165px;
    }

    .section-about {
        padding-top: 92px;
    }

    .header-v1 .header-right .button-toggle {
        margin-left: 30px;
    }

    .button-toggle.active .nr-menu-bar {
        display: block;
    }

    .button-toggle.active .icon-arrows-slim-up {
        display: none;
    }

    .nr-mainmenu {
        background-color: #fff;
    }

    .page-banner.banner_marcas {
        margin-top: 90px;
    }

}
@media screen and (max-width: 767px){
    .section-about {
        padding-top: 90px;
    }
}
/*==========================*/
/*HOMEPAGE*/
/*==========================*/

#empresa_homepage{

}

#empresa_homepage .nr_wrapper_about,
#empresa_homepage .nr_wrapper_about_content{
    padding-right: 60px;
}

#empresa_homepage .nr_wrapper_images img {
    margin-bottom: 60px;
    max-width: 100%;
    margin-right: 0;
    width: 350px;
}
#empresa_homepage .nr_wrapper_images img:last-child{
    margin-bottom: 0;
}

#area_cliente_home .zona_icons{
    text-align: center;
    margin-top: 80px;
}
#area_cliente_home .ts-icon-boxes {
    display: inline-block;
    max-width: 450px;
    margin: 0 40px;
}
#area_cliente_home .ts-icon-boxes img{
    width: 100%;
}

.section-iconboxes-two.section-iconboxes-iconstyle.pt-0 {
    padding-top: 0;
}
.section-iconboxes-two.section-iconboxes-iconstyle.pb-120 {
    padding-bottom: 120px;
}

.section-iconboxes-three.section-iconboxes-ourteam {
    padding: 120px 0;
}
.section-iconboxes-three.section-iconboxes-ourteam .row{
    margin: 0;
}


#equipa_home h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 25px;
}
#equipa_home .content,
#equipa_home .content a,
#equipa_home .content p{
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 23px;
}
#equipa_home .title-ourteam {
    padding-bottom: 0px;
}
#equipa_home .nr-ourteams{
    margin-top: 80px;
}

#equipa_home .nr-ourteams img{
    height: 20px !important;
    margin-right: 10px;
    width: auto !important;
}


#equipa_home .single_team{
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px;
    vertical-align: top;
    width: Calc(100% / 3);
}

#conheca_marcas_home{

}

#conheca_marcas_home .conteudo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 0px;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#conheca_marcas_home .conteudo h2{
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.58px;
    margin-bottom: 40px;
}
#conheca_marcas_home .conteudo h2,
#conheca_marcas_home .conteudo .botao{
    text-align: center;
    /*width: 430px;
    margin-left: auto;*/
}
#conheca_marcas_home .conteudo .btn.btn-1{
    font-family: 'Montserrat', sans-serif;
    outline: none;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid #979797;
    font-size: 23px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 300;
    border-radius: 36px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#conheca_marcas_home .conteudo .btn.btn-1:hover{
    background: #1945b5;
    border: 1px solid #1945b5;
}

#contactos_home .section-contact-v1 {
    padding-top: 120px;
}

#zona_testemunhos_home{
    background-color: #000000;
}
#zona_testemunhos_home .owl-carousel .owl-dots .owl-dot{
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}
#zona_testemunhos_home .owl-carousel .owl-dots .owl-dot.active{
    background: #fff;
}

#zona_testemunhos_home h2,
#zona_testemunhos_home .slider_testemunhos .single_testemunho .info .nome,
#zona_testemunhos_home .slider_testemunhos .single_testemunho .info .descricao{
    color: #fff;
}

#conheca_gama_pecas_home h2{
    color: #fff;
    text-shadow: 0px 0px 11px #000;
}

#conheca_gama_pecas_home .parallax{
    padding: 150px 0;
}
#conheca_gama_pecas_home .lista_marcas_pecas{
    background: rgb(255 255 255 / 80%);
    width: auto;
    display: inline-block;
    padding: 50px;
}

#conheca_gama_pecas_home .lista_marcas_pecas a{
    text-decoration: none;
    margin: 0 20px;
}
#conheca_gama_pecas_home .lista_marcas_pecas img{
    width: 200px;
    height: 150px;
    object-fit: contain;
}

@media screen and (max-width: 1500px){
    #area_cliente_home .ts-icon-boxes {
        max-width: 250px;
    }

    #empresa_homepage .nr_wrapper_images img {
        margin-right: auto;
    }

    #empresa_homepage .nr_wrapper_images img {
        margin-right: auto;
        width: 250px;
    }

    #equipa_home h5 {
        font-size: 25px;
    }

    #equipa_home .content, #equipa_home .content a, #equipa_home .content p {
        font-size: 16px;
        line-height: 18px;
    }

    #conheca_marcas_home .conteudo h2 {
        font-size: 27px;
        line-height: 38px;
    }

    #conheca_marcas_home .conteudo .btn.btn-1 {
        font-size: 17px;
    }
}
@media screen and (max-width: 1400px){
    .parallax {
        padding-top: 290px;
        padding-bottom: 290px;
    }
}
@media screen and (max-width: 1200px){


    #equipa_home .single_team{
        margin-right: -4px;
        width: Calc(100% / 2);
    }


    .parallax {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    #conheca_marcas_home .conteudo {
        padding-top: 60px;
    }

    #conheca_marcas_home .conteudo h2 {
        font-size: 28px;
    }

    #conheca_marcas_home .conteudo .btn.btn-1 {
        font-size: 15px;
    }

    #equipa_home h5 {
        font-size: 25px;
    }

    #equipa_home .content, #equipa_home .content a, #equipa_home .content p {
        font-size: 16px;
        line-height: 19px;
    }

    #area_cliente_home .ts-icon-boxes {
        max-width: 250px;
    }

    #conheca_gama_pecas_home .lista_marcas_pecas img {
        width: 150px;
        height: 100px;
    }

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

    #empresa_homepage .nr_wrapper_about, #empresa_homepage .nr_wrapper_about_content {
        padding-right: 0;
    }

    #empresa_homepage .nr_wrapper_images {
        margin-top: 60px;
    }

    #empresa_homepage .nr_wrapper_images img {
        margin-right: auto;
    }

    #contactos_home .section-contact-v1 {
        padding-top: 60px;
    }

    #empresa_homepage .nr_wrapper_images img {
        max-width: 80%;
        width: 250px;
    }

    .section-iconboxes-three.section-iconboxes-ourteam,
    .section-iconboxes-two.section-iconboxes-iconstyle.pt-0,
    .section-iconboxes-two.section-iconboxes-iconstyle.pb-120{
        padding: 60px 0;
    }

    #equipa_home .title-ourteam h2 {
        margin-bottom: 0;
    }
    #equipa_home .nr-ourteams {
        margin-top: 60px;
    }

    #conheca_gama_pecas_home .lista_marcas_pecas a {
        text-decoration: none;
        margin: 0 10px;
    }

    #conheca_gama_pecas_home .lista_marcas_pecas img {
        width: 130px;
        height: 90px;
    }

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

    #equipa_home .single_team{
        margin-right: 0;
        display: block;
        width: 100%;
    }

    #area_cliente_home .ts-icon-boxes {
        max-width: unset;
        width: 50%;
        margin: 0 -3px 0 0;
    }
    #area_cliente_home .ts-icon-boxes img{
        width: 80%;
    }

    #empresa_homepage .nr_wrapper_images img {
        width: Calc(50% - 43px);
        margin: 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

    #area_cliente_home .zona_icons {
        margin-top: 30px;
    }

    #conheca_gama_pecas_home .lista_marcas_pecas {
        max-width: 500px;
    }
    #conheca_gama_pecas_home .lista_marcas_pecas a {
        margin: 20px 10px;
        display: inline-block;
    }
    #conheca_gama_pecas_home .lista_marcas_pecas img {
        width: 150px;
        height: 100px;
        max-width: 100%;
    }
}
@media screen and (max-width: 700px){
    #conheca_marcas_home .conteudo h2, #conheca_marcas_home .conteudo .botao {
        /*width: 245px;*/
    }

    #conheca_marcas_home .conteudo h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    #conheca_marcas_home .conteudo .btn.btn-1 {
        font-size: 12px;
    }

    #conheca_marcas_home .conteudo {
        padding-top: 30px;
    }

    .parallax {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 500px){
    #equipa_home h5 {
        font-size: 20px;
    }

    #equipa_home .content, #equipa_home .content a, #equipa_home .content p {
        font-size: 15px;
        line-height: 16px;
    }

    #equipa_home .nr-ourteams img {
        height: 15px !important;
        margin-right: 5px;
    }
}
@media screen and (max-width: 400px){
    #conheca_marcas_home .conteudo h2, #conheca_marcas_home .conteudo .botao {
        width: 100%;
    }
}
/*==========================*/
/*QUEM SOMOS*/
/*==========================*/

@media screen and (max-width: 992px){
    .section-iconboxes-firts {
        padding:60px 0;
    }

}
/*==========================*/
/*MARCAS*/
/*==========================*/

#pagina_marcas.holder_lista_marcas{
    margin: 120px auto;
    max-width: 95%;
    padding: 0 15px;
}

.product-innercotent {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 11px #000;
    text-align: center;
}

.woocommerce-pagination{
    margin-top: 120px;
}
.woocommerce-pagination .page-numbers li{
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 49px;
    border-color: #979797;
    color: #8D8D8D;
}

.woocommerce-pagination .page-numbers li .page-numbers.active {
    color: #c1c1c1;
    background: #343434;
    border-color: #343434;
}

@media screen and (max-width: 992px){
    .products div.product {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    #pagina_marcas.holder_lista_marcas{
        margin: 60px auto;
        width: 100%;
        max-width: 100%;
    }

    .woocommerce-pagination {
        margin-top: 30px;
    }

    .woocommerce-pagination .page-numbers li .page-numbers {
        font-size: 13px;
        width: 30px;
        height: 30px;
        line-height: 29px;
    }
}
/*==========================*/
/*NOTICIAS*/
/*==========================*/
.holder_noticias{
    margin: 120px 0;
}

.holder_noticias .blog-item {
    border-bottom: none;
}

.holder_noticias .row-blog .info-blog .nr-button {
    padding: 7px 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
}

.holder_noticias .row-blog .info-blog h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    line-height: 52px;
    font-weight: 300;
    text-transform: none;
}
.holder_noticias .row-blog .info-blog h3{
    margin-bottom: 50px;
}
.holder_noticias .row-blog  .post-meta a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #BEA47D;
    letter-spacing: 0;
}
.holder_noticias .row-blog .info-blog .content-post {
    margin: 50px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #575757;
    letter-spacing: 0;
    line-height: 28px;
}


@media screen and (max-width: 1500px){
    .holder_noticias .row-blog .info-blog h3 a {
        font-size: 37px;
        line-height: 42px;
    }
}
@media screen and (max-width: 1200px){
    .holder_noticias .row-blog .info-blog h3 {
        margin-bottom: 10px;
    }

    .holder_noticias .row-blog .info-blog .content-post {
        margin: 10px 0 30px 0;
    }
}

@media screen and (max-width: 992px){
    .holder_noticias {
        margin: 60px 0;
    }

    .holder_noticias .row-blog .info-blog h3 a {
        font-size: 35px;
        line-height: 42px;
    }

    .main-right .blog-item .info-blog h3 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 767px){
    .holder_noticias .row-blog .info-blog h3 a {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (max-width: 680px){
    .main-right .blog-item .info-blog h3 {
        padding-top: 20px;
    }

    .main-right .blog-item .info-blog {
        text-align: center;
    }
    .main-right .blog-item .info-blog h3,
    .main-right .blog-item .info-blog .post-meta,
    .main-right .blog-item .info-blog .content-post{
        text-align: left;
    }
}

/*==========================*/
/*DETALHE NOTICIAS*/
/*==========================*/
.detalhe_noticia .row-blog .info-blog .content-post img{
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.detalhe_noticia .row-blog .info-blog .content-post {
    font-weight: 400;
    font-size: 16px;
    color: #575757;
    letter-spacing: 0;
    line-height: 28px;
}

.detalhe_noticia .row-blog .info-blog .content-post ul {
    padding-left: 35px;
}

.pagina_detalhe_noticia{
    margin: 120px 0;
}


.pagina_detalhe_noticia .blog-detail .post-thumbnail img{
    margin-bottom: 40px;
}
.pagina_detalhe_noticia .info-blog h1{
    font-weight: 300;
    text-transform: none;
    margin-bottom: 10px;
}
.pagina_detalhe_noticia .info-blog .post-meta a{
    font-weight: 500;
    font-size: 12px;
    color: #BEA47D;
    letter-spacing: 0;
}

.detalhe_noticia .groud-share {
    padding: 20px;
    border-top: 1px solid #979797;
    width: Calc(100% - 40px);
    margin: 0 auto;
    text-align: right;
}

.detalhe_noticia .groud-share .social-share {
    display: inline-block;
    font-size: 16px;
    color: #575757;
    letter-spacing: 0;
    line-height: 28px;
}

.detalhe_noticia .groud-share .social-share li {
    display: inline-block;
    margin-left: 20px;
}

.detalhe_noticia .groud-share .social-share li a{
    color: #000000;
    font-size: 20px;
}

.detalhe_noticia .blog-detail .post-thumbnail img {
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 992px){
    .detalhe_noticia .groud-share {
        text-align: left;
        margin-bottom: 30px;
    }
    .row-blog .info-blog .content-post {
        margin: 10px 0;
    }

    .pagina_detalhe_noticia {
        margin: 60px 0;
    }
}


/*==========================*/
/*PEÇAS MARCAS*/
/*==========================*/

#pagina_pecas_marcas .resumo{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}
#pagina_pecas_marcas .botao_contacto{
    margin-top: 30px;
    cursor: pointer;
}
#pagina_pecas_marcas .fale_connosco{
    margin-top: 60px;
}
#pagina_pecas_marcas .slider_pecas_marcas{
    margin: 60px 0;
}
#pagina_pecas_marcas .slider_pecas_marcas img{
    width: 400px;
    height: 250px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
#pagina_pecas_marcas ul:not(.social-share){
    margin-left: 45px;
    margin-top: 15px;
}
#pagina_pecas_marcas .comment-respond{
    margin: 80px auto 0 auto;
    max-width: 700px;
}
#pagina_pecas_marcas .testemunhos{
    margin-top: 80px;
}

#pagina_pecas_marcas .testemunhos h2{
    font-size: 25px;
    margin-bottom: 30px;
}

.slider_testemunhos{

}
.slider_testemunhos .single_testemunho{
    padding: 20px;
    display: flex;
}
.slider_testemunhos .single_testemunho .imagem{
    width: 40px;
}
.slider_testemunhos .single_testemunho .imagem img{
    width: 100%;
    border-radius: 50%;
}
.slider_testemunhos .single_testemunho .info{
    width: Calc(100% - 40px);
    padding-left: 10px;
}
.slider_testemunhos .single_testemunho .info .nome{

}
.slider_testemunhos .single_testemunho .info .estrelas{
    color: #e6b839;
    font-size: 16px;
    margin-top: 10px;
}
.slider_testemunhos .single_testemunho .info .estrelas .grey{
    color: #d6d6d6;
}
.slider_testemunhos .single_testemunho .info .descricao{
    font-size: 14px;
    margin-top: 10px;
    line-height: 19px;
}

@media screen and (max-width: 992px){
    #pagina_pecas_marcas .resumo {
        font-size: 21px;
    }
}
@media screen and (max-width: 767px){
    #pagina_pecas_marcas .resumo {
        font-size: 19px;
    }
}
@media screen and (max-width: 600px){
    .slider_testemunhos .single_testemunho {
        padding: 20px 0;
        display: block;
        text-align: center;
    }
    .slider_testemunhos .single_testemunho .imagem {
        margin: 0 auto;
    }

    .slider_testemunhos .single_testemunho .info {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}
/*==========================*/
/*CONTACTOS*/
/*==========================*/

.contact h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
}

.contact-info .contact-adress h4 {
    margin-bottom: 35px;
}

.contact-info .contact-adress address {
    margin-bottom: 40px;
}

.section-contact-v2 {
    margin-bottom: 120px;
}

.section_pre_registo_autopro .contact-info {
    padding-left: 40px;
}

.section-contact-v2 .mapas iframe{
    width: 100% !important;
    height: 450px !important;
}


input[type=password], input[type=text], .comment-form textarea {
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    border: 1px solid #000000;
}
.comment-form .como_conheceu label{
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-form .como_conheceu .opcoes_radio{
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}

.alert {
    font-size: 14px;
    line-height: 18px;
}

.rgpd{
    font-size: 14px;
    color: #ACACAC;
    letter-spacing: 0;
}

.contact-info .contact-adress p,
.contact-info .contact-adress address{
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
}

@media screen and (max-width: 1500px){
    .contact h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 992px){
    .section-contact-v1 {
        padding-top: 60px;
    }

    .section_pre_registo_autopro .contact-info {
        padding-left: 0;
    }
    .section-contact-v2 {
        margin-bottom: 60px;
    }
}


@media screen and (max-width: 767px){
    .contact h4 {
        font-size: 20px;
    }

    .contact-info {
        margin-bottom: 60px;
    }
    .contact-info .contact-adress h4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px){
    .section-contact-v2 .mapas iframe {
        height: 250px !important;
    }
}
/*==========================*/
/*PESQUISA*/
/*==========================*/
#pagina_pesquisa .resultados_pesquisa{
    font-size: 14px;
}

#pagina_pesquisa .resultados_pesquisa .lista_resultados ul{
    padding-left: 20px;
    margin-top: 20px;
}

/*==========================*/
/*FOOTER*/
/*==========================*/

.left-footer .copyright p,
.left-footer .copyright p a{
    font-size: 11px;
    color: #989898;
    letter-spacing: 0;
}
.left-footer .copyright p a.amarelo{
    color: #1945b5;
}

.menu-footer li a {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
}

.left-footer.mobile{
    display: none;
}
@media (min-width: 768px) and (max-width: 991px){
    .left-footer {
        padding: 20px 35px 15px;
    }

    .right-footer {
        padding: 20px 20px 20px 35px;
    }
}

@media screen and (max-width: 767px){
    .left-footer.dektop{
        display: none;
    }
    .left-footer.mobile{
        display: block;
    }

    footer{
        overflow: unset;
    }
    .backtotop{
        left: unset;
        right: 0;
        top: -35px;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        webkit-transform: rotate(-90deg);
    }
}

@media (max-width: 767px){
    .header.header-v1 .nr-account {
        top: 89px;
    }
}

@media (max-width: 480px){
    .header.header-v1 .nr-account {
        top: 89px;
    }
}
