@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
  margin: 0;
  padding: 55px 25px 90px 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #6f6f6f;
}

/* selected link */
a:active {
  color: #6f6f6f;
}



.topnav {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
/*height:49px;*/
  overflow: hidden;
  background-color: #333;
box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
z-index:999;
    -webkit-transition: all 1.7s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;

}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2 !important;
  text-align: center !important;
  padding: 11px 12px;
  text-decoration: none !important;
  font-size: 17px;
  /* height:27px; */
}

.topnav a:hover {
  /*background-color: #ddd;*/
  color: #ff9800  !important;
}

.topnav a.active {
  /* background-color: #ff9800  !important; */
  color: #ff9800  !important;
}

.topnav .icon {
  display: none;
}


.coifa {
background-color: #252525;
}
a.coifa {
color:orange;
font-weight:bold;
font-style:oblique;
font-size: 20px;
}


.responsive {
float:left;
     -webkit-transition: all 1.7s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}



@media screen and (max-width: 1120px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1120px) {
  .topnav.responsive {
  /*position: relative;*/
   }
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}