html, body { 
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
}

* {
  box-sizing: border-box;
}

h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.75rem;
  color: #666;
}
h2 {
  
}
h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #009DF4;
}
h4 {
  font-size: 1.063rem;
  font-weight: 700;
  color: #004279;
}
h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #004279;
}

a {
  color: #009DF4;
}

.btn-link {
  color: #4ABDAC;
  font-weight: 700;
}
.btn-link:hover {
  color: #2B6E64;
}
#btn-buscar {
  cursor: pointer;
}

/* GENERAL ****************************************************************************/

/* Contenedor principal */
.main-container {
  margin-top: 170px;
  min-height: 700px;
}

/* Header *********************************/
header {
  position: fixed;
  top: 0;
  padding: 0 !IMPORTANT; 
  background-color: #FFF;
  height: 120px;
  z-index: 50;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
#nav-belt, #nav-search {
  height: 70px; 
  line-height: 70px; 
  background-color: #213687; 
  color: #FFF; 
  text-align: right; 
  padding-right: 20px;
  font-size: 0.75rem;
  font-weight: 300;
}
#nav-belt > div {
  float: right;
}
#nav-belt > div > div {
  float: left;
  margin: 0 10px;
}
#nav-belt .circle-icon {
  color: #213687;
  background: #FFFFFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px;
  /*padding: 30px;*/
}
#nav-belt a, #nav-search a {
  color: #FFF;
  text-decoration: none;
}

#nav-search {
  position:fixed; 
  top:-70px; 
  z-index:1000; 
  width:100%;
  transition: all .2s ease-out;
}
#btn-opensearch {
  cursor: pointer;
}
#btn-closesearch {
  float: right; 
  width:50px; 
  cursor:pointer;
}
#form-search {
  margin-right: 50px; 
  width:calc(100% - 50px);
}
#form-search > div {
  float:right; 
  width:100%;
}
#form-search-input {
  width:80%; 
  max-width:500px; 
  height:36px; 
  margin-right:20px; 
  border-radius:18px; 
  border:1px solid;
}
#btn-search {
  cursor: pointer;
}

#nav-main {
  background-color: #FBFBFB;
}
#nav-main .logo {
  margin-top: 20px;
  margin-left: 20px;
}

/* titulos de interiores */
.page_title {
  width: 100%; 
  text-align: center;
}
.page_title h5 {
  text-transform: uppercase; 
  color:#999; 
  font-weight: 400;
}
#logo-responsive {
  display: none;
}

/* hr custom */
.hr-div {
  width: 100%; 
  height: 3px; 
  margin: 8px 0;
}
.hr-div div:first-child {
  width: 50px; 
  height: 3px; 
  float: left;
}
.hr-div div:nth-child(2) {
  width: calc(100% - 50px); 
  height: 1px; 
  margin-top: 1px; 
  float: left; 
}

/* links */
#links {
  display: flex;
  justify-content: space-between;
}

/* spaced list */
ul.spaced > li, ol.spaced > li {
  margin-bottom: 15px;
}

/* icon-list */
ul.icon_list {
  list-style: none;
  padding: 0;
}
ul.icon_list > li {
  padding-left: 1.3em;
}
ul.icon_list > li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-weight: 900;
}
ul.icon_list > li.map_marker:before {
  content: "\f3c5"; /* FontAwesome Unicode */
  font-weight: 900;
}
ul.icon_list > li.clock:before {
  content: "\f017"; /* FontAwesome Unicode */
  font-weight: 900;
}
ul.icon_list > li.phone:before {
  content: "\f095"; /* FontAwesome Unicode */
  font-weight: 900;
}
ul.icon_list > li.email:before {
  content: "\f0e0"; /* FontAwesome Unicode */
  font-weight: 900;
}

table.simple_table {
  border: 1px solid #CCC;
}
table.simple_table td {
  border: 1px solid #CCC;
  padding: 5px 6px;
}
table.simple_table thead {
  font-weight: 600;
  background-color: #EEE;
}
table.simple_table tfoot {
  font-weight: 600;
  background-color: #EEE;
}

/* bread crums */
.breadcrums {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0 10px;
  font-weight: 700;
  color: #999;
}
.breadcrums i {
  font-size: 0.75rem;
}

/* bootstrap custom */
.btn {
  border-radius: 0;
}
.page-item.active .page-link {
  background-color: #009BDB;
  border-color: #009BDB;
}
/* datatable */
#dtable th {
  line-height:1.2rem;
}

/* MENU **************************************************************/
.main-menu li {
  font-weight: 400;
  font-size: 1rem; /* 14px */
}
.main-menu nav > ul {
	margin: 0;
}
.main-menu nav > ul > li {
  list-style: none;
	display: inline-block;
	position: relative;
	padding: 15px 0;
}
.main-menu nav > ul > li:last-child a {
  padding-right: 10px;
}
.main-menu nav > ul > li > a {
	color: #08338B;
	display: block;
	padding: 0 12px;
	transition: all 0.3s ease 0s;
	background:transparent;
	line-height: 1;
}
.main-menu nav > ul > li {
	padding: 42px 0;
}
.main-menu nav > ul > li:hover {
  background: #F6F8FC;
}
.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a,
#fixed-header .main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {
  color:#0D7ACF; 
  text-decoration: none;
}
/* sub-menu */
.main-menu nav > ul  > li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 90%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9;
  padding-left: 0;
}
.main-menu nav > ul  > li:hover .sub-menu{
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu nav > ul  > li .sub-menu li{
  display:block;
  text-align: left;
}
.main-menu nav > ul > li .sub-menu li a {
	display: block;
	color: #666;
	margin: 0;
	padding: 8px 20px;
  text-decoration: none;
}
.main-menu nav > ul  > li:hover > .sub-menu li > a:hover{
  color:#fff;
  background:#0D7ACF;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
.main-menu .only_responsive {
  display: none;
}

#fixed-header .main-menu nav > ul > li > a {
  color: #000;
}
#fixed-header .main-menu nav > ul > li.active > a {
  color:#00B7FF;
}


/* Slick ******************************************/
.slick {
  z-index: 9;
  margin-top: 170px;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, .8);
  font-size: 2rem;
  cursor: pointer;
  transition: all .5s linear;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:hover {
  color: rgba(255, 255, 255, 1);
}
.slick-prev1 {
  left: 50px;
  z-index: 12
}
.slick-next1 {
  right: 50px;
}

.slide {
  height: 540px;
  background-position: top center;
  background-size: cover;
}
.slide_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 860px;
  transform: translateX(-50%) translateY(-50%);
}
.slide_card {
  width: 375px;
  margin-left: 0;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  background-color: rgba(0, 48, 135, .7);
  background-blend-mode: multiply;
  padding: 20px 35px;
}
.slide_title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.2rem;
}

/* Footer */
footer {
  background-color: #303030; 
  color: #979797; 
  margin-top: 20px; 
  padding: 30px 0;
  font-size: 0.75rem;
}
footer h4 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
footer .fab {
  font-size: 1.6rem;
  margin-right: 20px;
}

/* HOME *********************************************************************************/

#zona-usuarios-content {
  padding-left: 5px; 
  padding-right: 5px;
}

#zona-usuarios-content .zu_item {
  height: 160px; 
  padding: 0 10px; 
  text-align: center; 
  margin-bottom: 25px;
}

#zona-usuarios-content .zu_item > a {
  text-decoration: none;
}

#zona-usuarios-content .zu_item > a > div {
  background-color: #F5F5F5; 
  height: 100%; 
  padding-top: 35px;
  color: #666;
  line-height: 1.2rem;
}
#zona-usuarios-content .icom {
  font-size: 3.5rem; 
  color: #009EF7;
}

.banners {
  max-width: 950px; 
  margin: -60px auto; 
  position: relative; 
  z-index: 10;
}
.banners > div {
  width: 50%; 
  float: left; 
}
.banners > div:first-child {
  padding-right: 2px;
}

.news_item {
  float: left; 
  width: 261px; 
  margin-left:11px; 
  margin-right: 11px;
}
.news_info {
  background-color: #EEE;
}
.news_text {
  height: 230px; 
  font-size: 0.875rem; 
  padding: 15px;
  color: #666666;
}
.news_text_date {
  color: #009EF7;
}
.news_text_title {
  color: #2A497D; 
  font-weight: 600;
}
.news_more {
  width: 100%; 
  text-align: center;
}
.news_more a {
  text-decoration: none;
}
.news_more a > div {
  background-color: #666; 
  width: 100px; 
  height: 34px; 
  line-height: 34px; 
  margin: -17px auto; 
  color: #FFF; 
  text-transform: uppercase; 
  font-size: 0.75rem;
  transition: all .2s linear;
}
.news_more a > div:hover {
  background-color: #009BDB;
}

.calendar_item {
  margin-top: 20px;
}
.calendar_date {
  width: 48px; 
  float: left; 
}
.calendar_date_day {
  background-color: #F5F5F5; 
  color: #666666; 
  width: 100%; 
  height: 42px; 
  line-height: 42px; 
  text-align: center; 
  font-weight: 700; 
  font-size: 1.375rem;
}
.calendar_date_month {
  background-color: #C2171B; 
  color: #FFF; 
  width: 100%; 
  height: 22px; 
  line-height: 22px; 
  text-align: center; 
  font-size: 0.75rem;
  text-transform: uppercase;
}
.calendar_text {
  width: calc(100% - 48px); 
  float: left; 
  padding: 0 20px; 
  font-weight: 600; 
  font-size: 0.875rem;
  color: #666; 
}
.calendar_text a {
  color: #666; 
  text-decoration: none;
}


/* INTERIORES *********************************************************************************/

/* Sidemenu *****************************************/
#sidemenu {
  font-size: 0.875rem;
}

#sidemenu .title_menu {
  text-transform: uppercase; 
  font-weight: 700; 
  border-bottom: 3px solid #0DA2F5; 
  padding: 0 10px;
}

#sidemenu > ul {
  list-style-type: none; 
  padding: 0;
}

#sidemenu > ul > li {
  padding: 12px 10px; 
  border-bottom: 1px solid #ECECEC; 
  background-color: #F6F6F6;
}

#sidemenu > ul > li a {
  color: #666;
}

#sidemenu > ul > li.active {
  background-color: #FFF;
  color: #009DF4;
}

#sidemenu > ul > li.active a {
  color: #009DF4;
}

#sidemenu > ul > li.submenu {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FFF;
}

/* Junta de acreedores ***********************/
#acreedores-container img, #directores-container img {
  width: 250px; 
  height: auto; 
  margin-bottom: 20px;
}
#acreedores-container strong{
  text-transform: uppercase;
}

#directorio-container h4{
  text-transform: uppercase;
}

/* Noticias **********************************/
#noticias .news_img {
  width: 100%; 
  height: 240px; 
  background-size: cover;
}
#noticias .news_text {
  height: 180px; 
  font-size: 0.875rem; 
  padding: 15px;
  color: #666666;
}
#noticias .news_info {
  margin-bottom: 20px;
}
#news-container a:hover {
  text-decoration: none;
}
#noticia #image-container {
  max-width: 50%;
}
#noticia #image-container img {
  margin-right: 20px;
  margin-bottom: 10px;
}


/* Material educativo **********************************/
#galeria-material .material_img {
  width: 100%; 
  height: 200px; 
  background-size: cover;
}
#galeria-material .material_text {
  padding: 15px;
  color: #009DF4;
}
#galeria-material .material_text_date {
  color: #333;
}

/* Cuentanos tu experiencia *************************************/
.dlk-radio > .btn {
  color: #000;
  font-size: 1.2rem;
}
.dlk-radio input[type="radio"],
.dlk-radio input[type="checkbox"] {
  margin-left:-99999px;
  display:none;
}
.dlk-radio input[type="radio"] + .far ,
.dlk-radio input[type="checkbox"] + .far {
     opacity:0.15
}
.dlk-radio input[type="radio"]:checked + .far,
.dlk-radio input[type="checkbox"]:checked + .far{
    opacity:1
}