*{
    padding: 0;
    margin: 0;
}

input, button, select , input:focus ,button:focus, select:focus {
    outline: 0;
    border: 0;
}


body {
    font-family: 'Roboto', sans-serif;

}

.pagina-inicial {
    width: 100%;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px;
}

.header {
    width: 100vw;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #080419;
    border-bottom: 5px solid #e91947;
}

.header img {
    max-width: 40px;
    height: 40px;
    align-items: center;
}
