.bg-dark-green {
    background: linear-gradient(135deg, #038d21, #b0e947);
}

.navbar-nav li a,
.attr-nav ul li a {
    color: #000000 !important;
}

.navbar-nav li a:hover {
    color: #9feca2 !important;
}

/* Estilos solo para el menú en register.php */
.bg-dark-green .navbar-nav li ul {
    background-color: #fcfcfc !important;
}

.bg-dark-green .navbar-nav li ul li a {
    color: #181a19 !important;
}

.bg-dark-green .navbar-nav li ul li a:hover {
    background-color: #ffffff00 !important;
    color: #43ca60 !important;
}

/* Estolos de la curvatura de register.php */
.custom-shape-divider-bottom-1716804512 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1716804512 svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1716804512 path {
    fill: #ffffff;
}
/* Fin de los estilos de register.php */
.social-icons .social-icon {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons .social-icon:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Colores por red social */
.social-icons .facebook {
  background-color: #3b5998;
}

.social-icons .twitter {
  background-color: #1da1f2;
}

.social-icons .linkedin {
  background-color: #0077b5;
}

.social-icons .email {
  background-color: #6c757d; /* gris Bootstrap */
}

/* estilos de los icinos de redes sociales */

/* Fin de los estilos de los icinos de redes sociales */

