/* IMPORT
/* ----------------------------------- */
/*  COLOR
/* ----------------------------------- */
/*  TYPOGRAPHY
/* ----------------------------------- */
/*  MIXINS
/* ----------------------------------- */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Eric Meyer's CSS Reset + Nicolas Gallagher's Clearfix
 * https://github.com/reefat/css-reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/*  BASE
/* ----------------------------------- */
body,
html {
  height: 100%;
}
body {
  background: #f5f5f5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  color: #656565;
}
a {
  -webkit-transition: all 0ms ease;
          transition: all 0ms ease;
  text-decoration: none;
}
/* HEADING */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* LIST - BASED */
/* FIELD - BASED */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  border: none;
  padding: .5em 1em;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
}
/* FORM - BASED */
form p .label {
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
form header {
  margin-bottom: 20px;
}
form header span {
  margin: 0 0 5px;
  display: block;
  line-height: 1;
}
form header h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
/*  LAYOUT
/* ----------------------------------- */
.container {
  width: 970px;
  margin: auto;
  position: relative;
}
/* SITE-HEADER */
.site-header {
  background-color: #018DC2;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.site-header-middle {
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.07);
  background-color: #28bbfd;
}
/* SECTION-CONTENT */
/* HEADER FOR CONTENT */
/* PAGE-CONTENT */
/* PAGE-BREADCRUMB */
.page-breadcrumb {
  position: relative;
  padding: 15px 0;
}
.page-breadcrumb ul li {
  position: relative;
  display: inline-block;
}
.page-breadcrumb ul li:after {
  content: ">";
  font-weight: normal;
  position: absolute;
  display: block;
  right: -5px;
  top: 1px;
}
.page-breadcrumb ul li:first-child span,
.page-breadcrumb ul li:first-child a {
  margin-left: 0;
}
.page-breadcrumb ul li:last-child:after {
  content: "";
}
.page-breadcrumb ul li:last-child span,
.page-breadcrumb ul li:last-child a {
  margin-right: 0;
}
.page-breadcrumb ul li span,
.page-breadcrumb ul li a {
  font-size: 11px;
  display: block;
  line-height: 1.4;
  margin: 0 15px;
  text-transform: uppercase;
}
.page-breadcrumb ul li a {
  color: #009ee3;
}
/* POST-CONTENT */
.content-post {
  float: right;
}
/* POST-PAGINATION */
.pagination-post {
  text-align: center;
  position: relative;
  display: block;
  margin: 15px 0;
  width: 100%;
}
.pagination-post .prev,
.pagination-post .next {
  font-size: 21px;
  line-height: 36px !important;
}
.pagination-post .prev {
  float: left;
}
.pagination-post .next {
  float: right;
}
.pagination-post .pagination-post-center {
  text-align: center;
  display: inline-block;
}
.pagination-post a,
.pagination-post span {
  display: inline-block;
  margin: 0 7px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.pagination-post a {
  color: #009ee3;
}
.pagination-post a:hover,
.pagination-post a:focus {
  background: white;
  color: #616161;
}
.pagination-post .current {
  background: white;
  color: #616161;
}
/* SIDEBAR-CONTENT */
/* SIDEBAR */
/* SITE-FOOTER */
.site-footer {
  padding-top: 45px;
  background: #FAFAFA;
  position:relative;
}
.site-footer a {
    font-size: 11px;
}

.site-footer h3 {
    font-size: 16px;
}
.site-footer a:hover {
    color: #29BAFD !important;
    text-decoration:underline;
}

.site-footer-bottom p{
    font-size: 12px;
    color: #A9A9A9;
}
.site-footer-bottom h3{
    font-size: 16px;
}

.site-footer .content .widget {
  padding-right: 10px;
}
.site-footer-top .logo-footer {
  width: 20%;
}
.site-footer-top .box-form-assinar {
  width: 80%;
}
.site-footer-bottom {
  background: white;
}
/*  MODULE / COMPONENT
/* ----------------------------------- */
/* LOGO */
.logo-site {
  position: absolute;
  background: #28bbfd;
  padding: 2px 20px 0;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.07), 4px -2px 4px rgba(0, 0, 0, 0.07);
}

.logo-site a {
  display: block;
  z-index: 99999999 !important;
  text-indent:-9999px;
background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="121px" height="89px" viewBox="16 -13 347 391"><g fill="none"><path fill="#FFCB04" d="M364.2 113.7h-67.7V95.2c0-16.7-13-29.3-29.5-29.3h-27.2V37.4c0-8.8 1.4-9.5 13.8-9.5 7.3 0 13.8-6.2 13.8-13.8 0-7.4-5.8-13.5-13.1-13.8h-28.4c-9.5 0-13.8 8-13.8 13.8V66h-28.5c-19.2 0-29.2 14.9-29.2 29.3v18.5H87.8c-26.9 0-49.3 19.2-54.3 44.6H23.1c2.1-10.9 5.8-27.2 5.8-29.2 0-3-2.3-7.7-9.2-4.6-6.7 3-14.4 6.6-14.4 6.6s-8.3 3.3-3.1 8.4c0 0 10 10.9 10 28.1v.1c0 17.2-10 28.1-10 28.1-5.1 5.1 3.1 8.4 3.1 8.4s7.7 3.6 14.4 6.6c6.9 3.1 9.2-1.6 9.2-4.6 0-1.9-3.8-16.3-6-26.6h10.5c4.9 25.5 27.3 44.8 54.3 44.8h276.5c30.5 0 55.3-24.8 55.3-55.3 0-30.7-24.7-55.5-55.3-55.5"/><path fill="#FFF" d="M36.1 319.9l-24-57.5c-.5-1.3-1-2.5-1-3.9 0-4.6 3.6-8.1 8.2-8.1 4.2 0 7 2.4 8.2 5.7l18.5 48 18.7-48.5c1.1-2.6 3.9-5.2 7.8-5.2 4.5 0 8 3.4 8 7.8 0 1.3-.4 2.6-.8 3.6l-24.3 58c-1.7 4-4.8 6.5-9.2 6.5h-1.1c-4.2.1-7.3-2.4-9-6.4M86 261.7c0-4.7 3.9-7.5 9-7.5s9 2.8 9 7.5v.2c0 4.7-3.9 7.6-9 7.6s-9-3-9-7.6v-.2zm1 21c0-4.4 3.6-8.1 8-8.1 4.5 0 8.1 3.6 8.1 8.1v41.9c0 4.4-3.6 8-8.1 8-4.4 0-8-3.6-8-8v-41.9zm24.6 24.8v-.2c0-12.4 9.4-18.1 22.9-18.1 5.7 0 9.8.9 13.9 2.3v-1c0-6.7-4.1-10.4-12.2-10.4-4.4 0-8 .6-11.1 1.6-1 .3-1.6.4-2.3.4-3.7 0-6.7-2.9-6.7-6.6 0-2.8 1.8-5.3 4.3-6.2 5.1-1.9 10.6-3 18.1-3 8.8 0 15.1 2.3 19.2 6.4 4.2 4.2 6.2 10.5 6.2 18.1v25.8c0 4.3-3.5 7.7-7.8 7.7-4.7 0-7.7-3.3-7.7-6.7v-.1c-3.9 4.3-9.3 7.2-17.2 7.2-10.8.2-19.6-6-19.6-17.2m37-3.7V301c-2.8-1.3-6.4-2.1-10.3-2.1-6.9 0-11.1 2.8-11.1 7.8v.2c0 4.3 3.6 6.9 8.8 6.9 7.5 0 12.6-4.2 12.6-10m30.5 30c-2.8-1-4.6-3.3-4.6-6.2 0-3.6 3-6.6 6.6-6.6 1 0 1.9.2 2.6.5 4.7 2.1 9.6 3.4 15.7 3.4 11 0 16.2-5.3 16.2-15.5v-2.8c-4.8 5.7-10 9.2-18.5 9.2-13.2 0-25.2-9.6-25.2-26.5v-.2c0-16.9 12.2-26.5 25.2-26.5 8.8 0 14 3.7 18.3 8.5v-.1c0-4.3 3.6-7.9 8.1-7.9 4.4 0 8 3.6 8 8v36.5c0 10.2-2.4 17.6-7.2 22.4-5.3 5.3-13.4 7.6-24.5 7.6-7.4.2-14-1.1-20.7-3.8m36.6-44.3v-.2c0-7.7-6-13.1-13.9-13.1-7.8 0-13.8 5.4-13.8 13.1v.2c0 7.8 5.9 13.1 13.8 13.1 7.8 0 13.9-5.4 13.9-13.1m53.9 35.7c-17 0-29.6-11.9-29.6-29.3v-.2c0-16.2 11.5-29.6 28.1-29.6 19 0 27.3 15.6 27.3 27.3 0 4.7-3.3 7.7-7.5 7.7H256c1.6 7.3 6.7 11.1 13.9 11.1 4.4 0 8.2-1.4 11.4-3.8 1.2-.8 2.2-1.3 3.9-1.3 3.6 0 6.2 2.7 6.2 6.4 0 2.1-.9 3.7-2.1 4.8-4.9 4.2-11.4 6.9-19.7 6.9zm10.4-34.1c-1-7.2-5.2-12.1-12-12.1-6.7 0-11 4.8-12.3 12.1H280zm24.5-14.4c0-4.4 3.6-8.1 8-8.1s8 3.6 8 8.1v.6c3.7-4.8 8.5-9.1 16.6-9.1 12.2 0 19.3 8 19.3 21.1v29.3c0 4.4-3.6 8-8 8s-8-3.6-8-8v-24.3c0-7.6-3.6-11.5-9.7-11.5-6.2 0-10.1 3.9-10.1 11.5v24.3c0 4.4-3.6 8-8 8-4.5 0-8-3.6-8-8v-41.9h-.1zm61.3 34.6c-1.7-1-3.1-3-3.1-5.5 0-3.6 2.7-6.4 6.3-6.4 1.2 0 2.3.3 3.2.9 5.4 3.4 10.8 5.1 15.4 5.1 4.7 0 6.8-1.7 6.8-4.2v-.2c0-3.5-5.5-4.7-11.8-6.6-7.9-2.3-17-6.1-17-17.1v-.2c0-11.6 9.3-18 20.8-18 5.9 0 12.1 1.6 17.6 4.3 2.3 1.2 3.8 3.3 3.8 6 0 3.6-2.9 6.4-6.5 6.4-1.2 0-1.9-.2-3-.7-4.6-2.2-8.9-3.6-12.3-3.6-3.9 0-5.9 1.7-5.9 3.9v.2c0 3.2 5.4 4.7 11.5 6.8 7.9 2.6 17.2 6.4 17.2 16.8v.2c0 12.6-9.4 18.3-21.7 18.3-6.9 0-14.5-2-21.3-6.4"/></g></svg>');
background-repeat:no-repeat;
background-position:50% 50%;
width: 105px;
height: 75px;
position:relative;
}
.logo-site ~ .logo-smallest {
  position: relative;
  margin-left: 155px;
  margin-top:2px;
}
/* ALIGN */
.alignleft {
  text-align: left;
}
.alignleft img {
  display: inline-block;
}
.aligncenter {
  text-align: center;
}
.aligncenter img {
  display: inline-block;
}
.alignright {
  text-align: right;
}
.alignright img {
  display: inline-block;
}
/* BUTTON */
.btn {
  display: inline-block;
  color: #656565;
  padding: 10px 12px;
  border: none;
  background: #f5f5f5;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
  border-radius: 3px;
}
.btn-success {
  color: white;
  background: #39c820;
  box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus {
  background: #48d32e;
}
.btn-fullwidth {
  width: 100%;
}
/* FORM */
.form-assinar {
  margin-bottom: 30px;
}
.form-assinar input[type="text"],
.form-assinar input[type="email"] {
    width:100% !important;
    padding: 1em;
    height: 45px;
    margin-top: -3px !important;
    background-color: white !important;
}
.form-assinar input[type="submit"] {
    margin-top: 0px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-assinar .btn {
  padding: 13px 12px;
}
/* NAVIGATION */
.main-navigation {
  text-align: center;
  margin-left: 150px;
  z-index: 99;
  width: 820px;
}
.main-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation ul li {
  display: block;
}
.main-navigation ul li.active > a,
.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a {
  background: white;
  color: #28bbfd;
}
.main-navigation ul li > a {
  color: white;
  display: block;
  padding: 20px 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
/* LIST */
.list-info {
  text-align: right;
  margin: 12px 0;
  left: -15px;
  position: inherit;
}
.list-info li {
  display: inline-block;
}

.list-info li:first-child {
  position:absolute;
  left: 260px;
  top: 8px;
}
.list-info li:last-child > span,
.list-info li:last-child > a {
  margin-right: 0;
}
.list-info li > span,
.list-info li > a {
  color: white;
  display: block;
  margin: 0 15px;
  font-size: 12px;
}
/* WIDGET */
.widget {
  position: relative;
  margin-bottom: 20px;
}
.title-widget {
  color: #656565;
  margin-top: 0;
  margin-bottom: 5px;
}
.widget-list ul li {
  display: block;
}
.widget-list ul li a {
  display: inline-block;
  color: #656565;
  margin-bottom: 5px;
}
.widget-format-payment ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.widget-format-payment ul li.sep {
  width: 60px;
  height: 30px;
  position: relative;
}
.widget-format-payment ul li.sep:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  top: 5px;
  margin: auto;
  background: #A9A9A9;
}
.widget-format-payment ul a {
  display: block;
  width:50px;
  height:50px;
}
.widget-format-payment ul a.visa {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="71" viewBox="0 0 750 471"><style>.a{fill:#0E4595;}</style><title>  Slice 1</title><desc>  Created with Sketch.</desc><path d="M278.2 334.2l33.4-195.8h53.4l-33.4 195.8H278.2L278.2 334.2z" class="a"/><path d="M524.3 142.7c-10.6-4-27.1-8.2-47.8-8.2 -52.7 0-89.9 26.6-90.2 64.6 -0.3 28.1 26.5 43.8 46.8 53.2 20.8 9.6 27.8 15.7 27.7 24.3 -0.1 13.1-16.6 19.1-31.9 19.1 -21.4 0-32.7-3-50.2-10.3l-6.9-3.1 -7.5 43.8c12.5 5.5 35.5 10.2 59.4 10.4 56.1 0 92.5-26.2 92.9-66.9 0.2-22.3-14-39.2-44.8-53.2 -18.6-9.1-30.1-15.1-30-24.3 0-8.1 9.7-16.8 30.6-16.8 17.4-0.3 30.1 3.5 39.9 7.5l4.8 2.3L524.3 142.7" class="a"/><path d="M661.6 138.5h-41.2c-12.8 0-22.3 3.5-27.9 16.2l-79.2 179.4h56c0 0 9.2-24.1 11.2-29.4 6.1 0 60.6 0.1 68.3 0.1 1.6 6.9 6.5 29.3 6.5 29.3h49.5L661.6 138.5 661.6 138.5zM596.2 264.9c4.4-11.3 21.3-54.7 21.3-54.7 -0.3 0.5 4.4-11.3 7.1-18.7l3.6 16.9c0 0 10.2 46.7 12.4 56.5h-44.3V264.9L596.2 264.9z" class="a"/><path d="M232.9 138.5L180.7 272l-5.6-27.1c-9.7-31.3-40-65.2-73.9-82.1l47.8 171.2 56.5-0.1 84-195.4L232.9 138.5" class="a"/><path d="M131.9 138.5H45.9l-0.7 4.1c66.9 16.2 111.2 55.4 129.6 102.4l-18.7-90C152.9 142.6 143.5 138.9 131.9 138.5" fill="#F2AE14"/></svg>');
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.widget-format-payment ul a.master {
    background: url('data:image/svg+xml;charset=UTF-8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="30" height="64" viewBox="0 0 482.51 374"><title>mastercard</title><g><path d="M220.13,421.67V396.82c0-9.53-5.8-15.74-15.32-15.74-5,0-10.35,1.66-14.08,7-2.9-4.56-7-7-13.25-7a14.07,14.07,0,0,0-12,5.8v-5h-7.87v39.76h7.87V398.89c0-7,4.14-10.35,9.94-10.35s9.11,3.73,9.11,10.35v22.78h7.87V398.89c0-7,4.14-10.35,9.94-10.35s9.11,3.73,9.11,10.35v22.78Zm129.22-39.35h-14.5v-12H327v12h-8.28v7H327V408c0,9.11,3.31,14.5,13.25,14.5A23.17,23.17,0,0,0,351,419.6l-2.49-7a13.63,13.63,0,0,1-7.46,2.07c-4.14,0-6.21-2.49-6.21-6.63V389h14.5v-6.63Zm73.72-1.24a12.39,12.39,0,0,0-10.77,5.8v-5h-7.87v39.76h7.87V399.31c0-6.63,3.31-10.77,8.7-10.77a24.24,24.24,0,0,1,5.38.83l2.49-7.46a28,28,0,0,0-5.8-.83Zm-111.41,4.14c-4.14-2.9-9.94-4.14-16.15-4.14-9.94,0-16.15,4.56-16.15,12.43,0,6.63,4.56,10.35,13.25,11.6l4.14.41c4.56.83,7.46,2.49,7.46,4.56,0,2.9-3.31,5-9.53,5a21.84,21.84,0,0,1-13.25-4.14l-4.14,6.21c5.8,4.14,12.84,5,17,5,11.6,0,17.81-5.38,17.81-12.84,0-7-5-10.35-13.67-11.6l-4.14-.41c-3.73-.41-7-1.66-7-4.14,0-2.9,3.31-5,7.87-5,5,0,9.94,2.07,12.43,3.31Zm120.11,16.57c0,12,7.87,20.71,20.71,20.71,5.8,0,9.94-1.24,14.08-4.56l-4.14-6.21a16.74,16.74,0,0,1-10.35,3.73c-7,0-12.43-5.38-12.43-13.25S445,389,452.07,389a16.74,16.74,0,0,1,10.35,3.73l4.14-6.21c-4.14-3.31-8.28-4.56-14.08-4.56-12.43-.83-20.71,7.87-20.71,19.88h0Zm-55.5-20.71c-11.6,0-19.47,8.28-19.47,20.71s8.28,20.71,20.29,20.71a25.33,25.33,0,0,0,16.15-5.38l-4.14-5.8a19.79,19.79,0,0,1-11.6,4.14c-5.38,0-11.18-3.31-12-10.35h29.41v-3.31c0-12.43-7.46-20.71-18.64-20.71h0Zm-.41,7.46c5.8,0,9.94,3.73,10.35,9.94H364.68c1.24-5.8,5-9.94,11.18-9.94ZM268.59,401.79V381.91h-7.87v5c-2.9-3.73-7-5.8-12.84-5.8-11.18,0-19.47,8.7-19.47,20.71s8.28,20.71,19.47,20.71c5.8,0,9.94-2.07,12.84-5.8v5h7.87V401.79Zm-31.89,0c0-7.46,4.56-13.25,12.43-13.25,7.46,0,12,5.8,12,13.25,0,7.87-5,13.25-12,13.25-7.87.41-12.43-5.8-12.43-13.25Zm306.08-20.71a12.39,12.39,0,0,0-10.77,5.8v-5h-7.87v39.76H532V399.31c0-6.63,3.31-10.77,8.7-10.77a24.24,24.24,0,0,1,5.38.83l2.49-7.46a28,28,0,0,0-5.8-.83Zm-30.65,20.71V381.91h-7.87v5c-2.9-3.73-7-5.8-12.84-5.8-11.18,0-19.47,8.7-19.47,20.71s8.28,20.71,19.47,20.71c5.8,0,9.94-2.07,12.84-5.8v5h7.87V401.79Zm-31.89,0c0-7.46,4.56-13.25,12.43-13.25,7.46,0,12,5.8,12,13.25,0,7.87-5,13.25-12,13.25-7.87.41-12.43-5.8-12.43-13.25Zm111.83,0V366.17h-7.87v20.71c-2.9-3.73-7-5.8-12.84-5.8-11.18,0-19.47,8.7-19.47,20.71s8.28,20.71,19.47,20.71c5.8,0,9.94-2.07,12.84-5.8v5h7.87V401.79Zm-31.89,0c0-7.46,4.56-13.25,12.43-13.25,7.46,0,12,5.8,12,13.25,0,7.87-5,13.25-12,13.25C564.73,415.46,560.17,409.25,560.17,401.79Z" transform="translate(-132.74 -48.5)"/><g><rect x="169.81" y="31.89" width="143.72" height="234.42" fill="#ff5f00"/><path d="M317.05,197.6A149.5,149.5,0,0,1,373.79,80.39a149.1,149.1,0,1,0,0,234.42A149.5,149.5,0,0,1,317.05,197.6Z" transform="translate(-132.74 -48.5)" fill="#eb001b"/><path d="M615.26,197.6a148.95,148.95,0,0,1-241,117.21,149.43,149.43,0,0,0,0-234.42,148.95,148.95,0,0,1,241,117.21Z" transform="translate(-132.74 -48.5)" fill="#f79e1b"/></g></g></svg>');
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.widget-format-payment ul a.amex {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="71" viewBox="0 0 750 471"><title>  Slice 1</title><desc>  Created with Sketch.</desc><path d="M554.6 130.6l-14.5 35h29.1L554.6 130.6zM387 152.3c2.7-1.4 4.3-4.5 4.3-8.4 0-3.8-1.7-6.5-4.4-7.8 -2.5-1.4-6.3-1.6-10-1.6h-26v19.5h25.6C380.7 154.1 384.1 154.1 387 152.3zM54.1 130.6l-14.4 35h28.8L54.1 130.6zM722.6 355.1h-40.7v-18.9h40.6c4 0 6.8-0.5 8.5-2.2 1.5-1.4 2.5-3.3 2.5-5.7 0-2.6-1-4.6-2.6-5.8 -1.5-1.3-3.8-2-7.4-2 -19.8-0.7-44.5 0.6-44.5-27.2 0-12.7 8.1-26.2 30.3-26.2h42v-17.5h-39c-11.8 0-20.3 2.8-26.4 7.2v-7.2h-57.8c-9.2 0-20.1 2.3-25.2 7.2v-7.2H499.7v7.2c-8.2-5.9-22.1-7.2-28.4-7.2H403.2v7.2c-6.5-6.3-20.9-7.2-29.7-7.2h-76.1l-17.4 18.8 -16.3-18.8H149.8v122.7h111.6l18-19.1 16.9 19.1 68.8 0.1v-28.9h6.8c9.1 0.1 19.9-0.2 29.4-4.3v33.1h56.7v-32h2.7c3.5 0 3.8 0.1 3.8 3.6v28.3h172.3c10.9 0 22.4-2.8 28.7-7.9v7.9h54.7c11.4 0 22.5-1.6 30.9-5.7v-22.9C746.1 351.3 736.1 355.1 722.6 355.1zM372.7 326.1h-26.3v29.5h-41L279.4 326.5l-27 29.1h-83.6v-87.9h84.9l26 28.8 26.8-28.8h67.4c16.7 0 35.6 4.6 35.6 29C409.5 321.1 391.2 326.1 372.7 326.1zM499.3 322.1c3 4.3 3.4 8.3 3.5 16v17.4h-21.2v-11c0-5.3 0.5-13.1-3.4-17.2 -3.1-3.1-7.8-3.9-15.5-3.9h-22.5v32.1h-21.2v-87.9h48.7c10.7 0 18.5 0.5 25.4 4.1 6.7 4 10.8 9.5 10.8 19.5 0 14-9.4 21.2-15 23.4C493.7 316.5 497.5 319.6 499.3 322.1zM586.5 285.9h-49.4v16h48.2v17.9h-48.2v17.5l49.4 0.1v18.2h-70.4v-87.9h70.4V285.9zM640.7 355.6h-41.1v-18.9h40.9c4 0 6.8-0.5 8.6-2.2 1.4-1.4 2.5-3.3 2.5-5.7 0-2.6-1.1-4.6-2.6-5.8 -1.6-1.3-3.8-1.9-7.5-1.9 -19.7-0.7-44.4 0.6-44.4-27.2 0-12.8 8-26.2 30.2-26.2h42.3v18.7h-38.7c-3.8 0-6.3 0.1-8.5 1.6 -2.3 1.4-3.2 3.5-3.2 6.3 0 3.3 2 5.6 4.6 6.5 2.2 0.8 4.6 1 8.2 1l11.4 0.3c11.4 0.3 19.3 2.3 24.1 7.1 4.1 4.2 6.3 9.6 6.3 18.6C673.8 346.8 662 355.6 640.7 355.6zM751.2 343.8L751.2 343.8 751.2 343.8 751.2 343.8zM477.1 287.3c-2.5-1.5-6.3-1.6-10.1-1.6h-26v19.7h25.6c4.1 0 7.6-0.1 10.4-1.8 2.7-1.6 4.4-4.7 4.4-8.4C481.4 291.4 479.8 288.7 477.1 287.3zM712.8 285.7c-3.8 0-6.4 0.1-8.5 1.6 -2.2 1.4-3.1 3.5-3.1 6.3 0 3.3 1.9 5.6 4.6 6.5 2.2 0.8 4.6 1 8.1 1l11.4 0.3c11.5 0.3 19.2 2.3 23.9 7.1 0.9 0.7 1.4 1.4 2 2.2v-25h-38.5L712.8 285.7 712.8 285.7zM373.5 285.7h-27.5v22.4h27.3c8.1 0 13.1-4 13.1-11.6C386.4 288.8 381.1 285.7 373.5 285.7zM189.9 285.7v16h46.3v17.9h-46.3v17.5h51.9l24.1-25.8 -23.1-25.6H189.9L189.9 285.7zM325.3 347.2v-70.5l-32.4 34.7L325.3 347.2zM191.6 206v15.1h176.3l-0.1-32h3.4c2.4 0.1 3.1 0.3 3.1 4.2v27.8h91.2v-7.5c7.4 3.9 18.8 7.5 33.8 7.5h38.4l8.2-19.5h18.2l8 19.5h73.9V202.6l11.2 18.5h59.2V98.6h-58.6v14.5l-8.2-14.5h-60.1v14.5l-7.5-14.5h-81.2c-13.6 0-25.6 1.9-35.2 7.2V98.6h-56.1v7.2c-6.1-5.4-14.5-7.2-23.8-7.2H180.8l-13.7 31.7L152.9 98.6H88.4v14.5L81.3 98.6H26.3L0.8 156.9v46.6l37.8-87.9h31.3l35.9 83.2v-83.2h34.4l27.6 59.6 25.4-59.6h35.1v87.9h-21.6l-0.1-68.8 -30.6 68.8h-18.5l-30.7-68.9v68.9H83.9l-8.1-19.6H31.9l-8.2 19.6H0.8v17.7h36l8.1-19.5h18.2l8.1 19.5h70.9V206.3l6.3 15h36.8L191.6 206zM469.4 125.8c6.8-7 17.5-10.2 32-10.2h20.4v18.8h-20c-7.7 0-12 1.1-16.2 5.2 -3.6 3.7-6.1 10.7-6.1 19.9 0 9.4 1.9 16.2 5.8 20.6 3.2 3.5 9.2 4.5 14.7 4.5h9.5l29.7-69.1h31.6l35.7 83.1v-83.1h32.1l37.1 61.2v-61.2h21.6v87.9h-29.9l-40-66v66h-43l-8.2-19.6h-43.8l-8 19.6h-24.7c-10.3 0-23.2-2.3-30.6-9.7 -7.4-7.5-11.3-17.6-11.3-33.6C458 147.2 460.3 135.3 469.4 125.8zM426 115.6h21.5v87.9h-21.5V115.6zM329 115.6h48.5c10.8 0 18.7 0.3 25.5 4.2 6.7 3.9 10.7 9.7 10.7 19.5 0 14-9.4 21.3-14.9 23.4 4.6 1.8 8.6 4.8 10.4 7.4 3 4.4 3.5 8.3 3.5 16.1v17.3h-21.3l-0.1-11.1c0-5.3 0.5-12.9-3.3-17.1 -3.1-3.1-7.8-3.8-15.4-3.8H350.1v32h-21.1L329 115.6 329 115.6zM243.9 115.6h70.5v18.3h-49.4v15.8h48.2v18h-48.2v17.6h49.4v18.2h-70.5V115.6L243.9 115.6z" fill="#2557D6"/></svg>');
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.widget-format-payment ul a.diners {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="71" viewBox="0 0 750 471"><style>.a{fill:#0079BE;}</style><title>  diners</title><desc>  Created with Sketch.</desc><path d="M584.9 236.9c0-99.4-83-168.1-173.9-168.1h-78.2c-92 0-167.7 68.7-167.7 168.1 0 90.9 75.7 165.6 167.7 165.2h78.2C502 402.6 584.9 327.9 584.9 236.9L584.9 236.9z" class="a"/><path d="M333.3 82.9c-84.1 0-152.2 68.3-152.2 152.6 0 84.3 68.1 152.5 152.2 152.6 84.1 0 152.2-68.3 152.2-152.6C485.5 151.2 417.4 83 333.3 82.9L333.3 82.9z" fill="#FFF"/><path d="M237.1 235.1c0.1-41.2 25.7-76.3 61.9-90.2v180.5C262.8 311.4 237.1 276.3 237.1 235.1zM368.1 325.4V144.8c36.2 13.9 61.9 49.1 62 90.3C430 276.3 404.3 311.4 368.1 325.4z" class="a"/></svg>');
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.widget-format-payment ul a.hipercard {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="71" viewBox="0 0 780 501"><style>.a{fill:rgb(179, 19, 27);}</style><title>  amex-outline</title><desc>  Created with Sketch.</desc><path d="M725 0H55C24.7 0 0 24.7 0 55v391c0 30.3 24.7 55 55 55h670c30.3 0 55-24.7 55-55V55C780 24.7 755.3 0 725 0z" fill="none"/><path d="M230.1 199.4L232.2 199.4 233.9 198.9 235.6 198.3 237 196.8 238.5 195.3 239.3 193.3 240.1 191.3 240.1 188.3 240.1 185.4 239.4 184.2 238.8 183.1 237.5 182.3 236.3 181.6 233.7 181.6 231.1 181.6 229.3 182.4 227.6 183.2 226.5 184.3 225.5 185.4 224.7 187.3 223.9 189.2 223.7 192.2 223.6 195.2 224.3 196.6 225.1 198.1 226.5 198.8 228 199.4 230.1 199.4Z" class="a"/><path d="M565.7 284.1L573.2 284.1 573.2 281.7 573.2 279.4 574.1 273.7C574.6 270.5 575.4 265.5 575.9 262.6 576.3 259.6 577 255.9 577.2 254.2 577.5 252.6 578.1 249.1 578.7 246.4 579.3 243.8 580 240.9 580.3 240 580.6 239.2 580.8 238.3 580.9 238 580.9 237.8 581.5 236.2 582.3 234.6L583.7 231.5 585.6 229 587.5 226.5 589.5 225C590.7 224.1 592.5 223 593.6 222.5L595.6 221.5 599.9 221.5 604.3 221.5 606 222.1 607.7 222.6 608 222.5 608.3 222.3 608.3 221.2C608.3 220.6 608.6 218.3 609.1 216.1L609.9 212.2 609 211.9C608.5 211.7 607.3 211.3 606.3 211L604.6 210.4 601.5 210.4 598.4 210.4 595.8 211.3 593.3 212.2 591.4 213.4 589.5 214.5 587 217.1 584.5 219.7 583.2 221.7C582.4 222.9 581.8 223.7 581.7 223.7 581.7 223.6 582.1 221.3 582.6 218.5 583.2 215.7 583.6 213.1 583.6 212.7L583.6 211.9 577.2 211.9 570.8 211.9 570.8 212.1C570.8 212.3 570.5 214.5 570.1 217.1 569.7 219.7 568.9 224.7 568.3 228.2 567.8 231.8 566.8 237.4 566.3 240.9 565.7 244.3 564.8 249.2 564.4 251.8 563.9 254.4 563 258.9 562.5 261.9 561.9 264.8 561 269.6 560.4 272.4 559.8 275.3 559.1 279.1 558.7 280.9L558.1 284.1 565.7 284.1Z" class="a"/><path d="M389.9 284.1L397.3 284.1 397.5 280.9C397.6 279.2 398.1 275.7 398.5 273.2 398.8 270.7 399.6 265.7 400.2 262 400.8 258.4 401.9 252.4 402.6 248.6 403.4 244.9 404.2 241.2 404.5 240.4 404.8 239.5 405 238.7 405 238.4 405 238.2 405.6 236.7 406.3 235.2 407 233.8 408.2 231.5 409.1 230.2L410.7 227.9 412.8 225.9 414.9 224 417.5 222.7 420.1 221.5 424.1 221.5 428.1 221.5 430.1 222.1C431.1 222.4 432.1 222.7 432.2 222.7 432.3 222.7 432.4 222.3 432.4 221.9 432.4 221.4 432.8 219.1 433.3 216.8 433.8 214.4 434.2 212.4 434.2 212.3 434.2 212.2 433 211.7 431.7 211.3 430.3 210.9 428.4 210.5 427.4 210.3L425.7 210.1 423.4 210.5C422.2 210.7 420.3 211.2 419.3 211.6 418.3 212 416.6 212.8 415.6 213.5 414.6 214.1 413 215.4 412 216.3 411.1 217.2 409.5 219.1 408.6 220.4 407.6 221.8 406.6 223.2 406.3 223.5L405.8 224.2 406.1 222.9C406.3 222.1 406.7 219.6 407.1 217.3 407.5 215 407.9 212.9 408 212.5L408.2 211.9 401.6 211.9 395 211.9 395 212.8C395 213.2 394.6 216 394.1 218.9 393.6 221.8 392.8 226.7 392.4 229.8 391.9 232.8 391 238.1 390.5 241.6 389.9 245 389 249.9 388.5 252.5 388.1 255.1 387.2 259.6 386.6 262.6 386.1 265.5 385.1 270.4 384.5 273.3 384 276.3 383.3 279.8 383 281.1 382.7 282.4 382.5 283.6 382.5 283.8L382.5 284.1 389.9 284.1Z" class="a"/><path d="M215.4 284.1L222.9 284.1 223.1 283.5C223.2 283.2 223.3 282.4 223.3 281.8 223.3 281.1 223.8 277.6 224.4 274.1 224.9 270.5 225.9 264.7 226.5 261.2 227.1 257.6 227.9 252.5 228.4 249.7 228.9 247 229.7 242.4 230.2 239.5 230.8 236.6 231.6 232.2 232.1 229.6 232.6 227 233.6 222.1 234.2 218.7 234.9 215.3 235.6 212.4 235.7 212.2L235.9 211.9 228.3 212 220.8 212.1 220.1 216.6C219.8 219.1 219 224 218.5 227.5 217.9 231.1 217 236.4 216.5 239.5 216 242.5 215.2 247.5 214.6 250.4 214.1 253.4 213.2 257.9 212.7 260.5 212.2 263.1 211.4 267.6 210.8 270.5 210.2 273.5 209.4 277.4 209.1 279.2 208.7 281 208.3 282.8 208.2 283.3L208 284.1 215.4 284.1Z" class="a"/><path d="M122.2 284.1L130.6 284.1 131.2 280.3C131.5 278.3 132.2 274.3 132.6 271.6 133.1 268.8 134 263.7 134.5 260.1 135.1 256.6 136 251.4 136.5 248.5 137 245.7 137.8 241.2 138.2 238.7 138.7 236.1 139.2 233.9 139.3 233.8L139.5 233.6 162.1 233.6 184.8 233.6 185 233.9 185.3 234.1 184.9 236.1C184.7 237.2 184 240.6 183.5 243.7 182.9 246.7 181.9 251.9 181.3 255.1 180.8 258.3 179.9 262.9 179.4 265.3 179 267.7 178 272.7 177.4 276.4 176.7 280.1 176.2 283.4 176.2 283.6L176.2 284.1 184.6 284.1 193.1 284.1 193.5 281.9C193.7 280.7 194 278.6 194.2 277.1 194.4 275.7 194.9 272.6 195.3 270.4 195.6 268.1 196.4 263.5 197 260.3 197.5 257.1 198.5 251.5 199.1 248 199.6 244.5 200.5 239.3 201 236.5 201.5 233.8 202.3 229.1 202.9 226.1 203.4 223.2 204.3 218.2 204.9 215 205.5 211.9 206.4 207.1 206.9 204.5 207.3 201.8 208.2 197 208.8 193.7 209.4 190.5 210.1 186.7 210.5 185.3L211.1 182.8 202.5 182.8 193.9 182.8 193.7 184.4C193.6 185.3 193.1 187.9 192.8 190.1 192.4 192.3 191.7 196.2 191.2 198.7 190.8 201.3 189.9 206.2 189.4 209.7 188.8 213.1 188.1 217.6 187.8 219.8L187.2 223.6 174.6 223.9 162 224.1 151.5 223.9C145.7 223.8 140.9 223.6 140.9 223.6 140.8 223.5 141 222.2 141.3 220.6 141.6 219 142.1 216.2 142.5 214.4 142.9 212.5 143.6 209 144.1 206.4 144.5 203.8 145.1 200.6 145.3 199.3 145.5 197.9 145.9 195.7 146.1 194.3 146.4 192.9 147 190 147.4 187.9 147.8 185.7 148.2 183.6 148.3 183.3L148.5 182.8 140 182.8 131.5 182.8 130.9 185.8C130.6 187.5 130.3 189.9 130.1 191.1 129.9 192.4 129.2 196.3 128.7 200 128.1 203.6 127.2 209 126.7 211.9 126.3 214.9 125.4 220.3 124.8 223.9 124.3 227.5 123.3 233.1 122.7 236.4 122.1 239.6 121.3 244.2 120.8 246.6 120.4 249 119.5 253.5 118.9 256.7 118.3 259.8 117.4 264.3 117 266.5 116.5 268.8 116 271.5 115.8 272.4 115.7 273.4 115.1 276.1 114.6 278.6 114.1 281 113.7 283.2 113.7 283.5L113.7 284.1 122.2 284.1Z" class="a"/><path d="M626.6 285.7L629.9 285.8 633 285.3C634.8 285 637 284.6 637.9 284.3 638.9 284 640.6 283.3 641.7 282.7L643.8 281.7 645.6 280.1 647.4 278.5 649.3 276C650.3 274.6 651.2 273.2 651.4 273L651.6 272.4 651.4 274.2C651.3 275.1 651.1 276.7 650.9 277.6 650.7 278.6 650.5 280.4 650.4 281.7L650.1 284.1 663.7 284.1 663.7 279.4 664.8 270.5C665.3 265.7 666.2 259.2 666.6 256.1 667.1 253.1 667.8 248.7 668.2 246.4 668.6 244.1 669.4 240 669.8 237.2 670.3 234.5 671.2 229.6 671.7 226.5 672.3 223.3 673.2 218.4 673.8 215.4 674.3 212.4 675.2 207.8 675.7 205.2 676.2 202.5 677.1 197.8 677.6 194.8 678.2 191.7 679.1 187.4 679.5 185.2 680 183 680.4 181.1 680.4 181L680.4 180.7 665.5 180.7 665.3 182.9C665.2 184.1 664.6 188 664.1 191.6 663.5 195.3 662.6 201 662 204.5 661.4 207.9 660.9 211.2 660.8 211.9L660.6 213 660 212.8C659.7 212.6 657.9 212.2 656.1 211.7L652.8 210.9 648.3 210.5 643.8 210.2 640 210.5 636.2 210.9 632.7 211.8 629.2 212.6 625.9 214.2 622.6 215.8 620.2 217.6 617.8 219.4 615.7 221.7C614.5 222.9 612.9 225 612 226.2L610.4 228.5 608.5 232.5C607.5 234.6 606.2 237.5 605.7 238.8 605.2 240.1 604.3 243.1 603.7 245.4L602.7 249.5 602.1 254.9 601.6 260.3 602 264.6 602.4 269 602.9 270.5C603.1 271.4 603.7 272.9 604.1 273.9L604.8 275.8 606.1 277.6 607.5 279.4 609 280.6 610.5 281.9 612.6 282.9C613.7 283.5 615.7 284.2 616.9 284.5 618.1 284.9 620 285.3 621.2 285.4 622.4 285.6 624.8 285.7 626.6 285.7ZM632.5 275.9L629.9 276 628.2 275.7C627.2 275.6 625.6 275.1 624.7 274.7L623 274 621.6 272.8 620.2 271.6 618.1 267.6 617.6 265.3 617.1 263.1 617.1 258.6 617.2 254.1 617.7 250.1 618.3 246.1 619.2 243.3C619.6 241.8 620 240.3 620 240.1 620 239.9 620.5 238.6 621.1 237.3 621.7 236 622.6 234.1 623.2 232.9 623.8 231.8 624.9 230 625.7 228.9 626.5 227.9 627.8 226.3 628.7 225.5 629.6 224.6 631.1 223.5 631.9 222.9L633.5 222 636.2 221 638.9 220.1 644.7 220.1 650.4 220.1 653.7 221C655.5 221.5 657.4 222.1 658 222.3L658.9 222.7 658.7 223.6C658.6 224.2 658.2 226.5 657.8 228.7 657.4 231 656.6 235.4 656.1 238.5 655.5 241.5 654.7 246.1 654.2 248.7 653.7 251.3 653 254.5 652.6 256 652.2 257.4 651.7 259.4 651.4 260.4 651.1 261.4 650.5 263.1 649.9 264.2 649.4 265.3 648.5 266.9 647.9 267.8 647.3 268.6 646.3 269.8 645.7 270.4 645 271 643.6 272.1 642.6 272.7L640.7 274 635.2 275.8Z" class="a"/><path d="M509.4 285.6L514.1 285.5 517 284.7 520 284 521.9 283.1C523 282.6 524.7 281.6 525.7 280.9 526.8 280.2 528.4 278.9 529.3 277.9 530.3 277 531.6 275.4 532.4 274.4 533.2 273.4 533.8 272.6 533.9 272.7 534 272.8 533.8 274.4 533.5 276.3 533.2 278.2 533 280.7 533 281.9L533 284.1 545.7 284.1 545.9 279.1 546.1 274.2 547 267.8C547.5 264.2 548.3 259 548.8 256.1 549.3 253.3 550.2 248.4 550.7 245.4 551.2 242.3 552.1 237.6 552.6 234.8L553.6 229.8 553.6 225.4 553.6 221.1 552.6 219.1 551.7 217.1 550.3 215.8 549 214.5 546.8 213.4 544.6 212.3 538.1 210.9 533.6 210.5 529.1 210.2 523.3 210.5C520.2 210.7 515.7 211.1 513.4 211.4L509.2 211.9 503.6 211.9 503.2 213.9C502.9 215 502.3 217.6 501.8 219.7 501.2 221.8 500.8 223.6 500.9 223.6 500.9 223.7 502.5 223.3 504.3 222.9 506 222.4 509.9 221.6 512.7 221.1L517.9 220.2 522.6 220 527.3 219.8 533.3 220.9 535.3 221.9 537.3 222.9 538.5 224.5 539.6 226.2 539.6 228.9 539.6 231.5 539 234.4 538.4 237.3 525.9 237.4 513.4 237.4 509.3 238.5C507.1 239.2 504.6 240 503.8 240.4 503 240.7 502.2 241.1 502 241.1 501.9 241.1 500.5 241.8 499.1 242.7L496.4 244.3 494.3 246.4C493.2 247.6 491.7 249.3 491.1 250.2 490.4 251.2 489.4 253.2 488.7 254.7L487.6 257.4 487.1 260.4 486.5 263.4 486.5 269.8 487 272.4 487.5 275.1 488.5 276.8C489 277.7 490 279.1 490.6 279.9L491.8 281.2 493.8 282.5 495.9 283.8 498.3 284.4C499.6 284.8 501.6 285.3 502.7 285.4L504.7 285.8 509.4 285.6ZM513.8 275.9L511 276.1 509.1 275.6C508.1 275.3 506.6 274.8 505.7 274.3L504.2 273.5 503.3 272.5C502.8 271.9 502.1 270.8 501.7 270.1L501 268.6 500.8 265.3 500.7 262 501.3 259.9C501.6 258.8 502.3 256.9 502.9 255.6L504 253.4 506.1 251.3 508.2 249.2 510.5 248.1 512.7 247.1 515.5 246.4 518.3 245.7 535.6 245.7 536.2 246 536.7 246.2 536.2 248.9C536 250.4 535.4 253.1 534.9 254.9 534.4 256.7 533.5 259.4 533 260.8 532.4 262.3 532 263.6 532 263.7 532 263.8 531.4 264.9 530.7 266L529.4 268.1 527.3 270.2C526.2 271.3 525.1 272.3 525 272.3 524.8 272.3 524.1 272.7 523.4 273.1L522.2 274 519.3 274.9 516.5 275.8Z" class="a"/><path d="M452.4 285.7L456.2 285.8 460.5 285.3C462.9 285 466.1 284.5 467.6 284.2 469.1 283.9 471.5 283.4 472.9 283 474.4 282.5 475.7 282.1 475.9 282 476 281.8 476.5 280.3 476.8 278.5 477.2 276.7 477.6 274.3 477.8 273.1 478 272 478.1 271 478 270.9 477.9 270.8 477.7 270.9 477.4 271.1 477.2 271.3 475.5 272 473.7 272.7L470.3 274 465.6 274.9 460.8 275.8 456.8 275.7 452.7 275.5 450.4 274.7 448.1 273.9 446.4 272.4 444.6 270.8 443.4 268.7 442.2 266.5 441.7 263.7 441.1 260.8 441.1 257.1 441.1 253.4 441.8 248.9 442.5 244.4 443.2 241.9C443.6 240.6 444 239 444.2 238.5 444.3 237.9 445 236.2 445.6 234.8 446.2 233.4 447.3 231.2 448.1 229.9L449.4 227.6 451.1 225.9 452.7 224.2 454.5 223.1 456.2 222 458.5 221.3C459.7 220.9 461.9 220.4 463.3 220.2L465.9 219.8 469.7 220 473.5 220.2 478 221.1 482.5 222 484.4 222.7C485.4 223.1 486.3 223.4 486.3 223.4 486.4 223.4 486.6 222.1 486.8 220.5 487.1 218.9 487.5 216.3 487.8 214.8 488.1 213.2 488.3 211.8 488.2 211.7 488.1 211.6 486.7 211.4 485.2 211.2 483.6 211.1 479.3 210.7 475.7 210.5L469 210.1 464.3 210.5 459.7 210.9 456.2 211.6 452.7 212.3 450.5 213.2C449.3 213.7 447.5 214.6 446.5 215.2 445.5 215.8 444.3 216.6 443.7 217 443.2 217.3 441.6 218.8 440.1 220.3L437.5 222.9 436 225C435.2 226.2 433.7 228.7 432.8 230.6L431.2 233.9 429.9 237.6C429.2 239.6 428.2 242.9 427.8 244.9L426.9 248.5 426.5 251.8 426.2 255.1 426.2 259.4 426.2 263.8 426.5 266.3 426.9 268.8 427.9 271.4 428.9 274 430.2 275.9 431.3 277.8 433.3 279.6 435.2 281.5 437.2 282.6 439.2 283.6 441.9 284.4C443.3 284.8 445.4 285.2 446.5 285.4 447.7 285.6 450.3 285.7 452.4 285.7Z" class="a"/><path d="M342.1 285.7L345.9 285.8 349.7 285.4C351.8 285.3 355.3 284.9 357.4 284.6 359.5 284.3 363.1 283.6 365.4 283.1L369.6 282.2 369.9 280.6C370 279.7 370.5 277.2 370.9 274.9L371.8 270.8 371.6 270.6 371.4 270.4 370.1 271C369.4 271.4 367.2 272.2 365.2 272.9L361.5 274.1 357.7 274.8 353.9 275.5 347.8 275.6 341.7 275.6 339.7 274.9C338.5 274.5 336.8 273.9 335.9 273.4L334.3 272.6 331.5 270.1 330.5 268.2 329.4 266.4 328.7 264 328 261.7 328 257.4 328 253 328.6 249.2 329.2 245.3 339.7 244.8 359 244.9 378.2 245 378.8 242.6C379.2 241.2 379.6 238.4 379.9 236.3L380.4 232.6 380.4 229.4 380.4 226.2 379.9 223.8 379.3 221.5 378.4 219.9C377.9 219 377.1 217.8 376.5 217.1 375.9 216.5 374.9 215.5 374.2 215 373.5 214.6 372.2 213.8 371.2 213.3L369.5 212.3 366.5 211.6 363.4 210.9 359.7 210.5 356 210.2 352.5 210.4 349 210.6 344.9 211.4 340.7 212.2 338.1 213.2C336.7 213.8 334.5 214.9 333.3 215.6 332 216.3 330.3 217.4 329.4 218.1 328.6 218.8 327.1 220.2 326.1 221.1 325.2 222.1 323.8 223.8 323 224.9 322.2 226.1 321 228.1 320.3 229.4 319.7 230.8 318.8 232.6 318.4 233.6 318 234.6 317.3 236.5 316.8 237.9 316.3 239.4 315.5 242.1 315.1 244 314.6 245.9 314 249.1 313.7 251L313.1 254.5 313.1 259.7 313.1 264.8 313.7 267.1C314 268.3 314.5 270.2 314.9 271.2 315.3 272.3 316 273.8 316.5 274.7 317 275.6 318 276.9 318.8 277.8 319.6 278.6 321 279.9 322 280.6 322.9 281.3 324.6 282.3 325.8 282.8L327.8 283.7 330.6 284.4C332.2 284.8 334.6 285.2 335.9 285.4 337.2 285.6 340 285.7 342.1 285.7ZM348.6 236.9C339 236.9 331.2 236.8 331.2 236.7 331.2 236.7 331.6 235.4 332.1 234.1 332.6 232.7 333.5 230.6 334 229.4L335.1 227.4 337.4 225.1 339.7 222.8 341.9 221.7C343.2 221.1 344.8 220.5 345.6 220.3 346.3 220.1 348.5 219.8 350.4 219.7L353.9 219.5 356.5 219.8 359.2 220.2 361.1 221.1 363.1 221.9 364.1 223.1C364.7 223.7 365.4 224.6 365.7 225.2L366.2 226.1 366.5 228.1 366.8 230.1 366.4 233.5 366.1 236.9Z" class="a"/><path d="M245.4 316.3L245.6 315.8C245.8 315.5 245.9 314.7 245.9 314.2 245.9 313.6 246.1 311.6 246.4 309.6 246.7 307.7 247.4 303.2 248 299.7 248.5 296.1 249.4 290.8 249.8 287.9 250.3 284.9 250.9 281.1 251.1 279.5 251.3 277.8 251.6 276.4 251.7 276.4 251.8 276.4 252.3 277.2 252.8 278.1L253.7 279.7 255.6 281.6 257.5 283.6 259.9 284.5 262.2 285.5 265.1 285.8 267.9 286.2 271.5 286 275 285.8 278.9 284.8 282.8 283.8 284.9 282.8C286 282.3 288 281.1 289.4 280.3L291.8 278.7 294.1 276.4C295.3 275.2 297.1 273.2 298 272 298.9 270.8 299.6 269.7 299.6 269.6 299.6 269.5 300.1 268.8 300.6 268 301.1 267.2 302.2 265 303.1 263.1 303.9 261.2 305.1 257.7 305.9 255.4L307.2 251.3 307.9 247.7C308.3 245.7 308.8 242.4 309 240.4L309.4 236.7 309.2 233.6 308.9 230.5 308.2 227.4 307.5 224.2 306.3 221.9 305.2 219.6 302.9 217.2 300.6 214.8 295.3 212 292.3 211.3 289.4 210.6 286.4 210.4 283.5 210.2 280.2 210.5 276.9 210.9 274.2 211.6 271.6 212.3 269.2 213.4C268 213.9 266.1 215 265.1 215.6 264.1 216.2 263.1 217 262.8 217.2 262.5 217.5 261.9 218 261.4 218.3L260.5 218.9 261.1 215.8C261.5 214.2 261.8 212.6 261.8 212.4L261.8 211.9 249.1 211.9 248 218.9C247.4 222.8 246.4 228.8 245.8 232.2 245.3 235.6 244.4 240.8 243.9 243.7 243.4 246.5 242.6 251.6 242 254.9 241.4 258.3 240.5 263.6 239.9 266.7 239.4 269.9 238.5 274.5 238 276.9 237.6 279.4 236.7 284.1 236.1 287.4 235.5 290.6 234.6 295.7 234 298.8 233.4 301.8 232.5 306.7 231.9 309.5 231.4 312.4 230.8 315.1 230.7 315.5L230.5 316.3ZM267.2 276.4L265.3 276.1 263.4 275.7 261.5 274.8 259.6 274 258.2 272.7 256.9 271.4 256.1 269.7C255.7 268.7 255.1 267.1 254.9 266.1L254.4 264.2 254.6 261.2 254.8 258.2 255.7 253.5C256.2 251 257.1 246.1 257.6 242.8 258.2 239.5 259.1 234.6 259.6 231.9L260.5 227.1 262.5 225.5C263.6 224.6 265.3 223.3 266.4 222.8L268.2 221.7 270.7 221 273.1 220.2 279.3 219.8 281.9 220.4 284.4 220.9 286.2 221.7 288 222.6 289.5 224.1 291 225.6 291.8 227.2C292.3 228.1 292.9 229.8 293.2 231L293.8 233.3 293.6 239.8 293.4 246.4 292.5 250.3C292.1 252.5 291.1 255.7 290.5 257.6L289.3 261 287.8 263.7C287 265.2 285.8 267.3 285.1 268.3 284.4 269.3 283.3 270.5 282.6 271.1 282 271.7 280.8 272.6 280.1 273.1L278.9 274 273 276Z" class="a"/></svg>');
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.widget-info {
  color: #A9A9A9;
}
.widget-info a {
  color: #A9A9A9;
}
/*  HELPER
/* ----------------------------------- */
.clearshadow:before,
.clearshadow:after {
  content: "";
  position: absolute;
  height: 49px;
  background: #28bbfd;
  bottom: 0;
  width: 6px;
}
.clearshadow:before {
  left: -4px;
}
.clearshadow:after {
  right: -5px;
}
.resetlist,
.page-breadcrumb ul,
.main-navigation ul,
.list-info,
.widget-list ul,
.widget-format-payment ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.resetline {
  line-height: 1;
}
.owlcarouselfix .owl-wrapper,
.owlcarouselfix .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.owlcarouselfix .owl-dots {
  display: none !important;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
}
.owlcarouselfix .owl-dots .owl-dot {
  display: inline-block;
}
.owlcarouselfix .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: white;
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
  display: block;
  margin: 0 5px;
  position: relative;
}
.owlcarouselfix .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: black;
}
.titlebox {
  font-size: 21px;
}
.clearmargin {
  margin: 0 !important;
}
/* SPACING */
.space15 {
  display: block;
  height: 15px;
  width: 100%;
  clear: both;
}
.space30 {
  display: block;
  height: 30px;
  width: 100%;
  clear: both;
}
.space45 {
  display: block;
  height: 45px;
  width: 100%;
  clear: both;
}
.space60 {
  display: block;
  height: 60px;
  width: 100%;
  clear: both;
}
.pl {
  float: left !important;
}
.pr {
  float: right !important;
  padding-top: 8px;
}
/* TEXT */
.text-uppercase {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*  THEME
/* ----------------------------------- */
/*  RESPONSIVE-SUPPORT
/* ----------------------------------- */
.btn-rwd-sidebar {
  display: none;
  height: 36px;
  width: 36px;
  float: right;
  margin-top: 25px;
  position: relative;
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
}
.bars {
  width: 21px;
  height: 2px;
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  line-height: 36px;
}
.bars:before,
.bars:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 21px;
  background: white;
}
.bars:before {
  top: -5px;
}
.bars:after {
  bottom: -5px;
}
@media (max-width: 1110px) {
  .container {
    width: inherit;
  }
}
@media (max-width: 995px) {
  .logo-site {
    position: relative;
  }
  .logo-site:before,
  .logo-site:after {
    background-color: transparent;
  }
  .logo-site ~ .logo-smallest {
    margin-left: 10px;
    margin-top: 20px;
  }
  .list-info {
    margin-top: 38px;
    margin-bottom: 0;
  }
  .main-navigation {
    margin-left: 0;
  }
  .main-navigation ul li > a {
    font-size: 12px;
    padding: 20px 5px;
  }
  .site-footer-top .logo-footer {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer-top .box-form-assinar {
    width: 100%;
  }
  .form-assinar {
    margin-bottom: 30px;
  }
  .site-footer .space30 {
    height: 0 !important;
  }
}
@media (max-width: 690px) {
  .logo-site ~ .logo-smallest {
    float: right !important;
    margin-top: 5px;
  }
  .list-info {
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  .btn-rwd-sidebar {
    display: inline-block;
  }
  .logo-smallest {
    display: none;
  }
  .list-info {
    display: none;
  }
  .site-header-middle {
    display: none;
  }
}
/*fixes*/
.services .content 
{
    width: auto !important;
    display:inline-block !important;
}

.package-choice .grid-half 
{
    width: 100% !important;
}

.package-choice .inner-space-tiny_right 
{
    padding: 0px !important;
}

.package-choice .inner-space-tiny_left
{
    padding: 0px !important;
    padding-top:15px !important;
}
.orderWrapper {
    background-color: white;
}
.orderWrapper h2 {
    padding-top: 10px;
    padding-left: 5px;
}
#lastOrder strong {
    font-weight:bold;
}

.tab-content a .icon {
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 5px;
  float: left;
  position: relative;
  top: -6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/Travel/Styles_B2C/images/submarino/menu-minhas.png");
}
.tab-content a .icon.home {
  background-position: 0 0;
}
.tab-content a .icon.bags {
  background-position: -25px 0px;
}
.tab-content a .icon.cart {
  background-position: -50px 0px;
}
.tab-content a .icon.wedding-list {
  background-position: -50px 0px;
  transform:rotate(90deg);
}
.tab-content a .icon.user {
  background-position: -75px 0px;
}
.tab-content a .icon.key {
  background-position: -100px 0px;
}
.tab-content a .icon.message {
  background-position: -125px 0px;
}

.item-logged {
  display: block;
  position: relative;
}
.item-logged:hover h3,
.item-logged:focus h3 {
  color: #ffcb04;
}
.item-logged:hover .bags,
.item-logged:focus .bags {
  background-position: 0 -80px !important;
}
.item-logged:hover .cart,
.item-logged:focus .cart {
  background-position: -42px -80px !important;
}
.item-logged:hover .wedding-list,
.item-logged:focus .wedding-list {
  background-position: -42px -80px !important;
  transform:rotate(90deg);
}
.item-logged:hover .user,
.item-logged:focus .user {
  background-position: -84px -80px !important;
}
.item-logged:hover .key,
.item-logged:focus .key {
  background-position: -126px -80px !important;
}
.item-logged:hover .message,
.item-logged:focus .message {
  background-position: -170px -80px !important;
}
.item-logged .icon {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/Travel/Styles_B2C/images/submarino/menu-meus.png");
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
}
.item-logged .icon.bags {
  background-position: 0 0;
}
.item-logged .icon.cart {
  background-position: -42px 0;
}
.item-logged .icon.wedding-list {
  background-position: -42px 0;
  transform:rotate(90deg);
}
.item-logged .icon.user {
  background-position: -84px 0;
}
.item-logged .icon.key {
  background-position: -126px 0;
}
.item-logged .icon.message {
  background-position: -170px 0;
}
.item-logged .content {
  position: relative;
}
.item-logged h3 {
  -webkit-transition: all 350ms ease;
          transition: all 350ms ease;
  text-transform: uppercase;
  color: #28bbfd;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}
.item-logged p {
  margin-bottom: 0;
  color: #333333;
}
a.item-logged.clearfix {
    height: 50px !important;
}
.site-header-top.clearfix {
    height:30px;
}
#faleConoscoForm select {
    height: 30px !important;
    background-color: white !important;
}
div.secondary .halfBox label[for='chkNonStop'] {
    margin-top: 10px !important;
}
/*.search_results.hotel + .search_results.air {
    margin-top: 112px !important;
}*/
.destiny.destination label.date {
    margin-top: 10px !important;
}
/*#airPrice.search_results.air.value_price.content2 div.header.value_price2.filterHeader {
    margin-top: 118px !important;
}*/

/*********** POPUP DE BAGAGEM ************/
.bag1 {
	float: left;
	margin-left: 5px;
}
.bag2 {
	float: left;
	margin: 13px 0px 0px 4px;
    padding-right:6px;
}

.bagPopup {
	position: absolute;
    min-width: 180px;
    margin-top: -30px;
    background-color: white;
    z-index: 999;
    box-shadow: 0 0 8px 0px rgba(0,0,0, 0.3);
    padding-right: 16px;
    border-radius: 4px;
    right: 0px;
    white-space: nowrap;
    display: none;
}
.bagPopup table{
	width: 100%;
	height: 100px;
}
.bagPopup table tbody tr{
	height: 50px;
}
.bagPopup table tbody tr td{
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
.bagPopup .title{
	font-weight: bold;
	margin-bottom: 0px !important;
	padding-top: 10px;
}
.bagPopup .text{
	color: lightslategray;
} 

.modal.info.results .content .bagDetail{
}

.modal.info.results .content .bagDetail table{
    width: 410px !important;
}
.modal.info.results .content .bagDetail table tbody tr td {
    vertical-align: middle !important;
}

.modal.info.results .content .bagDetail .title{
	font-weight: bold !important;
    margin-bottom: 0px !important;
    padding: 0px 0px 0px 13px !important;
}
.modal.info.results .content .bagDetail .text{
	color: lightslategray;
    padding: 0px 0px 0px 13px !important;
} 
/****************/