@import url('https://fonts.googleapis.com/css?family=Montserrat|Nunito|Open+Sans|Raleway');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
  background-color: #002855;
  background-image: url('../img/bg-sitio-en-construccion-black.jpg');
  background-size: contain;
  
}

body,html{
  color: #fff !important;
  height: 100%;
}

img::selection{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}


h4{
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  /* letter-spacing: 1px; */
}

p{
  font-family: 'Montserrat', sans-serif;
  /*letter-spacing: 2px;*/
}

a.link{
  color: #fff;
}

a.link:hover {
  background: #151515;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 2px 2px rgba(33, 37, 41, 0.5);
  border-radius: 20px;
}

*::selection,p::selection {
    background: #151515;
    color: #fff;
    text-shadow: 2px 2px rgba(33, 37, 41, 0.5);
}

/* Firefox */
*::selection,p::-moz-selection {
    background: #5d3c3c;
    color: #fff;
    text-shadow: 2px 2px rgba(33, 37, 41, 0.5);
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}