
html {
    scroll-behavior: smooth;
    min-height: 100%;
}
body {
    min-height: 100%;
}
section{
    padding: 0 0 30px 0;
    min-height: 100%;;
}
h1 {
    font-family: "Rockwell Extra Bold";
}
h3 {
    font-family: "Rockwell Extra Bold";
    color: #2866BA;
}
/*remove margins of the page*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 77px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 999;
    top: -1px;
    position: fixed;
}
header:hover{
    background-color: rgba(255, 255, 255, 255);
    box-shadow:
            -7px -7px 20px 0px rgba(255,255,255,.9),
            -4px -4px 5px 0px rgba(255,255,255,.9),
            7px 7px 20px 0px rgba(0,0,0,.1),
            4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}
header .container{
    position: relative;
}
header .logotipo{
    width: 151px;
    height: 58px;
    position: absolute;
    top: -41px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
header .logotipo:hover {
    opacity: .6;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.menu {
    margin: 26px 0;
}
.menu li{
    margin-top: 10px;
    display: inline-block;
}
.menu li a{
    font-family: Roboto;
    background-color: rgba(255, 255, 255, .1);
    color: #004AAD;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .6px;
}
.menu li a:hover {
    color: #37B5FE;
}
.menu ul{
    margin-top: -11px;
    display: inline;
    position: absolute; /*usado com o pull-right para colocar o texto do lado direito*/
    right: 125px; /*usado com o pull-right para colocar o texto do lado direito*/
}
.link-1 {
    transition: 0.1s ease;
    text-decoration: none;
    border-bottom: 4px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
    margin: 0 20px;
}

/*================================ Scrollbar ===========================================*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0C727D;
    border-radius: 10px;
}
/*================================ End Scrollbar ===========================================*/
#shadow-host-companion{
    padding-top: 0;
}

a {color: rgb(3,115,177); transition: text-color 0.5s;}
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:hover { text-decoration: none; color: #199EB1}
a:active { text-decoration: none}
a:focus { outline: 0}

ul {
    list-style-type: none;
}

/* =================================       ==================================================*/
.legenda-fig {
    color: #0C727D; margin-bottom: 0;
    font-style: italic;
    font-size: 18px;
    font-weight: bolder
}
.fase-dado {
    width: 372px;
}
.img-dado {
    width: 540px;
}
.footer-css {
    padding-right: 35px;

}
/*================================ Botão lateral ===========================================*/
.floating-container {
    position: fixed;
    z-index: 999;
    bottom: 97px;
    right: -19px;
    display: grid;
    width: auto;
    transform: rotate(90deg);
    user-focus: none;

}
.btn-primary {
    font-family: Outfit,serif;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    background-color: #F4BB32;
    border-color: #F4BB32;
    border-radius: 5px;
    letter-spacing: .5px;
    position: relative;
    bottom: 29px;
    right: 157px;
}
.btn-primary:hover{
    font-family: Outfit;
    color: black;
    background-color: #F4BB32;
    filter: brightness(92%);
    border-color: #F4BB32;
}

/* secções Tópicos */
.sec-pages-section {

}
.sec-pages-ul {
    font-family: Hind;
    color: grey;
    font-size: 18px;
    list-style-type: disc;
}
.visually-hidden {
    position: fixed;
    top: 0;
    right: 100%;
}
.topicos-container {
    padding: 2em;
    position: relative;
}
.targets {
    position: absolute;
    top: 0;
}
.topicos--list {
    list-style: none;
    margin: 0;
    padding: 2em 0;
}

.topicos--item {
    background-color: #eee;
}

.topicos--item + .topicos--item {
    margin-top: 1em;
}
.topicos--question {
    display: block;
    margin: 0;
    text-align: center;
    background-color: lightgrey;
    font-family: Outfit;
    font-size: 22px;
    color: #11747c;
    padding: 0.5em;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ccc!important;;
}

.topicos--answer {
    display: none;
    font-family: Outfit;
    font-size: 22px;
    color: #444;
    background-color: #eee;
    padding: 0 0.5em 0.5em;
    border: 1px solid #ccc!important;
    border-top: 0!important;
}
[type="checkbox"]:checked ~ .topicos--answer {
    display: block;
}

/*End Secção tópicos */
ul {
    margin-left: 23px;
    list-style-type: square;
}
/* Componetes Utilizados */
.col-md-4{
    display: inline-block;
}
.componetes-fig {
    border: 1px solid;
    color: #11747c;
}/* END of Componetes Utilizados */

/* Secção Resultados Obtidos */
.resultados-title {
    font-weight: bold;
    margin-left: 50px;

}
.resultados-obt {
    width: 700px;
    border: 1px solid;
    color: #11747c;
}
.main-download {
    font-family: Outfit,serif;
    font-size: 22px;
    font-weight: normal;
    color: black;
    background-color: #F4BB32;
    border-color: #F4BB32;
    border-radius: 5px;
    letter-spacing: .5px;
    width: 240px;
}
.main-download span{
    color: black;
}
.main-download:hover{
    color: black;
    filter: brightness(92%);
}
.main-download-2:hover{
  color: black;
  text-decoration: none;
}
.logo-hard {
    width: 300px;
}