/* unvisited link */
a:link {
    color: black;
  }
  
  /* visited link */
  a:visited {
    color: black;
  }
  
  /* mouse over link */
  a:hover {
    color: #01579b;
  }
  
  /* selected link */
  a:active {
    color: #01579b;
  }


.menuTop {
    height: 9vh;
    padding-right: 10px;
    min-height: 65px;
}


.x {
    border-style: solid;
    background-color: burlywood;
}

.banner {
    width: 100%;
}


.logo {
    padding-top: 10px;
    padding-left: 15px;
    min-height: 50px;

    height: 90%;

}

.containerI {
    position: relative;
}

.containerI img {
    width: 100%;
    height: auto;
}

.botao {
    position: absolute;
    bottom:10px;
    left: 10px;
}
