/*ENSINAR ESTE RECURSO SOMENTE PARA QUEM SE MOSTRAR INTERESSADO*/
*{
}

body {
    background-color: rgb(239, 240, 227);
}
#imagem {
    text-align: center;
}
caption{
    text-transform: uppercase;
    font-size: 20px;
    color: #660000;
}
table{
    width: 100%;
    margin-bottom : .5em;
    table-layout: fixed;
    text-align: center;
  }
td, th {
    padding: .7em;
    margin: 0;
    /*border: 1px solid #ccc;*/
    text-align: center;
  }
  tr{
    background-color: #f0f0f0;
  }
  th{
    background-color:#660000 ;
    text-transform: uppercase;
    color: #EFE3F0
  }

  
color a{
    color: #006600;
}
color b{
    color: #0000ff ;
}
color c{
    color: #ff9900;
}
#formularioa{
    font-size: 18px;
    color: #006600;
}
#formulariob{
    font-size: 18px;
    color:#0000ff;
}
#formularioc{
    font-size: 18px;
    color: #ff9900
}
figure {
    border: 1px #cccccc solid;
    width: 50%;
    padding: 4px;
    margin: auto;
  }
  figure img{
    border-radius: 50%;
  }
figcaption {
    background-color: black;
    color: white;
    font-style: italic;
    padding: 2px;
    text-align: center;
  }
  .rodape {
   /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(#f0f0f0, #660000);
    color: black;
    text-align: center;
 }
#cabecalho{
    /*Este será o meu perfil descrito na matéria Interface para Web I, 3º Bimestre do curso INFNET.*/
    /*position: fixed;*/
    text-align: center;
    font-size: 25px;
}
/*ADICIONAR ESTAS CONDIÇÕES NO TEMA PARA INSTRUIR OS ALUNOS A FEZAR DESTE MESMO JEITO*/
.displayBotao{
  text-align: center;
  font-size: 15px;
}
.botao{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
}


/* Estilize a sobreposição */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.5); /* Cor de fundo com transparência 
  background-color: rgba(14, 13, 13, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Certifique-se de que a sobreposição esteja na parte superior de tudo 
}

/* Estilize o texto da marca d'água 
.overlay p {
  font-size: 24px;
  color: rgba(245, 10, 10, 0.963); /* Cor do texto com transparência */
  text-transform: uppercase;
}
/*DESCOMENTE PARA APARECER Não copie! Faça. EM VERMELHO*/
/*DESCOMENTE PARA APARECER Não copie! Faça. EM VERMELHO*/
/*DESCOMENTE PARA APARECER Não copie! Faça. EM VERMELHO*/
/*DESCOMENTE PARA APARECER Não copie! Faça. EM VERMELHO*/
/*DESCOMENTE PARA APARECER Não copie! Faça. EM VERMELHO*/


/*FORMULÁRIO BOX MODEL EXEMPLO 1

/* Estilize o contêiner do formulário */
.formulario-container {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Estilize os campos de entrada e rótulos */
.formulario-container label, .formulario-container input {
  display: block;
  margin-bottom: 10px;
}

.formulario-container input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Estilize o botão de envio */
.formulario-container button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.formulario-container button:hover {
  background-color: #0056b3;
}


/*BOX MODEL INICIO*/
.boxmodel{
  width: 320px;
  padding: 10px;
  border: 5px solid #e60000;
  margin: auto;
}
.ti{
  text-align: center;
}
.botao{
  float: right;
  padding: 30px;
}
/*BOX MODEL FIM*/


/*EXPLICAR LA NO TELÃO*/
/*FORMUÁRIO BOX MODEL EXEMPLO 2 INICIO*/
body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        header {
            background-color: #333;
            color: #fff;
            padding: 20px;
            text-align: center;
        }
        .container {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        }
        .box {
            border: 1px solid #ccc;
            padding: 20px;
            margin: 10px;
            float: left;
            width: calc(33.33% - 20px);
            box-sizing: border-box;
            background-color: #fff;
        }
        .box:nth-child(odd) {
            background-color: #f9f9f9;
        }
        .box h2 {
            font-size: px;
            margin-top: 0;
            text-align: center;
        }
        .box p {
            font-size: 16px;
            line-height: 1.5;
            text-align: justify;
        }
        .rodapeBox {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 5px;
            clear: both;
        }
        .vermelho{
          text-transform: uppercase;
          text-align: center;
          text-shadow: yellowgreen black;
          font-weight: bold;
          font-size: 25px;
          color: #660000;

        }
  /*FORMUÁRIO BOX MODEL EXEMPLO 2 FIM*/

.section ul,p{
  text-align: center;
}
.small{
  text-align: justify;
}
li {
  list-style-type: none;
}
small{
  color: red;
}