* {
    margin: 0;
    padding: 0;
}

body {
    background: #fef9e4;
    overflow-x: hidden;
}

a {
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

.FotoTitulo {
    display: flex;
    height: 10vh;
    width: 10vh;
    margin-left: 65vh;
    margin-right: 85vh;
}

.Iniciais {
    width: 5vh;
    height: 5vh;
    display: flex;
}

.logo {
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 5%;
}

/* título no geral */
.MenuLateral {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Ts arabic bebas neue pro, sans-serif;
    font-size: 2vh;
    height: 10vh;
    background: #266873;
}

/* menu lateral */
.MenuOpcao {
    display: flex;
    position: absolute;
    top: 10vh;
    right: 0;
    width: 15vw;
    height: 30vh;
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-around;
    align-items: end;
    transform: translateX(100%);
    border-radius: 5%;
    padding-right: 6.5vh;
}

/* ▼ NOVO: animação item por item do menu principal */
.MenuOpcao li {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.MenuOpcao.aberto li {
    opacity: 1;
    transform: translateX(0);
}

.MenuOpcao.aberto li:nth-child(1) {
    transition-delay: 0.05s;
}
.MenuOpcao.aberto li:nth-child(2) {
    transition-delay: 0.15s;
}
.MenuOpcao.aberto li:nth-child(3) {
    transition-delay: 0.25s;
}

/* ▼ CONTINUAÇÃO do seu CSS original */

.MenuOpcao li {
    list-style: none;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 23px;
}

.MenuOpcao ul li {
    line-height: 20px;
}

.MenuOpcao li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#sbmTexto1 {
    font-size: 20px;
}

#sbmTexto2 {
    font-size: 20px;
}

.MenuIcone {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.MenuIcone div {
    background-color: white;
    height: 4px;
    border-radius: 2px;
}

.MenuIcone div:hover {
    color: black;
    transition: 0.5s;
}

/* ▼▼▼ CSS DO SUBMENU - permanece como você fez ▼▼▼ */

/* Submenu oculto inicialmente */
.svOpcoes {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

/* Quando ativado, revela com animação */
.svOpcoes.ativo {
    max-height: 100px; /* altura suficiente p/ 2 itens */
}

/* Estilo dos subitens */
.svOpcoes li {
    list-style: none;
    padding-bottom: 10px;
    padding-top: 8px;
}

.svOpcoes a {
    font-family: 'Montserrat', sans-serif;
}

/* Link de serviços interativo */
#btnServicos {
    cursor: pointer;
}

.main{
    text-align: center;
    display: flex;
    
}

.BlocoFoto{
padding-top: 9vh;
padding-right: 10%;
}

/*Foto e TextoFoto*/
#imgPrincipal {
height: 500px;
width: 500px;
border-radius: 50%;
margin-left: 20vh;
}

#Nome{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Cantata One, sans-serif;
   font-size: 8vh;
    justify-content: center;
    margin-bottom: 2vh;
    padding-bottom: 5vh;
    color: #0f2032;
}

#TextoFoto{
    margin-left: 0 ;
    margin-right:0vh;
    margin-top:15%;
    font-size: 30px;
    font-family:'Trebuchet Ts', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',  Ts arabic bebas neue pro, sans-serif;
    word-wrap: break-word;
    text-align: left;
}

.BlocoTextoFoto{
margin-top: 8vh;
}

.retangulo {
      width: 180vh;             /* 100% da largura da viewport */
      height: 85vh;            /* 100% da altura da viewport */
      background-color:#3f6173; /* Azul */
      margin-left:100px;
      margin-right: 100px;
      margin-top: 100px;
      border-radius: 1%;
      padding-top:5vh;
      text-align: center;
      
}

#Depoimentos{
    
    display: flex;
    font-size:50px;
    height: 70px;
    font-family:'Trebuchet Ts', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',  Ts arabic bebas neue pro, sans-serif;
    color: #fef9e4;
    margin-bottom: 1vh;
    margin-left: 10vh;
}
#ImageDepoimento{
    width: 550px;
    height:100px;
margin-top: 5%;
text-align: left;
display: inline-block;
margin-left: 10vh;
    
}
#ImageDepoimento2{
    width: 550px;
    height:100px;
margin-top: -1.6vh;
margin-bottom: 3vh;
text-align: left;
display: inline-block;
margin-left: 15vh;
}
#videoDepoimento {
    width:270px; /* ou 100% para preencher horizontalmente */
    height:500px;
    border-radius: 1%; /* Borda arredondada opcional */
    margin-left: 25vh;
}

#TextoDep{
    margin-left: 15vh;
    margin-right: 36vh;
    margin-top: 2vh;
    font-size: 15px;
    font-family:'Trebuchet Ts', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',  Ts arabic bebas neue pro, sans-serif;
    word-wrap: break-word;
    text-align: left;
     
}

#TextoResumo{
    font-size: 20px;
    margin-left: 15vh;
    margin-right: 22vh;
    text-align: left;
    color: #fef9e4;
    font-family:'Trebuchet Ts', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',  Lora, sans-serif;
}

.blocoDepoimento {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Alinha topo com topo */
    justify-content: flex-start;
    margin-top: 4vh;
    gap: 5vh; /* Espaço entre imagem+vídeo e o texto */
    padding-right: 5vh;
}

.ladoVisual {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#btnLerMais {
  display: inline-block;
  margin-top: 10px;
  color: #D5b47f;
  font-size: 16px;
  font-family:'Trebuchet Ts', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',  Ts arabic bebas neue pro, sans-serif;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
}
#btnLerMais:hover {
  color: #ffffff;
  text-decoration: underline;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal {
  background-color: #fef9e4;
  color: #3f6173;
  padding: 30px;
  border-radius: 12px;
  max-width: 70vw;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: left;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 20px;
}

.fechar {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #3f6173;
  cursor: pointer;
}
 /*RODAPÉ*/
.rodape {
  padding: 15px ;
  text-align: center;
  
}

.social-btn {
  display: inline-block;
  margin: 0 15px;
  color: #3f6173;
  font-size: 28px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-btn:hover {
  color: #266873;
}

