/* Personaliza LOGO */
    .logo {
        border: 0;
    }
    
/* Personaliza ÍCONES DE MÍDIAS SOCIAIS */
    .social-nets-wrapper li a:hover {
        color: #9071bf;
    }

/* Personaliza cor NAVEGAÇÃO SLIDESHOW * /
	.slider .camera_wrap .camera_pag li {
  		background: #9071bf;
  	}*/
    
/* Personaliza CAIXAS DE CONTEÚDO DO SLIDESHOW INICIAL */
    .slider .camera_caption > div {
        position: relative;
        left: 55%;
        bottom: 20px;
        padding: 2%;
        width: 34%;
        background: #0f0e0e;
        border: 1px dashed rgba(255, 255, 255, 0.65);
        font-size: 15px;
        line-height: 15px;
        color: #fff;
        text-transform: uppercase;
    }
    
    /*Slideshow fix IE/FF*/
    /*body.home header.motopress-wrapper.header {
        float: left;
        margin-left: -585px; 
        width: 1170px;
        left: 50%;
    }*/
    @media only screen and (max-width: 768px) {
        #scb-static-slider, .social-nets-wrapper{
            display:none;
        }
        body.home header.motopress-wrapper.header {
            height: auto;
        }
        body.home header.motopress-wrapper.header {
        float: none;
        margin-left: 0;
        left:auto;
        width: auto;
        }
    } 
    
    
/* Personaliza SETAS DE NAVEGAÇÃO DO SLIDESHOW */
    .slider .camera_commands, .slider .camera_prev, .slider .camera_next {
        background: #0f0e0e;
    }

    
/**************************************************************/
/******************* DO NOT EDIT BELOW THIS *******************/
/***************** NÃO EDITE AS LINHAS ABAIXO *****************/
/**************************************************************/


/************** GLOBAL CSS *****************/
    
    /* Remove sombras dos títulos do site */
    h1, h2, h3, h4, h5, h6 {
        text-shadow: 0 0 0;
        text-transform: none;
    }
    
/* Cor de fundo dos blocos fullwidth-row  */ 
    .fullwidth-row-1:before {background: #fff;}
    .fullwidth-row-2:before {background: #eee;}
    .fullwidth-row-3:before {background: #ddd;}
    .fullwidth-row-4:before {background: #ccc;}
    .fullwidth-row-5:before {background: #bbb;}
    .fullwidth-row-6:before {background: #aaa;}
    .fullwidth-row-7:before {background: #999;}
    .fullwidth-row-8:before {background: #888;}
    .fullwidth-row-9:before {background: #777;}
    .fullwidth-row-10:before {background: #666;}
    .fullwidth-row-11:before {background: #555;}
    .fullwidth-row-12:before {background: #444;}
    .fullwidth-row-13:before {background: #333;}
    .fullwidth-row-14:before {background: #222;}
    .fullwidth-row-15:before {background: #111;}
    .fullwidth-row-16:before {background: #000;}

/* Blocos fullwidth-row com linhas divisórias - features-row  */ 
    .features-row [class*="span"]:after {
        right: -1px;
        top: 0px;
        bottom: 0px;
        background: #e0e0e0;
        width: 1px;
    }


/*Carousel_owl - Permite imagens terem tamanhos definidos pelo usuário*/
    .owl-carousel .item figure a img {width:auto;}


/***************** RESPONSIVE CSS ************************/

@media only screen and (max-width: 768px) {
    
    h1, .motopress-text-obj h1, .motopress-text-obj h1 span {font-size: 9vw; line-height: 100%;}
    h2, .motopress-text-obj h2, .motopress-text-obj h2 span {font-size: 8vw; line-height: 100%;}
    /*
    h3 {font-size: 18px; line-height: 110%;}
    h4 {font-size: 16px; line-height: 110%;}
    */
    
} 

/* remover espaço logo do footer */
.footer{border: 0;}
.footer-logo { display: none; }
.footer .copyright-widget { margin-bottom: 0px; }
.footer .copyright-text {border-top: 0px;}
.copyright-text { padding-top: 0px; border-top: 0px; }
.footer div[class*="span"] {min-height: 0;}