/* Alterações que afetam todo o site */
* {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

/* BLOG IMAGENS */

.post_image_group {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 20px !important;
}

/* SLIDER */
#carousel-dry {
  /*margin-top: -152px;*/
  padding: 0 !important;
}

#carousel-dry-mobile {
  /*margin-top: -152px;*/
  padding: 0 !important;
}

.carousel-indicators .active {
  background-color: #fff !important;
  /*background-color: #1e6abc !important;*/
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 300px !important;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0px !important;
  color: #fff;
  text-align: center;
  /*background-color: #1d2124;*/
}

.carousel-caption h5 {
  font-weight: 900;
  color: #fff;
  font-size: 2.5em;
  padding-bottom: 1%;
  line-height: 1.2;
  text-shadow: 1px 1px 0px #0000003d;
  text-transform: uppercase;
  -moz-transform: matrix(1.46824615708555, 0, 0, 1.46824615708555, 0, 0);
  -webkit-transform: matrix(1.46824615708555, 0, 0, 1.46824615708555, 0, 0);
  -ms-transform: matrix(1.46824615708555, 0, 0, 1.46824615708555, 0, 0);
}

.carousel-caption p {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 2rem;
}

.carousel-caption .button-slider {
  padding: 1em 4em;
  background: linear-gradient(to left, #fe5000 50%, #ef9166 100%);
  background-size: 200% auto;
  transition-duration: 0.5s;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
}

.carousel-caption .button-slider:hover {
  background-position: right center;
  transition-duration: 0.5s;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #a1a4a9;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  color: var(--color-primary);
  /* background-color: var(--color-primary); */
  border-color: var(--color-primary);
}

.page-link:focus {
  color: #fff;
  background-color: var(--color-primary);
  outline: 0;
  box-shadow: var(--sh-focus-box-shadow);
}

/* PAGINATOR */
.paginator {
  display: flex;
  flex-basis: auto;
  justify-content: center !important;
  padding: 1em 0;
  margin-top: 8px;
}

.paginator li {
  list-style: none;
  list-style: none;
  margin: 0 4px;
}

.paginator .btn-disabled {
  pointer-events: none;
  outline: none;
  background-color: var(--color-white-10);
  color: var(--color-gray-70) !important;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.paginator li .active {
  color: var(--color-white) !important;
  background-color: var(--color-primary);
  box-shadow: var(--box-shadow-ext);
  border-radius: 50px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator li .active:hover {
  border: none !important;
  color: var(--color-white) !important;
}

.paginator li a {
  box-shadow: var(--box-shadow-ext);
  border-radius: 50px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white-10);
  color: var(--color-gray-40);
  transition: 0.2s;
}

.paginator li a:hover {
  outline: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: 0.2s;
}

.paginator li:last-child a,
.paginator li:first-child a {
  width: auto !important;
  padding: 0 12px;
  box-sizing: border-box;
}

/*BTN_LOGIN*/
.ancor_lg,
.create_lg {
  border: none !important;
  background-color: transparent;
  color: var(--color-primary);
  cursor: pointer;
}

.ancor_lg:hover,
.create_lg:hover {
  text-decoration: solid;
}

/*TXTACCESS*/
.text-access {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* FLIP */
.flip-container {
  display: inline-block;
  width: 300px;
  height: 200px;
  perspective: 1000px;
}

.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#switch {
  display: none;
}

#switch:checked~.flip-container .flipper {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
}

/* 404 */
.page_notfound {
  margin: 7em auto;
  text-align: center;
}

.cat_header h1 {
  color: #fe5000 !important;
}

/* MODAL */

.modal_news {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(33, 44, 85, 0.8);
  opacity: 0;
}

.section_adv {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  background-color: rgba(33, 44, 85, 0.8);
  opacity: 0;
}

.modal_login {
  display: none;
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 32%);
  opacity: 0;
}

.modal_login_div {
  position: relative;
  background-color: var(--color-white-10);
  margin: auto;
  padding: 0;
  border-radius: 20px;
  border: none;
  width: 30%;
  max-width: 600px;
  min-width: 500px;
  text-align: center;
  opacity: 0;
}

.div_adv article {
  text-align: left;
  padding: 1em 3em;
  font-weight: 300;
}

.div_adv article strong {
  text-align: left;
  padding: 2em 0em;
  color: #555;
  text-transform: uppercase;
}

.div_adv {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #888;
  width: 90%;
  text-align: center;
  opacity: 0;
  margin-bottom: 100px;
}

.accept {
  padding: 1em;
  background-color: #416b3d;
  border-radius: 5px;
  color: #fff;
}

.modal_news_div {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #888;
  width: 30%;
  text-align: center;
  opacity: 0;
}

#form_modal_news {
  display: block;
  opacity: 1;
  /*margin-top: -10%;*/
  text-align: center;
}

#form_modal_create {
  display: none;
  opacity: 0;
  text-align: center;
}

#form_modal_create .block-form {
  box-shadow: none;
}

.login-google {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.login-new,
.login-access {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login-new p,
.login-access p {
  margin: 0;
  color: var(--color-gray-40);
}

.login-google p {
  margin: 0;
  padding: 0;
  color: var(--color-gray-60);
}

.login-google>div {
  display: flex;
  gap: 20px;
}

.login-google>div a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box-shadow-ext);
}

.title-login {
  color: var(--color-gray-60);
  text-transform: uppercase;
}

#form_modal_login {
  opacity: 1;
  text-align: center;
}

#form_modal_pass {
  display: none;
  opacity: 0;
  /*margin-top: -10%;*/
  text-align: center;
}

.notify_site {
  width: 80%;
  margin: 0 auto;
}

.msg_notify {
  position: relative;
  width: 100%;
  background: #fe500000;
  text-align: center;
  border: 1px solid #fe5000;
  border-radius: 50px;
  padding: 0.7em 1em;
  color: #fe5000;
  /* margin-bottom: 2%;*/
}

.label_check {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 12px;
  cursor: pointer;
  color: #9e9e9e;
  /* font-size: 0.8em; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  /* top: 0; */
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.label_check:hover input~.checkmark {
  background-color: #ccc;
}

.label_check input:checked~.checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label_check input:checked~.checkmark:after {
  display: block;
}

.label_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_login_div {
  position: relative;
}

.modal_login_div hr {
  background-color: #ddd;
  height: 1px;
  width: 89%;
  margin: 0 auto;
  border: none;
  margin-bottom: 15px;
}

.modal_login_div .footer_modal {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
  color: #9b9b9b;
}

.modal_news_div {
  position: relative;
}

.modal_news_div hr {
  background-color: #ddd;
  height: 1px;
  width: 89%;
  margin: 0 auto;
  border: none;
  margin-bottom: 15px;
}

.modal_news_div .footer_modal {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
  color: #9b9b9b;
}

.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 9;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.content_modal {
  /*background-color: #f1f1f1;*/
  padding: 1em 0;
  width: 100%;
}

.content_modal .div_form {
  margin: 0 auto;
  display: flex;
  flex-basis: 90%;
  flex-wrap: wrap;
  text-align: left;
}

.div_form form {
  width: 100%;
}

.div_form .block-form {
  box-shadow: none !important;
}

.ancor_login {
  display: flex;
  width: 100%;
  justify-content: center;
}

.ancor_login a {
  color: var(--color-solid-progress);
}

.reset-password {
  text-align: right;
  color: var(--color-gray-60) !important;
}

/* .div_form input,
.div_form textarea,
.div_form button {
  padding: 0.9em 0.5em;
  width: 100%;
  color: #555;
  font-family: "Roboto", sans-serif;
  outline: none;
  font-size: 1em;
  border-radius: 7px;
  border: solid 1px #ccc;
  margin-top: 15px;
  font-weight: 300;
}

.div_form button {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
} */
#form_news_msg .msg_notify {
  border-color: #fff !important;
  color: #fff !important;
  /*width: 50%;*/
  margin-bottom: 10px !important;
  margin: 0 auto;
}

#form_leads {
  max-width: 600px !important;
}

#form_leads .label-gray a {
  color: var(--color-black-20);
}

.label-gray {
  color: var(--color-gray-40);
  text-align: center;
}

#form_leads_msg .msg_notify {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.title_modal {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fe5000;
  font-size: 1.5em;
  margin-bottom: 10px !important;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
}

.bem_span {
  font-size: 0.8em;
  color: green;
  font-weight: 500;
}

.mal_span {
  font-size: 0.8em;
  color: red;
  font-weight: 500;
}

.modal-fade {
  display: none;
  position: fixed;
  background-color: rgba(33, 44, 85, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
}

.modal-dialog {
  /*display: flex;*/
  width: 45%;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 0;
  opacity: 0;
}

.thumb-news-home {
  position: relative;
}

.sorry {
  font-size: 3em;
  text-align: center;
  width: 100%;
  color: #ccc;
}

.imagem-mascara {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-size: auto; */
  top: 0;
  left: 0;
  /* background-position: center; */
  background: url(../images/icones/play.png) 50% 50% no-repeat;
}

.modal-dialog .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

/* MODAL FIM */
/* APP */

/* FIM APP */

body,
.modal-content {
  background-color: #ebebeb;
}

.margin-title {
  margin-top: 10% !important;
}

/* NEWSLETTER */
.newsletter {
  width: 100%;
  background-image: url("../images/bg/capa.svg");
  margin: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter {
  margin-bottom: 0 !important;
}

.newsletter .newsletter-header {
  width: 100%;
  margin-bottom: 26px;
}

.newsletter .newsletter-header h1 {
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
}

.newsletter .newsletter-header p {
  text-align: center !important;
  color: #fff;
  font-size: 22px;
}

.newsletter .newsletter-article {
  width: 100%;
}

.newsletter .newsletter-article form {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.newsletter .newsletter-article .form-input {
  width: 100%;
  max-width: 800px;
  /* display: contents; */
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.newsletter .newsletter-article input {
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
  height: 60px !important;
  border-radius: 40px !important;
  width: 100%;
  border: none;
  background-color: #fff;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%);
  color: #0057d9;
  font-weight: 600;
}

.newsletter .newsletter-article input::placeholder {
  color: #606060;
  font-weight: 400;
  font-size: 16px !important;
}

.newsletter .newsletter-article input:focus {
  outline: 1px solid #0057d9;
  box-shadow: -4px -4px 14px #ffffff, 4px 4px 14px rgba(0, 0, 0, 0.15) !important;
}

.newsletter .newsletter-article button {
  height: 60px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  color: #fff !important;
  background-color: #0057d9;
  cursor: pointer;
  border: none;
  min-width: 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter .newsletter-article button:hover {
  background-color: #0044a9;
  transition: 0.3s;
}

@media only screen and (max-width: 600px) {
  .newsletter .newsletter-header p {
    font-size: 16px;
  }

  .newsletter .newsletter-article input {
    height: 50px;
    font-size: 16px !important;
  }

  .newsletter .newsletter-article button {
    position: initial !important;
    height: 50px;
  }

  .newsletter .newsletter-article .form-input {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}

/* FIM NEWSLETTER */

/* FORMULARIO LEADS*/

.form-leads {
  width: 100%;
}

.form-leads .form-leads-header {
  width: 100%;
  margin-bottom: 32px;
}

.form-leads .form-leads-header h1 {
  font-weight: 700 !important;
  color: #fe5000;
  text-align: center;
}

.form-leads .form-leads-header p {
  text-align: center !important;
}

.form-leads .form-leads-article {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* .form-leads .form-leads-article form {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 600px;
} */

.form-leads .form-leads-article .form-input {
  width: 100% !important;
}

.form-leads .form-leads-article .form-input label {
  width: 100%;
  margin: 0 !important;
}

.form-leads .form-leads-article input[type="text"],
.form-leads .form-leads-article input[type="email"] {
  font-family: "Montserrat", sans-serif;
  height: 40px;
  border-radius: 20px;
  width: 100%;
  padding: 10px 24px;
  border: none;
  background-color: transparent;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%) !important;
}

.form-leads .form-leads-article input:focus {
  outline: none;
  box-shadow: -4px -4px 14px #ffffff, 4px 4px 14px rgba(0, 0, 0, 0.15) !important;
}

.form-leads .form-leads-article button {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  color: var(--color-white);
  background-color: var(--color-solid-progress);
  cursor: pointer;
  border: none;
  min-width: 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.form-leads .form-leads-article button:hover {
  background-color: #0018cc;
  transition: 0.3s;
}

.input-hidden-off {
  position: absolute;
  z-index: -999;
}

/* LOAD */

label {
  margin: 0 !important;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #dfc;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@media only screen and (max-width: 600px) {
  .newsletter .newsletter-header p {
    font-size: 16px;
  }

  .newsletter .newsletter-article input {
    height: 50px;
    font-size: 16px !important;
  }

  .newsletter .newsletter-article button {
    position: initial !important;
    height: 50px;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* CIRCLE */

/*DEFAULT LOAD*/
.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: calc(var(--index-modal) * 2);
}

.ajax_load_box {
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: var(--weight-bold);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
  border: 16px solid #e3e3e3;
  border-top: 16px solid #585858;
  border-radius: 50%;
  margin: auto;
  width: 80px;
  height: 80px;

  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
  margin-top: 15px;
  font-weight: var(--weight-strong);
}

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

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

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

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

.notify {
  color: #fff !important;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.notify .notify-msg {
  border-radius: 50px;
}

/* ROCKET */

.loader {
  width: 32px;
  height: 90px;
  display: block;
  margin: 20px auto;
  position: relative;
  border-radius: 50% 50% 0 0;
  border-bottom: 10px solid #ff3d00;
  background-color: #fff;
  background-image: radial-gradient(ellipse at center,
      #fff 34%,
      #ff3d00 35%,
      #ff3d00 54%,
      #fff 55%),
    linear-gradient(#ff3d00 10px, transparent 0);
  background-size: 28px 28px;
  background-position: center 20px, center 2px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: animloaderBack 1s linear infinite alternate;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 15px #ff3d00 inset;
  top: 67px;
}

.loader::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  background: radial-gradient(ellipse at center,
      #ffdf00 8%,
      rgba(249, 62, 0, 0.6) 24%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 50% 50% 0;
  background-repeat: no-repeat;
  background-position: -44px -44px;
  background-size: 100px 100px;
  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloaderBack {

  0%,
  30%,
  70% {
    transform: translateY(0px);
  }

  20%,
  40%,
  100% {
    transform: translateY(-5px);
  }
}

@keyframes animloader {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }

  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}

/* FIM NEWSLETTER */

textarea {
  resize: none !important;
}

a:hover {
  color: #fe5000;
  text-decoration: none;
}

p {
  color: black;
}

section {
  padding: 84px 0;
}

footer {
  padding: 0;
}

button:focus {
  outline: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

span.material-symbols-outlined {
  user-select: none !important;
}

.mb-1 {
  color: #777 !important;
}

.footer-logo {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-logo>img {
  width: 140px;
  height: 80px;
}

.footer-menu {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-menu a {
  color: #181818;
}

.footer-menu>a:hover {
  color: #fe5000;
  transition: 0.2s;
  transform: scale(1.05);
  font-weight: bold;
}

.footer-title {
  color: #181818;
  font-weight: 600;
  margin-top: 20%;
  margin-bottom: 8%;
}

.redes-sociais {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.redes-sociais #reputation-ra {
  margin-top: 26px;
}

.redes-sociais-pic {
  filter: none;
}

.redes-sociais-pic:hover {
  filter: brightness(0);
  transition: 0.3s;
  transform: scale(1.05);
}

.footer-credits {
  font-size: 12px;
  margin-top: 45px;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.footer-links {
  align-items: flex-start;
}

.pass-cont {
  position: relative;
}

.eye,
.eye-nova-senha,
.eye-confirma-senha {
  display: flex;
  position: absolute;
  right: 24px;
  top: 10px;
  height: 24px;
  width: 24px;
  background-image: url(../images/svg/eye_close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s;
}

/* Página de gerenciadores */
.post-list {
  background-color: #ebebeb;
  margin: 10px;
  border-radius: 12px;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  color: #505050;
}

.limite-anuncio {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.icons-box {
  display: flex;
  align-items: center;
}

.icons-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
  color: #313131;
}

.icons-box a:hover {
  transform: scale(1.05);
  color: #fe5000;
}

.list-group>a {
  text-decoration: none;
}

#search {
  padding: 6px 40px 6px 6px;
  border-radius: 4px;
  border: solid 1px #f25e0c;
  background-color: transparent;
}

.top-reduce {
  top: 20% !important;
  right: 3% !important;
}

#fileFoto,
#fileFoto2,
#fileFoto3,
#fileFoto4,
#fileFotoUsuario,
#filefoto_autor,
#fotoRepresentante,
#fotoAdmin,
#fotoAnuncio {
  display: none !important;
}

.instrucao-url {
  border: solid 1.5px #fe5000;
  border-radius: 10px;
  padding: 10px;
  color: #fe5000;
}

a.btn-padrao,
a.btn-secundario {
  width: max-content;
}

a.btn-padrao:link,
a.btn-padrao:hover {
  color: #fe5000;
}

.btn-gerenciar {
  height: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  transition: 0.3s;
  border: none;
  min-width: 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777 !important;
}

.btn-gerenciar:hover {
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%);
}

.ativo {
  color: #fe5000 !important;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%) !important;
}

.dropdown-menu {
  border-radius: 20px;
  border: none;
  background-color: #f0f0f0;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
}

.dropdown-item,
.dropdown-item:link {
  color: #fe5000;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #313131;
  text-decoration: underline;
}

#formAddPost .card-cadastro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 35px;
}

#formAddPost .textarea-sunk-white {
  height: 230px;
  margin-bottom: 0;
}

#formAddPost .input-sunk-white {
  margin-bottom: 0;
}

#formAddPost .input-group-text {
  width: 250px;
}

#formAnuncio .form-group {
  display: flex;
  justify-content: space-evenly;
}

#cadastroRepresentante .textarea-sunk-white {
  height: 110px;
}

.retailer-list .select {
  width: 180px;
}

.dados-representante {
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dados-representante span {
  font-size: 18px;
  color: #fe5000;
}

.seta-select {
  color: #fe5000;
  position: absolute;
  right: 33%;
  top: 21%;
}

.text-grey {
  color: #606060;
  font-size: 14px;
  display: block;
}

.caixa-representantes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  justify-items: center;
}

.caixa-representantes .card-cadastro {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foto-representante {
  width: 75px;
  border-radius: 50px;
}

.foto-representante img {
  width: 72px;
  height: 69px;
  border-radius: inherit;
}

.bg-representante {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.upload-foto {
  color: #fe5000;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 50px;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.input-link {
  display: none;
}

p.text-grey {
  color: #828282;
}

p.text-grey .material-symbols-outlined {
  font-size: 20px;
}

/* Blog e Postagem */

/* ARTIGO TAGS */

a.tag {
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  color: #a1a1af;
}

a.tag {
  display: block;
  padding: 0.3em 0.85em;
  margin: 0.5em;
  text-transform: uppercase;
  border: 3px solid #bbbbbb;
  border-radius: 2em;
  transition: transform 0.2s;
  transition-timing-function: cubic-bezier(0.45, -0.85, 0.55, -0.45);
}

a.tag:hover {
  transform: scale(1.1);
  background: #fe5000;
  border: 3px solid #fe5000;
  transition: transform 0.2s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container_tag {
  margin: 1em 0em;
  padding: 0em;
  /* padding-left: 1em; */
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #a1a1af;
}

.title_h3 {
  font-weight: 800;
  color: #fe5000;
}

.container_tag .tags {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_tag .tags span {
  margin-right: 1em;
  padding: 1em;
  text-transform: uppercase;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  border-left: 3px solid #fe5000;
  background: #fe5000;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container_tag .tags a:last-child {
  margin-left: 0.5em;
}

.container_tag .tags a:last-child:hover {
  color: white;
}

.container-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 95px;
  padding: 40px;
  background: #e4e6e6;
  box-shadow: -4px -4px 20px rgba(255, 255, 255, 0.75),
    6px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  gap: 10px;
  max-width: 640px;
}

.post-video {
  width: 100%;
  height: auto;
}

.youtube-video {
  width: 100%;
  height: 570px;
}

.view-post-table {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.titulo-padrao i,
.black-title i {
  font-size: inherit;
}

.post-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.post-profile,
.post-profile>img {
  width: 72px;
  height: 69px;
  border-radius: 50px;
  float: left;
}

.post-name {
  font-size: 18px;
  font-weight: bold;
}

.post-data {
  font-size: 12px;
}

.post-text,
.resultado-text {
  text-align: justify;
  line-height: 19px;
}

.post-img,
.post-img>img {
  width: auto;
  max-width: 100%;
  max-height: 340px;
  border-radius: 20px;
}

.post-img img {
  border-radius: 20px !important;
  height: auto;
  max-width: 100%;
}

.btn-actions {
  display: flex;
  justify-content: center;
  gap: 5px;
  border: none;
  width: 141px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%);
  border-radius: 40px;
  color: black;
  text-shadow: 0px 0px 4px rgb(254 80 0 / 30%);
}

.btn-actions:hover {
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
  transition: 0.3s;
  color: #313131;
}

.btn-actions .material-symbols-outlined,
.icon-tag,
.instrucao,
.adesao {
  color: #fe5000 !important;
}

.caixa-tags {
  display: flex;
  justify-content: center;
  gap: 86px;
}

.btn-tag {
  padding: 4px;
  font-size: 0.8135rem;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}

a.btn-tag,
.btn-tag {
  color: #434343;
}

.icon-tag {
  font-size: 18px;
}

.icon-like {
  color: #fe5000;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 48;
}

#row-posts {
  gap: 36px;
}

#caixaPesquisa {
  width: 90%;
  margin: 10px auto;
  padding: 6px 40px 6px 16px;
  border-radius: 4px;
  border: solid 1px #f25e0c;
  background-color: transparent;
}

#caixaPesquisa::placeholder,
#search::placeholder {
  color: #f25e0c;
}

#caixaPesquisa:focus,
#search:focus {
  outline-color: #f25e0c;
}

.icon-search {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #fe5000;
  cursor: pointer;
}

.card-materia-lateral {
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
  flex-direction: column;
  background-color: #e4e6e6;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  width: 330px;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.post-data time {
  font-size: 12px;
  font-weight: 600;
}

.h2p-blog {
  font-size: 18px;
}

.card-materia-lateral:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary) !important;
  transition: 0.2s ease;
}

.card-materia-lateral:hover h2 {
  color: var(--color-primary) !important;
}

.container-acessados .black-title:hover,
.container-relacionados .black-title:hover {
  color: #fe5000;
  transition: 0.2s ease;
}

.materia-img {
  width: 100%;
  height: 170px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.scroll-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 12px;
  box-sizing: border-box;
}

.container-lado-direito .scroll-container {
  padding: 0;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

#relacionados {
  padding: 0 5%;
  width: 100%;
}

.container-relacionados {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.container-acessados {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-propagandas {
  display: none;
}

#comentarios {
  width: 100%;
}

.comentario-usuario {
  font-size: 16px;
}

.comentario-conteudo {
  font-size: 14px;
  width: 100%;
}

.linha-divisoria-comentario {
  width: 100%;
  height: 20px;
  border-top: 1px solid #c8c8c8;
}

#caixa-comentar {
  width: 100%;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 16px;
  background-color: var(--color-white-10);
  max-width: 600px;
  margin: 0 auto;
}

.align-center h2 {
  text-align: center;
}

.align-center p {
  text-align: center;
}

.foto-usuario {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-comentario {
  width: 100%;
}

.caixa-comentarios {
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}

.post-comentarios {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}

.opcoes-comentario {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c8c8c8;
}

.opcoes-comentario>small {
  margin-bottom: 30px;
}

.copy-link {
  position: absolute;
  z-index: -1;
}

#div-copy-link {
  position: relative;
  overflow: hidden;
}

#copy-link {
  border: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 50px;
  left: 200%;
}

#div-copy-link::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #ebebeb;
}

#div-copy-link:focus-visible {
  outline: none !important;
  display: none !important;
  border: none !important;
}

.swal2-styled.swal2-confirm {
  background-color: #fe5000 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgb(254 80 0 / 50%) !important;
}

small.float-right {
  color: #fe5000;
  font-weight: bold;
}

small.float-right:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Página Inicial */
/* #banner-index {
  background-image: url(../images/img/banner.webp);
  width: 100%;
  height: 60vh;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */

.caixa-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  height: 35vh;
}

#mvnos {
  position: relative;
  padding-bottom: 0;
}

.card-chip {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  z-index: 3;
  justify-content: center;
}

.h2p {
  font-size: 26px;
  font-weight: 500;
}

.h2pp {
  font-size: 16px;
  font-weight: 500;
}

.bg-laricel {
  background-image: url(../images/img/bg-laricel.webp);
}

.chip-laricel {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-futebol,
#section-entretenimento,
#section-empresas {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

#section-empresas .card-chip {
  max-width: 1000px;
}

#section-entretenimento .card-chip {
  align-items: center;
}

.bg-futebol {
  background-image: url(../images/img/bg-futebol.webp) !important;
  margin-top: 6%;
}

.bg-entretenimento {
  background-image: url(../images/img/bg-samba.webp) !important;
  margin-top: 4%;
}

.bg-empresa {
  background-image: url(../images/img/bg-empresa.webp) !important;
  margin-top: 4%;
}

.btn-sunk-chip {
  background: rgba(24, 24, 24, 0.02);
  box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.15),
    inset 4px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.btn-sunk-chip:hover {
  transform: scale(1.05);
  box-shadow: rgba(255, 255, 255, 0.95) -4px -4px 8px,
    rgba(0, 0, 0, 0.25) 4px 4px 8px;
  cursor: pointer;
}

.img-chip-m>img {
  width: 235px;
}

.img-chip>img {
  width: 180px;
  height: auto;
  border-radius: 10px;
}

.caixa-slide .card-materia-lateral {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  flex-direction: column;
}

.materia-index-img {
  width: 100%;
  min-height: 580px;
  height: 85%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
}

#section-slide {
  width: 100%;
  min-height: 45vw;
  background-image: url(../images/img/banner-depoimento.webp);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
}

#section-slide .slick-track {
  margin-top: 40px;
}

.slick-list {
  width: 430px !important;
  padding-bottom: 40px;
}

.slick-next:before {
  content: url(../images/img/arrow-right.webp) !important;
  transform: scale(0.6);
  display: block;
}

.slick-prev:before {
  content: url(../images/img/arrow-left.webp) !important;
  transform: scale(0.6);
  display: block;
}

.slick-next,
.slick-prev {
  top: 150px !important;
}

#section-slide .slick-dots {
  position: revert !important;
}

#section-slide .slick-prev {
  top: 250px !important;
  left: -10px !important;
}

#section-slide .slick-next {
  top: 250px !important;
  right: 2% !important;
}

.slick-next {
  right: -40px !important;
}

.slick-prev {
  left: -30px !important;
}

.slick-prev::before {
  color: #181818 !important;
  margin-left: -25px;
}

.slick-dots li {
  margin: 0 10px !important;
}

.slick-dots li button:before {
  top: 5px !important;
  left: 5px !important;
  font-size: 4px !important;
  color: transparent !important;
  background: #ebebeb;
  box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.1),
    inset 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 10px !important;
  width: 20px !important;
  height: 20px !important;
  transition: 0.3s !important;
}

.slick-dots li.slick-active button:before {
  width: 30px !important;
  left: 0 !important;
  transition: 0.3s !important;
  background: #fe5000 !important;
  box-shadow: none;
}

.slide-img,
.slide-img>img {
  position: absolute;
  width: 62px;
  height: 62px !important;
  top: -25px;
  border-radius: 50px;
}

.slick-slide {
  width: 100%;
}

.border-slide {
  border: 1px solid #fe5000;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.logo-operadora {
  height: 85px !important;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-operadora>img {
  height: inherit;
}

.slider {
  max-width: max-content !important;
}

.slider .slick-list {
  max-width: 100% !important;
}

.card-jumped-white-ext {
  width: 92% !important;
  display: block;
  background-color: transparent;
  padding: 5px;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.75),
    4px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.card-sunk-white {
  box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.75),
    inset 4px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  height: auto;
}

.protection-card {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  flex-direction: column;
}

.protection-card .btn-padrao {
  margin-bottom: 20px;
}

.protection-card .btn-padrao:hover,
.modal-footer a:hover {
  color: #fe5000;
}

.img-title-slide {
  border-radius: 30px;
  margin-bottom: 10px;
  height: auto !important;
}

.img-title-slide>img {
  width: auto;
  padding: 8px;
  height: 40px;
}

#section-midia .titulo-padrao {
  margin: 0;
}

.slider-midia .slick-list {
  width: 100% !important;
  padding-top: 30px;
}

.slider-midia .slick-slider {
  padding-top: 20px;
}

.slider-midia .slick-next:before {
  margin-left: -5px !important;
}

.slick-track {
  display: grid;
  grid-auto-flow: column;
}

.slick-track div {
  height: 100%;
}

#cobertura {
  background-image: url(../images/svg/bg-mapa-brasil.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 90vh;
  padding-bottom: 0 !important;
  margin-top: 84px;
}

#cobertura .titulo-padrao {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#section-aplicativo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 !important;
}

.text-aplicativo {
  max-width: 80%;
}

.img-app {
  display: flex;
  justify-content: center;
}

.img-app img:hover {
  transform: scale(1.05);
}

#section-aplicativo .titulo-padrao {
  width: 100%;
}

#aplicativo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.caixa-aplicativo {
  width: 90%;
  height: auto;
  padding: 20px;
  margin-top: 60px;
}

.slick-dotted.slick-slider {
  height: auto;
}

#bg-celular {
  background-image: url(../images/svg/celular-dry.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 400px;
  padding-bottom: 500px;
  width: 460px;
}

.content-aplicativo {
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
  top: -84px;
}

.conexao {
  color: black;
  font-size: 40px;
}

#img-footer {
  width: 90%;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding-left: 8%;
  background-image: url(../images/svg/img-footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.bg-mobile {
  background-image: none;
  height: 0;
}

.titulo-mapa {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  color: #fe5000;
  text-align: center;
}

.text-cobertura {
  max-width: 60%;
}

/* Modal */
.modal-header .close {
  margin: 0 !important;
  padding: 0 !important;
}

.modal-content {
  border-radius: 0.6rem !important;
}

.modal-contato:hover {
  cursor: pointer;
}

.modal-footer {
  justify-content: center !important;
  gap: 20px;
  padding: 0 1rem 1rem 1rem;
}

.btn-modal {
  width: 140px;
  justify-content: center;
}

/* Classes padrão */
.btn-padrao {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  color: #fe5000 !important;
  background-color: transparent !important;
  border: none;
  min-width: 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-menor {
  padding: 8px 16px;
}

.btn-secundario {
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  color: white !important;
  background-color: #fe5000;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 10px;
  min-width: 140px;
  justify-content: center;
}

.btn-secundario:hover {
  transition: 0.3s;
  color: #fe5000 !important;
  background-color: white;
  outline: 1px solid #fe5000;
}

.btn-padrao:hover {
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%);
  text-shadow: 0px 0px 4px rgb(254 80 0 / 30%);
  transition: 0.3s;
}

.borda-botao {
  border: solid 1px #fe5000;
}

.inativo,
.inativo:hover {
  cursor: no-drop;
  opacity: 0.4;
}

.margem-btn {
  margin-top: 90px;
}

.titulo-padrao {
  text-align: center;
  color: var(--color-primary);
}

.titulo-padrao-mvno {
  color: var(--color-gray-60);
}

.titulo-secundario-laranja {
  text-align: center;
  color: #fe5000;
}

.subtitulo {
  width: 100%;
  height: auto;
  text-align: center;
}

.titulo-secundario {
  color: #f25e0c;
  margin-top: 36px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.black-title {
  color: #181818;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  transition: 0.2s ease;
}

.input-sunk-white {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 44px;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 24px;
  border: none;
  background: transparent;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%) !important;
}

.input-sunk-white:disabled {
  box-shadow: inset -6px -2px 8px rgba(255, 255, 255, 0.6),
    inset 2px 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.input-sunk-white:focus,
.textarea-sunk-white:focus {
  outline: none;
  box-shadow: -4px -4px 14px #ffffff, 4px 4px 14px rgba(0, 0, 0, 0.15) !important;
}

.textarea-sunk-white {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 70px;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 24px;
  border: none;
  background-color: transparent;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%);
}

.align-center-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.gap-12{
  gap: 12px !important;
}

.desc-file-foto {
  margin: 0 !important;
  padding-left: 12px;
}

.w-space {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.w-space .container {
  margin-bottom: 64px;
  max-width: 600px;
}

.select {
  border-radius: 40px;
  border: solid 1px #fe5000;
  background-color: #ebebeb;
  color: #fe5000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 18px;
  width: 235px;
}

.select:focus {
  box-shadow: 0 0 0 0.2rem rgb(254 80 1 / 25%);
  color: #fe5000;
  border-color: #fe5000;
  background-color: transparent;
}

.select option {
  background-color: #ebebeb;
  border-radius: 50px;
}

.btn__cat {
  width: max-content;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  min-width: 128px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .2), -4px -4px 8px 0px hsla(0, 0%, 100%, .7);
  border: 4px solid #ebebeb;
  background: #102CFF;
  color: #fff;
  transition: .3s;
}

.anuncio_blog img {
  max-width: 100% !important;
}

.cont_cent {
  justify-content: center;
}

.btn__cat:hover {
  color: #fff;
  transform: scale(1.05);
  text-decoration: none;
}

.btn-voltar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  box-shadow: none;
  border: solid 1px #fe5000;
  position: absolute;
  left: 0;
  padding: 4px 12px;
  min-width: 0;
  color: #fe5000 !important;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
}


.btn-voltar:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.btn-white {
  width: 35px;
  height: 34px;
  text-align: center;
  position: absolute;
  border-radius: 15px;
  bottom: 2px;
  right: 105px;
  background-color: white;
  color: #fe5000 !important;
  padding: 4px;
}

/* Login / login-gerenciador */
.container-login {
  display: flex;
  justify-content: center;
}

.btn-voltar p {
  color: inherit;
  margin-bottom: -1px;
}

/* Cadastrar usuário */
#cadastroUsuario .input-group-text,
#cadastroAdmin .input-group-text {
  display: flex;
  justify-content: center;
  color: #fe5000;
  width: 68px;
  height: 68px;
  gap: 10px;
  border: none !important;
  border-radius: 60px;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 25%);
}

.input-group-text:hover {
  cursor: pointer;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%) !important;
}

/* Página de pesquisa */
.container-pesquisa {
  margin-top: 5%;
  /* margin-top: -3%; */
}

.header_pesquisa {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  padding-bottom: 3em;
}

.card-resultado {
  width: 90%;
  height: auto;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  background-color: #e4e6e6;
  padding: 12px 24px;
}

/* Política de privacidade */
.politica-privacidade h1 {
  color: #fe5000;
  font-size: 2rem;
}

.pt-6 {
  padding-top: 3.5rem;
}

.adesao:hover {
  color: #fe5000;
  text-decoration: underline;
}

/* Menu */
.login-box {
  order: 5;
}

.bg-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 4;
  animation: animaModal 0.3s forwards;
}

#navbar-mobile {
  display: none;
}

.navbar-nav {
  flex-direction: row !important;
  gap: 20px;
}

.view-modal {
  display: block !important;
}

#close-modal {
  cursor: pointer;
  margin-bottom: 36px;
}

.fixed-body {
  overflow: hidden;
}

@keyframes animaModal {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

#logo-index {
  filter: brightness(0) invert();
}

.navbar {
  background-color: #fe5000 !important;
}

.nav-item {
  position: relative;
  overflow: hidden;
}

.fonte-menu {
  color: white !important;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 0 !important;
}

.fonte-menu:hover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  text-decoration: underline;
  animation: hover-btn-link 0.2s linear;
}

@keyframes hover-btn-link {
  0% {
    transform: translateX(-101%);
  }

  100% {
    transform: translateX(0);
  }
}

.btn-menu {
  background-color: white !important;
  box-shadow: -4px -4px 14px rgb(255 255 255 / 20%),
    4px 4px 14px rgb(0 0 0 / 10%);
}

#navbar-mobile span {
  color: #ffffff;
}

/* Cadastro Anúncio / Representante */
.cadastro-anuncio {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.caixa-checkbox {
  width: 90%;
}

.label-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  user-select: none;
}

.label-radio input {
  opacity: 0;
  cursor: pointer;
}

.label-radio input:checked~.checkmark {
  background-color: #e2e2e2;
  box-shadow: inset 0px 4px 4px rgb(99 99 99 / 70%);
}

.label-radio:hover input~.checkmark {
  background-color: #ccc;
}

.label-radio .checkmark::after {
  content: "";
  margin-top: 4px;
  margin-left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fe5000;
  box-shadow: 0px 0px 20px rgb(254 80 0 / 50%),
    inset -4px -4px 8px rgb(255 255 255 / 25%),
    inset 3px 4px 8px rgb(0 0 0 / 25%);
}

.label-radio input:checked~.checkmark::after {
  display: block;
}

.checkmark {
  /* position: absolute; */
  /* top: -2px; */
  /* left: 0; */
  /* height: 26px; */
  /* width: 26px; */
  /* background-color: #ebebeb; */
  /* border-radius: 50%; */
  /* box-shadow: inset -4px -4px 8px rgb(255 255 255 / 75%), inset 4px 4px 8px rgb(0 0 0 / 25%);*/
}

.caixa-form-anuncio small {
  padding-left: 24px;
}

.foto-anuncio {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
}

.img-anuncio,
.img-anuncio>img {
  max-height: 50vh;
}

.card-cadastro {
  width: 50%;
  padding: 18px 35px 35px 35px;
  background-color: #e4e6e6;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

#cadastroRepresentante .input-sunk-white {
  margin-bottom: 16px;
}

.card-cadastro .input-sunk-white {
  width: 100%;
}

.foto-input {
  width: 300px;
}

.input-group-text span {
  font-size: 30px;
}

.alerta-erro {
  color: #fe5000;
  border: solid 1px #f25e0c;
  width: 50%;
}

.content-revenda {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  gap: 30px;
  justify-items: center;
  align-items: center;
  max-width: 800px;
  margin-top: 70px;
}

.form_pesq_artigo {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fe5000;
  z-index: 999999;
  width: 50%;
  max-width: 300px;
  min-width: 200px;
  border-radius: 0px 20px 0 0;
}


.icon-revenda {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  border-radius: 12px;
  box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.75),
    4px 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-revenda span {
  font-size: 50px;
  color: #fe5000;
}

#star-revenda,
#celebration-revenda {
  grid-column: 1;
}

#text-star-revenda,
#text-celebration-revenda {
  grid-column: 2 / 4;
}

.margem-form {
  margin-top: 70px;
}

@keyframes modal-animation {
  0% {
    outline: none;
    transform: translateY(-20px);
    opacity: 0;
  }

  5% {
    transform: translateY(0px);
    opacity: 1;
  }

  25% {
    outline: 2px solid #fe5000;
    box-shadow: 0px 0px 20px rgb(254 80 0 / 75%);
  }

  50% {
    outline: none;
    box-shadow: none;
  }

  75% {
    outline: 2px solid #fe5000;
    box-shadow: 0px 0px 20px rgb(254 80 0 / 75%);
  }

  100% {
    outline: none;
    box-shadow: none;
  }
}

/* Termos de Adesão */
#titulo-adesao span {
  display: flex;
  justify-content: flex-end;
}

/* SLIDER */

.btn-banner {
  padding: 1em 2em;
  border-radius: 30px;
  display: flex;
  position: absolute;
  right: 5%;
  top: 59%;
  text-align: center;
  justify-content: center;
}

.btn-banner:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

#banner .banner-clickable {
    width:100%;
    height:100%;
    display:block;
}

.btn-slider {
  padding: 1em 2em;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: fit-content;
  margin: 150px auto -900px auto;
}

.btn-slider:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

.btn-slider-mobile {
  padding: 1em 2em;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: fit-content;
  margin: 150px auto -900px auto;
}

.btn-slider-mobile:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

#form_search_msg .msg_notify {
  padding: 0.2em 0 !important;
  margin-top: 5% !important;
}

.card-resultado a>div {
  background-size: cover;
  background-position: center;
}

/* ARTIIGOS */
.div_comment {
  padding: 1em;
  background-color: transparent;
  border-radius: 15px;
  margin-top: 2%;
  border-color: #fe5000;
  border-style: solid;
  border-width: 2px;
}

.text_comment {
  /* display: flex;
      width: 100%;
      border-radius: 7px;
      height: 70px;
      padding: 0.5em;
      outline: none; */
  /* background-color: #333; */
  /* color: #fff; */
  /* text-align: center; */
  /* justify-content: center; */
  /* align-items: center; */
  /* margin: 30px 0; */
}

.text_comment {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 70px;
  border-radius: 20px;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 24px;
  border: none;
  background-color: transparent;
  box-shadow: inset -2px -2px 4px rgb(255 255 255 / 75%),
    inset 4px 4px 8px rgb(0 0 0 / 25%);
  border-color: transparent;
}

.text_comment:focus {
  outline-style: solid;
  outline-color: #ff5722;
}

.notify_site_c {
  display: none;
}

.submit_comment {
  padding: 1em;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  border: none;
}

/* ANUNCIOS */

.anuncio_div {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.anuncio_blog {
  border-radius: 20px;
  overflow: overlay;
  margin: 15px auto;
}

/* =========== TESTE SLICK CHIPS ================== */

.slider-for h2,
.slider-for p {
  margin: 0 !important;
}

#larissa-manoela {
  /* margin-top: 120px; */
  margin-top: 1px !important;
}

#larissa-manoela {
  margin-top: 2px !important;
}

#larissa-manoela .slider-for,
#samba .slider-for,
#cartola-chip .slider-for {
  padding: 20px;
  box-sizing: border-box;
}

.clients h1 {
  margin: 0 !important;
  padding: 0 !important;
}

.clients .slick-list {
  width: 100% !important;
  padding: 20px !important;
  box-sizing: border-box;
}

.clients .slider-nav .slick-list {
  padding: 0 20px !important;
}

.slider-nav .slick-track {
  margin: 10px 0;
}

.clients {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.clients .slick-next,
.clients .slick-prev {
  top: 28% !important;
}

.slider-nav .slick-next:before,
.slider-nav .slick-prev:before {
  transform: scale(0.5);
}

.slider-for {
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
}

.slider-for .slide {
  width: 100%;
  display: none;
}

.slider-for .slide:first-child {
  display: block;
}

.slider-for article {
  background-color: #ebebeb;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 36px 20px;
  box-sizing: border-box;
}

.slider-for article>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.slider-for article>div p {
  text-align: center;
}

.slider-for article img {
  width: auto;
  height: 300px;
  max-width: 500px;
  border-radius: 16px;
}

.slider-for article svg {
  max-width: 40px;
  max-height: 40px;
}

.slider-for article>div:first-child>div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 4px;
  width: 48px;
  height: 48px;
}

.slider-for article>div:first-child>div a:hover {
  box-shadow: var(--box-shadow-ext);
  animation: animate-icon-mvno 0.3s forwards;
  transition: 0.3s;
}

.slider-nav {
  max-width: 800px;
}

.slider-nav li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: inset -4px -4px 4px rgba(255, 255, 255, 0.75),
    inset 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 10px;
  margin: 0 12px;
}

.slider-nav li.slick-current {
  box-shadow: rgba(255, 255, 255, 0.95) -4px -4px 8px,
    rgba(0, 0, 0, 0.25) 4px 4px 8px !important;
}

.slider-nav li img {
  border-radius: 8px;
  max-width: 206px;
  height: auto;
}

.slider-for .slick-track div {
  height: auto !important;
}

.mvno-site {
  height: 40px;
  width: 190px;
  font-weight: 600;
  border-radius: 20px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.75),
    4px 4px 8px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.mvno-site:hover {
  width: 200px;
  transition: 0.3s;
}

@keyframes bg-view-chip {

  0%,
  100% {
    border: 1px solid var(--color-solid-progress);
  }

  50% {
    border: 1px solid var(--color-white-10);
  }
}

@keyframes animate-icon-mvno {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-20deg);
  }
}

/* LARICEL */

.laricel .mvno-site {
  background-color: #00fcb2;
  color: #5f609f;
}

.laricel svg {
  fill: #5f609f;
}

.laricel h2 {
  color: #5f609f;
}

/* TIMÃO */
.falatimao .mvno-site {
  background-color: #796022;
  color: #fff;
}

.falatimao svg {
  fill: #796022;
}

/* TRICOLOR */
.tricolor .mvno-site {
  background-color: #d42e22;
  color: #fff;
}

.tricolor svg {
  fill: #d42e22;
}

/* FLUMOBILE */
.flumobile .mvno-site {
  background-color: #006940;
  color: #fff;
}

.flumobile svg {
  fill: #7e0a1f;
}

/* CHIPEIXÃO */
.chipeixao .mvno-site {
  background-color: #f8c232;
  color: #000;
}

.chipeixao svg {
  fill: #38587d;
}

.chipeixao h2 {
  color: #38587d;
}

/* LUSAFONE */
.lusafone .mvno-site {
  background-color: #018032;
  color: #fff;
}

.lusafone svg {
  fill: #ed1c24;
}

/* VASCÃO */

.vascao .mvno-site {
  background-color: #000;
  color: #fff;
}

.vascao svg {
  fill: #e30613;
}

/* CRUZEIRO */
.cruzeiro .mvno-site {
  background-color: #fab703;
  color: #000;
}

.cruzeiro svg {
  fill: #10539f;
}

/* VOZÃO */
.vozao .mvno-site {
  background-color: #f3bc3f;
  color: #000;
}

.vozao svg {
  fill: #000;
}

/* GIGANTE */
.gigante .mvno-site {
  background-color: #f18800;
  color: #fff;
}

.gigante svg {
  fill: #b71918;
}

/* ESQUADRÃO */
.esquadrao .mvno-site {
  background-color: #1e78dd;
  color: #fff;
}

.esquadrao svg {
  fill: #d1291e;
}

/* GRÊMIO */
.gremio .mvno-site {
  background-color: #f6c402;
  color: #000;
}

.gremio svg {
  fill: #009fe3;
}

/* PALMEIRAS */
.palmeiras .mvno-site {
  background-color: #63AA2F;
  color: #fff;
}

/* PAYSANDU */
.papao .mvno-site {
  background-color: #f6c402;
  color: #000;
}

/* LEÃO */
.leao .mvno-site {
  background-color: #143151;
  color: #fff;
}

/* DRYCONECTA */

.dryconecta .mvno-site {
  background-color: #00ACEF;
  color: #fff;
}

.dryconecta svg {
  fill: #fe5000;
}

.dryconecta h2 {
  color: #fe5000;
}

/* BARBOSA */
.barbosa .mvno-site {
  background-color: #f49913;
  color: #fff;
}

.barbosa svg {
  fill: #012e94;
}

/* CITY MAIS */
.citymais .mvno-site {
  background-color: #0e2952;
  color: #fff;
}

.citymais svg,
.citymais h2 {
  fill: #075688;
  color: #075688;
}

/* ENTERP MOBILE */
.enterp .mvno-site {
  background-color: #cea44a;
  color: #fff;
}

.enterp svg,
.enterp h2 {
  fill: #384372;
  color: #384372;
}

/* GA CONECTA */
.gaconecta .mvno-site {
  background-color: #8a44c1;
  color: #fff;
}

.gaconecta svg,
.gaconecta h2 {
  fill: #280033;
  color: #280033;
}

/* ALÔ SOCIAL */
.alosocial .mvno-site {
  background-color: #00a8a8;
  color: #fff;
}

.alosocial svg,
.alosocial h2 {
  fill: #ed5d2c;
  color: #002a38;
}

/* PARAISÓPOLIS */
.paraisopolis .mvno-site {
  background-color: #91489e;
  color: #fff;
}

.paraisopolis svg,
.paraisopolis h2 {
  fill: #4fa273;
  color: #4fa273;
}

/* BEIJA FLOR */
.beijaflor .mvno-site {
  background-color: #91489e;
  color: #fff;
}

.paraisopolis svg,
.paraisopolis h2 {
  fill: #4fa273;
  color: #4fa273;
}

/* FALA MANGUEIRA */

.fala-mangueira .mvno-site {
  background-color: #ff0098;
  color: #fff;
}

.fala-mangueira svg,
.fala-mangueira h2 {
  fill: #007a4b;
  color: #007a4b;
}

/* CARTOLA */
.cartola .mvno-site {
  background-color: #ff7400;
  color: #fff;
}

.cartola svg,
.cartola h2 {
  fill: #3d1808;
  color: #3d1808;
}

/* SECTION BENEFICIOS */
/* =========================== BENEFÍCIOS ============================ */
#section-beneficio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#beneficios {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  padding: 0 5%;
  box-sizing: border-box;
  max-width: 1600px;
  align-items: center;
}

.content-beneficios>div {
  display: grid;
  grid-auto-columns: 140px 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.content-beneficios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
}

.description-beneficio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gigas {
  grid-column: 1 / 3;
  grid-row: 1;
  width: 100%;
  height: 160px;
}

#suporte {
  grid-column: 2 / 4;
  grid-row: 2;
  width: 100%;
  height: 160px;
}

#bonus {
  grid-column: 1 / 3;
  grid-row: 3;
  width: 100%;
  height: 160px;
}

#apps {
  grid-column: 2 / 4;
  grid-row: 4;
  width: 100%;
  height: 160px;
}

.icon-beneficio {
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
  border-radius: 0px 20px 0px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

#icon-gigas {
  background-image: url(../images/svg/gigas_acumulados.svg);
}

#icon-suporte {
  background-image: url(../images/svg/sup_24h.svg);
}

#icon-bonus {
  background-image: url(../images/svg/bonus.svg);
}

#icon-apps {
  background-image: url(../images/svg/infinitos.svg);
}

.container-experiencia {
  width: 100%;
  min-width: 300px;
  /* min-height: 750px; */
  height: auto;
  background-color: #e4e6e6;
  box-shadow: -4px -4px 10px rgb(255 255 255 / 75%),
    4px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  padding: 15px 20px;
  overflow: hidden;
}

.top-beneficio {
  width: 460px;
  padding: 16px;
  height: 660px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid var(--color-white-10);
  box-shadow: var(--box-shadow-ext);
}

@media only screen and (max-width: 1200px) {
  #beneficios {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .content-beneficios div {
    grid-auto-columns: 1fr !important;
    grid-auto-flow: row !important;
    justify-items: center !important;
  }

  .content-beneficios>div {
    height: auto !important;
  }

  .content-beneficios>div p {
    margin: 0;
  }
}

.slide-container {
  width: 100%;
  height: 100%;
}

.slide-content,
.responsive {
  overflow: hidden;
  border-radius: 12px;
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.slide-social-1 {
  background-image: url("../images/img/1.webp");
}

.slide-social-2 {
  background-image: url("../images/img/2.webp");
}

.slide-social-3 {
  background-image: url("../images/img/3.webp");
}

.slide-social-4 {
  background-image: url("../images/img/4.webp");
}

.slide-social-5 {
  background-image: url("../images/img/5.webp");
}

.slick-prev {
  left: -45px !important;
}

.slick-next {
  right: -40px !important;
}

.slick-next:before,
.slick-prev:before {
  font-size: 26px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.85 !important;
}

.responsive .slick-next:before {
  content: "→" !important;
  font-family: "slick" !important;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: var(--color-solid-progress) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px !important;
}

.responsive .slick-next {
  right: -30px !important;
  top: auto !important;
}

.responsive .slick-prev:before {
  content: "←" !important;
  font-family: "slick" !important;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: var(--color-solid-progress) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px !important;
}

.responsive .slick-prev {
  left: -20px !important;
  top: auto !important;
}

.responsive .slick-dots {
  bottom: 14px;
}

.desciption-experiencia {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 12px;
  box-sizing: border-box;
  text-align: center;
}

.desciption-experiencia {
  padding: 22px;
  height: 30% !important;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 20%,
      rgba(0, 0, 0, 0.7) 60%,
      rgba(0, 0, 0, 0.5) 80%,
      rgba(0, 0, 0, 0) 100%);
  width: 100%;
  color: #fff;
  justify-content: center;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}

.desciption-experiencia h4 {
  font-size: 1.4rem;
}

#coluna-mais-acessados {
  margin-top: 90px;
}

.post-full-text ul {
  margin-left: 2% !important;
}