html {
  scroll-behavior: smooth;
}

.a-nabvar {
  color: #17a2b8 !important;
}

.a-nabvar:hover {
  text-decoration: none !important;
  color: black !important;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

nav {
  border-bottom: 3px solid black;
}

.logo {
  width: 250px;
}

.banner {
  background-image: url('../img/wefender/fondo-wefender.jpg');
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.p-banner {
  padding: 7rem;
}

.bg-transparent {
  background: rgba(0, 0, 0, .6) !important;
}


.text-banner {
  background: rgba(255, 255, 255, .6);
  padding: 1rem;
  border-radius: 5px;
}

.bg-success-info {
  background: #28a745;
  background: -webkit-linear-gradient(to right, #0d9fdc, #28a745);
  background: linear-gradient(to right, #0d9fdc, #28a745);
}

table i {
  color: rgb(58, 58, 58);
}

table tbody tr th span {
  font-weight: 700;
}

table tbody tr td div {
  padding: 0.15rem;
}

.icono1-diferencias {
  font-size: 2rem;
}

.span-th {
  font-size: 1rem;
}

.border-custom-td {
  border-bottom:1px solid rgb(128, 128, 128);
}

.seccion-precio {
  font-size: 1.5rem;
}

.seccion-precio p strong {
  font-size: 2rem;
}

.bg-publicidad {
  background-image: url(../img/wefender/publicidad-wefender.jpg);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  padding: 4rem;
}

.bg-publicidad-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: .5rem;
}

.p-card {
  font-size: 1.7rem;
  margin: 0;
}
.custom-icon {
  color: white;
  font-size: 3rem;
  margin: 2rem;
}

.custom-icon-cloud-download {
  color: white;
  font-size: 3rem;
  margin: 2rem 1.5rem;
}

.size-p-contact {
  font-size: 1.2rem;
}

.size-phone {
  font-size: 2.5rem;
}

.size-number-phone {
  font-size: 3rem;
}

footer {
  border-top: 4px solid black;
}

.icons{
  margin-left: .5rem;
  color: #17a2b8;
}

.icons:hover {
  text-decoration: none;
  color: black;
}

@media (min-width: 992px) {
  .banner {
    background-size: 100%;  
  }
  .bg-publicidad {
    background-size: 100%;
    background-position-y: center;
  }
  .deferencias-custom-div{
    padding: 0 5rem;
  }
}
@media (max-width: 768px) {
  .p-banner {
    padding: 1.5rem;
  }
  .bg-publicidad {
    padding: 0;
  }
  .bg-publicidad-card {
    border-radius: 0;
  }
  .items-nav {
    justify-content: center !important;
  }
  .table {
    width: 150%;
  }
}
@media (max-width: 576px) {
  .p-banner {
    padding: .5rem;
  }
  .pub-title {
    font-size: 1.8rem;
  }
  .pub-title-secondary {
    font-size: 1.5rem;
  }
  .p-card {
    font-size: 1.2rem;
  }
  .table {
    width: 200%;
  }
}
@media (max-width: 400px) {
  .table {
    width: 250%;
  }
}