header .logo-desktop, header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0
}
.home header{
  width: 100%;
   position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent !important;
}
.mobile-column{
  display: flex;
  flex-direction: column;
}
.home header .logo-desktop{
  filter: brightness(0) invert(1);
}
.home header .nav-link{
  color: #fff;
}
 header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #B64C07;
  padding: 12px 20px;
  background-color: var(--secondary-color);
  border-radius: 20px;
}
.home #topo-bootstrap{
  display: none !important;
  }
.mod-color-topo{
background:  linear-gradient(180deg, #2F4B70 0%, #283A52 100%);
}
.mod-menu-mobile{
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .home header{
    position: static;
    background-color: var(--secondary-color) !important;
  }
  .mobile-column{
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
  .mod-menu-mobile{
    justify-content: end;
  }
}
.canais-topo i{
 color: #fff;
}

/* FOOTER */
footer {
  background-color: #F6F6F6;
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin-top: 0;
  font-size: 18px;
  color: var(--dark)
}

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--dark);
  transition: .3s
}
footer .menu__footer{
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .menu__footer li a{
  padding: 8px 10px !important;
}

footer .footer__nav li a i {
  font-size: 10px
}

footer .footer__nav li a:hover {
  color: var(--primary-color)
}

footer .address :is(span, a):not(.btn) {
  color: var(--dark);
  font-size: 14px;
  line-height: 25px;
  transition: .3s
}

footer .address a:not(.btn):hover {
  color: var(--secondary-color)
}
footer .social__icon{
  color: #000;
  border: solid 1px #000;
}

.copyright-footer .btn.selos {
  min-height: unset;
}
.bg-footer{
  background-color: #F6F6F6;
}
@media screen and (max-width: 576px) {
  footer .menu__footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  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;
  float: unset
}

.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 .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: .5rem .75rem;
  font-size: .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: .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, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
  margin-bottom: 0
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .25rem;
  text-transform: uppercase
}
.sub-title-empresa{
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.title-empresa{
  color: #2F4B70;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sub-title{
  color: #2F4B70;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.title-projetos{
  color: #3D3D3D;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.spacy-y{
  padding: 80px 0;
}
.btn-mod{
  padding: 12px 36px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all ease-in .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.btn-mod:hover{
  background: var(--secondary-color);
  color: #fff;
}

/* FEITO POR CAMILA FERREIRA DA SILVA */
.card-23 {
    width: 100%;
    height: 30rem;
    border-radius: .625rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), var(--card-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
 
 
.card-23:hover {
    top: -20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), var(--card-bg);
 
}
.card-23__body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
}
 
.card-23__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0;
    transition: all 0.4s ease;
    opacity: 0;
}
 
.card-23:hover .card-23__content {
    height: 100%;
    opacity: 1;
}
 
.card-23 .card-23__title,
.card-23 .card-23__content__text,
.card-23 .card-23__content__button {
    color: #FAFAFA;
}
 
.card-23 .card-23__title {
    font-weight: 600;
    font-size: 1.2125rem;
    text-align: center;
    position: relative;
}
 
.card-23 .card-23__title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: .125rem;
    width: 8.75rem;
    background-color: #FAFAFA;
    transition: all .4s ease;
}
 
.card-23:hover .card-23__title::before {
    background-color: #1F61B8;
}
 
.card-23 .card-23__content__text {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
 
.card-23 .card-23__content__button {
    width: fit-content;
    padding: .6875rem 1rem;
    border-radius: 1.875rem;
    background-color: var(--primary-color);
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    height: 2.4375rem;
    transition: all .4s ease;
    text-decoration: none;
}
 
.card-23 .card-23__content__button:hover {
    filter: brightness(85%);
}
 
@media screen and (max-width: 960px) {
    .card-23 .card-23__content {
        height: 145px;
 
    }
}
.box-card{
    display: flex;
    border-radius: 16px;
    padding: 45px 25px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    flex-direction: column;
    min-height: 320px;
    align-items: center;
}
.sub-title-home{
  color: #888;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
  justify-content: center;
}
.bg-mod{
  background: radial-gradient(50% 50% at 50% 50%, #2F4B70 0%, #283A52 100%);
  padding: 50px 0;
}
.bg-empresa{
  padding: 60px 40px;
  background: #2F4B70;
  border-radius: 20px 0 0 20px;
}
.bg-empresa p{
  color: #fff;
}
.bg-empresa h1{
  color: #fff
}
.bg-empresa span{
  color: #FDB317;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.position-mod{
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.banner-home {
    width: 100%;
    height: auto;
    max-height: 745px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-home__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-home__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--background);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-home__bg-transparent {
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.00) 67.63%, rgba(0, 0, 0, 0.65) 82.79%), linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), linear-gradient(0deg, rgba(47, 75, 112, 0.70) 0%, rgba(47, 75, 112, 0.70) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 100% !important;
}

.btn-banner {
    display: inline-block;
    color: #FFF;
    background-color: var(--primary-color);
    padding: 14px 28px;
    border-radius: 8px;
    transition: all .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

.btn-banner:hover {
    background-color: var(--secondary-color);
}

.title-banner {
  color:  #FAFAFA;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sub-title-banner{
  color: #F6F6F6;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  display: block;
  margin: 0;
}
.sub-title-banner-mod{
  color: #FDB317;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.btn-banner-1{
  padding: 12px 36px;
  border: solid 2px #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  transition: all ease-in .3s;
  border-radius: 8px;
}
.btn-banner-1:hover{
  background: #fff;
  color: #000;
}
.btn-banner-2{
  padding: 12px 36px;
  background-color: var(--secondary-color);
  color: #B64C07;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all .3s ease-in;
}
.btn-banner-2:hover{
 background-color: var(--primary-color);
 color: #fff;
}
@media screen and (max-width: 576px) {
  .position-mod{
    margin-top: 0;
  }
}