body {	
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  background:#eceff2;
}

a {
	text-decoration: none;
}

.color-light{
    color:#eceff2
}

.color-dark{
    color:#031322
}

.navbar-glass {
    background: rgba(11, 17, 28, 1)!important;
}

.scrolled .navbar-glass {
    background: rgba(11, 17, 28, 0.7)!important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

  
.offcanvas.offcanvas-end {
height: 100vh; /* garante */
}

.dropdown-toggle::after {
    display: none!important;
}

.dropdown-toggle .menu-icon {
    transition: transform 0.3s ease;
    transform-origin: center;
}

.dropdown-toggle.show .menu-icon {
    transform: rotate(180deg);
} 


.navbar-toggler:focus{
    box-shadow: none!important;
}


.full-banner {
	background: url(../img/bg-full-banner.jpg);
	background-size: cover;
    background-position: bottom;
}

.slides::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 80px;
    background: linear-gradient(90deg, #eceff2 0%, rgba(0,0,0, 0) 100%);
    z-index: 2;
}

.slides::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 80px;
    background: linear-gradient(90deg, #eceff2 0%, rgba(0,0,0, 0) 100%);
    rotate: 180deg;
    z-index: 2;
}

.slides {
    width: 100%;
    height: 80px; /* Ajuste conforme necessário */
    position: relative;
}

.slide-animation {
    display: flex;
    animation: scroll 10s linear infinite;
}

.slide-animation img{
    opacity: 0.6;
    filter: grayscale(100%);
}

@keyframes scroll {
    from {
      transform: translateX(-20vw);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  /* pausa no hover */
  .slide-animation:hover {
    animation-play-state: paused;
  }  
  

.slide-item {
    height: 80px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.slide-item:hover {
    opacity: 1;
}

.footer {
    background-color: #0b121a;
}

.footer .social a {
    background: #eceff2;
    color:#0b121a;
    width: 32px;
    height: 32px;
}

.footer .brand{
    color:#eceff2;
}

.footer .brand span{
    color:#75787e;
    font-size: 11px!important;
    padding-left: 10px;
}

.footer .footer-menu-item ul{
    padding-left: 0;
}

.footer .footer-menu-item a{
    color: #75787e;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.testemunhos .carousel-control-next,.testemunhos .carousel-control-prev {
    width:auto!important;
    opacity:100%;
}


.testemunhos .carousel-control-prev-icon,.testemunhos .carousel-control-next-icon {
    background-color: #086cfa;
    background-size: 40% 40%;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;

}

.testemunhos .carousel-control-prev {
    left: -15px;
}

.testemunhos .carousel-control-next {
    right: -15px;
}

.testemunhos .carousel-indicators .active {
    background-color: #04286d!important;
}

.testemunhos .carousel-indicators [data-bs-target] {
    border: solid 1px #04286d;
    background: none;
    opacity: 1;
}

.testemunhos .testemunhos-body{
    display: flex;
    flex-direction: column;
    min-height: 460px;
}

.testemunhos .testemunhos-card{
    height: 100%;
}

.testemunhos .carousel-item{
    height: 100%;
}

.testemunhos .testemunhos-conteudo{
    flex: 1 1 auto;
}

.testemunhos .testemunhos-conteudo p{
    margin-bottom: 0;
}

.testemunhos .testemunho-autor{
    margin-top: auto;
}

.card-servicos {
    min-width: 320px;
    border: 0;
}


.scroll-d-none {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge antigo */
}

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


.btn-lg {
    font-size: 1.1rem!important;
}

.btn {
    font-size: 0.9rem;
}

.btn-primary, .btn.active{
    background-color: #086cfa;
    border: #086cfa;
}

.btn-primary:hover{
    background-color: #024db6;
    border: #024db6;
}

.btn-success{
    color:#0b121a!important;
}
.btn-success, .btn.active{
    background-color: #A1FF75;
    border: #A1FF75;
}

.btn-success:hover{
    background-color: #A1FF75;
    border: #A1FF75;
}

.content {
    overflow-x: hidden !important;
}

