.elementor-136 .elementor-element.elementor-element-e9d6133{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--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-136 .elementor-element.elementor-element-ffd85ba .elementor-heading-title{color:#000000;}.elementor-136 .elementor-element.elementor-element-87e4848{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-136 .elementor-element.elementor-element-456ee88{text-align:center;}.elementor-136 .elementor-element.elementor-element-456ee88 .elementor-heading-title{color:#000000;}.elementor-136 .elementor-element.elementor-element-5a7d9b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-136 .elementor-element.elementor-element-3470dbf{text-align:center;}.elementor-136 .elementor-element.elementor-element-3470dbf .elementor-heading-title{color:#000000;}:root{--page-title-display:none;}/* Start custom CSS *//*Teléfonos de interés*/

.info-section {
  padding: 2rem;
  background-color: #fff;
  color: #2B317F;
}

.info-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2B317F;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  color: #2B317F;
}

.info-card:hover, .info-card:active {
  background-color: #2B317F11;
  border-color: #2B317F;
  transform: translateY(-3px);
  color: #2B317F;
}

.info-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.info-phone {
  font-size: 0.95rem;
  opacity: 0.9;
}

/*Enlaces de interes*/

.links-section {
  padding: 2rem;
  background-color: #fff;
  color: #2B317F;
  border-radius: 10px;
}

.links-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2B317F;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.link-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  color: #2B317F;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.link-card:hover {
  background-color: #f3f4ff;
  border-color: #2B317F;
  transform: translateY(-3px);
}/* End custom CSS */