@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
@font-face {
  font-family: "Belgiano Serif";
  src: url("../fonts/belgiano-serif/BelgianoSerif-Regular.eot");
  src: url("../fonts/belgiano-serif/BelgianoSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/belgiano-serif/BelgianoSerif-Regular.woff2") format("woff2"), url("../fonts/belgiano-serif/BelgianoSerif-Regular.woff") format("woff"), url("../fonts/belgiano-serif/BelgianoSerif-Regular.ttf") format("truetype"), url("../fonts/belgiano-serif/BelgianoSerif-Regular.svg#BelgianoSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Manrope", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
  min-height: 100vh;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

ul {
  padding-left: 0;
}

.row {
  clear: both;
}

body.overflow {
  overflow: hidden;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  color: #434a48;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
}

h1,
h2 {
  font-family: "Belgiano Serif";
  color: #742e79;
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: -20px;
}

h1 strong,
h2 strong {
  font-family: "Belgiano Serif";
  color: #559589;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

.owl-carousel div.disabled {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.subtitle {
  display: table;
  color: #559589;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

div.disabled {
  display: none;
}

.link-phone {
  display: flex;
  align-items: center;
}

.link-phone span {
  color: #575f5d;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
  padding-left: 10px;
}

.link-phone:hover span {
  color: #5e988b;
}

.btn-orange {
  display: flex;
  border-radius: 10px;
  background: #f4a204;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-orange:before {
  content: "";
  height: 50px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/detail-btn-orange.svg) left center no-repeat;
  border-radius: 10px 0 0 10px;
}

.btn-orange span {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}

.btn-orange:hover span {
  color: #dd6712;
}

.btn-orange div {
  width: 57px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  flex-shrink: 0;
}

.btn-orange div span {
  font-size: 24px;
  color: #fff !important;
  height: auto;
  padding: 0;
  font-size: 30px;
  font-weight: initial !important;
}

.btn-orange:after {
  content: "";
  border: 2px solid #f4a204;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.btn-orange:hover:after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
  border-radius: 14px;
}

.btn-default {
  display: flex;
  border-radius: 10px;
  background: #559589;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-default:before {
  content: "";
  height: 50px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/detail-btn-default.svg) left center no-repeat;
  border-radius: 10px 0 0 10px;
}

.btn-default div {
  width: 57px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  flex-shrink: 0;
}

.btn-default div span {
  font-size: 30px;
  color: #fff;
}

.btn-default .text {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  min-width: 180px;
}

.btn-default:after {
  content: "";
  border: 2px solid #559589;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.btn-default:hover:after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
  border-radius: 14px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}

.owl-dots button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #e7cee5;
  background: #e7cee5;
}

.owl-dots button.active {
  transform: scale(1.7);
  background: none;
  border-color: #fff;
}

.separator {
  float: left;
  width: 100%;
  height: 32px;
  margin-bottom: 30px;
  background: url(../image/separator.svg) center center no-repeat;
}

.banner-pages {
  height: 435px;
  padding-top: 80px;
}

.banner-pages .breadcrumbs {
  display: flex;
  margin-bottom: 50px;
}

.banner-pages .breadcrumbs a,
.banner-pages .breadcrumbs span {
  color: #575f5d;
  font-size: 15px;
  font-weight: 400;
  display: table;
}

.banner-pages .breadcrumbs a:hover {
  text-decoration: underline !important;
}

.banner-pages .breadcrumbs .space {
  padding: 0 5px;
}

.banner-pages h1 {
  position: relative;
  padding-left: 65px;
  margin-bottom: 0;
}

.banner-pages h1:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../image/icon.svg) center center no-repeat;
  left: 0;
  top: -15px;
  background-size: 100%;
}

.banner-pages p {
  margin-bottom: 0;
}

.banner-single {
  height: auto;
  padding-bottom: 40px;
}

.pagination {
  float: left;
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination span,
.pagination a {
  color: #949494;
  font-size: 28px;
  font-weight: 400;
  margin: 0 15px;
}

.pagination span,
.pagination a:hover {
  color: #742e79;
}

.box-categories {
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  padding: 45px 0 0;
  margin-bottom: 30px;
}

.box-categories h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.box-categories ul,
.box-categories ul li,
.box-categories ul li a {
  width: 100%;
  display: table;
}

.box-categories ul li {
  margin-bottom: 40px;
}

.box-categories ul li a {
  padding-left: 20px;
  border-left: 5px solid transparent;
  color: #575f5d;
  font-size: 18px;
  font-weight: 400;
}

.box-categories ul li a:hover,
.box-categories ul li a.active {
  border-color: #985b9d;
  color: #985b9d;
}

.card-service {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 21px;
  padding: 0 35px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.card-service .top,
.card-service .bottom {
  width: 100%;
}

.card-service .icon-box {
  width: 92px;
  height: 92px;
  margin: -30px auto 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card-service a span {
  width: 216px;
  justify-content: center;
  text-align: center;
}

.card-service a {
  margin: 0 auto 10px;
}

.card-service a:last-of-type {
  margin-bottom: 0;
}

.card-service .title {
  width: 100%;
  text-align: center;
  display: table;
  color: #985b9d;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-service p {
  width: 100%;
  text-align: center;
}

.box-form {
  width: 100%;
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
}

.box-form .title {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #559589;
  font-size: 23px;
  font-weight: 700;
}

.box-form p {
  width: 100%;
  text-align: center;
}

.box-form .form-group {
  margin-bottom: 20px;
}

.box-form .field-title {
  display: table;
  color: #559589;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}

.box-form input,
.box-form select,
.box-form textarea {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
}

.box-form textarea {
  height: 80px;
  resize: none;
}

.box-form button {
  margin: 0 auto;
  border: none;
}

.box-form .group-check {
  display: table;
  cursor: pointer;
}

.box-form .group-check input {
  display: none;
}

.box-form .group-check span {
  display: table;
  position: relative;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
  padding-left: 28px;
}

.box-form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  line-height: 16px;
  height: 18px;
  text-align: center;
  font-size: 0;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  color: #fff;
  transition: 0.5s;
}

.box-form .group-check input:checked ~ span:before {
  font-size: 11px;
  background: #559589;
  border-color: #559589;
}

.wrap-contact:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1920px;
  height: 123px;
  background: url(../image/divisor-3.png) center top no-repeat;
  bottom: -1px;
}

.item-accordion {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 25px;
  background: #ffffff;
  overflow: hidden;
}

.item-accordion .open-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  color: #434a48;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
}

.item-accordion .open-accordion span {
  padding-left: 20px;
  font-size: 38px;
  color: #cb34d8;
  transition: 0.5s;
}

.item-accordion .open-accordion.active {
  background: #559589;
  color: #fff;
}

.item-accordion .open-accordion.active span {
  color: #fff;
}

.item-accordion .content-accordion {
  float: left;
  width: 100%;
  display: none;
  padding: 30px;
}

.item-accordion .content-accordion p:last-of-type {
  margin-bottom: 0;
}

.card-blog {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  float: left;
  border-radius: 25px;
}

.card-blog img {
  float: left;
  width: 100%;
  height: 412px;
}

.card-blog .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: linear-gradient(90deg, rgba(54, 113, 102, 0.6) 0%, rgba(114, 44, 120, 0.6) 100%);
  box-shadow: 0px 14px 9px 0px rgba(0, 0, 0, 0.44) inset;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.card-blog .box-text .title {
  display: table;
  margin-bottom: 15px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.card-blog .box-text .more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.card-blog .box-text .more span {
  margin-right: 10px;
}

.wrap-map iframe {
  float: left;
  width: 100%;
  height: 350px;
}

.list-duvidas {
  padding: 60px 0;
  background: #f5f5f5;
}

.list-duvidas h2 {
  margin-bottom: 10px;
}

.list-duvidas .box-form {
  background: url(../image/bg-contact.png) center center no-repeat;
  background-size: cover;
  padding: 30px 40px;
}

.list-duvidas .box-form .title {
  margin-bottom: 0;
}

.list-duvidas .box-form p {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.list-duvidas .box-form form .field-title,
.list-duvidas .box-form .title {
  color: #742e79;
}

@media only screen and (max-width: 1300px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: -10px;
  }
  .subtitle {
    font-size: 20px;
  }
  .card-service {
    padding: 0 25px 35px;
  }
  .box-form {
    padding: 30px;
  }
  .list-duvidas .box-form {
    padding: 30px;
  }
  .card-blog .box-text .title {
    font-size: 20px;
  }
  .box-categories {
    margin-top: 50px;
  }
  .banner-pages {
    height: auto;
    padding: 60px 0;
  }
}
.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  margin: auto;
  /* MODAL */
  /* SOBRE */
  /* AGENDE */
  /* BLOG */
  /* CURSOS */
  /* DEPOIMENTOS */
  /* TRATAMENTOS */
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.barra-lgpd {
  padding: 0 15px;
  background: gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: dimgray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 75px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1280px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: dimgray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted dimgray;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: dimgray;
  border: 1px solid dimgray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #742e79;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #742e79;
  line-height: 1.1;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #742e79;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #742e79;
  border-bottom: 5px solid #742e79;
  background: #fafafa;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #742e79;
  font-weight: 500;
  border-bottom: 1px dotted #742e79;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #742e79;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #742e79;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #742e79;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #742e79;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #742e79;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body header {
  background: url(../image/bg-header.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}
body header .default-header {
  float: left;
  width: 100%;
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .default-header .right-header {
  display: flex;
  align-items: center;
}
body header .default-header .link-phone {
  margin-right: 30px;
}
body header .default-header .social {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
body header .default-header .social a {
  padding: 10px 0;
  margin-left: 15px;
  font-size: 22px;
  color: #985b9d;
}
body header nav {
  border-radius: 52px;
  background: linear-gradient(90deg, #559589 0%, #985b9d 100%);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.39);
  margin-bottom: -38px;
  float: left;
  width: 100%;
}
body header nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 45px;
}
body header nav ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  font-weight: 400;
  position: relative;
  display: table;
}
body header nav ul li a:hover {
  color: #fff;
}
body header nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 2px;
  transition: 0.5s;
  background: #fff;
  top: 0;
  opacity: 0.5;
}
body header nav ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 100%;
  height: 2px;
  transition: 0.5s;
  background: #fff;
  bottom: 0;
  opacity: 0.5;
}
body header nav ul li a:hover:before {
  right: 0;
}
body header nav ul li a:hover:after {
  left: 0;
}
body header .open-menu {
  display: none;
}
@media only screen and (max-width: 1300px) {
  body header .default-header {
    padding: 20px 0;
  }
  body header nav {
    display: none;
  }
  body header .logo img {
    width: 260px;
    display: table;
  }
  body header .default-header .right-header {
    display: none;
  }
  body header .open-menu {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4a204;
    border: none;
  }
  body header .open-menu span {
    font-size: 26px;
  }
}
body .home-banner {
  height: 730px;
  display: flex;
  align-items: center;
  background: url(../image/banner.png) center center no-repeat;
  background-size: cover;
}
body .home-banner .box-text {
  position: relative;
}
body .home-banner .box-text h2 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0;
}
body .home-banner .box-text p {
  font-size: 23px;
  line-height: 33px;
}
body .home-banner .box-text a {
  float: left;
  margin-top: 20px;
}
body .home-banner .box-text:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  left: -70px;
  top: 0;
  background: url(../image/icon.svg) center center no-repeat;
}
body .wrap-boxes {
  padding: 50px 0 150px;
  position: relative;
  background: url(../image/bg-boxes.png) center center no-repeat;
  background-size: cover;
}
body .wrap-boxes .box-title {
  width: 100%;
  margin-bottom: 40px;
}
body .wrap-boxes .box-title h2 {
  margin-bottom: 0;
}
body .wrap-boxes .box-title h2,
body .wrap-boxes .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-boxes .row {
  margin: 0 -10px;
}
body .wrap-boxes .row > div {
  padding: 0 10px;
}
body .wrap-boxes .card-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 206px;
  border-radius: 15px;
  background: #f8f8f8;
  box-shadow: 13.0865373611px 4.2520737648px 13.7600002289px 0px #ededed inset, -13.0865373611px -4.2520737648px 13.7600002289px 0px #c1c1c1 inset;
  padding: 20px;
  margin-bottom: 30px;
  align-content: center;
  transition: 0.5s;
}
body .wrap-boxes .card-box .title {
  display: table;
  width: 100%;
  text-align: center;
  color: #742e79;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  transition: 0.5s;
}
body .wrap-boxes .card-box p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  transition: 0.5s;
}
body .wrap-boxes .card-box:hover {
  background: #985b9d;
  box-shadow: 13.0865373611px 4.2520737648px 13.7600002289px 0px #d37fda inset, -13.0865373611px -4.2520737648px 13.7600002289px 0px #703974 inset;
}
body .wrap-boxes .card-box:hover .title,
body .wrap-boxes .card-box:hover p {
  color: #fff;
}
body .wrap-boxes .btn-default {
  margin: 0 auto;
}
body .wrap-boxes .container {
  position: relative;
  z-index: 5;
}
body .wrap-boxes:after {
  content: "";
  width: 1920px;
  height: 116px;
  background: url(../image/divisor-1.svg) center top no-repeat;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
body .wrap-about .box-img {
  position: relative;
  float: left;
  margin-top: -215px;
  z-index: 1;
}
body .wrap-about .box-img:before {
  content: "";
  position: absolute;
  width: 678px;
  height: 790px;
  background: url(../image/detail-about.svg) top right no-repeat;
  right: 30%;
  bottom: 0;
}
body .wrap-about .box-img img {
  position: relative;
  z-index: 1;
}
body .wrap-about .box-text {
  position: relative;
  display: table;
}
body .wrap-about .box-text:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  left: -70px;
  top: 0;
  background: url(../image/icon.svg) center center no-repeat;
}
body .wrap-about .box-text:after {
  content: "";
  width: 300px;
  height: 1px;
  background: #e1e1e1;
  left: -370px;
  top: 26px;
  position: absolute;
}
body .wrap-services {
  background: url(../image/bg-services.png) center center no-repeat;
  background-size: cover;
  padding: 45px 0 90px;
}
body .wrap-services .container {
  position: relative;
  z-index: 5;
}
body .wrap-services .box-title {
  width: 100%;
  margin-bottom: 55px;
}
body .wrap-services .box-title h2,
body .wrap-services .box-title .subtitle,
body .wrap-services .box-title p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body .wrap-services .carousel-services {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
body .wrap-services .carousel-services .owl-item {
  padding-top: 30px;
}
body .wrap-services .btn-more {
  margin: 0 auto;
}
body .wrap-awards {
  position: relative;
  padding-bottom: 50px;
  background: #f1f1f1;
  padding-top: 35px;
}
body .wrap-awards .container {
  z-index: 1;
  position: relative;
}
body .wrap-awards:before {
  content: "";
  width: 1920px;
  height: 134px;
  position: absolute;
  top: -134px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../image/divisor-2.svg) bottom center no-repeat;
}
body .wrap-awards .box-title {
  width: 100%;
  margin-bottom: 40px;
}
body .wrap-awards .box-title h2,
body .wrap-awards .box-title .subtitle,
body .wrap-awards .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-awards .carousel-awards {
  float: left;
  width: 100%;
}
body .wrap-awards .carousel-awards .owl-item {
  padding-top: 51px;
}
body .wrap-awards .carousel-awards .owl-dots button.active {
  border-color: #559589;
}
body .card-award {
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(to bottom, transparent, transparent, #d0d0d0);
  position: relative;
}
body .card-award .icon {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.17));
  background: #fff;
  position: absolute;
  top: -51px;
  left: calc(50% - 51px);
  border-radius: 50%;
}
body .card-award .into {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
body .card-award .into .full {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
body .card-award .into .title {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  position: relative;
  height: 150px;
}
body .card-award .into .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 43px;
  left: 0;
  top: -43px;
  background: url(../image/detail-award.svg) bottom center no-repeat;
}
body .card-award .into .title span {
  display: table;
  text-align: center;
  color: #985b9d;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}
body .group-home {
  position: relative;
  overflow: hidden;
}
body .group-home:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
  background: url(../image/detail-contact.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
  left: 50vw;
}
body .wrap-contact {
  background: url(../image/bg-purple.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0 90px;
  position: relative;
}
body .wrap-contact .container {
  position: relative;
  z-index: 9;
}
body .wrap-contact h2 {
  position: relative;
  color: #fff;
  padding-left: 65px;
  margin-bottom: 0;
}
body .wrap-contact h2:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../image/icon-2.svg) center center no-repeat;
  left: 0;
  top: -15px;
}
body .wrap-contact p {
  color: #fff;
}
body .wrap-contact .box-contacts {
  padding: 20px 30px;
  display: table;
  flex-wrap: wrap;
  border-radius: 20px;
  background: #fdf6fd;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  float: left;
  margin-top: 30px;
}
body .wrap-contact .box-contacts .title {
  display: table;
  margin-bottom: 15px;
  color: #985b9d;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}
body .wrap-contact .box-contacts .links {
  display: flex;
}
body .wrap-contact .box-contacts a {
  margin-right: 30px;
}
body .wrap-contact .box-contacts a:last-of-type {
  margin-right: 0;
}
body .wrap-numbers {
  position: relative;
  padding: 15px 0 55px;
  background: #ebebeb;
}
body .wrap-numbers .container {
  position: relative;
  z-index: 9;
}
body .wrap-numbers .box-title {
  width: 100%;
  margin-bottom: 40px;
}
body .wrap-numbers .box-title h2,
body .wrap-numbers .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-numbers .row {
  margin: 0 -30px;
}
body .wrap-numbers .col-custom {
  padding: 0 30px;
  width: 20%;
  border-right: 1px solid #559589;
}
body .wrap-numbers .col-custom:last-of-type {
  border-right: 0;
}
body .wrap-numbers .item-number {
  width: 100%;
}
body .wrap-numbers .item-number .title {
  width: 100%;
  text-align: center;
  color: #742e79;
  font-size: 37px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  display: table;
}
body .wrap-numbers .item-number .title span {
  color: #434a48;
  font-size: 18px;
  font-weight: 400;
}
body .wrap-numbers .item-number p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .wrap-about-2 {
  padding: 140px 0;
  background: url(../image/bg-about.png) right center no-repeat;
  background-size: cover;
  position: relative;
}
body .wrap-about-2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: url(../image/detail-about.png) right center no-repeat;
  background-size: cover;
  opacity: 0.84;
}
body .wrap-about-2 .container {
  position: relative;
  z-index: 1;
}
body .wrap-about-2 .box-text {
  display: table;
}
body .wrap-about-2 .box-text a {
  float: left;
  margin-top: 20px;
}
body .wrap-about-2 .box-text h2,
body .wrap-about-2 .box-text p {
  color: #fff;
}
body .wrap-about-2 .boxes {
  float: right;
}
body .wrap-about-2 .boxes .card-about {
  position: relative;
  width: 368px;
  height: 181px;
  display: flex;
  padding: 0 15px 0 35px;
  background: url(../image/border-box.svg) center center no-repeat;
  margin-bottom: 60px;
  align-items: center;
}
body .wrap-about-2 .boxes .card-about h3 {
  color: #742e79;
  font-family: "Belgiano Serif";
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  display: table;
  margin-bottom: -10px;
}
body .wrap-about-2 .boxes .card-about p {
  color: #575f5d;
  margin-bottom: 0;
  line-height: 24px;
}
body .wrap-about-2 .boxes .card-about:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: -15px;
  top: 84px;
  background: url(../image/icon-box-about.svg) center center no-repeat;
}
body .wrap-about-2 .boxes .card-about:last-of-type {
  margin-bottom: 0;
}
body .wrap-testimonials {
  padding: 50px 0;
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  position: relative;
}
body .wrap-testimonials .box-title {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
body .wrap-testimonials .box-title h2,
body .wrap-testimonials .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-testimonials .item-testimonial {
  padding: 0 20px 20px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #602165;
  display: table;
}
body .wrap-testimonials .item-testimonial .image {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  margin-top: -60px;
  margin-bottom: 25px;
}
body .wrap-testimonials .item-testimonial img {
  display: table;
  border-radius: 10px;
}
body .wrap-testimonials .item-testimonial span {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  float: left;
}
body .wrap-testimonials .item-testimonial audio,
body .wrap-testimonials .item-testimonial iframe {
  display: table;
  width: 100%;
  float: left;
}
body .wrap-testimonials .carousel-testimonials {
  float: left;
  width: calc(100% + 30px);
  padding-right: 160px;
  overflow: hidden;
  padding-bottom: 5px;
}
body .wrap-testimonials .carousel-testimonials .owl-stage-outer {
  overflow: initial;
}
body .wrap-testimonials .carousel-testimonials .owl-item {
  transition: 0.5s;
  transform: scale(0.85);
  filter: blur(4px);
}
body .wrap-testimonials .carousel-testimonials .owl-item.active {
  transform: scale(1);
  filter: none;
}
body .wrap-testimonials .carousel-testimonials .card-testimonial {
  float: left;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 6px 7px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 25px;
  position: relative;
}
body .wrap-testimonials .carousel-testimonials .card-testimonial svg {
  position: absolute;
  left: 0;
  top: -25px;
}
body .wrap-testimonials .carousel-testimonials .card-testimonial .title {
  display: table;
  width: 100%;
  color: #985b9d;
  font-family: "Belgiano Serif";
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}
body .wrap-testimonials .carousel-testimonials .card-testimonial p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .wrap-testimonials .carousel-testimonials .owl-dots button.active {
  border-color: #559589;
}
body .wrap-testimonials .open-video {
  float: left;
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}
body .wrap-testimonials .open-video img {
  display: table;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
body .wrap-testimonials .open-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
body .wrap-testimonials .open-video .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  text-align: center;
  font-family: "Belgiano Serif";
  font-size: 23px;
  font-weight: 400;
}
body .wrap-testimonials .open-video .info span {
  display: table;
  font-size: 45px;
  margin: 0 auto 15px;
}
body .wrap-testimonials .btn-default {
  margin: 30px auto 0;
}
body .wrap-course {
  background: url(../image/bg-dra.png) center center no-repeat;
  background-size: cover;
  height: 740px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 100px;
}
body .wrap-course:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1920px;
  height: 138px;
  background: url(../image/divisor-4.svg) bottom center no-repeat;
}
body .wrap-course .subtitle {
  color: #575f5d;
}
body .wrap-full-bg-text {
  background: url(../image/full-bg.png) center center no-repeat;
  height: 550px;
  background-size: cover;
  display: flex;
  align-items: center;
}
body .wrap-full-bg-text span {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body .wrap-faq {
  background: url(../image/bg-full-section.png) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
body .wrap-faq:before {
  content: "";
  position: absolute;
  left: 55%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../image/detail-faq.png) left center no-repeat;
  background-size: cover;
}
body .wrap-faq .container {
  position: relative;
  z-index: 1;
}
body .wrap-faq h2 {
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px;
}
body .wrap-faq h2:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../image/icon.svg) center center no-repeat;
  left: 0;
  top: -15px;
  background-size: 100%;
}
body .wrap-faq .btn-default {
  margin: 15px auto 0;
}
body .wrap-blog {
  background: url(../image/bg-grey.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
body .wrap-blog .box-title {
  width: 100%;
  margin-bottom: 20px;
  display: table;
}
body .wrap-blog .box-title h2,
body .wrap-blog .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-blog .btn-default {
  margin: 0 auto;
}
body .wrap-social {
  padding: 70px 0;
}
body .wrap-social .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .wrap-social .circles {
  display: flex;
}
body .wrap-social .circles a {
  margin-left: 30px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  width: 235px;
  height: 235px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
body .wrap-social .circles a i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
body .wrap-social .circles a span {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
body .wrap-social .circles a.instagram {
  background: url(../image/circle-instagram.png) center center no-repeat;
  background-size: cover;
}
body .wrap-social .circles a.instagram:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #985b9d;
  opacity: 0.7;
  transition: 0.5s;
}
body .wrap-social .circles a.instagram:hover:before {
  opacity: 0.85;
}
body .wrap-social .circles a.facebook {
  background: url(../image/circle-facebook.png) center center no-repeat;
  background-size: cover;
}
body .wrap-social .circles a.facebook:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #559589;
  opacity: 0.5;
  transition: 0.5s;
}
body .wrap-social .circles a.facebook:hover:before {
  opacity: 0.75;
}
body .wrap-social .circles a.youtube {
  background: url(../image/circle-youtube.png) center center no-repeat;
  background-size: cover;
}
body .wrap-social .circles a.youtube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f443d;
  opacity: 0.5;
  transition: 0.5s;
}
body .wrap-social .circles a.youtube:hover:before {
  opacity: 0.75;
}
@media only screen and (max-width: 1300px) {
  body .home-banner {
    height: 570px;
    position: relative;
    background-position: 72% center !important;
  }
  body .home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.6;
  }
  body .home-banner .container {
    position: relative;
    z-index: 1;
  }
  body .home-banner .box-text h2 {
    font-size: 36px;
    line-height: 42px;
  }
  body .home-banner .box-text p {
    font-size: 18px;
    line-height: 28px;
  }
  body .home-banner .box-text p br {
    display: none;
  }
  body .wrap-boxes {
    padding: 60px 0;
  }
  body .wrap-boxes:after {
    display: none;
  }
  body .wrap-about {
    padding: 60px 0;
  }
  body .wrap-about .col-img {
    order: 12;
  }
  body .wrap-about .box-img {
    margin-top: 50px;
  }
  body .wrap-about .box-img img {
    max-width: 100%;
  }
  body .wrap-about .box-img:before {
    content: "";
    position: absolute;
    width: 368px;
    height: 427px;
    background: url(../image/detail-about.svg) top right no-repeat;
    right: 30%;
    bottom: 0;
    background-size: 100% auto;
  }
  body .wrap-services {
    padding: 60px 0;
  }
  body .wrap-services .box-title p br {
    display: none;
  }
  body .wrap-awards {
    padding: 60px 0;
  }
  body .wrap-awards:before {
    display: none;
  }
  body .card-award .into .title span {
    font-size: 18px;
    line-height: 26px;
  }
  body .group-home:before {
    display: none;
  }
  body .wrap-contact {
    padding: 60px 0;
  }
  body .wrap-contact:after {
    display: none;
  }
  body .wrap-contact .box-contacts {
    margin-bottom: 30px;
  }
  body .wrap-contact .box-contacts .links {
    flex-wrap: wrap;
  }
  body .wrap-contact .box-contacts .links a {
    margin-bottom: 10px;
  }
  body .wrap-contact .box-contacts .links a:last-of-type {
    margin-bottom: 0;
  }
  body .wrap-numbers {
    padding: 60px 0;
  }
  body .wrap-numbers .row {
    margin: 0;
  }
  body .wrap-numbers .col-custom {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #559589;
    padding: 30px;
  }
  body .wrap-numbers .col-custom:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  body .wrap-about-2 {
    padding: 60px 0;
  }
  body .wrap-about-2:before {
    width: 200%;
  }
  body .wrap-about-2 .box-text {
    margin-bottom: 50px;
  }
  body .wrap-about-2 .boxes .card-about {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    padding: 30px 20px;
    height: auto;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  body .wrap-about-2 .boxes .card-about:before {
    display: none;
  }
  body .wrap-about-2 .boxes .card-about p {
    color: #fff;
  }
  body .wrap-testimonials .carousel-testimonials {
    padding-right: 60px;
    margin-bottom: 50px;
  }
  body .wrap-testimonials .carousel-testimonials .card-testimonial {
    height: auto;
    padding: 25px;
  }
  body .wrap-course {
    padding: 60px 0;
    height: auto;
    background: url(../image/bg-boxes.png) center center no-repeat;
    background-size: cover;
  }
  body .wrap-course:before {
    display: none;
  }
  body .wrap-full-bg-text span br {
    display: none;
  }
  body .wrap-full-bg-text {
    height: 400px;
  }
  body .wrap-faq:before {
    display: none;
  }
  body .wrap-faq img {
    max-width: 100%;
    margin: 50px auto 0;
  }
  body .wrap-blog .box-title p br {
    display: none;
  }
  body .wrap-social .container {
    flex-wrap: wrap;
  }
  body .wrap-social .box-text {
    width: 100%;
    margin-bottom: 40px;
  }
  body .wrap-social .box-text p br {
    display: none;
  }
  body .wrap-social .circles a {
    margin: 0 5px;
    width: 100px;
    height: 100px;
  }
  body .wrap-social .circles a span {
    display: none;
  }
  body .wrap-social .circles a i {
    font-size: 30px;
    margin-bottom: 0;
  }
}
body .wrap-career {
  background: url(../image/bg-grey.png) center center no-repeat;
  background-size: cover;
}
body .wrap-career .full {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: table;
}
body .wrap-career .box-title {
  margin-bottom: 50px;
}
body .wrap-career .box-title p {
  margin-bottom: 0;
}
body .wrap-career .item-career {
  display: flex;
  position: relative;
  padding-bottom: 50px;
}
body .wrap-career .item-career:before {
  content: "";
  position: absolute;
  top: 45px;
  width: 1px;
  left: 14px;
  bottom: 8px;
  background: #dedede;
}
body .wrap-career .item-career:last-of-type {
  padding-bottom: 0;
}
body .wrap-career .item-career:last-of-type:before {
  display: none;
}
body .wrap-career .item-career .icon {
  padding-top: 2px;
}
body .wrap-career .item-career .icon img {
  display: table;
  width: 30px;
}
body .wrap-career .item-career .text {
  padding-left: 20px;
}
body .wrap-career .item-career .text .title {
  display: table;
  color: #434a48;
  font-size: 23px;
  font-weight: 700;
}
body .wrap-career .item-career .text p {
  margin-bottom: 0;
}
body .wrap-tabs-about {
  padding: 60px 0;
  background: url(../image/bg-green.png) center center no-repeat;
  background-size: cover;
}
body .wrap-tabs-about h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
body .wrap-tabs-about ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  float: left;
  margin-bottom: -10px;
}
body .wrap-tabs-about ul li a {
  height: 80px;
  padding: 0 15px 10px;
  border-radius: 10px 10px 0 0;
  color: #69c3b4;
  font-size: 38px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 1s;
}
body .wrap-tabs-about ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
body .wrap-tabs-about ul li a.active {
  background: #fff;
  color: #985b9d;
}
body .wrap-tabs-about .box-text {
  float: left;
  width: 100%;
  padding: 70px 100px;
  border-radius: 10px;
  background: #fff;
  display: none;
}
body .wrap-tabs-about .box-text.active {
  display: block;
}
body .wrap-tabs-about .box-text p {
  width: 100%;
  text-align: center;
}
body .wrap-tabs-about .box-text p:last-of-type {
  margin-bottom: 0;
}
body .wrap-career-2 {
  background: url(../image/bg-boxes.png) center center no-repeat;
  background-size: cover;
}
body .wrap-career-2 .container {
  position: relative;
  z-index: 1;
}
body .wrap-career-2 .full {
  left: auto;
  transform: none;
  float: left;
  max-width: 100%;
  margin-top: -85px;
}
body .wrap-career-2 ul li {
  padding-left: 20px;
  position: relative;
  color: #434a48;
  font-size: 18px;
  font-weight: 400;
}
body .wrap-career-2 ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: #434a48;
}
body .wrap-career-2 .open-video {
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #000;
  position: relative;
}
body .wrap-career-2 .open-video img {
  float: left;
  width: 100%;
  opacity: 0.6;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .wrap-career-2 .open-video span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
body .wrap-career-3 {
  padding: 60px 0;
}
body .wrap-career-3 .box-title h2 {
  margin-bottom: 0;
}
body .wrap-career-3 .box-title p {
  margin-bottom: 20px;
}
body .wrap-career-3 .box-title {
  margin-bottom: 10px;
  display: table;
}
body .wrap-about-gallery {
  padding: 60px 0;
  background: #f5f5f5;
  position: relative;
  padding-bottom: 100px;
}
body .wrap-about-gallery .container {
  position: relative;
}
body .wrap-about-gallery:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 127px;
  bottom: -1px;
  width: 1920px;
  background: url(../image/divisor-5.svg) center top no-repeat;
}
body .wrap-about-gallery h2 {
  width: 100%;
  text-align: center;
}
body .wrap-about-gallery .box-title {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
body .wrap-about-gallery .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-about-gallery .carousel-gallery {
  float: left;
  width: 100%;
}
body .wrap-about-gallery .carousel-gallery a {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
body .wrap-about-gallery .carousel-gallery a img {
  float: left;
  width: 100%;
}
body .wrap-about-gallery .carousel-gallery .owl-dots button.active {
  border-color: #559589;
}
body .wrap-about-gallery-2 {
  padding: 60px 0;
}
body .wrap-about-gallery-2:after {
  display: none;
}
body .wrap-about-mvv {
  padding: 60px 0 30px;
}
body .wrap-about-mvv .box-title {
  width: 100%;
  margin-bottom: 30px;
  display: table;
}
body .wrap-about-mvv .box-title h2,
body .wrap-about-mvv .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-about-mvv .row {
  margin: 0 -25px;
}
body .wrap-about-mvv .row > div {
  padding: 0 25px;
}
body .wrap-about-mvv .item-mvv {
  float: left;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px 20px 20px 40px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #a7a7a7;
  display: flex;
  align-items: center;
}
body .wrap-about-mvv .item-mvv .icon {
  position: absolute;
  height: 55px;
  width: 32px;
  background: #fff;
  left: -16px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
body .wrap-about-mvv .item-mvv .icon img {
  width: 32px;
}
body .wrap-about-mvv .item-mvv h3 {
  color: #742e79;
  font-family: "Belgiano Serif";
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 0;
}
body .wrap-about-mvv .item-mvv p {
  margin-bottom: 0;
}
body .wrap-about-videos {
  padding: 60px 0;
  background: url(../image/bg-boxes.png) center center no-repeat;
  background-size: cover;
}
body .wrap-about-videos .open-video {
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #000;
  position: relative;
}
body .wrap-about-videos .open-video img {
  float: left;
  width: 100%;
  opacity: 0.6;
  height: 505px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .wrap-about-videos .open-video span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
body .wrap-about-videos .box-text {
  float: left;
  width: calc(100% + 24px);
  margin-left: -24px;
  padding: 30px 30px 30px 60px;
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
body .wrap-about-videos .box-text span {
  display: table;
  color: #985b9d;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}
body .wrap-about-videos .box-text svg {
  position: absolute;
  top: 30px;
  left: -70px;
}
body .wrap-about-videos-2 {
  padding-top: 140px;
}
@media only screen and (max-width: 1300px) {
  body .wrap-career {
    padding: 60px 0 0;
  }
  body .wrap-career .col-img {
    order: 12;
  }
  body .wrap-career .full {
    max-width: 100%;
  }
  body .wrap-career .box-title {
    margin-bottom: 30px;
  }
  body .wrap-career .item-career {
    padding-bottom: 30px;
  }
  body .wrap-tabs-about ul li a {
    font-size: 15px;
    padding: 0 5px 10px;
    font-weight: 700;
    height: 60px;
  }
  body .wrap-tabs-about .box-text {
    padding: 30px;
  }
  body .wrap-career-2 {
    padding-bottom: 60px;
  }
  body .wrap-career-2 .full {
    margin-top: 30px;
  }
  body .wrap-about-gallery:after {
    display: none;
  }
  body .wrap-about-gallery {
    padding-bottom: 60px;
  }
  body .wrap-about-mvv .item-mvv {
    width: calc(100% - 20px);
    float: right;
  }
  body .wrap-about-mvv .item-mvv h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: -10px;
  }
  body .wrap-about-videos .open-video img {
    height: 400px;
  }
  body .wrap-about-videos .open-video {
    margin-bottom: 30px;
  }
  body .wrap-about-videos .box-text {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 30px 60px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  body .wrap-about-videos .box-text svg {
    top: 0px;
    left: -20px;
    width: 60px;
  }
  body .wrap-about-videos .box-text span {
    font-size: 18px;
    line-height: 26px;
  }
  body .wrap-about-gallery .box-title p br {
    display: none;
  }
}
body .content-agende {
  padding: 60px 0;
  background: url(../image/detail-contact.png) 45vw -250px no-repeat;
  background-size: 60vw auto;
}
body .content-agende .box-text {
  display: table;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  padding-right: 150px;
}
body .content-agende .box-text h2 {
  margin-bottom: 0;
}
body .content-agende .box-text:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, #559589, rgba(152, 91, 157, 0));
  left: 0;
  bottom: 0;
}
body .content-agende .box-text:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -30px;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: url(../image/icon.svg) center center no-repeat #fff;
  background-size: 42px;
}
body .content-agende .title {
  display: table;
  margin-bottom: 20px;
  color: #575f5d;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}
body .content-agende .box-tabs {
  display: flex;
}
body .content-agende .box-tabs ul.menu-tabs {
  width: 255px;
  flex-shrink: 0;
  padding-right: 20px;
}
body .content-agende .box-tabs ul.menu-tabs li {
  width: 100%;
  margin-bottom: 15px;
}
body .content-agende .box-tabs ul.menu-tabs li:last-of-type {
  margin-bottom: 0;
}
body .content-agende .box-tabs ul.menu-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #a7a7a7;
  color: #a5a5a5;
  font-size: 23px;
  font-weight: 400;
  height: 68px;
}
body .content-agende .box-tabs ul.menu-tabs li a.active {
  width: calc(100% + 20px);
  border-radius: 10px 0 0 10px;
  border-color: #985b9d;
  background: #985b9d;
  color: #fff;
}
body .content-agende .box-text-tab {
  float: left;
  width: 100%;
  display: none;
}
body .content-agende .box-text-tab.active {
  display: block;
}
body .content-agende .box-text-tab .into {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #985b9d;
  padding: 25px 35px;
  display: flex;
  align-items: center;
  height: 100%;
}
body .content-agende .box-text-tab .into .title {
  color: #fff;
}
body .content-agende .box-text-tab .into ul {
  float: left;
  width: 100%;
}
body .content-agende .box-text-tab .into ul li {
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
body .content-agende .box-text-tab .into ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: #fff;
}
body .content-agende .box-text-tab .into p {
  color: #fff;
}
body .content-agende .box-text-tab:first-of-type .into {
  border-radius: 0 10px 10px 10px;
}
body .content-agende .box-text-tab:last-of-type .into {
  border-radius: 10px 10px 10px 0;
}
@media only screen and (max-width: 1300px) {
  body .content-agende {
    background: none;
  }
  body .content-agende .box-text {
    padding-right: 0;
  }
  body .content-agende .box-tabs {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  body .content-agende .box-tabs ul.menu-tabs {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  body .content-agende .box-tabs ul.menu-tabs li a.active {
    width: 100%;
    border-radius: 10px;
  }
  body .content-agende .box-text-tab .into {
    border-radius: 10px !important;
  }
}
body .content-blog {
  padding: 60px 0;
  background: #f5f5f5;
}
body .content-blog h2 {
  margin-bottom: 10px;
}
body .content-blog-single {
  float: left;
  width: 100%;
}
body .content-blog-single h2 {
  margin-bottom: 0;
}
body .content-blog-single .subtitle {
  color: #559589;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
}
body .content-blog-single .full {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 25px;
}
body .content-blog-single .share {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .content-blog-single .share span {
  text-transform: uppercase;
  display: table;
  color: #434a48;
  font-size: 16px;
  font-weight: 400;
}
body .content-blog-single .share a {
  color: #559589;
  font-size: 17px;
  font-weight: 700;
}
body .content-blog-single .share a i {
  margin-right: 5px;
}
body .content-blog-single .share a:hover {
  color: #985b9d;
}
body .content-blog-single p a {
  text-decoration: underline !important;
  color: #985b9d;
}
body .content-blog-single p a:hover {
  color: #559589;
}
body .box-related {
  float: left;
  width: 100%;
  padding: 0 15px 20px;
  border-radius: 20px;
  background: #985b9d;
}
body .box-related .icon {
  display: table;
  margin: -23px auto 20px;
  width: 46px;
}
body .box-related h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
body .card-blog-side {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
}
body .card-blog-side img {
  width: 80px;
  flex-shrink: 0;
  border-radius: 5px;
}
body .card-blog-side span {
  display: table;
  padding: 0 10px;
  color: #559589;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}
@media only screen and (max-width: 1300px) {
  body .content-blog-single .share a {
    font-size: 0;
  }
  body .content-blog-single .share a i {
    font-size: 16px;
  }
  body .content-blog-single .share span {
    font-size: 14px;
  }
  body .box-related {
    margin-top: 50px;
  }
}
body .wrap-list-courses {
  padding: 60px 0 30px;
  background: #f5f5f5;
}
body .wrap-list-courses .box-title {
  width: 100%;
  display: table;
  margin-bottom: 30px;
  background: #f5f5f5;
}
body .wrap-list-courses .box-title h2 {
  line-height: 50px;
}
body .wrap-list-courses .box-title h2,
body .wrap-list-courses .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-list-courses .card-course {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 30px;
}
body .wrap-list-courses .card-course img {
  width: 235px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: table;
}
body .wrap-list-courses .card-course .box-text {
  padding: 20px 30px;
}
body .wrap-list-courses .card-course .box-text h3 {
  display: table;
  margin-bottom: -10px;
  color: #742e79;
  font-family: "Belgiano Serif";
  font-size: 43px;
  font-weight: 400;
}
body .wrap-list-courses .card-course .box-text p {
  line-height: 24px;
}
body .wrap-testimonials-course {
  padding: 60px 0;
  background: url(../image/bg-green.png) center center no-repeat;
  background-size: cover;
}
body .wrap-testimonials-course .box-title {
  width: 100%;
  display: table;
  margin-bottom: 0;
}
body .wrap-testimonials-course .box-title h2 {
  line-height: 50px;
}
body .wrap-testimonials-course .box-title h2,
body .wrap-testimonials-course .box-title p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body .wrap-testimonials-course .carousel-testimonials-course {
  float: left;
  width: 100%;
}
body .wrap-testimonials-course .carousel-testimonials-course .owl-item {
  padding: 15px;
}
body .wrap-testimonials-course .carousel-testimonials-course .card-testimonial {
  float: left;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 6px 7px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 25px;
  position: relative;
}
body .wrap-testimonials-course .carousel-testimonials-course .card-testimonial svg {
  position: absolute;
  left: 0;
  top: -25px;
}
body .wrap-testimonials-course .carousel-testimonials-course .card-testimonial .title {
  display: table;
  width: 100%;
  color: #985b9d;
  font-family: "Belgiano Serif";
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}
body .wrap-testimonials-course .carousel-testimonials-course .card-testimonial p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .wrap-testimonials-course .carousel-testimonials-course .owl-dots button.active {
  border-color: #fff;
}
@media only screen and (max-width: 1300px) {
  body .wrap-list-courses .box-title h2 {
    line-height: 40px;
  }
  body .wrap-list-courses .card-course {
    flex-wrap: wrap;
    height: auto;
  }
  body .wrap-list-courses .card-course img {
    width: 100%;
    height: 390px;
  }
  body .wrap-list-courses .card-course .box-text {
    padding: 50px 30px 40px;
  }
  body .wrap-list-courses .card-course .box-text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  body .wrap-testimonials-course .carousel-testimonials-course .card-testimonial {
    height: auto;
    padding: 30px 20px;
  }
  body .wrap-career-3 .col-img {
    order: -1;
  }
  body .wrap-career-3 .open-video {
    margin-bottom: 30px;
  }
  body .wrap-career-3 .open-video img {
    height: 300px;
  }
}
body .wrap-testimonials-2 {
  position: relative;
  padding-bottom: 30px;
  background: #f5f5f5;
}
body .wrap-testimonials-2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 134px;
  bottom: -134px;
  width: 1920px;
  background: url(../image/divisor-7.svg) center top no-repeat;
}
body .wrap-full-testimonials {
  background: #f5f5f5;
}
body .wrap-full-testimonials .full {
  float: right;
  width: calc(100% + 310px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .wrap-full-testimonials .box-text {
  float: left;
  width: calc(100% + 30px);
  padding: 50px 0 40px 30px;
  margin-left: -30px;
}
body .wrap-full-testimonials .box-text h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .wrap-full-testimonials .item-full-testimonial {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
body .wrap-full-testimonials .item-full-testimonial svg {
  width: 60px;
  flex-shrink: 0;
  margin-top: 10px;
}
body .wrap-full-testimonials .item-full-testimonial .text {
  padding-left: 20px;
}
body .wrap-full-testimonials .item-full-testimonial .text .title {
  display: table;
  color: #985b9d;
  font-size: 18px;
  font-weight: 700;
}
body .wrap-full-testimonials .item-full-testimonial:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
body .wrap-full-testimonials .btn-blue {
  display: flex;
  align-items: center;
  width: 290px;
  height: 50px;
  border-radius: 5px;
  background: #4285f4;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
body .wrap-full-testimonials .btn-blue img {
  margin-right: 10px;
}
body .wrap-full-testimonials .btn-blue:hover {
  background: #39d9b5;
}
@media only screen and (max-width: 1300px) {
  body .wrap-testimonials-2:after {
    display: none;
  }
  body .wrap-about-videos-2 {
    padding-top: 60px;
  }
  body .wrap-full-testimonials .full {
    width: calc(100% + 30px);
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: -15px;
  }
}
body .list-services {
  padding: 60px 0;
  background: #f5f5f5;
}
body .list-services .box-title {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}
body .list-services .box-title h2 {
  width: 100%;
  text-align: center;
}
body .list-services .box-title p {
  width: 100%;
  text-align: center;
}
body .list-services .btn-more {
  margin: 20px auto 0;
}
body .row-services {
  margin: 0 -50px;
}
body .row-services > div {
  padding: 0 50px;
}
body .row-services .card-service {
  height: calc(100% - 60px);
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #c9c9c9;
}
body .cta-bar {
  float: left;
  width: calc(100% + 200px);
  border-radius: 15px;
  position: relative;
  background: url(../image/bg-cta.png) center center no-repeat;
  background-size: cover;
  margin-left: -100px;
  padding: 50px 100px 30px;
  margin-top: 50px;
}
body .cta-bar:before {
  content: "";
  position: absolute;
  width: 330px;
  height: 219px;
  background: url(../image/detail-planta.svg) center center no-repeat;
  right: 0;
  top: -30px;
}
body .cta-bar .box-title {
  width: 100%;
  margin-bottom: 30px;
  display: table;
}
body .cta-bar .box-title h2,
body .cta-bar .box-title p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body .cta-bar form {
  width: 100%;
}
body .cta-bar form .form-group {
  margin-bottom: 20px;
}
body .cta-bar form .field-title {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}
body .cta-bar form input {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  color: #fff;
}
body .cta-bar form input::-moz-placeholder {
  color: #fff;
}
body .cta-bar form input::placeholder {
  color: #fff;
}
body .cta-bar form button {
  margin: 0 auto;
  border: none;
}
body .cta-bar form .group-check {
  display: table;
  cursor: pointer;
  margin: 0 auto;
}
body .cta-bar form .group-check input {
  display: none;
}
body .cta-bar form .group-check span {
  display: table;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-left: 28px;
}
body .cta-bar form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  line-height: 16px;
  height: 18px;
  text-align: center;
  font-size: 0;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}
body .cta-bar form .group-check input:checked ~ span:before {
  font-size: 11px;
  background: #fff;
  border-color: #fff;
  color: #559589;
}
body .content-single-service-1 {
  padding: 60px 0;
  background: url(../image/bg-boxes.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body .content-single-service-1 .box-text {
  padding-bottom: 15px;
  margin-bottom: 35px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #c1c1c1;
}
body .content-single-service-1 .box-text h2 {
  margin-bottom: 0;
}
body .content-single-service-1 .box-text:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body .content-single-service-1 .box-text ul li {
  padding-left: 20px;
  position: relative;
  color: #434a48;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
body .content-single-service-1 .box-text ul li:last-of-type {
  margin-bottom: 0;
}
body .content-single-service-1 .box-text ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: #434a48;
}
body .content-single-service-1 .carousel-single-service .owl-dots button.active {
  border-color: #559589;
}
body .content-single-service-1 .carousel-single-service img {
  float: left;
  width: 100%;
  border-radius: 15px;
}
body .content-single-service-1:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(116, 194, 179, 0), #87a2bb, #b459ce, rgba(203, 52, 216, 0));
  width: 765px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -1px;
}
body .content-single-service-1:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: url(../image/icon.svg) center center no-repeat #fff;
  background-size: 42px;
}
body .content-single-service-2 {
  padding: 60px 0;
  background: linear-gradient(359deg, #fff 0%, #ebeaea 100%);
  position: relative;
}
body .content-single-service-2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 128px;
  bottom: -128px;
  width: 1920px;
  background: url(../image/divisor-6.svg) center top no-repeat;
}
body .content-single-service-2 .box-text h2 {
  margin-bottom: 0;
}
body .content-single-service-2 .box-text ul {
  float: left;
  width: 100%;
}
body .content-single-service-2 .box-text ul li {
  padding-left: 20px;
  position: relative;
  color: #434a48;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
body .content-single-service-2 .box-text ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: #434a48;
}
body .content-single-service-2 .box-text .info {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
body .content-single-service-2 .box-text .info .text {
  font-size: 18px;
  line-height: 28px;
  display: table;
  padding-left: 15px;
  color: #575f5d;
}
body .content-single-service-2 .box-text .info .google-icon {
  color: #559589;
  font-size: 32px;
}
body .content-single-service-3 {
  padding: 120px 0 30px;
  background: #559589;
}
body .content-single-service-3 h2 {
  width: 100%;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}
body .content-single-service-3 .item-box {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  background: #fff;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 20px;
  margin-top: 35px;
  margin-bottom: 30px;
}
body .content-single-service-3 .item-box .number {
  position: absolute;
  top: -32.5px;
  left: 50%;
  line-height: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: linear-gradient(90deg, #559589 0%, #985b9d 100%);
  display: flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 43px;
  font-weight: 700;
}
body .content-single-service-3 .item-box p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  body .list-services .box-title p br {
    display: none;
  }
  body .cta-bar {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    margin-top: 50px;
  }
  body .cta-bar:before {
    opacity: 0.4;
  }
  body .cta-bar .box-title {
    position: relative;
    z-index: 1;
  }
  body .cta-bar .col-button {
    order: 12;
  }
  body .content-single-service-1 .carousel-single-service {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  body .content-single-service-2 .box-form {
    margin-top: 30px;
  }
  body .content-single-service-2:after {
    display: none;
  }
  body .content-single-service-3 {
    padding: 60px 0 30px;
  }
}
body footer {
  background: linear-gradient(313deg, #559589 0%, #985b9d 27.19%, #461e4a 100%);
  padding: 60px 0 0;
}
body footer .logo {
  display: table;
  margin-bottom: 30px;
}
body footer .logo img {
  display: table;
  width: 340px;
  max-width: 100%;
}
body footer .title {
  display: table;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
body footer ul li {
  margin-bottom: 5px;
}
body footer ul li a {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body footer ul li a strong {
  font-weight: 800;
}
body footer ul li a:hover {
  text-decoration: underline !important;
  color: #fff;
}
body footer .link-phone {
  margin-bottom: 10px;
}
body footer .link-phone span {
  color: #fff;
}
body footer form {
  display: table;
  width: 100%;
}
body footer form input {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
  padding-left: 30px;
  color: #fff;
}
body footer form input.name {
  background: url(../image/icon-name.svg) left center no-repeat;
}
body footer form input.email {
  background: url(../image/icon-mail.svg) left center no-repeat;
}
body footer form input::-moz-placeholder {
  color: #fff;
}
body footer form input::placeholder {
  color: #fff;
}
body footer form button {
  float: right;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
body footer form button i {
  margin-left: 5px;
}
body footer form button:hover {
  color: #39d9b5;
}
body footer .copy {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #fff;
}
body footer .copy .social {
  display: flex;
}
body footer .copy .social a {
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}
body footer .copy .social a:hover {
  color: #39d9b5;
}
body footer .copy span {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
}
body footer .copy .dev {
  float: right;
}
body body.overflow {
  overflow: hidden;
}
body .wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  transition: 0.6s;
  right: -100%;
}
body .wrap-menu-mobile.show {
  right: 0;
}
body .wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
body .wrap-menu-mobile .bar-menu {
  background: linear-gradient(313deg, #559589 0%, #985b9d 27.19%, #461e4a 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 40px;
  max-width: 320px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 35px 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #fff, transparent);
  transition: 1s;
  bottom: 0;
  opacity: 0.3;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
  width: 200px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  font-family: arial;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
  float: left;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
  float: left;
  margin-right: 15px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: right;
  position: relative;
  color: #fff;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
  font-size: 24px;
}
body .wrap-menu-mobile .bar-menu .box-menu-style-1 {
  padding: 30px 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body .wrap-menu-mobile .bar-menu ul {
  display: table;
  margin-bottom: 20px;
}
body .wrap-menu-mobile .bar-menu ul li {
  margin-bottom: 5px;
}
body .wrap-menu-mobile .bar-menu ul li a {
  display: table;
  font-weight: 800;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
body .wrap-menu-mobile .bar-menu ul li a i {
  margin-right: 10px;
}
body .wrap-menu-mobile .bar-menu ul li a:hover {
  color: #303030;
}
body .wrap-menu-mobile .bar-menu .link-phone {
  margin-bottom: 15px;
}
body .wrap-menu-mobile .bar-menu .link-phone span {
  color: #fff;
}
body .wrap-menu-mobile .bar-menu .btn-orange {
  float: left;
  margin-top: 15px;
}
@media only screen and (max-width: 1300px) {
  body footer .col-footer {
    margin-bottom: 30px;
  }
  body footer .logo {
    display: table;
    float: none;
    margin: 0 auto 50px;
  }
  body footer .logo img {
    width: 280px;
  }
  body footer .copy {
    margin-top: 20px;
  }
  body footer .copy .social {
    width: 100%;
    justify-content: center;
  }
  body footer .copy .social a {
    margin: 0 20px;
  }
  body footer .copy span {
    display: table;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  body footer .copy .dev {
    margin: 0 auto;
    float: none;
    display: table;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #742e79;
  width: 100%;
  padding: 10px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa .contact {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
body section.barra-fixa .contact a {
  display: flex;
  align-items: center;
  float: left;
}
body section.barra-fixa .contact a img {
  position: relative;
  bottom: -3px;
}
body section.barra-fixa .contact a .text {
  padding-left: 15px;
}
body section.barra-fixa .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
body section.barra-fixa .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body section.barra-fixa .contact a.whatsapp {
  margin-right: 40px;
}
body section.barra-fixa .contact a.whatsapp .text .info {
  color: #077b44;
}
body section.barra-fixa .contact a.phone .text .info {
  color: #ff002e;
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body section.barra-fixa-mobile {
  background-color: #742e79;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #559589;
  transition: 0.3s all;
}
body section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #742e79 !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll {
    bottom: 120px;
  }
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body .wrap-about .box-img img {
  height: 695px;
  width: 521px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .wrap-about .box-img img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  body .wrap-about .box-img img {
    width: 200px;
  }
}
body .wrap-testimonials .item-testimonial img {
  height: 190px;
  width: 198px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .wrap-testimonials .item-testimonial img {
    height: 190px;
  }
}
@media (max-width: 991px) {
  body .wrap-testimonials .item-testimonial img {
    width: 100%;
  }
}
body section.wrap-full-bg-text {
  position: relative;
}
body section.wrap-full-bg-text video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body section.wrap-full-bg-text:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
body section.wrap-full-bg-text .container {
  position: relative;
  z-index: 2;
}
body .card-blog img {
  height: 412px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .card-blog img {
    height: 200px;
  }
}
body .wrap-tabs-about ul {
  justify-content: flex-start;
}
body .wrap-about-gallery .carousel-gallery a img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-single-service-1 .carousel-single-service img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .content-single-service-1 .carousel-single-service img {
    height: 200px;
  }
}
body .card-blog-side img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .card-blog-side img {
    height: 80px;
  }
}
body section.sample-page {
  background-color: #fafafa;
  padding: 100px 0;
}
body section.sample-page h1 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body section.sample-page {
    padding: 30px 0;
  }
  body section.sample-page p {
    font-size: 14px;
    line-height: 1.4;
  }
}
body .box-form select option {
  padding: 10px;
}
body footer {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body footer {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  body header nav.fixo {
    position: fixed;
    max-width: 1476px;
    margin: 0;
    top: 20px;
    z-index: 200;
  }
}
body .wrap-testimonials .carousel-testimonials .card-testimonial {
  height: auto;
  min-height: 280px;
  padding: 25px;
}
body .wrap-career {
  padding: 50px 0;
}
body .cta-bar::before {
  display: none;
}
@media (min-width: 992px) {
  body .wrap-career.wrap-career-2 {
    padding-bottom: 100px;
  }
}
body .group-home:before {
  display: none !important;
}