@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  align-items: flex-end;
}

.box-total {
  height: 50px;
  margin-top: 35%;
}

.box-button1 {
  margin-top: -3px;
  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: -368px;
  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;
}

.logos {
  display: flex;
}

img.logo {
  height: 150px;
  width: 180px;
}

img.alcina-logo {
  height: 130px;
  width: 180px;
}

footer {
  background-color: #24003f;
  width: 100%;
  color: #a7a7a7;
  font-size: 16px;
}
footer * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.row {
  padding: 1em 1em;
}
.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: stretch;
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  min-height: 15em;
}

h3 {
  width: 100%;
  text-align: left;
  color: white;
  font-size: 1.4em;
  white-space: nowrap;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

li:not(:first-child) {
  margin-top: 0.8em;
}

ul li a {
  color: #a7a7a7;
  text-decoration: none;
}

ul li a:hover {
  color: #2a8ded;
}

.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}

input,
button {
  font-size: 1em;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}

button {
  background-color: #ff7e05;
  color: #ffffff;
}

div.social {
  display: flex;
  justify-content: space-around;
  font-size: 2.4em;
  flex-direction: row;
  margin-top: 0.5em;
}

.social i {
  color: #bac6d9;
}

.copyright {
  padding: 0.3em 1em;
  background-color: #25262e;
}

.footer-menu {
  float: left;
  margin-top: 10px;
}

.footer-menu a {
  color: #cfd2d6;
  padding: 6px;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #27bcda;}

.copyright p {
  font-size: 0.9em;
  text-align: right;}

@media screen and (max-width: 1000px) {
  .row.primary {
    grid-template-columns: 1fr;}

  .logos {
    display: flex;
    justify-content: center;}
}

@media screen and (min-width: 600px) {
  .footer .content .container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.5rem;
  }

  /*caixa dos botões*/
  .box-total {
    height: 50px;
    margin-top: -15px;
  }

  /*caixa botão esquerdo*/
  .box-button1 {
    margin-top: 2%;
    margin-left: 30px;
    width: 15%;
    height: 25%;
  }

  /*caixa botão direito*/
  .box-button2 {
    margin-top: 8px;
    margin-left: 80%;
    width: 15%;
    height: 25%;
  }
}

@media screen and (min-width: 998px) {
  .footer .content .container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.5rem;
  }

  /*caixa dos botões*/
  .box-total {
    height: 50px;
    margin-top: -15px;
  }

  /*caixa botão esquerdo*/
  .box-button1 {
    margin-top: 2%;
    margin-left: 40px;
    width: 15%;
    height: 25%;
  }

  /*caixa botão direito*/
  .box-button2 {
    margin-top: 8px;
    margin-left: 83%;
    width: 15%;
    height: 25%;
  }
}
