* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Raleway-Medium;
  font-size: 20px;
}
#figure {
  opacity: 0.3;
  fill: rgba(129, 179, 47, 1);
}
.figure {
  overflow: visible;
  position: absolute;
  width: 400px;

  right: 0;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#circle {
  fill: rgba(207, 24, 59, 1);
}
.circle {
  position: absolute;
  overflow: visible;
  right: 230px;
  top: 130px;
}
#phone {
  position: absolute;
  width: 330px;
  right: 166px;
  top: 97.454px;
  overflow: visible;
}

.container {
  margin: 80px 50px;
}

#abasto-logo {
  width: 200px;
  margin-left: 1rem;
}

#title {
  overflow: visible;
  margin-top: 3rem;

  line-height: 91px;
  text-align: left;
  font-family: Raleway-ExtraBold;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  color: rgba(207, 24, 59, 1);
}

#info-text {
  overflow: visible;
  line-height: 34px;
  margin-top: -6px;
  text-align: left;
  font-family: Raleway-Medium;
  font-style: normal;
  margin-top: 1.8rem;
  font-weight: normal;
  font-size: 20px;
  color: rgba(70, 67, 67, 1);
}

.input-container {
  margin-top: 5rem;
  position: relative;
}

.input-group {
  position: relative;

  border-collapse: separate;
  margin-top: 3rem;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.little-info{
  font-size: 16px;
  display: block;
  margin-bottom: 14px;
  color: rgba(70, 67, 67, 1);
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
}
.form-control {
  width: 35%;
  height: 65px;
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.322));
  font-size: 1.4rem;
  display: block;
  color: #555;
  padding: 6px 12px;
  border-radius: 4px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  cursor: pointer;
  height: 65px;
  background: rgba(207, 24, 59, 1);
  font-size: 1.4rem;
  right: 0;
  border: 0px;
  z-index: 20;
  padding: 6px 12px;
}

.form-control:focus,
.btn:focus {
  outline: none;
}

.btn-go-to-site {
  user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: rgba(207, 24, 59, 1);
    color: #fff;
  border-radius: 4px;
  margin-top: 3rem;
  margin-left: 12rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 22px;
}

.btn-go-to-site a {
  text-decoration: none;
  color: #fff;

}

#icon-search {
  fill: rgba(255, 255, 255, 1);
}
.icon-search {
  width: 33px;
  height: 33px;
  left: 774.564px;
  top: 804.166px;
}

@media (max-width: 950px) {
  .container {
    margin: 50px 30px;
  }
  #circle {
    display: none;
  }
  #phone {
    display: none;
  }
  .figure {
    width: 200px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 19px;
  }
  .container {
    margin: 50px 30px;
  }
  #circle {
    display: none;
  }
  #phone {
    display: none;
  }
  .figure {
    width: 70px;
  }
  #abasto-logo {
    width: 120px;
    margin-left: 1rem;
  }
  #title {
    text-align: center;
    font-size: 25px;
    line-height: 0;
    margin-bottom: 2rem;
  }
  .input-group {
    position: relative;
    border-collapse: separate;
    margin-top: 3rem;
  }
  .btn {
    height: 55px;
  }
  .form-control {
    width: 70%;
    height: 55px;
  }
  .btn-go-to-site {
    margin-left: 4.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-table {
  text-align: left;
  font-family: Raleway-Medium;
  width: 100%;
  font-size: 20px;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  padding: 5px;
  table-layout: fixed;
  font-weight: 500;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

#table-content {
  margin-top: 4rem;
  display: none;
}

.card {
  box-shadow: 0 6px 6px rgb(41 41 41 / 50%);
  background-color: #fff;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
}

.custom-table th {
  border: 1px solid #c0c0c0;

  background: #ffffff;
  padding: 15px;
}
.custom-table td {
  border: 1px solid #c0c0c0;
  padding: 15px;
}
.info-text {
  margin-top: 2rem;
}

.grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.loader {
  display: none;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #ff5072;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#txt1, #txt2, #txt3 {
  display: none;
  margin-bottom: 1rem;
  font-size: 16px;
}

