.elementor-231 .elementor-element.elementor-element-22bd500{--display:flex;--border-radius:0px 50px 50px 0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-231 .elementor-element.elementor-element-3f4992b{width:auto;max-width:auto;background-color:#008841;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:20px 42px 20px 42px;border-radius:0px 50px 0px 50px;text-align:center;}.elementor-231 .elementor-element.elementor-element-3f4992b.elementor-element{--align-self:center;}.elementor-231 .elementor-element.elementor-element-3f4992b .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-231 .elementor-element.elementor-element-a04e059{--display:flex;}.elementor-231 .elementor-element.elementor-element-1d61d69{--display:flex;}@media(min-width:768px){.elementor-231 .elementor-element.elementor-element-22bd500{--content-width:1010px;}}/* Start custom CSS for container, class: .elementor-element-1d61d69 */ubicaciones-titulo,
.ubicacion-card,
.ubicacion-card * {
  font-family: 'Gotham', sans-serif;
}
 
.ubicaciones-titulo {
  font-weight: 800;
  font-size: 56px;
  color: #008841;
  margin: 0 0 30px 0;
}
 
.ubicacion-card {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 760px;
}
 
.ubicacion-mapa {
  width: 400px;
  height: 27-px;
  flex-shrink: 0;
  border-radius: 40px;
  overflow: hidden;
}
 
.ubicacion-mapa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 
.ubicacion-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.ubicacion-nombre {
  font-weight: 800;
  font-size: 26px;
  color: #008841;
  margin: 0;
}
 
.ubicacion-direccion {
  font-size: 15px;
  color: #008841;
  line-height: 1.4;
  margin: 0;
}
 
.ubicacion-direccion strong {
  color: #008841;
}
 
.ubicacion-horario-titulo {
  font-weight: 500;
  font-size: 15px;
  color: #008841;
  margin: 4px 0 0 0;
}
 
.ubicacion-horario-texto {
  font-size: 15px;
  color: #008841;
  line-height: 1.4;
  margin: 0;
}
 
.ubicacion-horario-texto strong {
  display: block;
  color: #008841;
  margin-top: 6px;
}
 
.ubicacion-botones {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
 
.ubicacion-boton {
  display: inline-block;
  padding: 10px 22px;
  background-color: #008841;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  transition: background-color 0.2s ease;
}
 
.ubicacion-boton:hover {
  background-color: #A9D047;
  color: #fff;
}
 
@media (max-width: 840px) {
  .ubicacion-card {
    flex-direction: column;
  }
  .ubicacion-mapa {
    width: 100%;
    height: 180px;
  }
}/* End custom CSS */