@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/* Estilo para a barra de rolagem (track) */
::-webkit-scrollbar {
    width: 8px; /* Define a largura da barra */
}

/* Estilo para a área onde a barra se move */
::-webkit-scrollbar-track {
    background: white; /* Fundo da barra de rolagem */
}

/* Estilo para a parte da barra que se move */
::-webkit-scrollbar-thumb {
    background-color: #5da793; /* Cor do "polegar" (parte que se move) */
    border-radius: 30px; /* Deixa as bordas arredondadas */
}

/* Cor da parte da barra quando está ativa ao clicar/segurar */
::-webkit-scrollbar-thumb:active {
    background-color: #5da793; /* Cor mais escura ao clicar */
}

:root {
    --primary-color: #DB9600;
  }

body{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    font-family: 'Montserrat', sans-serif;
}

.btnBloquear{
    background-color: #d8c30b;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: hidden;
    margin-left: 5px;
}
.btnDesbloquear{
    background-color: #7e7e7e;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: hidden;
    margin-left: 5px;
}

.btnCancela{
    padding: 10px;
    background-color: #d64c42;
    color: #fff;
    border: hidden;
    margin-left: 10px;
    border-radius: 10px ;
}
.btnConfirma{
    padding: 10px;
    background-color: #43dda2;
    color: #fff;
    border: hidden;
    margin-left: 10px;
    border-radius: 10px ;
}
.btnAtende{
    padding: 10px;
    background-color: #4d43dd;
    color: #fff;
    border: hidden;
    margin-left: 10px;
    border-radius: 10px ;
}
.btnAgenda{
    background-color: #5da793; 
    width: 100%;
    padding: 10px;
    color: #fff;
    border: hidden;
}
.btnAgendado{
    background-color: #FFEB8F; 
    padding: 10px;
    color: #3a3a3a;
    margin-left: 10px;
    border: hidden;
    border-radius: 10px;
}


/* Criando css do cabeçalho  */
.header{
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    justify-content:space-between;
    align-items: center;
    padding: 15px;
    flex-wrap: nowrap;
    position: fixed;
    top: 0px;

}
.meioHeader{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.header img{
    width: 200px;
    padding: 5px;
}
.header ul {
    display: flex;
    flex-direction: row;
}
.header li {
    margin-left: 10px;
    list-style-type: none
    
}
.linkHeader{
    cursor: pointer;
    margin-left: 20px;
    color: #7f7f7f !important;
}
.header button{
    background-color: #5da793;
    color: #fff;
    border: hidden;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    font-weight: bold;
}
.menuHeader{
    display: none;
    margin-left: 20px;
    padding: 15px;
}
.iconeAgendamento{
    display: none;
}

@media only screen and (max-width: 800px) {
    .menuHeader{
        display: block;
    }
    .linkHeader{
        display: none;
    }
    .btnAgendamento{
        display: none;
    }
    .iconeAgendamento{
        display: block;
    }

}

/* Pagina Index */

.fullbanner{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.fullbanner div{
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.fullbanner form{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #E8FCF6;
}
.fullbanner select{
    border: 0px solid #7e7e7e;
    padding: 15px;
    width: 100%;
    margin: 10px;
    color: #7e7e7e;
    
}
.fullbanner img{
    width: 100%;
    max-width: 600px;
}
.fullbanner label{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold; 
}
.fullbanner span{
    font-size: 24px;
    margin-top: -20px;
}
.fullbanner button{
    width: 100%;
    max-width: 400px;
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #5da793;
    color: #fff;
    border: hidden;
    margin-top: 10px;
}

.fullbanner a{
    width: 50%;
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #5da793;
    color: #fff;
    border: hidden;
}


.tarja{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #90cdbd;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}
.tarja div{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: 250px;
    padding: 20px;
    border: 0px #9e9e9e solid;
    background-color: #61b19c;
    justify-content: center;
    align-items: center;
    margin: 15px;
    border-radius: 20px;
    text-align: center;    
}
.tarja label{
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}
.tarja span{
    color: #ffffff;
}
.tarja i{
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}
.fullbanner2{
    background-color: #FBF3EE;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tarjaBanho{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #9ad1ed;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tarjaBanho div{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border: 0px #5da793 solid;
    justify-content: center;
    align-items: center;
    margin: 15px;
    border-radius: 20px;
    text-align: center;    
    margin-top: 50px;
}
.tarjaBanho label{
    font-size: 24px;
    font-weight: bold;
}
.tarjaBanho span{
}
.tarjaBanho i{
    font-size: 50px;
    color: #333;
    margin-bottom: 15px;
}
.tarjaBanho img{
    width: 400px;
}
.tarjaBanho button{
    width: 90%;
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #9ad1ed;
    border: 2px #333 solid;
    color: #333;
    margin-top: 10px;
}



/* Rodapé site */

.footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #5da793;
}
.footer label{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 0px solid #5da793;
}
.footer span {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.footer img{
    width: 200px;
}
.footer div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 230px;
    margin-top: 50px;
}
.footer a{
    font-weight: 400;
    color: #51c7a8;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
}
.social{
    display: flex!important;
    flex-direction: row!important;
    justify-content: start!important;
    align-items: start!important;
    align-content: flex-start!important;
    margin-top: 0px!important;
    
}
.social img{
    width: 32px;
    margin: 5px;
}
.nossoApp{
    display: flex!important;
    flex-direction: column!important;
    justify-content: start!important;
    align-items: start!important;
    align-content: flex-start!important;
    margin-top: 0px!important;
    
}
.nossoApp img{
    width: 180px;
    margin: 5px;
}

.privacidade{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    background-color: #fff;
    padding: 20px;
}
.privacidade div {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.privacidade label {
    color: #999999;
}
.privacidade a {
    font-weight: 400;
    color: #51c7a8;
    cursor: pointer;
    text-decoration: none;
}

.bglogin {
    background-image: url('../img/bg_login2.jpg');
    background-color: #F5F6FE;
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita a repetição da imagem */
    background-size: cover; /* Ajusta a imagem para cobrir toda a área */
    height: 90vh; /* Define a altura */
}
@media (max-width: 1000px) {
    .bglogin {
    background: rgb(179, 212, 203);
    background: linear-gradient(142deg, rgba(179, 212, 203, 1) 0%, rgba(75, 185, 151, 1) 100%), url('../img/bg_login2.jpg');
    }
}

.login{
    display:flex;
    flex-direction: column;
    background-color: #ffffff;
    max-width: 400px;
    width: 90%;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 14px 0px rgba(0,0,0,0.24);
}
.login img{
    width: 80%;
}
.login input{
    width: 90%;
    margin: 10px;
    padding: 10px;
    border: hidden;
    border-bottom: 1px solid #93a29c;
    background-color: #fff;
}
.login button{
    width: 90%;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    border: hidden;
    background-color: #15A362;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

.login div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 20px;
}
.login h3{
    color: #00652E;
    font-size: 15px;
}
.login a{
    color: #00652E;
    text-align: center;
}


/* Pagina Quem Somos */

.quemsomos{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.quemsomos div{
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
    text-align: justify;
}
.quemsomos img{
    width: 100%;
    max-width: 600px;
}
.quemsomos img{
    
}
.quemsomos h1{
    font-size: 40px;
}
.quemsomos label{
    font-size: 20px;
    padding: 10px;
    font-weight: 200;
}
.fundotarjaquemsomos{
    background-color: #fff!important;
}
.fundotarjaquemsomos div{
    background-color: #69B39F!important;
    border: hidden!important;
}

/* Pagina prestadores.php */

.prestadores{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.prestadores div{
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
    text-align: justify;
}
.prestadores img{
    width: 100%;
    max-width: 600px;
}
.prestadores img{
    
}
.prestadores h1{
    font-size: 40px;
}
.prestadores label{
    font-size: 20px;
    padding: 10px;
    font-weight: 200;
}
.fundotarjaprestadores{
    background-color: #fff!important;
}
.fundotarjaprestadores div{
    background-color: #69B39F!important;
    border: hidden!important;
    height: 350px!important;
}
.prestadores a {
    width: 50%;
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #5da793;
    color: #fff;
    border: hidden;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.imgPrestador{
    border-radius: 100%;
    border: 5px solid #5da793;
    width: 200px;
}
.imgPrestador2{
    border-radius: 100%;
    border: 2px solid #5da793;
}
.iconePrestador{
    font-size: 1.5em;
    text-decoration: none!important;
    padding: 5px;
}
.menuPrestador{
    margin-left: -30px!important;
    font-size: 14px; 
}
.menuPrestador i {
    margin-right:10px;
    color: #9bcd9d;
    font-size: 25px;
    text-align: left!important;
}

/*
########################################################################
########################################################################
 Style criado para o portal do prestador 
########################################################################
########################################################################
 */


 .containerPrestador{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin-left: 200px;
    min-height: 450px;
    padding: 10px;
 } 
 @media(max-width:1200px){
    .containerPrestador{
        margin-left:0px;
        max-width: 90%;
    }
 }
 .containerPrestador h1{
    font-size: 24px;
    font-weight: bold;
 }
 .containerPrestador h5{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
    margin-bottom: -5px;
    font-size: 12px;
    font-weight: 400;
 }
 .tituloPrestador{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
 }
 .tituloPrestador div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 5px;
    flex-wrap: wrap;
 }
 .tituloPrestador button {
    margin-left: 5px;
 }
 .tituloPrestador input {
    margin-left: 5px;
    margin-right: 5px;
    border: hidden;
    padding: 5px;
 }
 .tituloPrestador select{
    margin-left: 5px;
    margin-right: 5px;
    border: hidden;
    padding: 5px;
 }
 
 .prestadorAnuncio {
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 55px; /* Posição onde a div deve "grudar" na rolagem */
    z-index: 10; /* Para garantir que a div esteja sobre outros elementos */
    flex-wrap: wrap;
    background-color: #F5F6FE;
}
.prestadorAnuncio h1{
    font-size: 20px;
    font-weight: bold;
}

.anuncioContainerCad{
    background-color: #fff;
    width: 100%!important;
    position: relative!important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}
.anuncioContainerCad h3{
    font-size: 18px;
}
.anuncioContainerCad div{
    background-color: #fff;
    width: 100%!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    border: 0px solid #b9eacf;
    border-radius: 20px;
}
.anuncioContainerCad label{
    margin: 20px;
    width: 150px;
}
 
.teste{
    width: 100%!important;
}
.statusAnuncioPrestadorAtivo{
    background-color: #15A362!important;
    color: #fff!important;
    padding: 7px;    
    font-size: 10px;
    border-radius: 10px;
}
.statusAnuncioPrestadorInativo{
    background-color: #e3bc0f!important;
    color: #fff!important;
    padding: 5px;
    font-size: 10px;
    border-radius: 10px;
}
.statusAnuncioPrestadorAnalise{
    background-color: #7b5ac9!important;
    color: #fff!important;
    padding: 5px;
    font-size: 10px;
    border-radius: 10px;
}
.tableAnuncioPrestador{
    width: 100%;
    padding: 25px;
}

.tableAnuncioPrestador .conteudoDivAnuncioPrestador{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    margin-top: 5px;
    border-left: 0px solid #15A362;
    align-items: center;
    
}
.tableAnuncioPrestador .conteudoDivAnuncioPrestador div{
    padding: 10px;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left!important;
}

.tableAgendaPrestador{
    width: 100%;
    padding: 10px;
}

.tableAgendaPrestador .conteudoDivAgendaPrestador{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 5px;
    border-left: 0px solid #15A362;
    align-items: center;
    padding: 5px;    
    padding-left:20px!important;
    padding-right:20px!important;
    flex-wrap: wrap;
    min-height: 80px;
    
}
.tableAgendaPrestador .conteudoDivAgendaPrestador div{
    padding: 10px;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.tableAgendaPrestador .conteudoDivAgendaPrestador button{
    max-width: 100px;
}
.tableAgendaPrestador .conteudoDivAgendaPrestador label{
    color: #3A494D;
    font-weight:500!important;
    font-size: 18px;
}
.tableAgendaPrestador .conteudoDivAgendaPrestador span{
    color: #A5A5A4;
    font: 12px;
    display: flex;
    align-items: center;
    margin-top: -10px!important;
    margin-right: 0px;
}
.Confirmado{
    border-left:5px solid #7FB969!important;
    background-color:#d9f7ce!important ;
}
.Agendado{
    border-left:5px solid #FFEB8F!important;
    background-color:#fdf2c0!important ;
}
.Cancelado{
    border-left:5px solid #F7867B!important;
    background-color:#f3dedc!important ;
}
.Bloqueado{
    border-left:5px solid #7e7e7e!important;
}
.Realizado{
    border-left:5px solid #347dde!important;
    background-color:#d7e6fa!important ;
}
.tableAgendaPrestador .conteudoDivAgendaPrestador h4{
    background-color: #F5F5F7!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 10px!important;
    position: absolute!important;
    color: #3B484D;
    left: -40px;
    top: 15px;
}

.tableAgendaPrestador .conteudoDivAgendaPrestador h6{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.conteudoAtendimentoDetalhe{

    background-color: #fff;
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;

}

.conteudoAtendimentoDetalhe input{

    padding: 5px;
    border: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    
}

.conteudoAtendimentoDetalhe select{

    padding: 5px;
    border: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    
}

.conteudoAtendimentoDetalhe div{

    display: flex;
    padding: 20px;
    flex-direction: row;

}

.conteudoAtendimentoDetalhe label{
    font-weight: bold;
    font-size: 15px;
}
.conteudoAtendimentoDetalhe span{
    display: flex;
    margin-top: -10px;
    padding: 5px;
}

/*###############################################*/
/*###############################################*/
/* Style responsavel na pagina new Create*/
/*###############################################*/


.newCreate{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.newCreate img{
    width: 100%;
    max-width: 500px;
}
.newCreate label{
    font-size: 24px;
    top: 300px;
    font-weight: 200;
    background-color: #90cdbd;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}


/*###############################################*/
/*###############################################*/
/* SPagina de Pesquisa*/
/*###############################################*/

.tarjaPesquisa{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}

.tarjaPesquisa button{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: hidden;
    font-weight:400;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    max-width: 80px;
    width: 100%;
}

.tarjaPesquisa i{
    background-color: #E8FCF6;
    color:#5DA793;
    border: 0px solid #5DA793;
    padding: 15px;
    font-size: 15px;
    border-radius: 100%;
    margin-bottom: 5px;
    
}

.tarjaPesquisa label{
    font-size: 12px;
    color: #5DA793;
    font-weight: bold;
    margin-bottom: -5px;
}

.central{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    padding: 25px;
    
}
.central div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%!important;
    justify-content: space-around;
    
}
.central form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%!important;
    justify-content: space-around;
}

.central img{
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    margin-top: 20px;
}
.central h1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #183153;
    border-bottom: 0px #ccc solid;
    justify-content: space-between;
    align-items: center;
}

.central button{
    padding: 10px;
    border: hidden;
    border-radius: 10px;
    background-color: #fff;
    color: #5DA793;
    border: 2px solid #5DA793;
    font-weight:400;
    max-width: 150px;
    width: 50%;
}


.pesquisa{
    display: flex;
    flex-direction: row!important;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1500px;
    align-items: center;
    padding: 25px;
    margin-bottom: 10px;
    border-left: 1px solid #5da793;
    background-color: #f7f7f7;
}
.pesquisa img{
    width: 200px!important;
    height: 200px!important;
    object-fit: cover; /* Faz a imagem preencher o contêiner sem distorcer */
    object-position: center; /* Centraliza a imagem dentro do contêiner */
    display: block; /* Remove espaço extra em elementos inline */
    border-radius: 100%!important;
}
.pesquisa2{
    display: flex;
    flex-direction: column!important;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    max-width: 400px;
    text-align: left!important;
}
.pesquisa2 div {
    display: flex!important;
    flex-direction: row!important;
    padding: 10px!important;
    margin-top: -10px;
    justify-content: start;
    text-align: left!important;
}
.pesquisa2 button{
    background-color: #3D83DF;
    padding: 10px;
    border: hidden;
    color: #fff;
    border-radius: 10px;
    width: 100%!important;
    max-width: 100%!important;
}
.pesquisa2 label{
    color: #a3a3a3;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.pesquisa2 span{
    color: #4d4d4d;
    width: 100%;
    padding-bottom: 10px;
    text-transform: initial!important;
}
.pesquisa2 i{
    color: #f7bf09;
}
.pesquisa2 h1{
    padding: 0px !important;
    width: 100%;
    font-size: 20px;
}

.modalPesquisa{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    background-color: #E8FCF6;
}
.modalPesquisa h2{
    font-size: 24px;
}
.modalPesquisa select{
    width: 100%;
    border: 0px solid #7e7e7e;
    padding: 10px;
    margin: 5px;
    color: #7e7e7e;
}
.modalPesquisa input{
    width: 100%;
    border: 0px solid #7e7e7e;
    padding: 10px;
    margin: 5px;
    color: #7e7e7e;
}

.div0{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1500px;
    padding-left: 25px;
    padding-right: 25px;
    align-items: start;
}
.div1{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
}
.div2{
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    width: 100%;
    max-width: 500px;
    margin-left: 20px;
}
.div2 h1{
    background-color: #5DA793;
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .div2{
        display: none;
    }
    .div1{
        max-width: 100%;
    }
}
.div3{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 2px solid #5da793;
    background-color: #f7f7f7;
    margin: 5px;
}
.div3 h1{
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}
.div4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.div4 img{
    width: 150px!important;
    height: 150px!important;
    object-fit: cover; /* Faz a imagem preencher o contêiner sem distorcer */
    object-position: center; /* Centraliza a imagem dentro do contêiner */
    display: block; /* Remove espaço extra em elementos inline */
    padding: 15px;
}
.div5{
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: center;
}
.div5 h1{
    font-size: 24px;
    font-weight: bold;
}
.div5 label{
    font-size: 14px;
}
.div5 i{
    font-size: 15px;
    background-color: #5da793;
    padding: 10px;
    color: #fff;
    border-radius: 100%;
}
.div5 span{
    font-size: 12px;
    padding-bottom: 15px;
}
.estrelas{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px!important;
    margin: 0px;

}
.estrelas i{
    font-size: 15px;
    color: #d6bc29;
    background-color: #f7f7f7;
    padding: 0px;
}
.div6{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.btnAgendar{
    padding:10px;
    border: hidden;
    background-color: #3D83DF;
    color: #fff;
    width: 100%;
    max-width: 300px;
    margin: 5px;
    border-radius: 20px;
}
.btnAgendar2{
    padding:10px;
    border: hidden;
    background-color: #3D83DF;
    color: #fff;
    margin: 5px;
}
.btnEnviarmsg{
    padding:10px;
    border: 1px solid #7c7c7c;
    background-color: #fff;
    color: #7c7c7c;
    width: 100%;
    max-width: 300px;
    margin: 5px;
    border-radius: 20px;
}
.btnEnviarmsg2{
    padding:10px;
    border: 1px solid #7c7c7c;
    background-color: #fff;
    color: #7c7c7c;
    margin: 5px;
}
.div7{
    display: flex;
    flex-direction: row;
    width: 90%;
    border:hidden;
    background-color: #fff;
    border-left: 2px solid #5da793;
    margin: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
}
.div8{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 250px;
}
.div9{
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

.notfound{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.notfound img{
    width: 100%;
    max-width: 400px;
}



.containerPrestadorHome{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1000px;
    margin-left: 200px;
    min-height: 450px;
    padding: 10px;
    flex-wrap: wrap;
 } 
 @media(max-width:1200px){
    .containerPrestadorHome{
        margin-left:0px;
        max-width: 90%;
    }
 }
 .containerPrestadorHome h1{
    font-size: 24px;
    font-weight: bold;
 }
 .containerPrestadorHome h5{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
    margin-bottom: -5px;
    font-size: 12px;
    font-weight: 400;
 }

.cardHome{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    margin: 10px;
    height: 220px;
}
.cardHome div{
    display: flex;
    flex-direction: row;
    align-items: center;    
}
.cardHome h2{
    font-size: 18px;
    padding-left: 20px; 
}
.cardHome img{
    width: 30px;
}
.cardHome a{
    padding: 10px;
    background-color: #4d43dd;
    color: #fff;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.cardHome label{
    padding: 10px;
}
