* {
  font-family: 'DINPro';
  font-size: 16px;
}
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.f-titulo-normal {
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}
p {
  font-size: 18px;
  font-family: 'DINPro';
  font-weight: 300;
}
p a {
  font-size: 18px;
  color: inherit;
  text-decoration: underline;
}
p a:hover {
  color: inherit;
}
.bg-yellow {
  background: #f5d304;
}
.bg-purple {
  background: #51277f;
}
.bg-orange {
  background: #d67b19;
}
.bg-warmGrey {
  background: #bfb5a5;
}
.bg-pink {
  background: #c40079;
}
.bg-light-grey {
  background: #d9d9d9;
}
.bg-light-purple {
  background: #9b1889;
}
.bg-dark-grey {
  background: #575756;
}
.text-yellow {
  color: #f5d304;
}
.text-purple {
  color: #51277f;
}
.text-orange {
  color: #d67b19;
}
.text-warmGrey {
  color: #bfb5a5;
}
.text-pink {
  color: #c40079;
}
.text-light-grey {
  color: #d9d9d9;
}
.text-light-purple {
  color: #9b1889;
}
.text-dark-grey {
  color: #575756;
}
.imgFondo {
  background-position: center;
  background-size: cover;
}
.img-recurso1 {
  padding-top: 2em;
  max-width: 320px;
  width: 100%;
}
.border-social {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  color: #fff !important;
  text-decoration: none !important;
}
.imgLogos {
  width: 100%;
  max-width: 450px;
}
.imgGris {
  width: 100%;
  max-width: 240px;
}
.flipExpo .front,
.flipExpo .back {
  min-width: 206px;
  min-height: 206px;
  max-height: 100%;
  max-width: 206px;
}
.flipSoluciones .front,
.flipSoluciones .back {
  min-width: 300px;
  min-height: 300px;
  max-height: 100%;
  max-width: 300px;
}
.capaFront {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fondoEdificios {
  min-height: 50vh;
  background-image: url("../img/elementos/fondo-ciudad.jpg");
  background-position: center !important;
  background-size: cover !important;
}
.fondoEdificios img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer {
  padding-top: 25px;
  background-image: url("../img/elementos/fondoGris.png") !important;
  background-position: center !important;
}
.form-control {
  padding-left: 2em;
  padding-right: 2em;
}
.degradado {
  display: inline-block;
  color: #000;
  font-size: 2.5em;
  background: #fff;
  mix-blend-mode: multiply;
  position: relative;
  border: 2px solid #fff;
}
.degradado:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #51277f, #c40079, #d67b19, #f5d304);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}
.invalid-tooltip {
  position: initial;
  font-size: 0.8rem;
}
