/**************************************
BOOT CSS
**************************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

/*img{
    width: 100%;
    
}*/

.letra{
    font-family: 'poppins-bold', sans-serif !important;
    font-size: 21px;
}

html, body {
    overflow-x: hidden;
    /*max-width: 100%;*/
    height: auto;
  }

.center-Top{
   
    
    padding: 0 1%;    
    margin: 1px auto;
    display: flex;
    justify-content: center;
   
}

.center{
    max-width: 1280px;
    padding: 0 2%;    
    margin: 0 auto;
}

.w33{
    width: 33.3%;
    padding: 0.1%;
}

.w50{
    width: 50%;
    padding: 0.1%;
}

.left{
    float: left;
}

.right{
    float: right;
}


/**************************************
ESTILIZACAO HEADER
**************************************/
header{
    background: rgb(255, 255, 255);    
   
    width: 100%;
    height: 100%;
    max-height: 100px;
   
}

header .logo{
    width: 80px;
    height: 70px;
   /* text-transform: uppercase;    
    color: aliceblue;*/
}

header .logo a{
    text-transform: uppercase;
    color: aliceblue;
    text-decoration: none;
}

.desktop{
   
    align-items: center;
  
    
    align-items: center;
    justify-content: center;
   
}

nav.desktop ul{
  /*  list-style-type: none;*/
  margin: 3px 25px;
  padding: 14px;
 
 
   
}

nav.desktop li{
    position: relative;
    top: 3px;
    font-weight: 300;
    font-size: 15px;
    padding: 25px 15px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

nav.desktop a{
    transition: 1s;
    color: #07838D;
    text-decoration: none;
    text-transform: uppercase;
}

nav.desktop a:hover{
    color: rgb(214, 59, 12);
    text-decoration: underline;
}

.mobile{
    display: none;
}
/**************************************
ESTILIZACAO BANNER PRINCIPAL
**************************************/

.nav label {
    width: 50px;
    height: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 1s;
    cursor: pointer;
    transition: opacity .3s;
    color: #eb6767;
    font-size: 50pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 1; }

.nav label:hover { opacity: 0.3; height: 100%; background-color: #07838D;}

.nav .next { right: 1px; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 10px;
	height: 5px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 80px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 10px;
	display: inline-block;
    border: solid 3px rgb(5, 200, 170);
	background-color: #ffffff;
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgb(5, 200, 170);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgb(5, 200, 170);
}



/**************************************
ESTILIZACAO SOBRE
**************************************/
.headLine{
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'poppins-bold', sans-serif !important;
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 2px;
    color: #07838D;
    padding: 5px;
}

.sobre{
    background: #aaaaaa;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}



.sb-container {
    display: flex;
   /* flex-wrap: wrap;*/
    justify-content: center;
    align-items: stretch;
    padding: 40px;
    max-width: 1300px;
    margin: auto;
  }
  
  .w51 {
    flex: 1 1 60%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px 15px 15px 20px;
   max-height: 450px;
  }
  
  .w51 h2 {
    font-size: 28px;
    color: #008b8b;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .w51 p {
    font-size: 16px;
    line-height: 1.6;
    color: #008b8b;
   /* font-weight: 600;*/
  }
  
  .w52 {
  flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  
  .slide-Ban {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 400px;
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    /* margin-top: 12px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
  
  /* Responsivo: mobile */
  @media (max-width: 768px) {
    .sb-container {
      flex-direction: column;
      padding: 20px;
    }
  
    .w51 {
min-height: 980px;
      border-radius: 20px 20px 20px 20px;
    }
  
    .slide-Ban {
      border-radius: 0 0 20px 20px;
    }
  
    .w52 {
      margin-top: -13px; /* opcional, para remover pequenos gaps visuais */
    }
  }
  

/**************************************
ESTILIZACAO ESPECIALIDADE
**************************************/

/* Layout em 3 colunas no desktop */
.especialidade .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
  }
  
  .boxEspecialidade {
    flex: 1 1 30%;
    /*max-width: 30%;*/
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
  }
  
  .boxEspecialidade h3 {
    font-size: 24px;
    color: #007c8a;
    margin-bottom: 10px;
  }
  
  .boxEspecialidade h4 {
    font-size: 20px;
    color: #007c8a;
    margin-bottom: 10px;
  }
  
  .boxEspecialidade p {
    font-size: 16px;
    color: #007c8a;
  }
  
  /* Responsivo para mobile */
  @media screen and (max-width: 768px) {
    .boxEspecialidade {
      flex: 1 1 100%;
      max-width: 100%;
      padding: 20px 10px;
    }
  }
  
  

/************************
******* Porque Nos ******
************************/

#clientspq{
    width: 100%;
  
}

#clientspq-container {
    max-width: 1450px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    justify-items: center;
    margin: auto;
  }
  

.clientpq_img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover; /* ou "contain", se quiser mostrar a imagem toda */
    border-radius: 10px;
  }
  

@media (max-width: 768px) {
#clientspq-container{
    grid-template-columns: 1fr;
    padding: 5px;
   /* min-width: 370px;*/
    min-height: 768px;

  }

  .clientpq_img {
    max-height: 300px;
  /*  max-width: 230px;*/
min-width: 280px;
  }

}
/**************************************
ESTILIZACAO ESPECIALIDADE serviÃ§os

**************************************/
#features {
    width: 100%;
    background: #ffffff;
    color: #eee;
    padding: 20px;
    box-shadow: 120px 4px 28.8px 0px #FFFFFF00;
    overflow: hidden; /* Evita overflow no container */
    margin-top: 20px;
}

.headLine2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'poppins-bold', sans-serif !important;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
    color: #07838D;
}

.headLine3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'poppins-bold', sans-serif !important;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
    color: #ffffff;
}

#features-container {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 2fr); /* Ajusta para uma largura mÃ­nima */
    gap: 20px; /* MantÃ©m um espaÃ§o consistente entre os itens */
    padding: 8px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os itens dentro da feature */
    background: #07838D;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Leve sombra */
    transition: transform 0.2s; /* Efeito de transiÃ§Ã£o */
    text-align: center; /* Centraliza o texto */
}

.feature:hover {
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
}

.imgwesome {
    align-items: center;
    margin: auto;
}

.wesome {
    margin: 8px;
    font-size: 35px;
}

.TamcorAtend2 {
    color: #FFFFFF;
    font-family: 'poppins-bold', sans-serif !important;
    font-size: 1rem; /* Usa rem para que o texto seja responsivo */
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .headLine2 {
        font-size: 2rem; /* Ajusta o tamanho da fonte */
    }

    .TamcorAtend2 {
        font-size: 0.9rem; /* Ajusta o tamanho da fonte em telas menores */
    }
}

@media (max-width: 480px) {
    .headLine2 {
        font-size: 1.5rem; /* Reduz ainda mais o tamanho da fonte */
    }

    .TamcorAtend2 {
        font-size: 0.8rem; /* Ajusta o tamanho da fonte em telas muito pequenas */
    }
}


.feature-titler{
     text-align: center;
     font-size: 1.4rem;
     font-weight: bold;
    

 }


/**************************************
ESTILIZACAO EXTRA
**************************************/
section.extra{
    padding: 38px 0;
    background-color: rgb(5, 104, 91);
}

.servico-container,.depoimento-container{
    padding: 0 50px;
}

section.extra .title{ 
    color: #ffffff;
    font-weight: 300px;
    font-size: 28px;
    margin-bottom: 15px;
}

section.extra .depoimento-single{
    padding: 15px 0;
    border-bottom: 1px solid rgb(255, 255, 255);
}

section.extra p.depoimento-descricao{
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    padding: 5px;
}

section.extra p.nome-autor{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

section.extra div.servicos ul{
    margin: 20px 0;
    list-style-position: inside;
}

section.extra div.servicos li{
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 5px;
}
/**************************************
FALE CONOSCO
**************************************/

.container {
    position: relative;
    width: 100%;
    height: auto; /* Altura automÃ¡tica para permitir flexibilidade */
    min-height: 400px; /* MantÃ©m a altura mÃ­nima */
    background-image: url('/Site/img/banner/fale_con.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(209, 208, 208, 0.822);
    align-items: center;
    z-index: 1; /* Adiciona z-index para garantir que o fundo fique atrÃ¡s do texto */
}

.showcase-container {
    width: 100%;
    z-index: 2; /* Garante que o texto fique acima do fundo */
    padding: 20px; /* Adiciona um espaÃ§amento ao redor do conteÃºdo */
}

.container .showcase-container p {
    position: relative;
    color: #07838D;
    font-size: 2rem; /* Tamanho de fonte responsivo */
    text-align: center;
    padding: 10px;
    margin-top: 3px;
}

.container .showcase-container .btn {
    position: relative;
    color: #ffff;
    background: #07838D;
    text-align: center;
    justify-items: center;
    padding: 10px;
    margin-top: 42px;
}

.btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%; /* Largura responsiva */
    max-width: 250px; /* Largura mÃ¡xima para o botÃ£o */
    height: 50px; /* Aumentando a altura para um botÃ£o mais acessÃ­vel */
   /* font-size: 1.1rem;
    text-transform: uppercase;*/
    border-radius: 40px;
    transition: background 500ms ease;
  /*  padding: 10px; /* EspaÃ§amento interno para o texto do botÃ£o */
}

.btn:hover {
    cursor: pointer;
    color: #07838D;
}

.bnt-txt{
    font-size: 21px;
  padding: 5px;
  font-family: 'poppins-bold', sans-serif !important;
  margin-top: 3px;
}

/* Media Queries para responsividade */
@media (max-width: 768px) {
    .container .showcase-container p {
        font-size: 1.5rem; /* Ajusta o tamanho da fonte para dispositivos menores */
    }

    .container {
        background-image: url(/Site/img/banner/falesMOB.jpeg);
        background-size: cover;
        background-position: center;
        height: 300px;
    }

    .btn {
        width: 60%; /* Ajusta a largura do botÃ£o */
        height: 45px; /* Ajusta a altura do botÃ£o */
    }

    .bnt-txt{
        font-size: 15px;
      padding: 5px;
      font-family: 'poppins-bold', sans-serif !important;
    }
}

@media (max-width: 480px) {
    .container .showcase-container p {
        font-size: 1.2rem; /* Tamanho ainda menor para smartphones */
    }

    .btn {
      
        height: 40px; /* Ajusta a altura do botÃ£o em telas pequenas */
    }

    .container {
        background-image: url(/Site/img/banner/falesMOB.jpeg);
        background-size: cover;
        background-position: center;
        height: 300px;
    }
}

/**************************************
ESTILIZACAO DEPOIMENTO
**************************************/

#depoimentos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* EspaÃ§amento entre os blocos */
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .showcase-containerdepo {
    flex: 1 1 calc(33.33% - 20px); /* 3 por linha com espaÃ§amento */
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    display: none; /* ocultar por padrÃ£o, o JS mostrarÃ¡ os visÃ­veis */
    min-height: 153px;
    /*th: 330px;*/
  }

  
.headLine4{
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'poppins-bold', sans-serif !important;
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 5px;
}
  
  /* Responsivo para telas menores (exibe 2 por linha ou 1) */
  @media (max-width: 900px) {
    .showcase-containerdepo {
      flex: 1 1 calc(50% - 20px);
    }
  }
  
  @media (max-width: 600px) {
    .showcase-containerdepo {
      flex: 1 1 100%;
    }
  }
  


/**************************************
ESTILIZACAO RMIDIAS SOCIAIS
**************************************/
.depoimentos{
    align-items: center;
}
.midias-soc{
    width: 100%;
   /* max-width: 1280px;
    max-height: 150px;*/
    background-color: #ffffff;
    border-top: solid 4px #07838D;
    padding: 0 2%;    
    margin: 0 auto;
    display: flex;
    justify-content: center;
    
}

.logoRDP{
    margin: 7px 5px 0px 10px;
    width: 100%;
    max-width: 80px;
    border-radius: 8px;


}

.TextRD{

    color:#07838D;
    margin: 0px 20px 21px 8px;
    font-family: 'poppins-bold', sans-serif !important;
        font-size: 15px;
}
.TextRD2{
    color:#07838D;
    margin: 58px 20px 20px 0px;
    font-size:20px;
    font-family: 'poppins-bold';
}

.imgmd{
    width: 50px;
    height: 50px;
    margin: -6px -15px 0px 1px;
    color: #07838D;
    font-size: 30px;
}

.midiaone{
    width: 50%;
    height: 50%;
   /* background-image: url('/GBHC/img/Midias01.PNG');*/
}
.midiatow{
    width: 50%;
    height: 50%;
    align-items: center;
    
 
}

/**************************************
ESTILIZACAO RODAPÃ‰
**************************************/
footer{
    border-top: 2px solid #fff;
    background: #07838D;
    padding: 30px 0;
}

footer h4{
    color: #ffffff;
    text-align: center;
    font-weight: bold;

}

section.erro-404{
    text-align: center;
    max-height: 500px;
    padding: 30px 0;
}

/**************************************
CONTATO
**************************************/
div#map{
    width: auto;
    height: 400px;
}

.container-contatos{
    padding: 40px;
    align-items: center;
}

.container-contatos input[type=text]{
    margin: 8px 0;
    width: 100%;
    height: 40px;
    border: 1px solid rgb(5,104,91);
    border-radius: 8px;
    padding-left: 8px;
    font-size: 16px;
  /* max-width: 500px;*/
    color: rgb(5,104,91);
}

.container-contatos textarea{
    margin: 8px 0;
    width: 100%;
    height: 140px;
    border: 1px solid rgb(5,104,91);
    border-radius: 8px;
    padding-left: 8px;
    font-size: 16px;
  /*  max-width: 500px;*/
    resize: vertical;
    color: rgb(5,104,91);
}

.container-contatos input[type=submit]{
    transition: 1s;
    background: rgb(5, 104, 91);
    width: 100px;
    height: 44px;
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
}

.container-contatos input[type=submit]:hover{
    background: rgb(5, 200, 170);
}

/**************************************
MEDIA
**************************************/

@media only screen and (max-width: 568px) {
    .desktop{
        width: 100%;
        align-items: center;
        margin: 10px;
    }
  

    .slides{
        height: 200px;
       /* min-width: 370px;*/
       
    }
    .slide{
        height: 200px;
    }

    .nav label {
        width: 50px;
        height: 100%;
        max-height: 200px;
    }



/*.w52{
    padding: 15px;
    width: 100%;
    height: 40%;
    background: #fff;

    border-radius: 0px 0px 10px 10px;
} */

   .bullets{ position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    }

    .container{
        position: relative;
        width: 100%;
        height: 400px;
        background-image: url('/Site/img/banner/fale_con.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container::before {
        content: "";
        position: absolute;
      
        width: 100%;
        height: 100%;
        background-color: rgba(209, 208, 208, 0.61);
        align-items: center;
    }
    
    .showcase-container{
        width: 100%;
    }

    .container .showcase-container p{
        position: relative;
        /*z-index: 1;
        color: #07838D;
        font-size: 20px;
        text-align: center;
        padding: 5px;
    }*/

    }

    .midiatow{
        width: 50%;
        height: 50%;
        align-items: center;
        
     
    }

    .logoRDP{
        margin: 7px 95px 0px;
        width: 100%;
        max-width: 60px;
        border-radius: 8px;
    
    
    }
    
    .TextRD{
    
        color:#07838D;
        margin: 0px 20px 21px 99px;
        font-family: 'poppins-bold';
        font-size: 15px;
    }


    .midiatow{
        width: 50%;
        height: 50%;
        align-items: center;
        
     
    }
    
    .imgmd{
        width: 50px;
        height: 50px;
        margin: -20px -16px -4px 6px;
    }
    
    
}


@media screen and (max-width: 768px) {

    .container-principal{
        /*max-width: 370px;*/
    }
    img{
        float: none !important;
        display: block;
        margin: 0 auto;        
    }
  
    .img-slide{
        float: none !important;
        left: 32px;
        display: block;
        margin: 0 auto;
    }
     
    .slide img {
        width: 100%;
        height: 100%;
        margin-top: 54px;
    }
  
    .w33{
        padding: 20px;
        width: 100%;
    } 

 
    

    .desktop{
        width: 100%;
        align-items: center;
        margin: 10px;
    }
    nav.desktop a{
      font-size: 12px;
    }

     .fc-toolbar-title{
        font-size: 2px;
        color: #ff3232;
     }

    .fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.fc .fc-toolbar.fc-header-toolbar{
    width: 50px;
    height: 50px;
}
    nav.desktop ul{

        width: 100%;
        margin: 0px ;
        align-items: center;
        justify-content: center;
        min-height: 100px;
        /*  list-style-type: none;
        
        align-items: center;
          justify-content: center;*/
         
      }

  

     

    


    .containerdepo{
        height: 100%;
        max-height: 980px;
        display: grid;
        grid-template-columns: 1fr;
    }



    .nav-dots .nav-dot {
        top: 49px;
        width: 35px;
        height: 11px;
        margin: 0 4px;
        position: relative;
        border-radius: 10px;
        display: inline-block;
        border: solid 3px rgb(5, 200, 170);
        background-color: #ffffff;
    }

    section .slide-Ban{
        width: 90%;
        border-radius: 10px;
      
    }
    

    .w50{
        padding: 20px;
        width: 100%;
    } 

    section.sb-container p {
       /*font-family: 'poppins-bold', sans-serif !important;*/
        font-size: 18px;
        padding: 5px;
       
     }
 

   

img {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Mantém a proporção, não corta */
}

    .bullets{ position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        }
       
        #features-container{
            width: 100%;
            margin: auto;
            display: grid;
            grid-template-columns: 1fr;
            
            /*grid-column-gap:50px;
            padding: 8px;*/
        }

        #clients-container{
            grid-template-columns: 1fr;
            padding: 5px;
        }
        .clients-depo{    
            grid-template-columns: 1fr;
            padding: 5px;
        }  
        
        .container {
            background-image: url('/Site/img/banner/falesMOB.jpeg');
            background-size: cover;
            background-position: center;
            height: 300px; /* ajuste opcional para mobile */
        
        }
        
        .container::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(209, 208, 208, 0.61);
            align-items: center;
        }

        .clients-dop {
            width: 100%;
            height: 100%;
            min-height: 650px;
        
    
    }

    /*section.especialidade{
        min-height: 938px;
    }*/

    .midiaone{
        width: 50%;
        height: 50%;
       /* background-image: url('/GBHC/img/Midias01.PNG');*/
    }
    .midiatow{
        width: 50%;
        height: 50%;
        align-items: center;
        
     
    }

    .logoRDP{
        margin: 7px 9px 0px;
        width: 100%;
        max-width: 65px;
        border-radius: 8px;
    
    
    }
    
    .TextRD{
    
        color:#07838D;
        margin: 0px 20px 21px 9px;
        font-family: 'poppins-bold';
        font-size: 15px;
    }
    .TextRD2{
        color:#07838D;
        margin: 58px 20px 21px 12px;
        font-size: 15px;
    }

    .midiatow{
        width: 50%;
        height: 50%;
        align-items: center;
        
     
    }
    
    .imgmd{
        width: 45px;
        height: 45px;
        margin: -20px -16px -4px 6px;
    }

}