* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
  font-family: "Roboto";
}

.display, .div_buscar, .buscar, .div_icon_buscar, .img_resultado, .div_img_card, .precio_card, .text_btn_ver, .contacto, .btn_contacto, .div_somos, .div_somos_description {
  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;
}

.div_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.div_buscar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
  width: 100%;
}

.buscar {
  border-radius: 5px;
  background-color: #008e8a;
  padding: 2px;
  width: 500px;
}

.input_buscar {
  outline: none;
  padding: 0 5px;
  border-radius: 4px;
  border: 0;
  width: 100%;
  height: 30px;
}

.input_buscar::-webkit-input-placeholder {
  font-size: 1.1em;
}

.input_buscar:-ms-input-placeholder {
  font-size: 1.1em;
}

.input_buscar::-ms-input-placeholder {
  font-size: 1.1em;
}

.input_buscar::placeholder {
  font-size: 1.1em;
}

.icon_buscar {
  margin: 0 5px;
  padding: 0 5px;
  width: 20px;
}

.div_resultado {
  background-color: red;
  width: 500px;
  max-height: 400px;
  background-color: #fff;
  border: 2px solid #008e8a;
  border-radius: 5px;
  margin-top: -2px;
  overflow-y: auto;
}

.div_resultado::-webkit-scrollbar {
  width: 0.2em;
  border-radius: 5px;
}

.div_resultado::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 5px;
}

.resultado {
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: 1px solid #008e8a;
}

.resultado:last-child {
  border-bottom: none;
}

.resultado:hover {
  background-color: #008e8a;
}

.resultado:hover .text_resultado p {
  color: #fff;
}

.img_resultado {
  width: 50px;
}

.img_resultado img {
  width: 40px;
  border-radius: 2px;
}

.text_resultado p {
  color: #616161;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 0.9em;
  padding: 0 10px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  width: 210px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
}

.description {
  padding: 5px;
}

.div_img_card {
  height: 190px;
  width: 100%;
  background-color: #ebebeb;
}

.img_card {
  width: auto;
  max-height: 190px;
  max-width: 170px;
  border-radius: 5px;
}

.title_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #616161;
  text-align: center;
  margin: 5px 0;
}

.img_title {
  margin-right: 5px;
  width: 30px;
}

.text_title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.6em;
}

.precio_card {
  margin: 5px 0;
}

.precio_card_number {
  color: #616161;
}

.numero_precio {
  font-size: 1.3em;
}

.icon_precio_card {
  margin-right: 5px;
  width: 1em;
}

.div_btn_ver {
  border-radius: 8px;
  margin: 15px 0;
  width: 70%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.div_btn_ver p {
  text-shadow: 0 0 2px #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 0.9em;
  color: #fff;
}

.img_btn_ver {
  padding: 6px;
  width: 20px;
  border-radius: 5px;
}

.btn_detalle {
  background-color: #008e8a;
}

.btn_detalle img {
  background-color: #006461;
}

.btn_comprar {
  background-color: #00ae7f;
}

.btn_comprar img {
  background-color: #00946d;
}

.text_btn_ver {
  width: 100%;
}

.contacto {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 200px;
}

.contacto h2 {
  color: #616161;
  font-size: 1.5em;
  text-transform: uppercase;
}

.btn_contacto {
  width: 100%;
}

.goto_contacto {
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  background-color: #00ae7f;
  text-decoration: none;
}

.goto_contacto img {
  width: 30px;
  padding: 10px;
  background-color: #00946d;
  border-radius: 8px;
}

.goto_contacto span {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  color: #fff;
}

.div_somos {
  margin: 50px 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.somos_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 10px 15px;
  width: 200px;
  height: 150px;
}

.icon_somos_card {
  width: 80px;
}

.div_somos_description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #616161;
}

.div_somos_description h2 {
  font-size: 1.1em;
}

.div_somos_description p {
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .card {
    margin: 5px;
    width: 45%;
  }
  .div_btn_ver {
    width: 90%;
  }
  .div_btn_ver p {
    font-size: 1em;
  }
  .img_btn_ver {
    padding: 8px;
  }
  .buscar {
    width: 90%;
  }
  .div_resultado {
    width: 90%;
  }
  .input_buscar {
    height: 40px;
  }
  .somos_card {
    width: 40%;
  }
}
/*# sourceMappingURL=style.css.map */