/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/* PORTADA */

.logo-portada {
  margin-bottom: 50px!important;
}

#logo-portada {
  text-decoration: none;
  color: revert-layer;
}


@media (max-width: 600px) {
    .mapheader{
        /* display: table; /* keep the background color wrapped tight */ */
        /*margin: 0px auto 0px auto;  keep the table centered */
        padding:5px;
        margin-left: 0;
        color: black;
        background-color:rgba(212,0,0,0.2);
        font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
        position: fixed;
        bottom: 10px;
        z-index: 500!important;
    }
    .py-5.bloque-principal {
	padding-top: 0.5rem!important;
	padding-bottom: 1rem !important;
  }
  .logo-portada, .logo-autoridades {
  	max-width:85%;
  }
}

/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
