* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(0, 0, 31);
}

.total {
  cursor: pointer;
  width: 100%;
  height: 550px;
}

/*LOGO*/

.logo {
  align-items: center;
  background-color: black;
  height: 24%;
}

img {
  width: 60%;
  height: 100%;
}
/*LOGO*/

/*INICIO MENU*/

.menu {
  margin-top: -37px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: moderna;
}
/*FIM MENU */

.menu li a {
  z-index: 1000px;
  font-size: 17px;
  text-align: center;
  padding: 13px;
  display: block;
  text-decoration: none;
  background-color: transparent;
  color: rgb(104, 139, 255);
}

.menu a:hover {
  background-color: transparent;
  color: rgb(190, 190, 190);
}

.menu ul {
  list-style: none;
  position: absolute;
}

.menu ul ul {
  position: static;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.4s;
}

.menu ul li {
  width: 130px;
  float: left;
}

.menu ul li:hover ul {
  visibility: visible;
  height: auto;
  max-height: 420px;
}

/*FIM MENU COMPLETO*/

/*INICIO MENU TRIBAR*/
#bt_menu {
  display: none;
}

label[for="bt_menu"] {
  float: left;
  margin: 14px;
  padding: 24px;
  background-color: transparent;
  color: rgb(104, 139, 255);
  font-family: "Arial";
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  display: none;
  width: 21px;
  height: 20px;
}

label[for="bt_menu"]:hover {
  background-color: transparent;
  color: rgb(104, 139, 255);
}

.descricao {
  text-align: center;
  margin: -310px auto;
  width: 320px;
  height: 150px;
  display: block;
  border-radius: 0.25em;
  box-shadow: 0 0 0.25em rgba(247, 243, 243, 0.25);
  box-sizing: border-box;
  padding: 35px;
  transition: all 0.5s;
  cursor: pointer;
}

p {
  font-size: 15px;
  color: silver;
}

.descricao:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/***********************************************Botões************************************************/

.box-total {
  height: 50px;
  margin-top: 440px;
}

.box-button1 {
  margin-top: -58px;
  margin-left: 12px;
  width: 25%;
  height: 43vh;
}

.bteesquerdo {
  margin-left: -300px;
  height: 30%;
  display: flex;
}

.bte {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  min-width: 160px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 14px 18px;
  color: #616467;
  box-shadow: inset 0 0 0 2px #616467;
  background-color: transparent;
  height: 48px;
}

.bte:hover {
  color: #fff;
  background-color: #f56653;
}

.box-button2 {
  margin-top: -375px;
  width: 25%;
  height: 43vh;
  margin-left: 70%;
}
.btdireito {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btd {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  min-width: 160px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 14px 18px;
  color: #616467;
  box-shadow: inset 0 0 0 2px #616467;
  background-color: transparent;
  height: 48px;
}

.btd:hover {
  color: #fff;
  background-color: #d1e706;
}

/*FIM MENU TRIBAR*/

/***************************************INICIO TRIBAR RESPOSIVIDADE CELULAR*************************************/
@media only screen and (max-width: 700px) {
  .menu {
    margin-top: -7px;
    margin-left: -100%;
    transition: all 0.4s;
  }

  .menu li a {
    font-size: 17px;
    text-align: center;
    padding: 6px;
    display: block;
    text-decoration: none;
    background-color: transparent;
    color: rgb(104, 139, 255);
  }

  .menu ul ul li a {
    background-color: aquamarine;
    color: blueviolet;
  }

  label[for="bt_menu"] {
    display: block;
  }

  .menu > ul {
    margin-left: -400px;
  }

  .menu ul ul {
    position: static;
    overflow: hidden;
    max-height: 1px;
    transition: all 0.4s;
  }

  .menu ul li {
    width: 100%;
    float: none;
  }

  .menu ul li:hover ul {
    height: auto;
    max-height: 200px;
    transition: all 0.4s;
  }

  #bt_menu:checked ~ .menu {
    margin-left: 0;
  }
}
/*********************************FIM TRIBAR RESPOSIVIDADE CELULAR*****************************************/

@media only screen and (min-width: 600px) {
  /*caixa dos botões*/
  .box-total {
    height: 50px;
    margin-top: 470px;
  }

  /*caixa botão esquerdo*/
  .box-button1 {
    margin-top: -6%;
    margin-left: 20px;
    width: 15%;
    height: 25%;
  }

  /*caixa botão direito*/
  .box-button2 {
    margin-top: 5px;
    margin-left: 82%;
    width: 15%;
    height: 25%;
  }
}

@media only screen and (min-width: 998px) {
  .box-total {
    height: 32%;
    margin-top: 470px;
  }

  .box-button1 {
    margin-top: -4%;
    margin-left: 20px;
    width: 15%;
    height: 25%;
  }

  .box-button2 {
    margin-top: -52px;
    margin-left: 84%;
    width: 15%;
    height: 25%;
  }
}
