header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}

/* FOOTER */
footer {
  background-color: #141515;
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--light);
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}
footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: 0.875rem;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--primary-color-light);
}

.copyright-footer .btn.selos {
  min-height: unset;
}
@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)),
    var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%;
}
.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}
.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 0.25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}
.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}
.card.card--23 .card__link > span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}
.card.card--23 .card__link:focus > span,
.card.card--23 .card__link:hover > span {
  width: 100px;
  opacity: 1;
  margin-right: 0.5rem;
}
.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}
.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.icones-empresa {
  border-radius: 84px;
  background: radial-gradient(50% 50% at 50% 50%, #238c9e 0%, #0d5f6f 100%);
  display: inline-flex;
  padding: 10px;
}
.circle-gradient {
  border-radius: 16px;
  border: 1px solid #f7e1e1;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(247, 225, 225, 0.15);
  background: #ecedec;
}
.title-row-bottom {
  position: relative;
}
.title-row-bottom:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: rgba(31, 125, 141, 0.97);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.title-row-bottom-left:after {
  content: "";
  transform: translateX(0%) !important;
  left: 0%;
}
.title-gradient {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #238c9e 0%, #0d5f6f 100%);
  font-size: 14px;
  color: white;
  transition: 0.5s;
}
.grey-block {
  border-radius: 8px;
  border: 2px solid #e7e7e7;
  background: #fafafa;
  padding: 10px;
  margin: 10px 0;
  transition: 0.5s;
}
.grey-block:hover {
  background: radial-gradient(50% 50% at 50% 50%, #238c9e 0%, #0d5f6f 100%);
}
.grey-block .icones-empresa {
  transition: 0.5s;
}
.grey-block:hover .icones-empresa {
  background: #141515;
}
.grey-block li,
.grey-block h2 {
  transition: 0.5s;
}
.grey-block:hover li,
.grey-block:hover h2 {
  color: white;
}
.grey-block h2 {
  position: relative;
}
.grey-block h2:after {
  content: "";
  position: absolute;
  background: #585858;
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.grey-block:hover h2:after {
  width: 80px;
}
.pdf-servico {
  width: 100%;
  height: 100%;
}
.accordion-1 {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-1 .accordion__item {
  margin: 10px 0;
}

.accordion-1 .accordion__button {
  width: 100%;
  text-align: left;
  padding: 16px;
  border-radius: 20px;
  background: var(--Black-10, #fafafa);
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  color: #5d5d5d;
  border: none;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in;
}

.accordion-1 .accordion__button:hover,
.accordion-1 .accordion__button[aria-expanded="true"] {
  background-color: #fff;
  color: var(--primary-color, #0096dd);
}

.accordion-1 .accordion__icon {
  transition: transform 0.5s ease;
}

.accordion-1 .accordion__button[aria-expanded="true"] .accordion__icon {
  transform: rotate(45deg);
}

.accordion-1 .accordion__content {
  transition: all 0.5s ease;
}
.accordion-1 .accordion__content p {
  color: var(--grey, #777);
  font-size: 0.83rem;
}
.accordion-1 .accordion__button[aria-expanded="false"] + .accordion__content {
  max-height: 0;
  padding: 0 16px;
  overflow: hidden;
  background: #fff;
}

.accordion-1 .accordion__button[aria-expanded="true"] + .accordion__content {
  max-height: 400px;
  padding: 16px;
  overflow: hidden;
}
.colors-rounded { 
  border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}
.colors-rounded img{
   width: 100%;
    height: 200px;
}
/* -------------- ORGANIC TABS - MENU -------------- */
.organictabs-2__menu{
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    width: 100%;
    padding: 0;
}
.organictabs-2__main{
    width: 100%;
}
.organictabs-2__link{
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #F6F6F6;
    color: #454545;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 3px solid #E7E7E7;
}
.organictabs-2__link::before{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) rotateZ(270deg);
    width: 40px;
    height: 40px;
    background-color: #F6F6F6;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    border: 3px solid #E7E7E7;
    border-top: 0;
    border-bottom: 0;
    border-radius: 4px;
    clip-path: polygon(54% 0, 54% 49%, 54% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.organictabs-2__link.active::before{
    opacity: 1;
}

/* -------------- ORGANIC TABS - CONTEÚDO -------------- */
.organictabs-2__row{
    width: 100%;
    display: flex;
    gap: 20px;
    --spacing: 20px;
}
.organictabs-2__item{
    width: 100%;
}
.organictabs-2__content{
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    background-color: #F6F6F6;
}

.organictabs-2__title{
    color: var(--primary-color);
}
.organictabs-2__text{
    color: var(--grey);
}
.organictabs-2__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

@media only screen and (min-width: 768px){
    .organictabs-2__content{
        width: 100%;
    }
    .organictabs-2__thumb{
        width: 40%;
        max-height: 400px;
    }

}
@media only screen and (max-width: 765px){
    .organictabs-2__menu{
        flex-direction: column;
    }
    .organictabs-2__row{
        flex-direction: column;
    }
    .organictabs-2__thumb{
        display: flex;
        justify-content: center;
    }
}
.icon-contato {
  background-color: var(--primary-color);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-tag-list {
    overflow: scroll;
}