html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
menu,
nav,
summary {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border: 0;
}
button,
input,
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;
}
input {
    line-height: normal;
}
textarea {
    overflow: auto;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: #fff0;
}
body {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
    color: #afafaf;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,
h1 {
    font-size: 3rem;
}
.h5,
h5 {
    font-size: 1.75rem;
}
p {
    margin: 0 0 0;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.1px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
ol {
    margin-top: 0;
    margin-bottom: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px #fff0;
    box-shadow: inset 0 1px 1px #fff0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
textarea.form-control {
    height: auto;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn-warning {
    color: #fff;
    background-color: #ff5600;
    border-color: #ff5600;
}
.btn-accurex {
    color: grey;
    background-color: #fff;
    border-color: #fff0;
    border-radius: 0.5px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
    background-color: #fff0;
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -o-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(to right, #fff0 0, #fff0 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -o-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(to right, #fff0 0, #fff0 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.container:after,
.nav:after,
.navbar:after,
.row:after {
    clear: both;
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
#sidebar {
    width: 270px;
    height: 413px;
    position: fixed;
    right: 9.4%;
    top: 78px;
    bottom: 140px;
    margin: 0;
    z-index: 1030;
}
@media (max-width: 1324px) {
    #sidebar {
        width: 270px;
        top: 80px;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
    background-color: #fff0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, #fff0 0%, #fff0 100%);
    background-image: -o-linear-gradient(left, #fff0 0%, #fff0 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(to right, #fff0 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, #fff0 0%, #fff0 100%);
    background-image: -o-linear-gradient(left, #fff0 0%, #fff0 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(to right, #fff0 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 30%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 30%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
} /*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
menu,
nav,
summary {
    display: block;
}
[hidden],
template {
    display: none;
}
a {
    background-color: #fff0;
}
a:active,
a:hover {
    outline: 0;
}
b {
    font-weight: 700;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border: 0;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(https://english.activecard.pt/fonts/glyphicons-halflings-regular.eot);
    src: url(https://english.activecard.pt/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://english.activecard.pt/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
        url(https://english.activecard.pt/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://english.activecard.pt/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(https://english.activecard.pt/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: #fff0;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    background-color: #fff;
}
@media (max-width: 767px) {
    body {
        line-height: 25px;
    }
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #5a5a5a;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ff5600;
    text-decoration: none;
    text-decoration-color: #ff5600;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
    color: #afafaf;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,
h1 {
    font-size: 3rem;
}
.h2,
h2 {
    font-size: 1.65rem;
    color: #323232;
    line-height: 23px;
}
.h3,
h3 {
    font-size: 1.42rem;
    color: #323232;
    line-height: 25px;
}
.h4,
h4 {
    font-size: 2.5rem;
}
.h5,
h5 {
    font-size: 1.75rem;
}
.h6,
h6 {
    font-size: 2rem;
}
p {
    margin: 0 0 0;
    color: #000;
}
@media (max-width: 767px) {
    p {
        font-size: 15px;
    }
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
ol {
    margin-top: 0;
    margin-bottom: 0;
}
ol ol {
    margin-bottom: 0;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px #fff0;
    box-shadow: inset 0 1px 1px #fff0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 8px rgb(102 175 233 / 0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 8px rgb(102 175 233 / 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: #fff0;
    border: 0;
}
.form-control[disabled],
.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled] {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.has-success .help-block {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #67b168;
}
.has-warning .help-block {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #c0a16b;
}
.has-error .help-block {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #ce8483;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0 solid #fff0;
    padding: 9px 10px;
    margin: 0 0;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Roboto, sans-serif;
}
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
}
.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled {
    pointer-events: none;
}
.btn-default {
    font-size: 11px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-success {
    color: #fff;
    background-color: #25d366;
    border-color: #4cae4c;
}
.btn-success:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active,
.btn-success:active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #000;
    background-color: #dadde0;
    border-color: #dadde0;
    border-radius: 12px;
    color: #000;
}
.btn-info:focus {
    color: #000;
    background-color: #c9cdd1;
    border-color: #c9cdd1;
}
.btn-info:hover {
    color: #000;
    background-color: #c9cdd1;
    border-color: #c9cdd1;
}
.btn-info.active,
.btn-info:active {
    color: #000;
    background-color: #c9cdd1;
    background-image: none;
    border-color: #c9cdd1;
}
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    color: #000;
    background-color: #c9cdd1;
    border-color: #c9cdd1;
}
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #c9cdd1;
    border-color: #c9cdd1;
}
.btn-warning {
    color: #fff;
    background-color: #ff5600;
    border-color: #ff5600;
}
.btn-warning:focus {
    color: #fff;
    background-color: #e87033;
    border-color: #e87033;
}
.btn-warning:hover {
    color: #fff;
    background-color: #e87033;
    border-color: #e87033;
    border-radius: 0;
}
.btn-warning.active,
.btn-warning:active {
    color: #fff;
    background-color: #e87033;
    border-color: #e87033;
    border-radius: 0;
}
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
    color: #fff;
    background-color: #e87033;
    border-color: #e87033;
    border-radius: 0;
}
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
    color: #fff;
    background-color: #e87033;
    border-color: #e87033;
    border-radius: 0;
}
.btn-accurex {
    color: #0094e6;
    background-color: #fff;
    border-color: #fff;
}
.btn-accurex:focus {
    color: #fff;
    background-color: #0094e6;
    border-color: #0094e6;
}
.btn-accurex:hover {
    color: #fff;
    background-color: #0094e6;
    border-color: #0094e6;
}
.btn-accurex.active,
.btn-accurex:active {
    color: #fff;
    background-color: #0094e6;
    border-color: #0094e6;
}
.btn-accurex.active:focus,
.btn-accurex.active:hover,
.btn-accurex:active.focus,
.btn-accurex:active:focus,
.btn-accurex:active:hover {
    color: #fff;
    background-color: #0094e6;
    border-color: #0094e6;
}
.btn-accurex.disabled:focus,
.btn-accurex.disabled:hover,
.btn-accurex[disabled]:focus,
.btn-accurex[disabled]:hover {
    color: #fff;
    background-color: #0094e6;
    border-color: #0094e6;
}
.btn-accurex-produto {
    color: grey;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0.5px;
}
.btn-accurex-produto:focus {
    color: #ff5600;
    background-color: #fff;
    border-color: #ff4c00;
}
.btn-accurex-produto:hover {
    color: #ff5600;
    background-color: #fff;
    border-color: #ff4c00;
}
.btn-accurex-produto.active,
.btn-accurex-produto:active {
    color: #ff5600;
    background-color: #fff;
    border-color: rgb(255 86 0 / 0.5);
}
.btn-accurex-produto.active:focus,
.btn-accurex-produto.active:hover,
.btn-accurex-produto:active.focus,
.btn-accurex-produto:active:focus,
.btn-accurex-produto:active:hover {
    color: #ff5600;
    background-color: #fff;
    border-color: #ff4c00;
}
.btn-accurex-produto.disabled:focus,
.btn-accurex-produto.disabled:hover,
.btn-accurex-produto[disabled]:focus,
.btn-accurex-produto[disabled]:hover {
    background-color: #fff;
    border-color: #e6e6e6;
}
@media (max-width: 767px) {
    .btn-accurex-produto {
        color: grey;
        background-color: #fff;
        border-color: #dfdfdf;
        border-radius: 0.5px;
    }
    .btn-accurex-produto:focus {
        color: #ff5600;
        background-color: #fff;
        border-color: rgb(255 86 0 / 0.5);
    }
    .btn-accurex-produto:hover {
        color: #ff5600;
        background-color: #fff;
        border-color: rgb(255 86 0 / 0.5);
    }
    .btn-accurex-produto.active,
    .btn-accurex-produto:active {
        color: #ff5600;
        background-color: #fff;
        border-color: rgb(255 86 0 / 0.5);
    }
    .btn-accurex-produto.active:focus,
    .btn-accurex-produto.active:hover,
    .btn-accurex-produto:active.focus,
    .btn-accurex-produto:active:focus,
    .btn-accurex-produto:active:hover {
        color: #ff5600;
        background-color: #fff;
        border-color: rgb(255 86 0 / 0.5);
    }
    .btn-accurex-produto.disabled:focus,
    .btn-accurex-produto.disabled:hover,
    .btn-accurex-produto[disabled]:focus,
    .btn-accurex-produto[disabled]:hover {
        background-color: #fff;
        border-color: rgb(255 86 0 / 0.5);
    }
}
.btn-menu {
    color: #323232;
    background-color: #fff0;
    border-color: #fff0;
    border-radius: 0;
}
.btn-menu:focus {
    color: #000;
    background-color: #fff0;
    border-color: #fff0;
}
.btn-menu:hover {
    color: #fff;
    background-color: #ff5600;
    border-color: #fff0;
}
.btn-menu.active,
.btn-menu:active {
    color: #fff;
    background-color: #ff5600;
    border-color: #fff0;
}
.btn-menu.active:focus,
.btn-menu.active:hover,
.btn-menu:active.focus,
.btn-menu:active:focus,
.btn-menu:active:hover {
    color: #fff;
    background-color: #ff5600;
    border-color: #fff0;
}
.btn-menu.disabled:focus,
.btn-menu.disabled:hover,
.btn-menu[disabled]:focus,
.btn-menu[disabled]:hover {
    background-color: #fff0;
    border-color: #fff0;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
    background-color: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: #fff0;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: #fff0;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 25px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 0.175);
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
    background-image: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav > li > a > img {
    max-width: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: auto;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
    border-bottom-color: #e7e7e7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 1px 0 rgb(255 255 255 / 0.1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 1px 0 rgb(255 255 255 / 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding-top: 0;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #fff0;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: #fff0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: #fff0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: #fff0;
    }
}
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
    color: #ccc;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning .alert-link {
    color: #66512c;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-bottom {
    vertical-align: bottom;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
    background-color: #fff0;
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -o-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(to right, #fff0 0, #fff0 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -o-linear-gradient(left, #fff0 0, #fff0 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(to right, #fff0 0, #fff0 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 30%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 30%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.container:after,
.nav:after,
.navbar:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hidden {
    display: none !important;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-md-block,
.visible-sm-block,
.visible-xs-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
body {
    padding-bottom: 40px;
    color: #5a5a5a;
}
.carousel {
    height: auto;
    margin-top: 0;
}
.carousel .item {
    height: auto;
    background-color: #fff0;
}
.carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}
body {
    padding-top: 70px;
}
.font-40px {
    font-size: 40px;
}
.row-right {
    margin-right: -15px;
}
.fundo-laranja {
    background-color: orange;
    color: #000;
}
.fundo-azul {
    background-color: #0094e6;
    color: #fff;
}
.texto-laranja {
    color: #ff5600;
}
.texto-cinzento {
    color: #787878;
    font-size: 20px;
}
.texto-branco {
    color: #fff;
}
.font-20px {
    font-size: 20px;
}
.font-21px {
    font-size: 21px;
}
.font-22px {
    font-size: 22px;
}
.font-23px {
    font-size: 23px;
}
.font-24px {
    font-size: 24px;
}
.font-25px {
    font-size: 25px;
}
.font-26px {
    font-size: 26px;
}
.font-27px {
    font-size: 27px;
}
.font-28px {
    font-size: 28px;
}
.font-29px {
    font-size: 29px;
}
.font-30px {
    font-size: 30px;
}
.font-20px {
    font-size: 17px;
}
.texto-azul {
    color: #176ab2;
    font-size: 2rem;
}
.telefone-laranja {
    color: #ff5600;
    font-size: 16px;
}
.texto-12px {
    font-size: 13px;
    float: right;
}
.fundo-azul-claro {
    background-color: #f0fdff;
}
.fundo-cinzento {
    background-color: #ebebeb;
}
.fundo-cinzento-claro {
    background-color: #f5f5f5;
    border-top: 1px solid rgb(255 86 0 / 0.3);
}
.fundo-cinzento-xs {
    background-color: #fff;
}
@media (max-width: 767px) {
    .fundo-cinzento-xs {
        background-color: #f3f3f3;
    }
}
.fundo-branco-xs {
    background-color: #f3f3f3;
}
@media (max-width: 767px) {
    .fundo-branco-xs {
        background-color: #fff;
    }
}
.fundo-branco {
    background-color: #fff;
}
.line-height-0 {
    line-height: 0;
    font-size: 17px;
}
.line-height-15 {
    line-height: 21px;
}
.line-height-35 {
    line-height: 35px;
}
.float-none {
    float: none;
}
.float-right {
    float: right;
}
.espaco-letras {
    letter-spacing: 1px;
}
.margin-bottom-0px {
    margin-bottom: 0;
}
.margin-bottom-5px {
    margin-bottom: 5px;
}
.margin-bottom-10px {
    margin-bottom: 10px;
}
.margin-bottom-15px {
    margin-bottom: 15px;
}
.margin-bottom-20px {
    margin-bottom: 20px;
}
.margin-bottom-25px {
    margin-bottom: 25px;
}
.margin-bottom-30px {
    margin-bottom: 30px;
}
.margin-bottom-35px {
    margin-bottom: 35px;
}
.margin-bottom-40px {
    margin-bottom: 40px;
}
.margin-bottom-45px {
    margin-bottom: 45px;
}
.margin-bottom-50px {
    margin-bottom: 50px;
}
.margin-bottom-75px {
    margin-bottom: 75px;
}
.margin-bottom-100px {
    margin-bottom: 75px;
}
.vertical-center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.margin-top-0px {
    margin-top: 0;
}
.margin-top-5px {
    margin-top: 5px;
}
.margin-top-10px {
    margin-top: 10px;
}
.margin-top-15px {
    margin-top: 15px;
}
.margin-top-20px {
    margin-top: 20px;
}
.margin-top-25px {
    margin-top: 25px;
}
.margin-top-30px {
    margin-top: 30px;
}
.margin-top-35px {
    margin-top: 35px;
}
.margin-top-40px {
    margin-top: 40px;
}
.margin-top-45px {
    margin-top: 45px;
}
.margin-top-50px {
    margin-top: 50px;
}
.margin-top-60px {
    margin-top: 60px;
}
.margin-top-65px {
    margin-top: 65px;
}
.margin-top-70px {
    margin-top: 70px;
}
.margin-top-75px {
    margin-top: 75px;
}
.margin-top-76px {
    margin-top: 76px;
}
.margin-top-77px {
    margin-top: 77px;
}
.margin-top-78px {
    margin-top: 78px;
}
.margin-top-79px {
    margin-top: 79px;
}
.margin-top-80px {
    margin-top: 80px;
}
.margin-top-85px {
    margin-top: 85px;
}
.margin-top-90px {
    margin-top: 90px;
}
.margin-top-95px {
    margin-top: 95px;
}
.margin-top-100px {
    margin-top: 75px;
}
.margin-top-100px {
    margin-top: 100px;
}
.margin-top-110px {
    margin-top: 110px;
}
.margin-left-0px {
    margin-left: 0;
}
.margin-left-5px {
    margin-left: 5px;
}
.margin-left-10px {
    margin-left: 10px;
}
.margin-left-15px {
    margin-left: 15px;
}
.margin-left-20px {
    margin-left: 20px;
}
.margin-left-25px {
    margin-left: 25px;
}
.margin-left-40px {
    margin-left: 40px;
}
.margin-left-50px {
    margin-left: 50px;
}
.margin-left-75px {
    margin-left: 75px;
}
.margin-left-100px {
    margin-left: 75px;
}
.margin-right-0px {
    margin-right: 0;
}
.margin-right-5px {
    margin-right: 5px;
}
.margin-right-10px {
    margin-right: 10px;
}
.margin-right-15px {
    margin-right: 15px;
}
.margin-right-20px {
    margin-right: 20px;
}
.margin-right-25px {
    margin-right: 25px;
}
.margin-right-50px {
    margin-right: 50px;
}
.margin-right-75px {
    margin-right: 75px;
}
.margin-right-100px {
    margin-right: 75px;
}
.margin-right-100px {
    margin-right: 100px;
}
.margin-right-110px {
    margin-right: 110px;
}
.padding-bottom-0px {
    padding-bottom: 0;
}
.padding-bottom-5px {
    padding-bottom: 5px;
}
.padding-bottom-10px {
    padding-bottom: 10px;
}
.padding-bottom-15px {
    padding-bottom: 15px;
}
.padding-bottom-20px {
    padding-bottom: 20px;
}
.padding-bottom-25px {
    padding-bottom: 25px;
}
.padding-bottom-30px {
    padding-bottom: 30px;
}
.padding-bottom-35px {
    padding-bottom: 35px;
}
.padding-bottom-50px {
    padding-bottom: 50px;
}
.padding-bottom-75px {
    padding-bottom: 75px;
}
.padding-bottom-100px {
    padding-bottom: 75px;
}
.padding-top-0px {
    padding-top: 0;
}
.padding-top-5px {
    padding-top: 5px;
}
.padding-top-10px {
    padding-top: 10px;
}
.padding-top-15px {
    padding-top: 15px;
}
.padding-top-20px {
    padding-top: 20px;
}
.padding-top-25px {
    padding-top: 25px;
}
.padding-top-30px {
    padding-top: 30px;
}
.padding-top-35px {
    padding-top: 35px;
}
.padding-top-50px {
    padding-top: 50px;
}
.padding-top-75px {
    padding-top: 75px;
}
.padding-top-100px {
    padding-top: 75px;
}
.padding-top-100px {
    padding-top: 100px;
}
.padding-top-110px {
    padding-top: 110px;
}
.padding-left-0px {
    padding-left: 0;
}
.padding-left-5px {
    padding-left: 5px;
}
.padding-left-10px {
    padding-left: 10px;
}
.padding-left-15px {
    padding-left: 15px;
}
.padding-left-20px {
    padding-left: 20px;
}
.padding-left-25px {
    padding-left: 25px;
}
.padding-left-30px {
    padding-left: 30px;
}
.padding-left-35px {
    padding-left: 35px;
}
.padding-left-40px {
    padding-left: 40px;
}
.padding-left-45px {
    padding-left: 45px;
}
.padding-left-50px {
    padding-left: 50px;
}
.padding-left-75px {
    padding-left: 75px;
}
.padding-left-100px {
    padding-left: 75px;
}
.padding-right-0px {
    padding-right: 0;
}
.padding-right-5px {
    padding-right: 5px;
}
.padding-right-10px {
    padding-right: 10px;
}
.padding-right-15px {
    padding-right: 15px;
}
.padding-right-20px {
    padding-right: 20px;
}
.padding-right-25px {
    padding-right: 25px;
}
.padding-right-30px {
    padding-right: 30px;
}
.padding-right-50px {
    padding-right: 50px;
}
.padding-right-75px {
    padding-right: 75px;
}
.padding-right-100px {
    padding-right: 75px;
}
.padding-right-100px {
    padding-right: 100px;
}
.padding-right-110px {
    padding-right: 110px;
}
.intro {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 5px;
}
.subtexto {
    color: #ff5600;
    font-size: 22px;
}
@media (max-width: 1324px) {
    .subtexto {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .subtexto {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .subtexto {
        font-size: 22px;
    }
}
.linhas {
    border: 1px solid #ddd;
}
.linha-bottom-top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.linha-bottom {
    border-bottom: 1px solid #ddd;
}
.linha-bottom-laranja {
    border-bottom: 1px solid #ff5600;
}
.linha-top-azul {
    border-top: 1px solid #ff5600;
}
.linha-bottom-azul {
    border-bottom: 1px solid #ff5600;
}
.linha-left-azul {
    border-left: 1px solid #ff5600;
}
.linha-right-azul {
    border-right: 1px solid #ff5600;
}
.linha-top {
    border-top: 1px solid #ddd;
}
.linha-left {
    border-left: 1px solid #ddd;
}
.linha-right {
    border-right: 1px solid #ddd;
}
a.link {
    text-decoration: underline;
}
.imagem-logo {
    width: 100%;
}
@media (min-width: 1200px) {
    .imagem-logo {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .imagem-logo {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .imagem-logo {
        width: 35%;
    }
}
@media (max-width: 767px) {
    .imagem-logo {
        width: 100%;
    }
}
.imagem-100 {
    width: 100%;
}
.imagem-90 {
    width: 90%;
}
.imagem-80 {
    width: 80%;
}
.imagem-70 {
    width: 70%;
}
.imagem-60 {
    width: 60%;
}
.imagem-50 {
    width: 50%;
}
.imagem-40 {
    width: 40%;
}
.imagem-35 {
    width: 35%;
}
.imagem-30 {
    width: 30%;
}
.imagem-20 {
    width: 20%;
}
.imagem-10 {
    width: 10%;
}
.imagem-100-produto {
    width: 100%;
}
.imagem-90-produto {
    width: 90%;
}
.imagem-80-produto {
    width: 80%;
}
.imagem-70-produto {
    width: 70%;
}
.imagem-60-produto {
    width: 60%;
}
.imagem-50-produto {
    width: 50%;
}
.imagem-40-produto {
    width: 40%;
}
.imagem-30-produto {
    width: 30%;
}
.imagem-20-produto {
    width: 20%;
}
.imagem-10-produto {
    width: 10%;
}
@media (max-width: 767px) {
    .imagem-100-produto {
        width: 75%;
    }
    .imagem-90-produto {
        width: 70%;
    }
    .imagem-80-produto {
        width: 65%;
    }
    .imagem-70-produto {
        width: 60%;
    }
    .imagem-60-produto {
        width: 55%;
    }
    .imagem-50-produto {
        width: 45%;
    }
    .imagem-40-produto {
        width: 35%;
    }
    .imagem-30-produto {
        width: 25%;
    }
    .imagem-20-produto {
        width: 15%;
    }
    .imagem-10-produto {
        width: 7.5%;
    }
}
.margin-carrousel {
    margin-top: 66px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .margin-carrousel {
        margin-top: 68px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .margin-carrousel {
        margin-top: 68px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .margin-carrousel {
        margin-top: 68px;
    }
}
@media (min-width: 1350px) {
    .margin-carrousel {
        margin-top: 68px;
    }
}
.padding-0 {
    padding: 0;
}
.float-left {
    float: left;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #ebebeb;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 90px;
}
.sidenav a {
    padding: 8px 8px 8px 42px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
}
.sidenav .linguas {
    font-size: 14px;
    line-height: 26px;
}
.sidenav .margin-side {
    margin-top: 16%;
}
.sidenav a:hover {
    color: #0093f5;
}
.sidenav .closebtn {
    position: absolute;
    top: 60px;
    right: 65px;
    font-size: 80px;
    margin-left: 50px;
    color: #000;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.toogle-color {
    color: #000;
}
.toogle-color:hover {
    color: #0093f5;
}
.logo-xs {
    float: right;
    width: auto;
    height: 30px;
}
.sidenav .menu-selected {
    color: #0093f5;
}
.redonda {
    border-radius: 50%;
}
.no-pointer {
    cursor: default;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: -10px;
    color: #fff;
}
.carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
    color: #fff;
}
.pagination-container {
    text-align: center;
}
.page-btn {
    background-color: white;
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin: 3px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.1s ease-in-out;
}
.page-btn:hover {
    background-color: #ff5600;
    color: #fff;
    border: 1px solid #ff5600;
}
.page-btn.active {
    background-color: #ff5600;
    color: #fff;
    font-weight: 700;
    border: 1px solid #ff5600;
}
.page-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.page-info {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    color: #555;
}
#products-container {
    position: relative;
    overflow: hidden;
}
.product-page {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a:hover h2 {
    color: #ff5600;
}
a:hover h3 {
    color: #ff5600;
}
.produto {
    min-height: 350px;
}
@media (max-width: 767px) {
    .produto {
        min-height: 0;
        margin-bottom: 25px;
    }
}
.produto-porta {
    min-height: 280px;
}
@media (max-width: 767px) {
    .produto-porta {
        min-height: 0;
        margin-bottom: 25px;
    }
}
.carousel-caption {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}
.carousel-caption-vertical {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}
.fundo-produto {
    position: relative;
    z-index: 0;
}

.fundo-produto::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image:
        linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255,255,255,0.25) 100%),
        url("https://accurex.pt/images/fundo/fundo.jpg");
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    z-index: -1;
    opacity: 0.5;
}

html {
    scroll-padding-top: 172px;
    scroll-behavior: smooth;
}
.breadcrumb {
  padding: 8px 5px;
  margin-bottom: 0px;
  list-style: none;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
@media (max-width: 576px) {
    nav[aria-label="breadcrumb"] {
        display: none;
    }
    .fundo-branco.margin-bottom-50px {
        padding: 0;
        margin-bottom: 40px;
        background: 0 0;
        border: none;
    }
}
@media (max-width: 992px) and (orientation: landscape) {
    .imagem-logo {
        max-height: 40px;
        width: auto;
    }
    nav[aria-label="breadcrumb"] {
        display: none;
    }
    .fundo-branco.margin-bottom-50px {
        padding: 0;
        margin-bottom: 40px;
        background: 0 0;
        border: none;
    }
}
.border-redonda {
    border-radius: 45px;
}
.card-produto {
    background-color: #fff;
    border: 1px solid rgb(0 148 230 / 0.3);
    box-shadow: 0 2px 12px rgb(0 0 0 / 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease-in-out;
}
.card-produto:hover {
    box-shadow: 0 4px 18px rgb(0 0 0 / 0.16);
    border: 1px solid #0094e6;
}
.card-produto h4 {
    color: #0094e6;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
}
.card-produto img {
    border-radius: 6px;
    margin-bottom: 15px;
}
.cookies-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgb(0 148 230 / 0.3);
    padding: 15px 20px;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgb(0 0 0 / 0.1);
    font-family: Roboto, sans-serif;
    display: none;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format("truetype");
} /*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
body {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar {
    margin-bottom: 0;
} /*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-500px:before {
    content: "\f26e";
}
.fa-ad:before {
    content: "\f641";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-bug:before {
    content: "\f188";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-cloudflare:before {
    content: "\e07d";
}
.fa-code:before {
    content: "\f121";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-edge:before {
    content: "\f282";
}
.fa-fill:before {
    content: "\f575";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-home:before {
    content: "\f015";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-info:before {
    content: "\f129";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-php:before {
    content: "\f457";
}
.fa-print:before {
    content: "\f02f";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-shipping-fast:before {
    content: "\f48b";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-windows:before {
    content: "\f17a";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),
        url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),
        url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2) format("woff2"),
        url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf) format("truetype"),
        url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),
        url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),
        url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa {
    font-family: "Font Awesome 5 Free";
}
.fa {
    font-weight: 900;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    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.33333333em;
    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-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-home:before {
    content: "\f015";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-print:before {
    content: "\f02f";
}
.fa-font:before {
    content: "\f031";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-warning:before {
    content: "\f071";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-code:before {
    content: "\f121";
}
.fa-info:before {
    content: "\f129";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-bug:before {
    content: "\f188";
}
.fa-try:before {
    content: "\f195";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-support:before {
    content: "\f1cd";
}
.fa-send:before {
    content: "\f1d8";
}
.fa-send-o:before {
    content: "\f1d9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-edge:before {
    content: "\f282";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-s15:before {
    content: "\f2cd";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff");
}

#myCarousel,
.carousel,
.carousel-inner,
.carousel-inner .item {
    width: 100% !important;
    max-width: 100% !important;
}

.carousel-inner .item img,
.carousel-inner .item picture,
.imagem-carrousel {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.font-menu {
	font-size: 14px;
}
.card-produto {
  background-color: white;
  border: 1px solid rgba(0, 148, 230, 0.3);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in-out;
}

.card-produto:hover {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 148, 230, 1);
}

.card-produto h4 {
  color: rgba(0, 148, 230, 1);
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
}

.card-produto img {
  border-radius: 6px;
  margin-bottom: 15px;
}

.card-produto ul {
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.card-produto ul li {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.cookies-banner {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	border-top:1px solid rgba(0, 148, 230, 0.3);
	padding:15px 20px;
	z-index:9999;
	box-shadow:0 -2px 6px rgba(0,0,0,0.1);
	font-family:Roboto,sans-serif;
	display:none;
}
.table {
 text-align: left;
 width: 100%;
}

.table tr th {
  padding: 5px 5px;
  border-bottom: 1px solid #ddd;
}
.table tr td {
  padding: 5px 5px;
  border-bottom: 1px solid #ddd;
}
/* Estiliza os botões de página */


.reset {
    color: #fff;
    background-color: #ff5600;
    border: 1px solid #ff5600;
	padding: 4px 16px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
.reset:hover {
    color: #fff;
    background-color: #e87033;
    border-color: #e87033;
    border-radius: 0;
}
h1.titulo-produto.margin-bottom-20px {
	color: rgba(0, 148, 230, 1);
}
h2.texto-cinzento {
	color: black;
}
.thumbnail-clickable {
	cursor: pointer;
    transition: transform 0.2s;
	border: 1px solid white;
	background-color: rgba(255,255,255,0.5);
}

.thumbnail-clickable:hover {
    border: 2px solid rgba(0, 148, 230, 1);
}
.thumbnail-active {
    border: 2px solid rgba(0, 148, 230, 1);
}
h4.subtitulo-documents.margin-top-25px {
	color: rgba(0, 148, 230, 1);
}
a.link-documentation {
	color: #2964aa;
	text-decoration: underline;
}
a.link-documentation:visited {
    color: #749ac8; /* roxo padrão do link visitado */
}

a.link-documentation:hover {
    color: #749ac8; /* normalmente, mantém a cor visitada ou azul, mas podemos reforçar */
    text-decoration: underline;
}

a.link-documentation:focus {
    outline: 1px dotted; /* mostra um contorno para acessibilidade */
    outline-offset: 2px;
}
  #cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: none;
  }

  #cookie-banner {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    border-radius: 12px;
    padding: 50px;
    max-width: 650px;
    width: 90%;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    text-align: center;
  }

  #cookie-banner p {
    font-size: 16px;
	line-height: 32px;
    color: #333;
  }

  #cookie-banner button {
    width: 60%;
    margin-top: 40px;
	padding: 20px;
  }
  
  #cookie-banner button.btn-menu {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
  }

  @media (max-width: 480px) {
	  #cookie-banner {
		top: 55%;
		padding: 25px;
		width: 90%;
	  }

	  #cookie-banner p {
		font-size: 13px;
		line-height: 24px;
		color: #333;
	  }

	  #cookie-banner button {
		width: 80%;
		font-size: 13px;
		margin-top: 20px;
		padding: 10px;
	  }
	  
	  #cookie-banner button.btn-menu {
		width: 80%;
		font-size: 13px;
		margin-top: 15px;
		padding: 10px;
	  }
  }