/*
////////////////////////////////////////////////////////////
////////// NAVBAR
////////////////////////////////////////////////////////////
*/
.navbar {
  background: #cfe2ff;
  background: -webkit-linear-gradient(to top,  #cfe2ff, #cfe2ff);
  /* background: linear-gradient(to top, #2f80ed, #56ccf2); */
  /* background: linear-gradient(to bottom, #84CFED, #FFFFFF); */
  /* background: linear-gradient(to bottom, #cfe2ff, #cfe2ff); */
  /* background: linear-gradient(to bottom, #cfe2ff, #c4d9fa, #90bafd); */
  background: linear-gradient(to bottom, #cfe2ff, #cfe2ff);
}

.navbar-light .navbar-nav .nav-link {
  color: #005CA2;
  padding: 0 0 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #005CA2;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #414345;
}

.dropdown-item {
  font-size: 0.8rem;
  padding: 0.1rem 0.8rem;
}

.logo-dgr-size {
  width: 600px; /* Default width */
}

@media (max-width: 768px) {
  .logo-dgr-size {
      width: 100%; /* Change to 100% width for smaller screens */
      max-width: 300px; /* Optional: Set a max width */
  }
}

@media (max-width: 480px) {
  .logo-dgr-size {
      max-width: 300px; /* Optional: Set a smaller max width for very small screens */
  }
}


/*
////////////////////////////////////////////////////////////
////////// BLOQUES DE ACCESO RAPIDO
////////////////////////////////////////////////////////////
*/
.bloque-azul {
  background: #005CA2; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #005CA2,
    #005CA2 
  ); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(
    to top,
    #05186e,
    #005CA2     
  );  */
  background: linear-gradient(
    to top,
    #005CA2,
    #005CA2     

    
  );

  
}
.contenedores-mas-usados {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
}
.boton_mas_usados {
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  padding-left: 45px;
  text-align: left;
}
.contenedores-mas-usados svg {
  position: absolute;
}
/*
////////////////////////////////////////////////////////////
////////// Sidebar
////////////////////////////////////////////////////////////
*/
.banner-rentas {
  margin: 5px 0 5px 0;
}
.banner-rentas img {
  border-radius: 5px;
}
/*
////////////////////////////////////////////////////////////
////////// NOTICIAS
////////////////////////////////////////////////////////////
*/
.noticias_cortas {
  width: 100%;
  min-height: 136px;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 15px;
}
.noticias_cortas .post_thumb {
  /*width: 180px;
  float: left;*/
}
.noticias_cortas .post_thumb img {
  width: 170px;
  border-radius: 15px;
}

.noticias_cortas .post_content {
  /*margin-left: 200px;
  float: left;*/
}

.title_noticias_cortas {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.noticias_cortas_content {
  font-size: 14px;
  /*text-align:justify;*/
}

.title_noticias_cortas a {
  text-decoration: none;
  color: #000;
}

/**/
.paginasnoticias {
  width: 100%;
  display: flex;
  justify-content: center;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

ul.pagination li a.active {
  background-color: #45b1e1;
  color: white;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}
/*
////////////////////////////////////////////////////////////
////////// BOTONES FORMULARIOS DE PAGO
////////////////////////////////////////////////////////////
*/
.tile {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  height: 180px;
  border-radius: 10px;
}

.tile a {
  text-decoration: none;
  color: #fff;
}

.tile .title {
  margin-top: 0px;
  font-size: 22px;
}

.tile.purple,
.tile.blue,
.tile.red,
.tile.orange,
.tile.green {
  color: #fff;
}

.tile.purple {
  background: #5133ab;
}

.tile.purple:hover {
  background: #3e2784;
}

.tile.red {
  background: #ac193d;
}

.tile.red:hover {
  background: #7f132d;
}

.tile.green {
  background: #00a600;
}

.tile.green:hover {
  background: #007300;
}

.tile.blue {
  background: #2672ec;
}

.tile.blue:hover {
  background: #125acd;
}

.tile.orange {
  background: #dc572e;
}

.tile.orange:hover {
  background: #b8431f;
}
/*
////////////////////////////////////////////////////////////
//////////FOOTER
////////////////////////////////////////////////////////////
*/
.footer {
  background: #232526; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #414345,
    #232526
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #414345,
    #232526
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 50px;
}
.footer a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.subfooter {
  background: #cfe2ff;
  background: -webkit-linear-gradient(to top, #cfe2ff, #cfe2ff);
  /* background: linear-gradient(to top, #2f80ed, #56ccf2); */
  background: linear-gradient(to top,  #cfe2ff, #cfe2ff);
  
  color: #000;
  font-size: 11px;
  text-align: center;
  padding: 30px;
}
.logo_footer {
  margin: 10px;
}
.pie {
  color: #fff;
  /*text-align: center;*/
  line-height: 1;
  margin-bottom: 10px;
}
/*
.pie li a:link,
li a:visited {
  color: white;
  text-decoration: none;
  font-size: 12px;
}*/
/*
////////////////////////////////////////////////////////////
////////// MODAL 
////////////////////////////////////////////////////////////
*/
.modal-confirm {
  color: #636363;
  /*width: 100%;*/
  font-size: 14px;
}
.modal-confirm .modal-content {
  padding: 10px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #425796;
  background: -webkit-linear-gradient(to top, #2f80ed, #56ccf2);
  background: linear-gradient(to top, #2f80ed, #56ccf2);
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
  max-width: 50%;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #425796;
  background: -webkit-linear-gradient(to top, #2f80ed, #56ccf2);
  background: linear-gradient(to top, #2f80ed, #56ccf2);
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #56ccf2;
  outline: none;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/*///////////////////////////////////////////////////////////
////////// MEDIA QUERYS
////////////////////////////////////////////////////////////
*/
/* ========================================================================= 
 Escritorios muy grandes
------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar {
    height: 50;
  }
}

/* Tablets en horizonal y escritorios normales
------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
}

/* Móviles en horizontal o tablets en vertical
------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .modal-confirm.modal-dialog {
    margin-top: 80px;
    max-width: 100%;
  }
}

/* Móviles en vertical
------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .dropdown-menu {
    width: 100%;
  }
}

