/* ============================ */
/*    CLASES GENERALES          */
/* ============================ */
@font-face {
  font-family: "neueBold";
  src: url("../fonts/neueBold.ttf");
}
@font-face {
  font-family: "neueMedium";
  src: url("../fonts/neueMedium.ttf");
}
@font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/HelveticaLight.otf");
}
.noVisible {
  position: absolute;
  margin-top: -10000px !important;
  visibility: hidden;
  opacity: 0;
}

body {
  background-color: #707070;
}

.contenedor-enlaces {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #707070;
}

.enlaces {
  width: 70vw;
  height: 90vh;
  border-radius: 20px;
  margin-top: 80px;
  min-height: 500px;
  background-color: #ffffff !important;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .enlaces {
    width: 90vw;
    height: 60vh;
  }
}

.tituloFamilia {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "neueBold";
  text-align: center;
  margin-top: 50px;
  color: #ffffff !important;
}

.contenedorMarca {
  padding: 20px;
  margin-bottom: 50px;
}
.contenedorMarca img {
  width: 50% !important;
  margin-left: 25%;
}
.contenedorMarca p {
  font-family: "HelveticaLight";
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
.contenedorMarca a {
  display: inline-block;
  background-color: #000000 !important;
  border-radius: 20px;
  padding: 10px;
  line-height: 0px;
  overflow: hidden;
  font-family: "neueMedium";
  transition: 0.35s ease-in-out;
  width: 60% !important;
  margin-left: 20% !important;
  color: #ffffff !important;
  text-decoration: none;
  text-align: center;
}
.contenedorMarca a span i {
  transition: 0.35s ease-in-out;
  opacity: 0;
  transform: translateX(50px);
}
.contenedorMarca a:hover {
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.34);
  background-color: #707070 !important;
}
.contenedorMarca a:hover span i {
  opacity: 1;
  transform: translateX(10px);
}
.contenedorMarca .secondary-link {
  margin-top: 45px;
  background-color: transparent !important;
  color: #000000 !important;
  font-size: 12px;
  font-style: italic;
}
.contenedorMarca .secondary-link span i {
  transition: 0.35s ease-in-out;
  opacity: 1;
  transform: translateX(5px);
}
.contenedorMarca .secondary-link:hover {
  letter-spacing: 1px;
  background-color: transparent !important;
}
@media screen and (max-width: 800px) {
  .contenedorMarca .secondary-link {
    font-size: 10px;
  }
}

.brand {
  width: 120px;
  height: auto;
  position: absolute;
  left: 25px;
  top: 25px;
  background-color: #ffffff;
  padding: 9px;
  border-radius: 5px;
}

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