@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');


body {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

a:link {
	text-decoration: none;
}
  
a:visited {
	text-decoration: none;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	margin-top: 0px;
}


/*  TEXTOS DO SITE  */

/* Nome do Site em Area Reservada */
h1 { 
	color: #FFF;
    font-size: 58px;
}

/* Titulos das Paginas */
h2 { 
	color: #fb0000;
	font-size: 30px;
}

/* Titulos dos Contactos e Formulario */
h3 { 
	color: #282223;
	font-size: 24px;
}


/* Texto das paginas */
h4 {
	font-size: 16px;
	line-height: 1.6;
	color: #2e2e2e;
}





/* ########################################################################		
				                HEADER			
######################################################################## */

.navbar{
	background-color: #FFF !important;
}

.navbar-nav li a {
	color: #818181 !important;
	background-color: #FFF !important;
	text-align: center;	
}	

.navbar-nav li a:hover {
	color:  #fb0000 !important;
	background-color: #FFF !important;	
}	

.navbar-brand img{	
	max-height: 50px;
}

.dropdown-menu{
	font-size: 0;
}

.my-dropdown-item{
	color: #333333;
	padding: 5px 30px;
	font-size:15px;
	text-decoration: none;
	display: block;
}

.my-toggle-button{
	font-size:24px;
	padding: 4px;
}


/* ########################################################################		
				          COMUM A VARIAS PAGINAS			
######################################################################## */

/* Largura da pagina */
.my-container{
    max-width: 95%;	
    /* border: 1px solid red; */
}

.my-container-index{
    max-width: 100%;
    margin-top: 80px;	
}

/* Imagem de Topo das Paginas */
.img-topo{
    margin-top: 80px;
    width: 100%;
}

.titulo-pagina-sem-imagem-topo{
    margin: 90px 0 3% 0;
}
    


/* ########################################################################		
				                INDEX			
######################################################################## */

.img-index{
	background-repeat:no-repeat; 
	background-size: 100% 100%; 
	height: 150px; 
	width: 100%; 
	margin-bottom: 5px;
	float: left;
}

.txt-img{
	width: 100%;
	height: 100%;
	font-size: 200%;
	color: #FFF;
	display: flex;
	justify-content:center;
	flex-direction: column;
	text-align: center;
}	

/* ########################################################################		
				                  VIATURAS	
######################################################################## */

.titulo-viaturas{
    margin: 80px 0 3% 0;
}

.marca-modelo-viatura{
	font-weight: bold; 
	color: #333;
	text-align: left
}

.preco-venda-viatura{
	font-size: 16px; 
	color: #fb0000; 
	font-weight: bold; 
	float: right;
}

.dados-viaturas{
	color: #fb0000;
	font-weight: 700; 
}

.img-viaturas{
	background-repeat:no-repeat; 
	width: 100%;
	height: 200px; 
	text-align: center;
	margin: 5px;
	background-size: contain;
	padding: 0 0 0 20px;	
}

.txt-sobre-img-viaturas{
	width: 100%;
	height: 100%;
	font-size: 300%;
	color:red;
	/* background-color: #FFF; 
	padding: 10px 20px;*/
	display: flex;
	justify-content:center;
	flex-direction: column;
	text-align: left;
	margin: 0;
	padding: 0;
}	


/* ########################################################################		
				              CONTACTOS			
######################################################################## */

label{
	color: #0c8cc7;
	font-size: 18px;
}

.erro{
	color: red;
}


/* ########################################################################		
				              FOOTER			
######################################################################## */


footer{
	margin:0;
	padding:0;
	width:100%;
	background-color: #2E2D2D;
	/* position:absolute; */
	float: left;
}


footer h6{
	text-transform: uppercase;
	font-weight:bold;
	color: #FFF;
}



footer hr {
	width: 60px; 
	background-color: #fb0000 !important;
	height: 2px !important;;
}

footer p{
	color: #878686;
}

footer a{
	color: #878686;
}

footer a:hover{
	color: #fb0000;
}

.legal-info{
	font-size: 12px !important;
	margin: 0;
	padding: 0;
}

.autor{
	background-color:#1c1c1c;
	color: #878686;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


    body {
        font-family: 'Varela Round', sans-serif;
        font-size: 16px;
        line-height: 1.6;
        overflow-x: hidden;
        /* color: #868F9B;
        background-color: #f0f0f0; */
    }
    

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        margin-top: 0px;
    }

	
	/*  TEXTOS DO SITE  */

	/* Titulos das Paginas*/
	h2 { 
		font-size: 36px;
	}

	
	
	/* #############################################		
						HEADER			
	##############################################*/	

	.navbar{
		background-color: #FFF !important;	
		height: 90px;
		border-bottom: 1px solid #dfdfdf;
		letter-spacing: 2px;
		color: #353535 !important;
	}
	

	.navbar-nav li a {
		color: #353535 !important;
		background-color: #FFF !important;	
	}	

	.navbar-nav li a:hover {
		color:  #fb0000 !important;
		background-color: #FFF !important;	
	}	

	.navbar-brand img{	
		max-height: 80px;
	}

	.dropdown-menu{
		font-size: 0;
	}

	

	.dropdown-item a:hover{
		/* background-color: #1c1c1c !important; */
		/* padding: 0%; */
		/* margin-top: 0% !important; */
		/* border: 1px solid red; */
		/* padding-top: 0 !important; */
		/* font-size: 0; */
		background-color: #f1f1f1 !important;
	}




	/* #############################################		
				 COMUM A VARIAS PAGINAS			
	##############################################*/	


    /* Largura da pagina */
    .my-container{
        max-width: 90%;
    }

    .my-container-index{
        max-width: 100%;
        margin-top:90px;	
    }
    
	/* Imagem de Topo das Paginas */
	.img-topo{
		margin-top:90px;
		width: 100%;
	}

	.titulo-pagina-sem-imagem-topo{
		margin: 110px 0 3% 0;
	}


	/* #############################################		
				 		INDEX			
	##############################################*/

	.img-index{
		background-repeat:no-repeat; 
		background-size: 100% 100%; 
		height: 600px; 
		width: 100%; 
		margin-bottom: 5px;
        float: left;
	}
	
	.txt-img{
		width: 100%;
		height: 100%;
		font-size: 500%;
		color: #FFF;
		display: flex;
		justify-content:center;
		flex-direction: column;
		text-align: center;
	}	

/* ########################################################################		
				   AUTOMOVEIS - TRATORES - ALFAIAS			
######################################################################## */

.titulo-viaturas{
    margin: 120px 0 3% 0;
}

.img-viaturas{
	background-repeat:no-repeat; 
	width: 100%;
	height: 200px; 
	text-align: center;
	margin: 5px;
	background-size: contain;
	padding: 0;	
}

.txt-sobre-img-viaturas{
	text-align: center;
}

	
}