.elementor-3553 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-3553 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ===================================
   OTORRINO LANDING PAGE - MOBILE FIRST
   Cores principais: #0A2A3B (azul escuro) e #00ACD7 (azul claro)
   =================================== */

/* RESET E BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.otorrino-landing {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* ===================================
   HEADER
   =================================== */
.otorrino-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(10, 42, 59, 0.08);
  padding: 1rem 0;
}

.otorrino-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.otorrino-header__logo-area {
  flex: 1;
}

.otorrino-header__logo {
  height: 50px !important;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.otorrino-header__cta-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #61CE70;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.otorrino-header__cta-button:hover {
  background-color: #0097bd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 172, 215, 0.3);
}

.otorrino-header__cta-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ===================================
   SECTION 1: HERO
   =================================== */
.otorrino-hero {
  position: relative;
  background: linear-gradient(135deg, #0A2A3B 0%, #134a63 100%);
  color: #ffffff;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-hero__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-hero__icon-pattern {
  position: absolute;
  opacity: 0.03;
  color: #ffffff;
}

.otorrino-hero__icon-pattern--1 {
  top: 10%;
  left: -5%;
  width: 250px;
  height: 250px;
}

.otorrino-hero__icon-pattern--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-hero__icon-pattern--2 {
  top: 50%;
  right: -10%;
  width: 300px;
  height: 300px;
}

.otorrino-hero__icon-pattern--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-hero__icon-pattern--3 {
  bottom: 10%;
  left: 20%;
  width: 200px;
  height: 200px;
}

.otorrino-hero__icon-pattern--3 svg {
  width: 100%;
  height: 100%;
}

.otorrino-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.otorrino-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.otorrino-hero__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.otorrino-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.otorrino-hero__cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #61CE70;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 10px;
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 8px 20px rgba(0, 172, 215, 0.3);
}

.otorrino-hero__cta-button:hover {
  background-color: #0097bd;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 172, 215, 0.4);
}

.otorrino-hero__cta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.otorrino-hero__microtext {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-style: italic;
}

.otorrino-hero__image-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otorrino-hero__image {
  width: 100%;
  max-width: 750px;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ===================================
   SECTION 2: DIFERENCIAIS
   =================================== */
.otorrino-diferenciais {
  position: relative;
  background-color: #f8fafc;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-diferenciais__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-diferenciais__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-diferenciais__icon-bg--1 {
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-diferenciais__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-diferenciais__icon-bg--2 {
  bottom: 15%;
  left: 5%;
  width: 180px;
  height: 180px;
}

.otorrino-diferenciais__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-diferenciais__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.otorrino-diferenciais__card {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(10, 42, 59, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.otorrino-diferenciais__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(10, 42, 59, 0.12);
  border-color: #00ACD7;
}

.otorrino-diferenciais__card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00ACD7 0%, #0097bd 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1.25rem;
}

.otorrino-diferenciais__card-icon svg {
  width: 28px;
  height: 28px;
}

.otorrino-diferenciais__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

.otorrino-diferenciais__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

/* ===================================
   SECTION 3: PROGRAMA DE TRATAMENTO
   =================================== */
.otorrino-programa {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-programa__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-programa__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-programa__icon-bg--1 {
  top: 20%;
  left: 5%;
  width: 220px;
  height: 220px;
}

.otorrino-programa__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-programa__icon-bg--2 {
  bottom: 10%;
  right: 5%;
  width: 250px;
  height: 250px;
}

.otorrino-programa__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-programa__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.otorrino-programa__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.otorrino-programa__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0;
  line-height: 1.2;
}

.otorrino-programa__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.otorrino-programa__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.otorrino-programa__cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #61CE70;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 10px;
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 8px 20px rgba(0, 172, 215, 0.3);
}

.otorrino-programa__cta-button:hover {
  background-color: #0097bd;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 172, 215, 0.4);
}

.otorrino-programa__cta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.otorrino-programa__image-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otorrino-programa__image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(10, 42, 59, 0.12);
}

/* ===================================
   SECTION 4: PRINCIPAIS ATENDIMENTOS
   =================================== */
.otorrino-atendimentos {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-atendimentos__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-atendimentos__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-atendimentos__icon-bg--1 {
  top: 15%;
  left: 10%;
  width: 200px;
  height: 200px;
}

.otorrino-atendimentos__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-atendimentos__icon-bg--2 {
  bottom: 20%;
  right: 10%;
  width: 220px;
  height: 220px;
}

.otorrino-atendimentos__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-atendimentos__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.otorrino-atendimentos__main-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0 0 3rem 0;
  text-align: center;
  line-height: 1.2;
}

.otorrino-atendimentos__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.otorrino-atendimentos__card {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(10, 42, 59, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #00ACD7;
}

.otorrino-atendimentos__card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 24px rgba(10, 42, 59, 0.12);
}

.otorrino-atendimentos__card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00ACD7 0%, #0097bd 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1.25rem;
}

.otorrino-atendimentos__card-icon svg {
  width: 28px;
  height: 28px;
}

.otorrino-atendimentos__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

.otorrino-atendimentos__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

/* ===================================
   SECTION 5: MEDICINA DO SONO
   =================================== */
.otorrino-sono {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-sono__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-sono__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-sono__icon-bg--1 {
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-sono__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-sono__icon-bg--2 {
  top: 50%;
  left: 5%;
  width: 180px;
  height: 180px;
}

.otorrino-sono__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-sono__icon-bg--3 {
  bottom: 15%;
  right: 10%;
  width: 220px;
  height: 220px;
}

.otorrino-sono__icon-bg--3 svg {
  width: 100%;
  height: 100%;
}

.otorrino-sono__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.otorrino-sono__image-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otorrino-sono__image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(10, 42, 59, 0.12);
}

.otorrino-sono__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.otorrino-sono__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0;
  line-height: 1.2;
}

.otorrino-sono__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.otorrino-sono__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.otorrino-sono__paragraph--highlight {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A2A3B;
}

/* ===================================
   SECTION 6: IMUNOTERAPIA
   =================================== */
.otorrino-imunoterapia {
  position: relative;
  background: linear-gradient(135deg, #0A2A3B 0%, #134a63 100%);
  color: #ffffff;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-imunoterapia__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-imunoterapia__icon-bg {
  position: absolute;
  opacity: 0.03;
  color: #ffffff;
}

.otorrino-imunoterapia__icon-bg--1 {
  top: 15%;
  left: 5%;
  width: 250px;
  height: 250px;
}

.otorrino-imunoterapia__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-imunoterapia__icon-bg--2 {
  bottom: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-imunoterapia__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-imunoterapia__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.otorrino-imunoterapia__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
  text-align: center;
  line-height: 1.2;
}

.otorrino-imunoterapia__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.otorrino-imunoterapia__intro-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  text-align: center;
}

.otorrino-imunoterapia__beneficios {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.otorrino-imunoterapia__beneficio {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.otorrino-imunoterapia__beneficio:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transform: translateX(5px);
}

.otorrino-imunoterapia__beneficio-icon {
  width: 32px;
  height: 32px;
  color: #00ACD7;
  flex-shrink: 0;
}

.otorrino-imunoterapia__beneficio-icon svg {
  width: 100%;
  height: 100%;
}

.otorrino-imunoterapia__beneficio-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

/* ===================================
   SECTION 7: SOBRE O DOUTOR
   =================================== */
.otorrino-sobre {
  position: relative;
  background-color: #f8fafc;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-sobre__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-sobre__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-sobre__icon-bg--1 {
  top: 10%;
  left: 5%;
  width: 220px;
  height: 220px;
}

.otorrino-sobre__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-sobre__icon-bg--2 {
  bottom: 15%;
  right: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-sobre__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-sobre__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.otorrino-sobre__image-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otorrino-sobre__image {
  width: 100%;
  max-width: 400px;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(10, 42, 59, 0.12);
}

.otorrino-sobre__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.otorrino-sobre__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0;
  line-height: 1.2;
}

.otorrino-sobre__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.otorrino-sobre__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

/* ===================================
   SECTION 8: BLOCO DE AUTORIDADE
   =================================== */
.otorrino-autoridade {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-autoridade__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-autoridade__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-autoridade__icon-bg--1 {
  top: 10%;
  left: 5%;
  width: 180px;
  height: 180px;
}

.otorrino-autoridade__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-autoridade__icon-bg--2 {
  top: 50%;
  right: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-autoridade__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-autoridade__icon-bg--3 {
  bottom: 10%;
  left: 10%;
  width: 220px;
  height: 220px;
}

.otorrino-autoridade__icon-bg--3 svg {
  width: 100%;
  height: 100%;
}

.otorrino-autoridade__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.otorrino-autoridade__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: #f8fafc;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #00ACD7;
  transition: all 0.3s ease;
}

.otorrino-autoridade__item:hover {
  background-color: #e2e8f0;
  transform: translateX(5px);
}

.otorrino-autoridade__icon {
  width: 28px;
  height: 28px;
  color: #00ACD7;
  flex-shrink: 0;
  margin-top: 2px;
}

.otorrino-autoridade__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0A2A3B;
  margin: 0;
  line-height: 1.5;
}

/* ===================================
   SECTION 9: LOCALIZAÇÃO E CONTATO
   =================================== */
.otorrino-contato {
  position: relative;
  background-color: #f8fafc;
  padding: 4rem 0;
  overflow: hidden;
}

.otorrino-contato__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-contato__icon-bg {
  position: absolute;
  opacity: 0.02;
  color: #0A2A3B;
}

.otorrino-contato__icon-bg--1 {
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-contato__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-contato__icon-bg--2 {
  bottom: 10%;
  left: 5%;
  width: 220px;
  height: 220px;
}

.otorrino-contato__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-contato__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.otorrino-contato__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0A2A3B;
  margin: 0 0 3rem 0;
  text-align: center;
  line-height: 1.2;
}

.otorrino-contato__info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.otorrino-contato__info-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background-color: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(10, 42, 59, 0.08);
  transition: all 0.3s ease;
}

.otorrino-contato__info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(10, 42, 59, 0.12);
}

.otorrino-contato__info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00ACD7 0%, #0097bd 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}

.otorrino-contato__info-icon svg {
  width: 24px;
  height: 24px;
}

.otorrino-contato__info-content {
  flex: 1;
}

.otorrino-contato__info-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #00ACD7;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.otorrino-contato__info-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0A2A3B;
  margin: 0;
  line-height: 1.5;
}

.otorrino-contato__mapa-area {
  width: 100%;
  margin-top: 2rem;
}

/* ===================================
   SECTION 10: CTA FINAL
   =================================== */
.otorrino-cta-final {
  position: relative;
  background: linear-gradient(135deg, #00ACD7 0%, #0097bd 100%);
  color: #ffffff;
  padding: 5rem 0;
  overflow: hidden;
}

.otorrino-cta-final__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.otorrino-cta-final__icon-bg {
  position: absolute;
  opacity: 0.05;
  color: #ffffff;
}

.otorrino-cta-final__icon-bg--1 {
  top: 10%;
  left: 5%;
  width: 200px;
  height: 200px;
}

.otorrino-cta-final__icon-bg--1 svg {
  width: 100%;
  height: 100%;
}

.otorrino-cta-final__icon-bg--2 {
  top: 50%;
  right: 5%;
  width: 220px;
  height: 220px;
}

.otorrino-cta-final__icon-bg--2 svg {
  width: 100%;
  height: 100%;
}

.otorrino-cta-final__icon-bg--3 {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
}

.otorrino-cta-final__icon-bg--3 svg {
  width: 100%;
  height: 100%;
}

.otorrino-cta-final__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.otorrino-cta-final__title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.otorrino-cta-final__text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  max-width: 600px;
}

.otorrino-cta-final__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #61CE70;
  color: #ffffff;
  padding: 1.25rem 2.5rem;
  border-radius: 12px;
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 12px 32px rgba(10, 42, 59, 0.4);
}

.otorrino-cta-final__button:hover {
  background-color: #051a27;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 42, 59, 0.5);
}

.otorrino-cta-final__button-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

/* ===================================
   FOOTER
   =================================== */
.otorrino-footer {
  background-color: #0A2A3B;
  color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
}

.otorrino-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}

.otorrino-footer__text {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

/* ===================================
   TABLET - 768px and up
   =================================== */
@media (min-width: 768px) {
  /* Header */
  .otorrino-header__logo {
    height: 60px;
  }

  .otorrino-header__cta-button {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }

  /* Hero */
  .otorrino-hero {
    padding: 5rem 0;
  }

  .otorrino-hero__container {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .otorrino-hero__content {
    flex: 1;
  }

  .otorrino-hero__title {
    font-size: 2.5rem;
  }

  .otorrino-hero__subtitle {
    font-size: 1.25rem;
  }

  .otorrino-hero__image-area {
    flex: 1;
  }

  .otorrino-hero__image {
    height: 500px;
  }

  /* Diferenciais */
  .otorrino-diferenciais {
    padding: 5rem 0;
  }

  .otorrino-diferenciais__container {
    flex-direction: row;
    gap: 2rem;
  }

  .otorrino-diferenciais__card {
    flex: 1;
  }

  /* Programa */
  .otorrino-programa {
    padding: 5rem 0;
  }

  .otorrino-programa__container {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .otorrino-programa__content {
    flex: 1;
  }

  .otorrino-programa__title {
    font-size: 2.25rem;
  }

  .otorrino-programa__paragraph {
    font-size: 1.125rem;
  }

  .otorrino-programa__image-area {
    flex: 1;
  }

  /* Atendimentos */
  .otorrino-atendimentos {
    padding: 5rem 0;
  }

  .otorrino-atendimentos__main-title {
    font-size: 2.25rem;
  }

  .otorrino-atendimentos__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  /* Sono */
  .otorrino-sono {
    padding: 5rem 0;
  }

  .otorrino-sono__container {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .otorrino-sono__image-area {
    flex: 1;
  }

  .otorrino-sono__content {
    flex: 1;
  }

  .otorrino-sono__title {
    font-size: 2.25rem;
  }

  .otorrino-sono__paragraph {
    font-size: 1.125rem;
  }

  /* Imunoterapia */
  .otorrino-imunoterapia {
    padding: 5rem 0;
  }

  .otorrino-imunoterapia__title {
    font-size: 2.25rem;
  }

  .otorrino-imunoterapia__intro-text {
    font-size: 1.25rem;
  }

  .otorrino-imunoterapia__beneficios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  /* Sobre */
  .otorrino-sobre {
    padding: 5rem 0;
  }

  .otorrino-sobre__container {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .otorrino-sobre__image-area {
    flex: 1;
  }

  .otorrino-sobre__content {
    flex: 1;
  }

  .otorrino-sobre__title {
    font-size: 2.25rem;
  }

  .otorrino-sobre__paragraph {
    font-size: 1.125rem;
  }

  /* Autoridade */
  .otorrino-autoridade {
    padding: 5rem 0;
  }

  .otorrino-autoridade__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  /* Contato */
  .otorrino-contato {
    padding: 5rem 0;
  }

  .otorrino-contato__title {
    font-size: 2.25rem;
  }

  .otorrino-contato__info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  /* CTA Final */
  .otorrino-cta-final {
    padding: 6rem 0;
  }

  .otorrino-cta-final__title {
    font-size: 2.5rem;
  }

  .otorrino-cta-final__text {
    font-size: 1.375rem;
  }
}

/* ===================================
   DESKTOP - 1024px and up
   =================================== */
@media (min-width: 1024px) {
  /* Hero */
  .otorrino-hero__title {
    font-size: 3rem;
  }

  .otorrino-hero__subtitle {
    font-size: 1.375rem;
  }

  /* Diferenciais */
  .otorrino-diferenciais__container {
    gap: 2.5rem;
  }

  /* Programa */
  .otorrino-programa__title {
    font-size: 2.5rem;
  }

  /* Atendimentos */
  .otorrino-atendimentos__main-title {
    font-size: 2.5rem;
  }

  .otorrino-atendimentos__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  /* Sono */
  .otorrino-sono__title {
    font-size: 2.5rem;
  }

  /* Imunoterapia */
  .otorrino-imunoterapia__title {
    font-size: 2.5rem;
  }

  .otorrino-imunoterapia__beneficios {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  /* Sobre */
  .otorrino-sobre__title {
    font-size: 2.5rem;
  }

  /* Contato */
  .otorrino-contato__title {
    font-size: 2.5rem;
  }

  .otorrino-contato__info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* CTA Final */
  .otorrino-cta-final__title {
    font-size: 3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */