/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.4.36
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==============================================================
* GENERALES
* ============================================================== */
.light {font-weight: 300;}
.regular {font-weight: normal;}
.bold {font-weight: bold;}
.fs-inicio {font-size: 2.6rem;}
.fs-2rem {font-size: 2.2rem;}
.blue-title-img {color: #09d9d2;}
.blue-title {color: #00b0aa}
.m5 {margin: 5%;}
.m10 {margin: 10%}
.pt5{ padding-top: 5% }
.p20 { padding: 2% 20% 2% 20%; }
.w50 {max-width: 50%}
.center {text-align: center;}
    /* Float */
      .hvr-float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
      }
      .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
      }
  .dsp {
    display: inline-block;
  }    

/* ==============================================================
* MENU
* ============================================================== */
#g-navigation {
  background: rgba(6, 27, 55, .8);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  /*padding: 1rem !important;*/
  transition: all ease .3s;
  font-size: 1.1rem;
}
.g-menu-item-title{ font-weight: bold; }
.g-offcanvas-toggle {
  top: 1.8rem;
  left: 1rem;
  position: fixed;
  transition: all ease .3s;
}

.macom-logo {
  text-align: left;
  display: flex;
  align-items: center;
}

.macom-logo img {
  max-width: 180px;
}