/*
Theme Name: Carla Celestrino
Theme URI: https://drarenatamullercouto.com.br
Author: Laís Tomaz
Author URI: laissantostz@gmail.com
Description: Tema para o site da Dra. Carla Celestrino em 2025.
Version: 1.0
*/

/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1em;
  color: #162936;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
  border: none;
  outline-style: none;
  text-decoration: none;
  box-shadow: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
  background: #F5F2ED;
}
main {
  padding-top: 109px;
  overflow: hidden;
}
strong {
  font-weight: 700;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.invisivel {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
}

/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.secao-cabecalho{
	background-color: #F5F2ED;
  width: 100%;
  padding: 20px 0;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 100%;
  max-width: 200px;
}
.navbar .nav-item a {  
  color: #6A6073;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #6A6073;
  margin-right: 20px;
}
.navbar .nav-item a:hover{
  background: #6A6073;
  color: #fff;
}
.navbar .menu-item {
  position: relative;
}
.navbar-brand:hover {
  border: none !important;
}
/* Estilos Menu */

.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #6A6073;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #6A6073;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #F5F2ED;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 100px
}
.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.close-button span {
  color: #6A6073;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
/* Página inicial */
.titulo {
  color: #A595B2;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.titulo.light {
  color: #F5F2ED;
}
.texto p, .texto li {
  color: #6A6073;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.texto li {
  margin-bottom: 15px;
}
.texto.white p, .texto.white li {
  color: #fff;
}
.texto p:last-child,.texto li:last-child {
  margin-bottom: 0;
}
.secao-principal {
  background: #A595B2;
}
.secao-principal .left img {
  max-width: 400px;
}
.secao-principal .thumbnail {
  position: relative;
}
.secao-principal .thumbnail::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #A595B2;
  mix-blend-mode: hard-light;
}
.secao-sobre .cta {
  color: #A595B2;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.28px;
}
.secao-servicos .item img {
  border-radius: 10px;
}
.secao-servicos .item .title {
  margin-top: -10px;
  border-radius: 10px;
  background: #A595B2;
  height: 100px;
}
.secao-servicos .item .title h3 {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em; 
  letter-spacing: 1.2px;
  max-width: 170px;
}
.secao-servicos .item .icone img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 15px 0;
}
.secao-agende {
  background: #EDD6FF;
  position: relative;
}
.secao-agende .img-absolute{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 200px;
}
.secao-agende .img-absolute-2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 150px;
  z-index: 2;
}
.secao-agende .icone {
  width: 100px;
}
.secao-agende h2 {
  color: #B58D8D;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 2.2px;
  margin: 20px 0;
  max-width: 300px;
}
.secao-agende .cta {
  border-radius: 10px;
  background: #0EAE21;
  padding: 15px 27px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  display: inline-block;
}
.secao-agende .cta img{
  width: 40px;
  margin-right: 10px;
}
.secao-galeria .image {
  height: 650px;
}
.secao-galeria .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Página Sobre */
.secao-principal {
  position: relative;
}
.secao-principal .img-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
}
.secao-principal .left {
  position: relative;
}
.secao-principal .left .img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 150px;
}
.secao-principal h1 {
  color: #FFF;
  text-align: center;
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  max-width: 405px;
}
#sobre .secao-conteudo {
  padding: 80px 0 0 0;
}
#sobre .secao-conteudo .right img {
  margin-bottom: 20px;
}
#sobre .secao-conteudo .right img.text-img {
  margin: 0;
}
#sobre .secao-conteudo .last {
  padding: 80px 0 0 0;
}

/* Página Serviço */
#servico .secao-principal h1 {
  text-align: left;
}
#servico .secao-conteudo .right img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
.secao-faq .card {
  background: #A595B2;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}
.secao-faq .card:nth-child(2) {
  background: #CFACAC;
}
.secao-faq .card:nth-child(3) {
  background: #B58D8D;
}
.secao-faq .card-header {
  padding: 0;
}
.secao-faq .card-header button {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.625%;
  letter-spacing: 1.28px;
  background: transparent;
  text-align: left;
  padding: 50px 100px;
}
.secao-faq .icon {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.secao-faq .toggle-icon {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 112.5%;
  letter-spacing: 1.6px;
}
.secao-faq .card-body {
  padding: 50px 100px;
  position: relative;
}
.secao-faq .card-body .img-absolute{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 200px;
}
.secao-faq .card-body .img-absolute-2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 150px;
  z-index: 2;
}
.secao-faq .card-body .image img{
  max-width: 450px;
}

/* Blog */
#blog {
  background: #A595B2;
}
#blog .secao-titulo img {
  width: 90px;
  margin-right: 10px;
}
#blog h1 {
  color: #fff;
  line-height: 1em;
}
#blog .blog-posts h2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  letter-spacing: 1.2px;
  margin: 15px 0;
}
#blog .blog-posts .box {
  margin-bottom: 20px;
}
#blog .blog-posts .box img {
  border-radius: 10px;
  height: 280px;
  object-fit: cover;
}
#blog .blog-posts .box .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#blog .blog-posts .box .info {
  color: #FFF;
  gap: 10px;
  margin: 15px 0;
}
#blog .blog-posts .box .info p{
  color: #FFF;
  font-size: .8em;
}
#blog .blog-posts .box .info .data{
  color: #FFF;
  font-size: .8em;
}
#blog .blog-posts .box .categoria{
  border-radius: 7px;
  background: #CFACAC;
  width: fit-content;
  padding: 5px 15px;
}
#blog .blog-posts .box .categoria span{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
#interna-post h1 {
  line-height: 1.3em;
  text-transform: none;
}
#interna-post .img-thumb {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
#interna-post .data {
  color: #6A6073;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}


/* Página Contato */
#contato .secao-secundaria {
  position: relative;
}
#contato .secao-secundaria .img-absolute{
  position: absolute;
  right: 0;
  top: 60px;
  width: 70%;
  max-width: 900px;
}
#contato .secao-secundaria h2{
  color: #6A6073;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
#contato .secao-secundaria .item {
  margin-bottom: 15px;
}
#contato .secao-secundaria .item img {  
  margin-right: 10px;
  width: 40px;
}
#contato .secao-secundaria .item a {
  color: #6A6073;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1.2px;
}


/* Footer */
footer {
  background: #6A6073;
}
footer .navbar-brand {
  max-width: 100px;
  margin-bottom: 40px;
}
footer a {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.2px;
}
footer .informacoes .item {
  margin-bottom: 15px;
}
footer .informacoes .item a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1.2px;
}
footer .item img {  
  filter: brightness(1000%);
  margin-right: 10px;
  width: 40px;
}
.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 9999;
  transition: all 500ms;
}

/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-lateral ul {
    padding: 30px 0 0 0;
  }
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
	.navbar .menu-item {
		margin-bottom: 25px;
	}
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 200px;
  }
  .secao-cabecalho {
    padding: 15px;
  }
  main {
    padding-top: 99px;
  }
  .titulo {
    text-align: center;
	  font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  .secao-agende .left {
    order: 2;
  }
  .secao-agende .right {
    padding: 40px;
  }
  .secao-agende h2 {
    font-size: 30px;
  }
  .secao-agende .cta {
    font-size: 16px;
  }
  .secao-galeria .image {
    height: 80px;
  }
  .secao-principal .left {
    padding: 40px 15px 0 15px;
  }
  .secao-principal .left .img-absolute {
    width: 70px;
  }
  .secao-principal h1 {
    margin-bottom: 40px;
    font-size: 2em;
  }
  #sobre .secao-conteudo {
    padding: 40px 0 0 0;
  }
  #sobre .secao-conteudo .right img {
    order: 2;
  }
  #servico .secao-conteudo .right img {
    margin-top: 20px;
    max-width: 100px;
  }
  .secao-faq .card-header button,
  .secao-faq .card-body {
    padding: 10px 20px;
    font-size: 18px;
  }
  .secao-faq .icon {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
  }
  .secao-faq .toggle-icon {
    font-size: 14px;
  }
  footer .navbar-brand img {
    max-width: 200px;
  }
  footer .informacoes .item a {
    font-size: 16px;
  }
  .back-to-top {
    bottom: 10px;
    right: 15px;
  }
}