@charset "UTF-8";
@import url(../../assets/icons/font-awesome/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.theme-info .btn-primary:hover,
.theme-info .btn-primary:active,
.theme-info .btn-primary:focus,
.theme-info .btn-primary.active {
  color: #fff;
}

.card-body {
  padding: 1.5rem 0.8rem;
  min-height: 6rem;
}

.card-body .card-title {
  white-space: normal;
  font-size: 1em;
  line-height: 149%;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  height: 100%;
}

#mapa {
  width: 100%;
  height: 400px;
}

.main-logo {
  display: none;
}

#container-video {
  display: none;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #172b4c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.5;
  background-color: #fafbfd;
}

@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel .owl-item #banner-home {
    display: block;
    height: 700px;
    max-width: none;
    width: auto;
  }
}
/*---basic---*/
a {
  color: #172b4c;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.7142857143rem;
}

.h1,
h1 {
  font-size: 2.5714285714rem;
}

.h2,
h2 {
  font-size: 2.1428571429rem;
}

.h3,
h3 {
  font-size: 1.7142857143rem;
}

.h4,
h4 {
  font-size: 1.2857142857rem;
}

.h5,
h5 {
  font-size: 1.1428571429rem;
}

.h6,
h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}

img {
  max-width: 100%;
}

.chart-legend,
.contacts-list,
.list-unstyled,
.mailbox-attachments,
.users-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.d-flex {
  display: flex !important;
}

hr {
  border-top-color: rgba(38, 38, 38, 0.07);
  margin: 1rem auto;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bb-0 {
  border-bottom: 0px solid #f3f6f9 !important;
}

.bb-1 {
  border-bottom: 1px solid #f3f6f9 !important;
}

.by-1 {
  border-top: 1px solid #f3f6f9 !important;
  border-bottom: 1px solid #f3f6f9 !important;
}

.border-light {
  border-color: #f3f6f9 !important;
}

.border-light {
  border-color: #f3f6f9 !important;
}

.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.w-100 {
  width: 100px !important;
}

.h-0 {
  height: 0px !important;
}

.h-250 {
  height: 250px !important;
}

.h-p100 {
  height: 100% !important;
}

nav {
  border-bottom: solid 1px #f3f6f9;
  min-height: 60px;
  background: #ffffff;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

nav.nav-white.nav-transparent.core-nav.nav-core-sticky.on-scroll {
  box-shadow: 0 6px 9px -4px rgba(0, 0, 0, 0.1);
}

nav .wrap-core-nav-list,
nav .nav-header {
  background: #ffffff;
}

nav .brand {
  display: block;
  position: relative;
  max-width: 250px;
  padding: 2px 0px;
}

nav .menu li a {
  display: block;
  padding: 30px 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.font-size-18 {
  font-size: 1.2857142857rem !important;
}

nav .menu .megamenu-content li a {
  text-transform: capitalize;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

nav.nav-white.nav-transparent ul.attributes li a {
  color: #ffffff;
}

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a {
  color: #172b4c;
}

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll ul.attributes li a {
  color: #172b4c;
}

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li a {
  color: #172b4c;
}

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu .megamenu-content li a {
  color: #172b4c;
}

nav.nav-white.nav-transparent.nav-core-sticky.core-nav .dropdown > .dropdown-menu li a {
  color: #172b4c;
}

nav.nav-white.nav-transparent.nav-core-sticky .menu .megamenu-content li a {
  color: #172b4c;
}

a.brand img {
  max-height: 70px;
  max-width: 260px;
}

nav button {
  background: transparent;
  border: none;
  outline: none;
}

.core-nav.nav-core-sticky.on-scroll {
  z-index: 44;
}

.core-nav .dropdown > .dropdown-menu > li > a {
  text-transform: capitalize;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
}

.left-menu .core-nav .wrap-core-nav-list {
  text-align: left;
}

.left-menu .core-nav .nav-header {
  float: left;
  position: relative;
  display: inline-block;
}

@media (max-width: 992px) {
  .left-menu .core-nav .nav-header {
    float: none;
    display: block;
    position: relative;
  }
  nav .nav-header .toggle-bar {
    font-size: 1.286rem;
    position: absolute;
    top: 17px;
    left: 15px;
  }
}
/* =========================== */
nav.core-nav.nav-core-fixed {
  background-color: transparent;
  border-bottom: none;
}

nav.core-nav.nav-core-sticky {
  background-color: transparent;
  border-bottom: none;
}

nav.core-nav.nav-core-sticky.on-scroll {
  background: #ffffff;
}

nav.core-nav.nav-core-sticky.on-scroll .wrap-core-nav-list,
nav.core-nav.nav-core-sticky.on-scroll .nav-header {
  background: #ffffff;
}

nav.nav-core-sticky .wrap-core-nav-list,
nav.nav-core-sticky .nav-header {
  background: transparent;
}

.top-bar .core-nav.nav-core-sticky {
  top: 50px;
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }
  .topbar {
    padding: 5px 0;
  }
  .topbar ul li {
    font-size: 0.8571rem;
  }
  .top-bar .core-nav.nav-core-sticky {
    top: 0;
  }
}
.d-none {
  display: none !important;
}

.top-bar .core-nav.nav-core-sticky.on-scroll {
  top: auto;
}

.core-nav.nav-core-sticky {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 44;
  padding: 0px 0px;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  z-index: 999999999;
  position: absolute;
  width: 100%;
  min-height: 50px;
}

.topbar ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 0.8571rem;
  font-weight: 300;
  position: relative;
}

.topbar .topbar-left ul li:after,
.topbar .topbar-right ul li:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  right: 0;
  content: "";
  top: 2px;
  opacity: 0.2;
}

.topbar .topbar-right ul li:first-child:after,
.topbar .topbar-left ul li:last-child:after {
  content: none;
}

.topbar-call {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.topbar-social {
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top-bar ul {
  margin: 0;
  padding: 0;
}

.top-bar ul.list-inline > li {
  padding-left: 0;
  padding-right: 0;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar-sticky {
  position: fixed;
  top: 35%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  z-index: 9;
  right: 0;
}

.icon-bar-sticky a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  padding: 9px;
  margin-bottom: 5px;
}

.breadcrumb-item.active {
  color: #172b4c;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.customtab2 li a.nav-link {
  margin-right: 3px;
  color: #737373;
}

.customtab2 li a.nav-link:hover,
.customtab2 li a.nav-link:active,
.customtab2 li a.nav-link:focus,
.customtab2 li a.nav-link.active {
  color: #ffffff;
}

.form-control {
  border-radius: 5px;
  box-shadow: none;
  border-color: #f3f6f9;
  height: auto;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #7e8299;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #7e8299;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #7e8299;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #7e8299;
  opacity: 1;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  border-radius: 5px;
}

/*box*/
.small-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  border-radius: 5px;
}

.small-box > .inner {
  padding: 1.25rem;
}

footer {
  position: relative;
}

.small-box > .small-box-footer {
  position: relative;
  text-align: right;
  padding: 3px 10px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.small-box > .small-box-footer:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
  font-size: 2.7142857143rem;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  padding: 0;
  z-index: 5;
}

.small-box p {
  font-size: 1rem;
  margin-bottom: 10px;
  z-index: 5;
}

.small-box p > small {
  display: block;
  color: #f3f6f9;
  font-size: 0.8571rem;
  margin-top: 5px;
}

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  font-size: 5.1428571429rem;
  color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
  text-decoration: none;
  color: #f3f6f9;
}

.small-box:hover .icon {
  font-size: 5.5714285714rem;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 0.8571rem;
  }
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.box-body {
  padding: 1.5rem 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 5px;
}

.box {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

.pull-up {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.box-shadowed {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
}

.box-header {
  color: #172b4c;
  display: block;
  padding: 1.5rem 1.5rem;
  position: relative;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-header img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-body {
  padding: 1.5rem 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 5px;
}

.box-body .box-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 1rem;
  color: #172b4c;
}

.box-body > .table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -10px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-radius: 0 0 0 5px;
}

.box-body .box-pane-right {
  border-radius: 0 0 5px;
}

.box-body > *:last-child {
  margin-bottom: 0;
}

.box-body ul li {
  line-height: 24px;
}

.box-title {
  z-index: auto;
}

.box-img,
.box-img-top,
.box-img-bottom {
  border-radius: 5px;
}

.box-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*---card---*/
.card {
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  margin-bottom: 30px;
}

.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-body {
  padding: 1.5rem 1.5rem;
}

.card-body .card-title {
  margin-bottom: 0.75rem;
  border-bottom: none;
}

.card-title {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: transparent;
}

.badge {
  border-radius: 3px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 85%;
}

.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flexbox > * {
  margin-left: 4px;
  margin-right: 4px;
}

.flexbox > *:last-child {
  margin-right: 0;
}

.flexbox > *:first-child {
  margin-left: 0;
}

.media {
  padding: 1rem;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border-radius: 5px;
}

.media > * {
  margin: 0rem 1rem;
}

.media .title {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.media-single,
.media-center-v {
  -webkit-box-align: center;
  align-items: center;
}

.media-list > .media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body > .media {
  margin-bottom: 0;
}

.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover .divider-dash,
.media-list-hover .media-list-body > .media:hover .divider-dash {
  color: #172b4c;
}

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body > .media {
  border-bottom: 1px solid rgba(96, 138, 207, 0.07);
}

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body > .media:last-child {
  border-bottom: none;
}

.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px;
}

.gap-items-1 > *:first-child {
  margin-left: 0;
}

.gap-items-1 > *:last-child {
  margin-right: 0;
}

/*---background and overlay ---*/
.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.box.bg-img,
.box .bg-img {
  border-radius: 5px;
}

[data-overlay] {
  position: relative;
}

[data-overlay]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: -1;
  border-radius: inherit;
  display: block;
}

[data-overlay="5"]::before {
  opacity: 0.5;
}

[data-overlay="7"]::before {
  opacity: 0.7;
}

/*---blockquote ---*/
.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #172b4c;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f3f6f9;
}

.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.blockquote a {
  color: #172b4c;
}

/*---box nav-tab---*/
.nav-tabs .nav-link {
  position: relative;
  color: #2f579a;
  padding: 0.5rem 1.25rem;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #d9d9d9;
  margin: 5px 5px;
}

/*Button*/
.btn {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: inherit;
  padding: 8px 16px;
  font-size: 1.1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.btn {
  text-decoration: none !important;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%;
}

.btn-circle.btn-lg {
  width: 90px;
  height: 90px;
  line-height: 85px;
  padding: 0;
  border-radius: 100%;
}

.btn-circle.btn-lg i {
  font-size: 2.5em;
}

.wysihtml5-toolbar .btn-default {
  background-color: #ffffff;
}

.wysihtml5-toolbar.btn.dropdown-toggle:after {
  display: inline-block;
}

.btn-app {
  text-align: center;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  font-size: 0.8571rem;
  overflow: visible;
}

.btn-app .badge {
  font-size: 100%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-weight: 300;
}

.btn-app > i {
  font-size: 1.429rem;
  display: block;
}

.btn-app:hover {
  background: #f3f6f9;
  color: #172b4c;
  border-color: #595959;
}

.btn-app:focus,
.btn-app:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.8571rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-default {
  background-color: #e6e6e6;
  color: #172b4c;
  border-color: #999999;
}

.btn-default.hover,
.btn-default:active,
.btn-default:hover {
  background-color: #cccccc;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.btn.dropdown-toggle:after {
  display: inline-block;
}

.dropdown-toggle.no-caret:after {
  display: none;
}

.dropdown-toggle.no-caret.no-caret:after {
  display: none;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #2f579a;
  cursor: pointer;
}

.btn-box-tool:hover,
.btn-box-tool .show .btn-box-tool {
  color: #172b4c;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.btn-bold {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8571rem;
}

.btn-group-sm > .btn {
  font-size: 0.7143rem;
  padding: 4px 12px;
}

.btn-sm {
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.35;
}

.btn-group-lg > .btn {
  font-size: 1.286rem;
  padding: 18px 32px;
}

.btn-lg {
  font-size: 1.286rem;
  padding: 18px 32px;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}

.btn-instagram {
  background-color: #e1306c;
  border-color: #e1306c;
  color: #ffffff;
}

.btn-youtube {
  background-color: red;
  border-color: red;
  color: #fff;
}

.btn-instagram:hover,
.btn-instagram:active,
.btn-instagram.active {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #fff !important;
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #fff !important;
}

.alert a {
  color: #ffffff;
  text-decoration: underline;
}

/*tab*/
.nav .nav-link {
  padding: 0.3rem 1rem;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav > li > a.active {
  color: #ffffff !important;
  background: #03a9f5;
}

/*pagination*/
.pagination {
  margin-bottom: 2rem;
}

.pagination > li > a {
  background-color: #ffffff;
  color: #172b4c;
  border-color: #ffffff;
}

.pagination.pagination-flat > li > a {
  border-radius: 0;
}

.pagination li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 50px;
  padding: 1rem;
  margin: 0 3px;
  text-decoration: none;
  cursor: pointer;
  color: #737373;
  border: 1px solid #e4e6ef;
  border-radius: 2px;
  text-align: center;
}

.pagination li a.current {
  color: #ffffff !important;
}

.pagination li a.current:hover {
  color: #ffffff !important;
}

.pagination li a:hover {
  color: #ffffff !important;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #737373;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}

.datepaginator .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator-sm .pagination li a {
  min-width: 100%;
}

.shop-page .widget .shop-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shop-page .widget .shop-post .shop-post-image {
  float: left;
  margin-right: 15px;
}

.shop-page .widget .shop-post .shop-post-image img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.shop-page .widget .shop-post .shop-post-info {
  overflow: hidden;
}

.shop-page .widget .shop-post .shop-post-info a {
  display: block;
  margin-bottom: 0px;
  color: #172b4c;
  font-weight: 500;
  font-size: 1.3rem;
}

.shop-page .widget .shop-post .shop-post-info a:hover {
  color: #ee1044;
}

.shop-page .widget .shop-post .shop-post-info span {
  color: #ee1044;
  font-style: italic;
  font-size: 1.2rem;
}

.shop-page .widget .shop-post .shop-post-info span i {
  padding-right: 10px;
}

.shop-page .widget .shop-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

a.play-vdo-bt {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a.play-vdo-bt i {
  line-height: 190%;
  margin-left: 11px;
}

/*-----------------------blogpost start-----------------*/
.blog-post {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

.widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.widget {
  margin-bottom: 40px;
}

.widget .recent-post .recent-post-info {
  overflow: hidden;
}

.widget .recent-post .recent-post-info span {
  color: #ee1044;
  font-style: italic;
  font-size: 1rem;
}

.widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #172b4c;
}

.blog-post:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.blog-post .entry-image img {
  width: 100%;
}

.blog-post .entry-image iframe {
  border: none;
}

.blog-post .entry-image .blockquote {
  background: #ee1044;
  border: 0px;
  padding: 36px 30px;
  margin: 0 0 0px;
  font-size: 1.143rem;
  position: relative;
}

.blog-post .entry-image .blockquote blockquote {
  border-left: 0px;
  color: #ffffff;
  padding: 0px;
  position: relative;
  margin-top: 0 !important;
  padding-top: 30px;
}

.blog-post .entry-image .blockquote blockquote:before {
  content: "“";
  font-size: 7.142rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: -50px;
}

.blog-post .blog-detail {
  background: #ffffff;
  padding: 30px;
  border-top: 0px;
}

.blog-post .blog-detail .entry-title a {
  font-size: 1.286rem;
  font-weight: 500;
}

.blog-post .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-post .entry-meta ul li i {
  color: #ee1044;
  padding-right: 6px;
}

.blog-post .entry-meta ul li a {
  color: #172b4c;
  line-height: 0px;
  padding-right: 5px;
}

.blog-post .entry-meta ul li a i {
  padding-right: 6px;
  color: #ee1044;
}

.blog-post .entry-meta ul li a:hover {
  color: #ee1044;
}

.blog-post .social strong {
  display: inline-block;
  margin-right: 10px;
}

.blog-post .entry-button {
  display: inline-block;
}

.blog-post .social ul {
  display: inline-block;
}

.blog-post .social ul li {
  display: inline-block;
  padding: 0px 6px;
}

.blog-post .social ul li a:hover {
  color: #ee1044;
}

.blog-post .entry-share {
  margin-top: 20px;
  display: block;
}

.blog-post .grid-post li {
  float: left;
  width: 50%;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  list-style: none;
}

.blog-post .grid-post li img {
  width: 100%;
}

.blog-post .cs-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 54%;
  position: relative;
  overflow: hidden;
}

.blog-post .widget_tag_cloud a {
  padding: 8px 10px;
  background-color: #f6f7f8;
  border: 0;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 5px;
  color: #000;
  font-weight: 400;
}

.cs-video embed,
.cs-video iframe,
.cs-video object,
.cs-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

/*blog-comment*/
.comment-1 .comment-photo {
  width: 100px;
  height: auto;
  float: left;
  border: 5px solid #f3f6f9;
  margin-right: 20px;
}

.comment-1 .comment-photo img {
  width: 100%;
}

.comment-1 .comment-info {
  display: table;
  background: #f3f6f9;
  padding: 20px;
  margin-bottom: 20px;
}

.comment-1 .comment-info h4 {
  display: inline-block;
}

.comment-1 .comment-info span {
  font-size: 0.928px;
  color: #172b4c;
}

.comment-1.comment-2 {
  padding-left: 125px;
}

.comment-1.comment-2 .comment-info {
  background: #ffffff;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
}

footer .footer-title {
  margin-bottom: 20px;
  border-bottom-color: rgba(255, 255, 255, 0.25) !important;
}

footer .widget p,
footer .widget a,
footer .widget li {
  color: #b5b5c3;
}

footer .widget .social-icons a {
  color: #ffffff;
}

footer .widget li {
  padding-bottom: 10px;
}

footer .widget .list li {
  padding-bottom: inherit !important;
}

footer .footer-bottom {
  padding: 15px 0;
  color: #b0b0b0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cour-stac p {
  margin-bottom: 0;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

section#servicosHome h4,
#servicos h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.whats {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
  line-height: 100%;
  text-align: center;
}

.whats a {
  color: #fff !important;
  background: #38b94a;
  padding: 10px 15px;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 2em;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list li {
  margin: 5px 0;
  padding-left: 24px;
  position: relative;
  line-height: 28px;
}

ul.list i {
  position: absolute;
  left: 0;
  top: 7px;
}

.box-body ul li {
  line-height: 24px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.bg-dark {
  background-color: #172b4c !important;
  color: #fff !important;
}

.bg-dark3 {
  background-color: #0c1a32 !important;
  color: #fff !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.d-flex {
  display: flex !important;
}

.bg-dark3 {
  background-color: #1d1d1d !important;
}

.footer_three .dashboard-link {
  position: absolute;
  left: 5px;
  bottom: 0;
}

/*hidden*/
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
  a.brand img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.tab-content > .active {
  display: block;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

.mfp-figure figure {
  margin: 0;
}

/*User card page*/
.fx-element-overlay .white-box {
  padding: 0px;
}

.fx-element-overlay .fx-card-item {
  position: relative;
  display: contents;
}

.fx-element-overlay .fx-card-item .fx-card-avatar {
  margin-bottom: 15px;
}

.fx-element-overlay .fx-card-item .fx-card-content {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.fx-element-overlay .fx-card-item h3 {
  margin: 0px;
}

.fx-element-overlay .fx-card-item a {
  color: #737373;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 10px 15px 10px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-dwn {
  top: -100%;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}

.fx-element-overlay .fx-card-item .fx-overlay-1:hover .fx-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-dwn {
  top: 0px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

.fx-element-overlay .fx-card-item .fx-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

footer .widget p,
footer .widget a,
footer .widget li {
  color: #b5b5c3;
}

ul.list-arrow li {
  list-style-type: none;
  padding-left: 0;
  position: relative;
}

ul.list-arrow {
  padding: 0;
  margin: 0;
}

ul.list {
  padding: 0;
  margin: 0;
}

.bg-light {
  background-color: #e4e6ef !important;
}

.widget.share a i {
  color: #ffffff !important;
}

h4.footer-title {
  color: #fff !important;
}

.widget.courses-search-bx .input-group .form-control {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  border-width: 0 0 2px 0;
  border-color: #f3f6f9;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.text {
  font-size: 1rem;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
}

/*---widget---*/
.widget {
  margin-bottom: 40px;
  /*widget-testimonial*/
  /*Recent Posts*/
  /*tags*/
  /*widget-newsletter*/
  /*Recent Posts*/
}

.widget.courses-search-bx .input-group {
  display: block;
  position: relative;
}

.widget.courses-search-bx .input-group .form-control {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  border-width: 0 0 2px 0;
  border-color: #f3f6f9;
}

.widget.courses-search-bx .input-group label {
  font-size: 1rem;
  font-weight: 400;
  color: #172b4c;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.widget.courses-search-bx .focused .input-group label {
  top: -14px;
  font-size: 0.7143rem;
  color: #ee1044;
  z-index: 2;
}

.widget .testimonial-widget .testimonial-content {
  background: #f3f6f9;
  padding: 20px;
  font-style: italic;
  border-radius: 5px;
  position: relative;
}

.widget .testimonial-widget .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #f3f6f9 transparent transparent transparent;
}

.widget .testimonial-widget .testimonial-info .testimonial-avtar {
  display: table-cell;
  padding-right: 20px;
}

.widget .testimonial-widget .testimonial-info .testimonial-avtar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.widget .testimonial-widget .testimonial-info .testimonial-name {
  display: table-cell;
  vertical-align: top;
}

.widget .testimonial-widget .testimonial-info .testimonial-name span {
  display: block;
  font-style: italic;
  font-size: 1rem;
}

.widget .testimonial-widget .testimonial-info:before {
  display: none;
}

.widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

.widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.widget .recent-post .recent-post-info {
  overflow: hidden;
}

.widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #172b4c;
}

.widget .recent-post .recent-post-info a:hover {
  color: #ee1044;
}

.widget .recent-post .recent-post-info span {
  color: #ee1044;
  font-style: italic;
  font-size: 1rem;
}

.widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

.widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget .widget-tags li {
  display: inline-block;
}

.widget .widget-tags li a {
  background: #f3f6f9;
  color: #172b4c;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 0.8rem;
  margin-right: 2px;
}

.widget .widget-tags li a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.widget .widget-newsletter {
  background: #f3f6f9;
  padding: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.widget .widget-newsletter .newsletter-icon {
  position: absolute;
  right: 0;
  top: -16px;
}

.widget .widget-newsletter .newsletter-icon i {
  font-size: 7.142rem;
  z-index: 0;
  color: rgba(0, 0, 0, 0.05);
}

.widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

.widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.widget .recent-post .recent-post-info {
  overflow: hidden;
}

.widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #172b4c;
}

.widget .recent-post .recent-post-info a:hover {
  color: #ee1044;
}

.widget .recent-post .recent-post-info span {
  color: #ee1044;
  font-style: italic;
  font-size: 1rem;
}

.widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

.widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-element .form-control :focus {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

input:focus-visible {
  outline: none !important;
}

@media (max-width: 992px) {
  nav.nav-white.nav-transparent.core-nav .wrap-core-nav-list .core-nav-list {
    background: #fff;
  }
  .core-nav .wrap-core-nav-list .core-nav-list li {
    clear: both;
  }
  nav .nav-header .brand {
    margin: 0 auto 0px;
    padding: 20px 0px;
  }
  nav .nav-header {
    min-height: 60px;
  }
  .core-nav .nav-header {
    z-index: 9;
  }
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
  core-nav .wrap-core-nav-list .core-nav-list li a {
    margin-left: 0;
    margin-right: 0;
  }
  nav.nav-white.nav-transparent .menu li a {
    color: #172b4c;
  }
  nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #f3f6f9;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding: 0 15px;
  }
  a.brand img {
    margin: 0 auto;
  }
  .banner .text h2 {
    color: #ffffff;
    font-size: 1em;
  }
}
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

ul.list i {
  color: #fff !important;
}

ul.share i {
  color: #fff !important;
}

.banner .text {
  position: absolute;
  width: 100%;
  top: 40%;
  color: #fff;
  z-index: 9;
}

.btn-call-to {
  border: solid #00a915 2px;
  border-radius: 7px;
  padding: 15px 30px;
  font-size: 1.3em;
  background: #00a915;
  color: #fff;
}

.btn-call-to:hover {
  color: #ffffff !important;
}

.container-link-call {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.container-link-call i {
  color: #fff !important;
}

.entry-content p {
  font-size: 1.2em;
  line-height: 160%;
}

.box-body p {
  font-size: 1.2em;
}

.section-buttom {
  background-color: #004944 !important;
}

.footer-bottom .container .row figure {
  width: 115px;
}

.whats {
  bottom: 40px;
}

.whats a {
  padding: 8px 15px;
}

html.with-fancybox header {
  display: none;
}

figure.media {
  margin: 0;
  padding: 0;
}

.sumario ul {
  padding-left: 0;
  margin-bottom: 1em;
}
.sumario ul li {
  margin-left: 20px;
}
.sumario ul li a {
  text-decoration: none;
  color: var(--theme-primary-color);
  font-weight: 700;
  font-size: 15px;
}
.sumario ul li a:hover {
  color: var(--color-default) !important;
}

.cookie {
  font-family: "Roboto", sans-serif;
  position: fixed;
  bottom: 40px;
  left: 22%;
  padding: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  z-index: 99999;
  display: none;
  background-color: #fff;
}
.cookie .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cookie .content .icon {
  margin-right: 14px;
}
.cookie .content .text p {
  font-size: 0.8em;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
}
.cookie .content .link button {
  color: #DFDFDF !important;
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .cookie {
    bottom: 10px !important;
    left: 0px !important;
  }
  .cookie .content .icon {
    width: 100px !important;
  }
  .cookie .content .text p {
    font-size: 0.6em !important;
    letter-spacing: 2px;
    font-weight: 400;
  }
}
::-webkit-scrollbar-thumb {
  background: var(--theme-primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-primary-color);
}

.link button {
  background-color: var(--theme-primary-color);
}

.link button:hover {
  background-color: #fff !important;
  color: var(--theme-primary-color) !important;
  border: solid 1px var(--theme-primary-color);
}

.bg-dark {
  background-color: var(--theme-primary-color) !important;
}

nav .menu li.active > a {
  color: var(--theme-primary-color) !important;
  border-bottom: 1px solid var(--theme-primary-color);
  font-weight: 900;
}

nav.nav-white.nav-transparent .menu li a:hover {
  color: var(--theme-primary-color);
}

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a:hover {
  color: var(--theme-primary-color);
}

.widget .recent-post .recent-post-info span {
  color: var(--theme-primary-color);
}

.page-item.active .page-link {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

a.popup-youtube {
  background-color: var(--theme-primary-color) c7 !important;
}

hr.bg-default {
  background-color: var(--theme-primary-color) c7 !important;
}

.theme-info .nav-tabs .nav-link.active {
  border-bottom-color: var(--theme-primary-color) !important;
  background-color: var(--theme-primary-color) !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li > a.active {
  background: var(--theme-primary-color) !important;
}

.theme-info .btn-primary {
  background-color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color) !important;
}

.theme-info .btn-primary:hover, .theme-info .btn-primary:active, .theme-info .btn-primary:focus, .theme-info .btn-primary.active {
  background-color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color) !important;
}

.widget .recent-post .recent-post-info a:hover {
  color: var(--theme-primary-color) !important;
}

.blog-post .entry-meta ul li a i {
  padding-right: 6px;
  color: var(--theme-primary-color);
}

.blog-post .entry-meta ul li a:hover {
  color: var(--theme-primary-color);
}

.theme-info a:hover, .theme-info a:active, .theme-info a:focus {
  color: var(--theme-primary-color);
}

.section-call {
  background-color: var(--theme-primary-color) !important;
}

#propositos h3 {
  color: var(--theme-primary-color);
}

.owl-carousel.owl-theme .owl-nav .owl-prev, .owl-carousel.owl-theme .owl-nav .owl-next {
  background-color: var(--theme-primary-color);
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ececec;
  color: var(--theme-primary-color);
}

hr {
  background: var(--theme-primary-color) !important;
}

nav .nav-header .toggle-bar {
  color: var(--theme-primary-color) !important;
}

.widget h4 {
  color: var(--theme-primary-color) !important;
}

.card h4 {
  color: var(--theme-primary-color) !important;
}

.card i {
  color: var(--theme-primary-color) !important;
}

.box-body i {
  color: var(--theme-primary-color) !important;
}

section#about h2, section#about h3, section#about h4 {
  color: var(--theme-primary-color) !important;
}

section#about strong {
  color: var(--theme-primary-color) !important;
}

section#sectionMember h2 {
  color: var(--theme-primary-color) !important;
}

section#sectionDepoimentos h2 {
  color: var(--theme-primary-color) !important;
}

section#sectionParceiros h2 {
  color: var(--theme-primary-color) !important;
}

section#about-home h1, section#about-home h2, #servicosHome h2, #produtos-home h2, #equipe-home h2, #artigos-home h2, #parceiros-home h2 {
  color: var(--theme-primary-color) !important;
}

.tab-content i {
  color: #fff !important;
}

section#servicosHome h4,
#servicos h4 {
  white-space: normal;
  font-size: 1em;
  line-height: 149%;
}

.card-body {
  padding: 1.5rem 0.8rem;
  min-height: 9rem;
}

p.font-size-16.mb-30 {
  font-size: 16px !important;
}

font-size-16 {
  font-size: 16px !important;
}

.card-body .card-title {
  white-space: normal;
  font-size: 1em;
  line-height: 149%;
}

.card-body {
  padding: 1.5rem 0.8rem;
  min-height: 6rem;
}

.grid-express {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  grid-auto-flow: dense;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  margin: 10px 0 0 0;
}

.grid-express a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 190px;
}

.box {
  margin-bottom: 15px;
}

.main {
  font-family: Arvo, sans-serif;
  background-size: cover;
  background-position: center;
  height: 100%;
}

section#top {
  text-align: center;
  padding-top: 1em;
}

.container-logo {
  width: 110px;
  height: 110px;
  border: solid #ee3137 2px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin: 0 auto;
}

.container-logo img {
  text-align: center;
  margin-top: -4px;
}

.container-title {
  margin: 20px 0;
}

.container-title h3 {
  font-weight: 700;
  color: #fff;
  font-size: 1.3em;
}

.container-description {
  color: #fff;
  font-size: 1.2em;
}

#links a {
  background: #fff;
  display: block;
  border: solid white 2px;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px 0;
  transition: 0.4s all;
  font-size: 1.2em;
}

#links a:hover {
  background: transparent;
  color: #fff;
  transition: 0.4s all;
}

section#links {
  padding: 0 0 310px;
}

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