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;
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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; }

.menu {
  width: 60px;
  height: 60px;
  position: relative;
  box-sizing: border-box;
  display: none; }
  .menu label {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    transition: all .3s linear; }
  .menu span {
    width: 39px;
    height: 4px;
    position: absolute;
    top: 29px;
    left: 11px;
    background-color: white;
    transition: all .3s linear; }
    .menu span::before {
      content: "";
      width: 39px;
      height: 4px;
      bottom: -15px;
      position: absolute;
      background-color: white;
      transition: all .3s linear; }
    .menu span::after {
      content: "";
      width: 39px;
      height: 4px;
      top: -15px;
      position: absolute;
      background-color: white;
      transition: all .3s linear; }

#check {
  position: absolute;
  z-index: 1;
  display: none; }

#check:checked ~ span {
  background-color: transparent; }

#check:checked ~ span:before {
  transform: translate(0px, -15px) rotate(-45deg); }

#check:checked ~ span:after {
  transform: translate(0px, 15px) rotate(45deg); }

.topo-site {
  background-color: #324677;
  width: 100%;
  height: 20px; }

.box1-header {
  background-color: white;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cabecalho nav {
  background-color: #324677;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
.cabecalho ul {
  display: flex;
  min-width: 420px;
  justify-content: space-between; }
  .cabecalho ul a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    transition: .3s; }
    .cabecalho ul a:hover {
      color: #3186D9; }

.titulos {
  background-image: url("../imagens/banner-titulos.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px; }
  .titulos h2 {
    font-family: playfair-display, serif;
    font-size: 3.5em;
    color: white;
    font-weight: 900; }

.section-agende {
  background-color: #324677;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px; }

.grid-agende {
  width: 1216px;
  padding: 0 30px 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .grid-agende h3 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 2.25em;
    color: white; }
  .grid-agende a {
    background-color: #3186D9;
    font-size: 18px;
    color: white;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    display: flex;
    width: 245px;
    min-width: 245px;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    text-decoration: none; }
    .grid-agende a:hover {
      background-color: #50A8FF; }
    .grid-agende a::after {
      content: "";
      display: inline-block;
      background-image: url("../imagens/icon-seta.svg");
      margin-left: 10px;
      width: 18px;
      height: 13px; }

.rodape {
  background-image: url("../imagens/banner-rodape.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
  display: flex;
  padding-bottom: 90px;
  justify-content: center; }

.grid-rodape {
  width: 1216px;
  padding: 0 30px 0 30px;
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
  justify-content: space-between; }

.rodape-1 {
  max-width: 384px;
  width: 31%;
  margin-right: 25px; }
  .rodape-1 img {
    width: 100%;
    max-width: 384px;
    min-width: 305px; }
  .rodape-1 p {
    font-family: brandon-grotesque, sans-serif;
    font-size: 1em;
    color: white;
    line-height: 23px;
    text-align: left;
    margin-top: 55px; }

.rodape-2 {
  margin: 0 30px 0 25px; }
  .rodape-2 p {
    font-family: brandon-grotesque, sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1em;
    line-height: 23px;
    margin-bottom: 35px; }
  .rodape-2 li {
    font-family: brandon-grotesque, sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 24px; }
  .rodape-2 h3 {
    font-family: brandon-grotesque, sans-serif;
    color: white;
    font-weight: 700;
    font-size: 1.25em; }
    .rodape-2 h3::after {
      content: "";
      background-color: #3186D9;
      display: block;
      margin: 10px 0 20px 0;
      height: 3px;
      width: 65px; }

.whatsapp-icon::before {
  content: "";
  background-image: url("../imagens/icon-whatsapp.png");
  height: 19px;
  width: 19px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px; }

.celular-icon::before {
  content: "";
  background-image: url("../imagens/icon-celular.png");
  display: inline-block;
  margin-right: 10px;
  height: 22px;
  width: 12.4px;
  position: relative;
  top: 5px; }

.phone-icon::before {
  content: "";
  background-image: url("../imagens/icon-phone.png");
  display: inline-block;
  margin-right: 10px;
  height: 17.52px;
  width: 17.52px;
  position: relative;
  top: 5px; }

.email-icon::before {
  content: "";
  background-image: url("../imagens/icon-email.png");
  display: inline-block;
  margin-right: 10px;
  height: 14.51px;
  width: 19px;
  position: relative;
  top: 5px; }

.titulo-mapa {
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-weight: 700;
  font-size: 1.25em; }
  .titulo-mapa::after {
    content: "";
    background-color: #3186D9;
    display: block;
    margin: 10px 0 20px 0;
    height: 3px;
    width: 65px; }

@media (max-width: 960px) {
  .grid-agende h3 {
    font-size: 1.8em; }

  .rodape {
    height: auto; }

  .rodape-1 {
    min-width: 300px;
    margin-bottom: 50px; }

  .grid-rodape {
    flex-wrap: wrap;
    justify-content: space-around; } }
@media (max-width: 585px) {
  .titulos h2 {
    font-size: 2.5em; }

  .menu {
    display: block; }

  .cabecalho nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .cabecalho nav ul {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-width: 290px;
      align-items: center;
      height: auto;
      transition: all .3s linear; }
      .cabecalho nav ul li {
        width: 100%;
        max-width: 290px; }
      .cabecalho nav ul a {
        display: block;
        text-align: center;
        padding: 25px 0;
        width: 100%;
        max-width: 290px;
        box-sizing: border-box; }

  .box1-header {
    height: 130px; }

  .logo-principal {
    max-width: 400px;
    width: 100%;
    min-width: 250px; }

  .section-agende {
    height: 200px; }

  .grid-agende {
    flex-direction: column;
    justify-content: center; }
    .grid-agende h3 {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-align: center; }

  .rodape {
    height: auto; }

  .mapa-home {
    width: 250px; }

  .grid-rodape {
    width: 250px; }

  .rodape-1 {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 250px;
    margin-right: 0;
    margin-bottom: 0; }
    .rodape-1 p {
      margin-top: 35px;
      margin-bottom: 60px;
      text-align: center; }
    .rodape-1 img {
      min-width: 250px; }

  .rodape-2 {
    margin: 0 0 35px 0;
    justify-content: space-between; }

  .endereco-box {
    margin-right: 20px; } }
.banner-1 {
  background-image: url("../imagens/banner1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center; }

.grid-banner {
  width: 1216px;
  padding: 0 30px 0 30px;
  display: flex;
  align-items: center;
  height: 100%; }

.text-banner-1 {
  max-width: 592px;
  width: 100%; }
  .text-banner-1 h1 {
    text-transform: uppercase;
    font-size: 3.5em;
    font-family: brandon-grotesque, sans-serif;
    color: white;
    margin-bottom: 30px;
    font-weight: 500; }
  .text-banner-1 p {
    font-family: brandon-grotesque, sans-serif;
    color: white;
    font-size: 1.75em;
    line-height: 35px;
    font-weight: 400; }
  .text-banner-1 a {
    background-color: #3186D9;
    font-size: 18px;
    color: white;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    display: flex;
    margin-top: 65px;
    max-width: 245px;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    text-decoration: none; }
    .text-banner-1 a:hover {
      background-color: #50A8FF; }
    .text-banner-1 a::after {
      content: "";
      display: inline-block;
      background-image: url("../imagens/icon-seta.svg");
      margin-left: 10px;
      width: 18px;
      height: 13px; }

.sobre-home {
  width: 100%;
  height: 590px;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right, white, #F7FBFF); }

.grid-sobre {
  width: 1216px;
  padding: 0 30px 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.box-sobre-texto {
  max-width: 488px; }
  .box-sobre-texto h2 {
    font-family: playfair-display, serif;
    font-weight: 900;
    font-size: 3.5em;
    color: #324677; }
    .box-sobre-texto h2::after {
      content: "";
      display: block;
      width: 140px;
      height: 4px;
      margin-top: 30px;
      margin-bottom: 38px;
      background-color: #3186D9; }
  .box-sobre-texto p {
    font-family: brandon-grotesque, sans-serif;
    color: #656565;
    font-weight: 400;
    font-size: 1.12em;
    line-height: 26px; }
  .box-sobre-texto a {
    text-decoration: none;
    display: block;
    color: #3186D9;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1.25em; }
    .box-sobre-texto a::after {
      content: "";
      display: inline-block;
      background-image: url("../imagens/icon-seta-azul.svg");
      margin-left: 10px;
      width: 18px;
      height: 13px; }

.box-sobre-fotos {
  max-width: 696px;
  display: flex;
  margin-left: 50px; }

.img1 {
  max-width: 413px;
  width: 100%; }

.img2 {
  margin-top: 50px;
  max-width: 280px;
  width: 100%; }

.area-home {
  width: 100%;
  padding: 95px 0 85px 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center; }

.grid-area {
  width: 1216px;
  padding: 0 30px 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.box-area-fotos {
  display: flex;
  justify-content: space-between;
  width: 51%;
  position: relative;
  margin-left: 60px; }
  .box-area-fotos img {
    width: 100%; }
  .box-area-fotos figure {
    position: relative;
    width: 100%; }
  .box-area-fotos figcaption {
    display: flex;
    width: 100%;
    position: relative; }

.img-fig-4 {
  margin-left: 30px; }

.txt-1 {
  font-size: 1.125em;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px; }

.txt-2 {
  font-size: 1em;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px; }

.faixa {
  background-color: #324677;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  display: flex; }

.box-area-texto {
  max-width: 488px; }
  .box-area-texto h2 {
    font-family: playfair-display, serif;
    font-weight: 900;
    font-size: 3.5em;
    color: #324677; }
    .box-area-texto h2::after {
      content: "";
      display: block;
      width: 140px;
      height: 4px;
      margin-top: 30px;
      margin-bottom: 38px;
      background-color: #3186D9; }
  .box-area-texto p {
    font-family: brandon-grotesque, sans-serif;
    color: #656565;
    font-weight: 400;
    font-size: 1.12em;
    line-height: 26px; }
  .box-area-texto a {
    text-decoration: none;
    display: block;
    color: #3186D9;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1.25em; }
    .box-area-texto a::after {
      content: "";
      display: inline-block;
      background-image: url("../imagens/icon-seta-azul.svg");
      margin-left: 10px;
      width: 18px;
      height: 13px; }

@media (max-width: 960px) {
  .img1 {
    min-width: 305px; }

  .img2 {
    display: none; }

  .img-fig-3 {
    display: none; }

  .box-area-fotos {
    width: auto;
    margin-right: 30px; }
    .box-area-fotos figure {
      max-width: 295px;
      min-width: 230px; }
    .box-area-fotos img {
      max-width: 295px;
      min-width: 230px; } }
@media (max-width: 700px) {
  .box-area-fotos {
    display: none; }

  .grid-area {
    justify-content: center; }

  .box-area-texto {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%; }
    .box-area-texto h2 {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .box-area-texto p {
      text-align: center; }
    .box-area-texto a {
      text-align: center; }

  .box-sobre-fotos {
    display: none; }

  .grid-sobre {
    justify-content: center;
    align-items: center; }

  .box-sobre-texto {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .box-sobre-texto h2 {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .box-sobre-texto p {
      text-align: center; }
    .box-sobre-texto a {
      text-align: center; }

  .text-banner-1 {
    text-align: center; }
    .text-banner-1 h1 {
      font-size: 3em; }
    .text-banner-1 a {
      margin: 65px auto 0 auto; } }
.quem-somos {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 130px; }

.grid-quem-somos {
  width: 1216px;
  padding: 0 30px 0 30px;
  height: 100%;
  display: flex;
  justify-content: space-between; }
  .grid-quem-somos img {
    margin-left: 30px;
    width: 100%; }

.img-sobre {
  max-width: 488px;
  display: block;
  margin-right: 30px; }

.box-paragrafos {
  max-width: 590px; }
  .box-paragrafos p {
    font-family: brandon-grotesque, sans-serif;
    color: #656565;
    font-size: 1.125em;
    line-height: 26px; }
  .box-paragrafos ul {
    list-style-type: disc; }
  .box-paragrafos li {
    font-family: brandon-grotesque, sans-serif;
    color: #656565;
    font-size: 1.125em;
    line-height: 26px; }

.grid-atuacao {
  width: 1216px;
  padding: 0 30px 0 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative; }

.imagens-atuacao {
  display: flex;
  flex-direction: column;
  max-width: 490px;
  margin-left: 40px;
  position: relative;
  align-self: flex-start; }
  .imagens-atuacao img {
    width: 100%; }
  .imagens-atuacao h3 {
    font-size: 1.5em;
    font-family: brandon-grotesque, sans-serif;
    color: white;
    text-transform: uppercase;
    background-color: #3186D9;
    line-height: 34px;
    width: 100%;
    text-align: center;
    padding: 30px 20px 30px 20px;
    position: absolute;
    box-sizing: border-box;
    top: 70%;
    margin-top: -148px; }

.box-contato {
  width: 100%;
  display: flex;
  justify-content: center; }

.grid-contato {
  width: 1216px;
  padding: 0 30px 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .grid-contato h3 {
    font-size: 1.5em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    color: #656565;
    text-align: center; }
    .grid-contato h3::after {
      content: "";
      display: block;
      background-color: #3186D9;
      width: 133px;
      height: 2px;
      position: relative;
      margin-top: 20px;
      margin-bottom: 80px;
      left: 200px; }

.field-dados {
  width: 40%;
  display: flex;
  max-width: 488px;
  flex-direction: column; }

.formulario {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 120px; }
  .formulario span {
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 10px; }
  .formulario input {
    width: 100%;
    height: 50px;
    border: 2px solid #E2E2E2;
    font-family: brandon-grotesque, sans-serif;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #656565;
    margin-bottom: 40px;
    box-sizing: border-box; }
    .formulario input::placeholder {
      color: #B8B8B8; }
    .formulario input:focus {
      border: 2px solid #3186D9; }

.field-msg {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-left: 20px; }
  .field-msg textarea {
    width: 100%;
    font-family: brandon-grotesque, sans-serif;
    border: 2px solid #E2E2E2;
    padding: 15px 0 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
    box-sizing: border-box; }
    .field-msg textarea::placeholder {
      color: #B8B8B8; }
    .field-msg textarea:focus {
      border: 2px solid #3186D9; }
  .field-msg button {
    background-color: #3186D9;
    font-size: 18px;
    color: white;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    width: 245px;
    text-align: center;
    height: 50px;
    font-size: 1.125em;
    border: none;
    box-sizing: border-box; }
    .field-msg button:hover {
      background-color: #50A8FF; }

.mapa {
  width: 100%;
  height: 400px; }

.mensagem-enviada h4 {
  margin: 60px 0 60px 0;
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  font-size: 2.5em;
  color: #656565; }

@media (max-width: 960px) {
  .grid-quem-somos {
    flex-direction: column;
    align-items: center; }

  .grid-atuacao {
    flex-direction: column;
    align-items: center; }

  .imagens-atuacao {
    order: -1;
    margin-bottom: 60px;
    margin-left: 0;
    align-self: center; }

  .img-sobre {
    order: -1;
    margin-bottom: 50px;
    min-width: 250px;
    margin-right: 0; }
    .img-sobre img {
      margin-left: 0; } }
@media (max-width: 585px) {
  .grid-contato h3 {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .grid-contato h3::after {
      left: 0; }

  .formulario {
    flex-direction: column; }

  .field-dados {
    width: 100%;
    max-width: 100%; }

  .field-msg {
    width: 100%;
    margin-left: 0; } }

/*# sourceMappingURL=style.css.map */
