.oficinas-display-flex-center {
	display: flex;
	align-items: center;
}

.oficinas-display-none {
	display: none;
}

/**********************/
/*pesquisa-oficinas */
/**********************/

.pesquisa-oficina-titulo > h4 { 
	font-size: 2em; 
}

.pesquisa-oficina-container {
	margin-bottom: 25px;
	justify-content: center;
}
	
.pesquisa-oficina-label-tipo-oficina {
	margin: 0 30px 0 10px;
}

.mpt-icon-car-body { 
	font-size: 75px;
}

.mpt-icon-car-windshield{ 
	font-size: 60px;
}

	
/*campos com autocomplete*/
.pesquisa-oficina-container .select2-container {
	width: 350px !important;
       margin: 0 20px;
}

@media screen and (max-width: 480px) {
	.pesquisa-oficina-label-tipo-oficina {
		margin: 0 10px 0 5px;
	}
	
	.oficinas-empilhar-mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	/* .pesquisa-oficina-container .select2-container {
		width: 90% !important;
	} */
	.mpt-icon-car-body { 
		font-size: 50px;
	}
	
	.mpt-icon-car-windshield{ 
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {

	.container.mpt-body {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

}


/**********************/
/*template lista-mapa */
/**********************/


.botao-control-mobile-activo {
	background-color: #d81e05;
    color:  #ffffff;
}

.botao-control-mobile-activo:hover {
    color:  #ffffff;
}

#botaoMobileControl button{
    border: solid 1px #ccc;
}

#botaoMobileControl button:focus{
    outline: none;
}

   
@media screen and (max-width: 768px) {
	.oficinas-mobile-display {
		display: flex;
	}
	
	#botaoMobileControl {
		position: absolute;
		bottom: 5%;
	}
	
	#info-window-mobile {
		/* display:block; */
	    position: absolute;
	    bottom: 0;
	    background-color: white;
	    padding: inherit;
	    /* left: 0px; */		
	}
	
	#info-window-mobile .oficina-info-body {
		padding: 20px 20px;
	}
}

@media screen and (min-width: 769px) {
	.mapa-lista-container {
		display: flex;
    	justify-content: center;
	}
	
	.mapa-lista-container #lista,
	.mapa-lista-container #mapa {
		display: block;
	}
	
	
	.oficinas-mobile-display {
		display: none;
	}

}
/**********************/
/*mapa */
/**********************/
/* HTML estilo markers */
.marker-map-car-body, .marker-map-car-windshield { 
  border-radius: 50% 50% 50% 0;
  border: 2px solid #d81e05;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: relative;
}
 
.marker-map-car-body::after {
  content: "\e9f1";
  position: absolute;
  font-size: 60px;
  
}

.marker-map-car-windshield::after {
	content: "\e9f1"; 
}

/* info window */


.oficina-info-window-map .oficina-info-header {
	background-color: #d81e05;
	color: #ffffff;
	padding: 20px;
}

.gm-style-iw-chr button { 
	width:20px !important;
	height:20px !important;
}
 
.gm-style-iw-chr>button>span{ 
	width:0 !important;
	height:0 !important;
	margin: 2px !important;
	padding: 8px !important;
}

.oficina-info-window-map .oficina-info-header .mpt-icon-car-body {
	font-size: 50px;
}

.oficina-info-window-map .oficina-info-body { 
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
} 


.oficina-info-footer .oficina-info-footer-lnks {
	display: flex;
    justify-content: space-evenly;
}


@media screen and (min-width: 769px) and (max-width: 970px) {
	.oficina-info-mais-logo {
		display:none;
	}
}

/* lista Oficinas */
#lista-oficinas, #gmap-oficinas, #rota-oficina { 
	width: 100%; 
	height: 500px;
	overflow: auto;
	border: 1px solid #CCC;
}


#lista-oficinas .oficina-info-window-list { 
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

#lista-oficinas .oficina-info-window-list.oficina-recomendada { 
	background: url("../images/oficinas/oficina_recomendada.png") no-repeat right #FFEEEE;
    background-position-y: 0px;
    cursor: pointer;
}

#lista-oficinas .oficina-info-window-list.oficina-recomendada:hover { 
	background: url("../images/oficinas/oficina_recomendada.png") no-repeat right #E6E6E6;
    background-position-y: 0px;
}

.oficina-map-link:hover {
	text-decoration: none;
	color:  #d81e05;
}

/* rota oficina */
.rota-oficina input { 
	font-size: 0.9em;
}


/********************/
/* vantagens MAPFRE */
/********************/

.vantagens-mais-container ul,
.detalhe-vantagens-container ul {
	list-style-type:none;
	padding: 0;
}

.vantagens-mais-container ul>li, 
.detalhe-vantagens-container ul>li  {
	display: flex;
	padding: 7px 0;
	align-items: flex-start;
}

.vantagens-mais-container ul>li::before, 
.detalhe-vantagens-container ul>li::before {
	font-family: 'mpt-icons' !important;
	content: "\e9b6";
	font-size: 1.5em;	
	color:  #008000;
}


.detalhe-vantagens-container  .detalhe-vantagens{ 
	display: flex;
    justify-content: center;
    width: 100%;
}

.detalhe-vantagens-container .detalhe-vantagens > div {
	margin: 30px;
	background: #f5f6f7;
	padding: 30px;
}

/* pop up */

#bodyPopup {
	background-color: white;
}

@media screen and (max-width: 768px) {
	.detalhe-vantagens-container .detalhe-vantagens{ 
		display: inline;
	}
	
	.detalhe-vantagens-container .detalhe-vantagens > div {
		margin: 15px 0;
	}
}


/******************/
/*detalhe oficina */
/******************/

.mapa-lista-container:has(.detalhe-oficina-container) { 
	background: #f5f6f7;
	margin-bottom: 20px;
}


#detalhe-oficina-info, #detalhe-oficina-direccoes, 
#gmap-oficina-detalhe {
    width: 100%; 
	min-height: 400px;
	max-height: 400px;
	overflow: auto;
	padding-right: 20px;
	margin: 20px 0;
}

#detalhe-oficina-info > span { 
	margin: 10px 0;
	display: grid;
}


@media screen and (max-width: 768px) {
	#detalhe-oficina-info {
		padding: 15px;
		background: #f5f6f7;
		min-height: 20px;
		/* margin: 0; */
	}
	
	#detalhe-oficina-direccoes {
		min-height: 20px;
		padding: 15px;
	}
	
	#gmap-oficina-detalhe{
		margin: 0 0 15px 0;
	}
}

/******************/
/* direccoes */
/******************/
.adp-placemark { 
	display: none;
}
 
.adp-summary  { 
	font-weight: bold;
}



