.elementor-32577 .elementor-element.elementor-element-b133168{--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:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-32577 .elementor-element.elementor-element-d885622 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-32577 .elementor-element.elementor-element-b5728b0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-32577 .elementor-element.elementor-element-b5728b0:not(.elementor-motion-effects-element-type-background), .elementor-32577 .elementor-element.elementor-element-b5728b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.promobordados.cl/wp-content/uploads/2026/01/4880172-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-32577 .elementor-element.elementor-element-5e68868{--spacer-size:50px;}.elementor-32577 .elementor-element.elementor-element-5348577{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-32577 .elementor-element.elementor-element-1297763{--display:flex;}.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-32577 .elementor-element.elementor-element-4a54ea4{text-align:center;}.elementor-32577 .elementor-element.elementor-element-4a54ea4 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:33px;font-weight:800;color:var( --e-global-color-astglobalcolor1 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-32577 .elementor-element.elementor-element-66ef52a{text-align:center;font-family:"Inter", Sans-serif;font-weight:500;color:var( --e-global-color-astglobalcolor1 );}.elementor-32577 .elementor-element.elementor-element-39e3c5c{--spacer-size:26px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-32577 .elementor-element.elementor-element-b5728b0:not(.elementor-motion-effects-element-type-background), .elementor-32577 .elementor-element.elementor-element-b5728b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-7cf6887 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');

.pb-contact{
  font-family: 'Inter', sans-serif;
  padding: 40px 0;
}

.pb-contact__wrap{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.pb-title{
  font-size: 42px;
  line-height: 1.05;
  margin: 0 0 10px;
  font-weight: 800;
  color: #0f0f0f;
}

.pb-subtitle{
  margin: 0 0 22px;
  color: #4b4b4b;
  font-weight: 500;
}

.pb-cards{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card premium (glass gris suave) */
.pb-card{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  text-decoration: none;
  color: #111;
  background: rgba(245,245,245,0.72);
  border: 1px solid rgba(15,15,15,0.08);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* Acento amarillo elegante: línea lateral */
.pb-card::before{
  content:"";
  position:absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: rgba(235,174,0,0.0);
  transition: background .25s ease;
}

.pb-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.10);
  border-color: rgba(235,174,0,0.35);
}

.pb-card:hover::before{
  background: rgba(235,174,0,1); /* #EBAE00 */
}

.pb-ico{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #0f0f0f;
  background: rgba(15,15,15,0.06);
  flex: 0 0 auto;
}

.pb-ico--wa{
  color: #25D366;
  background: rgba(37,211,102,0.10);
}

.pb-card__txt{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.pb-card__label{
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #6b6b6b;
  font-weight: 700;
}

.pb-card__value{
  font-size: 16px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pb-card__go{
  margin-left: auto;
  color: rgba(15,15,15,0.45);
  font-weight: 800;
  transition: color .25s ease;
}
.pb-card:hover .pb-card__go{
  color: #EBAE00;
}

/* Mapa */
.pb-map{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15,15,15,0.08);
  box-shadow: 0 12px 36px rgba(0,0,0,0.08);
  background: #fff;
}
.pb-map iframe{
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

/* mini hint */
.pb-hint{
  margin-top: 12px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(235,174,0,0.10);
  border: 1px solid rgba(235,174,0,0.25);
  color: #1a1a1a;
  font-weight: 700;
  width: fit-content;
}
.pb-hint .dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #EBAE00;
}

/* Responsive */
@media (max-width: 900px){
  .pb-contact__wrap{
    grid-template-columns: 1fr;
  }
  .pb-title{font-size: 34px;}
  .pb-map iframe{height: 260px;}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-baace72 *//* CONTENEDOR GENERAL */
.pb-form-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 40px 48px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif;
}

/* OCULTAR LABELS (USAMOS PLACEHOLDER) */
.pb-form-wrap label {
  display: none;
}

/* INPUTS Y TEXTAREA */
.pb-form-wrap input,
.pb-form-wrap textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.9);
  font-size: 15px;
  margin-bottom: 18px;
  transition: all .25s ease;
}

/* FOCUS */
.pb-form-wrap input:focus,
.pb-form-wrap textarea:focus {
  outline: none;
  border-color: #EBAE00;
  box-shadow: 0 0 0 3px rgba(235,174,0,0.25);
}

/* PLACEHOLDER */
.pb-form-wrap ::placeholder {
  color: #777;
}

/* BOTÓN */
.pb-form-wrap button {
  display: block;
  margin: 30px auto 0;
  padding: 16px 38px;
  border-radius: 999px;
  background: #EBAE00;
  color: #111;
  font-weight: 800;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
}

/* HOVER BOTÓN */
.pb-form-wrap button:hover {
  background: #111;
  color: #EBAE00;
  transform: translateY(-1px);
}

/* MENSAJE DE CONFIRMACIÓN */
.pb-form-wrap .ff-el-form-success {
  background: rgba(235,174,0,0.15);
  border: 1px solid rgba(235,174,0,0.4);
  color: #111;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 768px) {
  .pb-form-wrap {
    padding: 28px 22px 34px;
  }
}/* End custom CSS */