/*
  Copyright (c) oitoitenta - Soluções Informáticas, Lda.
  ALL RIGHTS RESERVED
  
  Author/Autor: Pedro Antunes
 
 */

.textfont {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top:-6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
}

.go-top:hover {
  background-color: rgb(6, 121, 166);
  color: white;
  text-decoration: none;
}

/*a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; } */

/* remove the underline style */
a {
  text-decoration: none;
}
a.link {
  text-decoration: underline;
}

.card{
  /* border-radius: 4px; */
  /* background: #fff; */
  /* box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05); */
  box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.26);
  /* transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12); */
  /* padding: 14px 80px 18px 36px; */
  /* cursor: pointer; */
}

.card:hover{
  transform: scale(1.02);
  /* box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06); */
}

.blueicon > i.fas,
.blueicon > i.fab,
.blueicon > i.fa-solid {
  /* border: 1px solid red; */
  color: dodgerblue;
  font-size: 1.2em;
}

i.blue {
  color: dodgerblue;
  font-size: 1.2em;
}
i.yellow {
  color: #FFC83D;
  font-size: 1.2em;
}

p.justify {
  text-align: justify;
}

p.fontsize {
  /* font-family: serif; */
  font-size: 18px;
}
