@import 'reset.css';
html {
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3f3f;
}

p {
  font-size: 16px;
}

#menu {
  height: 90px;
  background-color: #444446;
}
#menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  gap: 30px;
}
#menu .container .titulo h4 {
  letter-spacing: 1.6px;
  font-size: 0.85rem;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
}

#buscador .content {
  background-color: #fff;
  box-shadow: 1px 1px 10px 2px #d3d3d3;
  min-height: 100vh;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 3rem;
}

h1 {
  background-color: #451400;
  border-radius: 5px;
  color: #fff;
  font-size: 3rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  width: 90%;
}

h1 img {
  max-height: 60px;
  margin-right: 1rem;
  vertical-align: text-bottom;
}

#hero {
  padding-top: 85px;
  background-color: #f2f2f2;
  padding-bottom: 58px;
}
#hero .titulo h2 {
  letter-spacing: 0px;
  font-weight: 700;
  color: #cd151e;
  font-size: 1.7rem;
  margin-bottom: 0px;
  line-height: 32px;
}
#hero .titulo h2 span {
  font-weight: 500;
  color: #000;
}

#buscador .search .titulo {
  background-color: #cd151e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 31px;
  z-index: 2;
  position: relative;
}
#buscador .search .titulo h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0px;
  color: #fff;
}
#buscador .search .buscar {
  background-color: #f2f2f2;
  margin-top: -30px;
}
#buscador .search .buscar .header-cep {
  flex-direction: column;
  gap: 20px;
  padding: 0 2rem;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}
#buscador .search .buscar .cep {
  height: auto;
  gap: 17px;
  flex-direction: column-reverse;
}
#buscador .search .buscar .cep a, #buscador .search .buscar .cep input {
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  padding: 0 20px;
  font-size: 0.7rem;
  text-align: center;
  padding: 0;
  color: #767779;
}
#buscador .search .buscar .cep .maxLabel {
  padding: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}
#buscador .search .buscar .cep .maxLabel input {
  border: 1px solid #d0cbc6;
  border-radius: 41px;
  background-color: transparent;
  height: 30px;
}
#buscador .search .buscar .cep .inputs {
  display: flex;
  align-items: center;
}
#buscador .search .buscar .cep .inputs .input-cep {
  height: 100%;
  position: relative;
}
#buscador .search .buscar .cep .inputs .input-cep input {
  padding: 0 20px 0 20px;
  text-align: center;
}
#buscador .search .buscar .cep .inputs input,
#buscador .search .buscar .cep .inputs a {
  border: 1px solid #d0cbc6;
  border-radius: 41px;
  background-color: transparent;
  height: 53px;
}
#buscador .search .buscar .cep button {
  border: 0px;
  background-color: #cd151e;
  border-radius: 41px;
  color: #fff;
  margin: 10px;
  padding: 10px 30px;
}
#buscador .search .buscar .cep p {
  font-weight: 400;
  color: #767779;
  margin: 0 12px;
}
#buscador .search .buscar .cep .geolocalizacao {
  height: 100%;
  cursor: pointer;
}
#buscador .search .buscar .cep .geolocalizacao a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 20px 0 20px;
}
#buscador .search .buscar .cep .geolocalizacao a .check {
  display: none;
  transition: 0.3s all;
  height: 90%;
  width: 40px;
  height: 39px;
  border-radius: 40px;
  background-color: #cd151e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -11px 0 5px;
  right: 6px;
}
#buscador .search .buscar .cep .geolocalizacao a .check img {
  width: 14px;
}
#buscador .search .buscar .maps .list-clinic {
  height: auto;
  background-color: #e3dcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  padding-top: 39px;
  padding-bottom: 50px;
}
#buscador .search .buscar .maps .list-clinic .list {
  padding: 23px 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px 50px;
  width: 100%;
  background-color: transparent;
  height: 450px;
  padding: 0 30px;
  overflow-y: scroll;
}
#buscador .search .buscar .maps .list-clinic .list .card-clinic {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 22px 27px 36px 27px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0px !important;
}
#buscador .search .buscar .maps .list-clinic .list .card-clinic .titulo {
  background-color: transparent;
  padding: 0px;
}
#buscador .search .buscar .maps .list-clinic .list .card-clinic .titulo h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.2rem;
}
#buscador .search .buscar .maps .list-clinic .list .card-clinic .titulo h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#buscador .search .buscar .maps .list-clinic .list .card-clinic .titulo h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 8px;
}
#buscador .search .buscar .maps .list-clinic .list .card-clinic .titulo p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #abacad;
  font-size: 0.9rem;
  margin-bottom: 0px;
}
#buscador .search .buscar .maps .list-clinic .list .contato {
  margin-top: 9px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#buscador .search .buscar .maps .list-clinic .list .contato .copy {
  border-radius: 13px;
  background: #e3dcdc 0% 0% no-repeat padding-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-top: 9px;
}
#buscador .search .buscar .maps .list-clinic .list .contato .copy:hover {
  cursor: pointer;
}
#buscador .search .buscar .maps .list-clinic .list .icos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: -60px;
  left: 0px;
}
#buscador .search .buscar .maps .list-clinic .list .icos a {
  border-radius: 100%;
  background-color: #cd151e;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#buscador .search .buscar .maps .list-clinic .list .icos a img {
  width: 16px;
}

p.disclaimer {
  font-size: 0.8rem;
  font-style: italic;
  margin: 0 auto;
  padding: 1rem;
  width: 90%;
  text-align: center;
}

.overlay {
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}
.overlay.open {
  height: 935px;
}

#locations-near-you-map {
  width: 90%;
  height: 400px;
  margin: 0 auto;
}
#locations-near-you-map .card-clinic {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 0;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0px !important;
}
#locations-near-you-map .card-clinic .titulo {
  background-color: transparent;
  padding: 0px;
}
#locations-near-you-map .card-clinic .titulo h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.2rem;
}
#locations-near-you-map .card-clinic .titulo h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#locations-near-you-map .card-clinic .titulo h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 8px;
}
#locations-near-you-map .card-clinic .titulo p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #abacad;
  font-size: 0.9rem;
  margin-bottom: 0px;
}
#locations-near-you-map .contato {
  margin-top: 9px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#locations-near-you-map .contato .copy {
  border-radius: 13px;
  background: #e3dcdc 0% 0% no-repeat padding-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-top: 9px;
}
#locations-near-you-map .contato .copy:hover {
  cursor: pointer;
}
#locations-near-you-map .icos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: -60px;
  left: 0px;
}
#locations-near-you-map .icos a {
  border-radius: 100%;
  background-color: #cd151e;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#locations-near-you-map .icos a img {
  width: 16px;
}

form {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 10px;
}

input {
  color: #000;
  height: 1.8rem;
  font-size: 0.9rem;
  margin: 0 5px;
  padding: 3px;
}

input[type=number] {
  width: 60px;
}

input[type=text] {
  width: 300px;
}

button {
  background-color: #a81612;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s;
}

button:hover {
  background-color: #d6322d;
}

button:active {
  background-color: #000;
  color: #fff;
}

#location-search-alert {
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

.infoWindow h3,
.location-near-you-box h4 {
  color: #a81612;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.infoWindow h3 {
  font-size: 1.2rem;
}

.infoWindow p {
  font-size: 0.8rem;
}

.location-near-you-box {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  border: 1px dotted #000;
  border-radius: 3px;
  margin: 10px;
}

.location-near-you-box p {
  font-size: 0.75rem;
}

@media all and (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }

  h1 img {
    display: block;
    margin: 0 auto 1rem auto;
  }

  input[type=number],
input[type=text],
label {
    display: block;
    margin: 10px auto;
  }

  input[type=text] {
    max-width: 90%;
  }
}
#footer {
  background-color: #767779;
  position: relative;
}

#footer .line {
  height: 40px;
  width: 100%;
  background-color: #444446;
}

#footer .line .container {
  position: relative;
}

#footer .line .container .logo-footer {
  position: absolute;
  right: 0;
  top: 0;
}

#footer .line .container .logo-footer img {
  width: 140px;
}

#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 50px 0 40px 0;
}

#footer .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .container .content p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 15px;
}

#footer .container {
  align-items: center;
}

.content {
  width: 94%;
}

.content .item {
  display: flex;
  justify-content: flex-start;
  width: 37.2%;
}

.content .item .links {
  font-size: 0.8rem;
}

.content .item .links a {
  text-decoration: none;
  color: #fff;
}

.content .item:first-child {
  width: 25%;
}

#footer .line .container .logo-footer {
  left: 0;
  right: unset;
}

.terms-footer {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  margin-top: 61px;
  font-size: 0.8rem;
}

.terms-footer a {
  font-size: 0.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 480px) {
  .location-near-you-box {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  #buscador .container .search .buscar .cep .inputs {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  #buscador .container .search .buscar .maps .list-clinic {
    padding: 20px 10px;
  }
  #buscador .container .search .buscar .maps .list-clinic .list {
    grid-template-columns: 1fr;
    padding: 0;
  }

  #footer .container {
    align-items: center;
  }
  #footer .container .content {
    flex-direction: column;
  }
  #footer .container .content .item {
    width: 100%;
    justify-content: center;
  }
  #footer .container .content .item p {
    text-align: center;
  }
  #footer .container .terms-footer {
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    text-align: center;
    margin-left: -12px;
    margin-top: 40px;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
