/* 
* Global
*/

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-thumb {
	background: rgb(250,188,33);
  background: -moz-linear-gradient(180deg, rgba(250,188,33,1) 33.33%, rgba(228,25,228,1) 33.33%, rgba(228,25,228,1) 66.66%, rgba(0,187,196,1) 66.66%, rgba(0,187,196,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(250,188,33,1) 33.33%, rgba(228,25,228,1) 33.33%, rgba(228,25,228,1) 66.66%, rgba(0,187,196,1) 66.66%, rgba(0,187,196,1) 100%);
  background: linear-gradient(180deg, rgba(250,188,33,1) 33.33%, rgba(228,25,228,1) 33.33%, rgba(228,25,228,1) 66.66%, rgba(0,187,196,1) 66.66%, rgba(0,187,196,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fabc21",endColorstr="#00bbc4",GradientType=1);
}

::-webkit-scrollbar-thumb:hover {
	background: rgb(255,215,114);
  background: -moz-linear-gradient(180deg, rgba(255,215,114,1) 33.33%, rgba(255,121,255,1) 33.33%, rgba(255,121,255,1) 66.66%, rgba(106,248,255,1) 66.66%, rgba(106,248,255,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,215,114,1) 33.33%, rgba(255,121,255,1) 33.33%, rgba(255,121,255,1) 66.66%, rgba(106,248,255,1) 66.66%, rgba(106,248,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,215,114,1) 33.33%, rgba(255,121,255,1) 33.33%, rgba(255,121,255,1) 66.66%, rgba(106,248,255,1) 66.66%, rgba(106,248,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd772",endColorstr="#6af8ff",GradientType=1);
}

input:focus{
	outline: 0 !important;
}

::placeholder{
	color: black !important;
}

:root{
	--darkColor: #212529 !important;
}

/*
* Buttons
*/

.btn-gray {
  background-color: #fdcb3e !important;
  border-color: #fdcb3e  !important;
  color: #FFF !important;
}

.btn-gray:hover {
  border: 1px solid #fdcb3e !important;
  background: #0000 !important;
  color: #fdcb3e !important;
}

.bkg-btn {
  z-index: 999; 
  background-color: white; 
  position: fixed; 
  bottom: 50px; 
  right: 32px; 
  padding: 0; 
  margin: 0; 
  padding: 10px; 
  box-shadow: -2px 4px 10px #666; 
  border: 1px solid #ddd; 
  border-radius: 8px;
}

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999 !important;
}

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.btn-primary {
  color: #fff;
  background-color: #1ab394;
  border-color: #1ab394;
}

/*
* Google reCAPTCHA
*/

.grecaptcha-badge {
  display: none;
}

/*
* Carregamento
*/

.bounce-loader .bounce1 {
  background-color: rgba(250,188,33,1) !important;
  box-shadow: none !important;
}

.bounce-loader .bounce2 {
  background-color: rgba(228,25,228,1) !important;
  box-shadow: none !important;
}
.bounce-loader .bounce3 {
	background-color: rgba(0,187,196,1) !important;
	box-shadow: none !important;
}

/*
* Menu topo
*/

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, 
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
  color: #000 !important;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
  color: #444 !important;
}

.btn-area-restrita {
  background-color: #000;
  padding: 6px 15px 3px 15px;
  border-radius: 25px;
  color: #fff;
  border: 1px solid #000;
  transition: all .3s;
}

.btn-area-restrita:hover {
  background-color: transparent;
  color: #000;
}

.pages-nav-active {
  border-bottom: 4px solid #fabc21;
}

.pages-nav-active:after {
  content: '';
  height: 4px;
  width: 33.33%;
  display: block;
  background: #e419e4;
  bottom: 1px;
  margin-left: 33.33%;
  position: relative;
}

.pages-nav-active:before {
  content: '';
  height: 4px;
  width: 33.33%;
  display: block;
  background: #00bbc4;
  margin-left: 66.66%;
  bottom: calc(-100% - 4px);
  position: relative;
}

.pages-nav-active a {
  padding-bottom: 4px !important;
}

#header .header-nav-main nav > ul > li.pages-nav:hover {
  border-bottom: 4px solid #fabc21;
}

#header .header-nav-main nav > ul > li.pages-nav:hover::before {
  content: '';
  height: 4px;
  width: 33.33%;
  display: block;
  background: #00bbc4;
  margin-left: 66.66%;
  bottom: calc(-100% - 4px);
  position: relative;
}

#header .header-nav-main nav > ul > li.pages-nav:hover::after {
  content: '';
  height: 4px;
  width: 33.33%;
  display: block;
  background: #e419e4;
  bottom: 1px;
  margin-left: 33.33%;
  position: relative;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.pages-nav:hover > a, 
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.pages-nav > a {
  padding-bottom: 4px;
}

/* 
* Menu mobile
*/

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
  content: '';
}

.cd-logo, 
.cd-nav-trigger {
  position: relative;
  display: inline-block;
}

.cd-logo {
  top: 28px;
  left: 5%;

}
.cd-logo img {
  display: block;
}

.sticky-header-active .cd-nav-trigger {
  height: 71px;
  width: 71px;
}

.cd-nav-trigger {
  top: 0;
  right: 0;
  height: 14px;
  width: 70px;
  z-index: 5;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  cursor: pointer;
}

.cd-nav-trigger .cd-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #E419E4;
  z-index: 10;
  width: 35px;
}

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
  background-color: #FABC21;
}

.cd-nav-trigger .cd-icon:after {
  background-color: #00BBC4;
}

.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
  width: 35px;
  left: 0;
  top: -3px;
}

.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
  width: 35px;
  left: 0;
  top: 3px;
}

.cd-nav-trigger::before, 
.cd-nav-trigger::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}

.cd-nav-trigger::before {
  background-color: #0000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger::after {
  background-color: #d0ff0100;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
  background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before {
  background-color: #E419E4;
}

.cd-nav-trigger.close-nav .cd-icon::after {
  background-color: #00BBC4;
}

.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: -3px;
  width: 35px;
  left: 0;
}

.cd-primary-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: #FABC21;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  list-style: none;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
  margin: .8em 0;
  text-align: center;
  text-transform: capitalize;
  list-style-type: none !important;
  list-style: none !important;
}

.cd-primary-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 28px;
  color: #fff !important;
}

.cd-primary-nav a:hover{
  color: #000 !important;
  text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}

.cd-primary-nav.fade-in {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav li {
    margin: 2em 0;
  }

  .cd-primary-nav a {
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    margin: 2.6em 0;
  }

  .cd-primary-nav a {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cd-overlay-nav, 
.cd-overlay-content {
  position: fixed;
  top: 28px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, 
.cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-overlay-nav.is-hidden, 
.cd-overlay-content.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  z-index: 2;
}

.cd-overlay-nav span {
  background-color: #E419E4;
}

.cd-overlay-content {
  z-index: 4;
}

.cd-overlay-content span {
  background-color: #00BBC4;
}

.cd-content {
  padding: 80px 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 1;
}

.cd-content .cd-intro {
  height: 200px;
  padding-top: 4.6em;
}

.cd-content h1 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.cd-content p {
  line-height: 1.5;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .cd-content .cd-intro {
    height: 250px;
    padding-top: 6em;
  }

  .cd-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  
  .cd-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/*
* Institucional
*/

#mod-institucional .container-fluid {
  margin-top: 250px;
  background-color: #EAEAEA !important;
}

.imagem-institucional-centro img {
  top: -50%;
  position: relative;
  max-width: 400px;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

#mod-institucional .container-fluid .text-institucional-dois {
  margin-top: -135px;
}

.btn-black {
  background-color: #000;
  padding: 6px 35px 3px 35px;
  border-radius: 25px;
  color: #fff;
  border: 2px solid #000;
  transition: all .3s;
}

.btn-black:hover {
  color: #000;
  background-color: transparent;
}

.divisor .item-1 {
  background-color: #FABC21 !important;
  height: 8px !important;
}

.divisor .item-2 {
  background-color: #E419E4 !important;
  height: 8px !important;
}

.divisor .item-3 {
  background-color: #00BBC4 !important;
  height: 8px !important;
}

/*
* Planos
*/

.container-planos {
  background-color: #fff;
  padding: 45px 30px;
  box-shadow: 0px 0px 20px #dfdfdf;
  transition: all .3s;
}

.container-planos p {
  border-bottom: 1px solid #F0F0F0;
}

.container-planos .price {
  margin: 0 0 32px 0;
}

.btn-planos {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 30px;
}

#mod-planos-mobile {
  background-color: #E6E6E6;
}

#planos-confirmacao .input-group .form-control {
  border: 1px solid #D6D6D6;
  background-color: #FCFCFC;
}

#planos-confirmacao .input-group .input-group-prepend {
  background-color: #C208C2;
  color: #fff;
  border: 2px solid #C208C2;
  font-weight: bold;
  margin-left: 0px;
  cursor: pointer;
  transition: all .3s;
}

#planos-confirmacao .input-group .input-group-prepend:hover {
  background-color: transparent;
  color: #C208C2;
}

.btn-confirma-pagamento {
  background-color: #00D9A3;
  color: #fff;
  border: 2px solid #00D9A3;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 35px;
  transition: all .3s;
}

.btn-confirma-pagamento:hover {
  background-color: transparent;
  color: #00D9A3;
}

/*
* Footer
*/

#footer {
  background-color: #111111 !important;
}

.btn-submit-form-footer {
  background-color: #FCC634;
  border: 1px solid #FCC634;
  border-radius: 25px;
  padding: 5px 25px;
  font-weight: bold;
  float: right;
  font-size: 16px;
  transition: all .3s;
}

#footer form label.error {
  margin: auto !important;
  font-weight: bold;
}

.btn-submit-form-footer:hover {
  background-color: transparent;
  color: #FCC634;
}

.btn-submit-form-footer:disabled {
  background-color: #6a510c;
  color: #fff;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .btn-submit-form-footer {
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    width: 100%;
    border-radius: 0 !important;
    text-transform: lowercase;
    padding: 15px 0;
    font-size: 20px;
  }

  .btn-submit-form-footer:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
}

/*
* Homenageados
*/

.no-form-validade {
  background-image: none !important;
}

.form-control.no-form-validade.is-valid:focus {
  box-shadow: none !important;
}

#mod-homenageados-titulo {
  background-color: #111111 !important;
}

#buscar {
  background-color: #EFEFEF;
}

#buscar .input-group input {
  border: 2px solid #111111;
  border-radius: 50px;
  padding: 15px 60px 15px 30px;
}

#buscar .input-group button {
  border: 2px solid #111111;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: #111111;
  color: #fff;
  position: relative;
  right: 53px;
  top: 7px;
  z-index: 100;
  transition: all .3s;
}

#buscar .input-group button:hover {
  background-color: transparent;
  color: #111111;
}

.btn-homenageados {
  background-color: #D411D4;
  color: #fff;
  border: 2px solid #D411D4;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
  transition: all .3s;
}

.btn-homenageados:hover {
  background-color: transparent;
  color: #D411D4;
}

.border-gradient{
  border-radius: 100%;
  background: rgb(249,184,38);
  background: -moz-linear-gradient(135deg, rgba(249,184,38,1) 0%, rgba(232,51,197,1) 50%, rgba(5,198,207,1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(249,184,38,1) 0%, rgba(232,51,197,1) 50%, rgba(5,198,207,1) 100%);
  background: linear-gradient(135deg, rgba(249,184,38,1) 0%, rgba(232,51,197,1) 50%, rgba(5,198,207,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9b826",endColorstr="#05c6cf",GradientType=1);
  padding: 7px;
}

.name-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.border-gradient div img {
  width: 325px !important;
  object-position: 50% 50% !important;
  object-fit: cover !important;
  border-radius: 100% !important;
  height: 225px;
}

#paginacao .item {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 3px;
  font-style: italic;
  transition: all .3s;
}

#paginacao .item:hover {
  border: 1px solid #111111;
}

#paginacao .item.active {
  background-color: #111111 !important;
  border: 1px solid #111111 !important;
  color: #fff !important;
  transition: all .3s;
}

#paginacao .item.active:hover {
  background-color: #fff !important;
  color: #111111 !important;
}

#paginacao .item.active a {
  color: #fff !important;
  transition: all .3s;
}

#paginacao .item.active:hover a {
  color: #111111 !important;
}

#mod-homenageados-saibamais .img-saibamais-homenageados {
  width: 100% !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  height: 450px;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, 
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, 
html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, 
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, 
html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, 
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, 
html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus, 
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus {
  border-left-color: #E419E4 !important;
}

.tabs-left .nav-tabs > li:first-child .nav-link,
.tabs-left .nav-tabs > li:last-child .nav-link {
  border-radius: 0 !important;
}

html body .tabs .nav-tabs .nav-link, 
html.dark body .tabs .nav-tabs .nav-link, 
html body .tabs .nav-tabs .nav-link:hover, 
html.dark body .tabs .nav-tabs .nav-link:hover, 
html body .tabs .nav-tabs .nav-link.active, 
html.dark body .tabs .nav-tabs .nav-link.active {
  color: #000 !important;
}

.nav-tabs li .nav-link, 
.nav-tabs li .nav-link:hover {
  background-color: #fff !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

#galeria-fotos {
  background-color: #F0F0F0 !important;
}

#galeria-fotos .img-fluid {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

.image-galeria {
  transition: all .3s;
}

.image-galeria:hover {
  transform: scale(1.02);
  box-shadow: 0px 8px 18px #c5c5c5;
}

#videos .input-group .form-control {
  border: 1px solid #D6D6D6;
  background-color: #FCFCFC;
}

#videos .input-group .input-group-prepend {
  background-color: #C208C2;
  color: #fff;
  border: 2px solid #C208C2;
  font-weight: bold;
  margin-left: 0px;
  transition: all .3s;
}

#videos .input-group:hover .input-group-prepend {
  background-color: transparent;
  color: #C208C2;
}

@media (max-width: 991px) {
  .nav-tabs li .nav-link {
    border-top: 3px solid #eee !important;
    border-radius: 0;
  }

  .nav-tabs li .nav-link.active, 
  .nav-tabs li .nav-link:hover {
    border-top: 3px solid #E419E4 !important;
  }

}

/*
* Cadastre-se
*/

.form-titulo-1 {
  margin-left: calc(1rem + 28px) !important;
  border-bottom: 3px solid #FBBE24;
  width: 130px !important;
  padding-bottom: 1rem;
}

.form-titulo-2 {
  margin-left: calc(1rem + 28px) !important;
  border-bottom: 3px solid #B903B9;
  width: 186px !important;
  padding-bottom: 1rem;
  padding-top: 2.25rem;
}

.form-titulo-3 {
  margin-left: calc(1rem + 28px) !important;
  border-bottom: 3px solid #00B4C0;
  width: 209px !important;
  padding-bottom: 1rem;
  padding-top: 2.25rem;
}

.form-titulo-1,
.form-titulo-2,
.form-titulo-3 {
  color: #333333;
}

.container-form {
  border: 1px solid #C1C1C1;
  padding: 30px 40px;
}

.btn-finaliza-cadastro {
  background-color: #00D9A3;
  color: #fff;
  border: 2px solid #00D9A3;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 35px;
  cursor: pointer;
  transition: all .3s;
}

.btn-finaliza-cadastro:hover {
  background-color: transparent;
  color: #00D9A3;
}

.btn-finaliza-cadastro:disabled {
  cursor: not-allowed;
}

/*
* Anuncios
*/

.bg-light-gray-custom {
  background-color: #EAEAEA !important;
}

.owl-carousel .owl-nav button.owl-prev:before {
  content: '';
}

.owl-carousel .owl-nav button.owl-next:before {
  content: '';
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #000 !important;
  border-color: #000 !important;
  font-size: 35px;
  border: 1px solid #000;
  transition: all .3s;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, 
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
  background-color: transparent !important;
  color: #000 !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}

/*
* Cadastrar-se
*/

label.error {
  display: none !important;
}

/*
* Background custom
*/

.bg-custom-black {
  background-color: #000000 !important;
}

/*
* Area restrita
*/

.btn-login {
  background-color: #00D9A3;
  color: #fff;
  border: 2px solid #00D9A3;
  border-radius: 0 !important;
  transition: all .3s;
}

.btn-login:hover {
  background-color: transparent;
  color: #00D9A3;
}

#image_preview {
  color: #fff;
  font-size: 14px;
  font-family: dinpro-bold;
}

#image_preview i {
  font-size: 48px;
  color: #fff;
}

aside ul.nav-list > li > a {
  color: #fff !important;
}

ul.nav-list li > a.active {
  color: #ed1ded !important;
}

.breadcrumb > li + li:before,
ul.nav-list li a:before {
  font-family: 'Font Awesome 5 Pro';
}

aside.sidebar-acc {
  background: #212529;
}

.box-content {
  border-top: 0px !important;
  padding-top: 90px !important;
}

.box-content-header {
  width: 100%;
  background: #d0ff01;
  color: #454a60 !important;
  position: absolute;
  left: 0;
  top: 1px;
  padding: 20px 30px;
}

.profile-image-outer-container {
  height: 100%;
  background: linear-gradient(0deg, #454a60 50%, #fff 50%);
  border-radius: 0;
}

.half-background {
  background: linear-gradient(0deg, #454a60 50%, #fff 50%);
}

.profile-image-outer-container .profile-image-inner-container {
  border-radius: 50%;
  padding: 30px;
}

html .bg-color-primary, 
html .bg-primary {
  background-color: #0000 !important;
}

.profile-image-outer-container .profile-image-inner-container img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  border: 5px solid #454a60 !important;
  background: #fff;
  padding: 25px;
}

.btns-actions {
  position: absolute;
  right: 0;
  top: -2px;
}

.list.list-icons li > [class*="fa-"]:first-child, 
.list.list-icons li > .icons:first-child, 
.list.list-icons li a:first-child > [class*="fa-"]:first-child, 
.list.list-icons li a:first-child > .icons:first-child {
  top: 6px;
}

/*
* Upload imagem
*/

.btn-imagem-preview {
  opacity: 0;
  position: absolute;
}

.center-preview-img {
  background-color: #c0c0c526;
  padding: 50px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.center-img {
  background-color: #c0c0c526;
  padding: 50px;
  border-radius: 4px;
}

.center-img-2 {
  background-color: #c0c0c526;
  height: 75px;
  width: 75px;
}

.center-img-2 img {
  height: 75px;
  width: 75px;
  object-fit: cover;
  object-position: 50% 50%;
}

.btn-galeria-2 {
  background-color: #454a60 !important;
  border-color: #454a60 !important;
  width: calc(100% - 156px) !important;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-left: 3px;
}

.center-preview-img-2 {
  margin-left: 3px;
  background-color: #c0c0c526;
  width: 75px;
  height: 75px;
}

.center-preview-img-2 .image-preview img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: 50% 50%;
}

.cadastrar-tabs:nth-child(2n) {

  padding: 15px 15px 1px 15px;
}

.cadastrar-tabs:nth-child(2n+1) {
  padding: 15px 15px 1px 15px;
  background-color: #c0c0c526;
}

.btn-green-light {
  background: #00a1b3;
  color: #fff;
  border: 1px solid #00a1b3;
  border-radius: 0 !important;
  transition: all .3s;
}

.btn-green-light:hover {
  color: #00a1b3;
  background-color: transparent;
}

.btn-purple {
  background: #fcc532;
  color: #fff;
  border: 1px solid #fcc532;
  border-radius: 0 !important;
  transition: all .3s;
}

.btn-purple:hover {
  color: #fcc532;
  background-color: transparent;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: 0;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: middle;
}

.tooltip-demo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

html .toggle-primary .toggle label, 
html .toggle-primary .toggle .toggle-title {
  color: #000 !important;
}

html .toggle-primary .toggle.active > label, 
html .toggle-primary .toggle.active > .toggle-title {
  background-color: #212529 !important;
  color: #fff !important;
}

/*
* Checkbox
*/

.checkbox {
  width: 85px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc3545;
}

checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #dc3545;
  border-radius: 0;
  width: 37.88px;
  height: 38px;
  float: left;
  margin-right: 5px;
}

.checkbox .cr .cr-icon {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #dc3545;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
  color: #fff !important;
  background: #dc3545;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

#footer form {
  opacity: 1;
}