/* Universal */

:root {
  --gray: #666666;
  --dark-gray: #2a2a2a;
  --blue: #00ccff;
  --gradient-btn-blue: linear-gradient(#00ccfe, #02c6f8, #05b9e7);
  --primary: #29b2db;
}

:focus {
  outline-style: none;
  box-shadow: none !important;
}

body {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

:focus {
  outline-style: none !important;
}

::selection {
  color: #fff;
  background-color: var(--blue) !important;
}

::placeholder {
  color: #d9d9d9;
  opacity: 0.5 !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.btn.btn-primary.btn-exchange-primary {
  background-image: var(--gradient-btn-blue);
  border: none;
  border-radius: 6px;
}

.btn.btn-primary.btn-exchange-primary.rounded {
  border-radius: 100px !important;
}

.clear {
  clear: both;
}

/* Universal */

/* Destaques */

section.destaques {
  flex: 1;
  background-color: #303c4a;
  justify-content: center;
  height: 73px;
  border: 3px solid #303c4a;
  box-sizing: content-box;
}

section.destaques ul.principal {
  height: 73px;
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  /*overflow-y: hidden;*/
  overflow-x: auto;
}

section.destaques ul.principal::-webkit-scrollbar {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

section.destaques ul.principal::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

section.destaques ul.principal > li {
  display: inline-flex;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid #a9a9a9;
  max-height: 16px;
}

section.destaques ul.principal > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.destaques ul.principal > li > a {
  text-transform: uppercase;
  line-height: 1;
  color: #a9a9a9;
  text-decoration: none;
  font-size: 14.3px;
  white-space: nowrap;
  cursor: pointer;
}

section.destaques ul.principal > li a span {
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
}

section.destaques ul.principal > li > a:active,
section.destaques ul.principal > li > a:focus,
section.destaques ul.principal > li > a:hover,
section.destaques ul.principal > li > a.active {
  color: var(--blue);
  font-weight: bold;
  letter-spacing: -0.05px;
}

section.destaques ul.principal > li a:active span,
section.destaques ul.principal > li a:focus span,
section.destaques ul.principal > li a:hover span,
section.destaques ul.principal > li a.active span {
  border-bottom: 2px solid var(--blue);
  padding-bottom: 6px;
}

section.destaques ul.principal li ul.menu-suspenso {
  position: absolute;
  background-color: rgb(255, 255, 255);
  list-style: none;
  padding: 0px;
  box-shadow: none;
  top: 55px;
  border: 1px solid rgb(238, 238, 238);
  width: 198px;
  z-index: 999;
}

section.destaques ul.principal li ul.menu-suspenso li {
  width: 100%;
}

section.destaques ul.principal li ul.menu-suspenso li a {
  display: block;
  padding: 8px 20px;
  color: #777777;
  text-transform: initial;
}

section.destaques ul.principal li ul.menu-suspenso li > a:active,
section.destaques ul.principal li ul.menu-suspenso li > a:focus,
section.destaques ul.principal li ul.menu-suspenso li > a:hover,
section.destaques ul.principal li ul.menu-suspenso li > a.active {
  color: var(--blue);
  letter-spacing: -0.05px;
}
section.destaques ul.principal li ul.menu-suspenso li a.mob {
  display: none;
}

/* Destaques */

/* Header */

section.header h1 {
  margin: 32px auto;
  font-size: 28px;
  line-height: 30px;
  color: #4e4e4e;
}

/* Header */

/* banner */

.banner {
  width: var(--width-desktop);
  margin: 0 auto;
  margin-bottom: 60px;
}

.banner > ul li {
  height: 437px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner > ul li h2 {
  display: inline-flex;
  height: 47px;
  align-self: center;
  align-items: center;
  background-color: #303c4a;
  border-left: 10px solid var(--blue);
  font-size: 28px;
  color: #fff;
  padding: 0px 17px 0px 23px;
  margin-left: 44px;
  margin-top: 154px;
  font-weight: normal;
  padding-bottom: 4px;
}

.banner > ul li .translucid {
  width: 708px;
  margin-top: -23px;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner > ul li .translucid h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  padding: 44px 0px 0px 44px;
}

.banner > ul li .translucid legend {
  font-size: 18px;
  color: #d6d6d6;
  margin-top: 10px;
  padding: 10px 44px 26px;
  font-style: italic !important;
}

.banner > .navigation > ul {
  width: var(--width-desktop);
  height: 60px;
}

.banner > .navigation > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner > .navigation > ul li {
  width: 15px;
  height: 15px;
  display: inline-flex;
  border-radius: 8px;
  background-color: #e6e6e6;
  margin: 0px 32px;
  cursor: pointer;
}

.banner > .navigation > ul li.active {
  background-color: var(--blue);
}

/* banner */

/* Posts */

.manchetes .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f2f2f2;
  margin: 30px 15px 45px 15px;
}

.manchetes img {
  width: 100%;
  max-height: 241px;
  object-fit: cover;
}

.manchetes .artigo {
  max-height: 241px;
  /* padding-left: 60px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.manchetes .artigo .btn.btn-primary.btn-exchange-primary {
  max-width: 116px;
}

.manchetes h3 {
  /* font-size: 18px; */
  font-size: 16px;
  color: #303c49;
  border-left: 3px solid #237d97;
  height: 20px;
  padding-left: 9px;
}

.manchetes h2 {
  /* font-size: 28px; */
  font-size: 22px;
  color: #2a2a2a;
}

.manchetes h4 {
  font-size: 12px;
  color: #666666;
  font-style: italic;
}

.manchetes p {
  /* font-size: 16px; */
  font-size: 14px;
  color: #666666;
}

.manchetes p::after {
  content: " [...]";
}

/* Posts */

/* Sugestões */

.sugestoes .manchetes .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f2f2f2;
  margin: 30px 15px;
}

.sugestoes .manchetes img {
  width: 226px;
  max-height: 145px;
  object-fit: cover;
}

.sugestoes .manchetes .artigo {
  max-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sugestoes .manchetes h3 {
  font-size: 18px;
  color: #303c49;
  border-left: 3px solid #237d97;
  height: 22px;
  padding-left: 9px;
}

.sugestoes .manchetes h2 {
  font-size: 28px;
  color: #2a2a2a;
  font-weight: bold;
}

.sugestoes .manchetes h4 {
  font-size: 12px;
  color: #666666;
  font-style: italic;
}

.sugestoes .manchetes p::after {
  content: " [...]";
}

/* Sugestões */

/* Aside */

.aside {
  /* padding-left: 55px; */
}

.img-aside-blog {
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid#E6E6E6;
  margin-bottom: 38px;
}

.aside .box {
  background-color: #f5f3f3;
  border: 1px solid#E6E6E6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 38px;
}

.aside .box.newsletter img {
  margin-bottom: 16px;
}

.aside .box.newsletter p {
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-align: justify;
}

.aside .box.newsletter > .form-control {
  border: 1px solid#E6E6E6 !important;
}

.aside .mais-vistas {
  padding: 10px 0px 0px 0px !important;
}

.aside .mais-vistas > p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
}

.aside .mais-vistas .btn-tabs {
  padding: 10px 5px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.aside .mais-vistas .btn-tabs button {
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #a5a5a5;
  background: linear-gradient(#f6f6f6, #e8e8e8);
  font-size: 14px;
  padding: 4px 0px;
  margin: 0px 5px;
}

.aside .mais-vistas .btn-tabs button.active {
  color: #fff;
  background: linear-gradient(#00cafd, #05b9e7);
}

.aside .mais-vistas .manchete-mais-vistas {
  padding: 10px;
  background-color: #fff;
}

.aside .mais-vistas .manchete-mais-vistas:last-child {
  padding-bottom: 0px !important;
}

.aside .mais-vistas .manchete-mais-vistas figure {
  width: 87px;
  height: 62px;
  float: left;
  margin-right: 8px;
}
.aside .mais-vistas .manchete-mais-vistas figure img {
  height: 52px;
  object-fit: cover;
  width: 80px;
}
.aside .mais-vistas .manchete-mais-vistas h2 {
  font-size: 13.7px;
  font-weight: bold;
  color: #2a2a2a;
}

.aside .mais-vistas .manchete-mais-vistas h4 {
  font-size: 9px;
  font-style: italic;
  color: rgb(102, 102, 102);
}

.aside .mais-vistas .manchete-mais-vistas hr {
  margin: 0px;
}

.aside .mais-vistas .bg-white {
  border-radius: 0px 0px 10px 10px;
  padding: 4px 10px;
}

.aside .mais-vistas .bg-white a.mais-analises {
  display: flex;
  float: right;
}

.aside p.lojas {
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-weight: bold;
  line-height: 130%;
}

.aside p.lojas-desc {
  font-size: 14px;
  margin-bottom: 20px;
}

/* Lead */

section.lead {
  background: linear-gradient(#fff 5%, #303c4a 5%, #303c4a 95%, #fff 95%);
  padding: 5% 0;
}

section.lead h2 {
  color: #fff;
}

section.lead p {
  color: #fff;
}

section.lead ul {
  padding-left: 0;
  margin: 30px 0;
}

section.lead ul li {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 16px, #303c4a 16px),
    linear-gradient(0deg, #303c4a 49%, #fff 49%, #fff 51%, #303c4a 51%);
  padding-left: 26px;
  list-style: none;
  color: #fff;
  line-height: 130%;
  margin: 10px 0;
}
/* Aside */

/* Newsletter */

.newsletter {
  background-color: var(--blue);
  padding: 64px 0px 32px 0px;
}

.newsletter h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.1px;
  color: #ffffff;
  margin-bottom: 16px;
}

.newsletter h5 {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 32px;
}

.newsletter .form-inline .form-control {
  border: none !important;
  border-radius: 8px;
  min-width: calc(100% - 156px);
  height: 47px;
}

.newsletter .form-inline .form-control:focus {
  outline-style: none !important;
  box-shadow: none;
}

.newsletter button.btn.btn-primary {
  height: 47px;
  min-width: 140px;
  background: #61b57f;
  color: #fff;
  font-weight: bolder;
  border-radius: 8px;
}

/* Newsletter */

/* aside */

aside {
  width: 431px;
}

aside .newsletter {
  background-color: #fbfafa;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 30px;
}

aside .newsletter input[type="email"] {
  width: 100%;
  height: 48px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .aside {
    padding-left: 15px;
  }
}

/* aside */

/* Notícia */

.noticia > h2 {
  font-size: 31px;
  font-weight: bold;
  color: #2a2a2a;
}

.noticia h3 {
  font-size: 20px;
  color: #4d4d4d;
}

.noticia h4 {
  font-size: 11px;
  font-style: italic;
  color: #666666;
}

/* Notícia */

/* Pagination */

ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.pagination li.disabled,
ul.pagination li.page-item,
ul.pagination li a .display-arrow {
  display: flex;
  width: 53px;
  height: 53px !important;
  border: 1px solid #efefef !important;
  justify-content: center;
  align-items: center;
}

ul.pagination li.page-item:first-child,
ul.pagination li.disabled:first-child,
ul.pagination li:first-child {
  border-radius: 6px 0px 0px 6px !important;
}

ul.pagination li.page-item:last-child,
ul.pagination li.disabled:last-child,
ul.pagination li:last-child {
  border-radius: 0px 6px 6px 0px !important;
}

ul.pagination li.page-item a {
  font-family: "Lato", sans-serif;
  color: #999999;
  align-self: center;
  font-size: 18px;
  font-weight: bold;
}

ul.pagination li.page-item.active {
  background-color: #00ccff;
  border-color: #00ccff !important;
}

ul.pagination li.page-item.active a {
  color: #fff !important;
}

/* Pagination */

/* footer */

.divide40 {
  width: 100%;
  height: 40px;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

#footer {
  background: #111;
  font-size: 0.9em;
  padding: 20px 0 0;
  position: relative;
  clear: both;
}

/* #footer ul li{
    padding-bottom: 10px;
} */

#footer ul li a {
  font-family: "Open sans", sans-serif;
  font-size: 0.9em;
}

.footer-col h3::first-letter {
  border-bottom: 1px solid #bbb;
}

.footer-social {
  margin-top: 16px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ol,
ul {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 10px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.contact p {
  margin-bottom: 10px;
}

.footer-col p {
  color: #aeaeae;
}

p {
  margin: 0 0 10px;
}

.contact strong {
  margin-right: 4px;
  font-weight: 700;
}

br {
  line-height: 10%;
}

.contact a {
  color: #777;
}

.list-rodape li {
  list-style: none;
}

.desktop {
  display: block;
}

.contact strong i {
  margin-right: 5px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aceite {
  color: #ffffff !important;
}

.aceite:hover {
  color: #29b2db !important;
}

.si-gray {
  background: #f3f3f3;
  border: 0;
}

.si-gray-round {
  border-radius: 50%;
}

.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.si-instagram:hover,
.si-colored-instagram {
  background-color: #3f729b !important;
}

.social-icon:hover {
  border-color: transparent;
}

a:hover,
a:focus {
  color: #29b2db;
  text-decoration: none;
}

.social-icon i {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.social-icon i:first-child {
  animation: desce-icon;
  animation-duration: 0.3s;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
  animation: sobe-icon;
  animation-duration: 0.3s;
}

.social-icon:hover i {
  color: #fff;
}

@keyframes sobe-icon {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: -40px;
  }
}

@keyframes desce-icon {
  0% {
    margin-top: -40px;
  }

  30% {
    margin-top: -30px;
  }

  100% {
    margin-top: 0px;
  }
}
/* footer */

@media screen and (max-width: 768px) {
  .aside {
    padding-left: 15px;
  }

  .carousel {
    margin-top: 40px;
  }

  .artigo {
    margin-top: 26px;
  }
}

@media (max-width: 576px) {
  section.destaques ul.principal li ul.menu-suspenso {
    left: 10%;
    width: 80%;
  }

  .mob {
    display: block !important;
  }

  .newsletter {
    /*margin-top: -70px!important;*/
    margin-top: 20px;
    border: 16px solid #fff;
    /* background-color: #e2edf2; */
    padding: 30px 20px 26px 20px;
    border-radius: 24px;
  }

  .newsletter h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .newsletter h5 {
    line-height: 20px;
    margin-bottom: 16px;
  }

  .newsletter .form-control {
    border: none !important;
    border-radius: 8px;
    height: 47px;
    margin-bottom: 16px;
  }

  .newsletter button.btn.btn-primary {
    height: 47px;
    margin-bottom: 16px;
  }
}

/* Loader */

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #00ccff;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Loader */

.nav-2024 {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 99;
}

.nav-2024-content {
  max-width: 1110px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}

@media (min-width: 768px) {
  .nav-2024-content {
    height: 73px;
    justify-content: flex-start;
    gap: 24px;
  }
}

.nav-2024-logo {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 auto;
  transform: translateX(-35px);
}

.nav-2024-ul-mobile {
  display: flex !important;
}

@media (min-width: 768px) {
  .nav-2024-logo {
    margin: -10px 0 0 0;
    transform: translateX(0px);
  }
}

.nav-2024-toggle {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .nav-2024-toggle {
    display: none;
  }
}

.nav-2024-toggle i {
  font-size: 22px;
}

.nav-2024-ul {
  width: 100vw;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
  border: none;
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 100;
  background: #fff;
  height: auto;
  padding: 36px 0;
}

@media (min-width: 768px) {
  .nav-2024-ul {
    height: 70px;
    top: 0;
    display: flex;
    position: relative;
    flex-direction: row;
    width: auto;
    gap: 0;
  }
}

.nav-2024-ul .nav-2024-li {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .nav-2024-ul:not(:last-child) .nav-2024-li:not(:last-child) {
    border-right: 1px solid rgba(46, 58, 71, 0.2) !important;
  }
}

.nav-2024-ul:last-child {
  margin-left: auto;
  top: 310px;
  z-index: 99;
  box-shadow: 0 6px 6px #ccc;
}

@media (min-width: 768px) {
  .nav-2024-ul:last-child {
    position: relative;
    top: 0;
    box-shadow: none;
  }
}

.nav-2024-li a {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: #2e3a47;
  padding: 2px 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}

.nav-2024-li:hover a,
.nav-2024-li a.active {
  border-color: var(--primary);
}

.nav-2024-li-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 36px;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  border-radius: 999px;
  border: 1px solid var(--primary);
}

.nav-2024-li-btn.primary {
  background: var(--primary);
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .nav-2024-li-btn.primary {
    margin-right: 14px;
  }
}

.nav-2024-li-btn.primary > a {
  color: #fff;
}

.nav-2024-li-btn.primary:hover {
  box-shadow: 0 3px 6px var(--primary);
}

.nav-2024-li-btn.outline {
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.nav-2024-li-btn.outline:hover {
  box-shadow: 0 3px 6px var(--primary);
}

.nav-2024-li-btn.outline > a {
  color: var(--primary);
}

.controls {
   display: flex; 
/*  display: none;*/
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .controls {
    flex-direction: row;
    justify-content: space-between;
  }
}

.controls .controls-item {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  padding: 16px 4px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: center;
}

.controls .controls-item.next {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .controls .controls-item {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px;
  }

  .controls .controls-item.next {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.controls .controls-item strong {
  font-size: 80%;
  margin-bottom: 4px;
  opacity: 0.6;
}

.controls .controls-item.next strong {
  text-align: right;
}

.controls .controls-item a {
  max-width: 90%;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.controls .controls-item a:hover {
  color: var(--primary);
  text-decoration: none;
}
.mouse-hover-link:hover{
  color: var(--blue);
  text-decoration: none;
}
