/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;1,800&display=swap');*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*ESTILOS GENERALES  */

html {
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: #ececec;
  /*  background-image: radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.60) 100%);
    background-blend-mode: normal, multiply;
    background: #C9CCD3;
        background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%);
        background-blend-mode: lighten; */
  /* background: #c2c2c2; */
  /* background: #bdc3c7; */
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to right, #919ba5, #bdc3c7); */
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #919ba5, #bdc3c7); */
}

img {
  max-width: 100%;
  height: auto;
}

.fa,
.fas,
.far {
  color: #008d3b;
  padding: 5px;
}
.buttom {
  padding: 0.4em 1em;
  border: none;
  border-radius: 0.4em;
}
.icon__home {
  position: absolute;
  left: 5px;
}

.container__main {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

.logo__fqbf {
  margin-left: 45px;
}

.container_logo_fqbf {
  width: 500px;
  padding: 15px;
}

.style__h3 {
  font-weight: 300;
}

/*==================SECCIÓN BREADCRUMB=====================*/

.container-breadcrumb {
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* .nav-bread {
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    position: relative;
} */
.en-construccion {
  width: 50%;
}
.breadcrumb {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: first center;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 1px solid #90909075;
  padding: 10px;
  background: linear-gradient(to bottom left, #e2e8e6 0%, #cdd3cd 100%),
    linear-gradient(
      to left,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(0, 0, 0, 0.12) 100%
    );
  background-blend-mode: screen;
}

.breadcrumb-item {
  font-size: 1.2rem;
  color: #707070;
  list-style: none;
}

.breadcrumb > li a {
  color: #707070;
}

.breadcrumb > li + li:before {
  content: "/";
  color: inherit;
  padding: 0 3px;
  font-weight: 400;
}

.breadcrumb > li.active {
  font-weight: 700;
  font-size: 18px;
}

.breadcrumb > li a:focus,
.breadcrumb > li a:hover {
  color: #006cff;
  text-decoration: none;
}

@media screen and (max-width: 48em) {
  .breadcrumb li {
    font-size: 0.8rem;
  }
  .container__main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-block: hidden;
  }
  .nav-bread {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 25px;
  }
  .breadcrumb-item > li a {
    font-size: 0.8rem;
  }
  .container-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .container_logo_fqbf img {
    position: relative;
    left: 0;
    max-width: 30%;
    height: auto;
    /* width: 250px;
        height: auto; */
  }
}

/*==============FIN BREADCRUMB====================*/

/* ==============FIN INDEX=========================== */

/*===================== SECRETARIAS HTML =================================*/
  h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      font-family: "Poppins", sans-serif;

    }
.l1{
  color: #037544;
}

    .card-header {
      background: #009444; /* verde institucional */
      color: #fff;
      text-align: center;
      padding: 12px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
    }

    .card-body {
      padding: 15px;
      font-size: 14px;
      line-height: 1.6;
    }

    .card-body p {
      margin: 8px 0;
    }

    .card-body a {
      color: #0056b3;
      text-decoration: none;
    }

    .card-body a:hover {
      text-decoration: underline;
    }

    .icon {
      margin-right: 6px;
      color: #009444;
    }

    .web-link {
      display: flex;
      align-items: center;
      margin-top: 10px;
      font-weight: bold;
    }


.h1__secre__inst {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  text-shadow: 1px 1px 10px rgb(136, 136, 136);
  background: linear-gradient(to bottom left, #e2e8e6 0%, #cdd3cd 100%),
    linear-gradient(
      to left,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(0, 0, 0, 0.12) 100%
    );
  background-blend-mode: screen;
  border-radius: 3px;
}

/* .secretarias {
  width: 100%;
  margin: 1em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 0.3em; */
  /* background-color: #fff; */
  /* padding: 50px; */
  /* border: 1px solid #aaaaaa;
    border-radius: 5px; */
/* }

.card-secretarias {
  width: 330px;
  min-height: 500px;
  background-color: white;
  box-shadow: 1px 2px 1px rgb(165, 165, 165);
  border: 1px solid rgb(138, 137, 137);
  border-radius: 6px;
  text-transform: uppercase;
} */

/* .title-secretarias {
  height: auto;
  background: #008D3B;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px;
  /* border: 1px solid #000; */
/* } 

.title-secretarias a {
  color: rgb(147, 248, 107);
  font-size: 0.55em;
  font-weight: 500;
}

.title-secretarias a:hover {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  transition: 0.5s;
}

.contacto {
  font-size: 0.9em;
  padding-left: 20px;
}

.titulo-tarjeta_secretarias a {
  color: #008d3c;
}

.titulo-tarjeta_secretarias :hover {
  color: #085329;
}

.card-header {
  background: rgba(0, 139, 61, 0.4);
  text-align: center;
  font-size: 1.05rem;
}

.h4 a {
  text-transform: lowercase;
  font-size: 0.9em;
  padding: 10px;
}

.h4 h2 {
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 1.25em;
} */
@media (max-width: 768px) {
  .secretarias {
    width: 80%;
    margin: 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2em;
    /* background-color: #fff; */
    /* padding: 50px; */
    /* border: 1px solid #aaaaaa;
    border-radius: 5px; */
  }
}
/* @media (max-width: 768px) {
    .secretarias {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 769px) {
    .secretarias {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 1200px) {
    .secretarias {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 1400px) {
    .secretarias {
        grid-template-columns: repeat(3, 1fr);
    }
} */

/* ===============FIN SECRETARIAS.HTML=====================*/

/*==================DEPARTAMENTOS HTML====================*/

.principal-departamentos {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 1.5em;
  /* box-shadow: 1px 1px 8px rgb(165, 165, 165); */
  padding: 0.5em;
  /* background-color: #fff; */
  margin-bottom: 0.5em;
  border-radius: 0.32em;
  /* border: 1px solid #aaaaaa; */
}

.card__depto {
  width: 100%;
  margin: 0;
  padding: 0;
  /* border: 1px solid rgb(141, 141, 141); */
  border-radius: 5px;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);
  background-color: white;
  text-align: center;
}

.card__header__depto,
.card__footer__depto {
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 5em;
  /* border: 1px solid #707070; */
}

.card__body__depto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: start;
  padding: 5px;
  font-weight: 300;
}

.card__body__depto h2 {
  font-size: 1.1rem;
  font-weight: 500;
}

.card__header__depto h1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.card_footer_depto {
  width: 100%;
  margin: 0;
  padding: 0;
  /* border: 1px solid rgb(141, 141, 141); */
  border-radius: 5px;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);
  background-color: white;
  text-align: center;
}

.card__footer__depto {
  background-color: rgb(67, 187, 73);
  height: 50px;
}

.margen-superior-cuerpo-pagina {
  margin-top: 13rem;
}

@media screen and (max-width: 1100px) {
  .principal-departamentos {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 1.5rem;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 0.5em;
    background-color: #fff;
    margin-bottom: 1.5em;
    border-radius: 5px;
    /* border: 1px solid #aaaaaa; */
  }
}

@media screen and (max-width: 768px) {
  .principal-departamentos {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 1.5rem;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 2.5rem;
    background-color: #fff;
    margin-bottom: 1.5em;
    border-radius: 5px;
    /* border: 1px solid #aaaaaa; */
  }
}

/*==================FIN DEPARTAMENTOS HTML======================*/

.contenedor_carreras {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 2rem;
  grid-template-areas: "pregrado grado posgrado";
}

@media screen and (max-width: 768px) {
  .contenedor_carreras {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    grid-template-areas: "pregrado grado posgrado";
  }
  .grado img,
  .pregrado img,
  .posgrado img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .grado img,
  .pregrado img,
  .posgrado img {
    max-width: 100%;
    height: auto;
  }
}

.pregrado {
  grid-area: pregrado;
}

.grado {
  grid-area: grado;
}

.posgrado {
  grid-area: posgrado;
}

.pipe {
  position: relative;
}

/*.img__pipe {
position: absolute;
left: 0;
top: 0;
max-width: 180px;
}
/* =================INSTITUCIONAL.HTML==============================*/

.principal-inst {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  margin: 3rem auto;
  padding: 0.5em;
}

.carta-inst {
  width: auto;
  height: 70px;
  background-color: #0a4730;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #111111bd;
  font-size: 1.1rem;
  font-weight: 400;
  font-stretch: extra-expanded;
}

.carta-inst:hover {
  background-color: #02160e;
}

.carta-inst a {
  text-decoration: none;
  color: #0ad878;
}

.carta-inst a:hover {
  color: hsla(0, 100%, 98%, 1);
  font-style: italic;
}

.pol-incl-institucional {
  width: 100%;
  background-color: #187a55;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-template-rows: repeat(3, 1fr); */
  gap: 1.5rem;
  height: 45vh;
  grid-template-areas: "banner__politicas banner__politicas banner__politicas " "politicas_1 politicas_2 politicas_3" "politicas_4 politicas_5 politicas_6";
}

.banner__politicas {
  grid-area: banner__politicas;
}

.politicas_1 {
  grid-area: politicas_1;
}

.politicas_2 {
  grid-area: politicas_2;
}

.politicas_3 {
  grid-area: politicas_3;
}
.politicas_4 {
  grid-area: politicas_4;
}
.politicas_5 {
  grid-area: politicas_5;
}
.politicas_6 {
  grid-area: politicas_6;
}

.polit-incl {
  background-color: #158359;
  align-items: center;
  margin: 0;
}

.h3-pol {
  color: white;
  text-align: center;
  display: block;
}

hr {
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: 1px;
}

.inclusionImg {
  -webkit-filter: grayscale(100%);
  /* Convierte en gris los botones de carreras */
  filter: grayscale(100%);
}

.inclusionImg:hover {
  -webkit-filter: grayscale(0%);
  /* Convierte en gris los botones de carreras */
  filter: grayscale(0%);
}

@media screen and (max-width: 1000px) {
  .pol-incl-institucional {
    width: 100%;
    background-color: #187a55;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    display: grid;
    /* grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr); */
    gap: 1.5rem;
    height: auto;
    grid-template-areas: "banner__politicas" "politicas_1" "politicas_2" "politicas_3" "politicas_4" "politicas_5";
  }
}

/* ===== FIN INSTITUCIONAL.HTML================== */

/* MEDIAS QUERYS */

@media (min-width: 768px) {
  .mav_inst {
    width: 100%;
    grid-template-columns: 100%;
  }
  .division-gestion {
    grid-template-columns: repeat(2, 1fr);
  }
  .sector {
    grid-template-columns: auto;
  }
}

/* ========CONSEJO DIRECTIVO=========== */

.container_cd {
  width: 100%;
  margin: 3rem auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 400px);
  grid-template-rows: 1fr;
}

.card__cd {
  width: 100%;
  margin: 0;
  padding: 0;
  /* border: 1px solid rgb(141, 141, 141); */
  border-radius: 5px;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);
  background-color: white;
  text-align: center;
}

.card-body-cd {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  background-color: white;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}

/* .card-header-cd h1 {
    
} */

.color-1 {
  background-color: rgb(248, 66, 0);
  text-align: center;
}

.color-2 {
  background-color: rgb(30, 155, 228);
}

.color-3 {
  background-color: rgb(123, 60, 240);
}

.color-4 {
  background-color: rgb(212, 52, 119);
}

.card-header-cd {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 80px;
  border-radius: 5px 5px 0 0;
  /* border: 1px solid #707070; */
}

@media screen and (max-width: 768px) {
  .container_cd {
    width: 100%;
    margin: 3rem auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 769px) {
  .container_cd {
    width: 100%;
    margin: 3rem auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .container_cd {
    width: 100%;
    margin: 3rem auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}

h2 {
  font-weight: 300;
}
