html,
body {
   height: 100%;
}

main {
   display: flex;
   min-height: calc(100vh - 92px);
   height: fit-content;
}

/* MENU LATERAL (ESQUERDO) */

.menuSidebar {
   width: 15%;
   /* width: 530px; */
   transition: width 0.4s
}

.menuFechado {
   width: 200px
}

#menuSidebar a {
   text-decoration: none;
   color: inherit;
}

#sideBar {
   width: 100%;
   position: sticky;
   top: calc(50vh - 170px);
   min-width: 300px;
   padding: 20px 0;
}

#sideBarCircle {
   width: 340px;
   height: 340px;
   border-radius: 50%;
   border: solid 1px #000;
   position: relative;
   right: 240px;
}

#sideBarCircle div {
   position: absolute;
   width: fit-content;
   text-wrap: nowrap;
   color: #5f6368;
   display: flex;
   align-items: center;
}

.titulosSideBar{
   display: inline-block;
   text-transform: uppercase;
   font-size: 18px;
   margin: 5px 0 0 6px;
   transition: opacity 0.5s, transform 0.1s, max-width .6s;
   position: relative;
   bottom: 25px;
   max-width: 300px;
   overflow: hidden;
}

.titulosSideBarOculto{
   opacity: 0;
   transform: translate(-65px,0) ;
   overflow: hidden;
   max-width: 0;
}

.tituloAtivo {
   transform: scale(1.1, 1.1) translateX(8px);
}


.menuCircles {
   height: 65px;
   width: 65px;
   display: inline-block;
   border-radius: 50%;
   cursor: pointer;
   box-shadow: 2px 2px 5px #313131d8;
   flex-shrink: 0;
}

#contato {
   left: 275px;
   top: 40px;
   display: flex;
   align-items: center;
}

#contato:hover {
   color: #0a5cb8;
   cursor: pointer;
}

#circleContato {
   background-color: #0a5cb8;
}

#suporte {
   left: 305px;
   top: 130px;
}

#suporte:hover {
   color: #5a6fc3;
   cursor: pointer;
}


#circleSuporte {
   background-color: #5a6fc3;
}

#tour {
   left: 275px;
   top: 225px;
}

#circleTour {
   background-color: #917dca;
}

#faq {
   left: 260px;
   bottom: 20px;
}

.secaoPart:hover {
   color: #0a5cb8;
   cursor: pointer;
}

#circleFaq {
   background-color: #d18cd3;

}

#seta {
   position: absolute;
   top: 125px;
   right: 30px;
   font-size: 60px;
   font-weight: lighter;
   margin: 0;
   padding: 0;
   cursor: pointer;
   transition: transform 0.5s ease;
}


/* SEÇÃO RESUMO*/

#conteudoPrincipal {
   width: 100%;
   margin: 0 15%;
}


#tituloResumo {
   color: #0a5cb8;
   text-align: center;
}

#divTxtResumo {
   padding: 5%;
}

#divImg {
   position: relative;
width: 450px;
   display: flex;
   align-items: center;
}

#geopins {
   width: 400px;
   position: absolute;
   bottom: -1px;
   left: 17%;
}

 #resumo {
   margin: 0 auto;
   height: 320px;
   background: linear-gradient(to top, #cce5ff 20%, #ffffff 80%);
   display: flex;
   flex-direction: row-reverse !important;
   gap: 20%;
/*    max-width: 70%; */
}

.resumobanner{
   color: #636363;
}


#faixaTitulo {
   background-color: #aaa;
   min-height: 70px;
   border-radius: 0 0 30px 30px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   gap: 24%;
}


.faixaContato {
   background-color: #0a5cb8 !important;
}

.faixaSuporte {
   background-color: #5a6fc3 !important;
}

.faixaTour{
   background-color: #917dca !important;
}

#divTituloMenu, #divBtMenu{
   display: flex;
   align-items: center;
   justify-content: center;
}

#tituloMenu {
   color: #fff;
   text-transform: uppercase;
   margin: 0;
}

.btMenu {
   height: 36px;
   border: none;
   font-weight: bold;
   background-color: #fff;
   border-radius: 18px;
   padding-left: 15px;
   position: relative;
   box-shadow: 4px 4px 5px #313131d8;
   cursor: pointer;
   text-decoration: none;
}

.btMenu p {
   display: inline;
   margin-top: 10px;
   position: relative;
   top: 5px;
}

#btCriarChamado {
   padding-right: 50px;
   color: #5a6fc3;
}

#btMenuIcon {
   font-size: 45px;
   margin-left: 15px;
   overflow: hidden;
   position: absolute;
   bottom: -11px;
   right: 5px;
   font-weight: 400;
}

#btIniciarTour {
   color: #0a5cb8
}

#setaTour {
   margin: 7px 3px 0 15px;
   width: 30px;
}

/* SEÇÃO CONTEÚDOS DA PÁGINA */

#conteudo {
   padding-right: 10px;
}

.secaoInterna {
   visibility: hidden; /* Initially hidden */
   height: 0; /* No height */
   opacity: 0; /* Fully transparent */
   transform: translateY(-20px); 
   transition: opacity 0.4s ease, transform 0.4s ease;
}

.secaoInterna.ativo {
   visibility: visible; /* Make it visible */
   height: auto; /* Allow it to take its natural height */
   opacity: 1; /* Fully opaque */
   transform: translateY(0); /* Reset transform */
   transition: opacity 0.4s ease, transform 0.4s ease;
}

/* CONTEÚDO CONTATO */

#contContato {
   transition: diplay 0.2s;
   margin: 15px 0 30px;
   color: #5f6368;
   
}

.inputsCtt {
   display: block;
   width: 100%;
   margin-bottom: 10px;
   border-radius: 10px;
   background-color: #f2f0f0;
   border: none;
   padding: 1px 6px;
}

#inputDuvida {
   min-height: 100px;
}

.asterisco {
   color: red
}

#divBtEnviar {
   display: flex;
   justify-content: center;
}

#btEnviar {
   border: none;
   font-weight: bold;
   background-color: #0a5cb8;
   color: #fff;
   border-radius: 18px;
   position: relative;
   box-shadow: 2px 2px 6px #313131d8;
   padding: 5px 25px;
   text-transform: uppercase;
}

#btEnviar:hover {
   opacity: 0.9;
}

#btEnviar:active {
   opacity: 1;
}

.errorlist {
    margin: 5px 0 10px 0;
    padding: 0;
    list-style-type: none;
    color: #d9534f; /* vermelho bootstrap-like */
    font-size: 14px;
    font-weight: bold;
}

.errorlist li {
    margin: 2px 0;
    padding: 4px 8px;
    background-color: #f8d7da; /* fundo vermelho claro */
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

.inputsCtt.is-invalid {
    border-color: #d9534f;
    background-color: #fdf0f0;
}

/* CONTEÚDO SUPORTE */



/* CONTEÚDO TOUR */
#contTour {
   padding: 20px 0 10px;
   transition: diplay 0.2s;
   color: #5f6368;
}

table {
   border-radius: 30px;
   overflow: hidden;
   width: 100%;
}

table, th, td {
   border: 1px solid #000;
   border-collapse: collapse;
}

th, td {
   padding: 8px;
}

.secao {
   background-color: #f1f1f1;
   padding: 0;
   border-radius: 33px;
   margin-bottom: 35px;
   max-height: 90px;
   transition: max-height 0.4s ease-in-out;
   overflow: hidden;
   box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
}

.bordasecaoFechada{
   max-height: 90px;
}

.tituloSecao {
   text-align: center;
   padding-right: 16%;
   font-size: 25px;
}

.colunasecao {
   border: 1px solid transparent !important;
   background-clip: padding-box;
}

.bordaTabela {
   border: 1px solid #fff;
   padding: 0;
   border-radius: 33px;
   box-shadow: inset 0 0 0 1px #000;
   margin-bottom: 35px;
/*    max-height: 1000px; */
   transition: max-height 0.4s ease-in-out;
   overflow: hidden;
}

.bordaTabelaFechada{
   max-height: 90px;
}

.coluna1 {
   width: 160px;
   text-align: center;
}

.fundoIconePrincipal {
   background-color: #333;
   color: #fff;
}

.fundoSubTopico{
   background-color: #cecece;
}

.linhaPrincipal {
   height: 90px;
   border-radius: 30px;
   cursor: pointer;
}

.linhaDado {
   height: 60px;
}

.fundoIcone {
   background-color: #f2f0f0;
}

.linhaFinal {
   height: 30px;
}

.iconsMenus {
   width: 70px;
}

.iconsCamadas{
   width: 50px;
}

.thumbnailsVideos {
   height: 90px; /* Set the desired height */
   width: 160px; /* Set the desired width */
   object-fit: cover; /* Cover the entire area without distortion */
}

a{
   color: black; /* Use the color of the parent element */
   text-decoration: none; /* Remove the underline */
}

.iconsFerPri {
   width: 50px;
}

.divIconsFerAux {
   width: 42px;
   height: 42px;
   background-color: #333;
   margin: auto;
}

.iconsFerAux {
   width: 39PX;
}

/* CONTEÚDO FAQ */

.secaoInternaTourFaq {
   transition: diplay 0.2s;
   margin: 15px 0 50px;
   color: #5f6368;
   padding: 10px;
}

.secaoInternaTourFaq h2{
   color: #333;
font-size: 16px;
}

.cf-turnstile {
   margin: 20px auto;
   display: flex;
   justify-content: center;
}

@media screen and (orientation: portrait) { /* Adjust layout for portrait (mobile) */
  
   #conteudoPrincipal {
     width: 90%;
     margin: 0 auto;
   }
 
   
   #resumo {
     flex-direction: column !important; /* Stack elements */
     align-items: center;
     text-align: center;
     gap: 10px;
     height: auto;
     padding: 20px;
     margin-bottom: 0; /* Remove any bottom margin */
     padding-bottom: 0; /* Reduce space */
   }
 
   #divTxtResumo {
     padding: 5%;
     width: 100%; /* Make text section full width */
   }
 
   #divImg {
     width: 100%; /* Make image section full width */
     display: flex;
     justify-content: center;
   }
 
   #geopins {
     width: 80%; /* Reduce image size */
     max-width: 300px;
     position: static; /* Prevent absolute positioning issues */
   }
 
   .menuSidebar {
     width: 100px; /* Reduce sidebar width */
   }
 
   #faixaTitulo {
     flex-direction: column;
     gap: 10px;
     text-align: center;
     margin-top: 0; /* Remove any top margin */
   }
 
   .btMenu {
     width: 100%;
     text-align: center;
   }

   #divBtMenu{
      display: none;
   }
 }

 