:root {
  --amarillo-uptc: #ffcc29;
}

/* color barra menú principal*/
.col.col-head-info {
  background-color: rgba(0, 0, 0, 0.9);
}

.header-links-bg {
  background-color: rgba(0, 0, 0, 0.74);
}
.col-head-info .nav-menu > li > a:hover, .col-head-info .nav-menu > li > a:focus {
  background-color: rgba(233, 186, 51, 0.9);
  color: black !important;
  font-size: 20px;
  font-weight: 500;
}

.col-head-info .nav-menu > li > a {
  background-color: rgba(0, 0, 0, 0.9);
}
.nav-main-items > li > a {
  color: white;
}

.nav-breadcrumbs>li{
font-size: 14px;
}
/************** botón subir la pagina  **********************/
#topcontrol {
  color: #000;
  background: var(--amarillo-uptc);
  z-index: 1;
}

/************************ traductor de google ************/
.goog-te-menu-value span {
  font-size: 11px;
}

.skiptranslate iframe {
  display: none;
}

.goog-te-gadget {
  white-space: normal;
  z-index: 201;
  right: calc(0.6% + 180px);
  position: fixed;
  top: 35px;
}

div.goog-te-gadget-simple {
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #fff;
}

.goog-te-gadget-icon {
  border-radius: 15px;
}

a.goog-te-menu-value:hover {
  text-decoration: none;
  color: var(--amarillo-uptc);
}

.goog-te-menu-frame {
  box-shadow: none;
}

#google_translate_element img {
  display: none;
}

#google_translate_element span  {
  color: black;
  font-size: 13px;
}


.gsc-search-box tr td{
padding-top: 0px;
}
 .gsc-input .gsc-input-box {
      margin-top: inherit; 
  }
  .gsc-search-box .gsc-search-button {
      margin-top: inherit;
  }
  .gsc-search-box .gsc-search-button {
      margin-top: inherit;
      font-size: 11px !important;
  }
  .gsc-input-box .gstl_50.gsc-input td.gsib_a{
  font-size: 16px !important;
  }
/******************** buscador de google ***************************/
.divSearchPhone {
  /* buscador en dispositivos moviles */
  width: 85%;
  top: 0;
  right: 0;
  margin: auto;
}
.divSearch {
  position: fixed;
  width: 175px;
  top: 28px;
  right: 0;
  z-index: 201;
  margin-right: 0.6%;
}

.gsc-control-cse {
  border-color: transparent;
  background-color: transparent;
}

input.gsc-input {
  font-size: 13px;
}

.gsc-control-cse {
  padding: 2px;
}

.gsib_a {
  padding: 0px;
}

.gsc-input .gsc-input-box input {
  height: 12px;
}

.gsc-search-button .gsc-search-button-v2 {
  height: 21px;
  padding: 0px 15px;
}

table.gsc-search-box {
  margin-top: 4px;
}

.gsc-input .gsc-input-box {
  border: 1px solid #dfe1e5;
  background: #fff;
  border-radius: 5px;
  margin-top: 1px;
  padding: 0;
  padding-bottom: 0;
  max-height: 25px;
}

.gsc-search-button .gsc-search-button-v2,
.gsc-search-button .gsc-search-button-v2:hover,
.gsc-search-button .gsc-search-button-v2:focus {
  border-color: #000000;
  background-color: var(--amarillo-uptc);
  background-image: none;
  border-radius: 5px;
  margin-top: 2px;
}

.gsc-search-box .gsc-search-button {
  margin-left: 0px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
 padding-right: 4px;
    background-size: 88% !important;
    position: relative;
    margin-top: 1px;

}
/* caja buscadora */
.input.button button.btn {
  border: 1px solid black;
}

.input.button button.btn:hover {
  background-color: var(--amarillo-uptc);
}

#nav-main-search {
  display: none;
}
/* tabla desplegable del buscador */
table.gstl_50.gssb_c {
  max-width: 400px;
  width: 10% !important;
  min-width: 150px;
  left: calc(100% - 480px) !important;
}
/***************** barra superior enlaces estamentos académicos *****************************/
header {
  margin-top: 30px;
}

.head .col {
  position: fixed;
}

.nav-main-container {
  margin: auto;
}

.area-header .header-links > ul > li > a {
  text-transform: none;
}

.header-links-bg {
  background-color: white;
  left: 0;
  position: fixed;
  width: 100%;
  height: 30px;
  z-index: 200;
  border-top: 2px var(--amarillo-uptc) solid;
}

.header-links-bg ul {
  flex-wrap: wrap;
  margin: 0px;
  list-style: none;
  pointer-events: auto;
  height: 100%;
  align-content: center;
}

.ls-row.no-icon li:not(:last-child) {
  margin-right: 3rem;
  padding-right: 20px;
}

.area-header .header-links > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
}

.area-header .type-linksequence {
  height: 100%;
}

.area-header .header-links > ul > li > a {
  color: black;
  font-weight: 600;
  font-size: 16px;
}

.header-links > ul > li > a :hover {
  color: var(--amarillo-uptc);
  text-decoration: underline;
}
.area-header .header-links>ul>li>a:hover {
    color:  var(--amarillo-uptc);
}
/*********************** menu principal *****************************************/
.nav-main-items > li:nth-child(2) {
  display: none;
}

.col.col-head-logo {
  background-color: unset;
  margin: auto;
  left: 0px;
}

.col.col-head-info {
  background-color: unset;
  background-color: rgba(0, 0, 0, 1);
  left: 0;
  height: 40px;
  margin: auto;
  margin-top: 29px;
}

.nav-main-items > li {
  margin-right: 0.1%;
}

.nav-main-items .active {
  background-color: transparent;
}

#nav-main-search {
  margin-right: 0%;
}

.col.col-head-info .header-title {
  display: none;
}
.image-src-box {
  padding-bottom: 80%;
}
.nav-main-group .nav-main-items a {
  color: white;
  font-size: 15px;
}

.nav-main-group .nav-main-items > li:hover {
  transition: 1s;
  color: var(--amarillo-uptc);
}

.nav-main-group .nav-main-items > li > a:hover {
  transition: 0.3s;
  color: var(--amarillo-uptc);
  cursor: pointer;
}

.isfixed a {
  color: #5a6069;
}

.area-header {
  background: none;
}

.nav-main-group {
  margin-top: -6px;
}

/********************************** submenus ***************************/
.nav-menu {
  min-width: 100%;
  position: fixed;
  left: 0;
  text-align: center;
  margin-top: 99px;
  border: none;
}

.nav-menu li {
  max-height: 80px;
}

.nav-main-items > li > .nav-menu {
  top: 0px;
}

.area-header.logo-left .header-group {
  border-bottom: none;
}

.ap-header {
  background: unset;
}

.ap-header .navbar-toggle {
  background: var(--amarillo-uptc);
  color: #fff;
}

.ap-header .head-navbar {
  border-bottom: none;
}

.ap-header .nav > li > a {
  background-color: unset;
  color: #fff;
  font-size: 12px;
}

.ap-header .nav > li:hover > a {
  border-bottom: unset;
  background-color: #fff;
  color: #0f2b3c;
  border-radius: 3px;
}

.ap-header .nav #searchButtonHeader .search {
  border-bottom: unset;
  background-color: unset;
  color: #fff;
}

.ap-header .nav #searchButtonHeader .search:hover {
  background-color: #fff;
  color: #0f2b3c;
  border-radius: 3px;
}

.ap-header .nav .search-open {
  border-top: solid 2px #0f2b3c;
  border-bottom: solid 2px #0f2b3c;
}
/*.col-head-info .nav-menu > li > a:hover {
  font-size: 20px;
  font-weight: 500;
}*/
/************************** menu hamburgueza *******************************/
.col-head-info .nav-menu > li > a {
  background-color: rgba(0, 0, 0, 0.8);
}
#searchButtonHeader .input-group-btn .btn {
  background-color: #0f2b3c;
  border: unset;
}

#searchButtonHeader .input-group-btn .btn:hover {
  background-color: #0f2b3c;
}
.area-header.logo-left .col-head-logo {
  padding: 0px;
}

.area-header.logo-left .notfixed .col-head-logo {
  flex: 0 0 21.333333%;
  max-width: 21.333333%;
}

.area-header.logo-left .isfixed .col-head-logo {
  flex: 0 0 21.333333%;
  max-width: 21.333333%;
}

.area-header.logo-left .col-head-logo {
  z-index: 300;
}

.area-header.logo-left .col-head-info {
  z-index: 200;
}
/************************************************** menu gov, tranparencia, participa *********/
/* contenedor principal */
.imgGov {
  position: fixed;
  /*background-color: #0F2B3C;*/
  background-color: #757575;
  /*border-bottom: 2px solid #FFCC28;*/
  width: 100%;
  min-height: 30px;
  max-height: 35px;
  top: 0;
  left: 0;
  z-index: 150;
  display: flex;
  padding-left: 2px;
}

/*contenedor de la imagen */
.contenedorImgGov {
  width: 20%;
}

.contenedorImgGov img {
  width: 30%;
  margin-left: 35%;
}

/* contenedor de enlaces */
.conDestacados {
  width: 80%;
  text-align: right;
  /*margin-top: 5px;*/
}

.navDestacados li {
  font-weight: 500;
  color: white;
  font-size: 1.3rem;
  display: inline;
  margin-right: 3%;
}

.navDestacados li a {
  color: white;
  text-shadow: 1px 1px 1px black;
}

.navDestacados li a:hover {
  color: #ffcc28;
  text-decoration: underline;
}

@media (min-width: 2000px) {
.divSearch {
  top: 24px;
}
  /************** logo uptc ******************/
  .area-header.logo-left .notfixed .col-head-logo {
    flex: 0 0 13.333333%;
    max-width: 13.33333%;
  }

  .ls-row.no-icon li:not(:last-child) {
    margin-right: 3rem;
  }

  /************** barra superior *************/
  .area-header .header-links > ul {
    font-size: 14px;
  }

  /****************** menu principal ****************/
  .nav-main-items a {
    font-size: 14px;
  }
}
/*screen media*/
@media (min-width: 1200px) and (max-width: 1999.98px) {

.divSearch {
  top: 26px;
}
  /***************** logo uptc **************/
  .area-header.logo-left .notfixed .col-head-logo {
    flex: 0 0 18.333333%;
    max-width: 18.333333%;
  }
}
@media (min-width: 1200px) {
  /**************** menu principal ******************/
  .head .container {
    max-width: 100%;
  }

  .nav-main-items {
    padding-left: 23%;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 1014px) and (max-width: 1199.98px) {

  /******************* menu principal ****************/
  .area-header.logo-left .notfixed .col-head-logo {
    /*flex: 0 0 25.333333%;*/
    max-width: 23%;
  }

  .area-header .header-links > ul {
    font-size: 14px;
    margin-right: 0px;
  }

  .ls-row.no-icon li:not(:last-child) {
    margin-right: 1.5rem;
  }

  .nav-main-items a {
    font-size: 14px;
  }

  .nav-main-items {
    padding-left: 24%;
  }
  /***************** traductor google *************/
  .goog-te-gadget {
    right: calc(0.6% + 145px);
  }
  /********************** busqueda ********************/
  .divSearch {
    width: 145px;
  }
  /************* contenedor menu ***************/
  .head .container {
    max-width: 100%;
  }
  /************* logo uptc *************/
  .ap-header .col-xs-12 > img {
    display: none;
  }
}

/* resolucion de pantalla de computador escritorio 720p */
@media (min-width: 720px) and (max-width: 1280px) {
  /*barra superior */
  .area-header .header-links > ul {
    font-size: 14px;
  }

  /*header*/
  .nav-main-items a {
    font-size: 14px;
  }

  .ls-row.no-icon li:not(:last-child) {
    margin-right: 0.5rem;
    padding-right: 10px;
  }
  /*********** traductor google ****************/
  #google_translate_element span {
    color: black;
  }
}
@media (min-width: 1014px) {
  /*************************************** menu principal *******************************/
  .nav-main-items > li > a {
    padding: 0px 12px;
  }
  .nav-main-items > li.active > a,
  .nav-main-items > li.active > a:focus,
  .nav-main-items > li.active > a:hover,
  .nav-main-items > li > a:focus,
  .nav-main-items > li > a:hover,
  .nav-main-items > li[aria-expanded="true"] > a,
  .nav-main-items > li[aria-expanded="true"] > a:focus,
  .nav-main-items > li[aria-expanded="true"] > a:hover {
    color: var(--amarillo-uptc);
  }
      .nav-main-items>li.active>a, 
	  .nav-main-items>li.active>a:focus, 
	  .nav-main-items>li.active>a:hover, 
	  .nav-main-items>li>a:focus, 
	  .nav-main-items>li>a:hover, 
	  .nav-main-items>li[aria-expanded=true]>a, 
	  .nav-main-items>li[aria-expanded=true]>a:focus, 
	  .nav-main-items>li[aria-expanded=true]>a:hover {
        color: var(--amarillo-uptc);
    }

  .nav-main-items > li > a {
    text-transform: none;
    font-size: 15px;
  }
  .area-header.logo-left .col-head-logo .header-image {
    max-width: 100%;
    margin: auto;
  }

  .area-header.logo-left .nav-main-container {
    flex-grow: 0;
  }

  .nav-main-items {
    justify-content: space-between;
  }
  .nav-main-items > li[aria-expanded] > a::after {
    right: -7px;
    margin-top: 1px;
  }
  /************************* menu estamentos ******************/
  .isfixed .nav-menu > li > a {
    background-color: white;
  }

  .isfixed .nav-menu > li > a:hover {
    background-color: gray;
  }

  .notfixed .nav-menu > li > a {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 1013.98px){
.nav-main-items > li:nth-child(2),
  .nav-main-items > li:nth-child(2) a {
    display: block;
  }
  
  /******************** traductor de google ********************/
  .pc,
  .divSearch {
    display: none;
  }
  /*************** menu principal *************************/

  .nav-main-items li[aria-expanded="true"] > a {
    background-color: transparent;
  }

  #nav-toggle-label {
    top: 60px;
  }
.nav-menu {
    min-width: 100%;
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 10px;
  }/*
  .nav-menu {
    min-width: 100%;
    position: relative;
    text-align: center;
    text-align: center;
    border: none;
    margin-top: 2px;
  }*/
  .nav-main-items > li > a {
    text-transform: none;
  }
  .nav-main-items {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .nav-toggle {
    background-color: transparent;
    width: 40px;
    height: 40px;
  }

  .nav-toggle.active {
    background-color: black;
  }
  .nav-main-items li[aria-expanded] > a[aria-controls]::after {
    position: absolute;
    width: 20px;
    background-color: transparent;
  }

  .nav-toggle span {
    top: 18px;
    left: 6px;
    right: 6px;
    height: 4px;
    width: 30px;
  }

  .nav-toggle span::after,
  .nav-toggle span::before,
  .nav-toggle span {
    border-radius: 16px;
  }
  .nav-toggle span::after,
  .nav-toggle span::before {
    background-color: #ffffff;
    height: 4px;
  }

  .nav-main-items > li {
    border-bottom: 2px black solid;
  }

  .nav-main-items > li:hover {
    border-bottom: 3px solid black;
  }

  .nav-main-items li > a {
    border-bottom: none;
  }

  .nav-main-items > li > a:hover {
    color: black;
    background-color: rgb(255, 203, 40, 0.8);
  }

  .nav-main-items li.active > a,
  .nav-main-items li.active[aria-expanded="true"] > a {
    background-color: #0f2b3c;
  }

  .nav-main-items li.active > a,
  .nav-main-items li.active[aria-expanded="true"] > a {
    background-color: #0f2b3c;
  }

  html.active-nav #mercury-page {
    right: 460px;
  }

  html.active-nav .head-overlay {
    z-index: 1;
  }

  .nav-main-container .nav-main-mobile-logo {
    background-color: unset;
    padding: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*********** logo uptc *************/
  .area-header.logo-left .col-head-info {
    padding-top: 0px;
  }
  /******** contenedor menu principal ****************/
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    background-size: 112px !important;
  }

  .nav-main-container {
    background-image: url("/sitio/portal/.content/imagenes/fondo_movil.jpg");
    background-size: cover;
  }
  .nav-main-container .nav-main-group {
    background-color: transparent;
  }
  /************* menu principal submenu  ********************/
  .nav-menu {
    min-width: 100%;
    position: relative;
    text-align: center;
    border: none;
    margin-top: 2px;
  }
  .ap-header .nav > li > a {
    background-color: unset;
    color: #000;
  }

  .ap-header .nav > li > a:hover {
    color: #fff;
    background: #00273e;
  }

  
  .nav-main-items li[aria-expanded=true]>a{
    color: white;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1013.99px) {
  /********** logo uptc *******************/
  .area-header.logo-left .col-head-logo {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /*menu principal */
  .col.col-head-info {
    height: 40px;
    margin-top: 30px;
  }
  /*.nav-menu {
    min-width: 100%;
    position: fixed;
    left: 0;
    text-align: center;
    margin-top: 10px;
  }*/

  .nav-toggle {
    top: 1px;
  }
  /*traductor */
  #google_translate_element img {
    display: none;
  }

  #google_translate_element span {
    color: black;
    font-size: 9.5px;
  }
}

/* resolución tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .area-header.logo-left .notfixed .col-head-logo {
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }

  /* se ajustan los contenedores al desplegar y ocultar el menu */
  .nav-menu {
    min-width: 100%;
    position: relative;
    text-align: center;
    text-align: center;
    border: none;
    margin-top: 2px;
    /* z-index: 1; */
  }

  /**************** menu gov, transparencia, participa, atencion ************/
  .contenedorImgGov img {
    width: 60%;
    height: auto;
    margin-left: 30%;
    /*margin-top: 5px;*/
  }

  .navDestacados li a {
    text-decoration: underline;
    text-decoration-color: #ffcc28;
  }
}

/***** resolucion que no superen los 768px*/
@media (max-width: 768px) {
  .col-head-info .nav-menu > li > a {
    background-color: rgba(6, 6, 6, 0.3);
  }

  /********* botón de subir *************/
  #topcontrol {
    /*margin-right: 25px;*/
    width: 20px;
    height: 20px;
  }
  #topcontrol::after {
    width: 20px;
    line-height: 25px;
  }
  /************** logo uptc ***************/
  .area-header.logo-left .col-head-logo {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0px;
  }
  /*******************  menu principal **************/
  .nav-main-items > li > a {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 10px;
  }
  .col.col-head-info {
    background-color: black;
    height: 35px;
    margin-top: 3%;
  }

  .area-header.logo-left .notfixed .col-head-logo {
    flex: 0 0 42.333333%;
    max-width: 38%;
    background-color: unset;
  }

  #nav-toggle-label {
    top: 55px;
    right: 20px;
  }

  .nav-main-items li[aria-expanded="true"] > a {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav-main-items li[aria-expanded="true"] > a:hover {
    background-color: rgb(255, 203, 40, 0.8);
    color: black;
  }

  .nav-main-items > li:hover {
    background-color: transparent;
  }

  .nav-main-items > li:hover {
    background-color: transparent;
  }
  /**************** menu hamburgueza ********************/
  #nav-toggle-label {
    top: 55px;
    right: 12px;
  }
  /* activador de menu hamburgueza */
  html.active-nav .area-header.logo-left .notfixed .col-head-logo {
    z-index: -1;
  }
  /* desplegable */
  .nav-main-container .nav-main-group {
    width: 80vw;
  }

  .nav-toggle.active span::before {
    top: 5px;
  }

  .nav-toggle.active span::after {
    bottom: -5px;
  }
  /*************** buscador ******************/
  .divSearch {
    z-index: 1;
  }
  /******* contenedores ******/
  .area-content {
    margin-top: 1%;
    z-index: 0;
  }
  /* tabla desplegable del buscador */
  table.gstl_51.gssb_c {
    left: 125px;
  }
  .navDestacados li {
    font-size: 0.8rem;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.99px) {
  /*********** boton de cerrar menu desplegable ***************/
  #nav-toggle-label {
    top: 55px;
    right: 12px;
  }

  .nav-toggle {
    top: -8px;
  }

  /******************** menu gov, tranparencia, participa, atención **********/
  .contenedorImgGov img {
    width: 70%;
    height: auto;
    margin-left: 15%;
  }

  .navDestacados {
    padding: 0;
    text-align: left;
  }

  .navDestacados li {
    margin-right: 3px;
    /*font-size: 11px;*/
  }

  .navDestacados li a {
    text-decoration: underline;
    text-decoration-color: #ffcc28;
  }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.99px) {
  /**************** menu principal *****************/
  .col.col-head-info {
    background-color: black;
  }
  /********* boton menu desplegable **************/
  #nav-toggle-label {
    top: 55px;
    right: 12px;
  }

  .nav-toggle {
    top: -10px;
  }
  /********************* menu gov. participa, atención, transparecia **********/
  .imgGov {
    min-height: 30px;
  }
  .contenedorImgGov img {
    width: 90%;
    height: auto;
    margin-left: 5%;
    /*margin-top: -15px;*/
  }

  .navDestacados {
    /*margin-top: 2.5%;*/
    padding: 0;
    text-align: left;
  }

  .navDestacados li {
    margin-right: 1px;
    /*font-size: 0.8rem;*/
  }

  .navDestacados li a {
    text-decoration: underline;
    text-decoration-color: #ffcc28;
  }
}

@media (min-width: 552px) {
  /**************** menu hamburgesa ****************************/
  .area-header.logo-left .col-head-logo .header-image {
    max-width: 100%;
    margin: auto;
  }

  table.gstl_51.gssb_c {
    left: 10px;
  }
}
