@charset "iso-8859-1";
/* CSS Document */

*:not(input,select,textarea) {    
	font-family: 'Montserrat';
	font-size: 13px;
	color: black;
}

body,html {

	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	border: 0;
	max-width: 100%;
	font-family: 'Montserrat';
	font-size: 13px;	

}

input,select,textarea {
	
	font-family: 'Montserrat';
	font-size: 13px;
}

#container_topo {
	
	width: 100%;
	background-color: black;
	height: 200px;
	
}

.topo {
		
	position: relative;
	margin: auto;
	width: 1000px;
	
}

#telefone {
	
	margin-left: 10px;
	padding-top: 10px;
	color:white;
	height:30px;
}

#traco1 {
	
	height:1px;
	background-color: white;
	width: 100%;
	
}

#logos {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#logo {
	
	justify-content: flex-start;
	
}

#logo_cps {
	
	justify-content: flex-end;
	
}

#titulo {
	
	margin: auto;
	width: 800px;	
	font-size: 18px;
	color: #909090;
	padding-top: 20px;
	max-width: 100%;
	text-align: center;
}

#traco2 {
	
	position: relative;
	margin: auto;	
	height:1px;
	background-color: white;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#traco3 {
	
	height:1px;
	background-color: #e5e5e5;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;	
	
}

.textob {
	color:white;
	font-size: 12px;
}

.container_site {
	
	width: 600px;
	max-width: 100%;
	margin: auto;
	position: relative;
	
}

#div_cartao {
	display: none;
}

#preco {
	font-weight: bold;
}

#container_pagamentos {
	display: table;
}

.pagamentos {
	display: table-cell;
}

.campo1 {
	max-width: 230px;
}

@media screen and (max-width: 1024px) {

	.topo {
		width: 100%;
	}
	
	#container_topo {
		height: 220px;
	}
	
	#titulo {
		font-size: 18px;
	}
	
	.campo1 {
		width: 100%;
	}
	
	#logos {
		display: table;
	}
	
	#logo, #logo_cps {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}
