/* GENERAL STYLES */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@400;500;700&display=swap');

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  color: #7d9375;
  background-color: #FFF;
}
@media screen and (min-width: 1800px) {
  body:not(.home) header {
    max-height: 180px;
  }
}

#wpadminbar {
  display: none;
}

#wp-admin-bar-search, #wp-admin-bar-wp-logo, #wp-admin-bar-customize,
#wp-admin-bar-new-content, #wp-admin-bar-edit, #wp-admin-bar-my-account,
#wp-admin-bar-comments, #wp-admin-bar-customize, #wp-admin-bar-plugins,
#wp-admin-bar-themes, #wp-admin-bar-menus {
  display: none !important;
}

.hide {
  display: none !important;
}

.mobile-only{
  display: none;
}

.desktop-only{
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-only{
    display: block;
  }
}

/* LOGO */
.logo img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .logo img {
    display: block;
    position: relative;
    z-index: 9999;
  }

  .logo {
    position: relative;
    display: block;
    padding-top: 10px;
    max-width: 280px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .logo img {
    max-height: 130px;
  }
}

.logo img {
  width: auto;
}

.pagina-container, .pagina-contato, .pagina-blog {
  padding: 160px 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .pagina-container, .pagina-contato, .pagina-blog {
    padding: 250px 30px 60px 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .posts-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.btn-agendar{
  padding: 20px !important;
}

/* Sintomas */
#sintomas-title{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #sintomas-desktop{
    display: none;
  }
  #sintomas-mobile{
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  #sintomas-title{
    font-size: 2em;
  }

  #sintomas-desktop{
    display: flex;
  }

  #sintomas-mobile{
    display: none;
  }
}

/* Patologias */
.patologias {
  background: #ECEBE4;
  padding: 50px 10px 10px 100px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#img-patologias-esquerda{
  width: 300px;
}

#img-patologias {
  border-radius: 20px; /* Arredonda as bordas */
  object-fit: cover;
  position: relative;
  border: 5px solid #ffffff; /* Borda branca */
  box-shadow: 0 6px 20px rgba(0,0,0,0.2); /* Sombra */
}

@media screen and (max-width: 768px) {
  #img-patologias {
    left: 0px;
    width: 250px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1870px) {
  #img-patologias {
    left: 0px;
    width: 300px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1871px) {
  #img-patologias {
    left: 100px;
    width: 300px;
    margin-bottom: 50px;
  }
}

#porque-escolher-dra-claudia-soares-img {
  border-radius: 20px; /* Arredonda as bordas */
  object-fit: cover;
  position: relative;
  border: 5px solid #ffffff; /* Borda branca */
  box-shadow: 0 6px 20px rgba(0,0,0,0.2); /* Sombra */
}

@media screen and (max-width: 768px) {
  #porque-escolher-dra-claudia-soares-img {
    left: 0px;
    width: 300px;
  }
}

@media screen and (min-width: 769px) {
  #porque-escolher-dra-claudia-soares-img {
    left: 50px;
    width: 300px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .patologias-item {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1499px) {
  .patologias-item {
    margin: 0 100px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
  .patologias-item {
    margin: 0px 50px 0 150px;
  }
}

@media screen and (min-width: 1801px) and (max-width: 1880px) {
  .patologias-item {
    margin: 0px 50px 0 150px;
  }
}

@media screen and (min-width: 1881px) {
  .patologias-item {
    margin: 0px 50px 0 350px;
  }
}

@media screen and (min-width: 769px) {
  #patologias-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .patologias {
    font-size: 1.5em;
    padding: 40px 15px 30px 15px;
  }
}

/* Serviços */
.services {
  background: #FFF;
  color: #7d9375;
  padding: 50px 20px;
  text-align: center;
}

.service-item img {
  width: 50px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.service-item h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 1rem;
}

/* Testimonials Section */
section.testimonials {
  padding: 50px 20px;
  text-align: center;
}

.testimonials h2 {
  margin-bottom: 20px;
}

.testimonial-item {
  margin-bottom: 20px;
}

#cuide_da_saude{
  font-size: 1.5em;
  font-family: 'Montserrat', serif;
  font-weight: 600;
  text-shadow: 1px 1px 7px #555;
}

#nome_dra{
  display: block;
  font-size: 3em;
  font-family: 'Montserrat', serif;
  font-weight: 600;
  text-shadow: 1px 1px 7px #555;
}

#porque-escolher-dra-claudia-soares-img {
  max-width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
}

#porque-escolher-dra-claudia-soares-content{
  font-size: 1.05em;
  line-height: 1.7;
  text-align: justify;
  padding: 0px 160px 0 80px;
}

@media screen and (max-width: 768px) {
  #porque-escolher-dra-claudia-soares-content{
    padding: 0;
  }
}

/* DEPOIMENTOS */
.depoimentos-swiper {
  position: relative;
  padding: 0 50px;
}

.swiper-button-prev {
  left: 3px !important;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.9);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '›';
  font-size: 12px !important;
  color: white;
  font-weight: bold;
  transform: translateX(1px);
}

.swiper-button-prev::after {
  content: '‹'; /* seta para esquerda */
}

#main-div-blog{
  max-width: 1000px;
  margin: 200px auto;
  font-family: 'Montserrat', sans-serif; border-radius: 12px;
}

@media screen and (max-width: 768px) {
  #main-div-blog{
    padding: 0px 40px 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .contato-info {
    flex-direction: column;
    gap: 20px;
  }

  .contato-info > div {
    width: 100% !important;
    min-width: unset !important;
  }
}

.contato-info a {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  * {
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
}

body.page-template-modelo-contato * {
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  white-space: normal;
}
