*{
    margin: 0;

}
:root{
    --cor-background: #E5E5E5;
    --cor-texto: #464646;
    --cor-botao-video: #FFB050;
    --cor-botao-audio: #464646;
}

body{
    background: var(--cor-background);
    font-family: 'Montserrat', sans-serif;
    

}
.fundo{
    display: none;
    width: 100%;
    background-color: #26252570;
    height: 100vh;
    z-index: 990;
    position: fixed;
 /*   margin-top: -80px; */
}
.perfil{
    display: flex;
    gap: 10px;
    align-items: center;
    position: fixed;
    top: 0;
    background: var(--cor-background);
    width: 100%;
    z-index: 800;
    padding: 0.8rem;


}
.avatar{
    width: 57px;
    height: 57px;
    border-radius: 50%;
}

h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: var(--cor-texto);
    margin-bottom: 0;
}
h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: var(--cor-texto);
}
h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 0.86rem;
    line-height: 160%;
    color: #A3A3A3;
    margin-top: 0;
}

.dia{
    margin: 15px 0;
}
main{
    padding: 0.5rem;
    padding-top: 80px;
}
.card{
    background: #FFFFFF;
    backdrop-filter: blur(22px);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;



}
.bloco-superior{
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #46464665 ;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.paciente img{
    width: 50px;
    height: 50px;
}

.horario{
    margin-bottom: 10px;
}

ion-icon{
    font-size: 20px;
    margin-right: 10px;
    color: #A3A3A3;
}
.consulta{
    display: flex;

}
.icone{
    width: 50px;
    height: 50px;
    background: #F6F6F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.icone ion-icon{
    color: #4894FF;
    margin-right: 0;
    font-size: 25px;
}
.botao{
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

button{
    width: 139px;
    height: 48px;
    border-radius: 8px;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
 }
 button:hover{
    border: 2px solid #4894FF;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(72, 148, 255, 0.16);
    border-radius: 8px;
    color: #4894FF;

 }

 .video{
    background: var(--cor-botao-video);
    box-shadow: 0px 4px 16px rgba(255, 176, 80, 0.16);
    color: #FFFFFF;
    width: 100%;
 }

 .audio{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    color: var(--cor-botao-audio);
    width: 100%;
 }
 .local{
     width: 100%;
    background: #4894FF;
    box-shadow: 0px 4px 16px rgba(72, 148, 255, 0.16);
    color: #FFFFFF;

 }
.botao-flutuante{
    display: flex;
    justify-content: flex-end;
    position: sticky;
    bottom: 80px;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
    z-index: 999;
}
 .flutuante{
     display: flex;
     justify-content: center;
     align-items: center;
    background: #4894FF;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(255, 152, 56, 0.06);
    width: 56px;
    height: 56px;
    border-radius: 50%;

 }

 .menu-botao-flutuante{
    display: none;
    flex-direction: column-reverse;
    gap: 10px;
    position: fixed;
    bottom: 150px;
 }


 .flutuante ion-icon{
    font-size: 30px;
    margin-right: 0;
    color: #F6F6F6;

 }

 .texto{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
 }

 .texto span{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0.5rem;
    font-size: 12px;

 }
.rodape{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FFFFFF;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 0px 0px;
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 800;

}
.botao-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.botao-menu:hover{
    color: #4894FF;
    background: #e5e5e582;
    border-radius: 4px;
    padding: 10px;
}

.botao-menu ion-icon:hover{
    color: #4894FF
}


 .ativo,
 .ativo ion-icon{
    color: #4894FF
}
.esconde-botao{
    display: flex;
}


.botao-menu ion-icon{
    font-size: 25px;
}


aside{
    background-color: #fffefe;
}
aside .botao-menu{
    flex-direction: row;
    margin: 10px;
}

.formulario{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    width: 500px;
}

.formulario button{
    background-color: #4894FF;
    color: #fff;
    width: 100%;
}

.formulario button:hover{
    border: 2px solid #4894FF;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(72, 148, 255, 0.16);
    border-radius: 8px;
    color: #4894FF;

 }

.formulario input,
select,
textarea{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 8px;
    height: 50px;
    padding: 10px;
    
    
}
option{
    height: 40px!important;
}
textarea{
    height: 200px;
    resize: none;
}



.marcacao{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.itens-marcacao{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copy{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-top: 1rem;
    background: #fff;
}

@media (max-width: 768px){
    aside,
    .formulario,
    .copy{
        display: none;
    }
    
}

@media (min-width: 768px){
    .cards{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

     }
}
 @media (min-width: 1024px){
     body{
        display: grid;
        grid-template-columns: 200px 1fr;
     }
     main {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .cards{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;

     }
     .menu-botao-flutuante{
        bottom: 90px;
     }
     .rodape{
         display: none;
     }
    .botao-flutuante{
        display: none;
    }
 }