.elementor-154 .elementor-element.elementor-element-08f6577{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5203145 */.elementor-154 .elementor-element.elementor-element-08f6577{
    padding: 0px !important;
}
/* HERO TERAPIA OCUPACIONAL */
.to-hero{
  padding:120px 20px;
  background:linear-gradient(135deg,#003C87,#0b5fc9);
  color:#fff;
}

.to-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:60px;
  align-items:center;
}

.to-tag{
  background:#FF8728;
  padding:6px 14px;
  border-radius:50px;
  font-size:12px;
  font-weight:700;
}

.to-left h1{
  font-size:54px;
  margin:18px 0;
  font-weight:800;
}

.to-left p{
  font-size:18px;
  line-height:1.7;
  opacity:.95;
}

.to-btn{
  display:inline-block;
  margin-top:25px;
  background:#FF8728;
  padding:16px 28px;
  border-radius:14px;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:.3s;
}

.to-btn:hover{
  background:#ff6a00;
}

/* CARD */
.to-card{
  background:#fff;
  color:#003C87;
  padding:30px;
  border-radius:22px;
  box-shadow:0 25px 60px rgba(0,0,0,0.2);
}

.to-card h3{
  margin-bottom:15px;
}

.to-card ul{
  list-style:none;
  padding:0;
}

.to-card li{
  margin-bottom:12px;
  font-weight:600;
  color:#2d3f55;
}

/* INFO SECTION */
.to-info{
  padding:100px 20px;
  background:#f6f9ff;
}

.to-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.to-box{
  background:#fff;
  padding:40px;
  border-radius:22px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.to-box h2{
  color:#003C87;
  margin-bottom:12px;
  font-size:28px;
}

.to-box p{
  color:#5a6b82;
  line-height:1.7;
}

.to-box.highlight{
  border-left:6px solid #FF8728;
}

/* FORM */
.to-form-section{
  padding:120px 20px;
  background:#003C87;
}

.to-form{
  max-width:650px;
  margin:auto;
  background:#fff;
  padding:60px;
  border-radius:26px;
  text-align:center;
  box-shadow:0 40px 100px rgba(0,0,0,0.25);
}

.to-form h2{
  color:#003C87;
  font-size:34px;
  margin-bottom:10px;
}

.to-form p{
  color:#5f6f86;
  margin-bottom:30px;
}

/* INPUTS */
.to-row{
  position:relative;
  margin-bottom:18px;
}

.to-row input,
.to-row textarea{
  width:100%;
  padding:18px;
  border-radius:14px;
  border:1.5px solid #d7e0ef;
  outline:none;
  background:#f9fbff;
}

.to-row textarea{
  min-height:120px;
  resize:none;
}

.to-row label{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  padding:0 6px;
  font-size:13px;
  color:#8aa0bd;
  transition:.2s;
}

.to-row input:focus + label,
.to-row input:valid + label,
.to-row textarea:focus + label,
.to-row textarea:valid + label{
  top:-8px;
  font-size:12px;
  color:#FF8728;
}

/* BUTTON */
.to-form button{
  width:100%;
  padding:18px;
  border:none;
  border-radius:14px;
  background:#FF8728;
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  transition:.3s;
}

.to-form button:hover{
  background:#ff6a00;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .to-container{
    grid-template-columns:1fr;
    text-align:center;
  }

  .to-left h1{
    font-size:40px;
  }

  .to-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){
  .to-form{
    padding:30px 20px;
  }
}/* End custom CSS */