.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
body {
    padding-top: 100px;
}
.header-image {
    position: relative;
    text-align: center;
    color: white;
  
    
}
.header-image img {
    width: 100%;
    height: auto;
}
.header-image .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 10px;
}
.text-above-line-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px; 
}
.text-above-line {
    position: relative;
    font-weight: bold;
    font-size: 25px; 
    color: #173b66; 
    background-color: #FFE599; 
    padding: 4px 250px; 
}
.white-background {
    background-color: white !important;
    color: black !important;
}
.right-aligned {
    justify-content: space-between;
}
.right-aligned .content {
    text-align: right;
}
.right-aligned img {
    margin-left: 20px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: 0;
    margin-left: 0;
}
.contenedor {
    display: flex;
    justify-content: center;
}
footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 80px 0 0 0; 
}
.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    flex-wrap: wrap;
}
.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 0; 
    padding: 5px 0; 
}
.footer-section h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: white;
    text-decoration: none;
}
.navbar {
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    margin: 20px 0;
  }
.contact-bar {
    width: 100%;
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 1100;
}
.contact-bar a {
    color: #000;
    margin: 0 15px;
    text-decoration: none;
}
body {
    padding-top: 120px; 
}
.navbar .nav-link {
    color: white !important;
}
.footer {
    background-color: #173b66;
    color: #fff;
    padding: 30px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.styled-button {
    background-color: black;
    color: white;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.container {
    display: flex;
    padding: 20px;
}
.contenedor {
    margin:90px;
    padding: 20px;
}
.sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.sidebar button {
    background-color: #f0f0f0;
    border: none;
    margin: 10px 0;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    border-radius: 50px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    cursor: pointer; 
    transition: background-color 0.3s, transform 0.3s; 
}
.content {
    flex: 3;
    border-radius: 5px;
    padding: 20px;
    color: white;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.parent-container {
    overflow: visible; 
    position: relative; 
}
.nav-button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}


.logo-container {
    display: inline-block;
    text-align: center;
    margin: 20px;
    position: relative; 
  }
  .logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ccc;
    line-height: 100px;
    cursor: pointer;
  }
  .logos.active {
    display: flex;
  }
  .logos {
    display: none;
  }
  .logos::-webkit-scrollbar {
    display: none;
  }
  .logos img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
  }
  .logos img:hover {
    transform: scale(1.1);
  }
  .info-box {
    display: none;
    padding: 20px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1000; 
    width: 300px; 
    max-width: 300px;
    text-align: center; 
    position:relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px; 
    margin-bottom: 20px;
  }
  .info-box img {
    width: 50px; 
    height: 50px;
    display: block; 
    margin: 0 auto 10px; 
  }
  .info-box h3 {
    font-size: 1.2em; 
    margin: 10px 0;
    text-align: center; 
  }
  .info-box p {
    margin: 10px 0;
    text-align: center; 
  }
  .info-box ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: center; 
  }
  .info-box ul li {
    margin: 5px 0;
  }
  .info-box ul li a {
    text-decoration: none;
    color: #000; 
  }
  .info-box .close-btn {
    float: right;
    cursor: pointer;
    color: #000; 
  }
  .informacion {
    margin: 80px 0;
    padding: 40px 0;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    text-align: center;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }



