body {
  font-family: 'Inter', sans-serif;
  color: #252525;
  margin: 0;
  padding: 0;
}
.bg-films {
  background-image: url('../assets/img/hero-1920x570 1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.personaw-fluid { max-width: 80%;}
.navbar {
  background-color: #252525;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-personaw {
  background-image: url('../assets/img/Global_Data_Flow_Animation.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.bg-man-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #252525;
  background-image: url('../assets/img/bgMan.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 570; /* ajuste para o ratio real da imagem */
}
.img-coup {
  height: 430px;
   width: 590px;
   object-fit: contain;
   position: absolute;
   top: 60%;
   left: 60%;
 }
.bg-man-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.border-plans {
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ED002E, #92001C);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.border-connection {
  border: 2px solid #ED002E;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #121212, #242424);
  background-origin: border-box;
  padding: 25px;
  background-clip: padding-box, border-box;
}
.bg-enterprises {
  background-color: #050711;
  /* Ajuste o tempo conforme necessário */
}
.bg-services-main {
  background-color: #252525;
}
.bg-initial {
  background-color: #252525;
}
.bg-services {
  background-color: #727272;
  border: 1px solid #FF0000;
  max-height: 305px;
  max-width: 265px;
}
.bg-redplans {
  background-image: url('../assets/img/bgRed.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.hero {
  background: linear-gradient(#1e1e1e, #000);
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.bg-wpp {
  background-color: #00D500;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}
.hero .text {
  flex: 1;
}

.hero .image img {
  max-width: 100%;
}

.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.btn-primary {
  background-color: #ff4d00;
  color: white;
}

.btn-secondary {
  background-color: #fff;
  color: #000;
}

.vantagens {
  padding: 60px 0;
  text-align: center;
}

.vantagens .item {
  margin-bottom: 30px;
}

.footer {
  background-color: #111;
  color: #ccc;
  text-align: center;
  padding: 20px;
}
.btn-gradient {
  color: #fff;
  background: linear-gradient(135deg, #181A2B75, #18242B75, #0D0D0E);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 24px !important;
  size: 30px;
  transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-gradient-red {
  color: #fff;
  background: linear-gradient(135deg, #ED002E, #B10325);
  border-radius: 2rem;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 8px !important;
  size: 18px;
  transition: all 0.3s ease;
  border: 0.5px solid #1E50A8;  
}
.navbar-collapse {
    justify-content: space-evenly;
}
.btn-gradient:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
  color: #fff;
}
.central-cli {
  margin-left: 40px;
}
.bg-history-main {
 background: linear-gradient(135deg, #FF5050, #910303);
 width: 1350px;
 height: 500px;
 z-index: 1;
}
.bg-history-section {
  background-color: #424242;
}
.responsive-history {
  margin-left: -45px !important; 
}
.btn-whites {
  background: linear-gradient(#FFFFFF, #C4C4C4);
  color: #ED002E;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}
.external-border {
  position: absolute;
  top: 90px;   /* desloca para baixo */
  left: 395px;  /* desloca para a direita */
  width: 63%;
  height: 81%;
  border: 2px solid #ED002E;
  border-radius: 24px; /* mesmo radius da div principal */
  z-index: 0;
}
.box-inside-connections {
  min-height: 300px;
  max-height: 440px; 
  max-width: 260px;
}
.box-connections {
  gap: 20px;
  margin-right: -25%;
  position: relative;
  z-index: 32;
}
.text-pop {
  font-size: 60px !important; 
  white-space: nowrap;
}
.img-hand {
  width: 902px;
  height: 601px;
}
.text-end-web {
  text-align: end;
}
.responsive-popplay {
    min-width: 600px !important;
    aspect-ratio: 16/9; 
    height: auto; 
    max-width: 640px;
  }
@media (max-width: 991px) {
  .text-end-web {
    text-align: start;
  }
  .img-none-mobile{
    display: none;
  }
  .flex-mobile {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-top: 20px;
  }
  .responsive-popplay {
    min-width: 200px !important;
    margin-bottom: 20px;
  }
  .bg-personaw {
    background-image: url('../assets/img/bgManMobile.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-inside-connections {
    min-height: 0%;
    max-height: 100%; 
    max-width: 100%;
  }
  
  .box-connections{
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
  .text-pop {
    font-size: 30px !important; 
    white-space: normal;
  }
  .img-coup {
    display: none;
  }
  .img-hand {
    width: 400px;
    height: 285px;
  }
  .external-border {
    top: 60px;   /* ajuste para telas menores */
    left: 20px;  /* ajuste para telas menores */
    width: 90%;
    height: 80%;
  }
  .navbar-nav .nav-link {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .central-cli {
    margin-left: 0px;
  }
  .img-headman {
    max-width: 370px;
    max-height: 680px;
  }
  .bg-man-wrapper {
    background-image: url('none');
  }
}
