/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  font-family: sans-serif;
  font-size: 1em;
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

.brand {
  font-family: 'Montserrat', sans-serif;
  color: #f3ba2f
}

body {
  background-color: #003399;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-family: 'Montserrat', sans-serif;
  color: white;
  background-image: url("/img/fondo.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

.modal-background{
  background-color: #003399;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.modal-btn-border{
  border: 2px solid white;
  color: white;
}


p {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */


.figura {
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: white;
}

.transparent {
  background-color: transparent;
}
