/* CSS Document */

/* font */ 
@import url('https://fonts.googleapis.com/css?family=Quicksand|Titillium+Web|Work+Sans');

/* 
font-family: 'Titillium Web',  sans-serif;
*/


	* {
	margin: 0;
	padding: 0;	
			}
			
	li, ul, img {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;		
			}
/*
	img:hover {
		transform: scale(1.0,1.0);
		}			
	*/		
			
	html { 
	margin: 0; padding: 0; left:0; top: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;	
	color:#000;	
	font-weight:normal;	
	background: #FFF;		
	overflow-x: hidden;
		
	 }

	html  h1 {
	font-weight: normal;
	font-size: 20px;
	 }
	 
	.h1 {
	font-weight:600;
	font-size: 16px;
	text-align:left;
	margin-left: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	display:block;
	width: 100%;
	 }	 
		
	html  h2 {
	font-size: 25px;
	text-align:left; 
	}
	
	html  h3 {
	font-size: 16px;
	font-weight:600;
	text-align:left; 
	}	
	
	html  h4 {
	font-size: 15px;
	text-align:left; }		
	
	html  p {
	font-weight:200;
	}
	
	#pagina { margin: 0; padding: 0; text-align:center; border-collapse: collapse; border-spacing: 0; }

	#cabecalho{ display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;}

#cabecalho ul {    
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;	
	padding: 8px;
	letter-spacing: 1.3px;
	}

	
	.topo { 
    background-color: #a15b87;
    width: 100%;
    height: auto;
		}

.topo li {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	color: #FFF;
	}

.base_site {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
	padding: 30px;
	color: #9A9A9A;
	}

.titulo {
	width: 100%;
	font-size: 18px;
	padding: 10px;
}

#form_localizar {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    background-color: aliceblue;
    padding: 30px;
	letter-spacing: 1.3px;
}
label {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
	padding: 10px;
	}

#form_localizar input, select  {
	width: 80%;
    padding: 15px;
    min-width: 400px;
    max-width: 550px;
    border: 1px solid #cecece;
    border-radius: 10px;
	font-size: 16px;
	color: #828282;
	letter-spacing: 1.3px;
	text-transform: uppercase;
} 

.botenviar {
	margin-top: 20px;
	background-color: #a15b87;
	color: #FFF !important;
	padding: 8px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.botenviar:hover {
	background-color: #212a46;
}

.pesq {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    width: 300px;
    border-radius: 20px;
}

#conteudo {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    padding: 30px;
    letter-spacing: 1.3px;
}

/* TABELA PRODUTOS */

.div-table{
	display: flex;
    width: 60%;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding: 12px;
    /*background-color: ;*/
    border: 0;
    border-radius: 15px;
     }
.div-table-row{
    display: flex;
    /* width: 50%; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
            }

.div-table-col{
    border: 5px solid aliceblue;
	border-radius: 5px;
    display: flex;
    padding: 6px;
/*    width: 40%; */
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
     }
.col-1 {
	width: 55%;
	border-radius: 20px;
	}

.col-fot {
	   min-width: 100px;
}

.col-2, .col-3 {
	width: 15%;
	border-radius: 20px;
	}


.col-4 {
	width: 5%;
	border-radius: 20px;
	}

.col-1-top {
	width: 50%;
	background-color: #a15b87;
	border-radius: 20px;
	color: #FFF;
	
	}

.col-2-top, .col-3-top {
	width: 15%;
	background-color: #a15b87;
	border-radius: 20px;
	color: #FFF;
	}

.col-4-top {
	background-color: #a15b87;
	width: 5%;
	border-radius: 20px;
	color: #FFF;
	}

.link_man {
	text-decoration: none;
	color: #3B3B3B;
}

.link_man:hover {
	text-decoration: none;
	background-color: aquamarine;
	border-radius: 20px;
	
}

#prod {
	display: flex;
    /* width: 50%; */
    background-color: #FFF ;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
	border-radius: 10px;
	padding: 20px;
}

#prod ul {
     width: 100%;
    display: flex;
    /* width: 50%; */
    background-color: #FFF;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
}

#prod li {
   display: flex;
    /* width: 50%; */
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;

}

.titulo_prod {
	background-color: #a15b87;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
}

.cod_prod {
	background-color: #a15b87;
	border-radius: 10px 0 0 10px;
	padding: 10px;
	color: #FFF;
	font-size: 20px;
	}


.cod_prod1 {
	background-color: #7B7077;
	border-radius: 0 10px 10px 0;
	padding: 10px;
	color: #FFF;
	font-size: 20px;
	}

.lot_cod {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.txt {
	    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    width: 150px;
}

.link_manual {
	text-decoration: none;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
	 transition-duration: 1s;
}

.link_manual:hover {
	transform: scale(1.1);
} 

.titulo_vid {
	background-color: #a15b87;
    border-radius: 10px 10px 0px 0;
    padding: 10px;
    color: #FFF;
}

@media (max-width: 1200px) {  
	.div-table {
		width: 100%;
	}
	
	}

