/* CONTATO */

	/****** PROPRIEDADES GLOBAIS AQUI ******/



	/*==========  REPONSIVO - Non-Mobile First Method  ==========*/

	/*	Dispositivos muito pequenos (smartphones em formato paisagem, e abaixo de 576px) */
	@media (max-width: 575px) { 
	
	}
	
	/* Dispositivos pequenos (smartphones em formato retrato, e abaixo de 768px) */
	@media (max-width: 767px) { 

	.borda-right {
		border-right: 1px solid transparent;
		margin-top: 20px;
    	margin-bottom: 4em;
	}
		
	}
	
	/* Dispositivos médios (tablets, e abaixo de 992px) */
	@media (max-width: 991px) { 
		
	}
	
	/* Dispositivos grandes (desktops, e abaixo de 1200px) */
	@media (max-width: 1199px) { 
		
	}

	body { 
        font-family: 'Oswald', sans-serif;
     }


	.titulo h1 {
		color: #056BA0;
		float: left;
	}

	.sub-tit {
		border-bottom: 1px solid #CCC;
		padding-top: 2em;
	}

	.borda-right {
		border-right: 1px solid #01aeff;
		margin-top: 20px;
    	margin-bottom: 4em;
	}

	.borda-right p {
		font-family: "Oswald", sans-serif;
		font-weight: 300;
		font-size: 19px;
	}

	.local {
		margin-top: 20px;
	}

	.local p {
		font-family: "Oswald", sans-serif;
		font-weight: 300;
		font-size: 19px;
	}

	.local span {
		font-weight: 400;
	}


	.form-control {
		background-color: #e2e2e2 !important;
		border: 0px solid;
		border-radius: 20px;
		font-weight: 300;
	}

	textarea {
		height: 150px;
	}

	.form-group button{
		background-color: #01afee;
		color: white;
		border-radius: 20px ;
	}