@charset "UTF-8";
/* 2. Vari├íveis */
/* 3. Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }
.img-ico {
  border-style: none;
  width: 32px;
  height: 32px;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Reset */
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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; }

p {
  margin: 1em 0;
  line-height: 1.5em;
  font-size: 1.2rem; }
.forte {
    font-weight: bold;
}
h1 {
  margin: 0 0 .8em;
  font-size: 2.8em;
  text-transform: uppercase; }

h2 {
  font-size: 1.9em; }

h3 {
  margin: 1em 0;
  font-size: 1.5em; }

h4 {
  margin: 1em 0;
  font-size: 1.2em; }

h5 {
  margin: 1em 0;
  font-size: 1em; }

h6 {
  margin: 1em 0;
  font-size: .8em; }

img {
  max-width: 100%; }

a {
  line-height: 1.5em;
  text-decoration: none;
  color: #ff6600; }

input {
  width: 100%; }

.titulo {
  font-weight: normal; }

article {
  background-color: #fff;
  padding: 4em;
  border-radius: 0.3em; }

article h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  margin: 1.8em 0 1em;
  color: #33cc99; }

article h6 {
  font-weight: bold;
  color: #737373; }

article p {
  font-family: "helvetica", sans-serif; }

article ul, ol {
  font-size: 1.2em;
  font-family: "helvetica", sans-serif;
  line-height: 1.8em;
  margin-left: 2em;
  list-style: square; }

.fa-facebook,
.fa-instagram {
  font-size: 2em; }

.alert {
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5em; }

.alert-danger {
  background-color: #f76258; }

.alert-success {
  background-color: #10b60b; }

.closeBtn {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: .5em;
  line-height: 2em;
  cursor: pointer;
  transition: 0.3s; }

.closeBtn:hover {
  color: #292929; }

.btn-inicio {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out; }

.btn-inicio button {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #e3b4f4;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  color: white;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out; }

.btn-inicio button.main {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #e3b4f4;
  right: 0;
  bottom: 0;
  z-index: 999; }

#map {
  width: 100%;
  height: 600px;
  background-color: #a9dbca; }

.app {
  background: #F2F5F7;
  font-family: "Montserrat", sans-serif;
  display: grid;
  grid-template-areas: "cabecalho" "conteudo" "rodape";
  grid-template-columns: auto;
  grid-template-rows: auto auto auto; }

.cabecalho {
  grid-area: cabecalho;
  background-color: #fff;
  position: sticky;
  box-shadow: 0px 1px 15px 0px #CCC;
  top: 0px;
  z-index: 999; }

.hero {
  max-width: 100%;
  min-width: 100%; }

.conteudo {
  grid-area: conteudo; }

.rodape {
  background: #9900cc;
  color: #fff;
  grid-area: rodape;
  padding: 1rem; }

.assinatura {
  background-color: #e3b4f4;
  text-align: center;
  padding: 2em;
  font-weight: bold;
  font-size: .8em; }

.card__artigo {
  display: grid;
  margin-bottom: 100px; }

.card__artigo__texto {
  grid-area: card-texto;
  vertical-align: top; }

.card__artigo__texto--margem {
  margin: 0 40px 30px 0px; }

.card__artigo__imagem {
  grid-area: card-imagem; }

#quemsomos,
#especialidades,
#terapias,
#profissionais,
#paiscuidadores,
#unidades,
#contato {
  padding-top: 240px; }

.erros {
  background-color: #fff;
  padding: 40px;
  text-align: center; }

.cabecalho__grid-cabecalho {
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-areas: "logo navbar";
  grid-template-columns: 20% 80%; }

.cabecalho__nav-bar a {
  opacity: .8;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 2em;
  color: #ff6600; }

.cabecalho__nav-bar a:hover {
  opacity: 1; }

.cabecalho__progress-bar {
  --progresso: 0;
  height: 2px;
  padding: 0px;
  background-color: #fff;
  display: flex; }

.cabecalho__progress-bar::before {
  content: "";
  width: calc(var(--progresso) * 1%);
  background-color: #9900cc;
  transition: all 0.2s ease; }

.cabecalho__logo-grande {
  transform: scale(0.8); }

.cabecalho__logo-medio {
  display: none; }

.cabecalho__logo-pequeno {
  display: none; }

.cabecalho__menu-abrir,
.cabecalho__menu-fechar {
  background: none;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  font-size: 1.6em;
  text-indent: -999em;
  cursor: pointer; }

.cabecalho__menu-abrir {
  grid-area: btn-menu;
  height: 0;
  width: .75em;
  padding-top: .100em;
  border-top: 0.375em double #9900cc;
  border-bottom: 0.125em solid #9900cc;
  vertical-align: middle;
  margin: 0.2em; }

.cabecalho__menu-fechar {
  position: relative;
  height: 1.8em;
  width: 1em; }

.cabecalho__menu-fechar:before {
  content: '\00D7';
  position: absolute;
  color: #9900cc;
  font-size: 1.4em;
  top: 0;
  bottom: 10px;
  left: 0;
  text-indent: 0; }

.menu-ativo .cabecalho__nav-bar {
  left: 0; }

.menu-ativo:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 5s; }

blockquote {
  font-style: italic;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px; }

.front {
  border: 0px;
  line-height: 0;
  text-align: center; }

.front__faixa {
  border: 0px;
  width: 100%;
  height: 14px;
  background-color: #ffcc00; }

.quemsomos {
  padding: 4em 8em 4em 8em; }

.unidades {
  padding: 4em 8em 4em 8em; }
  
.especialidades {
  padding: 4em 8em 4em 8em; }

.terapias {
  padding: 4em 8em 4em 8em; }

.profissionais {
  padding: 4em 8em 4em 8em; }

.profissionais__conteudo {
  display: flex; }

.profissionais__cartao {
  grid-template-areas: "cartao-imagem" "cartao-corpo";
  grid-template-columns: 100%;
  text-align: center;
  box-shadow: 0 1px 5px #CCC;
  background-color: #fff;
  margin-bottom: 3em; }

.profissionais__cartao__imagem {
  grid-area: cartao-imagem;
  transform: scale(1.5);
  border-radius: 50%; }

.profissionais__cartao__corpo {
  display: grid;
  grid-area: cartao-corpo;
  grid-row-gap: .5rem;
  grid-template-areas: "cartao-cabecalho" "cartao-conteudo";
  grid-template-rows: 50px auto;
  background-color: #fff;
  padding: .75rem; }

.profissionais__cartao__titulo {
  font-weight: bold;
  text-align: center; }

.profissionais__cartao__subtitulo {
  text-align: center; }

.profissionais__cartao__descricao {
  text-align: left; }

.profissionais__cartao__descricao article {
  padding: 2em; }

.profissionais__social li {
  display: inline;
  margin-right: .8em; }

.paisecuidadores {
  padding: 4em 8em 4em 8em; }

.contato {
  padding: 4em 8em 4em 8em; }

.form__contato {
  margin-left: 4em;
  margin-right: 4em; }

.form__grupo {
  padding: 2em 0 2em 0; }

.form_contato_label {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2em; }

.form__contato__input {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-indent: 10px; }

.form__contato__textarea {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Montserrat", sans-serif; }

.form__contato__button {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  height: 50px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #33cc99;
  display: block;
  border: none;
  border-bottom: 1px solid #0b8007;
  border-right: 1px solid #0b8007;
  transition: .3s; }

.form__contato__button:hover {
  opacity: 1; }

.comochegar {
  padding: 4em 8em 4em 8em; }

.rodape__grid-rodape {
  display: grid;
  background-color: #9900cc;
  color: #fff;
  padding: .5em;
  grid-template-areas: "mapa social endereco";
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: auto; }

.rodape__grid-rodape a {
  color: #fff; }

.rodape__grid-rodape p {
  font-size: 1em;
  color: #fff;
  margin: .5em;
  line-height: 1em; }

.rodape__grid-rodape h3 {
  color: #fff;
  font-weight: bold; }

.rodape__grid-rodape__box-mapa {
  grid-area: mapa;
  padding: 1em 1em; }

.rodape__grid-rodape__box-social {
  grid-area: social;
  padding: 1em 1em; }

.rodape__grid-rodape__box-social li {
  display: inline-block;
  padding: 4px; }

.rodape__grid-rodape__box-endereco {
  grid-area: endereco;
  padding: 1em 1em; }

@media screen and (min-width: 0) {
  .cabecalho__grid-cabecalho {
    grid-template-areas: "menu logo-medio";
    grid-template-columns: 10% 90%; }

  .cabecalho__nav-bar nav {
    display: flex;
    flex-direction: column; }

  .cabecalho__nav-bar a {
    padding: 0em 0em 1em 0em; }

  .cabecalho__nav-bar {
    display: flex;
    grid-area: navbar;
    flex-direction: column;
    align-content: space-between;
    background: #fff;
    margin: 0;
    z-index: 1;
    top: 0;
    left: -90%;
    transition: left 0.3s ease-out;
    padding: 1em;
    height: 100%;
    width: 90%;
    max-width: 320px;
    position: fixed; }

  .cabecalho__menu-abrir {
    grid-area: menu;
    margin-left: 20px; }

  .cabecalho__menu-abrir,
  .cabecalho__menu-fechar {
    display: block; }

  .cabecalho__logo-grande {
    display: none; }

  .cabecalho__logo-medio {
    grid-area: logo-medio;
    transform: scale(0.8);
    justify-items: start;
    display: block; }

  .form__contato {
    margin-left: 1em;
    margin-right: 1em; }

  .rodape__grid-rodape {
    grid-template-areas: "mapa" "social" "endereco";
    grid-template-columns: 100%;
    text-align: center; }

  .profissionais__conteudo {
    flex-direction: column; }

  .quemsomos, .especialidades, .terapias,
  .profissionais, .paisecuidadores,
  .contato, .comochegar {
    padding: 2em 4em 2em 4em; }

  .card__artigo {
    grid-template-columns: 100%;
    grid-template-areas: "card-texto" "card-imagem"; } }
@media screen and (min-width: 768px) {
  .cabecalho__grid-cabecalho {
    grid-template-areas: "menu logo-medio";
    grid-template-columns: 10% 90%; }

  .cabecalho__nav-bar nav {
    display: flex;
    flex-direction: column; }

  .cabecalho__nav-bar a {
    padding: 0em 0em 1em 0em; }

  .cabecalho__menu-abrir {
    grid-area: menu;
    margin-left: 20px; }

  .cabecalho__menu-abrir,
  .cabecalho__menu-fechar {
    display: block; }

  .cabecalho__logo-grande {
    display: none; }

  .cabecalho__logo-medio {
    grid-area: logo-medio;
    transform: scale(0.8);
    display: block; }

  .menu-ativo .cabecalho__nav-bar {
    left: 0; }

  .rodape__grid-rodape {
    grid-template-areas: "mapa" "social" "endereco";
    grid-template-columns: 100%;
    text-align: center; }

  .profissionais__conteudo {
    flex-direction: column; } }
@media screen and (min-width: 992px) {
  .cabecalho__grid-cabecalho {
    background-color: #fff;
    display: grid;
    align-items: center;
    grid-template-areas: "logo navbar";
    grid-template-columns: 20% 80%; }

  .cabecalho__nav-bar nav {
    display: flex;
    flex-direction: row; }

  .cabecalho__nav-bar {
    grid-area: navbar;
    align-items: center;
    flex-direction: initial;
    background: none;
    text-align: right;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: initial; }

  .cabecalho__menu-abrir,
  .cabecalho__menu-fechar {
    display: none; }

  .cabecalho__logo-grande {
    display: block; }

  .rodape__grid-rodape {
    grid-template-areas: "mapa social endereco";
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: auto;
    text-align: left; }

  .profissionais__cartao {
    margin-right: 3em;
    width: calc(50% - 3em); }

  .profissionais__conteudo {
    flex-direction: row; }

  .card__artigo {
    grid-template-areas: "card-texto card-imagem";
    grid-template-columns: 50% 50%; }

  .gallery__box-foto-1__titulo {
    font-size: 4vh;
    font-weight: bold;
    color: white;
    text-align: left; }

  .gallery__box-foto-1__subtitulo {
    font-size: 3vh;
    font-weight: bold;
    color: #9900cc;
    text-align: left; }

  .gallery__box-foto-2__titulo {
    font-size: 4vh;
    font-weight: bold;
    color: white;
    text-align: left; }

  .gallery__box-foto-2__subtitulo {
    font-size: 3vh;
    font-weight: bold;
    color: #ffcc00;
    text-align: left; }

  .gallery__box-foto-3__titulo {
    font-size: 4vh;
    font-weight: bold;
    color: white;
    text-align: left; }

  .gallery__box-foto-3__subtitulo {
    font-size: 3vh;
    font-weight: bold;
    color: #9900cc;
    text-align: left; }

  .gallery__box-foto-4__titulo {
    font-size: 4vh;
    font-weight: bold;
    color: white;
    text-align: left; }

  .gallery__box-foto-4__subtitulo {
    font-size: 2vh;
    font-weight: bold;
    color: #9900cc;
    text-align: left; }

  .gallery__box-foto-5__titulo {
    font-size: 4vh;
    font-weight: bold;
    color: white;
    text-align: left; }

  .gallery__box-foto-5__subtitulo {
    font-size: 2vh;
    font-weight: bold;
    color: #ffe16a;
    text-align: left; } }
    
@media screen and (min-width: 1280px) {
  .container {
    display: flexbox;
    align-items: center;
    width: 1280px; }

  .cabecalho__grid-cabecalho {
    grid-template-areas: "logo navbar";
    grid-template-columns: 20% 80%; }

  .cabecalho__nav-bar nav {
    display: flex;
    flex-direction: row; }

  .cabecalho__nav-bar {
    grid-area: navbar;
    align-items: center;
    font-size: 1.2em;
    background: none;
    width: 100%;
    max-width: 100%;
    position: initial; }

  .cabecalho__menu-abrir,
  .cabecalho__menu-fechar {
    display: none; }

  .cabecalho__logo-grande {
    display: block; }

  .cabecalho__logo-pequeno {
    display: none; }

  .cabecalho__logo-medio {
    display: none; }

  .profissionais__cartao {
    margin-bottom: 0; }

  .quemsomos, .especialidades, .terapias,
  .profissionais, .paisecuidadores, .unidades, 
  .contato, .comochegar {
    padding: 6em 10em 6em 10em; } }
/* @import url('https://fonts.googleapis.com/css?family=Raleway');*/

/*# sourceMappingURL=style.css.map */
