@charset "UTF-8";
/* LIBS */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

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

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
/* FIN DE NORMALIZE */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(../images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(../images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(../images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/* COLOR BOX CSS */
div.popup p.title, div.popup h2.title {
  background: black;
  color: #FFF;
  margin: -30px -30px 0.5em -30px;
  padding: 10px 40px 10px 30px;
  margin: 0 0 0.5em;
  font-size: 22px;
  font-weight: 500;
}

div.popup p {
  margin-bottom: 1.5em;
  padding: 0px 30px 10px 30px;
}

div#sendIntermediary p {
  margin-bottom: 1em;
}

div.popup form {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.1em;
  padding: 0px 30px 10px 30px;
}

div.popup form p {
  padding: 0px;
}

div.popup button {
  text-shadow: none;
}

div.popup .row {
  margin: 0;
  padding: 0;
}

div.popup .s7of12 {
  padding: 5px 10px 10px 0;
}

div.popup .field.text label, div.popup div.radios label.normal, #quoteClickToCallForm div.field label {
  margin-left: 0px;
}

.align-check-conditions label {
  margin: 0px 25px 20px 25px !important;
}

div.popup .field + .field {
  margin-top: 10px;
}

div.popup .field {
  margin-top: 0px;
}

div.popup .radio-group, div.popup .check-group {
  padding: 0px;
}

div.popup .marginSendQuote {
  padding-top: 15px;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxContent, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  background: none;
}

#cboxContent {
  background: white;
}

#cboxClose {
  top: 10px;
  right: 10px;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

/* estilos para los popups */
.wrapper-pop-up {
  padding: 0px !important;
}

.wrapper-pop-up .exception-page .primary-slab {
  padding: 0px !important;
}

/* fin estilos para los popups */
/* FIN DE COLORBOX CSS*/
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* FIN DE NOUISLIDER CSS */
/* MOBISCROLL CSS */
/* ---------- ANIMATIONS ---------- */
.dw-trans .dw-persp {
  overflow: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.dw-trans .dw,
.dw-trans .dwo {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 200ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
}

.dw-trans .dwo {
  -webkit-backface-visibility: hidden;
}

.dw-in .dw {
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.dw-out .dw {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.dw-in .dwo {
  -webkit-animation-name: dw-f-in;
  -moz-animation-name: dw-f-in;
  animation-name: dw-f-in;
}

.dw-out .dwo {
  -webkit-animation-name: dw-f-out;
  -moz-animation-name: dw-f-out;
  animation-name: dw-f-out;
}

.dw-flip,
.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-backface-visibility: hidden;
  -moz-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}

.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dw-flip,
.dw-pop {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.dw-in .dw-pop {
  opacity: 1;
  -webkit-animation-name: dw-p-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-p-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-p-in;
}

.dw-out .dw-pop {
  opacity: 0;
  -webkit-animation-name: dw-p-out;
  -moz-animation-name: dw-p-out;
  animation-name: dw-p-out;
}

.dw-in .dw-flip {
  opacity: 1;
  -webkit-animation-name: dw-fl-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-fl-in;
  -moz-transform: scale(1);
  animation-name: dw-fl-in;
  transform: scale(1);
}

.dw-out .dw-flip {
  opacity: 0;
  animation-name: dw-fl-out;
  -webkit-animation-name: dw-fl-out;
  -moz-animation-name: dw-fl-out;
}

.dw-in .dw-swing {
  opacity: 1;
  -webkit-animation-name: dw-sw-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sw-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-sw-in;
}

.dw-out .dw-swing {
  opacity: 0;
  -webkit-animation-name: dw-sw-out;
  -moz-animation-name: dw-sw-out;
  animation-name: dw-sw-out;
}

.dw-in .dw-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: dw-sh-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sh-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-sh-in;
}

.dw-out .dw-slidehorizontal {
  opacity: 0;
  -webkit-animation-name: dw-sh-out;
  -moz-animation-name: dw-sh-out;
  animation-name: dw-sh-out;
}

.dw-in .dw-slidevertical {
  opacity: 1;
  -webkit-animation-name: dw-sv-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sv-in;
  -moz-transform: scale(1);
  animation-name: dw-sv-in;
  transform: scale(1);
}

.dw-out .dw-slidevertical {
  opacity: 0;
  -webkit-animation-name: dw-sv-out;
  -moz-animation-name: dw-sv-out;
  animation-name: dw-sv-out;
}

.dw-in .dw-slidedown {
  -webkit-animation-name: dw-sd-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sd-in;
  -moz-transform: scale(1);
  animation-name: dw-sd-in;
  transform: scale(1);
}

.dw-out .dw-slidedown {
  animation-name: dw-sd-out;
  -webkit-animation-name: dw-sd-out;
  -webkit-transform: translateY(-100%);
  -moz-animation-name: dw-sd-out;
  -moz-transform: translateY(-100%);
}

.dw-in .dw-slideup {
  -webkit-animation-name: dw-su-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-su-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-su-in;
}

.dw-out .dw-slideup {
  animation-name: dw-su-out;
  -webkit-animation-name: dw-su-out;
  -webkit-transform: translateY(100%);
  -moz-animation-name: dw-su-out;
  -moz-transform: translateY(100%);
}

.dw-in .dw-fade {
  opacity: 1;
  -webkit-animation-name: dw-f-in;
  -moz-animation-name: dw-f-in;
  animation-name: dw-f-in;
}

.dw-out .dw-fade {
  opacity: 0;
  -webkit-animation-name: dw-f-out;
  -moz-animation-name: dw-f-out;
  animation-name: dw-f-out;
}

/* Fade in */
@keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Fade out */
@keyframes dw-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes dw-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes dw-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Pop in */
@keyframes dw-p-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dw-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dw-p-in {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
/* Pop out */
@keyframes dw-p-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes dw-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes dw-p-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
/* Flip in */
@keyframes dw-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes dw-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes dw-fl-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0);
  }
}
/* Flip out */
@keyframes dw-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-fl-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
/* Swing in */
@keyframes dw-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes dw-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes dw-sw-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
/* Swing out */
@keyframes dw-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-sw-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
/* Slide horizontal in */
@keyframes dw-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes dw-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes dw-sh-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
/* Slide horizontal out */
@keyframes dw-sh-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes dw-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes dw-sh-out {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
/* Slide vertical in */
@keyframes dw-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-sv-in {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
/* Slide vertical out */
@keyframes dw-sv-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-sv-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
/* Slide Down In */
@keyframes dw-sd-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-sd-in {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
/* Slide down out */
@keyframes dw-sd-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes dw-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes dw-sd-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
  }
}
/* Slide Up In */
@keyframes dw-su-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-su-in {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
/* Slide up out */
@keyframes dw-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-su-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}
/* ---------- ICONS ---------- */
@font-face {
  font-family: 'icons_mobiscroll';
  src: url(data:font/ttf;base64,AAEAAAAPAIAAAwBwRkZUTWtyFsgAAAD8AAAAHE9TLzJBOV5qAAABGAAAAGBjbWFwAA/0rwAAAXgAAAFCY3Z0IAOz/7IAAAkYAAAAHGZwZ22KCng7AAAJNAAACZFnYXNwAAAAEAAACRAAAAAIZ2x5ZvVFW18AAAK8AAACgGhlYWQAU7R1AAAFPAAAADZoaGVhA/ABxQAABXQAAAAkaG10eAYBABEAAAWYAAAAGGxvY2ECjAHiAAAFsAAAABJtYXhwAOcJ2gAABcQAAAAgbmFtZWzdX/gAAAXkAAACzXBvc3Qb34ZiAAAItAAAAFpwcmVwkqGa/wAAEsgAAABWAAAAAQAAAADMPaLPAAAAAM+aOfwAAAAAz5o5/AAEAgAB9AAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAgAGCQAAAAAAAAAAAAAQAAAAAAAAAAAAAABQZkVkAMDxAPEEAcD/wAAuAcAAQAAAAAEAAAAAAAAAAAAAACAAAQAAAAMAAAADAAAAHAABAAAAAAA8AAMAAQAAABwABAAgAAAABAAEAAEAAPEE//8AAPEA//8PAwABAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACABEAAACZAVUAAwAHAClAJgAAAAMCAANZAAIBAQJNAAICAVEEAQECAUUAAAcGBQQAAwADEQUQKzMRMxEnMxEjEYh3ZmYBVf6rEQEzAAAAAAEAAP/wAgABgAAFAAazAgABKCsBFwEnNxcBsFD+wMBQcAGAUP7AwFBwAAAAAQAB/8EB/wG/ACsABrMcBgEoKyUWFxYPAQYnJi8BBwYHBi8BJjc2PwEnJicmPwE2FxYfATc2NzYfARYHBg8BAfsCAgMHSQcKBAKbmwIECgdJBwMCApubAgIDB0kHCgQCm5sCBAoHSQcDAgKbJQIECgdJBwMCApubAgIDB0kHCgQCm5sCBAoHSQcDAgKbmwICAwdJBwoEApsAAAAAAgAA/8ACAAHAAA4AHQBPQEwKCQQABAABHBgTEgQDBQJCAQECQBkBBD8AAAEFAQAFaAAFAwEFA2YAAQECUwACAgpDBgEDAwRUAAQECwREEA8bGhcVDx0QHSUiEgcSKwE3FSM3JiMiBgcnPgEzMgMyNjcXDgEjIicHNTMHFgG1S8BIOFA9YxQ8G4RRamo9YxQ8G4RRaktLwEg4AXVLwEg4RjcXSlz+QEY3F0pcS0vASDgAAAAAAQAAAIACAAEAAAsAF0AUAAABAQBPAAAAAVMAAQABRzMxAhErNTQzITIdARQjISI1EAHgEBD+IBDwEBBgEBAAAAEAAP/AAgABwAAbACtAKAQGAgADAQECAAFbAAUFCkMAAgILAkQBABkWFBIPDQsIBgQAGwEbBw8rATIdARQrARUUKwEiPQEjIj0BNDsBNTQ7ATIdAQHwEBCwEGAQsBAQsBBgEAEAEGAQsBAQsBBgELAQELAAAQAAAAEAAAvnMhNfDzz1AAsCAAAAAADPmjn8AAAAAM+aOfwAAP/AAgABwAAAAAgAAgAAAAAAAAABAAABwP/AAC4CAAAAAAACAAABAAAAAAAAAAAAAAAAAAAABAIAABEAAAAAAgAAAAIAAAAAAQAAAAAAAAAAACgAKAAoAD4AjADmAQYBQAAAAAEAAAAIACwAAgAAAAAAAgAOABsAbgAAAGAJkQAAAAAAAAAOAK4AAQAAAAAAAAA8AHoAAQAAAAAAAQAQANkAAQAAAAAAAgAGAPgAAQAAAAAAAwAsAVkAAQAAAAAABAAQAagAAQAAAAAABQAQAdsAAQAAAAAABgAQAg4AAwABBAkAAAB4AAAAAwABBAkAAQAgALcAAwABBAkAAgAMAOoAAwABBAkAAwBYAP8AAwABBAkABAAgAYYAAwABBAkABQAgAbkAAwABBAkABgAgAewAQwByAGUAYQB0AGUAZAAgAGIAeQAgAHIAbwBvAHQAIAB3AGkAdABoACAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgACgAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGYAbwByAGcAZQAuAHMAZgAuAG4AZQB0ACkAAENyZWF0ZWQgYnkgcm9vdCB3aXRoIEZvbnRGb3JnZSAyLjAgKGh0dHA6Ly9mb250Zm9yZ2Uuc2YubmV0KQAAaQBjAG8AbgBzAF8AbQBvAGIAaQBzAGMAcgBvAGwAbAAAaWNvbnNfbW9iaXNjcm9sbAAATQBlAGQAaQB1AG0AAE1lZGl1bQAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABpAGMAbwBuAHMAXwBtAG8AYgBpAHMAYwByAG8AbABsACAAOgAgADEANQAtADUALQAyADAAMQA0AABGb250Rm9yZ2UgMi4wIDogaWNvbnNfbW9iaXNjcm9sbCA6IDE1LTUtMjAxNAAAaQBjAG8AbgBzAF8AbQBvAGIAaQBzAGMAcgBvAGwAbAAAaWNvbnNfbW9iaXNjcm9sbAAAVgBlAHIAcwBpAG8AbgAgADAAMAAxAC4AMAAwADAAIAAAVmVyc2lvbiAwMDEuMDAwIAAAaQBjAG8AbgBzAF8AbQBvAGIAaQBzAGMAcgBvAGwAbAAAaWNvbnNfbW9iaXNjcm9sbAAAAAAAAgAAAAAAAP/AABkAAAABAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQACAQIBAwEEAQUBBgd1bmlGMTAwB3VuaUYxMDEHdW5pRjEwMgd1bmlGMTAzB3VuaUYxMDQAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAyADIBwP/AAcD/wLAALLAgYGYtsAEsIGQgsMBQsAQmWrAERVtYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsApFYWSwKFBYIbAKRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAArWVkjsABQWGVZWS2wAiwgRSCwBCVhZCCwBUNQWLAFI0KwBiNCGyEhWbABYC2wAywjISMhIGSxBWJCILAGI0KyCgACKiEgsAZDIIogirAAK7EwBSWKUVhgUBthUllYI1khILBAU1iwACsbIbBAWSOwAFBYZVktsAQssAdDK7IAAgBDYEItsAUssAcjQiMgsAAjQmGwgGKwAWCwBCotsAYsICBFILACRWOwAUViYESwAWAtsAcsICBFILAAKyOxAgQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbAILLEFBUWwAWFELbAJLLABYCAgsAlDSrAAUFggsAkjQlmwCkNKsABSWCCwCiNCWS2wCiwguAQAYiC4BABjiiNhsAtDYCCKYCCwCyNCIy2wCyxLVFixBwFEWSSwDWUjeC2wDCxLUVhLU1ixBwFEWRshWSSwE2UjeC2wDSyxAAxDVVixDAxDsAFhQrAKK1mwAEOwAiVCsQkCJUKxCgIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwCSohI7ABYSCKI2GwCSohG7EBAENgsAIlQrACJWGwCSohWbAJQ0ewCkNHYLCAYiCwAkVjsAFFYmCxAAATI0SwAUOwAD6yAQEBQ2BCLbAOLLEABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsA8ssQAOKy2wECyxAQ4rLbARLLECDistsBIssQMOKy2wEyyxBA4rLbAULLEFDistsBUssQYOKy2wFiyxBw4rLbAXLLEIDistsBgssQkOKy2wGSywCCuxAAVFVFgAsAwjQiBgsAFhtQ0NAQALAEJCimCxDQUrsG0rGyJZLbAaLLEAGSstsBsssQEZKy2wHCyxAhkrLbAdLLEDGSstsB4ssQQZKy2wHyyxBRkrLbAgLLEGGSstsCEssQcZKy2wIiyxCBkrLbAjLLEJGSstsCQsIDywAWAtsCUsIGCwDWAgQyOwAWBDsAIlYbABYLAkKiEtsCYssCUrsCUqLbAnLCAgRyAgsAJFY7ABRWJgI2E4IyCKVVggRyAgsAJFY7ABRWJgI2E4GyFZLbAoLLEABUVUWACwARawJyqwARUwGyJZLbApLLAIK7EABUVUWACwARawJyqwARUwGyJZLbAqLCA1sAFgLbArLACwA0VjsAFFYrAAK7ACRWOwAUVisAArsAAWtAAAAAAARD4jOLEqARUqLbAsLCA8IEcgsAJFY7ABRWJgsABDYTgtsC0sLhc8LbAuLCA8IEcgsAJFY7ABRWJgsABDYbABQ2M4LbAvLLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyLgEBFRQqLbAwLLAAFrAEJbAEJUcjRyNhsAZFK2WKLiMgIDyKOC2wMSywABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmEjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7CAYmAjILAAKyOwBENgsAArsAUlYbAFJbCAYrAEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDIssAAWICAgsAUmIC5HI0cjYSM8OC2wMyywABYgsAgjQiAgIEYjR7AAKyNhOC2wNCywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhsAFFYyMgWGIbIVljsAFFYmAjLiMgIDyKOCMhWS2wNSywABYgsAhDIC5HI0cjYSBgsCBgZrCAYiMgIDyKOC2wNiwjIC5GsAIlRlJYIDxZLrEmARQrLbA3LCMgLkawAiVGUFggPFkusSYBFCstsDgsIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSYBFCstsDkssDArIyAuRrACJUZSWCA8WS6xJgEUKy2wOiywMSuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xJgEUK7AEQy6wJistsDsssAAWsAQlsAQmIC5HI0cjYbAGRSsjIDwgLiM4sSYBFCstsDwssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYbACJUZhOCMgPCM4GyEgIEYjR7AAKyNhOCFZsSYBFCstsD0ssDArLrEmARQrLbA+LLAxKyEjICA8sAQjQiM4sSYBFCuwBEMusCYrLbA/LLAAFSBHsAAjQrIAAQEVFBMusCwqLbBALLAAFSBHsAAjQrIAAQEVFBMusCwqLbBBLLEAARQTsC0qLbBCLLAvKi2wQyywABZFIyAuIEaKI2E4sSYBFCstsEQssAgjQrBDKy2wRSyyAAA8Ky2wRiyyAAE8Ky2wRyyyAQA8Ky2wSCyyAQE8Ky2wSSyyAAA9Ky2wSiyyAAE9Ky2wSyyyAQA9Ky2wTCyyAQE9Ky2wTSyyAAA5Ky2wTiyyAAE5Ky2wTyyyAQA5Ky2wUCyyAQE5Ky2wUSyyAAA7Ky2wUiyyAAE7Ky2wUyyyAQA7Ky2wVCyyAQE7Ky2wVSyyAAA+Ky2wViyyAAE+Ky2wVyyyAQA+Ky2wWCyyAQE+Ky2wWSyyAAA6Ky2wWiyyAAE6Ky2wWyyyAQA6Ky2wXCyyAQE6Ky2wXSywMisusSYBFCstsF4ssDIrsDYrLbBfLLAyK7A3Ky2wYCywABawMiuwOCstsGEssDMrLrEmARQrLbBiLLAzK7A2Ky2wYyywMyuwNystsGQssDMrsDgrLbBlLLA0Ky6xJgEUKy2wZiywNCuwNistsGcssDQrsDcrLbBoLLA0K7A4Ky2waSywNSsusSYBFCstsGossDUrsDYrLbBrLLA1K7A3Ky2wbCywNSuwOCstsG0sK7AIZbADJFB4sAEVMC0AAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("truetype");
  src: url(data:font/woff;base64,d09GRgABAAAAAAtwAA8AAAAAEyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABoAAAAca3IWyE9TLzIAAAF0AAAASgAAAGBBOV5qY21hcAAAAcAAAABCAAABQgAP9K9jdnQgAAAGCAAAABQAAAAcA7P/smZwZ20AAAYcAAAE+QAACZGKCng7Z2FzcAAABgAAAAAIAAAACAAAABBnbHlmAAACBAAAAc8AAAKA9UVbX2hlYWQAAAPUAAAALgAAADYAU7R1aGhlYQAABAQAAAAcAAAAJAPwAcVobXR4AAAEIAAAABUAAAAYBgEAEWxvY2EAAAQ4AAAAEgAAABICjAHibWF4cAAABEwAAAAgAAAAIADnCdpuYW1lAAAEbAAAAVsAAALNbN1f+HBvc3QAAAXIAAAANgAAAFob34ZicHJlcAAACxgAAABWAAAAVpKhmv942mNgYGBkAIIztovOg+jzsyz/wGgAT68HuAAAeNpjYGFiYPzCwMrAwOjDmMbAwOAOpb8ySDK0MDAwMbBxMsCBAILJEJDmmsJw4CPDRxbGA/8PMOgxHmBwAAozIilRYGAEADXzDDkAAHjaY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+R5b//4Ekw////MxQlQyMbAwwJgMjE5BgYkAFjAzDHgAAQLAGsAAAeNqFUk1v00AUfLO73oVE1OuQ2BQ3Kk0Uu8iHiriJkSDEouWrBTVV6QG1BySkCPXEBXHNgQN/AfUncImEOGP+CT+hd6SE5wQEByQOb2d2NPu083ZJkEdEH3FMkgzdzCPeSUHyBQlAPCMhcKiY4QGR0Y5im/Qcm6Re6sWp1/Y+vBuPcTz75CHlowSi+YUgTMgh/ZnJZoIAcRZgOpoVxegNJktceDH/hjm+UsLeNc3ejh/4LnQcbcFoo7cQZf0h4iiOhugH/jqyftZfh2+0C/wQQponpqLE+blQFaZSlPRfaud/hr/UMofgHAVfv6AVatJB/rRyWZEirF27WlPSEfd5Jvkq1JBjOCDnNTkSjhwT60c8tcqOhpTqOSlVVbvWDa8HDbdpm51WzdQSZI12FrVb2sT3kHZlt58FK2i3YtNLjY8v+8Xj26PBq/rd8P3h2dlvsl/KeFuuD7Ng73SWL2Ah/5o9TUQJVQryOgugg1I/Kkf9KL0lvKS3nW50m6i3N1o9i+/Wzm7YC2tfWrt8u2XmkJJ8U2n+BxyHcEKOU9nhVFWxC1r16zX3SvWSVhQiNG6CsmGCBldrwCkG2L6DHhfr4OZTbj9dAugPL+EnbQVhrAB42mNgZGBgAGLu50bC8fw2Xxm4mRhA4Pwsyz8I+v8BJgbGA0AuBwNYGgAdigquAAB42mNgZGBgPPD/AIMeEwMIAElGBlTAAgBQlAK5eNpjYmAQZAACJihmYGQAAwAB7AAZAAAAAAAAKAAoACgAPgCMAOYBBgFAAAAAAQAAAAgALAACAAAAAAACAA4AGwBuAAAAYAmRAAAAAHjanY9NagJBEIXf+AeBIB6hlwbi2DPoRrIT3LmVZCWO9miDTktPizEHyFmyyjbkKCE3CDlAdsmbsQkkiwScYrq+frzqqgLQxCMCHL8r3HkO0MKL5woa+PBcxWVw47mGVvDguU5+9dxAq9KkM6id8XZbVhUcQODJcwXnePNcxTU+PdcggnvPdfKz5wb5HUNYKMzgeC74WoIDTwvDcKQ9NPOKNKKSkYtssaRfIEYIydymwzG2GKDLSL03/faGyHkLqSrqF8DQqplTC5EchDXGib12KzEymRsZu1QiDqVor5zbDrrdlGpaqGGehplyrNaYly1yTLEhJVRyasXgawb03GT5dGMSnc+tWVMZlxtq7FiAsVroHfNfSw34/9fn6IrQR6f8Y1ZG6PHhH5sMxO95KEX9Tr8Ty6h30joTzmpp0mWhYN+ic1jmYnpMlM21yYSUUSilFKd0+QJrOYc3AHjaY2BiAIP/BxgkgRQjAzrgAIsyMTIxMjOyMLIysrGX5mW6GRoYQGlDKG0EpY2htAkAfyEM3AAAAAEAAf//AA942mNgQANGDEaMB/4fAGEAGAgFZXjanVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}
.mbsc-ic:before {
  font-family: 'icons_mobiscroll';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.mbsc-ic-checkmark:before {
  content: "\f100";
}

.mbsc-ic-close:before {
  content: "\f101";
}

.mbsc-ic-loop2:before {
  content: "\f102";
}

.mbsc-ic-minus:before {
  content: "\f103";
}

.mbsc-ic-plus:before {
  content: "\f104";
}

/* ---------- WIDGET ---------- */
.dw,
.dwo {
  -webkit-tap-highlight-color: transparent;
}

.dw {
  max-width: 98%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 12px;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
  /*touch-action: none;*/
  /* Kills native scroll in Chrome >=35 */
}

.dw:focus {
  /*outline-color: transparent;*/
  outline: none;
}

.dw-rtl {
  direction: rtl;
}

/* Box sizing */
.dw,
.dwbc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dwwr {
  min-width: 170px;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}

/* Modal overlay */
.dw-persp,
.dwo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dw-persp {
  z-index: 500;
}

.dwo {
  z-index: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: Alpha(Opacity=70);
}

/* Liquid mode */
.dw-liq .dw {
  max-width: 100%;
}

/* Top/Bottom mode */
.dw-top .dw,
.dw-bottom .dw {
  width: 100%;
  max-width: 100%;
}

/* Inline mode */
.dw-inline .dw {
  position: static;
  display: inline-block;
  max-width: 100%;
}

.dw-inline.dw-liq .dw-persp .dw {
  display: block;
}

.dw-inline .dw-persp {
  position: static;
}

/* Bubble mode */
.dw-bubble .dw {
  margin: 20px 0;
}

.dw-bubble .dw-arrw {
  position: absolute;
  left: 0;
  width: 100%;
}

.dw-bubble-top .dw-arrw {
  bottom: -36px;
}

.dw-bubble-bottom .dw-arrw {
  top: -36px;
}

.dw-bubble .dw-arrw-i {
  margin: 0 30px;
  position: relative;
  height: 36px;
}

.dw-bubble .dw-arr {
  display: block;
}

.dw-arr {
  display: none;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px;
}

.dw-bubble-bottom .dw-arr {
  top: 0;
}

.dw-bubble-top .dw-arr {
  bottom: 0;
}

.dw-hidden {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

/* Header */
.dwv {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Buttons */
.dwb {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.dwb-e {
  cursor: pointer;
}

.dwb-d {
  cursor: default;
}

/* Button container */
.dwbc {
  display: table;
  width: 100%;
  text-align: center;
}

/* Button wrapper */
.dwbw {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5;
}

.dwbw .dwb:before {
  padding: .375em;
}

/* Default theme */
.mbsc-mobiscroll .dwwr {
  min-width: 220px;
  background: #f7f7f7;
  color: #454545;
  font-size: 16px;
}

.mbsc-mobiscroll .dwv {
  padding: 0 .6666em;
  padding-top: .6666em;
  color: #4eccc4;
  font-size: .75em;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}

.mbsc-mobiscroll .dwbc {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 .5em .5em .5em;
}

.mbsc-mobiscroll .dwbw {
  display: block;
  float: right;
}

.mbsc-mobiscroll .dw-rtl .dwbw {
  float: left;
}

.mbsc-mobiscroll .dwb {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4eccc4;
  text-transform: uppercase;
}

.mbsc-mobiscroll .dwb-a {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-mobiscroll .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent #f7f7f7 transparent;
}

.mbsc-mobiscroll .dw-bubble-top .dw-arr {
  border-color: #f7f7f7 transparent transparent transparent;
}

/* ---------- SCROLLER ---------- */
.dwwb,
.dwwo,
.dwwol {
  /*-webkit-backface-visibility: hidden;*/
  -webkit-transform: translateZ(0);
}

/* Wheel container wrapper */
.dwc {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Wheel label */
.dwl {
  line-height: 30px;
  height: 30px;
  top: -30px;
  left: 0;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}

/* Wheel container */
.dwwc {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.dwfl {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

/* Wheels */
.dwwl {
  position: relative;
  z-index: 5;
}

.dwww {
  position: relative;
  padding: 1px;
  /*overflow: hidden;*/
}

.dww {
  overflow: hidden;
  position: relative;
}

.dw-bf {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  backface-visibility: hidden;
  perspective: 1000px;
}

.dw-ul {
  position: relative;
  z-index: 3;
}

.dw-li {
  padding: 0 5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* Valid entry */
.dw-li.dw-v {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

/* Hidden entry */
.dw-li.dw-h {
  visibility: hidden;
}

.dw-i {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Clickpick mode */
.dwwb {
  position: absolute;
  z-index: 4;
  left: 0;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.dwa .dwwb {
  opacity: 0;
}

.dwpm .dwwbp {
  top: 0;
}

.dwpm .dwwbm {
  bottom: 0;
}

.dwpm .dwwol {
  display: none;
}

/* Wheel overlay */
.dwwo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Background line */
.dwwol {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
}

/* Liquid mode */
.dw-liq .dwc {
  display: block;
}

.dw-liq .dw-tbl {
  width: 100%;
  table-layout: fixed;
}

/* Hidden label */
.dwhl .dwl {
  display: none;
}

/* Hidden select element */
.dw-hsel {
  position: absolute;
  height: 1px;
  width: 1px;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Multiple lines */
.dw-ml .dw-li {
  overflow: hidden;
}

.dw-ml .dw-li .dw-i {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/* Multiple selection */
.dwwms .dw-li {
  padding: 0 40px;
}

.dwwms .dwwol {
  display: none;
}

.dw-msel:before {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* Select groups */
.dww .dw-w-gr {
  padding: 0 5px;
  opacity: 1;
  font-weight: bold;
  text-align: left;
}

/* Default theme */
.mbsc-mobiscroll .dwc {
  padding: 2em .25em 0 .25em;
}

.mbsc-mobiscroll .dwl {
  color: #4eccc4;
  font-size: .75em;
  text-transform: uppercase;
}

.mbsc-mobiscroll .dwhl {
  padding-top: 0;
}

.mbsc-mobiscroll .dwfl {
  padding: .5em .25em;
}

.mbsc-mobiscroll .dw-li {
  font-size: 1.375em;
}

.mbsc-mobiscroll .dw-hl {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-mobiscroll .dwwol {
  border-top: 1px solid #4eccc4;
  border-bottom: 1px solid #4eccc4;
}

/* Clickpick mode */
.mbsc-mobiscroll .dwpm .dwwol {
  display: block;
}

.mbsc-mobiscroll .dwwb {
  color: #4eccc4;
  background: #f7f7f7;
}

.mbsc-mobiscroll .dwwbp {
  bottom: 0;
  top: auto;
}

.mbsc-mobiscroll .dwwbm {
  top: 0;
  bottom: auto;
}

.mbsc-mobiscroll .dwwb span {
  display: none;
}

.mbsc-mobiscroll .dwwb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.mbsc-mobiscroll .dwwb.dwb-a:before {
  background: rgba(78, 204, 196, 0.3);
}

/* Group select */
/* Multiple select */
.mbsc-mobiscroll .dw-w-gr {
  font-size: 1.125em;
}

.mbsc-mobiscroll .dw-msel:before {
  font-size: 40px;
  color: #4eccc4;
}

.mbsc-mobiscroll .dwwms .dwwol {
  display: none;
}

/* ---------- THEME ---------- */
/* Android Holo skin */
.mbsc-android-holo .dwc {
  padding: 1.875em .625em .063em .625em;
}

.mbsc-android-holo .dwl {
  font-size: .75em;
}

.mbsc-android-holo .dwhl {
  padding: .0625em .625em;
}

.mbsc-android-holo .dw-li {
  color: #fff;
  font-size: 1.125em;
}

.mbsc-android-holo .dw-hl {
  background: rgba(49, 182, 231, 0.5);
}

.mbsc-android-holo .dwwo {
  background: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(0.52, rgba(40, 40, 40, 0)), color-stop(0.48, rgba(40, 40, 40, 0)), to(#282828));
  background: -webkit-linear-gradient(#282828, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828);
  background: -moz-linear-gradient(#282828, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828);
  background: linear, false, #282828, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828;
}

.mbsc-android-holo .dwwb {
  color: #7e7e7e;
  background: #292829;
}

.mbsc-android-holo .dwwb span {
  display: none;
}

.mbsc-android-holo .dwwb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.625em;
  text-align: center;
}

.mbsc-android-holo .dwwbm {
  top: 0;
  bottom: auto;
}

.mbsc-android-holo .dwwbp {
  bottom: 0;
  top: auto;
}

.mbsc-android-holo .dwwl .dwb-a {
  background: #292829;
  color: #319abd;
}

.mbsc-android-holo .dwwol {
  display: block;
  width: 60%;
  left: 20%;
  border-top: 2px solid #31b6e7;
  border-bottom: 2px solid #31b6e7;
}

/* Multiple select */
.mbsc-android-holo .dwwms .dwwo,
.mbsc-android-holo .dwwms .dwwol {
  display: none;
}

.mbsc-android-holo .dwwms .dw-li {
  padding: 0 2.25em;
}

.mbsc-android-holo .dwwms .dw-li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: .625em;
  width: .875em;
  height: .875em;
  margin-top: -.5625em;
  border: 1px solid #424542;
}

.mbsc-android-holo .dw-msel:before {
  z-index: 2;
  top: 50%;
  left: auto;
  right: .625em;
  width: .875em;
  color: #31b6e7;
  margin-top: -.625em;
  line-height: .875em;
  text-shadow: 0 0 .375em #29799c;
}

/* Group select */
.mbsc-android-holo .dww .dw-w-gr {
  padding: 0 .375em;
  font-size: 1em;
  font-weight: normal;
}

.mbsc-android-holo .dww .dw-w-gr:after {
  display: none;
}

.mbsc-android-holo-light .dwwr,
.mbsc-android-holo-light .dw-cal-sc-c {
  background: whitesmoke;
}

.mbsc-android-holo-light .dwwr,
.mbsc-android-holo-light .dwb,
.mbsc-android-holo-light .dw-li,
.mbsc-android-holo-light .dw-dr,
.mbsc-android-holo-light .dw-cal-tabs .dw-i {
  color: black;
}

.mbsc-android-holo-light .dwv {
  color: #31b7e8;
  border-bottom: 2px solid #31b7e8;
}

.mbsc-android-holo-light .dw-hl {
  background: #31b7e8;
  background: rgba(49, 183, 232, 0.5);
}

.mbsc-android-holo-light .dwwb {
  color: #7d7d7d;
  background: whitesmoke;
}

.mbsc-android-holo-light .dwwl .dwb-a {
  color: #319abd;
  background: whitesmoke;
}

.mbsc-android-holo-light .dwwol {
  border-top: 2px solid #31b7e8;
  border-bottom: 2px solid #31b7e8;
}

.mbsc-android-holo-light .dwb-a {
  background: #28799c;
  color: #fff;
}

.mbsc-android-holo-light .dwwms .dw-li:after {
  border-color: #d9d5d9;
}

.mbsc-android-holo-light .dw-msel:before {
  color: #31b7e8;
  text-shadow: 0 0 5px #28799c;
}

.mbsc-android-holo-light .dwwo {
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(whitesmoke));
  background: -webkit-linear-gradient(whitesmoke, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, whitesmoke);
  background: -moz-linear-gradient(whitesmoke, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, whitesmoke);
  background: linear, false, whitesmoke, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, whitesmoke;
}

.mbsc-android-holo-light .dwbc,
.mbsc-android-holo-light .dwbw .dwb {
  border-color: #d9d5d9;
}

/* Bubble positioning */
.mbsc-android-holo-light .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent whitesmoke transparent;
}

.mbsc-android-holo-light .dw-bubble-top .dw-arr {
  border-color: whitesmoke transparent transparent transparent;
}

/* Calendar */
.mbsc-android-holo-light .dw-cal-day-m {
  border-color: #31b7e8 #31b7e8 transparent transparent;
}

.mbsc-android-holo-light .dw-cal-m-bottom .dw-cal-day-m {
  background: #31b7e8;
}

.mbsc-android-holo-light .dw-cal .dw-sel .dw-i {
  background: #31b7e8;
  background: rgba(49, 183, 232, 0.5);
}

.mbsc-android-holo-light .dwb-a .dw-cal-btn-txt {
  color: #319abd;
}

.mbsc-android-holo-light .dw-cal-tabs .dw-sel {
  border-bottom: 5px solid #31b7e8;
}

.mbsc-android-holo-light .dw-cal-event-color {
  background: #31b7e8;
}

.mbsc-android-holo-light .dw-cal .dw-cal-day-hl .dw-i {
  background: #31b7e8;
  color: #fff;
}

.mbsc-android-holo-light .dw-cal-tabs {
  background: #e6e6e6;
}

.mbsc-android-holo-light .dw-cal-tab {
  border-color: #e6e6e6;
}

.mbsc-android-holo-light .dw-cal-tabs .dw-i,
.mbsc-android-holo-light .dw-cal-day,
.mbsc-android-holo-light .dw-cal-sc-m-cell {
  border-color: #d9d9d9;
}

.mbsc-android-holo-light .dw-cal-btn-txt {
  color: #7d7d7d;
}

.mbsc-android-holo-light .dw-week-nrs-c {
  background: whitesmoke;
}

.mbsc-android-holo-light .dw-week-nr-i {
  border-color: #d9d9d9;
  color: #7d7d7d;
}

.mbsc-android-holo-light .dw-cal th {
  color: #7d7d7d;
}

.mbsc-android-holo-light .dw-cal-events {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}

.mbsc-android-holo-light .dw-cal-events-arr {
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}

.mbsc-android-holo-light .dw-cal-events-b .dw-cal-events-arr {
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

.mbsc-android-holo-light .dw-cal-event {
  background: #7d7d7d;
  color: #fff;
}

/* Rangepicker */
.mbsc-android-holo-light .dw-dr {
  background: #d9d9d9;
}

.mbsc-android-holo-light .dw-sel .dw-dr {
  background: #31b7e8;
  color: #fff;
}

/* Timer */
.mbsc-android-holo-light.dw-timer .dwl {
  color: #31b7e8;
}

/* Rating */
.mbsc-android-holo-light .mbsc-rating-icon {
  color: #31b7e8;
}

/* Numpad */
.mbsc-android-holo-light .mbsc-np-hdr {
  border-color: #d9d9d9;
}

/* Listview */
.mbsc-lv-android-holo-light {
  background: #dbdbdb;
}

.mbsc-lv-android-holo-light .mbsc-lv .mbsc-lv-item.mbsc-lv-item-dragging {
  background: #31b7e8;
  background: rgba(49, 183, 232, 0.5);
  border-color: rgba(49, 183, 232, 0.5);
}

.mbsc-lv-android-holo-light .mbsc-lv-item,
.mbsc-lv-android-holo-light .mbsc-lv-gr-title {
  background: whitesmoke;
  color: black;
}

.mbsc-lv-android-holo-light.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #ededed;
}

.mbsc-lv-android-holo-light .mbsc-lv-item {
  border-color: #dbdbdb;
}

.mbsc-lv-android-holo-light .mbsc-lv-gr-title {
  border-color: #dbdbdb;
}

.mbsc-lv-android-holo-light .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #dbdbdb;
}

.mbsc-lv-android-holo-light .mbsc-lv-handle-bar-c,
.mbsc-lv-android-holo-light.mbsc-lv-handle-left .mbsc-lv-handle-bar-c {
  border-color: #b2b2b2;
}

.mbsc-lv-android-holo-light .mbsc-lv-handle-bar {
  background: #b2b2b2;
}

/* Menustrip */
.mbsc-android-holo-light.mbsc-ms-c {
  color: black;
  background: whitesmoke;
}

.mbsc-android-holo-light.mbsc-ms-a .mbsc-ms-item-sel .mbsc-ms-item-i {
  color: #31b7e8;
}

.mbsc-android-holo-light.mbsc-ms-b.mbsc-ms-top {
  border-color: #31b7e8;
}

.mbsc-android-holo-light.mbsc-ms-b.mbsc-ms-bottom {
  border-color: #31b7e8;
}

.mbsc-android-holo-light.mbsc-ms-b .mbsc-ms-item-sel .mbsc-ms-item-i {
  border-bottom-color: #31b7e8;
}

.mbsc-android-holo-light.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel .mbsc-ms-item-i {
  border-top-color: #31b7e8;
}

.mbsc-android-holo-light.mbsc-ms-b .mbsc-ms-item-i-c {
  border-color: #d9d9d9;
}

.mbsc-android-holo-light .mbsc-btn-a .mbsc-ms-item-i {
  background: #28799c;
}

/* FIN DE MOBISCROLL CSS */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* FIN DE BXSLIDER CSS */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* FIN DE MAGNIFIC CSS */
/* FORMIKATION CSS */
.fk-radio,
.fk-check {
  position: relative;
  display: block;
  overflow: hidden;
  background: #FFF;
  padding: 12px;
  border: 1px solid #CCC;
  margin: 1px;
  font-size: 15px;
  text-align: left;
  color: #333;
  cursor: pointer;
}

.fk-radio:before,
.fk-check:before {
  content: ' ';
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
}

.fk-radio input,
.fk-check input {
  padding-top: 1px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: -9999px;
}

.fk-radio.checked,
.fk-check.checked {
  padding: 10px;
  border: 3px solid #007BC1;
  font-weight: bold;
}

.fk-radio.checked:before,
.fk-check.checked:before {
  display: block;
  top: 10px;
  color: #33CC00;
}

.normal {
  display: inline-block;
  padding-right: 16px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.normal.fk-radio:before, .normal.fk-check:before {
  display: block;
  position: static;
  float: left;
  width: 21px;
  height: 21px;
  margin: 0 0.5em 0 0;
  background: none no-repeat 0 0;
}

.normal.fk-radio.checked, .normal.fk-check.checked {
  border: 0;
  padding: 0;
  font-weight: normal;
  border-color: transparent;
}

.normal.fk-radio.checked:before, .normal.fk-check.checked:before {
  display: block;
  position: static;
}

.normal.fk-radio:before {
  background-position: 0 -21px;
}

.normal.fk-radio.checked:before {
  background-position: -21px -21px;
}

.normal.fk-check:before {
  background-position: 0 0;
}

.normal.fk-check.checked:before {
  background-position: -21px 0;
}

form.formikation .fk-select {
  min-width: 250px;
  padding: 8px 15px 4px 4px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}

form.formikation .fk-select:after {
  content: url("../images/formikation-select-arrow.png");
  display: block;
  float: right;
  padding: 8px 12px;
  margin: -8px -15px;
  border-left: 1px solid #CCC;
}

form.formikation .fk-select .fk-select-label {
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  color: #666;
  max-width: 430px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

form.formikation .fk-select.fk-select-focus {
  border-color: #000;
}

form.formikation .fk-select.fk-select-focus:after {
  border-color: #000;
}

form.formikation .fk-select.fk-select-focus .fl-select-label {
  color: #000;
}

.field_with_errors form.formikation .fk-select {
  border-color: red;
}

.field_with_errors form.formikation .fk-select:after {
  border-color: red;
}

.field_with_errors form.formikation .fk-select .file-label {
  color: red;
}

form.formikation input[type=text], form.formikation input[type=password], form.formikation textarea {
  width: 100%;
  padding: 8px 4px;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0;
  font-size: 14px;
  border-radius: 3px;
  color: #333;
}

form.formikation input[type=text]:focus, form.formikation input[type=password]:focus, form.formikation textarea:focus {
  border-color: #000;
}

form.formikation .fk-file-input {
  width: 94%;
  height: 39px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 4px;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 3px;
}

form.formikation .fk-file-input:after {
  content: 'Select file';
  display: block;
  height: 31px;
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 6px 10px;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: red;
  border-radius: 3px;
}

form.formikation .fk-file-input > p {
  margin: 0;
  padding: 0px 0 0 8px !important;
}

form.formikation .fk-file-input input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 3;
  cursor: pointer;
}

/* FIN DE FORMIKATION CSS */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before, .fa-glass-a:after {
  content: "\f000";
}

.fa-music:before, .fa-music-a:after {
  content: "\f001";
}

.fa-search:before, .fa-search-a:after {
  content: "\f002";
}

.fa-envelope-o:before, .fa-envelope-o-a:after {
  content: "\f003";
}

.fa-heart:before, .fa-heart-a:after {
  content: "\f004";
}

.fa-star:before, .fa-star-a:after {
  content: "\f005";
}

.fa-star-o:before, .fa-star-o-a:after {
  content: "\f006";
}

.fa-user:before, .fa-user-a:after {
  content: "\f007";
}

.fa-film:before, .fa-film-a:after {
  content: "\f008";
}

.fa-th-large:before, .fa-th-large-a:after {
  content: "\f009";
}

.fa-th:before, .fa-th-a:after {
  content: "\f00a";
}

.fa-th-list:before, .fa-th-list-a:after {
  content: "\f00b";
}

.fa-check:before, .fa-check-a:after {
  content: "\f00c";
}

.fa-remove:before, .fa-remove-a:after,
.fa-close:before,
.fa-close-a:after,
.fa-times:before,
.fa-times-a:after {
  content: "\f00d";
}

.fa-search-plus:before, .fa-search-plus-a:after {
  content: "\f00e";
}

.fa-search-minus:before, .fa-search-minus-a:after {
  content: "\f010";
}

.fa-power-off:before, .fa-power-off-a:after {
  content: "\f011";
}

.fa-signal:before, .fa-signal-a:after {
  content: "\f012";
}

.fa-gear:before, .fa-gear-a:after,
.fa-cog:before,
.fa-cog-a:after {
  content: "\f013";
}

.fa-trash-o:before, .fa-trash-o-a:after {
  content: "\f014";
}

.fa-home:before, .fa-home-a:after {
  content: "\f015";
}

.fa-file-o:before, .fa-file-o-a:after {
  content: "\f016";
}

.fa-clock-o:before, .fa-clock-o-a:after {
  content: "\f017";
}

.fa-road:before, .fa-road-a:after {
  content: "\f018";
}

.fa-download:before, .fa-download-a:after {
  content: "\f019";
}

.fa-arrow-circle-o-down:before, .fa-arrow-circle-o-down-a:after {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before, .fa-arrow-circle-o-up-a:after {
  content: "\f01b";
}

.fa-inbox:before, .fa-inbox-a:after {
  content: "\f01c";
}

.fa-play-circle-o:before, .fa-play-circle-o-a:after {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-rotate-right-a:after,
.fa-repeat:before,
.fa-repeat-a:after {
  content: "\f01e";
}

.fa-refresh:before, .fa-refresh-a:after {
  content: "\f021";
}

.fa-list-alt:before, .fa-list-alt-a:after {
  content: "\f022";
}

.fa-lock:before, .fa-lock-a:after {
  content: "\f023";
}

.fa-flag:before, .fa-flag-a:after {
  content: "\f024";
}

.fa-headphones:before, .fa-headphones-a:after {
  content: "\f025";
}

.fa-volume-off:before, .fa-volume-off-a:after {
  content: "\f026";
}

.fa-volume-down:before, .fa-volume-down-a:after {
  content: "\f027";
}

.fa-volume-up:before, .fa-volume-up-a:after {
  content: "\f028";
}

.fa-qrcode:before, .fa-qrcode-a:after {
  content: "\f029";
}

.fa-barcode:before, .fa-barcode-a:after {
  content: "\f02a";
}

.fa-tag:before, .fa-tag-a:after {
  content: "\f02b";
}

.fa-tags:before, .fa-tags-a:after {
  content: "\f02c";
}

.fa-book:before, .fa-book-a:after {
  content: "\f02d";
}

.fa-bookmark:before, .fa-bookmark-a:after {
  content: "\f02e";
}

.fa-print:before, .fa-print-a:after {
  content: "\f02f";
}

.fa-camera:before, .fa-camera-a:after {
  content: "\f030";
}

.fa-font:before, .fa-font-a:after {
  content: "\f031";
}

.fa-bold:before, .fa-bold-a:after {
  content: "\f032";
}

.fa-italic:before, .fa-italic-a:after {
  content: "\f033";
}

.fa-text-height:before, .fa-text-height-a:after {
  content: "\f034";
}

.fa-text-width:before, .fa-text-width-a:after {
  content: "\f035";
}

.fa-align-left:before, .fa-align-left-a:after {
  content: "\f036";
}

.fa-align-center:before, .fa-align-center-a:after {
  content: "\f037";
}

.fa-align-right:before, .fa-align-right-a:after {
  content: "\f038";
}

.fa-align-justify:before, .fa-align-justify-a:after {
  content: "\f039";
}

.fa-list:before, .fa-list-a:after {
  content: "\f03a";
}

.fa-dedent:before, .fa-dedent-a:after,
.fa-outdent:before,
.fa-outdent-a:after {
  content: "\f03b";
}

.fa-indent:before, .fa-indent-a:after {
  content: "\f03c";
}

.fa-video-camera:before, .fa-video-camera-a:after {
  content: "\f03d";
}

.fa-photo:before, .fa-photo-a:after,
.fa-image:before,
.fa-image-a:after,
.fa-picture-o:before,
.fa-picture-o-a:after {
  content: "\f03e";
}

.fa-pencil:before, .fa-pencil-a:after {
  content: "\f040";
}

.fa-map-marker:before, .fa-map-marker-a:after {
  content: "\f041";
}

.fa-adjust:before, .fa-adjust-a:after {
  content: "\f042";
}

.fa-tint:before, .fa-tint-a:after {
  content: "\f043";
}

.fa-edit:before, .fa-edit-a:after,
.fa-pencil-square-o:before,
.fa-pencil-square-o-a:after {
  content: "\f044";
}

.fa-share-square-o:before, .fa-share-square-o-a:after {
  content: "\f045";
}

.fa-check-square-o:before, .fa-check-square-o-a:after {
  content: "\f046";
}

.fa-arrows:before, .fa-arrows-a:after {
  content: "\f047";
}

.fa-step-backward:before, .fa-step-backward-a:after {
  content: "\f048";
}

.fa-fast-backward:before, .fa-fast-backward-a:after {
  content: "\f049";
}

.fa-backward:before, .fa-backward-a:after {
  content: "\f04a";
}

.fa-play:before, .fa-play-a:after {
  content: "\f04b";
}

.fa-pause:before, .fa-pause-a:after {
  content: "\f04c";
}

.fa-stop:before, .fa-stop-a:after {
  content: "\f04d";
}

.fa-forward:before, .fa-forward-a:after {
  content: "\f04e";
}

.fa-fast-forward:before, .fa-fast-forward-a:after {
  content: "\f050";
}

.fa-step-forward:before, .fa-step-forward-a:after {
  content: "\f051";
}

.fa-eject:before, .fa-eject-a:after {
  content: "\f052";
}

.fa-chevron-left:before, .fa-chevron-left-a:after {
  content: "\f053";
}

.fa-chevron-right:before, .fa-chevron-right-a:after {
  content: "\f054";
}

.fa-plus-circle:before, .fa-plus-circle-a:after {
  content: "\f055";
}

.fa-minus-circle:before, .fa-minus-circle-a:after {
  content: "\f056";
}

.fa-times-circle:before, .fa-times-circle-a:after {
  content: "\f057";
}

.fa-check-circle:before, .fa-check-circle-a:after {
  content: "\f058";
}

.fa-question-circle:before, .fa-question-circle-a:after {
  content: "\f059";
}

.fa-info-circle:before, .fa-info-circle-a:after {
  content: "\f05a";
}

.fa-crosshairs:before, .fa-crosshairs-a:after {
  content: "\f05b";
}

.fa-times-circle-o:before, .fa-times-circle-o-a:after {
  content: "\f05c";
}

.fa-check-circle-o:before, .fa-check-circle-o-a:after {
  content: "\f05d";
}

.fa-ban:before, .fa-ban-a:after {
  content: "\f05e";
}

.fa-arrow-left:before, .fa-arrow-left-a:after {
  content: "\f060";
}

.fa-arrow-right:before, .fa-arrow-right-a:after {
  content: "\f061";
}

.fa-arrow-up:before, .fa-arrow-up-a:after {
  content: "\f062";
}

.fa-arrow-down:before, .fa-arrow-down-a:after {
  content: "\f063";
}

.fa-mail-forward:before, .fa-mail-forward-a:after,
.fa-share:before,
.fa-share-a:after {
  content: "\f064";
}

.fa-expand:before, .fa-expand-a:after {
  content: "\f065";
}

.fa-compress:before, .fa-compress-a:after {
  content: "\f066";
}

.fa-plus:before, .fa-plus-a:after {
  content: "\f067";
}

.fa-minus:before, .fa-minus-a:after {
  content: "\f068";
}

.fa-asterisk:before, .fa-asterisk-a:after {
  content: "\f069";
}

.fa-exclamation-circle:before, .fa-exclamation-circle-a:after {
  content: "\f06a";
}

.fa-gift:before, .fa-gift-a:after {
  content: "\f06b";
}

.fa-leaf:before, .fa-leaf-a:after {
  content: "\f06c";
}

.fa-fire:before, .fa-fire-a:after {
  content: "\f06d";
}

.fa-eye:before, .fa-eye-a:after {
  content: "\f06e";
}

.fa-eye-slash:before, .fa-eye-slash-a:after {
  content: "\f070";
}

.fa-warning:before, .fa-warning-a:after,
.fa-exclamation-triangle:before,
.fa-exclamation-triangle-a:after {
  content: "\f071";
}

.fa-plane:before, .fa-plane-a:after {
  content: "\f072";
}

.fa-calendar:before, .fa-calendar-a:after {
  content: "\f073";
}

.fa-random:before, .fa-random-a:after {
  content: "\f074";
}

.fa-comment:before, .fa-comment-a:after {
  content: "\f075";
}

.fa-magnet:before, .fa-magnet-a:after {
  content: "\f076";
}

.fa-chevron-up:before, .fa-chevron-up-a:after {
  content: "\f077";
}

.fa-chevron-down:before, .fa-chevron-down-a:after {
  content: "\f078";
}

.fa-retweet:before, .fa-retweet-a:after {
  content: "\f079";
}

.fa-shopping-cart:before, .fa-shopping-cart-a:after {
  content: "\f07a";
}

.fa-folder:before, .fa-folder-a:after {
  content: "\f07b";
}

.fa-folder-open:before, .fa-folder-open-a:after {
  content: "\f07c";
}

.fa-arrows-v:before, .fa-arrows-v-a:after {
  content: "\f07d";
}

.fa-arrows-h:before, .fa-arrows-h-a:after {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart-o-a:after,
.fa-bar-chart:before,
.fa-bar-chart-a:after {
  content: "\f080";
}

.fa-twitter-square:before, .fa-twitter-square-a:after {
  content: "\f081";
}

.fa-facebook-square:before, .fa-facebook-square-a:after {
  content: "\f082";
}

.fa-camera-retro:before, .fa-camera-retro-a:after {
  content: "\f083";
}

.fa-key:before, .fa-key-a:after {
  content: "\f084";
}

.fa-gears:before, .fa-gears-a:after,
.fa-cogs:before,
.fa-cogs-a:after {
  content: "\f085";
}

.fa-comments:before, .fa-comments-a:after {
  content: "\f086";
}

.fa-thumbs-o-up:before, .fa-thumbs-o-up-a:after {
  content: "\f087";
}

.fa-thumbs-o-down:before, .fa-thumbs-o-down-a:after {
  content: "\f088";
}

.fa-star-half:before, .fa-star-half-a:after {
  content: "\f089";
}

.fa-heart-o:before, .fa-heart-o-a:after {
  content: "\f08a";
}

.fa-sign-out:before, .fa-sign-out-a:after {
  content: "\f08b";
}

.fa-linkedin-square:before, .fa-linkedin-square-a:after {
  content: "\f08c";
}

.fa-thumb-tack:before, .fa-thumb-tack-a:after {
  content: "\f08d";
}

.fa-external-link:before, .fa-external-link-a:after {
  content: "\f08e";
}

.fa-sign-in:before, .fa-sign-in-a:after {
  content: "\f090";
}

.fa-trophy:before, .fa-trophy-a:after {
  content: "\f091";
}

.fa-github-square:before, .fa-github-square-a:after {
  content: "\f092";
}

.fa-upload:before, .fa-upload-a:after {
  content: "\f093";
}

.fa-lemon-o:before, .fa-lemon-o-a:after {
  content: "\f094";
}

.fa-phone:before, .fa-phone-a:after {
  content: "\f095";
}

.fa-square-o:before, .fa-square-o-a:after {
  content: "\f096";
}

.fa-bookmark-o:before, .fa-bookmark-o-a:after {
  content: "\f097";
}

.fa-phone-square:before, .fa-phone-square-a:after {
  content: "\f098";
}

.fa-twitter:before, .fa-twitter-a:after {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook-f-a:after,
.fa-facebook:before,
.fa-facebook-a:after {
  content: "\f09a";
}

.fa-github:before, .fa-github-a:after {
  content: "\f09b";
}

.fa-unlock:before, .fa-unlock-a:after {
  content: "\f09c";
}

.fa-credit-card:before, .fa-credit-card-a:after {
  content: "\f09d";
}

.fa-feed:before, .fa-feed-a:after,
.fa-rss:before,
.fa-rss-a:after {
  content: "\f09e";
}

.fa-hdd-o:before, .fa-hdd-o-a:after {
  content: "\f0a0";
}

.fa-bullhorn:before, .fa-bullhorn-a:after {
  content: "\f0a1";
}

.fa-bell:before, .fa-bell-a:after {
  content: "\f0f3";
}

.fa-certificate:before, .fa-certificate-a:after {
  content: "\f0a3";
}

.fa-hand-o-right:before, .fa-hand-o-right-a:after {
  content: "\f0a4";
}

.fa-hand-o-left:before, .fa-hand-o-left-a:after {
  content: "\f0a5";
}

.fa-hand-o-up:before, .fa-hand-o-up-a:after {
  content: "\f0a6";
}

.fa-hand-o-down:before, .fa-hand-o-down-a:after {
  content: "\f0a7";
}

.fa-arrow-circle-left:before, .fa-arrow-circle-left-a:after {
  content: "\f0a8";
}

.fa-arrow-circle-right:before, .fa-arrow-circle-right-a:after {
  content: "\f0a9";
}

.fa-arrow-circle-up:before, .fa-arrow-circle-up-a:after {
  content: "\f0aa";
}

.fa-arrow-circle-down:before, .fa-arrow-circle-down-a:after {
  content: "\f0ab";
}

.fa-globe:before, .fa-globe-a:after {
  content: "\f0ac";
}

.fa-wrench:before, .fa-wrench-a:after {
  content: "\f0ad";
}

.fa-tasks:before, .fa-tasks-a:after {
  content: "\f0ae";
}

.fa-filter:before, .fa-filter-a:after {
  content: "\f0b0";
}

.fa-briefcase:before, .fa-briefcase-a:after {
  content: "\f0b1";
}

.fa-arrows-alt:before, .fa-arrows-alt-a:after {
  content: "\f0b2";
}

.fa-group:before, .fa-group-a:after,
.fa-users:before,
.fa-users-a:after {
  content: "\f0c0";
}

.fa-chain:before, .fa-chain-a:after,
.fa-link:before,
.fa-link-a:after {
  content: "\f0c1";
}

.fa-cloud:before, .fa-cloud-a:after {
  content: "\f0c2";
}

.fa-flask:before, .fa-flask-a:after {
  content: "\f0c3";
}

.fa-cut:before, .fa-cut-a:after,
.fa-scissors:before,
.fa-scissors-a:after {
  content: "\f0c4";
}

.fa-copy:before, .fa-copy-a:after,
.fa-files-o:before,
.fa-files-o-a:after {
  content: "\f0c5";
}

.fa-paperclip:before, .fa-paperclip-a:after {
  content: "\f0c6";
}

.fa-save:before, .fa-save-a:after,
.fa-floppy-o:before,
.fa-floppy-o-a:after {
  content: "\f0c7";
}

.fa-square:before, .fa-square-a:after {
  content: "\f0c8";
}

.fa-navicon:before, .fa-navicon-a:after,
.fa-reorder:before,
.fa-reorder-a:after,
.fa-bars:before,
.fa-bars-a:after {
  content: "\f0c9";
}

.fa-list-ul:before, .fa-list-ul-a:after {
  content: "\f0ca";
}

.fa-list-ol:before, .fa-list-ol-a:after {
  content: "\f0cb";
}

.fa-strikethrough:before, .fa-strikethrough-a:after {
  content: "\f0cc";
}

.fa-underline:before, .fa-underline-a:after {
  content: "\f0cd";
}

.fa-table:before, .fa-table-a:after {
  content: "\f0ce";
}

.fa-magic:before, .fa-magic-a:after {
  content: "\f0d0";
}

.fa-truck:before, .fa-truck-a:after {
  content: "\f0d1";
}

.fa-pinterest:before, .fa-pinterest-a:after {
  content: "\f0d2";
}

.fa-pinterest-square:before, .fa-pinterest-square-a:after {
  content: "\f0d3";
}

.fa-google-plus-square:before, .fa-google-plus-square-a:after {
  content: "\f0d4";
}

.fa-google-plus:before, .fa-google-plus-a:after {
  content: "\f0d5";
}

.fa-money:before, .fa-money-a:after {
  content: "\f0d6";
}

.fa-caret-down:before, .fa-caret-down-a:after {
  content: "\f0d7";
}

.fa-caret-up:before, .fa-caret-up-a:after {
  content: "\f0d8";
}

.fa-caret-left:before, .fa-caret-left-a:after {
  content: "\f0d9";
}

.fa-caret-right:before, .fa-caret-right-a:after {
  content: "\f0da";
}

.fa-columns:before, .fa-columns-a:after {
  content: "\f0db";
}

.fa-unsorted:before, .fa-unsorted-a:after,
.fa-sort:before,
.fa-sort-a:after {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-down-a:after,
.fa-sort-desc:before,
.fa-sort-desc-a:after {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-up-a:after,
.fa-sort-asc:before,
.fa-sort-asc-a:after {
  content: "\f0de";
}

.fa-envelope:before, .fa-envelope-a:after {
  content: "\f0e0";
}

.fa-linkedin:before, .fa-linkedin-a:after {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-rotate-left-a:after,
.fa-undo:before,
.fa-undo-a:after {
  content: "\f0e2";
}

.fa-legal:before, .fa-legal-a:after,
.fa-gavel:before,
.fa-gavel-a:after {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-dashboard-a:after,
.fa-tachometer:before,
.fa-tachometer-a:after {
  content: "\f0e4";
}

.fa-comment-o:before, .fa-comment-o-a:after {
  content: "\f0e5";
}

.fa-comments-o:before, .fa-comments-o-a:after {
  content: "\f0e6";
}

.fa-flash:before, .fa-flash-a:after,
.fa-bolt:before,
.fa-bolt-a:after {
  content: "\f0e7";
}

.fa-sitemap:before, .fa-sitemap-a:after {
  content: "\f0e8";
}

.fa-umbrella:before, .fa-umbrella-a:after {
  content: "\f0e9";
}

.fa-paste:before, .fa-paste-a:after,
.fa-clipboard:before,
.fa-clipboard-a:after {
  content: "\f0ea";
}

.fa-lightbulb-o:before, .fa-lightbulb-o-a:after {
  content: "\f0eb";
}

.fa-exchange:before, .fa-exchange-a:after {
  content: "\f0ec";
}

.fa-cloud-download:before, .fa-cloud-download-a:after {
  content: "\f0ed";
}

.fa-cloud-upload:before, .fa-cloud-upload-a:after {
  content: "\f0ee";
}

.fa-user-md:before, .fa-user-md-a:after {
  content: "\f0f0";
}

.fa-stethoscope:before, .fa-stethoscope-a:after {
  content: "\f0f1";
}

.fa-suitcase:before, .fa-suitcase-a:after {
  content: "\f0f2";
}

.fa-bell-o:before, .fa-bell-o-a:after {
  content: "\f0a2";
}

.fa-coffee:before, .fa-coffee-a:after {
  content: "\f0f4";
}

.fa-cutlery:before, .fa-cutlery-a:after {
  content: "\f0f5";
}

.fa-file-text-o:before, .fa-file-text-o-a:after {
  content: "\f0f6";
}

.fa-building-o:before, .fa-building-o-a:after {
  content: "\f0f7";
}

.fa-hospital-o:before, .fa-hospital-o-a:after {
  content: "\f0f8";
}

.fa-ambulance:before, .fa-ambulance-a:after {
  content: "\f0f9";
}

.fa-medkit:before, .fa-medkit-a:after {
  content: "\f0fa";
}

.fa-fighter-jet:before, .fa-fighter-jet-a:after {
  content: "\f0fb";
}

.fa-beer:before, .fa-beer-a:after {
  content: "\f0fc";
}

.fa-h-square:before, .fa-h-square-a:after {
  content: "\f0fd";
}

.fa-plus-square:before, .fa-plus-square-a:after {
  content: "\f0fe";
}

.fa-angle-double-left:before, .fa-angle-double-left-a:after {
  content: "\f100";
}

.fa-angle-double-right:before, .fa-angle-double-right-a:after {
  content: "\f101";
}

.fa-angle-double-up:before, .fa-angle-double-up-a:after {
  content: "\f102";
}

.fa-angle-double-down:before, .fa-angle-double-down-a:after {
  content: "\f103";
}

.fa-angle-left:before, .fa-angle-left-a:after {
  content: "\f104";
}

.fa-angle-right:before, .fa-angle-right-a:after {
  content: "\f105";
}

.fa-angle-up:before, .fa-angle-up-a:after {
  content: "\f106";
}

.fa-angle-down:before, .fa-angle-down-a:after {
  content: "\f107";
}

.fa-desktop:before, .fa-desktop-a:after {
  content: "\f108";
}

.fa-laptop:before, .fa-laptop-a:after {
  content: "\f109";
}

.fa-tablet:before, .fa-tablet-a:after {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile-phone-a:after,
.fa-mobile:before,
.fa-mobile-a:after {
  content: "\f10b";
}

.fa-circle-o:before, .fa-circle-o-a:after {
  content: "\f10c";
}

.fa-quote-left:before, .fa-quote-left-a:after {
  content: "\f10d";
}

.fa-quote-right:before, .fa-quote-right-a:after {
  content: "\f10e";
}

.fa-spinner:before, .fa-spinner-a:after {
  content: "\f110";
}

.fa-circle:before, .fa-circle-a:after {
  content: "\f111";
}

.fa-mail-reply:before, .fa-mail-reply-a:after,
.fa-reply:before,
.fa-reply-a:after {
  content: "\f112";
}

.fa-github-alt:before, .fa-github-alt-a:after {
  content: "\f113";
}

.fa-folder-o:before, .fa-folder-o-a:after {
  content: "\f114";
}

.fa-folder-open-o:before, .fa-folder-open-o-a:after {
  content: "\f115";
}

.fa-smile-o:before, .fa-smile-o-a:after {
  content: "\f118";
}

.fa-frown-o:before, .fa-frown-o-a:after {
  content: "\f119";
}

.fa-meh-o:before, .fa-meh-o-a:after {
  content: "\f11a";
}

.fa-gamepad:before, .fa-gamepad-a:after {
  content: "\f11b";
}

.fa-keyboard-o:before, .fa-keyboard-o-a:after {
  content: "\f11c";
}

.fa-flag-o:before, .fa-flag-o-a:after {
  content: "\f11d";
}

.fa-flag-checkered:before, .fa-flag-checkered-a:after {
  content: "\f11e";
}

.fa-terminal:before, .fa-terminal-a:after {
  content: "\f120";
}

.fa-code:before, .fa-code-a:after {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-mail-reply-all-a:after,
.fa-reply-all:before,
.fa-reply-all-a:after {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-empty-a:after,
.fa-star-half-full:before,
.fa-star-half-full-a:after,
.fa-star-half-o:before,
.fa-star-half-o-a:after {
  content: "\f123";
}

.fa-location-arrow:before, .fa-location-arrow-a:after {
  content: "\f124";
}

.fa-crop:before, .fa-crop-a:after {
  content: "\f125";
}

.fa-code-fork:before, .fa-code-fork-a:after {
  content: "\f126";
}

.fa-unlink:before, .fa-unlink-a:after,
.fa-chain-broken:before,
.fa-chain-broken-a:after {
  content: "\f127";
}

.fa-question:before, .fa-question-a:after {
  content: "\f128";
}

.fa-info:before, .fa-info-a:after {
  content: "\f129";
}

.fa-exclamation:before, .fa-exclamation-a:after {
  content: "\f12a";
}

.fa-superscript:before, .fa-superscript-a:after {
  content: "\f12b";
}

.fa-subscript:before, .fa-subscript-a:after {
  content: "\f12c";
}

.fa-eraser:before, .fa-eraser-a:after {
  content: "\f12d";
}

.fa-puzzle-piece:before, .fa-puzzle-piece-a:after {
  content: "\f12e";
}

.fa-microphone:before, .fa-microphone-a:after {
  content: "\f130";
}

.fa-microphone-slash:before, .fa-microphone-slash-a:after {
  content: "\f131";
}

.fa-shield:before, .fa-shield-a:after {
  content: "\f132";
}

.fa-calendar-o:before, .fa-calendar-o-a:after {
  content: "\f133";
}

.fa-fire-extinguisher:before, .fa-fire-extinguisher-a:after {
  content: "\f134";
}

.fa-rocket:before, .fa-rocket-a:after {
  content: "\f135";
}

.fa-maxcdn:before, .fa-maxcdn-a:after {
  content: "\f136";
}

.fa-chevron-circle-left:before, .fa-chevron-circle-left-a:after {
  content: "\f137";
}

.fa-chevron-circle-right:before, .fa-chevron-circle-right-a:after {
  content: "\f138";
}

.fa-chevron-circle-up:before, .fa-chevron-circle-up-a:after {
  content: "\f139";
}

.fa-chevron-circle-down:before, .fa-chevron-circle-down-a:after {
  content: "\f13a";
}

.fa-html5:before, .fa-html5-a:after {
  content: "\f13b";
}

.fa-css3:before, .fa-css3-a:after {
  content: "\f13c";
}

.fa-anchor:before, .fa-anchor-a:after {
  content: "\f13d";
}

.fa-unlock-alt:before, .fa-unlock-alt-a:after {
  content: "\f13e";
}

.fa-bullseye:before, .fa-bullseye-a:after {
  content: "\f140";
}

.fa-ellipsis-h:before, .fa-ellipsis-h-a:after {
  content: "\f141";
}

.fa-ellipsis-v:before, .fa-ellipsis-v-a:after {
  content: "\f142";
}

.fa-rss-square:before, .fa-rss-square-a:after {
  content: "\f143";
}

.fa-play-circle:before, .fa-play-circle-a:after {
  content: "\f144";
}

.fa-ticket:before, .fa-ticket-a:after {
  content: "\f145";
}

.fa-minus-square:before, .fa-minus-square-a:after {
  content: "\f146";
}

.fa-minus-square-o:before, .fa-minus-square-o-a:after {
  content: "\f147";
}

.fa-level-up:before, .fa-level-up-a:after {
  content: "\f148";
}

.fa-level-down:before, .fa-level-down-a:after {
  content: "\f149";
}

.fa-check-square:before, .fa-check-square-a:after {
  content: "\f14a";
}

.fa-pencil-square:before, .fa-pencil-square-a:after {
  content: "\f14b";
}

.fa-external-link-square:before, .fa-external-link-square-a:after {
  content: "\f14c";
}

.fa-share-square:before, .fa-share-square-a:after {
  content: "\f14d";
}

.fa-compass:before, .fa-compass-a:after {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-toggle-down-a:after,
.fa-caret-square-o-down:before,
.fa-caret-square-o-down-a:after {
  content: "\f150";
}

.fa-toggle-up:before, .fa-toggle-up-a:after,
.fa-caret-square-o-up:before,
.fa-caret-square-o-up-a:after {
  content: "\f151";
}

.fa-toggle-right:before, .fa-toggle-right-a:after,
.fa-caret-square-o-right:before,
.fa-caret-square-o-right-a:after {
  content: "\f152";
}

.fa-euro:before, .fa-euro-a:after,
.fa-eur:before,
.fa-eur-a:after {
  content: "\f153";
}

.fa-gbp:before, .fa-gbp-a:after {
  content: "\f154";
}

.fa-dollar:before, .fa-dollar-a:after,
.fa-usd:before,
.fa-usd-a:after {
  content: "\f155";
}

.fa-rupee:before, .fa-rupee-a:after,
.fa-inr:before,
.fa-inr-a:after {
  content: "\f156";
}

.fa-cny:before, .fa-cny-a:after,
.fa-rmb:before,
.fa-rmb-a:after,
.fa-yen:before,
.fa-yen-a:after,
.fa-jpy:before,
.fa-jpy-a:after {
  content: "\f157";
}

.fa-ruble:before, .fa-ruble-a:after,
.fa-rouble:before,
.fa-rouble-a:after,
.fa-rub:before,
.fa-rub-a:after {
  content: "\f158";
}

.fa-won:before, .fa-won-a:after,
.fa-krw:before,
.fa-krw-a:after {
  content: "\f159";
}

.fa-bitcoin:before, .fa-bitcoin-a:after,
.fa-btc:before,
.fa-btc-a:after {
  content: "\f15a";
}

.fa-file:before, .fa-file-a:after {
  content: "\f15b";
}

.fa-file-text:before, .fa-file-text-a:after {
  content: "\f15c";
}

.fa-sort-alpha-asc:before, .fa-sort-alpha-asc-a:after {
  content: "\f15d";
}

.fa-sort-alpha-desc:before, .fa-sort-alpha-desc-a:after {
  content: "\f15e";
}

.fa-sort-amount-asc:before, .fa-sort-amount-asc-a:after {
  content: "\f160";
}

.fa-sort-amount-desc:before, .fa-sort-amount-desc-a:after {
  content: "\f161";
}

.fa-sort-numeric-asc:before, .fa-sort-numeric-asc-a:after {
  content: "\f162";
}

.fa-sort-numeric-desc:before, .fa-sort-numeric-desc-a:after {
  content: "\f163";
}

.fa-thumbs-up:before, .fa-thumbs-up-a:after {
  content: "\f164";
}

.fa-thumbs-down:before, .fa-thumbs-down-a:after {
  content: "\f165";
}

.fa-youtube-square:before, .fa-youtube-square-a:after {
  content: "\f166";
}

.fa-youtube:before, .fa-youtube-a:after {
  content: "\f167";
}

.fa-xing:before, .fa-xing-a:after {
  content: "\f168";
}

.fa-xing-square:before, .fa-xing-square-a:after {
  content: "\f169";
}

.fa-youtube-play:before, .fa-youtube-play-a:after {
  content: "\f16a";
}

.fa-dropbox:before, .fa-dropbox-a:after {
  content: "\f16b";
}

.fa-stack-overflow:before, .fa-stack-overflow-a:after {
  content: "\f16c";
}

.fa-instagram:before, .fa-instagram-a:after {
  content: "\f16d";
}

.fa-flickr:before, .fa-flickr-a:after {
  content: "\f16e";
}

.fa-adn:before, .fa-adn-a:after {
  content: "\f170";
}

.fa-bitbucket:before, .fa-bitbucket-a:after {
  content: "\f171";
}

.fa-bitbucket-square:before, .fa-bitbucket-square-a:after {
  content: "\f172";
}

.fa-tumblr:before, .fa-tumblr-a:after {
  content: "\f173";
}

.fa-tumblr-square:before, .fa-tumblr-square-a:after {
  content: "\f174";
}

.fa-long-arrow-down:before, .fa-long-arrow-down-a:after {
  content: "\f175";
}

.fa-long-arrow-up:before, .fa-long-arrow-up-a:after {
  content: "\f176";
}

.fa-long-arrow-left:before, .fa-long-arrow-left-a:after {
  content: "\f177";
}

.fa-long-arrow-right:before, .fa-long-arrow-right-a:after {
  content: "\f178";
}

.fa-apple:before, .fa-apple-a:after {
  content: "\f179";
}

.fa-windows:before, .fa-windows-a:after {
  content: "\f17a";
}

.fa-android:before, .fa-android-a:after {
  content: "\f17b";
}

.fa-linux:before, .fa-linux-a:after {
  content: "\f17c";
}

.fa-dribbble:before, .fa-dribbble-a:after {
  content: "\f17d";
}

.fa-skype:before, .fa-skype-a:after {
  content: "\f17e";
}

.fa-foursquare:before, .fa-foursquare-a:after {
  content: "\f180";
}

.fa-trello:before, .fa-trello-a:after {
  content: "\f181";
}

.fa-female:before, .fa-female-a:after {
  content: "\f182";
}

.fa-male:before, .fa-male-a:after {
  content: "\f183";
}

.fa-gittip:before, .fa-gittip-a:after,
.fa-gratipay:before,
.fa-gratipay-a:after {
  content: "\f184";
}

.fa-sun-o:before, .fa-sun-o-a:after {
  content: "\f185";
}

.fa-moon-o:before, .fa-moon-o-a:after {
  content: "\f186";
}

.fa-archive:before, .fa-archive-a:after {
  content: "\f187";
}

.fa-bug:before, .fa-bug-a:after {
  content: "\f188";
}

.fa-vk:before, .fa-vk-a:after {
  content: "\f189";
}

.fa-weibo:before, .fa-weibo-a:after {
  content: "\f18a";
}

.fa-renren:before, .fa-renren-a:after {
  content: "\f18b";
}

.fa-pagelines:before, .fa-pagelines-a:after {
  content: "\f18c";
}

.fa-stack-exchange:before, .fa-stack-exchange-a:after {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before, .fa-arrow-circle-o-right-a:after {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before, .fa-arrow-circle-o-left-a:after {
  content: "\f190";
}

.fa-toggle-left:before, .fa-toggle-left-a:after,
.fa-caret-square-o-left:before,
.fa-caret-square-o-left-a:after {
  content: "\f191";
}

.fa-dot-circle-o:before, .fa-dot-circle-o-a:after {
  content: "\f192";
}

.fa-wheelchair:before, .fa-wheelchair-a:after {
  content: "\f193";
}

.fa-vimeo-square:before, .fa-vimeo-square-a:after {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-turkish-lira-a:after,
.fa-try:before,
.fa-try-a:after {
  content: "\f195";
}

.fa-plus-square-o:before, .fa-plus-square-o-a:after {
  content: "\f196";
}

.fa-space-shuttle:before, .fa-space-shuttle-a:after {
  content: "\f197";
}

.fa-slack:before, .fa-slack-a:after {
  content: "\f198";
}

.fa-envelope-square:before, .fa-envelope-square-a:after {
  content: "\f199";
}

.fa-wordpress:before, .fa-wordpress-a:after {
  content: "\f19a";
}

.fa-openid:before, .fa-openid-a:after {
  content: "\f19b";
}

.fa-institution:before, .fa-institution-a:after,
.fa-bank:before,
.fa-bank-a:after,
.fa-university:before,
.fa-university-a:after {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-mortar-board-a:after,
.fa-graduation-cap:before,
.fa-graduation-cap-a:after {
  content: "\f19d";
}

.fa-yahoo:before, .fa-yahoo-a:after {
  content: "\f19e";
}

.fa-google:before, .fa-google-a:after {
  content: "\f1a0";
}

.fa-reddit:before, .fa-reddit-a:after {
  content: "\f1a1";
}

.fa-reddit-square:before, .fa-reddit-square-a:after {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before, .fa-stumbleupon-circle-a:after {
  content: "\f1a3";
}

.fa-stumbleupon:before, .fa-stumbleupon-a:after {
  content: "\f1a4";
}

.fa-delicious:before, .fa-delicious-a:after {
  content: "\f1a5";
}

.fa-digg:before, .fa-digg-a:after {
  content: "\f1a6";
}

.fa-pied-piper-pp:before, .fa-pied-piper-pp-a:after {
  content: "\f1a7";
}

.fa-pied-piper-alt:before, .fa-pied-piper-alt-a:after {
  content: "\f1a8";
}

.fa-drupal:before, .fa-drupal-a:after {
  content: "\f1a9";
}

.fa-joomla:before, .fa-joomla-a:after {
  content: "\f1aa";
}

.fa-language:before, .fa-language-a:after {
  content: "\f1ab";
}

.fa-fax:before, .fa-fax-a:after {
  content: "\f1ac";
}

.fa-building:before, .fa-building-a:after {
  content: "\f1ad";
}

.fa-child:before, .fa-child-a:after {
  content: "\f1ae";
}

.fa-paw:before, .fa-paw-a:after {
  content: "\f1b0";
}

.fa-spoon:before, .fa-spoon-a:after {
  content: "\f1b1";
}

.fa-cube:before, .fa-cube-a:after {
  content: "\f1b2";
}

.fa-cubes:before, .fa-cubes-a:after {
  content: "\f1b3";
}

.fa-behance:before, .fa-behance-a:after {
  content: "\f1b4";
}

.fa-behance-square:before, .fa-behance-square-a:after {
  content: "\f1b5";
}

.fa-steam:before, .fa-steam-a:after {
  content: "\f1b6";
}

.fa-steam-square:before, .fa-steam-square-a:after {
  content: "\f1b7";
}

.fa-recycle:before, .fa-recycle-a:after {
  content: "\f1b8";
}

.fa-automobile:before, .fa-automobile-a:after,
.fa-car:before,
.fa-car-a:after {
  content: "\f1b9";
}

.fa-cab:before, .fa-cab-a:after,
.fa-taxi:before,
.fa-taxi-a:after {
  content: "\f1ba";
}

.fa-tree:before, .fa-tree-a:after {
  content: "\f1bb";
}

.fa-spotify:before, .fa-spotify-a:after {
  content: "\f1bc";
}

.fa-deviantart:before, .fa-deviantart-a:after {
  content: "\f1bd";
}

.fa-soundcloud:before, .fa-soundcloud-a:after {
  content: "\f1be";
}

.fa-database:before, .fa-database-a:after {
  content: "\f1c0";
}

.fa-file-pdf-o:before, .fa-file-pdf-o-a:after {
  content: "\f1c1";
}

.fa-file-word-o:before, .fa-file-word-o-a:after {
  content: "\f1c2";
}

.fa-file-excel-o:before, .fa-file-excel-o-a:after {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before, .fa-file-powerpoint-o-a:after {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-photo-o-a:after,
.fa-file-picture-o:before,
.fa-file-picture-o-a:after,
.fa-file-image-o:before,
.fa-file-image-o-a:after {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-zip-o-a:after,
.fa-file-archive-o:before,
.fa-file-archive-o-a:after {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-sound-o-a:after,
.fa-file-audio-o:before,
.fa-file-audio-o-a:after {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-movie-o-a:after,
.fa-file-video-o:before,
.fa-file-video-o-a:after {
  content: "\f1c8";
}

.fa-file-code-o:before, .fa-file-code-o-a:after {
  content: "\f1c9";
}

.fa-vine:before, .fa-vine-a:after {
  content: "\f1ca";
}

.fa-codepen:before, .fa-codepen-a:after {
  content: "\f1cb";
}

.fa-jsfiddle:before, .fa-jsfiddle-a:after {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-bouy-a:after,
.fa-life-buoy:before,
.fa-life-buoy-a:after,
.fa-life-saver:before,
.fa-life-saver-a:after,
.fa-support:before,
.fa-support-a:after,
.fa-life-ring:before,
.fa-life-ring-a:after {
  content: "\f1cd";
}

.fa-circle-o-notch:before, .fa-circle-o-notch-a:after {
  content: "\f1ce";
}

.fa-ra:before, .fa-ra-a:after,
.fa-resistance:before,
.fa-resistance-a:after,
.fa-rebel:before,
.fa-rebel-a:after {
  content: "\f1d0";
}

.fa-ge:before, .fa-ge-a:after,
.fa-empire:before,
.fa-empire-a:after {
  content: "\f1d1";
}

.fa-git-square:before, .fa-git-square-a:after {
  content: "\f1d2";
}

.fa-git:before, .fa-git-a:after {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-y-combinator-square-a:after,
.fa-yc-square:before,
.fa-yc-square-a:after,
.fa-hacker-news:before,
.fa-hacker-news-a:after {
  content: "\f1d4";
}

.fa-tencent-weibo:before, .fa-tencent-weibo-a:after {
  content: "\f1d5";
}

.fa-qq:before, .fa-qq-a:after {
  content: "\f1d6";
}

.fa-wechat:before, .fa-wechat-a:after,
.fa-weixin:before,
.fa-weixin-a:after {
  content: "\f1d7";
}

.fa-send:before, .fa-send-a:after,
.fa-paper-plane:before,
.fa-paper-plane-a:after {
  content: "\f1d8";
}

.fa-send-o:before, .fa-send-o-a:after,
.fa-paper-plane-o:before,
.fa-paper-plane-o-a:after {
  content: "\f1d9";
}

.fa-history:before, .fa-history-a:after {
  content: "\f1da";
}

.fa-circle-thin:before, .fa-circle-thin-a:after {
  content: "\f1db";
}

.fa-header:before, .fa-header-a:after {
  content: "\f1dc";
}

.fa-paragraph:before, .fa-paragraph-a:after {
  content: "\f1dd";
}

.fa-sliders:before, .fa-sliders-a:after {
  content: "\f1de";
}

.fa-share-alt:before, .fa-share-alt-a:after {
  content: "\f1e0";
}

.fa-share-alt-square:before, .fa-share-alt-square-a:after {
  content: "\f1e1";
}

.fa-bomb:before, .fa-bomb-a:after {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-soccer-ball-o-a:after,
.fa-futbol-o:before,
.fa-futbol-o-a:after {
  content: "\f1e3";
}

.fa-tty:before, .fa-tty-a:after {
  content: "\f1e4";
}

.fa-binoculars:before, .fa-binoculars-a:after {
  content: "\f1e5";
}

.fa-plug:before, .fa-plug-a:after {
  content: "\f1e6";
}

.fa-slideshare:before, .fa-slideshare-a:after {
  content: "\f1e7";
}

.fa-twitch:before, .fa-twitch-a:after {
  content: "\f1e8";
}

.fa-yelp:before, .fa-yelp-a:after {
  content: "\f1e9";
}

.fa-newspaper-o:before, .fa-newspaper-o-a:after {
  content: "\f1ea";
}

.fa-wifi:before, .fa-wifi-a:after {
  content: "\f1eb";
}

.fa-calculator:before, .fa-calculator-a:after {
  content: "\f1ec";
}

.fa-paypal:before, .fa-paypal-a:after {
  content: "\f1ed";
}

.fa-google-wallet:before, .fa-google-wallet-a:after {
  content: "\f1ee";
}

.fa-cc-visa:before, .fa-cc-visa-a:after {
  content: "\f1f0";
}

.fa-cc-mastercard:before, .fa-cc-mastercard-a:after {
  content: "\f1f1";
}

.fa-cc-discover:before, .fa-cc-discover-a:after {
  content: "\f1f2";
}

.fa-cc-amex:before, .fa-cc-amex-a:after {
  content: "\f1f3";
}

.fa-cc-paypal:before, .fa-cc-paypal-a:after {
  content: "\f1f4";
}

.fa-cc-stripe:before, .fa-cc-stripe-a:after {
  content: "\f1f5";
}

.fa-bell-slash:before, .fa-bell-slash-a:after {
  content: "\f1f6";
}

.fa-bell-slash-o:before, .fa-bell-slash-o-a:after {
  content: "\f1f7";
}

.fa-trash:before, .fa-trash-a:after {
  content: "\f1f8";
}

.fa-copyright:before, .fa-copyright-a:after {
  content: "\f1f9";
}

.fa-at:before, .fa-at-a:after {
  content: "\f1fa";
}

.fa-eyedropper:before, .fa-eyedropper-a:after {
  content: "\f1fb";
}

.fa-paint-brush:before, .fa-paint-brush-a:after {
  content: "\f1fc";
}

.fa-birthday-cake:before, .fa-birthday-cake-a:after {
  content: "\f1fd";
}

.fa-area-chart:before, .fa-area-chart-a:after {
  content: "\f1fe";
}

.fa-pie-chart:before, .fa-pie-chart-a:after {
  content: "\f200";
}

.fa-line-chart:before, .fa-line-chart-a:after {
  content: "\f201";
}

.fa-lastfm:before, .fa-lastfm-a:after {
  content: "\f202";
}

.fa-lastfm-square:before, .fa-lastfm-square-a:after {
  content: "\f203";
}

.fa-toggle-off:before, .fa-toggle-off-a:after {
  content: "\f204";
}

.fa-toggle-on:before, .fa-toggle-on-a:after {
  content: "\f205";
}

.fa-bicycle:before, .fa-bicycle-a:after {
  content: "\f206";
}

.fa-bus:before, .fa-bus-a:after {
  content: "\f207";
}

.fa-ioxhost:before, .fa-ioxhost-a:after {
  content: "\f208";
}

.fa-angellist:before, .fa-angellist-a:after {
  content: "\f209";
}

.fa-cc:before, .fa-cc-a:after {
  content: "\f20a";
}

.fa-shekel:before, .fa-shekel-a:after,
.fa-sheqel:before,
.fa-sheqel-a:after,
.fa-ils:before,
.fa-ils-a:after {
  content: "\f20b";
}

.fa-meanpath:before, .fa-meanpath-a:after {
  content: "\f20c";
}

.fa-buysellads:before, .fa-buysellads-a:after {
  content: "\f20d";
}

.fa-connectdevelop:before, .fa-connectdevelop-a:after {
  content: "\f20e";
}

.fa-dashcube:before, .fa-dashcube-a:after {
  content: "\f210";
}

.fa-forumbee:before, .fa-forumbee-a:after {
  content: "\f211";
}

.fa-leanpub:before, .fa-leanpub-a:after {
  content: "\f212";
}

.fa-sellsy:before, .fa-sellsy-a:after {
  content: "\f213";
}

.fa-shirtsinbulk:before, .fa-shirtsinbulk-a:after {
  content: "\f214";
}

.fa-simplybuilt:before, .fa-simplybuilt-a:after {
  content: "\f215";
}

.fa-skyatlas:before, .fa-skyatlas-a:after {
  content: "\f216";
}

.fa-cart-plus:before, .fa-cart-plus-a:after {
  content: "\f217";
}

.fa-cart-arrow-down:before, .fa-cart-arrow-down-a:after {
  content: "\f218";
}

.fa-diamond:before, .fa-diamond-a:after {
  content: "\f219";
}

.fa-ship:before, .fa-ship-a:after {
  content: "\f21a";
}

.fa-user-secret:before, .fa-user-secret-a:after {
  content: "\f21b";
}

.fa-motorcycle:before, .fa-motorcycle-a:after {
  content: "\f21c";
}

.fa-street-view:before, .fa-street-view-a:after {
  content: "\f21d";
}

.fa-heartbeat:before, .fa-heartbeat-a:after {
  content: "\f21e";
}

.fa-venus:before, .fa-venus-a:after {
  content: "\f221";
}

.fa-mars:before, .fa-mars-a:after {
  content: "\f222";
}

.fa-mercury:before, .fa-mercury-a:after {
  content: "\f223";
}

.fa-intersex:before, .fa-intersex-a:after,
.fa-transgender:before,
.fa-transgender-a:after {
  content: "\f224";
}

.fa-transgender-alt:before, .fa-transgender-alt-a:after {
  content: "\f225";
}

.fa-venus-double:before, .fa-venus-double-a:after {
  content: "\f226";
}

.fa-mars-double:before, .fa-mars-double-a:after {
  content: "\f227";
}

.fa-venus-mars:before, .fa-venus-mars-a:after {
  content: "\f228";
}

.fa-mars-stroke:before, .fa-mars-stroke-a:after {
  content: "\f229";
}

.fa-mars-stroke-v:before, .fa-mars-stroke-v-a:after {
  content: "\f22a";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-h-a:after {
  content: "\f22b";
}

.fa-neuter:before, .fa-neuter-a:after {
  content: "\f22c";
}

.fa-genderless:before, .fa-genderless-a:after {
  content: "\f22d";
}

.fa-facebook-official:before, .fa-facebook-official-a:after {
  content: "\f230";
}

.fa-pinterest-p:before, .fa-pinterest-p-a:after {
  content: "\f231";
}

.fa-whatsapp:before, .fa-whatsapp-a:after {
  content: "\f232";
}

.fa-server:before, .fa-server-a:after {
  content: "\f233";
}

.fa-user-plus:before, .fa-user-plus-a:after {
  content: "\f234";
}

.fa-user-times:before, .fa-user-times-a:after {
  content: "\f235";
}

.fa-hotel:before, .fa-hotel-a:after,
.fa-bed:before,
.fa-bed-a:after {
  content: "\f236";
}

.fa-viacoin:before, .fa-viacoin-a:after {
  content: "\f237";
}

.fa-train:before, .fa-train-a:after {
  content: "\f238";
}

.fa-subway:before, .fa-subway-a:after {
  content: "\f239";
}

.fa-medium:before, .fa-medium-a:after {
  content: "\f23a";
}

.fa-yc:before, .fa-yc-a:after,
.fa-y-combinator:before,
.fa-y-combinator-a:after {
  content: "\f23b";
}

.fa-optin-monster:before, .fa-optin-monster-a:after {
  content: "\f23c";
}

.fa-opencart:before, .fa-opencart-a:after {
  content: "\f23d";
}

.fa-expeditedssl:before, .fa-expeditedssl-a:after {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-4-a:after,
.fa-battery:before,
.fa-battery-a:after,
.fa-battery-full:before,
.fa-battery-full-a:after {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-3-a:after,
.fa-battery-three-quarters:before,
.fa-battery-three-quarters-a:after {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-2-a:after,
.fa-battery-half:before,
.fa-battery-half-a:after {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-1-a:after,
.fa-battery-quarter:before,
.fa-battery-quarter-a:after {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-0-a:after,
.fa-battery-empty:before,
.fa-battery-empty-a:after {
  content: "\f244";
}

.fa-mouse-pointer:before, .fa-mouse-pointer-a:after {
  content: "\f245";
}

.fa-i-cursor:before, .fa-i-cursor-a:after {
  content: "\f246";
}

.fa-object-group:before, .fa-object-group-a:after {
  content: "\f247";
}

.fa-object-ungroup:before, .fa-object-ungroup-a:after {
  content: "\f248";
}

.fa-sticky-note:before, .fa-sticky-note-a:after {
  content: "\f249";
}

.fa-sticky-note-o:before, .fa-sticky-note-o-a:after {
  content: "\f24a";
}

.fa-cc-jcb:before, .fa-cc-jcb-a:after {
  content: "\f24b";
}

.fa-cc-diners-club:before, .fa-cc-diners-club-a:after {
  content: "\f24c";
}

.fa-clone:before, .fa-clone-a:after {
  content: "\f24d";
}

.fa-balance-scale:before, .fa-balance-scale-a:after {
  content: "\f24e";
}

.fa-hourglass-o:before, .fa-hourglass-o-a:after {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-1-a:after,
.fa-hourglass-start:before,
.fa-hourglass-start-a:after {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-2-a:after,
.fa-hourglass-half:before,
.fa-hourglass-half-a:after {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-3-a:after,
.fa-hourglass-end:before,
.fa-hourglass-end-a:after {
  content: "\f253";
}

.fa-hourglass:before, .fa-hourglass-a:after {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-grab-o-a:after,
.fa-hand-rock-o:before,
.fa-hand-rock-o-a:after {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-stop-o-a:after,
.fa-hand-paper-o:before,
.fa-hand-paper-o-a:after {
  content: "\f256";
}

.fa-hand-scissors-o:before, .fa-hand-scissors-o-a:after {
  content: "\f257";
}

.fa-hand-lizard-o:before, .fa-hand-lizard-o-a:after {
  content: "\f258";
}

.fa-hand-spock-o:before, .fa-hand-spock-o-a:after {
  content: "\f259";
}

.fa-hand-pointer-o:before, .fa-hand-pointer-o-a:after {
  content: "\f25a";
}

.fa-hand-peace-o:before, .fa-hand-peace-o-a:after {
  content: "\f25b";
}

.fa-trademark:before, .fa-trademark-a:after {
  content: "\f25c";
}

.fa-registered:before, .fa-registered-a:after {
  content: "\f25d";
}

.fa-creative-commons:before, .fa-creative-commons-a:after {
  content: "\f25e";
}

.fa-gg:before, .fa-gg-a:after {
  content: "\f260";
}

.fa-gg-circle:before, .fa-gg-circle-a:after {
  content: "\f261";
}

.fa-tripadvisor:before, .fa-tripadvisor-a:after {
  content: "\f262";
}

.fa-odnoklassniki:before, .fa-odnoklassniki-a:after {
  content: "\f263";
}

.fa-odnoklassniki-square:before, .fa-odnoklassniki-square-a:after {
  content: "\f264";
}

.fa-get-pocket:before, .fa-get-pocket-a:after {
  content: "\f265";
}

.fa-wikipedia-w:before, .fa-wikipedia-w-a:after {
  content: "\f266";
}

.fa-safari:before, .fa-safari-a:after {
  content: "\f267";
}

.fa-chrome:before, .fa-chrome-a:after {
  content: "\f268";
}

.fa-firefox:before, .fa-firefox-a:after {
  content: "\f269";
}

.fa-opera:before, .fa-opera-a:after {
  content: "\f26a";
}

.fa-internet-explorer:before, .fa-internet-explorer-a:after {
  content: "\f26b";
}

.fa-tv:before, .fa-tv-a:after,
.fa-television:before,
.fa-television-a:after {
  content: "\f26c";
}

.fa-contao:before, .fa-contao-a:after {
  content: "\f26d";
}

.fa-500px:before, .fa-500px-a:after {
  content: "\f26e";
}

.fa-amazon:before, .fa-amazon-a:after {
  content: "\f270";
}

.fa-calendar-plus-o:before, .fa-calendar-plus-o-a:after {
  content: "\f271";
}

.fa-calendar-minus-o:before, .fa-calendar-minus-o-a:after {
  content: "\f272";
}

.fa-calendar-times-o:before, .fa-calendar-times-o-a:after {
  content: "\f273";
}

.fa-calendar-check-o:before, .fa-calendar-check-o-a:after {
  content: "\f274";
}

.fa-industry:before, .fa-industry-a:after {
  content: "\f275";
}

.fa-map-pin:before, .fa-map-pin-a:after {
  content: "\f276";
}

.fa-map-signs:before, .fa-map-signs-a:after {
  content: "\f277";
}

.fa-map-o:before, .fa-map-o-a:after {
  content: "\f278";
}

.fa-map:before, .fa-map-a:after {
  content: "\f279";
}

.fa-commenting:before, .fa-commenting-a:after {
  content: "\f27a";
}

.fa-commenting-o:before, .fa-commenting-o-a:after {
  content: "\f27b";
}

.fa-houzz:before, .fa-houzz-a:after {
  content: "\f27c";
}

.fa-vimeo:before, .fa-vimeo-a:after {
  content: "\f27d";
}

.fa-black-tie:before, .fa-black-tie-a:after {
  content: "\f27e";
}

.fa-fonticons:before, .fa-fonticons-a:after {
  content: "\f280";
}

.fa-reddit-alien:before, .fa-reddit-alien-a:after {
  content: "\f281";
}

.fa-edge:before, .fa-edge-a:after {
  content: "\f282";
}

.fa-credit-card-alt:before, .fa-credit-card-alt-a:after {
  content: "\f283";
}

.fa-codiepie:before, .fa-codiepie-a:after {
  content: "\f284";
}

.fa-modx:before, .fa-modx-a:after {
  content: "\f285";
}

.fa-fort-awesome:before, .fa-fort-awesome-a:after {
  content: "\f286";
}

.fa-usb:before, .fa-usb-a:after {
  content: "\f287";
}

.fa-product-hunt:before, .fa-product-hunt-a:after {
  content: "\f288";
}

.fa-mixcloud:before, .fa-mixcloud-a:after {
  content: "\f289";
}

.fa-scribd:before, .fa-scribd-a:after {
  content: "\f28a";
}

.fa-pause-circle:before, .fa-pause-circle-a:after {
  content: "\f28b";
}

.fa-pause-circle-o:before, .fa-pause-circle-o-a:after {
  content: "\f28c";
}

.fa-stop-circle:before, .fa-stop-circle-a:after {
  content: "\f28d";
}

.fa-stop-circle-o:before, .fa-stop-circle-o-a:after {
  content: "\f28e";
}

.fa-shopping-bag:before, .fa-shopping-bag-a:after {
  content: "\f290";
}

.fa-shopping-basket:before, .fa-shopping-basket-a:after {
  content: "\f291";
}

.fa-hashtag:before, .fa-hashtag-a:after {
  content: "\f292";
}

.fa-bluetooth:before, .fa-bluetooth-a:after {
  content: "\f293";
}

.fa-bluetooth-b:before, .fa-bluetooth-b-a:after {
  content: "\f294";
}

.fa-percent:before, .fa-percent-a:after {
  content: "\f295";
}

.fa-gitlab:before, .fa-gitlab-a:after {
  content: "\f296";
}

.fa-wpbeginner:before, .fa-wpbeginner-a:after {
  content: "\f297";
}

.fa-wpforms:before, .fa-wpforms-a:after {
  content: "\f298";
}

.fa-envira:before, .fa-envira-a:after {
  content: "\f299";
}

.fa-universal-access:before, .fa-universal-access-a:after {
  content: "\f29a";
}

.fa-wheelchair-alt:before, .fa-wheelchair-alt-a:after {
  content: "\f29b";
}

.fa-question-circle-o:before, .fa-question-circle-o-a:after {
  content: "\f29c";
}

.fa-blind:before, .fa-blind-a:after {
  content: "\f29d";
}

.fa-audio-description:before, .fa-audio-description-a:after {
  content: "\f29e";
}

.fa-volume-control-phone:before, .fa-volume-control-phone-a:after {
  content: "\f2a0";
}

.fa-braille:before, .fa-braille-a:after {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before, .fa-assistive-listening-systems-a:after {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-asl-interpreting-a:after,
.fa-american-sign-language-interpreting:before,
.fa-american-sign-language-interpreting-a:after {
  content: "\f2a3";
}

.fa-deafness:before, .fa-deafness-a:after,
.fa-hard-of-hearing:before,
.fa-hard-of-hearing-a:after,
.fa-deaf:before,
.fa-deaf-a:after {
  content: "\f2a4";
}

.fa-glide:before, .fa-glide-a:after {
  content: "\f2a5";
}

.fa-glide-g:before, .fa-glide-g-a:after {
  content: "\f2a6";
}

.fa-signing:before, .fa-signing-a:after,
.fa-sign-language:before,
.fa-sign-language-a:after {
  content: "\f2a7";
}

.fa-low-vision:before, .fa-low-vision-a:after {
  content: "\f2a8";
}

.fa-viadeo:before, .fa-viadeo-a:after {
  content: "\f2a9";
}

.fa-viadeo-square:before, .fa-viadeo-square-a:after {
  content: "\f2aa";
}

.fa-snapchat:before, .fa-snapchat-a:after {
  content: "\f2ab";
}

.fa-snapchat-ghost:before, .fa-snapchat-ghost-a:after {
  content: "\f2ac";
}

.fa-snapchat-square:before, .fa-snapchat-square-a:after {
  content: "\f2ad";
}

.fa-pied-piper:before, .fa-pied-piper-a:after {
  content: "\f2ae";
}

.fa-first-order:before, .fa-first-order-a:after {
  content: "\f2b0";
}

.fa-yoast:before, .fa-yoast-a:after {
  content: "\f2b1";
}

.fa-themeisle:before, .fa-themeisle-a:after {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-circle-a:after,
.fa-google-plus-official:before,
.fa-google-plus-official-a:after {
  content: "\f2b3";
}

.fa-fa:before, .fa-fa-a:after,
.fa-font-awesome:before,
.fa-font-awesome-a:after {
  content: "\f2b4";
}

.fa-handshake-o:before, .fa-handshake-o-a:after {
  content: "\f2b5";
}

.fa-envelope-open:before, .fa-envelope-open-a:after {
  content: "\f2b6";
}

.fa-envelope-open-o:before, .fa-envelope-open-o-a:after {
  content: "\f2b7";
}

.fa-linode:before, .fa-linode-a:after {
  content: "\f2b8";
}

.fa-address-book:before, .fa-address-book-a:after {
  content: "\f2b9";
}

.fa-address-book-o:before, .fa-address-book-o-a:after {
  content: "\f2ba";
}

.fa-vcard:before, .fa-vcard-a:after,
.fa-address-card:before,
.fa-address-card-a:after {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-vcard-o-a:after,
.fa-address-card-o:before,
.fa-address-card-o-a:after {
  content: "\f2bc";
}

.fa-user-circle:before, .fa-user-circle-a:after {
  content: "\f2bd";
}

.fa-user-circle-o:before, .fa-user-circle-o-a:after {
  content: "\f2be";
}

.fa-user-o:before, .fa-user-o-a:after {
  content: "\f2c0";
}

.fa-id-badge:before, .fa-id-badge-a:after {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-drivers-license-a:after,
.fa-id-card:before,
.fa-id-card-a:after {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-drivers-license-o-a:after,
.fa-id-card-o:before,
.fa-id-card-o-a:after {
  content: "\f2c3";
}

.fa-quora:before, .fa-quora-a:after {
  content: "\f2c4";
}

.fa-free-code-camp:before, .fa-free-code-camp-a:after {
  content: "\f2c5";
}

.fa-telegram:before, .fa-telegram-a:after {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer-4-a:after,
.fa-thermometer:before,
.fa-thermometer-a:after,
.fa-thermometer-full:before,
.fa-thermometer-full-a:after {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-3-a:after,
.fa-thermometer-three-quarters:before,
.fa-thermometer-three-quarters-a:after {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-2-a:after,
.fa-thermometer-half:before,
.fa-thermometer-half-a:after {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-1-a:after,
.fa-thermometer-quarter:before,
.fa-thermometer-quarter-a:after {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-0-a:after,
.fa-thermometer-empty:before,
.fa-thermometer-empty-a:after {
  content: "\f2cb";
}

.fa-shower:before, .fa-shower-a:after {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-bathtub-a:after,
.fa-s15:before,
.fa-s15-a:after,
.fa-bath:before,
.fa-bath-a:after {
  content: "\f2cd";
}

.fa-podcast:before, .fa-podcast-a:after {
  content: "\f2ce";
}

.fa-window-maximize:before, .fa-window-maximize-a:after {
  content: "\f2d0";
}

.fa-window-minimize:before, .fa-window-minimize-a:after {
  content: "\f2d1";
}

.fa-window-restore:before, .fa-window-restore-a:after {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-times-rectangle-a:after,
.fa-window-close:before,
.fa-window-close-a:after {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-times-rectangle-o-a:after,
.fa-window-close-o:before,
.fa-window-close-o-a:after {
  content: "\f2d4";
}

.fa-bandcamp:before, .fa-bandcamp-a:after {
  content: "\f2d5";
}

.fa-grav:before, .fa-grav-a:after {
  content: "\f2d6";
}

.fa-etsy:before, .fa-etsy-a:after {
  content: "\f2d7";
}

.fa-imdb:before, .fa-imdb-a:after {
  content: "\f2d8";
}

.fa-ravelry:before, .fa-ravelry-a:after {
  content: "\f2d9";
}

.fa-eercast:before, .fa-eercast-a:after {
  content: "\f2da";
}

.fa-microchip:before, .fa-microchip-a:after {
  content: "\f2db";
}

.fa-snowflake-o:before, .fa-snowflake-o-a:after {
  content: "\f2dc";
}

.fa-superpowers:before, .fa-superpowers-a:after {
  content: "\f2dd";
}

.fa-wpexplorer:before, .fa-wpexplorer-a:after {
  content: "\f2de";
}

.fa-meetup:before, .fa-meetup-a:after {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.portales, .portlet-journal-content {
  /* PRIMARY COLORS */
  /* GENESIS COLORS */
  /* LIBERTY COLORS */
  /* REGAL COLORS */
  /* BASE */
  /*HEADERS TAMAÑO WEB */
  /*
   LIGHTBOX
   */
  /* Footer tarificador */
  /* FOOTER WEB */
  /*------------------------------------*\
    $404 ERROR
  \*------------------------------------*/
  /* Calendar */
  /****** MEDIA QUERIES ******/
  /*------------------------------------*\
    &CALLING FORMS
  \*------------------------------------*/
  /*------------------------------------*\
    $DATA PICKER
  \*------------------------------------*/
  /* message-info-top */
  /* msg-xl */
  /*
   INFO BOX
   */
  /*------------------------------------*\
    OK
  \*------------------------------------*/
  /*** LISTADO MULTIPRECIO DESKTOP ****/
  /**** FIN LISTADO MULTIPRECIO EN DESKTOP ****/
  /*------------------------------------*\
    $SLIDER SELECTOR
  \*------------------------------------*/
  /* module */
  /* general */
  /* user-login */
  /* promo-banner */
  /* LANDING STYLES */
  /* FORM ALERTS */
  /* Cabecera 2020*/
  /*------------------------------------*\
    $ACCESS FORM
  \*------------------------------------*/
  /*------------------------------------*\
    $ACTIVATE HELPS
  \*------------------------------------*/
  /*------------------------------------*\
    $AGENT BOX
  \*------------------------------------*/
  /*
  .agent-box .btn-wrap {
    width: 40%;
  } */
  /*------------------------------------*\
    $BANNER TEXT IMG
  \*------------------------------------*/
  /*------------------------------------*\
    $BANNER PLAN
  \*------------------------------------*/
  /*------------------------------------*\
    $CARD ITEM
  \*------------------------------------*/
  /*------------------------------------*\
    $COLORBOX VIDEOS
  \*------------------------------------*/
  /*------------------------------------*\
      $COMPLEMENTARY IMAGE
  \*------------------------------------*/
  /*------------------------------------*\
    $COOKIES MESSAGE
  \*------------------------------------*/
  /*------------------------------------*\
    $DROP SELECT
  \*------------------------------------*/
  /* DROP SELECT LIST */
  /*------------------------------------*\
    $FOOTER LINKS
  \*------------------------------------*/
  /*------------------------------------*\
  $INTERNAL NAV
  \*------------------------------------*/
  /*------------------------------------*\
    $LISTS
  \*------------------------------------*/
  /*------------------------------------*\
    $NEWS CARD
  \*------------------------------------*/
  /*------------------------------------*\
    $OVERLAPED IMAGE + TEXT
  \*------------------------------------*/
  /*------------------------------------*\
    $PAGE HEADER
  \*------------------------------------*/
  /*------------------------------------*\
      $RRSS
  \*------------------------------------*/
  /*------------------------------------*\
      $TOP BAR
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB APPS
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB BENEFITS LIST
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB BRANDS
  \*------------------------------------*/
  /* Step title */
  /* Web brands */
  /* CAR INSURRANCE BRANDS (seguros-coche/marcas) */
  /* CAR INSURRANCE BRAND DETAIL (seguros-coche/marcas/XXXX)*/
  /* CAR QUOTE PROCESS BOTTOM CONTENT (tarificador/coche)*/
  /*********************************************************/
  /********************* MEDIAQUERIES *********************/
  /*******************************************************/
  /* CAR INSURRANCE BRANDS AND BRAND DETAIL MEDIAQUERIES */
  /*------------------------------------*\
    $WEB CONTACT AGENT
  \*------------------------------------*/
  /* Contact agent form */
  /* No results form */
  /*------------------------------------*\
    $WEB CONTACT HEADER
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB CONTACT TABLE MODULE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB CONTACT INFO MODULE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB CONTACT BLOCKS MODULE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB CONTACT RSS MODULE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB CROSS SELLING MODULE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB FAQS
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB FEATURES
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB GALLERY   $MASONRY GRID GALLERY
  \*------------------------------------*/
  /* ---- isotope ---- */
  /* clear fix */
  /* ---- .grid-item ---- */
  /*------------------------------------*\
    $WEB HERO
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB-INDEX
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB INFO MODULES - DAR PARTE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB INSURANCES
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB INTRO
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB MODULE ACTIONS
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB NAV
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB PLANS SINGLE MODULE
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB PLANS LIST MODULE - DISTRIBUIDORA
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB PROMINENT
  \*------------------------------------*/
  /*------------------------------------*\
    $MODULO RECUPERAR PRESUPUESTO HOME
  \*------------------------------------*/
  /*------------------------------------*\
    $MODULOS RECUPERAR PRESUPUESTO INTERIORES
  \*------------------------------------*/
  /*------------------------------------*\
    $Web-search-box
  \*------------------------------------*/
  /*------------------------------------*\
    $WEB SEARCH GARAJE
  \*------------------------------------*/
  /* Web results box */
  /* Map Tootlip */
  /*------------------------------------*\
    $SLIDERs
  \*------------------------------------*/
  /*------------------------------------*\
  $WEB TABS
  \*------------------------------------*/
  /* WEB GALLERY TABS */
  /* TABLET */
  /*CABECERA 2020*/
  /*FIN CABECERA 2020*/
  /* MOBILE */
}
.portales a, .portlet-journal-content a {
  text-decoration: none;
}
.portales p.info, .portlet-journal-content p.info {
  font-size: 15px;
  font-size: .9375rem;
  color: #666666;
}
.portales p.more-info-text, .portlet-journal-content p.more-info-text {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.portales .up-link, .portlet-journal-content .up-link {
  text-transform: uppercase;
}
.portales .demibold, .portlet-journal-content .demibold {
  font-weight: 600;
}
.portales .small, .portlet-journal-content .small {
  font-size: 14px;
}
.portales .regular, .portlet-journal-content .regular {
  font-weight: 400;
}
.portales .landing-content ul li + li,
.portales .web-content ul li + li, .portlet-journal-content .landing-content ul li + li,
.portlet-journal-content .web-content ul li + li {
  margin-top: 20px;
}
.portales .landing-content h1,
.portales .landing-content h2,
.portales .landing-content h3,
.portales .landing-content h4,
.portales .landing-content h5,
.portales .landing-content h6,
.portales .web-content h1,
.portales .web-content h2,
.portales .web-content h3,
.portales .web-content h4,
.portales .web-content h5,
.portales .web-content h6, .portlet-journal-content .landing-content h1,
.portlet-journal-content .landing-content h2,
.portlet-journal-content .landing-content h3,
.portlet-journal-content .landing-content h4,
.portlet-journal-content .landing-content h5,
.portlet-journal-content .landing-content h6,
.portlet-journal-content .web-content h1,
.portlet-journal-content .web-content h2,
.portlet-journal-content .web-content h3,
.portlet-journal-content .web-content h4,
.portlet-journal-content .web-content h5,
.portlet-journal-content .web-content h6 {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1em;
}
.portales .landing-content hr, .portlet-journal-content .landing-content hr {
  margin: 20px 0;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #FFFFFF;
}
.portales .web-icon-link, .portlet-journal-content .web-icon-link {
  font-weight: 600;
  display: block;
  padding: 10px 0;
}
.portales .web-icon-link .icon, .portlet-journal-content .web-icon-link .icon {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.portales .section-subtitle, .portlet-journal-content .section-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.portales .show_on_desktop, .portlet-journal-content .show_on_desktop {
  display: block;
}
.portales .show_on_mobile, .portlet-journal-content .show_on_mobile {
  display: none !important;
}
.portales .show_on_desktop, .portlet-journal-content .show_on_desktop {
  display: block;
}
.portales .hide_for_desktop, .portlet-journal-content .hide_for_desktop {
  display: none;
}
.portales .low-slab, .portlet-journal-content .low-slab {
  padding: 0;
  margin-bottom: 25px;
}
.portales .low-slab .form-actions, .portlet-journal-content .low-slab .form-actions {
  padding: 15px 0;
}
.portales .low-slab .form-actions .btn-back, .portlet-journal-content .low-slab .form-actions .btn-back {
  padding: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
}
.portales .low-slab .form-actions .btn-back span, .portlet-journal-content .low-slab .form-actions .btn-back span {
  font-weight: 100;
  vertical-align: middle;
}
.portales .light-grey-slab, .portlet-journal-content .light-grey-slab {
  background: #F6F6F6;
}
.white-slab {
  background: #FFF;
}
.portales .section-title, .portlet-journal-content .section-title {
  padding: 20px;
}
.portales .section-title .title, .portlet-journal-content .section-title .title {
  margin-bottom: 20px;
}
.portales .section-title .subtitle, .portlet-journal-content .section-title .subtitle {
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .slab-partition, .portlet-journal-content .slab-partition {
  position: relative;
}
.portales .slab-partition:before, .portlet-journal-content .slab-partition:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: white;
  height: 150px;
  width: 100%;
}
.portales .slab-light, .portlet-journal-content .slab-light {
  background: #F7F7F7;
}
.portales .slab-gold, .portlet-journal-content .slab-gold {
  background: #eeece7;
}
.portales .slab-border, .portlet-journal-content .slab-border {
  border-top: 1px solid #D1D1D1;
}
.portales .page-title, .portlet-journal-content .page-title {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: normal;
}
.portales .web-section-title, .portlet-journal-content .web-section-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  margin-top: 0;
}
.portales .web-section-title.xl, .portlet-journal-content .web-section-title.xl {
  font-size: 36px;
  font-size: 2.25rem;
}
.portales .web-section-title.l, .portlet-journal-content .web-section-title.l {
  font-size: 32px;
  font-size: 2rem;
}
.portales .intro-text, .portales .intro-text h2, .portlet-journal-content .intro-text, .portlet-journal-content .intro-text h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
}
.portales .sub-text, .portlet-journal-content .sub-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.portales .web-img-container img, .portlet-journal-content .web-img-container img {
  width: 100%;
  display: block;
}
.portales .web-img-container a, .portlet-journal-content .web-img-container a {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

picture {
  display: block;
}

html,
body {
  min-height: 100vh;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.landing-page,
body.landing-page {
  color: #4A4A4A;
}

html {
  background: #EDEDED;
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  background: white;
}
.portales ul, .portales li, .portlet-journal-content ul, .portlet-journal-content li {
  margin: 0px;
  padding: 0px;
}
.portales dl dd, .portlet-journal-content dl dd {
  margin: 0 0 10px 0;
}
.portales p, .portlet-journal-content p {
  margin-bottom: 1.1em;
}
.body-container {
  position: relative;
  min-height: 100%;
}
.body-container.no-height {
  min-height: 0;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.portales figure figcaption, .portlet-journal-content figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales figure figcaption strong, .portlet-journal-content figure figcaption strong {
  font-style: italic;
}
.portales .clearfix:after, .portlet-journal-content .clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.portales .row, .portlet-journal-content .row {
  margin: 0 0 0 10px;
}
.portales .row:after, .portlet-journal-content .row:after {
  clear: both;
  content: '';
  display: table;
}
.portales .hidden, .portlet-journal-content .hidden {
  display: none;
}
.portales .center-h, .portlet-journal-content .center-h {
  text-align: center;
}
.portales .right-h, .portlet-journal-content .right-h {
  text-align: right;
}
.portales .right, .portlet-journal-content .right {
  float: right;
}
.portales .left, .portlet-journal-content .left {
  float: left;
}
.portales .inline-block, .portlet-journal-content .inline-block {
  display: inline-block;
}
.portales .nowrap, .portlet-journal-content .nowrap {
  white-space: nowrap;
}
.portales .grid-wrapper, .portlet-journal-content .grid-wrapper {
  padding: 0 0 10px 0;
}
.portales .landing-module, .portlet-journal-content .landing-module {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.portales .mt, .portlet-journal-content .mt {
  margin-top: 25px;
}
.portales .mb, .portlet-journal-content .mb {
  margin-bottom: 25px;
}
.web-module {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.web-module + .web-module, .web-module.top-module {
  padding-top: 0;
}

.web-module.primary-slab + .web-module, .web-module.light-grey-slab + .web-module, .web-module.white-slab + .web-module, .web-module.slab-light + .web-module {
  padding-top: 40px;
}

.padding-web-module-0 {
  padding-bottom: 0px;
}
.portales .s1of12, .portlet-journal-content .s1of12 {
  float: left;
  width: 8.33333%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s1of12 .grid-example, .portlet-journal-content .s1of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s2of12, .portlet-journal-content .s2of12 {
  float: left;
  width: 16.66667%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s2of12 .grid-example, .portlet-journal-content .s2of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s3of12, .portlet-journal-content .s3of12 {
  float: left;
  width: 25%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s3of12 .grid-example, .portlet-journal-content .s3of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s4of12, .portlet-journal-content .s4of12 {
  float: left;
  width: 33.33333%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s4of12 .grid-example, .portlet-journal-content .s4of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s5of12, .portlet-journal-content .s5of12 {
  float: left;
  width: 41.66667%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s5of12 .grid-example, .portlet-journal-content .s5of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s6of12, .portlet-journal-content .s6of12 {
  float: left;
  width: 50%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s6of12 .grid-example, .portlet-journal-content .s6of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s7of12, .portlet-journal-content .s7of12 {
  float: left;
  width: 58.33333%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s7of12 .grid-example, .portlet-journal-content .s7of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s8of12, .portlet-journal-content .s8of12 {
  float: left;
  width: 66.66667%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s8of12 .grid-example, .portlet-journal-content .s8of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s9of12, .portlet-journal-content .s9of12 {
  float: left;
  width: 75%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s9of12 .grid-example, .portlet-journal-content .s9of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s10of12, .portlet-journal-content .s10of12 {
  float: left;
  width: 83.33333%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s10of12 .grid-example, .portlet-journal-content .s10of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s11of12, .portlet-journal-content .s11of12 {
  float: left;
  width: 91.66667%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s11of12 .grid-example, .portlet-journal-content .s11of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .s12of12, .portlet-journal-content .s12of12 {
  float: left;
  width: 100%;
  padding: 10px 10px 0 0;
  margin: 0;
}
.portales .s12of12 .grid-example, .portlet-journal-content .s12of12 .grid-example {
  display: block;
  height: 200px;
  background: #999;
}
.portales .reverse-order-cols > .s1of12, .portlet-journal-content .reverse-order-cols > .s1of12 {
  float: right;
}
.portales .reverse-order-cols > .s2of12, .portlet-journal-content .reverse-order-cols > .s2of12 {
  float: right;
}
.portales .reverse-order-cols > .s3of12, .portlet-journal-content .reverse-order-cols > .s3of12 {
  float: right;
}
.portales .reverse-order-cols > .s4of12, .portlet-journal-content .reverse-order-cols > .s4of12 {
  float: right;
}
.portales .reverse-order-cols > .s5of12, .portlet-journal-content .reverse-order-cols > .s5of12 {
  float: right;
}
.portales .reverse-order-cols > .s6of12, .portlet-journal-content .reverse-order-cols > .s6of12 {
  float: right;
}
.portales .reverse-order-cols > .s7of12, .portlet-journal-content .reverse-order-cols > .s7of12 {
  float: right;
}
.portales .reverse-order-cols > .s8of12, .portlet-journal-content .reverse-order-cols > .s8of12 {
  float: right;
}
.portales .reverse-order-cols > .s9of12, .portlet-journal-content .reverse-order-cols > .s9of12 {
  float: right;
}
.portales .reverse-order-cols > .s10of12, .portlet-journal-content .reverse-order-cols > .s10of12 {
  float: right;
}
.portales .reverse-order-cols > .s11of12, .portlet-journal-content .reverse-order-cols > .s11of12 {
  float: right;
}
.portales .reverse-order-cols > .s12of12, .portlet-journal-content .reverse-order-cols > .s12of12 {
  float: right;
}
.portales .sp-m, .portlet-journal-content .sp-m {
  padding: 0;
}
.portales .sm-r, .portlet-journal-content .sm-r {
  margin: 0;
}
.portales .alert, .portlet-journal-content .alert {
  padding: 10px 40px;
  background: #F9EDD9;
  margin-bottom: 10px;
}
.portales .form-landing .alert, .portlet-journal-content .form-landing .alert {
  margin-bottom: 0;
}
.portales .alert.msg-info-top, .portlet-journal-content .alert.msg-info-top {
  margin-bottom: 0;
}
.portales .alert .icon, .portlet-journal-content .alert .icon {
  width: 35px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #E85B02;
  margin: 0 -5px 0 -35px;
}
.portales .alert .title, .portlet-journal-content .alert .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E85B02;
}
.portales .alert p, .portlet-journal-content .alert p {
  font-size: 15px;
  margin: 0;
}
.portales .alert.error, .portlet-journal-content .alert.error {
  background: #F8DFDF;
  padding: 10px;
  margin-top: 10px;
}
.portales .alert.error .title, .portlet-journal-content .alert.error .title {
  color: #D32828;
  display: block;
}
.portales .alert.error .icon, .portlet-journal-content .alert.error .icon {
  color: #D32828;
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .alert.error .icon + .title, .portlet-journal-content .alert.error .icon + .title {
  display: inline-block;
}
.portales .alert.info, .portlet-journal-content .alert.info {
  background: #F5F5F5;
}
.portales .alert.info .title,
.portales .alert.info .icon, .portlet-journal-content .alert.info .title,
.portlet-journal-content .alert.info .icon {
  color: #007BC1;
}
.portales .msg-info-top.alert.info, .portlet-journal-content .msg-info-top.alert.info {
  padding: 10px 10px 20px 10px;
}
.portales .msg-info-top.alert.info a, .portlet-journal-content .msg-info-top.alert.info a {
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.portales .msg-info-top.alert.info .title, .portlet-journal-content .msg-info-top.alert.info .title {
  letter-spacing: -0.5px;
  font-weight: bold;
}
.portales .info-aviso, .portlet-journal-content .info-aviso {
  margin: 15px 0;
}
.portales .info-aviso__box, .portlet-journal-content .info-aviso__box {
  position: relative;
  padding: 15px;
  font-family: "Open Sans",sans-serif;
  color: #333;
}
.portales .info-aviso .info-aviso__box__title, .portlet-journal-content .info-aviso .info-aviso__box__title {
  margin-bottom: 5px;
  line-height: 21px;
}
.portales .info-aviso__box__content, .portlet-journal-content .info-aviso__box__content {
  margin-left: 30px;
}
.portales .info-aviso__box__content a, .portlet-journal-content .info-aviso__box__content a {
  font-weight: 600;
  text-decoration: underline;
}
.portales .info-aviso__box__title, .portlet-journal-content .info-aviso__box__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.portales .info-aviso .info-aviso__box__text, .portlet-journal-content .info-aviso .info-aviso__box__text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
.portales .info-aviso .icon, .portlet-journal-content .info-aviso .icon {
  position: absolute;
  top: 15px;
  font-size: 22px;
}
.portales .info-aviso .cerrar-aviso, .portlet-journal-content .info-aviso .cerrar-aviso {
  right: 15px;
  cursor: pointer;
}
.portales .info-aviso .icono-left, .portlet-journal-content .info-aviso .icono-left {
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .portales .info-aviso__box, .portlet-journal-content .info-aviso__box {
    padding: 15px 10px;
  }
  .portales .info-aviso .info-aviso__box__text, .portlet-journal-content .info-aviso .info-aviso__box__text {
    line-height: 18px;
  }
  .portales .info-aviso .cerrar-aviso, .portlet-journal-content .info-aviso .cerrar-aviso {
    right: 10px;
  }
  .portales .info-aviso .icono-left, .portlet-journal-content .info-aviso .icono-left {
    left: 10px;
  }
}
.portales input[type=text]::-ms-clear, .portlet-journal-content input[type=text]::-ms-clear {
  display: none;
}
.portales .field, .portlet-journal-content .field {
  overflow: hidden;
}
.portales .field.text input.error, .portlet-journal-content .field.text input.error {
  border-color: #D32828;
  color: #D32828;
}
.portales .field.text input.valid, .portlet-journal-content .field.text input.valid {
  border-color: #007BC1;
  color: #333;
}
.portales .field.text .icon, .portlet-journal-content .field.text .icon {
  color: #33CC00;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: -34px;
}
.portales .field.text label .icon, .portlet-journal-content .field.text label .icon {
  float: none;
  margin: 0;
}
.portales .field.select-group select.error + .fk-select, .portlet-journal-content .field.select-group select.error + .fk-select {
  border-color: #D32828;
}
.portales .field.select-group select.valid + .fk-select, .portlet-journal-content .field.select-group select.valid + .fk-select {
  border: 1px solid #007BC1;
}
.portales .field label, .portlet-journal-content .field label {
  display: block;
  font-size: 15px;
  margin: 5px 10px 10px;
  color: #333;
}
.portales .field label.unindented, .portlet-journal-content .field label.unindented {
  margin-left: 0;
}
.portales .field .optional, .portlet-journal-content .field .optional {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  margin-top: 2px;
}
.portales .field .icon, .portlet-journal-content .field .icon {
  float: right;
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .field abbr, .portlet-journal-content .field abbr {
  color: #D32828;
}
.portales .field .alert, .portlet-journal-content .field .alert {
  padding: 5px 15px 15px;
}
.portales .field .alert .title, .portlet-journal-content .field .alert .title {
  display: block;
}
.portales .field .alert .icon, .portlet-journal-content .field .alert .icon {
  display: none;
}
.portales .field .error, .portlet-journal-content .field .error {
  list-style: none;
}
.portales .field + .field, .portlet-journal-content .field + .field {
  margin-top: 15px;
}
.portales .field.text input, .portlet-journal-content .field.text input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #CCC;
  outline: 0;
  box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
}
.portales .field.text input:hover, .portales .field.text input:focus, .portales .field.text input:active, .portlet-journal-content .field.text input:hover, .portlet-journal-content .field.text input:focus, .portlet-journal-content .field.text input:active {
  outline: 0;
  box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
}
.portales .field.text input:focus, .portales .field.text input:active, .portlet-journal-content .field.text input:focus, .portlet-journal-content .field.text input:active {
  background: #FAFAFA;
  border-color: #007BC1;
  border-width: 3px;
  padding: 8px 10px;
}
.portales .field.text.no-edit input, .portlet-journal-content .field.text.no-edit input {
  background: #fafafa;
  border: 3px solid #fafafa;
  color: #999;
}
.portales .field.text.no-edit input:active, .portales .field.text.no-edit input:focus, .portales .field.text.no-edit input.valid, .portlet-journal-content .field.text.no-edit input:active, .portlet-journal-content .field.text.no-edit input:focus, .portlet-journal-content .field.text.no-edit input.valid {
  background: #fafafa;
  border: 3px solid #fafafa;
  padding: 10px 12px;
}
.portales .field.text.special-field input, .portlet-journal-content .field.text.special-field input {
  margin: 0;
}
.portales .form-landing .field.text input, .portlet-journal-content .form-landing .field.text input {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .form-landing .field.text input:focus, .portales .form-landing .field.text input:active, .portlet-journal-content .form-landing .field.text input:focus, .portlet-journal-content .form-landing .field.text input:active {
  padding: 10px 12px;
}
.portales .radio-group,
.portales .check-group, .portlet-journal-content .radio-group,
.portlet-journal-content .check-group {
  color: #333;
  padding: 5px 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .radio-group label,
.portales .check-group label, .portlet-journal-content .radio-group label,
.portlet-journal-content .check-group label {
  display: inline-block;
}
.portales .fieldset, .portlet-journal-content .fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.portales .fieldset .fieldset-title, .portlet-journal-content .fieldset .fieldset-title {
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  width: 100%;
}
.portales .fieldset .fieldset-title span, .portlet-journal-content .fieldset .fieldset-title span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: baseline;
  margin-left: -30px;
  min-width: 25px;
  display: inline-block;
}
.portales .field.checkbox.dropdown, .portlet-journal-content .field.checkbox.dropdown {
  margin: 0px;
  padding: 25px 20px 15px 20px;
}
.portales .field.checkbox.dropdown .icon, .portlet-journal-content .field.checkbox.dropdown .icon {
  position: absolute;
  left: 30px;
  top: -2px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #999;
  margin-right: 0px;
}
.portales .field.checkbox.dropdown .info, .portlet-journal-content .field.checkbox.dropdown .info {
  padding-left: 70px;
}
.portales .field.checkbox.dropdown .text .title, .portlet-journal-content .field.checkbox.dropdown .text .title {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  padding-left: 70px;
}
.portales .field.checkbox.dropdown .text p, .portlet-journal-content .field.checkbox.dropdown .text p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.portales .field.checkbox.dropdown .toggle-arrow, .portlet-journal-content .field.checkbox.dropdown .toggle-arrow {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  outline: none;
  padding: 0;
}
.portales .field.checkbox.dropdown .toggle-arrow:hover, .portlet-journal-content .field.checkbox.dropdown .toggle-arrow:hover {
  text-decoration: none;
}
.portales .field.checkbox.dropdown .toggle-arrow p, .portlet-journal-content .field.checkbox.dropdown .toggle-arrow p {
  color: #333;
}
.portales .field.checkbox.dropdown .toggle-arrow .icon, .portlet-journal-content .field.checkbox.dropdown .toggle-arrow .icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  position: static;
  float: none;
}
.portales .field.checkbox.dropdown .drop-content, .portlet-journal-content .field.checkbox.dropdown .drop-content {
  display: none;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding: 10px 0px;
  list-style: none;
}
.portales .field.checkbox.dropdown .drop-content li, .portlet-journal-content .field.checkbox.dropdown .drop-content li {
  padding-bottom: 15px;
}
.portales .field.checkbox.dropdown .drop-content .category, .portlet-journal-content .field.checkbox.dropdown .drop-content .category {
  width: 15%;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}
.portales .field.checkbox.dropdown .drop-content .category-def, .portlet-journal-content .field.checkbox.dropdown .drop-content .category-def {
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  word-wrap: break-word;
}
.portales .select-group, .portlet-journal-content .select-group {
  position: relative;
}
.portales .select-group select, .portlet-journal-content .select-group select {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100% !important;
  border: 0;
  position: absolute;
}
.portales .select-group .fk-select, .portlet-journal-content .select-group .fk-select {
  position: relative;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  min-height: 42px;
  white-space: nowrap;
}
.portales .select-group .fk-select:after, .portlet-journal-content .select-group .fk-select:after {
  background: transparent !important;
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
}
.portales .select-group .has-fk-select, .portlet-journal-content .select-group .has-fk-select {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.portales .special-field, .portlet-journal-content .special-field {
  padding-left: 80px;
  position: relative;
}
.portales .special-field label, .portlet-journal-content .special-field label {
  margin-left: -80px;
}
.portales .special-field .select-group, .portlet-journal-content .special-field .select-group {
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.portales .special-field .select-group .fk-select, .portlet-journal-content .special-field .select-group .fk-select {
  margin-top: 0;
  border-right: 0;
}
.portales .special-field .select-group .fk-select:after, .portlet-journal-content .special-field .select-group .fk-select:after {
  width: 30px;
}
.portales .form-landing .select-group, .portlet-journal-content .form-landing .select-group {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .form-landing .select-group .fk-select, .portlet-journal-content .form-landing .select-group .fk-select {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .form-landing .select-group .has-fk-select, .portlet-journal-content .form-landing .select-group .has-fk-select {
  height: 42px !important;
}
.portales .form-actions, .portlet-journal-content .form-actions {
  padding: 50px 0px 0;
  margin: 0;
  list-style: none;
}
.portales .form-actions li, .portlet-journal-content .form-actions li {
  display: block;
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
  border-top: 1px solid #CCC;
}
.portales .form-actions li:first-child, .portlet-journal-content .form-actions li:first-child {
  border-top: 0;
}
.portales .form-actions li a, .portlet-journal-content .form-actions li a {
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.portales .form-actions li .btn-back, .portlet-journal-content .form-actions li .btn-back {
  float: left;
}
.portales .form-actions li .btn-next, .portlet-journal-content .form-actions li .btn-next {
  float: right;
}
.portales .form-actions li .icon, .portlet-journal-content .form-actions li .icon {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: -4px;
}
.portales .form-actions li .icon.icon-cancel, .portlet-journal-content .form-actions li .icon.icon-cancel {
  font-size: 19px;
  font-size: 1.1875rem;
}
.portales .scroll-input, .portlet-journal-content .scroll-input {
  text-align: center;
  border: 1px solid #d9d9d9;
}
.portales .scroll-input .dw-inline .dw, .portlet-journal-content .scroll-input .dw-inline .dw {
  display: block;
}
.portales .scroll-input .dwwr, .portlet-journal-content .scroll-input .dwwr {
  background: none;
  font-family: inherit;
}
.portales .scroll-input .mbsc-mobiscroll .dwwb, .portlet-journal-content .scroll-input .mbsc-mobiscroll .dwwb {
  background: none;
}
.portales .scroll-input .mbsc-mobiscroll .dw-li, .portlet-journal-content .scroll-input .mbsc-mobiscroll .dw-li {
  font-size: 16px;
  font-size: 1rem;
  color: #999;
}
.portales .scroll-input .mbsc-mobiscroll .dw-li.dw-sel, .portlet-journal-content .scroll-input .mbsc-mobiscroll .dw-li.dw-sel {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
}
.portales .scroll-input .mbsc-mobiscroll .dwb-a, .portlet-journal-content .scroll-input .mbsc-mobiscroll .dwb-a {
  background: white;
}
.portales .field.text.border-input input, .portlet-journal-content .field.text.border-input input {
  border: 3px solid #dddddd;
  padding: 10px;
}
.portales .field.text.border-input input:active, .portales .field.text.border-input input:focus, .portlet-journal-content .field.text.border-input input:active, .portlet-journal-content .field.text.border-input input:focus {
  padding: 10px;
}
.portales .field.text.border-input label, .portlet-journal-content .field.text.border-input label {
  margin-left: 0px;
}
.portales .field.text input::-webkit-input-placeholder, .portlet-journal-content .field.text input::-webkit-input-placeholder {
  color: #999;
}
.portales .field.text input:-moz-placeholder, .portlet-journal-content .field.text input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.portales .field.text input::-moz-placeholder, .portlet-journal-content .field.text input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.portales .field.text input:-ms-input-placeholder.error, .portlet-journal-content .field.text input:-ms-input-placeholder.error {
  color: #999;
}
.portales .field.text input::-webkit-input-placeholder.error, .portlet-journal-content .field.text input::-webkit-input-placeholder.error {
  color: #999;
}
.portales .field.text input:-moz-placeholder.error, .portlet-journal-content .field.text input:-moz-placeholder.error {
  /* Firefox 18- */
  color: #999;
}
.portales .field.text input::-moz-placeholder.error, .portlet-journal-content .field.text input::-moz-placeholder.error {
  /* Firefox 19+ */
  color: #999;
}
.portales .field.text input:-ms-input-placeholder.error, .portlet-journal-content .field.text input:-ms-input-placeholder.error {
  color: #999;
}
.portales .field.text input.placeholder, .portales .field.text input.placeholder.error, .portlet-journal-content .field.text input.placeholder, .portlet-journal-content .field.text input.placeholder.error {
  color: #999;
}
.portales .form-landing .field.text ::-webkit-input-placeholder, .portlet-journal-content .form-landing .field.text ::-webkit-input-placeholder {
  color: #4A4A4A;
}
.portales .form-landing .field.text :-moz-placeholder, .portlet-journal-content .form-landing .field.text :-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}
.portales .form-landing .field.text ::-moz-placeholder, .portlet-journal-content .form-landing .field.text ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}
.portales .form-landing .field.text :-ms-input-placeholder, .portlet-journal-content .form-landing .field.text :-ms-input-placeholder {
  color: #4A4A4A;
}
.portales .form-landing .field.text .placeholder, .portlet-journal-content .form-landing .field.text .placeholder {
  color: #4A4A4A;
}
.portales .radio-button-data, .portlet-journal-content .radio-button-data {
  font-size: 16px;
  font-size: 1rem;
}
.portales .radio-button-data .data-title, .portlet-journal-content .radio-button-data .data-title {
  font-weight: 700;
  display: inline-block;
  width: 49%;
}
.portales .radio-button-data label, .portlet-journal-content .radio-button-data label {
  margin: 0px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.portales .radio-button-data .aditional-data, .portlet-journal-content .radio-button-data .aditional-data {
  display: inline-block;
  width: 50%;
}
.portales .radio-button-data .aditional-data li, .portlet-journal-content .radio-button-data .aditional-data li {
  width: 30%;
  text-align: left;
  display: inline-block;
  font-weight: 100;
}
.portales .radio-button-data .fk-radio, .portlet-journal-content .radio-button-data .fk-radio {
  padding: 15px;
}
.portales .radio-button-data .fk-radio.checked, .portlet-journal-content .radio-button-data .fk-radio.checked {
  padding: 13px;
  font-weight: inherit;
}
.portales .radio-button-data .fk-radio:before, .portlet-journal-content .radio-button-data .fk-radio:before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portales .fill-data-form .h-epsilon, .portlet-journal-content .fill-data-form .h-epsilon {
  padding: 30px 0px 15px 10px;
}
.portales .fill-data-form p, .portlet-journal-content .fill-data-form p {
  padding: 20px 0px 0px 10px;
}
.portales label img, .portlet-journal-content label img {
  pointer-events: none;
}
.portales .check-extension, .portlet-journal-content .check-extension {
  padding: 0 0 0 30px;
}
.portales .check-extension strong, .portlet-journal-content .check-extension strong {
  display: block;
  margin-bottom: 10px;
}
.portales .c2c-form-result, .portlet-journal-content .c2c-form-result {
  padding-top: 10px;
}
.portales .c2c-form-result img, .portlet-journal-content .c2c-form-result img {
  max-width: 100%;
  display: block;
  margin: 10px auto 0;
}
.portales .c2c-form-result .message, .portlet-journal-content .c2c-form-result .message {
  padding: 15px;
  margin: 0 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
}
.portales .c2c-form-result .message p, .portlet-journal-content .c2c-form-result .message p {
  margin: 0;
}
.portales .c2c-form-result .message.ok, .portlet-journal-content .c2c-form-result .message.ok {
  background: #e5f4df;
}
.portales .c2c-form-result .message.ko, .portlet-journal-content .c2c-form-result .message.ko {
  background: #fc9292;
}
.portales .c2c-form-result .additional-message, .portlet-journal-content .c2c-form-result .additional-message {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.portales .c2c-form-result .additional-message p, .portlet-journal-content .c2c-form-result .additional-message p {
  margin: 0;
}
.portales .c2c-form-result .additional-message p + p, .portlet-journal-content .c2c-form-result .additional-message p + p {
  margin-top: 1.1em;
}
.portales .lightbox-form-result, .portlet-journal-content .lightbox-form-result {
  padding-bottom: 110px;
}
.portales .lightbox-form-result .message-title, .portlet-journal-content .lightbox-form-result .message-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.portales .lightbox-form-result .message, .portlet-journal-content .lightbox-form-result .message {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
}
.portales .lightbox-form-result .additional-message, .portlet-journal-content .lightbox-form-result .additional-message {
  font-size: 16px;
  font-size: 1rem;
}
.portales .lightbox-form-result .additional-message p, .portlet-journal-content .lightbox-form-result .additional-message p {
  margin: 0;
}
.portales .lightbox-form-result .additional-message p + p, .portlet-journal-content .lightbox-form-result .additional-message p + p {
  margin-top: 1em;
}
.portales .lightbox-form-result .logo-thanks, .portlet-journal-content .lightbox-form-result .logo-thanks {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portales input[type=number]::-webkit-outer-spin-button,
.portales input[type=number]::-webkit-inner-spin-button, .portlet-journal-content input[type=number]::-webkit-outer-spin-button,
.portlet-journal-content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.portales input[type=number], .portlet-journal-content input[type=number] {
  -moz-appearance: textfield;
}
.portales .tri-input-container, .portlet-journal-content .tri-input-container {
  border: none;
}
.portales .tri-input-container .alert, .portlet-journal-content .tri-input-container .alert {
  text-align: left;
}
.portales .tri-input-container .info, .portlet-journal-content .tri-input-container .info {
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
}
.portales .tri-input, .portlet-journal-content .tri-input {
  border: 1px solid #ccc;
  background: white;
  font-size: 0;
  padding: 10px 0;
}
.portales .tri-input input, .portlet-journal-content .tri-input input {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  width: 33%;
  border: none;
  border-right: 1px solid #CCC;
  display: inline;
  padding: 0 12px;
}
.portales .tri-input input:last-child, .portlet-journal-content .tri-input input:last-child {
  border-right: none;
}
.portales .tri-input ::-webkit-input-placeholder, .portlet-journal-content .tri-input ::-webkit-input-placeholder {
  color: #4A4A4A;
}
.portales .tri-input :-moz-placeholder, .portlet-journal-content .tri-input :-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}
.portales .tri-input ::-moz-placeholder, .portlet-journal-content .tri-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}
.portales .tri-input :-ms-input-placeholder, .portlet-journal-content .tri-input :-ms-input-placeholder {
  color: #4A4A4A;
}
.portales .tri-input .placeholder, .portlet-journal-content .tri-input .placeholder {
  color: #4A4A4A;
}
.portales .light-form, .portlet-journal-content .light-form {
  padding: 28px 30px;
}
.portales .light-form .actions, .portlet-journal-content .light-form .actions {
  padding: 15px 0 0;
}
.portales .light-form .actions:after, .portlet-journal-content .light-form .actions:after {
  clear: both;
  content: '';
  display: table;
}
.portales .light-form .actions + .web-btn, .portlet-journal-content .light-form .actions + .web-btn {
  margin-top: 18px;
}
.portales .light-form label, .portlet-journal-content .light-form label {
  margin-left: 0;
}
.portales .light-form .field + .web-btn, .portlet-journal-content .light-form .field + .web-btn {
  margin-top: 9px;
}
.portales .light-form .web-btn + .web-btn, .portlet-journal-content .light-form .web-btn + .web-btn {
  margin-top: 10px;
}
.portales .light-form .action-link, .portlet-journal-content .light-form .action-link {
  width: 50%;
  float: left;
  text-align: right;
}
.portales .light-form .action-link:first-of-type, .portlet-journal-content .light-form .action-link:first-of-type {
  text-align: left;
}
.portales .light-form .action-link a, .portlet-journal-content .light-form .action-link a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .web-faq-form, .portlet-journal-content .web-faq-form {
  position: relative;
}
.portales .web-faq-form .field input, .portlet-journal-content .web-faq-form .field input {
  margin: 0;
  padding: 12px;
  border-radius: 3px;
  height: 46px;
}
.portales .web-faq-form .field input:active, .portales .web-faq-form .field input:focus, .portlet-journal-content .web-faq-form .field input:active, .portlet-journal-content .web-faq-form .field input:focus {
  border-width: 1px;
  padding: 12px;
}
.portales .web-faq-form .field label, .portlet-journal-content .web-faq-form .field label {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 10px 15px 0px;
}
.portales .web-faq-form .field.text, .portlet-journal-content .web-faq-form .field.text {
  padding-right: 43px;
}
.portales .web-faq-form .field.submit, .portlet-journal-content .web-faq-form .field.submit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.portales .web-faq-form .field.submit .icon, .portlet-journal-content .web-faq-form .field.submit .icon {
  font-size: 28px;
  font-size: 1.75rem;
  margin-right: 0;
}
.portales .web-faq-form .field.submit .web-btn, .portlet-journal-content .web-faq-form .field.submit .web-btn {
  display: block;
  padding: 11px;
  max-height: 46px;
  margin: 0;
  bottom: 0;
}
.portales .field.checkbox .alert, .portlet-journal-content .field.checkbox .alert {
  display: inline-block;
  margin-top: -10px;
  padding: 5px 15px;
}
.portales .field.checkbox .alert .title, .portlet-journal-content .field.checkbox .alert .title {
  display: inline-block;
  margin-right: 10px;
}
.portales .btn-primary, .portlet-journal-content .btn-primary {
  display: inline-block;
  padding: 15px 10px 12px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
  text-align: center;
}
.portales .btn-primary .icon, .portlet-journal-content .btn-primary .icon {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: -4px;
  margin-right: 0;
  margin-left: 0.3em;
}
.portales .btn-next,
.portales .btn-back, .portales .btn-paynow, .portlet-journal-content .btn-next,
.portlet-journal-content .btn-back, .portlet-journal-content .btn-paynow {
  display: inline-block;
  padding: 15px 10px 12px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
  text-align: center;
}
.portales .btn-paynow, .portlet-journal-content .btn-paynow {
  font-size: 18px;
  font-family: 'Cabin','Open Sans';
}
.portales .btn-next .icon,
.portales .btn-back .icon, .portlet-journal-content .btn-next .icon,
.portlet-journal-content .btn-back .icon {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: -4px;
}
.portales .btn-light, .portlet-journal-content .btn-light {
  display: inline-block;
  padding: 15px 10px 12px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #FBFBFB;
  text-align: center;
  transition: background 0.3s ease;
  border-radius: 4px;
}
.portales .btn-light .icon, .portlet-journal-content .btn-light .icon {
  vertical-align: middle;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.portales .btn-light:hover, .portlet-journal-content .btn-light:hover {
  background: #FFF;
}
.portales .btn-xl, .portlet-journal-content .btn-xl {
  padding: 20px 50px;
}
.portales .btn-dark, .portales .btn-transparent, .portlet-journal-content .btn-dark, .portlet-journal-content .btn-transparent {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  transition: background 0.3s ease;
  border-radius: 4px;
  text-align: center;
}
.portales .btn-dark .icon, .portales .btn-transparent .icon, .portlet-journal-content .btn-dark .icon, .portlet-journal-content .btn-transparent .icon {
  margin-top: -4px;
}
.portales .btn-dark :hover, .portales .btn-transparent :hover, .portlet-journal-content .btn-dark :hover, .portlet-journal-content .btn-transparent :hover {
  color: #FFF;
}
.portales .btn-back, .portlet-journal-content .btn-back {
  padding: 15px 0;
}
.portales .btn-next .icon, .portlet-journal-content .btn-next .icon {
  margin-right: 0;
  margin-left: 0.3em;
}
.portales .btn-disabled, .portlet-journal-content .btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.portales .btn-next:hover,
.portales .btn-back:hover,
.portales .btn-paynow:hover,
.portales .btn-light:hover,
.portales .btn-dark:hover,
.portales .btn-transparent:hover,
.portales .btn-option:hover, .portlet-journal-content .btn-next:hover,
.portlet-journal-content .btn-back:hover,
.portlet-journal-content .btn-paynow:hover,
.portlet-journal-content .btn-light:hover,
.portlet-journal-content .btn-dark:hover,
.portlet-journal-content .btn-transparent:hover,
.portlet-journal-content .btn-option:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portales .cancel:hover, .portlet-journal-content .cancel:hover {
  text-decoration: none;
}
.portales .btn-transparent, .portlet-journal-content .btn-transparent {
  padding: 9px 20px;
  background: transparent;
}
.portales .link-action, .portlet-journal-content .link-action {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.portales .link-action .icon, .portlet-journal-content .link-action .icon {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: -3px;
  margin-left: 7px;
}
.portales .web-btn, .portlet-journal-content .web-btn {
  display: inline-block;
  text-align: center;
  border: 0;
  outline: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.3s ease;
  padding: 14px 20px;
  border-radius: 3px;
}
.portales .web-btn .icon, .portlet-journal-content .web-btn .icon {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: -4px;
  margin-right: 10px;
}
.portales .web-btn .icon-youtube3, .portlet-journal-content .web-btn .icon-youtube3 {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 22px;
  margin-right: 0;
}
.portales .web-btn-primary, .portales .web-btn-gold, .portales .web-btn-silver, .portlet-journal-content .web-btn-primary, .portlet-journal-content .web-btn-gold, .portlet-journal-content .web-btn-silver {
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .web-btn-primary :hover, .portales .web-btn-gold :hover, .portales .web-btn-silver :hover, .portlet-journal-content .web-btn-primary :hover, .portlet-journal-content .web-btn-gold :hover, .portlet-journal-content .web-btn-silver :hover {
  color: #FFF;
}
.portales .web-btn-secondary, .portlet-journal-content .web-btn-secondary {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .web-btn-light, .portales .web-btn-light-gold, .portales .web-btn-light-silver, .portlet-journal-content .web-btn-light, .portlet-journal-content .web-btn-light-gold, .portlet-journal-content .web-btn-light-silver {
  border: 1px solid #d9d9d9;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: transparent;
}
.portales .web-btn-light:hover, .portales .web-btn-light-gold:hover, .portales .web-btn-light-silver:hover, .portlet-journal-content .web-btn-light:hover, .portlet-journal-content .web-btn-light-gold:hover, .portlet-journal-content .web-btn-light-silver:hover {
  background: #F2F2F2;
}
.portales .primary-slab .web-btn-light, .portales .primary-slab .web-btn-light-gold, .portales .primary-slab .web-btn-light-silver, .portlet-journal-content .primary-slab .web-btn-light, .portlet-journal-content .primary-slab .web-btn-light-gold, .portlet-journal-content .primary-slab .web-btn-light-silver {
  color: white;
  border-color: white;
}
.portales .web-btn-light .action, .portales .web-btn-light-gold .action, .portales .web-btn-light-silver .action, .portlet-journal-content .web-btn-light .action, .portlet-journal-content .web-btn-light-gold .action, .portlet-journal-content .web-btn-light-silver .action {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4A4A4A;
  display: block;
  text-transform: lowercase;
  font-weight: 300px;
}
.portales .web-btn-light .prominent, .portales .web-btn-light-gold .prominent, .portales .web-btn-light-silver .prominent, .portlet-journal-content .web-btn-light .prominent, .portlet-journal-content .web-btn-light-gold .prominent, .portlet-journal-content .web-btn-light-silver .prominent {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.portales .web-btn-disabled, .portlet-journal-content .web-btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.portales .web-btn-primary:hover,
.portales .web-btn-light:hover,
.portales .web-btn-secondary:hover,
.portales .web-btn-gold:hover,
.portales .web-btn-silver:hover, .portlet-journal-content .web-btn-primary:hover,
.portlet-journal-content .web-btn-light:hover,
.portlet-journal-content .web-btn-secondary:hover,
.portlet-journal-content .web-btn-gold:hover,
.portlet-journal-content .web-btn-silver:hover {
  transition: all 0.3s ease;
}
.portales .web-btn-wide, .portlet-journal-content .web-btn-wide {
  width: 100%;
  display: block;
}
.portales .web-btn-l, .portlet-journal-content .web-btn-l {
  padding: 14px 100px;
}
.portales .tip, .portlet-journal-content .tip {
  position: relative;
}
.portales .tooltip, .portlet-journal-content .tooltip {
  position: absolute;
  z-index: 550;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  visibility: visible;
}
.portales .tooltip.in, .portlet-journal-content .tooltip.in {
  opacity: 0.9;
}
.portales .tooltip.top, .portlet-journal-content .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.portales .tooltip.right, .portlet-journal-content .tooltip.right {
  padding: 0 5px;
  margin-left: 8px;
}
.portales .tooltip.bottom, .portlet-journal-content .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.portales .tooltip.left, .portlet-journal-content .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.portales .tooltip-inner, .portlet-journal-content .tooltip-inner {
  width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.portales .tooltip-arrow, .portlet-journal-content .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.portales .tooltip.top .tooltip-arrow, .portlet-journal-content .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #666;
  border-width: 5px 5px 0;
}
.portales .tooltip.right .tooltip-arrow, .portlet-journal-content .tooltip.right .tooltip-arrow {
  top: 50%;
  left: -3px;
  margin-top: -5px;
  border-bottom-color: #666;
  border-width: 0 8px 8px;
}
.portales .tooltip.left .tooltip-arrow, .portlet-journal-content .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #666;
  border-width: 5px 0 5px 5px;
}
.portales .tooltip.bottom .tooltip-arrow, .portlet-journal-content .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #666;
  border-width: 0 5px 5px;
}
.portales .h-beta, .portlet-journal-content .h-beta {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
}
.portales .h-gamma, .portlet-journal-content .h-gamma {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
.portales .h-delta, .portlet-journal-content .h-delta {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
}
.portales .h-delepsilon, .portlet-journal-content .h-delepsilon {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.portales .h-epsilon, .portlet-journal-content .h-epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.portales .action-title, .portlet-journal-content .action-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.portales .lh-alpha,
.portales .lh-beta,
.portales .lh-gamma,
.portales .lh-delta, .portlet-journal-content .lh-alpha,
.portlet-journal-content .lh-beta,
.portlet-journal-content .lh-gamma,
.portlet-journal-content .lh-delta {
  font-weight: 400;
  margin: 0 0 1em;
  line-height: 1.2;
}
.portales .lh-alpha, .portlet-journal-content .lh-alpha {
  font-size: 40px;
  font-size: 2.5rem;
}
.portales .lh-beta, .portlet-journal-content .lh-beta {
  font-size: 30px;
  font-size: 1.875rem;
}
.portales .lh-gamma, .portlet-journal-content .lh-gamma {
  font-size: 22px;
  font-size: 1.375rem;
}
.portales .lh-delta, .portlet-journal-content .lh-delta {
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .wh-alpha,
.portales .wh-beta,
.portales .wh-gamma,
.portales .wh-delta, .portlet-journal-content .wh-alpha,
.portlet-journal-content .wh-beta,
.portlet-journal-content .wh-gamma,
.portlet-journal-content .wh-delta {
  font-weight: 400;
  margin: 0 0 1em;
  line-height: 1.2;
}
.portales .wh-alpha, .portlet-journal-content .wh-alpha {
  font-size: 40px;
  font-size: 2.5rem;
}
.portales .wh-beta, .portlet-journal-content .wh-beta {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
}
.portales .wh-gamma, .portlet-journal-content .wh-gamma {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 200;
}
.portales .wh-delta, .portlet-journal-content .wh-delta {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
}
.portales .wh-epsilon, .portlet-journal-content .wh-epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.portales .w-upper, .portlet-journal-content .w-upper {
  text-transform: uppercase;
}
.portales .web-list-title, .portlet-journal-content .web-list-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
}
.portales .web-contact-title, .portlet-journal-content .web-contact-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
}
section[role="header"] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 700;
}

section[role="header"] .wrapper {
  padding: 0 10px;
}

section[role="header"] .logo {
  float: left;
  font: 0/0 arial;
  padding: 10px 0;
  transition: none;
}

section[role="header"] .landing-calculate .btn {
  display: none;
  padding: 11px;
  border: 1px solid transparent;
}

section[role="header"] .landing-calculate .btn:hover {
  opacity: 1;
}

section[role="header"] .links {
  float: right;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 10px;
}

.kutxabank section[role="header"] .links, .cajasur section[role="header"] .links {
  margin-top: 17px;
}

section[role="header"] .links li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}

section[role="header"] .links li .launcher {
  display: inline-block;
}

section[role="header"] .links a {
  display: block;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

section[role="header"] .links a:hover {
  opacity: 0.7;
}

section[role="header"] .links b {
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
}

section[role="header"] .links .phone {
  font-size: 20px;
}

section[role="header"] .links .phone b {
  font-size: 20px;
}

section[role="header"] .links .icon {
  font-size: 29px;
}

section[role="header"] .links .highlighted {
  border: 1px solid #fff;
  padding: 8px 20px;
  transition: background 0.3s ease;
}

section[role="header"] .links .highlighted .icon {
  margin-top: -4px;
}

section[role="header"] .links .highlighted:hover {
  opacity: 1;
}

section[role="header"] .links .btn-next:hover {
  opacity: 1;
}

section[role="header"] #phone-mobile {
  display: none;
}

section[role="header"].reduced .links {
  font-size: 16px;
}

section[role="header"].reduced .links li {
  padding: 0px;
}

section[role="header"].header-user-login .user-login {
  display: none;
}

section[role="header"].header-user-login .user-login:hover {
  opacity: .9;
}

section[role="header"].header-user-login .links {
  margin-top: 8px;
}

section[role="header"].header-user-login .links li .btn-next {
  font-size: 13px;
}

section[role="header"].web-header {
  position: relative;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  background: #F8F8F8;
}

section[role="header"].web-header .portales .logo {
  z-index: 2;
  position: relative;
}

section[role="header"].web-header .portales .upper-header {
  background: #d4d4d4;
}

section[role="header"].web-header .portales .upper-links {
  list-style: none;
  float: right;
  font-size: 0;
}

section[role="header"].web-header .portales .upper-links li {
  display: inline-block;
  padding: 8px 0 10px;
  vertical-align: top;
}

section[role="header"].web-header .portales .upper-links li:first-child a {
  border: 0;
}

section[role="header"].web-header .portales .upper-links li:hover {
  background: #007BC1;
}

section[role="header"].web-header .portales .upper-links li.language {
  padding: 0;
}

section[role="header"].web-header .portales .upper-links li.client-office {
  background: #203763;
}

section[role="header"].web-header .portales .upper-links li.client-office:hover {
  background: #274277;
}

section[role="header"].web-header .portales .upper-links li.client-office a {
  border: 0;
}

section[role="header"].web-header .portales .upper-links a {
  font-size: 13px;
  display: block;
  padding: 0 16px 0;
  border-left: 1px solid #007BC1;
  color: white;
}

section[role="header"].web-header .portales .upper-links a:hover {
  text-decoration: none;
}

section[role="header"].web-header .portales .upper-links a.call-action {
  color: white;
}

section[role="header"].web-header .portales .upper-links a.call-action .icon {
  font-size: 20px;
  margin-top: -4px;
  margin-right: 4px;
}

section[role="header"].web-header .portales .upper-links a.call-action .icon-phone {
  width: 26px;
  height: 25px;
  background: url("../images/icons/phone-icon.png");
  margin-right: 10px;
}

section[role="header"].web-header .portales .upper-links a.call-action .icon-phone:before {
  content: '';
}

section[role="header"].web-header .portales .upper-links a.call-action, section[role="header"].web-header .portales .upper-links a.prominent {
  font-weight: 600;
}

section[role="header"].web-header .portales .upper-links .language {
  font-size: 12px;
}

section[role="header"].web-header .portales .upper-links .language .fake-select {
  margin: 0;
  position: relative;
}

section[role="header"].web-header .portales .upper-links .language .fake-select-content {
  line-height: 36px;
  display: block;
  border: none;
  padding: 0 20px 0 6px;
}

section[role="header"].web-header .portales .upper-links .language .fake-select-content:after {
  right: 4px;
  top: 9px;
}

section[role="header"].web-header .portales .upper-links .language .fake-select-content a {
  padding: 0;
  font-size: 12px;
}

section[role="header"].web-header .portales .upper-links .language .fake-select-options {
  position: absolute;
  z-index: 10;
  right: 0;
  left: auto;
}

section[role="header"].web-header .portales .upper-links .language .fk-sel-option.selected:before {
  content: "";
}

section[role="header"].web-header .portales .upper-links .language .fk-sel-option a {
  padding: 0;
  font-size: 12px;
}

section[role="header"].web-header .portales .bottom-header .language:hover {
  background: none;
  border-color: transparent;
}

section[role="header"].web-header .portales .bottom-header .language .fake-select {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

section[role="header"].web-header .portales .bottom-header .language .fake-select-content {
  border: none;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  line-height: 75px;
  padding: 0 20px;
}

section[role="header"].web-header .portales .bottom-header .language .fake-select-content:after {
  right: 2px;
  top: 8px;
}

section[role="header"].web-header .portales .bottom-header .language .fake-select-content a {
  padding: 0;
}

section[role="header"].web-header .portales .bottom-header .language .fake-select-options {
  position: absolute;
  z-index: 10;
  right: 0;
  left: auto;
}

section[role="header"].web-header .portales .bottom-header .language .fk-sel-option {
  padding: 10px 20px;
}

section[role="header"].web-header .portales .bottom-header .language .fk-sel-option.selected:before {
  content: "";
}

section[role="header"] .portales .js-header-fixed-menu {
  position: fixed;
  top: -100px;
  width: 100%;
  max-width: 1700px;
  transition: top 0.6s ease;
  z-index: 900;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

section[role="header"] .portales .js-header-fixed-menu.active {
  top: 0;
}

section[role="header"] .portales .js-header-fixed-menu .upper-header:after {
  clear: both;
  content: '';
  display: table;
}

section[role="header"] .portales .js-header-fixed-menu .upper-header .logo {
  background: url("../images/sites/genesis/logo-mini.png") no-repeat center center;
  width: 101px;
  height: 22px;
  padding: 0;
  margin: 8px 0 10px;
}

section[role="header"] .portales .js-header-fixed-menu .upper-links li {
  padding: 10px 0 12px;
}

section[role="header"] .portales .js-header-fixed-menu .upper-links li.language {
  padding: 0;
}

section[role="header"] .portales .js-header-fixed-menu .upper-links a {
  padding: 0 16px 0;
}

section[role="header"] .portales .js-header-fixed-menu .upper-links .language .fake-select-content {
  line-height: 40px;
}

section[role="header"] .portales .js-header-fixed-menu .bottom-header {
  background: white;
  padding: 10px 0;
}

section[role="header"] .portales .js-header-fixed-menu .bottom-header:after {
  clear: both;
  content: '';
  display: table;
}

section[role="header"] .portales .js-header-fixed-menu .title {
  font-size: 17px;
  float: left;
  margin: 0;
  line-height: 34px;
}

section[role="header"] .portales .js-header-fixed-menu .selection {
  float: right;
}

section[role="header"] .portales .js-header-fixed-menu .selection .field {
  display: inline-block;
  width: 190px;
  vertical-align: middle;
  text-transform: uppercase;
}

section[role="header"] .portales .js-header-fixed-menu .selection .field .fk-select {
  margin: 0;
  padding: 6px 10px;
  height: auto;
  min-height: 30px;
  border-radius: 3px;
  background: #F7F5F5;
  border: 1px solid #BDBCBC;
}

section[role="header"] .portales .js-header-fixed-menu .selection .field .fk-select:after {
  width: 30px;
  padding-top: 10px;
  background: none;
}

section[role="header"] .portales .js-header-fixed-menu .selection .web-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 16px;
}

@media print {
  .js-header-fixed-menu {
    display: none;
  }
}
section[role="footer"] {
  position: relative;
}

section[role="footer"] .wrapper {
  padding: 20px 10px;
}

section[role="footer"] .copy {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

section[role="footer"].reduced .primary-slab {
  padding: 40px 0px;
}

section[role="footer"].reduced .form-actions {
  padding-top: 0px;
}

section[role="footer"].light-footer {
  background: #fff;
  padding-top: 20px;
}

section[role="footer"].light-footer:after {
  clear: both;
  content: '';
  display: table;
}

section[role="footer"].light-footer .phone-data {
  margin-top: 10px;
}

section[role="footer"].light-footer .phone-data h2 {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

section[role="footer"].light-footer .phone-data a {
  display: inline-block;
  vertical-align: middle;
}

section[role="footer"].light-footer .icon-phone {
  font-size: 30px;
  font-size: 1.875rem;
  color: #adadad;
  margin-right: 1px;
}

section[role="footer"].light-footer .light-copy {
  text-align: right;
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -60px;
}

section[role="footer"] .logo {
  color: transparent;
}
.portales .footer-tarificador, .portlet-journal-content .footer-tarificador {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .footer-tarificador .footer-list, .portlet-journal-content .footer-tarificador .footer-list {
  margin: 20px 0px;
}
.portales .footer-tarificador .footer-list li, .portlet-journal-content .footer-tarificador .footer-list li {
  color: #fff;
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.portales .footer-tarificador .footer-list li a, .portlet-journal-content .footer-tarificador .footer-list li a {
  color: #fff !important;
  display: inline-block;
}
.portales .footer-tarificador .footer-list li a:hover, .portlet-journal-content .footer-tarificador .footer-list li a:hover {
  text-decoration: underline;
}
.portales .footer-tarificador .footer-list li:last-child, .portlet-journal-content .footer-tarificador .footer-list li:last-child {
  border-right: none;
}
.portales .footer-tarificador .footer-list li:first-child, .portlet-journal-content .footer-tarificador .footer-list li:first-child {
  padding-left: 0px;
  border-right: none;
  font-weight: 600;
}
.portales .footer-tarificador .company-info, .portlet-journal-content .footer-tarificador .company-info {
  position: relative;
  padding: 20px 113px 20px 0px;
  display: inline-block;
}
.portales .footer-tarificador .company-info .liberty-logo, .portlet-journal-content .footer-tarificador .company-info .liberty-logo {
  width: 90px;
  height: 50px;
  background: url("../images/sites/liberty/logo.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 5px;
}
.portales .footer-tarificador .company-info .text, .portlet-journal-content .footer-tarificador .company-info .text {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}
.portales .footer-tarificador .logo-verizon, .portlet-journal-content .footer-tarificador .logo-verizon {
  background: url("../images/logo_verizon.png") no-repeat center center;
  background-size: contain;
  width: 113px;
  height: 37px;
  position: absolute;
  bottom: 30px;
  right: 15px;
}
* {
  margin: 0;
}
.portales .main-wrapper, .portlet-journal-content .main-wrapper {
  height: 100%;
  min-height: 100vh;
}
.portales .top-wrapper,
.portales .top-wrapper-reduced, .portlet-journal-content .top-wrapper,
.portlet-journal-content .top-wrapper-reduced {
  min-height: 100vh;
  height: auto !important;
  height: 100%;
}
.portales .footer-web, .portlet-journal-content .footer-web {
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .footer-web .wrapper, .portlet-journal-content .footer-web .wrapper {
  position: relative;
  padding: 20px 10px;
}
.portales .footer-web .logo, .portlet-journal-content .footer-web .logo {
  color: transparent;
  float: left;
}
.portales .footer-web .footer-social, .portlet-journal-content .footer-web .footer-social {
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}
.portales .footer-web .footer-social p, .portlet-journal-content .footer-web .footer-social p {
  margin: 0 0 15px;
}
.portales .footer-web .footer-social li, .portlet-journal-content .footer-web .footer-social li {
  display: inline-block;
}
.portales .footer-web .footer-social a:hover, .portlet-journal-content .footer-web .footer-social a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.portales .footer-web .footer-social .icon, .portlet-journal-content .footer-web .footer-social .icon {
  font-size: 36px;
  font-size: 2.25rem;
  color: white;
  margin: 0;
}
.portales .footer-web .footer-list, .portlet-journal-content .footer-web .footer-list {
  clear: left;
  padding: 20px 190px 10px 0;
}
.portales .footer-web .footer-list li, .portlet-journal-content .footer-web .footer-list li {
  color: #fff;
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
  margin-bottom: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.portales .footer-web .footer-list li a, .portlet-journal-content .footer-web .footer-list li a {
  color: #fff !important;
  display: inline-block;
}
.portales .footer-web .footer-list li a:hover, .portlet-journal-content .footer-web .footer-list li a:hover {
  text-decoration: underline;
}
.portales .footer-web .footer-list li:last-child, .portlet-journal-content .footer-web .footer-list li:last-child {
  border-right: none;
}
.portales .footer-web .footer-list li:first-child, .portlet-journal-content .footer-web .footer-list li:first-child {
  padding-left: 0px;
  border-right: none;
  font-weight: 600;
}
.portales .footer-web .company-info, .portlet-journal-content .footer-web .company-info {
  position: relative;
  padding: 20px 152px 20px 0px;
  display: inline-block;
}
.portales .footer-web .company-info .liberty-logo, .portlet-journal-content .footer-web .company-info .liberty-logo {
  width: 90px;
  height: 50px;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url("../images/sprite.png") no-repeat center center;
  background-position: -1px -37px;
}
.portales .footer-web .company-info .text, .portlet-journal-content .footer-web .company-info .text {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.6;
}
.portales .footer-web .logo-verizon, .portlet-journal-content .footer-web .logo-verizon {
  background: url("../images/logo_verizon.png") no-repeat center center;
  background-size: contain;
  width: 113px;
  height: 37px;
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.portales .funnel-header, .portlet-journal-content .funnel-header {
  z-index: 600;
}
.portales .funnel-header .divider, .portlet-journal-content .funnel-header .divider {
  border-bottom: 1px solid #CCCCCC;
}
.sticky .portales .funnel-header, .sticky .portlet-journal-content .funnel-header {
  position: fixed;
  right: 0;
  left: 0;
}
.sticky .portales .funnel-header .title-slab, .sticky .portlet-journal-content .funnel-header .title-slab {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.portales .funnel-header h1, .portlet-journal-content .funnel-header h1 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 39px;
  margin: 0;
  padding: 20px 0;
  -webkit-transition: font-size .3s ease;
  -webkit-transition: padding .2s ease;
  -o-transition: font-size .3s ease;
  -o-transition: padding .2s ease;
  transition: font-size .3s ease;
  transition: padding .2s ease;
}
.sticky .portales .funnel-header h1, .sticky .portlet-journal-content .funnel-header h1 {
  font-size: 1.375rem;
  padding: 14px 0;
}
.portales .funnel-header .progress-bars, .portlet-journal-content .funnel-header .progress-bars {
  overflow: hidden;
}
.portales .funnel-header .progress-block, .portlet-journal-content .funnel-header .progress-block {
  padding: 25px 10px 25px 45px;
  color: #FFFFFF;
}
.portales .funnel-header .progress-block .icon, .portlet-journal-content .funnel-header .progress-block .icon {
  font-size: 34px;
  font-size: 2.125rem;
  float: left;
  margin: 0 0 0 -38px;
}
.portales .funnel-header .progress-block > div, .portlet-journal-content .funnel-header .progress-block > div {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 600;
  margin-top: 1px;
}
.portales .funnel-header .progress-block.disabled, .portlet-journal-content .funnel-header .progress-block.disabled {
  opacity: .5;
}
.portales .funnel-header .progress-block p, .portlet-journal-content .funnel-header .progress-block p {
  margin: 0;
}
.portales .funnel-header .bar, .portlet-journal-content .funnel-header .bar {
  overflow: hidden;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.portales .funnel-header .progress, .portlet-journal-content .funnel-header .progress {
  display: block;
  width: 0;
  height: 5px;
  background: #FFFFFF;
}
.portales .funnel-header .h-gamma, .portlet-journal-content .funnel-header .h-gamma {
  padding-bottom: 10px;
  color: #FFFFFF;
}
.portales .prices-header, .portlet-journal-content .prices-header {
  z-index: 600;
  margin-top: 0;
  border-bottom: 1px solid transparent;
}
.portales .prices-header.life .price-head-actions, .portlet-journal-content .prices-header.life .price-head-actions {
  float: left;
  padding: 15px 0px;
}
.sticky .portales .prices-header, .sticky .portlet-journal-content .prices-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #BBB;
  background: #FFF;
  box-shadow: 0 0 4px #333;
  transition: box-shadow 0.3s ease;
}
.portales .prices-header .primary-slab, .portlet-journal-content .prices-header .primary-slab {
  position: relative;
  min-height: 130px;
  overflow: hidden;
}
.portales .prices-header .primary-slab.speeder, .portlet-journal-content .prices-header .primary-slab.speeder {
  min-height: 0;
}
.portales .prices-header .primary-slab .wrapper, .portlet-journal-content .prices-header .primary-slab .wrapper {
  position: relative;
  top: 0;
}
.portales .prices-header .title, .portlet-journal-content .prices-header .title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #FFF;
  width: 60%;
}
.portales .prices-header .deco-image, .portlet-journal-content .prices-header .deco-image {
  display: block;
  position: relative;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portales .prices-header .deco-image + .wrapper .title, .portlet-journal-content .prices-header .deco-image + .wrapper .title {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
}
.portales .prices-header.home .title, .portlet-journal-content .prices-header.home .title {
  width: 70%;
  text-align: left;
}
.portales .prices-header.home .deco-image + .wrapper .title, .portlet-journal-content .prices-header.home .deco-image + .wrapper .title {
  bottom: 30px;
}
.portales .prices-header.life .deco-image + .wrapper .title, .portlet-journal-content .prices-header.life .deco-image + .wrapper .title {
  bottom: 30px;
}
.portales .prices-header .model-car, .portlet-journal-content .prices-header .model-car {
  padding: 15px 0 2px;
  overflow: hidden;
}
.portales .prices-header .model-car p, .portlet-journal-content .prices-header .model-car p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.portales .prices-header .model-car .icon, .portlet-journal-content .prices-header .model-car .icon {
  font-size: 28px;
  font-size: 1.75rem;
  color: #999;
  margin-top: -4px;
  float: left;
}
.portales .prices-header .model-car .text, .portlet-journal-content .prices-header .model-car .text {
  display: block;
  padding-left: 36px;
}
.portales .prices-header .model-car .direction, .portlet-journal-content .prices-header .model-car .direction {
  text-transform: none;
  padding-left: 30px;
  position: relative;
}
.portales .prices-header .model-car .direction:before, .portlet-journal-content .prices-header .model-car .direction:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 15px;
}
.portales .prices-header .price-head-main, .portlet-journal-content .prices-header .price-head-main {
  padding-top: 8px;
}
.portales .prices-header .price-head-main:after, .portlet-journal-content .prices-header .price-head-main:after {
  clear: both;
  content: '';
  display: table;
}
.portales .prices-header .price-head-main + .prices-tabs, .portlet-journal-content .prices-header .price-head-main + .prices-tabs {
  margin-top: 10px;
}
.portales .prices-header .price-presu, .portlet-journal-content .prices-header .price-presu {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  float: left;
}
.portales .prices-header .price-presu a, .portlet-journal-content .prices-header .price-presu a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 10px;
}
.portales .prices-header .price-presu a .icon, .portlet-journal-content .prices-header .price-presu a .icon {
  font-size: 28px;
  font-size: 1.75rem;
  color: #999;
  margin: -4px 4px 0 0;
}
.portales .prices-header .price-head-actions, .portlet-journal-content .prices-header .price-head-actions {
  float: right;
}
.portales .prices-header .price-head-actions a, .portlet-journal-content .prices-header .price-head-actions a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 20px;
  display: inline-block;
}
.portales .prices-header .price-head-actions .icon, .portlet-journal-content .prices-header .price-head-actions .icon {
  font-size: 28px;
  font-size: 1.75rem;
  color: #999;
  margin: -4px 4px 0 0;
}
.portales .prices-header .speeder-image, .portlet-journal-content .prices-header .speeder-image {
  text-align: center;
}
.portales .prices-header .speeder-image img, .portlet-journal-content .prices-header .speeder-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.portales .prices-header.resume-header .wrapper, .portlet-journal-content .prices-header.resume-header .wrapper {
  padding: 20px 20px 30px;
}
.portales .prices-header.resume-header .model-car, .portlet-journal-content .prices-header.resume-header .model-car {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  overflow: visible;
}
.portales .prices-header.resume-header .model-car .text, .portlet-journal-content .prices-header.resume-header .model-car .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .prices-header.resume-header .price-presu, .portlet-journal-content .prices-header.resume-header .price-presu {
  width: 49%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .multi-price-header .price-presu, .portlet-journal-content .multi-price-header .price-presu {
  margin-bottom: 0;
}
.portales .stick-head-visible, .portlet-journal-content .stick-head-visible {
  display: none;
}
.portales .stick-head-visible.tabs-contents > div, .portlet-journal-content .stick-head-visible.tabs-contents > div {
  display: none;
}
.portales .stick-head-visible.tabs-contents > div.opened, .portlet-journal-content .stick-head-visible.tabs-contents > div.opened {
  display: block;
}
.portales .error-content .hero, .portlet-journal-content .error-content .hero {
  position: relative;
  max-height: 430px;
  overflow: hidden;
}
.portales .error-content .hero.pet-bottom .pet, .portlet-journal-content .error-content .hero.pet-bottom .pet {
  top: 100px;
}
.portales .error-content .bg, .portlet-journal-content .error-content .bg {
  min-width: 100%;
}
.portales .error-content .pet, .portlet-journal-content .error-content .pet {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.portales .error-content .error-msg, .portlet-journal-content .error-content .error-msg {
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -80px;
  padding: 80px 20px 80px 20px;
  text-align: center;
}
.portales .error-content .top-msg, .portlet-journal-content .error-content .top-msg {
  font-size: 32px;
  font-size: 2rem;
}
.portales .error-content .main-msg, .portlet-journal-content .error-content .main-msg {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 100;
  color: #4A4A4A;
  margin: 25px 0px;
}
.portales .error-content .error-text, .portlet-journal-content .error-content .error-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 40px;
}
.portales .error-content .btn-dark, .portales .error-content .btn-transparent,
.portales .error-content .btn-transparent, .portlet-journal-content .error-content .btn-dark, .portlet-journal-content .error-content .btn-transparent,
.portlet-journal-content .error-content .btn-transparent {
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 30px;
  padding-left: 30px;
}
.portales .error-content .btn-transparent, .portlet-journal-content .error-content .btn-transparent {
  margin-right: 15px;
}
.portales .advertise, .portlet-journal-content .advertise {
  padding: 35px 10px 60px;
}
.portales .advertise .text, .portlet-journal-content .advertise .text {
  width: 60%;
}
.portales .ad-area, .portlet-journal-content .ad-area {
  font-size: 0;
}
.portales .ad-area .prominent, .portlet-journal-content .ad-area .prominent {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-right: 30px;
}
.portales .ad-area .prominent span, .portlet-journal-content .ad-area .prominent span {
  display: block;
  font-size: 92px;
  font-size: 5.75rem;
  line-height: 1em;
}
.portales .ad-area .text, .portlet-journal-content .ad-area .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}
.portales .ad-area .title, .portlet-journal-content .ad-area .title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 10px;
}
.portales .ad-area .subtitle, .portlet-journal-content .ad-area .subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.portales .claim-area, .portlet-journal-content .claim-area {
  font-weight: 600;
}
.portales .claim-area .claimers, .portlet-journal-content .claim-area .claimers {
  margin-bottom: 0;
  font-size: 0;
}
.portales .claim-area .claimers a, .portlet-journal-content .claim-area .claimers a {
  position: relative;
  width: 33%;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.portales .claim-area .claimers a:hover, .portlet-journal-content .claim-area .claimers a:hover {
  text-decoration: none;
}
.portales .claim-area .claimers a:before, .portlet-journal-content .claim-area .claimers a:before {
  content: "";
  border: 1px solid #d9d9d9;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portales .claim-area .claimers a:first-child:before, .portlet-journal-content .claim-area .claimers a:first-child:before {
  border: 0;
}
.portales .claim-area .claimers .icon, .portlet-journal-content .claim-area .claimers .icon {
  font-size: 50px;
  font-size: 3.125rem;
  color: #999;
  font-weight: normal;
  display: block;
  margin: 0 0 8px;
}
.portales .ad-container, .portlet-journal-content .ad-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 5000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.6s ease;
}
.portales .ad-container.open, .portlet-journal-content .ad-container.open {
  opacity: 1;
}
.portales .ad-container .ad-content, .portlet-journal-content .ad-container .ad-content {
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.6s ease;
}
.portales .ad-container .ad-content img, .portlet-journal-content .ad-container .ad-content img {
  width: 100%;
}
.portales .ad-container .ad-content.launch, .portlet-journal-content .ad-container .ad-content.launch {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.portales .ad-container .ad-content.launch.out, .portlet-journal-content .ad-container .ad-content.launch.out {
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.portales .ad-container .ad-wrapper, .portlet-journal-content .ad-container .ad-wrapper {
  position: relative;
}
.portales .ad-container .ad-wrapper .close, .portlet-journal-content .ad-container .ad-wrapper .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.portales .box, .portlet-journal-content .box {
  background: #FFF;
}
.portales .box .title, .portlet-journal-content .box .title {
  border-bottom: 2px solid #d9d9d9;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}
.portales .box .content, .portlet-journal-content .box .content {
  padding: 20px;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .box .check-list li + li, .portlet-journal-content .box .check-list li + li {
  margin-top: 20px;
}
.portales .brand-index, .portlet-journal-content .brand-index {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.portales .brand-index li, .portlet-journal-content .brand-index li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 20px;
  margin: 10px -0.3em 10px 0;
  border-right: 1px solid #CCC;
}
.portales .brand-index li:last-child, .portlet-journal-content .brand-index li:last-child {
  border-right: 0;
}
.portales .brand-index li.current a, .portlet-journal-content .brand-index li.current a {
  font-weight: bold;
}
.portales .brand-index li a, .portlet-journal-content .brand-index li a {
  display: block;
  line-height: 1;
  color: #666;
}
.portales .brand, .portlet-journal-content .brand {
  text-align: center;
  padding: 12px 4px;
}
.portales .brand.checked, .portlet-journal-content .brand.checked {
  padding: 10px 2px;
  font-weight: normal;
}
.portales .brand.checked:before, .portlet-journal-content .brand.checked:before {
  top: 2px;
  right: 2px;
}
.portales .brand img, .portlet-journal-content .brand img {
  pointer-events: none;
  position: relative;
  display: block;
  margin: 0 auto 5px;
}
.portales .more-brands, .portlet-journal-content .more-brands {
  display: block;
  text-align: center;
  background: #FFF;
  padding: 12px 4px;
  margin: 1px;
  border: 1px solid #CCC;
  color: #333;
}
.portales .more-brands .icon-plus, .portlet-journal-content .more-brands .icon-plus {
  display: block;
  margin: 22px auto 10px;
  font-size: 31px;
  font-size: 1.9375rem;
}
.portales .budget-modification .primary-slab, .portlet-journal-content .budget-modification .primary-slab {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.portales .budget-modification .primary-slab .form-actions, .portlet-journal-content .budget-modification .primary-slab .form-actions {
  padding: 35px 0px 45px 0px;
}
.portales .budget-modification .primary-slab .form-actions .btn-back, .portlet-journal-content .budget-modification .primary-slab .form-actions .btn-back {
  padding: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
}
.portales .budget-modification .primary-slab .form-actions .btn-back span, .portlet-journal-content .budget-modification .primary-slab .form-actions .btn-back span {
  font-weight: 100;
  vertical-align: middle;
}
.portales .budget-modification form, .portlet-journal-content .budget-modification form {
  margin-top: 30px;
}
.portales .budget-modification .field, .portlet-journal-content .budget-modification .field {
  margin: 0px;
  background: #f1f1f1;
}
.portales .budget-modification .field.light, .portlet-journal-content .budget-modification .field.light {
  background: #f9f9f9;
}
.portales .budget-modification .btn-light, .portlet-journal-content .budget-modification .btn-light {
  padding: 19px 0px;
  margin-right: 30px;
}
.portales .budget-modification .form-actions, .portlet-journal-content .budget-modification .form-actions {
  padding-top: 30px;
}
.portales .calendar-title, .portlet-journal-content .calendar-title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.portales .calendar-title h2, .portlet-journal-content .calendar-title h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.portales .calendar, .portlet-journal-content .calendar {
  width: 100%;
}
.portales .calendar .ui-datepicker-inline, .portlet-journal-content .calendar .ui-datepicker-inline {
  width: 100% !important;
}
.portales .calendar.cal-col-2 .ui-datepicker-group, .portlet-journal-content .calendar.cal-col-2 .ui-datepicker-group {
  width: 50%;
}
.portales .calendar.cal-col-1 .ui-datepicker-group, .portlet-journal-content .calendar.cal-col-1 .ui-datepicker-group {
  width: 100%;
}
.portales .ui-datepicker-group, .portlet-journal-content .ui-datepicker-group {
  display: inline-block;
  width: 33%;
  padding: 0 5px;
}
.portales .ui-corner-left,
.portales .ui-corner-right,
.portales .ui-corner-all, .portlet-journal-content .ui-corner-left,
.portlet-journal-content .ui-corner-right,
.portlet-journal-content .ui-corner-all {
  position: relative;
}
.portales .ui-corner-left a:hover,
.portales .ui-corner-right a:hover,
.portales .ui-corner-all a:hover, .portlet-journal-content .ui-corner-left a:hover,
.portlet-journal-content .ui-corner-right a:hover,
.portlet-journal-content .ui-corner-all a:hover {
  opacity: 0.8;
}
.portales .ui-datepicker-prev,
.portales .ui-datepicker-next, .portlet-journal-content .ui-datepicker-prev,
.portlet-journal-content .ui-datepicker-next {
  position: absolute;
  cursor: pointer;
}
.portales .ui-datepicker-prev span,
.portales .ui-datepicker-next span, .portlet-journal-content .ui-datepicker-prev span,
.portlet-journal-content .ui-datepicker-next span {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
}
.portales .ui-datepicker-prev span:before,
.portales .ui-datepicker-next span:before, .portlet-journal-content .ui-datepicker-prev span:before,
.portlet-journal-content .ui-datepicker-next span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-indent: 0;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
}
.portales .ui-datepicker-prev, .portlet-journal-content .ui-datepicker-prev {
  top: 0;
  left: 0;
}
.portales .ui-datepicker-next, .portlet-journal-content .ui-datepicker-next {
  top: 0;
  right: 0;
}
.portales .ui-datepicker-title, .portlet-journal-content .ui-datepicker-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.portales .ui-datepicker-calendar, .portlet-journal-content .ui-datepicker-calendar {
  border-spacing: .3rem;
  width: 100%;
  background: #F6F6F6;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 3px;
}
.portales .ui-datepicker-calendar th, .portlet-journal-content .ui-datepicker-calendar th {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 20px;
}
.portales .ui-datepicker-calendar td, .portlet-journal-content .ui-datepicker-calendar td {
  border: 1px solid #999;
  padding: 0;
  background: #fff;
}
.portales .ui-datepicker-calendar .ui-datepicker-other-month, .portlet-journal-content .ui-datepicker-calendar .ui-datepicker-other-month {
  background: #F6F6F6;
  border: none;
  padding: 10px;
}
.portales .ui-datepicker-calendar .ui-datepicker-current-day, .portlet-journal-content .ui-datepicker-calendar .ui-datepicker-current-day {
  border: 3px solid #0000FF;
}
.portales .ui-datepicker-calendar .ui-datepicker-current-day a, .portlet-journal-content .ui-datepicker-calendar .ui-datepicker-current-day a {
  font-weight: bold;
  padding: 5px;
}
.portales .ui-datepicker-calendar a, .portlet-journal-content .ui-datepicker-calendar a {
  font-weight: 100;
  display: block;
  padding: 9px;
  color: #000;
  text-align: center;
}
.portales .ui-datepicker-calendar a:hover, .portlet-journal-content .ui-datepicker-calendar a:hover {
  color: #0000FF;
}
.portales .ui-state-disabled span, .portlet-journal-content .ui-state-disabled span {
  font-weight: 100;
  display: block;
  background: #e4e1e1;
  padding: 9px;
  color: #999;
  text-align: center;
}
.portales .check-list li, .portlet-journal-content .check-list li {
  list-style-position: outside;
  list-style-type: none;
}
.portales .check-list li:before, .portlet-journal-content .check-list li:before {
  color: #33cc00;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .check-list li:before, .portlet-journal-content .check-list li:before {
  vertical-align: top;
  display: inline-block;
}
.portales .check-list .text, .portlet-journal-content .check-list .text {
  display: inline-block;
  width: 89%;
  padding-left: 8px;
}
.portales .checkbox-list, .portlet-journal-content .checkbox-list {
  list-style: none;
}
.portales .checkbox-list li, .portlet-journal-content .checkbox-list li {
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 1px #fff;
  padding: 10px 25px 15px 0;
}
.portales .checkbox-list .pack, .portlet-journal-content .checkbox-list .pack {
  position: relative;
}
.portales .checkbox-list .pack-description, .portlet-journal-content .checkbox-list .pack-description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0 41px;
  color: #333;
  margin: 0;
}
.portales .checkbox-list .checkbox label, .portlet-journal-content .checkbox-list .checkbox label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.portales .checkbox-list .checkbox label .price, .portlet-journal-content .checkbox-list .checkbox label .price {
  font-weight: 700;
  color: #333;
  margin-left: 10px;
}
.portales .checkbox-list .lazybox, .portlet-journal-content .checkbox-list .lazybox {
  position: absolute;
  right: 0;
  top: 13px;
}
.portales .checkbox-list .lazybox:hover, .portlet-journal-content .checkbox-list .lazybox:hover {
  text-decoration: none;
}
.portales .checkbox-list .lazybox .icon, .portlet-journal-content .checkbox-list .lazybox .icon {
  font-size: 22px;
  font-size: 1.375rem;
}
.portales .claim, .portlet-journal-content .claim {
  padding: 10px 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .claim .prominent, .portlet-journal-content .claim .prominent {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
.portales .claim .prominent-sub, .portlet-journal-content .claim .prominent-sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.portales .claim .text, .portlet-journal-content .claim .text {
  text-align: center;
  margin: 0;
}
.portales .multi-price-content .claim, .portlet-journal-content .multi-price-content .claim {
  padding: 0px 0 20px;
}
.portales .section-title + .confirmation-message, .portlet-journal-content .section-title + .confirmation-message {
  margin: -20px 0 10px;
}
.portales .confirmation-message, .portlet-journal-content .confirmation-message {
  list-style: none;
  background: #F0F0F0;
  position: relative;
  border-top: 1px solid #e2e2e2;
}
.portales .confirmation-message .first-part,
.portales .confirmation-message .second-part, .portlet-journal-content .confirmation-message .first-part,
.portlet-journal-content .confirmation-message .second-part {
  padding: 10px 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e2e2e2;
}
.portales .confirmation-message .first-part .title,
.portales .confirmation-message .second-part .title, .portlet-journal-content .confirmation-message .first-part .title,
.portlet-journal-content .confirmation-message .second-part .title {
  font-weight: bold;
}
.portales .confirmation-message .first-part .content,
.portales .confirmation-message .second-part .content, .portlet-journal-content .confirmation-message .first-part .content,
.portlet-journal-content .confirmation-message .second-part .content {
  margin-bottom: 4px;
  padding-left: 210px;
}
.portales .confirmation-message .first-part .content .title,
.portales .confirmation-message .second-part .content .title, .portlet-journal-content .confirmation-message .first-part .content .title,
.portlet-journal-content .confirmation-message .second-part .content .title {
  margin-left: -210px;
  width: 210px;
  display: inline-block;
}
.portales .confirmation-message .first-part .content .title, .portlet-journal-content .confirmation-message .first-part .content .title {
  margin-right: 30px;
}
.portales .confirmation-message .second-part, .portlet-journal-content .confirmation-message .second-part {
  background: #F8F8F8;
  margin-bottom: 0;
  font-size: 0;
}
.portales .confirmation-message .second-part .title, .portlet-journal-content .confirmation-message .second-part .title {
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.portales .confirmation-message .second-part .title .icon, .portlet-journal-content .confirmation-message .second-part .title .icon {
  margin: -4px 0 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .confirmation-message .second-part .part-info, .portlet-journal-content .confirmation-message .second-part .part-info {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.portales .confirmation-message .second-part form, .portlet-journal-content .confirmation-message .second-part form {
  margin-top: 10px;
  display: inline-block;
}
.portales .confirmation-message .second-part > .icon, .portlet-journal-content .confirmation-message .second-part > .icon {
  width: auto;
  margin-right: 0;
  margin-left: -250px;
}
.portales .confirmation-message .second-part .field, .portlet-journal-content .confirmation-message .second-part .field {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.portales .confirmation-message .second-part .field label, .portlet-journal-content .confirmation-message .second-part .field label {
  font-size: 16px;
  margin: 8px 0;
  margin-left: 35px;
}
.portales .confirmation-message .second-part .btn, .portlet-journal-content .confirmation-message .second-part .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 20px;
  font-weight: 600;
}
.portales .confirmation-message .second-part .success-send, .portlet-journal-content .confirmation-message .second-part .success-send {
  background: #E7F5E3;
  padding: 10px 15px 10px 40px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 1em 0 0 35px;
}
.portales .confirmation-message .second-part .success-send .icon, .portlet-journal-content .confirmation-message .second-part .success-send .icon {
  color: #33cc00;
  margin: 0 -5px 0 -40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.portales .confirmation-message .second-part .error-send, .portlet-journal-content .confirmation-message .second-part .error-send {
  background: #D32828;
  padding: 10px 15px 10px 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 3px 0 0 35px;
}
.portales .confirmation-message .second-part .error-send .icon, .portlet-journal-content .confirmation-message .second-part .error-send .icon {
  color: red;
  margin: 0 -5px 0 -40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.portales .confirmation-message .extra-info, .portlet-journal-content .confirmation-message .extra-info {
  background: #F9F9F9;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.portales .confirmation-message .actions, .portlet-journal-content .confirmation-message .actions {
  border: none;
  background: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 10px;
}
.portales .confirmation-message .actions a, .portlet-journal-content .confirmation-message .actions a {
  text-transform: none;
  margin: 0 8px;
  display: inline-block;
}
.portales .confirmation-message .actions a .icon, .portlet-journal-content .confirmation-message .actions a .icon {
  color: #999;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: -4px;
  margin-right: 4px;
}
.portales .confirmation-message .actions a:hover, .portlet-journal-content .confirmation-message .actions a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .portales #summary-contract .confirmation-message .second-part .part-info, .portlet-journal-content #summary-contract .confirmation-message .second-part .part-info {
    margin: 5px 10px 10px 28px;
  }
  .portales #summary-contract .confirmation-message .second-part .field label, .portlet-journal-content #summary-contract .confirmation-message .second-part .field label {
    margin-left: 28px;
  }
  .portales #summary-contract .confirmation-message .second-part .btn, .portlet-journal-content #summary-contract .confirmation-message .second-part .btn {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    bottom: 0;
    font-size: 14px;
  }
  .portales #summary-contract .confirmation-message .second-part .content .title, .portlet-journal-content #summary-contract .confirmation-message .second-part .content .title {
    margin-top: 10px;
  }
  .portales #summary-contract .confirmation-message .second-part .error-send, .portlet-journal-content #summary-contract .confirmation-message .second-part .error-send {
    margin: 3px 0 0 0;
  }
  .portales #summary-contract .confirmation-message .second-part .success-send, .portlet-journal-content #summary-contract .confirmation-message .second-part .success-send {
    margin: 1em 0 0 0;
    width: 100%;
  }
}
.portales .dark-form, .portlet-journal-content .dark-form {
  color: #fff;
}
.portales .dark-form form, .portlet-journal-content .dark-form form {
  padding: 20px 25px;
}
.portales .dark-form form:after, .portlet-journal-content .dark-form form:after {
  clear: both;
  content: '';
  display: table;
}
.portales .dark-form .header-form:after, .portlet-journal-content .dark-form .header-form:after {
  clear: both;
  content: '';
  display: table;
}
.portales .dark-form .aditional-info, .portlet-journal-content .dark-form .aditional-info {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
}
.portales .dark-form h3, .portlet-journal-content .dark-form h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.portales .dark-form label, .portlet-journal-content .dark-form label {
  color: #fff;
}
.portales .dark-form label.error, .portlet-journal-content .dark-form label.error {
  color: #000;
}
.portales .dark-form .btn-next, .portlet-journal-content .dark-form .btn-next {
  float: right;
  padding: 20px 40px;
}
.portales .dark-form .field, .portlet-journal-content .dark-form .field {
  margin-bottom: 20px;
}
.portales .dark-form .checkbox span, .portlet-journal-content .dark-form .checkbox span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .dark-form .form-actions, .portlet-journal-content .dark-form .form-actions {
  background: #fff;
  padding: 15px 20px;
}
.portales .dark-form .form-actions:after, .portlet-journal-content .dark-form .form-actions:after {
  clear: both;
  content: '';
  display: table;
}
.portales .dark-form .select-group .fk-select, .portlet-journal-content .dark-form .select-group .fk-select {
  background: #fff;
}
.portales .intro-picker, .portlet-journal-content .intro-picker {
  padding: 40px 0px;
  border-top: 1px solid #fff;
}
.portales .intro-picker img, .portlet-journal-content .intro-picker img {
  max-width: 100%;
}
.portales .data-picker, .portlet-journal-content .data-picker {
  position: relative;
}
.portales .data-picker .intro, .portlet-journal-content .data-picker .intro {
  margin-bottom: 15px;
}
.portales .data-picker .intro .h-delta, .portlet-journal-content .data-picker .intro .h-delta {
  margin-bottom: 12px;
}
.portales .data-picker .intro p, .portlet-journal-content .data-picker .intro p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
.portales .data-picker .fieldset-title, .portlet-journal-content .data-picker .fieldset-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.portales .data-picker .fieldset-title span, .portlet-journal-content .data-picker .fieldset-title span {
  font-size: 35px;
  font-size: 2.1875rem;
}
.portales .data-picker .scroll-input, .portlet-journal-content .data-picker .scroll-input {
  border: none;
}
.portales .data-picker .scroll-input .dwwol, .portlet-journal-content .data-picker .scroll-input .dwwol {
  border: 1px solid #999;
  background: #fff;
}
.portales .data-picker .scroll-input .dwcc, .portlet-journal-content .data-picker .scroll-input .dwcc {
  margin-top: 20px;
}
.portales .data-picker .scroll-input .dw-i, .portlet-journal-content .data-picker .scroll-input .dw-i {
  text-transform: uppercase;
}
.portales .data-picker .scroll-input .mbsc-mobiscroll .dwwbp, .portlet-journal-content .data-picker .scroll-input .mbsc-mobiscroll .dwwbp {
  background: #F6F6F6;
  opacity: .7;
}
.portales .data-picker .scroll-input .mbsc-mobiscroll .dwwbp:before, .portlet-journal-content .data-picker .scroll-input .mbsc-mobiscroll .dwwbp:before {
  bottom: -12px;
}
.portales .data-picker .scroll-input .mbsc-mobiscroll .dwwbm, .portlet-journal-content .data-picker .scroll-input .mbsc-mobiscroll .dwwbm {
  background: #F6F6F6;
  opacity: .7;
}
.portales .data-picker .scroll-input .mbsc-mobiscroll .dwwbm:before, .portlet-journal-content .data-picker .scroll-input .mbsc-mobiscroll .dwwbm:before {
  top: -12px;
}
.portales .data-picker .btn-next, .portlet-journal-content .data-picker .btn-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.portales .rastreator-panels, .portlet-journal-content .rastreator-panels {
  background: #EDEDED;
}
.portales .rastreator-panels .panel, .portlet-journal-content .rastreator-panels .panel {
  background: #EDEDED;
}
.portales .rastreator-panels .panel .h-epsilon, .portlet-journal-content .rastreator-panels .panel .h-epsilon {
  margin-bottom: 20px;
  font-weight: 500;
}
.portales .rastreator-panels .light-panel, .portlet-journal-content .rastreator-panels .light-panel {
  background: #F6F6F6;
  padding: 0px;
  position: relative;
}
.portales .rastreator-panels .promo-banner, .portlet-journal-content .rastreator-panels .promo-banner {
  max-width: 400px;
}
.portales .rastreator-panels form .field, .portlet-journal-content .rastreator-panels form .field {
  margin-bottom: 10px;
}
.portales .rastreator-panels .btn-next, .portlet-journal-content .rastreator-panels .btn-next {
  width: 100%;
  margin-top: 10px;
}
.portales .rastreator-panels .check-list .h-delta, .portlet-journal-content .rastreator-panels .check-list .h-delta {
  margin: 0px 0px 20px 0px;
  padding: 0px 20px 0px 50px;
  font-weight: normal;
}
.portales .rastreator-panels .check-list li, .portlet-journal-content .rastreator-panels .check-list li {
  padding: 25px 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #E2E2E2;
}
.portales .rastreator-panels .check-list li.title:before, .portlet-journal-content .rastreator-panels .check-list li.title:before {
  content: "";
}
.portales .rastreator-panels .check-list li.title.sm .h-delta, .portlet-journal-content .rastreator-panels .check-list li.title.sm .h-delta {
  width: 55%;
}
.portales .rastreator-panels .check-list li:first-child, .portlet-journal-content .rastreator-panels .check-list li:first-child {
  border-top: 0;
}
.portales .rastreator-panels .check-list li:last-child, .portlet-journal-content .rastreator-panels .check-list li:last-child {
  border-bottom: 0;
}
.portales .rastreator-panels .check-list li .text, .portlet-journal-content .rastreator-panels .check-list li .text {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0px 20px;
  width: 44%;
  display: inline-block;
}
.portales .rastreator-panels .check-list li:before, .portlet-journal-content .rastreator-panels .check-list li:before {
  padding-left: 50px;
  vertical-align: top;
}
.portales .rastreator-panels .img-container, .portlet-journal-content .rastreator-panels .img-container {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 40%;
}
.portales .rastreator-panels .img-container img, .portlet-journal-content .rastreator-panels .img-container img {
  width: 100%;
  max-width: 100%;
}
.portales .exception-page .primary-slab, .portlet-journal-content .exception-page .primary-slab {
  padding: 60px 0px 10px 0px;
}
.portales .exception-page .h-epsilon, .portlet-journal-content .exception-page .h-epsilon {
  padding: 20px 0px 30px 0px;
}
.portales .exception-page .img-container, .portlet-journal-content .exception-page .img-container {
  height: 505px;
  margin: 100px 0px 0px 20px;
}
.portales .exception-page .img-container img, .portlet-journal-content .exception-page .img-container img {
  width: 100%;
}
.portales .exception-page button[type="submit"], .portlet-journal-content .exception-page button[type="submit"] {
  margin-bottom: 10px;
}
.portales .fake-select, .portlet-journal-content .fake-select {
  margin: 20px 0;
}
.portales .fake-select .type-1,
.portales .fake-select .type-2, .portlet-journal-content .fake-select .type-1,
.portlet-journal-content .fake-select .type-2 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 50%;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.portales .fake-select-content, .portlet-journal-content .fake-select-content {
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #999;
  background: #FFF;
}
.portales .fake-select-content .fk-sel-selected, .portlet-journal-content .fake-select-content .fk-sel-selected {
  margin: 0;
  overflow: hidden;
}
.portales .fake-select-content:after, .portlet-journal-content .fake-select-content:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.portales .fake-select-options, .portlet-journal-content .fake-select-options {
  border: 1px solid #999;
  background: #FFF;
  display: none;
}
.portales .fake-select-options .fk-sel-option, .portlet-journal-content .fake-select-options .fk-sel-option {
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.portales .fake-select-options .fk-sel-option:last-child, .portlet-journal-content .fake-select-options .fk-sel-option:last-child {
  border-bottom: 0;
}
.portales .fake-select-options .selected, .portlet-journal-content .fake-select-options .selected {
  position: relative;
}
.portales .fake-select-options .selected:before, .portlet-journal-content .fake-select-options .selected:before {
  position: absolute;
  left: 14px;
  top: 12px;
  color: #33cc00;
}
.portales .has-image-bottom, .portlet-journal-content .has-image-bottom {
  position: relative;
}
.portales .has-image-bottom .title, .portlet-journal-content .has-image-bottom .title {
  padding-right: 120px;
}
.portales .has-image-bottom .content, .portlet-journal-content .has-image-bottom .content {
  padding-right: 120px;
}
.portales .has-image-bottom .deco-image, .portlet-journal-content .has-image-bottom .deco-image {
  position: absolute;
  bottom: -50px;
  right: -80px;
}
.portales .msg-info-top, .portlet-journal-content .msg-info-top {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
}
.portales .msg-info-top p, .portlet-journal-content .msg-info-top p {
  margin: 0;
}
.portales .msg-info-top p + p, .portlet-journal-content .msg-info-top p + p {
  margin: 0.5em 0 0;
}
.portales .msg-info-top .info-answer,
.portales .msg-info-top .info-question, .portlet-journal-content .msg-info-top .info-answer,
.portlet-journal-content .msg-info-top .info-question {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px;
}
.portales .msg-info-top .text, .portlet-journal-content .msg-info-top .text {
  display: block;
  padding-left: 30px;
}
.portales .msg-info-top .info-answer, .portlet-journal-content .msg-info-top .info-answer {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .msg-info-top.error .icon, .portlet-journal-content .msg-info-top.error .icon {
  font-size: 22px;
  font-size: 1.375rem;
}
.portales .msg-info-top .icon, .portlet-journal-content .msg-info-top .icon {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  text-align: left;
  margin: 0 0.35em 0 0;
}
.portales .msg-info-top.dropdown .info-question, .portlet-journal-content .msg-info-top.dropdown .info-question {
  cursor: pointer;
}
.portales .msg-info-top .info-answer, .portlet-journal-content .msg-info-top .info-answer {
  display: none;
  padding-left: 40px;
}
.portales .msg-group-bottom, .portlet-journal-content .msg-group-bottom {
  padding: 20px 0 35px;
}
.portales .msg-info-bottom, .portlet-journal-content .msg-info-bottom {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
}
.portales .msg-info-bottom h2, .portlet-journal-content .msg-info-bottom h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.portales .msg-info-bottom p, .portlet-journal-content .msg-info-bottom p {
  margin: 4px 0;
}
.portales .msg-info-bottom .tel, .portlet-journal-content .msg-info-bottom .tel {
  font-size: 25px;
  font-size: 1.5625rem;
}
.portales .msg-info-bottom .msg-info-action, .portlet-journal-content .msg-info-bottom .msg-info-action {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.portales .msg-info-bottom .msg-info-action .icon-chevron_right, .portlet-journal-content .msg-info-bottom .msg-info-action .icon-chevron_right {
  margin-top: -4px;
}
.portales .msg-info-bottom a:hover, .portlet-journal-content .msg-info-bottom a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.portales .msg-info-tel h2, .portlet-journal-content .msg-info-tel h2 {
  margin: 0 10px 10px;
}
.portales .msg-info-tel > .row > div, .portlet-journal-content .msg-info-tel > .row > div {
  padding-top: 0;
}
.portales .msg-info-separator, .portlet-journal-content .msg-info-separator {
  margin-top: 20px;
  text-align: center;
  vertical-align: baseline;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .msg-info-sugestion, .portlet-journal-content .msg-info-sugestion {
  padding-left: 50px;
  border-left: 1px solid #000;
}
.portales .msg-action, .portlet-journal-content .msg-action {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.portales .msg-action .icon, .portlet-journal-content .msg-action .icon {
  font-size: 29px;
  font-size: 1.8125rem;
}
.portales .msg-action a, .portlet-journal-content .msg-action a {
  display: block;
  padding: 8px 20px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.portales .msg-action a:hover, .portlet-journal-content .msg-action a:hover {
  opacity: 1;
}
section[role="footer"] .msg-action, section[role="footer"] .msg-action {
  margin-top: 10px;
}
.portales .msg-group-xl, .portlet-journal-content .msg-group-xl {
  padding: 40px 0 50px;
}
.portales .msg-group-xl .msg-xl, .portlet-journal-content .msg-group-xl .msg-xl {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0px 0px 25px 0px;
}
.portales .improvement, .portlet-journal-content .improvement {
  padding: 40px 20px 80px;
}
.portales .improvement .subtitle, .portlet-journal-content .improvement .subtitle {
  margin: 20px 0;
  text-align: center;
}
.portales .improvement .deco-image, .portlet-journal-content .improvement .deco-image {
  margin: 0 8px;
}
.portales .improvement .deco-image img, .portlet-journal-content .improvement .deco-image img {
  max-width: 100%;
}
.portales .info-box, .portlet-journal-content .info-box {
  background: #fff;
  margin: 20px 20px 30px 20px;
}
.portales .info-box:after, .portlet-journal-content .info-box:after {
  clear: both;
  content: '';
  display: table;
}
.portales .info-box .pay,
.portales .info-box .capital, .portlet-journal-content .info-box .pay,
.portlet-journal-content .info-box .capital {
  float: left;
  padding: 20px 35px;
}
.portales .info-box .pay p,
.portales .info-box .capital p, .portlet-journal-content .info-box .pay p,
.portlet-journal-content .info-box .capital p {
  margin-bottom: 0px;
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .info-box .pay, .portlet-journal-content .info-box .pay {
  width: 35%;
}
.portales .info-box .capital, .portlet-journal-content .info-box .capital {
  width: 65%;
  border-left: 1px solid #d9d9d9;
}
.portales .info-box .price, .portlet-journal-content .info-box .price {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
.portales .info-box .price span, .portlet-journal-content .info-box .price span {
  font-size: 30px;
  font-size: 1.875rem;
}
.portales .info-box.one-col, .portlet-journal-content .info-box.one-col {
  padding: 35px 30px;
}
.portales .info-box.one-col .info-title, .portlet-journal-content .info-box.one-col .info-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .next-steps, .portlet-journal-content .next-steps {
  padding: 20px 0;
}
.portales .next-steps > .title, .portlet-journal-content .next-steps > .title {
  padding: 0 15px 20px;
  border-bottom: 1px solid #DDD;
}
.portales .next-steps > .title .h-delta, .portlet-journal-content .next-steps > .title .h-delta {
  margin: 0 0 20px;
}
.portales .next-steps .subtitle, .portlet-journal-content .next-steps .subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
.portales .next-steps .steps, .portlet-journal-content .next-steps .steps {
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #DDD;
  padding: 20px 15px;
}
.portales .next-steps .steps ol, .portlet-journal-content .next-steps .steps ol {
  margin: 0;
  padding: 0;
}
.portales .next-steps .steps ol:after, .portlet-journal-content .next-steps .steps ol:after {
  clear: both;
  content: '';
  display: table;
}
.portales .next-steps .steps li, .portlet-journal-content .next-steps .steps li {
  font-size: 24px;
  font-size: 1.5rem;
  width: 33%;
  float: left;
  list-style-position: inside;
  padding: 0 20px;
  position: relative;
  margin-bottom: 15px;
}
.portales .next-steps .steps li:nth-child(3n+1), .portlet-journal-content .next-steps .steps li:nth-child(3n+1) {
  clear: left;
}
.portales .next-steps .steps li:nth-child(3n-1):before, .portales .next-steps .steps li:nth-child(3n-1):after, .portlet-journal-content .next-steps .steps li:nth-child(3n-1):before, .portlet-journal-content .next-steps .steps li:nth-child(3n-1):after {
  content: "";
  border-left: 1px solid #FAFAFA;
  border-right: 1px solid #DDD;
  height: 75%;
  top: 25%;
  position: absolute;
}
.portales .next-steps .steps li:nth-child(3n-1):before, .portlet-journal-content .next-steps .steps li:nth-child(3n-1):before {
  left: 0;
}
.portales .next-steps .steps li:nth-child(3n-1):after, .portlet-journal-content .next-steps .steps li:nth-child(3n-1):after {
  right: 0;
}
.portales .next-steps .steps li:last-child:after, .portlet-journal-content .next-steps .steps li:last-child:after {
  border: 0;
}
.portales .next-steps .steps .content, .portlet-journal-content .next-steps .steps .content {
  float: right;
  width: 85%;
  font-size: 16px;
  font-size: 1rem;
}
.portales .next-steps .steps .content p, .portlet-journal-content .next-steps .steps .content p {
  margin: 0;
}
.portales .next-steps .steps .content p + p, .portlet-journal-content .next-steps .steps .content p + p {
  margin-top: 1em;
}
.portales .next-steps .info, .portlet-journal-content .next-steps .info {
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #DDD;
  padding: 20px 15px;
}
.portales .next-steps .info ul, .portlet-journal-content .next-steps .info ul {
  list-style: none;
}
.portales .next-steps .info li + li, .portlet-journal-content .next-steps .info li + li {
  margin-top: 10px;
}
.portales .next-steps .info .icon,
.portales .next-steps .contact-info .icon, .portlet-journal-content .next-steps .info .icon,
.portlet-journal-content .next-steps .contact-info .icon {
  float: left;
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .next-steps .info .content,
.portales .next-steps .contact-info .content, .portlet-journal-content .next-steps .info .content,
.portlet-journal-content .next-steps .contact-info .content {
  padding-left: 30px;
  display: block;
  font-weight: 500;
}
.portales .next-steps .contact-info, .portlet-journal-content .next-steps .contact-info {
  border-top: 1px solid #FAFAFA;
  padding: 20px 15px 0;
  margin: 0;
}
.portales .next-steps .contact-info .icon, .portlet-journal-content .next-steps .contact-info .icon {
  color: #999;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: -4px;
}
.portales .ok-intro, .portlet-journal-content .ok-intro {
  text-align: center;
}
.portales .ok-intro .ok-title, .portlet-journal-content .ok-intro .ok-title {
  font-weight: 400;
  padding: 35px 0px 25px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.portales .ok-intro p, .portlet-journal-content .ok-intro p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  padding-top: 40px;
  line-height: 1.4em;
  margin-bottom: 45px;
}
.portales .ok-list, .portlet-journal-content .ok-list {
  margin-bottom: 50px;
  text-align: center;
}
.portales .ok-list.web-module, .portlet-journal-content .ok-list.web-module {
  margin-bottom: 0;
}
.portales .ok-list .ok-list-item, .portlet-journal-content .ok-list .ok-list-item {
  max-width: 180px;
  margin: 0 auto;
  text-align: left;
}
.portales .ok-list .ok-icon, .portlet-journal-content .ok-list .ok-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px 20px;
}
.portales .ok-list .icon, .portlet-journal-content .ok-list .icon {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 0;
  font-weight: 800;
}
.portales .ok-list p, .portlet-journal-content .ok-list p {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  color: #616161;
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
}
.portales .panel, .portlet-journal-content .panel {
  padding: 30px;
  background: #d9d9d9;
  border-top: 3px solid #333;
  color: #000;
}
.portales .panel.color-top, .portlet-journal-content .panel.color-top {
  border-top-color: blue;
  padding: 0 30px;
}
.portales .light-panel, .portlet-journal-content .light-panel {
  background: #F6F6F6;
  border-top-color: #999;
}
.portales .fk-radio.pay-card, .portlet-journal-content .fk-radio.pay-card {
  text-align: center;
  padding: 2px 4px;
}
.portales .fk-radio.pay-card.checked, .portlet-journal-content .fk-radio.pay-card.checked {
  padding: 0px 2px;
  font-weight: normal;
}
.portales .fk-radio.pay-card.checked:before, .portlet-journal-content .fk-radio.pay-card.checked:before {
  display: none;
}
.portales .fk-radio.pay-card img, .portlet-journal-content .fk-radio.pay-card img {
  pointer-events: none;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.portales input.pay-card, .portlet-journal-content input.pay-card {
  top: 0;
}
.portales .price-foot-area, .portlet-journal-content .price-foot-area {
  position: relative;
  padding-bottom: 20px;
}
.portales .price-foot-area > .deco-image, .portlet-journal-content .price-foot-area > .deco-image {
  text-align: center;
}
.portales .price-foot-area > .deco-image img, .portlet-journal-content .price-foot-area > .deco-image img {
  max-width: 100%;
}
.portales .price-foot-module.deco-image img, .portlet-journal-content .price-foot-module.deco-image img {
  max-width: 100%;
  display: block;
}
.portales .check-foot-module, .portlet-journal-content .check-foot-module {
  padding: 0 20px;
}
.portales .check-foot-module .title, .portlet-journal-content .check-foot-module .title {
  border-bottom: 5px solid #d9d9d9;
  padding: 20px 0;
  margin: 0 0 20px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  color: #333;
}
.portales .check-foot-module .check-list li + li, .portlet-journal-content .check-foot-module .check-list li + li {
  margin-top: 20px;
}
.portales .price-helps, .portlet-journal-content .price-helps {
  padding: 35px 0 60px;
}
.portales .price-helps .price-help, .portlet-journal-content .price-helps .price-help {
  padding: 0 30px;
}
.portales .price-helps .title, .portlet-journal-content .price-helps .title {
  text-align: center;
  font-weight: bold;
}
.portales .price-helps .btn, .portlet-journal-content .price-helps .btn {
  width: 100%;
  padding: 15px 10px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.portales .price-helps .btn.btn-light .icon, .portlet-journal-content .price-helps .btn.btn-light .icon {
  color: #999;
}
.portales .price-helps .btn .icon, .portlet-journal-content .price-helps .btn .icon {
  font-size: 22px;
  font-size: 1.375rem;
}
.portales .price-helps .extra-content, .portlet-journal-content .price-helps .extra-content {
  text-align: center;
  margin: 10px 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.portales .price-helps + .slab-partition, .portlet-journal-content .price-helps + .slab-partition {
  padding-top: 0;
}
.portales .price-helps .web-btn, .portlet-journal-content .price-helps .web-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 14px;
}
.portales .single-price-content > .grey-slab, .portlet-journal-content .single-price-content > .grey-slab {
  position: relative;
}
.portales .single-price-content .first, .portlet-journal-content .single-price-content .first {
  background: #EFEFEF;
  padding: 20px;
}
.portales .single-price-content .first .box, .portlet-journal-content .single-price-content .first .box {
  margin: 0 0 20px;
}
.portales .single-price-content .specs, .portlet-journal-content .single-price-content .specs {
  padding: 30px;
}
.portales .single-price-content .specs .specs-price, .portlet-journal-content .single-price-content .specs .specs-price {
  margin-bottom: 20px;
}
.portales .single-price-content .conditions, .portlet-journal-content .single-price-content .conditions {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.portales .single-price-content .second, .portlet-journal-content .single-price-content .second {
  border-left: 1px solid #FFF;
  background: whitesmoke;
  color: #333;
  padding: 0;
}
.portales .single-price-content .second .title, .portlet-journal-content .single-price-content .second .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 40px 20px 10px 55px;
}
.portales .single-price-content .second .subtitle, .portlet-journal-content .single-price-content .second .subtitle {
  padding: 0 0 20px 55px;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .single-price-content .second .btn-next, .portlet-journal-content .single-price-content .second .btn-next {
  font-weight: bold;
}
.portales .single-price-content.life .first, .portlet-journal-content .single-price-content.life .first {
  padding: 0px;
}
.portales .single-price-content.life .first .title, .portlet-journal-content .single-price-content.life .first .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 0 0 20px 20px;
}
.portales .single-price-content.life .first .single-specs-list, .portlet-journal-content .single-price-content.life .first .single-specs-list {
  border-bottom: none;
}
.portales .single-price-content.life .first .single-specs-list li, .portlet-journal-content .single-price-content.life .first .single-specs-list li {
  padding: 16px 20px;
}
.portales .single-price-content.life .first .single-specs-list li:last-child, .portlet-journal-content .single-price-content.life .first .single-specs-list li:last-child {
  border-bottom: none;
}
.portales .single-price-content.life .first .single-specs-list .text, .portlet-journal-content .single-price-content.life .first .single-specs-list .text {
  padding: 0px 30px 0px 0px;
}
.portales .single-price-content.life .second, .portlet-journal-content .single-price-content.life .second {
  padding: 35px 30px;
}
.portales .single-price-content.life .second.panel, .portlet-journal-content .single-price-content.life .second.panel {
  border-top-color: #007BC1;
}
.portales .single-price-content.life .second .fk-check.normal, .portlet-journal-content .single-price-content.life .second .fk-check.normal {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.portales .single-price-content.life .second .btn-next, .portlet-journal-content .single-price-content.life .second .btn-next {
  width: 100%;
}
.portales .single-price-content.life .second .select-group .fk-select:after, .portlet-journal-content .single-price-content.life .second .select-group .fk-select:after {
  background: #fff;
}
.portales .multi-price-content .specs, .portlet-journal-content .multi-price-content .specs {
  background: #F9F9F9;
  border-bottom: 1px solid #DFDFDF;
}
.portales .multi-price-content .specs .specs-header, .portlet-journal-content .multi-price-content .specs .specs-header {
  background: #EFEFEF;
  border-bottom: 1px solid #DFDFDF;
  padding: 40px 20px 10px;
  position: relative;
}
.portales .multi-price-content .specs .specs-header .recomend-deco, .portlet-journal-content .multi-price-content .specs .specs-header .recomend-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
}
.portales .multi-price-content .specs .specs-header .recomend-text, .portlet-journal-content .multi-price-content .specs .specs-header .recomend-text {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.portales .multi-price-content .specs .title, .portlet-journal-content .multi-price-content .specs .title {
  font-size: 18px;
  font-size: 1.125rem;
  height: 2em;
  overflow: hidden;
}
.portales .multi-price-content .specs .specs-price, .portlet-journal-content .multi-price-content .specs .specs-price {
  border-top: 1px solid #FEFEFE;
  padding: 10px 20px;
}
.portales .multi-price-content .fake-select .type-1,
.portales .multi-price-content .fake-select .type-2, .portlet-journal-content .multi-price-content .fake-select .type-1,
.portlet-journal-content .multi-price-content .fake-select .type-2 {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  float: none;
  width: auto;
}
.portales .multi-price-content.multi-3-results .first-opt,
.portales .multi-price-content.multi-3-results .second-opt,
.portales .multi-price-content.multi-3-results .third-opt, .portlet-journal-content .multi-price-content.multi-3-results .first-opt,
.portlet-journal-content .multi-price-content.multi-3-results .second-opt,
.portlet-journal-content .multi-price-content.multi-3-results .third-opt {
  width: 50%;
  float: left;
  position: relative;
}
.portales .multi-price-content.multi-3-results .second-opt,
.portales .multi-price-content.multi-3-results .third-opt, .portlet-journal-content .multi-price-content.multi-3-results .second-opt,
.portlet-journal-content .multi-price-content.multi-3-results .third-opt {
  margin-left: -25%;
}
.portales .multi-price-content.multi-3-results .second-opt .spec-title,
.portales .multi-price-content.multi-3-results .third-opt .spec-title, .portlet-journal-content .multi-price-content.multi-3-results .second-opt .spec-title,
.portlet-journal-content .multi-price-content.multi-3-results .third-opt .spec-title {
  visibility: hidden;
}
.portales .multi-price-content.multi-3-results .first-opt .more-specs,
.portales .multi-price-content.multi-3-results .second-opt .more-specs, .portlet-journal-content .multi-price-content.multi-3-results .first-opt .more-specs,
.portlet-journal-content .multi-price-content.multi-3-results .second-opt .more-specs {
  display: none;
}
.portales .multi-price-content.multi-3-results .first-opt, .portlet-journal-content .multi-price-content.multi-3-results .first-opt {
  z-index: 3;
}
.portales .multi-price-content.multi-3-results .second-opt, .portlet-journal-content .multi-price-content.multi-3-results .second-opt {
  z-index: 2;
}
.portales .multi-price-content.multi-3-results .third-opt, .portlet-journal-content .multi-price-content.multi-3-results .third-opt {
  z-index: 1;
}
.portales .multi-price-content.multi-3-results .third-opt .more-specs, .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs {
  width: 200%;
  margin-left: -100%;
}
.portales .multi-price-content.multi-3-results .third-opt .more-specs .spec-title, .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs .spec-title {
  width: 25.3%;
  visibility: visible;
}
.portales .multi-price-content.multi-3-results .third-opt .more-specs .spec-content, .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs .spec-content {
  width: 74.7%;
}
.portales .multi-price-content.multi-2-results .first-opt,
.portales .multi-price-content.multi-2-results .second-opt, .portlet-journal-content .multi-price-content.multi-2-results .first-opt,
.portlet-journal-content .multi-price-content.multi-2-results .second-opt {
  width: 66%;
  float: left;
  position: relative;
}
.portales .multi-price-content.multi-2-results .second-opt, .portlet-journal-content .multi-price-content.multi-2-results .second-opt {
  margin-left: -33%;
  z-index: 1;
}
.portales .multi-price-content.multi-2-results .second-opt .spec-title, .portlet-journal-content .multi-price-content.multi-2-results .second-opt .spec-title {
  visibility: hidden;
}
.portales .multi-price-content.multi-2-results .second-opt .more-specs, .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs {
  width: 150%;
  margin-left: -50%;
}
.portales .multi-price-content.multi-2-results .second-opt .more-specs .spec-title, .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs .spec-title {
  width: 33.9%;
  visibility: visible;
}
.portales .multi-price-content.multi-2-results .second-opt .more-specs .spec-content, .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs .spec-content {
  width: 66.1%;
}
.portales .multi-price-content.multi-2-results .first-opt, .portlet-journal-content .multi-price-content.multi-2-results .first-opt {
  z-index: 2;
}
.portales .multi-price-content.multi-2-results .first-opt .more-specs, .portlet-journal-content .multi-price-content.multi-2-results .first-opt .more-specs {
  display: none;
}
.portales .multi-price-content.comparision-mod .specs .fake-select-options, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-options {
  width: 100%;
  left: 0;
  right: 0;
  border-top: none;
}
.portales .multi-price-content.comparision-mod .specs .fake-select-options .prominent, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-options .prominent {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 0 12px 0;
  margin: 0 0 8px;
}
.portales .multi-price-content.comparision-mod .specs .fake-select-options ul, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-options ul {
  margin-bottom: 8px;
}
.portales .multi-price-content.comparision-mod .specs .fake-select-options ul:last-of-type, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-options ul:last-of-type {
  margin-bottom: 0;
}
.portales .multi-price-content.comparision-mod .specs .fake-select-options li, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-options li {
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .multi-price-content.comparision-mod .specs .fk-sel-option, .portlet-journal-content .multi-price-content.comparision-mod .specs .fk-sel-option {
  padding-top: 0;
}
.portales .multi-price-content.comparision-mod .specs .fk-sel-option.selected:before, .portlet-journal-content .multi-price-content.comparision-mod .specs .fk-sel-option.selected:before {
  content: "";
}
.portales .multi-price-content.comparision-mod .equalize-heights li, .portlet-journal-content .multi-price-content.comparision-mod .equalize-heights li {
  min-height: 66px;
}
.portales .multi-price-content.comparision-mod .spec-content, .portlet-journal-content .multi-price-content.comparision-mod .spec-content {
  height: 100%;
}
.portales .opt-specs:after, .portlet-journal-content .opt-specs:after {
  clear: both;
  content: '';
  display: table;
}
.portales .single-specs-list, .portlet-journal-content .single-specs-list {
  border-top: 1px solid #E2E2E2;
  list-style: none;
  border-bottom: 1px solid #FFF;
}
.portales .single-specs-list > li, .portlet-journal-content .single-specs-list > li {
  padding: 15px 20px;
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #FFF;
}
.portales .single-specs-list > li:after, .portlet-journal-content .single-specs-list > li:after {
  clear: both;
  content: '';
  display: table;
}
.portales .single-specs-list > li > a:hover, .portlet-journal-content .single-specs-list > li > a:hover {
  text-decoration: none;
}
.portales .single-specs-list > li.title, .portlet-journal-content .single-specs-list > li.title {
  border-top: 0px;
}
.portales .single-specs-list > li .icon-info-circle, .portlet-journal-content .single-specs-list > li .icon-info-circle {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: -1px;
  float: left;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.portales .single-specs-list > li .text, .portlet-journal-content .single-specs-list > li .text {
  padding: 0 0 0 34px;
  display: block;
  width: 100%;
  position: relative;
}
.portales .single-specs-list > li .extra-info, .portlet-journal-content .single-specs-list > li .extra-info {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.portales .single-specs-list > li .extra-info + .extra-info, .portlet-journal-content .single-specs-list > li .extra-info + .extra-info {
  margin-top: 1.1em;
}
.portales .single-specs-list > li li, .portlet-journal-content .single-specs-list > li li {
  list-style: none;
}
.portales .single-specs-list > li.ok .text, .portlet-journal-content .single-specs-list > li.ok .text {
  padding: 0 24px 0 34px;
}
.portales .single-specs-list > li.ok .text:after, .portlet-journal-content .single-specs-list > li.ok .text:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #33cc00;
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .single-specs-list > li .fake-select, .portlet-journal-content .single-specs-list > li .fake-select {
  max-width: 450px;
}
.portales .single-specs-list > li .fake-select + .extra-info, .portlet-journal-content .single-specs-list > li .fake-select + .extra-info {
  max-width: 450px;
  margin-bottom: 0;
}
.portales .single-specs-list .spec-list-check .field, .portlet-journal-content .single-specs-list .spec-list-check .field {
  position: absolute;
  right: 0;
  top: 3px;
}
.portales .single-specs-list .spec-list-check .field label, .portlet-journal-content .single-specs-list .spec-list-check .field label {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .single-specs-list .spec-list-check .field label:before, .portlet-journal-content .single-specs-list .spec-list-check .field label:before {
  float: right;
  margin: -1px 0 0 0.5em;
}
.portales .single-specs-list .spec-list-check .text, .portlet-journal-content .single-specs-list .spec-list-check .text {
  padding-right: 220px;
}
.portales .single-specs-list .spec-list-check .text:after, .portlet-journal-content .single-specs-list .spec-list-check .text:after {
  content: "";
}
.portales .single-specs-list .option p, .portlet-journal-content .single-specs-list .option p {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0px;
  padding-left: 32px;
}
.portales .multi-price-list .spec-title, .portlet-journal-content .multi-price-list .spec-title {
  position: relative;
}
.portales .multi-price-list .spec-title .info-spec, .portlet-journal-content .multi-price-list .spec-title .info-spec {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
  padding: 20px 0px;
}
.portales .multi-price-list .spec-title .info-spec.push-top, .portlet-journal-content .multi-price-list .spec-title .info-spec.push-top {
  position: absolute;
  top: -50px;
  right: 15px;
}
.portales .multi-price-list .spec-title a:hover, .portlet-journal-content .multi-price-list .spec-title a:hover {
  text-decoration: none;
}
.portales .multi-price-list .spec-list-check .icon-ok, .portlet-journal-content .multi-price-list .spec-list-check .icon-ok {
  display: none;
}
.portales .multi-price-list .spec-list-check .text, .portlet-journal-content .multi-price-list .spec-list-check .text {
  padding: 0 40px 0 10px;
}
.portales .multi-price-list .spec-list-check .spec-content, .portlet-journal-content .multi-price-list .spec-list-check .spec-content {
  position: relative;
}
.portales .multi-price-list .spec-list-check .spec-content .field, .portlet-journal-content .multi-price-list .spec-list-check .spec-content .field {
  padding: 0 20px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  max-width: 300px;
}
.portales .multi-price-list .spec-list-check .spec-content .field .fk-check:before, .portlet-journal-content .multi-price-list .spec-list-check .spec-content .field .fk-check:before {
  top: 50%;
  margin-top: -15px;
}
.portales .open-specs-multi, .portlet-journal-content .open-specs-multi {
  display: none;
}
@media only screen and (min-width: 768px) {
  .portales .multi-price-list, .portlet-journal-content .multi-price-list {
    border-right: 10px solid #fff;
    border-top: 0;
  }
  .portales .multi-price-list > li, .portlet-journal-content .multi-price-list > li {
    padding: 0;
    font-size: 0;
  }
  .portales .multi-price-list > li .spec-content, .portlet-journal-content .multi-price-list > li .spec-content {
    background: #F9F9F9;
    padding: 20px 10px;
  }
  .portales .multi-price-list > li .spec-content .icon-ok, .portlet-journal-content .multi-price-list > li .spec-content .icon-ok {
    visibility: hidden;
  }
  .portales .multi-price-list > li .text, .portlet-journal-content .multi-price-list > li .text {
    padding: 0 40px 0 10px;
    text-align: right;
  }
  .portales .multi-price-list > li .icon-info-circle, .portlet-journal-content .multi-price-list > li .icon-info-circle {
    float: right;
    margin-right: 4px;
  }
  .portales .multi-price-list > li.ok .text, .portlet-journal-content .multi-price-list > li.ok .text {
    padding: 0 40px 0 10px;
  }
  .portales .multi-price-list > li.ok .text:after, .portlet-journal-content .multi-price-list > li.ok .text:after {
    display: none;
  }
  .portales .multi-price-list > li.ok .spec-content, .portlet-journal-content .multi-price-list > li.ok .spec-content {
    background: #E7F5E3;
  }
  .portales .multi-price-list > li.ok .spec-content .icon-ok, .portlet-journal-content .multi-price-list > li.ok .spec-content .icon-ok {
    visibility: visible;
  }
  .portales .multi-price-list > li.optional .spec-content, .portlet-journal-content .multi-price-list > li.optional .spec-content {
    background: #F9EFC6;
  }
  .portales .multi-price-list > li .fake-select, .portlet-journal-content .multi-price-list > li .fake-select {
    max-width: 100%;
  }
  .portales .multi-price-list > li .fake-select + .extra-info, .portlet-journal-content .multi-price-list > li .fake-select + .extra-info {
    max-width: 100%;
  }
  .portales .spec-title, .portlet-journal-content .spec-title {
    width: 51%;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .portales .spec-content, .portlet-journal-content .spec-content {
    text-align: center;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .portales .spec-content .icon-ok, .portlet-journal-content .spec-content .icon-ok {
    color: #33cc00;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .portales .dash-stripe-list, .portlet-journal-content .dash-stripe-list {
    width: 80%;
    margin: 0 auto;
  }
  .portales .multi-price-content .specs .price-modificator, .portlet-journal-content .multi-price-content .specs .price-modificator {
    position: relative;
  }
  .portales .multi-price-content .specs .price-modificator .toggle-price-arrow, .portlet-journal-content .multi-price-content .specs .price-modificator .toggle-price-arrow {
    position: absolute;
    top: 0px;
    right: -10px;
    float: none;
    margin: 0;
    outline: 0;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .portales .multi-price-content .all-specs, .portlet-journal-content .multi-price-content .all-specs {
    display: block !important;
  }
  .portales .multi-price-content .price-modificator, .portlet-journal-content .multi-price-content .price-modificator {
    position: relative;
  }
  .portales .multi-price-content .drop-price-content, .portlet-journal-content .multi-price-content .drop-price-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .portales .multi-price-content .fake-select, .portlet-journal-content .multi-price-content .fake-select {
    position: relative;
  }
  .portales .multi-price-content .fake-select-options, .portlet-journal-content .multi-price-content .fake-select-options {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
  }
  .portales .multi-price-content.comparision-mod, .portlet-journal-content .multi-price-content.comparision-mod {
    position: relative;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover {
    background: #F7F7F7;
    position: absolute;
    top: 87px;
    left: 25.5%;
    right: 19px;
    bottom: 0;
    text-align: center;
    padding: 65px;
    z-index: 5;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .title, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .title {
    font-weight: normal;
    text-align: left;
    padding-left: 50px;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover li, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover li {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 200;
    margin: 10px 0 30px;
    text-align: left;
    line-height: 28px;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .cover-img, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .cover-img {
    height: 65%;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .cover-img img, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .cover-img img {
    max-height: 100%;
  }
  .portales .multi-price-content.comparision-mod .specs .fake-select, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select {
    margin: 0;
  }
  .portales .multi-price-content.comparision-mod .specs .fake-select-content, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-content {
    min-height: 76px;
    border-bottom: 1px solid #999;
    -webkit-transition: border-bottom 0s ease 400ms;
    -moz-transition: border-bottom 0s ease 400ms;
    -ms-transition: border-bottom 0s ease 400ms;
    transition: border-bottom 0s ease 400ms;
  }
  .portales .multi-price-content.comparision-mod .specs .fake-select-content:after, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-content:after {
    margin-top: -6px;
  }
  .portales .multi-price-content.comparision-mod .specs .fake-select-content.opened, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-content.opened {
    border-bottom: 0px solid transparent;
    -webkit-transition: border-bottom 0s ease 0s;
    -moz-transition: border-bottom 0s ease 0s;
    -ms-transition: border-bottom 0s ease 0s;
    transition: border-bottom 0s ease 0s;
  }
  .portales .multi-price-content.comparision-mod .specs .fk-sel-selected, .portlet-journal-content .multi-price-content.comparision-mod .specs .fk-sel-selected {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .portales .view-more-list, .portlet-journal-content .view-more-list {
    background: #F6F6F6;
  }
}
.portales .dash-stripe-list li, .portlet-journal-content .dash-stripe-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #D2D2D2;
}
.portales .dash-stripe-list li:first-child, .portlet-journal-content .dash-stripe-list li:first-child {
  padding-top: 0;
}
.portales .dash-stripe-list li:last-child, .portlet-journal-content .dash-stripe-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.portales .more-specs > ul, .portlet-journal-content .more-specs > ul {
  border-top: none;
  display: none;
}
.portales .more-specs > ul li:first-child, .portlet-journal-content .more-specs > ul li:first-child {
  border-top: none;
}
.portales .view-more-list, .portlet-journal-content .view-more-list {
  text-align: center;
  cursor: pointer;
  padding: 15px 20px;
  border-top: 1px solid #FFF;
  position: relative;
}
.portales .view-more-list .show-view, .portlet-journal-content .view-more-list .show-view {
  display: none;
}
.portales .view-more-list .close-view, .portlet-journal-content .view-more-list .close-view {
  display: block;
}
.portales .view-more-list > p, .portlet-journal-content .view-more-list > p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.portales .view-more-list .icon, .portlet-journal-content .view-more-list .icon {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -2px;
  font-weight: bold;
}
.portales .view-more-list.show .show-view, .portlet-journal-content .view-more-list.show .show-view {
  display: block;
}
.portales .view-more-list.show .close-view, .portlet-journal-content .view-more-list.show .close-view {
  display: none;
}
.portales .resume-box.panel, .portlet-journal-content .resume-box.panel {
  background: #EFEFEF;
  padding: 20px;
}
.portales .specs.resume-specs .title, .portlet-journal-content .specs.resume-specs .title {
  padding: 20px;
  background: #F9F9F9;
  border-bottom: 1px solid #E6E6E6;
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .specs.resume-specs .specs-price, .portlet-journal-content .specs.resume-specs .specs-price {
  padding: 10px 20px 20px;
}
.portales .specs.resume-specs .price, .portlet-journal-content .specs.resume-specs .price {
  float: none;
}
.portales .specs.resume-specs .type, .portlet-journal-content .specs.resume-specs .type {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.portales .specs.resume-specs .info, .portlet-journal-content .specs.resume-specs .info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.portales .resume-content, .portlet-journal-content .resume-content {
  padding: 0;
  border-left: 1px solid #FFF;
}
.portales .resume-content .title, .portlet-journal-content .resume-content .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  padding: 40px 30px 10px;
  border-bottom: 1px solid #D4D4D4;
  box-shadow: 0 1px 1px #FFF;
}
.portales .resume-content .check-list, .portlet-journal-content .resume-content .check-list {
  padding: 20px 25px;
}
.portales .resume-content .check-list li, .portlet-journal-content .resume-content .check-list li {
  margin-bottom: 15px;
}
.portales .resume-content .check-list li:before, .portlet-journal-content .resume-content .check-list li:before {
  font-size: 22px;
  font-size: 1.375rem;
}
.portales .resume-content .checkbox-list, .portlet-journal-content .resume-content .checkbox-list {
  padding: 20px 25px;
}
.portales .resume-content .helps .help, .portlet-journal-content .resume-content .helps .help {
  padding: 50px 20px 80px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #D4D4D4;
}
.portales .resume-content .helps .help .title, .portlet-journal-content .resume-content .helps .help .title {
  padding: 0;
}
.portales .helps .help, .portlet-journal-content .helps .help {
  padding: 0 20px;
}
.portales .helps .help:after, .portlet-journal-content .helps .help:after {
  clear: both;
  content: '';
  display: table;
}
.portales .helps .help:first-child, .portlet-journal-content .helps .help:first-child {
  border-left: 0;
}
.portales .helps .help:last-child, .portlet-journal-content .helps .help:last-child {
  border-right: 0;
}
.portales .helps .help .title, .portlet-journal-content .helps .help .title {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  box-shadow: none;
}
.portales .helps .help .btn.btn-next, .portlet-journal-content .helps .help .btn.btn-next {
  border: 1px solid transparent;
}
.portales .helps .help .btn.btn-light, .portlet-journal-content .helps .help .btn.btn-light {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.portales .helps .help .btn.btn-light .icon, .portlet-journal-content .helps .help .btn.btn-light .icon {
  font-size: 22px;
  font-size: 1.375rem;
}
.portales .resume-section, .portlet-journal-content .resume-section {
  margin-bottom: 30px;
}
.portales .slider-picker, .portlet-journal-content .slider-picker {
  padding-left: 30px;
  min-height: 180px;
}
.portales .slider-picker fieldset, .portlet-journal-content .slider-picker fieldset {
  position: relative;
  margin-bottom: 70px;
}
.portales #slider-selector, .portlet-journal-content #slider-selector {
  width: 80%;
  margin: 30px auto;
  background: #cccccb;
}
.portales #slider-selector .noUi-base, .portlet-journal-content #slider-selector .noUi-base {
  height: 8px;
  border-radius: 0px;
}
.portales #slider-selector .marks, .portlet-journal-content #slider-selector .marks {
  font-size: 0px;
  font-size: 0rem;
}
.portales #slider-selector .marks span, .portlet-journal-content #slider-selector .marks span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  width: 1px;
  height: 3px;
  background: #aaaaaa;
  position: absolute;
  top: -10px;
}
.portales #slider-selector .marks span.long, .portlet-journal-content #slider-selector .marks span.long {
  height: 24px;
}
.portales #slider-selector .number-steps, .portlet-journal-content #slider-selector .number-steps {
  position: absolute;
  bottom: -55px;
  right: -40px;
  left: -40px;
  font-size: 0px;
  font-size: 0rem;
}
.portales #slider-selector .number-steps span, .portlet-journal-content #slider-selector .number-steps span {
  font-size: 16px;
  font-size: 1rem;
  width: 25%;
  display: inline-block;
}
.portales #slider-selector .number-steps span:first-child:before, .portlet-journal-content #slider-selector .number-steps span:first-child:before {
  left: 11px;
}
.portales #slider-selector .number-steps span:last-child, .portlet-journal-content #slider-selector .number-steps span:last-child {
  text-align: right;
}
.portales #slider-selector .number-steps span:last-child:before, .portlet-journal-content #slider-selector .number-steps span:last-child:before {
  right: 11px;
}
.portales #slider-selector .number-steps span:nth-child(2), .portlet-journal-content #slider-selector .number-steps span:nth-child(2) {
  text-align: center;
}
.portales #slider-selector .number-steps span:nth-child(3), .portlet-journal-content #slider-selector .number-steps span:nth-child(3) {
  text-align: right;
}
.portales #slider-selector .number-steps span:nth-child(2):before, .portlet-journal-content #slider-selector .number-steps span:nth-child(2):before {
  right: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portales .noUi-target, .portlet-journal-content .noUi-target {
  border: none;
}
.portales .noUi-horizontal, .portlet-journal-content .noUi-horizontal {
  height: 8px;
  border-radius: 0px;
}
.portales .noUi-horizontal .noUi-handle, .portlet-journal-content .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 31px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  position: relative;
  top: -10px;
  left: -12px;
}
.portales .noUi-horizontal .noUi-handle:before, .portlet-journal-content .noUi-horizontal .noUi-handle:before {
  display: none;
}
.portales .noUi-horizontal .noUi-handle:after, .portlet-journal-content .noUi-horizontal .noUi-handle:after {
  content: "";
  background: #F6F6F6;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 21px;
  left: 0px;
}
@media screen and (max-width: 320px) {
  .portales #slider-selector .number-steps span, .portlet-journal-content #slider-selector .number-steps span {
    font-size: 0.95rem;
  }
}
.portales .module, .portlet-journal-content .module {
  padding: 20px 10px;
  margin-bottom: 10px;
}
.portales .module .module-title, .portlet-journal-content .module .module-title {
  margin: 0px 0px 10px 0px;
}
.portales .module.small-gap, .portlet-journal-content .module.small-gap {
  margin-bottom: 0;
}
.portales .module-wide, .portlet-journal-content .module-wide {
  margin-bottom: 60px;
}
.portales .text-right, .portlet-journal-content .text-right {
  text-align: right;
}
.portales .user-login, .portlet-journal-content .user-login {
  border-bottom: 2px solid #fff;
  background: #E85B02;
}
.portales .user-login a, .portlet-journal-content .user-login a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .user-login .icon, .portlet-journal-content .user-login .icon {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .promo-banner, .portlet-journal-content .promo-banner {
  padding: 13px 0px;
  font-size: 0px;
  font-size: 0rem;
}
.portales .promo-banner .promo-wrapper, .portlet-journal-content .promo-banner .promo-wrapper {
  padding: 0px 20px;
}
.portales .promo-banner .highlighted, .portlet-journal-content .promo-banner .highlighted {
  display: inline-block;
  vertical-align: middle;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 600;
  margin-right: 10px;
  line-height: 1em;
}
.portales .promo-banner .description, .portlet-journal-content .promo-banner .description {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  width: 60%;
}
.portales .promo-banner .description p, .portlet-journal-content .promo-banner .description p {
  margin: 0px;
}
.portales .social, .portlet-journal-content .social {
  border-bottom: 1px solid #FFF;
  margin: 0 10px 20px;
  position: relative;
}
.portales .social:after, .portlet-journal-content .social:after {
  clear: both;
  content: '';
  display: table;
}
.portales .social .title, .portlet-journal-content .social .title {
  position: absolute;
  left: 0;
  top: 15px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .social .social-links, .portlet-journal-content .social .social-links {
  text-align: center;
}
.portales .social .social-links a, .portlet-journal-content .social .social-links a {
  margin: 0 6px;
  width: 50px;
  height: 50px;
  text-indent: -999999px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
}
.portales .social .social-links a:hover, .portlet-journal-content .social .social-links a:hover {
  opacity: 0.7;
}
.portales .specs .title, .portlet-journal-content .specs .title {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.portales .specs .specs-price:after, .portlet-journal-content .specs .specs-price:after {
  clear: both;
  content: '';
  display: table;
}
.portales .specs .price, .portlet-journal-content .specs .price {
  font-weight: bold;
  color: #333;
  float: left;
  margin-bottom: 0;
  font-size: 45px;
  font-size: 2.8125rem;
}
.portales .specs .price span, .portlet-journal-content .specs .price span {
  font-size: 27px;
  font-size: 1.6875rem;
}
.portales .specs .price-modificator .toggle-price-arrow, .portlet-journal-content .specs .price-modificator .toggle-price-arrow {
  margin-top: 15px;
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.portales .specs .price-modificator p, .portlet-journal-content .specs .price-modificator p {
  display: inline-block;
  margin: 0;
}
.portales .specs .price-modificator .icon, .portlet-journal-content .specs .price-modificator .icon {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: -2px;
  display: inline-block;
  font-weight: bold;
}
.portales .specs .drop-price-content, .portlet-journal-content .specs .drop-price-content {
  clear: both;
  display: none;
  border: 1px solid #BBB;
}
.portales .specs .drop-price-content .field, .portlet-journal-content .specs .drop-price-content .field {
  padding: 10px 10px 5px;
  margin: 0;
  background: #DADADA;
  border-bottom: 1px solid #BBB;
  border-top: 1px solid #EFEFEF;
}
.portales .specs .drop-price-content .field:after, .portlet-journal-content .specs .drop-price-content .field:after {
  clear: both;
  content: '';
  display: table;
}
.portales .specs .drop-price-content .field:first-child, .portlet-journal-content .specs .drop-price-content .field:first-child {
  border-top: none;
}
.portales .specs .drop-price-content .field:last-child, .portlet-journal-content .specs .drop-price-content .field:last-child {
  border-bottom: none;
}
.portales .specs .drop-price-content label:before, .portlet-journal-content .specs .drop-price-content label:before {
  margin-top: 10px;
}
.portales .specs .drop-price-content .specs-option-info, .portlet-journal-content .specs .drop-price-content .specs-option-info {
  display: block;
  padding-left: 32px;
}
.portales .specs .drop-price-content .specs-option-initial, .portlet-journal-content .specs .drop-price-content .specs-option-initial {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding-left: 69%;
}
.portales .specs .drop-price-content .specs-option-initial strong, .portlet-journal-content .specs .drop-price-content .specs-option-initial strong {
  display: block;
}
.portales .specs .drop-price-content .specs-option-price, .portlet-journal-content .specs .drop-price-content .specs-option-price {
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .specs .drop-price-content .specs-option-price strong, .portlet-journal-content .specs .drop-price-content .specs-option-price strong {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.portales .specs .btn-next, .portlet-journal-content .specs .btn-next {
  width: 100%;
  padding: 15px 10px;
  font-weight: bold;
}
.portales .prices-header .specs, .portlet-journal-content .prices-header .specs {
  padding-bottom: 10px;
}
.portales .prices-header .specs .title, .portlet-journal-content .prices-header .specs .title {
  color: #333;
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.portales .prices-header .specs-price, .portlet-journal-content .prices-header .specs-price {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.portales .prices-header .specs-price .price, .portlet-journal-content .prices-header .specs-price .price {
  display: inline-block;
  margin-right: 15px;
  float: none;
}
.portales .prices-header .specs-price .price-modificator, .portlet-journal-content .prices-header .specs-price .price-modificator {
  display: inline-block;
}
.portales .prices-header .specs-price .price-modificator .drop-price-content, .portlet-journal-content .prices-header .specs-price .price-modificator .drop-price-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 601;
}
.portales .prices-header .btn-next, .portlet-journal-content .prices-header .btn-next {
  display: inline-block;
  vertical-align: text-bottom;
  width: auto;
  padding: 15px 30px;
}
.portales .multi-price-header .specs-multi-price .specs-header, .portlet-journal-content .multi-price-header .specs-multi-price .specs-header {
  background: #EFEFEF;
  border-bottom: 1px solid #DFDFDF;
  padding: 6px 20px 0;
  position: relative;
  min-height: 40px;
}
.portales .multi-price-header .specs-multi-price .specs-header .recomend-deco, .portlet-journal-content .multi-price-header .specs-multi-price .specs-header .recomend-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.portales .multi-price-header .specs-multi-price .specs-header .recomend-deco + .title, .portlet-journal-content .multi-price-header .specs-multi-price .specs-header .recomend-deco + .title {
  margin-right: 20px;
}
.portales .multi-price-header .specs-multi-price .specs-header .recomend-text, .portlet-journal-content .multi-price-header .specs-multi-price .specs-header .recomend-text {
  display: none;
}
.portales .multi-price-header .specs-multi-price .title, .portlet-journal-content .multi-price-header .specs-multi-price .title {
  font-size: 13px;
  font-size: 0.8125rem;
  height: 2em;
  overflow: hidden;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.portales .multi-price-header .specs-multi-price .price, .portlet-journal-content .multi-price-header .specs-multi-price .price {
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .multi-price-header .specs-multi-price .price span, .portlet-journal-content .multi-price-header .specs-multi-price .price span {
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .multi-price-header .specs-multi-price .price-modificator, .portlet-journal-content .multi-price-header .specs-multi-price .price-modificator {
  float: right;
}
.portales .multi-price-header .specs-multi-price .price-modificator .toggle-price-arrow, .portlet-journal-content .multi-price-header .specs-multi-price .price-modificator .toggle-price-arrow {
  margin-top: 6px;
}
.portales .multi-price-header .specs-multi-price .price-modificator p, .portlet-journal-content .multi-price-header .specs-multi-price .price-modificator p {
  font-size: 10px;
  font-size: 0.625rem;
}
.portales .multi-price-header .specs-multi-price .specs-price, .portlet-journal-content .multi-price-header .specs-multi-price .specs-price {
  border-top: 1px solid #FEFEFE;
  padding: 0 14px 8px;
  margin: 0;
  display: block;
}
.portales .multi-price-header .specs-multi-price .btn, .portlet-journal-content .multi-price-header .specs-multi-price .btn {
  margin-top: 4px;
  padding: 8px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.portales .prices-tabs, .portlet-journal-content .prices-tabs {
  padding: 0 6%;
}
.portales .prices-tabs .current-tab, .portlet-journal-content .prices-tabs .current-tab {
  display: none;
}
.portales .tabs, .portlet-journal-content .tabs {
  list-style: none;
  width: 100%;
}
.portales .tabs:after, .portlet-journal-content .tabs:after {
  clear: both;
  content: '';
  display: table;
}
.portales .tabs .tab, .portlet-journal-content .tabs .tab {
  width: 25%;
  float: left;
  background: #F1F1F1;
}
.portales .tabs .tab:first-child a, .portlet-journal-content .tabs .tab:first-child a {
  border-left: 1px solid #999;
}
.portales .tabs .tab:first-child a.active, .portales .tabs .tab:first-child a:hover, .portlet-journal-content .tabs .tab:first-child a.active, .portlet-journal-content .tabs .tab:first-child a:hover {
  border-left-color: transparent;
}
.portales .tabs .tab:last-child a.active, .portales .tabs .tab:last-child a:hover, .portlet-journal-content .tabs .tab:last-child a.active, .portlet-journal-content .tabs .tab:last-child a:hover {
  border-right-color: transparent;
}
.portales .tabs .tab a, .portlet-journal-content .tabs .tab a {
  border-top: 3px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 15px 5px;
  position: relative;
  outline: 0;
}
.portales .tabs .tab a.active, .portales .tabs .tab a:hover, .portlet-journal-content .tabs .tab a.active, .portlet-journal-content .tabs .tab a:hover {
  text-decoration: none;
  background: #FFF;
  border-top-color: #007BC1;
  color: #333;
}
.portales .tabs .tab a.active:before, .portales .tabs .tab a:before, .portlet-journal-content .tabs .tab a.active:before, .portlet-journal-content .tabs .tab a:before {
  opacity: 0;
  content: " ";
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8.5px 0 8.5px;
  border-color: #007BC1 transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  transition: opacity 0.3s ease;
}
.portales .tabs .tab a:hover:before, .portales .tabs .tab a.active:before, .portlet-journal-content .tabs .tab a:hover:before, .portlet-journal-content .tabs .tab a.active:before {
  opacity: 1;
}
.portales .tab-content, .portlet-journal-content .tab-content {
  padding-top: 20px;
}
.sticky .portales .sticky-hide, .sticky .portlet-journal-content .sticky-hide {
  display: none;
}
.portales .campaign-module.has-image .title, .portlet-journal-content .campaign-module.has-image .title {
  padding-right: 25%;
}
.portales .campaign-module .title, .portlet-journal-content .campaign-module .title {
  margin-bottom: 10px;
}
.portales .campaign-module .campaign-image, .portlet-journal-content .campaign-module .campaign-image {
  float: right;
  margin-top: -108px;
  width: 24%;
  margin-left: 30px;
}
.portales .campaign-module .campaign-image img, .portlet-journal-content .campaign-module .campaign-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.portales .campaign-module hr, .portlet-journal-content .campaign-module hr {
  clear: both;
}
.portales .campaign-module .landing-content p, .portlet-journal-content .campaign-module .landing-content p {
  font-weight: 200;
  margin: 0;
  line-height: 26px;
}
.portales .campaign-module .landing-content p + p, .portlet-journal-content .campaign-module .landing-content p + p {
  margin-top: 1.1em;
}
.portales .campaign-module .landing-content strong, .portlet-journal-content .campaign-module .landing-content strong {
  font-weight: 600;
}
.portales .campaign-module .landing-content ul, .portlet-journal-content .campaign-module .landing-content ul {
  margin: 20px 0 25px;
}
.portales .claim-box .title, .portlet-journal-content .claim-box .title {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 400;
}
.portales .claim-box .title p, .portlet-journal-content .claim-box .title p {
  margin: 0;
}
.portales .claim-box .text, .portlet-journal-content .claim-box .text {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}
.portales .claim-box .text a, .portlet-journal-content .claim-box .text a {
  display: block;
}
.portales .claim-box .link-action, .portlet-journal-content .claim-box .link-action {
  text-align: center;
}
.portales .claim-box .link-action .btn, .portlet-journal-content .claim-box .link-action .btn {
  width: 80%;
  font-weight: 600;
}
.portales .icon-cols .col.claim-box, .portlet-journal-content .icon-cols .col.claim-box {
  padding: 20px 0;
}
.portales .content-icon-box .deco-img, .portlet-journal-content .content-icon-box .deco-img {
  float: left;
  width: 70px;
}
.portales .content-icon-box .deco-img img, .portlet-journal-content .content-icon-box .deco-img img {
  max-width: 60px;
}
.portales .content-icon-box .deco-img + .landing-content, .portlet-journal-content .content-icon-box .deco-img + .landing-content {
  padding-left: 70px;
}
.portales .content-icon-module .landing-content, .portlet-journal-content .content-icon-module .landing-content {
  position: relative;
  line-height: 1.63;
}
.portales .content-icon-module .landing-content:before, .portlet-journal-content .content-icon-module .landing-content:before {
  content: "";
  border-left: 1px solid #9B9B9B;
  border-left: 1px solid rgba(155, 155, 155, 0.5);
  border-right: 1px solid white;
  height: 100%;
  position: absolute;
  left: 54%;
}
.portales .content-icon-module .landing-content ul, .portlet-journal-content .content-icon-module .landing-content ul {
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}
.portales .content-icon-module .landing-content ul li, .portlet-journal-content .content-icon-module .landing-content ul li {
  float: left;
  width: 50%;
  padding: 10px 25px 10px 0;
  margin: 0;
}
.portales .content-icon-module .landing-content ul li + li, .portlet-journal-content .content-icon-module .landing-content ul li + li {
  margin: 0;
}
.portales .form-landing .field .alert.error, .portlet-journal-content .form-landing .field .alert.error {
  background: #FAE0E4;
  font-size: 12px;
  font-size: 0.75rem;
  color: #D32828;
  font-weight: 600;
  padding: 6px;
}
.portales .form-landing .field .alert .title, .portlet-journal-content .form-landing .field .alert .title {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline;
}
.portales .form-landing .field #lopd-error, .portlet-journal-content .form-landing .field #lopd-error {
  margin-bottom: 5px;
}
.portales .form-landing .field input.error, .portlet-journal-content .form-landing .field input.error {
  border: 1px solid #D32828;
}
.portales .form-landing .field input.error::-webkit-input-placeholder, .portlet-journal-content .form-landing .field input.error::-webkit-input-placeholder {
  color: #D32828;
  opacity: 1;
  font-weight: normal;
}
.portales .form-landing .field input.error:-moz-placeholder, .portlet-journal-content .form-landing .field input.error:-moz-placeholder {
  /* Firefox 18- */
  color: #D32828;
  opacity: 1;
  font-weight: normal;
}
.portales .form-landing .field input.error::-moz-placeholder, .portlet-journal-content .form-landing .field input.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #D32828;
  opacity: 1;
  font-weight: normal;
}
.portales .form-landing .field input.error:-ms-input-placeholder, .portlet-journal-content .form-landing .field input.error:-ms-input-placeholder {
  color: #D32828;
  opacity: 1;
  font-weight: normal;
}
.portales .form-landing .field .fk-select.error, .portlet-journal-content .form-landing .field .fk-select.error {
  border: 1px solid #D32828;
  color: #D32828;
}
.portales .landing-hero, .portlet-journal-content .landing-hero {
  min-height: 530px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.portales .landing-hero .wrapper, .portlet-journal-content .landing-hero .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.portales .landing-hero .landing-content, .portlet-journal-content .landing-hero .landing-content {
  padding-top: 60px;
  width: 75%;
}
.portales .landing-hero .title p, .portlet-journal-content .landing-hero .title p {
  margin: 0;
}
.portales .landing-hero .title .lh-alpha, .portlet-journal-content .landing-hero .title .lh-alpha {
  color: #FFF;
}
.portales .landing-hero .promo, .portlet-journal-content .landing-hero .promo {
  color: #FFF;
  margin-bottom: 30px;
}
.portales .landing-hero .promo .promo-percent,
.portales .landing-hero .promo .promo-bonification, .portlet-journal-content .landing-hero .promo .promo-percent,
.portlet-journal-content .landing-hero .promo .promo-bonification {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.portales .landing-hero .promo .promo-percent, .portlet-journal-content .landing-hero .promo .promo-percent {
  padding-right: 30px;
}
.portales .landing-hero .promo .promo-percent p, .portlet-journal-content .landing-hero .promo .promo-percent p {
  margin: 0;
  text-transform: uppercase;
}
.portales .landing-hero .promo .promo-bonification, .portlet-journal-content .landing-hero .promo .promo-bonification {
  border-left: 1px solid #FFF;
  margin-left: 30px;
  padding: 21px;
  padding-left: 30px;
}
.portales .landing-hero .promo .promo-bonification p, .portlet-journal-content .landing-hero .promo .promo-bonification p {
  margin: 0;
  font-size: 36px;
  font-size: 2.25rem;
}
.portales .landing-hero .promo .percentage, .portlet-journal-content .landing-hero .promo .percentage {
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1;
}
.portales .landing-hero .promo .percentage span, .portlet-journal-content .landing-hero .promo .percentage span {
  font-size: 50%;
}
.portales .landing-hero .promo .icons, .portlet-journal-content .landing-hero .promo .icons {
  text-align: center;
}
.portales .landing-hero .promo .icons .icon, .portlet-journal-content .landing-hero .promo .icons .icon {
  font-size: 36px;
  font-size: 2.25rem;
}
.portales .landing-hero .promo .icons .icon:last-child, .portlet-journal-content .landing-hero .promo .icons .icon:last-child {
  margin-right: 0;
}
.portales .landing-hero .hero-image, .portlet-journal-content .landing-hero .hero-image {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 25%;
}
.portales .landing-hero .hero-image img, .portlet-journal-content .landing-hero .hero-image img {
  width: 100%;
}
.portales .landing-hero .actions .btn, .portlet-journal-content .landing-hero .actions .btn {
  padding: 15px 30px;
  font-weight: 600;
}
.portales .landing-hero .actions .btn.btn-primary, .portlet-journal-content .landing-hero .actions .btn.btn-primary {
  margin-right: 10px;
}
.portales .landing-hero .actions .btn.btn-light, .portlet-journal-content .landing-hero .actions .btn.btn-light {
  padding: 14px 30px;
}
.portales .landing-hero .actions .btn.btn-light .icon, .portlet-journal-content .landing-hero .actions .btn.btn-light .icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -8px;
  padding: 0;
}
.portales .landing-hero.has-form .landing-content, .portlet-journal-content .landing-hero.has-form .landing-content {
  width: 100%;
  padding-right: 300px;
}
.portales .landing-hero.has-form .landing-content .actions, .portlet-journal-content .landing-hero.has-form .landing-content .actions {
  position: absolute;
  padding-right: 300px;
  bottom: 80px;
}
.portales .landing-hero.has-form .landing-content .actions .field,
.portales .landing-hero.has-form .landing-content .actions .btn-primary, .portlet-journal-content .landing-hero.has-form .landing-content .actions .field,
.portlet-journal-content .landing-hero.has-form .landing-content .actions .btn-primary {
  display: inline-block;
  vertical-align: bottom;
}
.portales .landing-hero.has-form .landing-content .actions .btn-primary, .portlet-journal-content .landing-hero.has-form .landing-content .actions .btn-primary {
  min-width: 260px;
  margin-right: 0;
}
.portales .landing-hero.has-form .landing-content .actions .field, .portlet-journal-content .landing-hero.has-form .landing-content .actions .field {
  min-width: 260px;
  margin-right: 20px;
}
.portales .landing-hero.has-form .landing-content .actions label, .portlet-journal-content .landing-hero.has-form .landing-content .actions label {
  color: white;
}
.portales .landing-hero.has-form .hero-form, .portlet-journal-content .landing-hero.has-form .hero-form {
  background: #FFF;
  border-radius: 4px;
  width: 280px;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  box-shadow: 4px 1px 6px 0 rgba(0, 0, 0, 0.38);
}
.portales .landing-hero.has-form .hero-form .info, .portlet-journal-content .landing-hero.has-form .hero-form .info {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
.portales .landing-hero.has-form .hero-form .fk-check, .portlet-journal-content .landing-hero.has-form .hero-form .fk-check {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 10px;
}
.portales .landing-hero.has-form .hero-form .field + .field, .portlet-journal-content .landing-hero.has-form .hero-form .field + .field {
  margin-top: 5px;
}
.portales .landing-hero.has-form .hero-form label.hide, .portlet-journal-content .landing-hero.has-form .hero-form label.hide {
  height: 0;
  opacity: 0;
  margin: 0;
}
.portales .landing-hero.has-form .hero-form .btn-dark, .portales .landing-hero.has-form .hero-form .btn-transparent, .portlet-journal-content .landing-hero.has-form .hero-form .btn-dark, .portlet-journal-content .landing-hero.has-form .hero-form .btn-transparent {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .landing-hero.has-form .hero-form .btn-dark .icon, .portales .landing-hero.has-form .hero-form .btn-transparent .icon, .portlet-journal-content .landing-hero.has-form .hero-form .btn-dark .icon, .portlet-journal-content .landing-hero.has-form .hero-form .btn-transparent .icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -4px;
}
.portales .landing-hero.has-form.has-image .landing-content, .portlet-journal-content .landing-hero.has-form.has-image .landing-content {
  padding-right: 600px;
}
.portales .landing-hero.has-form.has-image .landing-content .actions, .portlet-journal-content .landing-hero.has-form.has-image .landing-content .actions {
  padding-right: 600px;
  bottom: 60px;
}
.portales .landing-hero.has-form.has-image .landing-content .actions .field,
.portales .landing-hero.has-form.has-image .landing-content .actions button, .portlet-journal-content .landing-hero.has-form.has-image .landing-content .actions .field,
.portlet-journal-content .landing-hero.has-form.has-image .landing-content .actions button {
  margin-bottom: 10px;
}
.portales .landing-hero.has-form.has-image .hero-image, .portlet-journal-content .landing-hero.has-form.has-image .hero-image {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 280px;
}
.portales .landing-hero.has-form.has-image .hero-image img, .portlet-journal-content .landing-hero.has-form.has-image .hero-image img {
  width: 100%;
}
.portales .landing-hero.has-form.has-image .hero-form, .portlet-journal-content .landing-hero.has-form.has-image .hero-form {
  right: 290px;
}
.portales .landing-hero.has-big-image, .portlet-journal-content .landing-hero.has-big-image {
  min-height: 565px;
}
.portales .landing-hero.has-big-image .landing-content, .portlet-journal-content .landing-hero.has-big-image .landing-content {
  width: 64.5%;
}
.portales .landing-hero.has-big-image .landing-content .actions, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions {
  position: absolute;
  padding-right: 300px;
  bottom: 80px;
}
.portales .landing-hero.has-big-image .landing-content .actions .field,
.portales .landing-hero.has-big-image .landing-content .actions .btn-primary, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions .field,
.portlet-journal-content .landing-hero.has-big-image .landing-content .actions .btn-primary {
  display: inline-block;
  vertical-align: bottom;
}
.portales .landing-hero.has-big-image .landing-content .actions .btn-primary, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions .btn-primary {
  min-width: 260px;
  margin-right: 0;
}
.portales .landing-hero.has-big-image .landing-content .actions .field, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions .field {
  min-width: 260px;
  margin-right: 20px;
}
.portales .landing-hero.has-big-image .landing-content .actions label, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions label {
  color: white;
}
.portales .landing-hero.has-big-image .hero-text, .portlet-journal-content .landing-hero.has-big-image .hero-text {
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
  line-height: 31px;
}
.portales .landing-hero.has-big-image .hero-text p, .portlet-journal-content .landing-hero.has-big-image .hero-text p {
  margin: 0;
}
.portales .landing-hero.has-big-image .hero-text p + p, .portlet-journal-content .landing-hero.has-big-image .hero-text p + p {
  margin-top: 1.1em;
}
.portales .landing-hero.has-big-image .hero-image, .portlet-journal-content .landing-hero.has-big-image .hero-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  width: 35%;
  overflow: hidden;
}
.portales .landing-hero.has-big-image .hero-image img, .portlet-journal-content .landing-hero.has-big-image .hero-image img {
  height: 100%;
  width: auto;
}
.portales section.web_hero_genesis, .portlet-journal-content section.web_hero_genesis {
  height: 478px;
  background-color: #FFFFFF;
}
.portales .hero_img_desktop img, .portlet-journal-content .hero_img_desktop img {
  width: 100%;
  height: 345px;
}
.portales .hero_title, .portlet-journal-content .hero_title {
  color: #203763;
  font-family: Sansation;
  font-size: 46px;
  line-height: 54px;
  font-weight: bold;
  position: absolute;
  top: 83px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.portales .hero_subtitle, .portlet-journal-content .hero_subtitle {
  color: #203763;
  font-family: Sansation;
  font-size: 32px;
  line-height: 37px;
  position: absolute;
  top: 55px;
  /*73*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.portales .hero_box_wrapper, .portlet-journal-content .hero_box_wrapper {
  display: block;
  text-align: center;
  top: -126px;
  position: relative;
}
.portales .hero_box, .portlet-journal-content .hero_box {
  height: 200px;
  width: 200px;
  border: 1px solid #D1D1D1;
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.portales .hero_box_item, .portlet-journal-content .hero_box_item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.portales .hero_box:last-child, .portlet-journal-content .hero_box:last-child {
  margin-right: 0px;
}
.portales .hero_box .hero_box_title, .portlet-journal-content .hero_box .hero_box_title {
  color: #007DC3;
  font-family: Sansation;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  margin-top: 70px;
  margin-top: 118px;
}
.portales .hero_box .hero_box_img, .portlet-journal-content .hero_box .hero_box_img {
  position: absolute;
  top: 74px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.portales .boxes-container-bottomspace, .portlet-journal-content .boxes-container-bottomspace {
  margin-bottom: 60px;
}
.portales .landing-icon-cols .row, .portlet-journal-content .landing-icon-cols .row {
  margin: 0 -15px;
}
.portales .landing-icon-cols .col, .portlet-journal-content .landing-icon-cols .col {
  width: 25%;
  float: left;
  padding: 0 15px;
  min-height: 265px;
  border-right: 1px solid #9B9B9B;
  border-right: 1px solid rgba(155, 155, 155, 0.5);
}
.portales .landing-icon-cols .col:first-child, .portlet-journal-content .landing-icon-cols .col:first-child {
  border-left: 0;
}
.portales .landing-icon-cols .col:last-child, .portlet-journal-content .landing-icon-cols .col:last-child {
  border-right: 0;
}
.portales .landing-icon-cols .landing-content, .portlet-journal-content .landing-icon-cols .landing-content {
  padding: 20px;
  line-height: 1.33;
}
.portales .landing-icon-cols .text, .portlet-journal-content .landing-icon-cols .text {
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .landing-img-cols .row, .portlet-journal-content .landing-img-cols .row {
  margin: 0 -10px;
}
.portales .landing-img-cols .col, .portlet-journal-content .landing-img-cols .col {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.portales .landing-img-cols .col .deco-img, .portlet-journal-content .landing-img-cols .col .deco-img {
  margin: 0 -10px;
  text-align: center;
}
.portales .landing-img-cols .col .deco-img img, .portlet-journal-content .landing-img-cols .col .deco-img img {
  width: 100%;
  height: auto;
}
.portales .landing-img-cols .content-wrapper, .portlet-journal-content .landing-img-cols .content-wrapper {
  background: white;
  padding: 10px 0;
  margin: 0 10px;
}
.portales .landing-img-cols .landing-content, .portlet-journal-content .landing-img-cols .landing-content {
  padding: 20px;
}
.portales .landing-img-cols .landing-content .title, .portlet-journal-content .landing-img-cols .landing-content .title {
  line-height: 1.23;
}
.portales .landing-img-cols .landing-content .title p, .portlet-journal-content .landing-img-cols .landing-content .title p {
  margin: 0;
}
.portales .landing-img-cols .text, .portlet-journal-content .landing-img-cols .text {
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .opinion-title:before, .portlet-journal-content .opinion-title:before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background: red;
  margin-bottom: 10px;
}
.portales .opinion-title:after, .portlet-journal-content .opinion-title:after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background: red;
  margin-top: 10px;
}
.portales .opinion-item .op-img, .portlet-journal-content .opinion-item .op-img {
  text-align: center;
  margin-bottom: 10px;
}
.portales .opinion-item .op-img img, .portlet-journal-content .opinion-item .op-img img {
  min-width: 135px;
  height: auto;
  text-align: center;
  display: inline;
  border-radius: 50%;
}
.portales .opinion-item .op-name, .portlet-journal-content .opinion-item .op-name {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 8px;
  color: black;
}
.portales .opinion-item .op-name p, .portlet-journal-content .opinion-item .op-name p {
  margin-bottom: 0;
}
.portales .opinion-item .op-place, .portlet-journal-content .opinion-item .op-place {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5C5C5C;
  text-align: center;
  margin-bottom: 20px;
}
.portales .opinion-item .op-place p, .portlet-journal-content .opinion-item .op-place p {
  margin: 0;
}
.portales .opinion-item .op-text, .portlet-journal-content .opinion-item .op-text {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px 0 0;
  color: #4A4A4A;
  text-align: center;
  border-top: 6px solid #999;
}
.portales .slider-module .slider-header, .portlet-journal-content .slider-module .slider-header {
  float: left;
  width: 25%;
  position: relative;
  padding-top: 30px;
}
.portales .slider-module .slider-header:before, .portlet-journal-content .slider-module .slider-header:before {
  top: 0;
  left: 0;
  position: absolute;
  content: " ";
  width: 100%;
  border-top: 11px solid #999;
}
.portales .slider-module .slider-header .title, .portlet-journal-content .slider-module .slider-header .title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.portales .slider-module .slider-header .title p, .portlet-journal-content .slider-module .slider-header .title p {
  margin: 0;
}
.portales .slider-module .slider-content, .portlet-journal-content .slider-module .slider-content {
  width: 75%;
  float: right;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.portales .slider-module .slider-content:before, .portlet-journal-content .slider-module .slider-content:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ";
  width: 49px;
  border-bottom: 11px solid #999;
}
.portales .slider-module .bx-viewport, .portlet-journal-content .slider-module .bx-viewport {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  left: 0;
  background: none;
}
.portales .slider-module .bx-wrapper .bx-controls-direction a, .portlet-journal-content .slider-module .bx-wrapper .bx-controls-direction a {
  height: 42px;
  top: 15%;
  margin-top: 0;
  z-index: 650;
}
.portales .slider-module .bx-wrapper .bx-controls-direction .bx-prev, .portlet-journal-content .slider-module .bx-wrapper .bx-controls-direction .bx-prev {
  display: none;
}
.portales .slider-module .slider-module .slider-header,
.portales .slider-module .slider-module .slider-content, .portlet-journal-content .slider-module .slider-module .slider-header,
.portlet-journal-content .slider-module .slider-module .slider-content {
  width: 100%;
  float: none;
}
.portales .slider-module .slider-module .slider-content, .portlet-journal-content .slider-module .slider-module .slider-content {
  padding-left: 0;
  padding-bottom: 0;
}
.portales .slider-module .slider-module .slider-content:before, .portlet-journal-content .slider-module .slider-module .slider-content:before {
  border-bottom: 0;
}
.portales .slider-module .slider-module .bx-controls, .portlet-journal-content .slider-module .slider-module .bx-controls {
  display: none;
}
.portales .slider-module .opinion-item:before, .portlet-journal-content .slider-module .opinion-item:before {
  border: 0;
}
.portales .sponsors .title, .portlet-journal-content .sponsors .title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin: 0 0 20px;
}
.portales .sponsors .title p, .portlet-journal-content .sponsors .title p {
  margin: 0;
}
.portales .sponsors .landing-content, .portlet-journal-content .sponsors .landing-content {
  text-align: center;
}
.portales .sponsors .landing-content a, .portlet-journal-content .sponsors .landing-content a {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
  text-align: center;
}
.portales .sponsors .landing-content .sponsor-link img, .portlet-journal-content .sponsors .landing-content .sponsor-link img {
  max-width: 121px;
}
.portales .tabs-module .tab-filters, .portlet-journal-content .tabs-module .tab-filters {
  width: 25%;
  float: left;
}
.portales .tabs-module .vertical-tab-content, .portlet-journal-content .tabs-module .vertical-tab-content {
  width: 75%;
  float: right;
  padding: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .tabs-module .vertical-tab-content .row, .portlet-journal-content .tabs-module .vertical-tab-content .row {
  margin: 0;
}
.portales .tabs-module .vertical-tab-content .title, .portlet-journal-content .tabs-module .vertical-tab-content .title {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 1.1;
}
.portales .tabs-module .vertical-tab-content .title p, .portlet-journal-content .tabs-module .vertical-tab-content .title p {
  margin: 0;
}
.portales .tabs-module .vertical-tab-content .btn, .portlet-journal-content .tabs-module .vertical-tab-content .btn {
  width: 290px;
  max-width: 100%;
  margin-bottom: 20px;
}
.portales .tabs-module .vertical-tab-content .landing-content, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content {
  line-height: 1.53;
}
.portales .tabs-module .vertical-tab-content .landing-content ul, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul {
  position: relative;
  overflow: hidden;
}
.portales .tabs-module .vertical-tab-content .landing-content ul:before, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul:before {
  content: "";
  border-left: 1px solid #EDEDED;
  border-right: 1px solid white;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -18px;
}
.portales .tabs-module .vertical-tab-content .landing-content ul li, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul li {
  float: left;
  width: 50%;
  padding: 10px 35px 10px 0;
  margin: 0;
}
.portales .tabs-module .vertical-tab-content .landing-content ul li + li, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul li + li {
  margin: 0;
}
.portales .tabs-module .deco-img, .portlet-journal-content .tabs-module .deco-img {
  margin-bottom: 20px;
  text-align: center;
}
.portales .tabs-module .deco-img img, .portlet-journal-content .tabs-module .deco-img img {
  max-width: 100%;
  text-align: center;
}
.portales .tabs-module .has-image, .portlet-journal-content .tabs-module .has-image {
  float: left;
  width: 33%;
}
.portales .tabs-module .has-image + .landing-content, .portlet-journal-content .tabs-module .has-image + .landing-content {
  float: right;
  width: 65%;
}
.portales .dropdown-tabs .current-tab, .portlet-journal-content .dropdown-tabs .current-tab {
  display: none;
}
.portales .vertical-tabs, .portlet-journal-content .vertical-tabs {
  list-style: none;
  width: 100%;
  padding: 0;
}
.portales .vertical-tabs:after, .portlet-journal-content .vertical-tabs:after {
  clear: both;
  content: '';
  display: table;
}
.portales .vertical-tabs .tab, .portlet-journal-content .vertical-tabs .tab {
  background: #F9F9F9;
  border-top: 1px solid white;
  border-bottom: 1px solid #9B9B9B;
}
.portales .vertical-tabs .tab:first-child a, .portlet-journal-content .vertical-tabs .tab:first-child a {
  border-top-color: transparent;
}
.portales .vertical-tabs .tab:last-child, .portlet-journal-content .vertical-tabs .tab:last-child {
  border-bottom-color: transparent;
}
.portales .vertical-tabs .tab a, .portlet-journal-content .vertical-tabs .tab a {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 20px 5px 20px 15px;
  position: relative;
  outline: 0;
  border-left: 3px solid #9B9B9B;
  color: #6C6C6C;
}
.portales .vertical-tabs .tab a.active, .portales .vertical-tabs .tab a:hover, .portlet-journal-content .vertical-tabs .tab a.active, .portlet-journal-content .vertical-tabs .tab a:hover {
  text-decoration: none;
  background: #FFF;
  border-left-color: #007BC1;
  color: #333;
}
.portales .vertical-tabs .tab a.active:before, .portales .vertical-tabs .tab a:before, .portlet-journal-content .vertical-tabs .tab a.active:before, .portlet-journal-content .vertical-tabs .tab a:before {
  opacity: 0;
  content: " ";
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  transition: opacity 0.3s ease;
}
.portales .vertical-tabs .tab a:hover:before, .portales .vertical-tabs .tab a.active:before, .portlet-journal-content .vertical-tabs .tab a:hover:before, .portlet-journal-content .vertical-tabs .tab a.active:before {
  opacity: 1;
}
.portales .vertical-tab-content, .portlet-journal-content .vertical-tab-content {
  padding-top: 20px;
}
.portales .vertical-tab-content .has-image .deco-img, .portlet-journal-content .vertical-tab-content .has-image .deco-img {
  max-width: 335px;
  height: auto;
}
.portales .access-form, .portlet-journal-content .access-form {
  padding: 30px 35px;
  max-width: 400px;
}
.portales .access-form .access-title, .portlet-journal-content .access-form .access-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.portales .access-form .access-footer, .portlet-journal-content .access-form .access-footer {
  margin-bottom: 20px;
}
.portales .access-form .text, .portlet-journal-content .access-form .text {
  margin-bottom: 20px;
}
.portales .access-form .checkbox, .portlet-journal-content .access-form .checkbox {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
}
.portales .access-form .checkbox .fk-check, .portlet-journal-content .access-form .checkbox .fk-check {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 0px;
}
.portales .access-form .web-tip, .portlet-journal-content .access-form .web-tip {
  font-size: 0px;
  font-size: 0rem;
}
.portales .access-form .web-tip label, .portlet-journal-content .access-form .web-tip label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.portales .access-form .web-tip label span, .portlet-journal-content .access-form .web-tip label span {
  margin: 0;
}
.portales .access-form .web-tip .web-tip-item, .portlet-journal-content .access-form .web-tip .web-tip-item {
  margin: 0;
}
.portales .access-form .web-tip .web-tip-item span, .portlet-journal-content .access-form .web-tip .web-tip-item span {
  margin-bottom: 7px;
}
.portales .access-form .web-btn-secondary, .portlet-journal-content .access-form .web-btn-secondary {
  display: inline-block;
  width: 42%;
  vertical-align: middle;
}
.portales .access-form .links:after, .portlet-journal-content .access-form .links:after {
  clear: both;
  content: '';
  display: table;
}
.portales .access-form .links a, .portlet-journal-content .access-form .links a {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .access-form .mobile-web-btn, .portlet-journal-content .access-form .mobile-web-btn {
  display: none;
}
.portales .access-form .field .icon-info-circle, .portlet-journal-content .access-form .field .icon-info-circle {
  font-size: 26px;
  font-size: 1.625rem;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.portales .access-form a:hover .icon-info-circle, .portlet-journal-content .access-form a:hover .icon-info-circle {
  text-decoration: none;
}
.portales .access-form .view-link, .portlet-journal-content .access-form .view-link {
  display: none;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .access-form .view-link .icon, .portlet-journal-content .access-form .view-link .icon {
  font-size: 16px;
  font-size: 1rem;
  margin-top: -2px;
  margin-left: 10px;
}
.portales .activate-helps .activate-text, .portlet-journal-content .activate-helps .activate-text {
  text-align: center;
  color: #4A4A4A;
}
.portales .activate-helps .activate-text p, .portlet-journal-content .activate-helps .activate-text p {
  margin-bottom: 8px;
}
.portales .activate-helps .prominent, .portlet-journal-content .activate-helps .prominent {
  font-weight: 600;
}
.portales .activate-helps .prominent span, .portlet-journal-content .activate-helps .prominent span {
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .activate-helps .prominent span.block, .portlet-journal-content .activate-helps .prominent span.block {
  display: block;
}
.portales .activate-helps .extra-info, .portlet-journal-content .activate-helps .extra-info {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .activate-helps .icon-sms, .portlet-journal-content .activate-helps .icon-sms {
  color: #929294;
  font-size: 46px;
  font-size: 2.875rem;
  margin-top: -20px;
}
.portales .agent-box, .portlet-journal-content .agent-box {
  font-size: 0px;
  font-size: 0rem;
  padding: 30px 0px;
  /*15px 0px*/
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.portales .agent-box:after, .portlet-journal-content .agent-box:after {
  clear: both;
  content: '';
  display: table;
}
.portales .agent-box + .agent-box, .portlet-journal-content .agent-box + .agent-box {
  border-top: none;
}
.portales .agent-box .agent-image,
.portales .agent-box .agent-info,
.portales .agent-box .btn-wrap, .portlet-journal-content .agent-box .agent-image,
.portlet-journal-content .agent-box .agent-info,
.portlet-journal-content .agent-box .btn-wrap {
  display: inline-block;
  vertical-align: middle;
}
.portales .agent-box .agent-image, .portlet-journal-content .agent-box .agent-image {
  width: 20%;
  padding-left: 30px;
}
.portales .agent-box .agent-info, .portlet-journal-content .agent-box .agent-info {
  width: 20%;
}
.portales .agent-box .agent-info p, .portlet-journal-content .agent-box .agent-info p {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
}
.portales .agent-box .agent-info .agent-title, .portlet-journal-content .agent-box .agent-info .agent-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.portales .agent-box .agent-info .direction, .portlet-journal-content .agent-box .agent-info .direction {
  font-size: 16px;
  margin-bottom: 10px;
}
.portales .agent-box .agent-info .phone, .portlet-journal-content .agent-box .agent-info .phone {
  font-size: 18px;
}
.portales .agent-box .agent-info .map, .portlet-journal-content .agent-box .agent-info .map {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.portales .agent-box .btn-wrap, .portlet-journal-content .agent-box .btn-wrap {
  font-size: 14px;
  /*margin-left: 30px;*/
  margin-left: 45px;
  margin-top: -21px;
}
.portales .agent-box .btn-wrap .web-btn-primary, .portlet-journal-content .agent-box .btn-wrap .web-btn-primary {
  padding: 14px 40px;
  font-weight: 400;
  letter-spacing: 1px;
}
.portales .available-services, .portlet-journal-content .available-services {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  margin-left: 30px;
}
.portales .serviceCheck, .portlet-journal-content .serviceCheck {
  position: absolute;
  margin-right: 8px;
  vertical-align: middle;
}
.portales .serviciosDisponibles, .portlet-journal-content .serviciosDisponibles {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.portales .serviciosDisponiblesInfo, .portlet-journal-content .serviciosDisponiblesInfo {
  color: #333333;
  font-weight: 200;
  font-size: 14px;
  margin: 0px;
  line-height: 16px;
  margin-bottom: 14px;
  margin-top: 14px;
  margin-left: 22px;
}
.portales .serviciosDisponiblesInfo .weCallYou, .portlet-journal-content .serviciosDisponiblesInfo .weCallYou {
  font-weight: 400;
  line-height: 19px;
  white-space: nowrap;
}
.portales .banner-text-img, .portlet-journal-content .banner-text-img {
  position: relative;
}
.portales .banner-text-img:after, .portlet-journal-content .banner-text-img:after {
  clear: both;
  content: '';
  display: table;
}
.portales .banner-text-img .text, .portlet-journal-content .banner-text-img .text {
  width: 60%;
  padding: 40px 0 40px 0;
}
.portales .banner-text-img .text:after, .portlet-journal-content .banner-text-img .text:after {
  clear: both;
  content: '';
  display: table;
}
.portales .banner-text-img .text .text-wrapper, .portlet-journal-content .banner-text-img .text .text-wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 10px;
}
.portales .banner-text-img .text.right, .portlet-journal-content .banner-text-img .text.right {
  padding-left: 10px;
}
.portales .banner-text-img .text .action-list, .portlet-journal-content .banner-text-img .text .action-list {
  padding: 0px 0px 30px 0px;
}
.portales .banner-text-img .text .action-list li:last-child, .portlet-journal-content .banner-text-img .text .action-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.portales .banner-text-img .web-section-title, .portlet-journal-content .banner-text-img .web-section-title {
  margin-bottom: 15px;
}
.portales .banner-text-img .intro, .portlet-journal-content .banner-text-img .intro {
  font-size: 16px;
  font-size: 1rem;
  margin: 0px 0px 10px 0px;
}
.portales .banner-text-img .web-btn-terciary, .portlet-journal-content .banner-text-img .web-btn-terciary {
  background: transparent;
}
.portales .banner-text-img .pull-right, .portales .banner-text-img .pull-left, .portlet-journal-content .banner-text-img .pull-right, .portlet-journal-content .banner-text-img .pull-left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 40%;
  overflow: hidden;
}
.portales .banner-text-img .pull-right img, .portales .banner-text-img .pull-left img, .portlet-journal-content .banner-text-img .pull-right img, .portlet-journal-content .banner-text-img .pull-left img {
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
}
.portales .banner-text-img .pull-right, .portlet-journal-content .banner-text-img .pull-right {
  right: 0;
}
.portales .banner-text-img .pull-left, .portlet-journal-content .banner-text-img .pull-left {
  left: 0;
}
.portales .banner-text-img .light-form, .portlet-journal-content .banner-text-img .light-form {
  max-width: 380px;
}
.portales .banner-text-img .image-half, .portlet-journal-content .banner-text-img .image-half {
  width: 50%;
}
.portales .csstransforms .pull-right img,
.portales .csstransforms .pull-left img, .portlet-journal-content .csstransforms .pull-right img,
.portlet-journal-content .csstransforms .pull-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portales .no-csstransforms .pull-right img,
.portales .no-csstransforms .pull-left img, .portlet-journal-content .no-csstransforms .pull-right img,
.portlet-journal-content .no-csstransforms .pull-left img {
  position: absolute;
  top: 0;
}
.portales .web-left-img:after, .portlet-journal-content .web-left-img:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-left-img .image, .portlet-journal-content .web-left-img .image {
  width: 60%;
  float: left;
}
.portales .web-left-img .image img, .portlet-journal-content .web-left-img .image img {
  max-width: 100%;
}
.portales .web-left-img .web-left-img-content, .portlet-journal-content .web-left-img .web-left-img-content {
  width: 40%;
  float: left;
  padding-left: 50px;
}
.portales .web-banner-image, .portlet-journal-content .web-banner-image {
  position: relative;
}
.portales .web-banner-image .web-img-container, .portlet-journal-content .web-banner-image .web-img-container {
  position: absolute;
  bottom: 0px;
  padding-left: 40px;
}
.portales .web-banner-image .web-img-container img, .portlet-journal-content .web-banner-image .web-img-container img {
  max-width: 100%;
}
.portales .web-banner-image .web-logo-container, .portlet-journal-content .web-banner-image .web-logo-container {
  position: relative;
}
.portales .web-banner-image .web-logo-text, .portlet-journal-content .web-banner-image .web-logo-text {
  padding: 10px 20px 20px 120px;
  color: #4A4A4A;
}
.portales .web-banner-image .web-logo-text p, .portlet-journal-content .web-banner-image .web-logo-text p {
  margin: 0;
}
.portales .web-banner-image .web-logo-text p + p, .portlet-journal-content .web-banner-image .web-logo-text p + p {
  margin-top: 1.1em;
}
.portales .web-banner-image .web-logo-text .wh-beta, .portlet-journal-content .web-banner-image .web-logo-text .wh-beta {
  margin-bottom: 15px;
}
.portales .web-banner-image .web-logo-text .sub-text, .portlet-journal-content .web-banner-image .web-logo-text .sub-text {
  line-height: 26px;
}
.portales .web-banner-image .web-logo, .portlet-journal-content .web-banner-image .web-logo {
  position: absolute;
  left: 0px;
  top: 30px;
}
.portales .banner-plan .text, .portlet-journal-content .banner-plan .text {
  width: 40%;
  padding: 20px 110px 20px 0;
}
.portales .banner-plan .text p, .portlet-journal-content .banner-plan .text p {
  font-weight: 400;
}
.portales .banner-plan .pull-right, .portales .banner-plan .pull-left, .portlet-journal-content .banner-plan .pull-right, .portlet-journal-content .banner-plan .pull-left {
  width: 60%;
  max-width: 900px;
}
.portales .banner-plan .badge, .portlet-journal-content .banner-plan .badge {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.portales .banner-plan .badge img, .portlet-journal-content .banner-plan .badge img {
  max-width: 100%;
}
.portales .card-item, .portlet-journal-content .card-item {
  position: relative;
}
.portales .card-item .card-img, .portlet-journal-content .card-item .card-img {
  display: block;
}
.portales .card-item .card-img img, .portlet-journal-content .card-item .card-img img {
  display: block;
  width: 100%;
}
.portales .card-item .info-icons, .portlet-journal-content .card-item .info-icons {
  position: absolute;
  top: 21px;
  left: 21px;
}
.portales .card-item .info-icons .icon, .portlet-journal-content .card-item .info-icons .icon {
  margin-right: 8px;
  font-size: 32px;
  font-size: 2rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px;
}
.portales .card-item.card-item-xl, .portlet-journal-content .card-item.card-item-xl {
  background: white;
}
.portales .card-item.card-item-xl:after, .portlet-journal-content .card-item.card-item-xl:after {
  clear: both;
  content: '';
  display: table;
}
.portales .card-item.card-item-xl .card-img, .portlet-journal-content .card-item.card-item-xl .card-img {
  float: right;
  width: 66%;
}
.portales .card-item.card-item-xl .card-item-content, .portlet-journal-content .card-item.card-item-xl .card-item-content {
  float: left;
  width: 33%;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 15px 30px;
}
.portales .card-item.card-item-xl .card-item-content .title, .portlet-journal-content .card-item.card-item-xl .card-item-content .title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 16px;
}
.portales .card-item.card-item-xl .card-item-content p, .portlet-journal-content .card-item.card-item-xl .card-item-content p {
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .card-item.card-item-xl .card-item-content p.sub-text, .portlet-journal-content .card-item.card-item-xl .card-item-content p.sub-text {
  font-size: 16px;
  font-size: 1rem;
}
.portales .card-item.left-img .card-img, .portlet-journal-content .card-item.left-img .card-img {
  float: left;
}
.portales .card-item.left-img .card-item-content, .portlet-journal-content .card-item.left-img .card-item-content {
  float: right;
}
.portales .card-item-content, .portlet-journal-content .card-item-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 14px 20px;
}
.portales .card-item-content .title, .portlet-journal-content .card-item-content .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 5px;
}
.portales .card-item-content p, .portlet-journal-content .card-item-content p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.portales .colorbox-video #cboxContent, .portlet-journal-content .colorbox-video #cboxContent {
  padding: 30px 30px 20px;
  height: auto !important;
}
.portales .colorbox-video #cboxLoadedContent, .portlet-journal-content .colorbox-video #cboxLoadedContent {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-bottom: 15px;
  height: 0 !important;
}
.portales .colorbox-video #cboxLoadedContent iframe, .portlet-journal-content .colorbox-video #cboxLoadedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portales .colorbox-video #cboxTitle, .portlet-journal-content .colorbox-video #cboxTitle {
  text-align: left;
  color: black;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  bottom: 0;
  left: 0;
}
.portales .colorbox-video #cboxClose, .portlet-journal-content .colorbox-video #cboxClose {
  top: 3px;
  right: 4px;
}
.portales .complementary-image img, .portlet-journal-content .complementary-image img {
  max-width: 100%;
}
.portales .complementary-image .caption, .portlet-journal-content .complementary-image .caption {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  margin: 20px 0px;
}
.portales .complementary-image .caption .highlighted, .portlet-journal-content .complementary-image .caption .highlighted {
  font-weight: 600;
}
.portales .cookies-message, .portlet-journal-content .cookies-message {
  position: fixed;
  z-index: 800;
  bottom: 0;
  width: 100%;
  max-width: 1700px;
  background: #F7F7F7;
  opacity: 0.95;
  color: #4A4A4A;
  padding: 18px 0;
  border-top: 1px solid #D1D1D1;
}
.portales .cookies-message .wrapper, .portlet-journal-content .cookies-message .wrapper {
  position: relative;
}
.portales .cookies-message .close, .portlet-journal-content .cookies-message .close {
  position: absolute;
  right: 12px;
  top: -8px;
  z-index: 4;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .cookies-message .title, .portlet-journal-content .cookies-message .title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.portales .cookies-message p, .portlet-journal-content .cookies-message p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
@media print {
  .portales .cookies-message, .portlet-journal-content .cookies-message {
    display: none;
  }
}
.portales .drop-select, .portlet-journal-content .drop-select {
  position: relative;
  border-top: 3px solid transparent;
  margin-top: -2px;
  display: inline-block;
  /* DROPDOWN */
}
.portales .drop-select .drop-select-item, .portlet-journal-content .drop-select .drop-select-item {
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  padding: 26px 60px 26px 20px;
  border: 1px solid #C2C2C2;
  position: relative;
  background: #fff;
  z-index: 2;
}
.portales .drop-select .drop-select-item .icon, .portlet-journal-content .drop-select .drop-select-item .icon {
  position: absolute;
  top: 30px;
  right: 20px;
  -webkit-transition: transform .3s ease-in;
  -moz-transition: transform .3s ease-in;
  -ms-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
}
.portales .drop-select .drop-select-content, .portlet-journal-content .drop-select .drop-select-content {
  padding: 30px 20px 20px 20px;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 74px;
  right: 0px;
  left: auto;
  background: #fff;
  min-width: 600px;
  z-index: 1;
}
.portales .drop-select .drop-select-content:after, .portlet-journal-content .drop-select .drop-select-content:after {
  clear: both;
  content: '';
  display: table;
}
.portales .drop-select .drop-select-list, .portlet-journal-content .drop-select .drop-select-list {
  width: 50%;
  float: left;
}
.portales .drop-select.open-content .drop-select-item, .portlet-journal-content .drop-select.open-content .drop-select-item {
  border-top: 1px solid transparent;
  border-bottom: none;
  max-height: 75px;
}
.portales .drop-select .drop-select-content, .portlet-journal-content .drop-select .drop-select-content {
  display: none;
}
.portales .drop-select.open-content .icon, .portlet-journal-content .drop-select.open-content .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.portales .drop-select.open-content .drop-select-content, .portlet-journal-content .drop-select.open-content .drop-select-content {
  display: block;
}
.portales .drop-select-list, .portlet-journal-content .drop-select-list {
  padding-right: 20px;
}
.portales .drop-select-list li, .portlet-journal-content .drop-select-list li {
  list-style: none;
}
.portales .drop-select-list li a, .portlet-journal-content .drop-select-list li a {
  text-transform: capitalize;
  padding: 10px 0px;
  display: block;
}
.portales .drop-select-list .drop-title, .portlet-journal-content .drop-select-list .drop-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.portales .drop-select-list:last-child, .portlet-journal-content .drop-select-list:last-child {
  padding-right: 0;
}
.portales .footer-links, .portlet-journal-content .footer-links {
  text-align: center;
  padding: 35px 0px;
}
.portales .footer-links .footer-links-title, .portlet-journal-content .footer-links .footer-links-title {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
.portales .footer-links .grupo-iconos a, .portlet-journal-content .footer-links .grupo-iconos a {
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
}
.portales .footer-links .grupo-iconos a:hover .icon, .portlet-journal-content .footer-links .grupo-iconos a:hover .icon {
  color: white;
  top: auto;
  margin: 18px 0 4px;
  font-size: 36px;
  font-size: 2.25rem;
}
.portales .footer-links .grupo-iconos a:hover .text, .portlet-journal-content .footer-links .grupo-iconos a:hover .text {
  display: block;
  color: white;
}
.portales .footer-links .grupo-iconos .icon, .portlet-journal-content .footer-links .grupo-iconos .icon {
  font-size: 48px;
  font-size: 3rem;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -24px;
}
.portales .footer-links .grupo-iconos .text, .portlet-journal-content .footer-links .grupo-iconos .text {
  display: none;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .internal-nav, .portlet-journal-content .internal-nav {
  display: none;
  margin-bottom: 20px;
}
.portales .internal-nav .fake-select, .portlet-journal-content .internal-nav .fake-select {
  position: relative;
}
.portales .internal-nav .fake-select-content,
.portales .internal-nav .fk-sel-option, .portlet-journal-content .internal-nav .fake-select-content,
.portlet-journal-content .internal-nav .fk-sel-option {
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .internal-nav .fake-select-options, .portlet-journal-content .internal-nav .fake-select-options {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  overflow: auto;
  max-height: 300px;
}
.portales .internal-nav .fk-sel-option a, .portlet-journal-content .internal-nav .fk-sel-option a {
  display: block;
}
.portales .web-check-list li, .portales .number-list li,
.portales .bullet-list li, .portlet-journal-content .web-check-list li, .portlet-journal-content .number-list li,
.portlet-journal-content .bullet-list li {
  font-weight: 200;
  padding: 0 15px;
  font-weight: 100;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  list-style: none;
}
.portales .web-check-list li:before, .portales .number-list li:before,
.portales .bullet-list li:before, .portlet-journal-content .web-check-list li:before, .portlet-journal-content .number-list li:before,
.portlet-journal-content .bullet-list li:before {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
}
.portales .web-check-list li + li, .portales .number-list li + li,
.portales .bullet-list li + li, .portlet-journal-content .web-check-list li + li, .portlet-journal-content .number-list li + li,
.portlet-journal-content .bullet-list li + li {
  margin-top: 10px;
}
.portales .web-check-list li, .portlet-journal-content .web-check-list li {
  font-weight: 200;
  padding: 6px 0px 6px 30px;
}
.portales .web-check-list li:before, .portlet-journal-content .web-check-list li:before {
  content: "\EA09";
  font-size: 16px;
  font-size: 1rem;
  top: 8px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.portales .web-check-list li .title, .portlet-journal-content .web-check-list li .title {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .web-check-list li .text, .portlet-journal-content .web-check-list li .text {
  margin-bottom: 5px;
}
.portales .web-check-list li + li, .portlet-journal-content .web-check-list li + li {
  margin-top: 8px;
}
.portales .web-check-list.green-check li, .portlet-journal-content .web-check-list.green-check li {
  padding-left: 30px;
}
.portales .web-check-list.green-check li:before, .portlet-journal-content .web-check-list.green-check li:before {
  content: "";
}
.portales .web-check-list.green-check li .icon, .portlet-journal-content .web-check-list.green-check li .icon {
  color: #33CC00;
  margin-top: 2px;
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .web-check-list.green-check li .light-text, .portlet-journal-content .web-check-list.green-check li .light-text {
  padding-left: 26px;
  display: block;
}
.portales .web-check-list.light-check li:before, .portlet-journal-content .web-check-list.light-check li:before {
  content: "";
}
.portales .web-check-list.light-check li .icon, .portlet-journal-content .web-check-list.light-check li .icon {
  margin-top: 2px;
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .web-check-list.light-check li .light-text, .portlet-journal-content .web-check-list.light-check li .light-text {
  padding-left: 28px;
  display: block;
}
.portales .number-list, .portlet-journal-content .number-list {
  counter-reset: list-counter;
  padding: 0;
  margin-top: 30px;
}
.portales .number-list li, .portlet-journal-content .number-list li {
  font-weight: 200;
  padding: 5px 30px;
  position: relative;
}
.portales .number-list li:before, .portlet-journal-content .number-list li:before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 7px;
}
.portales .number-list.bottom-whitespace, .portlet-journal-content .number-list.bottom-whitespace {
  padding-bottom: 20px;
}
.portales .number-list .web-list-title, .portlet-journal-content .number-list .web-list-title {
  margin: 40px 0 30px 0;
}
.portales .number-list.rounded-numbers li, .portlet-journal-content .number-list.rounded-numbers li {
  padding-left: 56px;
}
.portales .number-list.rounded-numbers li:before, .portlet-journal-content .number-list.rounded-numbers li:before {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
  border-radius: 100%;
  border: 1px solid black;
  height: 40px;
  width: 40px;
  line-height: 40px;
  content: counter(list-counter);
  text-align: center;
}
.portales .basic-list, .portlet-journal-content .basic-list {
  margin-bottom: 40px;
}
.portales .basic-list .header-list, .portlet-journal-content .basic-list .header-list {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
.portales .basic-list li, .portlet-journal-content .basic-list li {
  list-style: none;
  font-weight: 200;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5px;
}
.portales .action-list, .portlet-journal-content .action-list {
  background: #F6F6F6;
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
}
.portales .action-list li, .portlet-journal-content .action-list li {
  font-weight: 200;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #fff;
  padding: 10px;
}
.portales .action-list li a:hover, .portlet-journal-content .action-list li a:hover {
  text-decoration: none;
}
.portales .action-list li a:hover .icon, .portlet-journal-content .action-list li a:hover .icon {
  text-decoration: none;
}
.portales .action-list li .icon, .portlet-journal-content .action-list li .icon {
  margin-top: 4px;
  float: left;
}
.portales .action-list li:first-child, .portlet-journal-content .action-list li:first-child {
  border-top: none;
}
.portales .action-list li:last-child, .portlet-journal-content .action-list li:last-child {
  border-bottom: none;
}
.portales .action-list .action-text, .portlet-journal-content .action-list .action-text {
  padding-left: 28px;
  display: block;
}
.portales .heading-list li, .portlet-journal-content .heading-list li {
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 100;
}
.portales .heading-list li:last-child, .portlet-journal-content .heading-list li:last-child {
  margin-bottom: 0;
}
.portales .heading-list .demibold, .portlet-journal-content .heading-list .demibold {
  margin-bottom: 10px;
  display: block;
}
.portales .news-card .news-img img, .portlet-journal-content .news-card .news-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.portales .news-card .news-content, .portlet-journal-content .news-card .news-content {
  background: #EDEDED;
  padding: 8px 12px 20px;
}
.portales .news-card .news-cat, .portlet-journal-content .news-card .news-cat {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #979797;
  text-transform: uppercase;
}
.portales .news-card .news-cat a, .portlet-journal-content .news-card .news-cat a {
  color: inherit;
}
.portales .news-card .news-cat a:hover, .portlet-journal-content .news-card .news-cat a:hover {
  color: #333;
}
.portales .news-card .news-date, .portlet-journal-content .news-card .news-date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 200;
  color: #131313;
  margin-bottom: 6px;
}
.portales .news-card .news-title, .portlet-journal-content .news-card .news-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  margin: 0;
}
.portales .news-card.xl-news, .portlet-journal-content .news-card.xl-news {
  margin-top: 10px;
}
.portales .news-card.xl-news .news-content, .portlet-journal-content .news-card.xl-news .news-content {
  padding: 20px;
}
.portales .news-card.xl-news .news-cat, .portlet-journal-content .news-card.xl-news .news-cat {
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .news-card.xl-news .news-date, .portlet-journal-content .news-card.xl-news .news-date {
  font-size: 1rem;
  font-size: 0.9375rem;
  margin-bottom: 11px;
}
.portales .news-card.xl-news .news-title, .portlet-journal-content .news-card.xl-news .news-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .wrapper-promo .news-card .news-img img, .portlet-journal-content .wrapper-promo .news-card .news-img img {
  /*  width: 100%;
    display: block;
    margin: 0 auto;*/
  height: 303px;
  width: 500px;
}
.portales .wrapper-promo .news-card .news-cat, .portlet-journal-content .wrapper-promo .news-card .news-cat {
  font-size: 16px;
  font-weight: 200;
  color: #333333;
  text-transform: none;
}
.portales .wrapper-promo .news-card .news-date, .portlet-journal-content .wrapper-promo .news-card .news-date {
  font-size: 15px;
  font-weight: 200;
  color: #131313;
  margin-bottom: 6px;
}
.portales .wrapper-promo .news-card .news-title, .portlet-journal-content .wrapper-promo .news-card .news-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.portales .wrapper-promo .news-card.xl-news, .portlet-journal-content .wrapper-promo .news-card.xl-news {
  margin-top: 10px;
  border: 1px solid rgba(154, 154, 154, 0.08);
  background-color: #F7F7F7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  height: 304px;
}
.portales .wrapper-promo .news-card.xl-news .news-content, .portlet-journal-content .wrapper-promo .news-card.xl-news .news-content {
  padding: 20px 58px 20px 20px;
  background-color: #F7F7F7;
}
.portales .wrapper-promo .news-card.xl-news .news-cat, .portlet-journal-content .wrapper-promo .news-card.xl-news .news-cat {
  font-size: 1rem;
  font-weight: 200;
  margin-top: 10px;
  font-family: Open Sans;
  line-height: 22px;
}
.portales .wrapper-promo .news-card.xl-news .news-date, .portlet-journal-content .wrapper-promo .news-card.xl-news .news-date {
  font-size: 15px;
  margin-bottom: 20px;
  color: #979797;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
}
.portales .wrapper-promo .news-card.xl-news .news-title, .portlet-journal-content .wrapper-promo .news-card.xl-news .news-title {
  font-size: 20px;
}
.portales .wrapper-promo .clearfix.web-module.center, .portlet-journal-content .wrapper-promo .clearfix.web-module.center {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 0px;
}
.portales .wrapper-promo, .portlet-journal-content .wrapper-promo {
  margin: 0 auto;
  max-width: 1200px;
}
.portales .wrapper-promo .web-section-title, .portlet-journal-content .wrapper-promo .web-section-title {
  margin: 20px 0px 25px 0px;
}
@media only screen and (max-width: 767px) {
  .portales .wrapper-promo .clearfix.web-module.center, .portlet-journal-content .wrapper-promo .clearfix.web-module.center {
    padding-bottom: 0px !important;
    margin-bottom: 40px;
  }
}
.portales .overlaped-img-text, .portlet-journal-content .overlaped-img-text {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
.portales .overlaped-img-text .img-container img, .portlet-journal-content .overlaped-img-text .img-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.portales .overlaped-img-text .overlaped-content, .portlet-journal-content .overlaped-img-text .overlaped-content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}
.portales .overlaped-img-text .title, .portlet-journal-content .overlaped-img-text .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-weight: 400;
}
.portales .overlaped-img-text p, .portlet-journal-content .overlaped-img-text p {
  font-weight: 200;
}
.portales .page-header, .portlet-journal-content .page-header {
  padding: 10px 0 50px;
  position: relative;
}
.portales .page-header:after, .portlet-journal-content .page-header:after {
  clear: both;
  content: '';
  display: table;
}
.portales .page-header.has-extra-content, .portlet-journal-content .page-header.has-extra-content {
  min-height: 150px;
}
.portales .page-header.only-navigation, .portlet-journal-content .page-header.only-navigation {
  padding: 0;
}
.portales .page-header.short, .portlet-journal-content .page-header.short {
  padding-bottom: 0;
}
.portales .page-header .page-header-content, .portlet-journal-content .page-header .page-header-content {
  padding-right: 360px;
}
.portales .page-header .page-header-extra-content, .portlet-journal-content .page-header .page-header-extra-content {
  position: absolute;
  top: 10px;
  right: 0;
  width: 340px;
}
.portales .page-header .page-header-extra-content p, .portlet-journal-content .page-header .page-header-extra-content p {
  margin: 0;
}
.portales .page-header .page-header-extra-content p + p, .portlet-journal-content .page-header .page-header-extra-content p + p {
  margin-top: 1.1em;
}
.portales .page-header .page-header-extra-content .align-bottom, .portlet-journal-content .page-header .page-header-extra-content .align-bottom {
  margin-top: 60px;
}
.portales .page-header .page-header-extra-content .web-btn, .portlet-journal-content .page-header .page-header-extra-content .web-btn {
  padding: 14px;
  margin: 0;
}
.portales .page-header .page-header-extra-content .web-btn + .web-btn, .portlet-journal-content .page-header .page-header-extra-content .web-btn + .web-btn {
  margin-top: 10px;
}
.portales .page-header .page-header-extra-content .field + .web-btn, .portlet-journal-content .page-header .page-header-extra-content .field + .web-btn {
  margin-top: 10px;
}
.portales .page-header .page-header-extra-content .light-form, .portlet-journal-content .page-header .page-header-extra-content .light-form {
  padding: 20px;
}
.portales .page-header .page-header-extra-content .light-form label, .portlet-journal-content .page-header .page-header-extra-content .light-form label {
  margin-top: 0;
}
.portales .page-header .page-header-extra-content .actions, .portlet-journal-content .page-header .page-header-extra-content .actions {
  padding-bottom: 0;
}
.portales .page-header.has-image, .portlet-journal-content .page-header.has-image {
  min-height: 173px;
  padding-bottom: 0;
}
.portales .page-header.has-image .page-header-content, .portlet-journal-content .page-header.has-image .page-header-content {
  padding-right: 510px;
}
.portales .page-header.has-image .page-header-extra-content, .portlet-journal-content .page-header.has-image .page-header-extra-content {
  top: -62px;
  width: 500px;
  overflow: hidden;
  max-height: 235px;
}
.portales .page-header .web-btn-group, .portlet-journal-content .page-header .web-btn-group {
  padding-left: 40px;
}
.portales .page-header .web-btn-group .web-btn, .portlet-journal-content .page-header .web-btn-group .web-btn {
  width: 100%;
  margin-bottom: 20px;
}
.portales .rrss, .portlet-journal-content .rrss {
  position: relative;
}
.portales .rrss .tab-content, .portlet-journal-content .rrss .tab-content {
  max-width: 340px;
  margin: 0 auto;
  height: 300px;
}
.portales .rrss .tab-content iframe, .portlet-journal-content .rrss .tab-content iframe {
  width: 100%;
  height: 280px;
}
.portales .twitter-timeline, .portlet-journal-content .twitter-timeline {
  height: 300px;
}
.portales .rrss-item, .portlet-journal-content .rrss-item {
  text-align: center;
  max-width: 340px;
  margin: 0px auto 20px auto;
}
.portales .rrss-item iframe,
.portales .rrss-item .fb-page, .portlet-journal-content .rrss-item iframe,
.portlet-journal-content .rrss-item .fb-page {
  width: 100%;
  min-width: 100%;
}
.portales .rrss-header, .portlet-journal-content .rrss-header {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding: 20px;
  border-radius: 3px 3px 0 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.portales .rrss-header p, .portlet-journal-content .rrss-header p {
  margin-bottom: 0;
}
.portales .rrss-header .icon, .portlet-journal-content .rrss-header .icon {
  margin-right: 10px;
  font-size: 26px;
  font-size: 1.625rem;
}
.portales .rrss-header.youtube, .portlet-journal-content .rrss-header.youtube {
  background: #B73722;
}
.portales .rrss-header.facebook, .portlet-journal-content .rrss-header.facebook {
  background: #4662A3;
}
.portales .rrss-header.twitter, .portlet-journal-content .rrss-header.twitter {
  background: #759CCB;
}
.portales .table tbody th,
.portales .table tbody td, .portlet-journal-content .table tbody th,
.portlet-journal-content .table tbody td {
  text-align: left;
  box-shadow: 1px 1px 1px white inset;
  border-top: 1px solid #D1D1D1;
  background: #F7F7F7;
  padding: 14px 20px;
  vertical-align: top;
  border-right: 3px solid white;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.portales .table tbody th:last-child,
.portales .table tbody td:last-child, .portlet-journal-content .table tbody th:last-child,
.portlet-journal-content .table tbody td:last-child {
  border-right: 0;
}
.portales .table tbody tr:last-child th,
.portales .table tbody tr:last-child td, .portlet-journal-content .table tbody tr:last-child th,
.portlet-journal-content .table tbody tr:last-child td {
  border-bottom: 1px solid #D1D1D1;
}
.portales .table td .icon, .portlet-journal-content .table td .icon {
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .table td .icon.icon-ok, .portlet-journal-content .table td .icon.icon-ok {
  color: #33CC00;
}
.portales .table td .icon.icon-cancel, .portlet-journal-content .table td .icon.icon-cancel {
  color: #D32828;
}
.portales .table td .icon + p, .portlet-journal-content .table td .icon + p {
  padding-left: 28px;
}
.portales .table td p, .portlet-journal-content .table td p {
  margin: 0;
}
.portales .table td p + p, .portlet-journal-content .table td p + p {
  margin-top: 1em;
}
.portales .table-3-col tbody th, .portlet-journal-content .table-3-col tbody th {
  width: 50%;
}
.portales .table-3-col tbody td, .portlet-journal-content .table-3-col tbody td {
  width: 25%;
}
.portales .comparison-table caption, .portlet-journal-content .comparison-table caption {
  text-align: left;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.portales .comparison-table thead th, .portlet-journal-content .comparison-table thead th {
  vertical-align: bottom;
  padding: 0 20px 28px;
}
.portales .comparison-table .table-heading .comp-item,
.portales .comparison-table .table-heading .info-table, .portlet-journal-content .comparison-table .table-heading .comp-item,
.portlet-journal-content .comparison-table .table-heading .info-table {
  padding-bottom: 0;
}
.portales .comparison-table .table-heading .wh-delta, .portlet-journal-content .comparison-table .table-heading .wh-delta {
  margin-bottom: 0;
}
.portales .comparison-table .info-table, .portlet-journal-content .comparison-table .info-table {
  text-align: left;
  font-weight: 200;
  padding-left: 0;
  padding-right: 60px;
  width: 50%;
  vertical-align: middle;
}
.portales .comparison-table .info-table p, .portlet-journal-content .comparison-table .info-table p {
  margin: 0;
}
.portales .comparison-table td p, .portlet-journal-content .comparison-table td p {
  font-weight: 100;
}
.portales .comparison-table .comp-item, .portlet-journal-content .comparison-table .comp-item {
  font-weight: normal;
  text-align: left;
  width: 25%;
}
.portales .comparison-table .comp-item img, .portlet-journal-content .comparison-table .comp-item img {
  margin-bottom: 15px;
}
.portales .comparison-table .comp-item p, .portlet-journal-content .comparison-table .comp-item p {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.portales .comparison-table .comp-item .insurance, .portlet-journal-content .comparison-table .comp-item .insurance {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}
.portales .comparison-table.full-width, .portlet-journal-content .comparison-table.full-width {
  width: 100%;
}
.portales .comparison-table .mobile-title, .portlet-journal-content .comparison-table .mobile-title {
  display: none;
}
.top-bar {
  padding: 20px 0 8px;
}
.top-bar:after {
  clear: both;
  content: '';
  display: table;
}
.top-bar .breadcrumb {
  float: left;
  width: 74%;
}
.top-bar .share,
.bottom-bar .share {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 25%;
  text-align: right;
  position: relative;
  z-index: 20;
  padding-bottom: 12px;
}
.top-bar .share:hover .hover-list,
.bottom-bar .share:hover .hover-list {
  display: inline-block;
}
.top-bar .share:hover .hover-list .device-dependent,
.bottom-bar .share:hover .hover-list .device-dependent {
  display: none;
}
.top-bar .share a,
.bottom-bar .share a {
  display: block;
  vertical-align: bottom;
}
.top-bar .share .icon,
.bottom-bar .share .icon {
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: bottom;
  padding-right: 5px;
}
.top-bar .share .hover-list,
.bottom-bar .share .hover-list {
  display: none;
  padding: 10px 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 4;
  top: 32px;
  right: 0;
  background: white;
  font-size: 0px;
  font-size: 0rem;
}
.top-bar .share .hover-list li,
.bottom-bar .share .hover-list li {
  padding: 0px 6px;
  display: inline-block;
  border-right: 2px solid #e6e6e6;
  vertical-align: middle;
}
.top-bar .share .hover-list li:last-child,
.bottom-bar .share .hover-list li:last-child {
  border-right: none;
}
.top-bar .share .hover-list li .icon,
.bottom-bar .share .hover-list li .icon {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0;
}
.top-bar .share .hover-list li a,
.bottom-bar .share .hover-list li a {
  cursor: pointer;
}
.top-bar .share .hover-list li a:hover,
.bottom-bar .share .hover-list li a:hover {
  text-decoration: none;
}
.portales .breadcrumb, .portlet-journal-content .breadcrumb {
  margin: 0;
  padding: 0;
}
.portales .breadcrumb li, .portlet-journal-content .breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  padding-right: 20px;
  position: relative;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.portales .breadcrumb li:after, .portlet-journal-content .breadcrumb li:after {
  content: ">";
  position: absolute;
  right: 3px;
  top: 0px;
  color: #979797;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.portales .breadcrumb li:last-child:after, .portlet-journal-content .breadcrumb li:last-child:after {
  display: none;
}
.portales .breadcrumb a:hover, .portlet-journal-content .breadcrumb a:hover {
  text-decoration: none;
}
.portales .mobile-breadcrumb, .portlet-journal-content .mobile-breadcrumb {
  display: none;
  vertical-align: top;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #F7F5F5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  float: left;
}
.portales .mobile-breadcrumb .icon, .portlet-journal-content .mobile-breadcrumb .icon {
  margin-right: 5px;
}
.portales .web-apps, .portlet-journal-content .web-apps {
  padding-bottom: 60px;
}
.portales .web-app-item .mobile-image, .portlet-journal-content .web-app-item .mobile-image {
  display: inline-block;
  vertical-align: middle;
  padding-left: 100px;
  margin-bottom: 30px;
  min-height: 360px;
}
.portales .web-app-item .app-info, .portlet-journal-content .web-app-item .app-info {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin-bottom: 30px;
}
.portales .web-app-item .app-info img, .portales .web-app-item .app-info a, .portlet-journal-content .web-app-item .app-info img, .portlet-journal-content .web-app-item .app-info a {
  display: block;
  margin-bottom: 15px;
}
.portales .web-app-item .app-info a, .portlet-journal-content .web-app-item .app-info a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
}
.portales .web-app-item .app-info img, .portlet-journal-content .web-app-item .app-info img {
  margin: 0px auto 15px auto;
}
.portales .web-benefits-list .s6of12, .portlet-journal-content .web-benefits-list .s6of12 {
  padding-left: 60px;
}
.portales .web-benefits-list .s6of12:first-child, .portlet-journal-content .web-benefits-list .s6of12:first-child {
  padding-left: 0;
  padding-right: 60px;
}
.portales .web-benefits-list .web-list-title, .portlet-journal-content .web-benefits-list .web-list-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 5px;
}
.portales .web-benefits-list .tel-number, .portlet-journal-content .web-benefits-list .tel-number {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
.portales .web-benefits-list .note-text, .portlet-journal-content .web-benefits-list .note-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .web-benefits-list .close-text, .portlet-journal-content .web-benefits-list .close-text {
  padding: 20px 0 0 30px;
}
.portales .web-brands-wrap, .portlet-journal-content .web-brands-wrap {
  padding: 30px 0 60px 0;
}
.portales .web-brands-wrap .steps-title, .portlet-journal-content .web-brands-wrap .steps-title {
  margin-bottom: 25px;
}
.portales .web-brands-wrap .select-group .fk-select, .portlet-journal-content .web-brands-wrap .select-group .fk-select {
  margin: 1px 0 0 0;
}
.portales .web-brands-wrap .drop-select-wrap, .portlet-journal-content .web-brands-wrap .drop-select-wrap {
  padding-right: 0;
  padding-left: 20px;
}
.portales .steps-title, .portlet-journal-content .steps-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.portales .steps-title .number, .portlet-journal-content .steps-title .number {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
}
.portales .web-brands:after, .portlet-journal-content .web-brands:after {
  display: table;
  clear: both;
  content: '';
}
.portales .web-brands .fk-radio, .portlet-journal-content .web-brands .fk-radio {
  font-size: 15px;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100px;
  margin: 1px;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  color: #333333;
  border: 1px solid #C2C2C2;
  background: #FFFFFF;
}
.portales .web-brands .fk-radio img, .portlet-journal-content .web-brands .fk-radio img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  padding: 0 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portales .web-brands .fk-radio.checked, .portlet-journal-content .web-brands .fk-radio.checked {
  height: 100px;
}
.portales .web-brands .fk-radio.checked:before, .portlet-journal-content .web-brands .fk-radio.checked:before {
  display: none;
}
.portales .web-brands .fk-radio:before, .portlet-journal-content .web-brands .fk-radio:before {
  display: none;
}
.portales .web-brands .fk-radio input, .portlet-journal-content .web-brands .fk-radio input {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
  padding-top: 1px;
  cursor: pointer;
}
.portales .web-brands .brand-item, .portlet-journal-content .web-brands .brand-item {
  float: left;
  width: 20%;
  padding: 0 10px 10px 0;
}
.portales .insurance-web-brands .brands-header h1,
.portales .insurance-web-brands .brands-header h2,
.portales .insurance-web-brands .brands-header p, .portlet-journal-content .insurance-web-brands .brands-header h1,
.portlet-journal-content .insurance-web-brands .brands-header h2,
.portlet-journal-content .insurance-web-brands .brands-header p {
  margin: 0;
  padding: 0;
}
.portales .insurance-web-brands .brands-header .brands-header-title, .portlet-journal-content .insurance-web-brands .brands-header .brands-header-title {
  font-family: Sansation;
  font-size: 32px;
  font-weight: normal;
  line-height: 37px;
  margin-bottom: 15px;
  letter-spacing: -.04px;
  text-transform: none;
  color: #203763;
}
.portales .insurance-web-brands .brands-header .brands-header-subtitle, .portlet-journal-content .insurance-web-brands .brands-header .brands-header-subtitle {
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: -.03px;
  color: #333333;
}
.portales .insurance-web-brands .brands-header .brands-header-description, .portlet-journal-content .insurance-web-brands .brands-header .brands-header-description {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 40px;
  letter-spacing: -.02px;
  color: #333333;
}
.portales .insurance-web-brands .brands-list, .portlet-journal-content .insurance-web-brands .brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.portales .insurance-web-brands .brands-list .brand-wrapper, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper {
  width: 185px;
}
.portales .insurance-web-brands .brands-list .brand-wrapper .brand-img-title-container, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper .brand-img-title-container {
  margin: 15px 0;
}
.portales .insurance-web-brands .brands-list .brand-wrapper .brand-description-container, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper .brand-description-container {
  min-height: 130px;
  padding: 0 12px;
  text-align: left;
  border-top: 1px solid #CCCCCC;
  background-color: #F8F8F8;
}
.portales .insurance-web-brands .brands-list .brand-wrapper .brand-description-container p, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper .brand-description-container p {
  margin: 0;
  padding: 0;
}
.portales .insurance-web-brands .brands-list .brand-wrapper .brand-description-container .brand-title-desc, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper .brand-description-container .brand-title-desc {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  letter-spacing: -.02px;
  color: #007DC3;
}
.portales .insurance-web-brands .brands-list .brand-wrapper .brand-description-container .brand-desc-text, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper .brand-description-container .brand-desc-text {
  font-family: 'Open Sans';
  font-size: 15px;
  letter-spacing: -.02px;
  color: #000000;
}
.portales .insurance-web-brands .brands-list .fk-radio, .portlet-journal-content .insurance-web-brands .brands-list .fk-radio {
  padding: 0;
}
.portales .brand-detail-main-wrapper, .portlet-journal-content .brand-detail-main-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
.portales .brand-detail-main-wrapper h1,
.portales .brand-detail-main-wrapper h2,
.portales .brand-detail-main-wrapper h3,
.portales .brand-detail-main-wrapper p, .portlet-journal-content .brand-detail-main-wrapper h1,
.portlet-journal-content .brand-detail-main-wrapper h2,
.portlet-journal-content .brand-detail-main-wrapper h3,
.portlet-journal-content .brand-detail-main-wrapper p {
  margin: 0;
  padding: 0;
}
.portales .brand-detail-main-wrapper p, .portlet-journal-content .brand-detail-main-wrapper p {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  letter-spacing: -.02px;
  color: #333333;
}
.portales .brand-detail-main-wrapper .brand-detail-header h1, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-header h1 {
  font-family: Sansation;
  font-size: 32px;
  font-weight: normal;
  line-height: 37px;
  margin-bottom: 15px;
  letter-spacing: -.04px;
  text-transform: none;
  color: #203763;
}
.portales .brand-detail-main-wrapper .brand-detail-header h2, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-header h2 {
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: -.03px;
  color: #333333;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper h3, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper h3 {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-first-content, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-first-content {
  width: 70%;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-first-content p, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-first-content p {
  margin-bottom: 40px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo a, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo a {
  text-align: center;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo a img, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo a img {
  margin-bottom: 20px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-second-content-wrapper .brand-detail-second-content p, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-second-content-wrapper .brand-detail-second-content p {
  margin-bottom: 30px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content p, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content p {
  margin-bottom: 15px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content ul, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content ul {
  margin-bottom: 30px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content ul li, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content ul li {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style: none;
  text-align: left;
  letter-spacing: -.02px;
  color: #333333;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content ul li:before, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-third-content-wrapper .brand-detail-third-content ul li:before {
  font-family: 'genesis-icons';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
  content: '\EA09';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #007DC3;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content p, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content p {
  margin-bottom: 15px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content ul, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content ul {
  margin-bottom: 30px;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content ul li, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content ul li {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style: none;
  text-align: left;
  letter-spacing: -.02px;
  color: #333333;
}
.portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content ul li:before, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-content-wrapper .brand-detail-content ul li:before {
  font-family: 'genesis-icons';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
  content: '\EA09';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #007DC3;
}
.portales .cars-quote-main-wrapper, .portlet-journal-content .cars-quote-main-wrapper {
  margin: 100px 0 70px 0;
  padding: 25px 25px 0;
  background-color: #F7F7F7;
}
.portales .cars-quote-main-wrapper *, .portlet-journal-content .cars-quote-main-wrapper * {
  margin: 0;
  padding: 0;
}
.portales .cars-quote-main-wrapper p, .portlet-journal-content .cars-quote-main-wrapper p {
  font-family: 'Open Sans';
  font-size: 1rem;
  letter-spacing: -.02px;
  color: #333333;
}
.portales .cars-quote-main-wrapper .cars-quote-first-content-wrapper h3, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-first-content-wrapper h3 {
  font-family: 'Cabin', 'Open Sans';
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 25px 0;
  letter-spacing: -.04px;
  color: #203763;
}
.portales .cars-quote-main-wrapper .cars-quote-first-content-wrapper .cars-quote-first-content, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-first-content-wrapper .cars-quote-first-content {
  margin-bottom: 15px;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content {
  display: none;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-second-content p, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-second-content p {
  margin-bottom: 15px;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-title, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-title {
  font-weight: bold;
  margin: 30px 0 25px 0;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages .icon, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages .icon {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages .icon-ok:before, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages .icon-ok:before {
  color: #007DC3;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages .cars-quote-advantage-text p, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages .cars-quote-advantage-text p {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -.02px;
  color: #203763;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-list, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-list {
  cursor: pointer;
  border-top: none;
  background-color: #F7F7F7;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-list p, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-list p {
  font-size: 15px;
  padding: 15px 20px;
  text-align: center;
  color: #007DC3;
}
.portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-list p .icon, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-list p .icon {
  color: #007DC3;
}
@media only screen and (max-width: 767px) {
  .portales .insurance-web-brands .brands-header .brands-header-title, .portlet-journal-content .insurance-web-brands .brands-header .brands-header-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: -.03px;
    text-transform: none;
  }
  .portales .insurance-web-brands .brands-header .brands-header-subtitle, .portlet-journal-content .insurance-web-brands .brands-header .brands-header-subtitle {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -.02px;
  }
  .portales .insurance-web-brands .brands-list, .portlet-journal-content .insurance-web-brands .brands-list {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .portales .insurance-web-brands .brands-list .brand-wrapper, .portlet-journal-content .insurance-web-brands .brands-list .brand-wrapper {
    width: 275px;
    margin: 0 0 20px 0;
  }
  .portales .insurance-web-brands .brands-list .brand, .portlet-journal-content .insurance-web-brands .brands-list .brand {
    white-space: normal;
  }
  .portales .brand-detail-main-wrapper, .portlet-journal-content .brand-detail-main-wrapper {
    margin-top: 25px;
  }
  .portales .brand-detail-main-wrapper .brand-detail-header h1, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-header h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: -.03px;
    text-transform: none;
  }
  .portales .brand-detail-main-wrapper .brand-detail-header h2, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-header h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -.02px;
  }
  .portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper h3, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper h3 {
    font-size: 16px;
  }
  .portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-first-content, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-first-content {
    width: 100%;
  }
  .portales .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo, .portlet-journal-content .brand-detail-main-wrapper .brand-detail-main-content-wrapper .brand-detail-first-content-wrapper .brand-detail-content-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content {
    display: none;
  }
  .portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .portales .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages, .portlet-journal-content .cars-quote-main-wrapper .cars-quote-second-content-wrapper .reverse-dropdown .view-more-content .cars-quote-advantages-wrapper .cars-quote-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-bottom: 25px;
  }
}
.portales .web-contact-agent, .portlet-journal-content .web-contact-agent {
  position: relative;
  height: 510px;
  overflow: hidden;
}
.portales .web-contact-agent.no-height, .portlet-journal-content .web-contact-agent.no-height {
  height: auto;
}
.portales .web-contact-agent .bg-image, .portlet-journal-content .web-contact-agent .bg-image {
  min-width: 100%;
  min-height: 100%;
}
.portales .web-contact-agent .wrapper, .portlet-journal-content .web-contact-agent .wrapper {
  height: 100%;
}
.portales .web-contact-agent .contact-agent-form, .portlet-journal-content .web-contact-agent .contact-agent-form {
  width: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.portales .web-contact-agent .contact-agent-form .web-btn, .portlet-journal-content .web-contact-agent .contact-agent-form .web-btn {
  margin-top: 0px;
}
.portales .web-contact-agent .contact-agent-form .web-btn .icon, .portlet-journal-content .web-contact-agent .contact-agent-form .web-btn .icon {
  float: none;
}
.portales .web-contact-agent .mask, .portlet-journal-content .web-contact-agent .mask {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.portales .web-contact-agent .web-contact-wrapper, .portlet-journal-content .web-contact-agent .web-contact-wrapper {
  position: relative;
}
.portales .web-contact-agent.no-results, .portlet-journal-content .web-contact-agent.no-results {
  padding: 20px 0px 20px 0px;
  height: 530px;
}
.portales .web-contact-agent.no-results.no-height, .portlet-journal-content .web-contact-agent.no-results.no-height {
  height: auto;
}
.portales .web-contact-agent.no-results .bg-image, .portlet-journal-content .web-contact-agent.no-results .bg-image {
  position: absolute;
  top: 0;
  left: 0;
}
.portales .web-contact-agent.no-results .no-results-image, .portlet-journal-content .web-contact-agent.no-results .no-results-image {
  position: absolute;
  bottom: -120px;
  left: 0px;
}
.portales .web-contact-agent.no-results .no-results-fields, .portlet-journal-content .web-contact-agent.no-results .no-results-fields {
  padding-left: 340px;
  padding-top: 67px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portales .web-contact-agent.no-results .contact-agent-form, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  margin-bottom: 20px;
}
.portales .web-contact-agent.no-results .contact-agent-form .light-form, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form .light-form {
  background: transparent;
  border: none;
  padding: 0;
}
.portales .web-contact-agent.no-results .contact-agent-form label, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form label {
  display: none;
}
.portales .web-contact-agent.no-results .contact-agent-form .btn-location-wrapper, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form .btn-location-wrapper {
  width: auto;
}
.portales .web-contact-agent.no-results .contact-agent-form .btn-location-wrapper .icon-locate, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form .btn-location-wrapper .icon-locate {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 0;
}
.portales .web-contact-agent.no-results .contact-agent-form .locate-btn .text, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form .locate-btn .text {
  display: none;
}
.portales .web-contact-agent.no-results .field.text-btn .locate-btn, .portlet-journal-content .web-contact-agent.no-results .field.text-btn .locate-btn {
  width: 60px;
}
.portales .web-contact-agent .field.text-btn:after, .portlet-journal-content .web-contact-agent .field.text-btn:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-contact-agent .field.text-btn input[type="text"], .portlet-journal-content .web-contact-agent .field.text-btn input[type="text"] {
  width: 40%;
  float: left;
  padding: 12px;
  border: 1px solid #CCC;
  outline: 0;
  box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 3px 0px 0px 3px;
}
.portales .web-contact-agent .field.text-btn input[type="text"]:hover, .portales .web-contact-agent .field.text-btn input[type="text"]:focus, .portales .web-contact-agent .field.text-btn input[type="text"]:active, .portlet-journal-content .web-contact-agent .field.text-btn input[type="text"]:hover, .portlet-journal-content .web-contact-agent .field.text-btn input[type="text"]:focus, .portlet-journal-content .web-contact-agent .field.text-btn input[type="text"]:active {
  outline: 0;
  box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
}
.portales .web-contact-agent .field.text-btn input[type="text"]:focus, .portales .web-contact-agent .field.text-btn input[type="text"]:active, .portlet-journal-content .web-contact-agent .field.text-btn input[type="text"]:focus, .portlet-journal-content .web-contact-agent .field.text-btn input[type="text"]:active {
  background: #FAFAFA;
  border-color: #007BC1;
  border-width: 3px;
  padding: 10px;
}
.portales .web-contact-agent .field.text-btn button, .portlet-journal-content .web-contact-agent .field.text-btn button {
  width: 30%;
  float: left;
  border-radius: 0px 3px 3px 0px;
  padding: 14px 20px 13px 20px;
}
.portales .web-contact-agent .field.text-btn .locate-btn, .portlet-journal-content .web-contact-agent .field.text-btn .locate-btn {
  width: 29%;
  padding: 14px 8px;
}
.portales .web-contact-agent .field.text-btn .locate-btn .icon, .portlet-journal-content .web-contact-agent .field.text-btn .locate-btn .icon {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 0;
  float: none;
  line-height: 0;
}
.portales .web-contact-agent .field.text-btn .locate-btn .text, .portlet-journal-content .web-contact-agent .field.text-btn .locate-btn .text {
  margin-left: 2px;
}
.portales .contact-agent-form,
.portales .search-engine-form, .portlet-journal-content .contact-agent-form,
.portlet-journal-content .search-engine-form {
  color: #4A4A4A;
}
.portales .contact-agent-form .light-form:after,
.portales .search-engine-form .light-form:after, .portlet-journal-content .contact-agent-form .light-form:after,
.portlet-journal-content .search-engine-form .light-form:after {
  clear: both;
  content: '';
  display: table;
}
.portales .contact-agent-form input,
.portales .search-engine-form input, .portlet-journal-content .contact-agent-form input,
.portlet-journal-content .search-engine-form input {
  border-radius: 3px;
}
.portales .contact-agent-form input[type="text"],
.portales .search-engine-form input[type="text"], .portlet-journal-content .contact-agent-form input[type="text"],
.portlet-journal-content .search-engine-form input[type="text"] {
  width: 40%;
  float: left;
  padding: 12px;
  border: 1px solid #CCC;
  outline: 0;
  box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 3px 0px 0px 3px;
}
.portales .contact-agent-form button,
.portales .search-engine-form button, .portlet-journal-content .contact-agent-form button,
.portlet-journal-content .search-engine-form button {
  width: 30%;
  float: left;
  border-radius: 0px 3px 3px 0px;
  padding: 14px 20px 13px 20px;
}
.portales .contact-agent-form .web-btn,
.portales .search-engine-form .web-btn, .portlet-journal-content .contact-agent-form .web-btn,
.portlet-journal-content .search-engine-form .web-btn {
  margin-top: 0px;
}
.portales .contact-agent-form .web-btn .icon,
.portales .search-engine-form .web-btn .icon, .portlet-journal-content .contact-agent-form .web-btn .icon,
.portlet-journal-content .search-engine-form .web-btn .icon {
  float: none;
}
.portales .contact-agent-form .locate-btn,
.portales .search-engine-form .locate-btn, .portlet-journal-content .contact-agent-form .locate-btn,
.portlet-journal-content .search-engine-form .locate-btn {
  width: 29%;
}
.portales .contact-agent-form .btn-location-wrapper,
.portales .search-engine-form .btn-location-wrapper, .portlet-journal-content .contact-agent-form .btn-location-wrapper,
.portlet-journal-content .search-engine-form .btn-location-wrapper {
  padding-right: 0;
}
.portales .contact-agent-form label,
.portales .search-engine-form label, .portlet-journal-content .contact-agent-form label,
.portlet-journal-content .search-engine-form label {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 10px;
}
.portales .no-results-form .no-results-title, .portlet-journal-content .no-results-form .no-results-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
}
.portales .no-results-form .field.text, .portlet-journal-content .no-results-form .field.text {
  margin-top: 0;
}
.portales .no-results-form .field + .field, .portlet-journal-content .no-results-form .field + .field {
  margin-top: 0;
}
.portales .no-results-form .field input, .portales .no-results-form .field .fk-select, .portlet-journal-content .no-results-form .field input, .portlet-journal-content .no-results-form .field .fk-select {
  border-radius: 3px;
}
.portales .no-results-form .field .fk-select:after, .portlet-journal-content .no-results-form .field .fk-select:after {
  width: 34px;
  background: white;
}
.portales .no-results-form .field .placeholder, .portlet-journal-content .no-results-form .field .placeholder {
  color: #4a4a4a;
}
.portales .no-results-form .no-results-fields, .portlet-journal-content .no-results-form .no-results-fields {
  padding-right: 120px;
}
.portales .no-results-form .no-results-image img, .portlet-journal-content .no-results-form .no-results-image img {
  max-width: 100%;
}
.portales .no-results-form .c2c-form-result img, .portlet-journal-content .no-results-form .c2c-form-result img {
  max-height: 170px;
}
.portales .no-results-form .c2c-form-result .message, .portlet-journal-content .no-results-form .c2c-form-result .message {
  margin: 0 0 20px;
}
.portales .no-results-form .c2c-form-result .additional-message, .portlet-journal-content .no-results-form .c2c-form-result .additional-message {
  font-size: 16px;
  font-size: 1rem;
}
.portales .no-results-form .c2c-form-result .additional-message p + p, .portlet-journal-content .no-results-form .c2c-form-result .additional-message p + p {
  margin-top: 10px;
}
.portales .web-contact-header.page-header.has-image .page-header-extra-content, .portlet-journal-content .web-contact-header.page-header.has-image .page-header-extra-content {
  width: 340px;
  max-height: 259px;
  top: -47px;
}
.portales .web-contact-header.page-header.has-image .page-header-content, .portlet-journal-content .web-contact-header.page-header.has-image .page-header-content {
  padding-right: 400px;
}
.portales .web-contact-header .web-img-container, .portlet-journal-content .web-contact-header .web-img-container {
  overflow: hidden;
}
.portales .web-contact-header .web-img-container img, .portlet-journal-content .web-contact-header .web-img-container img {
  display: inline-block;
  width: auto;
}
.portales .web-contact-table, .portlet-journal-content .web-contact-table {
  margin-top: -25px;
  padding-top: 0;
}
.portales .web-contact-table .web-contact-title .icon, .portlet-journal-content .web-contact-table .web-contact-title .icon {
  font-size: 32px;
  font-size: 2rem;
}
.portales .web-contact-table .web-contact-title .icon:before, .portlet-journal-content .web-contact-table .web-contact-title .icon:before {
  color: #C4C4C4;
}
.portales .web-contact-table .view-more-content, .portlet-journal-content .web-contact-table .view-more-content {
  display: none;
}
.portales .web-contact-table .view-more-content span, .portlet-journal-content .web-contact-table .view-more-content span {
  display: block;
}
.portales .web-contact-table .contact-table, .portlet-journal-content .web-contact-table .contact-table {
  padding-top: 24px;
}
.portales .web-contact-table .contact-row, .portlet-journal-content .web-contact-table .contact-row {
  border-top: #D1D1D1 1px solid;
}
.portales .web-contact-table .contact-row:after, .portlet-journal-content .web-contact-table .contact-row:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-contact-table .description, .portlet-journal-content .web-contact-table .description {
  width: 57%;
  min-height: 80px;
  display: inline-block;
  float: left;
  background: #f7f7f7;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  position: relative;
  padding: 0 21px;
}
.portales .web-contact-table .description p, .portlet-journal-content .web-contact-table .description p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.portales .web-contact-table .dates, .portlet-journal-content .web-contact-table .dates {
  width: 28%;
  min-height: 80px;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 0;
}
.portales .web-contact-table .dates-content, .portlet-journal-content .web-contact-table .dates-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 28px;
}
.portales .web-contact-table .dates-content p, .portlet-journal-content .web-contact-table .dates-content p {
  margin: 0;
}
.portales .web-contact-table .dates-content .date, .portlet-journal-content .web-contact-table .dates-content .date {
  padding: 2px 0;
}
.portales .web-contact-table .dates-content .date:after, .portlet-journal-content .web-contact-table .dates-content .date:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-contact-table .dates-content .date span, .portlet-journal-content .web-contact-table .dates-content .date span {
  display: inline-block;
  width: 42%;
  float: left;
}
.portales .web-contact-table .dates-content .date span:first-child, .portlet-journal-content .web-contact-table .dates-content .date span:first-child {
  width: 58%;
}
.portales .web-contact-table .tel, .portlet-journal-content .web-contact-table .tel {
  width: 15%;
  min-height: 80px;
  display: inline-block;
  float: left;
  background: #f7f7f7;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  font-weight: 600;
  padding: 20px 0px;
}
.portales .web-contact-table .tel p, .portlet-journal-content .web-contact-table .tel p {
  padding: 0;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0;
}
.portales .web-contact-table .extra-info-link, .portlet-journal-content .web-contact-table .extra-info-link {
  width: 100%;
  min-height: 48px;
  text-transform: uppercase;
  background: #F8F8F8;
  text-align: center;
  border-top: #D1D1D1 1px solid;
  border-bottom: #D1D1D1 1px solid;
  padding: 14px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.portales .web-contact-table .extra-info-link p, .portlet-journal-content .web-contact-table .extra-info-link p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.portales .web-contact-table .extra-info-link .icon, .portlet-journal-content .web-contact-table .extra-info-link .icon {
  margin-left: 8px;
  font-weight: 600;
}
.portales .web-contact-table strong, .portlet-journal-content .web-contact-table strong {
  font-weight: 600;
}
.portales .web-contact-info, .portlet-journal-content .web-contact-info {
  padding-top: 0;
  padding-bottom: 28px;
}
.portales .web-contact-info .contact-info-block, .portlet-journal-content .web-contact-info .contact-info-block {
  padding: 34px 20px 36px 44px;
  border-bottom: #D1D1D1 1px solid;
  position: relative;
}
.portales .web-contact-info .web-contact-title, .portlet-journal-content .web-contact-info .web-contact-title {
  padding-bottom: 4px;
}
.portales .web-contact-info p, .portlet-journal-content .web-contact-info p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.portales .web-contact-info .web-btn, .portlet-journal-content .web-contact-info .web-btn {
  min-width: 240px;
}
.portales .web-contact-info .icon-left, .portlet-journal-content .web-contact-info .icon-left {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 40px;
}
.portales .web-contact-info .icon-left:before, .portlet-journal-content .web-contact-info .icon-left:before {
  color: #C4C4C4;
}
.portales .web-contact-info .icon, .portlet-journal-content .web-contact-info .icon {
  font-size: 30px;
  font-size: 1.875rem;
}
.portales .web-contact-info strong, .portlet-journal-content .web-contact-info strong {
  font-weight: 600;
}
.portales .web-contact-blocks, .portlet-journal-content .web-contact-blocks {
  padding-bottom: 42px;
}
.portales .web-contact-blocks .s4of12, .portlet-journal-content .web-contact-blocks .s4of12 {
  display: inline-block;
  position: relative;
}
.portales .web-contact-blocks .web-contact-block, .portlet-journal-content .web-contact-blocks .web-contact-block {
  border: #D1D1D1 1px solid;
  padding: 24px 30px 24px 70px;
  min-height: 281px;
  position: relative;
}
.portales .web-contact-blocks .web-contact-title, .portlet-journal-content .web-contact-blocks .web-contact-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  padding-bottom: 15px;
}
.portales .web-contact-blocks p, .portlet-journal-content .web-contact-blocks p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.portales .web-contact-blocks a, .portlet-journal-content .web-contact-blocks a {
  font-size: 16px;
  font-size: 1rem;
}
.portales .web-contact-blocks .icon-left, .portlet-journal-content .web-contact-blocks .icon-left {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  left: 21px;
  top: 23px;
}
.portales .web-contact-blocks .icon-left:before, .portlet-journal-content .web-contact-blocks .icon-left:before {
  color: #C4C4C4;
}
.portales .web-contact-blocks .icon, .portlet-journal-content .web-contact-blocks .icon {
  font-size: 32px;
  font-size: 2rem;
}
.portales .web-contact-blocks .icon.icon-mail2, .portlet-journal-content .web-contact-blocks .icon.icon-mail2 {
  font-size: 38px;
  font-size: 2.375rem;
  margin-top: -2px;
}
.portales .web-contact-blocks strong, .portlet-journal-content .web-contact-blocks strong {
  font-weight: 600;
}
.portales .flexbox .web-contact-blocks .wrapper, .portlet-journal-content .flexbox .web-contact-blocks .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.portales .flexbox .web-contact-blocks .s4of12, .portlet-journal-content .flexbox .web-contact-blocks .s4of12 {
  margin: 10px 10px 0 0;
  padding: 0;
  border: #D1D1D1 1px solid;
}
.portales .flexbox .web-contact-blocks .web-contact-block, .portlet-journal-content .flexbox .web-contact-blocks .web-contact-block {
  min-height: auto;
  border: none;
}
.portales .web-contact-rrss, .portlet-journal-content .web-contact-rrss {
  padding-bottom: 88px;
}
.portales .web-contact-rrss .wrapper, .portlet-journal-content .web-contact-rrss .wrapper {
  border-top: #D1D1D1 1px solid;
  border-bottom: #D1D1D1 1px solid;
  background: #F7F7F7;
  padding: 33px 0 10px 0;
}
.portales .web-contact-rrss .s3of12, .portlet-journal-content .web-contact-rrss .s3of12 {
  padding: 20px 25px 0 23px;
  position: relative;
}
.portales .web-contact-rrss .web-contact-title, .portlet-journal-content .web-contact-rrss .web-contact-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 61px;
}
.portales .web-contact-rrss .contact-rrss-texts, .portlet-journal-content .web-contact-rrss .contact-rrss-texts {
  display: inline-block;
  padding-left: 38px;
}
.portales .web-contact-rrss .rrss-description, .portlet-journal-content .web-contact-rrss .rrss-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.portales .web-contact-rrss .brand-title, .portlet-journal-content .web-contact-rrss .brand-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  padding-bottom: 10px;
  display: block;
}
.portales .web-contact-rrss .brand-name, .portlet-journal-content .web-contact-rrss .brand-name {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.portales .web-contact-rrss .icon-left, .portlet-journal-content .web-contact-rrss .icon-left {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  left: 23px;
  top: 20px;
}
.portales .web-contact-rrss .icon-twitter-help, .portlet-journal-content .web-contact-rrss .icon-twitter-help {
  font-size: 40px;
  font-size: 2.5rem;
  margin-left: -4px;
  margin-top: -2px;
}
.portales .web-cross-selling .web-module-title, .portlet-journal-content .web-cross-selling .web-module-title {
  text-align: center;
  font-weight: 300;
}
.portales .web-cross-selling .intro-text, .portlet-journal-content .web-cross-selling .intro-text {
  width: 75%;
  margin: 0 auto 35px;
  text-align: center;
}
.portales .web-cross-selling .web-insurance-card, .portlet-journal-content .web-cross-selling .web-insurance-card {
  height: 300px;
}
.portales .web-cross-selling .web-insurance-card .web-insurance-text, .portlet-journal-content .web-cross-selling .web-insurance-card .web-insurance-text {
  padding-top: 24px;
}
.portales .web-cross-selling .web-insurance-card .image-wrapper, .portlet-journal-content .web-cross-selling .web-insurance-card .image-wrapper {
  overflow: hidden;
}
.portales .web-cross-selling .web-insurance-card .icon, .portlet-journal-content .web-cross-selling .web-insurance-card .icon {
  top: 17px;
  height: 40px;
  width: 40px;
  text-align: center;
}
.portales .web-cross-selling .card-wrapper, .portlet-journal-content .web-cross-selling .card-wrapper {
  position: relative;
}
.portales .web-cross-selling .close-text, .portlet-journal-content .web-cross-selling .close-text {
  color: #fff;
  padding-left: 70px;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.portales .web-cross-selling .close-text span:first-child, .portlet-journal-content .web-cross-selling .close-text span:first-child {
  padding-right: 30px;
  display: block;
}
.portales .web-cross-selling .close-text .icon, .portlet-journal-content .web-cross-selling .close-text .icon {
  position: absolute;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 1px;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 1080px) {
  .portales .web-cross-selling .close-text, .portlet-journal-content .web-cross-selling .close-text {
    padding-left: 50px;
  }
}
.portales .web-faqs .faqs, .portlet-journal-content .web-faqs .faqs {
  border-top: 1px solid #d9d9d9;
  border-radius: 3px;
}
.portales .web-faqs .faq-item, .portlet-journal-content .web-faqs .faq-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  background: #F7F7F7;
  border: 1px solid #d9d9d9;
  border-top: none;
  position: relative;
  border-radius: 3px;
  list-style: none;
}
.portales .web-faqs .faq-item .js-drop, .portlet-journal-content .web-faqs .faq-item .js-drop {
  padding: 15px 20px;
  display: block;
  outline: none;
  cursor: pointer;
}
.portales .web-faqs .faq-item .text, .portlet-journal-content .web-faqs .faq-item .text {
  padding-right: 40px;
  display: block;
}
.portales .web-faqs .faq-item .icon, .portlet-journal-content .web-faqs .faq-item .icon {
  position: absolute;
  top: 18px;
  right: 20px;
  color: silver;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .web-faqs .faq-item .content, .portlet-journal-content .web-faqs .faq-item .content {
  padding: 20px;
  color: #4A4A4A;
  margin-bottom: 0;
  border-top: 1px solid #d9d9d9;
  background: #FBFBFB;
}
.portales .web-faqs .faq-item .content-info, .portlet-journal-content .web-faqs .faq-item .content-info {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.portales .web-faqs .faq-item .web-btn, .portlet-journal-content .web-faqs .faq-item .web-btn {
  margin-top: 20px;
}
.portales .web-faqs .view-more-list, .portlet-journal-content .web-faqs .view-more-list {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #d9d9d9;
  border-top: none;
  background: #F6F6F6;
  border-radius: 3px;
}
.portales .web-faqs .view-more-list .icon, .portlet-journal-content .web-faqs .view-more-list .icon {
  font-weight: bold;
}
.portales .web-faqs .content, .portlet-journal-content .web-faqs .content {
  display: none;
}
.portales .web-faqs .view-more-content, .portlet-journal-content .web-faqs .view-more-content {
  display: none;
}
.portales .web-faqs .result-title, .portlet-journal-content .web-faqs .result-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.portales .web-faqs .faq-new-item, .portlet-journal-content .web-faqs .faq-new-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  background: #F7F7F7;
  border: 1px solid #d9d9d9;
  border-top: none;
  position: relative;
  border-radius: 3px;
  list-style: none;
  border-top: none;
}
.portales .web-faqs .faq-new-item .js-new-drop, .portlet-journal-content .web-faqs .faq-new-item .js-new-drop {
  padding: 15px 20px;
  display: block;
  outline: none;
  cursor: pointer;
}
.portales .web-faqs .faq-new-item .text, .portlet-journal-content .web-faqs .faq-new-item .text {
  padding-right: 40px;
  display: block;
}
.portales .web-faqs .faq-new-item .icon, .portlet-journal-content .web-faqs .faq-new-item .icon {
  position: absolute;
  top: 18px;
  right: 20px;
  color: silver;
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .web-faqs .faq-new-item .content, .portlet-journal-content .web-faqs .faq-new-item .content {
  padding: 20px;
  color: #4A4A4A;
  margin-bottom: 0;
  border-top: 1px solid #d9d9d9;
  background: #FBFBFB;
}
.portales .web-faqs .faq-new-item .content-info, .portlet-journal-content .web-faqs .faq-new-item .content-info {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.portales .web-faqs .faq-new-item .web-btn, .portlet-journal-content .web-faqs .faq-new-item .web-btn {
  margin-top: 20px;
}
.portales .web-features, .portlet-journal-content .web-features {
  text-align: center;
}
.portales .web-features .intro-text, .portlet-journal-content .web-features .intro-text {
  width: 70%;
  font-weight: 100;
  margin: 0 auto;
  color: #4A4A4A;
}
.portales .web-features .web-feature-list, .portlet-journal-content .web-features .web-feature-list {
  margin-top: 35px;
}
.portales .web-features .web-feature-text, .portlet-journal-content .web-features .web-feature-text {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100;
  margin: 20px 0 0;
}
.portales .web-features .web-feature-item, .portlet-journal-content .web-features .web-feature-item {
  padding: 20px;
  list-style: none;
  overflow: hidden;
}
.portales .web-features .web-feature-item img, .portlet-journal-content .web-features .web-feature-item img {
  min-width: 100%;
  max-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* force scrollbar */
html {
  overflow-y: scroll;
}

body {
  font-family: sans-serif;
}
.portales .web-gallery-wrap:after, .portlet-journal-content .web-gallery-wrap:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-gallery-card, .portlet-journal-content .web-gallery-card {
  background: #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.portales .web-gallery-card img, .portlet-journal-content .web-gallery-card img {
  max-width: 100%;
  display: block;
}
.portales .web-gallery-card .web-zoom-video, .portlet-journal-content .web-gallery-card .web-zoom-video {
  display: block;
}
.portales .web-gallery-card .gallery-image-wrapper, .portlet-journal-content .web-gallery-card .gallery-image-wrapper {
  position: relative;
  cursor: pointer;
}
.portales .web-gallery-card .gallery-image-wrapper .play, .portlet-journal-content .web-gallery-card .gallery-image-wrapper .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portales .web-gallery-card .gallery-image-wrapper .duration, .portlet-journal-content .web-gallery-card .gallery-image-wrapper .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .web-gallery-card .gallery-image-wrapper .video-caption, .portlet-journal-content .web-gallery-card .gallery-image-wrapper .video-caption {
  max-width: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.portales .web-gallery-card.fixed-height, .portlet-journal-content .web-gallery-card.fixed-height {
  height: 340px;
  position: relative;
  padding-bottom: 50px;
  width: 100%;
}
.portales .web-gallery-card.fixed-height .gallery-title, .portlet-journal-content .web-gallery-card.fixed-height .gallery-title {
  max-height: 50px;
  overflow: hidden;
}
.portales .web-gallery-card.fixed-height .gallery-actions, .portlet-journal-content .web-gallery-card.fixed-height .gallery-actions {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 20px 8px 20px;
}
.portales .web-gallery-card.fixed-height .gallery-actions .gallery-action-item span, .portlet-journal-content .web-gallery-card.fixed-height .gallery-actions .gallery-action-item span {
  vertical-align: bottom;
}
.portales .web-gallery-description, .portlet-journal-content .web-gallery-description {
  padding: 20px 20px;
}
.portales .web-gallery-description .gallery-title, .portlet-journal-content .web-gallery-description .gallery-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.portales .web-gallery-description p, .portlet-journal-content .web-gallery-description p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
}
.portales .web-gallery-description .gallery-actions, .portlet-journal-content .web-gallery-description .gallery-actions {
  margin-top: 15px;
}
.portales .web-gallery-description .gallery-actions:after, .portlet-journal-content .web-gallery-description .gallery-actions:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-gallery-description .gallery-actions .gallery-action-item, .portlet-journal-content .web-gallery-description .gallery-actions .gallery-action-item {
  width: 50%;
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.portales .web-gallery-description .gallery-actions .gallery-action-item span, .portlet-journal-content .web-gallery-description .gallery-actions .gallery-action-item span {
  vertical-align: middle;
  display: inline-block;
}
.portales .web-gallery-description .gallery-actions .gallery-action-item .icon, .portlet-journal-content .web-gallery-description .gallery-actions .gallery-action-item .icon {
  font-size: 26px;
  font-size: 1.625rem;
}
.portales .web-gallery-description .gallery-actions .gallery-action-item.share, .portlet-journal-content .web-gallery-description .gallery-actions .gallery-action-item.share {
  width: auto;
}
.portales .web-gallery-description .share, .portlet-journal-content .web-gallery-description .share {
  text-align: left;
}
.portales .web-gallery-description .share .hover-list, .portlet-journal-content .web-gallery-description .share .hover-list {
  right: auto;
  left: 0;
  white-space: nowrap;
}
.portales .masonry-grid:after, .portlet-journal-content .masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.portales .masonry-grid-sizer,
.portales .masonry-grid-item, .portlet-journal-content .masonry-grid-sizer,
.portlet-journal-content .masonry-grid-item {
  width: 32.333%;
}
.portales .masonry-grid-item, .portlet-journal-content .masonry-grid-item {
  float: left;
  margin-bottom: 30px;
}
.portales .masonry-grid-item img, .portlet-journal-content .masonry-grid-item img {
  display: block;
  max-width: 100%;
  min-width: 100%;
}
.portales .web-hero, .portlet-journal-content .web-hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 24px 0 30px;
}
.portales .web-hero .wrapper, .portlet-journal-content .web-hero .wrapper {
  position: relative;
}
.portales .web-hero .hero-image, .portlet-journal-content .web-hero .hero-image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.portales .web-hero .hero-image img, .portlet-journal-content .web-hero .hero-image img {
  width: 100%;
}
.portales .no-csstransforms .web-hero .hero-image, .portlet-journal-content .no-csstransforms .web-hero .hero-image {
  top: 10px;
}
.portales .web-hero .hero-img-mobile, .portlet-journal-content .web-hero .hero-img-mobile {
  display: none;
}
.portales .web-hero .hero-form, .portlet-journal-content .web-hero .hero-form {
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin-top: 20px;
}
.portales .web-hero .title, .portlet-journal-content .web-hero .title {
  font-size: 36px;
  font-size: 2.25rem;
  position: relative;
  z-index: 2;
}
.portales .web-hero .subtitle, .portlet-journal-content .web-hero .subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}
.portales .web-index, .portlet-journal-content .web-index {
  text-align: justify;
}
.portales .web-index:after, .portlet-journal-content .web-index:after {
  content: '';
  width: 100%;
  /* Ensures justification for single lines */
  display: inline-block;
}
.portales .web-index .web-index-item, .portlet-journal-content .web-index .web-index-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  text-align: center;
}
.portales .web-index .web-index-item.active a, .portlet-journal-content .web-index .web-index-item.active a {
  color: #4A4A4A;
  font-weight: 400;
  position: relative;
}
.portales .web-index .web-index-item.active a:after, .portlet-journal-content .web-index .web-index-item.active a:after {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.portales .web-index .web-index-item.disabled, .portlet-journal-content .web-index .web-index-item.disabled {
  opacity: 0.5;
}
.portales .web-index .web-index-item a,
.portales .web-index .web-index-item span, .portlet-journal-content .web-index .web-index-item a,
.portlet-journal-content .web-index .web-index-item span {
  min-width: 1em;
  display: block;
}
.portales .web-info-module, .portlet-journal-content .web-info-module {
  padding: 24px 16px 24px 0;
  overflow: hidden;
  margin: 0;
}
.portales .web-info-module.-full, .portlet-journal-content .web-info-module.-full {
  width: 100%;
  padding: 24px 0;
}
.portales .web-info-module.web-border-box, .portales .web-info-module .web-border-box, .portlet-journal-content .web-info-module.web-border-box, .portlet-journal-content .web-info-module .web-border-box {
  border-left: 1px solid #D1D1D1;
  padding-left: 16px;
  padding-right: 0;
}
.portales .web-info-module .s6of12, .portlet-journal-content .web-info-module .s6of12 {
  padding-right: 16px;
}
.portales .web-info-module h2 .icon, .portlet-journal-content .web-info-module h2 .icon {
  padding-right: 14px;
  margin-right: 14px;
  margin-top: -2px;
  border-right: 1px solid #D1D1D1;
  font-size: 24px;
  font-size: 1.5rem;
  color: #929294;
}
.portales .web-info-module h3 .icon, .portlet-journal-content .web-info-module h3 .icon {
  padding-right: 14px;
  margin-right: 14px;
  margin-top: -2px;
  border-right: 1px solid #D1D1D1;
  font-size: 24px;
  font-size: 1.5rem;
  color: #929294;
}
.portales .web-info-module p, .portlet-journal-content .web-info-module p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.portales .web-info-module .text-intro, .portlet-journal-content .web-info-module .text-intro {
  margin-bottom: 34px;
  font-weight: 600;
}
.portales .web-info-module .tel-number, .portlet-journal-content .web-info-module .tel-number {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .web-info-module .btn-holder, .portlet-journal-content .web-info-module .btn-holder {
  width: 50%;
  padding-right: 16px;
}
.portales .web-info-module .demibold, .portlet-journal-content .web-info-module .demibold {
  font-weight: 600;
}
.portales .web-info-module .note-text, .portlet-journal-content .web-info-module .note-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .web-insurance-card, .portlet-journal-content .web-insurance-card {
  font-size: 0px;
  font-size: 0rem;
  height: 333px;
  overflow: hidden;
  margin-bottom: 10px;
}
.portales .web-insurance-card img, .portlet-journal-content .web-insurance-card img {
  min-width: 100%;
  max-width: 100%;
}
.portales .web-insurance-card a, .portlet-journal-content .web-insurance-card a {
  display: block;
  height: 100%;
}
.portales .web-insurance-card .image-wrapper, .portlet-journal-content .web-insurance-card .image-wrapper {
  background: #fff;
}
.portales .web-insurance-card .web-insurance-text, .portlet-journal-content .web-insurance-card .web-insurance-text {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  padding: 20px 30px 20px 70px;
  position: relative;
}
.portales .web-insurance-card .web-insurance-text .title, .portlet-journal-content .web-insurance-card .web-insurance-text .title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.portales .web-insurance-card .web-insurance-text p, .portlet-journal-content .web-insurance-card .web-insurance-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  max-height: 60px;
  overflow: hidden;
}
.portales .web-insurance-card .icon, .portlet-journal-content .web-insurance-card .icon {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  top: 22px;
  left: 17px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.portales .web-insurance-card .card-wrapper, .portlet-journal-content .web-insurance-card .card-wrapper {
  height: 100%;
}
.portales .web-insurance-card.left-text, .portlet-journal-content .web-insurance-card.left-text {
  position: relative;
}
.portales .web-insurance-card.left-text:after, .portlet-journal-content .web-insurance-card.left-text:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-insurance-card.left-text .image-wrapper, .portlet-journal-content .web-insurance-card.left-text .image-wrapper {
  width: 60%;
  float: right;
  height: 333px;
  overflow: hidden;
}
.portales .web-insurance-card.left-text img, .portlet-journal-content .web-insurance-card.left-text img {
  min-height: 100%;
  max-width: initial;
  position: relative;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portales .web-insurance-card.left-text .web-insurance-text, .portlet-journal-content .web-insurance-card.left-text .web-insurance-text {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 40px;
}
.portales .web-insurance-card.left-text .web-insurance-text .title, .portlet-journal-content .web-insurance-card.left-text .web-insurance-text .title {
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .web-insurance-card.left-text .web-insurance-text p, .portlet-journal-content .web-insurance-card.left-text .web-insurance-text p {
  font-size: 16px;
  font-size: 1rem;
  max-height: 130px;
}
.portales .web-insurance-card.left-text .icon, .portlet-journal-content .web-insurance-card.left-text .icon {
  display: inline-block;
  position: static;
  margin-bottom: 15px;
  font-size: 28px;
  font-size: 1.75rem;
}
.portales .web-insurance-card.single-image .image-wrapper, .portlet-journal-content .web-insurance-card.single-image .image-wrapper {
  width: 100%;
  height: 333px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.portales .web-insurance-card.single-image .image-wrapper img, .portlet-journal-content .web-insurance-card.single-image .image-wrapper img {
  max-width: 100%;
  position: absolute;
  bottom: 0px;
}
.portales .web-intro-reduced .web-section-title, .portlet-journal-content .web-intro-reduced .web-section-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .web-intro.only-header .web-section-title, .portlet-journal-content .web-intro.only-header .web-section-title {
  margin-bottom: 0;
}
.portales .web-module-actions:after, .portlet-journal-content .web-module-actions:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-module-actions .web-btn,
.portales .web-module-actions .btn, .portlet-journal-content .web-module-actions .web-btn,
.portlet-journal-content .web-module-actions .btn {
  display: inline-block;
  margin-top: 10px;
}
.portales .web-module-actions .web-btn:first-of-type,
.portales .web-module-actions .btn:first-of-type, .portlet-journal-content .web-module-actions .web-btn:first-of-type,
.portlet-journal-content .web-module-actions .btn:first-of-type {
  margin-right: 30px;
}
.portales .web-nav, .portlet-journal-content .web-nav {
  display: block;
  position: relative;
  /* Necessary for fix the visualization issue */
}
.portales .web-nav:after, .portlet-journal-content .web-nav:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-nav > ul, .portlet-journal-content .web-nav > ul {
  float: left;
}
.portales .web-nav > ul:after, .portlet-journal-content .web-nav > ul:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-nav > ul > li, .portlet-journal-content .web-nav > ul > li {
  min-height: 76px;
}
.portales .web-nav > ul > li:hover .active, .portlet-journal-content .web-nav > ul > li:hover .active {
  border-bottom-color: transparent;
}
.portales .web-nav > ul > li > a, .portlet-journal-content .web-nav > ul > li > a {
  display: block;
  padding: 0 10px;
  line-height: 75px;
  text-transform: uppercase;
  font-weight: bold;
}
.portales .web-nav > ul > li > a:hover, .portlet-journal-content .web-nav > ul > li > a:hover {
  text-decoration: none;
}
.portales .web-nav > ul > li > a.active, .portlet-journal-content .web-nav > ul > li > a.active {
  background: white;
  border-bottom: 3px solid #007BC1;
  color: #4A4A4A;
}
.portales .web-nav > ul > li > a .icon, .portlet-journal-content .web-nav > ul > li > a .icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -4px;
  margin-right: 4px;
}
.portales .web-nav > ul > li > a .icon-dots, .portlet-journal-content .web-nav > ul > li > a .icon-dots {
  display: none;
}
.portales .web-nav li, .portlet-journal-content .web-nav li {
  list-style: none;
  float: left;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
@media only screen and (max-width: 1094px) {
  .portales .web-nav li, .portlet-journal-content .web-nav li {
    border-top: 1px solid transparent;
    margin-top: -1px;
  }
}
.portales .web-nav li:hover, .portlet-journal-content .web-nav li:hover {
  background: white;
  border-color: #C2C2C2;
}
.portales .web-nav li:hover > a, .portlet-journal-content .web-nav li:hover > a {
  border-bottom: 1px solid white;
  z-index: 3;
  position: relative;
  transition: color 0.3s ease;
}
.portales .web-nav li:hover .web-internal-nav, .portlet-journal-content .web-nav li:hover .web-internal-nav {
  display: block;
  z-index: 2;
}
.portales .web-nav .web-internal-nav, .portlet-journal-content .web-nav .web-internal-nav {
  left: 0;
  right: auto;
  position: absolute;
  top: 75px;
  border: 1px solid #C2C2C2;
}
.portales .web-nav .additional-links, .portlet-journal-content .web-nav .additional-links {
  float: right;
}
.portales .web-nav .additional-links > li > a, .portlet-journal-content .web-nav .additional-links > li > a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.portales .web-nav .additional-links > li > a .icon, .portlet-journal-content .web-nav .additional-links > li > a .icon {
  display: none;
}
.portales .web-nav .additional-links .web-internal-nav, .portlet-journal-content .web-nav .additional-links .web-internal-nav {
  left: auto;
  right: 0;
  min-width: 760px;
}
@media only screen and (max-width: 1094px) {
  .portales .web-nav, .portlet-journal-content .web-nav {
    clear: both;
    width: 100%;
  }
}
.portales .web-internal-nav, .portlet-journal-content .web-internal-nav {
  display: none;
  background: white;
  min-width: 560px;
}
.portales .web-internal-nav .header-nav, .portlet-journal-content .web-internal-nav .header-nav {
  width: 100%;
  padding: 12px 12px 12px 22px;
  border-bottom: 1px solid #D1D1D1;
  box-shadow: 0 0 1px white;
}
.portales .web-internal-nav .header-nav:after, .portlet-journal-content .web-internal-nav .header-nav:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-internal-nav .header-nav .title, .portlet-journal-content .web-internal-nav .header-nav .title {
  float: left;
  line-height: 47px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
}
.portales .web-internal-nav .header-nav .web-btn, .portlet-journal-content .web-internal-nav .header-nav .web-btn {
  float: right;
}
.portales .web-internal-nav .header-nav a:hover, .portlet-journal-content .web-internal-nav .header-nav a:hover {
  text-decoration: none;
}
.portales .web-internal-nav ul, .portlet-journal-content .web-internal-nav ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  padding: 22px;
}
.portales .web-internal-nav ul li, .portlet-journal-content .web-internal-nav ul li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.portales .no-csscolumns .web-internal-nav ul li, .portlet-journal-content .no-csscolumns .web-internal-nav ul li {
  width: 40%;
  float: left;
}
.portales .web-internal-nav li, .portlet-journal-content .web-internal-nav li {
  float: none;
  border: none;
  margin: 10px 0;
}
.portales .web-internal-nav li:hover, .portlet-journal-content .web-internal-nav li:hover {
  background: transparent;
  border: none;
}
.portales .web-internal-nav li:hover a, .portlet-journal-content .web-internal-nav li:hover a {
  border: none;
}
.portales .web-internal-nav li a, .portlet-journal-content .web-internal-nav li a {
  display: block;
  background: transparent;
}
.portales .web-internal-nav li a:hover, .portlet-journal-content .web-internal-nav li a:hover {
  text-decoration: none;
}
.portales .web-plans-mod, .portlet-journal-content .web-plans-mod {
  text-align: center;
}
.portales .web-plans-mod:after, .portlet-journal-content .web-plans-mod:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-plans-mod .web-plans-mod-list, .portlet-journal-content .web-plans-mod .web-plans-mod-list {
  overflow: hidden;
  padding-bottom: 20px;
}
.portales .web-plans-mod .web-plan-item, .portlet-journal-content .web-plans-mod .web-plan-item {
  padding: 10px;
  list-style: none;
  overflow: hidden;
}
.portales .web-plans-mod .web-plan-item img, .portlet-journal-content .web-plans-mod .web-plan-item img {
  min-width: 100%;
  max-width: 100%;
}
.portales .web-plans-list-mod:after, .portlet-journal-content .web-plans-list-mod:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-plans-list-mod .web-plan-item, .portlet-journal-content .web-plans-list-mod .web-plan-item {
  padding: 10px;
  list-style: none;
  overflow: hidden;
  position: relative;
}
.portales .web-plans-list-mod .web-plan-item img, .portlet-journal-content .web-plans-list-mod .web-plan-item img {
  min-width: 100%;
  max-width: 100%;
}
.portales .web-plans-list-mod .web-section-title, .portlet-journal-content .web-plans-list-mod .web-section-title {
  margin: 35px 10px 20px 10px;
}
.portales .web-plans-list-mod .web-check-list, .portlet-journal-content .web-plans-list-mod .web-check-list {
  margin: 0 10px;
}
.portales .web-plans-list-mod .web-btn, .portlet-journal-content .web-plans-list-mod .web-btn {
  margin: 20px 10px 0 10px;
}
.portales .web-prominent-icon, .portlet-journal-content .web-prominent-icon {
  padding: 20px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin: 40px 0px;
}
.portales .web-prominent-icon .icon, .portlet-journal-content .web-prominent-icon .icon {
  float: left;
  margin-top: 5px;
  font-size: 30px;
  font-size: 1.875rem;
}
.portales .web-prominent-icon .icon + .content, .portlet-journal-content .web-prominent-icon .icon + .content {
  margin-left: 50px;
  padding-left: 20px;
  border-left: 1px solid #D1D1D1;
}
.portales .web-prominent-icon .content, .portlet-journal-content .web-prominent-icon .content {
  margin: 0 0 0 0;
}
.portales .web-prominent-icon .content p, .portlet-journal-content .web-prominent-icon .content p {
  margin: 0;
}
.portales .web-prominent-icon .content p + p, .portlet-journal-content .web-prominent-icon .content p + p {
  margin-top: 1em;
}
.portales .web-recover-home, .portlet-journal-content .web-recover-home {
  background: #F7F7F7;
  padding: 32px 0;
}
.portales .web-recover-home .wrapper, .portlet-journal-content .web-recover-home .wrapper {
  position: relative;
}
.portales .web-recover-home .close, .portlet-journal-content .web-recover-home .close {
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}
.portales .web-recover-home .web-section-title, .portlet-journal-content .web-recover-home .web-section-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.portales .web-recover-home .recover-item, .portlet-journal-content .web-recover-home .recover-item {
  list-style: none;
  border-radius: 4px;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative;
}
.portales .web-recover-home .recover-item .web-btn, .portlet-journal-content .web-recover-home .recover-item .web-btn {
  border-radius: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 2;
  display: block;
}
.portales .web-recover-home .recover-item .web-btn span, .portlet-journal-content .web-recover-home .recover-item .web-btn span {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portales .web-recover-home .recover-item .text, .portlet-journal-content .web-recover-home .recover-item .text {
  padding: 15px 15px 15px 245px;
  position: relative;
  line-height: 1.5;
}
.portales .web-recover-home .recover-item .text:after, .portlet-journal-content .web-recover-home .recover-item .text:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-recover-home .recover-item p, .portlet-journal-content .web-recover-home .recover-item p {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
}
.portales .web-recover-home .recover-item p .icon, .portlet-journal-content .web-recover-home .recover-item p .icon {
  font-size: 26px;
  font-size: 1.625rem;
  display: inline-block;
  margin-top: -4px;
  color: #929294;
  padding-right: 4px;
  position: absolute;
  left: 210px;
  top: 16px;
}
.portales .web-recover-home .recover-item .name, .portlet-journal-content .web-recover-home .recover-item .name {
  font-weight: 600;
  text-transform: uppercase;
  border-right: #9B9B9B 1px solid;
  margin-right: 10px;
}
.portales .web-recover-home .recover-item .price, .portlet-journal-content .web-recover-home .recover-item .price {
  font-weight: 600;
}
.portales .web-recover-home .mobile-link, .portlet-journal-content .web-recover-home .mobile-link {
  display: none;
}
.portales .mobile-web-recover, .portlet-journal-content .mobile-web-recover {
  display: none;
  padding: 15px;
  border-bottom: 1px solid #D1D1D1;
}
.portales .mobile-web-recover .js-trigger, .portlet-journal-content .mobile-web-recover .js-trigger {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}
.portales .web-recover > div, .portlet-journal-content .web-recover > div {
  padding-left: 45px;
}
.portales .web-recover > div:first-child, .portlet-journal-content .web-recover > div:first-child {
  padding-left: 0;
  padding-right: 45px;
  padding-top: 18px;
}
.portales .web-recover > .s8of12, .portlet-journal-content .web-recover > .s8of12 {
  padding-top: 5px;
}
.portales .web-recover > .s8of12:first-child, .portlet-journal-content .web-recover > .s8of12:first-child {
  padding-right: 0;
}
.portales .web-recover .field, .portlet-journal-content .web-recover .field {
  padding-bottom: 10px;
}
.portales .web-recover label, .portales .web-recover .error, .portlet-journal-content .web-recover label, .portlet-journal-content .web-recover .error {
  font-size: 14px;
  font-size: 0.875rem;
}
.portales .web-recover .form-title, .portlet-journal-content .web-recover .form-title {
  padding-bottom: 5px;
}
.portales .web-recover .web-section-title, .portlet-journal-content .web-recover .web-section-title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 10px;
}
.portales .web-recover .img-results, .portlet-journal-content .web-recover .img-results {
  max-width: 270px;
  float: right;
}
.portales .web-recover .sub-text.demibold, .portales .web-recover .demibold, .portlet-journal-content .web-recover .sub-text.demibold, .portlet-journal-content .web-recover .demibold {
  font-weight: 500;
}
.portales .web-search-box-wrap, .portlet-journal-content .web-search-box-wrap {
  position: relative;
}
.portales .web-search-box-wrap.show-search .web-search-box, .portlet-journal-content .web-search-box-wrap.show-search .web-search-box {
  display: block;
}
.portales .web-search-box, .portlet-journal-content .web-search-box {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px #929294;
  -moz-box-shadow: 0px 1px 3px 0px #929294;
  box-shadow: 0px 1px 3px 0px #929294;
  border-radius: 3px;
  z-index: 2;
}
.portales .web-search-box li, .portlet-journal-content .web-search-box li {
  list-style-type: none;
}
.portales .web-search-box li a, .portlet-journal-content .web-search-box li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
}
.portales .web-search-box li a:hover, .portlet-journal-content .web-search-box li a:hover {
  background: #F8F8F8;
}
.portales .web-search-garage, .portlet-journal-content .web-search-garage {
  position: relative;
  height: 430px;
  overflow: hidden;
  padding: 20px 0px;
}
.portales .web-search-garage:after, .portlet-journal-content .web-search-garage:after {
  clear: both;
  content: '';
  display: table;
}
.portales .web-search-garage .wrapper, .portlet-journal-content .web-search-garage .wrapper {
  height: 100%;
}
.portales .web-search-garage .wrapper-mask, .portlet-journal-content .web-search-garage .wrapper-mask {
  position: relative;
}
.portales .web-search-garage .search-engine-form, .portlet-journal-content .web-search-garage .search-engine-form {
  z-index: 700;
  position: relative;
}
.portales .web-search-garage .search-engine-form .text-btn, .portlet-journal-content .web-search-garage .search-engine-form .text-btn {
  width: 580px;
  float: left;
}
.portales .web-search-garage .search-engine-form .light-form, .portlet-journal-content .web-search-garage .search-engine-form .light-form {
  padding: 0px;
  border: none;
  background: transparent;
}
.portales .web-search-garage .search-engine-form .light-form .locate-btn, .portlet-journal-content .web-search-garage .search-engine-form .light-form .locate-btn {
  margin: 0 0 0 1%;
}
.portales .web-search-garage .search-engine-form .check-group, .portlet-journal-content .web-search-garage .search-engine-form .check-group {
  background: #fff;
  border: 1px solid #ccc;
  padding: 11px 10px 8px 10px;
  display: inline-block;
  float: right;
  border-radius: 3px;
}
.portales .web-search-garage .search-engine-form .check-group .icon, .portlet-journal-content .web-search-garage .search-engine-form .check-group .icon {
  float: none;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: top;
  margin-right: 3px;
}
.portales .web-search-garage .search-engine-form .check-group .checkbox, .portlet-journal-content .web-search-garage .search-engine-form .check-group .checkbox {
  display: inline-block;
  margin-top: 0;
}
.portales .web-search-garage .search-engine-form .check-group .checkbox .fk-check:before, .portlet-journal-content .web-search-garage .search-engine-form .check-group .checkbox .fk-check:before {
  margin-right: 3px;
}
.portales .web-search-garage .search-engine-form .check-group .checkbox.secondary, .portlet-journal-content .web-search-garage .search-engine-form .check-group .checkbox.secondary {
  padding-right: 20px;
}
.portales .web-search-garage .search-engine-form .check-group .checkbox.secondary .icon, .portlet-journal-content .web-search-garage .search-engine-form .check-group .checkbox.secondary .icon {
  color: #68A723;
}
.portales .web-search-garage .search-engine-form .check-group label, .portlet-journal-content .web-search-garage .search-engine-form .check-group label {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.portales .web-search-garage #map, .portlet-journal-content .web-search-garage #map {
  width: 100%;
  height: 430px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.portales .web-search-garage .mask, .portlet-journal-content .web-search-garage .mask {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.portales .web-search-garage .no-results-image, .portlet-journal-content .web-search-garage .no-results-image {
  position: absolute;
  bottom: -152px;
  left: 10px;
}
.portales .web-search-garage .no-results-fields, .portlet-journal-content .web-search-garage .no-results-fields {
  padding: 40px 0px 0px 360px;
  position: relative;
  z-index: 700;
}
.portales .web-search-garage .no-results-fields .no-results-title, .portlet-journal-content .web-search-garage .no-results-fields .no-results-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
  padding-right: 60px;
}
.portales .web-search-garage .no-results-fields .subtitle, .portlet-journal-content .web-search-garage .no-results-fields .subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 30px 0px 0px 0px;
  color: #4A4A4A;
}
.portales .web-search-garage .no-results-fields .btn-group, .portlet-journal-content .web-search-garage .no-results-fields .btn-group {
  margin-left: 0px;
}
.portales .web-search-garage .no-results-fields .btn-group .web-btn, .portlet-journal-content .web-search-garage .no-results-fields .btn-group .web-btn {
  width: 100%;
}
.portales .web-search-garage .no-results-fields .btn-group .web-btn-light, .portlet-journal-content .web-search-garage .no-results-fields .btn-group .web-btn-light {
  padding: 7px 6px;
  background: #fff;
  line-height: 1.2em;
}
.portales .web-search-garage .no-results-fields .btn-group .web-btn-primary, .portlet-journal-content .web-search-garage .no-results-fields .btn-group .web-btn-primary {
  padding: 14px 6px;
}
.portales .web-search-garage .web-results-box, .portlet-journal-content .web-search-garage .web-results-box {
  margin-top: 20px;
}
.portales .web-results-box, .portlet-journal-content .web-results-box {
  width: 303px;
  height: 320px;
  overflow-y: auto;
  border: 1px solid #BDBCBC;
  background: #fff;
  z-index: 701;
  position: relative;
  /* Dropdown */
}
.portales .web-results-box .result-item, .portlet-journal-content .web-results-box .result-item {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #BDBCBC;
  padding: 11px 10px 10px 36px;
}
.portales .web-results-box .result-item a, .portlet-journal-content .web-results-box .result-item a {
  outline: none;
}
.portales .web-results-box .result-item:last-child, .portlet-journal-content .web-results-box .result-item:last-child {
  border-bottom: none;
}
.portales .web-results-box .result-item .result-marker, .portlet-journal-content .web-results-box .result-item .result-marker {
  position: absolute;
  left: 10px;
  top: 10px;
}
.portales .web-results-box .result-item .result-marker .icon, .portlet-journal-content .web-results-box .result-item .result-marker .icon {
  font-size: 24px;
  font-size: 1.5rem;
}
.portales .web-results-box .result-item .secondary .icon, .portlet-journal-content .web-results-box .result-item .secondary .icon {
  color: #68A723;
}
.portales .web-results-box .result-item .title, .portlet-journal-content .web-results-box .result-item .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #4A4A4A;
}
.portales .web-results-box .result-item .direction, .portlet-journal-content .web-results-box .result-item .direction {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 2px;
  color: #4A4A4A;
}
.portales .web-results-box .result-item .open, .portlet-journal-content .web-results-box .result-item .open {
  margin-bottom: 0px;
  font-weight: 600;
  cursor: pointer;
}
.portales .web-results-box .result-item .hidden-content p, .portlet-journal-content .web-results-box .result-item .hidden-content p {
  margin-bottom: 5px;
  color: #4A4A4A;
}
.portales .web-results-box .result-item .hidden-content .check-list li, .portlet-journal-content .web-results-box .result-item .hidden-content .check-list li {
  color: #4A4A4A;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 5px;
}
.portales .web-results-box .hidden-content, .portlet-journal-content .web-results-box .hidden-content {
  display: none;
}
.portales .web-results-box .reverse-dropdown .close-text, .portlet-journal-content .web-results-box .reverse-dropdown .close-text {
  display: none;
}
.portales .web-results-box .reverse-dropdown .show .close-text, .portlet-journal-content .web-results-box .reverse-dropdown .show .close-text {
  display: block;
}
.portales .web-results-box .reverse-dropdown .show .open-text, .portlet-journal-content .web-results-box .reverse-dropdown .show .open-text {
  display: none;
}
.portales .map-tooltip, .portlet-journal-content .map-tooltip {
  background: #fff;
  border: 1px solid #979797;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 6px 15px;
}
.portales .map-tooltip p, .portlet-journal-content .map-tooltip p {
  text-transform: uppercase;
  color: #4A4A4A;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.portales .map-tooltip:before, .portlet-journal-content .map-tooltip:before {
  content: "";
  background: url("../images/tooltip-triangle.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -8px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.portales .web-slider-module .bx-viewport, .portlet-journal-content .web-slider-module .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
}
.portales .web-slider-module .bx-controls-direction, .portlet-journal-content .web-slider-module .bx-controls-direction {
  position: relative;
  text-align: center;
  margin-top: 27px;
}
.portales .web-slider-module .bx-controls-direction:before, .portlet-journal-content .web-slider-module .bx-controls-direction:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  font-size: 24px;
  font-size: 1.5rem;
  content: "/";
  display: block;
}
.portales .web-slider-module .bx-controls-direction a, .portlet-journal-content .web-slider-module .bx-controls-direction a {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: 0;
  margin: 0 20px;
  background: red;
  z-index: 1;
}
.portales .web-tabs .tabs, .portlet-journal-content .web-tabs .tabs {
  position: relative;
  margin-bottom: -1px;
  z-index: 3;
}
.portales .web-tabs .tab, .portlet-journal-content .web-tabs .tab {
  width: 33%;
  background: white;
}
.portales .web-tabs .tab a, .portlet-journal-content .web-tabs .tab a {
  border-bottom: 1px solid #D2D2D2;
}
.portales .web-tabs .tab a.active, .portlet-journal-content .web-tabs .tab a.active {
  background: #F7F7F7;
  border-bottom-color: #F7F7F7;
  border-bottom-width: 2px;
  margin-bottom: -1px;
}
.portales .web-tabs .tab:first-child a.active, .portales .web-tabs .tab:first-child a:hover, .portlet-journal-content .web-tabs .tab:first-child a.active, .portlet-journal-content .web-tabs .tab:first-child a:hover {
  border-left-color: #D2D2D2;
}
.portales .web-tabs .tab:last-child a.active, .portales .web-tabs .tab:last-child a:hover, .portlet-journal-content .web-tabs .tab:last-child a.active, .portlet-journal-content .web-tabs .tab:last-child a:hover {
  border-right-color: #D2D2D2;
}
.portales .web-tabs .tab-content, .portlet-journal-content .web-tabs .tab-content {
  padding: 0;
}
.portales .web-tabs .tab-content .web-slider-module, .portlet-journal-content .web-tabs .tab-content .web-slider-module {
  min-height: 300px;
}
.portales .web-tabs.lateral-tabs .tabs, .portlet-journal-content .web-tabs.lateral-tabs .tabs {
  width: 100%;
}
.portales .web-tabs.lateral-tabs .tabs .tab, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab {
  width: 100%;
  float: none;
  background: #F7F7F7;
}
.portales .web-tabs.lateral-tabs .tabs .tab a, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab a {
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 26px;
  color: #929294;
  text-align: left;
}
.portales .web-tabs.lateral-tabs .tabs .tab a.active, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab a.active {
  background: #fff;
  border-bottom-color: #d1d1d1;
}
.portales .web-tabs.lateral-tabs .tabs .tab a .icon, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab a .icon {
  margin-right: 20px;
  font-size: 30px;
  font-size: 1.875rem;
}
.portales .web-tabs.lateral-tabs .tabs .tab a:before, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab a:before {
  top: 50%;
  left: -1px;
  margin-top: -4px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.portales .web-tabs.lateral-tabs .tabs .tab a:hover, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab a:hover {
  background: #fff;
}
.portales .web-tabs.lateral-tabs .tabs .tab a:hover:before, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab a:hover:before {
  display: none;
}
.portales .web-tabs.lateral-tabs .tabs .tab:first-child a, .portlet-journal-content .web-tabs.lateral-tabs .tabs .tab:first-child a {
  border-top: 1px solid #d1d1d1;
}
.portales .web-tabs.lateral-tabs .tab-content-wrapper, .portlet-journal-content .web-tabs.lateral-tabs .tab-content-wrapper {
  background: #fff;
  height: 408px;
  padding: 30px;
  text-align: center;
}
.portales .web-tabs.lateral-tabs .dropdown-tabs .current-tab p, .portlet-journal-content .web-tabs.lateral-tabs .dropdown-tabs .current-tab p {
  padding: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: capitalize;
}
.portales .web-gallery-tabs .tabs, .portlet-journal-content .web-gallery-tabs .tabs {
  margin-bottom: 0;
}
.portales .web-gallery-tabs .tabs .tab, .portlet-journal-content .web-gallery-tabs .tabs .tab {
  margin-right: 10px;
  width: auto;
}
.portales .web-gallery-tabs .tabs .tab a, .portlet-journal-content .web-gallery-tabs .tabs .tab a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 12px 15px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: transparent;
}
.portales .web-gallery-tabs .tabs .tab a:hover:before, .portlet-journal-content .web-gallery-tabs .tabs .tab a:hover:before {
  display: none;
}
.portales .web-gallery-tabs .tabs .tab a.active:before, .portlet-journal-content .web-gallery-tabs .tabs .tab a.active:before {
  display: none;
}
.portales .web-gallery-tabs .tabs .tab:first-child a, .portlet-journal-content .web-gallery-tabs .tabs .tab:first-child a {
  border-color: transparent;
}
.portales .web-gallery-tabs .tabs .tab:last-child, .portlet-journal-content .web-gallery-tabs .tabs .tab:last-child {
  margin-right: 0;
}
.portales .web-gallery-tabs .tabs .tab .icon-more, .portlet-journal-content .web-gallery-tabs .tabs .tab .icon-more {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .portales, .portlet-journal-content {
    /*Landing styles */
  }
  .portales .hide_for_desktop, .portlet-journal-content .hide_for_desktop {
    display: block;
  }
  .portales .hide_for_tablet, .portlet-journal-content .hide_for_tablet {
    display: none !important;
  }
  .portales .tablet-wide, .portlet-journal-content .tablet-wide {
    width: 100%;
  }
  .portales .show_on_tablet, .portlet-journal-content .show_on_tablet {
    display: block !important;
  }
  .portales .show_on_mobile, .portlet-journal-content .show_on_mobile {
    display: none !important;
  }
  .portales .show_on_desktop, .portlet-journal-content .show_on_desktop {
    display: none !important;
  }
  .portales .stack_on_tablet > .col,
  .portales .stack_on_tablet > .col_r, .portlet-journal-content .stack_on_tablet > .col,
  .portlet-journal-content .stack_on_tablet > .col_r {
    float: none;
    width: auto;
  }
  .portales .msg-info-bottom .tel, .portlet-journal-content .msg-info-bottom .tel {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .portales .msg-action a, .portlet-journal-content .msg-action a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .portales .rastreator-panels .check-list li span, .portlet-journal-content .rastreator-panels .check-list li span {
    width: 80%;
  }
  .portales .rastreator-panels .check-list li.title.sm .h-delta, .portlet-journal-content .rastreator-panels .check-list li.title.sm .h-delta {
    width: 100%;
  }
  .portales .rastreator-panels .img-container, .portlet-journal-content .rastreator-panels .img-container {
    position: static;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  .portales .rastreator-panels .img-container img, .portlet-journal-content .rastreator-panels .img-container img {
    width: auto;
  }
  section[role="header"].header-user-login .user-login {
    display: block;
  }

  section[role="header"].header-user-login .links {
    padding: 10px 0px;
  }

  section[role="header"].header-user-login .links .btn-next {
    display: none;
  }

  section[role="header"].web-header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  section[role="header"].web-header.opened-menu {
    height: 100%;
    background: transparent;
  }

  section[role="header"].web-header .portales .js-header-fixed-menu {
    display: none;
  }

  section[role="header"].web-header .portales .web-internal-nav {
    display: none !important;
  }

  section[role="header"].web-header .portales .bottom-header .language:hover {
    background: white;
    border-color: #C2C2C2;
  }

  section[role="header"].web-header .portales .bottom-header .language .fake-select-content {
    line-height: normal;
    padding: 14px 10px 10px;
  }

  section[role="header"].web-header .portales .bottom-header .language .fake-select-content:after {
    top: 24px;
  }

  section[role="header"].web-header .portales .open-menu {
    position: absolute;
    left: 0;
    top: 0;
    padding: 14px 12px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    color: white;
    line-height: 17px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
  }

  section[role="header"].web-header .portales .open-menu:after, section[role="header"].web-header .portales .open-menu:before {
    content: "";
    height: 3px;
    background: white;
    position: absolute;
    left: 12px;
    right: 12px;
  }

  section[role="header"].web-header .portales .open-menu:after {
    top: 11px;
  }

  section[role="header"].web-header .portales .open-menu:before {
    bottom: 11px;
  }

  section[role="header"].web-header .portales .open-phone {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    font-size: 1.625rem;
    padding: 11px 12px;
    color: white;
    cursor: pointer;
  }

  section[role="header"].web-header .portales .open-phone .icon {
    display: block;
  }

  section[role="header"].web-header .portales .upper-header {
    height: 45px;
  }

  section[role="header"].web-header .portales .logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
  }

  section[role="header"].web-header .portales .upper-links {
    position: absolute;
    right: 0;
    left: 0;
    top: 45px;
    z-index: 799;
    background: white;
    display: none;
  }

  section[role="header"].web-header .portales .upper-links.open {
    display: block;
  }

  section[role="header"].web-header .portales .upper-links li {
    display: block;
    text-align: center;
  }

  section[role="header"].web-header .portales .upper-links a {
    color: #007BC1;
    border-bottom: 1px solid #C2C2C2;
    box-shadow: 0 1px 0 white;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }

  section[role="header"].web-header .portales .upper-links a.call-action {
    color: #007DC3;
    font-weight: bold;
  }

  section[role="header"].web-header .portales .upper-links .icon {
    display: none;
  }

  section[role="header"].web-header .portales .upper-links .prominent {
    display: none;
  }

  section[role="header"].web-header .portales .web-nav {
    width: 0;
    position: absolute;
    left: -100%;
    right: 100%;
    top: 45px;
    padding-bottom: 45px;
    bottom: 0;
    z-index: 800;
    border-right: 2px solid #C2C2C2;
    overflow: auto;
    transition: left 0.3s ease, right 0.3s ease;
  }

  section[role="header"].web-header .portales .web-nav.open {
    width: auto;
    left: 0;
    right: 50px;
  }

  section[role="header"].web-header .portales .web-nav li {
    float: none;
    border: none;
    border-bottom: 1px solid #C2C2C2;
    box-shadow: 0 1px 0 white;
    margin-top: 0;
    min-height: 0;
  }

  section[role="header"].web-header .portales .web-nav a {
    line-height: normal;
    padding: 14px 10px 10px;
    border: none;
  }

  section[role="header"].web-header .portales .web-nav a .icon {
    color: #C2C2C2;
  }

  section[role="header"].web-header .portales .web-nav a .icon-dots {
    display: inline-block;
  }

  section[role="header"].web-header .portales .main-links {
    float: none;
  }

  section[role="header"].web-header .portales .additional-links {
    float: none;
  }

  section[role="header"].web-header .portales .additional-links a .icon {
    display: inline-block;
  }

  section[role="header"].web-header .portales .additional-links .fake-select {
    margin: 0;
    padding: 0 20px;
  }
  .portales .field.checkbox .alert, .portlet-journal-content .field.checkbox .alert {
    display: block;
    margin-top: 0;
  }
  .portales .field.checkbox .alert .title, .portlet-journal-content .field.checkbox .alert .title {
    display: block;
    margin-right: 0;
  }
  .portales .dropdown .text .title, .portlet-journal-content .dropdown .text .title {
    float: none;
  }
  .portales .panel, .portlet-journal-content .panel {
    padding: 20px;
  }
  .portales .has-image-bottom .title,
  .portales .has-image-bottom .content, .portlet-journal-content .has-image-bottom .title,
  .portlet-journal-content .has-image-bottom .content {
    padding: 20px;
  }
  .portales .has-image-bottom .deco-image, .portlet-journal-content .has-image-bottom .deco-image {
    display: none;
  }
  .portales .price-helps .price-help, .portlet-journal-content .price-helps .price-help {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .portales .price-helps .title, .portlet-journal-content .price-helps .title {
    min-height: 44px;
  }
  .portales .price-helps .btn, .portlet-journal-content .price-helps .btn {
    padding: 15px 0 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .portales .specs .drop-content .specs-option-initial, .portlet-journal-content .specs .drop-content .specs-option-initial {
    padding-left: 0;
    margin-top: 4px;
  }
  .portales .specs .drop-content .specs-option-price, .portlet-journal-content .specs .drop-content .specs-option-price {
    float: none;
  }
  .portales .specs .price-modificator .toggle-price-arrow, .portlet-journal-content .specs .price-modificator .toggle-price-arrow {
    margin: 10px 0;
    float: none;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .portales .specs.resume-specs .title, .portlet-journal-content .specs.resume-specs .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .portales .specs.resume-specs .price, .portlet-journal-content .specs.resume-specs .price {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .portales .specs.resume-specs .price span, .portlet-journal-content .specs.resume-specs .price span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .tabs .tab a, .portlet-journal-content .tabs .tab a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .portales .prices-header, .portlet-journal-content .prices-header {
    /*.stick-head-visible {
      display: none !important;
    }*/
  }
  .portales .prices-header .speeder img, .portlet-journal-content .prices-header .speeder img {
    display: none;
  }
  .portales .prices-header .price-head-actions, .portlet-journal-content .prices-header .price-head-actions {
    overflow: hidden;
  }
  .portales .prices-header .price-head-actions > a, .portlet-journal-content .prices-header .price-head-actions > a {
    display: block;
    float: left;
    margin: 0 20px;
    text-align: center;
  }
  .portales .prices-header .price-head-actions > a .icon, .portlet-journal-content .prices-header .price-head-actions > a .icon {
    margin: 0;
  }
  .portales .prices-header .price-head-actions .text, .portlet-journal-content .prices-header .price-head-actions .text {
    display: none;
  }
  .portales .prices-header.home .deco-image + .wrapper .title, .portlet-journal-content .prices-header.home .deco-image + .wrapper .title {
    bottom: 20px;
  }
  .portales .multi-price-content .specs .title, .portlet-journal-content .multi-price-content .specs .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .portales .multi-price-content .specs .price, .portlet-journal-content .multi-price-content .specs .price {
    float: none;
  }
  .portales .multi-price-content .specs .price-modificator, .portlet-journal-content .multi-price-content .specs .price-modificator {
    position: relative;
  }
  .portales .multi-price-content .specs .price-modificator .toggle-price-arrow, .portlet-journal-content .multi-price-content .specs .price-modificator .toggle-price-arrow {
    position: relative;
    top: auto;
    right: auto;
    float: none;
    margin: 5px 0 10px;
    outline: 0;
  }
  .portales .multi-price-content .fake-select-content, .portlet-journal-content .multi-price-content .fake-select-content {
    padding: 5px;
  }
  .portales .multi-price-content .fake-select .type-1,
  .portales .multi-price-content .fake-select .type-2, .portlet-journal-content .multi-price-content .fake-select .type-1,
  .portlet-journal-content .multi-price-content .fake-select .type-2 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .portales .prices-tabs, .portlet-journal-content .prices-tabs {
    padding: 0 3%;
  }
  .portales .prices-tabs .tabs .tab a, .portlet-journal-content .prices-tabs .tabs .tab a {
    min-height: 60px;
    padding: 10px 5px;
  }
  .portales .advertise .s6of12, .portlet-journal-content .advertise .s6of12 {
    width: 100%;
  }
  .portales .advertise .ad-area, .portlet-journal-content .advertise .ad-area {
    margin-bottom: 10px;
    text-align: center;
  }
  .portales .advertise .text, .portlet-journal-content .advertise .text {
    width: auto;
  }
  .portales .ad-container .ad-content, .portlet-journal-content .ad-container .ad-content {
    left: 1026px;
    opacity: 1;
    transition: left 0.6s ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .portales .ad-container .ad-content.launch, .portlet-journal-content .ad-container .ad-content.launch {
    left: 0;
  }
  .portales .ad-container .ad-content.launch.out, .portlet-journal-content .ad-container .ad-content.launch.out {
    left: -1026px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .portales .lh-alpha, .portlet-journal-content .lh-alpha {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .portales .lh-beta, .portlet-journal-content .lh-beta {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .landing-module, .portlet-journal-content .landing-module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .portales .landing-hero, .portlet-journal-content .landing-hero {
    min-height: 370px;
  }
  .portales .landing-hero .hero-image, .portlet-journal-content .landing-hero .hero-image {
    bottom: -35px;
  }
  .portales .landing-hero .promo .promo-percent, .portlet-journal-content .landing-hero .promo .promo-percent {
    padding-right: 0px;
  }
  .portales .landing-hero .promo .promo-percent p, .portlet-journal-content .landing-hero .promo .promo-percent p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .portales .landing-hero .promo .promo-percent .percentage, .portlet-journal-content .landing-hero .promo .promo-percent .percentage {
    font-size: 75px;
    font-size: 4.6875rem;
  }
  .portales .landing-hero .promo .promo-bonification, .portlet-journal-content .landing-hero .promo .promo-bonification {
    margin-left: 15px;
    padding: 21px;
    padding-left: 15px;
  }
  .portales .landing-hero .promo .promo-bonification p, .portlet-journal-content .landing-hero .promo .promo-bonification p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .portales .landing-hero .promo .icons .icon, .portlet-journal-content .landing-hero .promo .icons .icon {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .portales .landing-hero.has-form, .portlet-journal-content .landing-hero.has-form {
    min-height: 480px;
  }
  .portales .landing-hero.has-form .landing-content .actions, .portlet-journal-content .landing-hero.has-form .landing-content .actions {
    position: absolute;
    width: auto;
    padding: 0;
    bottom: 60px;
  }
  .portales .landing-hero.has-form .landing-content .actions .field,
  .portales .landing-hero.has-form .landing-content .actions .btn-primary, .portlet-journal-content .landing-hero.has-form .landing-content .actions .field,
  .portlet-journal-content .landing-hero.has-form .landing-content .actions .btn-primary {
    display: block;
  }
  .portales .landing-hero.has-form .landing-content .actions .field, .portlet-journal-content .landing-hero.has-form .landing-content .actions .field {
    min-width: 260px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .portales .landing-hero.has-form.has-image .landing-content, .portlet-journal-content .landing-hero.has-form.has-image .landing-content {
    padding-right: 300px;
  }
  .portales .landing-hero.has-form.has-image .landing-content .actions, .portlet-journal-content .landing-hero.has-form.has-image .landing-content .actions {
    padding-right: 300px;
  }
  .portales .landing-hero.has-form.has-image .hero-form, .portlet-journal-content .landing-hero.has-form.has-image .hero-form {
    right: 8px;
  }
  .portales .landing-hero.has-form.has-image .hero-image, .portlet-journal-content .landing-hero.has-form.has-image .hero-image {
    display: none;
  }
  .portales .landing-hero.has-big-image .landing-content .actions, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions {
    position: absolute;
    width: auto;
    padding: 0;
    bottom: 60px;
  }
  .portales .landing-hero.has-big-image .landing-content .actions .field,
  .portales .landing-hero.has-big-image .landing-content .actions .btn-primary, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions .field,
  .portlet-journal-content .landing-hero.has-big-image .landing-content .actions .btn-primary {
    display: block;
  }
  .portales .landing-hero.has-big-image .landing-content .actions .field, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions .field {
    min-width: 260px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .portales .landing-img-cols .row,
  .portales .landing-icon-cols .row, .portlet-journal-content .landing-img-cols .row,
  .portlet-journal-content .landing-icon-cols .row {
    margin: 0 -35px;
    font-size: 0;
  }
  .portales .landing-img-cols .col,
  .portales .landing-icon-cols .col, .portlet-journal-content .landing-img-cols .col,
  .portlet-journal-content .landing-icon-cols .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-height: 0;
    padding: 0 35px;
    margin-bottom: 20px;
  }
  .portales .vertical-tabs .tab a, .portlet-journal-content .vertical-tabs .tab a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .portales .tabs-module .tab-filters, .portlet-journal-content .tabs-module .tab-filters {
    width: 40%;
  }
  .portales .tabs-module .vertical-tab-content, .portlet-journal-content .tabs-module .vertical-tab-content {
    width: 60%;
  }
  .portales .tabs-module .deco-img, .portlet-journal-content .tabs-module .deco-img {
    display: none;
  }
  .portales .tabs-module .has-image, .portlet-journal-content .tabs-module .has-image {
    float: none;
    width: 100%;
  }
  .portales .tabs-module .has-image + .landing-content, .portlet-journal-content .tabs-module .has-image + .landing-content {
    float: none;
    width: 100%;
  }
  .portales .content-icon-module .landing-content, .portlet-journal-content .content-icon-module .landing-content {
    position: relative;
  }
  .portales .content-icon-module .landing-content:before, .portlet-journal-content .content-icon-module .landing-content:before {
    content: none;
    border-left: 0;
    border-right: 0;
    height: 0;
    position: relative;
    left: auto;
  }
  .portales .content-icon-module .landing-content .row, .portlet-journal-content .content-icon-module .landing-content .row {
    margin: 0;
  }
  .portales .content-icon-module .landing-content .s6of12, .portlet-journal-content .content-icon-module .landing-content .s6of12 {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
  .portales .content-icon-module .landing-content ul, .portlet-journal-content .content-icon-module .landing-content ul {
    padding-left: 25px;
    overflow: auto;
  }
  .portales .content-icon-module .landing-content ul li, .portlet-journal-content .content-icon-module .landing-content ul li {
    float: left;
    width: 50%;
    padding: 10px 25px 10px 0;
    margin: 0;
  }
  .portales .content-icon-module .landing-content ul li + li, .portlet-journal-content .content-icon-module .landing-content ul li + li {
    margin: 0;
  }
  .portales .slider-module .slider-header, .portlet-journal-content .slider-module .slider-header {
    width: 40%;
  }
  .portales .slider-module .slider-content, .portlet-journal-content .slider-module .slider-content {
    width: 60%;
  }
  .portales .campaign-module .campaign-image, .portlet-journal-content .campaign-module .campaign-image {
    margin-top: -65px;
  }
  .portales section[role="main"].web-main, .portlet-journal-content section[role="main"].web-main {
    padding-top: 45px;
  }
  .portales .page-header .page-header-content, .portlet-journal-content .page-header .page-header-content {
    padding-right: 0;
  }
  .portales .page-header.has-extra-content .page-header-content, .portlet-journal-content .page-header.has-extra-content .page-header-content {
    padding-right: 360px;
  }
  .portales .page-header.has-image .page-header-content, .portlet-journal-content .page-header.has-image .page-header-content {
    padding-right: 0;
  }
  .portales .page-header.has-image .page-header-extra-content, .portlet-journal-content .page-header.has-image .page-header-extra-content {
    display: none;
  }
  .portales .overlaped-img-text .title, .portlet-journal-content .overlaped-img-text .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .portales .web-gallery-tabs .dropdown-tabs, .portlet-journal-content .web-gallery-tabs .dropdown-tabs {
    padding: 0;
    position: relative;
  }
  .portales .web-gallery-tabs .dropdown-tabs .current-tab, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .current-tab {
    display: block;
    background: #FFF;
    padding: 10px;
    border: 1px solid #F6F6F6;
    border-top: 5px solid #999;
    position: relative;
  }
  .portales .web-gallery-tabs .dropdown-tabs .current-tab p, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .current-tab p {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .portales .web-gallery-tabs .dropdown-tabs .current-tab .icon, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .current-tab .icon {
    float: right;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .web-gallery-tabs .dropdown-tabs .current-tab.close .icon-chevron_down, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .current-tab.close .icon-chevron_down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .portales .web-gallery-tabs .dropdown-tabs .current-tab:before, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .current-tab:before {
    content: " ";
    position: absolute;
    left: 10px;
    top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent transparent transparent transparent;
    -webkit-transform: rotate(360deg);
  }
  .portales .web-gallery-tabs .dropdown-tabs .current-tab .icon-more, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .current-tab .icon-more {
    float: none;
    margin-right: 5px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .portales .web-gallery-tabs .dropdown-tabs .drop-content, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .drop-content {
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -1;
  }
  .portales .web-gallery-tabs .dropdown-tabs .drop-content.opened, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .drop-content.opened {
    opacity: 1;
    z-index: 1;
    box-shadow: 0 3px 2px rgba(3, 3, 3, 0.4);
  }
  .portales .web-gallery-tabs .dropdown-tabs .tab, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .tab {
    width: 100%;
    border: 0;
    float: none;
    display: block;
  }
  .portales .web-gallery-tabs .dropdown-tabs .tab a, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .tab a {
    border: 0;
    border-top: 1px solid #C7C7C7;
    padding: 10px;
    text-align: left;
    font-weight: bold;
  }
  .portales .web-gallery-tabs .dropdown-tabs .tab a.active, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .tab a.active {
    display: none;
  }
  .portales .web-gallery-tabs .dropdown-tabs .tab a:hover:before, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .tab a:hover:before {
    display: none;
  }
  .portales .web-gallery-tabs .dropdown-tabs .tab:first-child a, .portlet-journal-content .web-gallery-tabs .dropdown-tabs .tab:first-child a {
    border-left: 0;
  }
  .portales .card-item-content, .portlet-journal-content .card-item-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .portales .web-hero .hero-image, .portlet-journal-content .web-hero .hero-image {
    width: 50%;
    top: 60%;
  }
  .portales .access-form .web-btn-secondary, .portlet-journal-content .access-form .web-btn-secondary {
    width: initial;
  }
  .portales .access-form .checkbox, .portlet-journal-content .access-form .checkbox {
    width: initial;
  }
  .portales .access-form .fk-check, .portlet-journal-content .access-form .fk-check {
    margin-right: 0px;
  }
  .portales .access-form .access-footer:after, .portlet-journal-content .access-form .access-footer:after {
    clear: both;
    content: '';
    display: table;
  }
  .portales .access-form .web-btn-secondary, .portlet-journal-content .access-form .web-btn-secondary {
    float: right;
  }
  .portales .web-recover-home .recover-item p, .portlet-journal-content .web-recover-home .recover-item p {
    float: none;
    display: block;
  }
  .portales .web-recover-home .recover-item .name, .portlet-journal-content .web-recover-home .recover-item .name {
    border: 0;
  }
  .portales .margenPodemosLlamarte, .portlet-journal-content .margenPodemosLlamarte {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .portales, .portlet-journal-content {
    /*  .agent-box .btn-wrap {
        width: 20%;
      }
    
      .agent-box .agent-info {
        width: 20%;
      } */
  }
  .portales .price-helps, .portlet-journal-content .price-helps {
    padding: 20px 0 30px;
  }
  .portales .price-helps .title, .portlet-journal-content .price-helps .title {
    margin: 0;
  }
  .portales .price-helps .btn .icon, .portlet-journal-content .price-helps .btn .icon {
    padding-right: 5px;
    margin-left: 0;
  }
  .portales .multi-price-content .specs .specs-header .recomend-deco, .portlet-journal-content .multi-price-content .specs .specs-header .recomend-deco {
    width: 55px;
  }
  .portales .multi-price-content .specs .specs-option-price, .portlet-journal-content .multi-price-content .specs .specs-option-price {
    float: none;
    margin-bottom: 8px;
    display: block;
  }
  .portales .multi-price-content .specs .drop-price-content .specs-option-initial, .portlet-journal-content .multi-price-content .specs .drop-price-content .specs-option-initial {
    padding-left: 0;
    text-align: right;
  }
  .portales .multi-price-content .specs .price, .portlet-journal-content .multi-price-content .specs .price {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .portales .multi-price-content .specs .price span, .portlet-journal-content .multi-price-content .specs .price span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .portales .info-box .pay,
  .portales .info-box .capital, .portlet-journal-content .info-box .pay,
  .portlet-journal-content .info-box .capital {
    padding: 20px;
  }
  .portales .info-box .pay .price,
  .portales .info-box .capital .price, .portlet-journal-content .info-box .pay .price,
  .portlet-journal-content .info-box .capital .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .portales .info-box .pay .price span,
  .portales .info-box .capital .price span, .portlet-journal-content .info-box .pay .price span,
  .portlet-journal-content .info-box .capital .price span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .slider-picker, .portlet-journal-content .slider-picker {
    padding: 10px 0px 0px 10px;
  }
  .portales .web-insurances .web-insurance-card.left-text .web-insurance-text, .portlet-journal-content .web-insurances .web-insurance-card.left-text .web-insurance-text {
    padding: 20px;
  }
  .portales .web-insurances .web-insurance-card.single-image .image-wrapper img, .portlet-journal-content .web-insurances .web-insurance-card.single-image .image-wrapper img {
    min-width: initial;
    max-width: initial;
    right: -35px;
  }
  .portales .card-item-xl.left-img .card-img, .portlet-journal-content .card-item-xl.left-img .card-img {
    width: 100%;
    float: none;
  }
  .portales .card-item-xl.left-img .card-item-content, .portlet-journal-content .card-item-xl.left-img .card-item-content {
    width: 100%;
    float: none;
  }
  .portales .web-left-img .image, .portlet-journal-content .web-left-img .image {
    width: 100%;
    float: none;
  }
  .portales .web-left-img .image img, .portlet-journal-content .web-left-img .image img {
    min-width: 100%;
  }
  .portales .web-left-img .web-left-img-content, .portlet-journal-content .web-left-img .web-left-img-content {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
  .portales .web-recover > div, .portlet-journal-content .web-recover > div {
    padding-left: 20px;
  }
  .portales .web-recover > div:first-child, .portlet-journal-content .web-recover > div:first-child {
    padding-right: 20px;
  }
  .portales .web-recover > div:first-child, .portlet-journal-content .web-recover > div:first-child {
    padding-left: 5px;
  }
  .portales .web-recover .s8of12, .portlet-journal-content .web-recover .s8of12 {
    width: 100%;
  }
  .portales .web-recover .s4of12 + .s8of12, .portlet-journal-content .web-recover .s4of12 + .s8of12 {
    width: 65%;
  }
  .portales .web-recover .number-list, .portlet-journal-content .web-recover .number-list {
    margin-left: 5px;
  }
  .portales .web-info-module, .portlet-journal-content .web-info-module {
    padding-right: 0;
    width: 100%;
  }
  .portales .web-info-module .s6of12, .portlet-journal-content .web-info-module .s6of12 {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
  .portales .web-info-module.web-border-box, .portales .web-info-module .web-border-box, .portlet-journal-content .web-info-module.web-border-box, .portlet-journal-content .web-info-module .web-border-box {
    border-left: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  .portales .web-info-module.web-border-box .s6of12:first-child, .portales .web-info-module .web-border-box .s6of12:first-child, .portlet-journal-content .web-info-module.web-border-box .s6of12:first-child, .portlet-journal-content .web-info-module .web-border-box .s6of12:first-child {
    padding-top: 0px;
  }
  .portales .web-info-module .text-intro, .portlet-journal-content .web-info-module .text-intro {
    margin-bottom: 10px;
  }
  .portales .web-info-module .btn-holder, .portlet-journal-content .web-info-module .btn-holder {
    width: 100%;
    padding-right: 0;
  }
  .portales .web-benefits-list .s6of12, .portlet-journal-content .web-benefits-list .s6of12 {
    padding-left: 40px;
  }
  .portales .web-benefits-list .s6of12:first-child, .portlet-journal-content .web-benefits-list .s6of12:first-child {
    padding-left: 0;
    padding-right: 40px;
  }
  .portales .banner-plan .text, .portlet-journal-content .banner-plan .text {
    width: 35%;
    padding: 8px 10px 8px 0;
  }
  .portales .banner-plan .intro-text, .portlet-journal-content .banner-plan .intro-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .banner-plan .pull-right, .portales .banner-plan .pull-left, .portlet-journal-content .banner-plan .pull-right, .portlet-journal-content .banner-plan .pull-left {
    width: 65%;
  }
  .portales .web-cross-selling .web-insurance-card .web-insurance-text, .portlet-journal-content .web-cross-selling .web-insurance-card .web-insurance-text {
    padding: 15px;
  }
  .portales .web-cross-selling .web-insurance-card .web-insurance-text .icon, .portlet-journal-content .web-cross-selling .web-insurance-card .web-insurance-text .icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
  }
  .portales .web-cross-selling .close-text, .portlet-journal-content .web-cross-selling .close-text {
    padding-left: 15px;
  }
  .portales .web-contact-header.page-header.has-image .page-header-content, .portlet-journal-content .web-contact-header.page-header.has-image .page-header-content {
    padding-right: 0;
  }
  .portales .web-contact-table .description, .portlet-journal-content .web-contact-table .description {
    width: 48%;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .portales .web-contact-table .description p, .portlet-journal-content .web-contact-table .description p {
    padding-right: 10px;
  }
  .portales .web-contact-table .dates, .portlet-journal-content .web-contact-table .dates {
    width: 32%;
  }
  .portales .web-contact-table .dates-content, .portlet-journal-content .web-contact-table .dates-content {
    padding: 0 10px;
  }
  .portales .web-contact-table .dates-content .date span, .portlet-journal-content .web-contact-table .dates-content .date span {
    width: 44%;
  }
  .portales .web-contact-table .dates-content .date span:first-child, .portlet-journal-content .web-contact-table .dates-content .date span:first-child {
    width: 56%;
  }
  .portales .web-contact-table .tel, .portlet-journal-content .web-contact-table .tel {
    width: 20%;
  }
  .portales .web-banner-image .web-logo-text, .portlet-journal-content .web-banner-image .web-logo-text {
    padding-left: 100px;
  }
  .portales .web-contact-rrss .s3of12, .portlet-journal-content .web-contact-rrss .s3of12 {
    width: 50%;
  }
  .portales .web-app-item, .portlet-journal-content .web-app-item {
    text-align: center;
  }
  .portales .web-app-item .mobile-image, .portlet-journal-content .web-app-item .mobile-image {
    display: block;
    padding-left: 0;
    margin: 20px auto;
  }
  .portales .web-app-item .app-info, .portlet-journal-content .web-app-item .app-info {
    width: auto;
  }
  .portales .web-app-item .web-check-list, .portlet-journal-content .web-app-item .web-check-list {
    text-align: left;
  }
  .portales .web-app-item:first-child, .portlet-journal-content .web-app-item:first-child {
    padding-right: 20px;
  }
  .portales .masonry-grid-sizer,
  .portales .masonry-grid-item, .portlet-journal-content .masonry-grid-sizer,
  .portlet-journal-content .masonry-grid-item {
    width: 49%;
  }
  .portales .web-contact-agent, .portlet-journal-content .web-contact-agent {
    height: auto;
  }
  .portales .web-contact-agent .bg-image, .portlet-journal-content .web-contact-agent .bg-image {
    min-height: 100%;
  }
  .portales .web-contact-agent.no-results, .portlet-journal-content .web-contact-agent.no-results {
    height: auto;
  }
  .portales .web-contact-agent.no-results .no-results-image, .portlet-journal-content .web-contact-agent.no-results .no-results-image {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    bottom: auto;
    left: auto;
  }
  .portales .web-contact-agent.no-results .no-results-fields, .portlet-journal-content .web-contact-agent.no-results .no-results-fields {
    padding: 0 0 0 20px;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
  }
  .portales .web-brands .brand-item, .portlet-journal-content .web-brands .brand-item {
    width: 33.3%;
  }
  .portales .web-brands-wrap .drop-select-wrap, .portlet-journal-content .web-brands-wrap .drop-select-wrap {
    padding-left: 0px;
  }
  .portales .web-brands-wrap .drop-select-item, .portlet-journal-content .web-brands-wrap .drop-select-item {
    padding: 26px 45px 26px 10px;
  }
  .portales .web-search-garage .search-engine-form .text-btn, .portlet-journal-content .web-search-garage .search-engine-form .text-btn {
    width: 60%;
  }
  .portales .web-search-garage .search-engine-form .web-btn, .portlet-journal-content .web-search-garage .search-engine-form .web-btn {
    padding: 14px 8px;
  }
  .portales .web-search-garage .search-engine-form .web-btn .icon, .portlet-journal-content .web-search-garage .search-engine-form .web-btn .icon {
    margin-right: 3px;
  }
  .portales .web-search-garage .search-engine-form .check-group .checkbox.secondary, .portlet-journal-content .web-search-garage .search-engine-form .check-group .checkbox.secondary {
    padding-right: 5px;
  }
  .portales .web-search-garage .search-engine-form .check-group label, .portlet-journal-content .web-search-garage .search-engine-form .check-group label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .portales .web-search-garage .no-results, .portlet-journal-content .web-search-garage .no-results {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .portales .web-search-garage .no-results:after, .portlet-journal-content .web-search-garage .no-results:after {
    clear: both;
    content: '';
    display: table;
  }
  .portales .web-search-garage .no-results-image, .portlet-journal-content .web-search-garage .no-results-image {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 22%;
    float: left;
    padding: 40px 15px 0px 0px;
  }
  .portales .web-search-garage .no-results-image img, .portlet-journal-content .web-search-garage .no-results-image img {
    max-width: 100%;
  }
  .portales .web-search-garage .no-results-fields, .portlet-journal-content .web-search-garage .no-results-fields {
    width: 78%;
    float: left;
    padding: 40px 0px;
  }
  .portales .web-search-garage .no-results-fields .btn-group .web-btn-primary .icon, .portlet-journal-content .web-search-garage .no-results-fields .btn-group .web-btn-primary .icon {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .portales .hide_for_desktop, .portlet-journal-content .hide_for_desktop {
    display: block;
  }
  .portales .hide_for_mobile, .portlet-journal-content .hide_for_mobile {
    display: none !important;
  }
  .portales section.web_hero_genesis, .portlet-journal-content section.web_hero_genesis {
    height: auto;
  }
  .portales .hero_img_movil, .portlet-journal-content .hero_img_movil {
    background: linear-gradient(0deg, #c5dfee 0%, #e4eff5 51%, white 100%);
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .portales .hero_title, .portlet-journal-content .hero_title {
    font-size: 34px;
    line-height: 39px;
    font-weight: bold;
    position: relative;
    margin-top: 0px;
    text-align: center;
    top: unset;
    left: unset;
    margin-right: unset;
    transform: unset;
  }
  .portales .hero_subtitle, .portlet-journal-content .hero_subtitle {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    margin-top: 36px;
    margin-bottom: 15px;
    text-align: center;
    top: unset;
    left: unset;
    margin-right: unset;
    transform: unset;
  }
  .portales .hero_box_wrapper, .portlet-journal-content .hero_box_wrapper {
    display: block;
    text-align: center;
    top: 1px;
    position: relative;
  }
  .portales .hero_box, .portlet-journal-content .hero_box {
    height: 100px;
    width: 90%;
    margin: auto 15px 15px 15px;
  }
  .portales .contenido_hero_box, .portlet-journal-content .contenido_hero_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portales .hero_box .contenido_hero_box .hero_box_title, .portlet-journal-content .hero_box .contenido_hero_box .hero_box_title {
    margin: unset;
  }
  .portales .hero_box .contenido_hero_box .hero_box_img, .portlet-journal-content .hero_box .contenido_hero_box .hero_box_img {
    position: unset;
    transform: unset;
    margin-right: 24px;
    height: 40px;
  }
  .portales .hero_box:last-child, .portlet-journal-content .hero_box:last-child {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portales, .portlet-journal-content {
    /* WEB MOBILE STYLES */
    /* access-form */
    /* Light form */
    /* banner-text-img */
    /* Web module actions */
    /* FOOTER LINKS */
  }
  .portales .s2of12,
  .portales .s3of12,
  .portales .s4of12, .portlet-journal-content .s2of12,
  .portlet-journal-content .s3of12,
  .portlet-journal-content .s4of12 {
    width: 50%;
  }
  .portales .s5of12,
  .portales .s6of12,
  .portales .s7of12,
  .portales .s8of12,
  .portales .s9of12,
  .portales .s10of12,
  .portales .s11of12, .portlet-journal-content .s5of12,
  .portlet-journal-content .s6of12,
  .portlet-journal-content .s7of12,
  .portlet-journal-content .s8of12,
  .portlet-journal-content .s9of12,
  .portlet-journal-content .s10of12,
  .portlet-journal-content .s11of12 {
    width: 100%;
  }
  .portales .mobile-wide, .portlet-journal-content .mobile-wide {
    width: 100%;
  }
  .portales .hide_for_desktop, .portlet-journal-content .hide_for_desktop {
    display: block;
  }
  .portales .hide_for_mobile, .portlet-journal-content .hide_for_mobile {
    display: none !important;
  }
  .portales .show_on_mobile, .portlet-journal-content .show_on_mobile {
    display: block !important;
  }
  .portales .show_on_desktop, .portlet-journal-content .show_on_desktop {
    display: none !important;
  }
  .portales .h-gamma, .portlet-journal-content .h-gamma {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
  }
  .portales .h-epsilon, .portlet-journal-content .h-epsilon {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .lh-alpha, .portlet-journal-content .lh-alpha {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .portales .fluid_on_mobile,
  .portales .stack_on_mobile > .col,
  .portales .stack_on_mobile > .col_r,
  .portales .deep_stack_on_mobile .col,
  .portales .deep_stack_on_mobile .col_r, .portlet-journal-content .fluid_on_mobile,
  .portlet-journal-content .stack_on_mobile > .col,
  .portlet-journal-content .stack_on_mobile > .col_r,
  .portlet-journal-content .deep_stack_on_mobile .col,
  .portlet-journal-content .deep_stack_on_mobile .col_r {
    float: none;
    width: auto;
  }
  .portales .form-actions, .portlet-journal-content .form-actions {
    padding: 0;
  }
  .portales .c2c-form-result .message, .portlet-journal-content .c2c-form-result .message {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .portales .funnel-header .progress-block, .portlet-journal-content .funnel-header .progress-block {
    display: none;
  }
  .portales .funnel-header .progress-block.current, .portlet-journal-content .funnel-header .progress-block.current {
    display: block;
    float: none;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .portales .funnel-header h1, .portlet-journal-content .funnel-header h1 {
    font-size: 1.5625rem;
    line-height: 28px;
    padding: 15px 10px;
  }
  .sticky .portales .funnel-header h1, .sticky .portlet-journal-content .funnel-header h1 {
    font-size: 1rem;
    padding: 10px;
  }
  .portales .funnel-header .h-gamma, .portlet-journal-content .funnel-header .h-gamma {
    padding-top: 10px;
  }
  .portales .body-container .liberty-agent.sm, .portlet-journal-content .body-container .liberty-agent.sm {
    border-right: 0;
  }
  section[role='header'] .links {
    margin: 0;
  }

  section[role='header'] .links li {
    margin-left: 0;
  }

  section[role='header'] .links li > div {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2;
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
  }

  section[role='header'] .links li > div a {
    display: block;
    margin: .5em 0;
  }

  section[role='header'] .links li > div .phone-number {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
  }

  section[role='header'] .links li > div .c2c {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
  }

  section[role='header'] .links li > div .c2c .icon {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: .3em;
  }

  section[role='header'] .links li,
  section[role='header'] .links b {
    font: 0/0 arial;
  }

  section[role='header'] .links .icon {
    margin-right: 0;
  }

  section[role='header'] .links .phone {
    display: none;
  }

  section[role='header'] .links .highlighted {
    padding: 8px 4px;
    border: none;
  }

  section[role='header'] #phone-mobile {
    display: block;
  }

  section[role='header'] #phone-mobile.hidden {
    display: none;
  }

  section[role='header'].reduced .links {
    margin: 0;
    padding: 0;
  }

  .landing-page section[role='header'].reduced .links {
    margin-top: 10px;
  }

  section[role='header'].header-user-login .user-login {
    display: block;
  }

  section[role='header'].header-user-login .links .btn-next {
    display: none;
  }

  section[role='header'].header-user-login .links li a {
    padding: 0 5px;
  }
  .portales .msg-info-separator, .portlet-journal-content .msg-info-separator {
    display: none;
  }
  .portales .msg-info-tel > .row > div, .portlet-journal-content .msg-info-tel > .row > div {
    margin-bottom: 20px;
  }
  .portales .msg-info-sugestion, .portlet-journal-content .msg-info-sugestion {
    padding: 20px 10px 0;
    border-top: 1px solid #000000;
    border-left: none;
  }
  .portales .msg-info-bottom .tel, .portlet-journal-content .msg-info-bottom .tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .portales .msg-action a, .portlet-journal-content .msg-action a {
    font-size: 16px;
    font-size: 1rem;
  }
  section[role='footer'] .msg-group-bottom {
    padding: 20px 0;
  }

  section[role='footer'] .msg-action {
    margin-top: 20px;
  }

  section[role='footer'].light-footer .light-copy {
    text-align: left;
  }

  section[role='footer'] .footer-tarificador {
    padding: 20px;
  }

  section[role='footer'] .footer-tarificador .footer-list li {
    display: block;
    margin-bottom: 13px;
    padding: 0;
    border-right: none;
  }

  section[role='footer'] .footer-tarificador .footer-list li:first-child {
    margin-bottom: 20px;
  }

  section[role='footer'] .footer-tarificador .logo-verizon {
    position: static;
    display: block;
  }

  section[role='footer'] .footer-tarificador .liberty-logo {
    position: static;
    display: block;
    margin-bottom: 15px;
  }

  section[role='footer'] .footer-tarificador .company-info {
    padding-top: 5px;
    padding-right: 0;
  }

  section[role='footer'] .footer-tarificador .company-info .text {
    font-size: 12px;
    font-size: .75rem;
    display: block;
    padding-left: 0;
  }
  .portales #lazybox, .portlet-journal-content #lazybox {
    width: 100%;
  }
  .portales #lazybox .img-container, .portlet-journal-content #lazybox .img-container {
    display: none;
  }
  .portales #lazybox .img-container + .content, .portlet-journal-content #lazybox .img-container + .content {
    float: none;
    width: 100%;
  }
  .portales .lightbox-form-result, .portlet-journal-content .lightbox-form-result {
    padding-bottom: 10px;
  }
  .portales .lightbox-form-result .message-title, .portlet-journal-content .lightbox-form-result .message-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .portales .lightbox-form-result .message, .portlet-journal-content .lightbox-form-result .message {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .lightbox-form-result .additional-message, .portlet-journal-content .lightbox-form-result .additional-message {
    font-size: 14px;
    font-size: .875rem;
  }
  .portales .lightbox-form-result .logo-thanks, .portlet-journal-content .lightbox-form-result .logo-thanks {
    display: none;
  }
  .portales .calendar table, .portlet-journal-content .calendar table {
    width: 100%;
  }
  .portales .calendar table td, .portlet-journal-content .calendar table td {
    font-size: 13px;
    font-size: .8125rem;
  }
  .portales .calendar .ui-datepicker-calendar .ui-datepicker-other-month, .portlet-journal-content .calendar .ui-datepicker-calendar .ui-datepicker-other-month {
    padding: 0;
  }
  .portales .radio-button-data, .portlet-journal-content .radio-button-data {
    font-size: 14px;
    font-size: .875rem;
  }
  .portales .radio-button-data .data-title,
  .portales .radio-button-data .aditional-data, .portlet-journal-content .radio-button-data .data-title,
  .portlet-journal-content .radio-button-data .aditional-data {
    display: block;
    width: 100%;
  }
  .portales .radio-button-data .aditional-data li:last-child, .portlet-journal-content .radio-button-data .aditional-data li:last-child {
    text-align: center;
  }
  .portales .radio-button-data .fk-radio, .portlet-journal-content .radio-button-data .fk-radio {
    padding: 15px;
  }
  .portales .radio-button-data .fk-radio.checked, .portlet-journal-content .radio-button-data .fk-radio.checked {
    padding: 13px;
  }
  .portales .promo-banner .highlighted, .portlet-journal-content .promo-banner .highlighted {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .portales .promo-banner .description, .portlet-journal-content .promo-banner .description {
    font-size: 14px;
    font-size: .875rem;
    width: 60%;
  }
  .portales .rastreator-panels .panel, .portlet-journal-content .rastreator-panels .panel {
    width: 100%;
    padding: 10px;
  }
  .portales .rastreator-panels .check-list li:before, .portlet-journal-content .rastreator-panels .check-list li:before {
    padding-right: 8px;
    padding-left: 20px;
  }
  .portales .rastreator-panels .check-list li span, .portlet-journal-content .rastreator-panels .check-list li span {
    width: 80%;
    padding-left: 0;
  }
  .portales .rastreator-panels .img-container, .portlet-journal-content .rastreator-panels .img-container {
    position: static;
    margin: 15px auto 10px;
  }
  .portales .panel, .portlet-journal-content .panel {
    border-top: none;
  }
  .portales .light-panel, .portlet-journal-content .light-panel {
    border-top: none;
  }
  .portales .exception-page .img-container, .portlet-journal-content .exception-page .img-container {
    display: none;
  }
  .portales .exception-page button[type='submit'], .portlet-journal-content .exception-page button[type='submit'] {
    margin-bottom: 10px;
  }
  .portales .field.checkbox.dropdown .info, .portlet-journal-content .field.checkbox.dropdown .info {
    margin-top: 22px;
    padding: 0;
  }
  .portales .field.checkbox.dropdown .toggle-arrow, .portlet-journal-content .field.checkbox.dropdown .toggle-arrow {
    width: 100%;
  }
  .portales .field.checkbox.dropdown .toggle-arrow p, .portlet-journal-content .field.checkbox.dropdown .toggle-arrow p {
    width: 82%;
  }
  .portales .field.checkbox.dropdown .drop-content .category,
  .portales .field.checkbox.dropdown .drop-content .category-def, .portlet-journal-content .field.checkbox.dropdown .drop-content .category,
  .portlet-journal-content .field.checkbox.dropdown .drop-content .category-def {
    display: block;
    width: 100%;
  }
  .portales .budget-modification .btn-group, .portlet-journal-content .budget-modification .btn-group {
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
  }
  .portales .budget-modification .row, .portlet-journal-content .budget-modification .row {
    margin-left: 0;
  }
  .portales .budget-modification .btn-light, .portlet-journal-content .budget-modification .btn-light {
    margin-right: 0;
    padding: 19px 0;
    border: none;
    background: transparent;
  }
  .portales .prices-header .primary-slab, .portlet-journal-content .prices-header .primary-slab {
    min-height: 0;
  }
  .portales .prices-header .title, .portlet-journal-content .prices-header .title {
    font-size: 20px;
    font-size: 1.25rem;
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .portales .prices-header .deco-image, .portlet-journal-content .prices-header .deco-image {
    display: none;
  }
  .portales .prices-header .deco-image + .wrapper .title, .portlet-journal-content .prices-header .deco-image + .wrapper .title {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 15px 0;
  }
  .portales .prices-header .model-car, .portlet-journal-content .prices-header .model-car {
    padding: 8px 0;
    border-bottom: 1px solid #ADADAD;
  }
  .portales .prices-header .model-car p, .portlet-journal-content .prices-header .model-car p {
    font-size: 14px;
    font-size: .875rem;
  }
  .portales .prices-header .price-presu, .portlet-journal-content .prices-header .price-presu {
    font-size: 14px;
    font-size: .875rem;
    float: none;
    margin-bottom: 1em;
  }
  .portales .prices-header .price-head-actions, .portlet-journal-content .prices-header .price-head-actions {
    float: none;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .portales .prices-header .price-head-actions > a, .portlet-journal-content .prices-header .price-head-actions > a {
    display: block;
    float: left;
    width: 24%;
    margin: 0;
    text-align: center;
  }
  .portales .prices-header .price-head-actions > a .icon, .portlet-journal-content .prices-header .price-head-actions > a .icon {
    margin: 0;
  }
  .portales .prices-header .price-head-actions .text, .portlet-journal-content .prices-header .price-head-actions .text {
    display: none;
  }
  .portales .prices-header.home .deco-image + .wrapper .title, .portlet-journal-content .prices-header.home .deco-image + .wrapper .title {
    bottom: 10px;
  }
  .portales .prices-header .specs .title, .portlet-journal-content .prices-header .specs .title {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .portales .prices-header .specs .price, .portlet-journal-content .prices-header .specs .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .portales .prices-header .specs .specs-price, .portlet-journal-content .prices-header .specs .specs-price {
    display: block;
    margin-right: 0;
  }
  .portales .prices-header .specs .specs-price .price-modificator, .portlet-journal-content .prices-header .specs .specs-price .price-modificator {
    float: right;
  }
  .portales .prices-header .specs .specs-price .price-modificator .drop-content, .portlet-journal-content .prices-header .specs .specs-price .price-modificator .drop-content {
    top: 40px;
  }
  .portales .prices-header .specs .drop-price-content .field, .portlet-journal-content .prices-header .specs .drop-price-content .field {
    padding: 0 10px;
  }
  .portales .prices-header .specs .drop-price-content .specs-option-price, .portlet-journal-content .prices-header .specs .drop-price-content .specs-option-price {
    float: left;
  }
  .portales .prices-header .specs .drop-price-content .specs-option-initial, .portlet-journal-content .prices-header .specs .drop-price-content .specs-option-initial {
    padding-left: 69%;
  }
  .portales .prices-header .specs .btn, .portlet-journal-content .prices-header .specs .btn {
    width: 100%;
    margin-top: 4px;
    padding: 10px 30px;
  }
  .portales .price-helps .price-help, .portlet-journal-content .price-helps .price-help {
    margin-bottom: 10px;
    padding: 0 30px;
  }
  .portales .price-helps .title, .portlet-journal-content .price-helps .title {
    min-height: 0;
  }
  .portales .price-helps .btn, .portlet-journal-content .price-helps .btn {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .specs .title, .portlet-journal-content .specs .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .portales .specs .price, .portlet-journal-content .specs .price {
    font-size: 40px;
    font-size: 2.5rem;
    float: none;
  }
  .portales .specs .price span, .portlet-journal-content .specs .price span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .specs .drop-price-content, .portlet-journal-content .specs .drop-price-content {
    margin-bottom: 20px;
  }
  .portales .specs .drop-price-content .field, .portlet-journal-content .specs .drop-price-content .field {
    padding: 10px 10px 5px;
  }
  .portales .specs .drop-price-content label, .portlet-journal-content .specs .drop-price-content label {
    margin-left: 0;
  }
  .portales .specs .drop-price-content .tip, .portlet-journal-content .specs .drop-price-content .tip {
    margin-right: 0;
  }
  .portales .single-price-content .conditions, .portlet-journal-content .single-price-content .conditions {
    display: none;
  }
  .portales .single-price-content .second .title, .portlet-journal-content .single-price-content .second .title {
    padding: 30px 20px 10px 34px;
  }
  .portales .single-specs-list li, .portlet-journal-content .single-specs-list li {
    padding: 15px 10px;
  }
  .portales .single-specs-list li .icon-info_circle, .portlet-journal-content .single-specs-list li .icon-info_circle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .single-specs-list li .text, .portlet-journal-content .single-specs-list li .text {
    font-size: 15px;
    font-size: .9375rem;
    padding-left: 28px;
  }
  .portales .single-specs-list li.ok .text, .portlet-journal-content .single-specs-list li.ok .text {
    padding-left: 28px;
  }
  .portales .multi-price-content.multi-3-results .first-opt,
  .portales .multi-price-content.multi-3-results .second-opt,
  .portales .multi-price-content.multi-3-results .third-opt, .portlet-journal-content .multi-price-content.multi-3-results .first-opt,
  .portlet-journal-content .multi-price-content.multi-3-results .second-opt,
  .portlet-journal-content .multi-price-content.multi-3-results .third-opt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .portales .multi-price-content.multi-3-results .first-opt,
  .portales .multi-price-content.multi-3-results .second-opt,
  .portales .multi-price-content.multi-3-results .third-opt, .portlet-journal-content .multi-price-content.multi-3-results .first-opt,
  .portlet-journal-content .multi-price-content.multi-3-results .second-opt,
  .portlet-journal-content .multi-price-content.multi-3-results .third-opt {
    margin-left: 0;
  }
  .portales .multi-price-content.multi-3-results .first-opt .spec-title,
  .portales .multi-price-content.multi-3-results .second-opt .spec-title,
  .portales .multi-price-content.multi-3-results .third-opt .spec-title, .portlet-journal-content .multi-price-content.multi-3-results .first-opt .spec-title,
  .portlet-journal-content .multi-price-content.multi-3-results .second-opt .spec-title,
  .portlet-journal-content .multi-price-content.multi-3-results .third-opt .spec-title {
    visibility: visible;
  }
  .portales .multi-price-content.multi-3-results .first-opt .more-specs,
  .portales .multi-price-content.multi-3-results .second-opt .more-specs,
  .portales .multi-price-content.multi-3-results .third-opt .more-specs, .portlet-journal-content .multi-price-content.multi-3-results .first-opt .more-specs,
  .portlet-journal-content .multi-price-content.multi-3-results .second-opt .more-specs,
  .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs {
    display: block;
  }
  .portales .multi-price-content.multi-3-results .third-opt .more-specs, .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs {
    width: 100%;
    margin-left: 0;
  }
  .portales .multi-price-content.multi-3-results .third-opt .more-specs .spec-title,
  .portales .multi-price-content.multi-3-results .third-opt .more-specs .spec-content, .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs .spec-title,
  .portlet-journal-content .multi-price-content.multi-3-results .third-opt .more-specs .spec-content {
    width: 100%;
  }
  .portales .multi-price-content.multi-2-results .first-opt,
  .portales .multi-price-content.multi-2-results .second-opt, .portlet-journal-content .multi-price-content.multi-2-results .first-opt,
  .portlet-journal-content .multi-price-content.multi-2-results .second-opt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .portales .multi-price-content.multi-2-results .first-opt .spec-title,
  .portales .multi-price-content.multi-2-results .second-opt .spec-title, .portlet-journal-content .multi-price-content.multi-2-results .first-opt .spec-title,
  .portlet-journal-content .multi-price-content.multi-2-results .second-opt .spec-title {
    visibility: visible;
  }
  .portales .multi-price-content.multi-2-results .first-opt .more-specs,
  .portales .multi-price-content.multi-2-results .second-opt .more-specs, .portlet-journal-content .multi-price-content.multi-2-results .first-opt .more-specs,
  .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs {
    display: block;
  }
  .portales .multi-price-content.multi-2-results .second-opt .more-specs, .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs {
    width: 100%;
    margin-left: 0;
  }
  .portales .multi-price-content.multi-2-results .second-opt .more-specs .spec-title,
  .portales .multi-price-content.multi-2-results .second-opt .more-specs .spec-content, .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs .spec-title,
  .portlet-journal-content .multi-price-content.multi-2-results .second-opt .more-specs .spec-content {
    width: 100%;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover {
    display: block !important;
    padding: 10px;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .title, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    padding-left: 36px;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .cover-img, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .cover-img {
    display: none;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .rounded-numbers, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .rounded-numbers {
    margin-top: 20px;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .rounded-numbers li, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .rounded-numbers li {
    padding-left: 36px;
  }
  .portales .multi-price-content.comparision-mod .comparision-cover .rounded-numbers li:before, .portlet-journal-content .multi-price-content.comparision-mod .comparision-cover .rounded-numbers li:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
  .portales .multi-price-content.comparision-mod .specs .fake-select, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select {
    margin-bottom: 0;
  }
  .portales .multi-price-content.comparision-mod .specs .fake-select-options .prominent, .portlet-journal-content .multi-price-content.comparision-mod .specs .fake-select-options .prominent {
    padding: 8px;
  }
  .portales .multi-price-content.comparision-mod li, .portlet-journal-content .multi-price-content.comparision-mod li {
    height: auto !important;
  }
  .portales .multi-price-content.comparision-mod li .extra-info, .portlet-journal-content .multi-price-content.comparision-mod li .extra-info {
    font-size: 13px;
    font-size: .8125rem;
  }
  .portales .multi-price-content.comparision-mod .spec-content, .portlet-journal-content .multi-price-content.comparision-mod .spec-content {
    padding-top: 10px;
  }
  .portales .multi-price-content .view-more-list, .portlet-journal-content .multi-price-content .view-more-list {
    display: none;
  }
  .portales .multi-price-content .opt-specs .s6of12, .portlet-journal-content .multi-price-content .opt-specs .s6of12 {
    padding: 0;
  }
  .portales .multi-price-list > li, .portlet-journal-content .multi-price-list > li {
    background: #F9F9F9;
  }
  .portales .multi-price-list > li.ok, .portlet-journal-content .multi-price-list > li.ok {
    background: #E7F5E3;
  }
  .portales .multi-price-list > li.spec-list-check .spec-content, .portlet-journal-content .multi-price-list > li.spec-list-check .spec-content {
    padding: 0;
  }
  .portales .multi-price-list > li.spec-list-check .spec-content .field, .portlet-journal-content .multi-price-list > li.spec-list-check .spec-content .field {
    max-width: 100%;
    padding: 10px 0 0 35px;
  }
  .portales .multi-price-list > li .spec-content, .portlet-journal-content .multi-price-list > li .spec-content {
    font-size: 14px;
    font-size: .875rem;
    padding: 0 20px;
  }
  .portales .multi-price-list > li .spec-content .icon-ok, .portlet-journal-content .multi-price-list > li .spec-content .icon-ok {
    display: none;
  }
  .portales .multi-price-list > li .spec-content .fake-select, .portlet-journal-content .multi-price-list > li .spec-content .fake-select {
    width: 100%;
    margin-left: 0;
  }
  .portales .multi-price-list > li .spec-content .fake-select .single-specs-list > li .fake-select, .portlet-journal-content .multi-price-list > li .spec-content .fake-select .single-specs-list > li .fake-select {
    margin-left: 0;
  }
  .portales .dash-stripe-list li:first-child, .portlet-journal-content .dash-stripe-list li:first-child {
    padding-top: 10px;
  }
  .portales .open-specs-multi, .portlet-journal-content .open-specs-multi {
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #F6F6F6;
  }
  .portales .open-specs-multi .icon, .portlet-journal-content .open-specs-multi .icon {
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    margin-top: -2px;
    color: #999999;
  }
  .portales .all-specs, .portlet-journal-content .all-specs {
    display: none;
  }
  .portales .stick-head-visible, .portlet-journal-content .stick-head-visible {
    display: none !important;
  }
  .portales .single-price-content .spec-list-check .field, .portlet-journal-content .single-price-content .spec-list-check .field {
    position: relative;
    margin-top: 10px;
  }
  .portales .single-price-content .spec-list-check .text, .portlet-journal-content .single-price-content .spec-list-check .text {
    padding-right: 0;
  }
  .portales .single-price-content .specs .specs-price, .portlet-journal-content .single-price-content .specs .specs-price {
    margin: 0;
  }
  .portales .check-foot-module, .portlet-journal-content .check-foot-module {
    padding: 0 10px;
  }
  .portales .check-foot-module .title, .portlet-journal-content .check-foot-module .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .fake-select, .portlet-journal-content .fake-select {
    width: 100%;
  }
  .portales .fake-select .type-1,
  .portales .fake-select .type-2, .portlet-journal-content .fake-select .type-1,
  .portlet-journal-content .fake-select .type-2 {
    font-size: 12px;
    font-size: .75rem;
  }
  .portales .fake-select-content, .portlet-journal-content .fake-select-content {
    padding: 10px 10px;
  }
  .portales .fake-select-options .selected:before, .portlet-journal-content .fake-select-options .selected:before {
    left: 5px;
  }
  .portales .fake-select-options .fk-sel-option, .portlet-journal-content .fake-select-options .fk-sel-option {
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 8px;
  }
  .portales .prices-tabs .current-tab, .portlet-journal-content .prices-tabs .current-tab {
    display: block;
    padding: 10px;
    border-top: 3px solid #999999;
    background: #FFFFFF;
  }
  .portales .prices-tabs .current-tab p, .portlet-journal-content .prices-tabs .current-tab p {
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #007BC1;
  }
  .portales .prices-tabs .current-tab .icon, .portlet-journal-content .prices-tabs .current-tab .icon {
    font-weight: bold;
    float: right;
  }
  .portales .prices-tabs .drop-content, .portlet-journal-content .prices-tabs .drop-content {
    overflow: hidden;
    height: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .portales .prices-tabs .drop-content.opened, .portlet-journal-content .prices-tabs .drop-content.opened {
    height: auto;
  }
  .portales .prices-tabs .tabs .tab, .portlet-journal-content .prices-tabs .tabs .tab {
    width: 100%;
  }
  .portales .prices-tabs .tabs .tab a, .portlet-journal-content .prices-tabs .tabs .tab a {
    min-height: 0;
    padding: 10px;
    text-align: left;
    border: 0;
    border-top: 1px solid #999999;
  }
  .portales .prices-tabs .tabs .tab a.active, .portlet-journal-content .prices-tabs .tabs .tab a.active {
    display: none;
  }
  .portales .prices-tabs .tabs .tab a:hover:before, .portlet-journal-content .prices-tabs .tabs .tab a:hover:before {
    display: none;
  }
  .portales .prices-tabs .tabs .tab:first-child a, .portlet-journal-content .prices-tabs .tabs .tab:first-child a {
    border-left: 0;
  }
  .portales .web-tabs.lateral-tabs .dropdown-tabs, .portlet-journal-content .web-tabs.lateral-tabs .dropdown-tabs {
    min-width: 212px;
    padding: 0;
  }
  .portales .web-tabs.lateral-tabs .dropdown-tabs .current-tab .icon, .portlet-journal-content .web-tabs.lateral-tabs .dropdown-tabs .current-tab .icon {
    float: left;
    margin-right: 10px;
  }
  .portales .web-tabs.lateral-tabs .dropdown-tabs .current-tab .icon-chevron_down, .portlet-journal-content .web-tabs.lateral-tabs .dropdown-tabs .current-tab .icon-chevron_down {
    float: right;
    margin-top: 18px;
  }
  .portales .web-tabs.lateral-tabs .tab-content-wrapper, .portlet-journal-content .web-tabs.lateral-tabs .tab-content-wrapper {
    padding: 20px 10px;
  }
  .portales .rrss .tab-content, .portlet-journal-content .rrss .tab-content {
    width: 100%;
  }
  .portales .rrss-header, .portlet-journal-content .rrss-header {
    width: 100%;
  }
  .portales .ad-area .prominent, .portlet-journal-content .ad-area .prominent {
    margin: 0 30px 1em;
  }
  .portales .social .social-links, .portlet-journal-content .social .social-links {
    text-align: right;
  }
  .portales .confirmation-message .first-part .content,
  .portales .confirmation-message .second-part .content, .portlet-journal-content .confirmation-message .first-part .content,
  .portlet-journal-content .confirmation-message .second-part .content {
    padding: 0;
  }
  .portales .confirmation-message .first-part .content .title,
  .portales .confirmation-message .second-part .content .title, .portlet-journal-content .confirmation-message .first-part .content .title,
  .portlet-journal-content .confirmation-message .second-part .content .title {
    display: block;
    width: auto;
    margin: 0;
  }
  .portales .confirmation-message .actions a, .portlet-journal-content .confirmation-message .actions a {
    display: inline-block;
    margin: 4px 0;
  }
  .portales .next-steps .steps, .portlet-journal-content .next-steps .steps {
    padding: 20px 0;
  }
  .portales .next-steps .steps li, .portlet-journal-content .next-steps .steps li {
    float: none;
    overflow: hidden;
    width: 100%;
    padding: 20px 8px;
    border-top: 1px solid #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
  }
  .portales .next-steps .steps li:first-child, .portlet-journal-content .next-steps .steps li:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .portales .next-steps .steps li:last-child, .portlet-journal-content .next-steps .steps li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .portales .next-steps .steps li:before,
  .portales .next-steps .steps li:after, .portlet-journal-content .next-steps .steps li:before,
  .portlet-journal-content .next-steps .steps li:after {
    border: 0;
  }
  .portales .next-steps .steps .content, .portlet-journal-content .next-steps .steps .content {
    width: 89%;
  }
  .portales .resume-content .title, .portlet-journal-content .resume-content .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0;
  }
  .portales .resume-content .check-list, .portlet-journal-content .resume-content .check-list {
    padding: 20px 0;
  }
  .portales .resume-content .helps .help, .portlet-journal-content .resume-content .helps .help {
    padding: 20px 0;
    border: 0;
  }
  .portales .resume-content .checkbox-list, .portlet-journal-content .resume-content .checkbox-list {
    padding: 20px 0;
  }
  .portales .prices-header.resume-header .model-car,
  .portales .prices-header.resume-header .price-presu, .portlet-journal-content .prices-header.resume-header .model-car,
  .portlet-journal-content .prices-header.resume-header .price-presu {
    width: 100%;
  }
  .portales .prices-header.resume-header .model-car, .portlet-journal-content .prices-header.resume-header .model-car {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .portales .prices-header.resume-header .price-presu, .portlet-journal-content .prices-header.resume-header .price-presu {
    text-align: left;
  }
  .portales .prices-header .model-car .direction, .portlet-journal-content .prices-header .model-car .direction {
    display: block;
    padding-left: 0;
  }
  .portales .prices-header .model-car .direction:before, .portlet-journal-content .prices-header .model-car .direction:before {
    display: none;
  }
  .portales .checkbox-list .checkbox label .price, .portlet-journal-content .checkbox-list .checkbox label .price {
    margin-left: 31px;
  }
  .portales .ad-container .ad-content, .portlet-journal-content .ad-container .ad-content {
    left: 770px;
    padding: 0;
  }
  .portales .ad-container .ad-content.launch.out, .portlet-journal-content .ad-container .ad-content.launch.out {
    left: -770px;
  }
  .portales .single-price-content, .portlet-journal-content .single-price-content {
    padding: 0;
  }
  .portales .single-price-content.life .first, .portlet-journal-content .single-price-content.life .first {
    padding: 0;
  }
  .portales .single-price-content.life .first .title, .portlet-journal-content .single-price-content.life .first .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 15px 15px;
  }
  .portales .single-price-content.life .single-specs-list, .portlet-journal-content .single-price-content.life .single-specs-list {
    font-size: 14px;
    font-size: .875rem;
  }
  .portales .single-price-content.life .single-specs-list li, .portlet-journal-content .single-price-content.life .single-specs-list li {
    padding: 15px 20px;
  }
  .portales .single-price-content .second .btn-next, .portlet-journal-content .single-price-content .second .btn-next {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .info-box, .portlet-journal-content .info-box {
    margin: 12px 12px 20px 12px;
  }
  .portales .info-box .pay,
  .portales .info-box .capital, .portlet-journal-content .info-box .pay,
  .portlet-journal-content .info-box .capital {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .portales .info-box .pay p,
  .portales .info-box .capital p, .portlet-journal-content .info-box .pay p,
  .portlet-journal-content .info-box .capital p {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .info-box .pay .price,
  .portales .info-box .capital .price, .portlet-journal-content .info-box .pay .price,
  .portlet-journal-content .info-box .capital .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .portales .info-box .pay .price span,
  .portales .info-box .capital .price span, .portlet-journal-content .info-box .pay .price span,
  .portlet-journal-content .info-box .capital .price span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .info-box .capital, .portlet-journal-content .info-box .capital {
    border-top: 1px solid #D9D9D9;
    border-left: none;
  }
  .portales .prices-header .title, .portlet-journal-content .prices-header .title {
    bottom: 0;
  }
  .portales .prices-header.life, .portlet-journal-content .prices-header.life {
    border-bottom: 3px solid #007BC1;
  }
  .portales .prices-header.life .deco-image + .wrapper .title, .portlet-journal-content .prices-header.life .deco-image + .wrapper .title {
    bottom: 0;
  }
  .portales .prices-header.life .price-head-actions, .portlet-journal-content .prices-header.life .price-head-actions {
    float: none;
    padding: 10px 0;
  }
  .portales .prices-header.life .price-head-actions a, .portlet-journal-content .prices-header.life .price-head-actions a {
    width: auto;
    padding: 0 10px;
  }
  .portales .intro-picker .intro .h-delta, .portlet-journal-content .intro-picker .intro .h-delta {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .intro-picker .intro p, .portlet-journal-content .intro-picker .intro p {
    font-size: 15px;
    font-size: .9375rem;
    margin: 15px 0 0 0;
  }
  .portales .intro-picker .slider-picker, .portlet-journal-content .intro-picker .slider-picker {
    padding-left: 0;
  }
  .portales .intro-picker .slider-picker fieldset, .portlet-journal-content .intro-picker .slider-picker fieldset {
    margin-bottom: 45px;
  }
  .portales .intro-picker #slider-selector, .portlet-journal-content .intro-picker #slider-selector {
    width: 85%;
  }
  .portales .intro-picker #slider-selector .number-steps, .portlet-journal-content .intro-picker #slider-selector .number-steps {
    left: -27px;
  }
  .portales .intro-picker .data-picker .btn-next, .portlet-journal-content .intro-picker .data-picker .btn-next {
    position: static;
    float: right;
  }
  .portales .ok-intro, .portlet-journal-content .ok-intro {
    padding: 0 5px;
  }
  .portales .ok-intro .h-delta, .portlet-journal-content .ok-intro .h-delta {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .ok-intro p, .portlet-journal-content .ok-intro p {
    margin-bottom: 0;
  }
  .portales .ok-list, .portlet-journal-content .ok-list {
    text-align: center;
  }
  .portales .ok-list .ok-list-item, .portlet-journal-content .ok-list .ok-list-item {
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
  .portales .ok-list .ok-icon, .portlet-journal-content .ok-list .ok-icon {
    margin: 30px auto 20px auto;
  }
  .portales .ok-list p, .portlet-journal-content .ok-list p {
    position: relative;
    padding-left: 0;
    border-left: none;
  }
  .portales .ok-list p:after, .portlet-journal-content .ok-list p:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 64px;
    height: 2px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #D1D1D1;
  }
  .portales .landing-hero, .portlet-journal-content .landing-hero {
    min-height: 450px;
  }
  .portales .landing-hero .landing-content, .portlet-journal-content .landing-hero .landing-content {
    width: 100%;
  }
  .portales .landing-hero .hero-image, .portlet-journal-content .landing-hero .hero-image {
    display: none;
  }
  .portales .landing-hero .promo, .portlet-journal-content .landing-hero .promo {
    text-align: center;
  }
  .portales .landing-hero .promo .promo-percent, .portlet-journal-content .landing-hero .promo .promo-percent {
    padding-right: 0px;
    text-align: left;
  }
  .portales .landing-hero .promo .promo-percent p, .portlet-journal-content .landing-hero .promo .promo-percent p {
    font-size: 12px;
    font-size: .75rem;
  }
  .portales .landing-hero .promo .promo-percent .percentage, .portlet-journal-content .landing-hero .promo .promo-percent .percentage {
    font-size: 64px;
    font-size: 4rem;
  }
  .portales .landing-hero .promo .promo-bonification, .portlet-journal-content .landing-hero .promo .promo-bonification {
    margin-left: 15px;
    padding: 10px;
    padding-left: 15px;
  }
  .portales .landing-hero .promo .promo-bonification p, .portlet-journal-content .landing-hero .promo .promo-bonification p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .landing-hero .promo .icons .icon, .portlet-journal-content .landing-hero .promo .icons .icon {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .portales .landing-hero .actions .btn, .portlet-journal-content .landing-hero .actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .portales .landing-hero.has-form, .portlet-journal-content .landing-hero.has-form {
    min-height: 450px;
  }
  .portales .landing-hero.has-form.has-image .landing-content, .portlet-journal-content .landing-hero.has-form.has-image .landing-content {
    padding-right: 0;
  }
  .portales .landing-hero.has-form .landing-content, .portlet-journal-content .landing-hero.has-form .landing-content {
    padding-right: 0;
  }
  .portales .landing-hero.has-form .landing-content .actions, .portlet-journal-content .landing-hero.has-form .landing-content .actions {
    right: 0;
    left: 0;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .portales .landing-hero.has-form .hero-form, .portlet-journal-content .landing-hero.has-form .hero-form {
    display: none;
  }
  .portales .landing-hero.has-form.has-image .landig-content, .portlet-journal-content .landing-hero.has-form.has-image .landig-content {
    padding-right: 0;
  }
  .portales .landing-hero.has-form.has-image .landig-content .actions, .portlet-journal-content .landing-hero.has-form.has-image .landig-content .actions {
    padding: 0 10px;
  }
  .portales .landing-hero.has-big-image .hero-image, .portlet-journal-content .landing-hero.has-big-image .hero-image {
    display: none;
  }
  .portales .landing-hero.has-big-image .hero-text, .portlet-journal-content .landing-hero.has-big-image .hero-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
  .portales .landing-hero.has-big-image .landing-content, .portlet-journal-content .landing-hero.has-big-image .landing-content {
    width: 100%;
    padding-top: 30px;
  }
  .portales .landing-hero.has-big-image .landing-content .actions, .portlet-journal-content .landing-hero.has-big-image .landing-content .actions {
    right: 0;
    bottom: 30px;
    left: 0;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .portales .landing-img-cols .row,
  .portales .landing-icon-cols .row, .portlet-journal-content .landing-img-cols .row,
  .portlet-journal-content .landing-icon-cols .row {
    margin: 0 -10px;
  }
  .portales .landing-img-cols .col,
  .portales .landing-icon-cols .col, .portlet-journal-content .landing-img-cols .col,
  .portlet-journal-content .landing-icon-cols .col {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .portales .landing-icon-cols .col, .portlet-journal-content .landing-icon-cols .col {
    border: 0;
  }
  .portales .dropdown-tabs, .portlet-journal-content .dropdown-tabs {
    position: relative;
    padding: 0 10px;
  }
  .portales .dropdown-tabs .current-tab, .portlet-journal-content .dropdown-tabs .current-tab {
    position: relative;
    display: block;
    padding: 10px;
    border: 1px solid #F6F6F6;
    border-top: 5px solid #999999;
    background: #FFFFFF;
  }
  .portales .dropdown-tabs .current-tab p, .portlet-journal-content .dropdown-tabs .current-tab p {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
  }
  .portales .dropdown-tabs .current-tab .icon, .portlet-journal-content .dropdown-tabs .current-tab .icon {
    font-size: 24px;
    font-size: 1.5rem;
    float: right;
  }
  .portales .dropdown-tabs .current-tab.close .icon-chevron_down, .portlet-journal-content .dropdown-tabs .current-tab.close .icon-chevron_down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .portales .dropdown-tabs .current-tab:before, .portlet-journal-content .dropdown-tabs .current-tab:before {
    position: absolute;
    top: -2px;
    left: 10px;
    width: 0;
    height: 0;
    content: ' ';
    -webkit-transform: rotate(360deg);
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
  }
  .portales .dropdown-tabs .drop-content, .portlet-journal-content .dropdown-tabs .drop-content {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    overflow: hidden;
    margin: 0 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
  }
  .portales .dropdown-tabs .drop-content.opened, .portlet-journal-content .dropdown-tabs .drop-content.opened {
    z-index: 1;
    opacity: 1;
    -webkit-box-shadow: 0 3px 2px rgba(3, 3, 3, 0.4);
    box-shadow: 0 3px 2px rgba(3, 3, 3, 0.4);
  }
  .portales .dropdown-tabs .tab, .portlet-journal-content .dropdown-tabs .tab {
    width: 100%;
    border: 0;
  }
  .portales .dropdown-tabs .tab a, .portlet-journal-content .dropdown-tabs .tab a {
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border: 0;
    border-top: 5px solid #999999;
  }
  .portales .dropdown-tabs .tab a.active, .portlet-journal-content .dropdown-tabs .tab a.active {
    display: none;
  }
  .portales .dropdown-tabs .tab a:hover:before, .portlet-journal-content .dropdown-tabs .tab a:hover:before {
    display: none;
  }
  .portales .dropdown-tabs .tab:first-child a, .portlet-journal-content .dropdown-tabs .tab:first-child a {
    border-left: 0;
  }
  .portales .tabs-module .tab-filters, .portlet-journal-content .tabs-module .tab-filters {
    width: 100%;
  }
  .portales .tabs-module .vertical-tab-content, .portlet-journal-content .tabs-module .vertical-tab-content {
    width: 100%;
  }
  .portales .tabs-module .vertical-tab-content .landing-content ul, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul {
    position: relative;
    overflow: auto;
    padding-left: 25px;
  }
  .portales .tabs-module .vertical-tab-content .landing-content ul:before, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul:before {
    position: relative;
    left: auto;
    height: 0;
    content: none;
    border-right: 0;
    border-left: 0;
  }
  .portales .tabs-module .vertical-tab-content .landing-content ul li, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .portales .tabs-module .vertical-tab-content .landing-content ul li + li, .portlet-journal-content .tabs-module .vertical-tab-content .landing-content ul li + li {
    margin-top: 20px;
  }
  .portales .content-icon-module .deco-img, .portlet-journal-content .content-icon-module .deco-img {
    float: none;
  }
  .portales .content-icon-module .deco-img + .landing-content, .portlet-journal-content .content-icon-module .deco-img + .landing-content {
    padding: 0;
  }
  .portales .content-icon-module .landing-content ul li, .portlet-journal-content .content-icon-module .landing-content ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .portales .content-icon-module .landing-content ul li + li, .portlet-journal-content .content-icon-module .landing-content ul li + li {
    margin-top: 20px;
  }
  .portales .slider-module .slider-header,
  .portales .slider-module .slider-content, .portlet-journal-content .slider-module .slider-header,
  .portlet-journal-content .slider-module .slider-content {
    float: none;
    width: 100%;
  }
  .portales .slider-module .slider-content, .portlet-journal-content .slider-module .slider-content {
    padding-bottom: 0;
    padding-left: 0;
  }
  .portales .slider-module .slider-content:before, .portlet-journal-content .slider-module .slider-content:before {
    border-bottom: 0;
  }
  .portales .opinion-item:before, .portlet-journal-content .opinion-item:before {
    border: 0;
  }
  .portales .campaign-module .campaign-image, .portlet-journal-content .campaign-module .campaign-image {
    width: 30%;
    margin-top: -13px;
    margin-left: 20px;
  }
  .portales .web-section-title, .portlet-journal-content .web-section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .portales .web-section-title.l, .portlet-journal-content .web-section-title.l {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .page-title, .portlet-journal-content .page-title {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: none;
  }
  .portales .intro-text, .portlet-journal-content .intro-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .web-module {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-web-module-0 {
    padding-bottom: 0px;
  }

  .web-module.primary-slab + .web-module,
  .web-module.light-grey-slab + .web-module,
  .web-module.white-slab + .web-module,
  .web-module.slab-light + .web-module {
    padding-top: 20px;
  }
  .portales .slab-partition, .portlet-journal-content .slab-partition {
    position: relative;
  }
  .portales .slab-partition:before, .portlet-journal-content .slab-partition:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: none;
    background: white;
  }
  .portales .web-btn-l, .portlet-journal-content .web-btn-l {
    padding: 14px 20px;
  }
  .portales .web-hero, .portlet-journal-content .web-hero {
    padding: 13px 0 10px;
  }
  .portales .web-hero .hero-image, .portlet-journal-content .web-hero .hero-image {
    display: none;
  }
  .portales .web-hero .hero-img-mobile, .portlet-journal-content .web-hero .hero-img-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    max-width: 200px;
  }
  .portales .web-hero .hero-img-mobile img, .portlet-journal-content .web-hero .hero-img-mobile img {
    width: 100%;
  }
  .portales .web-hero .hero-form, .portlet-journal-content .web-hero .hero-form {
    max-width: 100%;
    margin-top: 16px;
  }
  .portales .web-hero .title, .portlet-journal-content .web-hero .title {
    font-size: 24px;
    font-size: 1.5rem;
    width: 50%;
  }
  .portales .web-hero .subtitle, .portlet-journal-content .web-hero .subtitle {
    font-size: 16px;
    font-size: 1rem;
    width: 50%;
    min-height: 88px;
  }
  .portales .access-form, .portlet-journal-content .access-form {
    max-width: 100%;
    padding: 0;
  }
  .portales .access-form .web-btn-secondary,
  .portales .access-form .view-link, .portlet-journal-content .access-form .web-btn-secondary,
  .portlet-journal-content .access-form .view-link {
    display: block;
    width: 100%;
  }
  .portales .light-form, .portlet-journal-content .light-form {
    padding: 10px 10px 15px;
  }
  .portales .light-form .action-link, .portlet-journal-content .light-form .action-link {
    font-size: 15px;
    font-size: .9375rem;
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #D1D1D1;
  }
  .portales .light-form .action-link:first-child, .portlet-journal-content .light-form .action-link:first-child {
    border-top: 1px solid #D1D1D1;
  }
  .portales .banner-text-img .text, .portlet-journal-content .banner-text-img .text {
    width: 100%;
    padding: 20px 0 30px 0;
  }
  .portales .banner-text-img .text .text-wrapper, .portlet-journal-content .banner-text-img .text .text-wrapper {
    padding: 0;
  }
  .portales .banner-text-img .text .web-btn-terciary, .portlet-journal-content .banner-text-img .text .web-btn-terciary {
    width: 100%;
  }
  .portales .banner-text-img .text.right, .portlet-journal-content .banner-text-img .text.right {
    float: none;
  }
  .portales .banner-text-img .pull-right,
  .portales .banner-text-img .pull-left, .portlet-journal-content .banner-text-img .pull-right,
  .portlet-journal-content .banner-text-img .pull-left {
    position: relative;
    width: 100%;
  }
  .portales .banner-text-img .pull-right img,
  .portales .banner-text-img .pull-left img, .portlet-journal-content .banner-text-img .pull-right img,
  .portlet-journal-content .banner-text-img .pull-left img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    min-height: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .portales .banner-text-img .light-form, .portlet-journal-content .banner-text-img .light-form {
    max-width: initial;
  }
  .portales .web-module-actions .btn,
  .portales .web-module-actions .web-btn, .portlet-journal-content .web-module-actions .btn,
  .portlet-journal-content .web-module-actions .web-btn {
    width: 100%;
    margin-right: 0;
  }
  .portales .footer-links .grupo-iconos .icon, .portlet-journal-content .footer-links .grupo-iconos .icon {
    font-size: 36px;
    font-size: 2.25rem;
    top: auto;
    margin: 18px 0 4px;
    color: white;
  }
  .portales .footer-links .grupo-iconos .text, .portlet-journal-content .footer-links .grupo-iconos .text {
    display: block;
    color: white;
  }
  .portales .footer-links .s2of12, .portlet-journal-content .footer-links .s2of12 {
    margin-top: 20px;
  }
  .portales .footer-links .footer-links-title, .portlet-journal-content .footer-links .footer-links-title {
    margin-bottom: 0;
  }
  .portales .card-item.card-item-xl, .portlet-journal-content .card-item.card-item-xl {
    background: white;
  }
  .portales .card-item.card-item-xl .card-img, .portlet-journal-content .card-item.card-item-xl .card-img {
    float: none;
    width: 100%;
  }
  .portales .card-item.card-item-xl .card-item-content, .portlet-journal-content .card-item.card-item-xl .card-item-content {
    float: none;
    width: 100%;
    padding: 14px 20px;
  }
  .portales .card-item.card-item-xl .card-item-content .title, .portlet-journal-content .card-item.card-item-xl .card-item-content .title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 5px;
  }
  .portales .card-item.card-item-xl .card-item-content p, .portlet-journal-content .card-item.card-item-xl .card-item-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .card-item .info-icons .icon, .portlet-journal-content .card-item .info-icons .icon {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .portales .web-slider-module .bx-controls-direction, .portlet-journal-content .web-slider-module .bx-controls-direction {
    margin-top: 10px;
  }
  .top-bar .share,
  .bottom-bar .share {
    width: auto;
  }
  .top-bar .share .hover-list .device-dependent .icon,
  .bottom-bar .share .hover-list .device-dependent .icon {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .top-bar .share:hover .hover-list .device-dependent,
  .bottom-bar .share:hover .hover-list .device-dependent {
    display: inline-block;
  }
  .top-bar .share .hover-list,
  .bottom-bar .share .hover-list {
    width: auto;
    white-space: nowrap;
  }
  .top-bar .share .share-text,
  .bottom-bar .share .share-text {
    display: none;
  }
  .top-bar .share .icon,
  .bottom-bar .share .icon {
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 0;
  }
  .top-bar .breadcrumb,
  .bottom-bar .breadcrumb {
    display: none;
  }
  .top-bar .mobile-breadcrumb,
  .bottom-bar .mobile-breadcrumb {
    display: inline-block;
  }
  .portales .page-header, .portlet-journal-content .page-header {
    padding: 10px 0 20px;
  }
  .portales .page-header .page-title, .portlet-journal-content .page-header .page-title {
    margin-bottom: 10px;
  }
  .portales .page-header.has-extra-content, .portlet-journal-content .page-header.has-extra-content {
    position: relative;
    min-height: 0;
  }
  .portales .page-header.has-extra-content .page-header-content, .portlet-journal-content .page-header.has-extra-content .page-header-content {
    padding-right: 0;
  }
  .portales .page-header.has-image .page-header-content, .portlet-journal-content .page-header.has-image .page-header-content {
    padding-right: 0;
  }
  .portales .page-header .page-header-content, .portlet-journal-content .page-header .page-header-content {
    padding-right: 0;
  }
  .portales .page-header .page-header-extra-content, .portlet-journal-content .page-header .page-header-extra-content {
    display: none;
  }
  .portales .page-header .single-button, .portlet-journal-content .page-header .single-button {
    text-align: left;
  }
  .portales .page-header .single-button .web-btn-primary, .portlet-journal-content .page-header .single-button .web-btn-primary {
    margin-top: 0;
  }
  section[role='header'].web-header .portales .bottom-header .language .fake-select-content {
    line-height: initial;
    padding: 14px 10px 10px;
  }

  section[role='header'].web-header .portales .bottom-header .language .fake-select-content:after {
    top: 24px;
  }
  .portales .page-header .web-btn-group, .portlet-journal-content .page-header .web-btn-group {
    width: 100%;
    padding-left: 0;
  }
  .portales .internal-nav, .portlet-journal-content .internal-nav {
    display: block;
  }
  .portales .footer-web, .portlet-journal-content .footer-web {
    padding: 10px;
  }
  .portales .footer-web .footer-list, .portlet-journal-content .footer-web .footer-list {
    padding: 20px 0;
  }
  .portales .footer-web .footer-list li, .portlet-journal-content .footer-web .footer-list li {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-bottom: 13px;
    padding: 0;
    border-right: none;
  }
  .portales .footer-web .footer-list li:first-child, .portlet-journal-content .footer-web .footer-list li:first-child {
    margin-bottom: 20px;
  }
  .portales .footer-web .footer-social, .portlet-journal-content .footer-web .footer-social {
    position: relative;
    top: auto;
    right: auto;
  }
  .portales .footer-web .footer-social ul:after, .portlet-journal-content .footer-web .footer-social ul:after {
    display: table;
    clear: both;
    content: '';
  }
  .portales .footer-web .footer-social li, .portlet-journal-content .footer-web .footer-social li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .portales .footer-web .footer-social .icon, .portlet-journal-content .footer-web .footer-social .icon {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .portales .footer-web .logo-verizon, .portlet-journal-content .footer-web .logo-verizon {
    position: static;
    display: block;
  }
  .portales .footer-web .company-info, .portlet-journal-content .footer-web .company-info {
    padding-top: 5px;
    padding-right: 0;
  }
  .portales .footer-web .company-info .liberty-logo, .portlet-journal-content .footer-web .company-info .liberty-logo {
    position: static;
    display: block;
    margin-bottom: 15px;
  }
  .portales .footer-web .company-info .text, .portlet-journal-content .footer-web .company-info .text {
    font-size: 12px;
    font-size: .75rem;
    display: block;
    padding-left: 0;
  }
  .portales .web-insurances .web-insurance-card, .portlet-journal-content .web-insurances .web-insurance-card {
    height: auto;
  }
  .portales .web-insurances .web-insurance-card.left-text .image-wrapper, .portlet-journal-content .web-insurances .web-insurance-card.left-text .image-wrapper {
    float: none;
    width: 100%;
    height: initial;
  }
  .portales .web-insurances .web-insurance-card.left-text img, .portlet-journal-content .web-insurances .web-insurance-card.left-text img {
    max-width: 100%;
    min-height: 0;
  }
  .portales .web-insurances .web-insurance-card.left-text .web-insurance-text, .portlet-journal-content .web-insurances .web-insurance-card.left-text .web-insurance-text {
    position: static;
    position: relative;
    float: none;
    width: 100%;
    padding: 20px 30px 20px 70px;
  }
  .portales .web-insurances .web-insurance-card.left-text .web-insurance-text .title, .portlet-journal-content .web-insurances .web-insurance-card.left-text .web-insurance-text .title {
    font-size: 18px;
  }
  .portales .web-insurances .web-insurance-card.left-text .web-insurance-text p, .portlet-journal-content .web-insurances .web-insurance-card.left-text .web-insurance-text p {
    font-size: 14px;
    max-height: none;
  }
  .portales .web-insurances .web-insurance-card.left-text .icon, .portlet-journal-content .web-insurances .web-insurance-card.left-text .icon {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 22px;
    left: 17px;
  }
  .portales .web-insurances .web-insurance-card.single-image .image-wrapper, .portlet-journal-content .web-insurances .web-insurance-card.single-image .image-wrapper {
    height: auto;
  }
  .portales .web-insurances .web-insurance-card.single-image img, .portlet-journal-content .web-insurances .web-insurance-card.single-image img {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .portales .web-insurances .web-insurance-text p, .portlet-journal-content .web-insurances .web-insurance-text p {
    max-height: none;
  }
  .portales .web-insurances .row, .portlet-journal-content .web-insurances .row {
    margin: 0;
  }
  .portales .web-left-img .image, .portlet-journal-content .web-left-img .image {
    float: none;
    width: 100%;
  }
  .portales .web-left-img .image img, .portlet-journal-content .web-left-img .image img {
    min-width: 100%;
  }
  .portales .web-left-img .web-left-img-content, .portlet-journal-content .web-left-img .web-left-img-content {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .portales .web-recover .s4of12, .portlet-journal-content .web-recover .s4of12 {
    width: 100%;
  }
  .portales .web-recover > div, .portlet-journal-content .web-recover > div {
    padding-left: 0;
  }
  .portales .web-recover > div:first-child, .portlet-journal-content .web-recover > div:first-child {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .portales .web-recover .web-btn, .portlet-journal-content .web-recover .web-btn {
    width: 100%;
  }
  .portales .web-recover .number-list, .portlet-journal-content .web-recover .number-list {
    margin-left: 5px;
  }
  .portales .web-info-module, .portlet-journal-content .web-info-module {
    padding-right: 0;
  }
  .portales .web-info-module .s6of12, .portlet-journal-content .web-info-module .s6of12 {
    padding-top: 20px;
    padding-right: 0;
  }
  .portales .web-info-module.web-border-box,
  .portales .web-info-module .web-border-box, .portlet-journal-content .web-info-module.web-border-box,
  .portlet-journal-content .web-info-module .web-border-box {
    padding-top: 20px;
    padding-left: 0;
    border-left: 0;
  }
  .portales .web-info-module.web-border-box .s6of12:first-child,
  .portales .web-info-module .web-border-box .s6of12:first-child, .portlet-journal-content .web-info-module.web-border-box .s6of12:first-child,
  .portlet-journal-content .web-info-module .web-border-box .s6of12:first-child {
    padding-top: 0;
  }
  .portales .web-info-module .text-intro, .portlet-journal-content .web-info-module .text-intro {
    margin-bottom: 10px;
  }
  .portales .web-info-module .btn-holder, .portlet-journal-content .web-info-module .btn-holder {
    width: 100%;
    padding-right: 0;
  }
  .portales .web-info-module .web-btn, .portlet-journal-content .web-info-module .web-btn {
    width: 100%;
  }
  .portales .web-plans-mod .btn-holder, .portlet-journal-content .web-plans-mod .btn-holder {
    padding: 0 10px 10px;
  }
  .portales .web-plans-list-mod .web-plan-item, .portlet-journal-content .web-plans-list-mod .web-plan-item {
    margin-bottom: 20px;
  }
  .portales .web-plans-list-mod .web-section-title, .portlet-journal-content .web-plans-list-mod .web-section-title {
    margin-top: 18px;
  }
  .portales .web-benefits-list .s6of12, .portlet-journal-content .web-benefits-list .s6of12 {
    padding-left: 0;
  }
  .portales .web-benefits-list .s6of12:first-child, .portlet-journal-content .web-benefits-list .s6of12:first-child {
    padding-right: 0;
  }
  .portales .web-features .intro-text, .portlet-journal-content .web-features .intro-text {
    width: 100%;
  }
  .portales .web-cross-selling .intro-text, .portlet-journal-content .web-cross-selling .intro-text {
    width: 100%;
  }
  .portales .web-cross-selling .web-insurance-card, .portlet-journal-content .web-cross-selling .web-insurance-card {
    height: auto;
  }
  .portales .web-cross-selling .card-wrapper, .portlet-journal-content .web-cross-selling .card-wrapper {
    margin-left: 0;
    padding-bottom: 10px;
  }
  .portales .web-cross-selling .close-text, .portlet-journal-content .web-cross-selling .close-text {
    bottom: 15px;
    padding-left: 70px;
  }
  .portales .web-cross-selling .close-text span:first-child, .portlet-journal-content .web-cross-selling .close-text span:first-child {
    padding-right: 5px;
  }
  .portales .web-cross-selling .close-text .icon-arrow-right, .portlet-journal-content .web-cross-selling .close-text .icon-arrow-right {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .portales .web-index, .portlet-journal-content .web-index {
    text-align: initial;
  }
  .portales .web-index:after, .portlet-journal-content .web-index:after {
    display: none;
  }
  .portales .web-index .web-index-item, .portlet-journal-content .web-index .web-index-item {
    margin: 0 10px 5px 0;
  }
  .portales .web-recover-wrap + .web-module, .portlet-journal-content .web-recover-wrap + .web-module {
    padding-top: 0;
  }
  .portales .web-recover-wrap.open-content .web-recover-home, .portlet-journal-content .web-recover-wrap.open-content .web-recover-home {
    display: block;
  }
  .portales .web-recover-wrap.open-content .mobile-web-recover .icon, .portlet-journal-content .web-recover-wrap.open-content .mobile-web-recover .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .portales .mobile-web-recover, .portlet-journal-content .mobile-web-recover {
    display: block;
  }
  .portales .web-recover-home, .portlet-journal-content .web-recover-home {
    display: none;
    padding: 20px;
    background: #FFFFFF;
  }
  .portales .web-recover-home .close,
  .portales .web-recover-home .web-section-title, .portlet-journal-content .web-recover-home .close,
  .portlet-journal-content .web-recover-home .web-section-title {
    display: none;
  }
  .portales .web-recover-home .recover-list .recover-item, .portlet-journal-content .web-recover-home .recover-list .recover-item {
    position: relative;
    padding: 0 0 20px 36px;
    border: none;
  }
  .portales .web-recover-home .recover-list .recover-item .text, .portlet-journal-content .web-recover-home .recover-list .recover-item .text {
    padding: 0;
  }
  .portales .web-recover-home .recover-list .recover-item p, .portlet-journal-content .web-recover-home .recover-list .recover-item p {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    display: block;
    float: none;
    padding: 0;
  }
  .portales .web-recover-home .recover-list .recover-item .name, .portlet-journal-content .web-recover-home .recover-list .recover-item .name {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: bold;
    margin-right: 0;
    border: none;
  }
  .portales .web-recover-home .recover-list .recover-item .name .icon, .portlet-journal-content .web-recover-home .recover-list .recover-item .name .icon {
    position: absolute;
    top: 3px;
    left: -36px;
  }
  .portales .web-recover-home .recover-list .recover-item .name,
  .portales .web-recover-home .recover-list .recover-item .description,
  .portales .web-recover-home .recover-list .recover-item .price, .portlet-journal-content .web-recover-home .recover-list .recover-item .name,
  .portlet-journal-content .web-recover-home .recover-list .recover-item .description,
  .portlet-journal-content .web-recover-home .recover-list .recover-item .price {
    display: block;
    float: none;
  }
  .portales .web-recover-home .recover-list .recover-item .web-btn, .portlet-journal-content .web-recover-home .recover-list .recover-item .web-btn {
    display: none;
  }
  .portales .web-recover-home .recover-list .recover-item .price, .portlet-journal-content .web-recover-home .recover-list .recover-item .price {
    font-weight: bold;
  }
  .portales .web-recover-home .recover-list .recover-item .mobile-link, .portlet-journal-content .web-recover-home .recover-list .recover-item .mobile-link {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .portales .web-contact-header.page-header.has-image .page-header-content, .portlet-journal-content .web-contact-header.page-header.has-image .page-header-content {
    padding-right: 0;
  }
  .portales .web-contact-table, .portlet-journal-content .web-contact-table {
    margin-top: 0;
  }
  .portales .web-contact-table .contact-table, .portlet-journal-content .web-contact-table .contact-table {
    padding-top: 15px;
  }
  .portales .web-contact-table .wrapper, .portlet-journal-content .web-contact-table .wrapper {
    padding: 0;
  }
  .portales .web-contact-table .web-contact-title, .portlet-journal-content .web-contact-table .web-contact-title {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 10px;
  }
  .portales .web-contact-table .web-contact-title .icon, .portlet-journal-content .web-contact-table .web-contact-title .icon {
    display: block;
    margin-bottom: 5px;
  }
  .portales .web-contact-table .description, .portlet-journal-content .web-contact-table .description {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    width: 100%;
    min-height: 70px;
    padding: 0 10px;
  }
  .portales .web-contact-table .dates, .portlet-journal-content .web-contact-table .dates {
    display: block;
    width: 100%;
    min-height: 60px;
  }
  .portales .web-contact-table .dates-content, .portlet-journal-content .web-contact-table .dates-content {
    padding: 0 10px;
  }
  .portales .web-contact-table .tel, .portlet-journal-content .web-contact-table .tel {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 20px 10px;
  }
  .portales .web-contact-table .tel p, .portlet-journal-content .web-contact-table .tel p {
    text-align: left;
  }
  .portales .web-contact-info .contact-info-block, .portlet-journal-content .web-contact-info .contact-info-block {
    padding: 15px 0 0;
    border-bottom: 0;
  }
  .portales .web-contact-info .contact-info-block:first-child, .portlet-journal-content .web-contact-info .contact-info-block:first-child {
    padding: 0 0 15px;
  }
  .portales .web-contact-info .web-contact-title, .portlet-journal-content .web-contact-info .web-contact-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .portales .web-contact-info .icon-left, .portlet-journal-content .web-contact-info .icon-left {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 2px;
  }
  .portales .web-contact-blocks .web-contact-block, .portlet-journal-content .web-contact-blocks .web-contact-block {
    min-height: auto;
    padding: 21px 20px 27px 20px;
  }
  .portales .web-contact-blocks .web-contact-title, .portlet-journal-content .web-contact-blocks .web-contact-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .web-contact-blocks .s4of12, .portlet-journal-content .web-contact-blocks .s4of12 {
    width: 100%;
    padding-right: 0;
  }
  .portales .web-contact-blocks .icon-left, .portlet-journal-content .web-contact-blocks .icon-left {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .portales .flexbox .web-contact-blocks .wrapper, .portlet-journal-content .flexbox .web-contact-blocks .wrapper {
    display: block;
  }
  .portales .flexbox .web-contact-blocks .s4of12, .portlet-journal-content .flexbox .web-contact-blocks .s4of12 {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .portales .activate-helps .s4of12, .portlet-journal-content .activate-helps .s4of12 {
    margin-top: 20px;
  }
  .portales .activate-helps .s4of12:first-of-type, .portlet-journal-content .activate-helps .s4of12:first-of-type {
    margin-top: 0;
  }
  .portales .icon-content, .portlet-journal-content .icon-content {
    margin-top: 20px;
  }
  .portales .web-contact-rrss, .portlet-journal-content .web-contact-rrss {
    padding-bottom: 44px;
  }
  .portales .web-contact-rrss .wrapper, .portlet-journal-content .web-contact-rrss .wrapper {
    padding: 22px 0 32px 0;
  }
  .portales .web-contact-rrss .s3of12, .portlet-journal-content .web-contact-rrss .s3of12 {
    width: 100%;
  }
  .portales .web-contact-rrss .web-contact-title, .portlet-journal-content .web-contact-rrss .web-contact-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 20px;
  }
  .portales .web-contact-rrss p, .portlet-journal-content .web-contact-rrss p {
    margin-bottom: 3px;
  }
  .portales .web-banner-image .web-logo, .portlet-journal-content .web-banner-image .web-logo {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  .portales .web-banner-image .web-logo-text, .portlet-journal-content .web-banner-image .web-logo-text {
    padding-left: 0;
  }
  .portales .web-app-item, .portlet-journal-content .web-app-item {
    margin-bottom: 20px;
    text-align: center;
  }
  .portales .web-app-item .mobile-image, .portlet-journal-content .web-app-item .mobile-image {
    display: block;
    margin: 20px auto;
    padding-left: 0;
  }
  .portales .web-app-item .web-check-list, .portlet-journal-content .web-app-item .web-check-list {
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
  }
  .portales .masonry-grid-sizer,
  .portales .masonry-grid-item, .portlet-journal-content .masonry-grid-sizer,
  .portlet-journal-content .masonry-grid-item {
    width: 100%;
  }
  .portales .web-gallery-wrap .s4of12, .portlet-journal-content .web-gallery-wrap .s4of12 {
    padding: 0;
  }
  .portales .web-gallery-card.fixed-height, .portlet-journal-content .web-gallery-card.fixed-height {
    display: block;
    width: 100%;
    height: auto;
  }
  .portales .web-gallery-card.fixed-height .video-caption, .portlet-journal-content .web-gallery-card.fixed-height .video-caption {
    min-width: 100%;
  }
  .portales .web-gallery-card .gallery-actions .gallery-action-item, .portlet-journal-content .web-gallery-card .gallery-actions .gallery-action-item {
    width: 100%;
  }
  .portales .web-gallery-card .gallery-actions .gallery-action-item.web-zoom-image, .portlet-journal-content .web-gallery-card .gallery-actions .gallery-action-item.web-zoom-image {
    display: none;
  }
  .portales .web-contact-agent, .portlet-journal-content .web-contact-agent {
    height: auto;
  }
  .portales .web-contact-agent .contact-agent-form, .portlet-journal-content .web-contact-agent .contact-agent-form {
    width: 90%;
  }
  .portales .web-contact-agent .contact-agent-form .text-btn, .portlet-journal-content .web-contact-agent .contact-agent-form .text-btn {
    padding-right: 0;
  }
  .portales .web-contact-agent .contact-agent-form .light-form, .portlet-journal-content .web-contact-agent .contact-agent-form .light-form {
    padding: 15px;
  }
  .portales .web-contact-agent .field.text-btn input[type='text'], .portlet-journal-content .web-contact-agent .field.text-btn input[type='text'] {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
  }
  .portales .web-contact-agent .field.text-btn button, .portlet-journal-content .web-contact-agent .field.text-btn button {
    display: inline-block;
    width: 50%;
    border-radius: 3px;
  }
  .portales .web-contact-agent .field.text-btn .locate-btn, .portlet-journal-content .web-contact-agent .field.text-btn .locate-btn {
    display: inline-block;
    width: 49%;
    margin-left: 1%;
    text-align: center;
  }
  .portales .web-contact-agent .field.text-btn .locate-btn .icon, .portlet-journal-content .web-contact-agent .field.text-btn .locate-btn .icon {
    float: none;
  }
  .portales .web-contact-agent.no-results, .portlet-journal-content .web-contact-agent.no-results {
    height: auto;
  }
  .portales .web-contact-agent.no-results .bg-image, .portlet-journal-content .web-contact-agent.no-results .bg-image {
    min-height: 100%;
  }
  .portales .web-contact-agent.no-results .contact-agent-form, .portlet-journal-content .web-contact-agent.no-results .contact-agent-form {
    width: 100%;
  }
  .portales .web-contact-agent.no-results .no-results-form .no-results-fields, .portlet-journal-content .web-contact-agent.no-results .no-results-form .no-results-fields {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .portales .web-contact-agent.no-results .no-results-form .no-results-fields .field, .portlet-journal-content .web-contact-agent.no-results .no-results-form .no-results-fields .field {
    padding-right: 0;
  }
  .portales .web-contact-agent.no-results .field.text-btn .locate-btn, .portlet-journal-content .web-contact-agent.no-results .field.text-btn .locate-btn {
    width: 49%;
  }
  .portales .web-search-garage .search-engine-form input[type='text'], .portlet-journal-content .web-search-garage .search-engine-form input[type='text'] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .portales .web-search-garage .search-engine-form .text-btn, .portlet-journal-content .web-search-garage .search-engine-form .text-btn {
    width: 100%;
  }
  .portales .web-search-garage .search-engine-form button, .portlet-journal-content .web-search-garage .search-engine-form button {
    display: inline-block;
    width: 49%;
    border-radius: 3px;
  }
  .portales .web-search-garage .search-engine-form .locate-btn, .portlet-journal-content .web-search-garage .search-engine-form .locate-btn {
    display: inline-block;
    width: 50%;
  }
  .portales .web-search-garage .search-engine-form .web-btn, .portlet-journal-content .web-search-garage .search-engine-form .web-btn {
    padding: 14px 8px;
  }
  .portales .agent-box, .portlet-journal-content .agent-box {
    position: relative;
  }
  .portales .agent-box .agent-image, .portlet-journal-content .agent-box .agent-image {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 25%;
  }
  .portales .agent-box .agent-image img, .portlet-journal-content .agent-box .agent-image img {
    max-width: 100%;
  }
  .portales .agent-box .agent-info, .portlet-journal-content .agent-box .agent-info {
    display: inline-block;
    width: 100%;
    padding-left: 30%;
  }
  .portales .agent-box .available-services, .portlet-journal-content .agent-box .available-services {
    display: inline-block;
    width: auto;
    margin-left: 30%;
  }
  .portales .agent-box .btn-wrap, .portales .portales .agent-box .wrapper .btn-wrap, .portales .portlet-journal-content .agent-box .wrapper .btn-wrap, .portlet-journal-content .agent-box .btn-wrap, .portlet-journal-content .portales .agent-box .wrapper .btn-wrap, .portlet-journal-content .portlet-journal-content .agent-box .wrapper .btn-wrap {
    display: block;
    width: auto;
    padding-left: 30%;
  }
  .portales .agent-box .btn-wrap .web-btn, .portlet-journal-content .agent-box .btn-wrap .web-btn {
    padding: 14px 17px;
  }
  .portales .web-intro.only-header, .portlet-journal-content .web-intro.only-header {
    margin-top: 10px;
  }
  .portales .web-brands, .portlet-journal-content .web-brands {
    margin-left: 0;
  }
  .portales .web-brands .brand-item, .portlet-journal-content .web-brands .brand-item {
    width: 50%;
    padding: 0 1% 2% 1%;
  }
  .portales .web-brands .fk-radio, .portlet-journal-content .web-brands .fk-radio {
    min-height: 80px;
  }
  .portales .web-brands .fk-radio.checked, .portlet-journal-content .web-brands .fk-radio.checked {
    height: 80px;
  }
  .portales .steps-title, .portlet-journal-content .steps-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .portales .steps-title .number, .portlet-journal-content .steps-title .number {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .portales .web-brands-wrap, .portlet-journal-content .web-brands-wrap {
    padding: 0 0 40px 0;
  }
  .portales .web-brands-wrap .brands-wrap, .portlet-journal-content .web-brands-wrap .brands-wrap {
    padding-right: 0;
  }
  .portales .web-brands-wrap .drop-select-wrap, .portlet-journal-content .web-brands-wrap .drop-select-wrap {
    width: 100%;
    padding-left: 0;
  }
  .portales .web-brands-wrap .drop-select, .portlet-journal-content .web-brands-wrap .drop-select {
    display: block;
  }
  .portales .web-brands-wrap .drop-select-list, .portlet-journal-content .web-brands-wrap .drop-select-list {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .portales .web-brands-wrap .drop-select-content, .portlet-journal-content .web-brands-wrap .drop-select-content {
    right: 0;
    left: 0;
    min-width: auto;
    padding: 20px 20px 0 20px;
  }
  .portales .comparison-table caption, .portlet-journal-content .comparison-table caption {
    padding: 0 20px;
    padding: 0 \9 ;
  }
  .portales .comparison-table .mobile-title, .portlet-journal-content .comparison-table .mobile-title {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }
  .portales .comparison-table .no-content, .portlet-journal-content .comparison-table .no-content {
    display: none;
  }
  .portales .comparison-table .info-table, .portlet-journal-content .comparison-table .info-table {
    padding: 20px;
    padding-left: 0 \9 ;
  }
  .portales .comparison-table .info-table .wh-delta, .portlet-journal-content .comparison-table .info-table .wh-delta {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .portales .comparison-table thead .info-table, .portlet-journal-content .comparison-table thead .info-table {
    display: block;
    float: left \9 ;
    width: 100%;
    /* Fix for IE9*/
    width: 100% \9 ;
  }
  .portales .comparison-table thead .comp-item, .portlet-journal-content .comparison-table thead .comp-item {
    display: none;
  }
  .portales .comparison-table thead.table-heading .comp-item, .portlet-journal-content .comparison-table thead.table-heading .comp-item {
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    float: left \9 ;
    width: 49%;
    /* Fix for IE9*/
    width: 49% \9 ;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .portales .comparison-table thead.table-heading .comp-item .insurance, .portlet-journal-content .comparison-table thead.table-heading .comp-item .insurance {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .portales .comparison-table thead.table-heading .comp-item img, .portlet-journal-content .comparison-table thead.table-heading .comp-item img {
    margin-bottom: 10px;
  }
  .portales .comparison-table thead.table-heading .comp-item p, .portlet-journal-content .comparison-table thead.table-heading .comp-item p {
    margin-bottom: 10px;
  }
  .portales .comparison-table thead.table-heading .info-table, .portlet-journal-content .comparison-table thead.table-heading .info-table {
    padding-bottom: 20px;
  }
  .portales .comparison-table tbody th,
  .portales .comparison-table tbody td, .portlet-journal-content .comparison-table tbody th,
  .portlet-journal-content .comparison-table tbody td {
    display: block;
    float: left \9 ;
    width: 100%;
    /* Fix for IE9*/
    width: 100% \9 ;
    padding-left: 0 \9 ;
    border-right: none;
  }
  .portales .comparison-table tbody tr:last-child th, .portlet-journal-content .comparison-table tbody tr:last-child th {
    border-bottom: none;
  }
  .portales .table-wrapper, .portlet-journal-content .table-wrapper {
    padding: 0;
    padding-left: 10px \9 ;
  }
  .portales .table-wrapper .table-heading .wh-delta, .portlet-journal-content .table-wrapper .table-heading .wh-delta {
    margin: 0;
    padding: 0;
  }
  .portales .table-wrapper .wh-delta, .portlet-journal-content .table-wrapper .wh-delta {
    display: block;
    margin: 0 20px 20px 20px;
  }
  .portales .web-search-garage, .portlet-journal-content .web-search-garage {
    height: auto;
  }
  .portales .web-search-garage .search-engine-form .check-group, .portlet-journal-content .web-search-garage .search-engine-form .check-group {
    display: none;
  }
  .portales .web-search-garage #map, .portlet-journal-content .web-search-garage #map {
    height: 100%;
  }
  .portales .web-search-garage .no-results-fields, .portlet-journal-content .web-search-garage .no-results-fields {
    padding: 20px;
  }
  .portales .web-search-garage .no-results-fields .no-results-title, .portlet-journal-content .web-search-garage .no-results-fields .no-results-title {
    padding-right: 0;
  }
  .portales .web-results-box, .portlet-journal-content .web-results-box {
    overflow: initial;
    height: auto;
  }
  .portales .web-results-box .result-item, .portlet-journal-content .web-results-box .result-item {
    padding: 20px;
    background: #F7F7F7;
  }
  .portales .web-results-box .result-item .result-info .direction, .portlet-journal-content .web-results-box .result-item .result-info .direction {
    font-weight: normal;
  }
  .portales .web-results-box .result-item .open, .portlet-journal-content .web-results-box .result-item .open {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 10px;
  }
  .portales .web-results-box .distance, .portlet-journal-content .web-results-box .distance {
    font-size: 13px;
    font-size: .8125rem;
    padding-top: 3px;
    color: #4A4A4A;
  }
  .portales .web-results-box .distance .icon, .portlet-journal-content .web-results-box .distance .icon {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .portales .web-results-box .hidden-content, .portlet-journal-content .web-results-box .hidden-content {
    padding-top: 5px;
  }
  .portales .news-card, .portlet-journal-content .news-card {
    margin: 0 -10px;
  }
  .portales .news-card.xl-news, .portlet-journal-content .news-card.xl-news {
    margin: 0;
  }
  .portales .wrapper-promo .news-card.xl-news, .portlet-journal-content .wrapper-promo .news-card.xl-news {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .portales .wrapper-promo .news-card .news-img img, .portlet-journal-content .wrapper-promo .news-card .news-img img {
    width: 100%;
    height: 156px;
  }
  .portales .wrapper-promo .news-card.xl-news .news-content, .portlet-journal-content .wrapper-promo .news-card.xl-news .news-content {
    padding: 20px 20px 30px 20px;
  }
  .portales .wrapper-promo, .portlet-journal-content .wrapper-promo {
    margin: 0 15px;
  }
  .portales .boxes-container-bottomspace, .portlet-journal-content .boxes-container-bottomspace {
    margin-bottom: 40px;
  }
}