.mobile-icon {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-left: 5px;
}

.navbar-toggler .hamburger {
    color: #717579;
    width: 55%;
}

.menu-item-doc img,
.menu-item-doc h4 {
    display: inline-block;
}

.nav-help {
    display: block;
    padding-top: 28px;
    padding-left: 20px;
}


/***********DEFAULTS***********/

@font-face {
    font-family: GoogleFontB;
    src: url(/webroot/font/Product-Sans-Bold.otf);
}

@font-face {
    font-family: GoogleFontRegular;
    src: url(/webroot/font/Product-Sans-Regular.otf);
}

h4 {
    color: #717579;
    font-family: GoogleFontRegular;
    text-align: center;
}

button {
    font-family: GoogleFontB;
}

.fg-gray {
    color: #717479;
    font-family: GoogleFontRegular;
}


/***********HOME***********/

.body-hm {
    height: 100%;
    background: linear-gradient(to bottom, rgba(176, 194, 202, 1) 0%, rgba(245, 252, 255, 1) 50%, rgba(176, 194, 202, 1) 100%);
    overflow: hidden;
}

.nav-hm {
    background-color: white;
}

.nav-hm-img {
    height: 60px;
}

.nav-hm-logo {
    max-height: 80px;
    width: auto;
}

.nav-icons-h4 {
    color: #717479;
    font-family: GoogleFontRegular;
}

.nav-ft {
    color: #1A3C65;
    font-family: GoogleFontRegular;
}

.nav-hm-i {
    width: 120px;
}

.content .dummy {
    background-image: url(/webroot/img/ImageHomeV3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 70%;
}

.aviso {
    text-align: right;
    padding: 10px
}


/***********DOCS***********/

.bg-docs {
    background: linear-gradient(to bottom, rgba(176, 194, 202, 1) 0%, rgba(245, 252, 255, 1) 50%, rgba(176, 194, 202, 1) 100%);
    overflow-x: hidden;
}

.img-docs-icon {
    width: 50%;
    max-width: 150px;
}

.dc-icon:hover h4 {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

a:hover {
    text-decoration: none;
}


/***********REGISTER***********/

.rg-label {
    background: rgba(113, 117, 121, .3);
    border-radius: 6px;
    color: rgba(113, 117, 121, 1);
}


/***********INFOGRAFIA PARA MOBILE***********/

div#infografiaM {
    margin: 0 auto;
    overflow-y: auto;
    z-index: 1500;
}

button.close.bton-inf {
    z-index: 15;
    position: absolute;
    margin: 20px;
    font-size: 50px;
    color: red!important;
}