@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Druk Wide Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Bold Bold'), url('DrukWideBold.woff') format('woff');
    }

#g-showcase{margin: 0;}
#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container{color: #202020;}

#titulo-seccion{
    background: #300b77;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #300b77, #51116d);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #300b77, #51116d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#titulo-seccion h2{
    font-family: 'Druk Wide Bold Bold', sans-serif;
    font-size: 34px;
    letter-spacing: 0.085em;
    color: transparent; /* Makes the inside of the letters see-through */
    -webkit-text-stroke: 1px #efefef85; /* Width and color of the outline */
    margin: 45px auto;
}
