@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

:root{
    --blue: #007BFF;
}

.caixa-title{
    text-align: center;
}

.caixas i{
    font-size: 3em;
    position: relative;
    left: -25%;
    z-index: 1;
}

.caixas h2{
    text-align: center;
}


.caixas:hover{
    scale: 0.98;
    cursor: pointer;
}

.caixas h3{
    font-weight: 350;
}

.btn:hover{
    scale: 0.98;
}

#funcionariosContatos{
    position: fixed;
    bottom: 0%;
    right: 0%;
    font-size: 3em;
   display: flex;
   z-index: 2;
   font-size: 3em;
}

#funcionariosContatos:hover{
    cursor: pointer;
}

.title{
    font-size: 2em;
    color: #ffffff;
    background-color: #000000ec;
    border-top-left-radius:5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
   
  
}
.itensDaLoja{
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4em;
}

#itemImg input[type='file'] {
   display: none;
}

.numeroDeAlunos{
    text-align: center; 
    color: brown;
}



#logo {
    position:relative;
    top: 0;
    z-index: 1;
    left: 0%;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 1.3em;
}

#logo:hover {
    background-color: none;
}

#menu {
    font-size: 4em;
    z-index: 3;
}

#menu:hover {
    scale: 0.98;
    cursor: pointer;
}

header .logo {
    margin-left: 1em;

}

.logo a {
    color: black;
    text-decoration: none;

}

header span {
    margin-left: 1em;
    background-color: #000000;
    padding: 2px;
    color: white;
}

header .logo:hover {
    cursor: pointer;
    scale: 0.98;
}

nav i {
    font-size: 1.5em;
    color: white;
}

nav a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.3em;
    width: 100%;
    padding: 5px;
    font-weight: bolder;
    border-bottom: 1px dotted black;
    padding: 1em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

nav .linkNav:hover {
    scale: 0.98;
    background-color: rgba(0, 0, 0, 0.158);
    cursor: pointer;

}

.imgPerfil:hover {
    cursor: pointer;
}


.imgPerfil img {
    width: 100%;
    height: 100%;
}

.bi-whatsapp{
    font-size: 2em;
    
}

.bi-whatsapp:hover{
    scale: 0.98;
}


.btnChamada{
    background-color: #007BFF;
    min-width: 40px;
    height: 40px;
    border: none;
    color: white;
    margin-left: 5px;
    box-shadow: 1px 1px 1px black;
}

.btnChamada:hover{
    scale: 0.98;
    cursor: pointer;
    
}

.btnP{
   background-color: rgb(19, 138, 19);
}
.btnF{
   background-color: rgb(187, 14, 72);
}

#menuX{
    position: absolute;
    top: 3%;
    left: 9%;
}

.row-2-itens div p{
    display: inline-block;
}
