* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.header-site {
  font-weight: 800;
  padding: 0.8rem 2rem;
}

header {
  border-bottom: 1px solid #181818;
}

.menu-item-site {
  padding: 0rem 0.7rem;
}

.menu-underline {
  height: 2px;
  width: 0;
  background-color: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
  margin: 0 auto;
}

.menu-item-site .nav-link.active+.menu-underline,
.menu-item-site .nav-link:hover+.menu-underline,
.menu-item-site .nav-link:focus+.menu-underline {
  width: 50%;
  background-color: rgb(241, 241, 241);
}

.btn-menu-site {
  background-color: #f0f0f0;
  color: #080808;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 17px;
  border: none;
  text-decoration: none;
}

.div-anim {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-link {
  color: white !important
}

.navbar-toggler-icon {
  filter: invert(100%) brightness(1000%) contrast(1000%) saturate(0%) !important;
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


.custom-card-container {
  margin-top: 30px;
  perspective: 1200px;
  position: sticky;
  top: 120px;
}

.custom-card {
  width: 320px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
  position: relative;
  box-shadow: 3px 3px 18px -1px rgba(255, 255, 255, 1);
  border: 2px solid rgb(255, 255, 255);
}

.custom-card-chip img{
  width: 162px;
  border-radius: 10px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  border: 2px solid rgb(255, 255, 255);
}

.custom-card-mvno {
  width: 320px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
  box-shadow: 3px 3px 18px -1px rgba(255, 255, 255, 1);
  border: 2px solid rgb(255, 255, 255);
}

.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.reflection {
  content: '';
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  animation: shine 4s infinite;
  pointer-events: none;
  filter: blur(20px);
}

@keyframes shine {
  0% {
    left: -70%;
  }

  50% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.carousel-fade .carousel-item {
  transition: transform 0.5s ease, opacity 0.5s ease !important;
}

.carousel-card {
  width: 300px;
  background: white;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.carousel-inner {
  padding: 40px 0;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex !important;
  justify-content: center;
}

.arrow_car{
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
}

.arrow_car_set{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #020202;
    border: 2px solid #ffffff;
    color: white;
    margin-bottom: 15px;
    margin-left: 10px;
}

.arrow_car_set:hover{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: white;
    border: 1px #696969;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    margin-left: 10px;
}

.icons-plano{
  font-size: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
}

footer{
  border-top: 1px solid #8b8b8b73;
  margin-top: 50px;
  
}

@media (max-width: 768px) {
  #animacao3 {
    display: none !important;
  }
}

.card-mvno{
    background-color: black;
    border-radius: 20px;
    border: 1px solid white;
    padding: 20px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-mvno{
  font-size: 40px;
  color: white;
}

#pr_mvno{
  margin-left: 3vw; 
  margin-right: 3vw;
}

.btn-pix{
  background-color: #020202;
  color: white;
  border: solid 1px white;
}

.btn-pix:hover{
  background-color: #020202;
  color: white;
  border: solid 1px white;
}

.swal2-popup{
  background-color: #010101;
  border: solid 1px white;
  color: white;
  border-radius: 20px;
}

.swal2-cancel{
  background-color: black;
  border: solid 1px white;
  border-radius: 10px;
}

.swal2-cancel:hover{
background-color: color-mix(in srgb, #141414, black 10%);
}

.swal2-confirm{
  background-color: rgb(255, 255, 255);
  border: solid 1px white;
  border-radius: 10px;
  color: black
}

.swal2-confirm:hover{
  background-color: rgb(236, 236, 236);
  border: solid 1px white;
  border-radius: 10px;
  color: black
}

@media (max-width: 768px) {
  #inicio{
    padding: 0px;
  }
  #pr_mvno{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #select_chip{
    margin-right: 0px !important;
  }
}
