body {
    background-color: rgb(0, 0, 0);
    color: #FFFFFF;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

main img {
    width: 2%;
    height: 2%;
    object-fit: cover;
    border-radius: 10% 10% 0 0;
}

.button {
    border: none;
    color: black;
    padding: 6px;
    border-radius: 8px;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    cursor: pointer;
    background-color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.button:hover {
    box-shadow: 0 0 40px 40px #008000 inset;
    color: #FFFFFF;
}

.button1 {
    margin-right: 0.5%;
    border: none;
    color: black;
    padding: 6px;
    border-radius: 8px;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    cursor: pointer;
    background-color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.button1:hover {
    box-shadow: 0 0 40px 40px green inset;
    color: #FFFFFF;
}

.buttondel {

    margin-left: 76.0%;
    margin-top: 2%;
    padding: 3px;
    border-radius: 7px;
    font-size: 10px;
}

.buttondel:hover {
    box-shadow: 0 0 40px 40px red inset;
    color: #FFFFFF;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.image-container {
    position: relative;
    margin-right: 50px;
}

.icon {
    margin-left: 5px;
    width: 1%;
    height: 2%;
    background-color: #FFFFFF;
    position: absolute;
}

#form-container {
    margin-top: 2%;
}

#autoridade-form {
    margin-top: 2%;
}

#form-button {
    background-color: gainsboro;
}

.one {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14rem;
    height: auto;
    margin-top: 2%;
    border: 2px solid #008000;
    padding: 2px;
}

.card .fotos{
    width: 50%;
    height: 50%;
    /*border-radius: 50%;*/
    margin-top: 3%;
}

.card .nome1{
    margin-top: 2%;
    margin-bottom: 0;
}

.card .div_btn{
    margin-top: 2%;
}

span .seta1{
    width: 40%;
    height: auto;



/*    width: 40%;
    height: 17%;
    margin-top: 9%;
    */
    border-radius: 50%;
    object-fit: cover;
}


.visitante-arrow {
    width: 40%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

.seta{
    display: none;
}

.setaebotao {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
    gap: 1rem;
    min-width: 100%;
}

.estadoCardHtml {
    border: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    width: 60%;
    background: #d30000;
    box-shadow: 0px 0px 6px 0 #ff0000;
    color: white;
    font-weight: 700;
}
.estadoCardHtml:hover {
    background: #8a2020;
    box-shadow: 0px 0px 12px 0 #d30000;
}

.estadoCardHtml.presente {
    background: #26a32e !important;
    box-shadow: 0px 0px 6px 0 #47d751 !important;
}
.estadoCardHtml.presente:hover {
    background: #1d8124 !important;
    box-shadow: 0px 0px 10px 0 #2ad13e !important;
}



/** Estilo do bloco de notas */

.observacoes {

    /* * Hide from both screenreaders and browsers: h5bp.com/u */
    /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */
    /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */
    /* * Hide visually and from screenreaders, but maintain layout */
    /* ==========================================================================
       Base styles: opinionated defaults
       ========================================================================== */
    /* ==========================================================================
       Author's custom styles
       ========================================================================== */
    /* Button style  */
  }
  .observacoes .hidden {
    display: none !important;
    visibility: hidden;
  }
  .observacoes .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .observacoes .visuallyhidden.focusable:active,
  .observacoes .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .observacoes .invisible {
    visibility: hidden;
  }
  .observacoes .clearfix:before,
  .observacoes .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  .observacoes .clearfix:after {
    clear: both;
  }
  .observacoes .noflick {
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .observacoes * {
    box-sizing: border-box;
  }
  .observacoes html,
  .observacoes button,
  .observacoes input,
  .observacoes select,
  .observacoes textarea {
    color: #000000;
  }
  .observacoes body {
    font-size: 1em;
    line-height: 1;
    background-color: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 47%, rgb(222, 222, 222) 100%);
  }
  .observacoes ::selection {
    background: #B3D4FC;
    text-shadow: none;
  }
  .observacoes a:focus {
    outline: none;
  }
  .observacoes ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .observacoes :placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7);
  }
  .observacoes #board {
    margin-top: 40px;
    overflow-y: visible;
  }
  .observacoes .note {
    float: left;
    display: block;
    position: relative;
    padding: 1em;
    width: 300px;
    min-height: 300px;
    margin: 0 30px 30px 0;
    background: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
    background-color: #FFFD75;
    box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
    transform: rotate(2deg);
    transform: skew(-1deg, 1deg);
    transition: transform 0.15s;
    z-index: 1;
  }
  .observacoes .note:hover {
    cursor: move;
  }
  .observacoes .note.ui-draggable-dragging:nth-child(n) {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.125) !important;
    z-index: 100;
    cursor: move;
    transition: transform 0.15s;
  }
  .observacoes .note textarea {
    background-color: transparent;
    border: none;
    resize: vertical;
    font-family: "Gloria Hallelujah", cursive;
    width: 100%;
    padding: 5px;
  }
  .observacoes .note textarea:focus {
    outline: none;
    border: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2) inset;
  }
  .observacoes .note textarea.title {
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    height: 64px;
    margin-top: 20px;
  }
  .observacoes .note textarea.cnt {
    min-height: 200px;
  }
  .observacoes .note:nth-child(2n) {
    background: #a8f3e9;
  }
  .observacoes .note:nth-child(3n) {
    background: #69F098;
  }
  .observacoes .note:nth-child(4n) {
    background: #be8dff;
  }
  .observacoes .button {
    font: bold 16px Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding: 1em 2em;
    background: linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    background-color: #00CC00;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 1px 2px 1px rgba(255, 255, 255, 0.3);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: transform 0.15s, background 0.01s;
  }
  .observacoes .button:hover {
    background-color: #00EE00;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 1px 2px 1px rgba(255, 255, 255, 0.3);
  }
  .observacoes .button:active {
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    background-color: #00CC00;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(255, 255, 255, 0.3);
    outline: none;
  }
  .observacoes .button.remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #E01C12;
    text-align: center;
    line-height: 16px;
    padding: 10px;
    border-color: #B30000;
    font-style: 1.6em;
    font-weight: bolder;
    font-family: Helvetica, Arial, sans-serif;
  }
  .observacoes .button.remove:hover {
    background-color: #EF0005;
  }
  .observacoes #add_new {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  .observacoes .author {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .fotos.preto-e-branco {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
