@import url("skin.css");
@import url("../fonts/HerbaFont/HerbaFont.css");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*
====================================================
* [Master Stylesheet]

  Theme Name :  CLIENTEPREMIUM.COM.BR
  Version    :  1.0
  Author     :  EccoCreative
  Author URI :  https://www.eccocreative.com.br
==================================================== */

/* --------------------------------- */
/* GOOGLE AUTOFILL HACK
 ----------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px transparent inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow:
    /*your box-shadow*/ 0 0 0 50px transparent inset;
}

.file-field .btn {
  line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

textarea,
input,
*:focus {
  outline: none !important;
}

.navbar-nav,
header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* --------------------------------- */
/* RESET
 ----------------------------------- */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
.wow {
  visibility: hidden;
}
*/

/* HTML5 display-role reset for older browsers */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: underline;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */
a.link-2x {
  font-size: 1.4rem;
}

i.fal,
i.far,
i.fas,
.svg-inline--fa {
  vertical-align: middle;
  margin-left: 0;
}

/* --------------------------------- */
/* PRELOADER
 ----------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #addb4e;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #8bb03f;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6a8730;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------------------------- */
/* PAGE DEFAULTS
 ----------------------------------- */

body {
  background-color: #fff;
  font-family: var(--fontDefault);
  height: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: var(--darkgrey);
}

html {
  height: auto;
  min-height: 100%;
}

.tit {
  font-size: 2.4rem;
}
.subtit {
  font-size: 1.8rem;
}

.bg-gray {
  background-color: var(--lightgrey);
}
.bg-green {
  background-color: var(--green);
}
.bg-lightgreen {
  background-color: var(--lightgreen);
}
.white-text,
.txt-white {
  color: #fff;
}
.text-blue {
  color: var(--blue);
}
.text-green {
  color: var(--green);
}
.txt-err {
  color: var(--errColor);
}

.erro-box {
  background-color: var(--errColor);
  padding: 1rem;
  color: #fff;
  position: absolute;
  width: 40%;
}

a.linkbb:hover {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.btn.btn-custom {
  background-color: var(--green);
  color: white;
  border: 1px solid var(--green);
  border-radius: 10px;
  text-decoration: none;

  &:hover,
  &:active,
  &:focus {
    background-color: var(--lightgreen);
    color: white;
  }
}

.btn.btn-lightgreen {
  background-color: var(--lightgreen);
  color: white;
  border: 1px solid var(--lightgreen);
  border-radius: 10px;
  text-decoration: none;

  &:hover,
  &:active,
  &:focus {
    background-color: white;
    border: white;
    color: var(--lightgreen);
  }
}

.btn-outline {
  color: var(--green);
  background-color: transparent;
  border: 1px solid var(--green);
  border-radius: 10px;
  text-decoration: none;

  &:hover,
  &:active,
  &:focus {
    color: white;
    background-color: var(--green);
    text-decoration: none;
  }
}

ul.social {
  text-align: center;
  margin-top: 30px;
  padding: 0;
}

ul.social li {
  display: inline-block;
  margin-right: 10px;
}

ul.social li:last-child {
  margin-right: 0;
}

ul.social li i {
  font-size: 1.5rem;
}

ul.social li a:hover i {
  color: var(--lightgreen);
}

.header-custom {
  background-color: #fff;
}

.header-custom .navbar-brand img {
  height: 45px;
}

.form-custom .form-control {
  border: 1px solid var(--darkgrey);
  border-radius: 8px;
}

.form-custom .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 190, 32, 20%);
}

/* --------------------------------- */
/* SLICK CUSTOM
 ----------------------------------- */
.slick-custom .slick-dots li {
  margin: 0 6px;
}

.slick-custom .slick-dots {
  bottom: 20px;
}

.slick-custom .slick-dots li button:before {
  font-size: 90px;
  color: white;
  content: "-" !important;
}

.slick-custom.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-initialized {
  visibility: visible !important;
}
.slick-prev,
.slick-next {
  z-index: 9;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Light";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: none;
  opacity: 0;
}

.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}

.slick-prev svg,
.slick-next svg {
  font-size: 1.5rem;
  width: 30px !important;
  color: #000;
}

/* --------------------------------- */
/* INDEX
 ----------------------------------- */

body {
  background: #fff;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
}

footer {
  background: var(--darkgrey);
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

footer {
  background-color: var(--green);
  color: white;
  font-size: 0.9rem;
}

.logo-footer {
  height: 55px;
}

.links-footer {
  margin-right: 10px;
}

/* DOWNLOAD */
.dropzone {
  border: 1px solid var(--darkgrey);
  background: transparent;
  padding: 30px;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.dropzone .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropzone-img {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.dropzone:hover .dropzone-img {
  opacity: 1;
}

.dz-progress {
  display: none !important;
}

.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: auto;
}

/* Garante que o Cropper ocupe toda a largura do modal */
#cropperContainer {
  width: 100%;
  height: 70vh; /* Define uma altura proporcional */
  max-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Ajusta a imagem dentro do cropper */
#cropperImage {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain; /* Mantém a imagem ajustada dentro do container */
}

.nivel {
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}

.nivel.selected {
  background-color: green;
  color: white;
}

/* --------------------------------- */
/* DOWNLOADS
 ----------------------------------- */
.bg-downloads {
  background-image: url(../../images/bg-downloads_03.jpg);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  background-position: center top;
}

.image-preview {
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* --------------------------------- */
/* FEATURES
 ----------------------------------- */
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* --------------------------------- */
/* CUSTOM MODAL
 ----------------------------------- */
.modal.modal-custom .modal-content {
  background: #fff;
  border: 0;
}

.modal-custom ~ .modal-backdrop {
  background: #000;
  z-index: 1040;
}

.modal-custom ~ .modal-backdrop.show {
  opacity: 0.8;
}

.modal.modal-full {
  background: transparent;
}

.modal.modal-full .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.modal.modal-full .modal-content h4 {
  margin: 15px 0 0 0;
}

.modal-full .modal-content h4 i {
  vertical-align: top;
  font-size: 2rem;
  margin-top: -5px;
}

.modal.modal-full {
  background-color: transparent !important;
}

.modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 10px;
  margin-top: 0;
  background: transparent;
  border: none;
  z-index: 9;
}

.modal .btn-close img {
  width: 12px;
  height: auto;
}

ul.social-share {
  display: flex;
  padding-left: 0;
  margin-top: 10px;
}

.social-share li {
  width: 30px;
  text-align: center;
  margin-right: 5px;
}

.social-share li svg {
  font-size: 22px;
}

#formError {
  background-color: var(--errColor);
  color: #fff;
  margin: 15px;
  padding: 5px;
}

/* --------------------------------- */
/* ADMIN
 ----------------------------------- */
.dashboard-container .card .card-body {
  max-height: 400px;
  overflow-y: auto;
}

/* --------------------------------- */
/* RESPONSIVE
 ----------------------------------- */

/* iphone 5 and smaller */
@media (max-width: 320px) {
  h2 {
    font-size: 2rem;
  }

  h4,
  .h4 {
    letter-spacing: 0.05rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .navbar-brand {
    max-width: 100px;
  }
}

/* Extra small devices (phones, less than 768px) */
@media (min-width: 321px) and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }

  h4,
  .h4 {
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .navbar-brand {
    max-width: 150px;
  }
}

/* small */
@media (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }

  h4,
  .h4 {
    letter-spacing: 0.05rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .navbar-brand {
    max-width: 200px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    max-width: 220px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* AJUSTE DO BANNER */
.banner-cont {
  display: flex;
  justify-content: center;
  height: auto;
}

@media (min-width: 1481px) and (max-width: 1310px) {
}

@media (min-width: 1309px) and (max-width: 1155px) {
}

@media (min-width: 880px) and (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 879px) {
}

@media (min-width: 730px) and (max-width: 767px) {
}

@media (min-width: 576px) and (max-width: 729px) {
}

@media (min-width: 495px) and (max-width: 575px) {
}

@media (min-width: 408px) and (max-width: 494px) {
}

@media (min-width: 321px) and (max-width: 407px) {
}

@media (max-width: 320px) {
}
