.connecting-line {
  background: #e0e0e0;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80%;
  z-index: 1; }

span.round-tab {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 100px;
  display: inline-block;
  font-size: 20px;
  height: 42px;
  left: 0;
  line-height: 36px;
  position: relative;
  text-align: center;
  width: 42px;
  z-index: 2; }
  span.round-tab i {
    color: #555555; }
  span.round-tab:hover {
    border: 2px solid #333;
    color: #333; }

.wizard {
  background: #fff;
  margin: 30px auto; }
  .wizard .nav-tabs {
    border-bottom-color: #e0e0e0;
    margin: 40px auto;
    margin-bottom: 0;
    position: relative; }
    .wizard .nav-tabs span {
      color: #aaaaaa; }
    .wizard .nav-tabs > li.active > a {
      border: 0;
      border-bottom-color: transparent;
      color: #555555;
      cursor: default; }
      .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        border: 0;
        border-bottom-color: transparent;
        color: #555555;
        cursor: default; }
  .wizard > div.wizard-inner {
    position: relative; }
  .wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #4760BB; }
    .wizard li.active span.round-tab i, .wizard li.active span.round-tab span {
      color: #4760BB; }
  .wizard li.active .top-text {
    color: #4760BB;
    font-weight: 400; }
  .wizard li.success .round-tab {
    border-color: #8092D0; }
  .wizard li.success i, .wizard li.success span, .wizard li.success .top-text {
    color: #8092D0; }
  .wizard .nav-tabs > li {
    width: 33%; }
  .wizard li {
    position: relative; }
    .wizard li .top-text {
      position: absolute;
      width: 100%;
      text-align: center;
      font-weight: 200;
      top: -26px;
      color: #aaaaaa; }
    .wizard li:after {
      border: 5px solid transparent;
      border-bottom-color: #4760BB;
      bottom: 0px;
      content: " ";
      left: 46%;
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      transition: 0.1s ease-in-out; }
    .wizard li.active:after {
      border: 10px solid transparent;
      border-bottom-color: #4760BB;
      bottom: -12px;
      content: " ";
      left: 50%;
      opacity: 1;
      position: absolute;
      margin-left: -10px; }
  .wizard .nav-tabs > li a {
    border-radius: 100%;
    height: 42px;
    margin: 20px auto;
    padding: 0;
    width: 42px; }
    .wizard .nav-tabs > li a:hover {
      background: transparent; }
  .wizard .tab-pane {
    padding-top: 50px;
    position: relative; }
  .wizard h3 {
    margin-top: 0; }

.wizard4.wizard .nav-tabs > li {
  width: 25%; }

small {
  font-size: 75% !important; }

label.error {
  font-size: 14px;
  color: red; }

body .calendar_top {
  display: flex;
  flex-direction: row; }
  body .calendar_top .content-hours {
    padding: 0 0 0 20px; }
  @media (max-width: 990px) {
    body .calendar_top {
      display: block; }
      body .calendar_top .content-hours {
        padding: 20px 0 0; } }
  body .calendar_top .mc-calendar {
    position: static;
    transform: inherit;
    animation: none;
    max-width: 514px;
    box-shadow: none;
    height: 380px;
    font-size: 16px;
    background-color: #7E9DFF; }
    @media (min-width: 625px) {
      body .calendar_top .mc-calendar {
        height: 280px; } }
    body .calendar_top .mc-calendar .mc-display__day {
      background-color: #6786FF;
      font-size: 20px; }
    body .calendar_top .mc-calendar .mc-display__body {
      background-color: #7E9DFF; }
      body .calendar_top .mc-calendar .mc-display__body .mc-display__date {
        font-size: 82px; }
      body .calendar_top .mc-calendar .mc-display__body .mc-display__month {
        font-size: 20px; }
      body .calendar_top .mc-calendar .mc-display__body .mc-display__year {
        font-size: 18px;
        padding: 20px 0; }
    body .calendar_top .mc-calendar .mc-picker__footer {
      display: none; }
    body .calendar_top .mc-calendar .mc-picker__body {
      padding-bottom: 16px; }
    body .calendar_top .mc-calendar .mc-picker .mc-select__data {
      font-size: 18px; }
    body .calendar_top .mc-calendar .mc-picker .mc-select__nav {
      padding: 0 10px; }
    body .calendar_top .mc-calendar .mc-picker .mc-table__weekday {
      color: #6786FF; }
    body .calendar_top .mc-calendar .mc-picker .mc-date--active.mc-date--picked {
      background-color: #6786FF; }
body .btn-group-toggle .btn {
  font-family: Maven Pro,sans-serif;
  font-size: 14px;
  line-height: 21px;
  border-radius: 5px !important;
  margin-right: 7px;
  margin-bottom: 8px;
  padding: 6px 10px;
  position: relative; }
  body .btn-group-toggle .btn .fa {
    position: absolute;
    left: 10px;
    top: 24%;
    font-size: 18px; }
  body .btn-group-toggle .btn.active {
    background-color: #6786FF;
    border-color: #6786FF;
    color: #EEF9F9; }
    body .btn-group-toggle .btn.active .fa-circle-o:before {
      content: "\f058"; }
    body .btn-group-toggle .btn.active .fa-square-o:before {
      content: "\f14a"; }

.footer-cities ul {
  padding: 0; }
  .footer-cities ul li a {
    font-size: 14px; }

.relative .post-date {
  position: absolute;
  right: 16px;
  bottom: 14px;
  background: #196382;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px; }

.widget {
  margin-bottom: 20px; }
  .widget .section-title {
    margin: 0 0 10px;
    color: #0169AB;
    text-align: left;
    font-size: 24px; }
  .widget a, .widget h3, .widget h4 {
    color: #444; }
  .widget ul {
    list-style: none;
    padding: 0; }
    .widget ul li {
      padding: 4px 0; }
  .widget .media-list {
    overflow: hidden;
    margin-bottom: 10px; }
    .widget .media-list img {
      float: left;
      margin-right: 10px; }
    .widget .media-list .post-title {
      font-size: 16px; }

.blog-social h3 {
  margin: 0 0 10px; }
.blog-social ul {
  list-style: none;
  padding: 0; }

.breadcrumbs-area {
  padding: 10px 0 12px;
  margin-bottom: 20px; }
  .breadcrumbs-area ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    .breadcrumbs-area ul li {
      float: left; }
      .breadcrumbs-area ul li:before {
        content: ">";
        float: left;
        display: inline-block;
        margin: 0 10px;
        color: #666; }
      .breadcrumbs-area ul li:first-child:before {
        display: none; }

.pagination {
  list-style: none;
  padding: 0;
  overflow: hidden; }
  .pagination li {
    float: left; }
    .pagination li > * {
      padding: 6px;
      display: inline-block;
      width: 38px;
      text-align: center;
      text-decoration: none !important; }
    .pagination li.active > * {
      background: #999;
      color: #fff !important; }

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 65px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px !important;
  box-shadow: 1px 1px 3px #999;
  z-index: 100;
  left: 15px; }
  .whats-app .my-float {
    margin-top: 15px; }

.input-group .btn {
  padding: 7px 15px; }

body {
  font-family: "Overpass", sans-serif; }

@media (max-width: 767px) {
  .img_service {
    text-align: center; } }
.img_service img {
  max-height: 520px;
  width: 420px;
  float: left; }
  @media (max-width: 767px) {
    .img_service img {
      float: none; } }

.page-module-news-list .tile-news, .page-module-news-list__intro {
  opacity: 1; }

.header-container {
  /*height: 130px;*/
  border-bottom: 1px solid #E3E3DD; }

.header--sticky .header-container {
  /*height: auto;*/ }

.hero-beige {
  padding-top: 40px; }

.not_home header {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05); }
  .not_home header ul a li {
    color: #4B7B3F !important; }

.box-service a {
  text-decoration: none !important; }
.box-service .item-img {
  margin-bottom: 10px; }
  .box-service .item-img img {
    max-width: 100%; }
.box-service .item-title {
  font-size: 18px; }
.box-service .item-desc {
  margin-bottom: 10px; }

#box-languages {
  position: absolute;
  left: 80px;
  top: 0px; }
  #box-languages a {
    float: left;
    margin-right: 12px;
    padding: 0; }
    #box-languages a img {
      height: 18px; }
    #box-languages a:before {
      position: relative;
      left: -6px;
      content: "/"; }
    #box-languages a:first-child:before {
      display: none; }
  @media (max-width: 767px) {
    #box-languages {
      position: static;
      text-align: center;
      padding: 10px 0; }
      #box-languages a {
        float: none;
        display: inline-block; } }

.header-container .header .menu--main {
  margin-right: -11%; }
  @media (max-width: 767px) {
    .header-container .header .menu--main {
      margin-right: 0; } }

.header-container .header .menu--main > ul > .menu-item > a {
  font-size: 16px;
  font-weight: bold;
  max-width: 150px;
  text-decoration: none;
  color: var(--primary-color-ch1); }
  .header-container .header .menu--main > ul > .menu-item > a:hover {
    color: #000000; }

.header__nav__secondary a {
  text-decoration: none; }

.bx-wrapper {
  margin-bottom: 0; }

@media only screen and (max-width: 600px) {
  .media-image__mask .icon-hexagon-mask, .media-image__mask .icon-hexagon-mask-mobile {
    height: 133%; }

  .page-module-hero-image .content .title {
    max-width: 100%; }

  .page-module-news-list__container {
    padding: 0 20px; }

  .tile-news {
    margin-bottom: 20px; }

  .page-module-news-list {
    padding: 20px 0;
    margin-bottom: 30px; }

  #paragraph-21581 .layout-wrapper--split .content, #paragraph-21581 .lw--split .content {
    padding-top: 0px; }

  #footer-outer {
    padding: 0 30px; }

  .xs-float-none {
    float: none !important; }

  .xs-text-center {
    text-align: center; }
    .xs-text-center .button {
      margin: 0 auto; } }
.button {
  text-decoration: none !important; }

.layout-landing body, .layout-landing p, .layout-landing li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }
.layout-landing .button {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal; }
.layout-landing h1, .layout-landing h2, .layout-landing h3 {
  font-family: 'Barlow Semi Condensed', sans-serif; }
@media (max-width: 767px) {
  .layout-landing header .navbar {
    min-height: 90px !important; }
  .layout-landing .navbar-brand img {
    height: 60px; }
  .layout-landing .owl-nav-layout1 {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: auto;
    right: 5px;
    z-index: 9;
    bottom: -60px; }
  .layout-landing .team-box-layout2 {
    margin-bottom: 0; } }

/*# sourceMappingURL=core.css.map */
