* {
    
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

body {
    background-image: url("./src/img/background.png");
			background-repeat: no-repeat;
			background-size: cover;
}


a:visited {
    text-decoration: none;
}

.image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  .maximaTech1{
    text-align: center;
    width: 330px;
    height: 60px;
    top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.maxSolucoes1{
    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   
    left: auto;
    right: auto;
    top: 70px;
    padding-bottom: 20px;
  
}

.maxSolucoes2{
    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    top: 70px;
    padding-bottom: 10px;
}

.maxSolucoes3 {
    width: 250px;

}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.container2 {
    text-align: center;
}

.container3 {
    
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.baixar {
    
    Display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.btnBaixar {
    width: 198px;
    margin-bottom: -10px;
}

.txtAcesse {
    padding-top: 0px;
   text-align: center;
    top: 247px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
}

.txtApp {
    padding-top: 55px;
    top: 299px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.app {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 50px;
}


  
table {
    margin: 0 auto;
}

.box1 {
    background-color: white;
    width: 6rem;
    height: 6rem;
    border-radius: 8px;
    padding-left: 22px;
    padding-top: 22px;
    padding-right: 22px;
    padding-bottom: 22px;

}

.boxP {
    background-color: white;
    width: 6rem;
    height: 6rem;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;

}

.boxM {
    background-color: white;
    width: 6rem;
    height: 6rem;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;

}

.table1 {
    border-collapse: separate;
    border-spacing: 10px;
}

.text {
    text-align: center;
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 13px;
color: #FFFFFF;
}

.tuto {
    padding-top: 50px;
    padding-bottom: 80px;
}
.tutoTxt {
    text-align: center;
    font-family: 'Roboto';
font-style: bold;
font-weight: 500;
font-size: 22px;
line-height: 11px;
color: #FFFFFF;
}

.logo {
    width: 100px;
    padding-bottom: 40px;
}

.video {
    margin: 0;
}

