*:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-brands):not(i) {
  font-family: 'Lato', sans-serif !important;
}


/* Sistema de Tabs */		
		/* Estilos personalizados para los tabs */
        .nav-tabs {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
			
        }
        .nav-tabs .nav-item {
            flex: 1 1 50%; /* Dos elementos por fila en pantallas pequeñas */
			
        }
        .nav-tabs .nav-link {
            border: none;
            background-color: #f4f4f4;
            color: #333;
            border-radius: 0;
            font-weight: 700;
            text-align: center;
            transition: background-color 0.3s, color 0.3s;
            width: 100%;
            margin-bottom: 1px;
			padding: 15px 15px 15px 15px;
			min-height:78px;
			height:auto;
			letter-spacing: 1px;
        }
        .nav-tabs .nav-link.active {
            background-color: #01A89E;
            color: #fff;
        }
        .nav-tabs .nav-link:hover {
            background-color: #27509b;
            color: #fff;
        }
        .tab-content {
            background-color: #f4f4f4;
            padding: 50px 30px 50px 30px;
            border-top: 2px solid #cfcfcf;
        }

        @media (min-width: 768px) {
            .nav-tabs .nav-item {
                flex: 1 1 25%; /* Cuatro elementos por fila en pantallas medianas y grandes */
            }
        }
	/* Sistema de Tabs */			
	
	
	
/* Bloque Contatos */	
.bg-light-gray {
    background-color: #f9f9f9;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-dark1 {
    background-color: #27509b;
}

.bg-dark2 {
    background-color: #343a40;
    min-height: 550px;
    padding: 100px 50px;
}

.main-title {
    margin-bottom: 5rem;
}

.main-title h2 {
    color: #ffffff;
    font-weight: lighter;
	text-align:center;
}

.text-center {
    text-align: center;
}

.text-md-left {
    text-align: left;
}

.contact-box {
    min-height: 550px;
    padding: 100px 50px;
}

.contact-box p {
   color:#dddddd;
   font-size:18px;
   font-weight:400
}

.contact-box p a {
   color:#eeeeee;
}

.contact-box p a:hover {
   color:#ffffff;
}

.box-shadow-map {
    line-height:0px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.color-white {
    color: #ffffff;
}

/* Estilos para el mapa de Google */
.col-map iframe {
    border: 0;
    width: 100%;
    height: 550px;
}

@media (max-width: 992px) {
    .col-map {
        margin-top: 3rem;
    }
}
/* Bloque Contatos */	


/* Footer */
.footer {
      background-color: transparent;
      color: #ffffff;
      padding: 20px 0;
    }
    .footer h5 {
      color: #27509b;
    }
    .footer ul {
      list-style-type: none;
      padding-left: 0;
    }
    .footer ul li {
      padding: 5px 0;
	}
    .footer ul li a {
      color: #777777;
      text-decoration: none;
    }
    .footer ul li a:hover {
      color: #01A89E;
    }
	
	section {padding: 90px 0 90px 0}

footer {
    padding: 2rem 0;
    background-color: #000000;
}

.footer-icons {
    list-style: none;
    padding: 0;
}

.footer-icons li {
    display: inline-block;
    margin-right: 10px;
}

.footer-icons li a {
    color: inherit;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.footer-icons li a:hover {
    transform: translateY(-3px);
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #dddddd;
	font-weight:700;
}

p {
    font-size: 0.95rem;
    color: #777777;
    font-weight: 400;
}
/* Footer */    


/* Menú */
.nav-link {
            color: #ffffff;
            font-weight: 500;
            text-transform: uppercase;
        }

        .logo {
            margin-left: 25px;
        }

        .logo img {
            width: 190px;
        }

        .color-azul {
            background-color: #27509b;
            position: fixed;
            width: 100%;
            z-index: 3;
             transition: background-color 5s ease, top 5s ease, bottom 5s ease;
            bottom: 0; /* Posición inicial en bottom */
        }
		
        .navbar-toggler-icon {
            background-image: url('images/menu-movil.png');
        }

        .navbar-toggler {
            color: #ffffff;
            border: 2px solid white;
        }

        .nav-link:focus,
        .nav-link:hover {
            color: #efff77;
        }

        .navbar-nav .nav-link.active,
        .navbar-nav .nav-link.show {
            color: #efff77;
        }

        .dropdown-menu {
            transition: all 0.3s ease;
        }

        .dropdown-menu.dropdown-up {
            top: auto;
            bottom: 100%;
            transform: translateY(-5px);
        }

        .dropdown-menu.dropdown-down {
            top: 100%;
            bottom: auto;
            transform: translateY(5px);
        }

        .dropdown-toggle::after {
            transition: transform 0.3s ease;
        }

        .dropdown-toggle.dropdown-up::after {
            transform: rotate(180deg);
        }

        @media (min-width: 992px) {
            .navbar-expand-lg .navbar-collapse {
                position: absolute;
            }
        }
		#navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: transform 0.8s ease;
}

.navbar-scrolled {
  transform: translateY(-100%);
  margin-top:81px!important;
  
}
/* Menú */

/* Banner Portada */
.banner-portada img {
	width:100%;
	height:auto;
}
/* Banner Portada */


/* Facultades */
.fondo-facultades{
	background-color: #f4f4f4;
}

.banner-facultades {
	text-align:center;
}

.banner-facultades img {
	width:100%;
	max-width:700px;
	height:auto;
	margin-bottom:30px;
}

.banner-postulacion {
	text-align:center;
}

.banner-postulacion img {
	width:100%;
	max-width:400px;
	height:auto;
	margin-bottom:20px;
	transition: transform 0.3s ease-in-out;
}

.banner-postulacion img:hover {
    transform: scale(1.1);
}

.banner-facultades2 {
	text-align:left;
	margin-bottom:15px;
}

.banner-facultades2 img {
	width:100%;
	max-width:70%;
	height:auto;
}
/* Facultades */


/* Video Portada */
.video-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
            padding: 0px;
        }

        .video-container video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: translate(-50%, -50%);
        }

        .content {
            position: relative;
            z-index: 2;
			
        }

        .content img {
            width: 100%;
			max-width:800px;
            margin-bottom: 20px;
        }

        .content p {
            margin: 10px 0;
        }

        .highlighted {
            font-size: 1.2em;
            font-weight: bold;
            animation: fadeIn 2s ease-in-out infinite alternate;
        }

        @keyframes fadeIn {
            from {
                opacity: 0.5;
            }
            to {
                opacity: 1;
            }
        }

        .btn {
            background-color: #ffffff;
            color: #000000;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .btn:hover {
            background-color: #dddddd;
        }

        .next-section {
            height: 100vh;
            background-color: #f0f0f0;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }
        
        /* Overlay */
        .banner-overlay::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,.39);
            z-index: 1;
        }

        .overlay-video {
            width: 100%;
            height: 100vh;
            position: absolute;
            top: 0;
            left: 0;
            background-image: linear-gradient(45deg, rgb(0 79 79 / 70%) 70%, rgb(0 0 0 / 100%) 50%);
            background-size: 3px 3px;
            z-index: 1;
        }
        /* Overlay */
/* Video Portada */

/* Iconos del Footer */
.footer-icons li a {
    display: block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin: 0 0.1rem;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
/* Iconos del Footer */


/* Botones Convenios */
.convenios-act img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
	 cursor: pointer;
}

.convenios-act img:hover {
    transform: scale(1.05);
}
/* Botones Convenios */


/* Botón Habia Abajo */
.btn-leer-mas {
    position: relative;
    overflow: hidden;
    background-color: #3498db;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-top:25px;
}

.btn-leer-mas::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
}

.btn-leer-mas:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn-leer-mas span {
    position: relative;
    z-index: 1;
}

.btn-leer-mas:hover {
    color: #3498db;
    background-color: #fff;
}

/* Botón Habia Abajo */
@media (max-width: 992px) {
.navbar-scrolled {
    transform: none;
    margin-top: 0px !important;
}
}
.col-md-4 {
	margin-bottom:30px;
}

.video-container video.video-blur {
 
  filter: blur(5px); /* 👈 desenfoque nivel 3 */
}

/* Bloque de Programas */
  /* ===== COLORES UNIVERSIDAD MARIANA ===== */
  :root {
    --azul-oscuro: #004B87;
    --azul-claro: #0077b6;
    --blanco: #ffffff;
    --gris-fondo: #f4f7fb;
  }

  /* ===== FONDO GENERAL ===== */
  .fondo-facultades {
    background: var(--gris-fondo);
    padding-bottom: 50px;
  }

  .banner-facultades img {
    width: 100%;
    border-bottom: 4px solid var(--azul-oscuro);
  }

  /* ===== BLOQUES ===== */
  .bloque-facultad {
    background: var(--blanco);
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 👈 asegura que el contenido comience desde arriba */
  }

  .bloque-facultad:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }

  /* ===== TÍTULOS ===== */
  .titulo-facultad {
    color: var(--azul-oscuro);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .titulo-facultad::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--azul-claro);
    border-radius: 2px;
  }

  /* ===== LISTA DE PROGRAMAS ===== */
.lista-programas a {
  display: block;
  background: var(--gris-fondo);
  color: var(--azul-oscuro);
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0; /* 👈 corregido: el texto no necesita aislamiento */
}

/* Fondo animado */
.lista-programas a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--azul-claro), var(--azul-oscuro));
  transition: left 0.4s ease;
  z-index: -1; /* 👈 clave: el fondo queda detrás del texto */
}

.lista-programas a:hover::before {
  left: 0;
}

.lista-programas a:hover {
  color: var(--blanco); /* texto visible sobre el degradado */
  transform: translateX(4px);
}


  .lista-programas a span {
    position: relative;
    z-index: 1;
  }

  /* ===== COLUMNAS ===== */
  .footer-facultades .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* iguala altura */
  }

  .footer-facultades .col-md-4 {
    display: flex;
    flex-direction: column;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 767px) {
    .titulo-facultad {
      text-align: center;
    }

    .titulo-facultad::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .bloque-facultad {
      padding: 20px;
    }
  }
  
  body {
  padding-left: 68px; /* Espacio interior, no altera el ancho ni genera scroll */
  box-sizing: border-box;
}

/* Efecto logo footer */
.logo-link img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-link:hover img {
  transform: scale(1.05); /* Efecto zoom suave */
  filter: brightness(1.1); /* Ligero brillo */
}