@import url("./../fonts/stylesheet.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.wrap {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Muli";
  background-color: #fcfdfe;
  color: #004173;
}

font {
  display: contents;
}

@media (max-width: 1245px) {
  .wrap {
    padding: 0 20px;
  }
}

i.ico {
  line-height: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
}

input[type=submit] span,
.btn span {
  cursor: pointer;
}

input[type=submit].btn-whats,
.btn.btn-whats {
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=submit].btn-whats i,
.btn.btn-whats i {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}

input[type=submit].btn-whats i svg path,
.btn.btn-whats i svg path {
  fill: #fff;
}

.switcher {
  width: 1px !important;
  height: 1px;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: -3px !important;
}

.tabs {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 49.47%, #ECF3F8 100%);
  border: 1px solid #D8E4EC;
  border-radius: 7px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.tabs li {
  height: 97px;
  width: 16.66%;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  border-left: 1px solid #D8E4EC;
  color: #004173 !important;
}

.tabs li:hover {
  background: #ECF3F8;
}

.tabs li.current-menu-item {
  background: #ECF3F8;
}

.tabs li.current-menu-item a {
  color: #00BBDE;
}

.tabs li.current-menu-item a span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #00BBDE transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.tabs li a {
  color: #004173;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.tabs li a span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 0;
  display: inline-block;
}

.tabs li a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .tabs {
    flex-wrap: wrap;
  }
  .tabs li {
    padding-top: 20px;
    height: auto;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eaedf5;
  }
  .tabs li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabs li i.ico {
    margin-right: 15px;
  }
  .tabs li span {
    width: 130px;
    text-align: center;
    padding: 15px 0 !important;
    display: inline-block;
  }
}

.header-home .slider {
  width: 100%;
  height: 495px;
  background: url(../images/bg-banner-home.png) center no-repeat;
}

.header-home .slider .slick-prev, .header-home .slider .slick-next {
  display: none !important;
}

.header-home .slider .slick-dots {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px !important;
}

.header-home .slider .slick-dots li.slick-active button:before {
  background-color: #fff;
}

.header-home .slider .slick-dots li button:before {
  font-size: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

@media (max-width: 1023px) {
  .header-home .slider .slick-dots {
    bottom: 110px !important;
    padding: 0 20px;
  }
}

.header-home .slider .slide {
  width: 100%;
  height: 495px;
}

.header-home .slider .slide .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-home .slider .slide .wrap .content-text {
  position: relative;
  top: -50px;
}

.header-home .slider .slide .wrap .content-text h3 {
  position: relative;
}

.header-home .slider .slide .wrap .content-text .line1 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.header-home .slider .slide .wrap .content-text .line2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  position: relative;
}

.header-home .slider .slide .wrap .content-text .line2:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 4px;
  position: absolute;
  background: #00BBDE;
  border-radius: 5px;
  bottom: -3px;
  left: 0;
}

.header-home .slider .slide .wrap .content-text p {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 15px 0;
}

.header-home .slider .slide .wrap .content-text .btn {
  height: 35px;
  line-height: 35px;
  background: #00BBDE;
  border-radius: 4px;
  color: #fff;
}

.header-home .slider .slide .wrap .image {
  position: relative;
  top: -20px;
  right: -105px;
}

@media (max-width: 425px) {
  .header-home .slider .slide .wrap .image {
    display: none;
  }
}

.header-main {
  background-color: #FFF;
  width: 100%;
  height: 88px;
  z-index: 9;
  border-bottom: 3px solid #00BBDE;
  position: sticky;
}

.header-main .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1023px) {
  .header-main .logo {
    max-width: 70px;
  }
  .header-main .logo img {
    max-width: 100%;
  }
}

.header-main .navs {
  height: 100%;
}

.header-main .link-cart {
  display: none;
}

.header-main.hasitensoncart .link-cart {
  display: inline-block;
  position: relative;
}

.header-main.hasitensoncart .link-cart:after {
  content: " ";
  position: absolute;
  width: 6.77px;
  height: 6.77px;
  border-radius: 4px;
  background: #FFAF00;
  top: 1px;
  right: -3px;
}

.header-main .sup-menu {
  text-align: right;
}

.header-main .sup-menu .nav-sup {
  display: inline-block;
}

.header-main .sup-menu .nav-sup a {
  color: #00355E;
  font-family: 'Muli';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.header-main .sup-menu .nav-sup ul li {
  list-style-type: none;
  padding: 0 12px;
}

.header-main .sup-menu .language {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.header-main .sup-menu .language .seletor-lang {
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}

.header-main .sup-menu .language .seletor-lang:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #00bdde transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.header-main .sup-menu .language .seletor-lang span {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #00355E;
}

.header-main .sup-menu .language .seletor-lang span.this-lang {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #00355E;
}

.header-main .sup-menu .contact {
  display: inline-block;
  background-color: #00355E;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 30px;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
}

.header-main .sup-menu .contact a {
  color: #fff;
  padding: 0 6px;
}

.header-main .sup-menu .socials {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}

.header-main .sup-menu .socials a {
  display: inline-block;
}

.header-main .sup-menu .socials .ico {
  vertical-align: middle;
  position: relative;
}

.header-main .sup-menu .socials .ico.ico-facebook {
  width: 16px;
  height: 17px;
  display: inline-block;
  top: -2px;
}

.header-main .sup-menu .socials .ico.ico-instagram {
  width: 14px;
  height: 14px;
  display: inline-block;
  top: -4px;
}

.header-main .sup-menu .socials .ico.ico-youtube {
  width: 19px;
  height: 14px;
  top: -4px;
  display: inline-block;
}

.header-main .sup-menu .socials .ico.ico-whatsapp {
  width: 14px;
  height: 14px;
  top: -4px;
  display: inline-block;
}

.header-main .sup-menu .tel {
  display: inline-block;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  top: -2px;
  padding: 0 4px;
}

.header-main .sup-menu .contact-item {
  display: inline-block;
  position: relative;
  top: -2px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 8px;
}

@media (max-width: 1023px) {
  .header-main .sup-menu {
    display: none;
  }
}

.header-main .menu {
  margin-top: 18px;
  text-align: right;
  position: relative;
}

.header-main .menu li {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 0;
}

.header-main .menu li a {
  font-size: 14px;
  font-family: "Muli";
  color: #00355E;
  font-weight: bold;
  text-align: center;
}

.header-main .menu .menu-item-has-children .sub-menu,
.header-main .menu .current-menu-parent .sub-menu {
  position: absolute;
  top: 40px;
  opacity: 0;
  pointer-events: none;
  padding: 10px;
  background-color: #00355E;
  color: #fff;
  transition: all 0.2s ease;
}

.header-main .menu .menu-item-has-children .sub-menu li,
.header-main .menu .current-menu-parent .sub-menu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0;
}

.header-main .menu .menu-item-has-children .sub-menu li a,
.header-main .menu .current-menu-parent .sub-menu li a {
  font-size: 14px;
  font-family: "Muli";
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 3px 10px;
  display: block;
}

.header-main .menu .menu-item-has-children .sub-menu li a:hover,
.header-main .menu .current-menu-parent .sub-menu li a:hover {
  color: #00355E;
  background-color: #fff;
}

.header-main .menu .menu-item-has-children:hover .sub-menu,
.header-main .menu .current-menu-parent:hover .sub-menu {
  top: 30px;
  opacity: 1;
  pointer-events: unset;
}

.header-main .menu-menu-principal-container {
  display: inline-block;
  vertical-align: middle;
}

.header-main .itens-icons {
  display: inline-block;
  vertical-align: middle;
}

.header-main .itens-icons a {
  padding-left: 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .header-main {
    height: 65px;
  }
}

.site-footer {
  background-color: #fff;
  padding: 0;
}

.site-footer .block1 {
  width: 100%;
  height: 340px;
  background: url(../images/bg-footer.png);
}

.site-footer .line {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.site-footer .line .col {
  vertical-align: top;
}

.site-footer .line a {
  color: #fff;
}

.site-footer .line i, .site-footer .line a, .site-footer .line address {
  vertical-align: middle;
  display: inline-block;
}

.site-footer .line i {
  padding-right: 4px;
}

.site-footer .line address {
  margin-left: 8px;
}

.site-footer .line h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.site-footer .line ul li {
  list-style: none;
  line-height: 1.7;
}

.site-footer .line ul li a {
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.site-footer .line .phone {
  display: inline-block;
  margin-left: 20px;
}

.site-footer .line.line1 {
  padding: 45px 0;
  border-bottom: 1px solid #00BBDE;
  margin-bottom: 40px;
}

.site-footer .rights .line-first {
  border-bottom: 1px solid #ADC5D3;
  height: 100px;
  align-items: center;
}

.site-footer .rights .line-first > div {
  display: table;
}

.site-footer .rights .line-second {
  height: 80px;
  align-items: center;
}

.site-footer .rights .line-second a, .site-footer .rights .line-second p {
  display: table;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #A7B3CA;
}

@media (max-width: 1023px) {
  .site-footer .line {
    display: block;
  }
  .site-footer .line .col {
    margin-bottom: 30px;
    text-align: center;
  }
  .site-footer .line .col h4 {
    margin-bottom: 8px;
  }
  .site-footer .block1 {
    background: #00355E;
    height: auto;
    padding-bottom: 20px;
  }
  .site-footer address {
    font-size: 14px;
  }
  .site-footer address br {
    display: none;
  }
  .site-footer .logosTC,
  .site-footer .payment-metjods {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .site-footer .logosTC img,
  .site-footer .payment-metjods img {
    max-width: 100%;
  }
  .site-footer .rights .line-first {
    height: auto;
  }
  .site-footer .rights .line-second {
    margin-top: 20px;
    text-align: center;
  }
  .site-footer .rights .line-second p {
    margin-bottom: 10px;
  }
  .site-footer .rights .line-second a, .site-footer .rights .line-second p {
    width: 100%;
    text-align: center;
  }
}

.main-tabs {
  margin: 40px auto;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.mask.active {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  min-height: 300px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
  transform: translate(-50%, -35%);
}

.modal .form {
  padding: 20px;
}

.modal .form input[type="text"] {
  background: #eee;
}

.modal h3 {
  font-size: 22px;
  padding-top: 60px;
  text-align: center;
  color: #3c3a56;
  font-weight: 600;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004173;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: -1;
}

.menu-mobile.active {
  z-index: 999;
  pointer-events: unset;
  opacity: 1;
  transform: scale(1);
}

.menu-mobile .btn {
  padding: 0px 15px !important;
}

.menu-mobile .btn i {
  position: relative;
  top: 3px;
}

.menu-mobile .btn span {
  color: #fff;
}

.menu-mobile .phone {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.menu-mobile .phone span {
  color: #ffffff;
  vertical-align: middle;
}

.menu-mobile .phone .ico {
  width: 19px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.menu-mobile .phone .ico svg path {
  fill: #004173 !important;
}

.menu-mobile .nav-mobile .menu-menu-principal-container {
  display: block !important;
}

.menu-mobile .nav-mobile .menu-menu-principal-container .sub-menu {
  display: none;
}

.menu-mobile .nav-mobile .navigate {
  display: block;
  flex-wrap: unset;
  height: 50vh;
  width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  position: absolute;
}

.menu-mobile .nav-mobile li {
  display: block;
  font-weight: 600;
  text-align: center;
  height: 10%;
  position: relative;
}

.menu-mobile .nav-mobile a {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.menu-mobile .social {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  border: #004173 2px solid;
  padding: 7px 10px;
}

.menu-mobile .social a {
  display: inline-block;
  vertical-align: top;
}

.menu-mobile .social a svg path {
  fill: #004173;
  transition: all 0.2s ease;
}

.menu-mobile .social a:hover svg path {
  fill: #004173;
}

.menu-mobile .social .phone-contact {
  vertical-align: bottom;
  padding-right: 10px;
  color: #004173;
}

.menu-mobile .social .phone-contact span {
  display: block;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  line-height: 15px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.menu-mobile .social .phone-contact:hover {
  color: #004173;
  text-decoration: none;
}

.menu-mobile .contacts-headers-mobile {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
}

.menu-mobile .contacts-headers-mobile a {
  display: block;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #2e363e;
  padding: 6px;
}

.menu-mobile .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menu-mobile .close svg path {
  fill: #fff;
}

.burg-menu,
.header-main .burg-menu {
  position: absolute;
  top: -50px;
  right: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 1200px) {
  .contacts,
  .menu-menu-principal-container {
    display: none !important;
  }
  .itens-icons {
    margin-right: 40px;
    margin-top: 3px;
  }
  .burg-menu,
  .header-main .burg-menu {
    opacity: 1;
    pointer-events: unset;
    width: 39px;
    height: 24px;
    display: block;
    right: 0;
    top: 27px;
    z-index: 100;
  }
}

@media (max-width: 768px) {
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
  }
  body {
    padding-top: 65px;
  }
  .burg-menu,
  .header-main .burg-menu {
    top: 21px;
    position: fixed;
  }
}

.burg-menu svg path,
.header-main .burg-menu svg path {
  fill: #004173;
}

.back-btn {
  cursor: pointer;
}

ul.tabs {
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  flex-grow: 1;
  width: 100%;
  cursor: pointer;
}

ul.tabs li.current {
  background: #ededed;
  color: #222;
}

.tab-content {
  display: none;
  padding: 0 15px 0 0;
  width: 100%;
  min-height: 300px;
}

@media (max-width: 767px) {
  .tab-content {
    padding-right: 0;
  }
}

.tab-content.current {
  display: inherit;
}

.hearder.header-treinamento {
  height: 310px;
  width: 100%;
  background: url(../images/banner-bg.png) no-repeat;
  background-position: 50% 100%;
  margin-bottom: 80px;
}

.hearder.header-treinamento .wrap {
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hearder.header-treinamento .logo-treinamento {
  margin-right: 30px;
}

.hearder.header-treinamento h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .hearder.header-treinamento .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hearder.header-treinamento .wrap .logo-treinamento {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.hearder.header-intensive .content,
.hearder.header-intensive h1 {
  width: auto;
  text-align: center;
}

.hearder.header-simple .wrap {
  position: relative;
}

.hearder.header-simple .bcrumb,
.hearder.header-simple .breadcrumb {
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .hearder.header-simple .bcrumb,
  .hearder.header-simple .breadcrumb {
    font-size: 13px;
  }
}

.hearder.header-simple .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hearder.header-simple .content h1 {
  position: relative;
  text-align: center;
}

.hearder.header-simple .content h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #00BBDE;
  border-radius: 5px;
}

.tab-content-wrap {
  width: calc(100% - 315px);
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
}

.tab-content-wrap.advanced-course {
  width: 100%;
}

@media (max-width: 767px) {
  .tab-content-wrap {
    width: 100%;
  }
}

.main-politics {
  margin-bottom: 50px;
}

.main-politics .tabs li span {
  display: inline-block;
  max-width: 165px;
}

.main-professional {
  padding: 25px 0;
}

.main-professional .fiter-pro {
  width: 100%;
  background-color: #00355E;
  background-repeat: 8px;
  height: 96px;
}

.main-professional .fiter-pro form {
  height: 100%;
  display: block;
}

.main-professional .fiter-pro ul {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0 10px;
}

.main-professional .fiter-pro .sf-field-taxonomy-estado,
.main-professional .fiter-pro .sf-field-taxonomy-local,
.main-professional .fiter-pro .sf-field-taxonomy-bairro {
  width: 22%;
}

.main-professional .fiter-pro .sf-field-taxonomy-estado .sf-input-select,
.main-professional .fiter-pro .sf-field-taxonomy-local .sf-input-select,
.main-professional .fiter-pro .sf-field-taxonomy-bairro .sf-input-select {
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  background: transparent;
  border-radius: 5px;
  margin-left: 15px;
  height: 36px;
  margin-top: -38px;
  font-size: 14px;
  line-height: 18px;
  width: 250px;
  color: #fff;
}

.main-professional .fiter-pro .searchandfilter label {
  width: 100%;
}

.main-professional .fiter-pro .searchandfilter select.sf-input-select {
  width: 100%;
  min-width: unset;
}

.main-professional .fiter-pro .searchandfilter select.sf-input-select option {
  color: #00355E;
}

.main-professional .fiter-pro .sf-field-submit {
  width: 27%;
}

.main-professional .fiter-pro .sf-field-submit input[type="submit"] {
  display: inline-block;
  background: linear-gradient(180deg, #FFFFFF 0%, #ADC3ED 100%);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: -3px;
  border: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #083888;
}

.main-professional .sf-input-select {
  border: 1px solid rgba(0, 65, 115, 0.5);
  box-sizing: border-box;
  background: transparent;
  border-radius: 5px;
  margin-left: 15px;
  height: 36px;
  margin-top: -38px;
  font-size: 14px;
  line-height: 18px;
  width: 250px;
  color: #004173;
}

.main-professional #list {
  margin-top: 22px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-professional #list .line {
  width: calc(50% - 5px);
  border-top: 0.5px solid #ADC5D3;
  border-bottom: 0.5px solid #ADC5D3;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.main-professional #list .line:nth-child(-n+2) {
  border-top: 1px solid #ADC5D3;
}

.main-professional #list .line:nth-child(1n+3) {
  border-top: 0;
  border-bottom: 0.5px solid #ADC5D3;
}

.main-professional #list .line h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #004173;
}

.main-professional #list .line span {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white url(../images/loader.gif) center no-repeat;
  display: none;
  opacity: 0.4;
}

.loader.active {
  display: block;
}

.link-add-to-cart-wrap {
  margin: 0 auto;
  max-width: 300px;
}

.btn.link-add-to-cart {
  margin-bottom: 20px;
  width: 100%;
  display: none;
  color: #fff;
}

aside.subscribe {
  width: 290px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2.3rem;
}

aside.subscribe .box-whats {
  background-color: rgba(0, 65, 115, 0.4);
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  border-bottom: 3px solid #00BBDE;
  font-size: 12px;
  color: #fff;
}

aside.subscribe .box-whats a {
  color: #fff;
  font-weight: bold;
}

aside.subscribe .select-city h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
  color: #00355E;
}

aside.subscribe .select-city label {
  width: 100%;
}

aside.subscribe .select-city select,
aside.subscribe .select-city #locale {
  width: 100%;
  border: 1px solid rgba(0, 65, 115, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  font-size: 14px;
  line-height: 18px;
  color: #004173;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

aside.subscribe .select-city button {
  width: 100%;
  height: 40px;
  border: 0;
  line-height: 40px;
  background: #00BBDE;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  text-align: center;
  color: #FFFFFF;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

aside.subscribe .socials a {
  margin-right: 16px;
  display: inline-block;
}

aside.subscribe h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 12px;
  color: #004173;
}

@media (max-width: 767px) {
  aside.subscribe {
    width: 100%;
  }
}

.main-intensive .box-whats {
  display: block;
  width: 194px;
  height: 72px;
  background-color: rgba(18, 177, 15, 0.3);
  text-align: center;
  border-radius: 4px;
  border-bottom: 3px solid #12B10F;
}

.main-intensive .box-whats p {
  color: #fff;
  padding: 14px;
}

.main-intensive .box-whats a {
  display: block;
  font-weight: bold;
  color: #fff;
}

.infoscourse {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  color: #004173;
}

.infoscourse .badget {
  width: 160px;
  min-width: 160px;
  height: 100px;
  border-radius: 3px;
  margin-right: 20px;
  background-color: #00BBDE;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: none;
}

.infoscourse .badget span {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.infoscourse .infos {
  display: inline-block;
}

.infoscourse .infos .item {
  line-height: 1.3;
}

.infoscourse .infos .item b {
  font-weight: bold;
}

@media (max-width: 767px) {
  .infoscourse {
    display: flex;
    flex-direction: column;
  }
  .infoscourse .badget {
    margin-bottom: 20px;
  }
}

.box-subscribe {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #004173;
  display: none;
}

.box-subscribe .title {
  height: 56px;
  background: #FFAF00;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.box-subscribe .descriptionform {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 15px 15px 0;
  color: #FFFFFF;
}

.box-subscribe .form {
  padding: 15px;
}

.box-subscribe .error {
  color: red;
}

.box-subscribe .itemfile {
  position: relative;
}

.box-subscribe .itemfile #file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.box-subscribe .itemfile #filename {
  position: relative;
  z-index: 1;
}

.box-subscribe.widthfull #form-subscribe {
  display: flex;
  justify-content: space-between;
}

.box-subscribe.widthfull .col {
  width: 31%;
}

@media (max-width: 767px) {
  .box-subscribe.widthfull #form-subscribe {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-subscribe.widthfull .col {
    width: 100%;
  }
}

.box-subscribe input[type="email"]::placeholder,
.box-subscribe input[type="text"]::placeholder {
  /* Firefox, Chrome, Opera */
  color: #fff;
}

.box-subscribe input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.box-subscribe input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.box-subscribe .wpcf7-response-output {
  color: #fff;
}

.box-subscribe .wpcf7-form,
.box-subscribe #form-subscribe {
  margin-top: 15px;
}

.box-subscribe .wpcf7-form label,
.box-subscribe #form-subscribe label {
  width: 100%;
}

.box-subscribe .wpcf7-form input[type="email"],
.box-subscribe .wpcf7-form input[type="text"],
.box-subscribe .wpcf7-form select,
.box-subscribe #form-subscribe input[type="email"],
.box-subscribe #form-subscribe input[type="text"],
.box-subscribe #form-subscribe select {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.box-subscribe .wpcf7-form input[type="email"] option,
.box-subscribe .wpcf7-form input[type="text"] option,
.box-subscribe .wpcf7-form select option,
.box-subscribe #form-subscribe input[type="email"] option,
.box-subscribe #form-subscribe input[type="text"] option,
.box-subscribe #form-subscribe select option {
  color: #00355E;
}

.box-subscribe .wpcf7-form input[type="submit"],
.box-subscribe #form-subscribe input[type="submit"] {
  height: 36px;
  line-height: 36px;
  background: linear-gradient(180deg, #FFFFFF 0%, #ADC3ED 100%);
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border: 0;
  cursor: pointer;
  color: #083888;
}

.box-subscribe .wpcf7-form input[type="submit"]:hover,
.box-subscribe #form-subscribe input[type="submit"]:hover {
  background: #ADC3ED;
}

.content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  color: #004173;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 20px;
  color: #004173;
}

.content iframe {
  margin-bottom: 20px;
  width: 100%;
}

.content strong,
.content b {
  font-weight: bold;
  color: #004173;
}

.content h1 {
  font-size: 28px;
}

.content h2 {
  font-size: 22px;
}

.content h3 {
  font-size: 21px;
}

.content h4 {
  font-size: 20px;
}

.content h5 {
  font-size: 19px;
}

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

.content ul, .content ol {
  padding: 0 0 20px 20px;
}

.content ul li, .content ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  color: #004173;
}

.quotes {
  margin: 70px 0 40px;
}

.quotes .title-section {
  position: relative;
  margin-bottom: 75px;
  z-index: -1;
}

.quotes .title-section h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #004173;
}

.quotes .title-section:after {
  content: "depoimentos";
  font-weight: 900;
  font-size: 100px;
  line-height: 126px;
  position: absolute;
  top: 27px;
  left: 0;
  color: rgba(195, 215, 229, 0.4);
}

.quotes .title-section:before {
  content: "";
  background: url(../images/points-title.png);
  width: 386px;
  height: 134px;
  position: absolute;
  top: -7px;
  right: 0;
  transform: translateX(50%);
  color: rgba(195, 215, 229, 0.4);
}

.quotes .item {
  width: 31%;
  margin: 0 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.quotes .item .quote {
  background: #0064AF;
  box-shadow: 3px 8px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 25px 20px 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
  position: relative;
}

.quotes .item .quote:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #00BBDE;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.quotes .item .quote:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  border-color: #00BBDE transparent transparent transparent;
  bottom: -12px;
  left: 12px;
  position: absolute;
}

.quotes .item .person {
  display: flex;
  align-items: center;
  position: relative;
  top: 15px;
}

.quotes .item .person .picture {
  padding-right: 10px;
}

.quotes .item .person .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #004173;
}

.quotes .item .person .position {
  font-size: 14px;
  line-height: 18px;
  color: #004173;
}

.main-quotes .item {
  vertical-align: top;
  margin: 0 9px 35px;
}

.links-footer ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.links-footer ul li {
  list-style: none;
  position: relative;
  flex-grow: 1;
  text-align: center;
}

.links-footer ul li:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #00BBDE;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
}

.links-footer ul li:first-child:after {
  display: none;
}

.links-footer ul li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
  color: #0064AF;
}

@media (max-width: 767px) {
  .links-footer ul {
    display: block;
    margin-top: 14px;
  }
  .links-footer ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #00BBDE;
    padding: 5px 0;
  }
  .links-footer ul li:last-child {
    border-bottom: unset;
  }
  .links-footer ul li:after {
    display: none;
  }
}

p.content {
  margin: 25px 0 15px;
  width: 100%;
  display: block;
}

.organizadores-content {
  padding-bottom: 35px;
}

.organizadores-content .item {
  width: 46.5%;
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  padding-bottom: 70px;
}

.organizadores-content .item figure {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.organizadores-content .item figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.organizadores-content .item .infos {
  padding: 14px 14px 0px 14px;
}

.organizadores-content .item .linkgoto {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #00BBDE;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
}

.organizadores-content .item:hover .linkgoto {
  background-color: #004173;
}

.organizadores-content .item h3 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #004173;
}

.organizadores-content .item .function {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
}

.organizadores-content .item .crp {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #004173;
  margin-bottom: 10px;
}

.organizadores-content .item .contact {
  display: flex;
  align-items: center;
}

.organizadores-content .item .contact .ico {
  margin-right: 7px;
}

.organizadores-content .item .contact .phone {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
}

@media (max-width: 767px) {
  .organizadores-content .item {
    width: 100%;
    margin-right: 0;
  }
}

.organizadores-content.width-three .item {
  width: 31%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.organizadores-content.width-three .item:nth-child(3n) {
  margin-right: 0;
}

.organizadores-content.width-three .item h3 {
  font-size: 14px;
  padding-bottom: 0;
  font-weight: bold;
}

.organizadores-content.width-three .item .function {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
}

@media (max-width: 767px) {
  .organizadores-content.width-three {
    flex-wrap: wrap;
  }
  .organizadores-content.width-three .item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .organizadores-content.width-three .item figure img {
    width: 100%;
  }
}

.main-training-per-city h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-top: 120px;
  margin-bottom: 35px;
  color: #004173;
}

.main-training-per-city .list {
  margin-bottom: 80px;
  border-top: 0.5px solid #ADC5D3;
}

.main-training-per-city .list .line {
  border-bottom: 0.5px solid #ADC5D3;
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.main-training-per-city .list .td {
  text-align: center;
}

.main-training-per-city .list .locale {
  width: 190px;
}

.main-training-per-city .list .locale .organizer {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.main-training-per-city .list h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #00355E;
}

.main-training-per-city .list .nivel {
  text-align: center;
}

.main-training-per-city .list .nivel h3 {
  text-align: center;
  display: block;
}

.main-training-per-city .list .nivel.lvl1 {
  width: 110px;
}

.main-training-per-city .list .nivel.lvl2 {
  width: 19 0px;
}

.main-training-per-city .list .nivel.lvl3 {
  width: 110px;
}

.main-training-per-city .list span {
  font-size: 12px;
  line-height: 15px;
  color: #00355E;
}

.main-training-per-city .list a.link {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #0064AF;
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

.main-training-per-city .list a.link:hover {
  background-color: #00355E;
}

@media (max-width: 1023px) {
  .main-training-per-city .line {
    flex-wrap: wrap;
    text-align: center;
  }
  .main-training-per-city .line .locale {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #e2eeee;
  }
  .main-training-per-city .line .locale h3 {
    text-align: center;
    display: block;
  }
  .main-training-per-city .line .locale .organizer {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .main-training-per-city .line .nivel {
    width: 100% !important;
    margin-bottom: 18px;
  }
  .main-training-per-city .line .link {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .main-training-per-city .line .link a {
    color: #fff;
  }
}

.main-training-per-date {
  margin-top: 55px;
}

.main-training-per-date h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #00355E;
}

.main-training-per-date .level {
  display: block;
  max-width: 100%;
  position: relative;
}

.main-training-per-date .level .block {
  margin: 45px 0 62px;
}

.main-training-per-date .level .block h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #004173;
}

.main-training-per-date .level .block .list {
  margin-top: 22px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-training-per-date .level .block .list .item {
  width: calc(50% - 5px);
  border-top: 0.5px solid #ADC5D3;
  border-bottom: 0.5px solid #ADC5D3;
  min-height: 80px;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-training-per-date .level .block .list .item:nth-child(1n+3) {
  border-top: 0;
  border-bottom: 0.5px solid #ADC5D3;
}

.main-training-per-date .level .block .list .item .info {
  text-align: left;
}

.main-training-per-date .level .block .list .item .info .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  justify-content: start;
  color: #004173;
}

.main-training-per-date .level .block .list .item .info .locale {
  font-weight: bold;
  font-size: 13.5px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #004173;
}

.main-training-per-date .level .block .list .item .info .orgaizer {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #083888;
  max-width: 140px;
  display: block;
}

.main-training-per-date .level .block .list .item .info .btn {
  font-size: 13px;
  text-align: center;
  display: inline-block;
  padding: 0 13px;
  background-color: #0064AF;
  color: #fff;
}

.main-training-per-date .level .block .list .item .info .btn:hover {
  background-color: #012f56;
}

@media (max-width: 1023px) {
  .main-training-per-date .level .block .list .item {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-training-per-date .level .block .list .item .info {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .main-training-per-date .level .block .list .item .info .locale {
    margin: 0 auto;
    display: block;
  }
  .main-training-per-date .level .block .list .item .info .orgaizer {
    margin: 0 auto;
  }
  .main-training-per-date .level .block .list .item .info:first-child {
    width: 100%;
  }
}

.title-section {
  position: relative;
  margin-bottom: 75px;
}

.title-section h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #004173;
}

.title-section .sub {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #00BBDE;
}

.title-section:after {
  content: attr(data-text);
  font-weight: 900;
  font-size: 100px;
  line-height: 126px;
  position: absolute;
  top: 27px;
  left: 0;
  color: rgba(195, 215, 229, 0.4);
  z-index: -1;
}

.title-section:before {
  content: "";
  background: url(../images/points-title.png);
  width: 386px;
  height: 134px;
  position: absolute;
  top: -7px;
  right: 0;
  transform: translateX(50%);
  color: rgba(195, 215, 229, 0.4);
  z-index: -1;
}

@media (max-width: 767px) {
  .title-section h3 {
    font-size: 19px;
  }
  .title-section:after {
    font-size: 65px;
    top: 0;
  }
  .title-section:before {
    transform: scale(0.5);
  }
  .title-section .filter-right {
    text-align: right;
    top: 60px;
  }
  .title-section select,
  .title-section .btn.clean {
    font-size: 12px;
    height: 24px !important;
    line-height: 24px !important;
    margin-bottom: 11px !important;
    background-color: #fff !important;
  }
  .title-section form ul li {
    padding: 0 !important;
  }
}

.main-advanced-courses {
  margin-top: 60px;
  margin-bottom: 75px;
}

.main-advanced-courses.online .infoscourse {
  float: left;
}

.main-advanced-courses.online .badget {
  height: 62px;
}

.main-advanced-courses .cotent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}

.main-advanced-courses .cotent .col {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}

.main-advanced-courses .cotent .col h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #004173;
}

.main-advanced-courses .cotent .col p {
  font-size: 16px;
  line-height: 22px;
  color: #004173;
}

.main-advanced-courses .cotent .col iframe {
  width: 100%;
  max-height: 250px;
}

@media (max-width: 767px) {
  .main-advanced-courses .cotent {
    flex-wrap: wrap;
  }
  .main-advanced-courses .cotent .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-advanced-courses .courses-presential .wrap {
    padding: 0;
  }
  .main-advanced-courses .courses-presential .title-section .filter-right {
    top: 45px;
  }
}

.filter-right {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
}

.filter-right ul li {
  display: inline-block;
}

.filter-right select {
  border: 1px solid rgba(0, 65, 115, 0.5);
  box-sizing: border-box;
  background: transparent;
  border-radius: 5px;
  margin-left: 15px;
  height: 36px;
  margin-top: -36px;
  font-size: 14px;
  background-color: #fff;
  color: #004173;
}

.filter-right .btn {
  margin-left: 15px;
  font-size: 13px;
}

@media (max-width: 1023px) {
  .filter-right {
    top: 70px;
  }
}

.formacao_emdr {
  margin-bottom: 60px !important;
}

.seemore {
  margin: 25px auto;
  display: table !important;
}

.list-courses {
  margin: 20px 0 40px;
}

.list-courses.withcol {
  margin-top: 20px;
}

.list-courses.withcol .item {
  width: 31%;
  margin: 0 3% 85px 0;
}

.list-courses.withcol .item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .list-courses.withcol {
    margin-top: 90px;
  }
  .list-courses.withcol .item {
    width: 48%;
    margin: 0 1.5% 15px 0;
  }
  .list-courses.withcol .item:nth-child(3n) {
    margin-right: 1.5%;
  }
  .list-courses.withcol .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .list-courses.withcol {
    margin-top: 90px;
  }
  .list-courses.withcol .item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .list-courses.withcol .item:nth-child(3n) {
    margin-right: 0;
  }
  .list-courses.withcol .item:nth-child(2n) {
    margin-right: 0;
  }
}

.list-courses.cursos_avancados .item, .list-courses.formacao_emdr .item {
  margin: 0 12px 15px;
}

.list-courses .item {
  margin: 0 15px 45px 0;
  border-radius: 13px;
  overflow: hidden;
  display: inline-block;
}

.list-courses .item .top {
  height: 95px;
  background-color: #00355E;
}

@media (max-width: 1023px) {
  .list-courses .item .top {
    height: 75px;
  }
}

.list-courses .item .date {
  width: 65px;
  height: 100%;
  float: left;
  text-align: center;
  background: #FFAF00;
  margin-right: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-courses .item .number {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}

.list-courses .item .month {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.list-courses .item .moreinfo {
  padding: 22px;
}

@media (max-width: 1023px) {
  .list-courses .item .moreinfo {
    padding: 10px;
  }
}

.list-courses .item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  .list-courses .item .title {
    font-size: 12px;
  }
}

.list-courses .item .mode,
.list-courses .item .locale {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #00BBDE;
}

@media (max-width: 1023px) {
  .list-courses .item .mode,
  .list-courses .item .locale {
    font-size: 12px;
  }
}

.list-courses .item .figure {
  height: 140px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.list-courses .item .badget {
  height: 30px;
  padding: 7px 8px;
  background-color: #00BBDE;
  border-bottom-right-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list-courses .item .badget.feature {
  background-color: #318b00;
  top: 0;
  left: unset;
  right: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0;
}

.btn {
  height: 35px;
  line-height: 35px;
  background: #004173;
  border-radius: 5px;
  display: inline-block;
  padding: 0 25px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.btn.clean {
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgba(0, 65, 115, 0.4);
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #004173;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 17px;
  margin-left: 5px;
  width: 88%;
}

span.wpcf7-list-item,
.wpcf7-list-item-label {
  display: inline-block;
  vertical-align: top;
}

.main-affiliates {
  padding: 80px 0;
}

.main-affiliates .content {
  width: calc(100% - 315px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .main-affiliates .content {
    width: 100%;
    margin-right: 0;
  }
}

.main-affiliates .subscribe .box-subscribe {
  margin-top: 0;
}

@media (max-width: 767px) {
  .main-affiliates .content {
    width: 100%;
    padding-right: 0;
  }
}

.slider-books {
  height: 352px;
}

.slider-books .item {
  height: 352px;
}

.slider-books .wrap {
  height: 100%;
}

.slider-books .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-books figure {
  margin-right: 55px;
}

.slider-books .content-text {
  color: #fff;
  width: 430px;
  max-width: 90%;
}

.slider-books h2 {
  color: #fff;
  margin-top: 15px;
}

.slider-books a.btn {
  background-color: #00BBDE;
  color: #fff;
}

.slider-books .slick-dots {
  bottom: 45px;
}

.slider-books .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  font-size: 10px;
}

.slider-books .slick-dots li button:before {
  color: transparent;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

@media (max-width: 767px) {
  .slider-books .content {
    flex-direction: column;
    width: 100%;
  }
  .slider-books .content h2 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .slider-books figure {
    margin-right: 0;
    max-width: 85px;
  }
  .slider-books figure img {
    max-width: 100%;
  }
  .slider-books .btn {
    margin: -17px auto 10px;
    display: table;
  }
  .slider-books .content-text {
    width: auto;
  }
  .slider-books .content-text .chamada {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    display: inline-block;
  }
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-next, .slick-prev {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background: url(../images/arrow-dir.png) no-repeat;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/arrow-esq.png) no-repeat;
}

.main-books {
  margin: 40px 0;
}

@media (max-width: 1245px) {
  .main-books .wrap {
    padding: 0;
  }
}

.main-books #list {
  display: flex;
  flex-wrap: wrap;
}

.main-books #list .item {
  text-align: center;
  margin: 15px 40px;
  width: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.main-books #list .item:nth-child(4n+1) {
  margin-left: 0;
}

.main-books #list .item:nth-child(4n+4) {
  margin-right: 0;
}

.main-books #list .item h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 118.36%;
  color: #004173;
  padding: 13px 0;
}

@media (max-width: 1023px) {
  .main-books #list .item:nth-child(4n+1) {
    margin-left: 40px;
  }
  .main-books #list .item:nth-child(4n+4) {
    margin-right: 40px;
  }
  .main-books #list .item:nth-child(4n+3) {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .main-books #list .item {
    margin: 15px auto;
  }
  .main-books #list .item:nth-child(4n+1) {
    margin-left: auto;
  }
  .main-books #list .item:nth-child(4n+4) {
    margin-right: auto;
  }
  .main-books #list .item:nth-child(4n+3) {
    margin-right: auto;
  }
}

.main-home .section-services {
  padding: 40px 0 100px;
}

.main-home .section-services .tabs li {
  padding-top: 0;
  height: 190px;
}

.main-home .section-services .tabs li i.ico {
  display: block;
  margin-bottom: 11px;
}

.main-home .section-services .tabs li span {
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 767px) {
  .main-home .section-services .tabs {
    flex-wrap: wrap;
  }
  .main-home .section-services .tabs li {
    padding-top: 20px;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .main-home .section-services .tabs li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-home .section-services .tabs li i.ico {
    margin-right: 15px;
  }
  .main-home .section-services .tabs li span {
    width: 190px;
    text-align: left;
    flex-direction: row;
  }
}

.main-home .section-banner {
  padding: 80px 0;
}

.main-home .section-banner img {
  max-width: 100%;
}

.main-home .form-fale {
  height: 120px;
  width: 100%;
  background-color: #00355E;
}

.main-home .form-fale .wrap {
  height: 100%;
  display: flex;
}

.main-home .form-fale .form {
  height: 100%;
}

.main-home .form-fale .form .wpcf7 {
  height: 100%;
}

.main-home .form-fale .form form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-left: 20px;
}

.main-home .form-fale .form form input[type="text"],
.main-home .form-fale .form form input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  border-radius: 4px;
  width: 23%;
  text-indent: 8px;
}

.main-home .form-fale .form form input[type="text"]::-webkit-input-placeholder,
.main-home .form-fale .form form input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.8 !important;
}

.main-home .form-fale .form form input[type="submit"] {
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  border-radius: 4px;
  width: 18%;
  background: linear-gradient(180deg, #FFFFFF 0%, #ADC3ED 100%);
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #083888;
}

.main-home .form-fale .title-fale {
  width: 130px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #FFAF00;
  flex-direction: column;
  padding: 20px;
}

.main-home .form-fale .title-fale strong {
  font-weight: 900;
  font-size: 25px;
  line-height: 31px;
  color: #FFFFFF;
}

.main-home .form-fale .title-fale span {
  font-weight: 300;
  font-size: 25px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .main-home .form-fale {
    height: auto;
  }
  .main-home .form-fale .wrap {
    display: block;
  }
  .main-home .form-fale .form form {
    display: block;
    margin-top: 20px;
  }
  .main-home .form-fale .form form input[type="submit"],
  .main-home .form-fale .form form input[type="text"],
  .main-home .form-fale .form form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

.main-home .section-certificates {
  margin-bottom: 60px;
}

.main-home .section-certificates .title-section:before {
  margin-top: -125px;
}

.main-home .section-certificates .list {
  font-size: 0;
  max-width: 640px;
  border-radius: 13px;
  overflow: hidden;
  margin-top: -25px;
}

.main-home .section-certificates .list .item {
  display: inline-flex;
  width: 160px;
  height: 160px;
  background-color: #E5F4FF;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  vertical-align: top;
}

.main-home .section-certificates .list .item:nth-child(even) {
  background-color: #CCE9FF;
}

.main-home .section-certificates .list .item:nth-child(5n) {
  background-color: #CCE9FF;
}

.main-home .section-certificates .list .item:nth-child(6n) {
  background-color: #E5F4FF;
}

.main-home .section-certificates .list .item:last-child {
  border-bottom-right-radius: 13px;
}

.main-home .section-certificates .list .item:nth-child(7n) {
  background-color: #CCE9FF;
}

.main-home .section-certificates .list .item:nth-child(8n) {
  background-color: #E5F4FF;
}

.main-home .section-certificates .list .item img {
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .main-home .section-certificates .list .item {
    width: 50%;
    background: #cce9ff;
    background: linear-gradient(37deg, #cce9ff 0%, #e5f4ff 100%);
  }
  .main-home .section-certificates .list .item:nth-child(even) {
    background-color: unset;
  }
  .main-home .section-certificates .list .item:nth-child(5n) {
    background-color: unset;
  }
  .main-home .section-certificates .list .item:nth-child(6n) {
    background-color: unset;
  }
  .main-home .section-certificates .list .item:nth-child(7n) {
    background-color: unset;
  }
  .main-home .section-certificates .list .item:nth-child(8n) {
    background-color: unset;
  }
}

.section-resourses {
  height: 640px;
  width: 100%;
  background: url(../images/bg-resources.png) center;
  position: relative;
}

.section-resourses .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-resourses .title-section {
  position: relative;
  z-index: 2;
}

.section-resourses .title-section h3 {
  color: #fff;
}

.section-resourses .title-section:after {
  color: #00355E;
  z-index: 1;
  opacity: 0.6;
}

.section-resourses .title-section:before {
  display: none;
}

.section-resourses .list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-resourses .list .item {
  margin-bottom: 25px;
  box-shadow: 3px 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .section-resourses {
    height: auto;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-resourses .wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .section-resourses .list {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

.section-resourses.section-history .list .item {
  margin-bottom: 25px;
  box-shadow: unset;
  text-align: center;
}

.section-resourses.section-history .list .item img {
  display: inline-block;
  max-width: 95%;
}

.message-box {
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 440px;
  border-radius: 6px;
  margin: 20px auto;
  padding: auto 0;
  position: fixed;
  transition: top 0.2s ease;
  display: flex;
  padding: 10px 25px;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  width: 540px;
}

.message-box.active {
  top: 50px;
}

.message-box i {
  vertical-align: middle;
  padding: 20px;
}

.message-box i.exit-button {
  float: right;
  opacity: .4;
  cursor: pointer;
}

.message-box i.exit-button:hover {
  opacity: .8;
}

.message-text {
  vertical-align: middle;
}

.message-box-info {
  background-color: #CDE8F6;
  border: #2697d1 2px solid;
  color: #447EAF;
}

.message-box-warn {
  background-color: #F8F4D5;
  border: #e9dd7e 2px solid;
  color: #96722E;
}

.message-box-error {
  background-color: #ECC8C5;
  border: #d37f78 2px solid;
  color: #B83C37;
}

.message-box-success {
  background-color: #DDF3D5;
  border: #9ddc86 2px solid;
  color: #597151;
}

.wrap.content {
  margin-top: 20px;
}

.content a {
  color: #00BBDE;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #00BBDE;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #00355E;
}

.woocommerce td.product-name .variation {
  display: none;
}

.product-thumbnail {
  display: none;
}

.main-about .cols {
  display: flex;
  justify-content: space-between;
  margin: 65px 0;
}

.main-about .col {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}

.main-about .col h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #004173;
}

.main-about .col p {
  font-size: 16px;
  line-height: 22px;
  color: #004173;
}

.main-about .col iframe {
  width: 100%;
  max-height: 250px;
}

@media (max-width: 767px) {
  .main-about .col {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-about .cols {
    display: flex;
    margin: 65px 0;
    flex-direction: column;
  }
}

.main-about .section-staff {
  margin: 60px 0;
}

.main-about .section-staff .list .item {
  padding-bottom: 20px;
}

.main-about .section-resourses .slick-prev:before, .main-about .section-resourses .slick-next:before {
  color: #fff;
}

.main-about .section-resourses .title-section:after {
  opacity: 0.4;
}

.main-about .section-resourses .text {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: -37px;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}

.section-group h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.section-group h3 span {
  color: #FFAF00;
}

.section-group h3 strong {
  color: #004173;
}

.section-group img {
  mix-blend-mode: multiply;
  max-width: 100%;
}

.main-clinic {
  margin-bottom: 0 !important;
}

.main-clinic .form-calendar {
  padding: 30px 0 60px;
}

.main-clinic .form-calendar h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.main-clinic .form-calendar h3 span {
  color: #FFAF00;
}

.main-clinic .form-calendar h3 strong {
  color: #004173;
}

.main-clinic .form-calendar .form {
  padding-top: 20px;
}

.main-clinic .form-calendar .form .wpcf7-form {
  display: flex;
  justify-content: space-between;
}

.main-clinic .form-calendar .form .ajax-loader {
  position: absolute;
}

.main-clinic .form-calendar .form input[type="text"],
.main-clinic .form-calendar .form input[type="email"] {
  border: 1px solid #004173;
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  border-radius: 4px;
  width: 26%;
  text-indent: 8px;
}

.main-clinic .form-calendar .form input[type="text"]::-webkit-input-placeholder,
.main-clinic .form-calendar .form input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00355E;
  opacity: 0.8 !important;
}

.main-clinic .form-calendar .form input[type="submit"] {
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  border-radius: 4px;
  width: 18%;
  background: #00355E;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .main-clinic .form-calendar .form .wpcf7-form {
    flex-direction: column;
  }
  .main-clinic .form-calendar .form input[type="submit"],
  .main-clinic .form-calendar .form input[type="text"],
  .main-clinic .form-calendar .form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

.main-clinic .call-to-action {
  margin-bottom: 25px;
}

.main-clinic .call-to-action .list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .main-clinic .call-to-action .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-clinic .call-to-action .list .item {
    margin: 20px;
  }
}

.main-clinic .contact-clinic {
  margin-top: 45px;
  padding: 30px 0 40px;
  background-color: #00355E;
}

.main-clinic .contact-clinic h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.main-clinic .contact-clinic h3 span {
  color: #FFAF00;
}

.main-clinic .contact-clinic h3 strong {
  color: #fff;
}

.main-clinic .contact-clinic .wpcf7-form {
  display: flex;
  justify-content: space-between;
}

.main-clinic .contact-clinic .contacts {
  display: flex;
  margin: 40px 0 20px;
}

.main-clinic .contact-clinic .contacts .item {
  display: inline-block;
  width: 33%;
}

.main-clinic .contact-clinic .contacts .item:nth-child(2) {
  border-left: 1px solid #00BBDE;
  border-right: 1px solid #00BBDE;
}

.main-clinic .contact-clinic .contacts .item .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.main-clinic .contact-clinic .contacts .item .ico {
  margin-right: 15px;
}

.main-clinic .contact-clinic .contacts .item span {
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #E0E0E0;
}

.main-clinic .contact-clinic .form .ajax-loader {
  position: absolute;
}

.main-clinic .contact-clinic .form input[type="text"],
.main-clinic .contact-clinic .form input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  border-radius: 4px;
  width: 26%;
  text-indent: 8px;
}

.main-clinic .contact-clinic .form input[type="text"]::-webkit-input-placeholder,
.main-clinic .contact-clinic .form input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.8 !important;
}

.main-clinic .contact-clinic .form input[type="submit"] {
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  border-radius: 4px;
  width: 18%;
  background: linear-gradient(180deg, #FFFFFF 0%, #ADC3ED 100%);
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #083888;
}

@media (max-width: 767px) {
  .main-clinic .contact-clinic .wpcf7-form {
    flex-direction: column;
  }
  .main-clinic .contact-clinic .form input[type="submit"],
  .main-clinic .contact-clinic .form input[type="text"],
  .main-clinic .contact-clinic .form input[type="email"] {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.main-contact {
  margin: 40px 0 60px;
}

.main-contact .wrap {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.main-contact .info {
  margin-bottom: 25px;
  line-height: 22px;
}

.main-contact .info .ico {
  position: relative;
  top: 3px;
}

.main-contact .info .phone {
  margin-bottom: 4px;
}

.main-contact .form {
  margin-top: 15px;
}

.main-contact .form .ajax-loader {
  position: absolute;
}

.main-contact .form textarea {
  border: 1px solid #004173;
  box-sizing: border-box;
  border-radius: 5px;
  height: 105px;
  background-color: transparent;
  margin-bottom: 9px;
  border-radius: 4px;
  width: 100%;
  padding-top: 8px;
  text-indent: 8px;
}

.main-contact .form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00355E;
  opacity: 0.8 !important;
}

.main-contact .form .tipo {
  height: 36px;
  display: block;
  margin-bottom: 8px;
}

.main-contact .form .tipo input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.main-contact .form .tipo [type="radio"]:checked:parent {
  background-color: #E11;
}

.main-contact .form .tipo .wpcf7-list-item-label {
  height: 36px;
  line-height: 36px;
  width: 100%;
}

.main-contact .form .tipo .wpcf7-list-item {
  overflow: hidden;
}

.main-contact .form .tipo .wpcf7-list-item.active label {
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
  background-color: #035da2;
}

.main-contact .form .tipo .wpcf7-list-item.last {
  position: relative;
  left: -2px;
}

.main-contact .form .tipo .wpcf7-list-item.last label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-contact .form .tipo .wpcf7-list-item.first label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.main-contact .form .tipo label {
  background: #012f56;
  opacity: 0.8;
  border: 1px solid #ECF1F7;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 23px;
}

.main-contact .form select,
.main-contact .form input[type="text"],
.main-contact .form input[type="email"] {
  border: 1px solid #004173;
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  margin-bottom: 9px;
  border-radius: 4px;
  width: 100%;
  text-indent: 8px;
}

.main-contact .form select::-webkit-input-placeholder,
.main-contact .form input[type="text"]::-webkit-input-placeholder,
.main-contact .form input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00355E;
  opacity: 0.8 !important;
}

.main-contact .form input[type="submit"] {
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  border-radius: 4px;
  width: auto;
  padding: 0 52px;
  background: #00355E;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.main-contact .col {
  width: 250px;
}

.main-contact .col:first-child {
  margin-top: -45px;
}

.main-contact .col h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #004173;
}

@media (max-width: 1023px) {
  .main-contact .col {
    width: 225px;
  }
}

@media (max-width: 767px) {
  .main-contact .wrap {
    display: flex;
    flex-direction: column;
  }
  .main-contact .col {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 20px !important;
  }
}

.main-blog.main-post .post {
  padding-top: 15px;
  background-color: transparent;
  box-shadow: unset !important;
}

.main-blog.main-post .post figure {
  margin-bottom: 20px;
}

.main-blog.main-post .post figure img {
  max-width: 100%;
}

.main-blog .sub-col {
  margin-bottom: 22px;
}

.main-blog .sub-col h3 {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.main-blog .sub-col h3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  width: 100%;
  background-color: #00BBDE;
  top: 50%;
  left: 0;
  margin-left: 15px;
}

.main-blog .categs-in-post a {
  background-color: #00BBDE;
  color: #fff;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  border-radius: 11px;
  margin-right: 8px;
  margin-bottom: 5px;
}

.main-blog .col-publi a {
  padding-bottom: 15px;
  display: inline-block;
}

.main-blog .col-courses .item {
  width: 100%;
}

.main-blog .col-courses .list-courses .item .top {
  height: 73px;
  background: transparent;
}

.main-blog .col-courses .list-courses .item .title {
  color: #00355E;
}

.main-blog .col-courses .list-courses .item .date {
  border-radius: 15px;
}

.main-blog .list-posts {
  padding-top: 15px;
}

.main-blog .post {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .main-blog .post.post-default {
    position: relative;
    padding-left: 275px;
  }
  .main-blog .post.post-default figure {
    width: 275px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .main-blog .post.post-default figure img {
    object-fit: cover;
  }
  .main-blog .post.post-default h2 {
    padding-bottom: 12px;
    line-height: 24px;
  }
  .main-blog .post.post-default h2 a {
    font-weight: bold;
    font-size: 20px;
    color: #004173;
  }
  .main-blog .post.post-default p {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .main-blog .post.post-default {
    overflow: hidden;
    display: block;
  }
  .main-blog .post.post-default figure {
    padding-bottom: 60%;
    display: inline-block;
    padding-bottom: 68%;
    width: 100%;
  }
  .main-blog .post.post-default h2 {
    line-height: 18px;
    font-size: 20px;
  }
  .main-blog .post.post-default h2 a {
    font-weight: bold;
    font-size: 26px;
    color: #004173;
  }
  .main-blog .post.post-default p a {
    font-size: 16px;
    line-height: 22px;
    color: #004173;
  }
}

.main-blog .post .block {
  padding: 20px;
}

.main-blog .post h2 {
  padding-bottom: 12px;
}

.main-blog .post h2 a {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #004173;
}

.main-blog .post .categs-in-post {
  margin-bottom: 12px;
}

.main-blog .post .categs-in-post a {
  background-color: #00BBDE;
  color: #fff;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  border-radius: 11px;
  margin-right: 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.main-blog .post p a {
  font-size: 16px;
  line-height: 18px;
  color: #004173;
}

.main-blog .post.post-feature {
  overflow: hidden;
  display: block;
}

.main-blog .post.post-feature figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.main-blog .post.post-feature h2 {
  line-height: 32px;
}

.main-blog .post.post-feature h2 a {
  font-weight: bold;
  font-size: 26px;
  color: #004173;
}

.main-blog .post.post-feature p a {
  font-size: 16px;
  line-height: 22px;
  color: #004173;
}

.opensearchmodal {
  cursor: pointer;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 53, 94, 0.9);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: 999;
}

.search-modal.active {
  visibility: visible;
  opacity: 1;
}

.search-modal .form-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-modal #search {
  width: 80vw;
  height: 80px;
  line-height: 80px;
  border: 0;
  border-bottom: 4px solid #00BBDE;
  background-color: transparent;
  color: #fff;
  font-size: 2vw;
}

.search-modal input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  font-size: 1.4vw;
  padding: 0 25px;
}

.search-modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  top: 20px;
  right: 20px;
  position: absolute;
}

@media (max-width: 676px) {
  .search-modal input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    font-size: 4.8vw;
    padding: 0;
    font-weight: 900;
    background-color: transparent;
    border: 0;
    color: #00BBDE;
  }
  .search-modal #search {
    width: 80vw;
    height: 60px;
    line-height: 80px;
    border: 0;
    font-size: 3.8vw;
    border-bottom: 4px solid #00BBDE;
    background-color: transparent;
    color: #fff;
  }
}

.results-searchs {
  margin-top: 30px;
}

.results-searchs .list {
  margin-bottom: 80px;
  border-top: 0.5px solid #ADC5D3;
}

.results-searchs .list .line {
  border-bottom: 0.5px solid #ADC5D3;
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.results-searchs .list .line h3 {
  font-size: 15px;
  font-weight: bold;
}

.results-searchs .list .line .link a {
  text-decoration: underline;
}

.main-professioal .tab-content-wrap {
  width: 100%;
}

.main-professioal .main-infos {
  margin-top: 40px;
  margin-bottom: 80px;
}

.main-professioal figure {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  margin-right: 30px;
}

.main-professioal figure img {
  max-width: 100%;
}

.main-professioal .infos {
  display: inline-block;
  vertical-align: top;
  width: calc( 100% - 325px);
}

.main-professioal h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #004173;
}

.main-professioal .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #00BBDE;
  display: block;
}

.main-professioal .license,
.main-professioal .city,
.main-professioal .crp {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  display: block;
  color: #004173;
}

.main-professioal .city {
  margin-bottom: 20px;
}

.main-professioal .clinic {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-right: 25px;
  color: #004173;
  margin-bottom: 20px;
}

.main-professioal .contacts {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #00BBDE;
}

.main-professioal .phone {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #00BBDE;
}

.main-professioal .whats {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-decoration: underline;
  color: #00BBDE;
  vertical-align: middle;
}

.main-professioal .whats i {
  vertical-align: middle;
}

.main-professioal .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
  margin-top: 50px;
}

.main-professioal .contact .title {
  width: 138px;
  height: 82px;
  display: block;
  background: #00BBDE;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin-right: 20px;
}

.main-professioal .contact .title .ico {
  margin-bottom: 7px;
}

.main-professioal .contact .form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-professioal .contact .form form #emailc {
  display: none;
}

.main-professioal .contact .form form input[type="text"],
.main-professioal .contact .form form input[type="email"] {
  border: 1px solid rgba(0, 65, 115, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
}

.main-professioal .contact .form form #nome {
  width: 48%;
  margin-bottom: 8px;
}

.main-professioal .contact .form form .ajax-loader {
  position: absolute;
}

.main-professioal .contact .form form #email {
  width: 48%;
  margin-bottom: 8px;
}

.main-professioal .contact .form form #telefone {
  width: 31%;
}

.main-professioal .contact .form form #cidade {
  width: 31%;
}

.main-professioal .contact .form form input[type="submit"] {
  width: 31%;
  background: #083888;
  border: 1px solid rgba(0, 65, 115, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.page-template-page-all-about-emdr ul.tabs li {
  width: 10%;
}

.main-404 .wrap {
  padding: 100px 0 100px;
  text-align: center;
}

.main-404 p {
  font-size: 24px;
  margin-bottom: 55px;
}

.main-all-about {
  margin-bottom: 0;
}

.main-all-about .form-fale {
  height: 120px;
  width: 100%;
  margin-top: 40px;
  background-color: #0064AF;
}

.main-all-about .form-fale .wrap {
  height: 100%;
  display: flex;
}

.main-all-about .form-fale .form {
  height: 100%;
}

.main-all-about .form-fale .form .wpcf7 {
  height: 100%;
}

.main-all-about .form-fale .form form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-left: 20px;
}

.main-all-about .form-fale .form form input[type="text"],
.main-all-about .form-fale .form form input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  background-color: transparent;
  border-radius: 4px;
  width: 23%;
  text-indent: 8px;
}

.main-all-about .form-fale .form form input[type="text"]::-webkit-input-placeholder,
.main-all-about .form-fale .form form input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.8 !important;
}

.main-all-about .form-fale .form form input[type="submit"] {
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  border-radius: 4px;
  width: 18%;
  background: linear-gradient(180deg, #FFFFFF 0%, #ADC3ED 100%);
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #083888;
}

.main-all-about .form-fale .title-fale {
  width: 145px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #00BBDE;
  flex-direction: column;
  padding: 8px;
}

.main-all-about .form-fale .title-fale strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 113.2%;
  /* or 20px */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.main-all-about .form-fale .title-fale span {
  font-weight: 300;
  font-size: 24px;
  line-height: 113.2%;
  /* or 27px */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .main-all-about .form-fale {
    height: auto;
  }
  .main-all-about .form-fale .wrap {
    display: block;
  }
  .main-all-about .form-fale .form form {
    display: block;
    margin-top: 20px;
  }
  .main-all-about .form-fale .form form input[type="submit"],
  .main-all-about .form-fale .form form input[type="text"],
  .main-all-about .form-fale .form form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

.main-professional .fiter-pro .searchandfilter label.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.main-professional .estado-filter .sf-field-taxonomy-estado label {
  pointer-events: unset;
  opacity: 1;
}

.main-professional .estado-filter .sf-field-taxonomy-local label {
  pointer-events: none;
  opacity: 0.7;
}

.main-professional .estado-filter .sf-field-taxonomy-bairro label {
  pointer-events: none;
  opacity: 0.7;
}

.cidade-filter .sf-field-taxonomy-estado label {
  pointer-events: unset;
  opacity: 1;
}

.cidade-filter .sf-field-taxonomy-local label {
  pointer-events: unset;
  opacity: 1;
}

.cidade-filter .sf-field-taxonomy-bairro label {
  pointer-events: none;
  opacity: 0.7;
}

.bairro-filter .sf-field-taxonomy-estado label {
  pointer-events: unset;
  opacity: 1;
}

.bairro-filter .sf-field-taxonomy-local label {
  pointer-events: unset;
  opacity: 1;
}

.bairro-filter .sf-field-taxonomy-bairro label {
  pointer-events: unset;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .sfm-navicon-button {
    left: 100% !important;
    position: fixed !important;
    transform: translateX(-115%) !important;
    top: 12px !important;
  }
}

#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter, #sfm-sidebar .sfm-back-parent {
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 10px 0;
  line-height: 20px;
}

.main-advanced-courses .courses-presential,
.main-advanced-courses .courses-online {
  margin-bottom: 100px;
}

.main-advanced-courses .courses-presential .btn,
.main-advanced-courses .courses-online .btn {
  margin: 0 auto;
}

.main-advanced-courses .courses-presential .list-courses,
.main-advanced-courses .courses-online .list-courses {
  margin: 20px 0 10px;
}
