/*Negro principal*/
/*Rojo principal*/
/*Gris principal*/
/*Blanco principal*/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: black;
  background: linear-gradient(180deg, #434343 7%, black 100%);
  background: -webkit-linear-gradient(360deg, #1C1C1C 10%, #494949 360%);
  background: -moz-linear-gradient(360deg, #1C1C1C 10%, #494949 360%);
  background: linear-gradient(360deg, #1C1C1C 10%, #494949 360%);
}

.redIcons {
  color: #ba181b;
}

.whiteIcons {
  color: #ba181b;
}

.customCard {
  width: 100%;
}

.customCard:hover {
  color: white !important;
}

.customback {
  background-color: #ffffff;
  width: 25vw;
}

.customDirecciones:hover {
  background-color: #b1a7a6;
}

.customBtn {
  width: 100%;
}

.customBtn:hover {
  background-color: rgba(28, 28, 28, 0.1);
}

/*# sourceMappingURL=master.css.map */
