@import url("https://fonts.googleapis.com/css?family=Dancing+Script&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;
}

/* 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 {
  content: '';
  content: none;
}

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

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

html,
body {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  background-color: #B67770;
  font-family: Century Gothic;
  color: #595757;
  height: 100%;
}

h1 {
  font-family: "Dancing Script", cursive;
  font-size: 4.75em;
  color: #595757;
  text-align: center;
}

h2 {
  font-size: 1.5em;
  color: #595757;
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
}

p {
  font-size: 1.2em;
  line-height: 29px;
  text-align: center;
}

b {
  font-weight: bold;
}

header {
  margin-bottom: 70px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.background {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.background::before {
  content: "";
  position: absolute;
  background: url(../../image/background-bolls.svg) no-repeat center;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .background::before {
    background-size: 150%;
  }
}

.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 434px;
  background: #C99586;
  opacity: 0.5;
}

.line::before {
  content: "";
  width: 100%;
  height: 194px;
  background: #EBCBAA;
}

@media screen and (max-width: 720px) {
  .line {
    display: none;
  }
}

.line-hidden {
  width: 60%;
  height: 100%;
  background: #C99586;
  opacity: 0.5;
  display: none;
  margin: 0 auto;
}

.line-hidden::before {
  content: "";
  width: 40%;
  height: 100%;
  background: #EBCBAA;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .line-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section {
  position: relative;
  z-index: 9999;
  width: 524px;
  margin: auto;
  background: #FDF9F7;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 56px;
}

@media screen and (max-width: 920px) {
  section {
    padding: 32px;
  }
}

@media screen and (max-width: 620px) {
  section {
    padding: 32px;
    margin: 10% 24px auto;
  }
}

@media screen and (max-width: 440px) {
  section {
    padding: 24px;
    margin: 10% 24px auto;
  }
  section h1 {
    font-size: 4em;
  }
}

@media screen and (max-width: 380px) {
  section {
    padding: 16px;
    margin: 10% 24px auto;
  }
  section h1 {
    font-size: 3em;
  }
}

article a.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #595757;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
}

article a.tel .icon-whats {
  width: 24px;
  height: 24px;
  background: url(../../image/icon-whatsapp.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  margin-right: 8px;
}

article a.link {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #B67770;
  text-decoration: underline;
  margin: 24px 0;
}

@media screen and (max-width: 360px) {
  article a.link {
    font-size: 1em;
  }
}

.logo-hor-psi {
  margin-top: 55px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: url(../../image/logo-hor-psi.svg) no-repeat;
  background-size: 309px;
  background-position: center;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 420px) {
  .logo-hor-psi {
    background-size: 100%;
  }
}

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  bottom: 8px;
}

.page-footer .logo-sm-psi {
  margin-right: 16px;
  background: url(../../image/logo-sm-psi.svg) no-repeat;
  background-size: 36px;
  background-position: center;
  width: 100px;
  height: 50px;
}

.page-footer a.logo-pdstudio {
  background: url(../../image/logo-pdstudio-sm.svg) no-repeat;
  background-size: 96px;
  background-position: center;
  width: 100px;
  height: 50px;
  margin-right: 16px;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.page-footer a.logo-pdstudio:hover {
  opacity: 1;
  background-size: 100px;
}

.page-footer .space {
  width: 100px;
}
/*# sourceMappingURL=main.css.map */