/*NUEVAS CLASES*/
/*FUENTES*/
.ofs11 {
  font-size: clamp(100px, 11vw, 220px) !important;
}

.ofs4 {
  font-size: clamp(30px, 4vw, 60px) !important;
}

.ofs3 {
  font-size: clamp(20px, 3vw, 38px) !important;
}

.ofs1-5 {
  font-size: clamp(25px, 1.5vw, 28px) !important;
}
.ofs1 {
  font-size: clamp(15px, 1vw, 17px) !important;
}
/*TERMINA FUENTES*/
/*COLORES*/
.principal_color {
  background: linear-gradient(90deg, #660ca6 30%, #003e80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/*TERMINA COLORES*/
/*FONDOS DE SECCIONES*/
#section_3 {
  background: url(../images/fondo_section_3.jpg) no-repeat center center/cover;
  background-size: cover;
  background-attachment: fixed;
}
/*FONDOS DE SECCIONES*/
/*BOTONES*/
.btn_principal {
  background: linear-gradient(90deg, #660ca6 30%, #003e80 100%);
  color: #fff !important;
}

/*TERMINA BOTONES*/
/*TERMINAN NUEVAS CLASES*/

.navbar-nav .dropdown-menu {
  border-radius: 0px;
  margin-top: 10px !important;
  border-left: 10px solid #660ca6;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #b3b3b3 !important;
}

.main-text-color {
  color: #008d36 !important;
}

.secondary-bg-color {
  background-color: #008d36 !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.w-5 {
  width: 5% !important;
}

.w-i100px {
  width: 100px;
  margin-top: -10px;
}

.banner_section {
  overflow: hidden;
  position: relative;
}

.banner_section::before {
  content: "";
  position: fixed; /* Fija la imagen en la pantalla */
  top: -20%;
  left: -25%;
  width: 100%;
  height: 120%;
  background: url("../images/../images/btech-logo.svg") no-repeat center center;
  background-size: cover;
  z-index: -1; /* Envía la imagen al fondo */
}

.navbar-toggler {
  color: white;
  border-color: white;
  background-color: white;
}

.tittle_text_m {
  width: 100%;
  float: left;
  font-size: 100px;
  text-transform: uppercase;
  text-align: center;
}

.tittle_text {
  width: 100%;
  float: left;
  font-size: 100px;
  color: #090808;
  text-transform: uppercase;
  text-align: center;
}

.paragraph_text_m {
  width: 100%;
  float: left;
  font-size: 30px;
  text-align: center;
}

.paragraph_text_m_left {
  width: 100%;
  float: left;
  font-size: 30px;
  text-align: left;
}

.paragraph_text {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #090808;
  text-align: center;
}

.tittle_text_secondary {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #090808;
  text-transform: uppercase;
  text-align: center;
}

.paragraph_text_secondary {
  width: 100%;
  float: left;
  font-size: 25px;
  color: #090808;
  text-align: center;
}

.paragraph_text_secondary_2 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #090808;
  text-align: center;
}

.paragraph_text_secondary_3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #090808;
}

.navbar-light {
  background: linear-gradient(135deg, #660ca6 50%, #003e80 100%);
  position: fixed;
  z-index: 9999;
  width: 100%;
  /*border-bottom: 1px solid #fff;*/
  -webkit-transition: background 3s ease-in-out, padding 3s ease-in-out,
    color 3s ease-in-out, font-color 3s ease-in-out, font-size 3s ease-in-out;
  -moz-transition: background 1.5s ease-in-out, padding 1.5s ease-in-out,
    color 1.5s ease-in-out, font-color 1.5s ease-in-out,
    font-size 1.5s ease-in-out;
  transition: background 3s ease-in-out;
}

.navbar-light a {
  color: #ffff !important;
  -webkit-transition: color 3s ease-in-out;
  -moz-transition: background 3s ease-in-out;
  transition: background 3s ease-in-out;
}

.navbar-light .dropdown-menu a {
  color: #333333 !important;
  -webkit-transition: color 3s ease-in-out;
  -moz-transition: background 3s ease-in-out;
  transition: background 3s ease-in-out;
}

.navbar-light img {
  width: 30px;
  -webkit-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  -moz-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
}

.navbar-light .navbar-brand img {
  width: 0px;
  -webkit-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  -moz-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
}

.navbar-top-fade {
  background-color: rgba(255, 255, 255, 1) !important ;
  -webkit-transition: background 3s ease-in-out, padding 3s ease-in-out,
    color 3s ease-in-out, font-color 3s ease-in-out, font-size 3s ease-in-out;
  -moz-transition: background 1.5s ease-in-out, padding 1.5s ease-in-out,
    color 1.5s ease-in-out, font-color 1.5s ease-in-out,
    font-size 1.5s ease-in-out;
  transition: background 3s ease-in-out, padding 3s ease-in-out,
    color 3s ease-in-out, font-color 3s ease-in-out, font-size 3s ease-in-out;
}

.navbar-top-fade a {
  color: #fff !important;
}

.navbar-top-fade img {
  width: 10px;
  -webkit-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  -moz-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
}

.navbar-top-fade .navbar-brand img {
  width: 30px;
  margin-left: 15px;
  -webkit-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  -moz-transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
  transition: height 3s ease-in-out, padding 3s ease-in-out,
    width 3s ease-in-out, padding 3s ease-in-out;
}

@media (max-width: 762px) {
  .navbar-collapse {
    background-color: #333333;
  }

  .navbar-top-fade {
    color: #333333;
  }
}
@media (max-width: 992px) {
  /*NUEVOS*/
}

@media (max-width: 576px) {
}

footer {
  margin-top: auto; /* Empuja el footer al final */
}
