  .subtitulo {
    color:#775555;
    text-align: center;
    font-size: 35px;
    letter-spacing: 3px;

}
.texto-foco{
    font-size:30px;
    color: rgb(119, 68, 34);
    text-underline-position: below;
    background-color:rgba(255,255,255,0.7);
    border-radius: 2px;
    padding-top:5px;
}
.titulo {
    color:#ee9944;
    text-align: center;
    font-size: 100px;
    letter-spacing: 3px;
    text-shadow: 4px 4px #774422;
    transform: rotate(-15deg);
    padding-top: 15px;
    padding-bottom:15px;
}
.tag-description{
    font-size:17px;
    background-color:rgba(255,255,255,0.3);
}
p{
    font-size:25px;
    background-color:transparent;
}
h1{
    font-size:35px;
}
.atores{
    background:white;
}

.body-background{
    background-image: url(background.jpg);
    background-size:cover;
}
a {
    color: inherit; 
    text-decoration: inherit; 
  }
table, .form{
    background-color: rgba(17, 34, 51,0.8);
    color:rgb(238, 153, 68);
}
th{
    font-size:35px;
}
td{
    font-size:25px;
}
th, td{
    text-align: center;
    border: 2px solid black;
}
.format-button {
    background-color:#876150;
    border-color: #2d2525;
    border-radius:300px;
    color:#f8f8f7;
    text-transform:uppercase;
    font-weight: 800;
    padding: 1rem 2rem; 
    margin-left: 10px;
    margin-right:10px;
}
.format-button:hover {
    background-color:#9e9e9d;
    border-color: #876150;
    border-radius:300px;
    color:#f8f8f7;
    text-transform:uppercase;
    font-weight: 800;
    padding: 1rem 2rem;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    transform: scale(1.1);
}
.format-button:active {
    background-color: #63a592;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }
#registar{
    align-content: center;
}
  html,
  body {
    height: 100%;
    margin: 0
  }
  .flexbox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%
  }
  .flexbox .main {
    flex: 1;
    position: relative
  }
  .flexbox .header,
  .flexbox .footer {
    padding: 1em
  }
  .flexbox .footer {
     border-top: 2px solid black;
  }
  .flexbox-row {
    display: flex;
    position:absolute;
    height: 100%;
    width: 100%
  }
  .flexbox-row .first,
  .flexbox-row .second,
  .flexbox-row .third {
    padding: 1em;
  }
  .flexbox-row .second {
    flex: 1;
    display:flex;
    justify-content: center;
    flex-direction: row;
    position:relative;
    top: 7%;
  }
  .flexbox-row .second .programa {
    flex: 1;
    display:flex;
    flex-direction: column;
    position:relative;
  }
  .flexbox .second .secondline {
      flex:0;
      display:block;
      flex-direction: column-reverse;
      position: absolute;
      top: 60%;
  }


  .dfonseca, 
  .ssampaio,
  .rpereira,
  .emartins{
      padding:15px;
      color: rgb(51, 34, 17);
  }

  .img-format{
      border: 2px solid black;
      box-shadow: #63a592;
  }

  div.polaroid {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    height:550px;
    margin-right:10px;
  }
  