.elementor-140 .elementor-element.elementor-element-41607cd{--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-effd184 */.elementor-140 .elementor-element.elementor-element-41607cd{
    padding: 0px !important;
}


body{
  margin:0;
  font-family:'Segoe UI',sans-serif;
  background:#f5f8fc;
}

/* HERO */
.ortho-hero{
  height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
      background-image: url(https://dradianapalacios.com/wp-content/uploads/2024/07/Consultorio-odontologico-en-cali.webp);
    background-size: cover;
    background-repeat: no-repeat;
  color:#fff;
  position:relative;
}

.ortho-overlay{
  position:absolute;
  inset:0;
      background: linear-gradient(135deg, #003c87b5, #ff872873);
}

.ortho-content{
  position:relative;
  max-width:700px;
}

.ortho-badge{
  background:#FF8728;
  padding:8px 16px;
  border-radius:50px;
  font-size:12px;
  font-weight:bold;
}

.ortho-content h1{
  font-size:52px;
  margin:20px 0;
}

.ortho-content p{
  font-size:20px;
  line-height:1.6;
}

.ortho-cta{
  display:inline-block;
  margin-top:25px;
  padding:16px 30px;
  background:#FF8728;
  color:#fff;
  border-radius:12px;
  text-decoration:none;
  font-weight:bold;
  transition:.3s;
}

.ortho-cta:hover{
  background:#ff6a00;
}


/* INFO */
.ortho-info{
  padding:80px 20px;
}

.container{
  max-width:1200px;
  margin:auto;
}

.ortho-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.ortho-text h2{
  color:#003C87;
  font-size:38px;
}

.ortho-text p{
  color:#4a5f7a;
  line-height:1.8;
}

.ortho-benefits{
  margin-top:20px;
}

.ortho-benefits li{
  margin-bottom:10px;
  font-weight:600;
}

.ortho-video iframe{
  width:100%;
  height:300px;
  border-radius:20px;
}


/* FORM */
.ortho-form-section{
  padding:100px 20px;
  background:linear-gradient(135deg,#003C87,#0f67d0);
}

.form-container{
  max-width:700px;
  margin:auto;
  background:#fff;
  padding:50px;
  border-radius:30px;
  box-shadow:0 30px 80px rgba(0,0,0,0.2);
}

.form-header{
  text-align:center;
  margin-bottom:40px;
}

.form-header h2{
  color:#003C87;
  font-size:36px;
}

.form-header p{
  color:#6b7c93;
}

.pro-form{
  display:flex;
  flex-direction:column;
  gap:25px;
}

.form-row{
  display:flex;
  gap:20px;
}

.input-box{
  position:relative;
  flex:1;
}

.input-box.full{
  flex:100%;
}

.input-box input,
.input-box textarea{
  width:100%;
  padding:18px;
  border-radius:14px;
  border:1px solid #ccc;
  outline:none;
  font-size:16px;
}

.input-box textarea{
  height:120px;
  resize:none;
}

.input-box label{
  position:absolute;
  top:50%;
  left:16px;
  transform:translateY(-50%);
  background:#fff;
  padding:0 5px;
  color:#999;
  transition:.3s;
}

.input-box input:focus + label,
.input-box input:valid + label,
.input-box textarea:focus + label,
.input-box textarea:valid + label{
  top:-8px;
  font-size:12px;
  color:#003C87;
}

.btn-submit{
  padding:18px;
  border:none;
  border-radius:14px;
  background:#FF8728;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  cursor:pointer;
  transition:.3s;
}

.btn-submit:hover{
  background:#ff6a00;
}


/* RESPONSIVE */
@media(max-width:900px){
  .ortho-grid{
    grid-template-columns:1fr;
  }

  .form-row{
    flex-direction:column;
  }
}/* End custom CSS */