Engage-x
Ajuda
Dashboard
Gustavo
Website de RI
Gol 2014 RI (PortuguÃªs)Gol 2014
Painel de controleMenuPÃ¡ginasArquivosHD virtualCalendÃ¡riosGaleriasTemplates
HomepageInternaCSSRestritosRelatÃ³riosExtrasGerenciamentoTemplatesEditor de CSS
@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@font-face {
    font-family: 'SansaSoftPro-SemiBold';
    src: url('fontface/SansaSoftPro-SemiBold.eot');
    src: url('fontface/SansaSoftPro-SemiBold.eot') format('embedded-opentype'), url('fontface/SansaSoftPro-SemiBold.woff') format('woff'), 
url('fontface/SansaSoftPro-SemiBold.ttf') format('truetype'), url('fontface/SansaSoftPro-SemiBold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GOLSansDisplay-Bold';
    src: url('fontface/GOLSansDisplay-Bold.eot');
    src: url('fontface/GOLSansDisplay-Bold.eot') format('embedded-opentype'), url('fontface/GOLSansDisplay-Bold.woff') format('woff'), 
url('fontface/GOLSansDisplay-Bold-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}

body * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

*:focus {
    outline: none;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.

 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
	max-width:100%;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 0;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.container>* {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

body {
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

#header .container,
nav .container,
#carrossel .container,
main .container,
#barraLaranja .container,
#footer .container {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/****==============
HEADER
=============*****/

#header {
    height: 141px;
    z-index: 0;
    background: #FFF;
    position: relative;
}


/****==============
LOGO
=============*****/

#logo {
    margin: 30px 0;
    width: 50%;
    float: left;
    position: relative;
}


/****==============
NAV LINKS
=============*****/

#navLinks {
    float: left;
    margin: 30px 0;
    width: 40%;
    position: relative;
}

#navLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: right;
}

#navLinks ul li {
    float: left;
    margin-left: 6%;
}

#navLinks ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #828382;
    font-weight: normal;
}

#navLinks ul li a:hover {
    text-decoration: underline;
}


/****==============
IDIOMA
=============*****/

#idioma {
    width: 65px;
    float: left;
    margin: 30px 0;
    position: absolute;
    right: 0;
}

#idioma a {
    text-decoration: none;
    font-size: 12px;
    color: #828382;
    text-transform: uppercase;
    margin-left: 25px;
}

#idioma .seta:before {
    content: '\e859';
    font-family: 'fontello';
    float: right;
    top: 3px;
    position: relative;
}

#pt #idioma .ico {
    background: url(../images/ico_idioma_pt.png) no-repeat 0 center;
}

#en #idioma .ico {
    background: url(../images/ico_idioma_en.png) no-repeat 0 center;
}

#idioma .boxIdioma {
    display: none;
    background: #eee;
    border: 1px dashed #DFDFDF;
}

#idioma .boxIdioma a {
    color: #828382;
    display: block;
    padding: 2px 0;
    width: 100%;
    margin: 0;
    text-align: center;
}


/****==============
IMG LOGOS
=============*****/

#imgLogos {
    position: absolute;
    right: 0;
    top: 80px;
    width: 210px;
}

#imgLogos .miniLogos {
    margin-left: 50px;
}


/****==============
MENU
=============*****/

nav {
    background: #EEE;
    float: left;
    width: 100%;
    z-index: 9;
}

.megamenu {
    float: left;
    list-style: outside none none;
    margin: 0;
    max-width: 862px;
    height: 40px;
    padding: 0;
    position: relative;
    width: 100%;
}

.megamenu li {
    float: left;
    display: inline;
}

.megamenu li.menu1 {
    width: 135px;
}

.megamenu li.menu2 {
    width: 75px;
}

.megamenu li.menu3 {
    width: 140px;
}

.megamenu li.menu4 {
    width: 170px;
}

.megamenu li.menu5 {
    width: 120px;
}

.megamenu li.menu6 {
    width: 135px;
}

#pt .megamenu li.menu1,
#pt .megamenu li.menu2,
#en .megamenu li.menu2,
#en .megamenu li.menu3 {
    line-height: 30px;
}

#pt .megamenu li.menu3 {
    line-height: 15px;
}

#en .megamenu li.menu1 {
    line-height: 30px;
    width: 100px;
}

#en .megamenu li.menu2 {
  width: 75px;
}
#en .megamenu li.menu2 .submenu {
    left: -8px;
}


.megamenu>li>a {
    float: left;
    padding: 5px 13px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.megamenu>li>a:hover {
    background: #FF7020;
    border-radius: 5px 5px 0 0;
}

.megamenu .submenu,
.megamenu .submenu li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    min-width: 185px;
}

.megamenu .submenu {
    position: relative;
    top: 0;
}

.megamenu li.menu1 .submenu {
    left: -40px;
}

.megamenu li.menu2 .submenu {
    left: -25px;
}

.megamenu li.menu3 .submenu {
    left: -25px;
}

.megamenu li.menu4 .submenu {
    left: -10px;
}

.megamenu li.menu5 .submenu {
    left: -35px;
}

.megamenu li.menu6 .submenu {
    left: -28px;
}

.megamenu .submenu ul {
    background: #65605b;
    float: left;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
}

.megamenu .submenu li .submenu {
    left: 160px;
    top: inherit;
    padding-left: 3px;
}

.megamenu .submenu li {
    clear: both;
    width: 100%;
}

.megamenu .submenu li a {
    float: left;
    padding: 3px 5px 3px 15px;
    width: 91%;
    margin: 0;
    text-align: left;
    text-decoration: none;
    display: block;
    border: 0 none;
    font-size: 12px;
    color: #fbfbfb;
    font-weight: normal;
    line-height: normal;
}

.megamenu .submenu li:hover>a {
    color: #FF7020;
    font-weight: bold;
}

.megamenu>li.showhide {
    display: none;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #FFF;
}

.megamenu>li.showhide span.title {
    margin: 12px 0 0 8px;
    float: left;
    color: #FF7020;
    font-size: 14px;
    text-indent: -9999px;
}

.megamenu>li.showhide span.icon1:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 22px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border- top: 3px solid #FF7020;
    border-bottom: 3px solid #FF7020;
    z-index: 1;
}

.megamenu>li.showhide span.icon2:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 9px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border- top: 3px solid #FF7020;
    border-bottom: 3px solid #FF7020;
    z-index: 1;
}

.skyblue li>a,
.skyblue>li.showhide span {
    color: #65605b;
}

.skyblue>li:hover>a,
.skyblue>li.active>a,
.skyblue .dropdown li:hover>a {
    color: #FFF;
    background: #FF7020;
    border-radius: 5px 5px 0 0;
}


/****==============
BUSCA
=============*****/

#busca {
    max-width: 107px;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0px;
    background: #FFF;
}

#busca label {
    display: none;
}

#busca fieldset {
    border: 0;
}

#busca .txt_busca {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    width: 56px;
    padding: 7px 13px;
    border: 0;
    float: left;
}

#busca .btn {
    float: right;
    border: 0 none;
    cursor: pointer;
    background: none;
    width: 22px;
    height: 30px;
}

#busca .btn:before {
    content: '\e95a';
    font-family: 'fontello';
    float: right;
    position: relative;
    right: 10px;
    top: 0;
    color: #6D6D6D;
    opacity: .9;
}

#busca .btn:hover:before {
    color: #DB5014;
}


/***========================
SLIDE SHOW
========================***/

#slider {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    z-index: 0;
}

.caption {
    clear: both;
    left: 50%;
    margin: -162px 0 0 -485px;
    max-width: 970px;
    position: absolute;
    text-align: left;
    top: 50%;
    padding: 15px 11px 40px;
}

.caption h1 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    width: 100%;
}

.rslides_tabs {
    left: 50%;
    margin: 155px 0 0 -68px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 2;
    padding: 0 10px;
}

.rslides_tabs li {
    display: inline;
    float: left;
    margin-right: 10px;
}

.rslides_tabs a {
    width: 14px;
    height: 13px;
    float: left;
    display: inline;
    border-radius: 50%;
    background: #D2D2D2;
}

.rslides_tabs .rslides_here a {
    background: #FF7020;
    color: transparent;
}

.rslides_tabs a {
    color: transparent;
}

.pre-load img {
    position: relative;
    width: 100%;
}

.callbacks_container {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.caixa {
    position: absolute;
    top: 20px;
    left: 100px;
    width: auto;
    max-width: 700px;
    min-width: 200px;
    background: rgba(50, 50, 50, 0.6);
    padding: 15px 15px 20px 15px;
    color: #fff;
    border-radius: 5px;
    font-family: GOLSansDisplay-Bold;
}

.caixa span {
    color: #ffffff;
    background-color: #FF7020;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 25px;
}

.caixa h1 {
    margin: 20px 0;
    font-size: 28px;
}

.caixa h2 {
    margin: 20px 0;
    font-size: 25px;
    font-weight: normal;
}

.caixatxt {
    font-size: 14px;
    color: #fff;
}

.caixatxt p {
    margin-bottom: 15px;
}

.caixatxt strong {
    color: #FF7020;
}

.caixaver {
    color: #FF7020;
    transform: rotate(270deg);
    font-weight: bold;
}


/***========================
NOTICIAS
========================***/

#noticias {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 25px 0 0 164px;
    border-radius: 5px;
    width: 300px;
    background: #FF7020/*url(../images/bg-
noticias.png) repeat-x left top*/
    ;
    padding: 15px 10px;
    z-index: 2;
}

#noticias h2 {
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding-left: 10px;
}

#noticias .linkTodas {
    position: absolute;
    right: 22px;
}

#noticias .vertodas a {
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    font-weight: 900;
}

#noticias .ico-rss:before {
    content: "\e9e2";
    font-family: 'fontello';
    color: #FFF;
    font-size: 15px;
    float: right;
    padding: 0 0 0 13px;
    transition: 0.2s;
    transition-delay: 0.1s;
}

#noticias .ico-rss:hover:before {
    color: #333;
    transition: 0.3s;
    transition-delay: 0.2s;
    cursor: pointer;
}

#noticias ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#noticias ul li {
    float: left;
    width: 92%;
    border-bottom: 1px dotted #FFF;
    padding: 8px 10px 8px;
}

#noticias ul li.last,
#noticias ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

#noticias ul li .data,
#noticias ul li p a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

#noticias ul li .data {
    font-weight: bold;
}

#noticias ul li p a {
    font-weight: normal;
}

#noticias ul li p a:hover,
#noticias .vertodas a:hover {
    text-decoration: underline;
}


/***========================
CARROSSEL
========================***/

#boxCarrossel {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}

.list_carousel {}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    border-right: 1px dotted #BEBEBF;
    display: block;
    position: relative;
    float: left;
    width: 146px !important;
    height: 100px;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.clearfix {
    float: none;
    clear: both;
}

.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

#carrossel {
    z-index: 10;
    position: relative;
    max-width: 970px;
    width: 100%;
    background: url(../images/bg-carrossel.png) repeat-x left top;
    height: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 9px 0px rgba(50, 50, 51, 0.65);
    -moz-box-shadow: 0px 7px 9px 0px rgba(50, 50, 51, 0.65);
    box-shadow: 0px 7px 9px 0px rgba(50, 50, 51, 0.65);
    margin: 0 auto;
}

.caroufredsel_wrapper {
    position: relative !important;
    left: 45px !important;
    max-width: 880px;
    width: 100%;
    height: 100px !important;
}

.list_carousel li:hover {
    background: #DB5014;
}

.list_carousel li:hover img {
    margin-top: -108px;
}

.list_carousel li:hover a span {
    color: #FFF;
}

.list_carousel li a {
    display: block;
}

.list_carousel li img {
    margin-top: 12px;
}

.list_carousel li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #DB5014;
    font-weight: 400;
    overflow: hidden;
    height: 100px;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.list_carousel .prev {
    background: url(../images/seta_left.png) no-repeat left center;
    left: 0;
    top: 30px;
}

.list_carousel .next {
    background: url(../images/seta_right.png) no-repeat right center;
    right: 0;
    top: 30px;
}

.list_carousel .prev,
.list_carousel .next {
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    position: absolute;
}

.list_carousel .next:hover,
.list_carousel .prev:hover {
    opacity: 0.5;
}


/***========================
MAIN
========================***/

.interna main {
    background: #FFF;
    margin-top: 0;
    padding-top: 20px;
}

main {
    float: left;
    width: 100%;
    margin-top: 20px;
}

main h2 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

main .box {
    background: url(../images/bg-box.png) repeat 0 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(50, 50, 51, 0.65);
    float: left;
    height: 189px;
    margin-right: 20px;
    padding: 15px 18px;
    width: 28.2%;
}

main .box:hover {
    background: #DB5014;
}

main .box:hover span {
    background-position: 0 -210px;
}

main .box:hover strong {
    color: #FFF;
}

main .box:hover .data {
    border: 2px solid #FFF;
}

main .box:hover #abas li a span {
    color: #FFF;
}

main .box:hover #abas li a.ativo span {
    color: #333333;
}

.box:nth-of-type(3n) {
    margin-right: 0;
}

main .investir .ico1,
main .abra .ico1 {
    background: url(../images/ico-investir.png) no-repeat 0 0;
    width: 121px;
    height: 90px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
}

main .kit .ico2 {
    background: url(../images/ico-kit.png) no-repeat 0 0;
    width: 108px;
    height: 90px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

main .cotas .ico3 {
    background: url(../images/ico-cotas.png) no-repeat 0 0;
    width: 100px;
    height: 107px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

main .resultados .ico4 {
    background: url(../images/ico-resultados.png) no-repeat 0 0;
    width: 121px;
    height: 119px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

main .calendario .ico5 {
    background: url(../images/ico-calendario.png) no-repeat 0 0;
    width: 95px;
    height: 101px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

main .faleri .ico6 {
    background: url(../images/ico-faleri.png) no-repeat 0 0;
    width: 78px;
    height: 101px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

#en #graficoscotacoes .tabnavigation li.tab1 {
    background: url(../images/tit_graficoscotacoes_aba1_en.png) no-repeat 12px -36px;
}

#en #graficoscotacoes .tabnavigation li.tab1 a.ativo {
    background: url(../images/tit_graficoscotacoes_aba1_en.png) no-repeat 12px 10px;
}

#en #graficoscotacoes .tabnavigation li.tab2 {
    background: url(../images/tit_graficoscotacoes_aba2_en.png) no-repeat 12px 9px;
}

#en #graficoscotacoes .tabnavigation li.tab2 a.ativo {
    background: url(../images/tit_graficoscotacoes_aba2_en.png) no-repeat 12px -34px;
}

main .investir,
main .kit,
main .cotas,
main .resultados,
main .calendario,
main .faleri,
main .abra {
    position: relative;
}

main .investir p,
main .abra p {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin: 10px 0;
}

main .investir .link a,
main .abra .link a {
    text-decoration: none;
    color: #DB5014;
    font-weight: bold;
    font-size: 12px;
}

main .investir .link a:hover,
main .abra .link a:hover {
    text-decoration: underline;
}

main .investir .link a,
main .abra .link a {
    text-decoration: none;
    color: #EC6D0B;
    font-weight: bold;
    font-size: 12px;
    background: url(../images/seta1.png) no-repeat right 0;
    padding: 0 20px 0 0
}

main .box:hover .link a {
    color: #FFF;
    background: url(../images/seta1-hover.png) no-repeat right 0;
    padding: 0 20px 0 0
}

main .kit ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    position: relative;
}

main .kit ul li {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

main .kit ul li.lastkit {
    width: 67%;
}

main .kit form {
    float: left;
    width: 100%;
}

main .kit input {
    display: block;
    float: left;
    position: relative;
    top: 7px;
}

main .kit .btn_download {
    background: #F2F2F2;
    border: 0;
    float: right;
    font-size: 12px;
    color: #666666;
    line-height: 13px;
    padding: 2px 5px;
    position: relative;
    right: 107px;
    top: 40px;
    transition: 0.2s;
    transition-delay: 0.1s;
    border: 2px solid #686966;
    border-radius: 5px;
    cursor: pointer;
}

main .kit .btn_download:hover {
    color: #FE8301;
    transition: 0.4s;
    transition-delay: 0.2s;
}

main .kit input[type=checkbox].css-checkbox {
    display: none;
}

main .kit input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    color: #333;
    font-weight: normal;
}

main .kit input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -65px;
    color: #333;
    font-weight: bold;
}

main .kit label.css-label {
    background-image: url(../images/ico-checkbox.png);
}

main .kit p {
    font-size: 13px;
    color: #333;
}

main .resultados p {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    margin: 10px 0;
    line-height: 19px;
}

.resultados #carouselElemento {
    z-index: 10;
}

.resultados #wrapper {
    width: 255px;
    margin: 0 auto;
    background: none !important;
    box-shadow: none !important;
    height: 56px;
}

.resultados #carouselElemento .caroufredsel_wrapper {
    position: relative !important;
    left: 18px !important;
    width: 98px !important;
    height: 70px !important;
}

.resultados #carouselElemento ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.resultados #carouselElemento li {
    text-align: center;
    line-height: 80px;
    display: block;
    width: 98px;
    height: 56px;
    padding: 0;
    float: left;
    position: relative;
}

.resultados #carouselElemento li a {
    text-decoration: none;
}

.resultados #carouselElemento li span {
    display: block;
    font-size: 25px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    width: 98px;
    height: 56px;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
}

.clearfix {
    float: none;
    clear: both;
}

.resultados #carouselElemento .prev2,
.resultados #carouselElemento .next2 {
    background: transparent url(../images/carousel_control2.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
}

.resultados #carouselElemento .prev2 {
    margin: 27px 0 0 -128px;
}

.resultados #carouselElemento .next2 {
    margin: 27px 0 0 -30px;
    background-position: -22px 0;
}

main .box:hover #carouselElemento .prev2 {
    background: url(../images/carousel_control2_hover.png) no-repeat 0 0;
}

main .box:hover #carouselElemento .next2 {
    background: url(../images/carousel_control2_hover.png) no-repeat -21px -1px;
}

main .box:hover #carouselElemento li a span {
    color: #FFF;
}

main .calendario .vertodos {
    position: absolute;
    right: 20px;
    top: 15px;
}

main .calendario .vertodos a {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
}

main .calendario .vertodos a:hover {
    border-bottom: 1px solid #333;
}

main .calendario ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

main .calendario ul li {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

main .calendario ul li .data {
    width: 45px;
    height: 45px;
    border: 2px solid #DB5014;
    float: left;
    margin-right: 10px;
    text-align: center;
}

main .calendario ul li .data .dia,
main .calendario ul li .data .mes {
    color: #333;
    float: left;
    width: 100%;
    margin: 0 auto;
}

main .calendario ul li .data .dia {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

main .calendario ul li .data .mes {
    font-size: 14px;
    font-weight: normal;
    line-height: 10px;
}

main .calendario ul li p {
    width: 140px;
    float: left;
}

main .calendario ul li p a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

main .calendario ul li:hover p,
main .calendario ul li:hover .dia,
main .calendario ul li:hover .mes {
    color: #FFF;
}

main .calendario p {
    color: #333;
    float: left;
    font-size: 14px;
    margin: 0;
}

main .faleri p,
main .faleri .end {
    font-weight: normal;
    color: #333;
    margin: 10px 0;
}

main .faleri p {
    font-size: 13px;
}

main .faleri .end {
    font-size: 11px;
}

main .faleri strong,
main .faleri .link a {
    color: #DB5014;
    font-weight: bold;
    text-decoration: none;
}

main .faleri strong {
    font-size: 14px;
}

main .faleri .link a {
    font-size: 12px;
}

main .faleri .link a {
    font-size: 12px;
    background: url(../images/seta1.png) no-repeat right 0;
    padding: 0 20px 0 0
}

main .faleri .link a:hover {
    text-decoration: underline;
    background: url(../images/seta1-hover.png) no-repeat right 0;
    padding: 0 20px 0 0
}

main .faleri p a {
    color: #333;
    margin: 10px 0;
    text-decoration: none;
}

main .faleri p a:hover {
    color: #FFF;
}

main .resultados,
main .calendario,
main .faleri,
main .abra {
    padding: 15px 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

main .resultados .link a {
    color: #DB5014;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}


/*===============INFORMACOES
============================*/

#barraLaranja {
    background: #DB5014;
    height: 80px;
    -webkit-box-shadow: 0px 7px 9px 0px rgba(50, 50, 51, 0.65);
    -moz-box-shadow: 0px 7px 9px 0px rgba(50, 50, 51, 0.65);
    box-shadow: 0px 7px 9px 0px rgba(50, 50, 51, 0.65);
}

#pub {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 20px;
}

#pub .associada {
    float: left;
}

#pub .associada h3 {
    color: #FFF;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

#pub .redesSociais {
    margin: 0 0 0 11%;
    float: left;
    max-width: 460px;
    width: 100%;
}

#pub .redesSociais h2 {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    width: 125px;
    float: left;
}

#pub .redesSociais ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pub .redesSociais ul li {
    display: inline;
    background: red;
    width: 32px;
    height: 31px;
    margin: 0 5px;
    float: left;
    text-indent: -9999px;
    transition: 0.2s;
    transition-delay: 0.1s;
}

#pub .redesSociais ul li a {
    display: block;
    transition: all 0.4s ease 0.1s;
    height: 31px;
}

#pub .redesSociais ul li.ico1 {
    background: url(../images/img_sociais.png) no-repeat 0 0;
}

#pub .redesSociais ul li.ico2 {
    background: url(../images/img_sociais.png) no-repeat -42px 0;
}

#pub .redesSociais ul li.ico3 {
    background: url(../images/img_sociais.png) no-repeat -84px 0;
}

#pub .redesSociais ul li.ico4 {
    background: url(../images/img_sociais.png) no-repeat -126px 0;
}

#pub .redesSociais ul li.ico5 {
    background: url(../images/img_sociais.png) no-repeat -167px 0;
}

#pub .redesSociais ul li.ico6 {
    background: url(../images/img_sociais.png) no-repeat -210px 0;
    width: 52px
}

#pub .redesSociais ul li:hover {
    transition: all 0.4s ease 0.1s;
}

#pub .redesSociais ul li.ico1:hover {
    background-position: 0 -50px;
}

#pub .redesSociais ul li.ico2:hover {
    background-position: -42px -50px;
}

#pub .redesSociais ul li.ico3:hover {
    background-position: -84px -50px;
}

#pub .redesSociais ul li.ico4:hover {
    background-position: -126px -50px;
}

#pub .redesSociais ul li.ico5:hover {
    background-position: -167px -50px;
}

#pub .redesSociais ul li.ico6:hover {
    background-position: -210px -50px;
}

#pub .titulo {
    float: right;
}

#pub .titulo h2 {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    float: left;
    line-height: 25px;
}

#informacoes {
    position: absolute;
    left: 200px;
    top: -12px;
    width: 79%;
    padding-bottom: 50px;
}

#informacoes strong {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    margin: 12px;
    float: left;
    display: block;
    width: 100%;
}

#informacoes .imgFooterRight {
    position: absolute;
    right: 0;
    top: 12px;
}

#informacoes ul {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}

#informacoes ul li {
    float: left;
    position: relative;
    margin-right: 10px;
}

#informacoes ul li:hover img {
    margin-top: -50px;
}

#informacoes ul li .ico {
    height: 30px;
    overflow: hidden;
}

#informacoes ul li .ico a {
    display: block;
}

#informacoes ul li .txt {
    position: absolute;
    width: auto;
    min-width: 150px;
    height: auto;
    padding: 5px 20px;
    top: 50px;
    left: 50%;
    margin: -16px 0 0 -42px;
    opacity: 0;
    background: #E16B0B;
    box-shadow: 0 7px 9px 0 rgba(50, 50, 51, 0.65);
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in- out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

#informacoes ul li:hover .txt {
    top: 50px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*===============FOOTER
============================*/

#footer {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

#footer .container {
    margin: 30px auto 0;
}

#footer .linhaCima {
    border-bottom: 1px solid #D7D8D7;
    float: left;
    width: 100%;
    position: absolute;
    top: 75px;
    display: none;
}

#footer .linhaBaixo {
    border-bottom: 1px solid #D7D8D7;
    float: left;
    width: 100%;
    position: absolute;
    bottom: -30px;
    display: none;
}

#footer h2.mapa {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-indent: -9999px;
}

#pt #footer h2.mapa.ativo {
    background: url(../images/tit_mapa_ativo_20150716_pt.gif) no-repeat 0 0;
}

#en #footer h2.mapa.ativo {
    background: url(../images/tit_mapa_ativo_20150716_en.gif) no-repeat 0 0;
}

#pt #footer h2.mapa {
    background: url(../images/tit_mapa_pt.gif) no-repeat 0 0;
}

#en #footer h2.mapa {
    background: url(../images/tit_mapa_en.gif) no-repeat 0 0;
}


/*===============MENU FOOTER
============================*/

#rodape {
    display: none;
    margin-top: 80px;
    float: left;
    width: 100%;
}

#menuFooter {
    position: relative;
    background: none;
}

#menuFooter ul li {
    display: inline;
    float: left;
    position: relative;
    padding: 4px 15px 0 0;
}

#menuFooter ul li.menu1 {
    width: 130px;
}

#menuFooter ul li.menu2 {
    width: 180px;
}

#menuFooter ul li.menu3 {
    width: 134px;
}

#menuFooter ul li.menu4 {
    width: 175px;
}

#menuFooter ul li.menu5 {
    width: 133px;
}

#menuFooter ul li.menu6 {
    width: 126px;
}

#menuFooter .link {
    display: block;
    height: 55px;
    line-height: 16px;
    float: left;
    overflow: hidden;
    color: #868688;
    padding: 3px 0 0;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

#menuFooter .submenu2 {
    left: 1px;
    top: 40px;
    font-size: 13px;
    width: 145px;
}

#menuFooter .submenu2 ul {
    float: left;
    width: 145px;
}

#menuFooter .submenu2 li {
    background: url(../images/bullets-menu-footer.jpg) no-repeat 0 14px transparent;
    clear: both;
    float: left;
    padding: 5px 0 0;
    position: relative;
    width: 145px;
}

#menuFooter .submenu2 li a {
    background: none;
    font-size: 12px;
    color: #858587;
    font-weight: normal;
    line-height: 14px;
    display: block;
    padding: 5px 0 0 0px;
    text-indent: 0;
    text-decoration: none;
}

#menuFooter .submenu2 li a:hover {
    color: #DB5014;
}

#menuFooter .submenu2 li.first {
    border-top: none;
}

#copyright {
    position: absolute;
    top: 450px;
    left: 0;
    text-align: left;
    padding-bottom: 40px;
    z-index: 9;
}

#copyright p,
#copyright address {
    float: left;
    color: #858587;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    font-style: normal;
}

#copyright address a {
    text-decoration: none;
    color: #858587;
}

#copyright address a:hover {
    text-decoration: underline;
}


/****==============
CONTENT
=============*****/

#content {
    width: 100%;
}

#content .boxTitulo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#content .boxTitulo header {
    float: left;
    width: 70%;
}

#content .boxTitulo header h2 {
    color: #DB5014;
    font-size: 1.250em;
    font-weight: bold;
    text-transform: uppercase;
}

#content .boxTitulo header h3 {
    color: #333;
    font-size: 9px;
    font-weight: normal;
    margin: 0 0 15px 7px;
    text-transform: capitalize;
}

#content .boxTitulo .icons {
    float: right;
    width: 30%;
}

#content .itens {
    float: right;
    margin: 28px 0 0;
    display: inline;
    position: relative;
    padding: 0;
}

#content .itens li {
    list-style: none;
    float: left;
}

#content .itens a {
    display: inline;
    text-indent: -9999px;
    height: 24px;
    line-height: 25px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    padding: 0 3px;
    margin: 0 2px;
    transition: all 0.4s ease 0.1s;
}

#content .itens .decrease a {
    width: 20px;
    background: url(../images/icones_sprites.png) no-repeat -98px 0;
}

#content .itens .decrease a:hover {
    background-position: -98px -40px;
}

#content .itens .increase a {
    width: 18px;
    background: url(../images/icones_sprites.png) no-repeat -127px 0;
}

#content .itens .increase a:hover {
    background-position: -127px -40px;
}

#content .itens .print a {
    width: 25px;
    background: url(../images/icones_sprites.png) no-repeat -62px 0;
}

#content .itens .print a:hover {
    background-position: -62px -40px;
}

#content .itens .send a {
    width: 24px;
    background: url(../images/icones_sprites.png) no-repeat -26px 0;
}

#content .itens .send a:hover {
    background-position: -26px -40px;
}

#content .itens .favoritos a {
    width: 22px;
    background: url(../images/icones_sprites.png) no-repeat 6px 0;
}

#content .itens .favoritos a:hover {
    background-position: 6px -40px;
}

#content .itens a:hover {
    transition: all 0.4s ease 0.1s;
}

.float_d {
    float: right;
    margin: 0 0 15px 15px;
    display: inline;
}

.float_e {
    float: left;
    margin: 0 15px 15px 0;
    display: inline;
}

#texto,
.textContent {
    float: left;
    width: 100%;
}

#texto a,
.textContent a {
    color: #DB5014;
}

#texto a:hover,
.textContent a:hover {
    text-decoration: none;
}

#texto p,
#texto li,
.textContent p,
.textContent li {
    color: #333;
    line-height: 1.5em;
    margin: 0 0 17px 0;
    text-align: justify;
    font-size: 0.875em;
    font-weight: normal;
}

#texto h1,
.textcontent h1 {
    font-size: 1.375em;
    color: #DB5014;
}

#texto h2,
.textContent h2 {
    font-size: 1.250em;
    color: #DB5014;
}

#texto h3,
.textContent h3 {
    font-size: 1.125em;
    color: #333;
}

#texto h1,
#texto h2,
#texto h3,
.textContent h1,
.textContent h2,
.textContent h3 {
    margin-bottom: 10px;
}

#texto ul,
#texto ol,
.textContent ul,
.textContent ol {
    margin: 0;
    padding: 0;
}

#texto ul li,
#texto ol li,
.textContent ul li,
.textContent ol li {
    margin: 0 0 10px 25px;
}

#texto ul ul,
#texto ul ol,
#texto ol ol,
#texto ol ul {
    margin-top: 12px;
}

#texto ul li ul li,
#texto ol li ol li,
.textContent ul li ul li,
.textContent ol li ol li {
    font-size: 1.000em;
    margin-left: 20px;
}

#texto .linktop,
.textContent .linktop {
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#texto .linktop li,
.textContent .linktop li {
    display: block;
    margin-left: 0;
}

#texto .linktop li:before,
.textContent .linktop li:before {
    font-family: 'fontello';
    content: "\e8f5";
    color: #f57d16;
    padding: 0 10px 0 0;
}

#texto .linktop li:hover:before,
.textContent .linktop li:hover:before {
    color: #4c4c4c;
}

#texto .linktop li a,
.textContent .linktop li a {
    text-decoration: none;
    color: #666666;
}

#texto .linktop li a:hover,
.textContent .linktop li a:hover {
    color: #333;
}

#texto .col_left,
.textContent .col_left {
    width: 50%;
    float: left;
    margin-right: 10%
}

#texto .col_right,
.textContent .col_right {
    width: 40%;
    float: left;
    margin-top: 32px;
}

#texto .col_right .ico1:before,
.textContent .col_right .ico1:before {
    font-family: 'fontello';
    content: '\e8a4';
    padding-right: 7px;
    color: #DB5014;
}

#texto .col_right .ico2:before,
.textContent .col_right .ico2:before {
    font-family: 'fontello';
    content: '\e8bb';
    padding-right: 7px;
    color: #DB5014;
}

#texto .col_right .ico3:before,
.textContent .col_right .ico3:before {
    font-family: 'fontello';
    content: '\e8b8';
    padding-right: 7px;
    color: #DB5014;
}

#texto .col_right .ico4:before,
.textContent .col_right .ico4:before {
    font-family: 'fontello';
    content: '\e80c';
    padding-right: 7px;
    color: #DB5014;
}


/****==============
TABELA
=============*****/

#texto table,
.textContent table {
    border-collapse: collapse;
    font-size: 0.875em;
}

#texto table a,
.textContent table a {
    text-decoration: none;
    color: #f57d16;
}

#texto table a:hover,
.textContent table a:hover {
    text-decoration: underline;
}

#texto table .tabelatt,
.textContent table .tabelatt {
    background: #DB5014;
    color: #FFF;
    font-weight: bold;
}

#texto table .tabelatx,
.textContent table .tabelatx {
    color: #333;
    border-bottom: 1px dashed #A0A29D;
    font-weight: normal;
}

#texto table .tabelatt,
#texto table .tabelatx,
.textContent table .tabelatt,
.textContent table .tabelatx {
    padding: 8px 10px;
}

#texto table .last-borda,
.textContent table .last-borda {
    border-bottom: 2px solid #ED6E0B;
}

#texto table .tabelatx2,
.textContent table .tabelatx2 {
    background: rgba(0, 0, 1, 0.1);
}

#texto table tr:hover .tabelatx,
.textContent table tr:hover .tabelatx {
    background: rgba(255, 89, 0, 0.1);
}


/****==============
ABAS
=============*****/

#abas {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#pt #abas li {
    width: 34%;
}

#en #abas li {
    width: 26%;
}

#abas li {
    float: left;
    text-align: center;
    margin: 0 1% 0 0;
    display: block;
}

#abas li.borda {
    border-left: 1px dotted #999;
    padding-left: 12px;
    margin-left: 12px;
}

#abas li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    color: #DB5014;
    text-transform: uppercase;
    text-indent: -9999px;
}

#abas li a.ativo {
    color: #333;
}

#conteudoAbas {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.contAbas .bdBottom {
    border-bottom: 1px dotted #999;
    float: left;
    width: 94%;
    margin: 5px 0;
}

.contAbas .bdBottomHover {
    border-bottom: 1px dotted #FFF;
    float: left;
    width: 94%;
    margin: 5px 0;
}

.cotas {
    overflow: hidden;
}

.cotas .abasConteudo,
.box.cotas:hover .cotasHover {
    position: absolute;
    left: 17px;
    top: 48px;
    z-index: 1;
}

.boxCotas .cotasHover #tab1,
.boxIndices .cotasHover #tab2 {
    display: block !important;
}


/*.cotas:hover .cotasNormal,
.cotas .cotasHover{left:-200px; top:-300px;}*/

.cotas #abas li a {
    background-repeat: no-repeat;
}

#pt #abas li.tab1 a {
    background-image: url(../images/tit_cotas_pt.png);
}

#pt #abas li.tab2 a {
    background-image: url(../images/tit_indice_pt.png);
}

#en #abas li.tab1 a {
    background-image: url(../images/tit_cotas_en.png);
}

#en #abas li.tab2 a {
    background-image: url(../images/tit_indice_en.png);
}

.cotas #abas li a {
    background-position: 0 -40px;
}

.cotas:hover #abas li a.ativo,
.cotas #abas li a.ativo {
    background-position: 0 0;
}

.cotas:hover #abas li a {
    background-position: 0 -80px;
}


/***===========================================
COTACOES E COTAS
===========================================***/

.cot_graf {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.cot_graf img {
    cursor: pointer;
}

.cot_graf a {
    opacity: 0;
}

div.ifr_cot {
    position: fixed;
    x-index: 9999;
    width: 822px;
    height: 560px;
    left: 50%;
    top: 50%;
    margin: -285px 0 0 -426px;
    background-color: #fff;
    display: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
}

div.ifr_cot iframe {
    position: relative;
    border-width: 0;
    width: 100%;
    margin-top: 10px;
    height: 650px;
}

div.ifr_cot a {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 3px;
    cursor: pointer;
    color: #f30;
    font-size: 30px;
    z-index: 99;
}

.cotas .link a,
.cotas .linknovo a,
.cotas .linkHover a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 85px;
    left: 4px;
    /* width: 300px; */
}

.cotas .linknovo a {
    top: 115px!important;
}

.cotas .link a:before,
.cotas .linknovo a:before,
.cotas .linkHover a:before {
    content: "\e86a";
    font-family: 'fontello';
    color: #333;
    float: right;
    padding-right: 10px;
    font-size: 18px;
}

.cotas .linkHover a,
.cotas:hover .linknovo a,
.cotas .linkHover a:before,
.cotas:hover .linknovo a:before {
    color: #FFF;
}

.cotas .linkHover a:hover,
.cotas .link a:hover,
.cotas .linknovo a:hover {
    text-decoration: underline;
}

.cotas .linkHover a:before,
.cotas .link a:before,
.cotas .linknovo a:before {
    margin-top: -4px;
    padding-left: 5px;
}


/****==============
SANFONA
=============*****/

#texto .slidetabs,
.textContent .slidetabs {
    float: left;
    width: 100%;
    transition: 0.3s;
    transition-delay: 0.1;
    margin-bottom: 10px;
}

#texto .slidetabs:before,
.textContent .slidetabs:before {
    content: "\e93c";
    font-family: 'fontello';
    float: right;
    color: #909090;
    margin: 12px 10px 0 0;
}

#texto .slidetabs:hover:before,
.textContent .slidetabs:hover:before {
    color: #d8692b;
}

#texto .active:before,
.textContent .active:before {
    content: "\e92c";
    font-family: 'fontello';
    color: #FFF;
}

#texto .slidetabs:hover,
#texto .active,
.textContent .slidetabs:hover,
.textContent .active {
    transition: 0.5s;
    transition-delay: 0.2;
}

#texto .slidetabs .mostrar,
.textContent .slidetabs .mostrar {
    color: #65605b;
    background: #EEE;
    cursor: pointer;
    font-size: 0.813em;
    line-height: 1.2em;
    padding: 12px 5px;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
}

#texto .slidetabs .mostrar:hover,
.textContent .slidetabs .mostrar:hover {
    background: #F4F4F4;
}

#texto .active .mostrar:hover,
.textContent .active .mostrar:hover {
    background: #666;
}

#texto .active .mostrar,
.textContent .active .mostrar {
    color: #FFF;
    background: #666;
}

#texto .slidetabs p,
.textContent .slidetabs p {
    padding: 0 10px !important;
}

#texto .sanfona,
.textContent .sanfona {
    float: left;
    padding: 13px 0 0;
    width: 100%;
}

.imprimir .sanfona {
    display: block !important;
}


/****==============
BACK / TOP / SHARE
=============*****/

.update {
    margin: 15px 0 10px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    float: left;
    width: 100%;
}

.update p {
    font-size: 11px !important;
    color: #999 !important;
    margin-bottom: 10px !important;
}

.update p:before {
    /*content: "\e93f";
    font-family: 'fontello';
    font-size: 12px;
    padding-right: 6px;
    color: #F16561;*/
}

.update p.observation:before {
    color: #900;
}

a.gotop,
a.goback,
a.share {
    font-size: 12px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    background: no-repeat 0 0;
    text- decoration: none;
    color: #333;
}

a.gotop {
    float: right;
    border-top: 1px solid #CCC;
    padding: 5px 0;
}

a.gotop:before {
    content: "\e858";
    font-family: 'fontello';
    float: left;
    padding: 0 6px 0 0;
    transition: 0.4s;
    transition-delay: 0.2s;
}

a.goback {
    float: left;
    border-top: 1px solid #CCC;
    padding: 5px 0;
}

a.goback:before {
    content: "\e857";
    font-family: 'fontello';
    font-size: 15px;
    padding: 0 6px 0 0;
    transition: 0.4s;
    transition-delay: 0.2s;
}

a.gotop:hover:before,
a.goback:hover:before,
a.share:hover:before {
    color: #DB5014;
    transition: 0.4s;
    transition-delay: 0.2s;
}

a.share {
    text-align: center;
    margin: 0 auto;
    max-width: 125px;
}

a.share:before {
    content: "\e834";
    font-family: 'fontello';
    font-size: 15px;
    padding-right: 6px;
    transition: 0.4s;
    transition-delay: 0.2s;
}

.gotop_conteudo {
    overflow: hidden;
}

.gotop_conteudo .gotop {
    float: right;
    color: #FFF !important;
    background: rgba(255, 90, 0, 0.7);
    text-align: center;
    border-radius: 10px 0 10px 0;
    border: 0;
    transition: all ease-out .4s;
}

.gotop_conteudo .gotop:hover {
    background: rgba(255, 90, 0, 1);
    transition: all ease-out .4s;
}

.gotop_conteudo .gotop:before {
    content: '';
}


/****==============
FALE COM RI
=============*****/

.interna .faleri {
    padding: 0 !important;
}

.faleri,
.faleri form {
    width: 97%;
    float: left;
}

.faleri label {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.faleri label .textoform {
    float: left;
    color: #333;
    font-size: 0.750em;
}

.faleri label#lnome .textoform:before {
    font-family: 'fontello';
    content: '\e8a4';
    padding-right: 7px;
}

.faleri label#lmail .textoform:before {
    font-family: 'fontello';
    content: '\e80c';
    padding-right: 7px;
}

.faleri label#lfone .textoform:before {
    font-family: 'fontello';
    content: '\e8bb';
    padding-right: 7px;
}

.faleri label#lempresa .textoform:before {
    font-family: 'fontello';
    content: '\e962';
    padding-right: 7px;
}

.faleri label#lmsg .textoform:before {
    font-family: 'fontello';
    content: '\e83d';
    padding-right: 7px;
}

.faleri label .textoform span,
.faleri .obrigatorio {
    color: #6A0000 !important;
    position: relative;
    clear: both;
}

.faleri input,
.faleri textarea {
    width: 98%;
    padding: 5px 1%;
    font-size: 0.750em;
    display: block;
    background: #F3F3F3;
    border: 0;
}

.faleri input,
.faleri textarea {
    color: #666;
    display: block;
    outline: medium none;
}

.faleri input:focus,
.faleri textarea:focus {
    box-shadow: 0 0 2px rgba(180, 180, 180, 0.8);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.faleri .divImagemCaptcha,
.faleri .divTrocarImagemCaptcha {
    width: 100%;
    text-align: left;
}

.faleri .divImagemCaptcha img,
.faleri .divTrocarImagemCaptcha {
    margin: 5px 0;
}

.faleri .divbotoes {
    float: left;
    width: 100%;
}

.faleri .divbotoes .botao {
    max-width: 80px;
    width: 100%;
    margin-right: 1%;
    cursor: pointer;
    transition: all 0.3s ease 0.2s;
    transition-delay: 0.1s;
    float: left;
    color: #FFF;
    background: #222;
    border: 0;
    padding: 5px;
}

.faleri .botao:hover {
    background: rgba(0, 0, 1, 0.5);
    color: #fff;
    transition: all 0.3s ease 0.2s;
    transition-delay: 0.2s;
}

#periodo {
    clear: both;
}

#periodo h4 {
    float: left;
    color: #000;
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#periodo #lano {
    float: right;
    margin: 0 0 10px 0;
}

#periodo #lano .campo {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

#periodo #lano select {
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #000;
}

.arquivos {
    clear: both;
}

.arquivos h3 {
    color: #333 !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.arquivos table {
    margin: 0 0 15px 0;
}

,
.arquivos .link,
.arquivos .tamanho {
    color: #5E5E5E;
    font-size: 0.875em;
}

.arquivos .data a,
.arquivos .link a,
.arquivos .tamanho a {
    color: #666!important;
    text-decoration: none;
}

.arquivos a:hover {
    text-decoration: underline!important;
}

.arquivos .icone {
    width: 45px;
    text-align: center;
}

.arquivos .data {
    width: 83px;
    background: url(../images/ico_bullet1.gif) no-repeat 0 7px;
}

.arquivos .link {
    vertical-align: top;
}

.arquivos .link a:hover {
    text-decoration: none;
}

.arquivos .tamanho {
    width: 100px;
    text-align: right;
}

.arquivos .titulo {
    background: #00345A;
    padding: 10px 5px 10px 15px;
    margin-top: 15px !important;
    color: #FFF !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.filtros {
    width: 100%;
    float: left;
    height: 35px;
}

.trimestre {
    float: right;
    color: #3b3b3b;
    position: relative;
}

.trimestre .tit {
    font-size: 15px;
    position: absolute;
    right: 125px;
    top: 6px;
    color: #ED6E0B;
    font-size: 16px;
    font-weight: bold;
}

.trimestre .ano {
    font-size: 15px;
    position: absolute;
    right: 45px;
    top: 7px;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
}

.trimestre select {
    width: 112px;
    border: 1px solid #E0E0E0;
    padding: 5px 3px;
    color: #666;
}

.trimestre h3 {
    color: #FFF !important;
    font-size: 0.875em !important;
    font-weight: 400 !important;
    position: absolute;
    right: 40px;
    top: 8px;
}

.box_select {
    background: url(../images/btnForm.png) no-repeat scroll right 0;
    margin-bottom: 15px;
    width: 100%;
    height: 35px;
}

.box_select select {
    background: none;
    border: medium none;
    padding: 6px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 1;
}

.box_select select option {
    font-size: 15px;
    font-weight: normal;
    color: #999;
}


/***===========================================
ABAS - RESULTADOS
===========================================***/

.tabArquivos {
    margin-bottom: 20px;
}

#texto .abasTrimestres,
.textContent .abasTrimestres {
    width: 100%;
    float: right;
    list-style: none;
    margin: 0;
}

#texto .tabs,
.textContent .tabs {
    float: left;
    width: 100%;
}

#texto .tabs h3,
.textContent .tabs h3 {
    color: #DB5014;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: -50px;
}

#texto .tabArquivos table,
.textContent .tabArquivos table {
    border-bottom: 2px solid #ED6E0B;
}

#texto .tabs .titTrimestre,
.textContent .tabs .titTrimestre {
    background: #DB5014;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: #FFF;
    font-weight: bold;
    border- radius: 5px 5px 0 0;
}

#texto .tabs .titTrimestre h4,
.textContent .tabs .titTrimestre h4 {
    padding-left: 20px;
}

#texto .abasTrimestres li,
.textContent .abasTrimestres li {
    float: right;
    margin: 0;
}

#texto .lista table,
.textContent .lista table {
    margin: 0 !important;
}

#texto .abasTrimestres a,
.textContent .abasTrimestres a {
    background: #8E908C;
    padding: 6px 50px;
    margin: 0 20px 0 0;
    color: #FFF;
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

#texto .abasTrimestres .selected,
.textContent .abasTrimestres .selected {
    background: #DB5014;
    color: #FFF;
}

#texto #results_1,
#texto #results_2,
#texto #results_3,
#texto #results_4 {
    display: none;
}


/***===========================================
SEARCH
===========================================***/

.search_results {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.search_results .palavra_chave {
    display: block;
}

.search_results .pChave {
    background: #FF7020;
    border-radius: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    margin: 0 5px 0 0;
    padding: 3px 10px;
}

.qnt_pag {
    float: left;
    width: 100%;
}

.qnt_pag .qnt_frase {
    margin: 0 0 10px;
    text-align: left;
    float: left;
    color: #333;
    width: 100%;
}

.qnt_pag span a {
    background: #FF7020;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px 12px;
    text-decoration: none;
    transition: 0.2s;
    transition-delay: 0.1s;
}

.qnt_pag span a:hover {
    background: #F8A35C;
    transition: 0.3s;
    transition-delay: 0.2s;
}

#tb-search {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 10px;
}

#tb-search .left {
    height: 20px;
    float: left;
}

#tb-search .left h3 {
    color: #FF7020;
    font-size: 14px;
    margin: 3px 0;
    font-weight: normal;
}

#tb-search .right {}

#tb-search .right .titulo {
    background: none;
    float: left;
    text-align: left;
    padding: 0;
    margin: 3px 0;
    width: 100%;
}

#tb-search .right .titulo a {
    text-decoration: none;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}

#tb-search .right .titulo a:hover {
    text-decoration: underline;
}

#tb-search .right .titulo:before {
    content: '\e8a5';
    font-family: 'fontello';
    font-size: 12px;
    color: #555;
}

#tb-search .right blockquote {
    float: left;
    text-align: left;
    font-size: 12px;
    margin: 3px 0;
    color: #666;
}

.paginacao {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    color: #FFF;
}

.paginacao .pag {
    color: #666;
}


/***===========================================
POPUP
===========================================***/

.popup {
    position: absolute;
    display: none;
    background-color: #FFF;
    border: 5px solid #DB5014;
    padding: 12px;
}

#popup_rss {
    right: 175px;
    position: absolute;
    top: -23px;
    width: 540px;
    z-index: 99999;
}

#rss_meio p {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
    clear: both;
    width: 100%;
    color: #393939;
}

#rss_meio p a {
    color: #666666;
    text-decoration: none;
}

#rss_meio p a:hover {
    text-decoration: underline;
}

.popup .close {
    text-indent: -9999px!important;
    display: block!important;
    height: 15px!important;
    width: 15px!important;
    background: url(../images/ico_close.png) no-repeat 0 0!important;
    overflow: hidden!important;
    cursor: pointer!important;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0!important;
}

.popup a.close:hover {
    background-position: 0 -15px!important;
}

.popup .close:before {
    content: "\e88a";
    font-family: 'fontello';
}

#popup img {
    position: absolute;
    left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%);
    z-index: 30000;
    visibility: visible;
	max-width:none;
}


/*===========================
BOOKMARKS
============================*/

#bookmarks {
    float: left;
    padding: 0 !important;
}

#bookmarks p {
    padding: 5px 10px;
}

#bookmarks p a {
    text-decoration: none;
    color: #333;
}

#bookmarks p a:hover {
    text-decoration: underline;
}

#bookmarks ul.fav_list {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

#bookmarks ul.fav_list li {
    float: left;
    padding: 5px;
}

#bookmarks ul.fav_list li .fav_titulo:before {
    content: "\e8c4";
    font-family: 'fontello';
    float: left;
    color: #FFF;
    padding-right: 6px;
}

#bookmarks ul.fav_list li .fav_remover {
    font-size: 12px;
}

#bookmarks ul.fav_list li .fav_titulo {
    font-size: 10px;
}

#bookmarks ul.fav_list li .fav_remover,
#bookmarks ul.fav_list li .fav_titulo {
    float: left;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
}

#bookmarks ul.fav_list li .fav_titulo:hover {
    text-decoration: underline;
}

#fav_principal .close {
    background: url(../images/ico_close.png) no-repeat 0 0;
    height: 16px !important;
    top: 16px !important;
    right: 14px;
}

#fav_principal {
    position: absolute;
    color: #FFF;
    width: 352px;
    display: none;
    right: 0;
    top: 25px;
    z-index: 9999;
    font-size: 11px;
    background- color: #4c4c4c;
    padding: 15px;
}

#fav_principal h2 {
    font-size: 20px;
    font-weight: normal;
    width: 87%;
    float: left;
    margin: 0 0 10px;
    color: #FFF;
}

#fav_principal p {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-size: 12px;
}

#fav_principal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#fav_principal li {
    list-style: decimal outside!important;
    display: list-item;
    margin: 0 0 5px 14px;
    width: 100% !important;
}

#fav_principal .botoes {
    text-align: center;
}

#fav_principal #TXT_NomeSecao {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    font-size: 12px;
    color: #FFF;
    background: #747474;
    border: 0;
    margin: 5px 0;
    padding: 5px;
    width: 157px;
    text-align: center;
}

#fav_principal .botao {
    border: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #FFF;
    margin-top: 6px;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    background: #747474;
    transition: 0.2s;
    transition-delay: 0.1s;
    width: 167px !important;
}

#fav_principal .botao:hover {
    background: #f57d16;
    transition: 0.2s;
    transition-delay: 0.1s;
}


/****==============
SEND EMAIL
=============*****/

#sendmail {
    display: block;
}

#sendmail h1 {
    padding: 15px 36% 0;
    background: #FFF;
}

#sendmail form {
    float: left;
    padding: 0 1.5%;
    width: 97%;
    background: #FFF;
    height: 500px;
}

#sendmail .container {
    float: left;
    margin: 5px 0;
    width: 100%;
}

#sendmail .container label {
    float: left;
    width: 104px;
    margin: 0 25px 0 0;
    text-align: right;
    color: #4c4c4c;
    font-size: 13px;
    line-height: 28px;
}

#sendmail .container input,
#sendmail .container textarea {
    padding: 4px 2%;
    background: none;
    width: 56%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    border: 0;
    color: #77787b;
    border: 1px solid #C4C4C4;
}

#sendmail .container textarea {
    height: 45px;
}

#sendmail .container input:focus,
#sendmail .container textarea:focus {
    box-shadow: 0 0 2px rgba(255, 131, 0, 0.86);
    transition: border 0.1s linear 0s, box-shadow 0.1s linear 0s;
}

#sendmail .containerButtons {
    float: left;
    margin: 5px 0;
    padding: 0 35.5%;
}

#sendmail .containerButtons .botao {
    border: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    background: none;
    min-width: 85px;
    padding: 4px 0;
    width: 100%;
    cursor: pointer;
    color: #4c4c4c;
    transition: 0.3s;
    transition-delay: 0.2s;
    border: 1px solid #C4C4C4;
    font-size: 13px;
}

#sendmail .containerButtons .botao:hover {
    background: rgba(245, 125, 22, 0.85);
    color: #FFF;
    transition: 0.3s;
    transition-delay: 0.2s;
    border: 1px solid rgba(245, 125, 22, 0.85);
}

#sendmail .sucesso {
    width: 100%;
    float: left;
    text-align: center;
}

#sendmail .sucesso p {
    font-size: 14px;
    color: #4c4c4c;
    margin: 20px 0;
}

.divImagemCaptcha {
    width: 100%;
    float: left;
}

.divImagemCaptcha #imgCaptcha {
    margin-left: 128px;
    float: left;
}


/****==============
MODAL
=============*****/

body.email {
    border-width: 0;
    background-image: none;
    background-color: #fff !important;
    overflow: hidden;
}

div.envia_email {
    position: fixed;
    display: none;
    z-index: 9999;
    width: 375px;
    height: 550px;
    top: 50%;
    left: -50%;
    margin: -265px 0 0 -185px;
    border: 6px solid rgba(245, 125, 22, 0.85);
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 5x 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

div.envia_email iframe {
    float: left;
    position: relative;
    background: #4c4c4c;
}

div.envia_email a.close {
    text-indent: -9999px!important;
    display: block!important;
    height: 15px!important;
    width: 15px!important;
    background: url(../images/ico_close.png) no-repeat 0 -15px!important;
    overflow: hidden!important;
    cursor: pointer!important;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9;
    transition: all ease-out .4s;
}

div.envia_email a.close:hover {
    background-position: 0 0px!important;
    transition: all ease-out .4s;
}

div.modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 8, 0.65);
    z-index: 9999;
}

.disclaimer_na {
    font-size: 15px;
    font-style: italic;
}

#top_interna {}

#top_interna ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top_interna ul li {
    float: left;
    margin-right: 15px;
    margin-left: 0;
}

#top_interna ul li a {
    text-decoration: none;
    background: #666 !important;
    border-radius: 5px 10px 5px 10px;
    color: #FFF;
    display: block;
    padding: 10px 20px;
    transition: all ease 0.4s;
    transition-delay: 0.1s;
}

#top_interna ul li a:hover {
    background: #DB5014 !important;
    transition: all ease 0.4s;
    transition-delay: 0.1s;
}

#top_interna ul li .active {
    background: #DB5014 !important;
}

#top_interna ul li .active:before {
    content: '';
}

#top_interna .arquivos .data {
    padding-left: 0 !important;
    color: #DB5014;
    font-size: 1.25em;
    width: 100%;
    float: left;
    font-weight: normal;
}

#top_interna .arquivos .link {
    line-height: 100px;
}

#top_interna .arquivos .icone {
    text-align: left !important;
}

#top_interna table .last-borda {
    border: 0 !important;
}

@media all and (max-width: 1300px) {
    #noticias ul li.last {
        display: none!important;
    }
    #noticias ul li:nth-child(2) {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media all and (max-width: 1265px) {
    /*#slider{height:382px;}*/
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
    .caption {}
    .rslides_tabs {
        margin-top: 120px;
    }
    #noticias ul li.last {
        display: none;
    }
    #popup_rss {
        top: -40px;
    }
    .caixa {
        top: 0px;
        left: 0px;
        max-width: 630px;
    }
    .caixatxt h2 {
        margin: 0;
    }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
    #busca {
        display: none;
    }
    .megamenu {
        padding: 0 45px;
        width: 88%;
    }
    .megamenu li.menu1 {
        width: 15%;
    }
    .megamenu li.menu2 {
        width: 14%;
    }
    .megamenu li.menu3 {
        width: 15%;
    }
    .megamenu li.menu4 {
        width: 25%;
    }
    .megamenu li.menu5 {
        width: 13%;
    }
    .megamenu li.menu6 {
        width: 18%;
    }
    .megamenu li.menu1 .submenu {
        min-width: 183px;
    }
    .megamenu li.menu2 .submenu {
        min-width: 167px;
    }
    .megamenu li.menu3 .submenu {
        min-width: 173px;
    }
    .megamenu li.menu4 .submenu {
        min-width: 230px;
    }
    .megamenu li.menu6 .submenu {
        min-width: 209px;
    }
    .caption {
        margin: -108px 0 0 -460px;
    }
    .rslides_tabs {
        margin: 80px 0 0 -60px;
    }
    #noticias {
        border-radius: 0;
        margin: 24% 0 0;
        width: 100%;
        left: 0;
        padding: 15px 0;
    }
    #noticias ul li {
        width: 95%;
    }
    #noticias h2 {
        width: 98%;
    }
    #noticias ul li.last {
        display: block;
    }
    #carrossel {
        margin: 8% auto 0;
    }
    .caroufredsel_wrapper {
        left: 53px !important;
        max-width: 865px;
    }
    main .box {
        width: 30%;
        padding: 15px 9px;
    }
    #informacoes .imgFooterRight,
    #informacoes #icones li.last {
        display: none;
    }
    #menuFooter,
    #footer h2.mapa {
        display: none;
    }
    #informacoes strong {
        width: 80%;
    }
    #footer .mobile {
        display: block !important;
        top: 50px;
        text-align: center;
        left: 0;
        width: 100%;
    }
    #informacoes,
    #noticias .ico-rss {
        display: none;
    }
    #pub .redesSociais ul li.ico5 {
        display: none;
    }
    #content .itens .favoritos a,
    #content .itens .print a {
        display: none;
    }
    #boxCarrossel {
        margin-top: 14%;
    }
    .caixa {
        top: 0px;
        left: 0px;
        max-width: 100%;
    }
    .caixatxt {
        font-size: 11px;
    }
    .caixatxt h2 {
        margin: 0;
        font-size: 16px;
    }
}

@media all and (min-width: 768px) and (max-width: 928px) {
    #logo {
        width: 35%;
    }
    #navLinks {
        width: 50%;
    }
    #busca {
        display: none;
    }
    .megamenu {
        padding: 0 45px;
        width: 88%;
    }
    .megamenu li.menu1 {
        width: 15%;
    }
    .megamenu li.menu2 {
        width: 14%;
    }
    .megamenu li.menu3 {
        width: 15%;
    }
    .megamenu li.menu4 {
        width: 25%;
    }
    .megamenu li.menu5 {
        width: 12%;
    }
    .megamenu li.menu6 {
        width: 19%;
    }
    .megamenu li.menu1 .submenu {
        min-width: 180px;
    }
    .megamenu li.menu2 .submenu {
        min-width: 170px;
    }
    .megamenu li.menu3 .submenu {
        min-width: 171px;
    }
    .megamenu li.menu4 .submenu {
        min-width: 220px;
    }
    .megamenu li.menu5 .submenu {
        min-width: 165px;
    }
    .megamenu li.menu6 .submenu {
        min-width: 209px;
    }
    .caption {
        margin: -15px 0 0 -379px;
    }
    .caption h1,
    .caption h2 {
        font-size: 20px;
    }
    .caption {
        margin: -91px 0 0 -379px;
    }
    .rslides_tabs {
        margin: 65px 0 0 -60px;
    }
    #noticias {
        border-radius: 0;
        margin: 24% 0;
        width: 100%;
        left: 0;
        padding: 15px 0;
    }
    #noticias ul li {
        width: 95%;
    }
    #noticias h2 {
        width: 98%;
    }
    #carrossel {
        margin-top: 3%;
    }
    .caroufredsel_wrapper {
        left: 75px !important;
        max-width: 575px;
    }
    main .box:nth-of-type(2n) {
        margin-right: 0;
    }
    main .box {
        width: 46%;
        padding: 15px 9px;
    }
    main .cotas {
        margin: 20px 20px 0 0 !important;
    }
    main .resultados {
        margin-bottom: 0;
    }
    main .resultados #carouselElemento li span {
        top: 19px;
    }
    #content .itens .favoritos a,
    #content .itens .print a {
        display: none;
    }
    #informacoes .imgFooterRight,
    #informacoes #icones li.last,
    #menuFooter,
    #footer h2.mapa {
        display: none;
    }
    #informacoes {
        display: none;
    }
    #footer .mobile {
        display: block !important;
        left: 0;
        text-align: center;
        top: 50px;
        width: 100%;
    }
    #pub .redesSociais {
        margin-left: 2%;
        max-width: 450px;
    }
    #pub .titulo h2 {
        font-size: 12px;
    }
    #boxCarrossel {
        margin-top: 26%;
    }
    .caixa {
        top: 0px;
        left: 0px;
        max-width: 100%;
    }
    .caixa h1 {
        margin: 0 0 15px 0;
        font-size: 35px;
    }
    .caixa h2 {
        margin: 0 0 20px 0;
        font-size: 25px;
    }
    .caixa span {
        font-size: 20px;
    }
    .caixatxt h2 {
        margin: 0;
    }
    .caixatxt {
        font-size: 11px;
    }
    .caixatxt h2 {
        margin: 0;
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    #content {
        width: 98%;
        padding: 0 1%;
    }
    #content .boxTitulo header {
        width: 100%;
    }
    #content .boxTitulo .icons {
        display: none;
    }
    #idioma {
        right: 10px;
    }
    #busca {
        z-index: 99;
    }
    #navLinks,
    #imgLogos {
        display: none;
    }
    #menu {
        float: none;
        max-width: 100%;
        margin-left: 0;
        position: relative;
        z-index: 1;
    }
    .megamenu {
        height: auto;
    }
    .megamenu li.menu1 {
        line-height: normal;
    }
    .megamenu li.menu1,
    .megamenu li.menu2,
    .megamenu li.menu3,
    .megamenu li.menu4,
    .megamenu li.menu5,
    .megamenu li.menu6 {
        width: 100%!important;
        background: #eee;
    }
    .megamenu li.menu1 .submenu,
    .megamenu li.menu2 .submenu,
    .megamenu li.menu3 .submenu,
    .megamenu li.menu4 .submenu,
    .megamenu li.menu5 .submenu,
    .megamenu li.menu6 .submenu {
        left: 0;
    }
    #pt .megamenu li.menu1,
    #en .megamenu li.menu1,
    #en .megamenu li.menu3 {
        line-height: normal;
    }
    .megamenu li:hover a {
        float: left;
        text-align: left;
    }
    .megamenu>li>a:hover {
        background: none;
        border-radius: 0;
    }
    .megamenu .submenu li:hover>a {
        font-weight: normal;
    }
    .megamenu .submenu li a {
        padding: 0;
    }
    .megamenu .submenu,
    .megamenu .submenu li .submenu {
        width: 100%;
    }
    .megamenu .submenu ul {
        border-radius: 0;
        background: #65605b;
    }
    .megamenu .submenu span {
        display: none;
    }
    .megamenu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(139, 139, 139, 0.6);
    }
    .megamenu li a {
        padding: 12px 9px;
        text-align: left;
        width: 97%;
    }
    .megamenu .submenu {
        width: 100%;
        display: none;
        left: 0;
        top: 0;
        position: relative;
        border: 0;
    }
    .megamenu .submenu ul {
        padding: 0;
    }
    .megamenu .submenu li {
        border: 0;
        float: left;
        width: 100%;
    }
    .megamenu .submenu li a {
        padding: 10px 21px;
    }
    .megamenu .submenu li a:hover {
        color: #E07927;
    }
    .megamenu .submenu li a:before {
        content: '\e976';
        font-family: 'fontello';
        padding-right: 7px;
    }
    .skyblue>li:hover>a,
    .skyblue>li.active>a,
    .skyblue .dropdown li:hover>a {
        border-radius: 0;
        background: none;
        color: #FF7020;
    }
    .caption {
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
        float: left;
        background: rgba(255, 89, 0, 0.8);
        padding: 0;
        width: 100%;
    }
    .caption h1 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        display: inline-block;
    }
    /*.callbacks_container {
        position: relative;
    }*/
    .rslides_tabs li {
        float: none;
    }
    .rslides_tabs a {
        display: inline-block;
        float: none;
    }
    .rslides_tabs {
        left: 0;
        margin: 0;
        position: relative;
        top: 50%;
        width: 100%;
        padding: 10px 0;
        background: rgba(255, 89, 0, 0.8);
    }
    #noticias {
        border-radius: 0;
        margin: 20px 0 0;
        width: 100%;
        left: 0;
        padding: 15px 0;
        position: relative;
        float: left;
    }
    #noticias ul li {
        width: 90%;
    }
    #noticias h2 {
        width: 95%;
    }
    #noticias .ico-rss:before {
        display: none;
    }
    #noticias .linkTodas {
        right: 13px;
    }
    #slider {
        height: auto;
    }
    #carrossel {
        display: none;
    }
    main {
        margin-top: 0;
    }
    main .box {
        width: 45.333%;
        padding: 15px 8px;
    }
    main .cotas {
        margin: 20px 20px 0 0 !important;
    }
    main .resultados {
        margin-bottom: 0;
    }
    main .box:nth-of-type(2n) {
        margin-right: 0;
    }
    main .resultados #wrapper {
        width: 130px;
        float: left;
    }
    #pt main .resultados #carouselElemento li span {
        width: 98px;
        top: 0;
    }
    #en main .resultados #carouselElemento li span {
        width: 98px;
    }
    main .resultados #carouselElemento .prev2,
    main .resultados #carouselElemento .next2 {
        left: 138px;
        top: 129px;
    }
    main .resultados #carouselElemento .caroufredsel_wrapper {
        top: 37px !important;
    }
    main .calendario ul li p a,
    main .faleri .end,
    main .faleri p,
    main .resultados p,
    main .investir p,
	main .abra p,
    main .faleri strong {
        font-size: 11px;
    }
    #informacoes .imgFooterRight,
    #informacoes #icones li.last {
        display: none;
    }
    #menuFooter,
    #footer h2.mapa {
        display: none;
    }
    #footer #pub .associada {
        text-align: center;
        width: 100%;
    }
    #footer #pub .redesSociais h2 {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer #pub .redesSociais ul {
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }
    #footer #pub .redesSociais ul li {
        float: none;
        display: inline-block;
    }
    #footer .mobile {
        display: block !important;
        top: 170px;
        text-align: center;
        left: 0;
    }
    #footer .mobile {
        top: 40px;
        width: 100%;
    }
    #informacoes {
        display: none;
    }
    .associada {
        display: none;
    }
    #pub .redesSociais {
        width: 100%;
        margin: 0;
    }
    #pub .titulo {
        float: left;
        width: 100%;
    }
    #pub .titulo h2 {
        text-align: left;
        width: 100%;
    }
    .paginacao .pag {
        float: left;
        margin: 9px 0 0;
        width: 100%;
    }
    .faleri,
    .faleri form {
        width: 100%;
    }
    #texto .col_left,
    #texto .col_right {
        width: 100%;
    }
    #texto .abasTrimestres a {
        padding: 6px 30px;
    }
    #texto table .tamanho {
        display: none;
    }
    .caixa {
        top: 0px;
        left: 0px;
        max-width: 100%;
    }
    .caixa h1 {
        margin: 0 0 15px 0;
        font-size: 22px;
    }
    .caixa h2 {
        margin: 0 0 20px 0;
        font-size: 25px;
    }
    .caixa span {
        font-size: 20px;
    }
    .caixatxt {
        font-size: 11px;
    }
    .caixatxt h2 {
        margin: 0;
        font-size: 16px;
    }
	.interna_67589 #texto table td,
	.interna_67588 #texto table td{ font-size:10px; padding-left:0; padding-right:0;}
}

@media all and (max-width:574px) {
    #content {
        width: 98%;
        padding: 0 1%;
    }
    #logo img {
        width: 285px;
    }
    .megamenu li a {
        width: auto;
    }
    .megamenu .submenu li a {
        padding: 10px 11px;
    }
    main .box {
        margin: 0 0 20px;
        padding: 10px;
        width: 94%;
    }
    main .resultados .ico4,
    main .faleri .ico6,
    main .calendario .ico5 {
        bottom: 0;
    }
    main .cotas {
        margin: 0 0 20px 0 !important;
    }
    main .resultados #carouselElemento .prev2,
    main .resultados #carouselElemento .next2 {
        left: 135px;
        top: 86px;
    }
    main .resultados #carouselElemento .caroufredsel_wrapper {
        top: 0 !important;
    }
    #pub {
        top: 5px;
    }
    #pub .redesSociais {
        margin: 0;
    }
    #pub .redesSociais h2 {
        font-size: 10px;
        width: 100%;
        margin-bottom: 5px;
    }
    #pub .redesSociais ul li {
        margin: 0 1px;
    }
    #pub .titulo h2 {
        text-align: left;
    }
    #informacoes {
        display: none;
    }
    #top_interna ul li {
        margin-right: 14px;
    }
    #popup img {
        /*position: absolute;
        left: 0%;
        top: 0%;
        margin-left: 0px;
        margin-top: 0px;*/
    }
    .caixa {
        top: 0px;
        left: 0px;
        max-width: 100%;
    }
    .caixa h1 {
        margin: 0 0 10px 0;
        font-size: 17px;
    }
    .caixa h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
    }
    .caixa span {
        font-size: 10px;
    }
	#texto table td{ font-size:10px!important; padding-left:0!important; padding-right:0!important;}
}

@media all and (max-width:320px) {
    main .box {
        width: 93%;
        padding: 10px;
    }
    main .resultados #carouselElemento li span {
        width: 85px;
    }
    main .resultados #carouselElemento .prev2,
    main .resultados #carouselElemento .next2 {
        left: 135px;
        top: 86px;
    }
    #footer #pub .redesSociais h2 {
        text-align: center;
        width: 100%;
    }
}

#noticias p {
    font-size: 13px;
    color: #FFF;
    margin-bottom: 5px;
}

#noticias ul {
    float: left;
    width: 100%;
    margin: 5px 0;
}

#noticias ul li {
    float: left;
    width: 100%;
    /* margin: 5px 0; */
    color: #FFF;
    font-size: 13px;
    /* padding: 0 0 0 40px; */
    position: relative;
    /* border-bottom: 0; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block!important;
    /* border-bottom: 1px solid #fff; */
}


/*
#noticias ul li:before {
  content: "&#65533;";
  position: absolute;
  top: -3px;
  left: 19px;
  float: left;
  font-size: 20px;
}
*/


/*videos central de resultados*/

#lista-videos,
#tabs_2 #lista-videos {
    /*display: none;*/
    float: left;
    width: 100%;
}

.interna-video #lista-videos {
    display: block;
    margin-top: 15px;
}

#lista-videos h3 {
    margin-bottom: 15px;
    color: #FF7020;
    letter-spacing: 1px;
}

#lista-videos ul li {
    float: left;
    width: 31.3333%;
    margin-left: 3%;
    list-style: none;
    cursor: pointer;
}

#lista-videos ul li:first-child {
    margin-left: 0;
}

#lista-videos ul li img {
    width: 100%;
}

#lista-videos .bg-video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}

#lista-videos.ativo .bg-video {
    display: block;
}

#lista-videos .bg-video iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -440px;
    z-index: 99999;
}

#lista-videos .bg-video .close {
    text-indent: -9999px;
    display: block;
    height: 15px;
    width: 15px;
    background: url(../images/ico_close.png) no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 0;
    z-index: 999999;
}

#lista-videos .bg-video a.close:hover {
    background-position: 0 -15px!important;
}

#lista-videos .bg-video .close:before {
    content: "\e88a";
    font-family: 'fontello';
}

@media all and (max-width: 860px) {
    #lista-videos .bg-video iframe {
        width: 100%!important;
        margin-left: 0;
        margin-top: -190px;
        left: 0;
        height: 380px;
    }
}

@media all and (max-width: 480px) {
    #lista-videos ul li {
        float: left;
        width: 100%;
        margin-left: 0;
        list-style: none;
        cursor: pointer;
    }
    #lista-videos .bg-video iframe {
        height: 260px;
        margin-top: -130px;
    }
	.caixa h1{
		font-size: 15px;
	}
}
@media all and (max-width: 414px) {
	.caixa h1{
		font-size: 11px;
	}
	.caixa h2{
		font-size: 17px;
	}
}
@media all and (max-width: 366px) {
	.caixa h2{
		font-size: 15px;
	}
}


/*CotaÃƒÂ§ÃƒÂµes*/

.stockinfo-chart-adr *,
.stockinfo-history-adr *,
.stockinfo-chart-goll4 *,
.stockinfo-history-goll4 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.stockinfo-chart-adr,
.stockinfo-history-adr,
.stockinfo-chart-goll4,
.stockinfo-history-goll4 {
    clear: both!important;
}

.tbPrices li {
    padding: 5px!important;
    margin: 0px!important;
}

.chart .tbPrices .tbPrices__title,
.historyTickerIdentification {
    text-align: center!important;
    color: #fff!important;
    background: #FF5A00!important;
    font-weight: bold!important;
    border: none!important;
}

.btn-change-chart-period,
.btn-change-chart-type {
    color: #333333!important;
    background-color: #ffffff!important;
    border-color: #cccccc!important;
}

.btn-change-chart-period.active,
.btn-change-chart-type.active {
    color: #ffffff!important;
    background-color: #FF5A00!important;
    border-color: #cccccc!important;
}

.historyTabularPrices tr th {
    background: #ccc!important;
}

.historyTabularPrices tr th,
.historyTabularPrices tr td {
    border: 1px solid #000!important;
    text-align: center!important;
}

.historyTabularPrices tr:nth-child(odd) td {
    background-color: #f3f3f3!important;
}

.historyTabularPrices tr:hover td {
    background-color: #cccccc!important;
}

.stockinfo-live {
    width: 275px!important;
    height: 135px!important;
    margin-top: -18px!important;
}

table#stockinfo-live-table th {
    background: #CBCECE!important;
}

table#stockinfo-live-table td {
    background: none!important;
}

table#stockinfo-live-table tr:hover {
    background: none!important;
}

table#stockinfo-live-table tr td.down,
table#stockinfo-live-table tr td.up,
table#stockinfo-live-table tr.footer td {
    color: #333!important;
}

table#stockinfo-live-table tr.footer td {
    padding: 25px 115px 0 5px!important;
    border: none!important;
}

table#stockinfo-live-table td,
table#stockinfo-live-table th {
    border-bottom: 1px dashed #333!important;
}

.sourceInformation,
#sourceContainer {
    position: absolute;
    left: -10000px;
}

ul.mainList {
    list-style: none;
    float: left;
    width: 275px;
    height: 50px;
    position: relative;
}

ul.mainList li {
    font-size: 14px;
    color: #ed6e0b;
    font-weight: bold;
}

.cotas:hover .cotasNormal ul.mainList li {
    color: #fff;
}

ul.mainList li.customer .price {
    font-size: 23px;
    color: #333;
    margin: 5px 0;
}

div.variation {
    position: absolute;
    left: 115px;
    top: 27px;
    font-size: 15px;
}

.cotacoes-list div.variation {
    position: relative;
    top: -30px;
}

.infos-wrapper .ticker,
.variation.up,
.infos-wrapper .ticker,
.variation.down {
    color: #ed6e0b!important;
}

.cotas:hover .cotasNormal .variation.up,
.cotas:hover .cotasNormal .variation.down {
    color: #fff!important;
}


#main .mz-mailer .terms * {
    display: initial;
    width: initial;
}
#main .mz-mailer .g-recaptcha {
    float: left;
}
.faleri .terms,
#main .mz-mailer .terms {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex!important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    float: right;
    width: 100%;
}
#main .mz-mailer .terms {
    width: 100%;
}
.faleri .terms .input-check,
#main .mz-mailer .terms .input-check {
    border: 1px solid #111112;
    background-color: transparent;
    font-size: 14px;
    color: #111112;
    margin: 3px 7.5px 0 0;
    padding: 10px 15px;
    width: 20px;
    min-width: 20px;
}
.faleri .terms .label-check,
#main .mz-mailer .terms .label-check  {
    margin-bottom: 10px;
    font-size: 14px;
}
.faleri .terms .label-check p,
#main .mz-mailer .terms .label-check p {
    text-align: left;
}
.faleri .botao:disabled,
#main .mz-mailer button:disabled {
    opacity: .5;
    pointer-events: none;
}

/*Ãšltima AtualizaÃ§Ã£o Data: 17/1/2019 | ResponsÃ¡vel: Willian Nakau
Sobre MZ GroupPolÃ­tica de PrivacidadeTermos e condiÃ§Ãµes de UsoSuporteMZ Group 2015 - Todos os Diretos Reservados*/

/*ESG*/

/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;

  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }


  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), 
url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "&#8592;";
}
[dir=rtl] .slick-prev:before {
  content: "&#8594;";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "&#8594;";
}
[dir=rtl] .slick-next:before {
  content: "&#8592;";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: white;
}
.esgNew > * {
    box-sizing: border-box!important;
}
.esgNew__content {
    margin-bottom: 32px;
  }
  .esgNew__content h4 {
    color: #DB5014;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .esgNew__content p {
    color: #333333;
    font-size: 18px;
  }
  .esgNew__itens {
    margin-bottom: 32px;
  }
  .esgNew__itens__single {
    margin-right: 52px;
  }
  .esgNew__itens__single .figure {
    margin-right: 15px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position: center center;
  }
  .esgNew__itens__single .figcaption {
    width: calc(100% - 105px);
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
  }
  .esgNew__itens__single .figcaption span {
    color: #333333;
    font-weight: bold;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
  }
  .esgNew__itens__single.active::before {
      display: none!important;
  }
  .esgNew__itens__single.active .figcaption span {
    color: #DB5014;
  }
  .esgNew__itens__single:first-child .figure {
    background-image: url("../images/esgIcon01.png") !important;
  }
  .esgNew__itens__single:nth-child(2) .figure {
    background-image: url("../images/esgIcon02.png") !important;
  }
  .esgNew__itens__single:last-child .figure {
    background-image: url("../images/esgIcon03.png") !important;
  }
  .esgNew__itens__single:first-child.active .figure {
    background-image: url("../images/esgIcon01active.png") !important;
  }
  .esgNew__itens__single:nth-child(2).active .figure {
    background-image: url("../images/esgIcon02active.png") !important;
  }
  .esgNew__itens__single:last-child.active .figure {
    background-image: url("../images/esgIcon03active.png") !important;
  }
  .esgNew__carousel {
    background: #FCF6F0;
    padding: 20px 0 120px;
    float: left;
    width: 100%;
    box-sizing: border-box!important;
  }

  .esgNew__carousel * {
    box-sizing: border-box!important;
  }
  .esgNew__carousel .container {
    max-width: 1140px;
  }
  .esgNew__carousel .slick-slide {
    text-align: center;
  }
  .esgNew__carousel .item {
    max-width: 970px;
    text-align: left;
  }
  .esgNew__carousel h2 {
    color: #DB5014;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 26px;
    line-height: 149.49%;
  }
  .esgNew__carousel strong {
    color: #DB5014;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .esgNew__carousel p {
    display: block;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 23.92px;
  }
  .esgNew__carousel p + p {
    margin-top: 30px;
  }
  .esgNew__carousel .slick-prev,
  .esgNew__carousel .slick-next {
    width: 19px;
    height: 34px;
    border: 0;
    font-size: 0;
    background: transparent;
  }
  .esgNew__carousel .slick-prev {
    left: 0;
    background: url("../images/slick-prev.svg") no-repeat center center;
  }
  @media (min-width: 992px) {
    .esgNew__carousel .slick-prev {
      left: 0;
    }
  }
  .esgNew__carousel .slick-next {
    right: 0;
    background: url("../images/slick-next.svg") no-repeat center center;
  }
  @media (min-width: 992px) {
    .esgNew__carousel .slick-next {
      right: 0;
    }
  }
  .esgNew__carousel .slick-dots {
    padding-top: 16px;
    bottom: -100px;
    border-top: 1px solid #DB5014;
  }
  .esgNew__carousel .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 0;
    background: #818181;
  }
  .esgNew__carousel .slick-dots li.slick-active button {
    background: #DB5014;
  }

.netZero h4 {
  color: #DB5014;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
.netZero h5 {
  color: #DB5014;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
  margin-bottom: 10px;
}
.netZero p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 149.5%;
}
.netZero img {
  margin: 30px auto;
  max-width: 100%;
}

.sustentabilidade table {
  border-spacing: 0 0;
  border-bottom: 0;
  border-collapse: separate!important;
  width: 100%;
  margin-bottom: 25px;
}
.sustentabilidade table tr {
  border-bottom: 0!important;
}
.sustentabilidade table tr .tableTitle {
  background: #DB5014;
  color: white;
  padding: 16px 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.sustentabilidade table tr .tableContent {
  padding: 16px 10px;
  border-bottom: 1px dashed #333333;
  border-right: 1px dashed #333333;
  color: #333333;
  line-height: 19px;
  font-size: 14px;
}
.interna_67422 .sustentabilidade table tr .tableContent,
.interna_67421 .sustentabilidade table tr .tableContent {
  border-bottom: 1px solid #333333!important;
  border-right: 1px solid #333333!important;
}
.sustentabilidade table tr td:last-child {
  border-right: 0;
}
.table-responsive {
  overflow: auto;
}
/*FIM ESG*/
#texto #content .arquivos .aba {display: none;}
.relan li {
    text-decoration: none;
    background: #666 !important;
    border-radius: 5px 10px 5px 10px;
    color: #fff!important;
    display: block;
    padding: 10px 20px;
    transition: all ease 0.4s;
    transition-delay: 0.1s;
	cursor:pointer;
}
.relan li.ativo {
    background: #DB5014 !important;
}
.relan  li:hover {
    background: #DB5014 !important;
    transition: all ease 0.4s;
    transition-delay: 0.1s;
}

iframe.cal_interna {
    height: 3350px;
}
@media (min-width: 768px) {
    iframe.cal_interna {
    height: 2800px;
    }