@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
@keyframes expand {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
body {
  background-image: url('../images/fondo.png');
  background-size: 100%;
  background-color: #152037;
  margin: 10% auto;
  font-family: 'Montserrat', sans-serif, 'FontAwesome';
  color: #c3d8ed;
}

.m-auto {
  margin: 0 auto;
}

.ta-center {
  text-align: center;
}

.p-30 {
  padding: 30px;
}
.box {
  background-color: #f3e6da;
  width: 60%;
  color: #fff;
  padding: 20px;
  margin-top: 20px !important;
  animation: expand 800ms ease;
}

input[type='search'] {
  background-color: #f3e6da;
  padding: 15px;
  width: 80%;
  border: 4px solid #dfcdbc;
  border-radius: 5px;
  font-style: italic;
  color: #b59e8d;
  text-align: center;
  margin-bottom: 10px;
}

::placeholder {
  color: #b59e8d;
}

@media (max-width: 450px) {
  ::placeholder {
    font-size: 0.85em;
  }
  input[type='search'] {
    padding: 10px 3px;
  }
  .message {
    font-size: 0.7em;
    min-width: 100%;
  }
}

.logos_sup {
  max-width: 200px;
  position: absolute;
  left: 1%;
  top: 1%;
}

ul {
  list-style: none;
  height: auto;
  display: flex;
  width: 100%;
  flex-direction: initial;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
}

li a {
  float: left;
  padding: 10px 20px;
  background: #000;
  border-bottom: 15px solid #cf122d;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  min-width: 94px;
  height: 90px;
}

li a:hover {
  color: #fff;
  opacity: 0.7;
}

.desvio {
  position: relative;
  bottom: -18px;
  background-color: #cf122d;
  font-size: 8px;
  max-width: 84px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .logos_sup {
    position: relative;
  }

  ul {
    display: inline-block;
    padding-left: 40px;
  }

  .box h1 {
    font-size: 1.4rem;
  }
}

.resultList {
  background-color: #f3e6da;
  padding: 15px;
  margin: 1px auto;
  width: 80%;
  border: 2px solid #dfcdbc;
  border-radius: 5px;
  font-style: italic;
  color: #9d826f;
  text-align: center;
  cursor: pointer;
}

.resultList:hover {
  color: #e83c4d;
  opacity: 0.8;
}

.message {
  width: 70%;
  margin: auto;
  padding: 5px 0px;
}

.app {
  background-color: #142036;
  border-radius: 5px;
  color: white;
  width: 50%;
  margin: -3% auto;
  padding: 5px 0px;
}

#footer {
  background-image: url('../images/people.svg.png');
  background-size: auto 114px;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1200px;
  height: 114px;
  margin: 0 auto;
}

.download {
  margin-top: 4%;
}
.icon {
  margin: 2%;
}

/* [data-title]:hover {
  background-color: #cf122d;
  opacity: 1;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  visibility: hidden;
  background-color: rgb(49, 46, 46);
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -65%;
  left: 50%;
  width: 250px;
  margin-left: -30%;
  opacity: 0;
  font-size: small;
  transition: opacity 0.3s;
}
[data-title] {
  position: relative;
} */
