body {
  background-color: #ffffff;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
}
.navbar {
  background-color: #000000;
  height: 60px;
  display: flex;
  align-items: center; 
  justify-content: center;
  padding: 0; 
}



.navbar-logo {
  width: auto;
  margin-left: 150px; 
}
.navbar-logo  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.navbar-brand {
  position: relative;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.navbar-brand img {
  max-width: 100px;
  max-height: 90px;
  margin-top: -20px;
  margin-right: 10px; 
}

.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (min-width: 992px) {
  .navbar-brand {
      position: static;
      transform: none;
      margin-right: 20px;
  }

  .navbar-toggler {
      margin-left: auto;
      position: static;
      top: auto;
      right: auto;
  }
}
.navbar-brand a:link, .navbar-brand a:visited {
  border-right: #F95B26 1px solid;
  text-decoration: none;
  color: #ffffff;
}

.navbar-nav {
  height: 100%; 
}

.navbar-nav .nav-link {
  color: #ffffff;
  margin-right: -1px;
  padding: 15px 20px; 
  display: flex;
  align-items: center; 
  height: 100%; 
}

.navbar-nav .nav-link:hover {
  color: #F95B26;
  background-color: #ffffff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.active:hover {
  color: #F95B26;
  background-color: #ffffff;
}

.navbar-toggler {
  border: none; 
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' linecap='round' linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); 
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #000000; 
    border: none; 
    margin: 0; 
    padding: 0; 
  }
}


@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #000000; 
    border: none; 
    margin: 0;
    padding: 0; 
  }
}

.menucabecera {
  background-color: #F26722;
  height: 40px;
  text-align: right;
  padding: 5px 5px 5px 0;
}
.menucabecera a:link, .menucabecera a:visited {
  border-right: #F95B26 1px solid;
  padding-right: 10px;
  text-decoration: none;
  color: #ffffff;
}
.menucabecera a:hover {
  color: #000000;
}
.cabecera {
  background-color: #F26722;
  height: 120px;
  padding: 5px 5px 5px;
  color: #ffffff;
}
.cabecera h5 {
  color: #993300;
  font-weight: bold;
}

.linea-separar {
  background-color: #993300;
  height: 2px;
  
}
.menuprincipal {
  background-color: #993300;
  height: 40px;
}
.menu {
  list-style: none;
  font: 85% Arial;
}
.mh {
  float: left;
  padding: 0 0 0 1px;
  margin: 0px;
}
.mh li {
  float: left;
  border-right: 1px solid #ffffff;
  height: 40px;
}
.menu li a:link, .menu li a:visited {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 6px 20px;
  height: 40px;
}
.menu li a:hover {
  color: #000000;
  background: #ffcc66;
  height: 40px;
}
.menu li a.activo, .menu li a.activo:hover {
  color: #000000;
  background: #ffcc66;
  height: 40px;
}
.title-black {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.section-padding {
  padding: 50px 0; 
}
.card {
  background-color: #000d83; 
  color: #31343d;
  margin-bottom: 20px;
}
.title-black {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.title-white {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.title-blue {
  color: #003cff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.card-body {
  background-color: #052e57; 
  color: #000000;
  padding: 20px;
}
.card-carrera {
  background-color: #98999c; 
  color: #ffffff;
  padding: 10px;
  height: auto;
}
.carrera_targeta :hover{
  background-color: #6c6d70; 

}
.btn {
  background-color: #F95B26;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin: 0 auto;
  display: inline-block; 
  text-align: center; 
  cursor: pointer; 
  
}

.sinestilo {
  text-decoration: none;
}
.sinestilo a:hover {
  color: #000000;
}
.btn:hover {
  background-color: #ff7029;
  color: #ffffff;
}
.footer {
  background-color: #31343d;
  color: #ffffff;
  padding: 20px 0;
  
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #201d1d;
}
.text-white {
  color: #ffffff;
}
.banner {
  background: #ffffff;
  text-align: center;
  border-bottom: 3px solid #F26722;
  margin-top: 68px;
}
.carrera {
  background: #31343d;
  text-align: center;
  padding: 10px;

}
.fondo_obscuro{
  background: #31343d;
  text-align: center;
  color: #ffffff;
  padding: 120px;
}
.fondo_naranja{
  background: #F95B26;
}
.link_cafe a:link, .link_cafe a:visited {
  color: #F26722;
  text-decoration: none;
}

.link_cafe a:hover {
  color: #F95B26;
}


.link_blanco a:link, .link_blanco a:visited {
  color: #ffffff;
  text-decoration: none;
}

.link_blanco a:hover {
  color: #F95B26;
}
.items{
  display: flex;
  justify-content: center; 
  align-items: center; 
  flex-direction: column;
}
.items ul{
  text-align: left;
  margin-left: -10%;
}

.texto_naranja{
  color: #F95B26;
  margin-left: -60%;
}
.title_naranja{
  color: #F95B26;
}
.title_delgado{
  font-weight: 100;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.line {
  background-color: #ff0000;
  height: 2px;
  width: 80%;
}


@media (max-width: 768px) {
  .computadora {
      display: none;
  }
  .mobiles{
      display: none;
  }
}


@media (min-width: 769px) {
  .computadora {
      display: none;
  }
  .mobiles{
      display: none;
  }
}
.title_negrita{
  font-family: 'Libre Franklin Bold', sans-serif;
  font-weight: 700;
}
.title_delgado_nav{
  font-family: Arial, Helvetica, sans-serif;
 
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
  color: #ffffff;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
  color: #ffffff;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(58, 53, 53, 0.7); 
	z-index: 1;
}

.carousel-control-prev {
  filter: invert(100%);
}

.carousel-control-prev-icon {
  background-color: #000000;
  border-radius: 50%; 
  width: 40px;
  height: 40px; 
}
.carousel-control-next {
  filter: invert(100%);
}

.carousel-control-next-icon {
  background-color: #000000;
  border-radius: 50%; 
  width: 40px; 
  height: 40px; 
}
.social a {
  margin: 0 10px; 
  color: #F95B26; 
  display: inline-block;
}
.social svg:hover {
  vertical-align: middle;
  color: #ffffff;
}
.imagen-centrado{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; 
  gap: 10px; 
}
.navbar-social {
  position: fixed;
  margin-top: 60px;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px; 
  background-color: #f8f9fa00; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1030;
}

.navbar-social .nav-link {
  color: #000; 
  padding: 10px 0; 
}

.navbar-social .nav-link img {
  width: 30px; 
  height: 30px;
}

.navbar-social a {
  margin: 0 10px; 
  color: #F95B26; 
  display: inline-block;
}

.navbar-social svg:hover {
  color: #ffffff;
  vertical-align: middle;
}

.bg-red{
  background-color: rgb(255, 0, 0);
}
.bg-gris{
  background-color: #3F729B;
}
.bg-black{
  background-color: rgb(0, 0, 0);
}
.bg-blue{
  background-color: #002fff;
}

.card {
  transition: transform 0.3s;
}
.card:hover {
  transform: scale(1.05);
}
.image-card {
  transition: transform 0.3s;
  transform-origin: center center;
}
.image-card:hover {
  transform: scale(1.05);
}
.expandir {
  transition: transform 0.3s;
  transform-origin: center center;
}
.expandir:hover {
  transform: scale(1.05);
}
.navbar-logo {
display: flex;
align-items: center;
}
