div._fcimg1 {
background-image: url("../../../images/anmp/coimbra/sede03.jpg"); /path to your image
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
border-radius: 10px;
}

.afc101 {
    text-align: center;
    color: blue;
}

.navi_fc01 {
  list-style: none;
  margin: 0; 
  
  background: darkblue;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
}

.navi_fc01 a {
  text-decoration: none;
  display: block;
  padding: 1em;
  color: white;
}

.navi_fc01 a:hover {
  background: darken(darqblue, 2%);
}

@media all and (max-width: 800px) {
  .navi_fc01 {
    justify-content: space-around;
  }
}

@media all and (max-width: 600px) {
  .navi_fc01 {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  
  .navi_fc01 a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
  }


  
  .navi_fc01 li:last-of-type a {
    border-bottom: none;
  }

.afc101 {
    text-align: center;
    color: #000065;
}
.afc101 : a:link,a:visited {
  color:#00ff00;
  }

.afc4box{
position: relative;
border: 1px solid #fff;
width:200px;
height: 200px;
word-wrap: break-word;
flex: 1;
}

.afc4cont{
display: flex;
border: 1px solid #fafafa;
counter-reset: section;
flex-direction: row;
height: 50vh;
justify-content: space-between;
align-items: center;
}

.ac01-flex-container {
    display: -webkit-flex;
    display: flex;
    flex-direction: row
    width: 100%;
    padding: 1rem;
    height: 100%;
        font: normal .8rem/1.1 Helvetica Neue, sans-serif;
        }
.ac01-flex-column {
    display: -webkit-flex;
    display: flex;
        flex-direction: column
    }

.ac01-flex-item {
    background-color: lightgrey;
    width: 110px;
    height: 40px;
    margin: 5px;
        padding: .8rem;
        border-radius: 15px;
}


@media (min-width: 600px) {
.ac21-r img {
            float: right;
            margin: 0 0 10px 10px;
        }
}


@media (max-width: 590px) {
.ac21-r img {
            float: auto;
            width: 100%;
            margin: auto;
        }
}


/* @group Blink */

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}


#player { width: 80%;}


.blink_afc2 {
  animation: blinkerafc 2s linear infinite;
}

@keyframes blinkerafc {
  50% {
    opacity: 0;
  }
}


.blinking {
   
    animation: opacity 2s ease-in-out infinite;
    opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

/* @end */

