:root {
	--coarse-wool: #181c23;
	--chimney-sweep: #292e38;
	--chimney-sweep-opacity: rgba(41, 46, 56, .6);
	--supernatural: #2f3541;
	--biro: #313947;
	--white: #ffffff;
	--light: #7f8b92;
	--light-2: #eaeaea;
	--periwinkle: #97cb3b;
	--green: #97CB3B;
  --purple: #7158DD;
  --blue: #4CB6F3;
  --yellow: #FFCD02;
	--poppins: 'Poppins' , sans-serif;
}

[data-theme="light"] {
  --coarse-wool: #F6F8FA;
  --chimney-sweep: #fff;
  --chimney-sweep-opacity: rgba(255, 255, 255, .6);
  --supernatural: #F6F8FA;
  --biro: ##f3f5f8;
  --white: #171215;
  --light: #999999;
}

#themeToggle {
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

#themeToggle svg,
.hero_section .swiper-slide .hero_plans .btn-main svg {
    fill: var(--white);
}

html, body {
	font-family: var(--poppins);
	background: var(--coarse-wool);
	color: var(--light);
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
  width:12px;
  background: var(--chimney-sweep-opacity);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius:5px
}

::-webkit-scrollbar-thumb {
  background-color:var(--periwinkle);
  border-radius:5px
}

::-webkit-scrollbar-thumb:hover {
  background-color:var(--periwinkle)
}

.green {
  color: var(--green);
}

.blue {
  color: var(--blue);
}

.purple {
  color: var(--purple);
}

html {
  scrollbar-color:var(--periwinkle) var(--chimney-sweep-opacity);
}

a {
  color: var(--periwinkle);
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.navbar-toolbar {
  background: var(--supernatural) !important;
  padding: 10px 0;
      display: flex;
    align-items: center; /* Alinea los elementos horizontalmente al centro */
}

.navbar-toolbar .nav-link {
  font-size: 13px !important;
  letter-spacing: 0.02rem;
      padding: 0 10px; /* Ajuste del espaciado horizontal entre los elementos */
    font-size: 16px; /* Ajusta el tamaño de la fuente si es necesario */
}
}

.navbar-toolbar .btn {
  background: var(--periwinkle);
  border: 1px solid var(--periwinkle);
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 3px 21px !important;
  font-size: 13px !important;
}

.navbar {
	background: var(--chimney-sweep-opacity);
	-webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
        display: flex;
    align-items: center; /* Alinea los elementos horizontalmente al centro */
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar .nav-link {
    display: flex;
    align-items: center; /* Alinea verticalmente el ícono y el texto */
    color: var(--white); /* Color del texto */
    text-decoration: none; /* Opcional: Elimina el subrayado del enlace */
}

.navbar .nav-link i {
    color: var(--periwinkle); /* Color del ícono */
    font-size: 1.2rem; /* Tamaño del ícono */
    margin-right: 8px; /* Espacio entre el ícono y el texto */
}
.navbar .nav-link span {
    display: inline-flex;
    align-items: center; /* Alinea verticalmente el texto con el ícono */
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
.navbar-nav .btn {
    background-color: #97cb3b; /* Ajusta el color de fondo */
    color: white; /* Ajusta el color del texto */
    border: 1px solid transparent; /* Asegúrate de que el borde no sea invisible */
    padding: 10px 20px; /* Ajusta el padding para hacerlo más visible */
    opacity: 1; /* Asegúrate de que no esté oculto */
    visibility: visible; /* Asegúrate de que sea visible */
}
}

@media (max-width: 992px) {
  .navbar .nav-link {
    line-height: 30px;
  }
}

.navbar-toolbar .btn {
    background: var(--periwinkle);
    border: 1px solid var(--periwinkle);
    color: var(--white);
    font-weight: 500;
    border-radius: 8px;
    padding: 3px 21px !important;
    font-size: 13px !important;
}

.navbar .btn i {
    margin-right: 5px; /* Espacio entre el ícono del botón y el texto (opcional) */
}
.navbar-btn:hover,
.navbar-btn:focus,
.navbar-btn:active {
	background: var(--periwinkle);
  color: var(--white);
}

.dropdown-menu {
	background-color: var(--biro);
}

.dropdown-menu .dropdown-item {
	color: var(--white);
	font-weight: 600;
	padding: 10px 20px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
	background-color: var(--supernatural);
}

.dropdown-menu .dropdown-item span {
	color: var(--light);
	font-weight: 300;
}

.button {
  display: inline-flex;
  height: 50px;
  width: 200px;
  border: 3px solid var(--periwinkle);
  color: var(--periwinkle);
  text-transform: uppercase;
  text-decoration: none;
  font-size: .9em;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Sombra del borde */
}

.button a {
	text-decoration: none !important;
	color: var(--periwinkle);
}

#button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button a {
  position: relative;
  transition: all .45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: var(--periwinkle);
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button:hover a {
  color: var(--white);
}
.cd-slider-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider-wrapper .cd-slider, .cd-slider-wrapper .cd-slider > li {
  height: 100%;
  width: 100%;
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* used to vertically center its content */
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider > li.visible {
  /* selected slide */
  position: relative;
  z-index: 2;
  opacity: 1;
}

.cd-slider > li:first-of-type {
  background-color: var(--supernatural);
  background-image: url('../images/cd-carousel-one.png');
}
.cd-slider > li:nth-of-type(2) {
  background-color: var(--supernatural);
  background-image: url('../images/cd-carousel-two.png');
}
.cd-slider > li:nth-of-type(3) {
  background-color: var(--supernatural);
  background-image: url('../images/cd-carousel-five.png');
}
.cd-slider > li:nth-of-type(4) {
  background-color: var(--supernatural);
  background-image: url('../images/cd-carousel-three.png');
}
.cd-slider > li:nth-of-type(5) {
  background-color: var(--supernatural);
  background-image: url('../images/cd-carousel-four.png');
}

.cd-slider > li:first-of-type, .cd-slider > li:nth-of-type(2), .cd-slider > li:nth-of-type(3), .cd-slider > li:nth-of-type(4), .cd-slider > li:nth-of-type(5) {
  background-size: cover;
}
.cd-slider > li > div {
  display: table-cell;
  vertical-align: middle;
}
.cd-slider > li h2, .cd-slider > li p {
  line-height: 1.2;
  color: #fff;
}
.cd-slider > li h2 {
  font-size: 2.4rem;
}
.cd-slider > li p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-slider > li .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .25em;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .cd-slider > li .cd-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .cd-slider > li h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-slider > li .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider > li h2, .cd-slider > li p {}
  .cd-slider > li h2 {
    font-size: 3.2em;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  }
  .cd-slider > li p {
    font-size: 1.1rem;
    color: #FFF;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  }
}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}
.cd-slider-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-navigation li {
  display: inline-block;
  margin-right: 20px;
}
.cd-slider-navigation li:last-of-type {
  margin-right: 0;
}
.cd-slider-navigation a {
  display: block;
  position: relative;
  height: 4px;
  width: 40px;
  border-radius: 10%;
  background-color: var(--light);
}
.no-touch .cd-slider-navigation a:active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}
.cd-slider-navigation em {
  /* tooltip visible on hover */
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  font-size: 1.3rem;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

/* -------------------------------- 



svg cover layer

-------------------------------- */
.cd-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  opacity: 0;
}
.cd-svg-cover path {
  fill: var(--supernatural);
}
.cd-svg-cover.is-animating {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.cd-title h1 {
	font-size: 30px;
	color: var(--white);
}

.cd-title h1 span {
	background: #4CB6F3;
	background: linear-gradient(to bottom right, #4CB6F3 0%, #7158DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cd-title h1 b {
	color: var(--green);
}


.cd-features .cd-feature-card i {
	color:#97cb3b;
	font-size: 3.5rem;
}

.cd-features .cd-feature-card h4 {
	color: var(--white);
	font-weight: 700;
	font-size: 1.6rem;
}

.cd-products {
	background: var(--chimney-sweep-opacity);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.cd-products .swiper-container {
    overflow: hidden;
    margin-left:-10px;
    margin-right:-10px;
}

.cd-products .card-wrapper {
	overflow: hidden;
}

.cd-products .card-desc {
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    background: var(--chimney-sweep-opacity);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    border-radius: 12px;
    margin:16px;
    text-align: center;
    min-height: 94px;
    -webkit-transform:translateY(100%);
            transform:translateY(100%);
    opacity: 0;
    -webkit-transition:.3s;
    transition:.3s;
    padding:5px;
}
.cd-products .card-wrapper:hover .card-desc {
    opacity: 1;
    -webkit-transform:unset;
            transform:unset;
}
.cd-products .card-desc h4 {
	font-weight: 600;
  color: var(--white);
  font-size: 22px;

}
.cd-products .card-desc p {
    color: var(--light-2);
    font-size: 15px;
}

.map-content {
    background:url('../images/map.svg') center center no-repeat;
    width:960px;
    height:454px;
    margin:0px auto;
    position: relative;
    z-index:2;
}

@media (min-width: 768px) and (max-width: 1239px) {
  .map-content {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .map-content {
    background-size: 940px;
    height: 444px;
    width: 940px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .map-content {
    background-size: 100%;
    height: 165px;
    margin: 0 auto;
    width: 348px;
  }
}

.pin {
      background: url('../images/pin.svg') center center no-repeat;
      width:24px;
      height:24px;
      background-size:33%;
      position: absolute;
  }
  
  .pin:hover, .pin.active {
      margin-top: -2px;
      width:24px;
      height:24px;
      background-size:66.666%;
      cursor:pointer;
  }
  
  .pin-hover {
      white-space: nowrap;
      position: absolute;
      top: -116px;
      left: 50%;
      border-radius: 6px;
      padding: 12px 18px;
      font-weight: 500;
      transform: translateX(-50%);
      margin-bottom: 26px;
      z-index: 1001;
      width:200px;
      text-align:left;
      color:var(--white);
      background: var(--biro);
  box-shadow: 0 1px 8px 2px rgba(0,0,0,0.44);
  margin-top:-60px;
  margin-left:12px;
  display: none;
  }

  .pin-hover img {
  	position: relative;
  	top: 5px;
  }
  
  .pin-hover:before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      width: 0;
      height: 0;
      margin-bottom:-2px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid var(--biro);
      clear: both;
  }
  .pin-hover:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid var(--biro);
      clear: both;
  }
  
    .pin:hover + .pin-hover {
        display: block;
    }

.location-mi, .location-mi-info {
    left: 22.7%;
    top: 48.4%;
}

.location-br, .location-br-info {
    left: 32.125%;
    top: 75%;
}

.location-de, .location-de-info {
    left: 51.15%;
    top: 32.25%;
}

.location-si, .location-si-info {
    left: 57.40%;
    top: 16.10%;
}

.location-test, .location-test-info {
    left: 23.7%;
    top: 83.75%;
}

.location-test2, .location-test2-info {
    left: 23.7%;
    top: 90.75%;
}

.footer {
    background-color: var(--chimney-sweep);
    font-size: 14px;
    line-height: 26px;
    color: var(--light);
}
.footer-title {
    line-height: 25px;
    margin-bottom: 0px;
}
.footer hr {
    border-color:#394659;
    opacity: 1;
}
ul.footer-menu li:not(:last-child) {
    margin-bottom:12px;
}
ul.footer-menu li a {
    color: var(--gray);
}

.footer .right-arrow img {
    font-size: 10px;
    color:var(--white);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.footer-label {
  background-color: var(--supernatural);
}

.header-products {}

.header-products p {
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
}

.header-products h1 {
  color: #ffffff;
  font-weight: 600;
}

.legal h2 {
  color: var(--white);
  font-size: 30px;
}

.legal p {
  font-size: 15px;
  color: var(--light);

}

.legal ul li a {
  color: var(--periwinkle);
  text-decoration: none;
}

.vps-products table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.vps-products table caption {
    text-align: left;
    font-size: 1.3em;
    margin: 0.5em 0 0.75em;
}
.vps-products table thead {
    display: none !important;
}
.vps-products table tr {
    display: block;
    padding: 1em 1em 0.5em;
    background: var(--chimney-sweep);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
}
.vps-products table tr + tr {
    margin-top: 0.625em;
}
.vps-products table td {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    font-size: 0.8em;
    line-height: 1.35em;
    padding: 20px 0;
    color: var(--white);
    border: none;
}

.vps-products table td .table-t {
    color: #f1ffd8;
    font-weight: 600;
    font-size: 1rem;
}

.vps-products table td .price {
    font-weight: 500;
}

.vps-products table td .btn {
    background-color: #5862be;
    color: var(--white);
    border-radius: 50px;
    font-size: 1em;
    padding: 10px 30px;
    font-weight: 600;
    border: none
}

/* Estilos para cada botón */
.btn-purple {
    background-color: #6a0dad; /* Color púrpura */
}

.btn-green {
    background-color: #28a745; /* Color verde */
}

.btn-blue {
    background-color: #007bff; /* Color azul */
}

/* Cambios de color en hover */
.btn-purple:hover {
    background-color: #8a2be2; /* Cambio a un púrpura más claro */
}

.btn-green:hover {
    background-color: #218838; /* Cambio a un verde más oscuro */
}

.btn-blue:hover {
    background-color: #0056b3; /* Cambio a un azul más oscuro */
}

.vps-products table td span img {
    vertical-align: top;
}
.vps-products table td:before {
    /*content: attr(data-label);*/
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 45%;
    color: #545454;
}
.vps-products table td + td {
  margin-top: 0.8em;
}
.vps-products table td:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 600px) {
  .vps-products table caption {
    font-size: 1.5em;
  }
  .vps-products table thead {
    display: none !important;
  }
  .vps-products table tr {
    display: table-row;
    border-bottom: 20px solid var(--coarse-wool);
    border-radius: 20px !important;
    padding: 30px !important;
  }
  .vps-products table th,
table td {
    text-align: center;
  }
  .vps-products table th {
    font-size: 0.85em;
    text-transform: uppercase;
  }
  .vps-products table td {
    display: table-cell;
  }
  .vps-products table td:before {
    display: none;
  }
  .vps-products table td:last-child {
  }
}

.web .card, .teamspeak .card {
  background: var(--chimney-sweep-opacity);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--light);
  border-radius: 5px;
  transition: all .6s ease;
}

.web .card:hover {
  transform: translateY(-12px);
}

.web .card h3 {
  font-weight: 500;
  font-size: 20px;
}

.web .card p {
  font-size: 14px;
  font-weight: 300;
  width: 80%;
}

.web .card h2 {
  color: var(--white);
}

.web .card h2 .sup-month {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  top: .1em;
}

.web .card .bg-warning {
  background: var(--periwinkle) !important;
  color: var(--white);
}

.web .card .badge {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  vertical-align: top;
  padding: 4px 10px;
}

.card_margin {
  margin-top: 2.4rem;
}

.card_popular {
  background-image: url('../images/popular.png') !important;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.web .card_popular ul li .icon {
  background: var(--purple) !important;
  color: var(--white) !important;
}

.web .card ul {
  list-style: none;
  padding: 0;
}

.web .card ul li {
  font-size: 15px;
  line-height: 36px;
}

.web .card ul li .icon {
  border-radius: 50px;
  padding: 5px 6px;
  position: relative;
  top: 8px;
}

.web .card_standard ul li .icon {
  background: var(--blue);
}

.web .card_enterprice ul li .icon {
  background: var(--green);
}

.web .card .btn {
  padding: 8px 50px;
  font-weight: 500;
  border-radius: 50px;
}

.web .card .btn-blue {
  background: var(--blue);
  color: var(--white);
}

.web .card .btn-purple {
  background: var(--purple);
  color: var(--white);
}

.web .card .btn-green {
  background: var(--green);
  color: var(--white);
}

@media (max-width: 992px) {
  .web .card p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .card_margin {
    margin-top: 0;
  }
}

.one_click, .tech_processor {
  background: var(--chimney-sweep-opacity);
}

.one_click img {
  width: 80px;
  height: 80px;
}

.one_click h4 {
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
}

.teamspeak .card {
  position: relative;
}

.card-popular::after{
  position: absolute;
  content: 'popular';
  top: 0;
  right: 0;
  padding: 0.5rem;
  width: 7rem;
  background: var(--periwinkle);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.teamspeak .card img {
  width: 60px;
  height: 60px;
}

.teamspeak .card h5 {
  color: var(--white);
}

.teamspeak .card p {
  font-size: 15px;
  font-weight: 300;
}

.teamspeak .card h2 {
  color: var(--white);
  font-weight: 600;
}

.teamspeak .card h2 span {
  color: var(--light-2);
  font-size: 18px;
  font-weight: 400;
}

.teamspeak .card ul li {
  line-height: 30px;
}

.teamspeak .card ul li b {
  color: var(--white);
}

.teamspeak .card .btn {
  border: 2px solid var(--periwinkle);
  background: transparent;
  font-weight: 500;
  color: var(--periwinkle);
  display: flex;
  justify-content: center;
  transition: all .5s ease-Out;
}

.teamspeak .card .btn:hover,
.teamspeak .card .btn:active,
.teamspeak .card .btn:focus {
  border: 2px solid var(--periwinkle);
  color: var(--white);
  background: var(--periwinkle);
}

.games .card, .software .card, .product .card {
  border: none;
  background: var(--chimney-sweep-opacity);
  transition: all 1s;
  position: relative;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  overflow: hidden;
}

.games .card img {
  opacity: 1;
}

.games .card:hover img {
  opacity: 1;
}

.games .card .games_content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background: rgba(35, 38, 47, .8);
}

.games .card .games_content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.games .card .games_content span {
  color: var(--light);
  margin-top: 4px;
  font-weight: 400;
}

.games .card .games_btn {
  margin-left: auto;
}

.games .card .games_btn .btn {
  border: 1px solid var(--periwinkle);
  background: transparent;
  padding: 4px 24px;
  font-weight: 500;
  font-size: 15px;
  color: var(--periwinkle);
  border-radius: 50px;
  margin-top: 7px;
}

.games .card .games_btn .btn:hover,
.games .card .games_btn .btn:active,
.games .card .games_btn .btn:focus {
  border: 1px solid var(--periwinkle);
  background: var(--periwinkle);
  color: var(--white);
}

.tech_processor .tech_text h2 {
  color: #ffffff;
  font-weight: 600;
}

.tech_processor .tech_text p {
  color: var(--light);
}

.faq .accordion-item {
  background: var(--chimney-sweep-opacity);
  border-color: var(--chimney-sweep-opacity) !important;
  margin-bottom: 20px;
}

.faq .accordion-button {
  box-shadow: none !important;
  border: none !important;
  background: var(--light-dark);
  color: var(--light);
  font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
  background: var(--periwinkle);
  color: var(--white);
}

.faq .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}

.faq .accordion-button:focus {
  border-color: transparent !important;
  border: none !important;
}

.faq .accordion-body {
  color: var(--light);
}

.faq .accordion-body span {
  color: var(--white);
  font-weight: 500;
}
.filtering span {
    border-bottom: 2px solid transparent;
    color: #ffffff; /* Color blanco */
    cursor: pointer;
    font-size: 20px; /* Tamaño de fuente más grande */
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.filtering span:last-child {
    margin: 0;
}
.filtering .active {
    border-color: var(--periwinkle);
    color: var(--periwinkle);
}

.software .card, .product .card {
  color: var(--light);
}

.software .card .card-title, .product .card .card-title {
  color: var(--white);
}

.software .card .card-review i {
  color: var(--yellow);
  padding: 2px;
  font-size: 20px;
}

.software .card h4, .product .card h4 {
  font-weight: 200;
  font-size: 20px;
}

.software .card h4 span, .product .card h4 span {
  color: var(--periwinkle);
  font-weight: 600;
}

.software .card .btn, .product .card .btn {
  background: var(--periwinkle);
  border: 1px solid var(--periwinkle);
  color: var(--white);
  font-weight: 600;
  border-radius: 8px;
  padding: 7px 40px;
  display: block;
}

s, strike{text-decoration:none;position:relative;}
s::before, strike::before {
    top: 46%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:var(--periwinkle); /*this is the color of the line*/
    content: '';
    width: 110%;
    position: absolute;
    height:.2em;
    border-radius:.2em;
    left: -3%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}

.product .tab-content h4 {
  color: var(--white);
}

.product .nav-tabs {
  border-color: var(--light) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: var(--periwinkle);
  border-color: var(--periwinkle);
  color: var(--white);
}

.nav-tabs .nav-link {
  color: var(--white);
}

.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 1px solid transparent; !important;
}

/* Estilos generales */
.float-wa {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 30px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: float 2s infinite;
    text-decoration: none;
    padding: 0 20px;
    transition: background-color 0.3s ease;
    border: none;
    z-index: 9999; /* Asegura que el botón esté siempre encima */
}

/* Animación continua del botón */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Estilo del icono */
.float-wa i {
    font-size: 32px; /* Ajusta el tamaño del icono */
    margin-right: 10px; /* Añade más espacio entre el icono y el texto */
}

/* Estilo del texto */
.float-wa span {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;  /* Elimina el subrayado */
}

/* Cambio de color en hover */
.float-wa:hover {
    background-color: #1caa53;
}
.cd-buttons {
  position: absolute; /* Asegúrate de que esté en el contexto adecuado */
  bottom: 20px; /* Ajusta según el diseño */
  left: 50%; /* Centra horizontalmente */
  transform: translateX(-50%); /* Ajusta el centrado */
  display: flex;
  justify-content: space-between;
  width: 100%; /* O ajusta el ancho según el diseño */
  max-width: 600px; /* Ajusta según sea necesario */
}

.cd-buttons button {
  background: var(--periwinkle); /* Ajusta el color según tu diseño */
  border: none;
  color: white;
  font-size: 1.2em; /* Ajusta el tamaño del ícono */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra para los botones */
}

.cd-buttons i {
  font-size: 1.5em; /* Ajusta el tamaño del ícono según sea necesario */
}
