
        body {
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-image: url('../img/fondoprin.jpeg'); 
            background-size: cover; 
            background-position: center; 
            background-repeat: no-repeat; 
            background-color: rgba(0, 0, 0, 0.5);
            height: 100%;
            padding-top: 100px;
            overflow-x: hidden;
            box-sizing: border-box;
            user-select: none;
            }
            
            
            /*no suggestions, need a container7*/
            
                .container7 {
                  max-width: 600px;
                  margin: 50px auto;
                  border-radius: 8px;
                  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                  text-align: center;
                  position: relative;
                }
                
                #suggestions {
                  position: absolute;
                  background-color: white;
                  border: 1px solid #ccc;
                  width: calc(100% - 2px);
                  left: 0; 
                  top: 100%;
                  z-index: 10000;
                  max-height: 200px;
                  overflow-y: auto;
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                  display: none;
                  border-radius: 4px; 
                }
                
                #suggestions div {
                  padding: 6px;
                  cursor: pointer;
                }
                
                #suggestions div:hover {
                  background-color: #88E8F5;
                  color: #fff;
                }
                .suggestions-box {
                    border: 1px solid #ddd;
                    max-height: 200px;
                    overflow-y: auto;
                    background-color: #fff;
                    position: absolute;
                    z-index: 1000;
                    width: 100%;
                    text-align: left;
                }
           
            
            .suggestion-item {
                    padding: 8px 12px;
                    cursor: pointer;
                    transition: background-color 0.2s ease-in-out;
                }
                
                .suggestion-item:hover {
                    background-color: #83DFEB;
                }
                
                .suggestion-item.active {
                    background-color: #83DFEB;
                    color: #fff;
                    font-weight: bold;
                }




       .row p {
            text-align: justify;
            font-size: 16px; 
            line-height: 1.6; 
            margin: 10px 0; 
            }
        #content-wrapper {
            display: flex;
            flex-direction: column;
            margin-bottom: 0px;
            min-height: 100vh;
            }
        #navbar {
            margin-bottom: 10px;
            background-color: #383838;
            background: linear-gradient(to right, #545454, #222222);
            top: 0;
            position: fixed;
            display: flex;
            width: 100%;
            z-index: 1000;
            width: 100%; 
            }
        .navbar-toggler-icon {
            background-image: none;
            position: relative;
            width: 30px; 
            height: 24px;
            transition: all 0.3s ease;
            }
        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after,
        .navbar-toggler-icon span {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px; 
            background-color: white; 
            left: 0; 
            transition: all 0.3s ease;
            }
        .navbar-toggler-icon::before {
            top: 0; 
            }
        .navbar-toggler-icon::after {
            bottom: 0;
            }
        .navbar-toggler-icon span {
            top: 50%; 
            transform: translateY(-50%); 
            }
        .navbar-toggler-icon.change::before {
            top: 50%;
            transform: rotate(45deg);
            }
        .navbar-toggler-icon.change::after {
            top: 50%; 
            transform: rotate(-45deg);
            }
        .navbar-toggler-icon.change span {
            opacity: 0;
            }
        .navbar-light .navbar-nav .nav-link {
            color: #ffffff;
            }
        .navbar-light .navbar-nav .nav-link:hover {
            color: #00B3B3;
            }
        .container > *:last-child {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            }
        .btn-primary {
           background-color: #00C9C9; 
           border: none; 
           color: #ffffff;
           font-family: 'Courier New', Courier, monospace; 
           padding: 10px 15px;
           border-radius: 3px;
           cursor: pointer;
           box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset 0 -2px 2px rgba(255, 255, 255, 0.5); 
           transition: transform 0.1s ease, box-shadow 0.1s ease;
           text-shadow: 0 1px rgba(255, 255, 255, 0.8);
           }

        .btn-primary:hover {
           background-color: #008B8B;
           }
        .btn-primary:active {
           background-color: #006666; 
           box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4); 
           transform: scale(0.95); 
           border: none;
           }
        .btn-primary:focus,
        .btn-primary:active {
           border: none !important;
           box-shadow:none !important;
           outline: none !important; 
           background-color: #008B8B; 
           color: #fff; 
          }
        #footer {
           margin-top: auto;
           background-color: #222;
           color: #fff;
           padding: 15px 0 20px;
        
           }
        #footer a {
            color: #ccc;
            text-decoration: none;
        }
        #footer a:hover {
            color: #fff;
            text-decoration: none; /*underline;*/
        }
        #footer .social-icons a {
            display: inline-block;
            margin-right: 10px;
            margin-top:-5px;
            font-size: 20px;
        }
        #footer .social-icons a:hover {
            color: #fff;
        }
 
       .footer-bottom {
           display: flex;
           justify-content: center;
           align-items: center; 
           border-top: 1px solid #444;
           font-size: 15px;
           padding: 10px 0; 
           line-height: 1.4;
           color: #ccc;
           text-align: center; /*respaldo */
        }
        .breadcrumb {
            background: none;
            padding: 0;
            margin-bottom: 0;
        }
        .page-title {
            margin-bottom: 20px;
        }
        .footer-logo {
            width: 130px;
            height: auto;
            margin: 0 auto;
        }
                /*no neccesary*/
        .footer-logopanda {
            width: 60px;
            height: auto;
            margin-bottom: 10px;
        }
        
        
        .col-md-4 img {
            width: 75%;
        }
        .card img{
            width: 100%;
        }
        
        
    h2 {
      font-size: 24px;
      color: #000;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px;
    }

    h2::before {
      content: '';
      display: block;
      width: 5px;
      height: 100%;
      background-color: #8ADBDE;
      position: absolute;
      left: 0;
      top: 0;
    }

    .selectors {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 20px;
    }

    .selector-btn {
      flex: 1;
      max-width: 250px;
      text-align: center;
      background-color: #00B3B3;
      color: #fff;
      border: none;
      padding: 10px 20px;
      margin-right: 10px;
      margin: 0px;
      cursor: pointer;
      border-radius: 10px 10px 0 0;
      font-weight: bold;
      transition: background-color 0.3s ease, color 0.3s ease;
      
    }

    .selector-btn.active {
      background-color: #fff;
      color: #00B3B3;
    }

        /*!important   ?*/
    .selector-btn:not(.active):hover {
      background-color: #fff;
      color: #00B3B3;
    }

    .campus-slider {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom:10px;
    }

    .slider {
      display: flex;
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .slider-track {
      display: flex;
      transition: transform 0.4s ease-in-out;
      
    }

    .slide {
      position: relative;
      flex: 0 0 25%;
      box-sizing: border-box;
      padding: 10px;
      margin-bottom:15px;
      text-decoration:none;
    }

    .slide img {
      width: 100%;
      height: 300px;
      border-radius: 10px 10px 0 0;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    }
    .slide a {
      text-decoration: none !important;
    }
    .slide-title {
      position: relative;
      margin-right:-35px;
      width: 100%;
      height: auto;
      font-size: 12px;
      font-weight: bold;
      text-decoration:none;
      color: #FFF;
      text-align: center;
      background: #008B8B;
      padding: 10px;
      border-radius: 0 0 10px 10px;
      box-sizing: border-box;
      box-shadow:2px 2px 8px rgba(0, 0, 0, 0.2);
    }

    .slide:hover {
      transform: translateY(-3px);

    }

    .dots {
      display: flex;
      justify-content: center;
      margin-top: 15px;
    }

    .dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .dot.active {
      background-color: #00B3B3;
    }

    .content-section {
      display: none;
    }

    .content-section.active {
      display: flex;
    }

    .column {
      text-align: center;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: 300px;
    }

    .column img {
      width: 100%;
      height: auto;
    }

    .column p {
      margin: 15px;
      font-size: 12px;
      color: #333;
    }
            .position-relative {
            position: relative;
                }
        
            .counter-overlay {
                position: absolute;
                top: 50%; 
                left: 50%; 
                transform: translate(-50%, -50%); /* Ajusta el punto de origen */
                background-color: rgba(22, 227, 255, 0.7); /* Fondo semitransparente */
                color: white; /* Color del texto */
                padding: 10px 20px; /* Espaciado interno */
                border-radius: 5px; /* Bordes redondeados */
                font-size: 2rem; /* Tamaño de fuente */
                font-weight: bold; /* Texto en negrita */
                text-align: center; /* Alineación centrada */
            }    
    
            .gif-overlay {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 10;
                pointer-events: none; 
                
            }
            
            .gif-overlay img {
                width: 200%; 
                height: auto; 
                object-fit: contain; 
                text-align: center; 
            }
            
    @media (max-width: 768px) {
    h2 {
      font-size: 16px;
      color: #000;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px;
    }
      .campus-slider {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom:20px;
      }
      .selector-btn {
        font-size: 12px;
        padding: 8px 12px;
        max-width: 100px;
        width: 50%;
        margin-bottom: 5px;
        margin: 0px;
      }
      
    .slide {
      position: relative;
      flex: 0 0 33.33%;
      box-sizing: border-box;
      padding: 5px;
      padding-top:15px;
      margin-bottom:10px;
    }
      .slide img {
        height: 180px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
      }


    .slide-title {
      position: relative;
      flex:auto;
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      text-align: center;
      background: #008B8B;
      padding: 10px 5px;
      border-radius: 0 0 10px 10px;
      box-sizing: border-box;
      text-decoration:none;
      box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2);
    }
    

      .selectors {
        align-items: flex-start;
        margin-top: 10px;
      }
    }
        @media (max-width: 576px) {
      h2 {
      font-size: 14px;
      color: #000;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px;
      }
  
    .slide {
      position: relative;
      flex: 0 0 50%;
      box-sizing: border-box;
      padding: 2px;
      padding-top:15px;
      margin-bottom:10px;
    }
    .card{
        margin:20px;
    }
      .slide-title {
      position: relative;
      flex: 0 0 50%;
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      text-align: center;
      background: #008B8B;
      padding: 10px 5px;
      border-radius: 0 0 10px 10px;
      box-sizing: border-box;
      text-decoration:none;
      box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2);
    }