@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --main-bg-color: #ff5100;
  --secondary-bg-color: #FF5C0E;
  font-size: 14px;
}

/* GENERAL */
section {
  max-width: 1050px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

body {
  font-family: Poppins, italic;
}

i {
  font-size: 0.8rem;
  margin-left: 3px;
}

li {
    font-size: 1rem;
    
}



.divisor {
  background-color: #EBEBEB;
  height: 15px;
}

.line {
  width: 25%;
  border-bottom: 2px solid var(--main-bg-color);
  margin: auto;
}

.line-2 {
  width: 10%;
  border-bottom: 2px solid var(--main-bg-color);
  margin: auto;
}

.line-3 {
  width: 80%;
  border-bottom: 1px solid #7E7E7E;
  margin-left: auto;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
}



.button {
  border-radius: 3px;
  background-color: var(--main-bg-color);
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '>';
  position: absolute;
  opacity: 0;
  right: -15px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 15px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.container .row {
  margin-top: 30px;
}

/* TITULOS Y SUBTITULOS */
.main h1 {
  font-size: 8rem;
}

.main-text h1 {
  font-size: 8rem;
}

body h1 {
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.50);
}

body h2 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.275rem;
  text-align: center;
}

body h3 {
  color: var(--main-bg-color);
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

body h4 {
  font-weight: 700;
}

body h5 {
  font-weight: 600;
}

body p {
  color: #7E7E7E;
  font-size: 1.1rem;
  font-weight: 400;
}

.library-box a{
  font-size: 1.1rem;
}

.nav .active {
    background-color: var(--main-bg-color);
    color: white;
    
}

.nav .active a{
    background-color: var(--main-bg-color);
    color: white;
}

/* NAVBAR PRINCIPAL */
.navbar .active {
  
  font-weight: 700;
  color: white;
}

.navbar i{
  font-size: 1.5rem;
  cursor: pointer;
}


.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--main-bg-color);
}

.navbar {
  transition: all 0.4s;
  width: 100%;
}



.nav-link {
  color: white;
  font-weight: 300;
}


.nav-item {
  margin: 5px;
}

.modalSearch i{
  color: var(--main-bg-color);
  font-size: 2rem !important;
  border: none;
}

.modalSearch .library-box{
  padding: 5px 10px;
}

.modalSearch .library-box p{
  margin-top: 8px;
}




/*
.navbar .nav-link{
  color: white;
  font-weight: 300;
  border-radius: 5px;
}
*/

.navbar .nav-link:hover {
  cursor: pointer;
}



.dropdown:hover .show-item {
  display: inline-block;
  cursor: pointer;
}


.dropdown-menu li {
  position: relative;
}

.dropdown-menu li :hover{
  color: var(--main-bg-color);
}

.dropdown-menu li :active{
  color: white;
}


/* .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -8px;
}

.dropdown-menu .dropdown-submenu-left {
  left: 100%;
  right: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
} */

/* BANNER PRINCIPAL */
.main{
  height: 95vh;
  cursor:auto;
  overflow: hidden;
}

.main img{
  height: 95vh;
  object-fit: cover;
}

.main .carousel-inner{
  cursor: default;
  overflow: hidden;
}

.gradient {
  background: linear-gradient(to bottom, #000000ec,60%,rgba(0, 0, 0, 0));
  
}




.img-major {
  height: 93vh;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.main-text {
  width: 100vw;
  height: 95vh;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
  padding-left: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.877),
      rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(255, 0, 0, 0)), url(img/historia.jpeg);
  background-size: cover;
  background-position: center;
}

.title-major {
  color: white;
  position: absolute;
  text-align: left;
  width: 100%;
}



.main .carousel-indicators .carousel-control-prev {
  top: 12px;
  background-color: transparent;
  left: 43%;
}

.main .carousel-indicators .carousel-control-next {
  top: 12px;
  background-color: transparent;
  right: 43%;
}

.main .logosGob{
  background-color: white;
  width: 420px;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  border-top-right-radius: 5px;
  padding-left: 20px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 65%;
  margin: 0;
}

.main .logosGob .logo-main-one{
  width: 190px;
  padding-top: 10px;
  height: 48px;
  margin: 0px 20px;
}

.main .logosGob .logo-main-two{
  width: 170px;
  height: 45px;
  padding-top: 5px;
  margin: 0px 10px;
}

.carousel-caption{
  left: 2%;
}

.title-major h1 span {
  text-shadow: 1px 1px 5px rgb(44, 44, 44);
}

.title-major p {
  color: white;
  font-size: 2.2rem;
  text-shadow: 0px 4px 10px rgb(0, 0, 0);
  margin-bottom: 30px;
}

.orange-text {
  color: var(--main-bg-color);
}

.title-major .button {
  width: 170px;
  font-size: 1.2rem;
}

.main .title-major h1{
  line-height: 0.8 !important;
}

/* BANNER SECUNDARIO */
.main-text-2 {
  position: relative;

}

.main-text-2::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #000000de, transparent);
}

.img-major-2 {
  height: 50vh;
  object-fit: cover;
}

.title-major-2 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* NAVBAR SECUNDARIA */
.navbar-2 {
  background-color: var(--main-bg-color);

}

.navbar-2 .nav-link {
  margin: 0px 50px;
  font-weight: 600;
}

/* RUTA DE MIGAS */
.breadcrumb a {
  color: var(--main-bg-color);
  text-decoration: underline;
  position: relative;
}

/* SERVICIOS */
.services {
  border-bottom: 5px solid var(--main-bg-color);
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  background-color: white;
  transition: all .2s;

}

.services h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.services p {
  all: unset;
}

.services:hover {
  background-color: var(--main-bg-color);
  cursor: pointer;
  color: white !important;
}

.services p {
  margin: 0px 30px;
}

.services-box {
  background-color: #EBEBEB;
  padding: 15px;
}

/* INFORMACION RELEVANTE */
.btn-relevant {
  background-color: white;
  margin: 0px 10px;
  font-size: 1.1rem;
  border: 2px solid var(--main-bg-color);
  padding: 10px 10px;
  transition: all .2s ease;
}


.program .btn-relevant {
  
  width: 250px;
}

.papers .btn-relevant {
  width: 250px;
}

.btn-relevant-active {
  background-color: var(--main-bg-color);
  color: white;
}

.btn-relevant:hover {
  background-color: var(--main-bg-color);
  color: white;
}

.relevant .carousel-item{
  height: 450px;
  overflow: hidden;
}


.relevant .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.relevant .carousel-indicators .active{
  background-color: white;
}

.relevant .carousel-inner{
  cursor: pointer;
  border-radius: 5px;
}




/* OFERTA EDUCATIVA*/
.img-ofert {
  width: 100%;
  border-radius: 5px;
  height: 400px;
  object-fit: cover;
}

.img-ofert2 {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}


.ul-ofert {
  text-decoration: none;
  list-style: none;
  margin: -30px;
  font-size: 1.1rem;
  line-height: 30px;
}

/* RAZONES */
.reasons .reason-box {
  margin-top: 10px;
}

.reasons {
  margin: 0px 10px;
}

.reason-semibox {
  border: 2px solid var(--main-bg-color);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reason-semibox-2 {
  border: 2px solid var(--main-bg-color);
  height: 300px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reasons p {
  margin: 20px;
}

.reasons .carousel .circle-button{
  position: relative;
  top: 40px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}


.main .carousel-indicators .circle-button{
  position: relative;
  top: -0px;
  height: 10px;
  width: 10px;
  margin: 10px;
  border-radius: 50%;
}
/* ASPIRANTES */
.applicants-box {
  max-height: 490px;
  border-radius: 5px;
}

.applicants-background {
  background-color: #d6d6d6;
  width: 100%;
  height: 440px;
  margin: auto;
  border-radius: 5px;
}

.img-applicants {
  width: 95%;
  position: relative;
  top: -410px;
  left: 25px;
  border-radius: 5px;
}

.phrase-applicants {
  color: #242424;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

.applicants-box-2 {
  max-height: 490px;
}

.applicants-background-2 {
  background-color: #F4F4F4;
  width: 100%;
  height: 160px;
  margin: auto;
}



.phrase-applicants-2 {
  color: #242424;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* VIDA ESTUDIANTIL */
.box-gallery {
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
}

.box-gallery-2 {
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
}

.box-gallery-3 {
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
}

.gallery img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: 1s;
}

.gallery .box-gallery img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* ALUMNOS SOBRESALIENTES */
.box-outstanding {
  background-color: var(--main-bg-color);
  margin: 10px;
  padding: 0;
  color: white;
  text-align: center;
  height: 500px;
  border-radius: 5px;
}

.box-outstanding img {
  width: 100%;
  border: 2px solid var(--main-bg-color);
  overflow: hidden;
  height: 65%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;


}

.box-outstanding p {
  font-weight: 300;
  color: white;
}

.data-outstanding {
  margin: 30px;
}

.outstanding-section .carousel-item {
  background-color: white;
}

.icon-prev-next {
  color: black;
  margin-top: 40px;
  font-size: 2.2rem;
  position: relative;
}

.outstanding-section .bi-chevron-left {
  left: -55px;
}

.outstanding-section .bi-chevron-right {
  left: 50px;
}


/* CONTACTO */
 /* .contact-main {
  height: 320px;
  color: white;
  background: linear-gradient(rgba(255, 81, 0, 0.85),
      rgba(255, 0, 0, 0.9));

}  */

.contact-main {
  height: 320px;
  color: white;
  background-color: var(--main-bg-color);
}

.contact p {
  color: white;
}

.box-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-contact .bi {
  font-size: 3.5rem;
}

.contact-main-2 {
  height: 220px;
  color: white;
  background-color: var(--main-bg-color);

}

.contact-2 p {
  color: white;
  font-size: 0.6rem;
}

.box-contact-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-contact-2 .bi {
  font-size: 2rem;
}


/* FOOTER */
.footer-main {
  height: 600px;
  background-color: #242424;
}

.footer-2 {
  background-color: #242424;
}

.footer-secondary {
  height: 60px;
  background-color: black;
  padding-top: 10px;
}

.footer-secondary-2 p {
  font-size: 0.8rem;
}

.footer-secondary-2 {
  height: 60px;
  background-color: black;
  text-align: center;

  padding-top: 10px;
}

.box-footer {
  color: white;
  padding-left: 30px;
  border-left: 0.5px solid #7e7e7e7c;
}

.footer li {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.footer p {
  font-weight: 200;
  color: white;
}

.footer span {
  font-weight: 500;
}

.footer a{
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 200;
}

.no-borde {
  border: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--main-bg-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.logo{
  background-color: black;
}


/* MISION Y VISIÓN */
.box-mv {
  background-color: #D9D9D940;
  height: 350px;
  margin: 1px;
  padding: 40px 50px;
  border-top: 5px solid var(--main-bg-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* DIRECTORIO */
.directory-height {
  height: 350px;
}

.directory .no-margin-top {
  margin-top: 10px;
}

.directory {
  margin-bottom: 70px;
}

.directory .box-outstanding {
  cursor: pointer;
}

.modal .modal-header {
  border: none;
}

.modal .modal-footer {
  border: none;
}

.modal img {
  border: 3px solid var(--main-bg-color);
  height: 300px;
  object-fit: contain;
  margin-left: 40px;
}

.modal i {
  color: var(--main-bg-color);
  font-size: 1.1rem;
  margin-right: 10px;
  display: inline-block;
}

/* CONTÁCTANOS */
.img-contact-us {
  width: 100%;
  height: 200px;
}

.contact-us i {
  color: var(--main-bg-color);
  font-size: 1.1rem;
  margin-right: 10px;
}

/* ASPIRANTES - REQUISITOS DE INGRESO */
.applicants-main li {
  color: #7E7E7E;
  line-height: 32px;
}

.applicants i {
  color: var(--main-bg-color);
  font-size: 3rem;
  margin-top: 20px;
  text-align: center;
}

.applicants .accordion-button p {

  font-weight: 800;
}

.applicants .date {
  display: inline-block;
  font-weight: 300;
  margin-top: 10px;
}

.accordion .accordion-button span {
  color: #7E7E7E;
  font-weight: 300;
}

.applicants .subgray-text {
  color: #7E7E7E;
}

.applicants .accordion-item {
  background-color: #F4F4F4;
}

.applicants .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #F4F4F4;
}

.applicants .accordion-button {
  transition: all 0.0001s;
}

.applicants .accordion-button::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.applicants .accordion-button:not(.collapsed) span {
  color: white;
  background-color: var(--main-bg-color);
}

.applicants .accordion-button:not(.collapsed) h4 {
  color: white;
  background-color: var(--main-bg-color);
}

.applicants .accordion-button:not(.collapsed) i {
  color: white;
  background-color: var(--main-bg-color);
}

.applicants .accordion-body {
  color: #7E7E7E;
}

.applicants li {
  color: #7E7E7E;
  margin-bottom: 10px;
}


.calendar {
  background-color: var(--main-bg-color);
  height: 150px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 5px;
}

.calendar h5 {
  font-weight: 700;
}

.calendar p {
  color: white;
  font-weight: 300;
}


.gray-text {
  color: #373737;
  font-weight: 700;
}

.btn-linea {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* FORMS */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--main-bg-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 49, 13, 0.25);
}

/* OFERTA EDUCATIVA / TECNOLOGICO */

#modalGalery img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.form-label {
  font-size: 1.1rem;
}

.form-select {
  color: #7E7E7E;
}

.button-secondary {
  background-color: white;
  border: 1px solid var(--main-bg-color);
  margin: 0px 10px;
  border-radius: 3px;
  padding: 6px 10px;
  transition: all .05s ease-in;
}

.button-secondary:hover {
  background-color: var(--main-bg-color);
  color: white;
}

.table td {
  padding: 20px 0px !important;
}

.form-select:focus {
  border-color: var(--main-bg-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 49, 13, 0.25);
}

.search p {
  background-color: #EBEBEB;
}

.table-responsive .page-link {
  color: var(--main-bg-color) !important;
}

.form-offert .margin-left-none{
  padding-left: 0px;
  
}

.form-offert button{
  margin-top: 1px;
  
}

.offert .form-control input{
  height: 46px;
}

.offert .row{
  margin-left: 120px;
  margin-right: 180px;
  flex-wrap: nowrap;
}

.offert .button-search{
  padding-left: 0px;
}

#logo-img{
  margin-top: 0px;
}

.found .box-found{
  background-color: #F4F4F4;
  border-radius: 10px;
}

.found .box-found img{
  object-fit: cover;
  border-radius: 5px;
}

.found .box-found p{
  font-size: 0.9rem;
}


.found i{
  font-size: 1.5rem;
  color: var(--main-bg-color);
  margin-right: 5px;
}

.found-2{
  margin: 0px 10px;
}

.found-2 .box-found-2{
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 10px;
}

.found-2 .box-found-2 img{
  object-fit: cover;
  border-radius: 5px;
}

.found-2 i{
  font-size: 1rem;
  color: var(--main-bg-color);
  margin-right: 5px;
}

.found-2  .accordion{
  --bs-accordion-bg: #F4F4F4;
  --bs-accordion-btn-padding-x: 0rem;
  --bs-accordion-btn-padding-y: 0rem;
}

.found-2  .accordion .accordion-button p{
  font-size: 0.8rem;
}

.found-2  .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.found-2  .accordion-item {
  color: var(--bs-accordion-color);
  background-color: #F4F4F4;
  border: none;
}

.found-2  .accordion-item .accordion-body{
  padding: 0;
  padding-top: 5px;
}

.found-2 .accordion-button::after {
  margin-left: 10px;
  margin-top: 1px;
  background-size:1rem;
}



.found-2  .accordion-item .accordion-body p{
  font-size: 0.7rem;
  margin-bottom: 2px;
}

.found-2  .accordion-item .accordion-body i{
  font-size: 0.6rem;
}


.found-2  .accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #F4F4F4 ;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

[data-bs-theme="dark"] .found-2  .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}


.info-contact p{
  margin-bottom: 0;
  font-size: 0.9rem;
}

.info-contact i{
  font-size: 1.2rem;
}
.info-contact li{
  color: #7E7E7E;
  font-size: 0.9rem;
}

.info-contact{
  background-color: #EBEBEB;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
}

.info-contact-2 p{
  margin-bottom: 0;
  font-size: 0.9rem;
}

.info-contact-2 i{
  font-size: 1.2rem;
}

.info-contact-2{
  background-color: #F4F4F4;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
}

.found .button {
  width: 120px;
  padding: 7px 0px;
  font-size: 0.8rem;
}

.found .button span:after {
  right: -10px;
  margin-top: 1px;
}

.found .button:hover span {
  padding-right: 10px;
}

.found .button:hover span:after {
  opacity: 1;
  right: 0;
}

.found .row{
  margin-top: 20px;
}

.found-2 .button {
  width: 90px;
  padding: 7px 0px;
  font-size: 0.7rem;
}

.found-2 .button span:after {
  right: -10px;
  margin-top: 1px;
}

.found-2 .button:hover span {
  padding-right: 10px;
}

.found-2 .button:hover span:after {
  opacity: 1;
  right: 0;
}

.found-2 .row{
  margin-top: 20px;
}





/* PLAN ESTUDIOS */


.plan .col {
  padding: 0;
}

.plan .btn-relevant {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 3px;
}



.plan button.active {
  background-color: var(--main-bg-color);
  color: white;
}

.plan-2 button.active {
  background-color: var(--main-bg-color);
  color: white;
}

.program button.active {
  background-color: var(--main-bg-color);
  color: white;
}
.papers button.active {
  background-color: var(--main-bg-color);
  color: white;
}
.relevant button.active {
  background-color: var(--main-bg-color);
  color: white;
}


.tabcontent {
  padding: 20px;
  border: 1px solid #ccc;
}

.tabcontent li {
  color: #7E7E7E;
}

.mat-box {
  border: none;
  padding: 10px;
}

.mat-box .col {
  text-align: center;
  border: 1px solid #7E7E7E;
  border-radius: 3px;
}

.mat-box p {
  color: #242424;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mat-box h6 {
  background-color: #ccc;
  margin: 0;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TESTIMONIOS DE EGRESADOS */

.testimonials-box {
  margin: 0;
  border: 2px solid var(--main-bg-color);
  border-radius: 3px;
  padding: 0;
  overflow: hidden;
}

.testimonials video {
  width: 100%;
}

.testimonials img {
  width: 125%;
}

.testimonials p {
  padding: 15px 25px;
  margin: 0;
}

.testimonials .page-link {
  color: var(--main-bg-color) !important;
}

.testimonials i {
  font-size: 1.5rem !important;
}

.form-select {
  height: 42.5px;
}


/* GALERIA INDEX */
.modal-gallery {
  padding: 0;
  margin: 0;
}

.modal-gallery img {
  border: none;
}

.modal .modal-gallery img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  margin: 0;
}

.school i {
  color: var(--main-bg-color);
  margin-right: 5px;
}

#modal3 .modal-body img {
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.directory-schools .btn-relevant {
  width: 150px;
  border-radius: 3px;
}

/* PROGRAMAS ESTUDIOS */

.career-box{
  border: 3px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px;
}

.career-box:hover{
  border: 3px solid var(--main-bg-color);
  cursor: pointer;
}

/* HERRAMIENTAS */
.tools-box{
  border: 3px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 0px;
}

.tools-box:hover{
  border: 3px solid var(--main-bg-color);
  cursor: pointer;
}

/* BIBLIOTECA */
.library p{
  margin: 0;
  padding: 0;
}

.library-box{
  display: flex;
  background-color: #F4F4F4;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.convenios .library-box img{
  width: 50px;
  margin-top: 35px;
}

.papers .form-control input{
  height: 46px;
}

/* NOTICES */

.notices .recent .form-control{
  height: 42.5px;
}

.notices .line-3{
  width: 100%;
  margin-top: 40px;
}

.notices .icons-social p{
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  
}

.notices .icons-social i{
  color: var(--main-bg-color);
  
}

.notices span{
  color: var(--main-bg-color);
}

.notices  .prev::before{
  content: '<<';
}

.notices  .next::after{
  content: '>>';
}

.notices a{
  color: var(--main-bg-color);
}


.notices  .recent p{
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  margin-left: -8px;

}

.notices  .recent form p{
  color: #7E7E7E;

}
.notices  .recent form span{
  color: white;
  font-size: 0.8rem;

}

.notices  .recent form .form-select{
  font-size: 0.8rem;

}

.notices  .recent form .col{
  padding: 0;
  margin: 0;
  margin-right: 5px;

}



.notices .recent img{
  width: 150px;
  height: 90px;
  object-fit: cover;
}

.notices .recent .button{
  width: 100%;
}



/* PLANTELES */

.box-education-center button{
  margin-right: 130px !important;
}

/* TRAMITES Y SERVICIOS */
.accordion-services a{
  color: var(--main-bg-color);
}

/* CONTROL INTERNO */

.members-box{
  background-color: #F4F4F4;
  border: 3px solid #d6d6d6;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.members-box i{
  margin: 0;padding: 0;
}

/* CONTABILIDAD GUBERNAMENTAL */

.contability-box{
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* ETICA E INTEGRIDAD */

.integrity-tabs button{
  margin: 5px;
  padding: 10px 0px;
}

/* OBLIGACIONES DE TRANSPARENCIA */

.obligations-transparency p{
  margin: 0;
  font-weight: 600;
}

#modalObligations .responsables{
  height: 125px;
}

/* BOLSA DE TRABAJO */

.work-current li{
  color: #7E7E7E;
}


/* MEDIAQUERYS */

@media only screen and (max-width:965px){
  .main .logosGob{
    
    top: 55%;
    margin: 0;
  }
}

@media only screen and (max-height:950px){
  .main .logosGob{
    
    top: 45%;
    margin: 0;
  }
}

@media only screen and (max-width: 800px) {

  /* General */

  body p {
    font-size: 1rem;
  }

  body h2 {
    font-size: 2.3rem;
  }

  /* Banner Principal */
  header .navbar{
    padding: 0 !important;
  }

  .main h1 {
    font-size: 3rem;
    
  }

  
  .main .carousel-inner{
    height: 100%;
    overflow: hidden;
  }

  .main{
    height: 87vh;
    overflow: hidden;
  }

  .main img{
    object-fit: cover;
  }

  .main .carousel-caption{
    top: 55%;
  }

  .main .carousel-indicators .carousel-control-prev {
    top: 12px;
    background-color: transparent;
    left: 20%;
  }

  .main .carousel-indicators .carousel-control-next {
    top: 12px;
    background-color: transparent;
    right: 20%;
  }

  .main .circle-button{
    width: 10px !important;
    height: 10px !important;
  }

  
  .carousel  .logosGob img{
    width: 100px !important;
    height: 30px !important;
  }
  .carousel  .logosGob .logo-main-one{
    margin-left: 10px;
    padding-left: 0;
  }
  .carousel  .logosGob .logo-main-two{
    margin-left: 0;
  }

  .carousel .logosGob{
    width: 250px;
    height: 40px;
    top: 50%;
    padding-left: 0;
  }

  .main-text-2 h1 {
    font-size: 2.5rem;
    
  }

  .img-major-2 {
    height: 30vh;
    object-fit: cover;
    border-bottom: 3px solid var(--main-bg-color);
  }
  
  .title-major-2 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .main-text-2::after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #000000de, transparent);
  }

  .title-major p {
    color: white;
    font-size: 1.2rem;
    text-shadow: 0px 4px 10px rgb(0, 0, 0);
    margin-bottom: 15px;
  }

  
 

  .title-major .button {
    width: 115px;
    font-size: 0.8rem;
  }

  /* Navbar Secundaria */

  .navbar-2 {
    background-color: #212529;

  }

  .navbar-2 .nav-link {
    margin: 0px 10px;
    font-weight: 400;
    font-size: 0.8rem;
  }

  .navbar-2 .navbar-nav {
    flex-direction: row;

  }

  /* Servicios */

  .services {
    border-bottom: none;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.1rem;
    background-color: white;
    transition: all .2s;
    padding: 0;
    border: 3px solid #EBEBEB;
    border-radius: 4px;
  }

  .services h5 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
  }

  .services-box {
    padding: 2px;
  }

  .services-box .services .border-box i {
    position: relative;
    left: -45px;
    bottom: 12px;
    background-color: white;
    padding: 2px 5px;
    border-radius: 2px;
    color: var(--main-bg-color);
  }

  .services .border-box {
    margin: 0;
    padding: 0;
    height: 2px;
    background-color: var(--main-bg-color);
    position: relative;
    bottom: -15px;
    width: 100%;
    border-bottom-left-radius: 2px;

    border-bottom-right-radius: 2px;
  }

  /* Información Relevante */

  .btn-relevant {
    margin: 0px 5px;
    
  }

  /* Información relevante */


  /* Razones */

  .reasons .row {
    margin-left: 5px;
    margin-right: 5px;
  }

  .reason-semibox-2 {
    height: 280px;

  }


  /* Vida estudiantil */
  .box-gallery-3 {
    height: 170px;
  }


  .reason-semibox p {
    margin: 0;
    font-size: 1rem;
  }

  .box-outstanding {

    height: 460px;
  }

  .box-outstanding img {

    height: 60%;

  }

  .title-major h1 span {
    text-shadow: 1px 1px 5px rgb(57, 57, 57);
  }

  /* Informacion Relevante */
  .relevant .carousel-item{
    height: 190px;
    overflow: hidden;
  }

  .relevant #convocatorias{
    margin-top: 10px;
  }
  .relevant #noticias{
    margin-top: 10px;
  }
  .relevant #avisos{
    margin-top: 10px;
  }

  /* HISTORIA */
  .main-history{
    margin: 0px 20px;
  }

  /* MIGAS */
  .breadcrumb-main{
    margin-left: 20px;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .breadcrumb li {
    font-size: 0.8rem;
  }

  /* MISION Y VISION */

  .box-mv {
    background-color: #D9D9D940;
    height: 400px;
    margin: 1px;
    padding: 0px 10px;
    padding-top: 20px;
    border-top: 5px solid var(--main-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }

  .box-mv img{
    width: 60px;
    margin: 15px;
  }

  /* CONTACTANOS */

  .contact-us .row{
    margin-top: 0px !important;
  }
  .contact-us .row .form-floating{
    margin-bottom: 10px;
  }

  .contact-us .button-box{
    margin-right: 25%;
    margin-bottom: 50px;
  }

  .contact-us img{
    height: 130px;
    margin-bottom: 20px;
  }

  .contact-us .content-contact{
    text-align: center;
    align-items: center !important;
  }

  /* NUEVO INGRESO */

  .phrase-applicants{
    font-size: 1.5rem;
  }

  .contact-us .container{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  


  /* FOOTER */
  
  .logo{
    background-color: black;
    height: 70px;
  }  

  /* TRAMITES Y SERVICIOS ALUMNOS */

  .papers .btn-relevant{
    font-size: 0.95rem;
  }

  .tools-box{
    padding: 0px 5px;
    padding-top: 15px;
  }

  .testimonials {
    margin: 0px 10px;
  }

  .offert .form-control input{
    height: 46px;
  }
  
  .offert .row{
    margin-left: 0px;
    margin-right: 0px;
    flex-wrap: wrap;
  }
  
  .offert .button-search{
    padding-left: 0px;
  }

  .results{
    margin-left: 10px;
  }

}


