@import url('../componentes/cores-e-fontes.css');
@import url('../componentes/cabecalho.css');
@import url('/css/componentes/banner.css');
@import url('../componentes/rodape.css');


/* Parte dos Cards*/
.section__cards .card{
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 15px;
    filter: drop-shadow(0px 10px 10px rgb(230, 221, 221));
}
/* Background cinza atras dos icones*/
.section__cards .background-container{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Icones*/
.section__cards .icone-background{
    background-color: var(--cinza-secundario-textos);
    opacity: 0.3;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/* Background azul-bebe atras do tipo de consulta e nome do doutor(a)*/
.section__cards .background-azul{
    width: 100%;
    height: 100px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: var(--azul-bebe-opaco);
    text-align: center;
    margin-bottom: 2em;
}


/* Demais containers dentro dos cads*/
.section__cards .card .container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
}

/* Essa parte se refere a colocar cores nos icones (check mark, callendar e de consulta) */
.section__cards .white{
    color: white;
}

.section__cards .green{
    color: rgb(52, 238, 52);
}


/* Fonte do tipo de consulta*/
.section__cards #nome-consulta{
    padding-top: 20px;
    font-size: x-large;
    opacity: .8;

}
/* Leve modifcacao para fonte do nome do doutor*/
.section__cards #nome-doutor{
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: small;
    opacity: .8;

}

/* Nao lembro*/
.section__cards .fonte-secundaria{
    font-size: x-small; 
    opacity: 0.6;
    padding-left: 5px;
    font-weight: 600;

}

/* Aumenta a sepracao entre o calendario e as datas*/
.section__cards .datas{
    padding-left: 9px;
}
/* Linha cinza hr que divide */
.section__cards .divider{
    width:100%;
    height:1px;
    border-width:0;
    color:var(--cinza-principal-textos);
    background-color:var(--cinza-principal-textos);
}

/* Botao */
.section__cards #botao{
    margin-top: 50px;
    font-size: small; 
    border-radius: 25px;
    padding: 10px 20px;
    color:#f1f1f1;
    outline: none;
    border:none;
    background:  rgba(57,196,113,255);
    margin-bottom: 20px;
}

/* Eh o zap */
.section__cards .fa-whatsapp{
    margin-right: 5px;
}
/* Serve para centralizar o conteudo*/
.section__cards .centralizar{
    justify-content: center;
    display: flex;
}
/* Deixa as colunas com menos espaço entre elas*/
.section__cards .row{
    padding-left: 5rem;
    padding-right: 5rem;

}

/* Fonte para o texto abaixo dos cards*/
.section__cards .fonte-texto{
    color:var(--cinza-principal-textos);
    font-size: small;
    opacity: .8;
    margin-top: -1em;
    margin-bottom: 2em;
}
