/*Theme Name: Prime Care
/*Author: ALASKA agency
/*Author URI: http://alaska.agency
/*Description: Created by Alaska Agency. We don't use templates, we create them!
/*Version: 1.0
/*License: GNU General Public License v2 or later
/*License URI: http://www.gnu.org/licenses/gpl-2.0.html
/*This theme, like WordPress, is licensed under the GPL */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. Removes 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 */ }

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  background: #fff;
  /* @include smartphone {
        padding-top: 64px;
    } */ }
  body.menu-open {
    overflow: hidden; }

section {
  margin: 0;
  padding: 64px 0; }

.container-flex-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.75% 0 3.75%; }

.container {
  padding: 128px 5%; }

.box15 {
  width: 14.1666666667%;
  margin: 32px 1.25%;
  background-color: #f7f7f7; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .box15 {
      width: 30.8333333333%; } }
  @media screen and (max-width: 567px) {
    .box15 {
      width: 47.5%; } }
.box25 {
  width: 22.5%;
  margin: 32px 1.25%;
  background-color: #f7f7f7; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .box25 {
      width: 47.5%; } }
  @media screen and (max-width: 567px) {
    .box25 {
      width: 97.5%; } }
.box30 {
  width: 30.8333333333%;
  margin: 32px 1.25%; }
  @media screen and (max-width: 567px) {
    .box30 {
      width: 97.5%; } }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .box30 {
      width: 47.5%; } }
.box50 {
  width: 47.5%;
  margin: 32px 1.25%; }
  @media screen and (max-width: 567px) {
    .box50 {
      width: 97.5%;
      margin: 0 1.25%; } }
.box60 {
  width: 64.1666666667%;
  margin: 32px 1.25%;
  background-color: #f7f7f7; }
  @media screen and (max-width: 567px) {
    .box60 {
      width: 97.5%; } }
.box75 {
  width: 72.5%;
  margin: 32px 1.25%;
  background-color: #f7f7f7; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .box75 {
      width: 47.5%; } }
  @media screen and (max-width: 567px) {
    .box75 {
      width: 97.5%; } }
.box100 {
  width: 100%;
  margin: 32px 1.5%;
  background-color: #f7f7f7; }

ul {
  list-style: none;
  padding: 0; }

li {
  line-height: 32px; }

form {
  padding: 0; }

input {
  border: none;
  margin: 16px 0 0 0;
  padding-left: 8px;
  line-height: 32px;
  font-size: 16px; }
  input:focus {
    outline: none; }

select {
  border: none; }

figure {
  margin: 0; }

img {
  width: 100%;
  height: auto;
  margin: 0; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  display: inline;
  float: left; }

.alignright, img.alignright {
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.gallery-item img {
  border: none !important; }

h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  line-height: 48px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #2e9095;
  text-transform: uppercase; }

h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #2e9095;
  text-transform: uppercase; }

h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #64375a;
  text-transform: uppercase; }

h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #2e9095;
  text-transform: uppercase; }

h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #64375a;
  text-transform: uppercase; }

h6 {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #2e9095;
  text-transform: uppercase; }

p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #808080;
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none;
  color: #2e9095;
  font-family: "Open Sans", sans-serif; }

a.button {
  padding: 8px 16px;
  color: #2e9095;
  border: 1px solid #2e9095;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  transition: all .3s ease-in-out; }
  a.button:hover {
    background-color: #2e9095;
    color: #ffffff; }

.content {
  padding: 0px 12.5% 64px 12.5%; }
  @media screen and (max-width: 567px) {
    .content {
      padding: 0px 5% 64px 5%; } }
  .content ul li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 32px;
    color: #808080;
    background: url(assets/images/list-icon.svg) no-repeat left 8px;
    background-size: 16px; }
  .content img {
    border-radius: 16px;
    display: inline;
    width: auto;
    margin: 16px 0;
    max-width: 100%; }
    .content img.alignleft.size-medium {
      width: 50%;
      margin-right: 32px; }
    .content img.alignright.size-medium {
      width: 50%;
      margin-left: 32px; }
    .content img.size-full {
      width: 100%; }

blockquote {
  padding-left: 32px;
  border-left: 2px solid #2e9095; }
  blockquote p {
    font-size: 24px;
    line-height: 48px;
    color: #2e9095;
    font-style: italic; }

address {
  color: #808080;
  line-height: 24px;
  text-transform: none;
  font-style: normal;
  font-family: "Open Sans", sans-serif; }

header {
  width: 100%;
  padding: 0 5%;
  height: 96px;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  z-index: 10;
  position: absolute;
  top: 0;
  transition: background .3s ease-in-out; }
  header.open {
    position: fixed; }
  @media screen and (max-width: 567px) {
    header {
      height: 64px; } }
  header .menu-icon-container {
    width: 80px; }

#menu-icon {
  width: 30px;
  height: 24px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 50px; }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2e9095;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    #menu-icon span:nth-child(1) {
      top: 0px; }
    #menu-icon span:nth-child(2) {
      top: 10px; }
    #menu-icon span:nth-child(3) {
      top: 20px; }
  #menu-icon.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg); }
  #menu-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  #menu-icon.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg); }

.logo {
  width: 64px;
  height: 64px;
  background: url(assets/images/logo.svg) no-repeat center;
  background-size: 64px;
  transition: background .4s .3s ease-in-out; }
  @media screen and (max-width: 567px) {
    .logo {
      height: 48px;
      width: 48px;
      background-size: 48px;
      transition: background 0s 0s ease-in-out; } }
.lang {
  transition: color .3s  .3s ease-in-out;
  width: 80px; }
  .lang ul li {
    display: inline-block;
    color: #2e9095; }
    .lang ul li:first-child::after {
      content: " - "; }
    .lang ul li.current-lang {
      font-weight: 600; }
    .lang ul li a {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #2e9095;
      text-transform: uppercase; }

.admin-bar header {
  margin-top: 32px; }

.admin-bar #side-menu {
  padding-top: 128px; }

header.white_header {
  border: none;
  background-color: transparent; }
  header.white_header .logo {
    width: 64px;
    height: 64px;
    background: url(assets/images/logo-white.svg) no-repeat center;
    background-size: 64px; }
    @media screen and (max-width: 567px) {
      header.white_header .logo {
        height: 48px;
        width: 48px;
        background-size: 48px; } }
  header.white_header #menu-icon span {
    background-color: #ffffff; }
  header.white_header .lang li,
  header.white_header .lang a {
    color: #ffffff; }

footer {
  width: 90%;
  margin: 32px 5%;
  border-top: 1px solid #d4d4d4;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #808080; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    footer {
      align-items: center; } }
  footer .box {
    width: 25%;
    margin-bottom: 32px; }
    @media screen and (max-width: 567px) {
      footer .box {
        width: 100%; } }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      footer .box {
        width: 50%; }
        footer .box:nth-child(1) {
          order: -2; }
        footer .box:nth-child(4) {
          order: -1; } }
    footer .box address {
      font-style: normal; }
    footer .box .social a {
      margin-right: 16px; }

#side-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: -100%;
  transition: .5s ease-in-out;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  padding: 96px 0 0 5%; }
  @media screen and (max-width: 567px) {
    #side-menu {
      padding: 64px 0 70px 0; } }
  #side-menu.open {
    transform: translateX(100%); }
  #side-menu nav ul {
    margin: 0; }
    #side-menu nav ul li {
      padding: 0; }
  #side-menu .main-menu {
    width: 35%;
    padding-top: 128px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 64px; }
    @media screen and (max-width: 567px) {
      #side-menu .main-menu {
        width: 100%;
        padding: 0 0 0 5%;
        justify-content: center; }
        #side-menu .main-menu .contacts {
          display: none; } }
    #side-menu .main-menu a {
      font-size: 24px;
      color: #2e9095;
      line-height: 32px;
      margin: 16px 0;
      display: block;
      text-transform: uppercase;
      font-family: "Quicksand", sans-serif;
      font-weight: 500;
      transition: color .3s ease-in-out, transform .3s ease-in-out; }
      #side-menu .main-menu a:hover {
        color: #4a4a4a;
        transform: translateX(8px); }
      @media screen and (max-width: 567px) {
        #side-menu .main-menu a {
          font-size: 16px;
          line-height: 24px; } }
    #side-menu .main-menu .contacts {
      font-size: 14px;
      color: #808080;
      line-height: 24px;
      text-transform: none;
      font-style: normal;
      font-family: "Open Sans", sans-serif; }
      #side-menu .main-menu .contacts a {
        font-size: 14px;
        color: #808080;
        line-height: 24px;
        text-transform: none;
        font-style: normal;
        font-family: "Open Sans", sans-serif;
        margin: 0;
        padding: 0; }
  #side-menu .sub-menu {
    background-color: #f2f2f2;
    width: 65%;
    padding-left: 5%;
    padding-top: 128px;
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    color: #2e9095;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 64px; }
    @media screen and (max-width: 567px) {
      #side-menu .sub-menu {
        width: 100%;
        padding: 0 5%;
        justify-content: center; }
        #side-menu .sub-menu address {
          display: none; } }
    #side-menu .sub-menu span {
      margin: 16px 0;
      display: block;
      font-weight: 500;
      color: #4a4a4a; }
      @media screen and (max-width: 567px) {
        #side-menu .sub-menu span {
          font-size: 16px; } }
    #side-menu .sub-menu a {
      margin: 16px 0;
      display: block;
      line-height: 32px;
      font-size: 16px;
      color: #808080;
      transition: color .3s ease-in-out, transform .3s ease-in-out;
      font-family: "Quicksand", sans-serif;
      font-weight: 500; }
      #side-menu .sub-menu a:hover {
        color: #4a4a4a;
        transform: translateX(8px); }
      @media screen and (max-width: 567px) {
        #side-menu .sub-menu a {
          font-size: 12px;
          line-height: 24px; } }
    #side-menu .sub-menu address {
      font-size: 14px; }
  @media (min-width: 320px) and (max-width: 550px) {
    #side-menu {
      width: 100%;
      right: -100%; } }
.share {
  padding: 26px 0; }
  .share a {
    padding-right: 16px; }
  .share svg g {
    transition: fill .3s ease-in-out; }

a:hover svg g {
  fill: #2e9095; }

.map {
  width: 100%;
  height: 480px;
  border: #ccc solid 1px;
  margin: 0;
  z-index: 2;
  border-radius: 16px;
  border: none; }

/* fixes potential theme css conflict */
.map img {
  max-width: inherit !important; }

.post img {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px; }

.post .categoria a {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  color: #5ec6cb; }

.post h4 {
  color: #4a4a4a;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px; }

.post p {
  font-size: 14px; }

.post a.ler {
  color: #2e9095;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif; }

.page-navigation {
  display: block;
  width: 100%;
  text-align: center;
  color: #2e9095;
  font-family: "Quicksand", sans-serif; }

.home-main-img {
  width: 100%;
  height: 100vh;
  min-height: 816px;
  padding: 0px 0 0 5%;
  position: relative;
  background: linear-gradient(to right, #2e9095, #5ec6cb);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .home-main-img {
      height: 90vh; } }
  @media screen and (max-width: 567px) {
    .home-main-img {
      height: 80vh;
      min-height: 320px;
      flex-direction: column;
      justify-content: space-between;
      padding: 128px 5% 0 5%; } }
  .home-main-img .main-text {
    width: 45%;
    height: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 5% 0 0;
    position: relative;
    z-index: 1; }
    .home-main-img .main-text h1 {
      color: #ffffff; }
    .home-main-img .main-text p {
      color: #ffffff; }
    @media screen and (max-width: 567px) {
      .home-main-img .main-text {
        width: 100%;
        height: 40%; }
        .home-main-img .main-text h1 {
          font-size: 20px;
          text-align: center;
          margin-top: 0;
          line-height: 32px; }
        .home-main-img .main-text p {
          font-size: 14px;
          text-align: center;
          display: none; } }
  .home-main-img .effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/efect.png) no-repeat;
    background-position: center bottom;
    background-size: 100%; }
  .home-main-img .doctor {
    display: block;
    width: 55%;
    background: url(assets/images/doctor.png) no-repeat center bottom;
    background-size: auto 80%; }
    @media screen and (max-width: 567px) {
      .home-main-img .doctor {
        width: 100%;
        padding: 0;
        background-size: auto 100%;
        height: 60%; } }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      .home-main-img .doctor {
        background-size: 100%; } }
#home-servicos {
  position: relative; }
  #home-servicos .bookmark {
    position: absolute;
    left: 5%;
    top: 150px;
    transform-origin: left;
    transform: rotate(-90deg);
    font-size: 14px;
    line-height: 14px;
    color: #64375a;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  #home-servicos .servicos-container {
    padding: 64px 12.5%; }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      #home-servicos .servicos-container {
        padding: 64px 3.75%; } }
    @media screen and (max-width: 567px) {
      #home-servicos .servicos-container {
        padding: 64px 3.75%; } }
    #home-servicos .servicos-container .servico {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 32px; }
      #home-servicos .servicos-container .servico:nth-child(2n+2) .imagem {
        order: 1; }
        @media screen and (max-width: 567px) {
          #home-servicos .servicos-container .servico:nth-child(2n+2) .imagem {
            order: 0; } }
      #home-servicos .servicos-container .servico .imagem {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #home-servicos .servicos-container .servico .imagem img {
          width: auto;
          max-width: 90%;
          height: 50%;
          margin: auto; }
      #home-servicos .servicos-container .servico .texto h2 {
        margin-top: 0; }

#home-noticias span {
  text-align: center;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  color: #64375a;
  display: block;
  text-transform: uppercase;
  font-weight: 500; }

#home-noticias h1 {
  text-align: center;
  margin-top: 0; }
  @media screen and (max-width: 567px) {
    #home-noticias h1 {
      font-size: 20px; } }
.home-noticias-container {
  padding: 0 12.5%;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .home-noticias-container {
      padding: 0 3.75%; } }
  @media screen and (max-width: 567px) {
    .home-noticias-container {
      padding: 0 3.75%; } }
  .home-noticias-container .box50 {
    margin-bottom: 32px; }

#cta-container {
  margin-top: 128px;
  margin-bottom: -32px;
  width: 100%;
  height: 654px;
  background: url(assets/images/cta-img.jpg) no-repeat center bottom;
  background-size: auto 70%;
  text-align: center; }
  #cta-container h2 {
    margin-bottom: 32px; }
  @media screen and (max-width: 567px) {
    #cta-container {
      background-size: 100% auto;
      height: 480px; }
      #cta-container h2 {
        font-size: 20px; } }
.template-main-img {
  width: 100%;
  height: 736px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 567px) {
    .template-main-img {
      height: calc(90vh - 64px);
      min-height: 500px; } }
  .template-main-img h1 {
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 32px;
    padding: 0 5%; }
    @media screen and (max-width: 567px) {
      .template-main-img h1 {
        font-size: 24px; } }
  .template-main-img .effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/efect.png) no-repeat;
    background-position: center bottom;
    background-size: 100%; }
  .template-main-img .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

#contactar {
  width: 100%;
  padding: 128px 5% 0 5%; }

.contactar-container {
  padding: 128px 5%;
  display: flex;
  flex-wrap: wrap; }
  .contactar-container .form {
    width: 50%; }
    @media screen and (max-width: 567px) {
      .contactar-container .form {
        width: 100%; } }
  .contactar-container .contactos-info {
    width: 50%;
    padding-left: 128px;
    padding-top: 112px; }
    @media screen and (max-width: 567px) {
      .contactar-container .contactos-info {
        display: none; } }
    .contactar-container .contactos-info .contactos {
      color: #808080;
      padding-top: 64px; }
  .contactar-container input.nf-element[type="button"] {
    border: 1px solid #2e9095 !important;
    color: #2e9095;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 4px 16px;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    background-color: #ffffff !important;
    font-weight: 500; }
    .contactar-container input.nf-element[type="button"]:hover {
      background-color: #2e9095 !important;
      color: #ffffff !important; }
  .contactar-container input {
    border-bottom: 1px solid #d4d4d4 !important;
    font-family: "Open Sans", sans-serif;
    color: #4a4a4a;
    border-radius: 4px !important; }
  .contactar-container label {
    color: #2e9095;
    font-family: "Quicksand", sans-serif;
    font-weight: 400 !important; }
  .contactar-container textarea {
    border-bottom: 1px solid #d4d4d4 !important;
    border-radius: 8px;
    padding-left: 8px;
    font-family: "Open Sans", sans-serif;
    color: #4a4a4a;
    border-radius: 4px !important; }
    .contactar-container textarea:focus {
      outline: none; }
  .contactar-container .nf-form-fields-required {
    display: none; }
  .contactar-container .nf-error .ninja-forms-field {
    border-radius: 8px; }

#artigos {
  padding-top: 128px; }
  #artigos .intro span {
    color: #64375a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-weight: 500; }
  #artigos .intro h1 {
    margin-top: 0; }
    #artigos .intro h1 a {
      color: #5ec6cb;
      margin: 0;
      font-family: "Quicksand", sans-serif; }
    #artigos .intro h1 ul {
      margin: 16px 0; }
  #artigos .intro p {
    width: 80%; }

#single {
  text-align: center;
  color: #ffffff; }
  #single .post-info {
    position: relative;
    z-index: 2; }
  #single .categoria ul {
    margin: 0; }
  #single .categoria a {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    text-transform: lowercase;
    margin: 0;
    font-weight: 500; }
  #single h1 {
    font-size: 32px;
    margin: 0;
    line-height: 48px; }
    @media screen and (max-width: 567px) {
      #single h1 {
        font-size: 24px; } }
  #single .autor {
    margin: 16px 0; }
  #single .data {
    text-transform: capitalize; }

.partilhar {
  margin: 0 auto;
  text-align: center; }
  .partilhar span {
    color: #808080;
    font-size: 12px; }
/*# sourceMappingURL=style.css.map */