@charset "UTF-8";


@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,700,700i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; } article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul { }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }  @font-face {
font-family: 'FontAwesome';
src: url(//www.grupmh.com/wp-content/themes/grupmh/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.grupmh.com/wp-content/themes/grupmh/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//www.grupmh.com/wp-content/themes/grupmh/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//www.grupmh.com/wp-content/themes/grupmh/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//www.grupmh.com/wp-content/themes/grupmh/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//www.grupmh.com/wp-content/themes/grupmh/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal; }
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-fw {
width: 1.28571em;
text-align: center; }
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none; }
.fa-ul > li {
position: relative; }
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center; }
.fa-li.fa-lg {
left: -1.85714em; }
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right {
margin-left: .3em; } .pull-right {
float: right; }
.pull-left {
float: left; }
.fa.pull-left {
margin-right: .3em; }
.fa.pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none; }
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-glass:before {
content: ""; }
.fa-music:before {
content: ""; }
.fa-search:before {
content: ""; }
.fa-envelope-o:before {
content: ""; }
.fa-heart:before {
content: ""; }
.fa-star:before {
content: ""; }
.fa-star-o:before {
content: ""; }
.fa-user:before {
content: ""; }
.fa-film:before {
content: ""; }
.fa-th-large:before {
content: ""; }
.fa-th:before {
content: ""; }
.fa-th-list:before {
content: ""; }
.fa-check:before {
content: ""; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: ""; }
.fa-search-plus:before {
content: ""; }
.fa-search-minus:before {
content: ""; }
.fa-power-off:before {
content: ""; }
.fa-signal:before {
content: ""; }
.fa-gear:before,
.fa-cog:before {
content: ""; }
.fa-trash-o:before {
content: ""; }
.fa-home:before {
content: ""; }
.fa-file-o:before {
content: ""; }
.fa-clock-o:before {
content: ""; }
.fa-road:before {
content: ""; }
.fa-download:before {
content: ""; }
.fa-arrow-circle-o-down:before {
content: ""; }
.fa-arrow-circle-o-up:before {
content: ""; }
.fa-inbox:before {
content: ""; }
.fa-play-circle-o:before {
content: ""; }
.fa-rotate-right:before,
.fa-repeat:before {
content: ""; }
.fa-refresh:before {
content: ""; }
.fa-list-alt:before {
content: ""; }
.fa-lock:before {
content: ""; }
.fa-flag:before {
content: ""; }
.fa-headphones:before {
content: ""; }
.fa-volume-off:before {
content: ""; }
.fa-volume-down:before {
content: ""; }
.fa-volume-up:before {
content: ""; }
.fa-qrcode:before {
content: ""; }
.fa-barcode:before {
content: ""; }
.fa-tag:before {
content: ""; }
.fa-tags:before {
content: ""; }
.fa-book:before {
content: ""; }
.fa-bookmark:before {
content: ""; }
.fa-print:before {
content: ""; }
.fa-camera:before {
content: ""; }
.fa-font:before {
content: ""; }
.fa-bold:before {
content: ""; }
.fa-italic:before {
content: ""; }
.fa-text-height:before {
content: ""; }
.fa-text-width:before {
content: ""; }
.fa-align-left:before {
content: ""; }
.fa-align-center:before {
content: ""; }
.fa-align-right:before {
content: ""; }
.fa-align-justify:before {
content: ""; }
.fa-list:before {
content: ""; }
.fa-dedent:before,
.fa-outdent:before {
content: ""; }
.fa-indent:before {
content: ""; }
.fa-video-camera:before {
content: ""; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: ""; }
.fa-pencil:before {
content: ""; }
.fa-map-marker:before {
content: ""; }
.fa-adjust:before {
content: ""; }
.fa-tint:before {
content: ""; }
.fa-edit:before,
.fa-pencil-square-o:before {
content: ""; }
.fa-share-square-o:before {
content: ""; }
.fa-check-square-o:before {
content: ""; }
.fa-arrows:before {
content: ""; }
.fa-step-backward:before {
content: ""; }
.fa-fast-backward:before {
content: ""; }
.fa-backward:before {
content: ""; }
.fa-play:before {
content: ""; }
.fa-pause:before {
content: ""; }
.fa-stop:before {
content: ""; }
.fa-forward:before {
content: ""; }
.fa-fast-forward:before {
content: ""; }
.fa-step-forward:before {
content: ""; }
.fa-eject:before {
content: ""; }
.fa-chevron-left:before {
content: ""; }
.fa-chevron-right:before {
content: ""; }
.fa-plus-circle:before {
content: ""; }
.fa-minus-circle:before {
content: ""; }
.fa-times-circle:before {
content: ""; }
.fa-check-circle:before {
content: ""; }
.fa-question-circle:before {
content: ""; }
.fa-info-circle:before {
content: ""; }
.fa-crosshairs:before {
content: ""; }
.fa-times-circle-o:before {
content: ""; }
.fa-check-circle-o:before {
content: ""; }
.fa-ban:before {
content: ""; }
.fa-arrow-left:before {
content: ""; }
.fa-arrow-right:before {
content: ""; }
.fa-arrow-up:before {
content: ""; }
.fa-arrow-down:before {
content: ""; }
.fa-mail-forward:before,
.fa-share:before {
content: ""; }
.fa-expand:before {
content: ""; }
.fa-compress:before {
content: ""; }
.fa-plus:before {
content: ""; }
.fa-minus:before {
content: ""; }
.fa-asterisk:before {
content: ""; }
.fa-exclamation-circle:before {
content: ""; }
.fa-gift:before {
content: ""; }
.fa-leaf:before {
content: ""; }
.fa-fire:before {
content: ""; }
.fa-eye:before {
content: ""; }
.fa-eye-slash:before {
content: ""; }
.fa-warning:before,
.fa-exclamation-triangle:before {
content: ""; }
.fa-plane:before {
content: ""; }
.fa-calendar:before {
content: ""; }
.fa-random:before {
content: ""; }
.fa-comment:before {
content: ""; }
.fa-magnet:before {
content: ""; }
.fa-chevron-up:before {
content: ""; }
.fa-chevron-down:before {
content: ""; }
.fa-retweet:before {
content: ""; }
.fa-shopping-cart:before {
content: ""; }
.fa-folder:before {
content: ""; }
.fa-folder-open:before {
content: ""; }
.fa-arrows-v:before {
content: ""; }
.fa-arrows-h:before {
content: ""; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: ""; }
.fa-twitter-square:before {
content: ""; }
.fa-facebook-square:before {
content: ""; }
.fa-camera-retro:before {
content: ""; }
.fa-key:before {
content: ""; }
.fa-gears:before,
.fa-cogs:before {
content: ""; }
.fa-comments:before {
content: ""; }
.fa-thumbs-o-up:before {
content: ""; }
.fa-thumbs-o-down:before {
content: ""; }
.fa-star-half:before {
content: ""; }
.fa-heart-o:before {
content: ""; }
.fa-sign-out:before {
content: ""; }
.fa-linkedin-square:before {
content: ""; }
.fa-thumb-tack:before {
content: ""; }
.fa-external-link:before {
content: ""; }
.fa-sign-in:before {
content: ""; }
.fa-trophy:before {
content: ""; }
.fa-github-square:before {
content: ""; }
.fa-upload:before {
content: ""; }
.fa-lemon-o:before {
content: ""; }
.fa-phone:before {
content: ""; }
.fa-square-o:before {
content: ""; }
.fa-bookmark-o:before {
content: ""; }
.fa-phone-square:before {
content: ""; }
.fa-twitter:before {
content: ""; }
.fa-facebook-f:before,
.fa-facebook:before {
content: ""; }
.fa-github:before {
content: ""; }
.fa-unlock:before {
content: ""; }
.fa-credit-card:before {
content: ""; }
.fa-feed:before,
.fa-rss:before {
content: ""; }
.fa-hdd-o:before {
content: ""; }
.fa-bullhorn:before {
content: ""; }
.fa-bell:before {
content: ""; }
.fa-certificate:before {
content: ""; }
.fa-hand-o-right:before {
content: ""; }
.fa-hand-o-left:before {
content: ""; }
.fa-hand-o-up:before {
content: ""; }
.fa-hand-o-down:before {
content: ""; }
.fa-arrow-circle-left:before {
content: ""; }
.fa-arrow-circle-right:before {
content: ""; }
.fa-arrow-circle-up:before {
content: ""; }
.fa-arrow-circle-down:before {
content: ""; }
.fa-globe:before {
content: ""; }
.fa-wrench:before {
content: ""; }
.fa-tasks:before {
content: ""; }
.fa-filter:before {
content: ""; }
.fa-briefcase:before {
content: ""; }
.fa-arrows-alt:before {
content: ""; }
.fa-group:before,
.fa-users:before {
content: ""; }
.fa-chain:before,
.fa-link:before {
content: ""; }
.fa-cloud:before {
content: ""; }
.fa-flask:before {
content: ""; }
.fa-cut:before,
.fa-scissors:before {
content: ""; }
.fa-copy:before,
.fa-files-o:before {
content: ""; }
.fa-paperclip:before {
content: ""; }
.fa-save:before,
.fa-floppy-o:before {
content: ""; }
.fa-square:before {
content: ""; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: ""; }
.fa-list-ul:before {
content: ""; }
.fa-list-ol:before {
content: ""; }
.fa-strikethrough:before {
content: ""; }
.fa-underline:before {
content: ""; }
.fa-table:before {
content: ""; }
.fa-magic:before {
content: ""; }
.fa-truck:before {
content: ""; }
.fa-pinterest:before {
content: ""; }
.fa-pinterest-square:before {
content: ""; }
.fa-google-plus-square:before {
content: ""; }
.fa-google-plus:before {
content: ""; }
.fa-money:before {
content: ""; }
.fa-caret-down:before {
content: ""; }
.fa-caret-up:before {
content: ""; }
.fa-caret-left:before {
content: ""; }
.fa-caret-right:before {
content: ""; }
.fa-columns:before {
content: ""; }
.fa-unsorted:before,
.fa-sort:before {
content: ""; }
.fa-sort-down:before,
.fa-sort-desc:before {
content: ""; }
.fa-sort-up:before,
.fa-sort-asc:before {
content: ""; }
.fa-envelope:before {
content: ""; }
.fa-linkedin:before {
content: ""; }
.fa-rotate-left:before,
.fa-undo:before {
content: ""; }
.fa-legal:before,
.fa-gavel:before {
content: ""; }
.fa-dashboard:before,
.fa-tachometer:before {
content: ""; }
.fa-comment-o:before {
content: ""; }
.fa-comments-o:before {
content: ""; }
.fa-flash:before,
.fa-bolt:before {
content: ""; }
.fa-sitemap:before {
content: ""; }
.fa-umbrella:before {
content: ""; }
.fa-paste:before,
.fa-clipboard:before {
content: ""; }
.fa-lightbulb-o:before {
content: ""; }
.fa-exchange:before {
content: ""; }
.fa-cloud-download:before {
content: ""; }
.fa-cloud-upload:before {
content: ""; }
.fa-user-md:before {
content: ""; }
.fa-stethoscope:before {
content: ""; }
.fa-suitcase:before {
content: ""; }
.fa-bell-o:before {
content: ""; }
.fa-coffee:before {
content: ""; }
.fa-cutlery:before {
content: ""; }
.fa-file-text-o:before {
content: ""; }
.fa-building-o:before {
content: ""; }
.fa-hospital-o:before {
content: ""; }
.fa-ambulance:before {
content: ""; }
.fa-medkit:before {
content: ""; }
.fa-fighter-jet:before {
content: ""; }
.fa-beer:before {
content: ""; }
.fa-h-square:before {
content: ""; }
.fa-plus-square:before {
content: ""; }
.fa-angle-double-left:before {
content: ""; }
.fa-angle-double-right:before {
content: ""; }
.fa-angle-double-up:before {
content: ""; }
.fa-angle-double-down:before {
content: ""; }
.fa-angle-left:before {
content: ""; }
.fa-angle-right:before {
content: ""; }
.fa-angle-up:before {
content: ""; }
.fa-angle-down:before {
content: ""; }
.fa-desktop:before {
content: ""; }
.fa-laptop:before {
content: ""; }
.fa-tablet:before {
content: ""; }
.fa-mobile-phone:before,
.fa-mobile:before {
content: ""; }
.fa-circle-o:before {
content: ""; }
.fa-quote-left:before {
content: ""; }
.fa-quote-right:before {
content: ""; }
.fa-spinner:before {
content: ""; }
.fa-circle:before {
content: ""; }
.fa-mail-reply:before,
.fa-reply:before {
content: ""; }
.fa-github-alt:before {
content: ""; }
.fa-folder-o:before {
content: ""; }
.fa-folder-open-o:before {
content: ""; }
.fa-smile-o:before {
content: ""; }
.fa-frown-o:before {
content: ""; }
.fa-meh-o:before {
content: ""; }
.fa-gamepad:before {
content: ""; }
.fa-keyboard-o:before {
content: ""; }
.fa-flag-o:before {
content: ""; }
.fa-flag-checkered:before {
content: ""; }
.fa-terminal:before {
content: ""; }
.fa-code:before {
content: ""; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: ""; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: ""; }
.fa-location-arrow:before {
content: ""; }
.fa-crop:before {
content: ""; }
.fa-code-fork:before {
content: ""; }
.fa-unlink:before,
.fa-chain-broken:before {
content: ""; }
.fa-question:before {
content: ""; }
.fa-info:before {
content: ""; }
.fa-exclamation:before {
content: ""; }
.fa-superscript:before {
content: ""; }
.fa-subscript:before {
content: ""; }
.fa-eraser:before {
content: ""; }
.fa-puzzle-piece:before {
content: ""; }
.fa-microphone:before {
content: ""; }
.fa-microphone-slash:before {
content: ""; }
.fa-shield:before {
content: ""; }
.fa-calendar-o:before {
content: ""; }
.fa-fire-extinguisher:before {
content: ""; }
.fa-rocket:before {
content: ""; }
.fa-maxcdn:before {
content: ""; }
.fa-chevron-circle-left:before {
content: ""; }
.fa-chevron-circle-right:before {
content: ""; }
.fa-chevron-circle-up:before {
content: ""; }
.fa-chevron-circle-down:before {
content: ""; }
.fa-html5:before {
content: ""; }
.fa-css3:before {
content: ""; }
.fa-anchor:before {
content: ""; }
.fa-unlock-alt:before {
content: ""; }
.fa-bullseye:before {
content: ""; }
.fa-ellipsis-h:before {
content: ""; }
.fa-ellipsis-v:before {
content: ""; }
.fa-rss-square:before {
content: ""; }
.fa-play-circle:before {
content: ""; }
.fa-ticket:before {
content: ""; }
.fa-minus-square:before {
content: ""; }
.fa-minus-square-o:before {
content: ""; }
.fa-level-up:before {
content: ""; }
.fa-level-down:before {
content: ""; }
.fa-check-square:before {
content: ""; }
.fa-pencil-square:before {
content: ""; }
.fa-external-link-square:before {
content: ""; }
.fa-share-square:before {
content: ""; }
.fa-compass:before {
content: ""; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: ""; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: ""; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: ""; }
.fa-euro:before,
.fa-eur:before {
content: ""; }
.fa-gbp:before {
content: ""; }
.fa-dollar:before,
.fa-usd:before {
content: ""; }
.fa-rupee:before,
.fa-inr:before {
content: ""; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: ""; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: ""; }
.fa-won:before,
.fa-krw:before {
content: ""; }
.fa-bitcoin:before,
.fa-btc:before {
content: ""; }
.fa-file:before {
content: ""; }
.fa-file-text:before {
content: ""; }
.fa-sort-alpha-asc:before {
content: ""; }
.fa-sort-alpha-desc:before {
content: ""; }
.fa-sort-amount-asc:before {
content: ""; }
.fa-sort-amount-desc:before {
content: ""; }
.fa-sort-numeric-asc:before {
content: ""; }
.fa-sort-numeric-desc:before {
content: ""; }
.fa-thumbs-up:before {
content: ""; }
.fa-thumbs-down:before {
content: ""; }
.fa-youtube-square:before {
content: ""; }
.fa-youtube:before {
content: ""; }
.fa-xing:before {
content: ""; }
.fa-xing-square:before {
content: ""; }
.fa-youtube-play:before {
content: ""; }
.fa-dropbox:before {
content: ""; }
.fa-stack-overflow:before {
content: ""; }
.fa-instagram:before {
content: ""; }
.fa-flickr:before {
content: ""; }
.fa-adn:before {
content: ""; }
.fa-bitbucket:before {
content: ""; }
.fa-bitbucket-square:before {
content: ""; }
.fa-tumblr:before {
content: ""; }
.fa-tumblr-square:before {
content: ""; }
.fa-long-arrow-down:before {
content: ""; }
.fa-long-arrow-up:before {
content: ""; }
.fa-long-arrow-left:before {
content: ""; }
.fa-long-arrow-right:before {
content: ""; }
.fa-apple:before {
content: ""; }
.fa-windows:before {
content: ""; }
.fa-android:before {
content: ""; }
.fa-linux:before {
content: ""; }
.fa-dribbble:before {
content: ""; }
.fa-skype:before {
content: ""; }
.fa-foursquare:before {
content: ""; }
.fa-trello:before {
content: ""; }
.fa-female:before {
content: ""; }
.fa-male:before {
content: ""; }
.fa-gittip:before,
.fa-gratipay:before {
content: ""; }
.fa-sun-o:before {
content: ""; }
.fa-moon-o:before {
content: ""; }
.fa-archive:before {
content: ""; }
.fa-bug:before {
content: ""; }
.fa-vk:before {
content: ""; }
.fa-weibo:before {
content: ""; }
.fa-renren:before {
content: ""; }
.fa-pagelines:before {
content: ""; }
.fa-stack-exchange:before {
content: ""; }
.fa-arrow-circle-o-right:before {
content: ""; }
.fa-arrow-circle-o-left:before {
content: ""; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: ""; }
.fa-dot-circle-o:before {
content: ""; }
.fa-wheelchair:before {
content: ""; }
.fa-vimeo-square:before {
content: ""; }
.fa-turkish-lira:before,
.fa-try:before {
content: ""; }
.fa-plus-square-o:before {
content: ""; }
.fa-space-shuttle:before {
content: ""; }
.fa-slack:before {
content: ""; }
.fa-envelope-square:before {
content: ""; }
.fa-wordpress:before {
content: ""; }
.fa-openid:before {
content: ""; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: ""; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: ""; }
.fa-yahoo:before {
content: ""; }
.fa-google:before {
content: ""; }
.fa-reddit:before {
content: ""; }
.fa-reddit-square:before {
content: ""; }
.fa-stumbleupon-circle:before {
content: ""; }
.fa-stumbleupon:before {
content: ""; }
.fa-delicious:before {
content: ""; }
.fa-digg:before {
content: ""; }
.fa-pied-piper-pp:before {
content: ""; }
.fa-pied-piper-alt:before {
content: ""; }
.fa-drupal:before {
content: ""; }
.fa-joomla:before {
content: ""; }
.fa-language:before {
content: ""; }
.fa-fax:before {
content: ""; }
.fa-building:before {
content: ""; }
.fa-child:before {
content: ""; }
.fa-paw:before {
content: ""; }
.fa-spoon:before {
content: ""; }
.fa-cube:before {
content: ""; }
.fa-cubes:before {
content: ""; }
.fa-behance:before {
content: ""; }
.fa-behance-square:before {
content: ""; }
.fa-steam:before {
content: ""; }
.fa-steam-square:before {
content: ""; }
.fa-recycle:before {
content: ""; }
.fa-automobile:before,
.fa-car:before {
content: ""; }
.fa-cab:before,
.fa-taxi:before {
content: ""; }
.fa-tree:before {
content: ""; }
.fa-spotify:before {
content: ""; }
.fa-deviantart:before {
content: ""; }
.fa-soundcloud:before {
content: ""; }
.fa-database:before {
content: ""; }
.fa-file-pdf-o:before {
content: ""; }
.fa-file-word-o:before {
content: ""; }
.fa-file-excel-o:before {
content: ""; }
.fa-file-powerpoint-o:before {
content: ""; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: ""; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: ""; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: ""; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: ""; }
.fa-file-code-o:before {
content: ""; }
.fa-vine:before {
content: ""; }
.fa-codepen:before {
content: ""; }
.fa-jsfiddle:before {
content: ""; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: ""; }
.fa-circle-o-notch:before {
content: ""; }
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: ""; }
.fa-ge:before,
.fa-empire:before {
content: ""; }
.fa-git-square:before {
content: ""; }
.fa-git:before {
content: ""; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: ""; }
.fa-tencent-weibo:before {
content: ""; }
.fa-qq:before {
content: ""; }
.fa-wechat:before,
.fa-weixin:before {
content: ""; }
.fa-send:before,
.fa-paper-plane:before {
content: ""; }
.fa-send-o:before,
.fa-paper-plane-o:before {
content: ""; }
.fa-history:before {
content: ""; }
.fa-circle-thin:before {
content: ""; }
.fa-header:before {
content: ""; }
.fa-paragraph:before {
content: ""; }
.fa-sliders:before {
content: ""; }
.fa-share-alt:before {
content: ""; }
.fa-share-alt-square:before {
content: ""; }
.fa-bomb:before {
content: ""; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: ""; }
.fa-tty:before {
content: ""; }
.fa-binoculars:before {
content: ""; }
.fa-plug:before {
content: ""; }
.fa-slideshare:before {
content: ""; }
.fa-twitch:before {
content: ""; }
.fa-yelp:before {
content: ""; }
.fa-newspaper-o:before {
content: ""; }
.fa-wifi:before {
content: ""; }
.fa-calculator:before {
content: ""; }
.fa-paypal:before {
content: ""; }
.fa-google-wallet:before {
content: ""; }
.fa-cc-visa:before {
content: ""; }
.fa-cc-mastercard:before {
content: ""; }
.fa-cc-discover:before {
content: ""; }
.fa-cc-amex:before {
content: ""; }
.fa-cc-paypal:before {
content: ""; }
.fa-cc-stripe:before {
content: ""; }
.fa-bell-slash:before {
content: ""; }
.fa-bell-slash-o:before {
content: ""; }
.fa-trash:before {
content: ""; }
.fa-copyright:before {
content: ""; }
.fa-at:before {
content: ""; }
.fa-eyedropper:before {
content: ""; }
.fa-paint-brush:before {
content: ""; }
.fa-birthday-cake:before {
content: ""; }
.fa-area-chart:before {
content: ""; }
.fa-pie-chart:before {
content: ""; }
.fa-line-chart:before {
content: ""; }
.fa-lastfm:before {
content: ""; }
.fa-lastfm-square:before {
content: ""; }
.fa-toggle-off:before {
content: ""; }
.fa-toggle-on:before {
content: ""; }
.fa-bicycle:before {
content: ""; }
.fa-bus:before {
content: ""; }
.fa-ioxhost:before {
content: ""; }
.fa-angellist:before {
content: ""; }
.fa-cc:before {
content: ""; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: ""; }
.fa-meanpath:before {
content: ""; }
.fa-buysellads:before {
content: ""; }
.fa-connectdevelop:before {
content: ""; }
.fa-dashcube:before {
content: ""; }
.fa-forumbee:before {
content: ""; }
.fa-leanpub:before {
content: ""; }
.fa-sellsy:before {
content: ""; }
.fa-shirtsinbulk:before {
content: ""; }
.fa-simplybuilt:before {
content: ""; }
.fa-skyatlas:before {
content: ""; }
.fa-cart-plus:before {
content: ""; }
.fa-cart-arrow-down:before {
content: ""; }
.fa-diamond:before {
content: ""; }
.fa-ship:before {
content: ""; }
.fa-user-secret:before {
content: ""; }
.fa-motorcycle:before {
content: ""; }
.fa-street-view:before {
content: ""; }
.fa-heartbeat:before {
content: ""; }
.fa-venus:before {
content: ""; }
.fa-mars:before {
content: ""; }
.fa-mercury:before {
content: ""; }
.fa-intersex:before,
.fa-transgender:before {
content: ""; }
.fa-transgender-alt:before {
content: ""; }
.fa-venus-double:before {
content: ""; }
.fa-mars-double:before {
content: ""; }
.fa-venus-mars:before {
content: ""; }
.fa-mars-stroke:before {
content: ""; }
.fa-mars-stroke-v:before {
content: ""; }
.fa-mars-stroke-h:before {
content: ""; }
.fa-neuter:before {
content: ""; }
.fa-genderless:before {
content: ""; }
.fa-facebook-official:before {
content: ""; }
.fa-pinterest-p:before {
content: ""; }
.fa-whatsapp:before {
content: ""; }
.fa-server:before {
content: ""; }
.fa-user-plus:before {
content: ""; }
.fa-user-times:before {
content: ""; }
.fa-hotel:before,
.fa-bed:before {
content: ""; }
.fa-viacoin:before {
content: ""; }
.fa-train:before {
content: ""; }
.fa-subway:before {
content: ""; }
.fa-medium:before {
content: ""; }
.fa-yc:before,
.fa-y-combinator:before {
content: ""; }
.fa-optin-monster:before {
content: ""; }
.fa-opencart:before {
content: ""; }
.fa-expeditedssl:before {
content: ""; }
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: ""; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: ""; }
.fa-battery-2:before,
.fa-battery-half:before {
content: ""; }
.fa-battery-1:before,
.fa-battery-quarter:before {
content: ""; }
.fa-battery-0:before,
.fa-battery-empty:before {
content: ""; }
.fa-mouse-pointer:before {
content: ""; }
.fa-i-cursor:before {
content: ""; }
.fa-object-group:before {
content: ""; }
.fa-object-ungroup:before {
content: ""; }
.fa-sticky-note:before {
content: ""; }
.fa-sticky-note-o:before {
content: ""; }
.fa-cc-jcb:before {
content: ""; }
.fa-cc-diners-club:before {
content: ""; }
.fa-clone:before {
content: ""; }
.fa-balance-scale:before {
content: ""; }
.fa-hourglass-o:before {
content: ""; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: ""; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: ""; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: ""; }
.fa-hourglass:before {
content: ""; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: ""; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: ""; }
.fa-hand-scissors-o:before {
content: ""; }
.fa-hand-lizard-o:before {
content: ""; }
.fa-hand-spock-o:before {
content: ""; }
.fa-hand-pointer-o:before {
content: ""; }
.fa-hand-peace-o:before {
content: ""; }
.fa-trademark:before {
content: ""; }
.fa-registered:before {
content: ""; }
.fa-creative-commons:before {
content: ""; }
.fa-gg:before {
content: ""; }
.fa-gg-circle:before {
content: ""; }
.fa-tripadvisor:before {
content: ""; }
.fa-odnoklassniki:before {
content: ""; }
.fa-odnoklassniki-square:before {
content: ""; }
.fa-get-pocket:before {
content: ""; }
.fa-wikipedia-w:before {
content: ""; }
.fa-safari:before {
content: ""; }
.fa-chrome:before {
content: ""; }
.fa-firefox:before {
content: ""; }
.fa-opera:before {
content: ""; }
.fa-internet-explorer:before {
content: ""; }
.fa-tv:before,
.fa-television:before {
content: ""; }
.fa-contao:before {
content: ""; }
.fa-500px:before {
content: ""; }
.fa-amazon:before {
content: ""; }
.fa-calendar-plus-o:before {
content: ""; }
.fa-calendar-minus-o:before {
content: ""; }
.fa-calendar-times-o:before {
content: ""; }
.fa-calendar-check-o:before {
content: ""; }
.fa-industry:before {
content: ""; }
.fa-map-pin:before {
content: ""; }
.fa-map-signs:before {
content: ""; }
.fa-map-o:before {
content: ""; }
.fa-map:before {
content: ""; }
.fa-commenting:before {
content: ""; }
.fa-commenting-o:before {
content: ""; }
.fa-houzz:before {
content: ""; }
.fa-vimeo:before {
content: ""; }
.fa-black-tie:before {
content: ""; }
.fa-fonticons:before {
content: ""; }
.fa-reddit-alien:before {
content: ""; }
.fa-edge:before {
content: ""; }
.fa-credit-card-alt:before {
content: ""; }
.fa-codiepie:before {
content: ""; }
.fa-modx:before {
content: ""; }
.fa-fort-awesome:before {
content: ""; }
.fa-usb:before {
content: ""; }
.fa-product-hunt:before {
content: ""; }
.fa-mixcloud:before {
content: ""; }
.fa-scribd:before {
content: ""; }
.fa-pause-circle:before {
content: ""; }
.fa-pause-circle-o:before {
content: ""; }
.fa-stop-circle:before {
content: ""; }
.fa-stop-circle-o:before {
content: ""; }
.fa-shopping-bag:before {
content: ""; }
.fa-shopping-basket:before {
content: ""; }
.fa-hashtag:before {
content: ""; }
.fa-bluetooth:before {
content: ""; }
.fa-bluetooth-b:before {
content: ""; }
.fa-percent:before {
content: ""; }
.fa-gitlab:before {
content: ""; }
.fa-wpbeginner:before {
content: ""; }
.fa-wpforms:before {
content: ""; }
.fa-envira:before {
content: ""; }
.fa-universal-access:before {
content: ""; }
.fa-wheelchair-alt:before {
content: ""; }
.fa-question-circle-o:before {
content: ""; }
.fa-blind:before {
content: ""; }
.fa-audio-description:before {
content: ""; }
.fa-volume-control-phone:before {
content: ""; }
.fa-braille:before {
content: ""; }
.fa-assistive-listening-systems:before {
content: ""; }
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: ""; }
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: ""; }
.fa-glide:before {
content: ""; }
.fa-glide-g:before {
content: ""; }
.fa-signing:before,
.fa-sign-language:before {
content: ""; }
.fa-low-vision:before {
content: ""; }
.fa-viadeo:before {
content: ""; }
.fa-viadeo-square:before {
content: ""; }
.fa-snapchat:before {
content: ""; }
.fa-snapchat-ghost:before {
content: ""; }
.fa-snapchat-square:before {
content: ""; }
.fa-pied-piper:before {
content: ""; }
.fa-first-order:before {
content: ""; }
.fa-yoast:before {
content: ""; }
.fa-themeisle:before {
content: ""; }
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: ""; }
.fa-fa:before,
.fa-font-awesome:before {
content: ""; }
.fa-handshake-o:before {
content: ""; }
.fa-envelope-open:before {
content: ""; }
.fa-envelope-open-o:before {
content: ""; }
.fa-linode:before {
content: ""; }
.fa-address-book:before {
content: ""; }
.fa-address-book-o:before {
content: ""; }
.fa-vcard:before,
.fa-address-card:before {
content: ""; }
.fa-vcard-o:before,
.fa-address-card-o:before {
content: ""; }
.fa-user-circle:before {
content: ""; }
.fa-user-circle-o:before {
content: ""; }
.fa-user-o:before {
content: ""; }
.fa-id-badge:before {
content: ""; }
.fa-drivers-license:before,
.fa-id-card:before {
content: ""; }
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: ""; }
.fa-quora:before {
content: ""; }
.fa-free-code-camp:before {
content: ""; }
.fa-telegram:before {
content: ""; }
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: ""; }
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: ""; }
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: ""; }
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: ""; }
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: ""; }
.fa-shower:before {
content: ""; }
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: ""; }
.fa-podcast:before {
content: ""; }
.fa-window-maximize:before {
content: ""; }
.fa-window-minimize:before {
content: ""; }
.fa-window-restore:before {
content: ""; }
.fa-times-rectangle:before,
.fa-window-close:before {
content: ""; }
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: ""; }
.fa-bandcamp:before {
content: ""; }
.fa-grav:before {
content: ""; }
.fa-etsy:before {
content: ""; }
.fa-imdb:before {
content: ""; }
.fa-ravelry:before {
content: ""; }
.fa-eercast:before {
content: ""; }
.fa-microchip:before {
content: ""; }
.fa-snowflake-o:before {
content: ""; }
.fa-superpowers:before {
content: ""; }
.fa-wpexplorer:before {
content: ""; }
.fa-meetup:before {
content: ""; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
body,
p {
font-family: "Roboto";
font-weight: 300; }
p .punt-llista {
color: #004e94;
font-weight: bold; }
.naranja p .punt-llista {
color: #FF8300; }
.gris p .punt-llista {
color: #99999A; }
a,
a:visited,
a:hover,
a:link {
text-decoration: none;
color: initial; }
body {
display: grid;
grid-template-areas: "main-menu" "header" "page-content" "footer"; }
.home-slogan strong {
font-weight: bold; }
header {
margin-top: 100px;
grid-area: header;
display: grid;
justify-content: center;
justify-items: center; }
header h1 {
color: #3E4140;
text-align: center;
font-size: 1em; }
header img {
max-width: 100%;
margin-bottom: 30px;
margin-top: 20px; }
header .link-intranet {
text-transform: uppercase;
color: #FF8300;
margin-bottom: 20px; }
header .telf {
color: #FF8300;
font-weight: bold;
font-size: 42px;
margin-top: 7px;
margin-bottom: 50px; }
@media screen and (min-width: 768px) {
header {
margin-top: 0px; background-color: #EBEBEB;
grid-template-columns: 256px 1fr 1fr 30px;
grid-template-rows: 1fr 10px 1fr;
grid-template-areas: "logo .......... title ."   "logo .......... ..... ." "logo link-intra telf  ."; }
header img {
grid-area: logo;
margin: 0; }
header h1 {
grid-area: title;
justify-self: end;
align-self: end;
text-align: end; }
header .link-intranet {
grid-area: link-intra;
justify-self: start;
align-self: end;
margin-bottom: 10px;
margin-left: 10px; }
header .telf {
grid-area: telf;
justify-self: end;
text-align: end;
align-self: start;
margin-top: 0;
margin-bottom: 0; } }
.component-exito {
grid-area: page-content;
display: grid;
grid-template-columns: minmax(20px, auto) minmax(auto, 1200px) minmax(20px, auto); }
.component-exito > * {
grid-column: 2 / 3; }
.component-exito .fullwidth {
grid-column: 1 / -1; }
.component-pagina {
grid-area: page-content;
display: grid;
grid-template-columns: minmax(20px, auto) minmax(auto, 1200px) minmax(20px, auto); }
.component-pagina > * {
grid-column: 2 / 3;
display: grid; }
@media screen and (min-width: 768px) {
.component-pagina > * {
grid-template-columns: repeat(12, 1fr); } }
.component-pagina > * > * {
grid-column: 1 / -1; }
.component-pagina .fullwidth {
grid-column: 1 / -1; }
footer {
grid-area: footer; }
.main-content {
grid-area: page-content; }
.main-content h1 {
font-family: "Roboto Slab";
font-size: 54px;
text-transform: uppercase;
color: #004e94;
font-weight: bold;
margin-top: 50px;
margin-bottom: 50px; }
.main-content h1.naranja {
color: #FF8300; }
.main-content h1.gris {
color: #99999A; }
.main-content h2 {
text-transform: uppercase;
font-family: "Roboto Slab";
font-size: 36px;
color: #004e94;
font-weight: bold;
margin-top: 40px;
margin-bottom: 40px; }
.main-content h2.naranja {
color: #FF8300; }
.main-content h2.gris {
color: #99999A; }
.main-content h2.subtitol {
color: #000;
font-family: "Roboto";
text-transform: uppercase;
font-weight: 300;
font-size: 32px;
margin-top: -30px;
margin-bottom: 50px; }
.main-content p.destacat {
color: #FF8300;
font-family: "Roboto Slab";
font-size: 1.5rem;
font-weight: bold;
line-height: 1.2;
margin-bottom: 30px; }
.main-content p, .main-content ul, .main-content ol {
font-size: 18px;
margin-bottom: 1.2em;
line-height: 1.4;
}
.main-content ul, .main-content ol{
padding-left: 25px;
}
.main-content li{
margin-bottom: 10px;
}
.main-content p strong {
font-weight: bold; }
.main-content img {
width: 100%;
max-width: 100%; }
.main-content img.autowidth {
width: auto; }
.asideright{
}
@media screen and (max-width: 767px) {
.main-content h1 {
font-size: 28px; }
.main-content h2 {
font-size: 24px; }
.main-content h2.subtitol {
font-size: 21px; }
.main-content p.destacat {
font-size: 18px;
font-weight: normal; }
.main-content p {
font-size: 18px;
line-height: 1.5;
} }
@media screen and (min-width: 768px) {
.main-content {
padding-bottom: 80px; } }
.exitos-component .header-image {
height: 20vh;
background-size: cover;
background-position: center center; }
.exitos-component h1 {
text-align: center; }
@media screen and (min-width: 768px) {
.exitos-component .header-image {
height: 300px; } }
.exito-component .header-image {
height: 20vh;
background-size: cover;
background-position: center center; }
.exito-component .narrowed {
max-width: 800px;
width: 100%;
justify-self: center;
margin: auto; }
.exito-component .servicio img {
width: auto;
max-width: 100%; }
.exito-component h1 {
color: #000;
text-transform: none; }
.exito-component .imagenes {
margin: 50px 0;
display: grid;
grid-gap: 60px;
grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); }
.exito-component dl {
line-height: 2em;
font-size: 18px; }
.exito-component dt {
display: inline-block;
font-weight: bold;
text-transform: uppercase;
font-family: "Roboto Slab";
margin-bottom: 5px; }
.exito-component dt::after {
content: ":"; }
.exito-component dd {
display: inline;
font-weight: 300; }
.exito-component dd::after {
content: "\A";
white-space: pre; }
.exito-component dt.area {
display: block;
margin-bottom: 0; }
.exito-component dt.area::after {
content: none; }
.exito-component dd.area {
display: block;
line-height: 1.2em; }
.exito-component dd.area::after {
content: none; }
@media screen and (max-width: 767px) {
.exito-component dt {
display: block; }
.exito-component dd {
display: block;
line-height: 1.2em;
margin-bottom: 10px; } }
@media screen and (min-width: 768px) {
.exito-component h2 {
font-size: 32px; }
.exito-component p {
font-size: 18px; }
.exito-component .header-image {
height: 300px; } }
footer {
display: grid;
grid-template-areas: "banner" "content" "contact"; }
footer .banner {
grid-area: banner;
background-color: #FF8300;
background-image: url(//www.grupmh.com/wp-content/themes/grupmh/assets/logo-grupmh-footer.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
height: 50px; }
footer .content {
grid-area: content;
display: grid; }
footer .contact {
grid-area: contact;
color: #fff;
text-align: center;
background-color: black;
padding: 15px 0;
font-weight: normal; }
footer .contact .telefon {
color: #FF8300; }
footer .contact .mail-link {
color: #fff; }
footer .contact .copyright {
display: block;
margin-top: 8px;
color: #99999A; }
footer .contact .copyright a {
color: #99999A; }
footer .background {
grid-column: 1 / -1;
grid-row: 1 / -1;
background-color: #3E4140;
z-index: -1; }
@media screen and (max-width: 767px) {
footer .contact {
padding-bottom: 70px; }
footer .content {
padding: 0 0 40px 0; } }
@media screen and (min-width: 768px) {
footer {
grid-template-columns: auto minmax(auto, 1200px) auto;
grid-template-areas: "banner-left banner  banner-right" ".           content ." "contact     contact contact"; }
footer .banner {
background-position: -20px center; }
footer .banner .telf {
display: none; }
footer .banner-left {
grid-area: banner-left;
background-color: #00379c; }
footer .banner-right {
grid-area: banner-right;
background-color: #FF8300; }
footer .content {
padding: 40px 0;
grid-template-columns: 2fr 1fr 1fr; } }
.component-pagina .header-image {
height: 20vh;
background-size: cover;
background-position: center right; }
.component-pagina .narrowed {
max-width: 800px;
width: 100%;
justify-self: center;
grid-column-gap: 40px; }
.component-pagina div > img {
margin-bottom: 60px; }
.component-pagina div > img.autowith {
width: auto; }
@media screen and (min-width: 767px) {
.component-pagina div > *.asideleft {
grid-column: 1 / span 6; }
.component-pagina div > *.asideright {
grid-column: 7 / span 6; }
}
.component-pagina div > img.asideleft {
margin-bottom: 20px; }
.component-pagina div > img.asideright {
margin-bottom: 20px; }
.component-pagina div > *.aside-blocks-2 {
grid-row: span 2; }
.component-pagina div > *.aside-blocks-3 {
grid-row: span 3; }
.component-pagina div > *.aside-blocks-4 {
grid-row: span 4; }
.component-pagina div > *.aside-blocks-5 {
grid-row: span 5; }
.component-pagina div > *.aside-blocks-6 {
grid-row: span 6; }
@media screen and (min-width: 768px) {
.component-pagina .component-servicios.six-columns { display: none; }
.component-pagina .header-image {
height: 300px; } }
.component-galeria-imatges .galeria-imatges {
display: grid;
grid-gap: 60px;
grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); }
.component-galeria-imatges .galeria-imatges p {
font-family: "Roboto Slab";
font-weight: bold;
margin-top: 0.8em; }
.component-areas .galeria-imatges {
display: grid;
grid-gap: 60px;
grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); }
.component-areas .galeria-imatges h3 {
font-family: "Roboto Slab";
font-weight: bold;
margin-top: 0.8em;
font-size: 16px;
margin-bottom: 1em; }
@media screen and (min-width: 768px) {
.component-areas .galeria-imatges h3 {
font-size: 19px; } }
.component-documents .documents {
display: grid;
grid-gap: 60px;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
margin-bottom: 50px; }
.component-documents .documents li img {
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4); }
.component-documents .documents li img.pdf-icon {
box-shadow: none;
width: 80px;
display: block;
margin-bottom: 10px; }
.component-documents .documents li .text-link {
display: block;
color: #FF8300;
margin-top: 20px; }
.component-servicios img {
width: auto;
max-width: 100%; }
.component-servicios h3 {
text-transform: uppercase;
font-size: 24px;
border-bottom: solid 1px #dedede;
padding-bottom: 50px;
margin-bottom: 50px; }
.component-servicios h4 {
font-size: 21px;
margin-top: 30px;
margin-bottom: 10px; }
.component-servicios p {
color: #99999A;
margin-bottom: 10px; }
.component-servicios ul li a {
border-bottom: solid 1px #dedede;
padding-bottom: 50px;
margin-bottom: 50px;
display: block; }
.component-servicios h3.empresas,
.component-servicios ul.empresas a {
color: #004e94; }
.component-servicios h3.residencial,
.component-servicios ul.residencial a {
color: #FF8300; }
@media screen and (max-width: 767px) {
.component-servicios ul.zipped {
display: none; } }
@media screen and (min-width: 768px) {
.component-servicios ul.zipped li {
display: grid;
grid-column-gap: 80px;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto [logo-start] auto [logo-end tagline-start] auto [tagline-end body-start] auto [body-end link-start] auto [link-end]; }
.component-servicios ul.zipped li img {
grid-row: logo; }
.component-servicios ul.zipped li img.sub {
margin-left: 50px;
height: 40px;
align-self: end; }
.component-servicios ul.zipped li h4 {
grid-row: tagline; }
.component-servicios ul.zipped li h4.sub {
margin-left: 50px; }
.component-servicios ul.zipped li p {
grid-row: body; }
.component-servicios ul.zipped li p.sub {
margin-left: 50px; }
.component-servicios ul.zipped li p.division {
grid-row: 1 / 2; }
.component-servicios ul.zipped li a {
grid-row: link; }
.component-servicios ul.zipped li a.sub {
margin-left: 50px; } }
.component-mapa iframe.mapa {
width: 100%; }
.component-mapa .cobertura {
display: grid;
grid-template-columns: 1fr;
margin-top: 40px;
margin-bottom: 40px; }
.component-mapa .cobertura li {
grid-template-rows: [text-start] auto [text-end image-start] auto [image-end];
display: grid; }
.component-mapa .cobertura li p {
grid-area: text;
font-family: "Roboto Slab";
font-size: 18px;
line-height: 1.2em; }
.component-mapa .cobertura li p .lugar {
display: block;
color: #FF8300; }
.component-mapa .cobertura li img {
grid-area: image; }
@media screen and (min-width: 768px) {
.component-mapa .cobertura {
grid-template-columns: repeat(3, 1fr); }
.component-mapa .cobertura li {
grid-template-rows: [image-start] auto [image-end text-start] auto [text-end]; }
.component-mapa .cobertura li p {
font-size: 21px; }
.component-mapa .cobertura li img {
transform: translate(-10px, -5px);
width: auto; } }
.component-contacto #sending-msg {
float: right;
padding: 12px 30px;
color: #99999A;
font-size: 1.5em;
border: none;
margin-left: 20px; }
.component-contacto #missatge-formulari {
padding: 0px 20px;
margin: 20px 0;
color: #3E4140;
border-left: 5px solid transparent;
box-sizing: border-box;
line-height: 1em;
font-size: 1.2em; }
.component-contacto #missatge-formulari.error {
border-left-color: #a94442;
color: #a94442; }
.component-contacto #missatge-formulari.info {
border-left-color: transparent;
color: #3E4140; }
.component-contacto #missatge-formulari.ok {
border-left-color: #42A948;
color: #42A948; }
.component-contacto .ng-invalid {
border-left-color: #a94442; }
.component-contacto .ng-pristine {
border-left: transparent !important; }
.component-contacto input,
.component-contacto textarea {
display: block;
width: 100%;
background-color: #f1f1f1;
font-size: 1.2em;
margin-bottom: 1em;
padding: 4px;
outline: none;
border: none;
box-sizing: border-box;
border-left: 5px solid transparent; }
.component-contacto p.legal {
font-size: 1.2em;
margin-top: 20px; }
.component-contacto p.legal input[type=checkbox] {
margin-left: 0;
border-radius: 0;
width: 20px;
height: 20px;
margin-bottom: 0;
margin-top: 0; }
.component-contacto textarea::-webkit-input-placeholder,
.component-contacto input::-webkit-input-placeholder {
color: #777; 
font-family: Gudea, sans-serif;}
.component-contacto textarea {
height: 200px; }
.component-contacto input[type=checkbox] {
display: inline;
width: auto; }
.component-contacto .submit-area {
width: 100%; }
.component-contacto .submit-area button[type=submit] {
float: right;
padding: 10px 30px;
background-color: #3E4140;
color: #fff;
font-size: 1.5em;
border: none;
margin-left: 20px;
cursor: pointer;
font-family: Gudea, sans-serif; }
.component-contacto .submit-area button[type=submit]:disabled {
background-color: #dedede;
color: #99999A;
cursor: not-allowed; }
img:focus {
outline: none; }
img.logo {
cursor: pointer; }
img.sello {
position: absolute;
grid-area: content;
right: 100px;
margin-top: -55px; }
.main-content {
min-height: 100vh; }
.link-logo{
line-height: 0 !important;
}
@media screen and (min-width:768px){
.link-logo{
grid-area: logo;
}
}
#main-menu {
grid-area: main-menu;
display: flex;
flex-wrap: wrap;
justify-content: left;
align-content: center;
text-transform: uppercase;
font-weight: bold; }
#main-menu > .menuitem,
#main-menu > a {
cursor: pointer;
height: 0px;
opacity: 0.01;
transition: height 0.4s ease, opacity 0.3s ease, display 0.1s 0.4s ease;
width: 100%;
padding: 15px 20px;
margin: 0 0;
font-weight: normal;
color: #99999A; }
#main-menu > .menuitem.active,
#main-menu > a.active {
margin-top: 0;
font-weight: bold; }
#main-menu > .menuitem:hover,
#main-menu > a:hover {
color: #000; }
#main-menu > .menuitem:last-child,
#main-menu > a:last-child {
margin-bottom: 15px; }
#main-menu > .menuitem.active,
#main-menu > a.active {
height: auto;
color: #000;
opacity: 1.0;
display: initial; }
#main-menu nav {
position: absolute;
display: flex;
flex-direction: column;
max-width: 400px;
margin-top: 30px;
background-color: #000;
padding: 12px 0;
z-index: 100; }
#main-menu nav a {
text-align: left;
color: #fff;
padding: 12px 20px; }
#main-menu nav a:hover {
color: #FF8300; }
#hamburguer-button {
font-family: FontAwesome;
position: absolute;
right: 0;
top: 5px;
border: none;
width: 1em;
height: 1em;
font-size: 1.5em;
padding: 20px;
z-index: 100;
color: #aaa; }
#main-menu > .menuitem.hidden
#main-menu.showing-menu > .menuitem.hidden {
display: none; }
@media screen and (max-width: 767px) {
#main-menu {
z-index: 200;
position: fixed;
width: 100%;
background-color: white;
min-height: 74px; }
#main-menu.showing-shadow {
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.6); }
#main-menu > .menuitem {
padding-top: 0px;
padding-bottom: 0px; }
#main-menu > .menuitem .parent-item {
color: #99999A;
font-size: 0.8em;
position: absolute;
top: 17px; }
#main-menu nav {
width: 100vw;
left: 0;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.6); }
#main-menu.showing-menu {
padding-top: 15px;
padding-bottom: 10px; }
#main-menu > .menuitem.active,
#main-menu.showing-menu > .menuitem {
height: 1em;
opacity: 1.0;
display: initial;
padding-top: 15px;
padding-bottom: 15px; }
#main-menu > .menuitem.active.hidden {
display: initial;
padding-top: 29px; }
#main-menu.showing-menu > .menuitem.hidden,
#main-menu.showing-menu > .menuitem.active.hidden {
display: none; }
.main-content {
padding-bottom: 50px; }
footer .banner {
position: fixed;
bottom: 0;
width: 100%;
height: 0px;
transition: height 0.2s ease;
box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: flex-end; }
footer .banner .telf {
display: none;
text-align: right;
color: rgba(255, 255, 255, 1);
font-weight: normal;
font-size: 1.3em;
margin-right: 10px;
letter-spacing: 0.5px;
font-family: Roboto Slab;
}
footer.showing-banner .banner {
height: 50px; }
footer.showing-banner .banner .telf {
display: block; } }
@media screen and (max-width: 767px) {
.cky-revisit-bottom-right {
bottom: 65px !important;
}}
@media screen and (min-width: 768px) {
#hamburguer-button {
display: none; }
#main-menu {
justify-content: center; }
#main-menu > .menuitem {
height: 1em;
opacity: 1.0;
display: initial;
width: auto;
padding: 2px 20px;
margin: 28px 0;
text-align: center;
border-right: solid 2px #FF8300; }
#main-menu > .menuitem.hidden {
display: none; }
#main-menu > .menuitem.active {
margin-top: 28px; }
#main-menu > .menuitem:last-child {
margin-bottom: 28px; }
#main-menu > .menuitem:last-child {
border-right: none; }
nav.submenu:before {
content: ' ';
width: 30px;
height: 30px;
background-color: #000;
transform: rotate(45deg);
z-index: -1;
margin-left: 22px;
margin-top: -24px; } }
#menu-footer {
text-transform: uppercase;
line-height: 2em; }
#menu-footer a {
display: block;
color: #fff; }
#menu-footer a.active {
color: #FF8300; }
#menu-footer > a {
padding-left: 15px; }
#menu-footer > nav.submenu {
color: #99999A; }
#menu-footer > nav.submenu a {
padding-left: 30px; }
.footer-companies h5 {
text-transform: uppercase;
margin-bottom: 20px; }
.footer-companies.empresas h5 {
color: #009fe3; }
.footer-companies.residencial h5 {
color: #ff9c33; }
@media screen and (max-width: 767px) {
img.sello {
right: 10px;
margin-top: -70px; }
.footer-companies,
#menu-footer {
padding: 1.5em 1em; }
.footer-companies li {
margin: 15px 0; } }
.block-slider-component .block-slider {
display: grid;
grid-template-columns: minmax(20px, auto) minmax(auto, 1200px) minmax(20px, auto);
grid-template-rows: auto;
align-items: center; }
.block-slider-component .block-slider.slider-on > ul > li {
display: none; }
.block-slider-component .block-slider.slider-on > ul > li:nth-child(1), .block-slider-component .block-slider.slider-on > ul > li:nth-child(2), .block-slider-component .block-slider.slider-on > ul > li:nth-child(3) {
display: grid; }
.block-slider-component .block-slider.slider-on-mobile > ul > li {
display: none; }
.block-slider-component .block-slider.slider-on-mobile > ul > li:nth-child(1) {
display: grid; }
.block-slider-component .block-slider .fletxa-left {
cursor: pointer;
grid-column: 1;
grid-row: 1;
text-align: center; }
.block-slider-component .block-slider .fletxa-left img {
width: auto; }
.block-slider-component .block-slider .fletxa-right {
cursor: pointer;
grid-column: 3;
grid-row: 1;
text-align: center; }
.block-slider-component .block-slider .fletxa-right img {
width: auto;
transform: scale(-1); }
.block-slider-component .block-slider > ul {
grid-column: 2 / 3;
grid-row: 1;
display: grid;
grid-template-rows: auto;
grid-gap: 50px; }
.block-slider-component .block-slider > ul > li {
background-color: #3E4140;
display: grid;
grid-template-rows: [top-start image-start] 50px [top-end] 100px [image-end body-start] auto [body-end] 10px;
grid-template-columns: [fill-start] 30px [narrow-start] auto [narrow-end] 30px [fill-end];  }
.block-slider-component .block-slider > ul > li .header {
grid-row: top;
grid-column: fill;
background-color: blue; }
.block-slider-component .block-slider > ul > li .header-logo {
grid-row: top;
grid-column: narrow;
z-index: 10;
background-position: left center;
background-size: contain;
background-image: url(//www.grupmh.com/wp-content/themes/assets/logo-grupmh.png);
background-repeat: no-repeat; }
.block-slider-component .block-slider > ul > li .image {
grid-row: image;
grid-column: fill;
background-size: cover;
background-position: center center; }
.block-slider-component .block-slider > ul > li .content-body {
grid-row: body;
grid-column: narrow;
display: flex;
flex-direction: column;
justify-content: space-between; }
.block-slider-component .block-slider > ul > li .content-body .logo-empresa {
width: auto; }
.block-slider-component .block-slider > ul > li h3 {
color: #fff;
font-family: "Roboto Slab";
font-size: 24px;
padding: 15px 0 10px;
font-weight: bold; }
.block-slider-component .block-slider > ul > li p {
color: #99999A;
font-size: 0.8em;
flex-grow: 2; }
.block-slider-component .block-slider > ul > li a {
text-transform: uppercase;
font-weight: bold;
color: #b3b3b3; }
.block-slider-component .block-slider > ul > li a::after {
content: "..."; }
.block-slider-component .block-slider > ul > li a.empresas {
color: #009fe3; }
.block-slider-component .block-slider > ul > li a.residencial {
color: #ff9c33; }
.block-slider-component .block-slider > ul > li a.fabricantes {
color: #b3b3b3; }
@media screen and (min-width: 950px) {
.block-slider-component .block-slider > ul {
grid-template-columns: repeat(3, minmax(230px, 1fr)); }
.block-slider-component .block-slider > ul > li {
grid-column: auto; }
.block-slider-component .block-slider > ul > li h3 {
font-size: 28px; }
.block-slider-component .block-slider > ul > li p {
font-size: 1em; } }
.home-template .home {
display: grid;
grid-template-columns: [fill-start] minmax(20px, auto) [narrow-start] minmax(auto, 1200px) [narrow-end] minmax(20px, auto) [fill-end];
grid-template-rows: auto; }
.home-template .video {
grid-column: fill;
text-align: center;
padding-bottom: 50px; }
.home-template .casos-exito {
grid-column: fill;
background: linear-gradient(to bottom, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%); }
.home-template a.todos-casos {
grid-column: narrow;
text-transform: uppercase;
color: #FF8300;
text-align: right;
font-weight: bold;
cursor: pointer;
padding: 30px 0; }
.home-template .a-su-servicio {
grid-column: narrow; }
.home-template .home-slogan {
margin: 0;
padding: 40px 5px;
color: #3E4140;
text-transform: none;
text-align: center;
font-weight: normal;
line-height: 1.2em;
font-size: 23px; }
.home-template .home-slogan strong {
font-weight: bold; }
.home-template .embeded-youtube {
width: 300px;
height: 169px; }
@media screen and (max-width: 767px) {
.home-template .home-slogan {
padding-left: 1em;
padding-right: 1em; } }
@media screen and (min-width: 768px) {
.home-template .home-slogan {
font-size: 38px; }
.home-template .home-slogan.small-slogan {
font-size: 28px; }
.home-template .embeded-youtube {
width: 560px;
height: 315px; } }
.home-slider {
display: grid;
grid-template-columns: minmax(20px, auto) minmax(auto, 1200px) minmax(20px, auto);
grid-template-rows: auto;
background-color: #4d4d4d; }
.home-slider .image {
grid-column: 1 / -1;
height: 100px;
background-size: cover;
background-position: center center; }
.home-slider > ul {
grid-column: 1 / -1; }
.home-slider > ul > li {
position: relative;
padding: 20px 25px; }
.home-slider > ul > li.showing {
background-color: #2e2e2e; }
.home-slider > ul > li h2 {
font-family: "Roboto Slab";
text-transform: none;
color: #fff; }
.home-slider > ul > li h2 .top-text {
font-family: "Roboto";
text-transform: uppercase;
font-size: 0.5em;
position: absolute;
margin-top: -1.5em;
font-weight: 300; }
.home-slider > ul > li p {
color: #99999A; }
.home-slider > ul > li .more a {
color: rgba(255, 255, 255, 0.8);
padding-top: 20px;
text-transform: uppercase;
transition: display 0.1 0.4s ease; }
.home-slider > ul > li .more a::before {
content: '+ '; }
.home-slider > ul > li .more-button {
display: inline-block;
position: absolute;
right: 30px;
top: 50px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em; }
.home-slider > ul > li .more-button .fa {
color: #99999A; }
.home-slider > ul > li:nth-child(1) .top-text {
color: #009fe3; }
.home-slider > ul > li:nth-child(1) .more {
background-color: rgba(0, 78, 148, 0.8); }
.home-slider > ul > li:nth-child(1) .more a {
color: #009fe3; }
.home-slider > ul > li:nth-child(2) .top-text {
color: #ff9c33; }
.home-slider > ul > li:nth-child(2) .more {
background-color: rgba(255, 131, 0, 0.8); }
.home-slider > ul > li:nth-child(2) .more a {
color: #ffc180; }
.home-slider > ul > li:nth-child(3) .top-text {
color: #b3b3b3; }
.home-slider > ul > li:nth-child(3) .more {
background-color: rgba(62, 65, 64, 0.8); }
.home-slider > ul > li:nth-child(3) .more a {
color: #d9d9d9; }
@media screen and (max-width: 767px) {
.home-slider > ul > li {
border-bottom: solid 1px rgba(222, 222, 222, 0.8); }
.home-slider > ul > li:last-child {
border-bottom: none; }
.home-slider > ul > li > p,
.home-slider > ul > li .more {
display: none; }
.home-slider > ul > li > p::nth-child(1), .home-slider > ul > li > p::nth-child(2), .home-slider > ul > li > p::nth-child(3),
.home-slider > ul > li .more::nth-child(1),
.home-slider > ul > li .more::nth-child(2),
.home-slider > ul > li .more::nth-child(3) {
background-color: none; }
.home-slider > ul > li > p h3,
.home-slider > ul > li .more h3 {
margin: 21px 0; font-size: 1.2em;
font-weight: 200; }
.home-slider > ul > li > p a,
.home-slider > ul > li .more a {
display: block;
margin-bottom: 20px; }
.home-slider > ul > li.showing .more,
.home-slider > ul > li.showing > p {
display: initial; }
.home-slider > ul > li:nth-child(1) .more h3 {
color: #009fe3; }
.home-slider > ul > li:nth-child(2) .more h3 {
color: #ff9c33; }
.home-slider > ul > li:nth-child(3) .more h3 {
color: #b3b3b3; } }
@media screen and (min-width: 768px) {
.home-slider .image {
height: 300px; }
.home-slider > ul {
grid-column: 2 / 3;
display: grid;
grid-template-columns: repeat(3, 1fr); }
.home-slider > ul > li {
border-right: solid 1px rgba(222, 222, 222, 0.8); }
.home-slider > ul > li:last-child {
border-right: none; }
.home-slider > ul > li .more-button {
display: none; }
.home-slider > ul > li .more {
position: absolute;
width: 100%;
left: 0px;
top: 0px;
height: 0px;
opacity: 0.01;
padding: 20px 25px;
box-sizing: border-box;
transition: top 0.3s ease-out, height 0.3s ease-out, opacity 0.2s ease-out; }
.home-slider > ul > li .more h3 {
color: #fff;
font-weight: normal;
font-size: 28px; }
.home-slider > ul > li .more a {
display: none; }
.home-slider > ul > li.showing .more {
top: -150px;
height: 150px;
opacity: 1.0; }
.home-slider > ul > li.showing .more a {
display: block; } }
.big-numbers {
display: grid;
grid-template-columns: minmax(20px, auto) minmax(auto, 1200px) minmax(20px, auto);
grid-template-rows: auto;
background-color: #dedede; }
.big-numbers > ul {
grid-column: 2 / 3;
display: grid; }
.big-numbers > ul > li {
padding: 20px 25px; }
.big-numbers > ul > li h3 {
color: #99999A;
margin-bottom: 10px;
font-size: 17px; }
.big-numbers > ul > li .number {
font-weight: bold;
font-size: 48px; }
.big-numbers > ul > li .number.industrial {
color: #004e94; }
.big-numbers > ul > li .number.residencial {
color: #FF8300; }
.big-numbers > ul > li .number.fabricantes {
color: #99999A; }
.big-numbers > ul > li p {
font-weight: bold; }
@media screen and (min-width: 768px) {
.big-numbers > ul {
grid-template-columns: repeat(3, 1fr); } } div[id^="wpcf7-f389"] input,
div[id^="wpcf7-f389"] textarea {
display: block;
width: 100%;
background-color: #f1f1f1;
font-size: 1em;
margin-bottom: 1em;
padding: 4px;
outline: none;
border: none;
box-sizing: border-box;
border-left: 5px solid transparent;
font-family: Gudea, sans-serif;
}
div[id^="wpcf7-f389"] input[type=submit] {
float: right;
width: 25%;
padding: 10px 30px;
background-color: #3E4140;
color: #fff;
font-size: 1em;
border: none;
margin-left: 20px;
cursor: pointer;
font-family: Gudea, sans-serif; 
margin-bottom: 60px;
}
div[id^="wpcf7-f389"] input[type=checkbox]{
width: 5%;
display: inline-block;
}
@media only screen and (max-width: 1000px){
#containerform{
width: 80%; 
margin: 0 auto;
}  
}
@media only screen and (min-width: 1001px){
#containerform{
width: 50%; 
margin: 0 auto;
}  
}
#titleform{
text-align: center;
margin: 20px 0;
font-size: 26px;
padding-top: 50px;
} #submenu-1>a:nth-child(4){
text-transform: none;
}
#menu-footer>.submenu>a:nth-child(4){
text-transform: none;
}
#ctacontacto{
transition: visibility 1s;
}
.home-slider > ul > li.showing .more {
transition: all 0.8s;
} div[id^="wpcf7-f661"] input,
div[id^="wpcf7-f661"] textarea {
display: block;
width: 100%;
background-color: #f1f1f1;
font-size: 1em;
margin-bottom: 1em;
padding: 4px;
outline: none;
border: none;
box-sizing: border-box;
border-left: 5px solid transparent;
font-family: Gudea, sans-serif;
}
div[id^="wpcf7-f661"] input[type=submit] {
float: right;
width: 25%;
padding: 10px 30px;
background-color: #3E4140;
color: #fff;
font-size: 1em;
border: none;
margin-left: 20px;
cursor: pointer;
font-family: Gudea, sans-serif; 
margin-bottom: 60px;
}
div[id^="wpcf7-f661"] input[type=checkbox]{
width: 5%;
display: inline-block;
}
div[id^="wpcf7-f661"] input[type=file] {
color: #777;
}
@media only screen and (max-width: 1000px){
#containerform{
width: 80%; 
margin: 0 auto;
}  
}
@media only screen and (min-width: 1001px){
#containerform{
width: 50%; 
margin: 0 auto;
}  
}
#titleform{
text-align: center;
margin: 20px 0;
font-size: 26px;
padding-top: 50px;
}
.footer-companies ul, ul.galeria-imatges, ul.documents, .home-slider ul, .big-numbers ul{
list-style-type: none;
padding: 0 !important;
} table.ea-advanced-data-table tbody tr:nth-child(odd){
background: #f1f1f1;
} .home-slider ul, .home-slider li{
margin-bottom: 0 !important;
}
b, strong{
font-weight: bold;
}