/* Bordas arredondadas para vídeos principais */
#meuVideo,
#historyVideo {
  border-radius: 1.25rem !important; /* 20px */
  overflow: hidden;
  background: #000;
}
body {
  font-family: 'Inter', sans-serif;
  color: #515151;
  margin: 0;
  padding: 0;
}
.bg-films {
  background-image: url('../assets/img/bg-films.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-color: black;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.personaw-fluid {
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 auto;
}
.personaw2-fluid {
  display: none;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
#conectU .lead {
  max-width: 520px;
}
#conectU .cta-buttons {
  align-items: stretch;
}
#conectU .cta-buttons .btn {
  width: 100%;
}
@media (min-width: 576px) {
  #conectU .cta-buttons {
    align-items: center;
  }
  #conectU .cta-buttons .btn {
    width: auto;
  }
}
.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 */
}
@media(min-width: 1050px) {
  .text-coup {
    transform: translateY(120px);
  }
}
.img-coup {
  max-width: 450px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bg-man-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.history-cta {
  width: 100%;
  position: relative;
  overflow: visible;
}
.history-cta .btn-whites {
  flex-shrink: 0;
}
.history-cta img {
  margin-left: auto;
}
.text-purple{ 
  color: #7F00B1; /* Roxo */
}
.border-plans {
  border: 4px 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-plan-gamer {
  border: 4px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(#ED002E, #ED002E), linear-gradient(#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: #515151;
}
.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: 12px 24px !important;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 16px;
  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: flex-end;
}
.btn-gradient:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
  color: #fff;
}
.navbar-nav {
  margin-left: auto;
  gap: 0.75rem;
  align-items: center;
}
.nav-link-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.5rem;
  border-radius: 999px;
  font-weight: 500;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(24, 26, 43, 0.75), rgba(24, 36, 43, 0.75), #0D0D0E);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.nav-link-gradient svg {
  margin-left: 0.5rem;
}
.nav-link-gradient:hover,
.nav-link-gradient:focus {
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.central-cli {
  margin-left: 0;
}
.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: normal;
}
.coverage-logo {
  max-height: 260px;
  width: auto;
}
.coverage-header {
  width: 100%;
}
.coverage-text {
  max-width: 720px;
  margin: 0 auto;
}
.coverage-description {
  font-size: 20px;
  max-width: 550px;
  margin: 0 auto;
}
.coverage-device {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.coverage-video {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  background: #000;
}
@media (min-width: 768px) {
  .coverage-text {
    margin: 0;
  }
  .coverage-description {
    margin: 0;
  }
  .coverage-device {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .text-pop {
    font-size: 30px !important; 
  }
}
@media (max-width: 1000px) {
  .history-cta {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .history-cta .btn-whites {
    width: 100%;
    text-align: center;
  }
  .history-cta img {
    margin: 0 auto;
    max-width: 220px;
    transform: none;
  }
  .navbar-nav {
    align-items: stretch;
    padding: 1rem 0;
  }
  .navbar-nav .nav-link-gradient {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .img-hand {
    width: 450px;
    height: 305px;
  }
  .coverage-logo {
    max-height: 380px;
    max-width: 450px;
  }
}
@media (min-width: 1500px) {
  .text-pop {
    font-size: 45px !important; 
    white-space: normal;
  }
}
@media (min-width: 1000px) {
  .coverage-device {
    max-width: 760px;
  }
}
.bg-hand {
  position: relative;
  background-color: #404044;
  overflow: hidden;
}
.hand-title {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -2px;
}
.hand-copy {
  font-size: 20px;
  max-width: 320px;
  margin: 0 auto;
}
.hand-image {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.store-badge {
  height: 45px;
}
.hand-cta {
  font-size: 18px;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1070px) {
  #conectU {
    text-align: center;
  }
  #conectU .lead {
    max-width: 100%;
  }
  .personaw-fluid { display: none;}
  .personaw2-fluid { display: block;}
  .align-items-plans {
    align-items: center;
  }
  .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;
  }
  .text-pop {
    font-size: 30px !important; 
    white-space: normal;
  }
  .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;
  }
  .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');
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.3));
}

.whatsapp-float img {
  width: 108px;
  height: 108px;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease, filter 0.2s ease;
}

@media (max-width: 575px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
  }
  .whatsapp-float img {
    width: 56px;
    height: 56px;
  }
}

