.section-parceiras-horizontal {  /* background: linear-gradient(135deg, #121212, #1f1f1f, #505050); */  background-color: black;  /* padding: 80px 20px; */  padding-top: 50px;  padding-bottom: 30px;}/* Título e texto */.section-parceiras-horizontal h2 {  font-size: 2rem;  color: white;  margin-bottom: 1rem;}.section-parceiras-horizontal p {  font-size: 1rem;  color: rgba(255,255,255,0.85);  line-height: 1.6;  margin-bottom: 0;}/* Logos em linha */.logo-caixa {  width: 130px;  height: 130px;  background-color: rgb(255, 255, 255);  padding: 8px;  border-radius: 12px;  box-shadow: 0 4px 16px rgba(0,0,0,0.3);  display: flex;  align-items: center;  justify-content: center;  transition: transform 0.3s ease;}.logo-caixa:hover {  transform: scale(1.05);  border-color: rgba(255,255,255,0.1);}.logo-parceira-horizontal {  max-width: 100%;  max-height: 100%;  object-fit: contain;  /* filter: drop-shadow(0 0 4px rgba(0,0,0,0.2)); */}/* Responsivo */@media (max-width: 768px) {  .section-parceiras-horizontal {    padding: 60px 16px;  }  .section-parceiras-horizontal h2 {    font-size: 1.5rem;  }  .section-parceiras-horizontal p {    font-size: 0.95rem;  }  .logo-caixa {    width: 100px;    height: 64px;  }  .logo-parceira-horizontal {    max-height: 100%;  }  .row.align-items-center {    flex-direction: column;    text-align: center;  }  .row.align-items-center .col-md-6 {    width: 100%;    margin-bottom: 1.5rem;  }}