.elementor-303 .elementor-element.elementor-element-a8b2735{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-ff29138{padding:0px 0px 0px 0px;}.elementor-303 .elementor-element.elementor-element-cf2d886{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-cf2d886:not(.elementor-motion-effects-element-type-background), .elementor-303 .elementor-element.elementor-element-cf2d886 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-303 .elementor-element.elementor-element-a4d912d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-ccb87d4{--display:flex;--min-height:100px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-ccb87d4:not(.elementor-motion-effects-element-type-background), .elementor-303 .elementor-element.elementor-element-ccb87d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAF6F8;}.elementor-303 .elementor-element.elementor-element-e7b3d8a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-e7b3d8a:not(.elementor-motion-effects-element-type-background), .elementor-303 .elementor-element.elementor-element-e7b3d8a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #73C6CC 0%, #E1F3F7 100%);}.elementor-303 .elementor-element.elementor-element-8b5a549{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-153b401{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-7d64f2b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-303 .elementor-element.elementor-element-1ce8121{padding:0px 0px 0px 0px;}.elementor-303 .elementor-element.elementor-element-3006db2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-ccb87d4 */background: linear-gradient(135deg, #EAF6F8 0%, #BFE7ED 100%);/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b405b1 */.especialidades-section {
  background: #E1F3F7;
  padding: 50px 20px;
  font-family: 'Poppins', sans-serif;
}

.especialidades-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.especialidades-titulo {
  font-size: 2.5rem;
  color: #0A4156;
  font-weight: 700;
  margin-bottom: 30px;
}

.especialidades-titulo span {
  color: #73C6CC;
}

.especialidades-categorias {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.especialidade-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.especialidade-card h3 {
  font-size: 1.4rem;
  color: #0A4156;
  margin-bottom: 15px;
  border-bottom: 2px solid #73C6CC;
  display: inline-block;
  padding-bottom: 5px;
}

.especialidade-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.especialidade-card li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.especialidade-card li::before {
  content: "✔";
  color: #73C6CC;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .especialidades-titulo {
    font-size: 2rem;
  }
  .especialidade-card {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b22c9c8 */.parceiros-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.parceiros-label {
  font-size: 0.9rem;
  color: #0A4156;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}

.parceiros-titulo {
  font-size: 2rem;
  color: #000;
  margin-bottom: 30px;
}

.parceiros-titulo span {
  color: #0072ff;
  font-weight: 700;
}

.parceiros-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.parceiro-card {
  flex: 0 0 220px;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.parceiro-card:hover {
  transform: scale(1.05);
}

.parceiro-card img {
  max-width: 100%;
  height: auto;
  display: block;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.slider-controls button {
  background: #73C6CC;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
}

.slider-controls button:hover {
  background: #0A4156;
}

.botao-descontos {
  display: inline-block;
  padding: 14px 32px;
  background: #FFD700;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.botao-descontos:hover {
  background: #f5c400;
}/* End custom CSS */