:root {
  --light: #fff;
}
.lazy {
  background-image: none !important;
  background-color: #F1F1FA;
}
[data-animate] {
    opacity: 0;
}
.form-control::placeholder {
  color: #212529 !important;
  opacity: .6 !important;
}
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.container-socio {
  margin: 0px 50px 50px 50px;
  padding: 40px;
  border-radius: 20px;
  background: black;
  margin-bottom: 70px;
}
.separator-h:before {
  content: "";
  border-left: 2px solid black;
  position: absolute;
  height: 40px;
  top: -25px
}
.socio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.socio img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 50%;
}

#cover-sobre
{
    background-image: url('/images/img-sobre.jpg');
    background-size: cover;
    background-position: 100% center;
    padding: 140px 0;
    height: 800px;
    top: -80px;
    margin-bottom: -80px;
}
.grecaptcha-badge {
  display: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.text-large, .text-large span, .text-large span span {
  font-size: 60px!important;
}
.text-medium {
  font-size: 30px!important;
  line-height: 1.1;
}
.text-secondary {
  font-size: 25px!important;
  line-height: 1.1;
  color: #858585;
}
.text-white {
  color: var(--light);
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.f-w-900 {
  font-weight: 900 !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

a {
  text-decoration: none !important;
}

#header {
  width: 100%;
  /* z-index: 199!important; */
  height: 80px;
  line-height: 80px;
}

#header #header-wrap,#header .header-inner {
  height: 80px;
  transition: .4s ease-in-out;
  position: fixed;
  margin: 0 auto;
  width: 100%;
}

#header.active #header-wrap,#header.active .header-inner,#header:not(.headerHome) .header-inner,header:not(.headerHome) #header-wrap {
  background-color: var(--cor-primaria);
  box-shadow: 0 12px 6px rgba(0,0,0,.06);
}

#header .header-inner #logo {
  float: left;
  z-index: 1;
}

#header .header-inner #logo img {
  height: 80px;
  padding: 25px 0;
  z-index: 201;
  position: relative;
}


#mainMenu nav>ul>li {
  border: 0;
  transition: .3s;
}

#mainMenu nav>ul>li>a {
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 1.1rem;
  color: white;
  border-radius: 0;
  border: 0 solid transparent;
  transition: .3s;
  line-height: normal;
  font-weight: 500;
}
#mainMenu nav>ul>li>a:hover{
  color: #d8d8d8;
  transition: .3s;
}

#mainMenu-trigger {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  z-index: 1;
  float: right;
}

.header-extras {
  float: right;
  z-index: 199;
  height: 80px;
}

.header-extras>ul>li {
  float: left;
  border: 0;
}
.button-container {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 20px 40px;
  text-decoration: none;
  color: white;
  background-color: #007BFF;
  border-radius: 5px;
  text-align: center;
}

.button img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.button:hover {
  background-color: #0056b3;
}

section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.p-relative {
  position: relative;
}
input.validation {
  display: none;
}
#page-title{
  clear: both;
  padding: 80px 0;
  background-color: #f8f9fa;
  position: relative;
}
/******************* breadcrumb**************88*/
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 10px;
  display: block;
  text-align: left;
  padding: 0;
}
.breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline;
  position: relative;
  opacity: .8;
}
#page-title .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb ul .breadcrumb-item+li:before, .breadcrumb ul li+li:before, .breadcrumb ol .breadcrumb-item+li:before, .breadcrumb ol li+li:before {
  content: "\f054";
  font-family: "FontAwesome";
  margin: 0 5px;
  background-color: transparent;
  color: #fff;
  font-size: .6rem;
  font-weight: 100;
}
/********************** LOADING ******************/

body.no-loading {
  overflow: hidden;
}
body.no-loading .body-inner {
  opacity: 0;
}
.body-inner {
  opacity: 1;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  z-index: 1003;
}

.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}

.wave:nth-child(2) {
  animation-delay: 0.1s;
}

.wave:nth-child(3) {
  animation-delay: 0.2s;
}

.wave:nth-child(4) {
  animation-delay: 0.3s;
}

.wave:nth-child(5) {
  animation-delay: 0.4s;
}

.wave:nth-child(6) {
  animation-delay: 0.5s;
}

.wave:nth-child(7) {
  animation-delay: 0.6s;
}

.wave:nth-child(8) {
  animation-delay: 0.7s;
}

.wave:nth-child(9) {
  animation-delay: 0.8s;
}

.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}
.loader-container {
  --uib-size: 28;
  --uib-color: black;
  --uib-speed: 3.5s;
  --uib-stroke: 4;
  --uib-mult: calc(var(--uib-size) / var(--uib-stroke));
  --uib-stroke-px: calc(var(--uib-stroke) * 1px);
  --uib-size-px: calc(var(--uib-size) * 1px);
  position: relative;
  height: var(--uib-size-px);
  width: var(--uib-size-px);
}

.line {
  position: absolute;
  top: calc(50% - var(--uib-stroke-px) / 2);
  left: calc(50% - var(--uib-stroke-px) / 2);
  width: var(--uib-stroke-px);
  height: var(--uib-stroke-px);
  background-color: var(--uib-color);
  animation: center-line var(--uib-speed) ease infinite;
  transition: background-color 0.3s ease;
}

.loader-container::before,
.loader-container::after {
  content: '';
  position: absolute;
  width: var(--uib-stroke-px);
  height: var(--uib-stroke-px);
  background-color: var(--uib-color);
  animation: explore var(--uib-speed) ease infinite;
  transition: background-color 0.3s ease;
}

.container::after {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

@keyframes center-line {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: scaleX(1) scaleY(1);
  }
  12.5%,
  62.5% {
    transform: scaleX(var(--uib-mult)) scaleY(1);
  }
  37.5%,
  87.5% {
    transform: scaleX(1) scaleY(var(--uib-mult));
  }
}

@keyframes explore {
  0%,
  100% {
    transform: scaleX(1) scaleY(1) translate(0%, 0%);
    transform-origin: top left;
    top: 0;
    left: 0;
  }

  12.5% {
    transform: scaleX(var(--uib-mult)) scaleY(1) translate(0%, 0%);
    transform-origin: top left;
    top: 0;
    left: 0;
  }

  12.50001% {
    transform: scaleX(var(--uib-mult)) scaleY(1) translate(0%, 0%);
    transform-origin: top right;
    top: 0;
    left: initial;
    right: 0;
  }

  25% {
    transform: scaleX(1) scaleY(1) translate(0%, 0%);
    transform-origin: top right;
    top: 0;
    left: initial;
    right: 0;
  }

  37.5% {
    transform: scaleX(1) scaleY(var(--uib-mult)) translate(0%, 0%);
    transform-origin: top right;
    top: 0;
    left: initial;
    right: 0;
  }

  37.5001% {
    transform: scaleX(1) scaleY(var(--uib-mult)) translate(0%, 0%);
    transform-origin: bottom right;
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
  }

  50% {
    transform: scaleX(1) scaleY(1) translate(0%, 0%);
    transform-origin: bottom right;
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
  }

  62.5% {
    transform: scaleX(var(--uib-mult)) scaleY(1) translate(0%, 0%);
    transform-origin: bottom right;
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
  }

  62.5001% {
    transform: scaleX(var(--uib-mult)) scaleY(1) translate(0%, 0%);
    transform-origin: bottom left;
    top: initial;
    bottom: 0;
    left: 0;
  }

  75% {
    transform: scaleX(1) scaleY(1) translate(0%, 0%);
    transform-origin: bottom left;
    top: initial;
    bottom: 0;
    left: 0;
  }

  87.5% {
    transform: scaleX(1) scaleY(var(--uib-mult)) translate(0%, 0%);
    transform-origin: bottom left;
    top: initial;
    bottom: 0;
    left: 0;
  }

  87.5001% {
    transform: scaleX(1) scaleY(var(--uib-mult)) translate(0%, 0%);
    transform-origin: top left;
    top: 0;
    left: 0;
  }
}
/************* BUTTONS *******/
/*************** FIM BUTTON POLO*************/
a:not([href]):not([tabindex]):not(.btn) {
  color: none;
}

a.btn:not([href]):not([tabindex]),
.btn {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  outline: none;
  padding: 10px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #2250fc;
  border-color: #2250fc;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 14px;
}

a.btn:not([href]):not([tabindex]):after,
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn:not([href]):not([tabindex]):not(.btn-outline):not(.btn-light),
.btn:not(.btn-outline):not(.btn-light) {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.btn:not([href]):not([tabindex]) i,
.btn i {
  text-shadow: none;
}

a.btn:not([href]):not([tabindex]).btn-xs,
.btn.btn-xs {
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
}

a.btn:not([href]):not([tabindex]).btn-sm,
.btn.btn-sm {
  font-size: 11px;
  height: 30px;
  line-height: 28px;
  padding: 0 14px;
}

a.btn:not([href]):not([tabindex]).btn-lg,
.btn.btn-lg {
  font-size: 16px;
  height: 58px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0 40px;
}

a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-outline,
.btn.btn-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #2250fc;
}

a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active,
.btn.btn-outline.active {
  background-color: #2250fc;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-rounded,
.btn.btn-rounded {
  border-radius: 2em !important;
}

a.btn:not([href]):not([tabindex]).btn-block,
.btn.btn-block {
  width: 100%;
  display: block;
}

a.btn:not([href]):not([tabindex]).btn-light,
.btn.btn-light {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}

a.btn:not([href]):not([tabindex]).btn-light:hover,
a.btn:not([href]):not([tabindex]).btn-light:focus,
a.btn:not([href]):not([tabindex]).btn-light:active,
a.btn:not([href]):not([tabindex]).btn-light.active,
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active {
  border-color: #ebedf2;
  background-color: #f4f5f8;
  color: #4c5667;
}

a.btn:not([href]):not([tabindex]).btn-light.btn-outline,
.btn.btn-light.btn-outline {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active,
.btn.btn-light.btn-outline:hover,
.btn.btn-light.btn-outline:focus,
.btn.btn-light.btn-outline:active,
.btn.btn-light.btn-outline.active {
  background-color: #ffffff;
  color: #4c5667;
}

a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active,
.btn.btn-light.btn-light-hover:hover,
.btn.btn-light.btn-light-hover:focus,
.btn.btn-light.btn-light-hover:active,
.btn.btn-light.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}

a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active,
.btn:not(.btn-shadow):focus,
.btn:not(.btn-shadow):focus:active {
  box-shadow: none !important;
}

a.btn:not([href]):not([tabindex]).btn-primary,
.btn.btn-primary {
  background-color: #2250fc;
  border-color: #2250fc;
}

a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-secondary,
.btn.btn-secondary {
  background-color: #5A6268;
  border-color: #5A6268;
}

a.btn:not([href]):not([tabindex]).btn-secondary:hover,
a.btn:not([href]):not([tabindex]).btn-secondary:focus,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #42484d;
  border-color: #42484d;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-success,
.btn.btn-success {
  background-color: #81c868;
  border-color: #81c868;
}

a.btn:not([href]):not([tabindex]).btn-success:hover,
a.btn:not([href]):not([tabindex]).btn-success:focus,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled).active {
  background-color: #62b944;
  border-color: #62b944;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-info,
.btn.btn-info {
  background-color: #53b0f8;
  border-color: #53b0f8;
}

a.btn:not([href]):not([tabindex]).btn-info:hover,
a.btn:not([href]):not([tabindex]).btn-info:focus,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled).active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-warning,
.btn.btn-warning {
  background-color: #ffb20e;
  border-color: #ffb20e;
}

a.btn:not([href]):not([tabindex]).btn-warning:hover,
a.btn:not([href]):not([tabindex]).btn-warning:focus,
a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled).active {
  background-color: #da9400;
  border-color: #da9400;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-danger,
.btn.btn-danger {
  background-color: #f33e5b;
  border-color: #f33e5b;
}

a.btn:not([href]):not([tabindex]).btn-danger:hover,
a.btn:not([href]):not([tabindex]).btn-danger:focus,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #ef0f33;
  border-color: #ef0f33;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-dark,
.btn.btn-dark {
  background-color: #000000;
  border-color: #000000;
}

a.btn:not([href]):not([tabindex]).btn-dark:hover,
a.btn:not([href]):not([tabindex]).btn-dark:focus,
a.btn:not([href]):not([tabindex]).btn-dark:active,
a.btn:not([href]):not([tabindex]).btn-dark.active,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-dark.btn-outline,
.btn.btn-dark.btn-outline {
  background-color: transparent;
  color: #000000;
}

a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active,
.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus,
.btn.btn-dark.btn-outline:active,
.btn.btn-dark.btn-outline.active {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-red,
.btn.btn-red {
  background-color: #CA0027;
  border-color: #CA0027;
}

a.btn:not([href]):not([tabindex]).btn-red:hover,
a.btn:not([href]):not([tabindex]).btn-red:focus,
a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active,
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:not(:disabled):not(.disabled):active,
.btn.btn-red:not(:disabled):not(.disabled).active {
  background-color: #97001d;
  border-color: #97001d;
  color: #fff;
}

a.btn:not([href]):not([tabindex]).btn-round,
.btn.btn-round {
  border-radius: 50%;
  padding: 10px;
}

a.btn:not([href]):not([tabindex]).btn-round>i,
.btn.btn-round>i {
  font-size: 14px;
}

a.btn:not([href]):not([tabindex]).btn-slide,
.btn.btn-slide {
  border-radius: 50px;
  display: table-cell;
  opacity: 1;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: width 0.4s ease 0s, background 0.4s ease 0s;
  width: 46px;
  line-height: 18px;
}

a.btn:not([href]):not([tabindex]).btn-slide>i,
.btn.btn-slide>i {
  float: left;
  left: 17px;
  position: absolute;
  top: 17px;
  transition: all 0.8s ease 0s;
}

a.btn:not([href]):not([tabindex]).btn-slide>span,
.btn.btn-slide>span {
  left: 40px;
  position: absolute;
  text-align: left;
  top: 13px;
  transition: left 0.5s ease 0s, opacity 0.5s ease 0s;
  white-space: nowrap;
  opacity: 0;
}

a.btn:not([href]):not([tabindex]).btn-slide:hover,
.btn.btn-slide:hover {
  width: 140px;
  text-align: left;
}

a.btn:not([href]):not([tabindex]).btn-slide:hover>i,
.btn.btn-slide:hover>i {
  transform: rotate(360deg);
}

a.btn:not([href]):not([tabindex]).btn-slide:hover>span,
.btn.btn-slide:hover>span {
  opacity: 1;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-xs,
.btn.btn-slide.btn-xs {
  padding: 14px;
  width: 30px;
  line-height: 26px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-xs>i,
.btn.btn-slide.btn-xs>i {
  left: 9px;
  top: 8px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-xs>span,
.btn.btn-slide.btn-xs>span {
  left: 28px;
  top: 0px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover,
.btn.btn-slide.btn-xs:hover {
  width: 110px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-sm,
.btn.btn-slide.btn-sm {
  padding: 18px;
  width: 36px;
  line-height: 36px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-sm>i,
.btn.btn-slide.btn-sm>i {
  left: 13px;
  top: 13px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-sm>span,
.btn.btn-slide.btn-sm>span {
  left: 36px;
  top: 0px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover,
.btn.btn-slide.btn-sm:hover {
  width: 110px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-lg,
.btn.btn-slide.btn-lg {
  padding: 30px;
  line-height: 52px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-lg>i,
.btn.btn-slide.btn-lg>i {
  left: 23px;
  top: 23px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-lg>span,
.btn.btn-slide.btn-lg>span {
  left: 54px;
  top: 3px;
}

a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover,
.btn.btn-slide.btn-lg:hover {
  width: 200px;
}

a.btn:not([href]):not([tabindex]).btn-reveal,
.btn.btn-reveal {
  padding: 12px 34px;
}

a.btn:not([href]):not([tabindex]).btn-reveal span,
.btn.btn-reveal span {
  left: 0;
  position: relative;
  transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s;
}

a.btn:not([href]):not([tabindex]).btn-reveal i,
.btn.btn-reveal i {
  line-height: 18px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 18px;
}

a.btn:not([href]):not([tabindex]).btn-reveal:hover span,
.btn.btn-reveal:hover span {
  left: -10px;
}

a.btn:not([href]):not([tabindex]).btn-reveal:hover i,
.btn.btn-reveal:hover i {
  opacity: 1 !important;
  right: 18px;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs,
.btn.btn-reveal.btn-xs {
  line-height: 0px;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm,
.btn.btn-reveal.btn-sm {
  line-height: 0px;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg,
.btn.btn-reveal.btn-lg {
  line-height: 26px;
  padding: 0 52px;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span,
.btn.btn-reveal.btn-reveal-left span {
  right: 0;
  left: auto;
  transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i,
.btn.btn-reveal.btn-reveal-left i {
  left: 28px;
  right: auto;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span,
.btn.btn-reveal.btn-reveal-left:hover span {
  right: -10px;
  left: auto;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i,
.btn.btn-reveal.btn-reveal-left:hover i {
  left: 18px;
  right: auto;
}

a.btn:not([href]):not([tabindex]).btn-shadow,
.btn.btn-shadow {
  -webkit-box-shadow: 0 4px 16px #efefef;
  -moz-box-shadow: 0 4px 16px #efefef;
  box-shadow: 0 4px 16px #efefef;
}

a.btn:not([href]):not([tabindex]).btn-shadow:hover,
a.btn:not([href]):not([tabindex]).btn-shadow:focus,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active,
.btn.btn-shadow:hover,
.btn.btn-shadow:focus,
.btn.btn-shadow:not(:disabled):not(.disabled):active,
.btn.btn-shadow:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder,
.btn.btn-icon-holder {
  padding-right: 20px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder:before,
.btn.btn-icon-holder:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  right: 42px;
  top: 0;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline:before,
.btn.btn-icon-holder.btn-outline:before {
  border-left: 2px solid #2250fc;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline.btn-dark:before,
.btn.btn-icon-holder.btn-outline.btn-dark:before {
  border-left: 2px solid #111;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light:before,
.btn.btn-icon-holder.btn-light:before {
  border-left: 1px solid #f3f3f3;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:hover,
.btn.btn-icon-holder.btn-light.btn-light-hover:before,
.btn.btn-icon-holder.btn-light.btn-light-hover:hover {
  border-left: 1px solid #f3f3f3;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder i,
.btn.btn-icon-holder i {
  margin-left: 30px;
  margin-right: -2px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs,
.btn.btn-icon-holder.btn-xs {
  padding-right: 10px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs:before,
.btn.btn-icon-holder.btn-xs:before {
  right: 30px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs i,
.btn.btn-icon-holder.btn-xs i {
  margin-left: 20px;
  margin-right: 2px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm,
.btn.btn-icon-holder.btn-sm {
  padding-right: 16px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm:before,
.btn.btn-icon-holder.btn-sm:before {
  right: 36px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm i,
.btn.btn-icon-holder.btn-sm i {
  margin-left: 24px;
  margin-right: 0;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg,
.btn.btn-icon-holder.btn-lg {
  padding-right: 28px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg:before,
.btn.btn-icon-holder.btn-lg:before {
  right: 50px;
}

a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg i,
.btn.btn-icon-holder.btn-lg i {
  margin-left: 34px;
  margin-right: -8px;
}

a.btn:not([href]):not([tabindex]).btn-creative,
.btn.btn-creative {
  padding: 24px 40px;
  font-size: 15px;
  font-weight: 600;
}

a.btn:not([href]):not([tabindex]).btn-creative:before,
.btn.btn-creative:before {
  right: 58px;
}

a.btn:not([href]):not([tabindex]).btn-creative i,
.btn.btn-creative i {
  margin-left: 54px;
  margin-right: -16px;
}

a.btn:not([href]):not([tabindex]).btn-facebook,
.btn.btn-facebook {
  background-color: #3b5998 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-twitter,
.btn.btn-twitter {
  background-color: #00aced !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-linkedin,
.btn.btn-linkedin {
  background-color: #007bb6 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-dribbble,
.btn.btn-dribbble {
  background-color: #ea4c89 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-googleplus,
.btn.btn-googleplus {
  background-color: #dd4b39 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-instagram,
.btn.btn-instagram {
  background-color: #517fa4 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-pinterest,
.btn.btn-pinterest {
  background-color: #cb2027 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-dropbox,
.btn.btn-dropbox {
  background-color: #007ee5 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-flickr,
.btn.btn-flickr {
  background-color: #ff0084 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-tumblr,
.btn.btn-tumblr {
  background-color: #32506d !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-skype,
.btn.btn-skype {
  background-color: #00aff0 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-youtube,
.btn.btn-youtube {
  background-color: #bb0000 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex]).btn-github,
.btn.btn-github {
  background-color: #171515 !important;
  color: #ffffff !important;
  border-width: 0;
}

a.btn:not([href]):not([tabindex])+.btn,
.btn+.btn {
  margin-left: 4px;
}

a.btn:not([href]):not([tabindex]) .badge,
.btn .badge {
  position: absolute;
  right: -4px;
  top: -4px;
}

a.btn:not([href]):not([tabindex]).disabled,
.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .6;
}
/* ----------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------*/
.btn {
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: medium none ! important;
  text-transform: uppercase ! important;
}

.btn.btn:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
  padding: 12px 24px;
}

.btn-md {
  padding: 12px 24px;
}

.btn-primary,
.btn-success,
.btn-default,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-purple,
.btn-pink {
  color: #ffffff;
}

.btn-default {
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus {
  background-color: #19ad90;
  border: 1px solid #19ad90;
  color: #ffffff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #5d9cec ! important;
  border: 1px solid #5d9cec ! important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  background-color: #81c868 ! important;
  border: 1px solid #81c868 ! important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  background-color: #34d3eb ! important;
  border: 1px solid #34d3eb ! important;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  background-color: #ffbd4a ! important;
  border: 1px solid #ffbd4a ! important;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  background-color: #c30000 ! important;
  border: 1px solid #c30000 ! important;
}

.open>.dropdown-toggle.btn-primary.btn-outline,
.open>.dropdown-toggle.btn-success.btn-outline,
.open>.dropdown-toggle.btn-info.btn-outline,
.open>.dropdown-toggle.btn-warning.btn-outline,
.open>.dropdown-toggle.btn-danger.btn-outline,
.open>.dropdown-toggle.btn-default.btn-outline {
  border-width: 2px ! important;
  color: #ffffff ! important;
}

.open>.dropdown-toggle.btn-white.btn-outline {
  border-width: 2px ! important;
}

.btn-rounded {
  border-radius: 2em ! important;
}

.btn-rounded .btn-label {
  margin-left: -20px;
  padding: 7px 15px 7px 20px;
}

.btn-rounded .btn-label-right {
  margin-left: 12px;
  margin-right: -20px;
}

.btn-outline {
  background-attachment: scroll;
  background-clip: inherit;
  background-color: rgba(0, 0, 0, 0) ! important;
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto auto;
  border-radius: 5px;
  border-width: 2px ! important;
  font-weight: 600;
  transition: all 400ms ease-in-out 0s;
}

.btn-outline:hover {
  border-width: 2px ! important;
  color: #ffffff ! important;
}

.btn-outline:focus {
  border-width: 2px ! important;
  color: #ffffff ! important;
}

.btn-label {
  display: inline-block;
  margin: -12px -4px -12px -12px;
  padding: 0px 12px;
}

.btn-label-right {
  border-radius: 0px 3px 3px 0px;
  margin-left: 12px;
  margin-right: -13px;
}

.btn-label>i {
  color: #fff !important;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0px;
  opacity: 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.btn {
  margin-right: 8px;
  margin-bottom: 12px;
}

.btn-group .btn {
  margin-right: 0px;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 10px 5px;
  outline: 0 none;
  padding: 18px 36px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

.button.fale-sonhario {
  font-weight: 700;
  letter-spacing: .8px;
}

.button:hover:not,
a.button:hover {
  opacity: 0.8;
}

button:focus {
  outline: 0;
}

.button.effect:hover {
  opacity: 1;
}

.btn-send-icon {
  padding: 13px 6px 12px 14px;
}

/*Button icons*/
.button i {
  font-size: 15px;
  margin-right: 10px;
}

.button.icon-left i {
  margin-right: 10px;
}

.button.icon-right i {
  margin-left: 10px;
  margin-right: 0;
}

.button.small {
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
}

.button.small1 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
}

.button.small.fale-sonhario {
  font-size: 9px;
  height: 28px;
  line-height: 24px;
  padding: 0 5px;
}

.button.transparent.small {
  line-height: 0;
}

.button.small i {
  font-size: 11px;
  margin-right: 3px;
}

.button.small.icon-left i {
  margin-right: 6px;
}

.button.small.icon-right i {
  margin-left: 6px;
  margin-right: 0;
}

.button.large {
  font-size: 16px;
  height: 55px;
  letter-spacing: 2px;
  line-height: 52px;
  padding: 0 32px;
}

.button.transparent.large {
  line-height: 22px;
}

.button.border:hover,
.button.transparent:hover {
  opacity: 1;
}

.button.transparent:hover,
.button.transparent:hover span,
.button.transparent:hover i {
  color: #333 !important;
}

.button.full-rounded {
  border-radius: 50px
}

.button.rounded {
  border-radius: 3px
}

.button.fullwidth-button {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important
}

/*3d buttons*/
.button.button-3d {
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
}

.button.button-3d:hover {
  box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}

.button.fullwidth {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Effects*/
.button.effect {
  position: relative;
  overflow: hidden;
}

.button,
.button.effect.fill-vertical:after,
.button.effect.fill-horizontal:after,
.button.effect.icon-bottom span,
.button.effect.icon-bottom i,
.button.effect.icon-top span,
.button.effect.icon-top i,
.button.effect.icon-right span,
.button.effect.icon-right i,
.button.effect.icon-left span,
.button.effect.icon-left i {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/*Effect icon left*/
.button.effect.icon-left i {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-24px, -50%);
  -ms-transform: translate(-24px, -50%);
  transform: translate(-24px, -50%);
  ms-transform: translate(-24px, -50%);
  opacity: 0
}

.button.effect.icon-left span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  ms-transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  ms-backface-visibility: hidden;
}

.button:hover.effect.icon-left span {
  -webkit-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  transform: translate(15px, 0);
  ms-transform: translate(15px, 0);
}

/*Effect Small buttons*/
.button.small.effect.icon-left i {
  -webkit-transform: translate(-14px, -50%);
  -ms-transform: translate(-14px, -50%);
  transform: translate(-14px, -50%);
}

.button.small.effect.icon-left:hover span {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

/*Effect icon right*/
.button.effect.icon-right i {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  ms-transform: translate(30px, -50%);
  opacity: 0
}

.button.effect.icon-right span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  ms-transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  ms-backface-visibility: hidden;
}

.button:hover.effect.icon-right span {
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
  ms-transform: translate(-15px, 0);
}

/*Effect Small buttons*/
.button.small.effect.icon-right i {
  -webkit-transform: translate(14px, -50%);
  -ms-transform: translate(14px, -50%);
  transform: translate(14px, -50%);
}

.button.small.effect.icon-right:hover span {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

/*Effect icon top*/
.button.effect.icon-top i {
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  opacity: 0;
}

.button.effect.icon-top span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  ms-backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  ms-transform: translate(0, 0)
}

.button:hover.effect.icon-top span {
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
  ms-transform: translate(0px, 35px);
}

/*Effect Small buttons*/
.button.small.effect.icon-top i {
  top: -22px;
}

/*Effect large buttons*/
.button.large.effect.icon-top:hover span {
  -webkit-transform: translate(0px, 54px);
  -ms-transform: translate(0px, 54px);
  transform: translate(0px, 54px);
}

/*Effect icon bottom*/
.button.effect.icon-bottom i {
  position: absolute;
  display: block;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  opacity: 0;
}

.button.effect.icon-bottom span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  ms-backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  ms-transform: translate(0, 0)
}

.button:hover.effect.icon-bottom span {
  -webkit-transform: translate(0px, -27px);
  -ms-transform: translate(0px, -27px);
  transform: translate(0px, -27px);
  ms-transform: translate(0px, -27px);
}

/*Effect Small buttons*/
.button.small.effect.icon-bottom i {
  bottom: -27px;
}

/*Effect Large buttons*/
.button.large.effect.icon-bottom:hover span {
  -webkit-transform: translate(0px, -48px);
  -ms-transform: translate(0px, -48px);
  transform: translate(0px, -48px);
}

.button:hover.effect.icon-right i,
.button:hover.effect.icon-left i,
.button:hover.effect.icon-top i,
.button:hover.effect.icon-bottom i {
  opacity: 1;
}

/*Effect fill verical*/
.button.effect.fill-vertical,
.button.effect.fill-horizontal {
  overflow: hidden;
}

.button.effect.fill-vertical span {
  position: relative;
  z-index: 1;
}

.button.effect.fill-vertical:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(40deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(40deg);
  transform: translateX(-50%) translateY(-50%) rotate(40deg);
}

.button.effect.fill-vertical:hover:after {
  height: 550%;
  opacity: 1
}

/*Effect fill horizontal*/
.button.effect.fill-horizontal span {
  position: relative;
  z-index: 1;
}

.button.effect.fill-horizontal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-11%);
  -ms-transform: translateX(-50%) translateY(-11%);
  transform: translateX(-50%) translateY(-11%);
}

.button.effect.fill-horizontal:hover:after {
  height: 550%;
  opacity: 1
}

.form-control.error {
  border-color: red !important;
}
.form-control.valid {
  border-color: green !important;
}

div.error {
  color: red;
  font-size: .9rem;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}
.custom-control-label, .custom-control-label b {
  color: #2754fe!important;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff;
  color: #fff;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-input.error~.custom-control-label, .custom-control-input.error~.custom-control-label b {
  color: red !important;
}
.custom-control-input.error~.custom-control-label::before {
  border-color: #dc3545!important;
  box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
}
.background-dark {
  background-color: rgba(0, 0, 0, 1)!important;
}
#page-title .page-title>h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hidden {
  display: none;
}
.descricao-post-resumida {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.background-grey {
  background-color: #F7F9FB;
}
.tags {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  color: rgb(39, 84, 254);
}
.blog a{
  color: rgb(0, 0, 0);
}
.mostra_fancybox {
  cursor: pointer;
}
/************ modal **************/
.modal-header.background-success{
  background-color: #81c868;
  color: #fff !important;
}
.modal-header.background-danger{
  background-color: #c30000;
  color: #fff !important;
}
.modal-header.modal-header.background-warning{
  background-color: #ffbd4a;
  color: #fff !important;
}
.modal-header.background-success .btn-close, .modal-header.background-danger .btn-close, .modal-header.background-warning .btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
/************** modal strip **************/
.cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1.5rem 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1000;
}
.cookie-notice p, .cookie-notice p b {
  color: white;
}
.cookie-notice p {
  margin: 0;
  font-size: 13px;
}
.cookie-notice .btn-cookie {
  margin: 0 !important;
  border-color: #fff;
  color: #fff;
}
.cookie-notice .btn-cookie:hover {
  border-color: #2250fc;
  color: #2250fc !important;
}
div#whatsFloat {
  right: 3%!important;
  bottom: 4%!important;
}
@media (max-width: 991px) {
  .btn.btn-reveal.btn-reveal-left:hover span {
    left: auto;
    right: auto;
  }

  .btn.btn-reveal.btn-reveal-left:hover i {
    display: none;
  }
  #page-title .page-title>h2 {
      font-size: 26px;
      line-height: 34px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  #cover-sobre {
    background-image: url('/images/img-sobre-mobile.jpg');
    height: 100vh;
    background-position: center;
  }
  .container-socio {
    padding: 80px;
    background: black;
    margin: -50px;
  }
  div#whatsFloat {
    right: 5%!important;
    bottom: 5%!important;
  }
  .text-large, .text-large span, .text-large span span {
    font-size: 35px!important;
    line-height: 40px!important;
  }
  .text-medium {
    font-size: 24px!important;
    line-height: 1.1;
  }
  .xs-text-center {
    text-align: center!important;
  }
  .xs-justify-content-center {
    justify-content: center !important;
}
/***************** INSPIRO ICONS ***********/

@font-face {
  font-family: 'inspiro-icons';
  src: url("../webfonts/inspiro-icons.ttf?ijzgpf") format("truetype"), url("../webfonts/inspiro-icons.woff?ijzgpf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i:not(.fa):not(.fab):not(.far):not(.fas) {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-archive:before {
  content: "\e90b";
}

.icon-arrow-down-circle:before {
  content: "\e90c";
}

.icon-arrow-down-left:before {
  content: "\e90d";
}

.icon-arrow-down-right:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-arrow-left-circle:before {
  content: "\e910";
}

.icon-arrow-left:before {
  content: "\e911";
}

.icon-arrow-right-circle:before {
  content: "\e912";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up-circle:before {
  content: "\e914";
}

.icon-arrow-up-left:before {
  content: "\e915";
}

.icon-arrow-up-right:before {
  content: "\e916";
}

.icon-arrow-up:before {
  content: "\e917";
}

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart-2:before {
  content: "\e91a";
}

.icon-bar-chart:before {
  content: "\e91b";
}

.icon-battery-charging:before {
  content: "\e91c";
}

.icon-battery:before {
  content: "\e91d";
}

.icon-bell-off:before {
  content: "\e91e";
}

.icon-bell:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book-open:before {
  content: "\e922";
}

.icon-book:before {
  content: "\e923";
}

.icon-bookmark:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-briefcase:before {
  content: "\e926";
}

.icon-calendar:before {
  content: "\e927";
}

.icon-camera-off:before {
  content: "\e928";
}

.icon-camera:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-check-circle:before {
  content: "\e92b";
}

.icon-check-square:before {
  content: "\e92c";
}

.icon-check:before {
  content: "\e92d";
}

.icon-chevron-down:before {
  content: "\e92e";
}

.icon-chevron-left:before {
  content: "\e92f";
}

.icon-chevron-right:before {
  content: "\e930";
}

.icon-chevron-up:before {
  content: "\e931";
}

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chrome:before {
  content: "\e936";
}

.icon-circle:before {
  content: "\e937";
}

.icon-clipboard:before {
  content: "\e938";
}

.icon-clock:before {
  content: "\e939";
}

.icon-cloud-drizzle:before {
  content: "\e93a";
}

.icon-cloud-lightning:before {
  content: "\e93b";
}

.icon-cloud-off:before {
  content: "\e93c";
}

.icon-cloud-rain:before {
  content: "\e93d";
}

.icon-cloud-snow:before {
  content: "\e93e";
}

.icon-cloud:before {
  content: "\e93f";
}

.icon-code:before {
  content: "\e940";
}

.icon-codepen:before {
  content: "\e941";
}

.icon-codesandbox:before {
  content: "\e942";
}

.icon-coffee:before {
  content: "\e943";
}

.icon-columns:before {
  content: "\e944";
}

.icon-command:before {
  content: "\e945";
}

.icon-compass:before {
  content: "\e946";
}

.icon-copy:before {
  content: "\e947";
}

.icon-corner-down-left:before {
  content: "\e948";
}

.icon-corner-down-right:before {
  content: "\e949";
}

.icon-corner-left-down:before {
  content: "\e94a";
}

.icon-corner-left-up:before {
  content: "\e94b";
}

.icon-corner-right-down:before {
  content: "\e94c";
}

.icon-corner-right-up:before {
  content: "\e94d";
}

.icon-corner-up-left:before {
  content: "\e94e";
}

.icon-corner-up-right:before {
  content: "\e94f";
}

.icon-cpu:before {
  content: "\e950";
}

.icon-credit-card:before {
  content: "\e951";
}

.icon-crop:before {
  content: "\e952";
}

.icon-crosshair:before {
  content: "\e953";
}

.icon-database:before {
  content: "\e954";
}

.icon-delete:before {
  content: "\e955";
}

.icon-disc:before {
  content: "\e956";
}

.icon-dollar-sign:before {
  content: "\e957";
}

.icon-download-cloud:before {
  content: "\e92e";
}

.icon-download:before {
  content: "\e92f";
}

.icon-droplet:before {
  content: "\e95a";
}

.icon-edit-2:before {
  content: "\e95b";
}

.icon-edit-3:before {
  content: "\e95c";
}

.icon-edit:before {
  content: "\e95d";
}

.icon-external-link:before {
  content: "\e95e";
}

.icon-eye-off:before {
  content: "\e95f";
}

.icon-eye:before {
  content: "\e960";
}

.icon-facebook:before {
  content: "\e961";
}

.icon-fast-forward:before {
  content: "\e962";
}

.icon-feather:before {
  content: "\e963";
}

.icon-figma:before {
  content: "\e964";
}

.icon-file-minus:before {
  content: "\e965";
}

.icon-file-plus:before {
  content: "\e966";
}

.icon-file-text:before {
  content: "\e967";
}

.icon-file:before {
  content: "\e968";
}

.icon-film:before {
  content: "\e969";
}

.icon-filter:before {
  content: "\e96a";
}

.icon-flag:before {
  content: "\e96b";
}

.icon-folder-minus:before {
  content: "\e96c";
}

.icon-folder-plus:before {
  content: "\e96d";
}

.icon-folder:before {
  content: "\e96e";
}

.icon-framer:before {
  content: "\e96f";
}

.icon-frown:before {
  content: "\e970";
}

.icon-gift:before {
  content: "\e971";
}

.icon-git-branch:before {
  content: "\e972";
}

.icon-git-commit:before {
  content: "\e973";
}

.icon-git-merge:before {
  content: "\e974";
}

.icon-git-pull-request:before {
  content: "\e975";
}

.icon-github:before {
  content: "\e976";
}

.icon-gitlab:before {
  content: "\e977";
}

.icon-globe:before {
  content: "\e978";
}

.icon-grid:before {
  content: "\e979";
}

.icon-hard-drive:before {
  content: "\e97a";
}

.icon-hash:before {
  content: "\e97b";
}

.icon-headphones:before {
  content: "\e97c";
}

.icon-heart:before {
  content: "\e97d";
}

.icon-help-circle:before {
  content: "\e97e";
}

.icon-hexagon:before {
  content: "\e97f";
}

.icon-home:before {
  content: "\e980";
}

.icon-image:before {
  content: "\e981";
}

.icon-inbox:before {
  content: "\e982";
}

.icon-info:before {
  content: "\e983";
}

.icon-instagram:before {
  content: "\e984";
}

.icon-italic:before {
  content: "\e985";
}

.icon-key:before {
  content: "\e986";
}

.icon-layers:before {
  content: "\e987";
}

.icon-layout:before {
  content: "\e988";
}

.icon-life-buoy:before {
  content: "\e989";
}

.icon-link-2:before {
  content: "\e98a";
}

.icon-link:before {
  content: "\e98b";
}

.icon-linkedin:before {
  content: "\e98c";
}

.icon-list:before {
  content: "\e98d";
}

.icon-loader:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-log-in:before {
  content: "\e990";
}

.icon-log-out:before {
  content: "\e991";
}

.icon-mail:before {
  content: "\e992";
}

.icon-map-pin:before {
  content: "\e993";
}

.icon-map:before {
  content: "\e994";
}

.icon-maximize-2:before {
  content: "\e995";
}

.icon-maximize:before {
  content: "\e996";
}

.icon-meh:before {
  content: "\e997";
}

.icon-menu:before {
  content: "\e998";
}

.icon-message-circle:before {
  content: "\e999";
}

.icon-message-square:before {
  content: "\e99a";
}

.icon-mic-off:before {
  content: "\e99b";
}

.icon-mic:before {
  content: "\e99c";
}

.icon-minimize-2:before {
  content: "\e99d";
}

.icon-minimize:before {
  content: "\e99e";
}

.icon-minus-circle:before {
  content: "\e99f";
}

.icon-minus-square:before {
  content: "\e9a0";
}

.icon-minus:before {
  content: "\e9a1";
}

.icon-monitor:before {
  content: "\e9a2";
}

.icon-moon:before {
  content: "\e9a3";
}

.icon-more-horizontal:before {
  content: "\e9a4";
}

.icon-more-vertical:before {
  content: "\e9a5";
}

.icon-mouse-pointer:before {
  content: "\e9a6";
}

.icon-move:before {
  content: "\e9a7";
}

.icon-music:before {
  content: "\e9a8";
}

.icon-navigation-2:before {
  content: "\e9a9";
}

.icon-navigation:before {
  content: "\e9aa";
}

.icon-octagon:before {
  content: "\e9ab";
}

.icon-package:before {
  content: "\e9ac";
}

.icon-paperclip:before {
  content: "\e9ad";
}

.icon-pause-circle:before {
  content: "\e9ae";
}

.icon-pause:before {
  content: "\e9af";
}

.icon-pen-tool:before {
  content: "\e9b0";
}

.icon-percent:before {
  content: "\e9b1";
}

.icon-phone-call:before {
  content: "\e9b2";
}

.icon-phone-forwarded:before {
  content: "\e9b3";
}

.icon-phone-incoming:before {
  content: "\e9b4";
}

.icon-phone-missed:before {
  content: "\e9b5";
}

.icon-phone-off:before {
  content: "\e9b6";
}

.icon-phone-outgoing:before {
  content: "\e9b7";
}

.icon-phone:before {
  content: "\e9b8";
}

.icon-pie-chart:before {
  content: "\e9b9";
}

.icon-play-circle:before {
  content: "\e9ba";
}

.icon-play:before {
  content: "\e9bb";
}

.icon-plus-circle:before {
  content: "\e9bc";
}

.icon-plus-square:before {
  content: "\e9bd";
}

.icon-plus:before {
  content: "\e9be";
}

.icon-pocket:before {
  content: "\e9bf";
}

.icon-power:before {
  content: "\e9a1";
}

.icon-printer:before {
  content: "\e9c1";
}

.icon-radio:before {
  content: "\e9c2";
}

.icon-refresh-ccw:before {
  content: "\e9c3";
}

.icon-refresh-cw:before {
  content: "\e9c4";
}

.icon-repeat:before {
  content: "\e9c5";
}

.icon-rewind:before {
  content: "\e9c6";
}

.icon-rotate-ccw:before {
  content: "\e9c7";
}

.icon-rotate-cw:before {
  content: "\e9c8";
}

.icon-rss:before {
  content: "\e9c9";
}

.icon-save:before {
  content: "\e9ca";
}

.icon-scissors:before {
  content: "\e9cb";
}

.icon-search:before {
  content: "\e9cc";
}

.icon-send:before {
  content: "\e9cd";
}

.icon-server:before {
  content: "\e9ce";
}

.icon-settings:before {
  content: "\e9cf";
}

.icon-share-2:before {
  content: "\e9d0";
}

.icon-share:before {
  content: "\e9d1";
}

.icon-shield-off:before {
  content: "\e9d2";
}

.icon-shield:before {
  content: "\e9d3";
}

.icon-shopping-bag:before {
  content: "\e9d4";
}

.icon-shopping-cart:before {
  content: "\e9d5";
}

.icon-shuffle:before {
  content: "\e9d6";
}

.icon-sidebar:before {
  content: "\e9d7";
}

.icon-skip-back:before {
  content: "\e9d8";
}

.icon-skip-forward:before {
  content: "\e9d9";
}

.icon-slack:before {
  content: "\e9da";
}

.icon-slash:before {
  content: "\e9db";
}

.icon-sliders:before {
  content: "\e9dc";
}

.icon-smartphone:before {
  content: "\e9dd";
}

.icon-smile:before {
  content: "\e9de";
}

.icon-speaker:before {
  content: "\e9df";
}

.icon-square:before {
  content: "\e9e0";
}

.icon-star:before {
  content: "\e9e1";
}

.icon-stop-circle:before {
  content: "\e9e2";
}

.icon-sun:before {
  content: "\e9e3";
}

.icon-sunrise:before {
  content: "\e9e4";
}

.icon-sunset:before {
  content: "\e9e5";
}

.icon-tablet:before {
  content: "\e9e6";
}

.icon-tag:before {
  content: "\e9e7";
}

.icon-target:before {
  content: "\e9e8";
}

.icon-terminal:before {
  content: "\e9e9";
}

.icon-thermometer:before {
  content: "\e9ea";
}

.icon-thumbs-down:before {
  content: "\e9eb";
}

.icon-thumbs-up:before {
  content: "\e9ec";
}

.icon-toggle-left:before {
  content: "\e9ed";
}

.icon-toggle-right:before {
  content: "\e9ee";
}

.icon-trash-2:before {
  content: "\e9ef";
}

.icon-trash:before {
  content: "\e9f0";
}

.icon-trello:before {
  content: "\e9f1";
}

.icon-trending-down:before {
  content: "\e9f2";
}

.icon-trending-up:before {
  content: "\e9f3";
}

.icon-triangle:before {
  content: "\e9f4";
}

.icon-truck:before {
  content: "\e9f5";
}

.icon-tv:before {
  content: "\e9f6";
}

.icon-twitter:before {
  content: "\e9f7";
}

.icon-type:before {
  content: "\e9f8";
}

.icon-umbrella:before {
  content: "\e9f9";
}

.icon-underline:before {
  content: "\e9fa";
}

.icon-unlock:before {
  content: "\e9fb";
}

.icon-upload-cloud:before {
  content: "\e9fc";
}

.icon-upload:before {
  content: "\e9fd";
}

.icon-user-check:before {
  content: "\e9fe";
}

.icon-user-minus:before {
  content: "\e9ff";
}

.icon-user-plus:before {
  content: "\ea00";
}

.icon-user-x:before {
  content: "\ea01";
}

.icon-user:before {
  content: "\ea02";
}

.icon-users:before {
  content: "\ea03";
}

.icon-video-off:before {
  content: "\ea04";
}

.icon-video:before {
  content: "\ea05";
}

.icon-voicemail:before {
  content: "\ea06";
}

.icon-volume-1:before {
  content: "\ea07";
}

.icon-volume-2:before {
  content: "\ea08";
}

.icon-volume-x:before {
  content: "\ea09";
}

.icon-volume:before {
  content: "\ea0a";
}

.icon-watch:before {
  content: "\ea0b";
}

.icon-wifi-off:before {
  content: "\ea0c";
}

.icon-wifi:before {
  content: "\ea0d";
}

.icon-wind:before {
  content: "\ea0e";
}

.icon-x-circle:before {
  content: "\ea0f";
}

.icon-x-octagon:before {
  content: "\ea10";
}

.icon-x-square:before {
  content: "\ea11";
}

.icon-x:before {
  content: "\ea12";
}

.icon-youtube:before {
  content: "\ea13";
}

.icon-zap-off:before {
  content: "\ea14";
}

.icon-zap:before {
  content: "\ea15";
}

.icon-zoom-in:before {
  content: "\ea16";
}

.icon-zoom-out:before {
  content: "\ea17";
}
}