﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent 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; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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.
 */
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; }

#header {
  position: relative;
  z-index: 910; }
  @media (max-width: 1023px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #FFF; } }
  #header div.top {
    background-color: #f1f2f6;
    padding: 1rem 0; }
    @media (max-width: 1023px) {
      #header div.top {
        height: 0;
        padding: 0;
        overflow: hidden;
        top: 61px;
        position: fixed;
        left: 0;
        width: 100%;
        transition: all 0.2s linear;
        background-color: #FFF; }
        .search-open #header div.top {
          padding: 1rem 0;
          height: 32px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); } }
    #header div.top a.contact {
      color: #00AFCB;
      text-decoration: none;
      float: left;
      line-height: 30px;
      font-weight: 600; }
      @media (max-width: 1023px) {
        #header div.top a.contact {
          display: none; } }
      #header div.top a.contact span {
        color: #00afcb; }
    #header div.top div.actions {
      font-size: 0;
      float: right; }
      #header div.top div.actions > * {
        font-size: 1rem; }
      @media (max-width: 1023px) {
        #header div.top div.actions {
          width: 100%; } }
      #header div.top div.actions form {
        display: inline-block;
        position: relative;
        margin-right: 30px; }
        @media (max-width: 1023px) {
          #header div.top div.actions form {
            width: 100%; } }
        #header div.top div.actions form input[type="search"] {
          border: 1px solid #b2b5b8;
          height: 30px;
          border-radius: 15px;
          padding: 0 30px 0 20px;
          background-color: transparent;
          outline: none;
          width: 150px;
          transition: all 0.2s linear; }
          #header div.top div.actions form input[type="search"]:focus {
            width: 180px; }
            @media (max-width: 1023px) {
              #header div.top div.actions form input[type="search"]:focus {
                width: 100%; } }
          @media (max-width: 1023px) {
            #header div.top div.actions form input[type="search"] {
              border: none;
              border-bottom: 1px solid #333;
              border-radius: 0;
              width: 100%;
              box-sizing: border-box;
              font-style: italic;
              padding-left: 10px; } }
        #header div.top div.actions form input[type="submit"] {
          background-image: url("/content/img/search.svg");
          background-repeat: no-repeat;
          width: 15px;
          height: 15px;
          padding: 0;
          background-color: transparent;
          border: none;
          position: absolute;
          top: 7px;
          right: 10px;
          outline: none; }
      #header div.top div.actions a.login {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: 95% center;
        transition: all 0.2s linear;
        position: relative;
        height: 65px;
        margin: 0;
        margin-top: -16px;
        text-align: center;
        margin-bottom: -16px;
        padding: 13px 20px;
        box-sizing: border-box;
        line-height: 20px;
        border-radius: 0;
        color: #6c6c6c;
        border-left: 1px solid #9f9f9f; }
        #header div.top div.actions a.login.active {
          background: -moz-linear-gradient(-45deg, #00afcb 0%, #00afcb 100%);
          background: -webkit-linear-gradient(-45deg, #00afcb 0%, #00afcb 100%);
          background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
          color: #FFF;
          border-left: 0; }
          #header div.top div.actions a.login.active:hover {
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
            background: -moz-linear-gradient(-45deg, #00afcb 0%, #00afcb 100%);
            background: -webkit-linear-gradient(-45deg, #00afcb 0%, #00afcb 100%);
            background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }
        #header div.top div.actions a.login:not(.active):hover {
          background-color: #d2d2d2; }
        @media (max-width: 1023px) {
          #header div.top div.actions a.login {
            display: none; } }
  #header nav {
    padding: 1rem 0 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    transition: padding 0.2s linear; }
    .search-open #header nav {
      box-shadow: none; }
    .header-fixed #header nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #FFF;
      padding: 10px 0 0; }
      @media (max-width: 1023px) {
        .header-fixed #header nav {
          padding: 10px 0; } }
    @media (max-width: 1023px) {
      #header nav {
        padding: 10px 0;
        position: fixed;
        width: 100%;
        background-color: #FFF; } }
    #header nav .logo {
      float: left; }
      #header nav .logo img {
        vertical-align: top;
        width: 129px;
        height: 41px; }
    #header nav div.menu {
      position: relative;
      float: right; }
      @media (max-width: 1023px) {
        #header nav div.menu {
          width: 0;
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          background-color: #3f4244;
          transition: width 0.2s linear;
          z-index: 100; }
          #header nav div.menu.open {
            width: 290px; }
            #header nav div.menu.open + div.overlay {
              opacity: 1;
              pointer-events: all; } }
      #header nav div.menu div.bar {
        background-color: #00afcb;
        height: 4px;
        width: 0;
        position: absolute;
        top: -1rem;
        left: 0;
        transition: all 0.2s linear; }
        @media (max-width: 1023px) {
          #header nav div.menu div.bar {
            display: none; } }
        .header-fixed #header nav div.menu div.bar {
          top: -10px; }
      #header nav div.menu + div.overlay {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity 0.2s linear; }
    #header nav ul.menu {
      margin: 0;
      padding: 0; }
      #header nav ul.menu > li {
        display: inline-block;
        position: relative; }
        @media (max-width: 1023px) {
          #header nav ul.menu > li {
            display: block;
            padding: 0; }
            #header nav ul.menu > li.with-submenu {
              background-image: url("/content/img/arrow_right.svg");
              background-repeat: no-repeat;
              background-position: 95% 45%; } }
        #header nav ul.menu > li + li {
          padding-left: 20px; }
          @media (max-width: 1023px) {
            #header nav ul.menu > li + li {
              padding-left: 0; }
              #header nav ul.menu > li + li a {
                border-top: 1px solid #FFF; } }
        #header nav ul.menu > li:hover ul {
          opacity: 1;
          pointer-events: all; }
        #header nav ul.menu > li ul {
          position: absolute;
          top: 100%;
          min-width: 100%;
          padding: 10px 0;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          background-color: #FFF;
          opacity: 0;
          transition: all 0.2s linear;
          pointer-events: none;
          margin-left: -15px; }
          @media (max-width: 1023px) {
            #header nav ul.menu > li ul {
              overflow: hidden;
              position: fixed;
              top: 0;
              bottom: 0;
              right: 0;
              width: 0;
              margin: 0;
              padding: 0;
              background-color: #3f4244;
              z-index: 1;
              min-width: 0; }
              #header nav ul.menu > li ul.open {
                width: 290px;
                opacity: 1;
                pointer-events: all; } }
          #header nav ul.menu > li ul:before {
            content: '';
            position: absolute;
            top: -20px;
            height: 20px;
            left: -20px;
            right: -20px;
            background-color: #FFF; }
          #header nav ul.menu > li ul li {
            list-style: none;
            line-height: 2.5rem; }
            #header nav ul.menu > li ul li.back {
              color: #FFF;
              background-image: url("/content/img/arrow_left.svg");
              background-repeat: no-repeat;
              padding-left: 40px;
              padding: 1em 10px 1em 40px;
              background-position: 10px center;
              cursor: pointer;
              font-size: 1.125rem;
              white-space: nowrap; }
          #header nav ul.menu > li ul a {
            color: #8c8f94;
            white-space: nowrap;
            padding: 0 30px;
            transition: all 0.2s linear; }
            @media (max-width: 1023px) {
              #header nav ul.menu > li ul a {
                color: #FFF;
                padding: 1em 10px;
                border-top: 1px solid #FFF; } }
            #header nav ul.menu > li ul a:hover {
              color: #F39200;
              border-top: none; }
        #header nav ul.menu > li.last ul {
          right: 0;
          margin-left: 0;
          margin-right: -30px; }
      #header nav ul.menu a {
        color: #3f4244;
        font-size: 1.125rem;
        text-decoration: none;
        display: block;
        line-height: 2.5rem;
        padding-bottom: 1rem; }
        .header-fixed #header nav ul.menu a {
          padding-bottom: 10px; }
        #header nav ul.menu a.login {
          padding: 1em 10px;
          background: -moz-linear-gradient(-45deg, #00afcb 0%, #00afcb 100%);
          background: -webkit-linear-gradient(-45deg, #00afcb 0%, #00afcb 100%);
          background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }
        #header nav ul.menu a.highlight {
          text-shadow: 0px 0px 1px rgba(51, 51, 51, 0.5); }
        @media (max-width: 1023px) {
          #header nav ul.menu a {
            color: #FFF;
            padding: 1em 10px;
            white-space: nowrap; } }
  #header .mobile-options {
    float: right;
    padding: 9px 20px 0 0; }
    #header .mobile-options button {
      background-color: transparent;
      border: none;
      outline: none;
      background-size: 100%;
      padding: 0; }
      #header .mobile-options button.search {
        background-image: url("/content/img/search_menu.svg");
        width: 16px;
        height: 16px;
        margin-right: 20px; }
      #header .mobile-options button.menu {
        background-image: url("/content/img/burger.svg");
        width: 25px;
        height: 14px; }

html {
  font-family: "myriad-pro",sans-serif;
  color: #3f4244; }
  @media (max-width: 1023px) {
    html {
      font-size: 13px; } }

body {
  overflow-x: hidden; }
  @media (max-width: 1023px) {
    body {
      padding-top: 61px; } }
  .header-fixed body {
    padding-top: 61px; }

main > * {
  opacity: 0; }


main#custom {
  background-color: #f6f6f6;
  padding-bottom: 50px; }

main#home aside#popup .consent-box {
	position: absolute;
	width: 20%;
	font-size: 11px;
	background-color: white;
	border: 1px solid darkgray;
	padding: 10px;
	border-radius: 4px;
	z-index: 999999;
	top: 176px;
	left: 52%;
}

@media (max-width: 767px) {
	main#home aside#popup .consent-box {
		display: none;
	}
}

@media (max-width: 760px) {
	main#home aside#popup {
		display: none !important;
	}
}


main#contactos #some-element {
	border: 1px solid #ccc;
	display: none;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
	text-transform: uppercase;
	transition: opacity 1s;
	color: #000;
	text-align: justify;
}

main#contactos .legal-text:hover #some-element {
	display: block;
	transition: opacity 1s;
}

main#contactos .hidden-text {
	visibility: hidden;
}

main#contactos .consent-box {
	position: absolute;
	width: 20%;
	font-size: 11px;
	background-color: white;
	border: 1px solid darkgray;
	padding: 10px;
	border-radius: 4px;
	z-index: 999999;
	top: 176px;
	left: 52%;
}

@media (max-width: 767px) {
	main#contactos .consent-box {
		display: none;
	}
}

@media (max-width: 760px) {
	main#contactos .consent-box {
		display: none !important;
	}
}


#join-now .wrapper .consent-box {
	display: inline-block;
	width: 37%;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 10px;
	border-radius: 4px;
	top: 32%;
	left: 52%;
	position: absolute;
	visibility: hidden;
	z-index: 9999;
}

@media (max-width: 767px) {
	#join-now .wrapper .consent-box {
		display: none;
	}
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important; } }

.wrapper {
  max-width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto; }

.form-common {
  padding: 0 0 100px;
  font-size: 0; }
  .form-common * {
    font-size: 1rem; }
  .form-common label {
    display: inline-block;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .form-common label {
        width: 100%;
        margin-right: 0; } }
  .form-common span.label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px; }
  .form-common input[type="text"],
  .form-common input[type="email"] {
    width: 100%;
    height: 50px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none; }
  .form-common textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px;
    outline: none; }
  .form-common .button-common {
    float: right;
    margin: 20px 5%; }
    @media (max-width: 767px) {
      .form-common .button-common {
        margin-right: 0; } }

.label-common {
  display: block;
  margin-bottom: 20px; }
  .label-common input[type="checkbox"] {
    float: left;
    margin-right: 10px; }

.button-common {
  border: none;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 60px 0 30px;
  font-size: 1.25rem;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
  background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
  background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
  border-radius: 5px;
  position: relative;
  transition: all 0.2s linear; }
  .button-common:after {
    content: '';
    width: 18px;
    height: 14px;
    background-image: url("/content/img/arrow_button.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px; }
  .button-common:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    top: -1px;
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #32e3ff 0%, #00afcb 100%); }

.field-validation-error span {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  color: #8c8f94;
  display: block;
  padding-top: 5px; }

.input-validation-error {
  border: 2px solid #00afcb !important; }

nav.pager {
  text-align: right;
  padding: 20px 0; }
  nav.pager a {
    text-decoration: none;
    color: #3f4244;
    font-size: 1.325rem;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 0 8px; }
    nav.pager a.prev {
      width: 11px;
      height: 19px;
      background-image: url("/content/img/arrow_left_alt2.svg");
      margin-right: 10px; }
    nav.pager a.next {
      width: 11px;
      height: 19px;
      background-image: url("/content/img/arrow_right_alt2.svg");
      margin-left: 10px; }
    nav.pager a.start {
      width: 11px;
      height: 19px;
      background-image: url("/content/img/arrow_left_alt4.svg");
      margin-left: 10px; }
    nav.pager a.end {
      width: 11px;
      height: 19px;
      background-image: url("/content/img/arrow_right_alt4.svg");
      margin-left: 10px; }
    nav.pager a:hover {
      color: #00afcb; }
    nav.pager a.active {
      color: #00afcb;
      position: relative; }
      nav.pager a.active:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 4px 4px;
        border-color: transparent transparent  #00afcb transparent;
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -4px; }

section#contacts {
  position: relative; }
  section#contacts div.content {
    padding: 100px 0;
    width: 50%; }
    @media (max-width: 767px) {
      section#contacts div.content {
        width: 100%;
        padding: 20px 0; } }
  section#contacts h1 {
    font-size: 2.5rem; }
    @media (max-width: 767px) {
      section#contacts h1 {
        text-align: center; } }
  section#contacts ul {
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      section#contacts ul {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px; } }
  section#contacts li {
    font-size: 1.125rem;
    color: #00afcb;
    margin-bottom: 30px;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: 500;
    min-height: 45px; }
    section#contacts li.address {
      background-image: url("/content/img/pin_alt.svg"); }
    section#contacts li.mail {
      background-image: url("/content/img/mail.svg"); }
    section#contacts li.call {
      background-image: url("/content/img/call.svg"); }
    section#contacts li.schedule {
      background-image: url("/content/img/schedule.svg"); }
    section#contacts li.join {
      background-image: url("/content/img/join.svg"); }
    section#contacts li p {
      color: #3f4244;
      margin: 0; }
    section#contacts li a {
      font-size: 1.25rem;
      color: #3f4244;
      text-decoration: none;
      display: block;
      font-weight: 400; }
  section#contacts div.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
    background-color: #ddd; }
    @media (max-width: 767px) {
      section#contacts div.map {
        position: static;
        height: 350px;
        width: 100%; } }

section.partners {
  background-color: #fff;
  padding: 2rem 0;
  border-top: 1px solid #f1f2f6; }
  @media (max-width: 767px) {
    section.partners {
      padding: 2rem 0 1rem; } }
  section.partners ul {
    padding: 0;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  section.partners li {
    display: inline-block;
    font-size: 1rem;
    width: 20%;
    text-align: center;
    position: relative;
    left: 0; }
    @media (max-width: 767px) {
      section.partners li {
        width: 33.33%;
        margin-bottom: 1rem; } }
    @media (max-width: 479px) {
      section.partners li {
        width: 50%; } }
    section.partners li img {
      max-width: 100%;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 3.5+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */ }
      section.partners li img:hover {
        filter: none;
        -webkit-filter: grayscale(0%); }

ul.documents {
  font-size: 0;
  padding: 0;
  text-align: center; }
  ul.documents li {
    display: inline-block;
    width: 30%;
    font-size: 1rem;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    color: #3f4244;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      ul.documents li {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px; } }
    ul.documents li + li {
      margin-left: 5%; }
      @media (max-width: 767px) {
        ul.documents li + li {
          margin-left: 0%; } }
    ul.documents li img {
      width: 100%; }
    ul.documents li h1 {
      font-size: 1.25rem;
      font-weight: 600; }
    ul.documents li a.download {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 60px 0 30px;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 5px;
      position: relative;
      margin-bottom: 30px;
      transition: all 0.2s linear; }
      ul.documents li a.download:after {
        content: '';
        width: 18px;
        height: 19px;
        background-image: url("/content/img/download.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px; }
      ul.documents li a.download:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: linear-gradient(135deg, #32e3ff 0%, #00afcb 100%); }

#footer {
  background-color: #2c2c2c;
  color: #6c6c6c;
  position: relative;
  padding-top: 50px; }
  #footer section.sitemap {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    float: left; }
    @media (max-width: 1023px) {
      #footer section.sitemap {
        width: 100%; } }
    #footer section.sitemap h1 {
      color: #FFF;
      font-size: 0.75rem;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      margin-top: 2.5rem; }
      #footer section.sitemap h1:first-child {
        margin-top: 0; }
    #footer section.sitemap ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #footer section.sitemap ul.sitemap > li {
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 1023px) {
          #footer section.sitemap ul.sitemap > li {
            float: left;
            width: 50%;
            padding-right: 10px;
            box-sizing: border-box; } }
        #footer section.sitemap ul.sitemap > li + li {
          padding-left: 50px; }
          @media (max-width: 1200px) {
            #footer section.sitemap ul.sitemap > li + li {
              padding-left: 25px; } }
          @media (max-width: 1023px) {
            #footer section.sitemap ul.sitemap > li + li {
              padding-left: 0;
              margin-bottom: 30px; } }
    #footer section.sitemap a {
      text-decoration: none;
      color: #6c6c6c;
      line-height: 2rem;
      white-space: nowrap;
      display: block;
      position: relative;
      overflow: hidden;
      height: 2rem;
      transition: all 0.35s linear; }
      #footer section.sitemap a:hover {
        line-height: 9rem; }
      #footer section.sitemap a:before {
        content: attr(data-text);
        color: #fff;
        position: absolute;
        top: -3.5rem; }
      @media (max-width: 1023px) {
        #footer section.sitemap a {
          white-space: normal;
          line-height: 1.2rem;
          padding-bottom: 1rem; } }
      #footer section.sitemap a.linkedin {
        background-image: url("/content/img/img_logo_linkedin.svg");
        width: 114px;
        height: 28px;
        background-repeat: no-repeat; }
  #footer section.contacts {
    float: right;
    text-align: right;
    font-size: 1.125rem; }
    @media (max-width: 1023px) {
      #footer section.contacts {
        float: left;
        text-align: left; } }
    #footer section.contacts img {
      width: 200px; }
    #footer section.contacts a {
      text-decoration: none;
      display: block;
      color: #6c6c6c;
      line-height: 3rem; }
  #footer p.copyright {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    padding-right: 70px;
    padding-bottom: 4.375rem; }
    #footer p.copyright a {
      color: #8e8e8e; }
  #footer div.top {
    position: relative; }
  #footer a.top {
    background-color: #00afcb;
    background-image: url("/content/img/arrow_up_alt.svg");
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0; }

main#home #hero {
  background-color: #f1f2f6;
  position: relative;
  overflow: hidden; }
  main#home #hero div.hero {
    border-radius: 0 0 50% 50%;
    margin-left: -1500px;
    margin-right: -1500px;
    padding-left: 1500px;
    padding-right: 1500px;
    overflow: hidden; }
  main#home #hero ul {
    font-size: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.2s linear;
    position: relative; }
  main#home #hero li {
    white-space: normal;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all 0.2s linear;
    left: 0;
    overflow: hidden; }
  main#home #hero img {
    width: 100%;
    height: auto; }
    @media (max-width: 479px) {
      main#home #hero img {
        background-size: cover;
        background-position: center;
        width: 100%; } }
  main#home #hero .content {
    position: absolute;
    top: 30%;
    padding: 0 10px;
    width: 1200px;
    padding: 0 150px;
    box-sizing: border-box;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -30px;
    font-size: 1rem; }
    @media (max-width: 1200px) {
      main#home #hero .content {
        margin-top: -80px; } }
    @media (max-width: 767px) {
      main#home #hero .content {
        transform: translate(-50%, -50%);
        margin: 0;
        top: 50%;
        padding: 0 10px; } }
    main#home #hero .content h2 {
      color: #00AFCB;
      font-size: 2.8rem;
      text-transform: uppercase;
      margin-bottom: 0px; }
    main#home #hero .content p.subtitle {
      font-size: 1.375rem;
      color: #00AFCB;
      max-width: 400px;
      line-height: 30px;
      line-height: 32px; }
    main#home #hero .content p.slogan {
      font-size: 1.375rem;
      max-width: 400px;
      line-height: 1.1;
      margin-bottom: 0.5em;
      color: #778186;
      text-transform: uppercase;
      margin-bottom: 25px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        main#home #hero .content p.slogan {
          font-size: 2.5rem;
          margin-top: 0; } }
      main#home #hero .content p.slogan strong {
        color: #00afcb; }
  main#home #hero .controls {
    position: absolute;
    top: 50%;
    width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -30px; }
    @media (max-width: 767px) {
      main#home #hero .controls {
        width: 900px; } }
  main#home #hero button {
    pointer-events: all;
    width: 60px;
    height: 60px;
    border: none;
    background-color: rgba(179, 179, 179, 0.3);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    /*&.has-hover{
                background-color: rgba(0,0,0,0.5);
            }
            h3 {
                position: absolute;
                top: 0;
                margin: 0;
                color: #FFF;
                text-transform: uppercase;
                white-space: nowrap;
                letter-spacing: 1px;
                font-weight: 400;
                font-size: 0.85em;
                line-height: 4.45;
                opacity: 0;
                -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
                transition: opacity 0.3s, transform 0.3s;
            }
            .icon-wrap {
                position: absolute;
                width: 62px;
                height: 62px;
                border-radius:50%;
                background-color: rgba(0,0,0,0.5);
                background-repeat:no-repeat;
                
            }*/
    /*&.prev{
                left:0px;
                .icon-wrap{
                    background-image: url("/content/img/arrow_left.svg");
                    background-position: 25px 23px;
                    left: 0px;
                    top:0px;
                }
                h3{
                    right: 20px;
                    -webkit-transform: translateX(100%);
                    transform: translateX(100%);
                }
            }
            &.next{
                right:0px;
                .icon-wrap{
                    background-image: url("/content/img/arrow_right.svg");
                    background-position: 25px 23px;
                    right:0px;
                    top:0px;
                }
                h3 {
                    left: 20px;
                    -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
                }
            }*/
    /*&.has-hover:hover{
                min-width: 280px;
                opacity: 0.8;
                h3 {
                    opacity: 1;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                }
            }*/ }
    main#home #hero button.prev {
      background-image: url("/content/img/arrow_left.svg");
      float: left; }
    main#home #hero button.next {
      background-image: url("/content/img/arrow_right.svg");
      float: right; }
  main#home #hero a.scroll {
    color: #FFF;
    font-size: 0.875rem;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    background-image: url("/content/img/scroll.svg");
    padding-top: 55px;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      main#home #hero a.scroll {
        display: none; } }

main#home #search {
  background-color: #f1f2f6;
  padding: 4.375rem 10px 5rem; }
  main#home #search h1 {
    color: #00AFCB;
    font-size: 2.375rem;
    text-align: center;
    margin: 0;
    font-weight: 500; }
  main#home #search .lead {
    font-size: 1.625rem;
    text-align: center;
    color: #778186;
    margin-top: 0; }
  main#home #search form {
    text-align: center; }
    main#home #search form select {
      width: 25%;
      height: 60px;
      padding: 0 20px;
      -webkit-appearance: none;
      appearance: none;
      background-color: #FFF;
      border: none;
      border-radius: 3px;
      font-size: 1.25rem;
      background-image: url("/content/img/arrow_down.svg");
      background-position: 95% center;
      background-repeat: no-repeat;
      box-sizing: border-box;
      outline: none; }
      @media (max-width: 767px) {
        main#home #search form select {
          width: 100%; } }
    main#home #search form select::-ms-expand {
      display: none; }
    main#home #search form input[type="search"] {
      width: 65%;
      margin: 0 2%;
      height: 60px;
      padding: 0 20px 0 60px;
      border: none;
      border-radius: 3px;
      font-size: 1.25rem;
      background-image: url("/content/img/search_black.svg");
      background-position: 20px center;
      background-repeat: no-repeat;
      box-sizing: border-box;
      outline: none; }
      @media (max-width: 767px) {
        main#home #search form input[type="search"] {
          width: 100%;
          margin: 20px 0; } }
    main#home #search form input[type="submit"] {
      width: 20%;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border: none;
      color: #FFF;
      height: 60px;
      padding: 0 20px;
      border-radius: 3px;
      font-size: 1.5rem;
      outline: none;
      position: relative;
      transition: all 0.2s linear; }
      main#home #search form input[type="submit"]:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: linear-gradient(135deg, #32e3ff 0%, #00afcb 100%); }
      @media (max-width: 767px) {
        main#home #search form input[type="submit"] {
          width: 100%; } }

main#home #brands {
  padding-top: 4.375rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    main#home #brands {
      border-radius: 0 0 40% 40% / 0 0 5% 5%; } }
  main#home #brands h1 {
    color: #3f4244;
    font-size: 2.375rem;
    text-align: center;
    margin: 0 0 50px;
    font-weight: 500; }
  main#home #brands div.links {
    position: relative; }
    main#home #brands div.links div.bar {
      background-color: #00afcb;
      height: 4px;
      width: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all 0.2s linear; }
  main#home #brands ul.links {
    font-size: 0;
    text-align: center;
    padding-left: 0;
    white-space: nowrap;
    overflow: auto; }
    main#home #brands ul.links li {
      display: inline-block;
      font-size: 1.25rem;
      border-bottom: 4px solid #e2e3e4; }
    main#home #brands ul.links a {
      color: #3f4244;
      padding: 0 25px;
      text-decoration: none;
      line-height: 50px;
      display: block; }
      @media (max-width: 767px) {
        main#home #brands ul.links a {
          padding: 0 5px; } }
      main#home #brands ul.links a:hover, main#home #brands ul.links a.active {
        color: #00afcb; }
  main#home #brands ul.content {
    padding-left: 0; }
    main#home #brands ul.content > li {
      display: none;
      padding-top: 40px; }
      main#home #brands ul.content > li.active {
        display: block; }
    main#home #brands ul.content div.content {
      float: left;
      width: 45%;
      font-size: 1.25rem;
      color: #8c8f94;
      line-height: 1.4; }
      @media (max-width: 767px) {
        main#home #brands ul.content div.content {
          width: 100%; } }
      main#home #brands ul.content div.content img {
        margin-bottom: 20px; }
      @media (max-width: 479px) {
        main#home #brands ul.content div.content a.button-common {
          width: 100%;
          box-sizing: border-box;
          text-align: center; } }
    main#home #brands ul.content div.image {
      float: right;
      width: 50%;
      padding-top: 70px; }
      @media (max-width: 767px) {
        main#home #brands ul.content div.image {
          width: 100%; } }
      main#home #brands ul.content div.image img {
        max-width: 100%; }

main#home #offers {
  max-height: 560px;
  overflow: hidden; }
  @media (max-width: 850px) {
    main#home #offers {
      max-height: 700px; } }
  @media (max-width: 1200px) {
    main#home #offers {
      border-radius: 0 0 40% 40% / 0 0 5% 5%; } }
  main#home #offers .img {
    display: inline-block;
    width: 49%;
    height: 700px;
    background-image: url("/content/img/imagem_PLANO_DE_SAUDE.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      main#home #offers .img {
        width: 100%; } }
  main#home #offers div.content {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 100px 60px;
    text-align: left; }
    @media (max-width: 767px) {
      main#home #offers div.content {
        width: 100%;
        padding: 50px 15px; } }
  main#home #offers h1 {
    color: #778186;
    font-size: 2rem;
    margin: 0 0 50px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      main#home #offers h1 {
        max-width: 100%; } }
    main#home #offers h1 span {
      color: #00AFCB; }
  main#home #offers p {
    color: #999CA0;
    font-size: 1rem;
    margin-top: 0px;
    max-width: 600px;
    line-height: 28px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      main#home #offers p {
        max-width: 100%; } }

main#home #campaign {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5db2c2+0,53cbf1+43,59cde0+100 */
  background: #5db2c2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5db2c2 0%, #53cbf1 43%, #59cde0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5db2c2 0%, #53cbf1 43%, #59cde0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5db2c2 0%, #53cbf1 43%, #59cde0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2c2', endColorstr='#59cde0',GradientType=1 );
  /* IE6-9 */
  padding: 4.375rem 10px 7.5rem;
  text-align: left; }
  main#home #campaign div.content {
    width: 50%; }
    @media (max-width: 767px) {
      main#home #campaign div.content {
        width: 100%; } }
  main#home #campaign h1 {
    color: #fff;
    font-size: 2rem;
    margin: 0;
    font-weight: 500; }
    main#home #campaign h1 span {
      color: #F39200; }
  main#home #campaign p {
    color: #fff;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      main#home #campaign p {
        max-width: 100%; } }
  main#home #campaign .lead {
    font-size: 1.25rem;
    color: #3f4244;
    margin: 15px auto;
    line-height: initial; }
    main#home #campaign .lead span {
      color: #00afcb;
      font-size: 1.5rem; }

main#home #slider {
  position: relative; }
  main#home #slider div.slider {
    max-width: 860px;
    padding: 100px 10px 150px; }
    @media (max-width: 1023px) {
      main#home #slider div.slider {
        padding: 100px 90px 150px; } }
    @media (max-width: 767px) {
      main#home #slider div.slider {
        padding: 100px 10px 150px; } }
  main#home #slider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden; }
    main#home #slider ul li {
      display: inline-block;
      white-space: normal;
      width: 100%;
      position: relative;
      left: 0;
      transition: all 0.2s linear; }
      main#home #slider ul li.logos div.image {
        width: 33.33%;
        text-align: center; }
        @media (max-width: 1023px) {
          main#home #slider ul li.logos div.image {
            width: 100%; } }
      main#home #slider ul li.logos div.content {
        width: 33.33%;
        text-align: center; }
        @media (max-width: 1023px) {
          main#home #slider ul li.logos div.content {
            width: 100%;
            margin-bottom: 20px; } }
  main#home #slider div.image {
    display: inline-block;
    width: 40%;
    vertical-align: middle; }
    @media (max-width: 1023px) {
      main#home #slider div.image {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      main#home #slider div.image {
        padding: 0 75px;
        box-sizing: border-box; } }
    main#home #slider div.image img {
      max-width: 90%; }
  main#home #slider div.content {
    font-size: 1rem;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    font-size: 1.25rem;
    color: #8c8f94;
    line-height: 1.5; }
    @media (max-width: 1023px) {
      main#home #slider div.content {
        text-align: center;
        width: 100%;
        display: block; } }
    main#home #slider div.content p {
      margin-top: 0; }
    main#home #slider div.content a {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 40px;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none;
      border-radius: 5px;
      position: relative;
      border: 1px solid #6c6c6c;
      color: #6c6c6c;
      transition: all 0.2s linear;
      z-index: 100; }
      main#home #slider div.content a:hover {
        color: #FFF;
        background-color: #6c6c6c;
        color: #FFF;
        border: 1px solid transparent; }
  main#home #slider .controls {
    position: absolute;
    top: 50%;
    width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -30px; }
    @media (max-width: 767px) {
      main#home #slider .controls {
        top: 25%; } }
    main#home #slider .controls button {
      width: 60px;
      height: 60px;
      border: none;
      border: 2px solid #cccccc;
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat;
      outline: none;
      background-color: transparent; }
      main#home #slider .controls button.prev {
        background-image: url("/content/img/arrow_left_alt.svg");
        float: left; }
      main#home #slider .controls button.next {
        background-image: url("/content/img/arrow_right_alt.svg");
        float: right; }
  main#home #slider nav {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%; }
    main#home #slider nav button {
      width: 8px;
      height: 8px;
      background-color: #cccccc;
      border-radius: 50%;
      padding: 0;
      border: none;
      vertical-align: middle;
      margin: 0 15px;
      outline: none;
      transition: all 0.2s linear; }
      main#home #slider nav button.active {
        width: 14px;
        height: 14px;
        background-color: #3f4244; }

main#home #highlights {
  background-color: #f1f2f6;
  padding-top: 4.375rem;
  padding-bottom: 5rem; }
  main#home #highlights h1.section {
    color: #00AFCB;
    font-size: 2.375rem;
    text-align: center;
    margin: 0;
    font-weight: 500; }
  main#home #highlights .lead {
    font-size: 1.25rem;
    text-align: center;
    color: #3f4244;
    margin: 20px auto;
    max-width: 600px; }
  main#home #highlights div.content {
    text-align: center;
    font-size: 0;
    margin-top: 50px; }
  main#home #highlights div.row article:nth-child(1) {
    margin-right: 30px; }
    @media (max-width: 1023px) {
      main#home #highlights div.row article:nth-child(1) {
        margin: 0 auto; } }
  main#home #highlights div.row article:nth-child(3) {
    margin-left: 30px; }
    @media (max-width: 1023px) {
      main#home #highlights div.row article:nth-child(3) {
        margin: 0 auto; } }
  main#home #highlights article {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: #FFF;
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
    height: 369px; }
    @media (max-width: 1023px) {
      main#home #highlights article {
        display: block;
        max-width: 500px;
        margin: 0 auto; } }
    main#home #highlights article:hover img {
      transform: scale(1.02);
      opacity: 0.7; }
    main#home #highlights article:hover.news h1 {
      color: #00AFCB; }
    main#home #highlights article div.image {
      background-color: #00AFCB;
      overflow: hidden; }
    main#home #highlights article img {
      transition: all 0.1s linear;
      width: 100%;
      vertical-align: top; }
  main#home #highlights article.news {
    height: 369px;
    width: 20%; }
    @media (max-width: 1023px) {
      main#home #highlights article.news {
        width: 100%;
        height: auto; } }
    main#home #highlights article.news div.text {
      padding: 15px 20px 30px;
      background-color: #FFF; }
    main#home #highlights article.news p.date {
      font-size: 0.875rem;
      margin-bottom: 6px; }
    main#home #highlights article.news h1 {
      margin: 0 0 10px;
      color: #3f4244;
      font-size: 1.125rem;
      transition: all 0.2s linear; }
    main#home #highlights article.news p {
      color: #8c8f94;
      margin: 0;
      font-size: 1.125rem;
      max-height: 2.5em;
      overflow: hidden; }
    main#home #highlights article.news a {
      text-decoration: none; }
  main#home #highlights article.full {
    height: 369px;
    width: 20%;
    overflow-y: hidden;
    position: relative; }
    @media (max-width: 1023px) {
      main#home #highlights article.full {
        width: 100%;
        height: auto; } }
    main#home #highlights article.full img {
      width: auto;
      height: auto;
      max-height: 369px; }
    main#home #highlights article.full div.content {
      position: absolute;
      opacity: 0;
      width: 100%;
      min-height: 40%;
      bottom: -50px;
      transition: all 0.2s linear; }
      main#home #highlights article.full div.content h1, main#home #highlights article.full div.content a {
        font-size: 1.125rem;
        margin: 0;
        font-weight: 300;
        text-align: left;
        color: #fff; }
      main#home #highlights article.full div.content h1 {
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px; }
      main#home #highlights article.full div.content a {
        padding: 10px 45px;
        border: 1px solid #fff;
        border-radius: 3px;
        text-decoration: none;
        margin: 0 auto; }
    main#home #highlights article.full:hover div.cover {
      display: block; }
    main#home #highlights article.full:hover div.content {
      bottom: 20%;
      display: block;
      opacity: 1; }
    @media (max-width: 1200px) {
      main#home #highlights article.full {
        margin: 0 10px; } }
    @media (max-width: 1023px) {
      main#home #highlights article.full {
        margin: 20px auto; } }
  main#home #highlights article.banner {
    overflow: hidden;
    width: 600px;
    position: relative; }
    main#home #highlights article.banner img {
      width: 100%;
      height: 100%; }
    main#home #highlights article.banner div.cover {
      background-color: #3f4244;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.4;
      display: none;
      transition: all 0.1s linear; }
    main#home #highlights article.banner div.content {
      position: absolute;
      opacity: 0;
      width: 50%;
      min-height: 40%;
      padding-left: 40px;
      bottom: -50px;
      transition: all 0.2s linear; }
      main#home #highlights article.banner div.content h1, main#home #highlights article.banner div.content a {
        font-size: 1.125rem;
        margin: 0;
        font-weight: 300;
        text-align: left;
        color: #fff; }
      main#home #highlights article.banner div.content a {
        padding: 10px 40px;
        border: 1px solid #fff;
        border-radius: 3px;
        float: left;
        text-decoration: none;
        margin-top: 30px; }
    main#home #highlights article.banner:hover div.cover {
      display: block; }
    main#home #highlights article.banner:hover div.content {
      bottom: 5px;
      display: block;
      opacity: 1; }
    @media (max-width: 1200px) {
      main#home #highlights article.banner {
        margin: 0 10px; } }
    @media (max-width: 1023px) {
      main#home #highlights article.banner {
        margin: 20px auto; } }

main#home #partners {
  background-color: #fff; }
  main#home #partners ul {
    padding: 0;
    list-style-type: none; }
    main#home #partners ul li {
      display: inline-block;
      text-align: center;
      width: 19%;
      padding: 30px 0; }
      main#home #partners ul li img {
        width: 100%;
        vertical-align: middle; }

main#home button#phone {
  background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
  background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
  background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
  color: #FFF;
  padding: 10px;
  border-radius: 3px 0 0 0;
  position: fixed;
  right: 0;
  width: 55px;
  top: 260px;
  font-size: 0.75rem;
  border: none;
  outline: none;
  z-index: 900;
  transition: all 0.2s linear; }
  main#home button#phone:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #32e3ff 0%, #00afcb 100%); }
  @media (max-width: 767px) {
    main#home button#phone {
      display: none; } }
  main#home button#phone img {
    margin-bottom: 5px; }

main#home button#we-call {
  right: 0;
  width: 55px;
  height: 50px;
  top: 350px;
  border: none;
  border-radius: 0 0 3px 3px;
  position: fixed;
  outline: none;
  z-index: 900;
  font-size: 0.75rem;
  color: #FFF;
  background-color: #778186; }
  @media (max-width: 767px) {
    main#home button#we-call {
      display: none; } }

main#home aside#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  main#home aside#popup div.content {
    background-image: url("/content/img/popup_back.jpg");
    background-color: #FFF;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: fixed;
    box-sizing: border-box;
    padding: 40px 345px 40px 40px;
    top: 50%;
    left: 50%;
    width: 690px;
    margin-left: -345px;
    transform: translateY(-50%);
    color: #8c8f94;
    font-size: 1.125rem;
    background-size: 50%;
    border-radius: 5px; }
    main#home aside#popup div.content p.lead {
      font-size: 2.375rem;
      color: #F39200;
      margin: 0;
      font-weight: 600;
      white-space: nowrap; }
    main#home aside#popup div.content form label {
      display: block;
      color: #333;
      margin-bottom: 20px; }
      main#home aside#popup div.content form label span {
        font-weight: bold;
        display: block; }
      main#home aside#popup div.content form label input {
        border: 1px solid #dedede;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        border-radius: 3px; }
    main#home aside#popup div.content form button {
      border: none;
      width: 100%;
      height: 3.125rem;
      font-size: 1.25rem;
      color: #FFF;
      margin-top: 10px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      outline: none; }
    main#home aside#popup div.content button.close {
      position: absolute;
      top: 10px;
      right: 10px;
      background-image: url("/content/img/popup_close.png");
      background-repeat: no-repeat;
      border: none;
      padding: 0;
      width: 28px;
      height: 28px;
      background-color: transparent;
      outline: none;
      border-radius: 50%; }


@media (max-width: 767px) {
	main#home aside#popup {
		display: none !important;
	}
}

main#home aside#popup .hidden-text {
	visibility: hidden;
}



main#features #features-header {
  padding: 150px 0;
  background-image: url("/content/img/about_back.jpg");
  background-size: cover;
  background-position: center left; }
  main#features #features-header h1 {
    font-size: 4.375rem;
    color: #3f4244;
    text-align: center;
    padding: 0 10px;
    font-weight: 400; }
    @media (max-width: 767px) {
      main#features #features-header h1 {
        font-size: 2.5rem; } }

main#features #features-content {
  padding: 3rem 0; }
  main#features #features-content h1 {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 600;
    margin: 0; }
  main#features #features-content p.lead {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 50px; }
  main#features #features-content p.column {
    color: #8c8f94;
    font-size: 1.125rem;
    column-count: 2;
    column-gap: 40px;
    line-height: 1.7; }
    @media (max-width: 767px) {
      main#features #features-content p.column {
        column-count: 1; } }

main#features #features-slider {
  background-color: #f1f2f6;
  color: #8c8f94;
  padding: 3rem 0 7rem;
  position: relative; }
  main#features #features-slider ul {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0; }
  main#features #features-slider li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    font-size: 1.125rem;
    position: relative;
    left: 0;
    transition: all 0.2s linear; }
  main#features #features-slider h1 {
    font-size: 2.375rem;
    color: #00afcb;
    margin-bottom: 0; }
  main#features #features-slider div.image {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 60px; }
    @media (max-width: 767px) {
      main#features #features-slider div.image {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 20px; } }
    main#features #features-slider div.image img {
      border-radius: 50%;
      max-width: 100%; }
  main#features #features-slider div.content {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px; }
    @media (max-width: 767px) {
      main#features #features-slider div.content {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 10px; } }
    main#features #features-slider div.content p {
      line-height: 1.7;
      max-height: 500px;
      overflow: auto; }
  main#features #features-slider a.more {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 60px 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
    border-radius: 5px;
    position: relative;
    transition: all 0.2s linear; }
    main#features #features-slider a.more:after {
      content: '';
      width: 18px;
      height: 14px;
      background-image: url("/content/img/arrow_button.svg");
      background-repeat: no-repeat;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -7px;
      right: 20px; }
    main#features #features-slider a.more:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }
  main#features #features-slider nav {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%; }
    main#features #features-slider nav button {
      width: 8px;
      height: 8px;
      background-color: #cccccc;
      border-radius: 50%;
      padding: 0;
      border: none;
      vertical-align: middle;
      margin: 0 15px;
      outline: none;
      transition: all 0.2s linear; }
      main#features #features-slider nav button.active {
        width: 14px;
        height: 14px;
        background-color: #3f4244; }

main#features #features-how {
  padding: 3rem 0;
  font-size: 1.125rem;
  color: #3e4449;
  line-height: 1.7;
  background-position: right bottom;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    main#features #features-how {
      background-size: 33.33%; } }
  @media (max-width: 479px) {
    main#features #features-how {
      background-image: none; } }
  main#features #features-how h1 {
    font-size: 2.375rem;
    color: #00afcb;
    margin-bottom: 0; }
  main#features #features-how p {
    max-width: 860px; }
  main#features #features-how ol {
    column-count: 2;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    counter-reset: steps;
    max-width: 66.66%; }
    @media (max-width: 1200px) {
      main#features #features-how ol {
        max-width: 75%; } }
    @media (max-width: 767px) {
      main#features #features-how ol {
        column-count: 1; } }
    @media (max-width: 479px) {
      main#features #features-how ol {
        max-width: 100%; } }
    main#features #features-how ol li {
      margin-bottom: 2rem;
      counter-increment: steps;
      position: relative;
      padding-left: 100px; }
      @media (max-width: 479px) {
        main#features #features-how ol li {
          padding-left: 60px; } }
      main#features #features-how ol li:before {
        content: counter(steps);
        position: absolute;
        top: 0;
        left: 0;
        height: 45px;
        width: 45px;
        border: 2px solid #00afcb;
        border-radius: 50%;
        text-align: center;
        line-height: 45px;
        color: #333; }

main#features #features-features {
  background-color: #f1f2f6;
  color: #8c8f94;
  padding: 3rem 0;
  text-align: center; }
  main#features #features-features ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 3rem; }
    @media (max-width: 1023px) {
      main#features #features-features ul {
        margin-bottom: 0; } }
  main#features #features-features li {
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 50px; }
    @media (max-width: 1023px) {
      main#features #features-features li {
        width: 50%;
        margin-bottom: 50px; } }
    @media (max-width: 479px) {
      main#features #features-features li {
        width: 100%; } }
  main#features #features-features div.image {
    margin-bottom: 1rem;
    height: 120px;
    overflow: hidden; }
  main#features #features-features h1 {
    font-size: 1.875rem;
    color: #00afcb;
    margin: 0; }
  main#features #features-features p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.7; }
  main#features #features-features a.more {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
    border-radius: 5px;
    position: relative;
    transition: all 0.2s linear; }
    main#features #features-features a.more:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }

main#saude_global_premium #hero {
  position: relative;
  overflow: hidden; }
  main#saude_global_premium #hero div.hero {
    border-radius: 0 0 50% 50%;
    margin-left: -1500px;
    margin-right: -1500px;
    padding-left: 1500px;
    padding-right: 1500px;
    overflow: hidden;
    max-height: 510px; }
    main#saude_global_premium #hero div.hero img {
      width: 100%; }
      @media (max-width: 479px) {
        main#saude_global_premium #hero div.hero img {
          background-size: cover;
          background-position: center;
          width: 100%; } }

main#saude_global_premium #premium-plan {
  padding: 4.375rem 10px 4.375rem;
  padding: 4.375rem 10px 3rem; }
  main#saude_global_premium #premium-plan img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      main#saude_global_premium #premium-plan img {
        max-width: 50%; } }
    @media (max-width: 767px) {
      main#saude_global_premium #premium-plan img {
        width: 100%;
        max-width: 100%; } }
  main#saude_global_premium #premium-plan h2 {
    margin-top: 0px;
    color: #778186;
    font-size: 2rem;
    line-height: 40px; }
    main#saude_global_premium #premium-plan h2 span {
      color: #00AFCB; }
  main#saude_global_premium #premium-plan p.lead {
    color: #778186;
    font-size: 0.95rem;
    line-height: 22px; }

main#saude_global_premium #tabs {
  background-color: #f1f2f6;
  position: relative;
  overflow: hidden; }
  main#saude_global_premium #tabs div.content {
    padding: 4.375rem 10px 4rem; }
    main#saude_global_premium #tabs div.content ul.tab-nav {
      margin: 0;
      padding: 0;
      width: 350px;
      list-style-type: none;
      border: 1px solid #dee1ea;
      display: inline-block; }
      @media (max-width: 767px) {
        main#saude_global_premium #tabs div.content ul.tab-nav {
          width: 500px;
          margin: 0 auto;
          display: block;
          margin-bottom: 40px; } }
      /*main#saude_global_premium #tabs div.content ul.tab-nav li {
        border-bottom: 1px solid #dee1ea;
        height: 80px;
        cursor: pointer;
        cursor: hand main#saude_global_premium #tabs div.content ul.tab-nav li; }
        main#saude_global_premium #tabs div.content ul.tab-nav li :last-child {
          border-bottom: none; }*/
	  main#saude_global_premium #tabs div.content ul.tab-nav li {
        border-bottom: 1px solid #dee1ea;
        height: 80px;
        cursor: pointer;}
        main#saude_global_premium #tabs div.content ul.tab-nav li :last-child {
          border-bottom: none; }
        main#saude_global_premium #tabs div.content ul.tab-nav li a {
          height: 80px;
          display: table;
          width: 100%;
          color: #778186;
          text-decoration: none;
          font-weight: 600;
          border: none; }
          main#saude_global_premium #tabs div.content ul.tab-nav li a div.svg-wrapper {
            margin-top: 21px;
            margin-left: 25px;
            margin-right: 15px;
            display: inline-block; }
            main#saude_global_premium #tabs div.content ul.tab-nav li a div.svg-wrapper svg path {
              fill: #00AFCB; }
          main#saude_global_premium #tabs div.content ul.tab-nav li a span {
            display: inline-block;
            width: 220px;
            display: table-cell;
            vertical-align: middle;
            position: relative; }
            @media (max-width: 767px) {
              main#saude_global_premium #tabs div.content ul.tab-nav li a span {
                width: 360px; } }
            main#saude_global_premium #tabs div.content ul.tab-nav li a span:before {
              content: "";
              width: 0px;
              height: 20px;
              border-left: 3px solid #00AFCB;
              position: absolute;
              left: -35px;
              top: 0;
              bottom: 0;
              margin: auto; }
          main#saude_global_premium #tabs div.content ul.tab-nav li a.active {
            color: #3f4244;
            border: 1px solid #F39200; }
            main#saude_global_premium #tabs div.content ul.tab-nav li a.active span:before {
              border-left: 3px solid #F39200; }
            main#saude_global_premium #tabs div.content ul.tab-nav li a.active svg path {
              fill: #F39200 !important; }
    main#saude_global_premium #tabs div.content div.articles-wrapper {
      float: right;
      width: calc( 100% - 360px);
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 767px) {
        main#saude_global_premium #tabs div.content div.articles-wrapper {
          width: 100%; } }
      main#saude_global_premium #tabs div.content div.articles-wrapper article {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px; }
        main#saude_global_premium #tabs div.content div.articles-wrapper article h2 {
          margin-top: 0px;
          color: #778186;
          font-size: 2rem; }
        main#saude_global_premium #tabs div.content div.articles-wrapper article p {
          color: #778186;
          font-size: 1rem;
          line-height: 28px; }
        main#saude_global_premium #tabs div.content div.articles-wrapper article ul {
          color: #778186;
          border-left: 3px solid #00AFCB;
          padding-left: 60px;
          margin-left: 60px;
          margin-top: 30px;
          margin-bottom: 60px; }
          @media (max-width: 900px) {
            main#saude_global_premium #tabs div.content div.articles-wrapper article ul {
              margin-left: 0px;
              padding-left: 60px; } }
          main#saude_global_premium #tabs div.content div.articles-wrapper article ul li {
            font-size: 1rem;
            line-height: 28px; }
            main#saude_global_premium #tabs div.content div.articles-wrapper article ul li span {
              font-weight: 600; }

main#plans #plans-header {
  background-image: url("/content/plans/plans_back.jpg");
  background-size: cover;
  background-position: 75% center;
  padding: 70px 0 140px;
  height: 70vh;
  box-sizing: border-box; }
  main#plans #plans-header .lead {
    font-size: 4.375rem;
    max-width: 500px;
    margin: 0 0 30px;
    color: #FFF; }
  main#plans #plans-header ul {
    padding: 0;
    list-style: none; }
  main#plans #plans-header a {
    line-height: 3.125rem;
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #FFF;
    width: 200px;
    padding: 0 20px;
    transition: all 0.2s linear;
    background-position: 95% center;
    font-size: 1.5rem; }
    main#plans #plans-header a:hover {
      border-radius: 4px;
      background-color: #00afcb;
      border-color: transparent;
      width: 215px;
      background-image: url("/content/img/arrow_button.svg");
      background-repeat: no-repeat; }

main#plans #plans-list {
  background-color: #f1f2f6;
  padding-top: 70px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    main#plans #plans-list {
      padding: 30px 0; } }
  main#plans #plans-list h1.section {
    color: #00afcb;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500; }
  main#plans #plans-list .lead.section {
    font-size: 1.25rem;
    text-align: center;
    color: #3f4244;
    max-width: 600px;
    margin: 0 auto; }
  main#plans #plans-list ul.plans {
    margin: 80px 0;
    list-style: none;
    padding: 0; }
    main#plans #plans-list ul.plans > li {
      background-color: #FFF;
      border-radius: 3px;
      margin-bottom: 80px;
      position: relative;
      box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2); }
    main#plans #plans-list ul.plans p.question {
      padding-top: 20px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.2s linear;
      margin: 0;
      background-position: right 25px;
      background-repeat: no-repeat; }
      main#plans #plans-list ul.plans p.question:hover {
        color: #00afcb;
        background-image: url("/content/img/arrow_down_red.svg"); }
      main#plans #plans-list ul.plans p.question.active {
        background-image: url("/content/img/arrow_up_alt.svg"); }
        main#plans #plans-list ul.plans p.question.active:hover {
          color: inherit; }
    main#plans #plans-list ul.plans p.answer {
      display: none;
      margin: 0;
      padding-top: 10px;
      line-height: 1.7; }
    main#plans #plans-list ul.plans header {
      position: relative; }
      main#plans #plans-list ul.plans header div.image {
        width: 45%;
        position: absolute;
        height: 100%;
        background-size: cover;
        background-position: center 22%;
        border-radius: 3px 0 0 3px; }
        @media (max-width: 767px) {
          main#plans #plans-list ul.plans header div.image {
            width: 100%;
            position: static;
            height: 300px; } }
      main#plans #plans-list ul.plans header img.header {
        float: left;
        margin-right: 60px; }
      main#plans #plans-list ul.plans header div.content {
        padding: 1px 60px 80px 50%;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); }
        @media (max-width: 767px) {
          main#plans #plans-list ul.plans header div.content {
            padding: 40px 10px 0;
            box-shadow: none; } }
        main#plans #plans-list ul.plans header div.content .lead {
          font-size: 1.5rem; }
        main#plans #plans-list ul.plans header div.content .column {
          color: #8c8f94;
          column-count: 2;
          column-gap: 40px;
          font-size: 1.125rem; }
          @media (max-width: 1023px) {
            main#plans #plans-list ul.plans header div.content .column {
              column-count: 1; } }
    main#plans #plans-list ul.plans li.content1 {
      position: relative; }
      main#plans #plans-list ul.plans li.content1 img {
        float: left;
        margin-right: 60px;
        position: relative;
        top: -25px;
        max-width: 100%; }
        @media (max-width: 767px) {
          main#plans #plans-list ul.plans li.content1 img {
            float: none; } }
      @media (max-width: 767px) {
        main#plans #plans-list ul.plans li.content1 div.content1 {
          padding: 40px 10px 0;
          box-shadow: none; } }
      main#plans #plans-list ul.plans li.content1 div.content1 p.parag {
        color: #8c8f94;
        font-size: 1.125rem; }
    main#plans #plans-list ul.plans button.toggle {
      width: 60px;
      height: 60px;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
      border-radius: 50%;
      position: absolute;
      right: 60px;
      bottom: -30px;
      border: none;
      outline: none;
      transition: all 0.2s linear; }
      @media (max-width: 767px) {
        main#plans #plans-list ul.plans button.toggle {
          display: none; } }
      main#plans #plans-list ul.plans button.toggle:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        margin-top: -1px;
        background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: linear-gradient(135deg, #32e3ff 0%, #00afcb 100%); }
      main#plans #plans-list ul.plans button.toggle:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url("/content/img/arrow_button_down.svg");
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
      main#plans #plans-list ul.plans button.toggle.open:after {
        background-image: url("/content/img/arrow_button_up.svg"); }
    main#plans #plans-list ul.plans div.tabs {
      display: none;
      padding: 60px; }
      @media (max-width: 767px) {
        main#plans #plans-list ul.plans div.tabs {
          display: block;
          padding: 30px 10px; } }
      main#plans #plans-list ul.plans div.tabs ul.tabs {
        padding: 0;
        text-align: center;
        font-size: 0;
        border-bottom: 3px solid #e2e3e4;
        margin-bottom: 50px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          main#plans #plans-list ul.plans div.tabs ul.tabs {
            overflow: auto;
            border-bottom: 0; } }
        main#plans #plans-list ul.plans div.tabs ul.tabs li {
          display: inline-block;
          width: 25%;
          font-size: 1rem;
          line-height: 50px;
          cursor: pointer;
          transition: all 0.2s linear;
          position: relative; }
          @media (max-width: 767px) {
            main#plans #plans-list ul.plans div.tabs ul.tabs li {
              width: auto;
              padding: 0 10px; } }
          main#plans #plans-list ul.plans div.tabs ul.tabs li:after {
            content: '';
            height: 3px;
            position: absolute;
            width: 100%;
            left: 0;
            background-color: transparent;
            bottom: -3px;
            transition: all 0.2s linear; }
            @media (max-width: 767px) {
              main#plans #plans-list ul.plans div.tabs ul.tabs li:after {
                bottom: 0; } }
          main#plans #plans-list ul.plans div.tabs ul.tabs li.active {
            font-weight: 500; }
          main#plans #plans-list ul.plans div.tabs ul.tabs li:hover, main#plans #plans-list ul.plans div.tabs ul.tabs li.active {
            color: #00afcb; }
            main#plans #plans-list ul.plans div.tabs ul.tabs li:hover:after, main#plans #plans-list ul.plans div.tabs ul.tabs li.active:after {
              background-color: #00afcb; }
      main#plans #plans-list ul.plans div.tabs ul.tab-content {
        padding: 0;
        list-style: none; }
        main#plans #plans-list ul.plans div.tabs ul.tab-content > li {
          display: none; }
          main#plans #plans-list ul.plans div.tabs ul.tab-content > li.active {
            display: block;
            overflow: auto; }
        main#plans #plans-list ul.plans div.tabs ul.tab-content div.center {
          align-content: center; }
      main#plans #plans-list ul.plans div.tabs table {
        border-radius: 3px;
        width: 100%; }
        main#plans #plans-list ul.plans div.tabs table th,
        main#plans #plans-list ul.plans div.tabs table td {
          padding: 15px; }
        main#plans #plans-list ul.plans div.tabs table th {
          font-weight: 400; }
        main#plans #plans-list ul.plans div.tabs table thead {
          background-color: #f1f2f6; }
          main#plans #plans-list ul.plans div.tabs table thead th {
            font-size: 1.125rem;
            border-left: 1px solid #c8c9c9; }
        main#plans #plans-list ul.plans div.tabs table tbody tr:nth-child(2n+1) {
          background-color: #f6f6f6; }
        main#plans #plans-list ul.plans div.tabs table tbody td {
          border-left: 1px solid #c8c9c9;
          background-repeat: no-repeat;
          background-position: center; }
          main#plans #plans-list ul.plans div.tabs table tbody td.yes {
            background-image: url("/content/img/yes.svg"); }
          main#plans #plans-list ul.plans div.tabs table tbody td.no {
            background-image: url("/content/img/no.svg"); }
        main#plans #plans-list ul.plans div.tabs table strong {
          color: #00afcb;
          text-transform: uppercase;
          margin-left: 5px;
          font-weight: 400; }
  main#plans #plans-list ol.letter {
    list-style-type: lower-latin; }
  main#plans #plans-list p.small {
    font-size: 0.9rem;
    font-style: italic;
    text-align: left;
    color: #778186;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px; }
  main#plans #plans-list form {
    width: 70%;
    font-size: 0;
    margin: 15px 25px; }
    @media (max-width: 767px) {
      main#plans #plans-list form {
        width: 100%;
        margin: auto; } }
    main#plans #plans-list form label {
      font-size: 1.10rem;
      display: block;
      margin-bottom: 20px; }
      main#plans #plans-list form label span {
        font-weight: bold;
        display: block; }
      main#plans #plans-list form label input {
        border: 1px solid #dedede;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        border-radius: 3px;
        background-color: #f1f2f6;
        color: #8c8f94;
        outline: none; }
      main#plans #plans-list form label.error input {
        border: 2px solid #F39200; }
      main#plans #plans-list form label span.error {
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 400;
        color: #8c8f94;
        display: block;
        padding-top: 5px; }
    main#plans #plans-list form button {
      border: none;
      height: 3.125rem;
      font-size: 1.25rem;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      outline: none;
      padding: 0 60px 0 30px;
      position: relative;
      transition: all 0.2s linear; }
      main#plans #plans-list form button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      main#plans #plans-list form button:after {
        content: '';
        width: 18px;
        height: 14px;
        background-image: url("/content/img/arrow_button.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px; }
  main#plans #plans-list a.link {
    color: #8e8e8e; }
  main#plans #plans-list p.title {
    color: #00afcb;
    font-size: 2.425rem; }

main#como_utilizar #how-to {
  padding: 4.375rem 10px 4rem; }
  main#como_utilizar #how-to div.content {
    text-align: center;
    padding-bottom: 40px; }
    main#como_utilizar #how-to div.content h1 {
      color: #778186; }
    main#como_utilizar #how-to div.content p.lead {
      color: #778186;
      width: 70%;
      margin: 0 auto;
      line-height: 28px; }
      main#como_utilizar #how-to div.content p.lead span {
        font-weight: 600; }
    main#como_utilizar #how-to div.content p.small {
      font-size: 0.7rem;
      font-style: italic;
      text-align: left;
      color: #778186;
      width: 85%;
      margin: 0 auto;
      margin-top: 40px; }
  main#como_utilizar #how-to div.tabs-wrapper {
    background-color: #F1F2F6;
    display: flex; }
    @media (max-width: 991px) {
      main#como_utilizar #how-to div.tabs-wrapper {
        width: 100%;
        display: inline-block; } }
    main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav {
      margin: 0;
      padding: 0;
      width: 350px;
      list-style-type: none;
      display: inline-block; }
      @media (max-width: 991px) {
        main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav {
          width: 100%;
          display: block; } }
      main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li {
        height: 80px;
        cursor: pointer;
        cursor: hand; }
        main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a {
          height: 80px;
          display: table;
          width: 100%;
          color: #fff;
          text-decoration: none;
          font-weight: 600;
          border: none; }
          main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a.odd {
            background-color: #00AFCB; }
          main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a.even {
            background-color: #03A2BC; }
          main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a span {
            display: inline-block;
            width: 220px;
            display: table-cell;
            vertical-align: middle;
            position: relative; }
            main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a span.number {
              width: 10px;
              border: 2px solid #fff;
              height: 10px;
              padding: 12px 11px 12px 12px;
              border-radius: 50%;
              display: inline-block;
              line-height: 12px;
              margin-top: 20px;
              margin-left: 30px; }
              main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a span.number:after {
                content: "";
                width: 0px;
                height: 20px;
                border-left: 3px solid #fff;
                position: absolute;
                right: -35px;
                top: 0;
                bottom: 0;
                margin: auto; }
          main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a.active {
            color: #778186;
            background-color: #F1F2F6; }
            main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a.active span.number {
              color: #F39200;
              border-color: #F39200; }
              main#como_utilizar #how-to div.tabs-wrapper ul.tab-nav li a.active span.number:after {
                border-left: 3px solid #F39200; }
    main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper {
      float: right;
      width: calc( 100% - 360px);
      display: inline-block;
      vertical-align: top;
      background-color: transparent;
      padding-top: 30px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 300px; }
      @media (max-width: 991px) {
        main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper {
          width: 100%;
          display: block; } }
      main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px; }
        main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article span {
          font-weight: 600;
          margin-top: 0px;
          color: #778186;
          font-size: 1rem;
          display: inline-block;
          vertical-align: top;
          margin-right: 20px;
          margin-top: 5px; }
        main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article h2 {
          margin-top: 0px;
          color: #778186;
          font-size: 1rem;
          font-weight: normal;
          line-height: 28px;
          display: inline-block;
          width: 90%; }
        main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article p {
          color: #778186;
          font-size: 1rem;
          line-height: 28px; }
        main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article a {
          color: #778186;
          font-size: 1rem;
          line-height: 28px;
          font-weight: 600;
          text-decoration: none; }
        main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article ul {
          color: #778186;
          border-left: 3px solid #00AFCB;
          padding-left: 20px;
          margin-left: 35px;
          margin-top: 15px;
          margin-bottom: 60px;
          list-style-type: none; }
          @media (max-width: 900px) {
            main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article ul {
              margin-left: 0px;
              padding-left: 60px; } }
          main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article ul li {
            font-size: 1rem;
            line-height: 28px; }
            main#como_utilizar #how-to div.tabs-wrapper div.articles-wrapper article ul li span {
              margin-top: 0px;
              font-weight: 600;
              margin-right: 15px; }

main#como_ser_cliente #how-to-client {
  padding: 4.375rem 10px 4rem; }
  main#como_ser_cliente #how-to-client div.content {
    padding-bottom: 40px; }
    main#como_ser_cliente #how-to-client div.content h1 {
      color: #778186;
      text-align: center; }
    main#como_ser_cliente #how-to-client div.content p.lead {
      color: #778186;
      width: 70%;
      margin: 0 auto;
      line-height: 28px; }
      main#como_ser_cliente #how-to-client div.content p.lead span {
        font-weight: 600; }
    main#como_ser_cliente #how-to-client div.content p.small {
      font-size: 0.7rem;
      font-style: italic;
      text-align: left;
      color: #778186;
      width: 85%;
      margin: 0 auto;
      margin-top: 40px; }
  main#como_ser_cliente #how-to-client form {
    width: 70%;
    font-size: 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      main#como_ser_cliente #how-to-client form {
        width: 100%; } }
    main#como_ser_cliente #how-to-client form label {
      font-size: 1.125rem;
      display: block;
      margin-bottom: 20px; }
      main#como_ser_cliente #how-to-client form label span {
        font-weight: bold;
        display: block; }
      main#como_ser_cliente #how-to-client form label input {
        border: 1px solid #dedede;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        border-radius: 3px;
        background-color: #f1f2f6;
        color: #8c8f94;
        outline: none; }
      main#como_ser_cliente #how-to-client form label.error input {
        border: 2px solid #00AFCB; }
      main#como_ser_cliente #how-to-client form label span.error {
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 400;
        color: #8c8f94;
        display: block;
        padding-top: 5px; }
    main#como_ser_cliente #how-to-client form button {
      border: none;
      height: 3.125rem;
      font-size: 1.25rem;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      outline: none;
      padding: 0 60px 0 30px;
      position: relative;
      transition: all 0.2s linear; }
      main#como_ser_cliente #how-to-client form button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      main#como_ser_cliente #how-to-client form button:after {
        content: '';
        width: 18px;
        height: 14px;
        background-image: url("/content/img/arrow_button.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px; }

main#faqs {
  padding: 50px 0; }
  main#faqs h1.main {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 600;
    color: #778186; }
  main#faqs p.description {
    font-size: 1.25rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
    color: #8c8f94; }
  main#faqs ul.faqs {
    font-size: 1.25rem;
    padding: 0;
    list-style: none;
    margin: 0; }
    main#faqs ul.faqs li {
      padding-bottom: 20px; }
      main#faqs ul.faqs li.active {
        display: block; }
        main#faqs ul.faqs li.active + .active {
          border-top: 2px solid #EEE; }
    main#faqs ul.faqs p.question {
      padding-top: 20px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.2s linear;
      margin: 0;
      background-position: right 25px;
      background-repeat: no-repeat;
      color: #778186; }
      main#faqs ul.faqs p.question span {
        color: #F39200;
        margin-right: 10px; }
      main#faqs ul.faqs p.question:hover {
        color: #F39200;
        background-image: url("/content/img/arrow_down_red.svg"); }
      main#faqs ul.faqs p.question.active {
        background-image: url("/content/img/arrow_up.svg"); }
        main#faqs ul.faqs p.question.active:hover {
          color: inherit; }
    main#faqs ul.faqs p.answer {
      display: none;
      margin: 0;
      padding-top: 10px;
      line-height: 1.7;
      color: #8c8f94;
      font-size: 1.125rem; }

main#rede_medica {
  background-color: #f1f2f6;
  padding: 2rem 0 5rem; }
  main#rede_medica h1.main {
    color: #00afcb;
    font-size: 2.375rem;
    margin-bottom: 0;
    text-align: center; }
  main#rede_medica p.lead {
    font-size: 1.25rem;
    text-align: center; }
  main#rede_medica form {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 5px 6px rgba(51, 51, 51, 0.3);
    overflow: hidden;
    max-width: 920px;
    margin: 3rem auto 0; }
  main#rede_medica ol.steps {
    font-size: 0;
    counter-reset: steps;
    padding: 0;
    margin: 0; }
    main#rede_medica ol.steps li {
      font-size: 1rem;
      display: inline-block;
      width: 25%;
      color: #FFF;
      background-color: #b0bec5;
      list-style-type: none;
      counter-increment: steps;
      text-align: center;
      padding: 20px 10px;
      box-sizing: border-box;
      vertical-align: top;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      main#rede_medica ol.steps li:before {
        content: counter(steps);
        display: inline-block;
        width: 30px;
        border: 1px solid #FFF;
        box-sizing: border-box;
        height: 30px;
        border-radius: 50%;
        line-height: 28px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          main#rede_medica ol.steps li:before {
            margin-right: 0; } }
      main#rede_medica ol.steps li.done {
        background-color: #00afcb; }
        main#rede_medica ol.steps li.done:before {
          content: '';
          background-image: url("/content/img/tick_blue.svg");
          background-color: #FFF;
          background-position: center;
          background-repeat: no-repeat;
          vertical-align: middle; }
      main#rede_medica ol.steps li.active {
        background-color: #00afcb;
        position: relative; }
        main#rede_medica ol.steps li.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #ffffff transparent;
          left: 50%;
          margin-left: -8px; }
      @media (max-width: 767px) {
        main#rede_medica ol.steps li span {
          display: none; } }
  main#rede_medica fieldset {
    display: none;
    margin: 0;
    padding: 3rem 0;
    border: none;
    text-align: center; }
    main#rede_medica fieldset legend {
      float: left;
      width: 100%;
      font-size: 1.25rem;
      padding: 0 0 2rem; }
    main#rede_medica fieldset.active {
      display: block; }
  main#rede_medica label.plan {
    display: inline-block;
    padding: 0 10px;
    width: 45%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      main#rede_medica label.plan {
        display: block;
        margin: 0 auto 20px;
        width: 220px; } }
    main#rede_medica label.plan div.image {
      border: 1px solid #bdbdbd;
      border-radius: 3px;
      padding: 60px 10px;
      margin: 2px;
      position: relative; }
      main#rede_medica label.plan div.image img {
        width: 56%; }
      main#rede_medica label.plan div.image span {
        color: #3f4244;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        font-weight: 600;
        font-size: 1rem; }
    main#rede_medica label.plan input {
      display: none; }
      main#rede_medica label.plan input:checked + div.image {
        border: 3px solid #00afcb;
        margin: 0; }
    main#rede_medica label.plan img {
      vertical-align: top; }
  main#rede_medica label.common {
    display: inline-block;
    width: 30%;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767px) {
      main#rede_medica label.common {
        width: 80%; } }
    main#rede_medica label.common span {
      color: #757778;
      font-size: 1.125rem;
      line-height: 20px; }
      main#rede_medica label.common span:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        margin-right: 10px;
        vertical-align: top; }
    main#rede_medica label.common input {
      display: none; }
      main#rede_medica label.common input:checked + span {
        color: #00afcb; }
        main#rede_medica label.common input:checked + span:before {
          background-color: #00afcb;
          background-image: url("/content/img/tick.svg"); }
  main#rede_medica select {
    width: 40%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-size: 1rem;
    background-image: url("/content/img/arrow_down.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle; }
    @media (max-width: 767px) {
      main#rede_medica select {
        width: 80%;
        margin-bottom: 20px; } }
  main#rede_medica select::-ms-expand {
    display: none; }
  main#rede_medica div.separator {
    display: inline-block;
    width: 1px;
    background-color: #bdbdbd;
    height: 150px;
    vertical-align: middle;
    margin: 0 30px; }
    @media (max-width: 767px) {
      main#rede_medica div.separator {
        display: none; } }
  main#rede_medica div.controls {
    margin-top: 50px;
    padding: 0 50px; }
    main#rede_medica div.controls button {
      border-radius: 3px;
      background-repeat: no-repeat;
      border: none;
      width: 165px;
      height: 50px;
      font-size: 1.25rem;
      transition: all 0.2s linear; }
      main#rede_medica div.controls button:hover {
        opacity: 0.7; }
      main#rede_medica div.controls button[disabled] {
        opacity: 0.2; }
    main#rede_medica div.controls .prev {
      float: left;
      border: 1px solid #6c6c6c;
      background-color: #FFF;
      padding-left: 50px;
      background-image: url("/content/img/arrow_button_left.svg");
      background-position: 10% center; }
      @media (max-width: 767px) {
        main#rede_medica div.controls .prev {
          float: none;
          display: block;
          margin: 0 auto 20px; } }
    main#rede_medica div.controls .search,
    main#rede_medica div.controls .next {
      padding-right: 50px;
      color: #FFF;
      border: 1px solid transparent;
      background-color: #06b178;
      background-image: url("/content/img/arrow_button.svg");
      background-position: 90% center;
      float: right; }
      @media (max-width: 767px) {
        main#rede_medica div.controls .search,
        main#rede_medica div.controls .next {
          float: none;
          display: block;
          margin: 0 auto; } }
    main#rede_medica div.controls .no-plan {
      float: left;
      border: 1px solid #6c6c6c;
      background-color: #FFF;
      background-position: 10% center; }
      @media (max-width: 767px) {
        main#rede_medica div.controls .no-plan {
          float: none;
          display: block;
          margin: 0 auto 20px; } }
  main#rede_medica div.alternative {
    text-align: center;
    margin: 40px auto;
    position: relative;
    max-width: 920px; }
    main#rede_medica div.alternative span {
      display: inline-block;
      height: 30px;
      border-radius: 50%;
      width: 30px;
      line-height: 30px;
      font-size: 1.125rem;
      border: 1px solid #c2c3c5;
      color: #c2c3c5;
      background-color: #f1f2f6;
      position: relative;
      z-index: 1; }
      main#rede_medica div.alternative span:before {
        content: '';
        position: absolute;
        right: 31px;
        width: 25px;
        height: 30px;
        background-color: #f1f2f6; }
      main#rede_medica div.alternative span:after {
        content: '';
        position: absolute;
        left: 31px;
        width: 25px;
        height: 30px;
        background-color: #f1f2f6; }
    main#rede_medica div.alternative:before {
      content: '';
      height: 1px;
      background-color: #c2c3c5;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%; }
  main#rede_medica form.free-search {
    box-sizing: border-box;
    padding: 3rem; }
    main#rede_medica form.free-search h1 {
      margin: 0 0 5px;
      font-size: 1.125rem; }
    main#rede_medica form.free-search input[type="search"] {
      height: 50px;
      padding: 0 20px 0 60px;
      border: 1px solid #bdbdbd;
      border-radius: 3px;
      font-size: 1.25rem;
      background-image: url("/content/img/search_black.svg");
      background-position: 20px center;
      background-repeat: no-repeat;
      box-sizing: border-box;
      outline: none;
      width: 78%;
      float: left; }
      @media (max-width: 767px) {
        main#rede_medica form.free-search input[type="search"] {
          width: 66%; } }
      @media (max-width: 479px) {
        main#rede_medica form.free-search input[type="search"] {
          width: 100%;
          margin-bottom: 20px; } }
    main#rede_medica form.free-search input[type="submit"] {
      float: right;
      width: 20%;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
      border: none;
      color: #FFF;
      height: 50px;
      padding: 0 20px;
      border-radius: 3px;
      font-size: 1.5rem;
      outline: none;
      position: relative;
      transition: all 0.2s linear; }
      @media (max-width: 767px) {
        main#rede_medica form.free-search input[type="submit"] {
          width: 32%; } }
      @media (max-width: 479px) {
        main#rede_medica form.free-search input[type="submit"] {
          width: 100%; } }
      main#rede_medica form.free-search input[type="submit"]:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }

main#contactos {
  padding-bottom: 70px; }
  main#contactos div.map {
    height: 550px; }
  main#contactos h1.main {
    font-size: 2.5rem;
    margin-top: 0;
    padding-top: 70px; }
  main#contactos ul {
    float: left;
    width: 45%;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (max-width: 767px) {
      main#contactos ul {
        width: 100%; } }
    main#contactos ul li {
      margin-bottom: 25px;
      padding: 0 40px 0 70px;
      background-repeat: no-repeat;
      min-height: 50px; }
      main#contactos ul li.address {
        background-image: url("/content/img/pin_alt.svg"); }
      main#contactos ul li.mail {
        background-image: url("/content/img/mail.svg"); }
      main#contactos ul li.call {
        background-image: url("/content/img/call.svg"); }
      main#contactos ul li.schedule {
        background-image: url("/content/img/schedule.svg"); }
      main#contactos ul li.join {
        background-image: url("/content/img/join.svg"); }
    main#contactos ul h1 {
      color: #c2c2c2;
      font-size: 0.875rem;
      margin: 0; }
    main#contactos ul p {
      margin: 0; }
    main#contactos ul a {
      text-decoration: none;
      color: #333; }
  main#contactos form {
    float: left;
    width: 55%;
    font-size: 0; }
    @media (max-width: 767px) {
      main#contactos form {
        width: 100%; } }
    main#contactos form label {
      font-size: 1.125rem;
      display: block;
      margin-bottom: 20px; }
      main#contactos form label span {
        font-weight: bold;
        display: block; }
      main#contactos form label input {
        border: 1px solid #dedede;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        border-radius: 3px;
        background-color: #f1f2f6;
        color: #8c8f94;
        outline: none; }
      main#contactos form label.name, main#contactos form label.mail {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        box-sizing: border-box; }
      main#contactos form label.name {
        padding-right: 10px; }
      main#contactos form label.mail {
        padding-left: 10px; }
      main#contactos form label.error input {
        border: 2px solid #F39200; }
      main#contactos form label span.error {
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 400;
        color: #8c8f94;
        display: block;
        padding-top: 5px; }
      main#contactos form label textarea {
        height: 120px;
        border: 1px solid #dedede;
        padding: 10px;
        width: 100%;
        border-radius: 3px;
        background-color: #f1f2f6;
        color: #8c8f94;
        box-sizing: border-box;
        resize: none;
        outline: none; }
    main#contactos form button {
      border: none;
      height: 3.125rem;
      font-size: 1.25rem;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      outline: none;
      padding: 0 60px 0 30px;
      position: relative;
      transition: all 0.2s linear; }
      main#contactos form button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      main#contactos form button:after {
        content: '';
        width: 18px;
        height: 14px;
        background-image: url("/content/img/arrow_button.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px; }

main#provider #provider-header {
  padding: 140px 0;
  background-image: url("/content/img/provider_back.jpg");
  background-size: cover;
  background-position: center right; }
  main#provider #provider-header h1 {
    font-size: 3.375rem;
    color: #c2c6c8;
    padding: 0 50px;
    font-weight: 400; }
    @media (max-width: 767px) {
      main#provider #provider-header h1 {
        font-size: 2.5rem; } }

main#provider #form {
  background-color: #f1f2f6;
  padding: 50px 0; }
  main#provider #form h1 {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 400;
    margin-top: 20px; }
  main#provider #form .column {
    float: left;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 0; }
    @media (max-width: 767px) {
      main#provider #form .column {
        width: 100%;
        padding-right: 0; } }
    main#provider #form .column + .column {
      padding-right: 0;
      padding-left: 15px; }
      @media (max-width: 767px) {
        main#provider #form .column + .column {
          padding-left: 0; } }
  main#provider #form label {
    margin-bottom: 15px;
    display: block;
    font-size: 1rem;
    vertical-align: top; }
    main#provider #form label.address {
      width: 64%;
      display: inline-block; }
      @media (max-width: 1023px) {
        main#provider #form label.address {
          width: 100%;
          display: block; } }
    main#provider #form label.postal {
      padding-left: 15px;
      box-sizing: border-box;
      width: 36%;
      display: inline-block;
      font-size: 0; }
      @media (max-width: 1023px) {
        main#provider #form label.postal {
          width: 100%;
          display: block;
          padding-left: 0; } }
      main#provider #form label.postal input[name="cp4"] {
        width: 58%; }
      main#provider #form label.postal input[name="cp3"] {
        width: 40%;
        margin-left: 2%; }
    main#provider #form label.phone {
      width: 50%;
      display: inline-block;
      box-sizing: border-box;
      padding-right: 8px; }
    main#provider #form label.nif {
      width: 50%;
      display: inline-block;
      padding-left: 7px;
      box-sizing: border-box; }
    main#provider #form label span {
      display: block;
      font-size: 1.125rem; }
  main#provider #form input[type="text"],
  main#provider #form input[type="email"],
  main#provider #form textarea {
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem; }
  main#provider #form input[type="text"],
  main#provider #form input[type="email"] {
    height: 48px;
    padding: 0 10px; }
  main#provider #form textarea {
    padding: 10px;
    height: 220px; }
  main#provider #form button {
    float: right;
    border: none;
    height: 3.125rem;
    padding: 0 60px 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    border-radius: 3px;
    position: relative;
    transition: all 0.2s linear; }
    main#provider #form button:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
    main#provider #form button:after {
      content: '';
      width: 18px;
      height: 14px;
      background-image: url("/content/img/arrow_button.svg");
      background-repeat: no-repeat;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -7px;
      right: 20px; }

main#provider #providers {
  text-align: center;
  padding: 50px 0; }
  main#provider #providers h1 {
    font-size: 2.375rem;
    font-weight: 400; }
  main#provider #providers ul {
    padding: 0;
    list-style: none; }
  main#provider #providers li {
    display: inline-block;
    padding: 0 10px; }

main#message {
  text-align: center;
  padding: 3rem 0; }
  main#message h1.main {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 600; }
  main#message p.lead {
    font-size: 1.25rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px; }
  main#message a {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
    margin-top: 10px;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    border-radius: 5px;
    position: relative;
    transition: all 0.2s linear; }
    main#message a:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }

main#news {
  padding: 50px 0; }
  main#news h1.main {
    text-align: center;
    font-size: 2.375rem; }
  main#news div.filters {
    margin-bottom: 2%; }
    main#news div.filters ul.filters {
      padding: 0;
      float: left;
      margin: 0; }
      main#news div.filters ul.filters li {
        display: inline-block;
        vertical-align: middle; }
      main#news div.filters ul.filters a {
        display: inline-block;
        text-decoration: none;
        padding: 5px 10px;
        border: 1px solid transparent;
        transition: all 0.2s linear;
        border-radius: 3px;
        font-size: 0.875rem;
        color: #8c8f94; }
        main#news div.filters ul.filters a:hover, main#news div.filters ul.filters a.selected {
          color: #333;
          border: 1px solid #333; }
    main#news div.filters select {
      float: right;
      -webkit-appearance: none;
      -moz-appearance: nome;
      appearance: none;
      border: none;
      color: #333;
      font-weight: bold;
      font-size: 0.8125rem;
      padding: 0 25px 0 10px;
      background-image: url("/content/img/arrow_down_alt.svg");
      background-repeat: no-repeat;
      background-position: right center;
      background-color: transparent;
      height: 30px;
      margin-right: 5px;
      min-width: 130px; }
      @media (max-width: 479px) {
        main#news div.filters select {
          float: left;
          clear: left;
          margin-top: 10px;
          padding-left: 0; } }
    main#news div.filters select::-ms-expand {
      display: none; }
  main#news ul.news {
    padding: 0;
    font-size: 0; }
    main#news ul.news li {
      height: 369px;
      width: 23.5%;
      display: inline-block;
      background-color: #f1f2f6;
      overflow: hidden;
      font-size: 1rem;
      margin-left: 2%;
      margin-bottom: 2%; }
      @media (max-width: 1023px) {
        main#news ul.news li {
          width: 32%; } }
      @media (max-width: 767px) {
        main#news ul.news li {
          width: 49%;
          height: 400px; } }
      @media (max-width: 479px) {
        main#news ul.news li {
          width: 100%;
          height: auto;
          margin-left: 0; } }
      main#news ul.news li:nth-child(4n-3) {
        margin-left: 0; }
        @media (max-width: 1023px) {
          main#news ul.news li:nth-child(4n-3) {
            margin-left: 2%; } }
      @media (max-width: 1023px) {
        main#news ul.news li:nth-child(3n-2) {
          margin-left: 0; } }
      @media (max-width: 767px) {
        main#news ul.news li:nth-child(3n-2) {
          margin-left: 2%; } }
      @media (max-width: 479px) {
        main#news ul.news li:nth-child(3n-2) {
          margin-left: 0; } }
      @media (max-width: 767px) {
        main#news ul.news li:nth-child(2n-1) {
          margin-left: 0; } }
      main#news ul.news li:hover img {
        transform: scale(1.02);
        opacity: 0.5; }
      main#news ul.news li:hover.news h1 {
        color: #fd1310; }
      main#news ul.news li img {
        transition: all 0.1s linear;
        width: 100%;
        vertical-align: top; }
      main#news ul.news li div.text {
        padding: 15px 20px 30px; }
      main#news ul.news li p.date {
        font-size: 0.875rem; }
      main#news ul.news li h1 {
        margin: 0 0 10px;
        color: #3f4244;
        font-size: 1.125rem;
        transition: all 0.2s linear; }
      main#news ul.news li p {
        color: #8c8f94;
        margin: 0;
        font-size: 1.125rem; }
      main#news ul.news li a {
        text-decoration: none; }

main#single-news article {
  padding: 50px 0;
  color: #3f4244;
  font-size: 1.125rem;
  max-width: 840px;
  margin: 0 auto;
  line-height: 1.7; }
  main#single-news article p.date {
    color: #9f9f9f;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 30px; }
  main#single-news article h1 {
    text-align: justify;
    /*center;*/
    font-size: 2.375rem;
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.2;
    font-weight: 600; }
  main#single-news article p.column {
    column-count: 2;
    column-gap: 40px; }
    @media (max-width: 767px) {
      main#single-news article p.column {
        column-count: 1; } }
  main#single-news article div.images {
    position: relative;
    margin: 30px 0; }
    main#single-news article div.images ul.images {
      padding: 0;
      list-style: inline-block;
      font-size: 0;
      white-space: nowrap;
      overflow: hidden; }
      main#single-news article div.images ul.images li {
        display: inline-block;
        width: 100%;
        position: relative;
        left: 0;
        transition: left 0.2s linear; }
      main#single-news article div.images ul.images img {
        width: 100%; }
    main#single-news article div.images nav {
      position: absolute;
      bottom: 30px;
      right: 30px;
      color: #FFF; }
      main#single-news article div.images nav button {
        background-repeat: no-repeat;
        width: 23px;
        height: 18px;
        background-color: transparent;
        border: none;
        padding: 0;
        vertical-align: middle;
        position: relative;
        top: -2px;
        outline: none; }
        main#single-news article div.images nav button.prev {
          background-image: url("/content/img/arrow_left_alt3.svg");
          margin-right: 10px; }
        main#single-news article div.images nav button.next {
          background-image: url("/content/img/arrow_right_alt3.svg");
          margin-left: 10px; }
  main#single-news article div.share a {
    width: 90px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #FFF;
    font-size: 0.75rem;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px; }
    main#single-news article div.share a.facebook {
      background-color: #3b5998;
      background-image: url("/content/img/facebook_icon.svg");
      background-position: 13px 7px; }
    main#single-news article div.share a.twitter {
      background-color: #00abf0;
      background-image: url("/content/img/twitter_icon.svg"); }
    main#single-news article div.share a.googleplus {
      background-color: #dd4b39;
      background-image: url("/content/img/googleplus_icon.svg"); }
    main#single-news article div.share a.email {
      background-color: #3f4244;
      background-image: url("/content/img/email_icon.svg"); }

main#single-news #highlight-news {
  padding: 50px 0;
  background-color: #f1f2f6; }
  main#single-news #highlight-news h1.section {
    text-align: center;
    font-size: 2.375rem;
    margin: 0 auto 50px;
    font-weight: 600; }
  main#single-news #highlight-news ul {
    padding: 0;
    list-style: none;
    font-size: 0; }
    main#single-news #highlight-news ul li {
      height: 369px;
      width: 24%;
      display: inline-block;
      background-color: #FFF;
      overflow: hidden;
      border-radius: 5px; }
      @media (max-width: 767px) {
        main#single-news #highlight-news ul li {
          width: 100%;
          max-width: 500px;
          height: auto;
          margin: 0 auto 20px;
          display: block; } }
      main#single-news #highlight-news ul li + li {
        margin-left: 1.25%; }
        @media (max-width: 767px) {
          main#single-news #highlight-news ul li + li {
            margin-left: auto; } }
      main#single-news #highlight-news ul li:hover img {
        transform: scale(1.02);
        opacity: 0.5; }
      main#single-news #highlight-news ul li:hover.news h1 {
        color: #fd1310; }
      main#single-news #highlight-news ul li img {
        transition: all 0.1s linear;
        width: 100%;
        vertical-align: top; }
      main#single-news #highlight-news ul li div.text {
        padding: 15px 20px 30px; }
      main#single-news #highlight-news ul li p.date {
        font-size: 0.875rem; }
      main#single-news #highlight-news ul li h1 {
        margin: 0 0 10px;
        color: #3f4244;
        font-size: 1.125rem;
        transition: all 0.2s linear; }
      main#single-news #highlight-news ul li p {
        color: #8c8f94;
        margin: 0;
        font-size: 1.125rem;
        max-height: 2.5em;
        overflow: hidden; }
      main#single-news #highlight-news ul li a {
        text-decoration: none; }

main#signup {
  background-image: url("/content/img/signup_back.jpg");
  background-size: cover;
  background-position: right 15%; }
  @media (max-width: 1023px) {
    main#signup .wrapper {
      padding: 0; } }
  main#signup form {
    float: left;
    background-color: rgba(255, 255, 255, 0.45);
    font-size: 1.625rem;
    padding: 60px 30px;
    width: 360px; }
    @media (max-width: 1023px) {
      main#signup form {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.85);
        color: #333;
        box-sizing: border-box; } }
    @media (max-width: 767px) {
      main#signup form {
        background-color: #FFF; } }
    main#signup form .lead {
      font-size: 2.375rem;
      font-weight: 600;
      margin-top: 0; }
    main#signup form label {
      font-size: 1.125rem;
      display: block;
      margin-bottom: 20px; }
      main#signup form label span {
        font-weight: bold;
        display: block; }
      main#signup form label input {
        border: 1px solid #dedede;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        border-radius: 3px;
        color: #333; }
    main#signup form button {
      border: none;
      height: 3.125rem;
      font-size: 1.25rem;
      color: #FFF;
      margin-top: 10px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      outline: none;
      padding: 0 60px 0 30px;
      position: relative;
      transition: all 0.2s linear; }
      main#signup form button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      main#signup form button:after {
        content: '';
        width: 18px;
        height: 14px;
        background-image: url("/content/img/arrow_button.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px; }

main#signupEusebioHeart {
  background-image: url("/content/img/ADERIR_EUSEBIOheart02.jpg");
  background-size: cover;
  background-position: right 15%; }
  @media (max-width: 1023px) {
    main#signupEusebioHeart .wrapper {
      padding: 0; } }
  main#signupEusebioHeart form {
    float: left;
    background-color: rgba(255, 255, 255, 0.45);
    font-size: 1.625rem;
    padding: 60px 30px;
    width: 360px; }
    @media (max-width: 1023px) {
      main#signupEusebioHeart form {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.85);
        color: #333;
        box-sizing: border-box; } }
    @media (max-width: 767px) {
      main#signupEusebioHeart form {
        background-color: #FFF; } }
    main#signupEusebioHeart form .lead {
      font-size: 2.375rem;
      font-weight: 600;
      margin-top: 0; }
    main#signupEusebioHeart form label {
      font-size: 1.125rem;
      display: block;
      margin-bottom: 20px; }
      main#signupEusebioHeart form label span {
        font-weight: bold;
        display: block; }
      main#signupEusebioHeart form label input {
        border: 1px solid #dedede;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        border-radius: 3px;
        color: #333; }
    main#signupEusebioHeart form button {
      border: none;
      height: 3.125rem;
      font-size: 1.25rem;
      color: #FFF;
      margin-top: 10px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      outline: none;
      padding: 0 60px 0 30px;
      position: relative;
      transition: all 0.2s linear; }
      main#signupEusebioHeart form button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      main#signupEusebioHeart form button:after {
        content: '';
        width: 18px;
        height: 14px;
        background-image: url("/content/img/arrow_button.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px; }


main#signup .legal-text:hover #some-element {
	visibility: visible;
	transition: all 1s;
}

main#search-results form#search {
  background-color: #8c8f94;
  padding: 15px 0;
  font-size: 0; }
  main#search-results form#search select {
    width: 12.1%;
    height: 45px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    background-image: url("/content/img/arrow_down.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none;
    margin-right: 1%; }
    @media (max-width: 1200px) {
      main#search-results form#search select {
        width: 24%;
        margin: 0 0.5% 1%; } }
    @media (max-width: 767px) {
      main#search-results form#search select {
        width: 100%;
        margin: 0 0 2%; } }
  main#search-results form#search select::-ms-expand {
    display: none; }
  main#search-results form#search input[type="search"] {
    width: 20.5%;
    height: 45px;
    padding: 0 20px 0 60px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    background-image: url("/content/img/search_black.svg");
    background-position: 20px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none; }
    @media (max-width: 1200px) {
      main#search-results form#search input[type="search"] {
        width: 40.6%;
        margin: 0 0.5%; } }
    @media (max-width: 767px) {
      main#search-results form#search input[type="search"] {
        width: 100%;
        margin: 0 0 2%; } }
  main#search-results form#search input[type="submit"] {
    width: 13%;
    margin-left: 1%;
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
    border: none;
    color: #FFF;
    height: 45px;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 1rem;
    outline: none;
    position: relative;
    transition: all 0.2s linear; }
    main#search-results form#search input[type="submit"]:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }
    @media (max-width: 1200px) {
      main#search-results form#search input[type="submit"] {
        width: 32.33%;
        margin: 0 0.5%; } }
    @media (max-width: 767px) {
      main#search-results form#search input[type="submit"] {
        width: 100%;
        margin: 0; } }

main#search-results #results {
  background-color: #f1f2f6; }
  main#search-results #results p.count {
    margin: 0;
    padding: 1rem 0; }
  main#search-results #results ul {
    font-size: 0;
    padding: 0; }
  main#search-results #results li {
    width: 32%;
    margin-left: 2%;
    display: inline-block;
    font-size: 1rem;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 2%;
    border-radius: 3px;
    position: relative;
    vertical-align: top; }
    main#search-results #results li:nth-child(3n-2) {
      margin-left: 0; }
      @media (max-width: 1023px) {
        main#search-results #results li:nth-child(3n-2) {
          margin-left: 2%; } }
    @media (max-width: 1023px) {
      main#search-results #results li {
        width: 49%; }
        main#search-results #results li:nth-child(2n-1) {
          margin-left: 0; } }
    @media (max-width: 767px) {
      main#search-results #results li {
        width: 100%;
        margin: 0 0 2%; } }
    main#search-results #results li img.logo {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 75px;
      height: 75px; }
    main#search-results #results li a.link {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #dcdddf;
      background-image: url("/content/img/external.svg");
      background-repeat: no-repeat;
      background-position: center; }
    main#search-results #results li div.name {
      padding-left: 95px;
      padding-right: 50px;
      color: #c2c2c2;
      font-size: 0.875rem;
      padding-bottom: 30px;
      margin-bottom: 20px;
      border-bottom: 1px solid #c2c2c2; }
      main#search-results #results li div.name h1 {
        margin: 0;
        color: #333;
        font-size: 0.975rem;
        font-weight: 400;
        height: 3.875rem; }
    main#search-results #results li h2 {
      color: #c2c2c2;
      font-size: 0.875rem;
      margin: 10px 0 0;
      font-weight: 400; }
    main#search-results #results li div.item {
      color: #3f4244;
      font-size: 1.125rem; }
      main#search-results #results li div.item p {
        margin: 0;
        padding-right: 20px;
        position: relative;
        cursor: pointer;
        min-height: 46px; }
        main#search-results #results li div.item p:not(.small):after {
          content: '';
          width: 11px;
          height: 7px;
          background-image: url("/content/img/arrow_up_alt.svg");
          position: absolute;
          top: 20px;
          right: 0;
          background-repeat: no-repeat; }
        main#search-results #results li div.item p.large {
          overflow: hidden;
          max-height: 46px; }
          main#search-results #results li div.item p.large:after {
            background-image: url("/content/img/arrow_down.svg"); }
        main#search-results #results li div.item p.address {
          overflow: hidden;
          height: 69px; }
      main#search-results #results li div.item a {
        color: #3f4244;
        text-decoration: none; }
  main#search-results #results div.map {
    background-color: #DDD;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    transition: border-radius 0.35s ease-in, width 0.2s linear, height 0.2s linear, opacity 0.5s linear;
    border-radius: 50%;
    opacity: 0; }
    main#search-results #results div.map.open {
      width: 100%;
      height: 100%;
      border-radius: 0;
      opacity: 1; }
      main#search-results #results div.map.open + .map-close {
        width: 30px;
        height: 30px;
        opacity: 1;
        top: 10px;
        right: 10px;
        color: #FFF; }
    main#search-results #results div.map + button.map-close {
      opacity: 0;
      width: 0;
      height: 0;
      border-radius: 50%;
      position: absolute;
      top: 25px;
      right: 25px;
      background-color: #00afcb;
      outline: none;
      border: none;
      padding: 0;
      transition: all 0.2s linear; }
  main#search-results #results a.map {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 60px 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
    border-radius: 5px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    transition: all 0.2s linear; }
    main#search-results #results a.map:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }
    main#search-results #results a.map:after {
      content: '';
      width: 20px;
      height: 28px;
      background-image: url("/content/img/pin.svg");
      background-repeat: no-repeat;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 30px; }
  main#search-results #results div.map-no-gps {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 60px 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -webkit-linear-gradient(-45deg, #8c8f94 0%, #8c8f94 100%);
    background: -webkit-linear-gradient(315deg, #8c8f94 0%, #8c8f94 100%);
    background: linear-gradient(135deg, #8c8f94 0%, #8c8f94 100%);
    border-radius: 5px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    transition: all 0.2s linear; }
    main#search-results #results div.map-no-gps:after {
      content: '';
      width: 20px;
      height: 28px;
      background-image: url("/content/img/pin.svg");
      background-repeat: no-repeat;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 30px; }
  main#search-results #results form#appointment input[type="submit"] {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 60px 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
    background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
    border-radius: 5px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    transition: all 0.2s linear; }
    main#search-results #results form#appointment input[type="submit"]:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }
    main#search-results #results form#appointment input[type="submit"]:after {
      content: '';
      width: 22px;
      height: 28px;
      background-image: url("/content/img/appointment.svg");
      background-repeat: no-repeat;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 30px; }
    @media (max-width: 1200px) {
      main#search-results #results form#appointment input[type="submit"] {
        width: 32.33%;
        margin: 0 0.5%; } }
    @media (max-width: 767px) {
      main#search-results #results form#appointment input[type="submit"] {
        width: 100%;
        margin: 0; } }

main#partner {
  padding: 50px 0;
  background-color: #f1f2f6;
  text-align: center; }
  main#partner h1.main {
    font-size: 2.375rem;
    font-weight: 600;
    color: #00afcb; }
  main#partner p.lead {
    font-size: 1.25rem;
    max-width: 500px;
    margin: 15px auto 30px; }
  main#partner ul {
    margin: 50px 0;
    padding: 0;
    text-align: center; }
    main#partner ul li {
      display: inline-block;
      background-color: #FFF;
      border-radius: 4px;
      margin: 0 20px;
      position: relative;
      cursor: pointer;
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        main#partner ul li {
          width: 200px; } }
      @media (max-width: 767px) {
        main#partner ul li {
          display: block;
          margin: 0 auto 20px; } }
    main#partner ul label {
      display: block;
      padding: 35px;
      cursor: pointer; }
    main#partner ul img {
      position: relative;
      z-index: 1;
      width: 100%;
      pointer-events: none; }
    main#partner ul input[type="radio"] {
      display: none; }
      main#partner ul input[type="radio"]:checked + span {
        position: absolute;
        top: -3px;
        left: -3px;
        width: 100%;
        height: 100%;
        border: 3px solid #00afcb;
        border-radius: 4px; }
        main#partner ul input[type="radio"]:checked + span:after {
          content: '';
          top: -15px;
          right: -15px;
          position: absolute;
          background-image: url("../img/tick.svg");
          background-repeat: no-repeat;
          background-position: center;
          height: 30px;
          width: 30px;
          border-radius: 50%;
          background-color: #00afcb; }
  main#partner input[type="submit"] {
    height: 50px;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    color: #FFF;
    border: none;
    font-size: 1.25rem;
    margin-bottom: 15px;
    outline: none;
    border-radius: 4px;
    padding: 0 35px;
    position: relative;
    transition: all 0.2s linear; }
    main#partner input[type="submit"].button {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 30px 0 30px;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 5px;
      position: relative;
      margin-bottom: 30px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    main#partner input[type="submit"]:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
  main#partner table.dataTable thead .sorting,
  main#partner table.dataTable tbody tr {
    text-align: left; }
    main#partner table.dataTable thead .sorting a.link,
    main#partner table.dataTable tbody tr a.link {
      text-decoration: none;
      color: #6c6c6c;
      line-height: 2rem;
      white-space: nowrap;
      display: block;
      position: relative;
      overflow: hidden;
      height: 2rem;
      transition: all 0.35s linear; }
      main#partner table.dataTable thead .sorting a.link:before,
      main#partner table.dataTable tbody tr a.link:before {
        content: attr(data-text);
        color: #6c6c6c;
        position: absolute;
        top: -3.5rem; }
      @media (max-width: 1023px) {
        main#partner table.dataTable thead .sorting a.link,
        main#partner table.dataTable tbody tr a.link {
          white-space: normal;
          line-height: 1.2rem;
          padding-bottom: 1rem; } }
  main#partner a.download {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 60px 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.2s linear; }
    main#partner a.download:after {
      content: '';
      width: 18px;
      height: 19px;
      background-image: url("/content/img/download.svg");
      background-repeat: no-repeat;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 20px; }
    main#partner a.download:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }

main#create-lead {
  background-image: url("/content/img/leads.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    main#create-lead {
      background-color: #FFF;
      background-image: none; } }
  main#create-lead h1.main {
    font-size: 2.375rem;
    font-weight: 600;
    color: #2c2c2c;
    text-align: center; }
  main#create-lead form {
    padding: 0 0 50px;
    max-width: 500px;
    margin: 0 auto; }
    main#create-lead form h1 {
      text-align: center;
      font-size: 2.375rem;
      font-weight: 400;
      margin-top: 0; }
    main#create-lead form label {
      margin-bottom: 15px;
      display: block;
      font-size: 1rem;
      vertical-align: top; }
      main#create-lead form label span {
        display: block;
        font-size: 1.125rem;
        color: #2c2c2c; }
    main#create-lead form input[type="text"],
    main#create-lead form input[type="email"],
    main#create-lead form textarea {
      border: 1px solid #2c2c2c;
      border-radius: 3px;
      width: 100%;
      box-sizing: border-box;
      font-size: 1rem; }
    main#create-lead form input[type="text"],
    main#create-lead form input[type="email"] {
      height: 48px;
      padding: 0 10px; }
    main#create-lead form button {
      float: right;
      border: none;
      height: 3.125rem;
      padding: 0 60px 0 30px;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 3px;
      position: relative;
      transition: all 0.2s linear; }
      main#create-lead form button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      main#create-lead form button:after {
        content: '';
        width: 18px;
        height: 14px;
        background-image: url("/content/img/arrow_button.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 20px; }
  main#create-lead .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 150px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
  main#create-lead .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow: scroll;
    overflow-x: scroll; }
  main#create-lead .close-modal {
    float: right;
    top: 5px;
    right: 10px;
    background-image: url("/content/img/popup_close.png");
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    width: 28px;
    height: 28px;
    background-color: transparent;
    outline: none;
    border-radius: 50%; }
  main#create-lead .close-modal:hover,
  main#create-lead .close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

div#search-results-partner form#fieldsContainer {
  background-color: #8c8f94;
  padding: 15px 0;
  font-size: 0; }
  div#search-results-partner form#fieldsContainer select {
    width: 48%;
    height: 45px;
    padding: 0 20px;
    appearance: none;
    background-color: #FFF;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    background-image: url("/content/img/arrow_down.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 15px; }
    div#search-results-partner form#fieldsContainer select:nth-child(odd) {
      margin-right: 2%;
      margin-left: 0px; }
    div#search-results-partner form#fieldsContainer select:nth-child(even) {
      margin-right: 0px;
      margin-left: 2%; }
    @media (max-width: 1200px) {
      div#search-results-partner form#fieldsContainer select {
        width: 24%;
        margin: 0 0.5% 1%; } }
    @media (max-width: 767px) {
      div#search-results-partner form#fieldsContainer select {
        width: 100%;
        margin: 0 0 2%; } }
  div#search-results-partner form#fieldsContainer select::-ms-expand {
    display: none; }
  div#search-results-partner form#fieldsContainer input[type="text"] {
    width: 48%;
    height: 45px;
    padding: 0px 20px 0px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 1rem;
    background-position: 20px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 15px; }
    div#search-results-partner form#fieldsContainer input[type="text"]:nth-child(odd) {
      margin-right: 2%;
      margin-left: 0px; }
    div#search-results-partner form#fieldsContainer input[type="text"]:nth-child(even) {
      margin-right: 0px;
      margin-left: 2%; }
    @media (max-width: 1200px) {
      div#search-results-partner form#fieldsContainer input[type="text"] {
        width: 40.6%;
        margin: 0 0.5%; } }
    @media (max-width: 767px) {
      div#search-results-partner form#fieldsContainer input[type="text"] {
        width: 100%;
        margin: 0 0 2%; } }
  div#search-results-partner form#fieldsContainer input[type="submit"] {
    width: 15%;
    float: right;
    background: -moz-linear-gradient(-45deg, #F39200 0%, #c07300 100%);
    background: -webkit-linear-gradient(-45deg, #F39200 0%, #c07300 100%);
    background: linear-gradient(135deg, #F39200 0%, #c07300 100%);
    border: none;
    color: #FFF;
    height: 45px;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 1rem;
    outline: none;
    position: relative;
    transition: all 0.2s linear; }
    div#search-results-partner form#fieldsContainer input[type="submit"]:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #F39200 0%, #c07300 100%);
      background: -webkit-linear-gradient(-45deg, #F39200 0%, #c07300 100%);
      background: linear-gradient(135deg, #F39200 0%, #c07300 100%); }
    @media (max-width: 1200px) {
      div#search-results-partner form#fieldsContainer input[type="submit"] {
        width: 32.33%;
        margin: 0 0.5%; } }
    @media (max-width: 767px) {
      div#search-results-partner form#fieldsContainer input[type="submit"] {
        width: 100%;
        margin: 0; } }

div#search-results-partner section#results {
  background-color: #f1f2f6; }
  div#search-results-partner section#results p.count {
    margin: 0;
    padding: 1rem 0; }
  div#search-results-partner section#results ul {
    font-size: 0;
    padding: 0; }
  div#search-results-partner section#results li {
    width: 32%;
    margin-left: 2%;
    display: inline-block;
    font-size: 1rem;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 2%;
    border-radius: 3px;
    position: relative;
    vertical-align: top; }
    div#search-results-partner section#results li:nth-child(3n-2) {
      margin-left: 0; }
      @media (max-width: 1023px) {
        div#search-results-partner section#results li:nth-child(3n-2) {
          margin-left: 2%; } }
    @media (max-width: 1023px) {
      div#search-results-partner section#results li {
        width: 49%; }
        div#search-results-partner section#results li:nth-child(2n-1) {
          margin-left: 0; } }
    @media (max-width: 767px) {
      div#search-results-partner section#results li {
        width: 100%;
        margin: 0 0 2%; } }
    div#search-results-partner section#results li img.logo {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 75px;
      height: 75px; }
    div#search-results-partner section#results li a.link {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #dcdddf;
      background-image: url("/content/img/external.svg");
      background-repeat: no-repeat;
      background-position: center; }
    div#search-results-partner section#results li div.name {
      padding-left: 95px;
      padding-right: 50px;
      color: #c2c2c2;
      font-size: 0.875rem;
      padding-bottom: 30px;
      margin-bottom: 20px;
      border-bottom: 1px solid #c2c2c2; }
      div#search-results-partner section#results li div.name h1 {
        margin: 0;
        color: #333;
        font-size: 1.125rem;
        font-weight: 400;
        height: 2.875rem; }
    div#search-results-partner section#results li h2 {
      color: #c2c2c2;
      font-size: 0.875rem;
      margin: 10px 0 0;
      font-weight: 400; }
    div#search-results-partner section#results li div.item {
      color: #3f4244;
      font-size: 1.125rem; }
      div#search-results-partner section#results li div.item p {
        margin: 0;
        padding-right: 20px;
        position: relative;
        cursor: pointer;
        min-height: 46px; }
        div#search-results-partner section#results li div.item p:not(.small):after {
          content: '';
          width: 11px;
          height: 7px;
          background-image: url("/content/img/arrow_up_alt.svg");
          position: absolute;
          top: 20px;
          right: 0;
          background-repeat: no-repeat; }
        div#search-results-partner section#results li div.item p.large {
          overflow: hidden;
          max-height: 46px; }
          div#search-results-partner section#results li div.item p.large:after {
            background-image: url("/content/img/arrow_down.svg"); }
        div#search-results-partner section#results li div.item p.address {
          overflow: hidden;
          height: 69px; }
      div#search-results-partner section#results li div.item a {
        color: #3f4244;
        text-decoration: none; }

main#search-private {
  padding: 50px 0;
  background-color: #f1f2f6; }
  main#search-private h1.main {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 600;
    color: #00afcb; }
  main#search-private p.lead {
    text-align: center;
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto 30px; }
  main#search-private form {
    background-color: #FFF;
    padding: 40px 60px;
    border-radius: 4px; }
    @media (max-width: 1200px) {
      main#search-private form {
        max-width: 500px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      main#search-private form {
        padding: 20px 30px; } }
  main#search-private fieldset {
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    margin-right: 40px;
    font-size: 0; }
    @media (max-width: 1200px) {
      main#search-private fieldset {
        float: none;
        display: block;
        margin: 0 auto 20px;
        text-align: center; } }
    main#search-private fieldset legend {
      font-size: 1.125rem;
      color: #3f4244;
      font-weight: 600; }
    main#search-private fieldset label {
      font-size: 0; }
      main#search-private fieldset label span {
        display: inline-block;
        height: 50px;
        border: 1px solid #333;
        border-radius: 4px 0 0 4px;
        font-size: 1.125rem;
        width: 185px;
        line-height: 50px;
        text-align: center;
        box-sizing: border-box; }
        @media (max-width: 767px) {
          main#search-private fieldset label span {
            border-radius: 4px 4px 0 0;
            display: block;
            margin: 0 auto; } }
      main#search-private fieldset label input:checked + span {
        color: #FFF;
        background-color: #00afcb;
        border-color: transparent;
        margin: 0 -1px;
        position: relative;
        z-index: 1; }
        @media (max-width: 767px) {
          main#search-private fieldset label input:checked + span {
            margin: 0 auto; } }
      main#search-private fieldset label + label span {
        border-radius: 0 4px 4px 0; }
        @media (max-width: 767px) {
          main#search-private fieldset label + label span {
            border-radius: 0 0 4px 4px; } }
  main#search-private label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
    @media (max-width: 1200px) {
      main#search-private label {
        text-align: center; } }
    main#search-private label span {
      display: block;
      font-size: 1.125rem;
      color: #3f4244;
      font-weight: 600;
      height: 23px; }
      main#search-private label span.error {
        color: #00afcb; }
    main#search-private label input[type="radio"] {
      display: none; }
  main#search-private input[type="search"] {
    height: 50px;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 0 10px 0 65px;
    width: 480px;
    box-sizing: border-box;
    background-image: url("../img/search_black.svg");
    background-repeat: no-repeat;
    background-position: 24px center;
    max-width: 100%; }
    @media (max-width: 1200px) {
      main#search-private input[type="search"] {
        margin: 0 auto;
        display: block; } }
  main#search-private input[type="submit"] {
    height: 50px;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    color: #FFF;
    border: none;
    font-size: 1.25rem;
    outline: none;
    border-radius: 4px;
    padding: 0 35px;
    vertical-align: top;
    float: right;
    position: relative;
    transition: all 0.2s linear;
    margin-top: 23px; }
    main#search-private input[type="submit"]:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
    @media (max-width: 1200px) {
      main#search-private input[type="submit"] {
        float: none;
        display: block;
        margin: 20px auto 0; } }

main#search-private-results {
  background-color: #f1f2f6; }
  main#search-private-results form {
    background-color: #8c8f94;
    padding: 15px 0;
    font-size: 0; }
    @media (max-width: 1200px) {
      main#search-private-results form {
        text-align: center; } }
    main#search-private-results form select {
      float: left;
      width: 25%;
      height: 50px;
      padding: 0 20px;
      appearance: none;
      background-color: #FFF;
      border: none;
      border-radius: 4px;
      font-size: 1rem;
      background-image: url("/content/img/arrow_down.svg");
      background-position: 95% center;
      background-repeat: no-repeat;
      box-sizing: border-box;
      outline: none;
      margin-right: 20px; }
      @media (max-width: 1200px) {
        main#search-private-results form select {
          width: 40%;
          margin-bottom: 15px;
          float: none; } }
      @media (max-width: 767px) {
        main#search-private-results form select {
          margin: 0 auto 20px;
          width: 100%;
          max-width: 500px;
          display: block; } }
    main#search-private-results form select::-ms-expand {
      display: none; }
    main#search-private-results form fieldset {
      margin: 0;
      padding: 0;
      border: none;
      float: left;
      margin-right: 20px; }
      @media (max-width: 1200px) {
        main#search-private-results form fieldset {
          width: 40%;
          margin-bottom: 15px;
          float: none;
          display: inline-block;
          margin-right: 0; } }
      @media (max-width: 767px) {
        main#search-private-results form fieldset {
          margin: 0 auto 20px;
          width: 100%;
          max-width: 500px;
          display: block; } }
      main#search-private-results form fieldset legend {
        font-size: 1.125rem;
        color: #3f4244;
        font-weight: 600; }
      main#search-private-results form fieldset label {
        font-size: 0; }
        main#search-private-results form fieldset label span {
          display: inline-block;
          height: 50px;
          border-radius: 4px 0 0 4px;
          font-size: 1.125rem;
          width: 185px;
          line-height: 50px;
          text-align: center;
          box-sizing: border-box;
          background-color: #FFF; }
          @media (max-width: 1200px) {
            main#search-private-results form fieldset label span {
              width: 50%; } }
        main#search-private-results form fieldset label input:checked + span {
          color: #FFF;
          background-color: #00afcb;
          margin: 0 -1px;
          position: relative;
          z-index: 1; }
          @media (max-width: 1200px) {
            main#search-private-results form fieldset label input:checked + span {
              margin: 0; } }
        main#search-private-results form fieldset label + label span {
          border-radius: 0 4px 4px 0; }
    main#search-private-results form label span {
      display: block;
      font-size: 1.125rem;
      color: #3f4244;
      font-weight: 600; }
    main#search-private-results form label input[type="radio"] {
      display: none; }
    main#search-private-results form input[type="search"] {
      height: 50px;
      border: none;
      border-radius: 4px;
      padding: 0 10px 0 65px;
      width: 315px;
      box-sizing: border-box;
      background-image: url("../img/search_black.svg");
      background-repeat: no-repeat;
      background-position: 24px center;
      max-width: 100%;
      outline: none;
      font-size: 1rem; }
      @media (max-width: 1200px) {
        main#search-private-results form input[type="search"] {
          width: 40%;
          margin-right: 20px; } }
      @media (max-width: 767px) {
        main#search-private-results form input[type="search"] {
          margin: 0 auto 20px;
          width: 100%;
          max-width: 500px;
          display: block; } }
    main#search-private-results form input[type="submit"] {
      height: 50px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      color: #FFF;
      border: none;
      font-size: 1.25rem;
      outline: none;
      border-radius: 4px;
      padding: 0 35px;
      vertical-align: top;
      float: right;
      position: relative;
      transition: all 0.2s linear; }
      main#search-private-results form input[type="submit"]:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      @media (max-width: 1200px) {
        main#search-private-results form input[type="submit"] {
          width: 40%;
          float: none; } }
      @media (max-width: 767px) {
        main#search-private-results form input[type="submit"] {
          margin: 0 auto;
          width: 100%;
          max-width: 500px;
          display: block; } }
  main#search-private-results #results {
    padding: 20px 0 50px; }
    main#search-private-results #results strong {
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: baseline; }
    main#search-private-results #results .tag {
      display: inline-block;
      height: 25px;
      padding: 0 15px;
      color: #FFF;
      line-height: 25px;
      vertical-align: middle;
      margin-left: 20px;
      border-radius: 3px;
      background-color: #333;
      margin-bottom: 20px; }
      main#search-private-results #results .tag.authorized {
        background-color: #00c853; }
      main#search-private-results #results .tag.non-authorized {
        background-color: #db524b; }
      main#search-private-results #results .tag.contact {
        background-color: #55bfdf; }
    main#search-private-results #results ul {
      padding: 0;
      font-size: 1.5rem;
      list-style: none; }
    main#search-private-results #results li {
      background-color: #FFF;
      border-radius: 4px;
      padding: 25px 50px;
      line-height: 2rem;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        main#search-private-results #results li {
          padding: 15px 30px; } }
    main#search-private-results #results div.card {
      float: left;
      color: #8c8f94;
      padding-right: 50px;
      box-sizing: border-box;
      border-right: 1px solid #adafb2; }
      @media (max-width: 767px) {
        main#search-private-results #results div.card {
          border-right: none;
          border-bottom: 1px solid #adafb2;
          float: none; } }
      main#search-private-results #results div.card strong {
        color: #333;
        margin-bottom: 0;
        vertical-align: baseline; }
      main#search-private-results #results div.card.card-details {
        border-right: none; }
    main#search-private-results #results div.name {
      float: left;
      padding-left: 50px; }
      main#search-private-results #results div.name.name-details {
        border-left: 1px solid #adafb2; }
      @media (max-width: 767px) {
        main#search-private-results #results div.name {
          padding-left: 0;
          float: none; } }
    main#search-private-results #results a.button {
      height: 40px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      color: #FFF;
      border: none;
      font-size: 1.25rem;
      outline: none;
      border-radius: 4px;
      padding: 10px 40px 0px;
      vertical-align: top;
      float: right;
      position: relative;
      display: inline-block;
      text-decoration: none;
      transition: all 0.2s linear; }
      main#search-private-results #results a.button:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
      @media (max-width: 1200px) {
        main#search-private-results #results a.button {
          width: 40%;
          float: none; } }
      @media (max-width: 767px) {
        main#search-private-results #results a.button {
          margin: 0 auto;
          width: 100%;
          max-width: 500px;
          display: block; } }

main#search {
  background-color: #f1f2f6;
  padding: 2rem 0 5rem; }
  main#search h1.main {
    color: #00afcb;
    font-size: 2.375rem;
    margin-bottom: 0;
    text-align: center; }
  main#search p.lead {
    font-size: 1.25rem;
    text-align: center; }
  main#search form {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 5px 6px rgba(51, 51, 51, 0.3);
    overflow: hidden;
    max-width: 920px;
    margin: 3rem auto 0; }
  main#search ol.steps {
    font-size: 0;
    counter-reset: steps;
    padding: 0;
    margin: 0; }
    main#search ol.steps li {
      font-size: 1rem;
      display: inline-block;
      width: 25%;
      color: #FFF;
      background-color: #b0bec5;
      list-style-type: none;
      counter-increment: steps;
      text-align: center;
      padding: 20px 10px;
      box-sizing: border-box;
      vertical-align: top;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      main#search ol.steps li:before {
        content: counter(steps);
        display: inline-block;
        width: 30px;
        border: 1px solid #FFF;
        box-sizing: border-box;
        height: 30px;
        border-radius: 50%;
        line-height: 28px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          main#search ol.steps li:before {
            margin-right: 0; } }
      main#search ol.steps li.done {
        background-color: #00afcb; }
        main#search ol.steps li.done:before {
          content: '';
          background-image: url("/content/img/tick_red.svg");
          background-color: #FFF;
          background-position: center;
          background-repeat: no-repeat;
          vertical-align: middle; }
      main#search ol.steps li.active {
        background-color: #00afcb;
        position: relative; }
        main#search ol.steps li.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #ffffff transparent;
          left: 50%;
          margin-left: -8px; }
      @media (max-width: 767px) {
        main#search ol.steps li span {
          display: none; } }
  main#search fieldset {
    display: none;
    margin: 0;
    padding: 3rem 0;
    border: none;
    text-align: center; }
    main#search fieldset legend {
      float: left;
      width: 100%;
      font-size: 1.25rem;
      padding: 0 0 2rem; }
    main#search fieldset.active {
      display: block; }
  main#search label.plan {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 22%; }
    @media (max-width: 781px) {
      main#search label.plan {
        width: 21%; } }
    @media (max-width: 767px) {
      main#search label.plan {
        display: block;
        margin: 0 auto 20px;
        width: 220px; } }
    main#search label.plan div.image {
      /*border: 1px solid #bdbdbd;*/
      border-radius: 3px;
      margin: 2px;
      /*padding: 60px 10px;*/
      padding: 20px; }
    main#search label.plan input {
      display: none; }
      main#search label.plan input:checked + div.image {
        border: 3px solid #00afcb;
        margin: 0; }
    main#search label.plan img {
      vertical-align: top;
      width: 100%; }
  main#search label.common {
    display: inline-block;
    width: 30%;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767px) {
      main#search label.common {
        width: 80%; } }
    main#search label.common span {
      color: #757778;
      font-size: 1.125rem;
      line-height: 20px; }
      main#search label.common span:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        margin-right: 10px;
        vertical-align: top; }
    main#search label.common input {
      display: none; }
      main#search label.common input:checked + span {
        color: #00afcb; }
        main#search label.common input:checked + span:before {
          background-color: #00afcb;
          background-image: url("/content/img/tick.svg"); }
  main#search select {
    width: 40%;
    height: 50px;
    padding: 0 20px;
    appearance: none;
    background-color: #FFF;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-size: 1rem;
    background-image: url("/content/img/arrow_down.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle; }
    @media (max-width: 767px) {
      main#search select {
        width: 80%;
        margin-bottom: 20px; } }
  main#search select::-ms-expand {
    display: none; }
  main#search div.separator {
    display: inline-block;
    width: 1px;
    background-color: #bdbdbd;
    height: 150px;
    vertical-align: middle;
    margin: 0 30px; }
    @media (max-width: 767px) {
      main#search div.separator {
        display: none; } }
  main#search div.controls {
    margin-top: 50px;
    padding: 0 50px; }
    main#search div.controls button {
      border-radius: 3px;
      background-repeat: no-repeat;
      border: none;
      width: 165px;
      height: 50px;
      font-size: 1.25rem;
      transition: all 0.2s linear; }
      main#search div.controls button:hover {
        opacity: 0.7; }
      main#search div.controls button[disabled] {
        opacity: 0.2; }
    main#search div.controls .prev {
      float: left;
      border: 1px solid #6c6c6c;
      background-color: #FFF;
      padding-left: 50px;
      background-image: url("/content/img/arrow_button_left.svg");
      background-position: 10% center; }
      @media (max-width: 767px) {
        main#search div.controls .prev {
          float: none;
          display: block;
          margin: 0 auto 20px; } }
    main#search div.controls .search,
    main#search div.controls .next {
      padding-right: 50px;
      color: #FFF;
      border: 1px solid transparent;
      background-color: #06b178;
      background-image: url("/content/img/arrow_button.svg");
      background-position: 90% center;
      float: right; }
      @media (max-width: 767px) {
        main#search div.controls .search,
        main#search div.controls .next {
          float: none;
          display: block;
          margin: 0 auto; } }
    main#search div.controls .no-plan {
      float: left;
      border: 1px solid #6c6c6c;
      background-color: #FFF;
      background-position: 10% center; }
      @media (max-width: 767px) {
        main#search div.controls .no-plan {
          float: none;
          display: block;
          margin: 0 auto 20px; } }
  main#search div.alternative {
    text-align: center;
    margin: 40px auto;
    position: relative;
    max-width: 920px; }
    main#search div.alternative span {
      display: inline-block;
      height: 30px;
      border-radius: 50%;
      width: 30px;
      line-height: 30px;
      font-size: 1.125rem;
      border: 1px solid #c2c3c5;
      color: #c2c3c5;
      background-color: #f1f2f6;
      position: relative;
      z-index: 1; }
      main#search div.alternative span:before {
        content: '';
        position: absolute;
        right: 31px;
        width: 25px;
        height: 30px;
        background-color: #f1f2f6; }
      main#search div.alternative span:after {
        content: '';
        position: absolute;
        left: 31px;
        width: 25px;
        height: 30px;
        background-color: #f1f2f6; }
    main#search div.alternative:before {
      content: '';
      height: 1px;
      background-color: #c2c3c5;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%; }
  main#search form.free-search {
    box-sizing: border-box;
    padding: 3rem; }
    main#search form.free-search h1 {
      margin: 0 0 5px;
      font-size: 1.125rem; }
    main#search form.free-search input[type="search"] {
      height: 50px;
      padding: 0 20px 0 60px;
      border: 1px solid #bdbdbd;
      border-radius: 3px;
      font-size: 1.25rem;
      background-image: url("/content/img/search_black.svg");
      background-position: 20px center;
      background-repeat: no-repeat;
      box-sizing: border-box;
      outline: none;
      width: 78%;
      float: left; }
      @media (max-width: 767px) {
        main#search form.free-search input[type="search"] {
          width: 66%; } }
      @media (max-width: 479px) {
        main#search form.free-search input[type="search"] {
          width: 100%;
          margin-bottom: 20px; } }
    main#search form.free-search input[type="submit"] {
      float: right;
      width: 20%;
      background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
      background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%);
      border: none;
      color: #FFF;
      height: 50px;
      padding: 0 20px;
      border-radius: 3px;
      font-size: 1.5rem;
      outline: none;
      position: relative;
      transition: all 0.2s linear; }
      @media (max-width: 767px) {
        main#search form.free-search input[type="submit"] {
          width: 32%; } }
      @media (max-width: 479px) {
        main#search form.free-search input[type="submit"] {
          width: 100%; } }
      main#search form.free-search input[type="submit"]:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: -webkit-linear-gradient(-45deg, #32e3ff 0%, #00afcb 100%);
        background: linear-gradient(135deg, #00afcb 0%, #00afcb 100%); }

#not-found {
  text-align: center;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e0dd;
  background-image: url("/content/img/404_back.png");
  background-repeat: no-repeat;
  background-position: left bottom; }
  #not-found div.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #not-found strong {
    display: block;
    font-size: 5.325rem;
    line-height: 1; }
  #not-found a {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 30px;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
    margin-top: 10px;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    border-radius: 5px;
    position: relative;
    transition: all 0.2s linear; }
    #not-found a:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }

main#info-legal {
  padding: 3rem 0; }
  main#info-legal h1.main {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 600; }
  main#info-legal p.lead {
    font-size: 1.25rem;
    text-align: justify;
    max-width: 600px;
    margin: 0 auto 30px; }

main#documents {
  padding: 50px 0;
  text-align: center;
  background-color: #f1f2f6; }
  main#documents h1.main {
    font-size: 2.375rem;
    margin: 0;
    font-weight: 600; }
  main#documents p.lead {
    font-size: 1.25rem;
    margin: 10px 0 30px; }
  main#documents ul {
    font-size: 0;
    padding: 0; }
  main#documents li {
    display: inline-block;
    width: 30%;
    font-size: 1rem;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    color: #3f4244;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      main#documents li {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px; } }
    main#documents li + li {
      margin-left: 5%; }
      @media (max-width: 767px) {
        main#documents li + li {
          margin-left: 0%; } }
    main#documents li img {
      width: 100%; }
    main#documents li h1 {
      font-size: 1.25rem;
      font-weight: 600; }
    main#documents li a.download {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 60px 0 30px;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none;
      color: #FFF;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
      border-radius: 5px;
      position: relative;
      margin-bottom: 30px;
      transition: all 0.2s linear; }
      main#documents li a.download:after {
        content: '';
        width: 18px;
        height: 19px;
        background-image: url("/content/img/download.svg");
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px; }
      main#documents li a.download:hover {
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        top: -1px;
        background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
        background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }

main#login form, main#login-prestadores form, main#login-parceiros form {
  background-image: url("/content/img/login_back.jpg");
  background-size: cover;
  background-position: center;
  padding: 3.75rem; }
  main#login form:before, main#login-prestadores form:before, main#login-parceiros form:before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: ''; }
  @media (max-width: 1200px) {
    main#login form, main#login-prestadores form, main#login-parceiros form {
      padding: 40px 10px; } }
  main#login form h1, main#login-prestadores form h1, main#login-parceiros form h1 {
    font-size: 2.375rem;
    text-align: center;
    color: white;
    margin: 0; }
  main#login form div.content, main#login-prestadores form div.content, main#login-parceiros form div.content {
    padding: 3.125rem;
    position: relative;
    max-width: 350px;
    margin: 3.75rem auto 0 auto;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.25); }
  main#login form label, main#login-prestadores form label, main#login-parceiros form label {
    display: block; }
    main#login form label span, main#login-prestadores form label span, main#login-parceiros form label span {
      display: block;
      color: #555555;
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 0.3125rem; }
  main#login form select, main#login-prestadores form select, main#login-parceiros form select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    background-image: url("/content/img/arrow_down.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0; }
  main#login form select::-ms-expand, main#login-prestadores form select::-ms-expand, main#login-parceiros form select::-ms-expand {
    display: none; }
  main#login form input[type="text"],
  main#login form input[type="password"], main#login-prestadores form input[type="text"],
  main#login-prestadores form input[type="password"], main#login-parceiros form input[type="text"],
  main#login-parceiros form input[type="password"] {
    height: 50px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #e0e0e0; }
  main#login form input[type="submit"], main#login-prestadores form input[type="submit"], main#login-parceiros form input[type="submit"] {
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
    background: linear-gradient(135deg, #00afcb 0%, #008398 100%);
    color: #FFF;
    border: none;
    font-size: 1.25rem;
    margin-bottom: 15px;
    outline: none;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s linear;
    margin-top: 30px; }
    main#login form input[type="submit"]:hover, main#login-prestadores form input[type="submit"]:hover, main#login-parceiros form input[type="submit"]:hover {
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      top: -1px;
      background: -moz-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: -webkit-linear-gradient(-45deg, #00afcb 0%, #008398 100%);
      background: linear-gradient(135deg, #00afcb 0%, #008398 100%); }
  main#login form a, main#login-prestadores form a, main#login-parceiros form a {
    color: #8e8e8e;
    float: left; }
    main#login form a + a, main#login-prestadores form a + a, main#login-parceiros form a + a {
      float: right; }

main#login #highlights, main#login-prestadores #highlights, main#login-parceiros #highlights {
  padding: 5.6rem 0;
  background-color: #f1f2f6; }
  main#login #highlights ul, main#login-prestadores #highlights ul, main#login-parceiros #highlights ul {
    padding: 0;
    font-size: 0; }
  main#login #highlights li, main#login-prestadores #highlights li, main#login-parceiros #highlights li {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    @media (max-width: 767px) {
      main#login #highlights li, main#login-prestadores #highlights li, main#login-parceiros #highlights li {
        display: block;
        margin: 20px auto; } }
    main#login #highlights li.two, main#login-prestadores #highlights li.two, main#login-parceiros #highlights li.two {
      width: 67.563%; }
      @media (max-width: 767px) {
        main#login #highlights li.two, main#login-prestadores #highlights li.two, main#login-parceiros #highlights li.two {
          width: 100%;
          max-width: 500px; } }
    main#login #highlights li.one, main#login-prestadores #highlights li.one, main#login-parceiros #highlights li.one {
      width: 32.37%; }
      @media (max-width: 767px) {
        main#login #highlights li.one, main#login-prestadores #highlights li.one, main#login-parceiros #highlights li.one {
          width: 100%;
          max-width: 500px; } }
  main#login #highlights img, main#login-prestadores #highlights img, main#login-parceiros #highlights img {
    background-color: #FFF;
    width: 90%; }

main#about #about-header {
  padding: 150px 0;
  background-image: url("/content/img/about_back.jpg");
  background-size: cover;
  background-position: center; }
  main#about #about-header .lead {
    font-size: 4.375rem;
    color: #FFF; }
    @media (max-width: 767px) {
      main#about #about-header .lead {
        font-size: 2.5rem; } }

main#about #about-us {
  padding: 3.125rem 0; }
  main#about #about-us h1 {
    text-align: center;
    font-size: 2.375rem;
    margin-top: 0; }
  main#about #about-us p.column {
    color: #8c8f94;
    font-size: 1.125rem;
    column-count: 2;
    column-gap: 40px; }
    @media (max-width: 767px) {
      main#about #about-us p.column {
        column-count: 1; } }

main#about #what-we-do {
  background-color: #f1f2f6;
  padding: 5rem 0; }
  main#about #what-we-do img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      main#about #what-we-do img {
        max-width: 50%; } }
    @media (max-width: 767px) {
      main#about #what-we-do img {
        width: 100%;
        max-width: 100%; } }
  main#about #what-we-do h1 {
    font-size: 2.375rem;
    margin-top: 0; }
  main#about #what-we-do p {
    color: #8c8f94;
    font-size: 1.125rem; }

main#about #features {
  padding: 5rem 0; }
  main#about #features ul {
    padding: 0 10px;
    font-size: 0;
    display: table; }
  main#about #features li {
    display: table-cell;
    font-size: 1rem;
    width: 33.33%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.7;
    padding: 0 2%;
    position: relative; }
    @media (max-width: 767px) {
      main#about #features li {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto; } }
    main#about #features li:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
      background-color: #f1f2f6; }
    main#about #features li div.content {
      padding: 50px 25px 10px;
      position: relative;
      z-index: 1; }
  main#about #features div.image {
    height: 100px; }
  main#about #features h1 {
    font-size: 1.75rem; }
  main#about #features p {
    color: #8c8f94;
    text-align: justify; }

main#about #disclaimer {
  background-color: #2c2c2c;
  color: #FFF;
  padding: 20px 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

