body {
  font-size: .875rem; }

body > .container {
  padding: 60px 15px 0; }

.feather {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom; }
  .feather.mobile-close {
    color: white;
    /* background-color: red; */
    padding: 8px;
    font-size: 2rem;
    width: 48px;
    height: 48px;
    vertical-align: middle; }

.text-blue-dark {
  color: #18203b; }

.bd-navbar {
  min-height: 4rem;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0.1rem 0.2rem #18203b !important;
  box-shadow: 0 0.1rem 0.2rem #18203b !important;
  top: 0; }

/*
 * Sidebar
 */
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  z-index: 1000;
  height: 100vh;
  padding: 10rem 20px 0px;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #18203b !important;
  background-image: url(../images/fondo_menu1.gif);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.sidebar-sticky {
  position: relative;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky; } }

.sidebar .nav-link {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #fff; }

.sidebar .nav-link.active {
  color: #fff;
  border-bottom: 1px solid gold; }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit; }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase; }

.sidebar .is-submenu > li > a {
  color: #364c66;
  text-transform: uppercase; }

/*
 * Content
 */
[role="main"]:not(.home-section) {
  padding-top: 0%;
  /* display: flex; */
  /* Space for fixed navbar */
  height: 100%;
  margin-top: 7rem; }

html, body {
  height: 100%; }

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media (max-width: 767.98px) {
  .carousel-item {
    height: 100%;
    min-height: 300px; } }

@media (max-width: 767.98px) {
  .home-section {
    height: 94vh;
    background-color: #fff; }
    .home-section .home-slider {
      height: auto; }
  .col-lg-carousel {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    max-width: 130px; }
    .navbar-brand > img {
      width: 100% !important; } }

/*
 * Navbar
 */
.navbar-nav .nav-item {
  color: red; }
  .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #818182 !important; }

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem; }
  .navbar-brand > img {
    width: auto;
    max-width: 250px; }

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0; }

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

.form-control-dark:focus {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

/* mobile sidebar */
.sidebar-nav {
  display: none; }

@media (max-width: 767.98px) {
  .mobile-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1030;
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .mobile-overlay.active {
      display: block; }
  .sidebar-nav {
    position: fixed;
    height: 100vh;
    display: block;
    top: 0;
    left: 0;
    background-color: #1d2124;
    width: 270px;
    z-index: 1040;
    margin-top: 0;
    padding: 20px 20px;
    background-color: #18203b !important;
    background-image: url("../images/fondo_menu1.gif");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: -270px; }
    .sidebar-nav.active {
      left: 0px; }
    .sidebar-nav > .inner-sidebar-nav .navbar-brand > img {
      width: 100%; }
    .sidebar-nav > .inner-sidebar-nav .nav-link {
      font-weight: 500;
      color: #fff;
      text-transform: uppercase; } }

.card-items-border {
  border-bottom: 2px solid #b4822c !important;
  border-radius: 0px;
  font-size: 1rem !important; }

.is-border-yellow {
  border-color: #b4822c !important; }

.is-header-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 80px; }
  @media (max-width: 767.98px) {
    .is-header-bg {
      background-size: 100% auto; } }
  .is-header-bg.is-jumbo-content {
    margin-top: 0px;
    border-radius: 0px;
    min-height: 250px; }
    @media (max-width: 767.98px) {
      .is-header-bg.is-jumbo-content.is-jumbo-content {
        margin-top: 0px;
        border-radius: 0px;
        min-height: 92px; } }
    .is-header-bg.is-jumbo-content.is-contact-content {
      color: #fff !important;
      margin-top: 0rem; }
  .is-header-bg.bg-identidad {
    background-image: url("../images/identidad.jpg"); }
  .is-header-bg.bg-disponibilidad {
    background-image: url("../images/slide/home1.jpg"); }
  .is-header-bg.bg-interes {
    background-image: url("../images/sitios_interes.jpg"); }
  .is-header-bg.bg-informativos {
    background-image: url("../images/informativo_vencim.jpg"); }
  .is-header-bg.bg-contacto {
    background-image: url("../images/contacto.jpg"); }
	  .is-header-bg.bg-canal {
    background-image: url("../images/canalyoutube.png"); }

.is-address {
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none; }
  .is-address > a {
    color: #fff;
    font-weight: 500; }

.bg-card-grey {
  background-color: #ccc !important; }

.bg-card-lightgrey {
  background-color: #e9ecef !important; }

.is-checklist {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom; }

.is-card-service {
  background-color: red;
  position: relative;
  background-image: url("../images/serv_comercio.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 37vh;
  z-index: 2;
  border-radius: 1rem !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .is-card-service > div {
    z-index: 2;
    position: absolute;
    width: 100%; }
    .is-card-service > div .card-title {
      color: #fff !important; }
  .is-card-service:before {
    position: absolute;
    border-radius: 1rem !important;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background-color: rgba(20, 22, 43, 0.5);
    z-index: 1; }
  .is-card-service::hover {
    background-color: #14162b; }
  .is-card-service.is-service-comercio {
    background-image: url("../images/area_agricola.png"); }
  .is-card-service.is-service-construccion {
    background-image: url("../images/area_construccion.png"); }
  .is-card-service.is-service-gubernamental {
    background-image: url("../images/area_gubernamental.png"); }
  .is-card-service.is-service-personas {
    background-image: url("../images/area_personas.png"); }
  .is-card-service.is-service-transporte {
    background-image: url("../images/area_transporte.png"); }
  .is-card-service.is-service-agricola {
    background-image: url("../images/serv_agricola.jpg"); }
  .is-card-service.is-service-tecnol {
    background-image: url("../images/area_tecnologia.png"); }
  .is-card-service.is-service-inversiones {
    background-image: url("../images/area_inversiones.png"); }
  .is-card-service.is-service-pyme {
    background-image: url("../images/area_pyme.png"); }
  .is-card-service.is-service-inmobiliario {
    background-image: url("../images/serv_inmobiliario.jpg"); }

.is-navbar-footer-service li > a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #14162C;
  font-weight: 600; }
  .is-navbar-footer-service li > a.border-right {
    border-right: 2px solid #b4822c !important; }
