@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.divider {
  margin: 30px 0 0 0;
}

.divider__image {
  width: 100%;
  height: auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.header__logo img {
  max-height: 80px;
  width: auto;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.header__nav a {
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

#menu_links {
  position: fixed;
  top: 120px;
  left: 500px;
  background-color: #F1F1F1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 50px 50px;
  z-index: 10;
}

#menu_links li {
  margin-top: 35px;
}

#menu_links a {
  color: #111111;
  text-decoration: none;
  font-size: 1.125rem;
  padding-top: 10px;
}

.show_menu {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  left: 0 !important;
}

.hide_menu {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  left: 500px !important;
}

.coleta {
  margin-bottom: 60px;
  padding: 15px 0;
}

@media only screen and (max-width: 767.98px) {
  .coleta {
    margin: 5px;
  }
}

.coleta__card {
  background-color: black;
  padding: 30px;
  margin: 1rem;
  width: 425px;
  height: 600px;
  border-radius: 25px;
  background-color: #f2f2f2cb;
  -webkit-box-shadow: 2px 4px 3px 1px #3333331c;
          box-shadow: 2px 4px 3px 1px #3333331c;
}

@media only screen and (max-width: 767.98px) {
  .coleta__card {
    width: 300px;
    height: 700px;
    font-size: 14px;
  }
}

.coleta__title {
  text-align: center;
  margin-bottom: 15px;
}

.unidades__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 25px;
}

.unidades__section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .unidades__section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.unidades__section .flickity-viewport {
  width: 600px;
}

@media only screen and (max-width: 767.98px) {
  .unidades__section .flickity-viewport {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .unidades__section .gallery-cell {
    width: 100%;
  }
}

.unidades__section h3 {
  margin-bottom: 25px;
}

.unidades__section p {
  margin-bottom: 15px;
}

.farmacia {
  margin-bottom: 25px;
}

.farmacia__text {
  margin-left: 25px;
}

.endereco__container {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .endereco__container {
    margin: 5px !important;
  }
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

@media only screen and (max-width: 767.98px) {
  .map {
    margin-left: -5px !important;
  }
}

.contato {
  grid-area: hero;
}

.contato h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}

.contato-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .contato-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contato-form {
  height: 100%;
  width: 100%;
  margin-right: 15px;
  padding: 30px;
  background-color: #F1F1F1;
  border-radius: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
  .contato-form {
    margin: 15px;
    width: auto;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.form-group .title_label {
  margin-bottom: 3px;
  color: #111111;
  font-size: 1rem;
  font-weight: 600;
}

.form-group input {
  border-color: #d4d5f5;
  border-width: 1px;
  border-radius: 3px;
  height: 25px;
}

.form-group textarea {
  border-color: #d4d5f5;
  border-width: 1px;
  border-radius: 3px;
  resize: none;
}

.radio_input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selectable_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.selectable_input label {
  margin-left: 5px;
}

.submit-btn {
  padding: 10px 30px 10px 30px;
  border: none;
  border-radius: 15px;
  background-color: #0A08D7;
  color: #F1F1F1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}

.contato-locais {
  width: 50%;
}

@media only screen and (max-width: 767.98px) {
  .contato-locais {
    width: auto;
    margin: 15px;
  }
}

.contato-item-card {
  background-color: #F1F1F1;
  border-radius: 15px;
  padding: 15px;
}

.contato-item-card:not(:last-of-type) {
  margin-bottom: 15px;
}

.contato-item-data {
  margin: 10px 0 10px 0;
}

.contato-item-data h3 {
  font-weight: bolder;
  font-size: 1.125rem;
  color: #111111;
  margin-bottom: 5px;
}

.contato-item-data p:not(:last-child) {
  margin-bottom: 2px;
}

.contato-item-data .contato-fone {
  margin: 10px 0 10px 0;
}

.contato-item-data h5 {
  font-size: 1rem;
  font-weight: bold;
}

.about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .about__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__section h3 {
  margin-bottom: 25px;
}

.about__section p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .about__section p {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about__section img {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.farmacia {
  margin-bottom: 25px;
}

.farmacia__text {
  margin-left: 25px;
}

@media only screen and (max-width: 767.98px) {
  .farmacia__text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.laboratorio__image {
  margin-left: 25px;
}

@media only screen and (max-width: 767.98px) {
  .laboratorio__image {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .laboratorio__text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.mvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 30px;
}

@media only screen and (max-width: 767.98px) {
  .mvv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mvv__card {
  max-width: 300px;
  height: 200px;
  padding: 30px;
  border-radius: 25px;
  background-color: #f2f2f2cb;
  -webkit-box-shadow: 2px 4px 3px 1px #3333331c;
          box-shadow: 2px 4px 3px 1px #3333331c;
}

@media only screen and (max-width: 767.98px) {
  .mvv__card {
    margin-bottom: 15px;
  }
}

.mvv__card h3 {
  margin-bottom: 20px;
}

.mvv__card p {
  line-height: 17px;
}

.thumb {
  max-width: 300px;
  height: auto;
}

footer {
  width: 100%;
  grid-area: footer;
  background-color: #F1F1F1;
  padding: 15px 0;
}

@media only screen and (max-width: 767.98px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 30px 0;
  }
}

footer .contatos {
  margin-left: 30px;
}

footer .contatos .row {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  footer .contatos .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .contatos .row:last-of-type {
  margin-top: 30px;
}

footer .contatos .contato {
  width: 200px;
}

@media only screen and (max-width: 767.98px) {
  footer .contatos .contato:not(:first-child) {
    margin-top: 15px;
  }
}

footer .contatos h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #111111;
}

@media only screen and (max-width: 767.98px) {
  footer .contatos h3 {
    font-size: 1rem;
  }
}

footer .contatos p {
  font-size: 0.625rem;
  line-height: 16px;
}

@media only screen and (max-width: 767.98px) {
  footer .contatos p {
    font-size: 0.75rem;
    line-height: 18px;
  }
}

.fa {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook,
.fa-instagram {
  color: white;
}

.facebook {
  background: #3B5998;
}

.instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", Sans-serif !important;
  background-color: #fcfcfc;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .container {
    width: 100%;
  }
}

.title_sm {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
}

.title_md {
  font-size: 28px;
  font-weight: bold;
  color: #111111;
}

.text_md {
  font-size: 14px;
  color: #333333;
  line-height: 17px;
}

@media only screen and (max-width: 767.98px) {
  .container_sobre {
    -ms-grid-rows: 120px auto auto;
        grid-template-rows: 120px auto auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .container_contato {
    -ms-grid-rows: 120px auto auto;
        grid-template-rows: 120px auto auto;
  }
}

.temp-text {
  text-align: center;
  padding-top: 10%;
}

.hero {
  grid-area: hero;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767.98px) {
  .hero {
    height: 500px !important;
    background-size: auto 100%;
  }
}

.bg_pc {
  background-image: url("../images/laboratorio_1000px.jpg");
}

.bg_mobile {
  background-image: url("../images/laboratorio_mobile.JPG");
}

@media only screen and (max-width: 767.98px) {
  .hide__mobile {
    display: none;
  }
}

.show__mobile {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .show__mobile {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */