:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1609420 */.contacto-section{
  max-width: 1200px;
  margin: 80px auto;
  padding: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.contacto-header{
  text-align: center;
  margin-bottom: 45px;
}

.contacto-header h2{
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.contacto-header p{
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.contacto-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.contacto-card,
.contacto-form-card{
  background: #ffffff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  border: 1px solid #efefef;
}

.contacto-card h3,
.contacto-form-card h3{
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.contacto-item{
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.contacto-item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contacto-label{
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #8a8a8a;
  margin-bottom: 8px;
}

.contacto-value{
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  font-weight: 500;
}

.contacto-value a{
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

.contacto-value a:hover{
  color: #000;
}

.contacto-marcas{
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.contacto-marca-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 12px;
  text-decoration: none;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  transition: all .25s ease;
}

.contacto-marca-link:hover{
  background: #f1f1f1;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.contacto-note{
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.contacto-form-card p{
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 22px;
}

.contacto-form-wrap{
  margin-top: 15px;
  padding: 20px;
  background: #fafafa;
  border-radius: 14px;
  border: 1px solid #ededed;
}

.contacto-mapa-section{
  margin-top: 40px;
}

.contacto-mapa-title{
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: -0.5px;
}

.contacto-mapa-wrap{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  border: 1px solid #eee;
}

.contacto-mapa-wrap iframe{
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.contacto-bottom{
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}

@media (max-width: 900px){
  .contacto-grid{
    grid-template-columns: 1fr;
  }

  .contacto-header h2{
    font-size: 32px;
  }

  .contacto-card,
  .contacto-form-card{
    padding: 24px;
  }
}

@media (max-width: 600px){
  .contacto-header h2{
    font-size: 28px;
  }

  .contacto-header p,
  .contacto-value,
  .contacto-form-card p{
    font-size: 15px;
  }

  .contacto-marca-link{
    font-size: 14px;
    padding: 12px 14px;
  }

  .contacto-mapa-wrap iframe{
    height: 300px;
  }
}/* End custom CSS */