/******************************************************************************/
/* Dic 23 - 2025*/
/**************************************************************************************************************/
/*********************************    Header Ajustes ***********************************************************/
/**************************************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

#navbar-top{
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.region-top-header {
  background-color: #0943b5;
  padding: 5px 2rem;
}
/******************************************************/
.block-view-logo-govco {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.block-view-logo-govco img{
  height: 35px;
}
/*****************************************************/
.navbar-form{
  width: 100%;
}

.region-top-header-form { 
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
/******************************************************/
.block-view-logos-sen-y-dane {
  width: 50%;
  padding: 2rem 0;
  margin-left: 1rem;
}

.block-view-logos-sen-y-dane img {
  width: 160px !important;
  height: auto !important;
  margin-left: 7px;
}


/***********/
/* Formulario de busqueda*/
/***********/

.block-search-form{
  position: absolute;
  right: 0;
  width: 35%;
  display: block !important;
}

header #search-block-form {
  padding: 0 !important;
  flex-flow: row;
  width: 100%;
  position: relative;
}

.block-search-form form > div {
  margin-bottom: 0 !important; 
}

.block-search-form input {
  background-color: #fff !important;
  color: #4c4c4c !important;
  border: 1px solid #0943b5;
  font-weight: 300;
  border-radius: 30px;
  outline: none;
  height: 40px;
  padding-right: 60px;
  width: 100%;
}

.block-search-form input:focus {
  outline: none;
  border: 2px solid #0943b5;
  box-shadow: none;
}

.block-search-form button {
  position: absolute;
  background-color: #0943b5 !important;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  color: transparent;
  border-radius: 100%;
  top: 4px;
  right: 5px;
  display: block;
}

.block-search-form button:hover {
  opacity: 0.75;
  color: transparent;
}

.block-search-form button::after {
  content: "";
  background-image: url(http://www.sen.gov.co/sites/default/files/2025-12/lupa.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

/*********************************/

.block-view-banner-general img{ height: 40vh; }

/******************************************************/

#navbar-main{
  height: auto;
}

.menu--main {
  justify-content: center;
  padding-right: 40px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.menu--main .navbar-nav > .nav-item {
  margin: 0 0.5rem;
  max-width: 250px;
  align-self: center;
}

.menu--main .navbar-nav > .nav-item .nav-link { font-size: 1rem; line-height: 1.2rem; }

/**************************************************************************************************************/
/*********************************    Carrousel Home ***********************************************************/
/**************************************************************************************************************/

.block-view-slide-home .skin-default {
  position: relative;
  width: 100%;
  height: 74vh !important;;
}

/**************************************************************************************************************/
/*********************************    Footer Gov Co ***********************************************************/
/**************************************************************************************************************/
.site-footer { background-color: #0943b5; }
.block-footer-govco{ font-family: "Nunito Sans", sans-serif; font-weight: 600; }

.block-footer-govco h6 { font-size: 1.2rem; color: #fff !important; font-weight: bold; }
.block-footer-govco p{ font-size: 0.825rem; color: #fff !important;}
.block-footer-govco a{ color: #fff !important; transition: 0.4s all; }
.block-footer-govco a:hover{ font-weight: 900; }

.block-footer-govco #panel-uno{ text-align: center; }

.block-footer-govco #panel-uno img.logo-govco {
  width: 120px;
  height: 35px;
  object-fit: contain
}

.block-footer-govco #panel-uno img.logo-marca { 
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}

.block-footer-govco #panel-dos {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 30px;
}

.block-footer-govco .redes {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
  justify-content: space-between;
}

.block-footer-govco .redes li{ margin-top: 10px; margin-right: 10px;}


.block-footer-govco .redes li a{ display: flex; align-items: center; color: #fff; }

.block-footer-govco .redes li a .icon-sn {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 8px;
}
.block-footer-govco .redes li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(16%) sepia(60%) saturate(4500%) hue-rotate(218deg) brightness(93%) contrast(96%);
}

@media (max-width: 1199.98px) { 
  .menu--main .navbar-nav > .nav-item { margin: 0 0rem; }
  .menu--main .navbar-nav > .nav-item .nav-link { font-size: 0.9rem; }
}

@media (max-width: 992px) { 
  .block-view-logo-govco { width: 100%; display: flex; justify-content: center;}
  .region-top-header-form { width: 100%; }
  .block-search-form{ left: auto; width: 40%; margin: 0; padding-right: 1rem;}
  .block-view-logos-sen-y-dane img { margin-left: 0 !important; }
  #navbar-main button[data-target="#CollapsingNavbar"] { font-size: 1.2rem; margin-left: 5px; }
  
  /***************************************************************/
  /***************************************************************/
  .block-footer-govco{ width: 90%; left: 5%; }
  .block-footer-govco #panel-uno{ text-align: left; }
  .block-footer-govco #panel-dos{
    border-right: none;
    border-left: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    margin: 30px 0px;
  }
}

@media (max-width: 575.98px) { 
  .block-view-logos-sen-y-dane { width: 100%; margin-left: 0; display: flex; justify-content: center; }
  .block-search-form{ 
    display: none !important; 
  } 
}