/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syncopate:wght@400;700&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4nwvn5');
  src:  url('fonts/icomoon.eot?4nwvn5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4nwvn5') format('truetype'),
    url('fonts/icomoon.woff?4nwvn5') format('woff'),
    url('fonts/icomoon.svg?4nwvn5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #000;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-marker:before {
  content: "\f041";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
  font-size: 23px;
  margin-right: 2px;
  vertical-align: middle;
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-whatsapp:before {
  content: "\f232";
  font-size: 23px;
  margin-right: 2px;
  vertical-align: middle;
}
.icon-map-pin:before {
  content: "\f276";
  font-size: 19px;
  margin-right: 2px;
  vertical-align: middle;
}
.icon-email:before {
  content: "\e902";
}
.icon-link:before {
  content: "\e900";
  font-size: 21px;
  margin-right: 2px;
  vertical-align: middle;
}
.icon-mail:before {
  content: "\e901";
  font-size: 21px;
  margin-right: 2px;
  vertical-align: middle;
}
.icon-mobile:before {
  content: "\e905";
  font-size: 19px;
  margin-right: 2px;
  vertical-align: middle;
}

.whi { color:#fff;}
.red { color: #d92128;}

h1 { font-family: 'Syncopate', sans-serif; font-size: 22px; line-height:18pt; letter-spacing: 0; font-weight: 300; text-transform: uppercase; color: #fff;}

h2 { font-family: 'Inter', sans-serif; font-size: 22px; line-height:16pt; letter-spacing: 4px; font-weight: 400; text-transform: uppercase; color: #d92128; margin-bottom: 20px;}

p { font-family: 'Inter', sans-serif; font-size: 13pt; line-height:22pt; letter-spacing: 2px; font-weight: 200; color: #fff; margin-top: 20px;}
p b { font-weight: 500;}

.card h1 { font-family: 'Inter', sans-serif; font-size: 20px; line-height:16pt; letter-spacing: 6px; font-weight: 600; text-transform: uppercase; color: #fff;}
.card p { margin-bottom:25px; font-family: 'Inter', sans-serif; font-size: 12pt; line-height:22pt; letter-spacing: 4.5px; font-weight: 200; color: #fff; margin-top: 0;}

.servicios p { font-size: 12pt; line-height:19pt; letter-spacing: 0.5px;}

.footer a { font-family: 'Inter', sans-serif; font-size: 11px; line-height:16px; font-weight: 400; color: #fff; text-decoration: none; cursor: pointer;}

@media screen and (max-width: 581px) {
    .card h1 { font-weight: 600; font-size: 18px;}
    h1 { font-size: 24px; font-weight: 200; line-height: 32px;}
}



