@media (max-width: 800px) {
  .snd-logo-mobile {
    width: 260px !important;
    max-width: 50vw;
  }
}
@import url(https://fonts.bunny.net/css?family=poppins:400,700);

body {
  width: 100%;
  overflow-x: hidden;
}

html {
  width: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins;
  text-decoration: none;
  list-style: none;
}

/* Bg Tag */

.bg-tag{
  background:rgba(44,92,177,.1);
}

/* Cards */

.bg-card-one{
  background:linear-gradient(135deg,#3b82f6,#06b6d4);
}

.bg-card-second{
  background:linear-gradient(135deg,#8b5cf6,#ec4899);
}

.bg-card-three{
  background:linear-gradient(135deg,#6366f1,#3b82f6);
}

.bg-card-four{
  background:linear-gradient(135deg,#14b8a6,#22c55e);
}

.bg-card-five{
  background:linear-gradient(135deg,#f97316,#ef4444)
}

.bg-card-six{
  background:linear-gradient(135deg,#ec4899,#f43f5e);
}

.bg-blue-invite{
  background-color: #1b3d8e;
}

/* Color Text */

.text-effect{
  background: linear-gradient(90deg,#2c5cb1,#06b6d4);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.text-color-blue {
  color: #211450;
}

.text-color-white {
  color: #fff;
  font-weight: 700;
}

.text-gradient {
  background: linear-gradient(90deg, #FFFFFF, #B9D6FF, #A7AFF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* Icon */

.text-color-blue-icon{
  color: #2c5cb1;
}

.bg-icon-blue {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2c5cb1, #211450);
}

.border-blue{
  border-top: 4px solid #2c5cb1;
}

.bg-icon{
  width: 64px;
  height:64px;
  background:rgba(44,92,177,.1);
}

/* Btn Color */

.btn-gradient {
  background: linear-gradient(90deg, #ffffff, #bebebe);
  color: #2C5CB1;
  border: none;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #2C5CB1;
}

.btn-sm-effect { 
  max-width: 300px;
}

.btn-effect {
  transition: all 0.3s ease;
}

.btn-effect:hover {
  transform: translateY(-2px);
}

.btn-text-color {
  color: #2C5CB1;
}

.btn-text-color:hover {
  color: #2C5CB1;
  font-weight: 400;
}

/* Background Main */

.bg-custom-main {
  background-image: url(../img/background-summit-2026.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.bg-sort{
  background: linear-gradient(90deg,#211450,#2c5cb1,#06b6d4);
}

.bg-invite{
  background-image: url('../img/SectionForm.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.bg-footer{
  background-image: url('../img/Footer.webp'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.card-contained {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.card-metric {
  width: 100%;
  max-width: 260px;
  min-height: 220px;
  padding: 24px 20px;
  border-radius: 18px;

  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);

  transition: transform .3s ease, box-shadow .3s ease;
}

/* Sobre o Evento */

.glass-card {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .3s ease, box-shadow .3s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #22d3ee, #3b82f6);
}

/* Section Público Alvo */

.icon-gradient,
.icon-gradient-lg {
  background: linear-gradient(135deg, #2c5cb1, #211450);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-gradient {
  width: 56px;
  height: 56px;
}

.icon-gradient-lg {
  width: 64px;
  height: 64px;
}

.card-hover {
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12);
}

/* Porque você deve participar */

.benefit-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, .12);
  border-color: #f1f1f1;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1);
}

/* 7 Trillas temáticas exclusivas */

.glass-card-speaker {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 1.5rem;
  border: 1px solid #eee;
  transition: all .4s ease;
}

.glass-card-speaker:hover {
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .12);
  transform: translateY(-6px);
}

.icon-xl {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
}

.speaker-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 1rem;
  border: 2px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}


/* CARD */

.card-palestra {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  min-height: 260px;

  background: linear-gradient(
    120deg,
    #ffffff,
    #f2f2f2,
    #e9e9e9,
    #ffffff
  );
  background-size: 300% 300%;
  transition: all 0.6s ease;
}

.card-palestra:hover {
  animation: gradientMove 4s ease infinite;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.card-images {
  display: flex;
  height: 100%;
}

.card-content {
  flex: 1;
  /* padding: 0 40px 0 0; */
}

.badge {
  display: inline-block;
  background: #e9f0ff;
  color: #2c5cb1;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.card-content h2 {
  margin-bottom: 16px;
  font-weight: 600;
  color: #211450;
}

.card-content p {
  color: #666;
  margin-bottom: 30px;
  max-width: 600px;
}

.speakers-info {
  margin-top: 10px;
  text-align: center;
}

.speakers-info strong {
  font-size: 13px;
  display: block;
}

.speakers-info span {
  font-size: 12px;
  color: #888;
}

.card-images {
  display: flex;
  height: auto;
}

.img-wrapper {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}

.img-wrapper img {
  height: 220px;
  /* 👈 aumenta aqui o tamanho */
  width: auto;
  object-fit: cover;
  border-radius: 15px;
  object-position: top;
}

@media (max-width: 991px) {

  .card-palestra {
    flex-direction: column;
    /* empilha tudo */
  }

  .card-images {
    order: 2;
    /* garante que fique abaixo do texto */
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .img-wrapper img {
    width: 100%;
    height: 200px;
    /* controla altura no mobile */
    object-fit: cover;
  }

  .speakers-info {
    text-align: center;
  }
}


@media (max-width: 480px) {
  .card-images {
    flex-direction: column;
  }
  .img-wrapper img {
    width: auto;
    height: 340px;
  }
}


/* Effect Section */

.section-animate {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  filter: blur(8px);
  transition: all 0.8s cubic-bezier(.17, .67, .83, .67);
}

.section-animate.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Footer */

.badge-custom {
    background-color: rgba(255,255,255,0.1);
    transition: background-color 0.2s ease;
    border-radius: 9px;
    font-size: 12px !important;
}

.badge-custom:hover {
    background-color: rgba(85, 85, 85, 0.2);
}

.badge-custom-footer{
  border-radius: 9px; cursor: pointer;
}
