
section.ubicacion{
  padding-bottom: 0;
}
section.ubicacion .wrapper-list {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section.ubicacion .wrapper-list .list {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

section.ubicacion .wrapper-list .list .bullet {
	background-color: #2b7a7d;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 15px;
	margin-top: 4px;
}

section.ubicacion .wrapper-description {
	background-color: #ecedf0;
	padding: 30px;
}

section.ubicacion .wrapper-description p {
	margin: 0;
}

section.ubicacion #responsive_map {
	height: 602px;
	width: 100%;
}

section.ubicacion #responsive_map div {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

section.ubicacion .gm-style-iw {
	max-width: none !important;
	min-width: none !important;
	max-height: none !important;
	min-height: none !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	line-height: normal !important;
	padding: 5px !important;
}

section.ubicacion .contenido {
	width: 100%;
	padding-top: 30px;
}

section.ubicacion .contenido .maps {
	height: auto;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	width: 100%;
	display: flex;
}

@media (max-width: 768px) {
	section.ubicacion .contenido .maps {
		display: block;
	}
}

section.ubicacion .contenido .maps .barra_botones {
	padding: 0;
	background: #ecedf0;
	left: 5%;
	position: absolute;
	z-index: 99;
}

@media (max-width: 768px) {
	section.ubicacion .contenido .maps .barra_botones {
		padding: 0;
		margin-top: 0;
		left: 0;
		position: relative;
		display: flex;
	}
}

section.ubicacion .contenido .maps .barra_botones .col_button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	border-bottom: 3px solid #2b7a7d;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 100%;
}

section.ubicacion .contenido .maps .barra_botones .col_button:last-child {
	border-width: 0;
}

@media (max-width: 768px) {
	section.ubicacion .contenido .maps .barra_botones .col_button:last-child {
		border-width: 3px;
	}
}

@media (max-width: 768px) {
	section.ubicacion .contenido .maps .barra_botones .col_button {
		width: 100%;
	}
}

section.ubicacion .contenido .maps .barra_botones .boton_maps {
	border-radius: 0;
	border: none;
	color: #636362;
	font-size: 16px;
	font-weight: 400;
	transition: 0.1s all;
	vertical-align: middle;
	width: 210px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: unset;
	background: transparent;
	height: 118px;
	padding: 26px;
  font-family: 'RobotoSlab-Regular';
}
section.ubicacion .contenido .maps .barra_botones .boton_maps img{
  width: 50px;
  padding-right: 10px;
}

section.ubicacion .contenido .maps .barra_botones .boton_maps.active,
section.ubicacion .contenido .maps .barra_botones .boton_maps:hover {
	background: #2b7a7d;
	color: #fff;
}
section.ubicacion .contenido .maps .barra_botones .boton_maps:hover img{
      filter: brightness(5.5);
}

@media (max-width: 768px) {
	section.ubicacion .contenido .maps .barra_botones .boton_maps {
		justify-content: center;
		width: auto;
		padding: 20px;
		height: 60px;
	}
  section.ubicacion .contenido .maps .barra_botones .boton_maps img{
    width: 12vw;
    padding: 3px;;
  }
  section.ubicacion .contenido .maps .barra_botones .boton_maps{
    padding: 0vw;
    text-align: center;
  }
  section.ubicacion .contenido .maps .barra_botones .boton_maps span{
    display: none;
  }
}

section.ubicacion .contenido .maps .barra_botones .boton_maps i {
	font-size: 22px;
}

section.ubicacion .contenido .maps .barra_botones .boton_maps span {
	text-transform: capitalize;
	margin: 0 0 0 10px;
}
