/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*,*:after,*:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.col-2,.col-3,.col-4,.col-6,.col-9,.col-10 {
    margin-right: .52083%;
    margin-left: .52083%
}

.navbar-container,.hero-container,.main-container,.footer-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box
}

.col-2 {
    width: 15.6252%;
    box-sizing: border-box
}

.col-3 {
    width: 23.95863%;
    box-sizing: border-box
}

.col-4 {
    width: 32.29206%;
    box-sizing: border-box
}

.col-6 {
    width: 48.95892%;
    box-sizing: border-box
}

.col-9 {
    width: 73.95921%;
    box-sizing: border-box
}

.col-10 {
    width: 82.29263999999999%;
    box-sizing: border-box
}

.hero-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-container,.hero-container,.FCHome .main-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0 .5em;
    background: #272822;
    color: #ddd
}

.hljs-keyword {
    color: #66d9ef
}

.hljs-selector-tag,.hljs-literal,.hljs-strong,.hljs-name {
    color: #f92672
}

.hljs-code {
    color: #66d9ef
}

.hljs-class .hljs-title {
    color: #fff
}

.hljs-attr {
    color: #a6e22e
}

.hljs-attribute,.hljs-symbol,.hljs-regexp,.hljs-link {
    color: #bf79db
}

.hljs-string,.hljs-bullet,.hljs-subst,.hljs-title,.hljs-section,.hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable {
    color: #e6db74
}

.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta {
    color: #75715e
}

.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-doctag,.hljs-title,.hljs-section,.hljs-type,.hljs-selector-id {
    font-weight: bold
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: .4s;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

body {
    font-family: "PT Sans",sans-serif;
    font-size: 15px;
    color: #333;
    height: 100%
}

ol,ul {
    list-style: none
}

.full-wrapper {
    min-height: 100%;
    position: relative
}

.header {
    width: 100%;
    height: 500px;
    background-image: url("../images/bg.jpg?cccfc=1");
    background-repeat: no-repeat;
    background-size: cover
}

.navbar {
    background-color: #f5f5f5;
    height: 70px;
    border-bottom: 1px solid rgba(0,0,0,0.6)
}

.navbar-container {
    height: 70px;
}

.logo {
    max-width: 100%;
    width: 90%;
    display: block
}

.mobile-nav {
    padding: 0;
    margin: 0;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.mobile-nav-item {
    padding: 0 5px;
    margin-left: 10px;
}

.mobile-nav-item img {
    display: block
}

.mobile-menu-container {
    background-color: #164267
}

.mobile-menu {
    padding: 0;
    margin: 0;
    text-align: center
}

.mobile-menu-item {
    display: block;
    background-color: #164267;
    border-bottom: 1px solid #11304a;
    padding: 10px 0;
}

.mobile-menu-item a {
    text-decoration: none;
    color: #fff
}

.nav-ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.nav-item {
    list-style: none;
    display: inline-block;
    margin: 0 0px;
}

.nav-item:last-child {
    margin-right: 0
}

.nav-item a {
    color: #333;
    text-decoration: none;
    text-shadow: none;
}

.nav-item a:before,.nav-item a:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .3s;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s
}

.nav-item a:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.nav-item a:after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.nav-item a:hover::before,.nav-item a:focus::before,.nav-item a:hover::after,.nav-item a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

@media only screen and (max-width: 768px) {
    #site-canvas {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    #site-wrapper.show-nav #site-canvas {
        -webkit-transform: translate3d(-70%,0,0);
        transform: translate3d(-70%,0,0)
    }
}

#site-menu {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -70%
}

.nav-ul-mobile {
    display: none
}

.mobile-search-icon {
    width: 30px
}

.search-icon {
    width: 20px;
    vertical-align: sub
}

.hero-container {
    height: 430px;
    color: #fff;
}

.hero-container h1 {
    font-size: 4rem;
    margin: 0
}

.hero-container p {
    font-size: 1.5rem;
    font-style: italic;
    margin: 0
}

.FCHome .main-container {
    min-height: 440px
}

.main-item-box {
    width: 80%;
    margin: 50px auto 0;
    text-align: center
}

.main-item-button {
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 0 auto;
    padding: 7px;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #333;
}

.main-item-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #164267;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7,1,1);
    transform: scale3d(.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s,-webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1)
}

.main-item-button:hover {
    color: #fff;
    border-color: #164267
}

.main-item-button:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.footer {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.footer-top {
    background-color: #f5f5f5
}

.footer-bottom {
    background-color: #004671
}

.footer-text {
    width: 100%;
    padding: 10px 0;
    margin: 0
}

.footer-copyright {
    width: 100%;
    padding: 6px 0;
    color: #fff;
    margin: 0;
    font-size: .8rem;
    font-style: italic
}

.ProductDet .header {
    height: 250px
}

.ProductDet .hero-container {
    height: 174px
}

.sidebar {
    padding: 50px 20px 20px
}

.nav {
    position: static;
    margin: 0;
    padding: 0
}

.tocify-item {
    list-style: none;
    display: block;
    line-height: 36px;
}

.tocify-item a {
    color: #333;
    text-decoration: none
}

.tocify-item.active a {
    color: #164267;
    font-weight: bold
}

.main-content {
    padding: 50px;
    line-height: 27px;
}

.main-content p {
    margin: 12px 0 0
}

.main-content-img {
    max-width: 100%;
    display: block;
    margin: 20px auto
}

.warning {
    font-size: 2rem;
    display: block;
    margin: 15px 0
}

.fixed {
    position: fixed;
    top: 0;
}

.main-content-table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #f8f8f8;
    overflow-x: auto;
    border-collapse: collapse;
}

.main-content-table th {
    background-color: #333;
    color: #fff;
    padding: 5px 5px
}

.main-content-table td {
    padding: 3px 5px
}

.main-content-table tr:nth-child(odd) {
    background-color: #f8f8f8
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (max-width: 769px) {
    .navbar-logo {
        width:32.29206%
    }

    .navbar-items {
        width: 65.62577999999999%
    }

    .logo {
        width: 70%
    }

    .nav {
        font-size: .75rem
    }

    .hero-container h1 {
        font-size: 3rem
    }

    .hero-container p {
        font-size: 1.1rem
    }
}

@media only screen and (max-width: 481px) {
    .FCHome .header {
        height:250px
    }

    .FCHome .hero-container {
        height: 180px
    }

    .home-box {
        width: 98.95949999999999%;
    }

    .home-box :last-child {
        margin-bottom: 50px
    }

    .navbar-logo {
        width: 48.95892%
    }

    .navbar-items {
        width: 48.95892%
    }

    .logo {
        width: 100%
    }

    .main-content {
        padding: 0 5px
    }

    .aside-container {
        display: none
    }

    .mobile-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .nav-ul {
        display: none
    }

    .nav-ul-mobile {
        display: block
    }

    .main-content-section {
        width: 98.95949999999999%
    }

    .main-content-table {
        display: block
    }

    .hero-container h1 {
        font-size: 1.8rem;
        text-align: center
    }

    .hero-container p {
        font-size: .8rem;
        text-align: center
    }

    .header {
        background-size: 100% 250px
    }
}

.Titulos {
    display: none;
}

.tocify-subheader .tocify-item {
    padding: 0 20px;
}

.main-content h2, .main-content h3 {
	margin: 50px 0 20px;
}

.main-content ul, .main-content ol {
	padding: 0 45px;
	list-style: disc;
	margin: 15px 0;
}

.tocify-subheader {
	display: none;
}