@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: 420px;
    width: 92%;
    justify-content: center;
    align-items: center;
    padding: 35px 30px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.login img{
    width: 75%;
    margin-bottom: 20px;
}
.login input{
    width: 92%;
    margin: 8px 0;
    padding: 12px 14px;
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    background-color: #f8f9fc;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}
.login input:focus{
    border-color: #5da793;
    outline: none;
    background-color: #fff;
}
.login button{
    width: 92%;
    margin: 14px 0 6px;
    padding: 13px;
    border: none;
    background-color: #15A362;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background-color 0.2s;
}
.login button:hover{
    background-color: #0f7d49;
}
.login div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    padding: 12px 0;
}
.login h3{
    color: #00652E;
    font-size: 15px;
}
.login a{
    color: #00652E;
    text-align: center;
    font-size: 0.875rem;
}

/* Login responsivo renovado */
.bglogin {
    position: relative;
    min-height: 100vh;
    height: auto;
    margin-top: 0;
    padding: 32px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    background:
        linear-gradient(120deg, rgba(12, 80, 67, 0.92) 0%, rgba(21, 163, 98, 0.86) 45%, rgba(238, 247, 244, 0.96) 100%),
        url('../img/bg_login2.jpg') center/cover no-repeat;
}
.bglogin::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.18) 0 18%, transparent 18% 100%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.10) 0 1px, transparent 1px 18px);
    opacity: 0.6;
    pointer-events: none;
}
.bglogin::after {
    content: '';
    position: fixed;
    right: -12vw;
    bottom: -8vh;
    z-index: 0;
    width: 48vw;
    height: 70vh;
    background: linear-gradient(160deg, rgba(255,255,255,0.44), rgba(219, 150, 0, 0.18));
    clip-path: polygon(24% 0, 100% 18%, 78% 100%, 0 84%);
    pointer-events: none;
}
.login {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    max-width: 430px;
    width: min(92vw, 430px);
    padding: 42px 34px 28px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    margin: 0;
    box-shadow: 0 26px 70px rgba(7, 45, 36, 0.28);
    backdrop-filter: blur(16px);
}
.login::before {
    content: '';
    position: absolute;
    inset: 10px 10px auto;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #5da793, #15A362, #DB9600);
}
.login > a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}
.login img {
    width: min(74%, 250px);
    margin-bottom: 18px;
    filter: drop-shadow(0 8px 14px rgba(15, 127, 95, 0.16));
}
.login form {
    width: 100%;
}
.login h3 {
    margin: 0 0 18px;
    color: #075c43;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.login label {
    width: 92%;
    color: #556575;
    font-size: 0.86rem;
    line-height: 1.5;
}
.login input {
    width: 92%;
    margin: 7px 0;
    padding: 14px 16px;
    border: 1px solid #d8e6e1;
    border-radius: 14px;
    background-color: #f5faf8;
    color: #172b25;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
    transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s, transform 0.2s;
}
.login input::placeholder {
    color: #718079;
}
.login input:focus {
    border-color: #15A362;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(21, 163, 98, 0.15), 0 12px 24px rgba(15, 127, 95, 0.10);
    transform: translateY(-1px);
}
.login button {
    width: 92%;
    margin: 16px 0 8px;
    padding: 14px;
    border: none;
    background: linear-gradient(135deg, #15A362, #0f7f5f);
    color: #fff;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 26px rgba(15, 127, 95, 0.28);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.login button:hover {
    background: linear-gradient(135deg, #18b971, #0d6f53);
    box-shadow: 0 18px 34px rgba(15, 127, 95, 0.34);
    transform: translateY(-1px);
}
.login div {
    gap: 12px;
    width: 92%;
    padding: 12px 0 0;
}
.login a {
    color: #075c43;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
}
.login a:hover {
    color: #15A362;
}

@media (max-width: 1000px) {
    .bglogin {
        justify-content: center;
        min-height: 100svh;
        padding: 22px 16px;
        background:
            linear-gradient(160deg, rgba(238, 247, 244, 0.96) 0%, rgba(176, 218, 205, 0.92) 36%, rgba(38, 171, 129, 0.92) 100%),
            url('../img/bg_login2.jpg') center/cover no-repeat;
    }
    .bglogin::before {
        background:
            linear-gradient(160deg, rgba(255,255,255,0.65) 0 24%, transparent 24% 100%),
            repeating-linear-gradient(135deg, rgba(255,255,255,0.14) 0 1px, transparent 1px 16px);
    }
    .bglogin::after {
        right: -30vw;
        bottom: -16vh;
        width: 82vw;
        height: 52vh;
    }
    .login {
        width: min(92vw, 390px);
        padding: 36px 22px 24px;
        border-radius: 24px;
    }
    .login img {
        width: min(70%, 210px);
    }
    .login input,
    .login button,
    .login div,
    .login label {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .bglogin {
        padding: 14px;
    }
    .login {
        padding: 32px 18px 22px;
        border-radius: 22px;
    }
    .login div {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}


/* 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;
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.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: 22px;
    max-width: 300px;
    width: 100%;
    margin: 10px;
    min-height: 200px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(58,59,69,0.10);
    transition: box-shadow 0.2s, transform 0.2s;
}
.cardHome:hover{
    box-shadow: 0 6px 24px rgba(58,59,69,0.18);
    transform: translateY(-3px);
}
.cardHome div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cardHome h2{
    font-size: 17px;
    font-weight: 700;
    padding-left: 14px;
    color: #3a3b45;
}
.cardHome img{
    width: 34px;
}
.cardHome a{
    padding: 10px 16px;
    background-color: #4e73df;
    color: #fff;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background-color 0.2s;
}
.cardHome a:hover{
    background-color: #3759c0;
    color: #fff;
}
.cardHome label{
    padding: 8px 0;
    color: #858796;
    font-size: 0.875rem;
}
