:root {
  --color-primary: #7e0903;
  --color-font: var(--color-font); }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 15px; }

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  color: #181b31;
  font-weight: 400;
  line-height: 1.2em; }

.h1, h1,
.h3, h3,
.h5, h5,
.h6, h6 {
  font-family: 'Poppins', sans-serif; }

.h2, h2,
.h4, h4 {
  font-family: 'Prata'; }

.h1,
h1 {
  font-size: 52px; }

.h2,
h2 {
  font-size: 32px;
  line-height: 1.5em; }

.h3,
h3 {
  font-weight: 600;
  font-size: 28px; }

.h4,
h4 {
  line-height: 1.333em;
  font-size: 30px; }

.h5,
h5 {
  font-size: 21px; }

.h6,
h6 {
  font-size: 18px; }

.col-text h2 {
  margin-bottom: 20px; }

@media (max-width: 1200px) {
  .h1, h1 {
    font-size: 36px !important; }

  .h2, h2 {
    font-size: 24px !important; }

  .h3, h3 {
    font-size: 24px !important; } }
@media (max-width: 992px) {
  .h1, h1 {
    font-size: 32px !important; }

  .h2, h2 {
    font-size: 22px !important; }

  .h3, h3 {
    font-size: 22px !important; } }
@media (max-width: 768px) {
  .h1, h1 {
    font-size: 28px !important; }

  .h2, h2 {
    font-size: 20px !important; }

  .h3, h3 {
    font-size: 20px !important; } }
@media (max-width: 810px) {
  .mainbar-row.px-4 {
    padding: 0 !important; } }
.logo-white {
  display: none; }

.logo-red {
  display: flex; }

a {
  color: #FFF;
  text-decoration: underline; }
  a:hover {
    color: #FFF;
    text-decoration: none; }

.logo-default {
  width: 132px;
  height: 16px; }

@media (max-width: 768px) {
  .main-header .col {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 992px) {
  .container {
    width: 100% !important; }

  .main-title, .col-sm-6 {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 768px) {
  .main-title, .col-sm-6 {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 992px) {
  .col-text .main-title {
    background: url(../../../assets/img/color-scheme/light/bg-psicologos-mobile.jpg) center no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem; }
    .col-text .main-title h1, .col-text .main-title h2, .col-text .main-title p {
      color: #FFF; } }
@media (max-width: 480px) {
  .col-text .main-title {
    padding-top: 3rem;
    padding-bottom: 1.5rem; } }
@media (min-width: 992px) {
  .main-row {
    display: flex;
    align-items: center; } }
@media (min-width: 992px) {
  section {
    background: url(../../../assets/img/color-scheme/light/bg-psicologos.jpg) center no-repeat;
    background-size: cover; } }
section {
  padding-top: 5rem; }

@media (min-width: 992px) {
  section {
    padding-top: 6.5rem; } }
.lqd-h-sep-inner {
  background-color: var(--color-primary);
  opacity: 1;
  height: 3px;
  display: flex;
  margin: 1rem 0 1.5rem; }

@media (max-width: 992px) {
  .lqd-h-sep-inner {
    display: none; } }
.column-services {
  margin-top: 1rem; }

.service-text {
  color: var(--color-font);
  font-size: 14px;
  display: flex !important; }
  .service-text .icon-md-checkmark {
    margin-top: 3px;
    opacity: .6; }
  .service-text p {
    margin-left: 10px; }

.field {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  position: relative;
  margin-bottom: .5rem; }
  .field label {
    position: absolute;
    opacity: .5;
    left: 14px;
    height: 60px;
    pointer-events: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    line-height: 24px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-align: center;
    align-items: center;
    color: #000000;
    z-index: 1;
    margin: 0; }
  .field input, .field input:focus,
  .field textarea, .field textarea:focus {
    color: #181b31;
    margin: 0;
    padding: 35px 14px 20px;
    border-bottom: #FFF 2px solid; }
  .field textarea {
    resize: none; }
  .field .field-border {
    display: flex;
    flex-direction: column;
    position: relative; }
    .field .field-border:after {
      content: '';
      display: block;
      margin: auto;
      height: 0;
      width: 0;
      background: transparent;
      transition: width .3s ease, background-color .3s ease; }

.field.field-active label {
  color: #bb211d !important;
  font-size: 12px;
  height: 29px;
  opacity: 1 !important; }
.field.field-active label.checkbox {
  height: auto !important; }
.field.field-active .field-border:after {
  height: 2px;
  width: 100%;
  background: #bb211d; }

.field.field-filled label {
  color: var(--color-font);
  font-size: 12px;
  height: 29px;
  opacity: .5; }
.field.field-filled label.checkbox {
  height: auto !important; }

.form-column .lqd-column-inner {
  border-radius: 4px;
  margin-top: 0; }
.form-column .fancy-title {
  background: #272b2b;
  color: rgba(255, 255, 255, 0.65);
  padding: 40px;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .form-column .fancy-title h3 {
    color: #FFF; }
.form-column .contact-form {
  margin-bottom: 0;
  padding: 40px; }

@media (max-width: 992px) {
  .form-column {
    background: #F4F4F4;
    padding: 2rem 50px;
    margin-top: 2rem; } }
@media (max-width: 768px) {
  .form-column {
    padding: 2rem 25px; }
    .form-column .fancy-title, .form-column .contact-form {
      padding: 35px 25px; } }
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all .3s ease; }
  .checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox > span {
    background: #FFF;
    border: 1px solid #d1d7e2;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px; }
  .checkbox > input:checked ~ span:after {
    display: block; }
  .checkbox > span:after {
    border: solid var(--color-primary);
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkbox-text {
  font-size: 14px; }
  .checkbox-text a {
    color: var(--color-primary); }

.g-rating {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding: 1.4rem 40px; }
  .g-rating img {
    width: 175px;
    margin-bottom: .5rem; }

@media (max-width: 992px) {
  .g-rating {
    background: #F4F4F4;
    font-size: .85rem;
    align-items: center; }
    .g-rating a {
      color: var(--color-font); }
    .g-rating img {
      width: 150px; } }
/* Color scheme red */
body[data-color-scheme="red"] .h1, body[data-color-scheme="red"] h1,
body[data-color-scheme="red"] .h2, body[data-color-scheme="red"] h2,
body[data-color-scheme="red"] .h3, body[data-color-scheme="red"] h3,
body[data-color-scheme="red"] .h4, body[data-color-scheme="red"] h4,
body[data-color-scheme="red"] .h5, body[data-color-scheme="red"] h5,
body[data-color-scheme="red"] .h6, body[data-color-scheme="red"] h6 {
  color: #FFF; }
@media (min-width: 992px) {
  body[data-color-scheme="red"] p {
    color: #FFF; }
  body[data-color-scheme="red"] .service-text {
    color: #FFF; }
  body[data-color-scheme="red"] .logo-white {
    display: flex; }
  body[data-color-scheme="red"] .logo-red {
    display: none; }
  body[data-color-scheme="red"] section {
    background: url(../../../assets/img/color-scheme/red/bg-psicologos.jpg) center no-repeat;
    background-size: cover; }
  body[data-color-scheme="red"] .lqd-h-sep-inner {
    background-color: #FFF;
    height: 1px;
    opacity: .5; }
  body[data-color-scheme="red"] .service-text .icon-md-checkmark {
    opacity: .45; } }

/*# sourceMappingURL=multiconcept.css.map */
