html {
  position: relative;
  min-height: 100%; 
}
body {
  padding-top: 0px;
  color: #34495e;
  background: #F1F1F1;
  font-weight: 350;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  color: #34495e;
}
a:hover,
a:focus {
  color: #d9534f;
  text-decoration: none;
  outline: none;
}
body > section {
  padding: 0px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C3C3C3;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C3C3C3;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #C3C3C3;
}
.center {
  text-align: center;
}
.contenido {
  background-color: #fff;
  min-height: 425px;
  padding-top: 14px;
}
.contenido .card-header, .card-footer {
  font-weight: 350;
}
.principal {
  margin-top: 6rem;
  margin-left: 44px;
  margin-bottom: 1.5rem;
  background-image: url(../images/principal.png);
  opacity: 0.2;
  height: 100%; 
  background-repeat: no-repeat;
  background-position: left;
}

.listado {
  margin-bottom: 35px;
}
.navbar-nav .nav-item .nav-link {
  cursor: pointer;
}
input[type=file].oculto {
  color: transparent;
}
#footer-admin {
  padding-top: 28px;
  padding-bottom: 28px;
  color: #bdc3c7;
}

#title {
  margin-top: 4.4rem; 
  padding-left: 25px;
  height: 3.1rem;
  background-color: #EAEFF4;
}

#title h1 {
  padding: 0.55rem;
  font-size: 23px;
  font-weight: 400;
}

.celeste {
  border-bottom: 0.14em solid #B0E8FE;
}

.verde {
  border-bottom: 0.14em solid #BEF0C4;
}

.naranja {
  border-bottom: 0.14em solid #FFE6C1;
}
.violeta {
  border-bottom: 0.14em solid #E2C2EC;
}

.link-resaltado {
  color: #008600;
  border-bottom: 1px dashed;
}

.link-resaltado-rojo {
  color: #DD0451;
  border-bottom: 1px dashed;
}

.link-resaltado-azul {
  color: #4004CA;
  border-bottom: 1px dashed;
  font-weight: 300;
}

#contenido img {
  max-width: 100%;
}
#contenido p {
  font-size: 1.1rem;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:75%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#meet-the-team .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
.img-thumbnail {
  border: 0;
}
.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
}
.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

/*
  ------------------------------------------------------------
    Panel de navegacion superior y menu principal
  ------------------------------------------------------------ 
*/
.navbar {
  border: none;
  padding: 6px;
  font-size: 15px;
  font-weight: 400;
  /* background-color: #34495e; */
  background-color: #3F4F9C;
}
.navbar .nav-item {
  margin: 10px;
}
.navbar-brand {
  margin-left: 10px;
}
@media (min-width: 576px) {
  .navbar-brand {
    margin-left: 25px;
  }
}
.navbar .collapse {
  margin-right: 25px;
}
.navbar .collapse .navbar-nav > li > a {
  border-radius: 4px;
  color: #d9dcdf;
}
.navbar .collapse .navbar-nav > li > a:hover {
  color: #ffffff;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  background-color: #313D78;
}
.dropdown-menu {
  background-color: #313D78;
  margin-top: -1px;
}
.dropdown-item {
  color: #bdc3c7;
}
.dropdown-item:hover {
  color: #bdc3c7;
  background-color: #1f2b38;
}
.dropdown > a:focus {
  background-color: #313D78;
}

/*
  ------------------------------------------------------------
    Pie de pagina
  ------------------------------------------------------------ 
*/
#bottom {
  color: #bdc3c7;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
#bottom .media-heading {
  display: block;
  font-weight: 400;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #bdc3c7;
}
#footer a {
  color: #bdc3c7;
}
#footer a:hover {
  color: #fff;
}
#footer .tenue a {
  color: #3E5870;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin: 5px;
}
#gototop {
  padding: 10px;
  background-color: #354B60;
  border-radius: 5px;
}

/*
  ------------------------------------------------------------
    Colores
  ------------------------------------------------------------ 
*/
.cab-tabla {
  color: #D9DCDF;
  background-color: #46637E;
}
.wet-asphalt {
  background-color: #34495e;
}
.midnight-blue {
  background-color: #2c3e50;
}
.esmerald {
  background-color: #3AC072;
}
.wet-asphalt,
.midnight-blue,
.esmerald {
  color: #fff;
}
.wet-asphalt,
.midnight-blue,
.esmerald h1 {
  color: #fff;
}
.wet-asphalt,
.midnight-blue,
.esmerald h2 {
  color: #fff;
}
.wet-asphalt,
.midnight-blue,
.esmerald small {
  color: rgba(255, 255, 255, 0.8);
}
.wet-asphalt a:not(.btn) {
  color: #bdc3c7;
}
.wet-asphalt a:not(.btn):hover {
  color: #fff;
}

/*
  ------------------------------------------------------------
    Página de ingreso
  ------------------------------------------------------------ 
*/
.bk-login {
  background-image: url(../images/fondo.jpg);
  opacity: 0.95;
  height: 100%; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: #E1E1E1;
}

.link-login {
  font-size: 14px;
}

.link-login a {
  font-size: 14px;
  color: #46A0DB;  
}

.card-login {
  margin-top: 80px;
  max-width: 22rem; }

.card-register {
  margin-top: 80px;
  max-width: 55rem; }

.card-vencida {
  margin-top: 40px;
  max-width: 30rem; }

.card-actdatos {
    margin-top: 0px;
    max-width: 145rem; }

footer.sticky-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-color: #e9ecef;
  line-height: 55px; }

@media (min-width: 992px) {
    footer.sticky-footer {
      width: calc(100% - 250px); } }

@media (min-width: 992px) {
  body.sidenav-toggled footer.sticky-footer {
    width: calc(100% - 55px); } }

.logo-web {
  color: #FF9900;
  padding-left: 13px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1.1pt;
  text-align: left;
}
.usuario {
  margin-right: 0px;
  color: #24F8A2;
}
.imagen_rss {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 200px;
}

/*
  ------------------------------------------------------------
    Manejo de íconos
  ------------------------------------------------------------ 
*/
#container {
  position: relative
}

#nested {
  position: absolute;
  top: -6px;
  left: -5px;
  font-size: 170%;
  color: rgba(217, 83, 79, 0.6);
}

/*
  ------------------------------------------------------------
    Tablas
  ------------------------------------------------------------ 
*/
.table thead > tr > th { 
  font-weight: 500;
  border-top: 0.14em solid #E7AB73; 
  border-bottom: 0.14em solid #E7AB73; 
  padding: 0.2em;
}

.table tbody > tr > td { 
  padding: 0.3em;
  font-size: 0.95em;
}

.icono-accion { 
  margin-top: 0.1em;
  font-size: 1.4em;
}

/*
  ------------------------------------------------------------
    Noticias en la página principal
  ------------------------------------------------------------ 
*/
#tramites {
  background-image: url(../images/fondo_tramites.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 25px 0px;
  margin-top: 80px;
  color: #fff;
}
#tramites h1 {
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
  color: #fff;
  margin-left: 18px;
}
#tramites h3 {
  font-size: 18px;
  font-weight: 300;
  color: #E5E5E5;
  text-shadow: 0 0 5px #000;
  color: #fff;
}
#tramites a {
  font-weight: 550;
  background-color: #3F4F9C;
}

.titulo_novedades {
  color: #3F4F9C;
  text-shadow: -1px -3px 8px rgb(0 0 0 / 30%);
  margin: 0px 0px 5px 15px;
  font-family: "Raleway", Sans-serif;
  font-size: 36px;
  font-weight: 900;
}

#contenido-principal {
  margin-top: 60px;
}

#contenido-principal a:hover, a:focus {
  color: #34495e;
}
.principal-vacio {
  margin-top: 6rem;
  margin-left: 44px;
  margin-bottom: 1.5rem;
  background-image: url(../images/principal2.png);
  height: 100%; 
  background-repeat: no-repeat;
  background-position: left;
}
.principal-aviso {
  margin-top: 50px;
  margin-left: 5px;
  margin-bottom: 4rem;
  min-height: 523px;
}
.principal-noticias {
  margin: 0px 0px 30px 0px;
  padding-top: 0rem;
  min-height: 523px;
}
.noticia {
  border: 0px;
}
/* titulo */
.noticia h5 {
  font-size: 17px;
  font-weight: 700;
}

/* texto de la noticia */
.noticia .card-text, .noticia .card-footer  {
  font-weight: 400;
  font-size: 15px;
}
.noticia a:hover {
  color: #34495e;
}

/* card deck */
@media (min-width: 576px) {
  .card-deck .card {
    min-width: 95%;
  }  
}
@media (min-width: 768px) {
    .card-deck .card {
    min-width: 40%;
  }
}
@media (min-width: 992px) {
  .card-deck .card {
    min-width: 29%;
  }  
}