/* 
    Created on : 20/03/2018, 09:59:42
    Author     : wcosta
*/

.pag_contato {
    padding: 0px;
}

.pag_contato_unidade {
	position: relative;
    width: 50%;
	float: left;
}

.pag_contato_cabecalho {
    position: relative;
    width: 100%;
	height: auto;	
	min-height: 110px;
	background-color: #3C9A92;
}

.pag_contato_unidade_info {
	position: relative;
	width: 30%;
	height: 40px;
	float: left;	
	margin: 35px 0px 35px 0px;
	color: #FFF;
	line-height: 18px;
	font-size: 14px;
}

.pag_contato_unidade_info div {
	float: left;
}

.pag_contato_unidade_info div:first-child {
	margin: 0px 10px;
}

.pag_contato_unidade_info span {
	font-weight: bold;
	font-size: 16px;
}


.mapa_localizacao {
    position: relative;
    width: 100%;
    height: 400px;    
    
    background-color: #e5e3df;
    background-image: url(../images/mapa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mapa_localizacao iframe {
    border: 0px;
    padding: 0px;
    margin: 0px;
}



/* max-width  */
@media screen and (max-width: 1024px), @media only screen and (min-device-width : 10px) and (max-device-width : 1024px) {
	.pag_contato_unidade {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.pag_contato_unidade_info {
		width: 50%;	
	}
	
	.pag_contato_cabecalho .pag_contato_unidade_info:nth-child(2n) {
		display: none;
	}
}