.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (min-width: 576px) {
  #headpara {
    width: 500px;
  }
}

@media (min-width: 300px) {
  #herobannersec {
    height: 850px;
  }
}

@media (min-width: 992px) {
  #herobannersec {
    height: 1000px;
  }
}

@media (min-width: 1400px) {
  #herobannersec {
    height: 1100px;
  }
}

@media (min-width: 300px) {
  #jorgephotoself {
    height: 500px;
    width: 400px;
    border-radius: 25px;
    border-style: solid;
    border-color: rgba(88,21,28,0.32);
  }
}

@media (min-width: 768px) {
  #jorgephotoself {
    height: 600px;
    width: 500px;
  }
}

.no-focus:focus {
  outline: none !important;
  box-shadow: none !important;
}

.no-focus:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 300px) {
  #box-2 {
    background-attachment: scroll !important;
  }
}

/* Estilo para el número de teléfono en blanco */

a[href^="tel"] {
  color: white !important;
}

#tel {
}

