@charset "utf-8";
.mapa-container {
    min-height: 600px;
    border-radius: 12px;
    overflow: hidden;
	position: relative;
}
.mapa-iframe {
    background: #597a99;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.mapa-row {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.mapa-columna {
	max-width: 100%;
    background: #FFFFFF;
    height: 100%;
    max-height: 100%;
    border-radius: 6px;
    margin: 3%;
    position: relative;
    padding: 0;
}
.item-general{
	padding: 20px;
	border-bottom: 1px solid #dfdfdf;
	color: #212529;
	font-weight: 500;
	font-size: 18px;
}
.accordion-item-sucursal {
    background: #e5f0fb;
    border-bottom: 2px solid #FFFFFF;
    padding: 18px 30px 24px 20px;
    cursor: pointer;
}
.accordion-item-sucursal:last-child {
    border-bottom: none;
}
.accordion {
    border-radius: 12px;
	overflow: hidden;
}
.accordion-item {
    background-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
}
.accordion-header {
    margin-bottom: 5px;
}
.accordion-body {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accordion-flush .collapsed{
    overflow-y: visible;
}
.custom-scrollbar {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    max-height: 345px;
    padding-bottom: 0;
    background: #e5f0fb;
}
.accordion-button{
    padding-left: 44px;
    padding-right: 20px;
}
.mapa-titulo-sucursal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 15px;
}
.mapa-titulo-sucursal a.btn-small {
    background: transparent;
	border: 2px solid #006ed2;
    color: #006ed2;
    font-size: 12px;
	padding: 5px 12px;
	text-decoration: none;
	transition: all ease-in-out .3s;
	font-weight: 600;
}
.mapa-titulo-sucursal a.btn-small:hover, .mapa-titulo-sucursal a.btn-small:focus{
    background: #006ed2;
	border: 2px solid #006ed2;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 12px;
	transition: all ease-in-out .3s;
}
.mapa-titulo-sucursal h3 {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    max-width: 60%;
    margin: 0;
}
.switch {
    padding: 30px 20px 10px;
}
.form-check.form-switch {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 12px 12px 12px 24px;
    width: 100%;
    background: #e5f0fb;
    border-radius: 2em;
    font-size: 12px;
}
.form-check.form-switch label {
    display: inline-flex;
    flex-flow: row-reverse;
    flex-direction: row;
}
.form-switch .form-check-input {
    width: 4em;
	height: 2em;
    margin-left: 10px;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    flex-flow: row-reverse;
    margin-top: 0;
}
.form-check-input:checked {
    background-color: #006ed2;
    border-color: #006ed2;
}
.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.mapa-item-sucursal {
    font-size: 12px;
    margin-bottom: 5px;
	display: flex;
	align-items: start;
	line-height: 1.1em;
}
.mapa-item-sucursal span:last-child {
    margin-top: 5px;
}
.mapa-item-sucursal.destacado {
    background: #006ed2;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left: -10px;
	margin-right: 20px;
    border-radius: 3em;
	line-height: 1.1em;
}
.mapa-item-sucursal-icon {
    margin-left: -5px;
    display: flex;
    align-items: center;
}

.mapa-item-sucursal-icon img{
    width: 22px;
	height: 23px;
	margin-right: 6px;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 20px;
   background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #b6c6d3;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #006ed2;
}
/* ESTILOS INFOMAPA */
.gm-style-iw.gm-style-iw-c{
    padding: 20px;
    margin: 0;
    max-width: 300px !important;
}
.gm-style-iw.gm-style-iw-c h6, .gm-style-iw.gm-style-iw-c strong{
    color:#006ed2;
}
.gm-ui-hover-effect{
    top:0px !important;
    right: 0px !important;
}

@media (max-width: 767px) {
	.mapa-container {
		min-height: 100%;
		border-radius: 12px;
		overflow: visible;
		position: relative;
		height: auto;
	}
	.mapa-iframe {
		min-height: 400px;
		height: 100%;
		position: relative;
	}
	.mapa-columna {
		max-width: 100%;
		background: #FFFFFF;
		height: auto;
		max-height: auto;
		border-radius: 0;
		margin: 0;
		position: relative;
		padding: 0 0 0;
		bottom: 0;
	}
	.mapa-row {
		padding: 0;
		margin: 0;
		position: relative;
	}
	.switch {
		padding: 20px 0 10px;
	}
	.accordion-button {
		padding-left: 6%;
		padding-right: 5%;
	}
	.accordion-item-sucursal {
		padding: 18px 10px 18px 7%;
	}
	.custom-scrollbar {
		height: 100%;
		width: 100%;
		overflow-y: visible;
		max-height: 100%;
		padding-bottom: 0;
		background: #e5f0fb;
	}
}