.Sup-s {
    background-color: #fff;
}
body {
  background-color: #00fd7f6c;
}
.Botones-prin {
  background-color: rgba(0, 0, 0, 0.596);
}
.horizontal-menu {
    display: flex;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.horizontal-menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #5ec31b;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
  
.horizontal-menu a:hover {
    background-color: #5ec31b;
}
#programas-academicos {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
}
#dropdown-content {
  font-family: 'Times New Roman', Times, serif;
}
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}
  
.logo {
    height: 100px;
    width: auto;
}
.Nombre-uni {
    font-family: 'Times New Roman', Times, serif;
}
.Lema-uni {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #5ec31b;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #5ec31b;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #fff;
  z-index: 1;
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #5ec31b;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:focus .dropdown-content {
   display: block;
}

.dropdown-content a:focus {
   outline: none;
   background-color: #5ec31b;
}

.dropdown-content a:active {
   background-color: #5ec31b;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: linear-gradient(to bottom, black 25%, red 70%), https://cdn.leonardo.ai/users/08eddedb-3b1b-43bb-8b77-15c7f817e1a3/generations/89765475-c6ae-498b-81c5-43dbafa4b953/Default_Logo_de_la_Universidad_Innovacin_AcadmicaDiseoEl_logo_1.jpg(LOGO.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-container {
    background-color: rgba(255, 255, 255, 0.7); 
    padding: 20px; 
}
