.elementor-180 .elementor-element.elementor-element-4e43d07{--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-180 .elementor-element.elementor-element-e8d6679{--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-180 .elementor-element.elementor-element-1fdee00{--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:0px;--margin-bottom:39px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-180 .elementor-element.elementor-element-4e43d07{--content-width:1032px;}.elementor-180 .elementor-element.elementor-element-1fdee00{--content-width:981px;}}/* Start custom CSS for html, class: .elementor-element-13896c4 */.studio-section {
  
  padding: 60px 24px;
  border-top: 0.5px solid #1e1e1e;
}

.studio-top {
  text-align: center;
  margin-bottom: 36px;
}

.studio-label {
  font-size: 30px;
  color: #D85A30;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  display: block;
  margin-bottom: 2px;
}

.studio-title {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 12px;
}

.studio-title em {
  font-style: normal;
  color: #D85A30;
}

.studio-desc {
  font-size: 14px;
  color: #888888;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

/* Fotos */
.studio-photos {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.photo-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.photo-placeholder {
  background: #141414;
  border: 0.5px solid #222222;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 40px 20px;
}

.photo-main .photo-placeholder {
  height: 100%;
  min-height: 280px;
}

.photo-side .photo-placeholder {
  flex: 1;
  min-height: 130px;
}

.photo-placeholder svg {
  width: 28px;
  height: 28px;
}

.photo-placeholder span {
  font-size: 11px;
  color: #333333;
}

/* Cuando tengas las fotos reemplaza .photo-placeholder por: */
/* .photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
} */

/* Mapa */
.studio-map {
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 0.5px solid #222222;
}

/* Info cards */
.studio-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.info-card {
  background: #141414;
  border: 0.5px solid #1e1e1e;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.info-icon {
  width: 32px;
  height: 32px;
  background: #1e1e1e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg {
  width: 14px;
  height: 14px;
}

.info-label {
  font-size: 10px;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}

.info-val {
  font-size: 13px;
  color: #dddddd;
  font-weight: 500;
  line-height: 1.4;
}/* End custom CSS */