/*
 * (C) Copyright 2014 XumaK LCC, All rights reserved.
 * http://www.xumak.com/
 *
 * Designed and built with all the love.
 * Release Date:
 *
 */
.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ngdialog .modal-body,
.ngdialog .modal-footer {
  padding: 0;
}
.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-content {
  position: relative;
  top: 60px;
  margin: 10px;
  padding: 70px 10px 40px 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  outline: 0;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  text-align: left;
}
.ngdialog-content p {
  margin: 10px 0;
  color: #666666;
}
@media (min-width: 768px) {
  .ngdialog-content {
    top: 90px;
    margin: 0 auto;
    padding: 100px 50px 50px;
    display: inline-block;
    width: auto;
    min-width: 665px;
    max-width: 800px;
  }
  .ngDialog-sm .ngdialog-content {
    min-width: 400px;
    max-width: 500px;
  }
  .ngDialog-md .ngdialog-content {
    min-width: 500px;
    max-width: 600px;
  }
  .ngDialog-lg .ngdialog-content {
    min-width: 700px;
    min-width: 800px;
  }
}
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 6px;
  padding: 0;
  width: 23px;
  height: 23px;
  background: transparent;
  cursor: pointer;
  border: none;
}
.ngdialog-close:-moz-focusring {
  outline: 2px dotted;
}
.ngdialog-close:before {
  color: #858585;
}
.ngdialog-close:focus {
  outline: 2px solid #1b0088;
}
body.ngdialog-open {
  overflow: hidden;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Set padding 0 */
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* Set margin 0 */
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
/* Convert to ems */
/* ex: .get-em(max-width, 653px); */
/* Columns Grid Generato */
.bg-gray {
  background: #9b9b9b;
}
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .container-xs-height {
    width: 100%;
  }
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.col-center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* fix firefox responsive images */
.img-responsive {
  width: 100%;
}
.container-fluid--noPadding {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid--margin {
  margin-bottom: 40px;
}
@media (max-width: 960px) and (min-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
  .visible-tablet {
    display: block!important;
  }
}
@media (min-width: 960px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: block !important;
  }
}
.btn {
  white-space: nowrap;
}
.btn .icon-xsmall {
  line-height: 1.5;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-image: none;
  min-height: 100%;
  padding-top: 60px;
  background: #f0f0f0;
}
@media only screen and (min-width: 959px) {
  body {
    background: none;
    padding-top: 128px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 960px;
}
.non-responsive {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
label {
  font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: radio !important;
  apperenace: radio !important;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  display: none !important;
}
a {
  color: #9b9b9b;
}
a:hover {
  text-decoration: none;
  color: #9b9b9b;
}
a.btn {
  border: none;
}
p,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
}
.icon-xsmall + p {
  padding-left: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.text-underline {
  text-decoration: underline;
}
img.bottom {
  vertical-align: text-bottom;
}
.modal-body a {
  text-decoration: none;
}
.modal-body a:hover {
  text-decoration: none;
}
.modal-body p {
  color: #717171;
}
.voffset2 {
  margin-top: 2px;
}
.voffset5 {
  margin-top: 5px;
}
.voffset10 {
  margin-top: 10px;
}
.voffset15 {
  margin-top: 15px;
}
.voffset30 {
  margin-top: 30px;
}
.voffset35 {
  margin-top: 35px !important;
}
.voffset40 {
  margin-top: 40px;
}
.voffset60 {
  margin-top: 60px;
}
.voffset80 {
  margin-top: 80px;
}
.voffset100 {
  margin-top: 100px;
}
.voffset150 {
  margin-top: 150px;
}
.voffset-b2 {
  margin-bottom: 2px;
}
.voffset-b5 {
  margin-bottom: 5px;
}
.voffset-b10 {
  margin-bottom: 10px;
}
.voffset-b15 {
  margin-bottom: 15px;
}
.voffset-b30 {
  margin-bottom: 30px;
}
.voffset-b35 {
  margin-bottom: 35px !important;
}
.voffset-b40 {
  margin-bottom: 40px;
}
.voffset-b60 {
  margin-bottom: 60px;
}
.voffset-b80 {
  margin-bottom: 80px;
}
.voffset-b100 {
  margin-bottom: 100px;
}
.voffset-b150 {
  margin-bottom: 150px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a > [class^="icon-"],
a > [class*="icon-"] {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}
.richtext {
  background-color: #ffffff;
  padding: 15px 23px;
}
.richtext h2 {
  height: auto;
  line-height: 125%;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  margin-bottom: 5px;
}
.richtext h3 {
  margin: 0;
  margin-bottom: 5px;
}
.richtext h3:before {
  padding-right: 10px;
  font-size: 12px;
}
.richtext h4 {
  margin: 0;
  color: #666666;
  margin-bottom: 5px;
}
.richtext p {
  margin: 0;
  line-height: 150%;
  color: #555555;
  margin-bottom: 5px;
}
.richtext strong {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  margin-bottom: 5px;
}
.richtext blockquote {
  margin: 0;
}
.richtext em {
  font-style: inherit;
}
.richtext abbr {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .richtext {
    background-color: transparent;
  }
  .richtext h2 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 28px;
  }
  .richtext h3 {
    text-align: left;
    margin-bottom: 30px;
  }
  .richtext h3:before {
    padding-right: 10px;
    vertical-align: middle;
    content: "○";
    font-size: 14px;
  }
  .richtext h4 {
    text-align: left;
    margin-bottom: 20px;
  }
  .richtext p {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 150%;
    text-align: left;
    margin: 15px 0;
  }
  .richtext p + p {
    margin-top: 0;
  }
  .richtext ul li {
    font-family: normal 0.10666667px Arial, sans-serif;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
  }
  .richtext ol li {
    font-family: normal 0.10666667px Arial, sans-serif;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
  }
  .richtext strong {
    display: inline;
    font-size: 18px;
    line-height: 140%;
    color: #666666;
    text-align: left;
    margin-bottom: 15px;
  }
  .richtext blockquote {
    font-family: "Arial", Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    color: #666666;
    border: none;
    padding: 0;
    margin: 0;
  }
  .richtext a {
    text-decoration: underline;
    color: #004e96;
  }
}
.l-section {
  margin-bottom: 50px;
}
.l-section h3.headline {
  color: #666666;
}
@media only screen and (max-width: 959px) {
  .l-section {
    margin-bottom: 30px;
  }
}
.t-article p,
.t-article ul li {
  color: #666666;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
}
.t-article p {
  line-height: 30px;
  margin: 30px 0px 30px 0px;
}
.t-article ul {
  padding-left: 13px;
}
.t-article ul li {
  margin-bottom: 10px;
}
input + .btn-component,
.btn-component + .btn-component {
  margin-left: 20px;
}
.btn-component-group {
  font-size: 0;
}
.btn-component {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
}
.btn-component:hover,
.btn-component:active,
.btn-component:visited,
.btn-component:focus {
  font-size: 16px;
  font-weight: normal;
}
.btn-component--icon {
  line-height: 1;
}
.btn-component--description {
  vertical-align: middle;
}
.btn-component--icon + .btn-component--description {
  margin-right: 10px;
}
.btn-component--close {
  padding: 13px 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 100%;
}
.btn-component--close:hover,
.btn-component--close:focus {
  font-size: 18px;
}
.btn-component--close .btn-component--icon {
  line-height: 1;
}
.btn-component.btn-white {
  background-color: #ffffff;
  color: #666666;
}
.btn-component.btn-white:hover,
.btn-component.btn-white:active,
.btn-component.btn-white:visited,
.btn-component.btn-white:focus {
  color: #666666;
}
.btn-component.btn-white .btn-component--icon {
  color: #666666;
}
@media only screen and (max-width: 959px) {
  .btn-component {
    display: block;
    border-radius: 3px;
    vertical-align: middle;
    width: 100%;
  }
  .btn-component--icon {
    display: none;
    visibility: hidden;
  }
  .btn-component--close {
    padding: 13px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    line-height: 100%;
  }
  .btn-component--close:hover,
  .btn-component--close:focus {
    font-size: 18px;
  }
  .btn-component--close .btn-component--icon {
    display: block;
    visibility: visible;
  }
  .btn-component:first-child:nth-last-child(1) {
    width: 100%;
  }
  .btn-component:first-child:nth-last-child(2),
  .btn-component:first-child:nth-last-child(2) ~ .btn {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
  }
  .btn-component:first-child:nth-last-child(2) ~ .btn {
    margin-left: 30px;
  }
}
/*
input + .btn-pfija {
  margin-left: 20px;
}

.btn-pfija {
  //min-width: 210px;
  text-shadow: none;
  text-align: center;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  background-image: none;
  color: #FFFFFF;

  &:hover,
  &:focus {
    color: #FFFFFF;
  }

  &.align-right [class^="icon-"],
  &.align-right [class*="icon-"] {
    float: right;
  }
  [class^="icon-"],
  [class*="icon-"] {
    color: #ffffff;
    text-shadow: none;
  }

  &.align-right [class^="icon-"].icon-xsmall + .btn-description,
  .align-right [class*="icon-"].icon-xsmall + .btn-description {
    padding-right: 25px;
  }

  &.btn-white {
    background-color: #ffffff;
    color: @grey;

    [class^="icon-"],
    [class*="icon-"] {
      color: @grey;
    }

    &:hover,
    &:focus {
      color: @grey;
    }
  }

  &+ .btn-pfija {
    margin-left: 20px;
  }

  @media only screen and (max-width: @screen-sm-max) {
    display: block;
    border-radius: 3px;
    vertical-align: middle;

    .icon-xsmall {
      display: none;
      visibility: hidden;
    }

    &.align-right [class^="icon-"].icon-xsmall + .btn-description,
    .align-right [class*="icon-"].icon-xsmall + .btn-description {
      padding-right: 0;
      text-align: center;
    }

    .btn-description {
      color: #ffffff;
    }

    &+ .btn-pfija {
      margin-left: 30px;
    }

    &:first-child:nth-last-child(1) {
      width: 100%;
    }
    &:first-child:nth-last-child(2),
    &:first-child:nth-last-child(2) ~ .btn-pfija {
      width: ~"calc(50% - 15px)";
      float: left;
    }
  }
}
*/
.Btn {
  margin-bottom: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Btn-icon {
  float: none;
  color: white;
  margin-right: 15px;
}
.Btn-textBox {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.Btn-text {
  display: inline-block;
  vertical-align: middle;
}
.Btn-caret {
  float: none;
  color: white;
  margin-left: 9px;
}
@media (min-width: 768px) {
  .Btn {
    vertical-align: middle;
  }
  .Btn-icon {
    float: none;
    color: white;
    margin-right: 9px;
  }
  .Btn-textBox {
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  .Btn-text {
    display: inline-block;
    vertical-align: middle;
  }
  .Btn-caret {
    float: none;
    color: white;
    margin-left: 9px;
  }
}
.Btn--level1 {
  padding-left: 24px;
  padding-right: 24px;
  height: 50px;
  border-radius: 3px;
  background: #2b862d;
  color: #fff;
  border: none;
}
.Btn--level1:hover {
  background: #0F680B;
  color: #fff;
}
.Btn--level1:active {
  background: #134C14;
  color: #fff;
}
.Btn--level1:disabled {
  background: #eee;
  color: #6a6a6a;
}
.Btn--level1:disabled .Btn-caret,
.Btn--level1:disabled .Btn-icon {
  color: #6a6a6a;
}
.Btn--level1 .Btn-caret,
.Btn--level1 .Btn-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-top: 3px;
}
.Btn--level1 .Btn-text {
  font-size: 18px;
  margin-left: 0;
  margin-top: 0;
  height: 100%;
  padding: 12px 0;
}
.Btn--level2 {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 3px;
  background: #004e96;
  color: #fff;
  border: none;
  white-space: nowrap;
}
.Btn--level2:hover {
  background: #003A6F;
}
.Btn--level2:active {
  background: #00294F;
}
.Btn--level2:disabled {
  background: #eee;
  color: #6a6a6a;
}
.Btn--level2:disabled .Btn-caret,
.Btn--level2:disabled .Btn-icon {
  color: #6a6a6a;
}
.Btn--level2:disabled:hover {
  background: #eee;
  color: #6a6a6a;
  border: none;
}
.Btn--level2 .Btn-caret,
.Btn--level2 .Btn-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-top: 2px;
}
.Btn--level2 .Btn-text {
  font-size: 16px;
  margin-left: 0;
  margin-top: 3px;
}
.Btn--level3 {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 3px;
  background: #fff;
  color: #004e96;
  border: 1px solid #004e96;
  white-space: nowrap;
}
.Btn--level3:hover {
  background: #fff;
  color: #004e96;
  border: 2px solid #004e96;
  padding-left: 19px;
  padding-right: 19px;
}
.Btn--level3:active {
  background: #004e96;
  color: #fff;
}
.Btn--level3:active .Btn-caret,
.Btn--level3:active .Btn-icon {
  color: #fff;
}
.Btn--level3:disabled {
  background: #eee;
  color: #6a6a6a;
  border: 2px solid #eee;
  padding-left: 19px;
  padding-right: 19px;
}
.Btn--level3:disabled .Btn-caret,
.Btn--level3:disabled .Btn-icon {
  color: #6a6a6a;
}
.Btn--level3:disabled:hover {
  background: #eee;
  color: #6a6a6a;
  border: 2px solid #eee;
}
.Btn--level3 .Btn-caret,
.Btn--level3 .Btn-icon {
  color: #004e96;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-top: 2px;
}
.Btn--level3 .Btn-text {
  font-size: 16px;
  margin-left: 0;
  margin-top: 3px;
}
.Btn--level4 {
  background: none;
  color: #004e96;
  border: none;
  white-space: nowrap;
}
.Btn--level4:hover {
  background: none;
  color: #0069CC;
}
.Btn--level4:hover .Btn-caret,
.Btn--level4:hover .Btn-icon {
  color: #0069CC;
}
.Btn--level4:active {
  color: #008AF7;
}
.Btn--level4:active .Btn-caret,
.Btn--level4:active .Btn-icon {
  color: #008AF7;
}
.Btn--level4:disabled {
  color: #6a6a6a;
}
.Btn--level4:disabled .Btn-caret,
.Btn--level4:disabled .Btn-icon {
  color: #6a6a6a;
}
.Btn--level4:disabled:hover {
  color: #6a6a6a;
  border: none;
}
.Btn--level4 .Btn-caret,
.Btn--level4 .Btn-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #004e96;
  margin-top: 5px;
}
.Btn--level4 .Btn-text {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 0;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .Btn--level1 {
    padding-left: 24px;
    padding-right: 24px;
    height: 50px;
    border-radius: 3px;
    background: #2b862d;
    color: #fff;
    border: none;
  }
  .Btn--level1:hover {
    background: #0F680B;
  }
  .Btn--level1:active {
    background: #134C14;
  }
  .Btn--level1:disabled {
    background: #eee;
    color: #6a6a6a;
    margin-top: 10px;
  }
  .Btn--level1:disabled .Btn-caret,
  .Btn--level1:disabled .Btn-icon {
    color: #6a6a6a;
  }
  .Btn--level1 .Btn-caret,
  .Btn--level1 .Btn-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: relative;
    top: 20%;
  }
  .Btn--level1 .Btn-text {
    font-size: 18px;
    margin-left: 0;
    margin-top: 0;
    padding: 10px 0;
  }
  .Btn--level2 {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 3px;
    background: #004e96;
    color: #fff;
    border: none;
  }
  .Btn--level2:hover {
    background: #003A6F;
  }
  .Btn--level2:active {
    background: #00294F;
  }
  .Btn--level2:disabled {
    background: #eee;
    color: #6a6a6a;
  }
  .Btn--level2:disabled .Btn-caret,
  .Btn--level2:disabled .Btn-icon {
    color: #6a6a6a;
  }
  .Btn--level2 .Btn-caret,
  .Btn--level2 .Btn-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Btn--level2 .Btn-text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 8px;
  }
  .Btn--level3 {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    color: #004e96;
    border: 1px solid #004e96;
  }
  .Btn--level3:hover {
    background: #fff;
    color: #004e96;
    border: 2px solid #004e96;
    padding-left: 19px;
    padding-right: 19px;
  }
  .Btn--level3:active {
    background: #004e96;
    color: #fff;
  }
  .Btn--level3:disabled {
    background: #eee;
    color: #6a6a6a;
  }
  .Btn--level3:disabled .Btn-caret,
  .Btn--level3:disabled .Btn-icon {
    color: #6a6a6a;
  }
  .Btn--level3:disabled:hover {
    background: #eee;
    color: #6a6a6a;
    border: 2px solid #eee;
  }
  .Btn--level3 .Btn-caret {
    color: #004e96;
    width: 20px;
    height: 20px;
    font-size: 20px;
    float: right;
    margin-top: 8px;
  }
  .Btn--level3 .Btn-icon {
    color: #004e96;
    width: 20px;
    height: 20px;
    font-size: 20px;
    float: left;
    margin-top: 8px;
  }
  .Btn--level3 .Btn-text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 8px;
  }
  .Btn--level4 {
    background: none;
    color: #004e96;
    border: none;
    white-space: nowrap;
  }
  .Btn--level4:hover {
    background: none;
    color: #0069CC;
  }
  .Btn--level4:hover .Btn-caret,
  .Btn--level4:hover .Btn-icon {
    color: #0069CC;
  }
  .Btn--level4:active {
    color: #008AF7;
  }
  .Btn--level4:active .Btn-caret,
  .Btn--level4:active .Btn-icon {
    color: #008AF7;
  }
  .Btn--level4:disabled {
    color: #6a6a6a;
  }
  .Btn--level4:disabled .Btn-caret,
  .Btn--level4:disabled .Btn-icon {
    color: #6a6a6a;
  }
  .Btn--level4 .Btn-caret,
  .Btn--level4 .Btn-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #004e96;
    margin-top: 3px;
    position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Btn--level4 .Btn-text {
    font-size: 14px;
    text-decoration: underline;
    margin-left: 0;
    margin-top: 8px;
  }
}
.Btn--large {
  width: 83.33%;
  margin-bottom: 20px;
  margin-left: 8%;
}
.Btn--small {
  width: 41.66%;
  margin-left: 5%;
}
.Btn--auto {
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
  float: none;
}
@media (min-width: 768px) {
  .Btn--large {
    width: auto;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .Btn--small {
    width: auto;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    float: none;
  }
  .Btn--auto {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    float: none;
  }
}
a.Btn--large {
  display: block;
  text-align: center;
  line-height: 33px;
  margin-left: 0;
}
@media (min-width: 768px) {
  a.Btn--large {
    display: inline-block;
    line-height: 24px;
  }
}
:-ms-input-placeholder,
:root .Btn--level1 .Btn-caret {
  top: 15px;
}
:-ms-input-placeholder,
:root .Btn--level1 .Btn-icon {
  top: 15px;
}
:-ms-input-placeholder,
:root .Btn--level2 .Btn-caret {
  top: 18px;
}
:-ms-input-placeholder,
:root .Btn--level2 .Btn-icon {
  top: 18px;
}
:-ms-input-placeholder,
:root .Btn--level3 .Btn-caret {
  top: 18px;
}
:-ms-input-placeholder,
:root .Btn--level3 .Btn-icon {
  top: 18px;
}
:-ms-input-placeholder,
:root .Btn--level4 .Btn-caret {
  top: 18px;
}
:-ms-input-placeholder,
:root .Btn--level4 .Btn-icon {
  top: 18px;
}
:-moz-tree-row(hover),
.Btn--level3 .Btn-icon {
  margin-top: 10px;
}
.Btn-container {
  text-align: center;
}
.background {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}
div.background.background--transparent {
  height: 260px;
}
.background.fullscreen,
.background .content-a {
  width: 100%;
  min-height: 100%;
  height: auto;
  background: inherit;
}
.background.not-fullscreen,
.background.not-fullscreen .content-a,
.background.fullscreen.not-overflow,
.background.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden;
}
.background .content-a {
  display: table;
}
.background .content-a .content-b {
  display: table-cell;
  padding: 0;
}
.background .content-a .content-b.right {
  text-align: right;
}
.background .content-a .content-b.center {
  text-align: center;
}
@media (min-width: 768px) {
  .background .content-a .content-b {
    -webkit-background-size: 985px 160px;
    background-size: 985px 160px;
  }
  .background .content-a .content-b .back {
    position: relative;
    background-color: transparent;
    height: 130px;
    top: 130px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    padding: 0;
    z-index: 0;
  }
  .background .content-a .content-b .back .container {
    z-index: 999;
    position: relative;
  }
  .background .content-a .content-b .back .container a {
    margin-bottom: -7px;
  }
  .background .content-a .content-b .back .container a:hover {
    text-decoration: underline;
  }
}
.background .content-a .content-b h1 {
  margin: 0;
  line-height: 1;
}
.background .Header-title:hover,
.background .Header-title:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
  .background {
    margin-bottom: 30px;
  }
  div.background.background--transparent {
    height: auto;
  }
  div.background.background--transparent .content-a .content-b h1 {
    text-align: left;
  }
  .background .Header-title {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    text-shadow: none;
  }
  .background .Header-title:hover,
  .background .Header-title:focus {
    text-decoration: underline;
  }
  .background .content-a .content-b .container {
    top: 0;
  }
  .background .content-a .content-b h1 {
    text-align: center;
    line-height: 44px;
    text-shadow: none;
  }
}
.background--sinn3 {
  margin-bottom: 50px;
}
/* NAVEGACION NIVEL 3 */
.navbar-n3 {
  display: none;
  margin-top: -28px;
  margin-bottom: 50px;
}
.navbar-n3 .container ul.nav {
  display: table;
  min-width: 960px;
  -webkit-column-width: 960px;
  table-layout: fixed;
}
.navbar-n3 .container ul.nav li {
  display: table-cell;
  float: none;
  position: relative;
  min-width: 135px;
  max-width: 100%;
  width: auto;
  height: 55px;
  overflow: hidden;
}
.navbar-n3 .container ul.nav li a {
  position: absolute;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 50%;
  text-align: center;
  text-decoration: none;
  padding: 0;
  border-radius: 3px 3px 0 0;
}
.navbar-n3 .container ul.nav li a span {
  display: table-cell;
  width: 100%;
  height: 52px;
  line-height: 100%;
  vertical-align: middle;
}
.navbar-n3 .container ul.nav li a span:after {
  content: '';
  border-right: 1px solid;
  width: 100%;
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.navbar-n3 .container ul.nav li:hover a {
  top: 0;
  bottom: 0;
  margin: auto;
}
.navbar-n3 .container ul.nav li:hover a span:after {
  content: '';
  border-right: none;
}
.navbar-n3 .container ul.nav li.active a span:after {
  content: '';
  border-right: none;
}
.navbar-n3 .container ul.nav li:first-child {
  border-radius: 3px 0 0 0;
}
.navbar-n3 .container ul.nav li:last-child {
  border-radius: 0 3px 0 0;
}
.navbar-n3 .container ul.nav li:last-child a span:after {
  content: '';
  border-right: 0;
}
.panel-group {
  margin-bottom: 10px;
}
.panel-group .panel-linkToggle {
  display: block;
}
.panel-group a .panel-heading {
  border-radius: 0px;
  border: 0px;
  position: relative;
  background-image: none;
  background: #eff2f7;
  padding: 15px 20px 15px 25px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group a .panel-heading .panel-title {
  padding: 0px;
  line-height: 150%;
}
.panel-group a .panel-heading .button-open {
  padding-top: 0px;
  float: right;
  border: none;
  background: transparent;
  padding-right: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  margin: auto;
  right: 20px;
  display: inline-table;
}
.panel-group .panel-body {
  border: 0px;
  padding: 35px 20px 35px 25px;
  line-height: 180%;
}
.panel-group .panel-body a.btn {
  display: inline-block;
}
.panel-group .panel-body a.btn .btn-description,
.panel-group .panel-body a.btn .btn-component--icon {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .panel-group {
    margin-bottom: 0px;
  }
  .panel-group a .panel-heading {
    width: 100%;
    background: #fff;
    border: 1px solid #cccbcb;
    margin-top: -1px;
    position: relative;
  }
  .panel-group a .panel-heading .icon-small {
    color: #bdbdbd;
  }
  .panel-group a .panel-heading .panel-title {
    color: #666666;
    display: block;
    width: 100%;
    padding-right: 50px;
    font-size: 16px;
    font-family: "Arial", Helvetica, sans-serif;
  }
  .panel-group a .panel-heading .button-open {
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: table;
  }
  .panel-group .panel-body {
    font: normal 16px/150% Arial, sans-serif;
  }
  .panel-group .panel-body .panel-subtitle,
  .panel-group .panel-body p {
    padding-bottom: 23px;
    color: #555;
  }
}
.panel-group .panel + .panel {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .panel-group .panel + .panel {
    margin-top: 10px;
  }
  .panel-group .panel + .panel:first-child {
    margin-top: 0;
  }
}
.panel-group.complex:focus,
.panel-group.complex:active {
  outline: initial;
}
.panel-group.complex a.collapsed .panel-heading {
  border-radius: 3px;
}
.panel-group.complex a .panel-heading {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.panel-group.complex a .panel-heading:focus {
  outline: initial;
}
.panel-group.complex a .panel-heading .panel-title {
  padding-right: 60px;
  display: table;
}
.panel-group.complex a .panel-heading .panel-title--image {
  display: table-cell;
  width: 10%;
}
.panel-group.complex a .panel-heading .panel-title--text {
  display: table-cell;
  vertical-align: bottom;
}
.panel-group.complex a .panel-heading .panel-title--text h3 {
  font-size: 20px;
  font-family: "Zwo-Bold", Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  color: #666666;
  margin-bottom: 15px;
  width: 70%;
}
.panel-group.complex a .panel-heading .panel-title p {
  margin: 0px;
  padding: 0px;
  font: 14px/20px Arial, 'Helvetica', sans-serif;
}
.panel-group.complex a .panel-heading .panel-title img {
  margin-right: 45px;
}
.panel-group.complex a .panel-heading .panel-button {
  position: relative;
  float: right;
  bottom: 15px;
}
.panel-group.complex a .panel-heading .panel-button .button-open {
  right: 0;
}
.panel-group.complex a .panel-heading.in {
  border-radius: 0px;
}
.panel-group.complex .panel-body h4 {
  padding-bottom: 10px;
}
.panel-group.complex .panel-body h4,
.panel-group.complex .panel-body h5 {
  color: #333;
  font-weight: bolder;
}
.panel-group.complex .panel-body a {
  text-decoration: underline;
}
.panel-group.complex .panel-body ul {
  padding: 0px 0px 0px 15px;
}
@media only screen and (max-width: 959px) {
  .panel-group.complex a.collapsed .panel-heading {
    border-radius: 0px;
  }
  .panel-group.complex a .panel-heading {
    border-radius: 0px;
  }
  .panel-group.complex a .panel-heading .panel-title--image {
    display: none;
  }
  .panel-group.complex a .panel-heading .panel-title--text h3 {
    display: table-cell;
    vertical-align: middle;
    color: #666666;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
  }
  .panel-group.complex a .panel-heading .panel-title--text h3 + p {
    margin-top: 15px;
    color: #666666;
  }
  .panel-group.complex a .panel-heading .panel-button {
    bottom: 10px;
  }
  .panel-group.complex a .panel-heading .panel-button .button-open {
    bottom: 0px;
    float: none;
    position: static;
  }
}
:-moz-tree-row(hover):focus,
.panel > a:focus,
:-moz-tree-row(hover):active,
.panel > a:active {
  outline-offset: 0;
}
.panel-group .panel-default a .panel-heading span[class^="icon-"],
.panel-group .panel-default a .panel-heading span[class*="icon-"] {
  margin-top: 0;
}
ol.foot-note {
  background: #FFF;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  padding: 20px 20px 1px;
}
ol.foot-note li {
  margin-left: 20px;
  margin-bottom: 20px;
}
ol.foot-note li span {
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
}
.share {
  margin-top: 60px;
  width: 100%;
  margin: 0px auto;
}
.share .row-xs-height {
  display: table;
  padding: 20px 0;
  margin: 0px auto;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}
.share .icon-small {
  display: block;
}
.share .icon-small:before {
  color: #666666;
}
.share .text {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}
.share .text:hover,
.share .text:focus {
  text-decoration: underline;
}
.share #shareTitle {
  display: none;
}
@media only screen and (max-width: 959px) {
  .share #shareTitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 100%;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .share .sendShare {
    display: none;
  }
  .share .icon-small {
    float: left;
    font-size: 45px;
    display: inline-block;
  }
  .share .row-xs-height {
    border: none;
    padding: 12px 0px 6px 0;
    background: #ffffff;
  }
  .share .text {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: block;
  }
  .share .col-xs-height a {
    width: auto;
    display: inline-block;
  }
  .share .icon-mail-negative {
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    font-size: 27px;
    width: 42px;
    height: 42px;
    line-height: 43px;
    position: relative;
  }
  .share .icon-mail-negative:before {
    color: #ffffff !important;
  }
}
@media only screen and (max-width: 768px) {
  .share .text {
    position: static;
  }
  .share .icon-mail-negative {
    position: static;
  }
  .share .col-md-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .share .text {
    position: static;
    margin-left: 0;
  }
  .share .icon-small {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .share .icon-mail-negative {
    position: relative;
  }
  .share .icon-small {
    float: none;
    display: inline-block;
  }
  .share .text {
    position: relative;
  }
}
.col-md-8 .l-section .share {
  width: 100%;
}
.col-md-8 .l-section .share .row.row-xs-height {
  width: 100%;
}
.destacados {
  margin-bottom: 30px;
  margin-top: 30px;
}
.destacados-content {
  border-collapse: separate;
  border-spacing: 20px;
  width: 100%;
}
.destacados-step {
  background: #f3f3f3;
  padding: 0;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.destacados:last-child {
  margin-bottom: 0;
}
.destacados .block {
  position: relative;
  padding: 80px 15px 15px 30px;
}
.destacados .block .icon {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
  margin: auto;
  left: 0;
}
.destacados .block .icon .icon-xlarge-rounded {
  display: inline;
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #dfdfdf;
}
.destacados .block ul {
  padding: 0px;
}
.destacados .block ul li {
  margin-bottom: 30px;
}
.destacados .block ul li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 959px) {
  .destacados {
    margin-top: 0;
  }
  .destacados-content {
    border-collapse: initial;
    border-spacing: 0;
  }
  .destacados-step {
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .destacados-step:last-child {
    margin-bottom: 0;
  }
  .destacados > div {
    padding-bottom: 15px;
  }
  .destacados > div:last-child {
    padding-bottom: 0;
  }
  .destacados .block {
    font: normal 16px/150% Arial, sans-serif;
    border: none;
    border-radius: 0;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px 40px;
  }
  .destacados .block .icon {
    display: block;
    position: static;
    top: 0;
    height: 64px;
  }
  .destacados .block .icon .icon-large {
    display: block;
    width: 100%;
    color: #555555;
  }
  .destacados .block .icon .icon-xlarge-rounded {
    background: none;
    border: none;
  }
  .destacados .block ul li {
    font-size: 14px;
    list-style: none;
    position: relative;
  }
  .destacados .block ul li:before {
    content: "\002022";
    padding-right: 10px;
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: -18px;
  }
}
div.sidebar {
  width: 265px;
  height: auto;
}
div.sidebar ul.nav li.title a:hover {
  background: none;
}
div.sidebar ul.nav li.nav-menu-n4 a {
  width: 265px;
  border-left: 2px solid transparent;
  max-height: 47px;
  height: 47px;
  padding: 0 15px;
  text-decoration: none;
  display: table;
}
div.sidebar ul.nav li.nav-menu-n4 a:hover,
div.sidebar ul.nav li.nav-menu-n4 a.active {
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
div.sidebar ul.nav li.nav-menu-n4 a.active::after {
  display: block;
  content: "";
  width: 21px;
  height: 47px;
  position: absolute;
  right: -21px;
}
div.sidebar ul.nav li.nav-menu-n4 a.active-submenu::after {
  background-image: none !important;
}
div.sidebar ul.nav li.nav-menu-n4 a span {
  display: table-cell;
  line-height: 16px;
  vertical-align: middle;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu {
  border: none;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 {
  list-style: none;
  border: none;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a {
  position: relative;
  width: 225px;
  max-height: 47px;
  height: 47px;
  line-height: 150%;
  padding: 0 15px;
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  color: #666666;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a.active {
  position: relative;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a.active::after {
  content: "";
  display: table-cell;
  width: 21px;
  height: 47px;
  position: absolute;
  top: 0;
  right: -21px;
  left: auto
              ;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a span {
  display: table-cell;
  line-height: 16px;
  vertical-align: middle;
}
.n4-adjacent-col::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #bfced2;
  left: -51px;
  z-index: -1;
}
div.bloque-ci {
  display: table;
  padding-left: 0;
  padding-right: 0;
}
div.bloque-ci div.img-content {
  vertical-align: top;
}
div.bloque-ci div.img-content.img-right .bloque-ci.img-left {
  display: none;
}
div.bloque-ci div.img-content.img-left {
  display: -moz-inline-stack;
  display: table-cell;
  *display: inline;
}
div.bloque-ci div.img-content.img-left .bloque-ci.img-right {
  display: none;
}
@media only screen and (max-width: 959px) {
  div.bloque-ci div.img-content.img-left {
    display: none;
  }
}
div.bloque-ci div.content {
  display: table-cell;
  vertical-align: top;
}
div.bloque-ci div.content h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
div.bloque-ci div.content h3.ci-icon:before {
  content: "○";
  padding-right: 5px;
  vertical-align: middle;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
}
div.bloque-ci div.content p {
  line-height: 25px;
}
div.bloque-ci div.content p a {
  text-decoration: underline;
  color: inherit;
}
div.bloque-ci div.content p a:hover {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 959px) {
  div.bloque-ci {
    display: block;
  }
  div.bloque-ci div.content {
    display: block;
  }
  div.bloque-ci div.content h3 {
    display: block;
    margin: 0;
    padding: 10px 23px;
    font-size: 15pt;
    color: #fff !important;
  }
  div.bloque-ci div.content h3.ci-icon:before {
    display: none;
    visibility: hidden;
  }
  div.bloque-ci div.content div.img-content.img-left,
  div.bloque-ci div.content div.img-content.img-right {
    margin: 0;
    width: 100%;
  }
  div.bloque-ci div.content p {
    font: normal 16px/150% Arial, sans-serif;
    padding: 23px;
    margin: 0;
    font-size: 13pt;
    background: #fff;
  }
  div.bloque-ci > div.img-wrapper {
    display: none;
  }
}
div.mensajeria {
  display: table;
  height: auto;
  padding: 20px 10px;
  border: 1px solid;
  border-radius: 3px;
}
div.mensajeria div.msgico {
  display: table-cell;
  vertical-align: middle;
  min-width: 157px;
}
div.mensajeria div.msgico div.icon-col-size {
  width: 100%;
  color: #fff;
  text-align: center;
}
div.mensajeria div.msgdesc {
  display: table-cell;
  border-left: 1px solid #fff;
  vertical-align: middle;
  color: #fff;
}
div.mensajeria div.msgdesc .richtext p {
  color: white;
  line-height: 150%;
}
div.mensajeria div.msgdesc .richtext a {
  color: white;
}
div.mensajeria div.msgdesc .richtext a:focus {
  background-color: transparent;
}
div.mensajeria div.msgdesc .richtext li {
  color: white;
}
div.mensajeria div.msgdesc .richtext h2 {
  color: white;
}
div.mensajeria div.msgdesc .richtext h3 {
  color: white;
}
div.mensajeria div.msgdesc .richtext h4 {
  color: white;
}
div.mensajeria div.msgdesc .richtext strong {
  color: white;
}
div.mensajeria div.msgdesc .richtext blockquote {
  color: white;
}
div.mensajeria div.msgdesc .title {
  margin-top: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  padding-left: 0;
  margin-bottom: 20px;
}
div.mensajeria div.msgdesc p.msgcontent {
  margin-bottom: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding-left: 0px;
}
@media only screen and (max-width: 959px) {
  div.mensajeria {
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
  }
  div.mensajeria div.msgdesc p.msgcontent {
    font: normal 16px/150% Arial, sans-serif;
    color: #666666;
  }
  div.mensajeria div.msgdesc {
    border-left: none;
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext p {
    color: #666666;
    line-height: 150%;
  }
  div.mensajeria div.msgdesc .richtext a {
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext li {
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext h2 {
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext h3 {
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext h4 {
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext strong {
    color: #666666;
  }
  div.mensajeria div.msgdesc .richtext blockquote {
    color: #666666;
  }
  div.mensajeria div.msgdesc .title {
    font-size: 16px;
    margin-bottom: 0;
    color: #555555;
    display: inline-block;
    padding: 8px 10px;
  }
  div.mensajeria div.msgdesc p.msgcontent {
    line-height: 150%;
    color: #555555;
  }
}
.Table {
  -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
  box-shadow: 0 1px 3px 0 #8f8f8f;
  border-radius: 0;
}
.Table .Table-headerCell,
.Table .Table-cell,
.Table .Table-cell p,
.Table .Table-cell p > a {
  vertical-align: middle;
}
.Table .Table-headerCell [class^="icon-"],
.Table .Table-cell [class^="icon-"],
.Table .Table-cell p [class^="icon-"],
.Table .Table-cell p > a [class^="icon-"],
.Table .Table-headerCell [class*="icon-"],
.Table .Table-cell [class*="icon-"],
.Table .Table-cell p [class*="icon-"],
.Table .Table-cell p > a [class*="icon-"] {
  float: none;
}
.Table .Table-headerCell.Table-headerCell--withCaption {
  border-radius: 0;
}
.Table .Table-row {
  border-bottom: 5px solid #fff;
}
.Table .Table-row:last-child {
  border-bottom: 0;
}
.Table .Table-row:nth-child(even) {
  background: #e8e8e7;
}
.Table .Table-row:nth-child(odd) {
  background: #f6f7f7;
}
.Table .Table-headerCell--align {
  text-align: center;
}
.Table .Table-headerCell--aligncenter,
.Table .Table-headerCell--aligncenter:only-child {
  text-align: center;
}
.Table .Table-headerCell--alignleft {
  text-align: left;
}
.Table .Table-headerCell--alignright {
  text-align: right;
}
.Table .Table-cell {
  padding: 0;
  line-height: 114%;
  color: #666666;
}
.Table .Table-cell--alignleft,
.Table .Table-cell--alignleft {
  text-align: left;
}
.Table .Table-cell--alignright,
.Table .Table-cell--alignright {
  text-align: right;
}
.Table .Table-cell--aligncenter,
.Table .Table-cell--aligncenter {
  text-align: center;
}
.Table .Table-cell--aligntop,
.Table .Table-cell--aligntop {
  vertical-align: top;
}
.Table .Table-cell--alignbottom,
.Table .Table-cell--alignbottom {
  vertical-align: bottom;
}
.Table-icon {
  font-size: 32px;
}
.Table-icon + .Table-richtext {
  padding-top: 5px;
}
.Table-richtext {
  background: transparent;
  padding: 0;
}
.Table-richtext p:first-child,
.Table-richtext h1:first-child,
.Table-richtext h2:first-child,
.Table-richtext h3:first-child,
.Table-richtext h4:first-child,
.Table-richtext h5:first-child,
.Table-richtext h6:first-child,
.Table-richtext ol:first-child,
.Table-richtext ul:first-child,
.Table-richtext blockquote:first-child,
.Table-richtext strong:first-child {
  margin-top: 0;
}
.Table-richtext p:last-child,
.Table-richtext h1:last-child,
.Table-richtext h2:last-child,
.Table-richtext h3:last-child,
.Table-richtext h4:last-child,
.Table-richtext h5:last-child,
.Table-richtext h6:last-child,
.Table-richtext ol:last-child,
.Table-richtext ul:last-child,
.Table-richtext blockquote:last-child,
.Table-richtext strong:last-child {
  margin-bottom: 0;
}
.Table-caption {
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  font-size: 1.29em;
  line-height: 114%;
  text-align: left;
  background: #fff;
  color: #fff;
}
.Table-theadHeading,
.Table-theadHeader {
  display: none;
}
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(1) {
  width: 100%;
}
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(1),
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(1) ~ th {
  width: 100%;
}
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(2),
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(2) ~ th {
  width: 50%;
}
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(3),
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(3) ~ th {
  width: 33.33333333%;
}
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(4),
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(4) ~ th {
  width: 25%;
}
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(5),
.Table-theadHeader .Table-headerCell:first-child:nth-last-child(5) ~ th {
  width: 20%;
}
.Table-theadHeader .Table-headerCell p {
  color: #fff;
}
.Table-cell {
  border: none;
  position: relative;
  text-align: left;
}
.Table-cell img + p,
.Table-cell p img + p,
.Table-cell p a img + p,
.Table-cell [class*="icon-"] + p,
.Table-cell p [class*="icon-"] + p,
.Table-cell p a [class*="icon-"] + p {
  display: block;
  margin: 5px auto 0 auto;
  padding-left: 0;
}
.Table-cell a {
  text-decoration: underline;
}
.Table-mobileHeader {
  display: inline-block;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  width: 49%;
  vertical-align: middle;
  color: #033d7d;
}
.Table-mobileHeader p {
  margin: 0;
}
.Table-cell--aligntop .Table-mobileHeader {
  vertical-align: top;
}
.Table-mobileHeader p,
.Table-mobileHeader h1,
.Table-mobileHeader h2,
.Table-mobileHeader h3,
.Table-mobileHeader h4,
.Table-mobileHeader h5,
.Table-mobileHeader h6,
.Table-mobileHeader ol,
.Table-mobileHeader ul,
.Table-mobileHeader blockquote,
.Table-mobileHeader strong {
  color: #033d7d;
}
.Table-desktopValue {
  display: inline-block;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  width: 49%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .Table-caption,
  .Table-thead,
  .Table-tfoot,
  .Table-tbody,
  .Table-headerCell,
  .Table-cell,
  .Table-row {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .Table-theadHeading,
  .Table-theadHeader {
    display: table-row;
  }
  .Table .Table-headerCell {
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    font-size: 1em;
    line-height: 114%;
    color: #fff;
  }
  .Table .Table-headerCell p,
  .Table .Table-headerCell h1,
  .Table .Table-headerCell h2,
  .Table .Table-headerCell h3,
  .Table .Table-headerCell h4,
  .Table .Table-headerCell h5,
  .Table .Table-headerCell h6,
  .Table .Table-headerCell ol,
  .Table .Table-headerCell ul,
  .Table .Table-headerCell blockquote,
  .Table .Table-headerCell strong {
    color: #fff;
  }
  .Table-cell {
    border-bottom: inherit;
  }
  .Table-cell:first-child {
    max-width: none;
  }
  .Table .Table-cell {
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 20px;
  }
  .Table .Table-cell--simple:before {
    display: table;
    text-align: inherit;
    background: inherit;
    width: auto;
    padding: 0;
    position: static;
  }
}
@media only screen and (min-width: 960px) {
  .Table {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .Table-caption {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1em;
    line-height: 100%;
    font-weight: bold;
    background: #cccccc;
  }
  .Table-mobileHeader {
    display: none;
  }
  .Table-desktopValue {
    display: inline;
    padding: 0;
  }
  .Table-icon {
    font-size: 48px;
  }
  .Table-icon + .Table-richtext {
    padding-top: 11px;
  }
  .Table .Table-row {
    border-bottom: 0;
  }
  .Table .Table-cell--align,
  .Table .Table-cell--align a,
  .Table .Table-cell--align p {
    text-align: center;
  }
  .Table .Table-cell--alignleft,
  .Table .Table-cell--align aleft,
  .Table .Table-cell--align pleft,
  .Table .Table-cell--alignleft a,
  .Table .Table-cell--align aleft a,
  .Table .Table-cell--align pleft a,
  .Table .Table-cell--alignleft p,
  .Table .Table-cell--align aleft p,
  .Table .Table-cell--align pleft p {
    text-align: left !important;
  }
  .Table .Table-cell--alignright,
  .Table .Table-cell--align aright,
  .Table .Table-cell--align pright,
  .Table .Table-cell--alignright a,
  .Table .Table-cell--align aright a,
  .Table .Table-cell--align pright a,
  .Table .Table-cell--alignright p,
  .Table .Table-cell--align aright p,
  .Table .Table-cell--align pright p {
    text-align: right !important;
  }
  .Table .Table-cell--alignleft div {
    float: none;
  }
  .Table .Table-cell--alignright div {
    float: none;
  }
  .Table .Table-cell--aligncenter div {
    float: none;
    margin: 0;
    text-align: inherit;
  }
}
.Table--colorGradient .Table-caption,
.Table--colorSolid .Table-caption {
  color: #fff;
}
.acceso-contextual {
  display: table;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.acceso-contextual .ac-content {
  display: table-cell;
  padding: 0 20px;
  float: none;
}
.acceso-contextual .ac-content button {
  margin-top: 16px;
  border-radius: 3px;
}
.acceso-contextual .ac-content + .crosslink .title {
  display: block;
}
.acceso-contextual .crosslink {
  display: table-cell;
  padding: 0 20px;
  float: none;
  border-left: 1px solid #e1e1e1;
  vertical-align: middle;
}
.acceso-contextual .crosslink .title {
  display: inline-block;
}
.acceso-contextual .crosslink .title h3 {
  display: inline-block;
  margin: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #666666;
}
.acceso-contextual .crosslink .title h3 + img {
  margin: 10px;
}
.acceso-contextual .crosslink .title img {
  display: inline-block;
  margin: 10px 10px 10px 0;
}
.acceso-contextual .crosslink a {
  display: inline;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  text-decoration: underline;
}
.acceso-contextual .crosslink a:hover {
  text-decoration: none;
}
.acceso-contextual .crosslink span.icon {
  float: none;
  padding-left: 5px;
}
.acceso-contextual .crosslink span.icon::before {
  font-size: 10px;
}
@media only screen and (max-width: 959px) {
  .acceso-contextual {
    display: block;
    width: 100%;
    padding: 0 !important;
    border: none;
    border-radius: 0;
  }
  .acceso-contextual .ac-content {
    display: block;
    margin-bottom: 25px;
    padding: 23px;
    background-color: #fff;
  }
  .acceso-contextual .ac-content .title {
    margin-top: 0;
  }
  .acceso-contextual .ac-content p {
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 150%;
  }
  .acceso-contextual .crosslink {
    display: table;
    width: 100% !important;
    padding: 0 10px !important;
    height: auto;
    background-color: #000;
    border: none;
  }
  .acceso-contextual .crosslink .title {
    display: table-cell !important;
    vertical-align: middle;
    width: 70px;
  }
  .acceso-contextual .crosslink .title h3 {
    display: none;
  }
  .acceso-contextual .crosslink .title img {
    margin-left: 0 !important;
  }
  .acceso-contextual .crosslink a {
    display: inline-block;
    padding: 15px 0;
    line-height: 150%;
  }
  .acceso-contextual .crosslink span.icon {
    display: none;
  }
}
.IconList {
  display: table;
  margin-top: 0;
}
.IconList-title {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  font-family: "Arial", Helvetica, sans-serif;
}
.IconList--vertical {
  margin-top: 15px;
  display: table-cell;
  width: auto;
}
.IconList--vertical .IconList-listBox {
  padding: 20px 20px 20px 20px;
}
.IconList--vertical .IconList-content {
  width: auto;
  background-color: #fff;
  margin-top: 15px;
}
.IconList--vertical .IconList-content:first-child {
  margin-top: 0;
}
.IconList--vertical .IconList-icon {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 15px;
}
.IconList--vertical .IconList-list {
  list-style: none;
  padding-left: 0;
}
.IconList--vertical .IconList-text {
  padding: 0;
}
.IconList--horizontal {
  background-color: #fff;
  margin-bottom: 0 ;
}
.IconList--horizontal .IconList-listBox {
  padding-left: 30px;
}
.IconList--horizontal .IconList-listBox:first-child {
  margin-top: 20px;
}
.IconList--horizontal .IconList-listBox:last-child {
  margin-bottom: 20px;
}
.IconList--horizontal .IconList-list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
}
.IconList--horizontal .IconList-content {
  padding: 10px 20px;
  background-color: #fff;
}
.IconList--horizontal .IconList-icon {
  font-size: 16px;
}
.IconList--horizontal .IconList-title {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .IconList-title {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    font-family: "Arial", Helvetica, sans-serif;
  }
  .IconList--horizontal .IconList {
    width: 100%;
    display: block;
  }
  .IconList--horizontal .IconList-list {
    list-style: disc;
    padding-left: 30px;
  }
  .IconList--horizontal .IconList-listBox {
    margin-left: 30px;
    vertical-align: top;
  }
  .IconList--horizontal .IconList-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .IconList--horizontal .IconList-content {
    width: 100%;
  }
  .IconList--horizontal .IconList-content:first-child {
    padding-top: 0;
  }
  .IconList--horizontal .IconList-icon {
    font-size: 32px;
    width: 48px;
  }
  .IconList--vertical {
    display: table;
  }
  .IconList--vertical .IconList-content {
    display: table-cell;
  }
  .IconList--vertical .IconList-list {
    list-style: disc;
    padding-left: 40px;
  }
  .IconList--vertical .IconList-icon {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
div.img-wrapper {
  display: inline-block;
}
div.img-wrapper.mask0 div.img-content {
  width: 100%;
  height: auto;
}
div.img-wrapper.mask200 div.img-content {
  width: 200px;
  height: 200px;
}
div.img-wrapper.mask300 div.img-content {
  width: 300px;
  max-width: 100%;
  height: 200px;
}
div.img-wrapper.mask300 div.img-content img {
  width: 100%;
  height: 200px;
}
div.img-wrapper.mask460 div.img-content {
  width: 460px;
  height: 200px;
}
div.img-wrapper.mask620 div.img-content {
  width: 620px;
  height: 200px;
}
div.img-wrapper.mask940 div.img-content {
  width: 940px;
  height: 200px;
}
div.img-wrapper div.img-content {
  position: relative;
  display: inline-block;
  height: 200px;
  border-radius: 3px;
  overflow: hidden;
}
div.img-wrapper div.img-content div.pie-foto {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 3px;
}
div.img-wrapper h3.titulo {
  margin: 10px 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
}
div.img-wrapper p.descripcion {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
}
@media only screen and (max-width: 959px) {
  div.img-wrapper div.img-content {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  div.img-wrapper div.img-content img {
    width: 100%;
  }
  div.img-wrapper.mask0 img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  div.img-wrapper.mask200 div.img-content,
  div.img-wrapper.mask300 div.img-content,
  div.img-wrapper.mask460 div.img-content,
  div.img-wrapper.mask620 div.img-content,
  div.img-wrapper.mask940 div.img-content {
    width: 100%;
  }
}
.RelationalAccess {
  border: none;
  font-size: 16px;
  line-height: 150%;
  font-family: "Arial", Helvetica, sans-serif;
}
.RelationalAccess-box {
  display: block;
  float: none;
  padding: 0;
  position: relative;
}
.RelationalAccess-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  position: inherit;
  top: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.RelationalAccess-content {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.RelationalAccess-listItem {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: table;
  width: inherit;
  height: 58px;
  position: relative;
}
.RelationalAccess-link {
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 150%;
  display: inline-block;
  width: 96%;
  height: 58px;
  padding: 20px 23px;
  vertical-align: middle;
}
.RelationalAccess-arrowBox {
  float: right;
  height: 58px;
  margin-top: -20px;
  margin-right: -40px;
}
.RelationalAccess-arrow {
  float: none;
  display: table-cell;
  width: 16px;
  height: 58px;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .RelationalAccess {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .RelationalAccess-box {
    display: table-cell;
    float: left;
    padding: 30px 10px 20px 0;
    position: relative;
  }
  .RelationalAccess-title {
    position: absolute;
    top: -40px;
    left: 0;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    z-index: 1;
  }
  .RelationalAccess-iconBox {
    display: table-cell;
    padding-left: 15px;
    width: 60px;
  }
  .RelationalAccess-icon {
    color: #666666;
  }
  .RelationalAccess-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    width: 229px;
  }
  .RelationalAccess-listItem {
    list-style: none;
    border: none;
    height: 20px;
    line-height: 20px;
  }
  .RelationalAccess-link {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding: 0;
    height: auto;
  }
  .RelationalAccess-link:hover,
  .RelationalAccess-link:focus {
    text-decoration: underline;
  }
  .RelationalAccess-arrowBox {
    padding: 0;
    display: inline-block;
    float: none;
    height: 8px;
  }
  .RelationalAccess-arrow {
    padding: 0;
    height: 8px;
    display: inline-block;
    float: none;
    font-size: 8px;
    color: #666666;
    margin-left: 10px;
  }
}
div.acceso-minisitios {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
div.acceso-minisitios img.am-fondo {
  position: absolute;
}
div.acceso-minisitios .am-wrapper {
  display: table;
  height: 120px;
  padding: 0 50px;
  /*
    .accion-btn {
      .btn-pfija .btn-description {
        padding-right: 25px;
      }
    }
    */
  /*
    .accion-btn {
      .btn-pfija {
        &.align-right [class^="icon-"].icon-xsmall + .btn-description,
        .align-right [class*="icon-"].icon-xsmall + .btn-description {
          padding-right: 25px;
        }
      }
    }
    */
}
div.acceso-minisitios .am-wrapper .titulo {
  width: 560px;
}
div.acceso-minisitios .am-wrapper .logo,
div.acceso-minisitios .am-wrapper .titulo,
div.acceso-minisitios .am-wrapper .titulo2,
div.acceso-minisitios .am-wrapper .accion-btn {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
div.acceso-minisitios .am-wrapper .logo {
  padding-right: 50px;
}
div.acceso-minisitios .am-wrapper .accion-btn {
  width: 300px;
  text-align: right;
}
div.acceso-minisitios .am-wrapper .accion-btn .btn-component--description {
  padding-right: 15px;
}
@media only screen and (max-width: 959px) {
  div.acceso-minisitios {
    background-color: #fff;
    border-radius: 0;
    padding: 20px;
  }
  div.acceso-minisitios .am-wrapper {
    display: block;
    height: auto;
    padding: 0;
  }
  div.acceso-minisitios .am-wrapper .titulo,
  div.acceso-minisitios .am-wrapper .titulo2,
  div.acceso-minisitios .am-wrapper .logo {
    display: block;
    width: 100%;
  }
  div.acceso-minisitios .am-wrapper .titulo h3,
  div.acceso-minisitios .am-wrapper .titulo2 h3 {
    margin: 0;
    text-align: center;
    color: #666666 !important;
  }
  div.acceso-minisitios .am-wrapper .logo {
    padding-right: 0;
  }
  div.acceso-minisitios .am-wrapper .logo img {
    display: block;
    margin: 0 auto;
  }
  div.acceso-minisitios .am-wrapper .accion-btn {
    display: block !important;
    width: auto;
    margin: 20px auto 0 auto;
  }
  div.acceso-minisitios .am-wrapper .accion-btn .btn-component--description {
    margin-right: 0;
    padding-right: 0;
  }
}
/* Large desktop */
@media (min-width: 959px) {
  .folder-component {
    padding: 0;
    /*overwrite the ul style applied for the browser */
    margin-bottom: -34px;
  }
  .folder-component li {
    display: inline-block;
  }
  .folder-component li a .folder-button-box .folder-icon {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    float: none;
  }
  .folder-component li a .folder-button-box .folder-icon i {
    font-size: 32px;
    color: #666666;
    padding: 0px 0px 0px 12px;
  }
}
@media only screen and (max-width: 959px) {
  .folder-component {
    display: block;
    padding: 0;
    margin: 0;
  }
  .folder-component li {
    background: #fff;
    display: block;
    color: #555;
    text-align: left;
    position: relative;
  }
  .folder-component li:last-child {
    border-bottom: none;
  }
  .folder-component li:after {
    font-family: 'iconos-latam';
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 11px;
  }
  .folder-component li a {
    display: block;
    line-height: 16px;
  }
}
.multimedia {
  float: none;
  max-width: 653px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.multimedia .slider-for {
  margin-bottom: 0;
}
.multimedia .slider-for .slick-slide .image {
  border: 10px solid #666666;
  height: 400px;
  position: relative;
  cursor: pointer;
}
.multimedia .slider-for .slick-slide .image img {
  max-height: 100%;
}
.multimedia .slider-for .slick-slide .image .caption {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  height: 30px;
  line-height: 30px;
  width: auto;
  padding: 0 10px;
  font-family: "Arial", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  overflow: hidden;
}
.multimedia .slider-for button {
  width: 32px;
  height: 32px;
}
.multimedia .slider-for button::before {
  content: '';
}
.multimedia .slider-for button.slick-prev,
.multimedia .slider-for button.slick-next {
  top: 50%;
}
.multimedia .slider-for button.slick-prev span,
.multimedia .slider-for button.slick-next span {
  color: #ffffff;
  text-align: center;
}
.multimedia .slider-for button.slick-prev {
  left: 10px;
}
.multimedia .slider-for button.slick-next {
  right: 10px;
}
@media only screen and (max-width: 959px) {
  .multimedia .slider-for {
    position: relative;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .multimedia .slider-for:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .multimedia .slider-for .slick-list .slick-track .slick-slide .image {
    width: auto;
    height: auto;
    max-height: 165px;
    margin: 0 5px;
    border: none;
    position: initial;
  }
  .multimedia .slider-for .slick-list .slick-track .slick-slide .image .caption {
    display: none;
  }
}
.multimedia .slider-nav {
  background: #ffffff;
  padding: 10px 0 25px 0;
  margin-bottom: 0;
}
.multimedia .slider-nav .slick-slide .image {
  width: 152px;
  height: 100px;
}
.multimedia .slider-nav button {
  width: 24px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
}
.multimedia .slider-nav button::before {
  content: '';
}
.multimedia .slider-nav button.slick-prev,
.multimedia .slider-nav button.slick-next {
  top: 15%;
}
.multimedia .slider-nav button.slick-prev span,
.multimedia .slider-nav button.slick-next span {
  color: #ffffff;
  text-align: center;
}
.multimedia .slider-nav button.slick-prev {
  left: 0;
}
.multimedia .slider-nav button.slick-next {
  right: 0;
}
@media only screen and (max-width: 959px) {
  .multimedia {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
 * Estilos Ligthbox
 */
#lightGallery-action {
  position: fixed;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  top: 50%;
  left: 0;
  width: 100%;
  margin-left: 0;
}
#lightGallery-action a {
  margin: 0 20px !important;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  width: 32px;
  height: 32px;
  font-family: 'Slide-icons';
  color: #FFF;
  cursor: pointer;
}
#lightGallery-action a:before,
#lightGallery-action a:after {
  font-size: 32px;
}
#lightGallery-action a#lightGallery-prev {
  float: left;
}
#lightGallery-action a#lightGallery-next {
  float: right;
}
@media only screen and (max-width: 959px) {
  #lightGallery-action {
    display: none;
  }
}
#lightGallery-close {
  width: 32px;
  height: 32px;
}
#lightGallery-close:after {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #000;
}
/*
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 1;
}

.tos-close {
  background: transparent;

  span {
    font-family: 'iconos-latam';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width: 32px;
    height: 32px;
    font-size: 32px;

    &:before {
      content: "\e615";
      border-bottom: none;
      border-left: none;
      top: 5%;
      left: 40%;
      transform: initial;
    }
    &:after {
      content: '';
      border-top: none;
      border-right: none;
      right: 0;
      transform: initial;
    }
  }
}

.tos-wrapper .tos-caption {
  padding: 5px 0 20px 0;
  font-size: 14px;
  text-align: left;
  background: rgba(0, 0, 0, .7);
}*/
.videoComponent {
  background: #FFF;
  padding: 0;
}
.videoComponent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoComponent .video-container iframe,
.videoComponent .video-container object,
.videoComponent .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .videoComponent {
    padding-bottom: 10px;
  }
  .videoComponent h4,
  .videoComponent p {
    padding: 0 10px;
  }
}
.SubHomeHeader {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 910px;
  padding: 30px 10px;
  overflow-y: auto;
  height: auto;
  margin: 0 -10px;
}
.SubHomeHeader-title {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
.SubHomeHeader-boxContainer {
  position: relative;
}
@media (min-width: 959px) {
  .SubHomeHeader {
    min-height: 910px;
    padding: 60px 0 30px 0;
    overflow: hidden;
    max-height: 1667px;
    height: auto;
  }
  .SubHomeHeader-title {
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0;
  }
}
.SelfserviceBox {
  display: block;
  min-height: 260px;
  height: auto;
  overflow: hidden;
  padding: 0;
  border-radius: 3px;
  width: 100%;
}
.SelfserviceBox-headline {
  color: #fff;
  text-align: center;
  padding: 0;
}
.SelfserviceBox-proposal {
  padding: 30px;
}
.SelfserviceBox-listRow {
  padding-top: 25px;
  padding-bottom: 25px;
}
.SelfserviceBox-unorderedList {
  height: auto;
  margin: 0 0 10px;
  padding: 0 20px;
  padding-top: 10px;
}
.SelfserviceBox-unorderedItem {
  font: normal 14px/100% "Arial", Helvetica, sans-serif;
  color: #fff;
  margin: 20px 0 0 0;
}
.SelfserviceBox-unorderedItem:first-child {
  margin: 0;
}
.SelfserviceBox-trips {
  display: block;
  float: none;
  min-height: 240px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
.SelfserviceBox-formGroup {
  margin-bottom: 30px;
}
.SelfserviceBox-legend {
  font: normal 14px/100% "Arial", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  border: none;
  margin: 0 0 20px 0;
}
.SelfserviceBox-label {
  font: normal 16px/100% "Arial", Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 7px;
}
.SelfserviceBox-helpBlock {
  margin-top: 7px;
  font: normal 12px/100% "Arial", Helvetica, sans-serif;
  color: #fff;
  float: right;
  padding-bottom: 35px;
}
.SelfserviceBox-helpBlock--pushDown {
  margin-top: 20px;
}
.SelfserviceBox-inputText {
  height: 40px;
  border-radius: 3px;
}
.SelfserviceBox-inputText--invalid {
  background: #f8ef93;
}
.SelfserviceBox-inputText--invalid ::-webkit-input-placeholder {
  color: #ac161b;
}
.SelfserviceBox-inputText--invalid :-moz-placeholder {
  color: #ac161b;
}
.SelfserviceBox-inputText--invalid ::-moz-placeholder {
  color: #ac161b;
}
.SelfserviceBox-inputText--invalid :-ms-input-placeholder {
  color: #ac161b;
}
.SelfserviceBox-inputText::-webkit-input-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.SelfserviceBox-inputText::-moz-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.SelfserviceBox-inputText:-ms-input-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.SelfserviceBox-inputText:-moz-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.SelfserviceBox-button,
.SelfserviceBox-button:hover {
  font: normal 14px/100% "Arial", Helvetica, sans-serif;
  border-radius: 3px;
  padding: 7px 12px;
  text-align: center;
}
.SelfserviceBox-link,
.SelfserviceBox-link:link,
.SelfserviceBox-link:active {
  display: inline;
  font: normal 12px/100% "Arial", Helvetica, sans-serif;
  color: #fff;
  margin-top: 15px;
  height: auto;
  overflow: hidden;
  text-decoration: underline;
}
.SelfserviceBox-link:hover,
.SelfserviceBox-link:link:hover,
.SelfserviceBox-link:active:hover {
  text-decoration: none;
}
.SelfserviceBox-link--form,
.SelfserviceBox-link--form:link,
.SelfserviceBox-link--form:hover {
  font-size: 11px;
}
.SelfserviceBox-linkText + .SelfserviceBox-linkIcon {
  margin-left: 5px;
}
.SelfserviceBox-linkText,
.SelfserviceBox-linkIcon {
  color: #fff;
  float: left;
  margin-left: 5px;
  text-decoration: underline;
}
.SelfserviceBox-linkText:hover,
.SelfserviceBox-linkIcon:hover {
  text-decoration: none;
}
.SelfserviceBox-errorText {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFBE5;
  display: block;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .SelfserviceBox {
    display: table;
  }
  .SelfserviceBox-helpBlock {
    width: 100%;
    font: normal 12px/100% "Arial", Helvetica, sans-serif;
    color: #fff;
    float: right;
    padding-top: 7px;
    padding-bottom: 35px;
  }
  .SelfserviceBox-proposal {
    display: table-cell;
    float: none;
    min-height: 240px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px;
    width: 66.66666667%;
  }
  .SelfserviceBox-proposal--extended {
    width: 100%;
  }
  .SelfserviceBox-proposal--triangle:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    line-height: 0px;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
  }
  .SelfserviceBox-inputText {
    height: 40px;
    border-radius: 3px;
  }
  .SelfserviceBox-inputText--invalid {
    background: #f8ef93;
  }
  .SelfserviceBox-inputText--invalid ::-webkit-input-placeholder {
    color: #ac161b;
  }
  .SelfserviceBox-inputText--invalid :-moz-placeholder {
    color: #ac161b;
  }
  .SelfserviceBox-inputText--invalid ::-moz-placeholder {
    color: #ac161b;
  }
  .SelfserviceBox-inputText--invalid :-ms-input-placeholder {
    color: #ac161b;
  }
  .SelfserviceBox-formGroup {
    margin-bottom: 35px;
  }
  .SelfserviceBox-trips {
    display: table-cell;
    width: 33.33333333%;
  }
  .SelfserviceBox-jumpApp {
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.offices__modal .panel-body {
  padding: 30px 20px;
}
@media (max-width: 960px) {
  .offices__modal .panel-body {
    padding: 15px 20px;
  }
}
.offices__modal .direccion,
.offices__modal .offices__label {
  color: #666666;
}
.offices__modal .col-xs-12,
.offices__modal .col-sm-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.offices__modal .offices__section {
  padding-top: 30px;
  font-family: "Arial", Helvetica, sans-serif;
}
.offices__modal .offices__section .offices__title {
  margin-bottom: 5px;
}
.offices__modal .offices__section .offices__directions {
  margin-bottom: 40px;
}
.offices__modal .offices__section .offices__directions ul {
  list-style: none;
  padding: 0;
}
.offices__modal .offices__section .offices__directions .map__section {
  padding: 0;
}
.offices__modal .offices__section .office {
  margin-top: 5px;
}
.offices__modal .offices__section a {
  color: #666666;
}
.offices__modal .offices__section:first-child {
  padding-top: 0;
}
.offices__modal .offices__section .offices__open {
  color: #666666;
  font-weight: normal;
}
.offices__modal .offices__section .offices__open .office {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
}
.offices__modal .offices__section .offices__opening {
  color: #666666;
}
.offices__modal .offices__section .offices__phone {
  color: #666666;
}
@media (min-width: 960px) {
  .offices__modal .offices__section {
    border-bottom: solid 1px #cccccc;
  }
}
.offices__map {
  color: #666666;
  text-align: center;
}
@media (min-width: 960px) {
  .offices__map {
    text-align: initial;
  }
}
.offices__map a {
  text-decoration: none;
  float: left;
  width: 100%;
  font-weight: normal;
}
@media (min-width: 960px) {
  .offices__map a {
    width: auto;
    text-decoration: underline;
  }
}
.offices__map .icon-map-marker {
  width: 100%;
}
@media (min-width: 960px) {
  .offices__map .icon-map-marker {
    width: auto;
  }
}
.icon-map-marker:before {
  color: #52c624;
}
.offices__modal .modal-content {
  border: 0;
}
.ModalLogin-body p {
  font: normal 14px/150% 'Arial', sans-serif;
  color: #717171;
}
.ModalLogin-row {
  margin: 0;
}
.ModalLogin-row + .ModalLogin-row {
  line-height: 100%;
  margin: 20px 0 0 0;
}
.ModalLogin-iconBox {
  padding: 0;
}
.ModalLogin-formGroup + .ModalLogin-row {
  margin-top: 30px;
}
.ModalLogin-label {
  font: 14px/150% 'Arial', sans-serif;
  font-weight: bold!important;
  color: #717171;
}
.ModalLogin-inputText {
  height: 40px;
  border-radius: 3px;
}
.ModalLogin-inputText--invalid {
  background: #fff;
  color: #ac161b;
  border-color: #ac161b;
}
.ModalLogin-inputText--invalid::-webkit-input-placeholder {
  color: #ac161b;
}
.ModalLogin-inputText--invalid::-moz-placeholder {
  color: #ac161b;
}
.ModalLogin-inputText--invalid::-moz-placeholder {
  color: #ac161b;
}
.ModalLogin-inputText--invalid::-ms-input-placeholder {
  color: #ac161b;
}
.ModalLogin-inputText::-webkit-input-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.ModalLogin-inputText::-moz-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.ModalLogin-inputText:-ms-input-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.ModalLogin-inputText:-moz-placeholder {
  font: normal 14px "Arial", Helvetica, sans-serif;
  color: #ccc;
}
.ModalLogin-errorText {
  color: #ac161b;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 7px;
}
.ModalLogin-submitButton {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 4px;
  font: 14px/100% "Arial", Helvetica, sans-serif;
  border-radius: 3px;
  padding: 7px 12px;
  text-align: center;
  border: 0;
  color: #fff;
}
.ModalLogin-submitButton:hover {
  color: #fff;
}
p.ModalLogin-subscribe {
  margin: 0;
  height: 30px;
  line-height: 2;
}
p.ModalLogin-subscribe span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
a.ModalLogin-subscribeLink {
  font: normal 14px/150% 'Arial', sans-serif;
  color: #717171;
  text-decoration: underline;
}
a.ModalLogin-subscribeLink:hover,
a.ModalLogin-subscribeLink:focus {
  text-decoration: none;
  color: #717171;
}
.ModalLogin-footer {
  border-top: none;
  margin: 0;
  padding-top: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .ModalLogin-formGroup {
    margin-bottom: 35px;
  }
}
.SubHomeBotonera {
  padding: 0;
}
.SubHomeBotonera-subTitle {
  font-size: 24px;
  color: #FFF;
  text-align: left;
  line-height: 120%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.SubHomeBotonera-descripcion {
  line-height: 120%;
  margin-bottom: 0px;
  margin-top: 7px;
  color: #666666;
}
.SubHomeBotonera-descripcion a {
  color: inherit;
  text-decoration: underline;
}
.SubHomeBotonera-descripcion a:hover {
  text-decoration: none;
}
.SubHomeBotonera-list {
  padding: 0px 5px;
  overflow: hidden;
  /* clear fix */
  margin-bottom: -12px;
  margin-top: 13px;
}
.SubHomeBotonera-listItem {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  margin-bottom: 12px;
}
.SubHomeBotonera-itemLink {
  border-radius: 3px;
  color: #999999;
  text-align: left;
  line-height: 23px;
  display: block;
  width: 100%;
  height: 80px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #bebebe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #d9d9d9;
}
.SubHomeBotonera-itemLink:hover,
.SubHomeBotonera-itemLink:focus {
  font-size: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  text-decoration: none;
}
.SubHomeBotonera-itemLink:hover .SubHomeBotonera-button,
.SubHomeBotonera-itemLink:focus .SubHomeBotonera-button {
  /*work around */
}
.SubHomeBotonera-itemLink:hover .SubHomeBotonera-button .SubHomeBotonera-text,
.SubHomeBotonera-itemLink:focus .SubHomeBotonera-button .SubHomeBotonera-text {
  color: #fff;
}
.SubHomeBotonera-itemLink:hover .SubHomeBotonera-button div span,
.SubHomeBotonera-itemLink:focus .SubHomeBotonera-button div span {
  color: #fff;
}
.SubHomeBotonera-button {
  display: table;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.SubHomeBotonera-iconContainer {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  float: none;
  width: 25%;
  padding: 0 10px;
}
.SubHomeBotonera-icon {
  color: #666;
  padding: 0px 0px 0px 12px;
}
.SubHomeBotonera-text {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  padding: 0 10px 0 0;
  text-align: left;
  float: none;
  width: 75%;
  color: #565656;
}
.SubHomeBotonera--glass {
  margin-top: 30px;
}
.SubHomeBotonera--glass .SubHomeBotonera-subTitle {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.SubHomeBotonera--glass .SubHomeBotonera-itemLink {
  background: url(../../../../static/latam/images/content-image/subhome/bg_buttonService.png) repeat-x;
  border-color: #fff;
  color: #fff;
}
.SubHomeBotonera--glass .SubHomeBotonera-itemLink:hover,
.SubHomeBotonera--glass .SubHomeBotonera-itemLink:focus {
  font-size: 18px;
}
.SubHomeBotonera--glass .SubHomeBotonera-itemLink .SubHomeBotonera-button div span {
  color: #fff;
}
.SubHomeBotonera--glass .SubHomeBotonera-itemLink .SubHomeBotonera-text {
  color: #fff;
}
@media only screen and (min-width: 959px) {
  .SubHomeBotonera {
    padding: 0;
  }
  .SubHomeBotonera-subTitle {
    text-shadow: none;
    font-size: 28px;
    color: #FFF;
    text-align: left;
    width: 100%;
    line-height: 120%;
  }
  .SubHomeBotonera-descripcion {
    color: #666666;
    margin-top: 15px;
  }
  .SubHomeBotonera-descripcion a {
    color: inherit;
    text-decoration: underline;
  }
  .SubHomeBotonera-descripcion a:hover {
    text-decoration: none;
  }
  .SubHomeBotonera-list {
    padding: 0px 5px;
    margin-bottom: -34px;
    margin-top: 40px;
  }
  .SubHomeBotonera-listItem {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }
  .SubHomeBotonera-itemLink {
    border-radius: 3px;
    text-align: left;
    line-height: 23px;
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    background: #e2e6e7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .SubHomeBotonera-itemLink:hover,
  .SubHomeBotonera-itemLink:focus {
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
    text-decoration: none;
  }
  .SubHomeBotonera-itemLink:hover .SubHomeBotonera-button,
  .SubHomeBotonera-itemLink:focus .SubHomeBotonera-button {
    /*work around */
  }
  .SubHomeBotonera-itemLink:hover .SubHomeBotonera-button div span,
  .SubHomeBotonera-itemLink:focus .SubHomeBotonera-button div span {
    color: #fff;
  }
  .SubHomeBotonera-button {
    display: table;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .SubHomeBotonera-iconContainer {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    float: none;
    width: 25%;
    padding: 0 10px;
  }
  .SubHomeBotonera-icon {
    color: #666666;
    padding: 0px 0px 0px 12px;
  }
  .SubHomeBotonera-text {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding: 0 10px 0 0;
    text-align: left;
    float: none;
    width: 75%;
    color: #666666;
  }
  .SubHomeBotonera--glass .SubHomeBotonera-subTitle {
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 35px;
  }
  .SubHomeBotonera--glass .SubHomeBotonera-itemLink {
    background: url(../../../../static/latam/images/content-image/subhome/bg_buttonService.png) repeat-x;
    border-color: #fff;
    color: #fff;
  }
  .SubHomeBotonera--glass .SubHomeBotonera-itemLink .SubHomeBotonera-button div span {
    color: #fff;
  }
  .SubHomeBotonera--glass .SubHomeBotonera-text {
    color: #fff;
  }
}
/*desktop styles */
@media only screen and (min-width: 768px) {
  .SubHomeBotonera-subTitle {
    font-size: 28px;
  }
}
.header-home-noticias {
  width: 960px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.header-home-noticias .header-home-noticias-box {
  margin: 0;
}
.header-home-noticias .header-home-noticias-contenido {
  margin-bottom: -3px;
  padding: 0;
}
.header-home-noticias .header-home-noticias-contenido h1,
.header-home-noticias .header-home-noticias-contenido h2 {
  font-size: 1.43em;
  line-height: 100%;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smooth: never;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .header-home-noticias {
    width: auto;
    height: 44px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-home-noticias .header-home-noticias-contenido a i {
    height: 100%;
    line-height: 44px;
    margin-left: 10px;
  }
  .header-home-noticias .header-home-noticias-contenido h1,
  .header-home-noticias .header-home-noticias-contenido h2 {
    margin: 0;
    font-size: 1.29em;
    line-height: 44px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: normal;
    display: table;
    table-layout: fixed;
  }
  .header-home-noticias .header-home-noticias-contenido h1 a,
  .header-home-noticias .header-home-noticias-contenido h2 a {
    color: #555555;
    display: table-cell;
    vertical-align: middle;
  }
  .header-home-noticias .header-home-noticias-contenido h1 a:last-child,
  .header-home-noticias .header-home-noticias-contenido h2 a:last-child {
    width: 100%;
  }
  .header-home-noticias .header-home-noticias-contenido h1 a span.header-home-noticias-ellipsis,
  .header-home-noticias .header-home-noticias-contenido h2 a span.header-home-noticias-ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    margin-left: 44px;
    margin-right: 44px;
  }
}
.principal .mainsearch {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}
.principal .mainsearch .formsearch .inputsrc .buscador {
  height: 40px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
  font-size: 1.43em;
  color: #666666;
}
.principal .mainsearch .formsearch .inputsrc .buscador:focus {
  border: 1px solid #51cbee;
}
.principal .mainsearch .formsearch .inputsrc .buscador::-webkit-input-placeholder {
  color: #666666;
}
.principal .mainsearch .formsearch .inputsrc .buscador::-moz-placeholder {
  color: #666666;
}
.principal .mainsearch .formsearch .inputsrc .buscador:-ms-input-placeholder {
  color: #666666;
  line-height: 40px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.principal .mainsearch .formsearch .inputsrc .btn {
  width: auto;
  min-width: 210px;
  height: 40px;
}
.principal .mainsearch .formsearch .inputsrc .btn .icon-zoom {
  display: none;
}
@media only screen and (max-width: 959px) {
  .principal .mainsearch {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .principal .mainsearch .formsearch {
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: block;
  }
  .principal .mainsearch .formsearch .inputsrc {
    position: relative;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador {
    border: 0;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    padding-right: 60px;
    border-radius: 3px;
    line-height: 30px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1.07em;
    color: #ccc;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador::-webkit-input-placeholder {
    font-family: "Arial", Helvetica, sans-serif !important;
    font-size: 1.14em;
    color: #ccc;
    text-overflow: ellipsis;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador::-moz-placeholder {
    font-family: "Arial", Helvetica, sans-serif !important;
    font-size: 1.14em;
    color: #ccc;
    text-overflow: ellipsis;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador:-ms-input-placeholder {
    font-family: "Arial", Helvetica, sans-serif !important;
    font-size: 1.14em;
    color: #ccc;
    text-overflow: ellipsis;
  }
  .principal .mainsearch .formsearch .inputsrc .btn {
    width: auto;
    min-width: 30px;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .principal .mainsearch .formsearch .inputsrc .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .principal .mainsearch .formsearch .inputsrc .btn .icon-zoom {
    display: block;
    color: #b4b4b4;
    visibility: visible;
    font-size: 24px;
  }
  .principal .mainsearch .formsearch .inputsrc .btn-description {
    display: none;
  }
}
.noticias-resultados {
  overflow: auto;
  height: auto;
  margin-top: 0px;
}
.noticias-resultados.noticias-resultados-light h2 {
  margin-top: 30px;
}
.noticias-resultados.noticias-resultados-light .noticias-group .noticias-box {
  padding-top: 30px;
}
.noticias-resultados.noticias-resultados-light .noticias-group .noticias-box p {
  margin-bottom: 20px;
}
.noticias-resultados h2 {
  font-size: 1.43em;
  line-height: 100%;
  text-align: left;
  margin-bottom: 0px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smooth: never;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.noticias-resultados .noticias-group {
  background: #FFF;
}
.noticias-resultados .noticias-group .noticias-box {
  padding: 50px 0 30px;
  /*
      padding-bottom: 30px;
      margin-top: 50px;
      */
  border-bottom: 1px solid #7e7e7e;
}
.noticias-resultados .noticias-group .noticias-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.noticias-resultados .noticias-group .noticias-box h2 {
  font-size: 1.43em;
  color: #666666;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0px;
}
.noticias-resultados .noticias-group .noticias-box p {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  text-align: left;
  margin-bottom: 30px;
}
.noticias-resultados .noticias-group .noticias-box span {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.86em;
  color: #666666;
  text-align: left;
}
.noticias-resultados .noticias-empty {
  background: #FFF;
  padding: 25px;
  margin-bottom: 25px;
}
.noticias-resultados .noticias-empty h2 {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.43em;
  color: #666666;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: left;
}
.noticias-resultados .noticias-empty ul li {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.43em;
  color: #666666;
  line-height: 333.33333333%;
}
.noticias-resultados .noticias-loading {
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .noticias-resultados {
    margin-top: 5px;
  }
  .noticias-resultados.noticias-resultados-light {
    margin-top: 0px;
  }
  .noticias-resultados .noticias-resultados-titulo {
    font-size: 1.29em;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .noticias-resultados .noticias-group {
    /* padding: 1px 25px 25px; */
    padding: 0 25px;
  }
  .noticias-resultados .noticias-group .noticias-box {
    padding: 25px 0;
  }
  .noticias-resultados .noticias-group .noticias-box:last-child {
    padding-bottom: 25px;
  }
  .noticias-resultados .noticias-group .noticias-box h3 {
    line-height: 150%;
    margin-bottom: 20px;
  }
  .noticias-resultados .noticias-group .noticias-box p {
    display: none;
  }
  .noticias-resultados .noticias-group .noticias-box span {
    font-size: 0.86em;
    font-weight: normal;
    line-height: 150%;
  }
  .noticias-resultados .noticias-empty h3 {
    margin-top: 0px;
  }
  .noticias-resultados .noticias-empty ul li {
    color: #666666;
    line-height: 150%;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
  }
}
.HomeSlider {
  margin-top: -60px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  max-height: 630px;
  overflow: hidden;
}
.HomeSlider .slick-slide img {
  display: inherit;
}
.HomeSlider .slick-dots {
  height: 45px;
  bottom: inherit;
  margin-bottom: 0;
  top: 260px;
}
.HomeSlider .slick-dots li {
  padding-top: 16px;
  height: inherit;
}
.HomeSlider .slick-dots button {
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
  width: 16px;
  height: 16px;
}
.HomeSlider .slick-dots button:before {
  content: " ";
}
.HomeSlider .slick-dots .slick-active button {
  background: #fff;
}
@media (min-width: 960px) {
  .HomeSlider .slick-dots {
    height: 20px;
    top: 360px;
    z-index: 2;
    line-height: 100%;
  }
  .HomeSlider .slick-dots li {
    padding-top: 0;
  }
}
.HomeSlider-stage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.HomeSlider-stage,
.HomeSlider-image {
  height: 630px;
}
.HomeSlider-image {
  min-width: 100%;
}
.HomeSlider-stage {
  min-height: 630px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.HomeSlider-logo {
  opacity: 1 !important;
}
.HomeSlider-prev,
.HomeSlider-next {
  display: none;
  opacity: 0;
  z-index: 1100;
}
.HomeSlider-container {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 60px;
  margin: 0 auto;
  min-height: 630px;
  width: 100%;
  text-align: left;
}
.HomeSlider-zone {
  margin: 0;
  padding-bottom: 5px;
}
.HomeSlider-zone--top {
  overflow: hidden;
}
.HomeSlider-zone--top,
.HomeSlider-zone--innerTop {
  height: 90px;
}
.HomeSlider-zone--middle {
  height: 60px;
}
.HomeSlider-zone--bottom {
  height: 50px;
  margin: 0;
  padding-top: 5px;
}
.HomeSlider-zone--bigger {
  height: 150px;
}
.HomeSlider-table {
  display: table;
  width: 100%;
}
.HomeSlider-tableRow {
  display: table-row;
}
.HomeSlider-tableCell {
  display: table-cell;
  float: none;
}
.HomeSlider-tableCell--xsTop {
  vertical-align: top;
}
.HomeSlider-tableCell--xsMiddle {
  vertical-align: middle;
}
.HomeSlider-tableCell--xsBottom {
  vertical-align: bottom;
}
.HomeSlider-tableCell--xsLeft {
  text-align: left;
}
.HomeSlider-tableCell--xsCenter {
  text-align: center;
}
.HomeSlider-tableCell--xsRight {
  text-align: right;
}
.HomeSlider-title {
  color: #fff;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.HomeSlider-title--dark {
  color: #333333;
  text-shadow: none;
}
.HomeSlider-description {
  color: #fff;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  display: block;
  line-height: 120%;
}
.HomeSlider-description--dark {
  color: #333333;
  text-shadow: none;
}
.HomeSlider-conditions {
  text-decoration: underline;
}
.HomeSlider-conditions:hover {
  text-decoration: none;
}
.HomeSlider-price {
  display: inline-block;
  white-space: nowrap;
}
.HomeSlider-priceCurrency--right {
  float: right;
}
@media (min-width: 960px) {
  .HomeSlider {
    margin-top: -131px;
    margin-bottom: 45px;
  }
  .HomeSlider:hover .HomeSlider-prev,
  .HomeSlider:hover .HomeSlider-next {
    display: block !important;
    opacity: 1;
  }
  .HomeSlider-stage,
  .HomeSlider-image {
    width: 100%;
    height: auto;
  }
  .HomeSlider-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .HomeSlider-prev,
  .HomeSlider-next {
    background: rgba(102, 102, 102, 0.4);
    border: none;
    content: '';
    display: block;
    top: 310px;
    outline: none;
    padding: 24px 4px;
    position: absolute;
  }
  .HomeSlider-prev {
    left: 10px;
  }
  .HomeSlider-next {
    right: 10px;
  }
  .HomeSlider-arrow {
    color: #fff;
    text-align: center;
  }
  .HomeSlider-container {
    background: none;
    position: absolute;
    top: 130px;
    margin: 0 auto;
  }
  .HomeSlider-tableCell--mdTop {
    vertical-align: top;
  }
  .HomeSlider-tableCell--mdMiddle {
    vertical-align: middle;
  }
  .HomeSlider-tableCell--mdBottom {
    vertical-align: bottom;
  }
  .HomeSlider-tableCell--mdLeft {
    text-align: left;
  }
  .HomeSlider-tableCell--mdCenter {
    text-align: center;
  }
  .HomeSlider-tableCell--mdRight {
    text-align: right;
  }
  .HomeSlider-zone {
    margin: 0;
  }
  .HomeSlider-zone--top {
    height: 100px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
  }
  .HomeSlider-zone--innerTop {
    height: 100px;
  }
  .HomeSlider-zone--middle {
    height: 40px;
  }
  .HomeSlider-zone--bottom {
    height: 50px;
  }
  .HomeSlider-zone--bigger {
    height: 180px;
  }
  .HomeSlider-button {
    display: inline-block;
    width: auto;
  }
  .HomeSlider-title {
    font-size: 2.57em;
  }
  .HomeSlider-description {
    margin: auto;
    line-height: 120%;
  }
}
.HomeSlider--activeWarning .HomeSlider-zone--top {
  margin-top: 70px;
}
.HomeSlider--activeWarning .slick-dots {
  top: 330px;
}
@media (min-width: 960px) {
  .HomeSlider--activeWarning .HomeSlider-zone--top {
    margin-top: 40px;
  }
  .HomeSlider--activeWarning .slick-dots {
    top: 360px;
  }
}
.HomeSlider--subhome {
  height: 500px;
  margin-top: -1px;
}
@media (min-width: 960px) {
  .HomeSlider--subhome .slick-dots {
    top: 230px;
  }
}
/*  Slider Destinos  */
.HomeSlider--destinos {
  margin-top: 0;
  height: 420px;
  margin-bottom: 0;
}
.HomeSlider--destinos .HomeSlider-contrast {
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.HomeSlider--destinos .slick-dots {
  top: 187px;
  height: 25px;
}
@media (min-width: 960px) {
  .HomeSlider--destinos {
    height: 350px;
  }
  .HomeSlider--destinos .slick-dots {
    top: 182px;
  }
}
.HomeSlider--destinos .HomeSlider-container {
  top: 0;
  padding-top: 30px;
}
.HomeSlider--destinos .HomeSlider-zone--innerTop {
  height: 75px;
}
.HomeSlider--destinos .HomeSlider-zone--top {
  overflow: visible;
}
.HomeSlider--destinos .HomeSlider-prev,
.HomeSlider--destinos .HomeSlider-next {
  top: 138px;
}
.HomeSlider--destinos .HomeSlider-rates {
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1);
  width: 100%;
  height: 180px;
  position: relative;
  top: 37px;
  color: #fff;
  padding: 10px 0 15px 0;
}
.HomeSlider--destinos .HomeSlider-urgencyBox {
  display: block;
  margin-left: -10px;
  margin-top: 0;
}
.HomeSlider--destinos .HomeSlider-urgency {
  display: inline-block;
  background: #b6383b;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 5px 15px;
  border-radius: 0 3px 0 3px;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 4px;
}
.HomeSlider--destinos .HomeSlider-description {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 12px 20px 12px 20px;
  border-radius: 0 3px 0 3px;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
}
.HomeSlider--destinos .HomeSlider-originCity {
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  display: block;
}
.HomeSlider--destinos .HomeSlider-arrivalCity {
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  margin-top: 10px;
  display: block;
}
.HomeSlider--destinos .HomeSlider-rateOrigin {
  height: 50px;
  margin-bottom: 5px;
}
.HomeSlider--destinos .HomeSlider-rateBase {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  display: block;
}
.HomeSlider--destinos .HomeSlider-ratePrice {
  height: auto;
  text-align: right;
}
.HomeSlider--destinos .HomeSlider-rateConditions {
  height: 50px;
  margin-top: 5px;
}
.HomeSlider--destinos .HomeSlider-price {
  display: block;
  margin: 4px 0 -9px;
}
.HomeSlider--destinos .HomeSlider-priceCurrency {
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  vertical-align: middle;
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
.HomeSlider--destinos .HomeSlider-priceAmount {
  font-size: 36px;
  line-height: 100%;
  color: #fff;
}
.HomeSlider--destinos .HomeSlider-rateDescription {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  float: right;
}
.HomeSlider--destinos .HomeSlider-conditions {
  display: inline-block;
  margin-top: 14px;
}
.HomeSlider--destinos .HomeSlider-conditionsLink {
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 100%;
  color: #fff;
  display: inline-block;
}
.HomeSlider--destinos .HomeSlider-conditionsIcon {
  color: #fff;
  margin-right: 10px;
}
.HomeSlider--destinos .HomeSlider-button {
  padding: 0;
  border: none;
  display: inline;
}
.HomeSlider--destinos .HomeSlider-button:hover,
.HomeSlider--destinos .HomeSlider-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.HomeSlider--destinos .HomeSlider-conditionsBtn {
  background: #e2e6e7;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 100%;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  float: right;
  margin-top: 10px;
}
.HomeSlider--destinos .HomeSlider-conditionsText {
  text-shadow: none;
}
.HomeSlider--destinos .HomeSlider-conditionsCaret {
  margin-top: -3px;
  margin-left: 10px;
  text-shadow: none;
}
@media (min-width: 960px) {
  .HomeSlider--destinos .HomeSlider-container {
    top: 0;
  }
  .HomeSlider--destinos .HomeSlider-prev,
  .HomeSlider--destinos .HomeSlider-next {
    top: 138px;
  }
  .HomeSlider--destinos .HomeSlider-contrast {
    display: none;
  }
  .HomeSlider--destinos .HomeSlider-rates {
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1);
    width: 100%;
    height: 110px;
    position: relative;
    top: 59px;
    color: #fff;
    padding: 20px 20px 15px 20px;
  }
  .HomeSlider--destinos .HomeSlider-urgencyBox {
    display: block;
    margin-left: 0;
  }
  .HomeSlider--destinos .HomeSlider-urgency {
    display: inline-block;
    background: #b6383b;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 5px 15px;
    border-radius: 0 3px 0 3px;
    font-size: 1.14em;
    line-height: 100%;
    color: #fff;
    margin-bottom: 0;
  }
  .HomeSlider--destinos .HomeSlider-description {
    display: inline-block;
    background: #206ab5;
    width: auto;
    height: 30px;
    overflow: hidden;
    padding: 8px 20px 12px 20px;
    border-radius: 0 3px 0 3px;
    font-size: 1em;
    line-height: 100%;
    color: #fff;
    font-family: "Arial", Helvetica, sans-serif;
  }
  .HomeSlider--destinos .HomeSlider-originCity {
    font-size: 25px;
    line-height: 100%;
    color: #fff;
    display: block;
  }
  .HomeSlider--destinos .HomeSlider-arrivalCity {
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    margin-top: 10px;
    display: block;
  }
  .HomeSlider--destinos .HomeSlider-rateBase {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    display: block;
  }
  .HomeSlider--destinos .HomeSlider-ratePrice {
    text-align: left;
  }
  .HomeSlider--destinos .HomeSlider-price {
    display: block;
    margin: 10px 0 2px;
  }
  .HomeSlider--destinos .HomeSlider-priceCurrency {
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
  }
  .HomeSlider--destinos .HomeSlider-priceCurrency--right {
    float: none;
    margin-top: -5px;
  }
  .HomeSlider--destinos .HomeSlider-priceAmount {
    font-size: 35px;
    line-height: 100%;
    color: #fff;
  }
  .HomeSlider--destinos .HomeSlider-rateDescription {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    float: none;
  }
  .HomeSlider--destinos .HomeSlider-rateConditions {
    margin-top: -8px;
  }
  .HomeSlider--destinos .HomeSlider-conditions {
    margin-top: 0;
  }
  .HomeSlider--destinos .HomeSlider-conditionsLink {
    font-family: "Arial", Helvetica, sans-serif;
    line-height: 100%;
    color: #fff;
    display: block;
    margin-bottom: 20px;
  }
  .HomeSlider--destinos .HomeSlider-conditionsIcon {
    color: #fff;
    margin-right: 10px;
  }
  .HomeSlider--destinos .HomeSlider-button {
    padding: 0;
    border: none;
    margin-top: 16px;
  }
  .HomeSlider--destinos .HomeSlider-button:hover,
  .HomeSlider--destinos .HomeSlider-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .HomeSlider--destinos .HomeSlider-conditionsBtn {
    background: #1362a7;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 100%;
    margin: 0;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    text-align: center;
    width: auto;
    -webkit-appearance: none;
    position: absolute;
  }
  .HomeSlider--destinos .HomeSlider-conditionsText {
    color: #fff;
  }
  .HomeSlider--destinos .HomeSlider-conditionsCaret {
    color: #fff;
    margin-top: -3px;
    margin-left: 10px;
  }
}
.HomeSlider-light.HomeSlider-stage:before {
  opacity: 1;
}
.NewsHeadline {
  margin-top: 40px;
}
.NewsHeadline-headline {
  font-size: 2.14em;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 40px;
  color: #666666;
}
.NewsHeadline-epigrafe {
  display: block;
  font-size: 1.43em;
  line-height: 114%;
  margin: 0 0 15px 0;
  color: #666666;
}
.NewsHeadline-lead {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.29em;
  line-height: 125%;
  color: #666666;
}
.NewsHeadline-mask {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.NewsHeadline-mask .descripcion {
  margin-bottom: 0;
}
.NewsHeadline-date {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.86em;
  line-height: 150%;
  color: #666666;
  margin-bottom: 30px;
}
@media only screen and (max-width: 959px) {
  .NewsHeadline {
    margin-top: 10px;
  }
  .NewsHeadline-headline {
    padding: 10px 23px;
    font-size: 1.29em;
    line-height: 125%;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .NewsHeadline-lead {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.14em;
    line-height: 150%;
    color: #666666;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .NewsHeadline-date {
    padding-top: 20px;
    margin-top: 0;
    background: #fff;
    font-size: 1em;
    line-height: 150%;
    color: #666666;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .NewsHeadline-mask {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
  }
  .NewsHeadline-mask .img-wrapper {
    width: 100%;
  }
  .NewsHeadline-mask .img-wrapper .img-content {
    overflow: visible;
    width: 100%;
  }
  .NewsHeadline-mask .img-wrapper .img-content img {
    height: auto;
    width: auto;
    max-width: inherit;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.noticias-banner {
  margin: 50px 0px;
  position: relative;
}
.noticias-banner .banner {
  overflow: hidden;
}
.noticias-banner .banner a {
  display: block;
}
.noticias-banner .banner img {
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
.noticias-banner .banner .caption {
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 50px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  color: #FFF;
  font-size: 20px;
  padding: 12px 20px;
}
.encabezado-contacto .articulo-encabezado {
  margin-top: 20px;
}
.encabezado-contacto .articulo-encabezado .richtext p:last-child {
  margin-bottom: -5px;
}
.encabezado-contacto .contacto-pais p {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .encabezado-contacto {
    margin-bottom: -20px;
  }
  .encabezado-contacto .articulo-encabezado {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .encabezado-contacto .articulo-encabezado .richtext {
    background: none;
  }
  .encabezado-contacto .articulo-encabezado .richtext p {
    color: #666666;
    text-align: left;
    font-size: 1.14em;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 150%;
    padding: 0;
  }
  .encabezado-contacto .contacto-pais {
    margin-top: 13px;
  }
  .encabezado-contacto .contacto-pais p {
    color: #666666;
    text-align: left;
    font-size: 1.14em;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 150%;
  }
}
.FAQJulia-headline {
  margin-bottom: 27px;
  font-size: 28px;
  line-height: 120%;
  width: 100%;
}
.FAQJulia-widget {
  margin-top: 20px;
}
.FAQJulia-widgetBanner {
  width: 100%;
}
.FAQJulia-widgetContent {
  border: 1px solid #ccc;
  background: #eee;
  padding: 16px 10px 10px 10px;
}
.FAQJulia-widgetSubmit {
  margin-right: 10px;
  margin-top: 10px;
  width: 30%;
}
.FAQJulia-widgetText {
  border-radius: 3px;
}
.FAQJulia-link {
  text-decoration: underline;
}
.FAQJulia-item {
  margin-bottom: 15px;
}
.FAQJulia-item:last-child {
  margin-bottom: 0;
}
.Maps {
  position: relative;
  margin-top: -10px;
}
.Maps-gm {
  position: relative;
}
.Maps-gmMap {
  height: 250px;
  width: 100%;
  margin-left: 10px;
}
.Maps-gmDesc {
  padding: 20px;
  opacity: .8;
  min-height: 120px;
  max-height: 225px;
  max-width: 390px;
  position: absolute;
  margin: auto;
  left: 0;
  z-index: 100;
  color: #004898;
  font-size: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .Maps-gmDesc {
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    top: 50%;
  }
  .Maps-gmMap {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
.Maps-gmDescLocation,
.Maps-gmDescAddress,
.Maps-gmDescSchedule {
  color: white;
  display: inline-block;
}
.Maps-gmDescLocation {
  font-size: 16px;
}
.Maps-gmDescAddress {
  margin-top: 10px;
}
.Maps-gmDescMarker {
  margin-right: 10px;
}
.Maps-gmDescMarker:before {
  color: white;
}
.Maps-gmDescTxt {
  vertical-align: text-top;
}
.Maps-gmDescAddress,
.Maps-gmDescSchedule {
  font-size: 14px;
}
.Maps-legend {
  text-align: right;
}
.Maps-viewMap {
  text-decoration: underline;
  font-size: 14px;
  font-family: 'Arial';
  color: #666666;
  vertical-align: text-bottom;
}
.Maps-viewMap:hover {
  color: #666666;
}
.Maps-caret {
  float: none;
  color: #999999;
}
.Maps-actionBar {
  margin-top: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0 15px 0;
}
.Maps-action {
  display: inline-block;
  text-align: center;
  position: relative;
}
.Maps-action:after {
  width: 0;
  content: " ";
  right: 0;
  height: 20px;
  border: 1px solid #666666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Maps-action:last-child:after {
  content: "";
  border: 0;
}
@media (max-width: 767px) {
  .Maps-action {
    text-align: left;
  }
  .Maps-action:after {
    content: "";
    border: 0;
  }
}
.Maps-actionLink {
  display: block;
  color: #666666;
  font-size: 18px;
}
.Maps-actionLink:hover {
  cursor: pointer;
  color: #666666;
}
@media (max-width: 767px) {
  .Maps-actionLink {
    padding: 10px 15px;
    border-bottom: 1px solid #666666;
  }
}
.Maps-actionIcon {
  float: none;
  margin-right: 10px;
  vertical-align: middle;
}
.Maps-actionIcon:before {
  color: #666666;
}
.Maps-actionCaret {
  color: #666666;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .Maps-actionCaret {
    float: right;
  }
}
.Maps-markerLabel {
  color: #880C0C;
  font-weight: bolder;
}
@media (max-width: 767px) {
  .Maps-gm {
    background: white;
    padding: 15px;
  }
  .Maps-gmMap {
    margin-left: 0px;
  }
  .Maps-gmDesc {
    position: relative;
    max-width: 100%;
    height: auto;
    left: 0;
    opacity: 1;
    margin: 0;
    background: white;
    padding: 0 0 20px 0;
  }
  .Maps-gmDescMarker:before {
    color: #666666;
  }
  .Maps-gmDescTxt,
  .Maps-gmDescLocation,
  .Maps-gmDescAddress,
  .Maps-gmDescSchedule {
    color: #555555;
    display: block;
  }
  .Maps-legend {
    background: white;
    padding: 5px 15px 15px 0;
  }
  .Maps-actionBar {
    margin-top: 20px;
    background: white;
    padding: 0px;
  }
  .Maps-action:last-child .Maps-actionLink {
    border-bottom: 0;
  }
  .Maps-actionCaret {
    float: right;
    color: #ccc;
  }
}
.contacto-puntos {
  margin-bottom: 50px;
}
.contacto-puntos .PPContact {
  border: none;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0;
}
.contacto-puntos .PPContact-featuredPhones {
  margin-bottom: 0;
  color: #555555;
}
.contacto-puntos h2 {
  font-size: 2em;
  line-height: 120%;
  padding-bottom: 2px;
  margin-bottom: 30px;
}
.contacto-puntos .contacto-puntos-box {
  background: #FFF;
}
.contacto-puntos .contacto-puntos-social {
  margin-right: 10px;
}
.contacto-puntos .contacto-puntos-social-links {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 70px;
}
.contacto-puntos .contacto-puntos-social-links a {
  width: 100%;
  height: 100%;
  float: none;
  text-align: center;
  display: inline-block;
}
.contacto-puntos .contacto-puntos-social-links a .icono-redes {
  float: left;
  line-height: 70px;
  margin-left: 10px;
}
.contacto-puntos .contacto-puntos-social-links a .social-text {
  float: none;
  font-size: 1.14em;
  line-height: 70px;
  text-align: center;
}
.contacto-puntos .contacto-puntos-social-links a .flecha {
  float: none;
  text-align: left;
  display: inline-block;
  margin-left: 5px;
  line-height: 70px;
  vertical-align: bottom;
  color: #666666;
}
.contacto-puntos .contacto-puntos-links {
  margin-left: -10px;
}
.contacto-puntos .contacto-puntos-links a {
  width: 100%;
  float: none;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 1.14em;
  line-height: 40px;
}
.contacto-puntos .contacto-puntos-links a .flecha {
  float: none;
  text-align: left;
  display: inline-block;
  margin-left: 5px;
  line-height: 40px;
  vertical-align: bottom;
  color: #666666;
}
@media only screen and (max-width: 959px) {
  .contacto-puntos {
    margin-bottom: 0;
  }
  .contacto-puntos h2 {
    font-size: 1.71em;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .contacto-puntos .PPContact {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .contacto-puntos .PPContact-btn {
    margin-top: -6px;
  }
  .contacto-puntos .contacto-puntos-box {
    margin-left: 0;
    margin-right: 0;
  }
  .contacto-puntos .contacto-puntos-social-content {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }
  .contacto-puntos .contacto-puntos-social-content:before {
    content: "";
    width: 0;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
  }
  .contacto-puntos .contacto-puntos-social-links {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: 19px;
  }
  .contacto-puntos .contacto-puntos-social-links a {
    text-align: center;
    display: block;
  }
  .contacto-puntos .contacto-puntos-social-links a .icono-redes {
    width: 100%;
    text-align: center;
    line-height: initial;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 2px;
    display: block;
    float: left;
    font-size: 3.43em;
  }
  .contacto-puntos .contacto-puntos-social-links a .social-text {
    line-height: initial;
    font-size: 1em;
    color: #555555;
    text-align: left;
  }
  .contacto-puntos .contacto-puntos-links {
    margin-left: 0;
    padding-top: 15px;
  }
  .contacto-puntos .contacto-puntos-links a {
    font-size: 1.14em;
    line-height: 100%;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
  }
}
ul.banderas li a {
  background-color: #ffffff;
}
ul.banderas .folder-icon i:before {
  display: block;
  border-radius: 3px;
  -webkit-background-size: 45px 30px;
  background-size: 45px 30px;
}
@media only screen and (max-width: 959px) {
  ul.banderas .folder-icon i:before {
    display: block;
    border-radius: 3px;
    -webkit-background-size: 35px 20px;
    background-size: 35px 20px;
  }
}
.PPContact {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 17px;
  padding-bottom: 6px;
}
.PPContact-btnHeadline {
  font-size: 2.57em;
  line-height: 100%;
  color: #66CC33;
  margin-bottom: 3px;
  margin-top: 0;
}
.PPContact-btnIcon {
  color: #66CC33;
  margin-right: 5px;
}
.PPContact-btnText {
  font-size: 1em;
  line-height: 150%;
  color: #666666;
  margin-bottom: 5px;
}
.PPContact-featured {
  display: inline-block;
  margin-top: 8px;
}
.PPContact-featuredPhones {
  font-size: 1.14em;
  line-height: 100%;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: sub;
}
.PPContact-featuredPhonesTitle {
  margin: 0;
}
.PPContact-featuredText {
  font-size: 1em;
  line-height: 150%;
  color: #666666;
  margin-bottom: 5px;
  margin-top: 4px;
}
@media only screen and (max-width: 959px) {
  .PPContact {
    height: 100%;
    background: #fff;
    padding: 25px 10px 0;
  }
  .PPContact-row {
    margin: 0;
    margin-bottom: -15px;
  }
  .PPContact-btn {
    background: #2e9812;
    height: auto;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    margin-bottom: 17px;
    margin-top: -2px;
  }
  .PPContact-btnHeadline {
    font-size: 1.29em;
    line-height: 100%;
    color: #fff;
    margin-bottom: 2.5px;
  }
  .PPContact-btnIcon {
    color: #fff;
    font-size: 1.71em;
    margin-right: 20px;
  }
  .PPContact-btnText {
    font-size: 1.07em;
    line-height: 100%;
    color: #fff;
    margin: 0;
  }
  .PPContact-featured {
    background: #fff;
    display: block;
  }
  .PPContact-featured:first-child {
    margin-top: 0;
  }
  .PPContact-featured:last-child {
    margin-bottom: 25px;
    padding-bottom: 9px;
  }
  .PPContact-featuredPhones {
    font-size: 1.29em;
    line-height: 100%;
    color: #555555;
  }
  .PPContact-featuredText {
    font-size: 1.07em;
    line-height: 100%;
    color: #555555;
    margin-bottom: 7.5px;
  }
}
.Contact-officeDetail {
  margin-top: 44px;
  margin-bottom: 40px;
}
.Contact-flag {
  display: inline-block;
  margin-right: 14px;
  vertical-align: inherit;
}
.Contact-countryTitle {
  display: inline-block;
  margin-right: 2px;
  margin-top: 0;
  color: #666666;
  line-height: 100%;
  font-size: 2.14em;
}
.Contact-anchorArrow {
  display: inline-block;
  line-height: 100%;
  margin-left: 0;
  text-decoration: underline;
  color: #666666;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
}
.Contact-countryArrow {
  font-size: 0.86em;
  position: relative;
  left: 100px;
  text-decoration: none;
  height: 12px;
  width: 12px;
}
@media only screen and (max-width: 959px) {
  .Contact-officeDetail {
    margin: 12px 0 5px;
  }
  .Contact-countryTitle {
    font-size: 1.29em;
    text-align: center;
    display: inline-block;
    margin: 7px 0;
    vertical-align: top;
  }
  .Contact-flag {
    width: 45px;
    height: 30px;
  }
}
@media (min-width: 960px) {
  .LoginProfile-block {
    display: table;
    table-layout: fixed;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
  }
  .LoginProfile-block--header {
    height: 45px;
  }
  .LoginProfile-blockColumn {
    display: table-cell;
    position: relative;
    width: 230px;
  }
  .LoginProfile-blockColumn:last-child {
    width: 150px;
  }
  .LoginProfile-blockColumn--1 {
    width: 12.5%;
  }
  .LoginProfile-blockColumn--2 {
    width: 25%;
  }
  .LoginProfile-blockColumn--3 {
    width: 37.5%;
  }
  .LoginProfile-blockColumn--4 {
    width: 50%;
  }
  .LoginProfile-blockColumn--5 {
    width: 62.5%;
  }
  .LoginProfile-blockColumn--6 {
    width: 75%;
  }
  .LoginProfile-blockColumn--7 {
    width: 87.5%;
  }
  .LoginProfile-blockColumn--8 {
    width: 100%;
  }
}
.PositiveAgenda {
  position: relative;
  top: 13px;
  margin-bottom: 60px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  background: #fff;
}
.PositiveAgenda-label {
  position: absolute;
  z-index: 1;
  top: -13px;
  margin-left: 10px;
  padding: 5px 11px 1px;
  border-radius: 3px;
  border: 1px solid #004e96;
  font-size: 1.43em;
  line-height: 100%;
  text-align: center;
  background: #fff;
  color: #004e96;
}
.PositiveAgenda-imageMask {
  overflow: hidden;
  width: 100%;
}
.PositiveAgenda-image {
  width: 100%;
}
.PositiveAgenda-content {
  padding: 26px 28px 9px;
}
.PositiveAgenda-title {
  padding-bottom: 10px;
  font-size: 1.71em;
  line-height: 120%;
  color: #666666;
}
.PositiveAgenda-drop {
  margin-bottom: 18px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 120%;
  color: #666666;
}
a.PositiveAgenda-link {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .PositiveAgenda-label {
    margin-left: 30px;
    font-size: 1.71em;
  }
  .PositiveAgenda-imageContainer {
    padding-right: 9px;
  }
  .PositiveAgenda-image {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  .PositiveAgenda-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 26px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 30px;
  }
  .PositiveAgenda-title {
    padding-bottom: 5px;
    font-size: 2em;
  }
  .PositiveAgenda-drop {
    margin-bottom: 2px;
    padding-top: 5px;
  }
}
.HeaderHomeContact {
  margin: 50px auto -3px auto;
}
.HeaderHomeContact-titleH1,
.HeaderHomeContact-titleH2 {
  margin-top: 5px;
}
.HeaderHomeContact-breadcrumb {
  line-height: 100%;
  text-align: left;
}
.HeaderHomeContact-breadcrumb:hover,
.HeaderHomeContact-breadcrumb:focus {
  text-decoration: underline;
}
.HeaderHomeContact-article {
  margin-top: 12px;
}
.HeaderHomeContact-richtext {
  color: #666666;
}
.HeaderHomeContact-richtext p:first-child {
  margin-top: 10px;
}
.HeaderHomeContact-richtext p:last-child {
  margin-bottom: 35px;
}
.HeaderHomeContact-contactCountryText {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  margin-top: 0;
  margin-bottom: 46px;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .HeaderHomeContact {
    background: none;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .HeaderHomeContact-breadcrumb {
    line-height: 100%;
    text-align: left;
  }
  .HeaderHomeContact-breadcrumb:hover,
  .HeaderHomeContact-breadcrumb:focus {
    text-decoration: underline;
  }
  .HeaderHomeContact-link {
    text-align: left;
    margin-top: 3px;
    overflow: visible;
    line-height: 100%;
  }
  .HeaderHomeContact-article {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .HeaderHomeContact-richtext {
    background: none;
  }
  .HeaderHomeContact-richtext p {
    color: #666666;
    text-align: left;
    font-size: 1.14em;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 150%;
    padding: 0;
  }
  .HeaderHomeContact-contactCountry {
    margin-top: 13px;
  }
  .HeaderHomeContact-contactCountryText {
    color: #666666;
    text-align: left;
    font-size: 1.14em;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 150%;
  }
}
.HeaderHome {
  margin: 50px auto -3px auto;
}
.HeaderHome-titleH1,
.HeaderHome-titleH2 {
  margin-top: 5px;
}
.HeaderHome-breadcrumb {
  line-height: 100%;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .HeaderHome {
    background: none;
    margin-top: 30px;
  }
  .HeaderHome-breadcrumb {
    line-height: 100%;
    text-align: left;
  }
  .HeaderHome-link {
    text-align: left;
    margin-top: 3px;
    overflow: visible;
    line-height: 100%;
  }
}
/* mobile styles */
.WarningBox {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.WarningBox-main {
  height: 50px;
  padding: 0;
}
.WarningBox-day {
  text-transform: capitalize;
}
.WarningBox-hour {
  float: none;
}
.WarningBox-msnItem {
  display: table;
  background-color: #f8ef93;
  padding: 5px;
  width: 100%;
}
.WarningBox-msnItem--multiple {
  position: absolute;
  top: 0;
  left: 10px;
  width: 87%;
  height: 100%;
}
.WarningBox-text {
  display: table-footer-group;
  width: 100%;
  float: none;
  line-height: 100%;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.859em;
}
.WarningBox-icon-time {
  display: none;
}
.WarningBox-title {
  display: none;
}
.WarningBox-hour {
  display: table-header-group;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.859em;
  font-weight: bold;
}
.WarningBox-msnBox {
  height: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
.WarningBox-viewMore {
  display: inline;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Arial", Helvetica, sans-serif;
  color: #004e96;
}
.WarningBox-msnItem--last {
  left: 93%;
  width: 87%;
}
.WarningBox-dash {
  display: none;
}
.WarningBoxExtended {
  padding: 20px 0;
  width: 100%;
  margin-bottom: 45px;
  background: url("../../../../static/latam/images/design-image/warning-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 630px;
}
.WarningBoxExtended-main {
  padding: 0 20px;
  margin: 0 auto;
}
.WarningBoxExtended-headline {
  padding: 10px 10px 6px 10px;
  background-color: #ffd800;
  border-radius: 3px 3px 0 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}
.WarningBoxExtended-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.859em;
  color: #333333;
  word-break: break-all;
}
.WarningBoxExtended-updateMsn,
.WarningBoxExtended-tz {
  display: none;
}
.WarningBoxExtended-state {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
.WarningBoxExtended-date {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}
.WarningBoxExtended-msnBox {
  background-color: rgba(255, 222, 116, 0.5);
  padding: 10px;
  border-radius: 0 0 3px 3px;
}
.WarningBoxExtended-msn {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.WarningBoxExtended-viewMore {
  text-decoration: underline;
  font-size: 14px;
  font-family: "Arial", Helvetica, sans-serif;
  color: #004e96;
}
@media (min-width: 768px) {
  /* Desktop styles */
  .WarningBox {
    margin-top: 0;
  }
  .WarningBox .l-section {
    /* reset of the default margin */
    margin-bottom: 0;
  }
  .WarningBox:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    background-color: #ffd800;
    z-index: -1;
  }
  .WarningBox:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f7ef8d;
    z-index: -1;
  }
  .WarningBox-main {
    padding: 0;
    height: 40px;
    position: relative;
    max-width: 946px;
    margin: 0 auto;
  }
  .WarningBox-icon-time {
    margin-right: 7px;
    display: block;
  }
  .WarningBox-icon-time:before {
    font-size: 12px;
  }
  .WarningBox-icon {
    position: absolute;
    right: -8px;
    top: 0;
    z-index: 100;
  }
  .WarningBox-msnItem--last {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .WarningBox-msnItem {
    background-color: #f7ef8d;
    position: static;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 0 10px 10px;
  }
  .WarningBox-msnItem--multiple {
    padding: 0 0 0 20px;
  }
  .WarningBox-icon {
    display: block;
  }
  .WarningBox-text {
    font-weight: normal;
    width: 70%;
    float: left;
    line-height: 19px;
    color: #424242;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
  }
  .WarningBox-news {
    width: 83%;
    vertical-align: middle;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .WarningBox-title {
    padding: 10px;
    float: left;
    background-color: #ffd800;
    display: block;
    height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1.140em;
    color: #666666;
    font-weight: bold;
    text-align: right;
    position: relative;
  }
  .WarningBox-hour {
    width: 30%;
    float: left;
    font-size: 0.859em;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    color: #424242;
  }
  .WarningBox-msnBox {
    position: relative;
    height: auto;
    background-color: #f7ef8d;
  }
  .WarningBox-dash {
    display: inline;
  }
  .WarningBoxExtended {
    padding: 196px 0 50px 0;
    margin-top: -131px;
  }
  .WarningBoxExtended-main {
    max-width: 940px;
    position: relative;
    padding: 0;
  }
  .WarningBoxExtended-updateMsn,
  .WarningBoxExtended-tz {
    display: inline;
  }
  .WarningBoxExtended-headline {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffd800;
    padding: 5px 40px;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    border-radius: 0;
  }
  .WarningBoxExtended-title {
    font-size: 1em;
    color: #282828;
    line-height: 27px;
    text-align: left;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    padding-right: 185px;
  }
  .WarningBoxExtended-msnBox {
    padding: 11px 40px 10px 40px;
    border-radius: 0;
  }
  .WarningBoxExtended-state {
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    color: #282828;
    line-height: 27px;
    font-size: 21px;
  }
  .WarningBoxExtended-date {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: #282828;
    font-weight: normal;
  }
  .WarningBoxExtended-msn {
    margin-top: 25px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
  }
  .WarningBoxExtended-viewMore {
    text-align: right;
  }
}
.Rate {
  height: auto;
  margin: 15px auto;
  position: relative;
  /* combinacion image */
  /* combinacion1 */
  /* combinacion2 */
  /* combinacion3 */
  /* combinacion4 */
  /* combinacion5 */
  /* combinacion6 */
  /* LANPASS combinacion1 */
  /* LANPASS combinacion2 */
  /* LANPASS combinacion3 */
  /* whiteblue */
}
.Rate-link {
  display: block;
}
.Rate-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #d41a1a;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 5px 20px 0 20px;
  border-radius: 0 3px 0 3px;
  font-size: 1.14em;
  line-height: 100%;
  color: #fff;
}
.Rate-image {
  position: relative;
  width: 100%;
}
.Rate-detail {
  display: block;
  height: 202px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: left;
}
.Rate-badges {
  display: block;
  height: 32px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: -15px;
  float: left;
  position: relative;
}
.Rate-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #fff;
  margin-bottom: 15px;
  margin-left: 5px;
  float: left;
}
.Rate-icon:first-child {
  margin-left: 20px;
}
.Rate-flight {
  margin-bottom: 3px;
}
.Rate-from {
  line-height: 100%;
}
.Rate-fromText {
  color: #fff;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
}
.Rate-fromAirport {
  color: #666666;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.29em;
  text-align: left;
  display: inline-block;
}
.Rate-to {
  line-height: 100%;
  margin-bottom: 4px;
}
.Rate-toText {
  color: #fff;
  font-size: 1.71em;
  text-align: left;
  line-height: 150%;
  margin-bottom: 0;
  display: inline-block;
}
.Rate-toAirport {
  color: #666666;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.29em;
  text-align: left;
  display: inline-block;
}
.Rate-tripType {
  margin-bottom: 5px;
}
.Rate-tripTypeText {
  font-size: 0.86em;
  line-height: 100%;
  font-family: Arial, sans-serif;
  color: #666666;
}
.Rate-months {
  clear: both;
  margin-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
}
.Rate-monthsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Rate-monthsText {
  margin-bottom: 4px;
  text-align: right;
  font-size: 0.86em;
  line-height: 100%;
}
.Rate-monthsItem {
  display: inline-block;
  padding: 0 3px;
  text-transform: uppercase;
  font-size: 0.79em;
  line-height: 100%;
  font-family: Arial, sans-serif;
  color: #666666;
}
.Rate-monthsItem--disabled {
  text-decoration: line-through;
}
.Rate-price {
  float: right;
}
.Rate-price--first,
.Rate-price--second,
.Rate-price--third {
  height: auto;
  overflow: hidden;
  text-align: right;
  float: none;
  margin-bottom: -3px;
}
.Rate-priceDetail {
  float: right;
  color: #666666;
}
.Rate-base {
  color: #fff;
  display: block;
  float: none;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 100%;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.Rate-base--last {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.86em;
}
.Rate-currency {
  color: #fff;
  display: block;
  float: left;
  margin-top: 5%;
  padding-left: 10px;
  line-height: 120%;
  text-align: left;
  width: auto;
  font-size: 1.71em;
  background: none;
  margin-top: 7px;
}
.Rate-currencyConv {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  padding: 0;
  text-align: left;
  font-size: 1.71em;
  background: none;
  margin-bottom: 0;
}
.Rate-amount {
  color: #fff;
  display: block;
  float: left;
  background: none;
  font-size: 2.57em;
  line-height: 100%;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 4px;
  padding: 0;
}
.Rate-amountConv {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  padding: 0 5px;
  text-align: left;
  background: none;
  font-size: 2.57em;
  margin-bottom: -10px;
}
.Rate-amountLast,
.Rate-amountShares {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  padding: 5px 10px 3px 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.14em;
  margin-bottom: 3px;
}
.Rate-amountLast {
  text-decoration: line-through;
}
.Rate-descriptionContainer {
  margin-top: 6px;
  padding: 2px 0;
  font-size: 0.86em;
  line-height: 100%;
  color: #fff;
}
.Rate-description {
  border-radius: 3px;
  display: inline;
  margin: 0;
  text-align: right;
  background: none;
}
.Rate-conditions {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  position: relative;
}
.Rate-conditionsLink {
  color: #fff;
  text-decoration: underline;
  display: inherit;
  font-size: 0.86em;
  line-height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Rate-conditionsLink:hover,
.Rate-conditionsLink:focus {
  color: #fff;
}
.Rate-conditionsIcon {
  margin-right: 10px;
  color: #fff;
}
.Rate-seeMore {
  display: inline-block;
  vertical-align: text-bottom;
  text-decoration: underline;
}
.Rate-conditionsBtn {
  height: 30px;
  width: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.Rate-conditionsText {
  display: inline-block;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
}
.Rate-conditionsCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Rate-revenuePrice {
  color: #666666;
  display: block;
  float: right;
  background: none;
  width: 100%;
  line-height: 100%;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 2.57em;
  text-align: right;
  font-family: "Rotis-SemiSerif", Arial, sans-serif;
}
.Rate-redemption {
  color: #666666;
  display: block;
  float: right;
  background: none;
  line-height: 100%;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 2.57em;
  text-align: right;
  font-family: "Rotis-SemiSerif", Arial, sans-serif;
}
.Rate-redemptionMultiplus {
  font-size: .67em;
}
.Rate-exchangePrice {
  color: #666666;
  display: block;
  float: right;
  background: none;
  line-height: 100%;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 2.57em;
  text-align: right;
  font-family: "Rotis-SemiSerif", Arial, sans-serif;
}
.Rate-pointsBox {
  display: block;
  width: 100%;
  float: right;
}
.Rate-exchangePoints,
.Rate-exchangeMultiplus {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  padding: 5px 10px 3px 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.14em;
  background: #999999;
  float: none;
}
.Rate-cabin {
  margin-bottom: 13px;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.86em;
  line-height: 100%;
  border-radius: 3px;
}
.Rate-cabinIcon,
.Rate-cabinText {
  color: #fff;
}
.Rate-cabinIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
}
.Rate-cabinText {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.Rate-complementaryTextBox {
  clear: both;
  display: block;
  height: auto;
  float: none;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.Rate-complementaryText {
  margin: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  text-align: right;
}
.Rate-discount {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}
.Rate-percentBox {
  height: auto;
  width: 30%;
  background-color: #d31919;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 10px 8px 10px;
  text-align: center;
}
.Rate-percent {
  margin: 0;
  font-family: "Zwo-Semibold", Arial, sans-serif;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.Rate-percentIcon {
  font-size: 24px;
}
.Rate-percentDiscount {
  font-family: "Zwo-Semibold", Arial, sans-serif;
  font-size: 13px;
  line-height: 100%;
  color: #fff;
  text-align: left;
}
.Rate-discountTitleBox {
  height: auto;
  width: 70%;
  background-color: #f3f3f3;
  border-radius: 3px;
  display: inline-block;
  padding: 16px 20px 16px 16px;
  position: relative;
}
.Rate-discountTitle {
  font-size: 14px;
  line-height: 100%;
  color: #d31919;
  text-align: left;
  margin: 0;
  width: 90%;
  position: relative;
}
.Rate-discountTermsBox {
  height: auto;
  background-color: #f3f3f3;
  border-radius: 3px;
  display: block;
  padding: 16px 20px 16px 10px;
  width: 100%;
  margin-bottom: 4px;
}
.Rate-discountTerms {
  margin: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: #666666;
  text-align: left;
  width: 100%;
}
.Rate-discountLinkText {
  font-weight: bold;
  text-decoration: underline;
}
.Rate--image .Rate-imgContent {
  position: absolute;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.Rate--image .Rate-imgContrast {
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=1);
  width: 100%;
  height: 275px;
  position: absolute;
  z-index: 1;
}
.Rate--image .Rate-fromText {
  font-size: 1.5em;
}
.Rate--image .Rate-badges {
  z-index: 2;
}
.Rate--image .Rate-amount,
.Rate--image .Rate-amountConv {
  font-size: 36px;
  line-height: 100%;
}
.Rate--image .Rate-conditions {
  background: #1076d0;
  z-index: 2;
}
.Rate--image .Rate-description {
  background: #1076d0;
  margin-top: 0;
  padding: 5px;
}
.Rate--image .Rate-detail {
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  z-index: 2;
}
.Rate--image .Rate-flight {
  margin-bottom: 8px;
}
.Rate--image .Rate-icon {
  background: #1076d0;
}
.Rate--image .Rate-amountShares {
  background: #1076d0;
}
.Rate--image .Rate-amountLast {
  background: #1076d0;
}
.Rate--image .Rate-cabinIcon,
.Rate--image .Rate-cabinText {
  color: #fff;
}
.Rate--image .Rate-priceDetail {
  color: #fff;
}
@media (min-width: 768px) {
  .Rate--image .Rate-imgContent {
    position: absolute;
    width: 100%;
    height: 275px;
    overflow: hidden;
  }
  .Rate--image .Rate-imgContrast {
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=1);
    width: 100%;
    height: 275px;
    position: absolute;
    z-index: 1;
  }
  .Rate--image .Rate-badges {
    z-index: 2;
  }
  .Rate--image .Rate-conditions {
    background: #1076d0;
    z-index: 2;
  }
  .Rate--image .Rate-detail {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    z-index: 2;
  }
  .Rate--image .Rate-flight {
    margin-bottom: 4px;
  }
  .Rate--image .Rate-icon {
    background: #1076d0;
  }
  .Rate--image .Rate-amountShares {
    background: #1076d0;
  }
  .Rate--image .Rate-amountLast {
    background: #1076d0;
  }
  .Rate--image .Rate-cabinIcon,
  .Rate--image .Rate-cabinText {
    color: #fff;
  }
  .Rate--image .Rate-priceDetail {
    color: #fff;
  }
}
.Rate--greenPersian {
  background: #017366;
}
.Rate--greenPersian .Rate-conditions {
  background: #03554d;
}
.Rate--greenPersian .Rate-detail {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Rate--greenPersian .Rate-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Rate--greenPersian .Rate-fromText {
  font-size: 1.5em;
}
.Rate--greenPersian .Rate-icon {
  background: #03554d;
}
.Rate--greenPersian .Rate-amountShares {
  background: #03554d;
}
.Rate--greenPersian .Rate-amountLast {
  background: #03554d;
}
.Rate--greenPersian .Rate-cabinIcon,
.Rate--greenPersian .Rate-cabinText {
  color: #fff;
}
.Rate--greenPersian .Rate-priceDetail {
  color: #fff;
}
.Rate--greenPersian .Rate-imgContent {
  display: none;
}
.Rate--greenPersian .Rate-description--img {
  background: #03554d;
}
.Rate--blueUcla {
  background: #536592;
}
.Rate--blueUcla .Rate-conditions {
  background: #0b1433;
}
.Rate--blueUcla .Rate-icon {
  background: #0b1433;
}
.Rate--blueUcla .Rate-detail {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Rate--blueUcla .Rate-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Rate--blueUcla .Rate-fromText {
  font-size: 21px;
}
.Rate--blueUcla .Rate-amountShares {
  background: #0b1433;
}
.Rate--blueUcla .Rate-amountLast {
  background: #0b1433;
}
.Rate--blueUcla .Rate-cabinIcon,
.Rate--blueUcla .Rate-cabinText {
  color: #fff;
}
.Rate--blueUcla .Rate-priceDetail {
  color: #fff;
}
.Rate--blueUcla .Rate-imgContent {
  display: none;
}
.Rate--blueUcla .Rate-description--img {
  background: #0b1433;
}
.Rate--redCardinal {
  background: #c6152f;
}
.Rate--redCardinal .Rate-conditions {
  background: #7d0e1d;
}
.Rate--redCardinal .Rate-icon {
  background: #7d0e1d;
}
.Rate--redCardinal .Rate-detail {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Rate--redCardinal .Rate-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Rate--redCardinal .Rate-fromText {
  font-size: 1.5em;
}
.Rate--redCardinal .Rate-amountShares {
  background: #7d0e1d;
}
.Rate--redCardinal .Rate-amountLast {
  background: #7d0e1d;
}
.Rate--redCardinal .Rate-cabinIcon,
.Rate--redCardinal .Rate-cabinText {
  color: #fff;
}
.Rate--redCardinal .Rate-priceDetail {
  color: #fff;
}
.Rate--redCardinal .Rate-imgContent {
  display: none;
}
.Rate--redCardinal .Rate-description--img {
  background: #7d0e1d;
}
.Rate--blueMidnight {
  background: #0b1433;
}
.Rate--blueMidnight .Rate-conditions {
  background: #536592;
}
.Rate--blueMidnight .Rate-icon {
  background: #536592;
}
.Rate--blueMidnight .Rate-detail {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Rate--blueMidnight .Rate-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Rate--blueMidnight .Rate-fromText {
  font-size: 1.5em;
}
.Rate--blueMidnight .Rate-cabinIcon,
.Rate--blueMidnight .Rate-cabinText {
  color: #fff;
}
.Rate--blueMidnight .Rate-amountShares {
  background: #536592;
}
.Rate--blueMidnight .Rate-amountLast {
  background: #536592;
}
.Rate--blueMidnight .Rate-priceDetail {
  color: #fff;
}
.Rate--blueMidnight .Rate-imgContent {
  display: none;
}
.Rate--blueMidnight .Rate-description--img {
  background: #536592;
}
.Rate--greenChateau {
  background: #2b862d;
}
.Rate--greenChateau .Rate-conditions {
  background: #1c7737;
}
.Rate--greenChateau .Rate-icon {
  background: #1c7737;
}
.Rate--greenChateau .Rate-detail {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Rate--greenChateau .Rate-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Rate--greenChateau .Rate-fromText {
  font-size: 1.5em;
}
.Rate--greenChateau .Rate-amountShares {
  background: #1c7737;
}
.Rate--greenChateau .Rate-amountLast {
  background: #1c7737;
}
.Rate--greenChateau .Rate-cabinIcon,
.Rate--greenChateau .Rate-cabinText {
  color: #fff;
}
.Rate--greenChateau .Rate-priceDetail {
  color: #fff;
}
.Rate--greenChateau .Rate-imgContent {
  display: none;
}
.Rate--greenChateau .Rate-description--img {
  background: #1c7737;
}
.Rate--purpleBossanova {
  background: #59175B;
}
.Rate--purpleBossanova .Rate-conditions {
  background: #39033b;
}
.Rate--purpleBossanova .Rate-icon {
  background: #39033b;
}
.Rate--purpleBossanova .Rate-fromText {
  font-size: 1.5em;
}
.Rate--purpleBossanova .Rate-detail {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Rate--purpleBossanova .Rate-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Rate--purpleBossanova .Rate-amountShares {
  background: #39033b;
}
.Rate--purpleBossanova .Rate-amountLast {
  background: #39033b;
}
.Rate--purpleBossanova .Rate-cabinIcon,
.Rate--purpleBossanova .Rate-cabinText {
  color: #fff;
}
.Rate--purpleBossanova .Rate-priceDetail {
  color: #fff;
}
.Rate--purpleBossanova .Rate-imgContent {
  display: none;
}
.Rate--purpleBossanova .Rate-description--img {
  background: #39033b;
}
.Rate--yellowBanana {
  background: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #ffee31;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.Rate--yellowBanana .Rate {
  height: 270px;
}
.Rate--yellowBanana .Rate-image {
  display: none;
}
.Rate--yellowBanana .Rate-detail {
  height: 195px;
}
.Rate--yellowBanana .Rate-base {
  margin-bottom: 3px;
}
.Rate--yellowBanana .Rate-price--third {
  margin-bottom: -4px;
}
.Rate--yellowBanana .Rate-descriptionContainer {
  margin-top: 5px;
}
.Rate--yellowBanana .Rate-base,
.Rate--yellowBanana .Rate-amount,
.Rate--yellowBanana .Rate-amountConv,
.Rate--yellowBanana .Rate-fromText,
.Rate--yellowBanana .Rate-toText,
.Rate--yellowBanana .Rate-currency,
.Rate--yellowBanana .Rate-currencyConv,
.Rate--yellowBanana .Rate-descriptionContainer,
.Rate--yellowBanana .Rate-seeMore,
.Rate--yellowBanana .Rate-conditionsIcon {
  color: #666666;
}
.Rate--yellowBanana .Rate-badges {
  float: left;
  margin-top: -15px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.Rate--yellowBanana .Rate-conditions {
  background: #fff;
  color: #666666;
  margin-top: 0;
}
.Rate--yellowBanana .Rate-icon {
  color: #fff;
  margin-right: 10px;
}
.Rate--redCandy {
  background: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #f90505;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.Rate--redCandy .Rate {
  height: 270px;
}
.Rate--redCandy .Rate-image {
  display: none;
}
.Rate--redCandy .Rate-detail {
  height: 195px;
}
.Rate--redCandy .Rate-descriptionContainer {
  margin-top: 5px;
}
.Rate--redCandy .Rate-base,
.Rate--redCandy .Rate-amount,
.Rate--redCandy .Rate-amountConv,
.Rate--redCandy .Rate-fromText,
.Rate--redCandy .Rate-toText,
.Rate--redCandy .Rate-currency,
.Rate--redCandy .Rate-currencyConv,
.Rate--redCandy .Rate-descriptionContainer,
.Rate--redCandy .Rate-seeMore,
.Rate--redCandy .Rate-conditionsIcon {
  color: #666666;
}
.Rate--redCandy .Rate-badges {
  float: left;
  margin-top: -15px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.Rate--redCandy .Rate-conditions {
  background: #fff;
  color: #666666;
  margin-top: 0;
}
.Rate--redCandy .Rate-icon {
  color: #fff;
  margin-right: 10px;
}
.Rate--greenPuertoRico {
  background: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #49d0a8;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.Rate--greenPuertoRico .Rate {
  height: 270px;
}
.Rate--greenPuertoRico .Rate-image {
  display: none;
}
.Rate--greenPuertoRico .Rate-detail {
  height: 195px;
}
.Rate--greenPuertoRico .Rate-descriptionContainer {
  margin-top: 5px;
}
.Rate--greenPuertoRico .Rate-base,
.Rate--greenPuertoRico .Rate-amount,
.Rate--greenPuertoRico .Rate-amountConv,
.Rate--greenPuertoRico .Rate-fromText,
.Rate--greenPuertoRico .Rate-toText,
.Rate--greenPuertoRico .Rate-currency,
.Rate--greenPuertoRico .Rate-currencyConv,
.Rate--greenPuertoRico .Rate-descriptionContainer,
.Rate--greenPuertoRico .Rate-seeMore,
.Rate--greenPuertoRico .Rate-conditionsIcon {
  color: #666666;
}
.Rate--greenPuertoRico .Rate-badges {
  overflow: visible;
  float: left;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
.Rate--greenPuertoRico .Rate-conditions {
  background: #fff;
  color: #666666;
  margin-top: 0;
}
.Rate--greenPuertoRico .Rate-icon {
  color: #fff;
  background: #004e96;
  margin-right: 10px;
  margin-bottom: 0;
}
.Rate--greenPuertoRico .Rate-amountShares {
  background: #004e96;
}
.Rate--greenPuertoRico .Rate-amountLast {
  background: #004e96;
}
.Rate--blueFidelizacion {
  background: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #004e96;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
}
.Rate--blueFidelizacion .Rate {
  height: 250px;
}
.Rate--blueFidelizacion .Rate-detail {
  padding-top: 32px;
  height: 197px;
}
.Rate--blueFidelizacion .Rate-descriptionContainer {
  margin-top: 5px;
}
.Rate--blueFidelizacion .Rate-image {
  display: none;
}
.Rate--blueFidelizacion .Rate-base,
.Rate--blueFidelizacion .Rate-amount,
.Rate--blueFidelizacion .Rate-amountConv,
.Rate--blueFidelizacion .Rate-fromText,
.Rate--blueFidelizacion .Rate-toText,
.Rate--blueFidelizacion .Rate-currency,
.Rate--blueFidelizacion .Rate-currencyConv,
.Rate--blueFidelizacion .Rate-descriptionContainer,
.Rate--blueFidelizacion .Rate-seeMore,
.Rate--blueFidelizacion .Rate-conditionsIcon {
  color: #666666;
}
.Rate--blueFidelizacion .Rate-badges {
  overflow: visible;
  margin-top: -15px;
}
.Rate--blueFidelizacion .Rate-conditions {
  background: #fff;
  color: #666666;
  margin-top: 0;
}
.Rate--blueFidelizacion .Rate-icon {
  color: #fff;
  background: #004e96;
}
.Rate--blueFidelizacion .Rate-amountShares {
  background: #004e96;
}
.Rate--blueFidelizacion .Rate-amountLast {
  background: #004e96;
}
.Rate--blueFidelizacion .Rate-flight {
  margin-top: -17px;
}
.Rate--grouping {
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-background-size: cover;
  background-size: cover;
}
.Rate--grouping .Rate-destination {
  padding-top: 14px;
  height: 230px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.Rate--grouping .Rate-toText,
.Rate--grouping .Rate-base,
.Rate--grouping .Rate-currency,
.Rate--grouping .Rate-amount {
  line-height: 150%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.Rate--grouping .Rate-toText {
  display: block;
  margin-bottom: 15px;
  padding-right: 17px;
  padding-left: 17px;
  height: 84px;
  font-size: 2.5em;
  line-height: 120%;
}
.Rate--grouping .Rate-price {
  margin-bottom: 12px;
  padding-right: 19px;
  padding-left: 19px;
  width: auto;
}
.Rate--grouping .Rate-base {
  margin-bottom: 5px;
  line-height: 100%;
  font-size: 1.14em;
}
.Rate--grouping .Rate-currency {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-size: 1.43em;
}
.Rate--grouping .Rate-amount {
  display: inline-block;
  float: none;
  line-height: 100%;
  font-size: 2.5em;
}
.Rate--grouping .Rate-conditions {
  clear: both;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Rate {
    margin-bottom: 30px;
  }
  .Rate-ribbon {
    right: 0;
    top: 0;
  }
}
.Rate--grouping {
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 3px;
}
.Rate--grouping .Rate-destination {
  padding-top: 14px;
  height: 230px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.Rate--grouping .Rate-toText,
.Rate--grouping .Rate-base,
.Rate--grouping .Rate-currency,
.Rate--grouping .Rate-amount {
  line-height: 150%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.Rate--grouping .Rate-toText {
  display: block;
  margin-bottom: 15px;
  padding-right: 17px;
  padding-left: 17px;
  height: 84px;
  font-size: 2.14em;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .Rate--grouping .Rate-toText {
    font-size: 2.5em;
  }
}
.Rate--grouping .Rate-price {
  margin-bottom: 12px;
  padding-right: 19px;
  padding-left: 19px;
  width: auto;
}
.Rate--grouping .Rate-base {
  margin-bottom: 5px;
  line-height: 100%;
  font-size: 1.14em;
}
.Rate--grouping .Rate-currency {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-size: 1.43em;
}
.Rate--grouping .Rate-amount {
  display: inline-block;
  float: none;
  line-height: 100%;
  font-size: 2.5em;
}
.Rate--grouping .Rate-conditions {
  clear: both;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.Rate--hasImage .Rate-image {
  display: block;
}
.Rate--agrupations .Rate {
  margin-bottom: 20px;
}
.Rate--agrupations .Rate-toText,
.Rate--agrupations .Rate-base,
.Rate--agrupations .Rate-amount,
.Rate--agrupations .Rate-amountConv,
.Rate--agrupations .Rate-amountLast,
.Rate--agrupations .Rate-amountShares {
  text-shadow: 1px 1px 2px #000000;
}
.RateTitle {
  text-align: center;
}
.RateTitle-box {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.RateTitle-logo {
  display: block;
  height: 80px;
  margin-bottom: 20px;
}
.RateTitle-text {
  display: block;
  text-align: center;
}
.RateTitle-title {
  display: block;
  font-size: 2.57em;
  line-height: 100%;
  width: 100%;
}
.RateTitle-subtitle {
  display: block;
  font-size: 1.71em;
  font-weight: normal;
  line-height: 100%;
  color: #666666;
}
.RateTitle--text .RateTitle-logo {
  display: none;
}
.RateTitle--text .RateTitle-text {
  text-align: center;
}
@media (min-width: 768px) {
  .RateTitle {
    text-align: center;
  }
  .RateTitle-box {
    display: table;
    margin: 0 auto;
  }
  .RateTitle-logo {
    display: table-cell;
  }
  .RateTitle-text {
    display: table-cell;
    text-align: left;
    padding-left: 36px;
  }
  .RateTitle-title {
    display: block;
    font-size: 2.57em;
    line-height: 100%;
  }
  .RateTitle-subtitle {
    display: block;
    font-size: 1.71em;
    font-weight: normal;
    line-height: 100%;
    color: #666666;
  }
  .RateTitle--text .RateTitle-logo {
    display: none;
  }
  .RateTitle--text .RateTitle-text {
    text-align: center;
    padding-left: 0;
  }
}
/* LANPASS Ayuda Subhome */
.LanpassHelpCenter {
  padding: 15px 25px 15px 15px;
  margin: 24px 0;
  background: #fff;
}
.LanpassHelpCenter-titleBox {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 5px 15px;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.LanpassHelpCenter-title {
  line-height: 100%;
  text-align: left;
  font-size: 21px;
  margin: 0;
  color: #666666;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.LanpassHelpCenter-linkBox {
  width: 100%;
  height: inherit;
}
.LanpassHelpCenter-linkCategory {
  display: block;
  float: none;
  color: #1361a7;
  font-size: 16px;
  font-family: "Zwo-Light", Arial, sans-serif;
}
.LanpassHelpCenter-bulletIcon {
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
  float: right;
  display: inline-block;
  margin-top: 4px;
}
.LanpassHelpCenter-bulletIcon:before {
  color: #1361a7;
}
.LanpassHelpCenter-iconInfo {
  display: inline-block;
  font-size: 30px;
  margin-top: -7px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
  color: #1361a7;
}
@media (min-width: 768px) {
  .LanpassHelpCenter-titleBox {
    border: none;
    margin: 0 0 22px 0;
  }
  .LanpassHelpCenter-title {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding: 0 30px 5px 0;
    font-weight: normal;
  }
  .LanpassHelpCenter-categoryBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px 0 0;
  }
  .LanpassHelpCenter-category {
    float: left;
    width: 60px;
    height: auto;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0 6px;
  }
  .LanpassHelpCenter-categoryIcon {
    color: #003E93;
  }
  .LanpassHelpCenter-categoryInfo {
    height: auto;
  }
  .LanpassHelpCenter-categoryInfoTitle {
    display: block;
    font-size: 17px;
    color: #666666;
    text-align: left;
    margin-bottom: 15px;
  }
  .LanpassHelpCenter-categoryInfoUl {
    float: left;
    width: 250px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .LanpassHelpCenter-categoryInfoUl:last-child {
    width: 180px;
    margin-left: 60px;
  }
  .LanpassHelpCenter-categoryInfoLi {
    margin-top: 20px;
  }
  .LanpassHelpCenter-categoryInfoLi:first-child {
    margin-top: 0;
  }
  .LanpassHelpCenter-bullet {
    display: block;
    font-size: 14px;
    line-height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    height: auto;
    overflow: hidden;
    text-decoration: none;
  }
  .LanpassHelpCenter-bullet--big {
    font-family: "Zwo-Light", Arial, sans-serif;
    font-size: 20px;
    line-height: 114%;
  }
  .LanpassHelpCenter-bulletInfo {
    color: #666666;
    text-decoration: none;
    font-size: 13px;
    float: left;
  }
  .LanpassHelpCenter-bulletInfo--big {
    text-decoration: underline;
    font-size: 20px;
    line-height: 114%;
    color: #999999;
  }
  .LanpassHelpCenter-bulletInfo--big:hover,
  .LanpassHelpCenter-bulletInfo--big:focus {
    text-decoration: none;
  }
  .LanpassHelpCenter-bulletInfo:hover,
  .LanpassHelpCenter-bulletInfo:focus {
    text-decoration: underline;
  }
  .LanpassHelpCenter-bulletIcon {
    color: #999999;
    display: inline;
    float: none;
    font-size: 10px;
    height: auto;
    line-height: 200%;
    text-align: left;
  }
  .LanpassHelpCenter-bulletIcon--big {
    font-size: 20px;
    line-height: 114%;
    text-decoration: none;
    float: none;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
  }
  .LanpassHelpCenter-bulletIcon:before {
    color: #999999;
  }
  .LanpassHelpCenter-bigLink {
    margin-top: 30px;
    margin-bottom: 3px;
  }
  .LanpassHelpCenter-image {
    height: auto;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
  }
}
.HelpInfo {
  padding: 0;
}
.HelpInfo-banner {
  width: auto;
  height: 305px;
  overflow: hidden;
  padding: 40px 20px;
  border-radius: 3px;
  text-align: center;
}
.HelpInfo-infoIcon {
  color: #fff;
  float: none;
}
.HelpInfo-title {
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  display: block;
  float: none;
  margin: 30px 0;
}
.HelpInfo p {
  font-size: 14px;
  line-height: 150%;
  font-family: "Arial", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0;
}
.HelpInfo p a {
  color: #fff;
  text-decoration: underline;
}
.HelpInfo p a:hover {
  text-decoration: none;
}
.HelpInfo-image {
  width: 100%;
  height: auto;
}
.HelpInfo-bannerJulia {
  width: auto;
  height: auto;
  overflow: hidden;
}
.HelpInfo-juliaQuestions {
  padding: 15px 25px 15px 15px;
  margin: 24px 0;
  background: #fff;
}
.HelpInfo-titleBox {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 5px 15px;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.HelpInfo-juliaTitle {
  font-size: 21px;
  line-height: 100%;
  color: #666666;
  text-align: left;
  font-weight: normal;
  padding-bottom: 10px;
  display: block;
}
.HelpInfo-linkBox {
  width: 100%;
  height: inherit;
}
.HelpInfo-linkCategory {
  display: block;
  float: none;
  color: #1361a7;
  font-size: 16px;
  font-family: "Zwo-Light", Arial, sans-serif;
}
.HelpInfo-linkCategory--tam {
  color: #a0191f;
  font-family: "Rotis-SemiSerif", Arial, sans-serif;
}
.HelpInfo-iconInfo {
  display: inline-block;
  font-size: 30px;
  margin-top: -7px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  color: #1361a7;
}
.HelpInfo-iconInfo--tam {
  color: #a0191f;
}
.HelpInfo-bulletIcon {
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
  float: right;
  display: inline-block;
}
.HelpInfo-bulletIcon:before {
  color: #1361a7;
}
.HelpInfo-bulletIcon--tam:before {
  color: #a0191f;
}
.HelpInfo-linkImage {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  display: block;
}
.HelpInfo-linkImage:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #004e96;
}
@media (min-width: 768px) {
  .HelpInfo {
    padding: 0;
  }
  .HelpInfo-banner {
    width: auto;
    height: 305px;
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 3px;
    text-align: center;
  }
  .HelpInfo-infoIcon {
    color: #fff;
    float: none;
  }
  .HelpInfo-title {
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    float: none;
    margin: 30px 0;
  }
  .HelpInfo p {
    font-size: 14px;
    line-height: 150%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
  }
  .HelpInfo-bannerJulia {
    width: auto;
    height: 170px;
    overflow: hidden;
    margin: 0;
  }
  .HelpInfo-juliaQuestions {
    margin: 0;
    padding: 0;
  }
  .HelpInfo-titleBox {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .HelpInfo-juliaTitle {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #666666;
    font-weight: normal;
  }
  .HelpInfo-juliaList {
    margin: 0;
    padding: 0 0 0 20px;
    height: auto;
    overflow: hidden;
    list-style-type: disc;
  }
  .HelpInfo-juliaItem {
    color: #666666;
  }
  .HelpInfo-juliaLink {
    font-size: 12px;
    line-height: 125%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    text-decoration: underline;
  }
  .HelpInfo-bullet {
    margin: 20px 0 0 20px;
    display: block;
    font-size: 12px;
    line-height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    height: auto;
    overflow: hidden;
  }
  .HelpInfo-bulletText {
    font-size: 13px;
    line-height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    text-decoration: none;
  }
  .HelpInfo-bulletText:hover,
  .HelpInfo-bulletText:focus {
    text-decoration: underline;
  }
  .HelpInfo-bulletIcon {
    display: inline-block;
    font-size: 10px;
    line-height: 150%;
    float: none;
  }
  .HelpInfo-bulletIcon:before {
    color: #666666;
  }
  .HelpInfo-linkImage {
    height: 279px;
  }
}
/* Info Ayuda News */
.NewsInfoAyuda {
  margin: 24px 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
  box-shadow: 0 1px 3px 0 #8f8f8f;
}
.NewsInfoAyuda-contTitle {
  border-bottom: 1px solid #acacac;
  padding: 15px 25px 15px 15px;
  margin-bottom: 20px;
}
.NewsInfoAyuda-title {
  font-size: 24px;
  line-height: 100%;
  color: #666666;
  text-align: left;
}
.NewsInfoAyuda-subTitle {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
  margin-top: 0px;
}
.NewsInfoAyuda-contList {
  padding-left: 15px;
  padding-right: 25px;
  padding-bottom: 32px;
}
.NewsInfoAyuda-uList {
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.NewsInfoAyuda-listItem {
  margin-top: 15px;
}
.NewsInfoAyuda-listItem:first-child {
  margin-top: 0;
}
.NewsInfoAyuda-listItem:last-child {
  margin-top: 20px;
}
.NewsInfoAyuda-listLink {
  margin-top: 15px;
}
.NewsInfoAyuda-listItemText {
  display: block;
  font-size: 12px;
  Line-height: 100%;
  font-family: 'Arial', sans-serif;
  color: #666666;
  text-align: left;
  margin-bottom: 5px;
}
.NewsInfoAyuda-listItemLink {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 125%;
  font-family: 'Arial', sans-serif;
  color: #666666;
  text-align: left;
  text-decoration: none;
}
.NewsInfoAyuda-listItemLink:hover,
.NewsInfoAyuda-listItemLink:focus {
  color: #666666;
  text-decoration: underline;
}
.NewsInfoAyuda-titleTam {
  display: block;
  margin-top: 40px;
  font-weight: bold;
  font-size: 13px;
  line-height: 100%;
  font-family: "Arial", Helvetica, sans-serif;
  margin-bottom: 20px;
}
.NewsInfoAyuda-bullet {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 125%;
  font-family: "Arial", Helvetica, sans-serif;
  color: #666666;
  text-align: left;
}
.NewsInfoAyuda-bulletText {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  color: #666666;
  text-align: left;
  margin-bottom: 5px;
}
.NewsInfoAyuda-bulletText:hover,
.NewsInfoAyuda-bulletText:focus {
  color: #000;
}
.NewsInfoAyuda-bulletIcon {
  color: #666666;
  display: inline-block;
  float: none;
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .NewsInfoAyuda {
    padding: 0 27px;
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .NewsInfoAyuda-contTitle {
    border: none;
    padding-top: 0;
  }
  .NewsInfoAyuda-title {
    line-height: 100%;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .NewsInfoAyuda-subTitle {
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .NewsInfoAyuda-subTitle:last-child {
    margin-bottom: 0;
  }
  .NewsInfoAyuda-contList {
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 32px;
  }
  .NewsInfoAyuda-uList {
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .NewsInfoAyuda-listItem {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .NewsInfoAyuda-listLink {
    margin-top: -20px;
    margin-top: 15px;
  }
  .NewsInfoAyuda-listItemText {
    display: block;
    font-size: 13px;
    Line-height: 100%;
    font-family: 'Arial', sans-serif;
    color: #666666;
    text-align: left;
    margin-bottom: 5px;
  }
  .NewsInfoAyuda-listItemLink {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 125%;
    font-family: 'Arial', sans-serif;
    color: #666666;
    text-align: left;
    text-decoration: none;
  }
  .NewsInfoAyuda-listItemLink:hover,
  .NewsInfoAyuda-listItemLink:focus {
    text-decoration: underline;
  }
  .NewsInfoAyuda-titleTam {
    display: block;
    margin-top: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    margin-bottom: 20px;
  }
  .NewsInfoAyuda-bullet {
    display: block;
    font-weight: bold;
    font-size: 13px;
    line-height: 125%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    text-align: left;
  }
  .NewsInfoAyuda-bulletText {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    color: #666666;
    text-align: left;
    margin-bottom: 5px;
  }
  .NewsInfoAyuda-bulletText:hover,
  .NewsInfoAyuda-bulletText:focus {
    text-decoration: underline;
  }
  .NewsInfoAyuda-bulletIcon {
    color: #666666;
    display: inline-block;
    float: none;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
  }
}
/* Info Ayuda banner */
.BannerInfoAyuda-logoText {
  height: 110px;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
  box-shadow: 0 1px 3px 0 #8f8f8f;
  margin-top: 15px;
}
.BannerInfoAyuda-logoText--fidelidade {
  margin-top: 10px;
}
.BannerInfoAyuda-image {
  margin-bottom: 10px;
}
.BannerInfoAyuda-image--md {
  margin-bottom: 10px;
}
.BannerInfoAyuda-image--sm {
  margin-top: 24px;
  height: 110px;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
  box-shadow: 0 1px 3px 0 #8f8f8f;
  border: 1px solid #cccccc;
}
.BannerInfoAyuda-imgBanner {
  width: 46%;
  height: 110px;
}
.BannerInfoAyuda-imgText {
  float: none;
  width: 46%;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-family: "Arial", Helvetica, sans-serif;
  height: auto;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}
.BannerInfoAyuda-imgText:hover,
.BannerInfoAyuda-imgText:focus {
  text-decoration: underline;
}
.BannerInfoAyuda-text {
  display: none;
}
.BannerInfoAyuda-bullet {
  display: block;
  font-size: 18px;
  line-height: 100%;
  font-family: "Arial", Helvetica, sans-serif;
  color: #1361a7;
  height: auto;
  overflow: hidden;
}
.BannerInfoAyuda-bullet--md {
  color: #a0191f;
}
.BannerInfoAyuda-bulletText {
  float: none;
}
.BannerInfoAyuda-bulletIcon {
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
  float: none;
  margin-left: 5px;
  color: #666666;
  display: inline-block;
}
.BannerInfoAyuda-bulletIcon--btn {
  font-size: 12px;
  height: 21px;
  line-height: 21px;
}
.BannerInfoAyuda-bulletIcon--img {
  padding-left: 10px;
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
  float: none;
  display: inline-block;
}
.BannerInfoAyuda-button {
  padding: 5px 10px;
  border: none;
}
.BannerInfoAyuda-btnText {
  color: #fff;
  display: block;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
  text-shadow: #7d2224 1px 1px 1px;
}
@media (min-width: 768px) {
  .BannerInfoAyuda-logoText {
    height: 110px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    background: #fff;
  }
  .BannerInfoAyuda-logoText--md {
    height: 110px;
    padding: 10px 20px 20px 20px;
  }
  .BannerInfoAyuda-logoText--md:last-child {
    margin-top: 10px;
  }
  .BannerInfoAyuda-image {
    margin-bottom: 10px;
  }
  .BannerInfoAyuda-image--md {
    margin-bottom: 10px;
  }
  .BannerInfoAyuda-image--sm {
    margin-top: 24px;
    height: 110px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
    box-shadow: 0 1px 3px 0 #8f8f8f;
    border: 1px solid #cccccc;
  }
  .BannerInfoAyuda-imgBanner {
    width: 46%;
    height: 110px;
  }
  .BannerInfoAyuda-imgText {
    float: none;
    color: #1361a7;
    width: 46%;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: "Arial", Helvetica, sans-serif;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
  }
  .BannerInfoAyuda-imgText:hover,
  .BannerInfoAyuda-imgText:focus {
    text-decoration: underline;
  }
  .BannerInfoAyuda-text {
    display: block;
    font-size: 17px;
    line-height: 125%;
    font-family: "Zwo-ExtraLight", Arial, sans-serif;
    color: #666666;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .BannerInfoAyuda-text--md {
    font-size: 15px;
    line-height: 100%;
    font-family: "Rotis-SemiSerif", Arial, sans-serif;
    color: #666666;
    text-align: center;
    margin: 0;
  }
  .BannerInfoAyuda-bullet {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #1361a7;
    height: auto;
    overflow: hidden;
  }
  .BannerInfoAyuda-bullet--md {
    margin-top: 0;
    color: #a0191f;
  }
  .BannerInfoAyuda-bulletText {
    float: none;
    text-decoration: none;
  }
  .BannerInfoAyuda-bulletText:hover,
  .BannerInfoAyuda-bulletText:focus {
    text-decoration: underline;
  }
  .BannerInfoAyuda-bulletIcon {
    font-size: 10px;
    line-height: 150%;
    text-decoration: none;
    float: none;
    margin-left: 5px;
    color: #666666;
    display: inline-block;
  }
  .BannerInfoAyuda-bulletIcon--btn {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
  }
  .BannerInfoAyuda-bulletIcon--img {
    padding-left: 10px;
    color: #1361a7;
    font-size: 10px;
    line-height: 150%;
    text-decoration: none;
    float: none;
    display: inline-block;
  }
  .BannerInfoAyuda-bulletIcon:hover,
  .BannerInfoAyuda-bulletIcon:focus {
    color: inherit;
  }
  .BannerInfoAyuda-button {
    margin-top: 0;
    padding: 5px 10px;
    border: none;
  }
  .BannerInfoAyuda-btnText {
    color: #fff;
    display: block;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
    text-shadow: #7d2224 1px 1px 1px;
  }
}
.Shortcuts {
  display: block;
  width: 100%;
}
.Shortcuts-box {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ccc;
  height: auto;
  color: #666666;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding: 10px 7px 13px;
}
.Shortcuts-box:last-child {
  border: none;
}
.Shortcuts-box:hover,
.Shortcuts-box:focus {
  cursor: pointer;
}
.Shortcuts-iconArrow {
  color: #666666;
  font-size: 16px;
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 5px;
}
.Shortcuts-folderButton {
  color: #004e96;
}
.Shortcuts-icon {
  margin: -4px 5px 3px 8px;
}
.Shortcuts-text {
  margin-left: 10px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .Shortcuts {
    display: table;
    table-layout: fixed;
    height: auto;
    border: solid 1px #ccc;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }
  .Shortcuts-box {
    display: table-cell;
    text-align: center;
    cursor: pointer;
    border: none;
    height: auto;
    padding: 0;
    width: auto;
  }
  .Shortcuts-box:hover,
  .Shortcuts-box:focus {
    text-decoration: none;
  }
  .Shortcuts-box:before {
    border-right: solid 1px #ccc;
    content: "";
    width: 0;
    height: 25px;
    float: right;
    margin-top: 7px;
  }
  .Shortcuts-box:last-child:before {
    border: none;
  }
  .Shortcuts-folderButton {
    display: block;
    text-align: center;
    padding: 5px 0 5px 5px;
    height: 40px;
  }
  .Shortcuts-folderButton:hover,
  .Shortcuts-folderButton:focus {
    background: #f3f3f3;
  }
  .Shortcuts-folderButton:hover .Shortcuts-text,
  .Shortcuts-folderButton:focus .Shortcuts-text {
    text-decoration: none;
  }
  .Shortcuts-icon {
    display: inline-block;
    margin: 0 13px 0 0;
    vertical-align: middle;
    float: none;
  }
  .Shortcuts-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 0;
    margin-top: 3px;
  }
  .Shortcuts-text:hover {
    text-decoration: underline;
  }
}
.Sales {
  margin-top: -250px;
  margin-bottom: 15px;
  position: relative;
  z-index: 990;
}
.Sales-dummy {
  background: #033563;
  color: #fff;
  min-height: 220px;
}
.Sales-imgDummy {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.Sales-textDummy {
  color: #fff;
}
.Sales-content {
  height: auto;
}
@media (min-width: 768px) {
  .Sales {
    margin-top: -275px;
  }
}
.RateBox-btnContainer {
  text-align: center;
}
.RateBoxBackground {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bfe3f8));
  background: -webkit-linear-gradient(top, #fff, #bfe3f8);
  background: linear-gradient(to bottom, #fff, #bfe3f8);
  margin-bottom: 20px;
}
.RateBoxBackground .RateBox-btnContainer {
  margin-bottom: -20px;
}
.Wrapper {
  min-height: 100%;
  position: relative;
}
.ProgramKnown-title {
  text-shadow: none;
  font-size: 1.71em;
  text-align: left;
  line-height: 120%;
  margin: 0 0 8px 0;
  padding: 0;
  width: 100%;
}
.ProgramKnown-info {
  width: auto;
  height: 200px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  display: table-cell;
  vertical-align: middle;
  padding: 18px 20px 10px 20px;
}
.ProgramKnown-slideContent {
  margin-top: 20px;
}
.ProgramKnown-infoTitle {
  font-size: 1.29em;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.ProgramKnown-infoText {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  text-align: left;
}
.ProgramKnown-slider {
  width: auto;
  height: 200px;
  padding: 18px 20px 10px 20px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.ProgramKnown-sliderIcon {
  height: 42px;
  width: 42px;
  font-size: 2.14em;
  border-radius: 100%;
  color: #004e96;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ProgramKnown-sliderIconBox {
  display: block;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
}
.ProgramKnown-sliderText {
  display: block;
  font-size: 1.5em;
  color: #666666;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
}
.ProgramKnown-register {
  width: auto;
  height: 200px;
  padding: 18px 20px 10px 20px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ProgramKnown-registerTitle {
  font-size: 1.29em;
  color: #fff;
  text-align: left;
  margin-bottom: 23px;
  font-weight: normal;
}
.ProgramKnown-registerText {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  text-align: left;
}
.ProgramKnown-registerLinkBox {
  text-align: right;
  float: right;
  margin-top: 6px;
  width: 100%;
}
.ProgramKnown-registerLinkBox span {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  text-align: left;
}
.ProgramKnown-registerLinkBox span a {
  text-decoration: underline;
}
.ProgramKnown-registerBtn {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 6px;
}
.ProgramKnown-btn {
  height: 30px;
  width: auto;
  position: relative;
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.ProgramKnown-btnText {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  margin-top: -2px;
}
.ProgramKnown-btnCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ProgramKnown-banner {
  display: block;
}
.ProgramKnown-bannerTitle {
  background: #fff;
  display: block;
  font-size: 1.14em;
  line-height: 150%;
  text-align: left;
  border-bottom: 1px solid #959595;
  padding: 15px 10px 13px;
}
.ProgramKnown-bannerIcons {
  display: block;
  background: #fff;
  border-bottom: 1px solid #959595;
  color: #666666;
  font-size: 1.14em;
  text-align: left;
  padding: 15px 7px 13px;
  position: relative;
}
.ProgramKnown-bannerIcons:last-child {
  border: none;
}
.ProgramKnown-icon {
  float: none;
  font-size: 1.71em;
  vertical-align: middle;
  margin-right: 10px;
}
.ProgramKnown-bannerLink {
  float: none;
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin-top: 2px;
  vertical-align: middle;
}
.ProgramKnown-bannerCaret {
  margin-top: 5px;
}
.ProgramKnown-generalLink {
  position: relative;
}
.ProgramKnown-anchor {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  text-align: left;
  text-decoration: underline;
  margin-right: 5px;
}
.ProgramKnown-linkCaret {
  float: none;
  font-size: 0.86em;
}
.ProgramKnown-slideContent {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .ProgramKnown-title {
    text-shadow: none;
    font-size: 2em;
    text-align: left;
    line-height: 120%;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .ProgramKnown-info {
    width: 33.3%;
    height: 217px;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .ProgramKnown-infoContent {
    padding: 18px 20px 10px 20px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .ProgramKnown-infoTitle {
    font-size: 2em;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
  }
  .ProgramKnown-infoText {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: left;
  }
  .ProgramKnown-slideContent {
    margin-top: 0;
  }
  .ProgramKnown-slider {
    width: 33.3%;
    height: 220px;
    padding: 18px 20px 10px 20px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
  }
  .ProgramKnown-sliderIcon {
    height: 42px;
    width: 42px;
    font-size: 2.14em;
    border-radius: 100%;
    color: #004e96;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ProgramKnown-sliderIconBox {
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
  }
  .ProgramKnown-sliderText {
    display: block;
    font-size: 1.5em;
    color: #666666;
    text-align: center;
  }
  .ProgramKnown-register {
    width: auto;
    height: 220px;
    padding: 18px 20px 10px 20px;
    border-radius: 3px;
    overflow: hidden;
  }
  .ProgramKnown-registerTitle {
    font-size: 2em;
    color: #fff;
    text-align: left;
    margin-bottom: 23px;
    font-weight: normal;
  }
  .ProgramKnown-registerText {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: left;
  }
  .ProgramKnown-registerLinkBox {
    text-align: right;
    float: right;
    margin-top: 6px;
    width: 100%;
  }
  .ProgramKnown-registerLinkBox span {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: left;
  }
  .ProgramKnown-registerLinkBox span a {
    text-decoration: underline;
  }
  .ProgramKnown-registerBtn {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .ProgramKnown-btn {
    height: 30px;
    width: auto;
    position: relative;
    background: #e2e6e7;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ProgramKnown-btnText {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    font-size: 21px;
    margin-top: -6px;
  }
  .ProgramKnown-btnCaret {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ProgramKnown-bannerBox {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    float: left;
    width: 100%;
  }
  .ProgramKnown-banner {
    background: #fff;
    width: 100%;
    height: auto;
    display: table;
    padding: 1px 1px 4px 12px;
    border: 2px solid #e1e1e1;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .ProgramKnown-bannerTitleBox {
    position: absolute;
    top: -50%;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
  }
  .ProgramKnown-bannerTitle {
    font-size: 1.5em;
    line-height: 150%;
    text-align: left;
    padding: 0;
    border-bottom: none;
  }
  .ProgramKnown-bannerIconsBox {
    display: table;
    width: 100%;
  }
  .ProgramKnown-bannerIcons {
    display: table-cell;
    text-align: center;
    border: none;
    padding: 0;
    width: 110px;
  }
  .ProgramKnown-icon {
    float: none;
    width: 64px;
    height: 64px;
    font-size: 70px;
    margin: 0;
  }
  .ProgramKnown-bannerLink {
    float: none;
    width: auto;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 100%;
    display: block;
  }
  .ProgramKnown-generalLink {
    position: relative;
  }
  .ProgramKnown-anchor {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
    color: #666666;
    text-align: left;
    text-decoration: underline;
    margin-right: 5px;
  }
  .ProgramKnown-linkCaret {
    float: none;
    font-size: 0.86em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ProgramKnown-slideContent {
    margin-bottom: 0;
  }
}
.ProgramKnown .slick-slide img {
  display: inherit;
}
.ProgramKnown .slick-dots {
  height: 45px;
  bottom: inherit;
  margin-bottom: 0;
  top: 155px;
  left: 0;
}
.ProgramKnown .slick-dots li {
  padding-top: 0;
  height: inherit;
}
.ProgramKnown .slick-dots li button {
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  width: 16px;
  height: 16px;
}
.ProgramKnown .slick-dots li button:before {
  content: " ";
}
.ProgramKnown .slick-dots li.slick-active button {
  background: #fff;
}
.ProgramKnown .slick-dots--warningBox {
  top: 310px;
}
@media (min-width: 960px) {
  .ProgramKnown .slick-dots {
    height: 50px;
    top: 158px;
    padding: 16px;
    left: 0;
    z-index: 2;
  }
  .ProgramKnown .slick-dots--warningBox {
    top: 438px;
  }
}
@media (min-width: 960px) {
  .ProgramKnownBackground--logged {
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, rgba(255, 255, 255, 0)), color-stop(99px, rgba(255, 255, 255, 0)), color-stop(100px, rgba(255, 255, 255, 0)), color-stop(20px, rgba(249, 250, 255, 0)), color-stop(61px, #f3f4ff), to(#f3f4ff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 99px, rgba(255, 255, 255, 0) 100px, rgba(249, 250, 255, 0) 20px, #f3f4ff 61px, #f3f4ff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 99px, rgba(255, 255, 255, 0) 100px, rgba(249, 250, 255, 0) 20px, #f3f4ff 61px, #f3f4ff 100%);
  }
  .ProgramKnownBackground--notlogged {
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(13%, rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, 0)), color-stop(21%, rgba(249, 250, 255, 0)), color-stop(22%, #f3f4ff), to(#f3f4ff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0) 22%, rgba(249, 250, 255, 0) 21%, #f3f4ff 22%, #f3f4ff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0) 22%, rgba(249, 250, 255, 0) 21%, #f3f4ff 22%, #f3f4ff 100%);
  }
}
.HelpCategory {
  padding: 15px 25px 15px 15px;
  margin: 24px 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
  box-shadow: 0 1px 3px 0 #8f8f8f;
}
.HelpCategory-titleBox {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 5px 15px;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.HelpCategory-title {
  font-size: 21px;
  line-height: 100%;
  color: #666666;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
}
.HelpCategory-linkBox {
  width: 100%;
  height: inherit;
}
.HelpCategory-linkCategory {
  display: block;
  float: none;
  color: #1361a7;
  font-size: 16px;
  font-family: "Zwo-Light", Arial, sans-serif;
}
.HelpCategory-bulletIcon {
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
  float: right;
  display: inline-block;
}
.HelpCategory-bulletIcon:before {
  color: #1361a7;
}
.HelpCategory-iconInfo {
  display: inline-block;
  font-size: 30px;
  margin-top: -7px;
  margin-bottom: 0;
  margin-right: 12px;
  margin-left: 0;
  color: #1361a7;
}
@media (min-width: 768px) {
  .HelpCategory {
    margin: 0;
    padding: 0 10px 0 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .HelpCategory-titleBox {
    border: none;
    margin: 0 0 34px 0;
  }
  .HelpCategory-title {
    font-size: 20px;
    line-height: 100%;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
  }
  .HelpCategory-box {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .HelpCategory-icon {
    float: left;
    width: 64px;
    height: 64px;
    overflow: hidden;
  }
  .HelpCategory-baggage,
  .HelpCategory-pregnant {
    background: #003E93;
    color: #fff;
  }
  .HelpCategory-info {
    float: left;
    width: auto;
    height: auto;
    margin-left: 10px;
  }
  .HelpCategory-subTitle {
    display: block;
    font-size: 17px;
    line-height: 100%;
    font-family: "Zwo-Regular", Arial, sans-serif;
    color: #666666;
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
  }
  .HelpCategory-uList {
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .HelpCategory-listItem {
    margin-top: 5px;
  }
  .HelpCategory-listItem:first-child {
    margin-top: 0;
  }
  .HelpCategory-bullet {
    display: block;
    font-size: 14px;
    line-height: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    color: #666666;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .HelpCategory-bullet:hover {
    text-decoration: underline;
  }
  .HelpCategory-bullet:focus {
    border: 2px solid #2d346e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .HelpCategory-bulletText {
    float: left;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
  }
  .HelpCategory-bulletText:hover,
  .HelpCategory-bulletText:focus {
    text-decoration: underline;
  }
  .HelpCategory-bulletIcon {
    font-size: 10px;
    line-height: 150%;
    text-decoration: none;
    float: none;
    color: #666666;
  }
  .HelpCategory-bulletIcon:before {
    color: #666666;
  }
}
.ProductsCatalog {
  background: #dae5eb;
  height: auto;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
}
.ProductsCatalog-title {
  text-shadow: none;
  font-size: 24px;
  text-align: left;
  line-height: 120%;
  margin: 0;
  padding: 15px 0 12px 0;
  width: 100%;
}
.ProductsCatalog-col {
  width: 30%;
}
.ProductsCatalog-tile {
  height: 340px;
  width: 100%;
  border-radius: 3px;
}
.ProductsCatalog-tileContent {
  height: 183px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.ProductsCatalog-img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
}
.ProductsCatalog-nameBox {
  height: 45px;
  overflow: hidden;
  margin-bottom: 22px;
}
.ProductsCatalog-nameProduct {
  font-size: 21px;
  text-align: left;
  line-height: 24px;
  display: block;
}
.ProductsCatalog-priceBox {
  float: right;
}
.ProductsCatalog-price {
  font-size: 36px;
  color: #666666;
  text-align: left;
  float: left;
  margin-right: 5px;
  display: inline-block;
}
.ProductsCatalog-currency {
  font-size: 36px;
  color: #666666;
  text-align: left;
  float: right;
  display: inline-block;
}
.ProductsCatalog-conditions {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  position: relative;
  top: 42px;
}
.ProductsCatalog-conditionsBtn {
  height: 30px;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ProductsCatalog-conditionsText {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  margin-top: -2px;
}
.ProductsCatalog-conditionsCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ProductsCatalog-btnContainer {
  margin-top: 17px;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .ProductsCatalog {
    background: none;
  }
  .ProductsCatalog-col {
    width: 33.3%;
  }
  .ProductsCatalog-title {
    display: block;
    font-size: 28px;
    font-weight: 500;
    height: 42px;
    margin: 0 0 25px 0;
    padding: 0 0 44px 0;
    text-align: left;
    text-shadow: none;
    width: 100%;
  }
  .ProductsCatalog-tile {
    height: 340px;
    width: 100%;
    border-radius: 3px;
  }
  .ProductsCatalog-tileContent {
    height: 183px;
    Padding: 20px 20px 10px 20px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .ProductsCatalog-img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .ProductsCatalog-nameBox {
    height: 45px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .ProductsCatalog-nameProduct {
    font-size: 21px;
    text-align: left;
    line-height: 24px;
    display: block;
  }
  .ProductsCatalog-priceBox {
    float: right;
  }
  .ProductsCatalog-price {
    display: inline-block;
    font-size: 36px;
    color: #666666;
    text-align: left;
    float: left;
    margin-right: 5px;
  }
  .ProductsCatalog-currency {
    display: inline-block;
    font-size: 36px;
    color: #666666;
    text-align: left;
    float: right;
  }
  .ProductsCatalog-conditions {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    position: relative;
    top: 42px;
  }
  .ProductsCatalog-conditionsBtn {
    height: 30px;
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e2e6e7;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ProductsCatalog-conditionsText {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    margin-top: -2px;
  }
  .ProductsCatalog-conditionsCaret {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ProductsCatalog-btnContainer {
    margin-top: 45px;
  }
}
.slick-slide img {
  display: inherit;
}
.slick-dots {
  height: 45px;
  bottom: inherit;
  margin-bottom: 0;
  margin-top: 10px;
  left: 0;
}
.slick-dots li {
  padding-top: 0;
  height: inherit;
}
.slick-dots li button {
  border-radius: 100%;
  border: 1px solid #666666;
  background-color: transparent;
  width: 16px;
  height: 16px;
}
.slick-dots li button:before {
  content: " ";
}
.slick-dots li.slick-active button {
  background: #666666;
}
.slick-dots--warningBox {
  top: 310px;
}
.ProductsCatalog-tile--yellowBanana {
  border-bottom: 4px solid #ffee31;
}
.ProductsCatalog-tile--redCandy {
  border-bottom: 4px solid #f90505;
}
.ProductsCatalog-tile--greenPuertoRico {
  border-bottom: 4px solid #49d0a8;
}
.ProductsCatalog-tile--white {
  border-bottom: 4px solid #fff;
}
.BasicHeader {
  position: relative;
  padding-top: 37px;
  min-height: 138px;
}
.BasicHeader-background {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.BasicHeader-header {
  margin-bottom: 22px;
  text-align: center;
  font-size: 2em;
  line-height: 114%;
  color: #fff;
  -webkit-text-shadow: 0px 1px 3px #8f8f8f;
  -moz-text-shadow: 0px 1px 3px #8f8f8f;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.BasicHeader-headline {
  margin-bottom: 1px;
  font-size: 1em;
  line-height: 114%;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-text-shadow: 0px 1px 3px #8f8f8f;
  -moz-text-shadow: 0px 1px 3px #8f8f8f;
  text-shadow: 0px 1px 3px #8f8f8f;
}
@media (min-width: 959px) {
  .BasicHeader {
    padding-top: 141px;
    min-height: 260px;
  }
  .BasicHeader-header {
    text-align: left;
    margin-bottom: 14px;
  }
  .BasicHeader-headline {
    margin-bottom: 51px;
    font-size: 1.5em;
    line-height: 114%;
  }
}
.BasicHeader--salesBox .BasicHeader-background {
  height: 482px;
  max-height: 482px;
}
.BasicHeader--salesBox .BasicHeader-salesBox {
  min-height: 340px;
  margin-top: 18px;
}
.BasicHeader--salesBox .Sales {
  margin-top: 0;
}
@media (min-width: 959px) {
  .BasicHeader--salesBox {
    padding-top: 40px;
  }
  .BasicHeader--salesBox .BasicHeader-background {
    height: 260px;
    max-height: 260px;
  }
  .BasicHeader--salesBox .BasicHeader-headline {
    margin-bottom: 6px;
  }
  .BasicHeader--salesBox .BasicHeader-salesBox {
    min-height: auto;
  }
}
.GenericComponent {
  background: #b9e5f7;
  height: auto;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
}
.GenericComponent-title {
  text-shadow: none;
  font-size: 24px;
  text-align: left;
  line-height: 120%;
  margin: 0;
  padding: 15px 0 12px 0;
  width: 100%;
}
.GenericComponent-col {
  width: 30%;
}
.GenericComponent .slick-slider {
  margin-bottom: 50px;
}
.GenericComponent-tile {
  height: auto;
  width: 100%;
  border-radius: 3px;
}
.GenericComponent-tileContent {
  height: auto;
  padding: 20px 20px 30px 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.GenericComponent-img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
}
.GenericComponent-nameBox {
  height: 45px;
  overflow: hidden;
  margin-bottom: 22px;
}
.GenericComponent-nameProduct {
  font-size: 21px;
  text-align: left;
  line-height: 24px;
  display: block;
}
.GenericComponent-text {
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: left;
  float: left;
  font-family: arial, helvetica, sans-serif;
}
.GenericComponent-conditions {
  display: inline-block;
  float: right;
  padding-left: 0;
  position: relative;
  cursor: pointer;
}
.GenericComponent-conditionsText {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
  font-size: 16px;
  margin-top: -2px;
}
.GenericComponent-conditionsText:hover,
.GenericComponent-conditionsText:focus {
  text-decoration: underline;
}
.GenericComponent-conditionsBtn {
  height: 30px;
  width: auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.GenericComponent-link {
  position: absolute;
  right: 0;
  padding-right: 10px;
  top: 50%;
}
.GenericComponent-conditionsCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.GenericComponent-btnContainer {
  margin-top: 17px;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .GenericComponent {
    background: none;
  }
  .GenericComponent-col {
    width: 33.3%;
  }
  .GenericComponent-title {
    display: block;
    font-size: 28px;
    font-weight: 500;
    height: 42px;
    margin: 0 0 25px 0;
    padding: 0 0 47px 0;
    text-align: left;
    text-shadow: none;
    width: 100%;
    line-height: 120%;
  }
  .GenericComponent-tile {
    height: 365px;
    width: 100%;
    border-radius: 3px;
  }
  .GenericComponent-tileContent {
    height: 177px;
    Padding: 20px 20px 20px 20px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .GenericComponent-img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .GenericComponent-nameBox {
    height: 45px;
    overflow: hidden;
    margin-bottom: 11px;
  }
  .GenericComponent-nameProduct {
    font-size: 21px;
    text-align: left;
    line-height: 24px;
    display: block;
  }
  .GenericComponent-text {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: left;
    float: left;
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 11px;
  }
  .GenericComponent-conditions {
    display: inline-block;
    float: right;
    padding-left: 0;
    position: relative;
    cursor: pointer;
  }
  .GenericComponent-conditionsText {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    font-size: 16px;
    margin-top: -2px;
  }
  .GenericComponent-conditionsText:hover,
  .GenericComponent-conditionsText:focus {
    text-decoration: underline;
  }
  .GenericComponent-conditionsBtn {
    height: 30px;
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .GenericComponent-link {
    position: absolute;
    right: 0;
    padding-right: 10px;
    top: 50%;
  }
  .GenericComponent-conditionsCaret {
    display: inline-block;
    margin-top: -1px;
  }
  .GenericComponent-btnContainer {
    margin-top: 45px;
  }
}
.slick-slide img {
  display: inherit;
}
.slick-dots {
  height: 45px;
  bottom: inherit;
  margin-bottom: 0;
  margin-top: 10px;
  left: 0;
}
.slick-dots li {
  padding-top: 0;
  height: inherit;
}
.slick-dots li button {
  border-radius: 100%;
  background-color: transparent;
  width: 16px;
  height: 16px;
}
.slick-dots li button:before {
  content: " ";
}
.slick-dots li.slick-active button {
  background: #666666;
}
.slick-dots--warningBox {
  top: 310px;
}
/* flags sprites for contact buttons */
/* mobile styles */
/* line 400, icon/*.png */
.icon-sprite,
.icon-Argentina_flag,
.icon-Aruba_flag,
.icon-Australia_flag,
.icon-Belgium_flag,
.icon-Bolivia_flag,
.icon-Brazil_flag,
.icon-Canada_flag,
.icon-Chile_flag,
.icon-China_flag,
.icon-Colombia_flag,
.icon-Costa-Rica_flag,
.icon-Cuba_flag,
.icon-Czech-Republic_flag,
.icon-Ecuador_flag,
.icon-France_flag,
.icon-French-Polynesia_flag,
.icon-Germany_flag,
.icon-Guatemala_flag,
.icon-Honduras_flag,
.icon-India_flag,
.icon-Indonesia_flag,
.icon-Israel_flag,
.icon-Italy_flag,
.icon-Japan_flag,
.icon-Korea-South_flag,
.icon-Malaysia_flag,
.icon-Mexico_flag,
.icon-Netherlands_flag,
.icon-New-Zealand_flag,
.icon-Norway_flag,
.icon-Panama_flag,
.icon-Paraguay_flag,
.icon-Peru_flag,
.icon-Poland_flag,
.icon-Rusia_flag,
.icon-Singapore_flag,
.icon-South-Africa_flag,
.icon-Spain_flag,
.icon-Sweden_flag,
.icon-Taiwan_flag,
.icon-Thailand_flag,
.icon-United-Kingdom_flag,
.icon-United-States-of-America_flag,
.icon-Uruguay_flag,
.icon-Venezuela_flag {
  background-image: url('../../../../static/latam/images/design-image/contact_flag_35x24.png');
  width: 35px;
  height: 24px;
  background-repeat: no-repeat;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Argentina_flag {
  background-position: 0 0;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Aruba_flag {
  background-position: 0 -24px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Australia_flag {
  background-position: 0 -48px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Belgium_flag {
  background-position: 0 -72px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Bolivia_flag {
  background-position: 0 -96px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Brazil_flag {
  background-position: 0 -120px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Canada_flag {
  background-position: 0 -144px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Chile_flag {
  background-position: 0 -168px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-China_flag {
  background-position: 0 -192px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Colombia_flag {
  background-position: 0 -216px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Costa-Rica_flag {
  background-position: 0 -240px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Cuba_flag {
  background-position: 0 -264px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Czech-Republic_flag {
  background-position: 0 -288px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Ecuador_flag {
  background-position: 0 -312px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-France_flag {
  background-position: 0 -336px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-French-Polynesia_flag {
  background-position: 0 -360px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Germany_flag {
  background-position: 0 -384px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Guatemala_flag {
  background-position: 0 -408px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Honduras_flag {
  background-position: 0 -432px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-India_flag {
  background-position: 0 -456px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Indonesia_flag {
  background-position: 0 -480px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Israel_flag {
  background-position: 0 -504px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Italy_flag {
  background-position: 0 -528px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Japan_flag {
  background-position: 0 -552px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Korea-South_flag {
  background-position: 0 -576px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Malaysia_flag {
  background-position: 0 -600px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Mexico_flag {
  background-position: 0 -624px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Netherlands_flag {
  background-position: 0 -648px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-New-Zealand_flag {
  background-position: 0 -672px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Norway_flag {
  background-position: 0 -696px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Panama_flag {
  background-position: 0 -720px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Paraguay_flag {
  background-position: 0 -744px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Peru_flag {
  background-position: 0 -768px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Poland_flag {
  background-position: 0 -792px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Rusia_flag {
  background-position: 0 -816px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Singapore_flag {
  background-position: 0 -840px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-South-Africa_flag {
  background-position: 0 -864px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Spain_flag {
  background-position: 0 -888px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Sweden_flag {
  background-position: 0 -912px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Taiwan_flag {
  background-position: 0 -936px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Thailand_flag {
  background-position: 0 -960px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-United-Kingdom_flag {
  background-position: 0 -984px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-United-States-of-America_flag {
  background-position: 0 -1008px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Uruguay_flag {
  background-position: 0 -1032px;
}
/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-Venezuela_flag {
  background-position: 0 -1056px;
}
/* desktop styles */
@media (min-width: 768px) {
  /* line 400, icon/*.png */
  .icon-sprite,
  .icon-Argentina_flag,
  .icon-Aruba_flag,
  .icon-Australia_flag,
  .icon-Belgium_flag,
  .icon-Bolivia_flag,
  .icon-Brazil_flag,
  .icon-Canada_flag,
  .icon-Chile_flag,
  .icon-China_flag,
  .icon-Colombia_flag,
  .icon-Costa-Rica_flag,
  .icon-Cuba_flag,
  .icon-Czech-Republic_flag,
  .icon-Ecuador_flag,
  .icon-France_flag,
  .icon-French-Polynesia_flag,
  .icon-Germany_flag,
  .icon-Guatemala_flag,
  .icon-Honduras_flag,
  .icon-India_flag,
  .icon-Indonesia_flag,
  .icon-Israel_flag,
  .icon-Italy_flag,
  .icon-Japan_flag,
  .icon-Korea-South_flag,
  .icon-Malaysia_flag,
  .icon-Mexico_flag,
  .icon-Netherlands_flag,
  .icon-New-Zealand_flag,
  .icon-Norway_flag,
  .icon-Panama_flag,
  .icon-Paraguay_flag,
  .icon-Peru_flag,
  .icon-Poland_flag,
  .icon-Rusia_flag,
  .icon-Singapore_flag,
  .icon-South-Africa_flag,
  .icon-Spain_flag,
  .icon-Sweden_flag,
  .icon-Taiwan_flag,
  .icon-Thailand_flag,
  .icon-United-Kingdom_flag,
  .icon-United-States-of-America_flag,
  .icon-Uruguay_flag,
  .icon-Venezuela_flag {
    background-image: url('../../../../static/latam/images/design-image/contact_flag_45x30.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 30px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Argentina_flag {
    background-position: 0 0;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Aruba_flag {
    background-position: 0 -30px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Australia_flag {
    background-position: 0 -60px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Belgium_flag {
    background-position: 0 -90px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Bolivia_flag {
    background-position: 0 -120px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Brazil_flag {
    background-position: 0 -150px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Canada_flag {
    background-position: 0 -180px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Chile_flag {
    background-position: 0 -210px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-China_flag {
    background-position: 0 -240px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Colombia_flag {
    background-position: 0 -270px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Costa-Rica_flag {
    background-position: 0 -300px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Cuba_flag {
    background-position: 0 -330px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Czech-Republic_flag {
    background-position: 0 -360px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Ecuador_flag {
    background-position: 0 -390px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-France_flag {
    background-position: 0 -420px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-French-Polynesia_flag {
    background-position: 0 -450px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Germany_flag {
    background-position: 0 -480px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Guatemala_flag {
    background-position: 0 -510px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Honduras_flag {
    background-position: 0 -540px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-India_flag {
    background-position: 0 -570px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Indonesia_flag {
    background-position: 0 -600px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Israel_flag {
    background-position: 0 -630px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Italy_flag {
    background-position: 0 -660px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Japan_flag {
    background-position: 0 -690px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Korea-South_flag {
    background-position: 0 -720px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Malaysia_flag {
    background-position: 0 -750px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Mexico_flag {
    background-position: 0 -780px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Netherlands_flag {
    background-position: 0 -810px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-New-Zealand_flag {
    background-position: 0 -840px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Norway_flag {
    background-position: 0 -870px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Panama_flag {
    background-position: 0 -900px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Paraguay_flag {
    background-position: 0 -930px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Peru_flag {
    background-position: 0 -960px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Poland_flag {
    background-position: 0 -990px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Rusia_flag {
    background-position: 0 -1020px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Singapore_flag {
    background-position: 0 -1050px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-South-Africa_flag {
    background-position: 0 -1080px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Spain_flag {
    background-position: 0 -1110px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Sweden_flag {
    background-position: 0 -1140px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Taiwan_flag {
    background-position: 0 -1170px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Thailand_flag {
    background-position: 0 -1200px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-United-Kingdom_flag {
    background-position: 0 -1230px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-United-States-of-America_flag {
    background-position: 0 -1260px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Uruguay_flag {
    background-position: 0 -1290px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-Venezuela_flag {
    background-position: 0 -1320px;
  }
  .icon-flag-35x24-sm.icon-sprite,
  .icon-flag-35x24-sm.icon-Argentina_flag,
  .icon-flag-35x24-sm.icon-Aruba_flag,
  .icon-flag-35x24-sm.icon-Australia_flag,
  .icon-flag-35x24-sm.icon-Belgium_flag,
  .icon-flag-35x24-sm.icon-Bolivia_flag,
  .icon-flag-35x24-sm.icon-Brazil_flag,
  .icon-flag-35x24-sm.icon-Canada_flag,
  .icon-flag-35x24-sm.icon-Chile_flag,
  .icon-flag-35x24-sm.icon-China_flag,
  .icon-flag-35x24-sm.icon-Colombia_flag,
  .icon-flag-35x24-sm.icon-Costa-Rica_flag,
  .icon-flag-35x24-sm.icon-Cuba_flag,
  .icon-flag-35x24-sm.icon-Czech-Republic_flag,
  .icon-flag-35x24-sm.icon-Ecuador_flag,
  .icon-flag-35x24-sm.icon-France_flag,
  .icon-flag-35x24-sm.icon-French-Polynesia_flag,
  .icon-flag-35x24-sm.icon-Germany_flag,
  .icon-flag-35x24-sm.icon-Guatemala_flag,
  .icon-flag-35x24-sm.icon-Honduras_flag,
  .icon-flag-35x24-sm.icon-India_flag,
  .icon-flag-35x24-sm.icon-Indonesia_flag,
  .icon-flag-35x24-sm.icon-Israel_flag,
  .icon-flag-35x24-sm.icon-Italy_flag,
  .icon-flag-35x24-sm.icon-Japan_flag,
  .icon-flag-35x24-sm.icon-Korea-South_flag,
  .icon-flag-35x24-sm.icon-Malaysia_flag,
  .icon-flag-35x24-sm.icon-Mexico_flag,
  .icon-flag-35x24-sm.icon-Netherlands_flag,
  .icon-flag-35x24-sm.icon-New-Zealand_flag,
  .icon-flag-35x24-sm.icon-Norway_flag,
  .icon-flag-35x24-sm.icon-Panama_flag,
  .icon-flag-35x24-sm.icon-Paraguay_flag,
  .icon-flag-35x24-sm.icon-Peru_flag,
  .icon-flag-35x24-sm.icon-Poland_flag,
  .icon-flag-35x24-sm.icon-Rusia_flag,
  .icon-flag-35x24-sm.icon-Singapore_flag,
  .icon-flag-35x24-sm.icon-South-Africa_flag,
  .icon-flag-35x24-sm.icon-Spain_flag,
  .icon-flag-35x24-sm.icon-Sweden_flag,
  .icon-flag-35x24-sm.icon-Taiwan_flag,
  .icon-flag-35x24-sm.icon-Thailand_flag,
  .icon-flag-35x24-sm.icon-United-Kingdom_flag,
  .icon-flag-35x24-sm.icon-United-States-of-America_flag,
  .icon-flag-35x24-sm.icon-Uruguay_flag,
  .icon-flag-35x24-sm.icon-Venezuela_flag {
    background-image: url('../../../../static/latam/images/design-image/contact_flag_35x24.png');
    width: 35px;
    height: 24px;
    background-repeat: no-repeat;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Argentina_flag {
    background-position: 0 0;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Aruba_flag {
    background-position: 0 -24px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Australia_flag {
    background-position: 0 -48px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Belgium_flag {
    background-position: 0 -72px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Bolivia_flag {
    background-position: 0 -96px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Brazil_flag {
    background-position: 0 -120px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Canada_flag {
    background-position: 0 -144px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Chile_flag {
    background-position: 0 -168px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-China_flag {
    background-position: 0 -192px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Colombia_flag {
    background-position: 0 -216px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Costa-Rica_flag {
    background-position: 0 -240px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Cuba_flag {
    background-position: 0 -264px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Czech-Republic_flag {
    background-position: 0 -288px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Ecuador_flag {
    background-position: 0 -312px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-France_flag {
    background-position: 0 -336px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-French-Polynesia_flag {
    background-position: 0 -360px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Germany_flag {
    background-position: 0 -384px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Guatemala_flag {
    background-position: 0 -408px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Honduras_flag {
    background-position: 0 -432px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-India_flag {
    background-position: 0 -456px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Indonesia_flag {
    background-position: 0 -480px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Israel_flag {
    background-position: 0 -504px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Italy_flag {
    background-position: 0 -528px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Japan_flag {
    background-position: 0 -552px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Korea-South_flag {
    background-position: 0 -576px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Malaysia_flag {
    background-position: 0 -600px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Mexico_flag {
    background-position: 0 -624px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Netherlands_flag {
    background-position: 0 -648px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-New-Zealand_flag {
    background-position: 0 -672px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Norway_flag {
    background-position: 0 -696px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Panama_flag {
    background-position: 0 -720px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Paraguay_flag {
    background-position: 0 -744px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Peru_flag {
    background-position: 0 -768px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Poland_flag {
    background-position: 0 -792px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Rusia_flag {
    background-position: 0 -816px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Singapore_flag {
    background-position: 0 -840px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-South-Africa_flag {
    background-position: 0 -864px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Spain_flag {
    background-position: 0 -888px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Sweden_flag {
    background-position: 0 -912px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Taiwan_flag {
    background-position: 0 -936px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Thailand_flag {
    background-position: 0 -960px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-United-Kingdom_flag {
    background-position: 0 -984px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-United-States-of-America_flag {
    background-position: 0 -1008px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Uruguay_flag {
    background-position: 0 -1032px;
  }
  /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
  .icon-flag-35x24-sm.icon-Venezuela_flag {
    background-position: 0 -1056px;
  }
}
.DestinationHeader {
  position: relative;
  height: 200px;
}
.DestinationHeader-background {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.DestinationHeader-container {
  position: relative;
}
.DestinationHeader-textBlock {
  padding-top: 11px;
}
.DestinationHeader-link {
  display: block;
  margin-bottom: 6px;
  font-size: 1em;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.DestinationHeader-link:hover {
  color: #fff;
}
.DestinationHeader-header {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 1.71em;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.DestinationHeader-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.14em;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.DestinationHeader-playButtonContainer {
  text-align: center;
}
.DestinationHeader-playButton {
  float: none;
  padding-top: 0;
  width: 64px;
  height: 64px;
  border: 0;
  background: url(../../../../static/latam/images/design-image/iconoVideoMobile.svg) no-repeat;
  font-size: 48px;
}
.DestinationHeader-modalHeader {
  margin-top: 0;
  font-size: 1.71em;
  line-height: 100%;
}
.DestinationHeader-modalFooter {
  margin-top: 10px;
  border: 0;
  text-align: left;
}
.DestinationHeader-modalDescription {
  font-size: 1em;
  line-height: 100%;
  color: #666666;
}
.DestinationHeader-modalSocialLink .icono-redes {
  margin-left: 10px;
}
@media (min-width: 959px) {
  .DestinationHeader {
    height: 260px;
  }
  .DestinationHeader-background {
    height: 260px;
  }
  .DestinationHeader-container,
  .DestinationHeader-row {
    height: 100%;
  }
  .DestinationHeader-textBlock {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
  }
  .DestinationHeader-link {
    margin-bottom: 7px;
    font-size: 1.71em;
  }
  .DestinationHeader-header {
    font-size: 4.29em;
  }
  .DestinationHeader-headline {
    font-size: 1.29em;
  }
  .DestinationHeader-playButtonContainer {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .DestinationHeader-playButton {
    width: 82px;
    height: 82px;
    background: url(../../../../static/latam/images/design-image/iconoVideoMobile.png) no-repeat;
  }
}
.DestinationDescription {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.DestinationDescription-collapsible {
  overflow: hidden;
  max-height: 313px;
  border-radius: 3px;
}
.DestinationDescription-block {
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 8px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.DestinationDescription-block:last-child {
  margin-bottom: 0;
}
.DestinationDescription-description {
  margin-bottom: 15px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  font-size: 1em;
  line-height: 125%;
  color: #666666;
}
.DestinationDescription-description.richtext p {
  line-height: 125%;
}
.DestinationDescription-description p:first-child,
.DestinationDescription-description h1:first-child,
.DestinationDescription-description h2:first-child,
.DestinationDescription-description h3:first-child,
.DestinationDescription-description h4:first-child,
.DestinationDescription-description h5:first-child,
.DestinationDescription-description h6:first-child,
.DestinationDescription-description ol:first-child,
.DestinationDescription-description ul:first-child,
.DestinationDescription-description blockquote:first-child,
.DestinationDescription-description strong:first-child {
  margin-top: 0;
}
.DestinationDescription-description p:last-child,
.DestinationDescription-description h1:last-child,
.DestinationDescription-description h2:last-child,
.DestinationDescription-description h3:last-child,
.DestinationDescription-description h4:last-child,
.DestinationDescription-description h5:last-child,
.DestinationDescription-description h6:last-child,
.DestinationDescription-description ol:last-child,
.DestinationDescription-description ul:last-child,
.DestinationDescription-description blockquote:last-child,
.DestinationDescription-description strong:last-child {
  margin-bottom: 0;
}
.DestinationDescription-tips {
  margin-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  list-style: none;
}
.DestinationDescription-tip {
  margin-bottom: 10px;
  font-size: 1.07em;
  line-height: 100%;
  color: #004e96;
}
.DestinationDescription-tip .icon {
  display: inline-block;
  margin-right: 10px;
  color: #004e96;
}
.DestinationDescription-tip:last-child {
  margin-bottom: 0;
}
.DestinationDescription-tipText {
  display: block;
  padding-top: 6px;
  padding-left: 0;
  min-height: 24px;
  line-height: 100%;
  color: #004e96;
}
.DestinationDescription-tipList,
.DestinationDescription-events {
  padding-left: 0;
  list-style: none;
}
.DestinationDescription-event {
  min-height: 24px;
  margin-bottom: 10px;
  font-size: 1.07em;
  line-height: 150%;
  color: #004e96;
}
.DestinationDescription-map {
  margin-bottom: 25px;
}
.DestinationDescription-mapImage {
  max-width: 100%;
  min-height: 136px;
}
.DestinationDescription-links {
  padding-right: 30px;
  padding-left: 30px;
  list-style: none;
}
.DestinationDescription-link {
  margin-bottom: 6px;
}
.DestinationDescription-link:last-child {
  margin-bottom: 0;
}
.DestinationDescription-linkAnchor {
  font-family: 1em;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #666666;
}
.DestinationDescription-linkAnchor .icon {
  margin-right: 10px;
  color: #96D9A6;
}
.DestinationDescription-expandButton {
  position: absolute;
  bottom: 0;
  padding-top: 0;
  width: 100%;
  height: 25px;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  background: #fff;
}
.DestinationDescription-expandButton--expanded .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: none;
}
.DestinationDescription-expandButton .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  float: none;
}
@media (min-width: 959px) {
  .DestinationDescription {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .DestinationDescription-collapsible {
    overflow: initial;
    max-height: none;
  }
  .DestinationDescription-block {
    padding-top: 23px;
    padding-bottom: 18px;
  }
  .DestinationDescription-block:last-child {
    margin-bottom: 0;
    border-radius: 3px;
  }
  .DestinationDescription-description,
  .DestinationDescription-tips,
  .DestinationDescription-links {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.DestinationDescription--expanded {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.DestinationDescription--expanded .DestinationDescription-collapsible {
  overflow: initial;
  max-height: none;
}
.DestinationDescription--expanded .DestinationDescription-block:last-child {
  padding-bottom: 30px;
}
.TravelDuration {
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
}
.TravelDuration-originBlock {
  margin-bottom: 9px;
  text-align: center;
}
.TravelDuration-airport {
  vertical-align: middle;
  font-size: 1.79em;
  line-height: 100%;
  text-transform: uppercase;
  color: #666666;
}
.TravelDuration-lineBlock {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  height: 22px;
  width: 130px;
  word-spacing: -4px;
}
.TravelDuration-lineBlock:before,
.TravelDuration-lineBlock:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 20px;
}
.TravelDuration-line {
  display: inline-block;
  margin-bottom: 3px;
  width: 110px;
  height: 2px;
}
.TravelDuration-timeBlock {
  margin-bottom: 11px;
  text-align: center;
}
.TravelDuration-iconTime {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  color: #666666;
}
.TravelDuration-time {
  vertical-align: middle;
  font-size: 1.43em;
  font-weight: bold;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
.TravelDuration-disclaimer {
  margin-bottom: 3px;
  font-size: 1em;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #666666;
}
.CardBox-background {
  background: #e1e9f2;
  padding-top: 60px;
  margin-top: -30px;
}
.CardBox-card {
  margin-bottom: 20px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.CardBox-btnContainer {
  margin-bottom: -20px;
}
.CardBox-btnContainer .btn-component--close {
  background-color: #666666;
}
@media (min-width: 768px) {
  .CardBox-background {
    background: #e1e9f2;
    padding-top: 60px;
    margin-top: -50px;
  }
  .CardBox-card {
    width: 33.3%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .CardBox-card--double {
    width: 66.6%;
  }
}
.TourismCard {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.TourismCard-box {
  max-height: 345px;
  overflow: hidden;
}
.TourismCard-box--expanded {
  overflow: initial;
  max-height: none;
}
.TourismCard-content {
  padding: 20px;
}
.TourismCard-category {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
}
.TourismCard-tag {
  margin-right: 10px;
  padding: 5px;
  color: #fff;
  margin-bottom: 5px;
}
.TourismCard-iconBox {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
  float: left;
  margin-top: 40px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0px;
}
.TourismCard-icon {
  background-color: #fff;
}
.TourismCard-place {
  font-size: 18px;
  color: #0f6cef;
  display: block;
  text-align: center;
  font-weight: bold;
}
.TourismCard-text {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  padding: 0;
  padding-bottom: 10px;
}
.TourismCard-card {
  background: #fff;
}
.TourismCard-bannerCard {
  height: 80px;
  background-color: #0f6cef;
}
.TourismCard-iconSmall {
  float: none;
  padding-right: 10px;
}
.TourismCard-link {
  display: block;
  text-align: center;
  color: #666666;
}
.TourismCard-phone {
  display: block;
  text-align: center;
  color: #666666;
  padding-bottom: 7px;
}
.TourismCard--expanded {
  max-height: none;
}
.TourismCard-expandButton {
  position: relative;
  padding-top: 0;
  width: 100%;
  height: 28px;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  background: #fff;
}
.TourismCard-expandButton:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 10px #2d34ce;
  box-shadow: 0 0 10px #2d34ce;
}
.TourismCard-expandButton--expanded .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: none;
}
.TourismCard-expandButton .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  float: none;
  margin-top: 5px;
}
.SliderGallery-slideContent {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
}
.SliderGallery-img {
  width: 100%;
  border-radius: 3px;
  height: auto;
}
@media (max-width: 768px) {
  .SliderGallery-slideContent {
    position: relative;
    overflow: hidden;
  }
}
.SliderGallery .slick-dots {
  margin-top: -45px;
  padding-bottom: 20px;
}
.SliderGallery .slick-dots li {
  margin-right: 8px;
}
.SliderGallery .slick-dots li button {
  background: #fff;
  width: 15px;
  height: 15px;
  border: none;
}
.SliderGallery .slick-dots li.slick-active button {
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .SliderGallery .slick-dots {
    margin-top: -66px;
  }
  .SliderGallery .slick-dots li {
    margin-right: 12px;
  }
}
.VideoCard {
  position: relative;
  height: 275px;
  float: left;
  width: 95%;
}
.VideoCard-container {
  text-align: center;
}
.VideoCard-callAction {
  height: 50px;
  margin-top: 37px;
}
.VideoCard-backgroundImage {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 275px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.VideoCard-backgroundImage img {
  width: 100%;
  height: 275px;
}
.VideoCard-overlay {
  background-color: black;
  opacity: 0.4;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 275px;
}
.VideoCard-textBlock {
  padding-top: 11px;
  z-index: 3;
  position: absolute;
  width: 100%;
}
.VideoCard-city {
  padding-top: 10px;
  padding-bottom: 13px;
  font-size: 2.14em;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.VideoCard-conditionsBtn {
  height: 30px;
  width: auto;
  position: absolute;
  right: 10px;
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}
.VideoCard-conditionsText {
  display: inline-block;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
}
.VideoCard-conditionsCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.VideoCard-country {
  font-size: 1.5em;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.VideoCard-playButton {
  float: none;
  padding-top: 0;
  width: 92px;
  height: 92px;
  border: 0;
  background: url(../../../../static/latam/images/design-image/iconoVideoMobile.svg) no-repeat;
  font-size: 48px;
}
.VideoCard-modalHeader {
  margin-top: 0;
  font-size: 1.71em;
  line-height: 100%;
}
.VideoCard-modalFooter {
  margin-top: 10px;
  border: 0;
  text-align: left;
}
.VideoCard-modalDescription {
  font-size: 1em;
  line-height: 100%;
  color: #666666;
}
.VideoCard-modalSocialLink .icono-redes {
  margin-left: 10px;
}
@media (min-width: 959px) {
  .VideoCard {
    width: 31.3%;
  }
  .VideoCard-playButton {
    width: 92px;
    height: 92px;
    background: url(../../../../static/latam/images/design-image/iconoVideoMobile.svg) no-repeat;
  }
}
.VideoCard--w100 {
  width: 100%;
  margin-left: 0;
}
.Countdown {
  position: absolute;
  width: 100%;
  padding: 0 10px 0 10px;
  bottom: -30px;
}
.Countdown-cell {
  float: none;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.Countdown-cell:after {
  position: absolute;
  top: 0;
  content: " ";
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #e0e0e0;
}
.Countdown-block {
  position: relative;
  padding: 10px 0 10px 0;
}
.Countdown-block--colored {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.Countdown-block--wSeparator:before {
  content: " ";
  width: 1px;
  height: 15px;
  background: #7c7c7c;
  position: absolute;
  right: 0px;
  top: 20px;
  bottom: 30px;
  margin: auto;
}
.Countdown-label {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
}
.Countdown-label--white {
  color: #fff;
}
.Countdown-label--main {
  font-size: 24px;
  margin-bottom: 2px;
}
.Countdown-label--timeLabel {
  margin-bottom: 6px;
  text-transform: capitalize;
}
.Countdown-timeIcon {
  float: none;
  color: #fff;
}
@media (min-width: 768px) {
  .Countdown {
    bottom: -37px;
    padding: 0;
  }
  .Countdown-cell {
    min-height: 72px;
    background: transparent;
  }
  .Countdown-cell:after {
    content: initial;
  }
  .Countdown-content {
    width: 378px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    height: 72px;
  }
  .Countdown-content:after {
    position: absolute;
    top: 0;
    content: " ";
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #e0e0e0;
  }
  .Countdown-block {
    height: 72px;
    padding: 12px 0 12px 0;
    width: 100px;
  }
  .Countdown-block--colored {
    width: 76px;
  }
  .Countdown-label--main {
    font-size: 36px;
  }
}
:-ms-input-placeholder,
:root .Countdown-cell {
  width: 379px;
}
.Terms-richtext p {
  font-size: 16px;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 150%;
  color: #666666;
}
.Terms-richtext strong {
  font-size: 16px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 150%;
  color: #666666;
}
.Terms-button {
  display: block;
  text-align: right;
}
.ModalAgrupaciones .richtext {
  padding-left: 0;
  padding-right: 0;
}
.AgrupationBox-background {
  background: #e1e9f2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.AgrupationBox-title {
  margin-bottom: 0;
  font-size: 1.71em;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .AgrupationBox-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2em;
  }
}
.AgrupationBox-emphasis {
  font-style: normal;
}
.AgrupationBox-text {
  color: #666666;
  display: block;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .AgrupationBox-text {
    margin-bottom: 15px;
    line-height: 120%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
  }
}
.FreeTextCard {
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.FreeTextCard-box {
  max-height: 370px;
  overflow: hidden;
}
.FreeTextCard-box--expanded {
  overflow: initial;
  max-height: none;
}
.FreeTextCard-content {
  padding: 20px 0;
}
.FreeTextCard-Btn {
  float: right;
  margin-bottom: 20px;
  margin-top: 5px;
}
.FreeTextCard-buttonContainer {
  padding: 0 20px;
}
.FreeTextCard--expanded {
  max-height: none;
}
.FreeTextCard-expandButton {
  position: relative;
  padding-top: 0;
  width: 100%;
  height: 28px;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  background: #fff;
}
.FreeTextCard-expandButton:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 10px #2d34ce;
  box-shadow: 0 0 10px #2d34ce;
}
.FreeTextCard-expandButton--expanded .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: none;
}
.FreeTextCard-expandButton .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  float: none;
  margin-top: 5px;
}
.FreeTextCard--noexpand .FreeTextCard-box {
  max-height: none;
}
.FreeTextCard--noexpand .FreeTextCard-expandButton {
  display: none;
}
.DiscountCard {
  position: relative;
  margin-top: 15px;
  border-bottom: 5px solid #004e96;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.DiscountCard-badges {
  height: 30px;
  margin-top: -15px;
  padding-left: 20px;
  position: absolute;
}
.DiscountCard-icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #666666;
}
.DiscountCard-discountContainer {
  position: relative;
  overflow: hidden;
}
.DiscountCard-discountBlock {
  float: right;
  padding: 11px 20px 14px;
  border-bottom-left-radius: 3px;
  line-height: 100%;
  background: #d31919;
  color: #fff;
}
.DiscountCard-discountValue {
  font-size: 2.29em;
  line-height: 100%;
}
.DiscountCard-discountSymbol {
  font-size: 1.71em;
  line-height: 100%;
}
.DiscountCard-discountText {
  display: block;
  font-size: 0.93em;
  line-height: 100%;
}
.DiscountCard-image img {
  width: 100%;
}
.DiscountCard-text {
  margin-top: 17px;
  margin-bottom: 17px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.29em;
  line-height: 120%;
  color: #004e96;
}
.DiscountCard-conditions {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 0.86em;
}
.DiscountCard-conditions.richtext a {
  color: inherit;
}
.DiscountCard-conditions.richtext p,
.DiscountCard-conditions.richtext h1,
.DiscountCard-conditions.richtext h2,
.DiscountCard-conditions.richtext h3,
.DiscountCard-conditions.richtext h4,
.DiscountCard-conditions.richtext h5,
.DiscountCard-conditions.richtext h6,
.DiscountCard-conditions.richtext ol,
.DiscountCard-conditions.richtext ul,
.DiscountCard-conditions.richtext blockquote,
.DiscountCard-conditions.richtext strong {
  line-height: 100%;
}
.DiscountCard-conditions.richtext p:first-child,
.DiscountCard-conditions.richtext h1:first-child,
.DiscountCard-conditions.richtext h2:first-child,
.DiscountCard-conditions.richtext h3:first-child,
.DiscountCard-conditions.richtext h4:first-child,
.DiscountCard-conditions.richtext h5:first-child,
.DiscountCard-conditions.richtext h6:first-child,
.DiscountCard-conditions.richtext ol:first-child,
.DiscountCard-conditions.richtext ul:first-child,
.DiscountCard-conditions.richtext blockquote:first-child,
.DiscountCard-conditions.richtext strong:first-child {
  margin-top: 0;
}
.DiscountCard-conditions.richtext p:last-child,
.DiscountCard-conditions.richtext h1:last-child,
.DiscountCard-conditions.richtext h2:last-child,
.DiscountCard-conditions.richtext h3:last-child,
.DiscountCard-conditions.richtext h4:last-child,
.DiscountCard-conditions.richtext h5:last-child,
.DiscountCard-conditions.richtext h6:last-child,
.DiscountCard-conditions.richtext ol:last-child,
.DiscountCard-conditions.richtext ul:last-child,
.DiscountCard-conditions.richtext blockquote:last-child,
.DiscountCard-conditions.richtext strong:last-child {
  margin-bottom: 0;
}
.DiscountCard-buttonBlock {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-right: 20px;
}
.DiscountCard-button {
  display: block;
  float: right;
  height: 30px;
  padding: 6px 10px 0;
  border-radius: 3px;
  background: #e2e6e7;
}
.DiscountCard-buttonTextBox {
  display: inline-block;
  height: 20px;
  font-size: 1em;
  line-height: 100%;
  vertical-align: middle;
}
.DiscountCard-buttonText,
.DiscountCard-buttonCaret {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.DiscountCard-buttonCaret {
  float: none;
}
.DiscountCard--image .DiscountCard-discountContainer {
  position: absolute;
  top: 0;
  right: 0;
}
.OptIn {
  text-align: center;
}
.OptIn-richtext {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.OptIn-richtext p {
  color: #666666;
  margin-bottom: 0;
  text-align: center;
}
.OptIn-richtext strong {
  color: #666666;
}
.OptIn-button {
  display: inline-block;
}
.OptIn .Btn {
  margin-left: 0;
}
.OptIn .Btn-icon,
.OptIn .Btn-text {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .OptIn {
    text-align: center;
  }
  .OptIn-richtext {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .OptIn-richtext p {
    color: #666666;
    margin-bottom: 0;
    text-align: left;
  }
  .OptIn-richtext strong {
    color: #666666;
  }
  .OptIn-button {
    display: inline-block;
  }
}
.OptIn--logged {
  display: none;
}
.OptIn--notlogged {
  display: block;
}
.FindExperience-BoxBackground {
  margin-top: 50px;
  margin-bottom: 30px;
  background: #d8e5ee;
  padding-top: 60px;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .FindExperience-BoxBackground {
    margin-bottom: 72px;
  }
}
.FindExperience-worldBox {
  height: 82px;
  width: 82px;
  margin: -108px auto 15px auto;
}
.FindExperience-world {
  color: #46acf3;
  height: 82px;
  width: 82px;
  font-size: 92px;
}
.FindExperience-titleBox {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.FindExperience-title {
  font-size: 21px;
  line-height: 100%;
  text-align: center;
}
.FindExperience-textBox {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.FindExperience-text {
  color: #666666;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.FindExperience-iconsContainer {
  display: inline-block;
  height: auto;
  width: 106%;
  text-align: center;
  margin-left: -10px;
}
.FindExperience-iconBox {
  width: 196px;
  height: 196px;
  border-radius: 100%;
  margin: 0 auto -90px auto;
  position: relative;
  display: inline-block;
  margin-right: 26px;
}
.FindExperience-iconBox:last-child {
  margin-right: 0;
}
.FindExperience-iconBox--nightLife {
  background: #761b7b;
}
.FindExperience-iconBox--adventure {
  background: #006a51;
}
.FindExperience-iconBox--buy {
  background: #da1f6a;
}
.FindExperience-iconBox--beach {
  background: #8d5f10;
}
.FindExperience-iconBox--gastronomy {
  background: #553c92;
}
.FindExperience-iconBox--honeymoon {
  background: #008279;
}
.FindExperience-iconBox--rest {
  background: #6d732a;
}
.FindExperience-iconBox--familyFun {
  background: #b12d8b;
}
.FindExperience-iconBox--snow {
  background: #00809d;
}
.FindExperience-iconBox--outdoors {
  background: #46843a;
}
.FindExperience-iconBox--getaways {
  background: #9c5915;
}
.FindExperience-iconBox--art {
  background: #007cbf;
}
.FindExperience-iconBox--history {
  background: #DC1448;
}
.FindExperience-iconBox--architecture {
  background: #0063ab;
}
.FindExperience-iconBox--city {
  background: #c74313;
}
.FindExperience-iconBox--peru {
  background: #a00455;
}
.FindExperience-iconBox--chile {
  background: #ff0505;
}
.FindExperience-iconBox--colombia {
  background: #161382;
}
.FindExperience-iconBox--argentina {
  background: #0a7df7;
}
.FindExperience-iconBox--caribe {
  background: #1fa306;
}
.FindExperience-iconBox--europa {
  background: #E6413A;
}
.FindExperience-iconBox--sudamerica {
  background: #e3004a;
}
.FindExperience-iconBox--mexico {
  background: #31921f;
}
.FindExperience-iconBox--estadosunidos {
  background: #ed7925;
}
.FindExperience-iconBox--norteamerica {
  background: #5f207d;
}
.FindExperience-iconBox--lima {
  background: #bb6106;
}
.FindExperience-iconBox--cusco {
  background: #9135bd;
}
.FindExperience-link {
  width: 196px;
  height: 196px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.FindExperience-gradient {
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 1, 0.2) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 1, 0.2) 100%);
  width: 196px;
  height: 196px;
  border-radius: 100%;
  margin: 0 auto -100px auto;
}
.FindExperience-icon {
  color: #fff;
  text-align: center;
  float: none;
  position: absolute;
  left: 0;
  top: 72%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  font-size: inherit;
}
.FindExperience-icon:before {
  font-size: 4.57em;
}
.FindExperience-iconText {
  color: #fff;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .FindExperience-worldBox {
    height: 92px;
    width: 92px;
    margin: -108px auto 8px auto;
  }
  .FindExperience-world {
    color: #46acf3;
    height: 92px;
    width: 92px;
    font-size: 92px;
  }
  .FindExperience-titleBox {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 13px;
  }
  .FindExperience-title {
    font-size: 48px;
    line-height: 100%;
    text-align: center;
  }
  .FindExperience-textBox {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 23px;
  }
  .FindExperience-text {
    color: #666666;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
  }
  .FindExperience-iconsContainer {
    display: inline-block;
    height: auto;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .FindExperience-iconBox {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    margin: 0 auto -90px auto;
    position: relative;
    display: inline-block;
    margin-right: 24px;
  }
  .FindExperience-iconBox:last-child {
    margin-right: 0;
  }
  .FindExperience-link {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
  }
  .FindExperience-gradient {
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 1, 0.2) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 1, 0.2) 100%);
    width: 170px;
    height: 170px;
    border-radius: 100%;
    margin: 0 auto -100px auto;
  }
  .FindExperience-icon {
    color: #fff;
    text-align: center;
    float: none;
    position: absolute;
    left: 0;
    top: 72%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
  }
  .FindExperience-iconText {
    color: #fff;
    text-align: center;
    margin: 13px 0 0 0;
    padding: 0 10px;
    font-size: 1.5em;
  }
}
.FindExperience .slick-slide img {
  display: inherit;
}
.FindExperience .slick-track {
  height: 215px;
}
.FindExperience .slick-dots {
  height: 196px;
  bottom: inherit;
  margin-bottom: 0;
  top: 197px;
  left: 0;
}
.FindExperience .slick-dots li {
  padding-top: 0;
  height: inherit;
}
.FindExperience .slick-dots li button {
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  width: 16px;
  height: 16px;
}
.FindExperience .slick-dots li button:before {
  content: " ";
}
.FindExperience .slick-dots li.slick-active button {
  background: #fff;
}
.FindExperience .slick-dots--warningBox {
  top: 310px;
}
@media (min-width: 960px) {
  .FindExperience .slick-dots {
    height: 50px;
    top: 158px;
    padding: 16px;
    left: 0;
    z-index: 2;
  }
  .FindExperience .slick-dots--warningBox {
    top: 438px;
  }
}
.ArrivalsFilter {
  background: #e1e9f2;
}
.ArrivalsFilter-container {
  padding: 30px 0;
  padding-bottom: 5px;
}
.ArrivalsFilter-title {
  font-size: 1.14em;
  line-height: 100%;
}
.ArrivalsFilter-description {
  margin: 20px 0px;
  margin-top: 6px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 150%;
  color: #666666;
}
.ArrivalsFilter-list {
  list-style: none;
  padding: 0;
}
.ArrivalsFilter-tag {
  float: left;
  width: auto;
  width: 48%;
  max-height: 40px;
  margin-right: 2%;
  border: 1px #003E93 solid;
  margin-bottom: 12px;
  border-radius: 3px;
}
.ArrivalsFilter-tag.select {
  background: white;
}
.ArrivalsFilter-tag.select .ArrivalsFilter-simulateCheckbox {
  border: 0;
  background: #6699ff;
}
.ArrivalsFilter-tag.select .ArrivalsFilter-simulateCheckbox:before {
  line-height: 20px;
  font-size: 1.43em;
  text-align: center;
  color: #033563;
  display: block;
}
.ArrivalsFilter-label {
  display: table-row;
  vertical-align: middle;
  font-family: "Zwo-Regular", Arial, sans-serif;
  cursor: pointer;
  color: #003E93;
  height: 30px;
}
.ArrivalsFilter-textLabel {
  display: table-cell;
  line-height: 100%;
  vertical-align: middle;
}
.ArrivalsFilter-simulateCheckbox {
  margin: 10px 8px;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  background: trasparent;
  border: 1px solid #003E93;
  border-color: #003E93;
  border-radius: 3px;
}
.ArrivalsFilter-input[type="checkbox"] {
  display: none;
}
@media (min-width: 768px) {
  .ArrivalsFilter-title {
    font-size: 1.79em;
  }
  .ArrivalsFilter-description {
    font-size: 1.14em;
  }
  .ArrivalsFilter-tag {
    width: auto;
    padding: 10px 16px;
    height: 40px;
    margin-right: 12px;
  }
  .ArrivalsFilter-tag.select .ArrivalsFilter-simulateCheckbox:before {
    line-height: 15px;
    font-size: 1.07em;
  }
  .ArrivalsFilter-description {
    margin-top: 16px;
  }
  .ArrivalsFilter-container {
    padding: 40px 0;
  }
  .ArrivalsFilter-simulateCheckbox {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 2px;
  }
  .ArrivalsFilter-textLabel {
    vertical-align: initial;
    display: inline;
  }
}
:-ms-input-placeholder,
:root .ArrivalsFilter-simulateCheckbox::before {
  font-size: 15px !important;
}
.BannerCampaign {
  margin-bottom: 20px;
}
.BannerCampaign-background {
  height: 270px;
  width: 100%;
  position: relative;
}
.BannerCampaign-logo {
  display: block;
  width: 50%;
  float: left;
  margin-top: 5px;
}
.BannerCampaign-logoImg {
  width: 135px;
}
.BannerCampaign-gradient {
  height: 270px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
  position: absolute;
}
.BannerCampaign-text {
  font-size: 21px;
  color: #666666;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 150%;
}
.BannerCampaign-banner {
  height: 80px;
  padding-top: 12px;
  padding-left: 10px;
  line-height: 150%;
  padding-bottom: 12px;
  padding-right: 20px;
  position: relative;
}
.BannerCampaign-contentInfo {
  height: 130px;
  padding-top: 20px;
  padding-left: 10px;
  display: block;
}
.BannerCampaign-infoOrigin {
  color: #fff;
  position: absolute;
  font-size: 28px;
  line-height: 150%;
  text-shadow: 1px 1px 2px #000000;
  line-height: 125%;
}
.BannerCampaign-contentRestrictions {
  height: 90px;
}
.BannerCampaign-contentActions {
  height: 50px;
  background-color: black;
  opacity: 0.7;
}
.BannerCampaign-Btn {
  float: right;
  margin-bottom: 20px;
}
.BannerCampaign-card {
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.BannerCampaign-conditionsBtn {
  height: 30px;
  width: auto;
  position: absolute;
  right: 10px;
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin-top: -40px;
}
.BannerCampaign-conditionsText {
  display: inline-block;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
}
.BannerCampaign-conditionsCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.BannerCampaign-conditions {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  position: relative;
}
.BannerCampaign-conditionsLink {
  color: #fff;
  text-decoration: underline;
  display: inherit;
  position: absolute;
  margin-top: -33px;
  margin-left: 20px;
  font-size: 0.86em;
}
.BannerCampaign-conditionsLink:hover,
.BannerCampaign-conditionsLink:focus {
  color: #fff;
}
.BannerCampaign-conditionsIcon {
  margin-right: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .BannerCampaign-infoOrigin {
    font-size: 36px;
  }
  .BannerCampaign-logo {
    width: 46%;
  }
  .BannerCampaign-logoImg {
    width: 175px;
  }
  .BannerCampaign-conditionsBtn {
    margin-right: 10px;
  }
  .BannerCampaign-contentInfo {
    padding-left: 20px;
  }
  .BannerCampaign-banner {
    padding-left: 20px;
  }
}
.BannerCampaign-logo--nologo {
  display: none;
}
.BannerCampaign-text--notexto {
  display: none;
}
.BannerCampaignRate {
  margin-bottom: 20px;
}
.BannerCampaignRate-background {
  height: 270px;
  width: 100%;
  position: relative;
}
.BannerCampaignRate-gradient {
  height: 270px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
  position: absolute;
}
.BannerCampaignRate-logo {
  display: block;
  width: 50%;
  float: left;
  margin-top: 5px;
}
.BannerCampaignRate-logoImg {
  width: 135px;
}
.BannerCampaignRate-text {
  font-size: 21px;
  color: #666666;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 150%;
}
.BannerCampaignRate-banner {
  height: 80px;
  padding-top: 12px;
  padding-left: 20px;
  line-height: 150%;
  padding-bottom: 12px;
  padding-right: 20px;
  position: relative;
}
.BannerCampaignRate-contentInfo {
  height: 130px;
  padding-top: 25px;
  padding-left: 10px;
}
.BannerCampaignRate-info {
  float: right;
  margin-right: 30px;
}
.BannerCampaignRate-infoOrigin {
  color: #fff;
  position: absolute;
  font-size: 16px;
  line-height: 125%;
}
.BannerCampaignRate-currency {
  color: #fff;
  line-height: 150%;
}
.BannerCampaignRate-restrictions {
  color: #fff;
  font-size: 14px;
  line-height: 125%;
  position: absolute;
  margin-top: 35px;
}
.BannerCampaignRate-destiny {
  line-height: 126%;
  text-shadow: 1px 1px 2px #000000;
  color: #fff;
  font-size: 24px;
  position: absolute;
  padding-top: 20px;
}
.BannerCampaignRate-contentRestrictions {
  height: 90px;
  padding: 0 10px;
}
.BannerCampaignRate-lastDays {
  background-color: #d41a1a;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  color: #fff;
  position: absolute;
  padding-top: 2px;
}
.BannerCampaignRate-contentActions {
  height: 50px;
  background-color: black;
  opacity: 0.7;
}
.BannerCampaignRate-description {
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  color: #fff;
  position: absolute;
  padding-top: 2px;
  margin-top: 52px;
}
.BannerCampaignRate-base {
  padding-bottom: 15px;
}
.BannerCampaignRate-rate {
  position: absolute;
  padding-bottom: 35px;
}
.BannerCampaignRate-rateBox {
  float: right;
  margin-right: 112px;
}
.BannerCampaignRate-Btn {
  float: right;
  margin-bottom: 20px;
}
.BannerCampaignRate-rateBase {
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  position: absolute;
}
.BannerCampaignRate-amount {
  font-size: 24px;
  text-shadow: 1px 1px 2px #000000;
  line-height: 150%;
  color: #fff;
  margin-bottom: 12px;
}
.BannerCampaignRate-card {
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 3px;
}
.BannerCampaignRate-conditionsBtn {
  height: 30px;
  width: auto;
  position: absolute;
  right: 10px;
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin-top: -40px;
}
.BannerCampaignRate-conditionsText {
  display: inline-block;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
}
.BannerCampaignRate-conditionsCaret {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.BannerCampaignRate-conditions {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  position: relative;
}
.BannerCampaignRate-conditionsLink {
  color: #fff;
  text-decoration: underline;
  display: inherit;
  position: absolute;
  top: initial;
  margin-top: -33px;
  margin-left: 10px;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  font-size: 0.86em;
}
.BannerCampaignRate-conditionsLink:hover,
.BannerCampaignRate-conditionsLink:focus {
  color: #fff;
}
.BannerCampaignRate-conditionsIcon {
  margin-right: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .BannerCampaignRate-infoOrigin {
    font-size: 21px;
  }
  .BannerCampaignRate-destiny {
    font-size: 36px;
    padding-top: 20px;
  }
  .BannerCampaignRate-info {
    float: left;
    margin-left: 195px;
  }
  .BannerCampaignRate-rateBase {
    font-size: 14px;
  }
  .BannerCampaignRate-amount {
    font-size: 36px;
  }
  .BannerCampaignRate-contentInfo {
    height: 130px;
    padding-top: 18px;
    padding-left: 20px;
  }
  .BannerCampaignRate-rateBox {
    text-align: right;
    margin-right: 165px;
  }
  .BannerCampaignRate-description {
    margin-left: 95px;
    margin-top: 65px;
    line-height: 150%;
    right: 20px;
  }
  .BannerCampaignRate-lastDays {
    margin-top: 15px;
  }
  .BannerCampaignRate-contentRestrictions {
    padding-left: 20px;
  }
  .BannerCampaignRate-conditionsLink {
    margin-left: 20px;
  }
  .BannerCampaignRate-restrictions {
    margin-top: 47px;
    padding-right: 20px;
  }
  .BannerCampaignRate-rateBase {
    line-height: 100%;
  }
  .BannerCampaignRate-logo {
    width: 46%;
  }
  .BannerCampaignRate-logoImg {
    width: 175px;
  }
  .BannerCampaignRate-rate {
    right: 20px;
  }
}
.BannerCampaignRate-logo--nologo {
  display: none;
}
.BannerCampaignRate-text--notexto {
  display: none;
}
.BannerCampaignBox-background {
  background: #F0F0F0;
  padding-top: 35px;
  padding-bottom: 20px;
}
.BannerCampaignBox-title {
  margin-bottom: 14px;
  font-size: 1.71em;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .BannerCampaignBox-title {
    margin-bottom: 34px;
    font-size: 2em;
  }
}
.PromotionalGroupsBox-btnContainer {
  position: absolute;
  left: 33%;
  bottom: -57px;
}
.PromotionalGroupsBox-background {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-top: 33px;
  padding-bottom: 20px;
}
.PromotionalGroupsBox-background--image {
  background: url("../../../../static/latam/images/design-image/mapaMundi.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.PromotionalGroupsBox-background--whiteSmoke {
  background: #f5f5f5;
}
.PromotionalGroupsBox-background--blueTropical {
  background: #bfe3f8;
}
.PromotionalGroupsBox-background--zircon {
  background: #f3f4ff;
}
@media (min-width: 959px) {
  .PromotionalGroupsBox-btnContainer {
    position: absolute;
    left: 47%;
    bottom: -77px;
  }
  .PromotionalGroupsBox-background {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .PromotionalGroupsBox-background--image {
    background: url("../../../../static/latam/images/design-image/mapaMundi.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .PromotionalGroupsBox-background--whiteSmoke {
    background: #f5f5f5;
  }
  .PromotionalGroupsBox-background--blueTropical {
    background: #bfe3f8;
  }
  .PromotionalGroupsBox-background--zircon {
    background: #f3f4ff;
  }
}
.PromotionalGroupsBox:-moz-tree-row(hover),
.PromotionalGroupsBox .Btn--level3 .Btn-caret {
  margin-top: -22px;
  margin-left: 30px;
}
.modalTerms .ngdialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 50px 10px;
  height: 440px;
  border-radius: 1px;
  -webkit-filter: blur(0.000001px);
}
.modalTerms .ngdialog-template {
  height: auto;
  overflow-y: initial;
  padding-right: 0;
}
.modalTerms-h3 {
  margin-bottom: 23px;
  font-size: 1.71em;
  line-height: 120%;
}
.modalTerms-content {
  overflow-y: auto;
  padding-right: 40px;
  height: 288px;
  line-height: 150%;
  color: #4c4c4c;
}
.modalTerms-content ul {
  padding-left: 0;
}
.modalTerms-content p,
.modalTerms-content li {
  line-height: 150%;
  color: #4c4c4c;
}
.modalTerms-content li {
  position: relative;
  padding-left: 13px;
  list-style: none;
}
.modalTerms-content li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 6px 4px 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 10px;
  vertical-align: top;
  background: #1b0088;
}
@media (min-width: 768px) {
  .modalTerms .ngdialog-content {
    padding: 50px;
    width: 620px;
    min-width: initial;
    max-width: initial;
    height: initial;
    min-height: 300px;
    max-height: 510px;
  }
  .modalTerms-content {
    height: auto;
    max-height: 358px;
    line-height: 170%;
  }
  .modalTerms-content p,
  .modalTerms-content li {
    line-height: 170%;
  }
  .modalTerms-content li:before {
    margin-top: 8px;
  }
}
.SectionBox-row {
  min-height: 275px;
  height: auto;
}
.OtherDestinations {
  margin: 30px 20px 60px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.OtherDestinations-container {
  overflow: hidden;
  padding: 0;
  max-height: 404px;
}
.OtherDestinations-title {
  padding-top: 17px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 120%;
  font-size: 1.71em;
}
.OtherDestinations-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.OtherDestinations-col {
  padding-right: 0;
  padding-left: 0;
}
.OtherDestinations-col:hover {
  background: #ebebeb;
}
.OtherDestinations-link {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.OtherDestinations-text {
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 22px;
  font-size: 1em;
  line-height: 100%;
  font-family: Arial, sans-serif;
  color: #666666;
}
.OtherDestinations-strong {
  display: block;
  margin-top: 14px;
  font-size: 1.14em;
  line-height: 100%;
}
.OtherDestinations-expandButton {
  background: white;
  border-radius: 3px;
  border: 0;
  padding-bottom: 10px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: middle;
  width: 100%;
}
.OtherDestinations-expandButton:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 960px) {
  .OtherDestinations {
    margin: 20px 0px 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .OtherDestinations-container {
    overflow: initial;
    padding-right: 10px;
    padding-left: 10px;
    max-height: none;
  }
  .OtherDestinations-title {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: inherit;
    border: 0;
    font-size: 2em;
  }
  .OtherDestinations-row--firstRow {
    margin-bottom: 19px;
  }
  .OtherDestinations-col {
    padding-right: 20px;
  }
  .OtherDestinations-col:nth-child(4n + 0) {
    padding-right: 0;
  }
  .OtherDestinations-col:nth-child(4n + 1) {
    clear: left;
  }
  .OtherDestinations-col:hover {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    padding-right: 0px;
  }
  .OtherDestinations-link {
    margin-right: 0;
    margin-left: 4px;
    border-bottom: 1px solid #e1e1e1;
  }
  .OtherDestinations-text {
    padding-top: 16px;
    padding-bottom: 17px;
    width: 170px;
  }
  .OtherDestinations-strong {
    margin-top: 8px;
  }
}
.OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link {
  border-bottom: 0;
}
.OtherDestinations-col:hover .OtherDestinations-link {
  border-bottom: 0;
}
.OtherDestinations-link .icon {
  display: none;
  float: none;
  padding-top: 19px;
  width: 47px;
  height: 70px;
  vertical-align: top;
  text-align: right;
  color: #c0bebe;
}
.OtherDestinations-expandButton .icon {
  display: inline-block;
  float: none;
  color: #c0bebe;
}
@media only screen and (min-width: 960px) {
  .OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link {
    border-bottom: 1px solid #e1e1e1;
  }
  .OtherDestinations-col:hover .icon {
    display: inline-block;
  }
}
.OtherDestinations--expanded .OtherDestinations-container {
  overflow: initial;
  max-height: none;
}
.OtherDestinations--expanded .OtherDestinations-expandButton .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.TextAux {
  margin-top: 50px;
}
.TextAux p {
  text-align: left;
  color: #333333;
  font-size: 1.29em;
  line-height: 120%;
}
.MapSite-title {
  text-align: left;
  font-size: 1.71em;
  line-height: 120%;
  margin-top: 35px;
}
.MapSite-column {
  list-style: none;
  padding-left: 0;
}
.MapSite-column-li:last-child {
  margin-bottom: 0;
}
.MapSite-link {
  cursor: pointer;
}
.MapSite-listLink {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-bottom: -15px;
}
.MapSite-contentLink {
  margin-top: 25px;
}
.MapSite-li {
  font-size: 1em;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
}
.MapSite-li:last-child {
  margin-bottom: 10px;
}
.MapSite-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .MapSite-title {
    margin-top: 44px;
  }
  .MapSite-li {
    margin-bottom: 28px;
  }
}
.DestinationQuote-card {
  background: #fff;
  border-radius: 3px;
  padding: 0;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}
.DestinationQuote-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.DestinationQuote-bannerImage {
  width: 100%;
}
.DestinationQuote-content {
  background-color: #3F3E3E;
  color: #fff;
  padding: 14px 19px 0 19px;
  position: relative;
  z-index: 2;
}
.DestinationQuote-title {
  text-align: center;
  font-size: 1.5em;
  line-height: 150%;
  padding: 0;
  margin: 0;
}
.DestinationQuote-text {
  text-align: center;
  font-size: 1.29em;
  line-height: 150%;
  padding: 0;
  margin: 0;
}
.DestinationQuote-buttonContainer {
  min-height: 50px;
  padding: 10px 1px;
  margin: 0;
}
.DestinationQuote-conditionsBtn {
  height: 30px;
  width: auto;
  background: #e2e6e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  position: relative;
  text-align: left;
  margin: 0;
  font-size: 1em;
}
.DestinationQuote-conditionsBtn:hover,
.DestinationQuote-conditionsBtn:focus,
.DestinationQuote-conditionsBtn:active {
  font-size: 1em;
}
.DestinationQuote-conditionsText {
  margin-right: 13px;
  font-family: "Arial", Helvetica, sans-serif;
}
.DestinationQuote-conditionsCaret {
  position: absolute;
  top: 14%;
  right: 7px;
}
@media (min-width: 959px) {
  .DestinationQuote--promotionalGroup {
    margin-top: 15px;
  }
}
.DestinationQuote--promotionalGroup .DestinationQuote-card {
  height: 274px;
  overflow: hidden;
}
.DestinationQuote--promotionalGroup .DestinationQuote-content {
  height: 165px;
}
.DestinationQuote--promotionalGroup .DestinationQuote-text {
  line-height: 120%;
}
.StimulusAgrupation {
  padding: 34px 0 0 0;
}
.StimulusAgrupation-title {
  display: block;
  margin-bottom: 12px;
  text-align: left;
  font-size: 1.71em;
  line-height: 120%;
  margin-left: 9px;
}
@media only screen and (min-width: 768px) {
  .StimulusAgrupation-title {
    margin-bottom: 35px;
    font-size: 2em;
  }
}
.WelcomeLayer .ngdialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 280px;
  height: 400px;
  max-width: none;
  min-width: initial;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: transparent;
  -webkit-filter: blur(0.000001px);
}
.WelcomeLayer-buttons {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
.WelcomeLayer-button {
  margin-bottom: 5px;
  width: 100%;
  direction: ltr;
}
@media (min-width: 768px) {
  .WelcomeLayer .ngdialog-content {
    width: 640px;
    height: 800px;
  }
  .WelcomeLayer-buttons {
    bottom: 25px;
    direction: rtl;
  }
  .WelcomeLayer-button {
    width: auto;
  }
}
@media (min-width: 960px) {
  .WelcomeLayer .ngdialog-content {
    width: 955px;
    height: 450px;
  }
}
.WelcomeLayer--light .ngdialog-close:before {
  color: #fff;
}
@media (min-width: 768px) {
  .WelcomeLayer-button.Btn + .WelcomeLayer-button.Btn {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .WelcomeLayer .ngdialog-content {
    -webkit-filter: blur(0);
  }
  .WelcomeLayer-button.Btn + .WelcomeLayer-button.Btn {
    margin-right: 60px;
  }
}
.NoFocusable:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.ngdialog-overlay {
  background: rgba(16, 0, 79, 0.85);
}
.Btn {
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .Btn {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .Btn {
    width: auto;
    display: inline-block;
  }
}
a.btn-flat + a.btn-flat,
button.btn-flat + button.btn-flat,
input.btn-flat + input.btn-flat,
a.btn-flat + button.btn-flat,
a.btn-flat + input.btn-flat,
button.btn-flat + a.btn-flat,
button.btn-flat + input.btn-flat,
input.btn-flat + a.btn-flat,
input.btn-flat + button.btn-flat {
  margin-left: 0;
}
@media (min-width: 768px) {
  a.btn-flat + a.btn-flat,
  button.btn-flat + button.btn-flat,
  input.btn-flat + input.btn-flat,
  a.btn-flat + button.btn-flat,
  a.btn-flat + input.btn-flat,
  button.btn-flat + a.btn-flat,
  button.btn-flat + input.btn-flat,
  input.btn-flat + a.btn-flat,
  input.btn-flat + button.btn-flat {
    margin-left: 15px;
  }
}
@media (min-width: 960px) {
  a.btn-flat + a.btn-flat,
  button.btn-flat + button.btn-flat,
  input.btn-flat + input.btn-flat,
  a.btn-flat + button.btn-flat,
  a.btn-flat + input.btn-flat,
  button.btn-flat + a.btn-flat,
  button.btn-flat + input.btn-flat,
  input.btn-flat + a.btn-flat,
  input.btn-flat + button.btn-flat {
    margin-left: 15px;
  }
}
a.Btn.first-level:hover,
a.Btn.second-level:hover,
a.Btn.third-level:hover,
a.Btn.first-level:focus,
a.Btn.second-level:focus,
a.Btn.third-level:focus {
  color: #fff;
}
.HomeSlider {
  margin-top: 0;
  max-height: none;
}
.HomeSlider a {
  cursor: pointer;
}
.HomeSlider-zonesContainer {
  height: 220px;
  padding: 20px 10px;
}
.HomeSlider-topCols,
.HomeSlider-middleCols,
.HomeSlider-bottomCols,
.HomeSlider-table {
  height: 100%;
}
.HomeSlider-prev,
.HomeSlider-next {
  display: none;
}
.HomeSlider-prev,
.HomeSlider-next {
  background-color: rgba(92, 92, 92, 0.7);
  border-radius: 1px;
  height: 62px;
  padding: 10px 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
}
.HomeSlider-prev img,
.HomeSlider-next img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.HomeSlider-prev:hover,
.HomeSlider-next:hover {
  background-color: rgba(133, 133, 133, 0.7);
}
.HomeSlider-prev:focus,
.HomeSlider-next:focus {
  background: rgba(0, 0, 0, 0.6);
  outline: 2px solid #FFFFFF;
  border: none;
  opacity: 1;
}
.HomeSlider-prev {
  left: 0;
  padding: 12px 8px 12px 20px;
}
.HomeSlider-next {
  padding-right: 20px;
  padding: 12px 20px 12px 8px;
  right: 0;
}
.HomeSlider-stage {
  background-position: center 0;
  -webkit-background-size: contain;
  background-size: contain;
}
.HomeSlider-button {
  display: inline-block;
  margin: 0;
  width: inherit;
}
.HomeSlider-button:hover {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
}
.HomeSlider-button:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  outline: 2px solid #FFFFFF;
  border: none;
}
.HomeSlider .slick-dots li {
  position: relative;
  bottom: 8px;
}
.HomeSlider .slick-dots li.HomeSlider-playButtonContainer {
  margin: 0 20px 0 7px;
  position: relative;
}
.HomeSlider .slick-dots li.HomeSlider-playButtonContainer:before {
  content: ' ';
  border: 1px solid #999999;
  position: absolute;
  height: 25px;
  left: 1px;
  top: 0;
}
.HomeSlider .slick-dots .HomeSlider-playButton {
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  -webkit-background-size: 30px;
  background-size: 30px;
  display: inline-block;
  border: none;
  background-repeat: no-repeat;
  background-position: -3px;
  background-image: url('../../../../static/latam/images/design-image/latam/slider/play_m.svg');
}
.HomeSlider .slick-dots .HomeSlider-playButton:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.HomeSlider .slick-dots .HomeSlider-playButton.isPlaying {
  background-image: url('../../../../static/latam/images/design-image/latam/slider/pause_m.svg');
}
.HomeSlider-bgBorder {
  position: absolute;
  top: -19px;
}
.HomeSlider-container {
  background-color: #fff;
  min-height: 410px;
  top: 166px;
}
.HomeSlider-container--dark {
  background-color: #fff;
}
.HomeSlider-container--dark:before {
  background-color: #fff;
}
@media (orientation: landscape) {
  .HomeSlider-container {
    top: 39.7%;
  }
  .HomeSlider-container:before {
    top: -15px;
    -webkit-transform: rotate(-3.2deg);
    -ms-transform: rotate(-3.2deg);
    transform: rotate(-3.2deg);
  }
}
.HomeSlider-zone {
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}
.HomeSlider-zone--innerTop {
  height: auto;
}
.HomeSlider-zone--top,
.HomeSlider-zone--topNoImage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  max-height: 58px;
}
.HomeSlider-zone--middle,
.HomeSlider-zone--middleNoImage {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  height: auto;
  max-height: 64px;
}
.HomeSlider-zone--bottom,
.HomeSlider-zone--bottomNoImage {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  margin-bottom: 20px;
}
.HomeSlider-description {
  padding: 0;
}
.HomeSlider-descriptionText {
  font-size: 1.29em;
  color: #1b0088;
  text-shadow: none;
  line-height: 120%;
}
.HomeSlider-descriptionText:hover {
  color: #1b0088;
}
.HomeSlider-conditions {
  font-size: 1.29em;
  color: #1b0088;
  text-shadow: none;
}
.HomeSlider-descriptionText {
  display: inline-block;
  margin-bottom: 0;
}
.HomeSlider-title {
  font-size: 1.71em;
  color: #1b0088;
  line-height: 120%;
  text-shadow: none;
}
.HomeSlider-title--dark {
  color: #1b0088;
}
@media only screen and (max-width: 767px) {
  .HomeSlider-button {
    border-color: #1b0088;
    color: #1b0088;
  }
}
@media only screen and (min-width: 768px) {
  .HomeSlider {
    margin-bottom: 0;
    margin-top: -77px;
    top: 59px;
  }
  .HomeSlider-zonesContainer {
    height: auto;
    padding: 0;
    position: relative;
    top: 71px;
  }
  .HomeSlider-zone {
    margin-bottom: 0;
  }
  .HomeSlider-zone--innerTop {
    height: 79px;
  }
  .HomeSlider-zone--top,
  .HomeSlider-zone--topNoImage {
    height: 100px;
    max-height: 100px;
  }
  .HomeSlider-zone--middle,
  .HomeSlider-zone--middleNoImage {
    height: 70px;
    max-height: 70px;
  }
  .HomeSlider-bgBorder {
    display: none;
  }
  .HomeSlider-button {
    display: inline-block;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    white-space: nowrap;
  }
  .HomeSlider-button:hover {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
  }
  .HomeSlider .slick-dots li.HomeSlider-playButtonContainer:before {
    border: 1px solid white;
    left: 0px;
    top: 1px;
  }
  .HomeSlider .slick-dots .HomeSlider-playButton {
    margin-top: 2px;
    display: inline-block;
    background-image: url('../../../../static/latam/images/design-image/latam/slider/play.svg');
  }
  .HomeSlider .slick-dots .HomeSlider-playButton.isPlaying {
    background-image: url('../../../../static/latam/images/design-image/latam/slider/pause.svg');
  }
  .HomeSlider-container {
    background-color: transparent;
    height: 368px;
    top: 0;
  }
  .HomeSlider-container:before {
    content: none;
  }
  .HomeSlider-stage {
    -webkit-background-size: cover;
    background-size: cover;
    height: 500px;
    min-height: 500px;
  }
  .HomeSlider-title {
    color: #fff;
    font-size: 2.29em;
  }
  .HomeSlider-title--dark {
    color: #10004F;
  }
  .HomeSlider-conditions {
    font-size: 1.29em;
    color: #ffffff;
  }
  .HomeSlider-conditions:hover {
    color: #ffffff;
  }
  .HomeSlider-descriptionText {
    font-size: 1.43em;
    color: #fff;
  }
  .HomeSlider-descriptionText:hover {
    color: #fff;
  }
  .HomeSlider-conditions {
    font-size: 1.29em;
    color: #ffffff;
  }
  .HomeSlider-conditions:hover {
    color: #ffffff;
  }
  .HomeSlider-tableCell {
    height: 100%;
    padding: 10px 20px;
  }
  .HomeSlider-tableCell--smTop {
    vertical-align: top;
  }
  .HomeSlider-tableCell--smMiddle {
    vertical-align: middle;
  }
  .HomeSlider-tableCell--smBottom {
    vertical-align: bottom;
  }
  .HomeSlider-tableCell--smLeft {
    text-align: left;
  }
  .HomeSlider-tableCell--smCenter {
    text-align: center;
  }
  .HomeSlider-tableCell--smRight {
    text-align: right;
  }
}
@media only screen and (min-width: 960px) {
  .HomeSlider {
    height: 500px;
    margin-top: 0;
    max-height: 500px;
    top: 0;
  }
  .HomeSlider-zonesContainer {
    height: 258px;
    top: 54px;
  }
  .HomeSlider-stage {
    background-position: 50%;
  }
  .HomeSlider-descriptionText {
    font-size: 1.71em;
  }
  .HomeSlider-title {
    font-size: 2.71em;
    height: auto;
  }
  .HomeSlider-stage {
    height: 517px;
    min-height: 517px;
  }
  .HomeSlider-tableCell {
    padding: 10px 0px;
  }
  .HomeSlider-tableCell--mdTop {
    vertical-align: top;
  }
  .HomeSlider-tableCell--mdMiddle {
    vertical-align: middle;
  }
  .HomeSlider-tableCell--mdBottom {
    vertical-align: bottom;
  }
  .HomeSlider-tableCell--mdLeft {
    text-align: left;
  }
  .HomeSlider-tableCell--mdCenter {
    text-align: center;
  }
  .HomeSlider-tableCell--mdRight {
    text-align: right;
  }
  .HomeSlider-zone--middle,
  .HomeSlider-zone--middleNoImage {
    height: 80px;
    max-height: 80px;
  }
  .HomeSlider-prev,
  .HomeSlider-next {
    display: block;
    opacity: 0;
  }
}
.HomeSlider.noSales {
  margin-bottom: 20px;
  min-height: 250px;
}
.HomeSlider.noSales .HomeSlider-stage {
  height: 427px;
  min-height: 250px;
}
.HomeSlider.noSales .HomeSlider-container {
  min-height: 261px;
}
.HomeSlider.noSales .HomeSlider-container::before {
  top: -4.9%;
}
@media (min-width: 768px) {
  .HomeSlider.noSales {
    margin-bottom: 60px;
    min-height: 500px;
  }
  .HomeSlider.noSales .HomeSlider-stage {
    height: 500px;
    min-height: 500px;
  }
}
@media (min-width: 960px) {
  .HomeSlider.noSales .HomeSlider-stage {
    min-height: 518px;
    height: 518px;
  }
  .HomeSlider.noSales-prev,
  .HomeSlider.noSales-next {
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}
.HomeSlider--destinos {
  position: relative;
}
.HomeSlider--destinos .HomeSlider-container {
  background: transparent;
  min-height: 420px;
}
.HomeSlider--destinos .HomeSlider-contrast {
  height: 100%;
}
.HomeSlider--destinos .HomeSlider-rates {
  height: 190px;
  position: absolute;
  bottom: 0;
  top: auto;
}
.HomeSlider--destinos .HomeSlider-urgency {
  background: #d41044;
  border-radius: 1px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 0.86em;
  line-height: 100%;
  color: #ffffff;
}
.HomeSlider--destinos .HomeSlider-stage {
  -webkit-background-size: cover;
  background-size: cover;
}
.HomeSlider--destinos .HomeSlider-description {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
  color: #ffffff;
}
.HomeSlider--destinos .HomeSlider-originCity {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
}
.HomeSlider--destinos .HomeSlider-arrivalCity {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.71em;
}
.HomeSlider--destinos .HomeSlider-rateBase {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 0.86em;
}
.HomeSlider--destinos .HomeSlider-price {
  margin: 4px 0 0 0;
}
.HomeSlider--destinos .HomeSlider-priceAmount {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.71em;
}
.HomeSlider--destinos .HomeSlider-priceCurrency {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
}
.HomeSlider--destinos .HomeSlider-rateDescription {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
}
.HomeSlider--destinos .HomeSlider-conditions {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.HomeSlider--destinos .HomeSlider-conditionsLink {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.HomeSlider--destinos .HomeSlider-conditionsIcon {
  position: relative;
  top: -4px;
}
.HomeSlider--destinos .HomeSlider-seeMore {
  font-size: 0.86em;
  text-decoration: underline;
}
.HomeSlider--destinos .HomeSlider-alignButton {
  float: right;
}
@media (min-width: 768px) {
  .HomeSlider--destinos {
    height: 427px;
  }
  .HomeSlider--destinos .HomeSlider-container {
    height: 367px;
    min-height: 367px;
  }
  .HomeSlider--destinos .HomeSlider-tableCell {
    padding: 10px 10px;
  }
  .HomeSlider--destinos .HomeSlider-rates {
    height: 110px;
    padding: 20px 0 15px 0;
  }
  .HomeSlider--destinos .HomeSlider-stage {
    min-height: 367px;
    height: 367px;
  }
  .HomeSlider--destinos .HomeSlider-urgency {
    font-size: 1.14em;
    padding: 8px 15px 5px 15px;
  }
  .HomeSlider--destinos .HomeSlider-description {
    background: #2d34ce;
    border-radius: 0;
  }
  .HomeSlider--destinos .HomeSlider-rateOrigin {
    height: auto;
    margin-bottom: 0;
  }
  .HomeSlider--destinos .HomeSlider-originCity {
    font-size: 1.79em;
  }
  .HomeSlider--destinos .HomeSlider-arrivalCity {
    font-size: 2em;
    margin-top: 20px;
  }
  .HomeSlider--destinos .HomeSlider-rateBase {
    font-size: 1em;
  }
  .HomeSlider--destinos .HomeSlider-ratePrice {
    text-align: left;
  }
  .HomeSlider--destinos .HomeSlider-price {
    margin: 10px 0 0 0;
  }
  .HomeSlider--destinos .HomeSlider-priceAmount {
    font-size: 2.57em;
  }
  .HomeSlider--destinos .HomeSlider-priceCurrency {
    font-size: 1.43em;
  }
  .HomeSlider--destinos .HomeSlider-rateDescription {
    width: 100%;
    text-align: left;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1em;
  }
  .HomeSlider--destinos .HomeSlider-rateConditions {
    position: relative;
    margin-top: 0;
    text-align: right;
    right: 12px;
  }
  .HomeSlider--destinos .HomeSlider-conditions {
    margin-top: 0;
  }
  .HomeSlider--destinos .HomeSlider-conditionsLink {
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .HomeSlider--destinos {
    height: 350px;
  }
  .HomeSlider--destinos .HomeSlider-container {
    min-height: 350px;
    height: 350px;
    padding-top: 36px;
  }
  .HomeSlider--destinos .HomeSlider-stage {
    min-height: 350px;
    height: 350px;
  }
  .HomeSlider--destinos .HomeSlider-rates {
    padding: 20px 20px 15px 20px;
  }
  .HomeSlider--destinos .HomeSlider-urgency {
    font-size: 1.07em;
    border-radius: 0;
  }
  .HomeSlider--destinos .HomeSlider-description {
    line-height: 100%;
  }
  .HomeSlider--destinos .HomeSlider-originCity {
    font-size: 1.71em;
  }
  .HomeSlider--destinos .HomeSlider-rateConditions {
    right: 0;
  }
  .HomeSlider--destinos .HomeSlider-ratePrice {
    text-align: right;
  }
  .HomeSlider--destinos .HomeSlider-conditionsLink {
    margin-bottom: 8px;
  }
  .HomeSlider--destinos .HomeSlider-seeMore {
    font-size: 1em;
  }
  .HomeSlider--destinos .HomeSlider-conditionsIcon {
    top: -3px;
  }
  .HomeSlider--destinos .HomeSlider-priceCurrency {
    float: none;
    margin-top: 0;
  }
}
.HomeSlider .HomeSlider-zone .row {
  height: 100%;
}
.HomeSlider .HomeSlider-description--dark .HomeSlider-descriptionText,
.HomeSlider .HomeSlider-description--dark .HomeSlider-conditions {
  color: #1b0088;
}
@media only screen and (min-width: 768px) {
  .HomeSlider .HomeSlider-description--dark .HomeSlider-descriptionText,
  .HomeSlider .HomeSlider-description--dark .HomeSlider-conditions {
    color: #10004F;
  }
}
@media only screen and (min-width: 768px) {
  .HomeSlider .HomeSlider-zone.HomeSlider-zone--topNoImage .HomeSlider-tableCell,
  .HomeSlider .HomeSlider-zone.HomeSlider-zone--middleNoImage .HomeSlider-tableCell,
  .HomeSlider .HomeSlider-zone.HomeSlider-zone--bottomNoImage .HomeSlider-tableCell {
    padding: 10px 20px;
  }
}
.HomeSlider--activeWarning {
  margin-top: 52px;
}
.HomeSlider--activeWarning .HomeSlider-zone--top {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .HomeSlider--activeWarning {
    margin-top: -5px;
  }
  .HomeSlider--activeWarning .HomeSlider-stage {
    height: 500px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .HomeSlider--activeWarning {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .HomeSlider--activeWarning.noSales {
    margin-bottom: 150px;
  }
}
.HomeSlider--subhome {
  height: auto;
}
.HomeSlider .slick-dots {
  height: auto;
  margin-top: 0;
  max-height: 30px;
  padding: 10px 0;
  top: 381px;
}
.HomeSlider .slick-dots li {
  height: 20px;
  padding: 5px;
  vertical-align: middle;
  width: 20px;
}
.HomeSlider .slick-dots button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  background-color: #999999;
  background-image: none;
}
.HomeSlider .slick-dots button:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.HomeSlider .slick-dots .slick-active button {
  background-color: #ed1650;
}
@media only screen and (min-width: 768px) {
  .HomeSlider .slick-dots {
    top: 399px;
  }
  .HomeSlider .slick-dots button {
    background-color: transparent;
  }
}
@media only screen and (min-width: 960px) {
  .HomeSlider .slick-dots {
    padding: 0;
    top: 313px;
  }
}
@media only screen and (min-width: 768px) {
  .HomeSlider.noSales .slick-dots {
    top: 447px;
  }
}
@media only screen and (min-width: 960px) {
  ::-moz-progress-bar,
  body:last-child .HomeSlider--destinos .slick-dots {
    top: 205px;
  }
}
.HomeSlider--destinos .slick-dots {
  height: 40px;
  max-height: 40px;
  top: 190px;
}
@media (min-width: 768px) {
  .HomeSlider--destinos .slick-dots {
    top: 217px;
  }
}
@media (min-width: 960px) {
  .HomeSlider--destinos .slick-dots {
    padding-top: 9px;
    top: 200px;
  }
}
.navbar-n3 {
  background-color: transparent;
  border: none;
}
.navbar-n3 .container ul.nav li {
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.navbar-n3 .container ul.nav li:first-child,
.navbar-n3 .container ul.nav li:last-child {
  border-radius: 1px;
}
.navbar-n3 .container ul.nav li a {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  color: #666666;
  line-height: 100%;
  text-align: center;
}
.navbar-n3 .container ul.nav li a span::after {
  border-right-color: #bfced2;
}
.navbar-n3 .container ul.nav li.active,
.navbar-n3 .container ul.nav li:hover {
  border-bottom: 2px solid #ed1650;
  background-color: #e7e7e7;
  cursor: pointer;
}
.navbar-n3 .container ul.nav li.active a {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  color: #1b0088;
}
.navbar-n3 .container ul.nav li:hover a {
  background-color: #e7e7e7;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  color: #333333;
}
div.sidebar ul.nav li {
  margin-top: 0;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  color: #666666;
}
div.sidebar ul.nav li.title a:hover {
  background: none;
}
div.sidebar ul.nav li.nav-menu-n4 a {
  border-bottom: 1px solid #bfced2;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
div.sidebar ul.nav li.nav-menu-n4 a:hover,
div.sidebar ul.nav li.nav-menu-n4 a.active {
  background-color: #ccc;
  border-left-color: #9A0000;
  border-bottom-color: #ccc;
  color: #333333;
  line-height: 120%;
}
div.sidebar ul.nav li.nav-menu-n4 a:hover {
  color: #333333;
}
div.sidebar ul.nav li.nav-menu-n4 a.active {
  font-size: 1.14em;
}
div.sidebar ul.nav li.nav-menu-n4 a.active-submenu {
  color: #1b0088;
}
div.sidebar ul.nav li.nav-menu-n4 a.active::after {
  background-image: url('../../../../static/latam/images/content-image/static/menu-4-hover.png');
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a {
  font-weight: normal;
  color: #666666;
  line-height: 120%;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
  font-size: 1em;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a:hover,
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a.active {
  background-color: #eeeeee;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a.active {
  color: #1b0088;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a.active:hover {
  color: #1b0088;
}
div.sidebar ul.nav li.nav-menu-n4 ul.submenu li.nav-menu-n5 a.active::after {
  background-image: url('../../../../static/latam/images/content-image/static/menu-5-hover.png');
}
.n4-adjacent-col::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #bfced2;
  left: -51px;
  z-index: -1;
}
.HeaderHome-breadcrumb {
  color: #1b0088;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
}
.HeaderHome-titleH1,
.HeaderHome-titleH2 {
  font-size: 2.29em;
  color: #1b0088;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
}
.HeaderHome-link {
  color: #1b0088;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  font-weight: bold;
}
.HeaderHome a + h1,
.HeaderHome a + h2 {
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  .HeaderHome {
    margin-top: 52px;
  }
  .HeaderHome-breadcrumb {
    font-size: 1.71em;
  }
  .HeaderHome-titleH1,
  .HeaderHome-titleH2 {
    font-size: 2.57em;
  }
}
@media only screen and (min-width: 960px) {
  .HeaderHome {
    margin-top: 70px;
  }
  .HeaderHome-titleH1,
  .HeaderHome-titleH2 {
    font-size: 2.86em;
  }
  .HeaderHome-breadcrumb:hover {
    text-decoration: underline;
    color: #1b0088;
  }
  .HeaderHome-breadcrumb:focus {
    outline-color: #1b0088;
    color: #1b0088;
  }
}
.noticias-banner .banner .caption {
  background: rgba(158, 158, 158, 0.9);
  font-family: "VistaSans-Light", Arial, sans-serif;
}
.NewsHeadline {
  margin-top: 20px;
}
.NewsHeadline-headline {
  padding: 0;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.64em;
  line-height: 125%;
  color: #666666;
  margin-bottom: 16px;
  margin-top: 0;
}
.NewsHeadline-lead {
  padding: 0;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.14em;
  line-height: 120%;
  color: #666666;
  margin-top: 16px;
}
.NewsHeadline-date {
  padding: 0;
  font-size: 0.86em;
  line-height: 120%;
  color: #666666;
  margin-top: 16px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
@media (min-width: 768px) {
  .NewsHeadline {
    margin-top: 37px;
  }
  .NewsHeadline-epigrafe {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1.14em;
    line-height: 120%;
    color: #666666;
  }
  .NewsHeadline-headline {
    font-size: 1.714em;
  }
  .NewsHeadline-lead {
    font-weight: bold;
    font-size: 1.29em;
    line-height: 125%;
  }
  .NewsHeadline-date {
    line-height: 150%;
    margin-top: 19px;
  }
}
@media (min-width: 960px) {
  .NewsHeadline {
    margin-top: 38px;
  }
  .NewsHeadline-epigrafe {
    font-size: 1.43em;
    line-height: 114%;
  }
  .NewsHeadline-headline {
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    font-size: 2em;
    margin-bottom: 44px;
  }
  .NewsHeadline-mask {
    margin-top: 0;
    margin-bottom: 39px;
  }
  .NewsHeadline-lead {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-weight: bold;
  }
  .NewsHeadline-date {
    margin-top: 0;
    margin-bottom: 0;
  }
  .NewsHeadline-image .img-wrapper .titulo {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
    line-height: 100%;
  }
  .NewsHeadline-image .img-wrapper .descripcion {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    color: #666666;
    font-size: 1.143em;
    line-height: 100%;
  }
}
.principal .mainsearch {
  margin-top: 39px;
  margin-bottom: 45px;
}
.principal .mainsearch .formsearch .buscador:focus {
  outline: 2px solid #1b0088;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .principal .mainsearch .formsearch .inputsrc .buscador {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    height: 40px;
    width: 58.33333333%;
    margin-right: 30px;
    border-radius: 1px;
    border: 1px solid #999999;
    font-size: 1.14em;
    color: #666666;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador::-webkit-input-placeholder {
    font-family: "Latam-Sans-Regular", arial, sans-serif !important;
    font-size: 1.14em;
    color: #666666;
    text-overflow: ellipsis;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador::-moz-placeholder {
    font-family: "Latam-Sans-Regular", arial, sans-serif !important;
    font-size: 1.14em;
    color: #666666;
    text-overflow: ellipsis;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador:-ms-input-placeholder {
    font-family: "Latam-Sans-Regular", arial, sans-serif !important;
    font-size: 1.14em;
    color: #666666;
    text-overflow: ellipsis;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador::placeholder {
    font-family: "Latam-Sans-Regular", arial, sans-serif !important;
    font-size: 1.14em;
    color: #666666;
    text-overflow: ellipsis;
  }
}
.principal .mainsearch .formsearch .inputsrc .btn-description {
  display: none;
}
.principal .mainsearch .formsearch .inputsrc .btn-component {
  width: auto;
  min-width: 210px;
  height: 40px;
}
.principal .mainsearch .formsearch .inputsrc .btn-component:hover {
  background: #2d34ce;
}
.principal .mainsearch .formsearch .inputsrc .btn-component:focus {
  background: #2d34ce;
  outline: 2px solid #1b0088;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .principal .mainsearch .formsearch .inputsrc .btn {
    display: block;
    background: #1b0088;
    position: initial;
  }
  .principal .mainsearch .formsearch .inputsrc .btn-description {
    display: block;
  }
}
@media (min-width: 960px) {
  .principal .mainsearch {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .principal .mainsearch {
    width: auto;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .principal .mainsearch .formsearch {
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: block;
  }
  .principal .mainsearch .formsearch .inputsrc {
    position: relative;
  }
  .principal .mainsearch .formsearch .inputsrc .buscador {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    padding-right: 60px;
    line-height: 30px;
    margin-right: 30px;
    border: 1px solid #dddddd;
  }
  .principal .mainsearch .formsearch .inputsrc .btn {
    width: auto;
    min-width: 30px;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .principal .mainsearch .formsearch .inputsrc .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .principal .mainsearch .formsearch .inputsrc .btn .icon-zoom {
    display: block;
    color: #b4b4b4;
    visibility: visible;
    font-size: 24px;
  }
  .principal .mainsearch .formsearch .inputsrc .btn-description {
    display: none;
  }
}
.principal .mainsearch .formsearch .inputsrc .buscador:focus {
  border: 1px solid #1b0088;
}
div.acceso-minisitios .am-wrapper .titulo h3 {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
}
div.acceso-minisitios .am-wrapper .titulo2 h3 {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  div.acceso-minisitios .am-wrapper .titulo h3,
  div.acceso-minisitios .am-wrapper .titulo2 h3 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
  }
  div.acceso-minisitios .am-wrapper .accion-btn .btn {
    background-color: #3e9e04;
  }
  div.acceso-minisitios .am-wrapper .accion-btn .btn .btn-description {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 18px;
    color: #fff;
  }
}
.StaticIconList-item {
  padding-bottom: 25px;
  margin-right: -10px;
  margin-left: -10px;
}
.StaticIconList-iconContainer {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.StaticIconList-icon {
  float: none;
  font-size: 48px;
  color: #ed1650;
}
.StaticIconList-content {
  position: relative;
}
.StaticIconList-content :first-child {
  margin-top: 0;
}
.StaticIconList-content :last-child {
  margin-bottom: 0;
}
.StaticIconList--Horizontal .StaticIconList-item {
  overflow: hidden;
}
.StaticIconList--Horizontal .StaticIconList-iconContainer {
  float: left;
  width: 25%;
}
.StaticIconList--Horizontal .StaticIconList-content {
  float: left;
  padding: 0 10px;
  width: 75%;
}
@media (min-width: 768px) {
  .StaticIconList--Horizontal .StaticIconList-iconContainer {
    width: 8.33333333%;
  }
  .StaticIconList--Horizontal .StaticIconList-content {
    width: 91.66666667%;
  }
}
@media (min-width: 960px) {
  .StaticIconList--Horizontal .StaticIconList-icon {
    font-size: 64px;
  }
}
.StaticIconList--Vertical .StaticIconList-content {
  padding: 0 10px;
}
.StaticIconList--Vertical .StaticIconList-iconContainer {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .StaticIconList--Vertical {
    margin-right: -10px;
    margin-left: -10px;
  }
  .StaticIconList--Vertical .StaticIconList-item {
    float: left;
    width: 33.33333333%;
    margin-right: 0;
    margin-left: 0;
  }
  .StaticIconList--Vertical .StaticIconList-icon {
    font-size: 64px;
  }
}
.StaticIconList--n4 .StaticIconList-iconContainer {
  width: 16.66666667%;
}
.StaticIconList--n4 .StaticIconList-content {
  width: 83.333333%;
}
.share #shareTitle {
  background: #999999;
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 959px) {
  .share .icon-mail-negative {
    background: #0073ae;
  }
  .share .icon-twitter:before,
  .share .icon-facebook:before {
    color: #0073ae;
  }
  .share .text {
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.btn-component {
  background-color: #3e9e04;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.btn-component:hover,
.btn-component:active,
.btn-component:visited,
.btn-component:focus {
  color: #fff;
}
.btn-component--icon {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .btn-component {
    color: #fff;
  }
}
/*
.btn-pfija {
  font-family: @headings-font-family-latam-regular;
  line-height: 150%;
  font-size: 16px;
  font-weight: normal;
  background-color: @btn-green-end-color;

  &:hover,
  &:active,
  &:visited,
  &:focus {
    font-size: 16px;
    font-weight: normal;
  }

  @media only screen and (max-width: @screen-sm-max) {
    font-size: 18px;

    &:hover,
    &:active,
    &:visited,
    &:focus  {
      font-size: 18px;
    }
  }
}
*/
.panel-group a .panel-heading {
  width: 100%;
  min-height: 70px;
  padding: 6px 8px;
  background: #F0F0F0;
  border-color: #F0F0F0;
  border-radius: 1px;
  display: table;
}
.panel-group a .panel-heading .panel-title {
  font-size: 1.29em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #1b0088;
  display: table-cell;
  vertical-align: middle;
}
.panel-group a .panel-heading .button-open {
  right: 3px;
}
.panel-group a .panel-heading .icon-small {
  margin-left: 20px;
  color: #1b0088;
}
.panel-group .panel-heading h3 {
  margin: 0;
}
.panel-group .panel {
  margin-bottom: 15px;
}
.panel-group .panel:last-child {
  margin-bottom: 0;
}
.panel-group .panel-body {
  width: 100%;
  height: auto;
  padding-top: 14px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .panel-group a .panel-heading {
    padding: 6px 18px;
  }
  .panel-group a .panel-heading .button-open {
    right: 13px;
  }
  .panel-group .panel-title {
    font-family: "Arial", Helvetica, sans-serif;
  }
}
@media (min-width: 960px) {
  .panel-group a .panel-heading {
    padding: 6px 20px 6px 19px;
  }
}
.panel-group.complex .panel-default a {
  display: table;
  width: 100%;
}
.panel-group.complex a .panel-heading {
  padding: 7px 9px 8px 9px;
  display: table-cell;
  height: 70px;
  vertical-align: bottom;
}
.panel-group.complex a .panel-heading .panel-title {
  font-size: 14px;
}
.panel-group.complex a .panel-heading .panel-title--text {
  display: table-cell;
  vertical-align: middle;
}
.panel-group.complex a .panel-heading .panel-title--text h3 {
  font-size: 1.29em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #1b0088;
}
.panel-group.complex a .panel-heading .panel-title--text p,
.panel-group.complex a .panel-heading .panel-title--text span {
  font-size: 1em;
}
.panel-group.complex a .panel-heading .panel-button .button-open {
  position: absolute;
  right: -5px;
  bottom: -22px;
}
@media (min-width: 768px) {
  .panel-group.complex a .panel-heading {
    padding: 7px 19px 10px 19px;
    display: table;
  }
  .panel-group.complex a .panel-heading .panel-title {
    display: table-cell;
  }
  .panel-group.complex a .panel-heading .panel-title--image {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0 2px 0;
  }
  .panel-group.complex a .panel-heading .panel-title--text {
    vertical-align: bottom;
  }
  .panel-group.complex a .panel-heading .panel-button {
    position: static;
  }
  .panel-group.complex a .panel-heading .panel-button .button-open {
    right: 13px;
    bottom: 0;
    top: 85%;
  }
}
@media (min-width: 960px) {
  .panel-group.complex .panel-default > a {
    display: block;
  }
  .panel-group.complex .panel-default > a:focus {
    outline: 2px solid #1b0088;
  }
  .panel-group.complex a .panel-heading {
    padding: 12px 20px 12px 20px;
  }
  .panel-group.complex a .panel-heading .panel-title--text h3 {
    margin-bottom: 5px;
  }
  .panel-group.complex a .panel-heading .panel-title--image {
    padding: 0;
  }
  .panel-group.complex a .panel-heading .panel-button .button-open {
    top: 80%;
  }
}
.bannerStaticsPage {
  background-position-y: 0px;
  background-position-x: 50%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -webkit-background-size: 985px 160px;
  background-size: 985px 160px;
  margin-bottom: 30px;
  position: relative;
}
.bannerStaticsPage-container {
  display: table;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.bannerStaticsPage-center {
  display: table-cell;
  vertical-align: middle;
  float: inherit;
}
.bannerStaticsPage-show {
  height: 160px;
  bottom: 0px;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.bannerStaticsPage-link {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #fff;
  font-size: 1.14em;
  text-align: left;
  text-shadow: 1px, 1px, 5px, #000000;
  text-decoration: none;
  margin-bottom: 21px;
  line-height: 100%;
  display: inline-block;
}
.bannerStaticsPage-link:hover,
.bannerStaticsPage-link:focus {
  color: #fff;
}
.bannerStaticsPage-title {
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  font-size: 2.29em;
  color: #fff;
  line-height: 120%;
  text-align: left;
  line-height: 100%;
}
@media (min-width: 768px) {
  .bannerStaticsPage {
    padding-top: 115px;
    -webkit-background-size: 1600px 260px;
    background-size: 1600px 260px;
  }
  .bannerStaticsPage-container {
    min-height: 115px;
  }
  .bannerStaticsPage-link {
    font-size: 1.71em;
  }
  .bannerStaticsPage-show {
    height: 160px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background-color: initial;
  }
  .bannerStaticsPage-title {
    font-size: 2.86em;
  }
}
@media (min-width: 959px) {
  .bannerStaticsPage {
    margin-bottom: 0px;
  }
  .bannerStaticsPage-link {
    font-size: 1.71em;
  }
  .bannerStaticsPage-link:hover,
  .bannerStaticsPage-link:focus {
    text-decoration: underline;
  }
  .bannerStaticsPage-title {
    font-size: 2.86em;
  }
}
@media (min-width: 1600px) {
  .bannerStaticsPage {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .bannerStaticsPage {
    margin-bottom: 0px;
  }
}
.bannerStaticsPage--sinn3 {
  margin-bottom: 50px;
}
.richtext {
  padding: 15px 0;
}
.richtext h2 {
  font-size: 1.714em;
  line-height: 120%;
  color: #1b0088;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.richtext h3 {
  font-size: 1.429em;
  line-height: 120%;
  color: #1b0088;
  content: "";
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.richtext h4 {
  font-size: 1.286em;
  line-height: 120%;
  color: #1b0088;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.richtext strong {
  font-size: 1.286em;
  line-height: 150%;
  color: #333333;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.richtext p {
  font-size: 1.143em;
  line-height: 150%;
  color: #333333;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.richtext ul li {
  font-size: 1.14em;
  line-height: 120%;
  color: #333333;
}
.richtext ol li {
  font-size: 1.14em;
  line-height: 120%;
  color: #333333;
}
.richtext blockquote {
  font-family: "Latam-Sans-Regular-Italic", arial, sans-serif;
  font-size: 1.000em;
  line-height: 120%;
  color: #333333;
}
.richtext a {
  color: #2d34ce;
  text-decoration: underline;
}
.richtext a:hover,
.richtext a:focus {
  text-decoration: none;
}
.richtext a:focus {
  background: #fff2a8;
  outline-offset: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.richtext h2,
.richtext h3,
.richtext h4,
.richtext blockquote {
  margin: 0;
}
.richtext p,
.richtext strong,
.richtext ul,
.richtext ol {
  margin: 20px 0;
}
.richtext p + p,
.richtext p + ul,
.richtext p + ol,
.richtext ul + p,
.richtext ol + p,
.richtext strong + p,
.richtext p + strong,
.richtext strong + ul,
.richtext ul + strong,
.richtext strong + ol,
.richtext ol + strong,
.richtext strong + strong,
.richtext ul + ul,
.richtext ol + ol {
  margin-top: 0;
  display: block;
}
.richtext p + h2,
.richtext p + h3,
.richtext p + h4,
.richtext ul + h2,
.richtext ul + h3,
.richtext ul + h4,
.richtext ol + h2,
.richtext ol + h3,
.richtext ol + h4,
.richtext strong + h2,
.richtext strong + h3,
.richtext strong + h4 {
  margin-top: 10px;
  display: block;
}
.richtext h2 + strong,
.richtext h3 + strong,
.richtext h4 + strong {
  display: block;
}
.richtext h2 + h3,
.richtext h2 + h4,
.richtext h3 + h2,
.richtext h3 + h4,
.richtext h4 + h2,
.richtext h4 + h3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .richtext {
    padding: 0;
  }
  .richtext h2 {
    font-size: 2.000em;
  }
  .richtext h3 {
    font-size: 1.714em;
  }
  .richtext h3:before {
    content: "";
    padding-right: 0;
  }
  .richtext a:focus {
    background-color: #fff2a8;
  }
  .richtext a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  .richtext h2 {
    font-size: 2.000em;
  }
  .richtext h3 {
    font-size: 1.714em;
  }
  .richtext a:focus {
    background-color: #fff2a8;
  }
  .richtext a:hover {
    text-decoration: none;
  }
  .richtext a:focus {
    background-color: #fff2a8;
  }
}
.Messaging {
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.Messaging-msgico {
  display: table-cell;
  vertical-align: middle;
  min-width: 157px;
}
.Messaging-icon {
  color: #ed1650;
  text-align: center;
  vertical-align: middle;
  font-size: 3.43em;
}
.Messaging-msgdesc {
  display: table-cell;
  vertical-align: middle;
}
.Messaging-contentTitle {
  padding: 0;
  overflow: hidden;
  display: inline-table;
}
.Messaging-title {
  margin-top: 0;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 120%;
  color: #ed1650;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: bottom;
}
.Messaging-richtext {
  margin-top: 9px;
}
.Messaging-richtext p {
  line-height: 150%;
}
.Messaging-richtext a:focus {
  background-color: transparent;
}
.Messaging-richtext blockquote {
  color: #333333;
}
@media (min-width: 768px) {
  .Messaging {
    display: table;
    height: auto;
    padding: 10px 0px;
    border-radius: 3px;
  }
}
@media (min-width: 960px) {
  .Messaging-msgico {
    border-right: 1px solid #cccccc;
  }
  .Messaging-richtext {
    margin-left: 7px;
  }
  .Messaging-icon {
    width: 100%;
    font-size: 9.14em;
  }
  .Messaging-icon--internal {
    display: none;
  }
  .Messaging-title {
    font-size: 2.57em;
    padding-left: 0;
  }
}
.DestacadosInfo-step {
  background: none;
  border: none;
  border-radius: 0;
}
.DestacadosInfo-block {
  position: relative;
  text-align: center;
  padding-bottom: 7px;
}
.DestacadosInfo-icon {
  position: static;
  display: inline-block;
  text-align: center;
  font-size: 64px;
}
.DestacadosInfo-image {
  color: #ed1650;
}
@media (min-width: 768px) {
  .DestacadosInfo-block {
    padding-bottom: 0;
  }
  .DestacadosInfo-icon {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  .DestacadosInfo-icon {
    font-size: 64px;
  }
}
.DestacadosInfo .richtext {
  padding: 11px 0 0 0;
}
.DestacadosInfo .richtext ul {
  padding: 0 0 0 15px;
  margin-top: 0;
  text-align: left;
}
.acceso-contextual .ac-content .title {
  font-size: 1.29em;
  color: #5c5c5c;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 120%;
}
.acceso-contextual .ac-content a.Btn {
  margin-bottom: 0;
}
.acceso-contextual p {
  margin-top: 15px;
  margin-bottom: 16px;
}
.acceso-contextual .crosslink {
  padding: 20px !important;
  background: #dddddd;
  border: 1px solid #dddddd;
}
.acceso-contextual .crosslink a {
  padding: 0;
}
.acceso-contextual .crosslink .title {
  font-size: 1.29em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 120%;
  color: #5c5c5c;
}
.acceso-contextual .crosslink .title .crosslink-icon {
  padding-right: 20px;
  color: #ed1650;
  width: auto;
}
.acceso-contextual .crosslink a.link {
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  text-decoration: underline;
  color: #5c5c5c;
}
@media (min-width: 480px) {
  .acceso-contextual .ac-content a.Btn {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .acceso-contextual .crosslink .title .crosslink-icon {
    width: 100%;
    text-align: center;
  }
  .acceso-contextual .crosslink--only .title .crosslink-icon {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .acceso-contextual .ac-content a.Btn {
    margin-bottom: 0;
  }
  .acceso-contextual .crosslink--only .title,
  .acceso-contextual .crosslink--only .link {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 960px) {
  .acceso-contextual .crosslink {
    background: transparent;
    border: 0;
    border-left: 1px solid #e1e1e1;
  }
  .acceso-contextual .crosslink .title .crosslink-icon {
    margin-bottom: 15px;
  }
  .acceso-contextual .crosslink a.link:hover,
  .acceso-contextual .crosslink a.link:focus {
    text-decoration: none;
  }
}
@media only screen and (max-width: 959px) {
  .acceso-contextual .ac-content {
    padding: 18px;
    border: 1px solid #dddddd;
    border-radius: 1px;
    margin-bottom: 15px;
  }
  .acceso-contextual .ac-content .title {
    width: auto;
  }
  .acceso-contextual .ac-content p {
    color: #666666;
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 12px;
  }
  .acceso-contextual .crosslink .title,
  .acceso-contextual .crosslink a.link {
    display: table-cell;
    vertical-align: middle;
  }
}
.RelationalAccess {
  font-size: 14px;
}
.RelationalAccess-title {
  text-align: left;
  color: #1b0088;
  line-height: 120%;
  width: 100%;
  height: auto;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.43em;
}
.RelationalAccess-content {
  display: inline-block;
  width: 75%;
}
.RelationalAccess-box {
  border-top: 1px solid #dddddd;
  padding: 5px 0;
}
.RelationalAccess-arrow {
  display: none;
}
.RelationalAccess-icon {
  vertical-align: top;
  height: auto;
  color: #ed1650;
  font-size: 48px;
}
.RelationalAccess-iconBox {
  display: inline-block;
}
.RelationalAccess-listItem {
  border: none;
}
.RelationalAccess-listItem :focus {
  text-decoration: none;
}
.RelationalAccess-link {
  width: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #5c5c5c;
  line-height: 120%;
  text-align: left;
  font-size: 1em;
}
@media (min-width: 768px) {
  .RelationalAccess {
    margin-top: 0;
  }
  .RelationalAccess-content {
    vertical-align: top;
    display: inline-block;
  }
  .RelationalAccess-title {
    position: static;
    font-size: 1.71em;
  }
  .RelationalAccess-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 0 0 0;
    border-top: none;
  }
  .RelationalAccess-container {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .RelationalAccess-icon {
    vertical-align: middle;
  }
}
@media (min-width: 960px) {
  .RelationalAccess {
    margin-top: 20px;
  }
  .RelationalAccess-title {
    display: inline-block;
  }
  .RelationalAccess-container {
    position: relative;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .RelationalAccess-listItem {
    border-top: none;
  }
  .RelationalAccess-arrow {
    display: block;
  }
  .RelationalAccess-content {
    display: table-cell;
    width: 100%;
    padding-left: 0;
  }
  .RelationalAccess-link:hover,
  .RelationalAccess-link:focus {
    text-decoration: none;
  }
  .RelationalAccess-iconBox {
    display: table-cell;
    padding: 0;
  }
  .RelationalAccess-icon {
    font-size: 64px;
    margin-right: 20px;
  }
  .RelationalAccess-box {
    display: table-cell;
  }
}
div.bloque-ci div.content h3 {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #0073ae;
}
div.bloque-ci div.content h3 span {
  color: #004e96;
  margin-right: 10px;
}
div.bloque-ci div.content p {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}
@media only screen and (max-width: 959px) {
  div.bloque-ci div.content h3 {
    font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #999999;
  }
  div.bloque-ci div.content p {
    font: normal 16px/150% Arial, sans-serif;
  }
}
.Table {
  border-radius: 1px;
}
.Table-caption {
  border-radius: 1px 1px 0 0;
  background: #7d7d7d;
  color: #fff;
}
.Table-mobileHeader {
  color: #1b0088;
}
.Table-mobileHeader h1 {
  color: #1b0088;
}
.Table-richtext.richtext {
  padding: 0;
}
.Table-richtext p {
  line-height: 114%;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}
.Table-richtext p strong {
  line-height: 114%;
}
.Table-icon + .Table-richtext.richtext {
  padding-top: 5px;
}
.Table-row:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.Table .Table-cell {
  color: #333333;
}
.Table-desktopValue,
.Table-mobileHeader {
  padding: 0 5px 0 10px;
}
.Table--noCaption .Table-row:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.Table--colorSolid .Table-mobileHeader {
  padding: 18px 10px;
}
.Table--colorGradient .Table-headerCell:nth-child(1) {
  background: #7d7d7d;
  color: #333333;
}
.Table--colorGradient .Table-headerCell:nth-child(2) {
  background: #9c9c9c;
  color: #333333;
}
.Table--colorGradient .Table-headerCell:nth-child(3) {
  background: #ABABAB;
  color: #333333;
}
.Table--colorGradient .Table-headerCell:nth-child(4) {
  background: #bababa;
  color: #333333;
}
.Table--colorGradient .Table-headerCell:nth-child(5) {
  background: #cacaca;
  color: #333333;
}
.Table--colorGradient .Table-headerCell:nth-child(6) {
  background: #ededed;
  color: #333333;
}
.Table--colorGradient .Table-headerCell p,
.Table--colorGradient .Table-headerCell h1,
.Table--colorGradient .Table-headerCell h2,
.Table--colorGradient .Table-headerCell h3,
.Table--colorGradient .Table-headerCell h4,
.Table--colorGradient .Table-headerCell h5,
.Table--colorGradient .Table-headerCell h6,
.Table--colorGradient .Table-headerCell ol,
.Table--colorGradient .Table-headerCell ul,
.Table--colorGradient .Table-headerCell blockquote,
.Table--colorGradient .Table-headerCell strong {
  color: #333333;
}
.Table .Table-cell {
  padding-top: 18px;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .Table-cell {
    display: block;
    border-bottom-width: 0;
  }
  .Table-theadHeader,
  .Table-tfoot {
    display: none;
  }
  .Table-thead,
  .Table-row {
    display: block;
  }
  .Table-mobileHeader,
  .Table-desktopValue {
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .Table-theadHeader,
  .Table-row {
    display: table-row;
  }
  .Table-headerCell {
    display: table-cell;
  }
  .Table-tfoot,
  .Table-mobileHeader {
    display: none;
  }
  .Table-thead {
    display: table-header-group;
  }
  .Table-row {
    display: table-row;
  }
  .Table-desktopValue {
    display: inline;
  }
  .Table-cell {
    display: table-cell;
  }
  .Table .Table-cell {
    padding: 0 10px;
  }
  .Table-caption {
    background: #6e6e6e;
    color: #fff;
    border-radius: 1px 1px 0 0;
  }
  .Table-headerCell:nth-child(-n+5) {
    background: #7d7d7d;
    color: #fff;
  }
  .Table-richtext p {
    line-height: 114%;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
  }
  .Table-richtext p strong {
    line-height: 114%;
  }
  .Table--colorSolid .Table-caption {
    background: #6e6e6e;
    color: #fff;
  }
  .Table--colorSolid .Table-headerCell {
    background: #7d7d7d;
    color: #fff;
  }
  .Table--colorGradient .Table-caption {
    background: #6e6e6e;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .Table .Table-cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.Table .Table-thead .Table-theadHeader .Table-headerCell:first-child {
  border-top-left-radius: 1px;
}
.Table .Table-thead .Table-theadHeader .Table-headerCell:last-child {
  border-top-right-radius: 1px;
}
.Table .Table-tbody .Table-row:last-child .Table-cell:first-child {
  border-bottom-left-radius: 1px;
}
.Table .Table-tbody .Table-row:last-child .Table-cell:last-child {
  border-bottom-right-radius: 1px;
}
.Sales {
  margin-top: -305px;
}
.Sales-dummy {
  height: 295px;
  min-height: 295px;
}
.Sales-contingencia {
  margin-top: -355px;
}
@media only screen and (min-width: 768px) {
  .Sales {
    margin-top: -71px;
  }
  .Sales-dummy {
    height: 368px;
    min-height: 368px;
  }
  .Sales-contingencia {
    margin-top: -342px;
  }
}
@media only screen and (min-width: 960px) {
  .Sales {
    margin-top: -156px;
  }
  .Sales-dummy {
    height: 295px;
    min-height: 295px;
  }
  .Sales-contingencia {
    margin-top: -322px;
  }
}
@media only screen and (min-width: 960px) {
  .Sales.HomeSlider--activeWarning {
    margin-top: -156px;
  }
}
body {
  background-color: #fff;
  font-size: 14px;
  line-height: 120%;
  padding-top: 48px;
}
@media (min-width: 768px) {
  body {
    padding-top: 98px;
  }
}
@media (min-width: 960px) {
  body {
    padding-top: 116px;
  }
}
.MapSite-contentLink {
  margin-top: 30px;
}
.MapSite-title {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #1b0088;
}
.MapSite-li {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #2d34ce;
  margin-bottom: 20px;
  text-decoration: none;
}
.MapSite-li:hover {
  text-decoration: underline;
  color: #2d34ce;
}
.MapSite-li:focus {
  text-decoration: underline;
  outline: 2px solid #0267c3;
  padding: 1px 3px;
  color: #2d34ce;
}
@media (min-width: 768px) {
  .MapSite-li {
    margin-bottom: 28px;
  }
}
/* Info Ayuda banner */
.BannerInfoAyuda-contentBanners {
  height: auto;
}
.BannerInfoAyuda-contentBanners .Btn:focus {
  color: #1b0088;
}
.BannerInfoAyuda-logoText {
  margin-top: 0;
  border-radius: 1px;
  min-height: 125px;
  height: auto;
  width: 100%;
  padding: 10px;
}
.BannerInfoAyuda-image--sm {
  min-height: 125px;
  height: auto;
  width: 100%;
  padding: 0 10px 0 0;
}
.BannerInfoAyuda-imgBanner {
  min-height: 125px;
  height: auto;
  width: 44%;
}
.BannerInfoAyuda-imgText {
  font-size: inherit;
}
.BannerInfoAyuda-bulletText {
  color: #1b0088;
  font-size: 1em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.BannerInfoAyuda-bulletText:hover,
.BannerInfoAyuda-bulletText:focus {
  text-decoration: underline;
  color: #1b0088;
}
.BannerInfoAyuda-text {
  display: block;
  color: #1b0088;
  font-size: 1em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  margin: 0;
}
/* Info Ayuda News */
.HelpNewsLine {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.HelpNewsLine-contTitle {
  border: none;
  height: auto;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.HelpNewsLine-title {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 120%;
  color: #2316a6;
}
.HelpNewsLine-subTitle {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 120%;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.HelpNewsLine-contList {
  padding: 0;
  height: auto;
  margin-bottom: 25px;
}
.HelpNewsLine-contList:last-child {
  margin-bottom: 0;
}
.HelpNewsLine-uList {
  list-style: none;
  padding: 0;
}
.HelpNewsLine-uList:last-child {
  margin-bottom: 0;
}
.HelpNewsLine-date {
  display: block;
  height: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 150%;
  color: #5c5c5c;
}
.HelpNewsLine-listItemLink {
  display: block;
  height: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 150%;
  color: #4c4c4c;
  text-decoration: none;
}
@media (min-width: 768px) {
  .HelpNewsLine-listItem {
    display: inline-block;
  }
  .HelpNewsLine-contList {
    margin-bottom: 21px;
  }
  .HelpNewsLine-contTitle {
    margin-bottom: 6px;
  }
  .HelpNewsLine-listItemLink {
    margin-bottom: 4px;
  }
  .HelpNewsLine-title {
    font-size: 2.57em;
  }
  .HelpNewsLine-listLink {
    text-align: right;
  }
  .HelpNewsLine .Btn {
    width: 100%;
    margin-bottom: 0;
  }
  .HelpNewsLine .Btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 960px) {
  .HelpNewsLine-contTitle {
    margin-bottom: 15px;
  }
  .HelpNewsLine-contList {
    margin-bottom: 8px;
  }
  .HelpNewsLine-listItem {
    width: 50%;
    display: inline-block;
  }
  .HelpNewsLine-uList {
    margin-bottom: 0;
  }
}
.HelpNewsLine .Btn {
  text-align: right;
  width: auto;
}
.HelpNewsLine .Btn:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.HelpNewsLine .Btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpInfo .HelpNewsLine .Btn.fourth-level:focus span:first-child {
  text-decoration: none;
}
.HelpNewsLine .Btn {
  padding-right: 0;
}
@media (min-width: 768px) {
  .HelpNewsLine .Btn {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 7px;
    font-size: 1.29em;
  }
  .HelpNewsLine .Btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    color: #1b0088;
  }
}
.HelpInfo {
  padding: 0;
}
.HelpInfo-banner {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 40px 20px;
  border-radius: 3px;
  text-align: center;
}
.HelpInfo-infoIcon {
  color: #fff;
  float: none;
}
.HelpInfo-title {
  font-size: 1.71em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  float: none;
  margin: 30px 0;
  font-weight: normal;
}
.HelpInfo-text {
  font-size: 13px;
  line-height: 150%;
  font-family: "Arial", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0;
}
.HelpInfo-link {
  color: #fff;
  text-decoration: underline;
}
.HelpInfo-image {
  width: 100%;
  height: auto;
}
.HelpInfo-bannerJulia {
  width: auto;
  height: auto;
  overflow: hidden;
}
.HelpInfo-juliaQuestions {
  padding: 15px 25px 15px 15px;
  margin: 24px 0;
  background: #fff;
}
.HelpInfo-titleBox {
  border-bottom: none;
  padding: 0 15px 5px 15px;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.HelpInfo-juliaTitle {
  font-size: 1.29em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #333333;
  text-align: left;
  border: none;
}
.HelpInfo-juliaLink {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
  color: #333333;
  border: 2px solid transparent;
  text-decoration: none;
}
.HelpInfo-juliaLink:hover {
  color: #333333;
}
.HelpInfo-juliaLink:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpInfo-bannerJuliaLink:focus .HelpInfo-image {
  border: 2px solid #2d346e;
}
.HelpInfo-juliaBtn .Btn {
  text-align: left;
}
.HelpInfo-linkBox {
  width: 100%;
  height: inherit;
}
.HelpInfo-linkCategory {
  display: block;
  float: none;
  color: #1361a7;
  font-size: 16px;
  font-family: "Zwo-Light", Arial, sans-serif;
}
.HelpInfo-linkCategory--tam {
  color: #a0191f;
  font-family: "Rotis-SemiSerif", Arial, sans-serif;
}
.HelpInfo-iconInfo {
  display: inline-block;
  font-size: 30px;
  margin-top: -7px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  color: #1361a7;
}
.HelpInfo-iconInfo--tam {
  color: #a0191f;
}
.HelpInfo-bulletIcon {
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
  float: right;
  display: inline-block;
}
.HelpInfo-bulletIcon:before {
  color: #1361a7;
}
.HelpInfo-bulletIcon--tam:before {
  color: #a0191f;
}
.HelpInfo-linkImage:focus {
  border: 2px solid #2d346e;
}
@media (min-width: 768px) {
  .HelpInfo-title {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 2em;
    line-height: 120%;
  }
  .HelpInfo-juliaLink:hover {
    text-decoration: underline;
    color: #333333;
  }
  .HelpInfo-juliaLink:focus {
    text-decoration: underline;
    border: 2px solid #2d346e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.HelpCategory-title {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
  line-height: 120%;
  color: #333333;
}
.HelpCategory-subTitle {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 120%;
  color: #333333;
}
.HelpCategory-uList {
  list-style: none;
  padding: 0;
}
.HelpCategory-bulletText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
  color: #333333;
}
.HelpCategory-bulletText:hover {
  text-decoration: underline;
}
.HelpCategory-bulletText:focus {
  text-decoration: underline;
  border: 2px solid #2d346e;
}
.HelpCategory-bulletIcon {
  float: none;
}
.HelpCategory-bulletIcon:before {
  color: #333333;
}
.HelpCategory-icon {
  display: inline-block;
  float: left;
}
.HelpCategory-info {
  display: inline-block;
  margin-left: 10px;
}
.HelpCategory-baggage,
.HelpCategory-pregnant {
  background: none;
  color: #ed1650;
}
@media (min-width: 768px) {
  .HelpCategory-title {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1.71em;
    line-height: 120%;
    color: #333333;
  }
  .HelpCategory-info {
    width: 73%;
  }
  .HelpCategory-icon {
    width: auto;
  }
  .HelpCategory-baggage,
  .HelpCategory-pregnant {
    width: 44px;
  }
}
/* mobile styles */
.WarningBox {
  top: initial;
  margin-top: 0;
  position: absolute;
  z-index: 100;
  left: 0;
}
.WarningBox:after {
  background-color: transparent;
}
.WarningBox:before {
  background-color: transparent;
}
.WarningBox-contentNews {
  float: none;
}
.WarningBox-msnItem--multiple {
  left: 0;
  width: 96%;
  display: block;
}
.WarningBox-contentIcon {
  display: block;
  float: left;
  margin-right: 8px;
  margin-left: 10px;
  width: 32px;
  margin-top: -6px;
}
.WarningBox-icon {
  right: 0px;
}
.WarningBox-hour {
  font-size: 0.86em;
  line-height: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #333333;
}
.WarningBox-news {
  font-size: 1em;
  line-height: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #2316a6;
  overflow: hidden;
  height: 24px;
  display: block;
}
.WarningBox-msnItem {
  border-top: solid 2px #baba86;
  padding: 7px 0px;
}
.WarningBox-msnItem--last {
  left: 98%;
  display: block;
}
.WarningBox-main {
  height: 47px;
  padding: 0;
}
.WarningBox-link {
  display: block;
}
.WarningBox-link:focus,
.WarningBox-link:hover {
  text-decoration: underline;
}
.WarningBox-link:focus {
  border-radius: 1px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 960px) {
  .WarningBox {
    top: initial;
    margin-top: -2px;
  }
  .WarningBox-main {
    height: 54px;
  }
  .WarningBox-msnBox {
    height: 54px;
    position: relative;
    overflow-x: hidden;
    background: transparent;
  }
  .WarningBox-contentNews {
    float: left;
  }
  .WarningBox-msnItem--multiple {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 10px 0;
  }
  .WarningBox-msnItem--last {
    display: block;
  }
  .WarningBox-hour {
    width: 33.3333%;
  }
  .WarningBox-contentIcon {
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 14px;
    width: 32px;
  }
  .WarningBox-icon {
    position: relative;
    right: 0;
    top: 0;
  }
  .WarningBox-text {
    margin-top: 8px;
    float: left;
    line-height: 100%;
  }
  .WarningBox-text--news {
    width: 85%;
  }
  .WarningBox-news {
    width: 100%;
    display: list-item;
  }
  .WarningBox-hour {
    font-size: 1em;
    line-height: 100%;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    color: #303030;
  }
}
@media (min-width: 960px) {
  .WarningBox {
    top: inherit;
    margin-top: 0px;
    overflow: inherit;
    height: 54px;
    background: #f7ef8d;
    border-top: solid 2px #baba86;
  }
  .WarningBox-msnBox {
    overflow: inherit;
  }
  .WarningBox-msnItem {
    border: 0px;
  }
  .WarningBox-contentNews {
    float: left;
  }
  .WarningBox-news {
    width: 100%;
    display: list-item;
    list-style-type: square;
    list-style-position: inside;
    height: auto;
  }
  .WarningBox-msnItem {
    padding: 0;
    overflow: visible;
  }
  .WarningBox-msnItem--unique .WarningBox-news {
    list-style-type: none;
    line-height: 200%;
  }
  .WarningBox-msnItem--unique .WarningBox-text {
    line-height: 200%;
  }
  .WarningBox-msnItem--multiple {
    width: 100%;
  }
  .WarningBox-hour {
    width: 25%;
  }
  .WarningBox-text {
    width: 90%;
    margin-left: 50px;
    line-height: 100%;
  }
  .WarningBox-main {
    height: 54px;
    padding: 10px 0;
    max-width: 980px;
  }
  .WarningBox-icon {
    position: relative;
    display: block;
  }
  .WarningBox-msnItem--last .WarningBox-icon {
    display: none;
  }
  .WarningBox-iconNews {
    height: 27px;
  }
  .WarningBox .WarningBox-contentIcon {
    position: absolute;
    width: 27px;
  }
}
.PositiveAgenda {
  border-radius: 1px;
}
.PositiveAgenda-label {
  padding: 6px 11px 1px;
  border-radius: 1px;
  color: #b30f3b;
}
.PositiveAgenda-content {
  padding-top: 27px;
  padding-bottom: 10px;
}
.PositiveAgenda-title,
.PositiveAgenda-drop {
  color: #333333;
}
.PositiveAgenda-title {
  padding-bottom: 11px;
}
.PositiveAgenda-drop {
  margin-bottom: 13px;
  padding-top: 11px;
}
@media only screen and (min-width: 768px) {
  .PositiveAgenda-title {
    padding-bottom: 6px;
  }
  .PositiveAgenda-label {
    top: -15px;
  }
  .PositiveAgenda-content {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .PositiveAgenda-drop {
    margin-bottom: 5px;
    padding-top: 5px;
  }
}
.TextAux p {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.AccessMinisites {
  width: 100%;
  height: auto;
  padding: 20px 27px;
  background: #1b0088;
}
.AccessMinisites-wrapper {
  height: auto;
  margin: 0 auto 16px auto;
}
.AccessMinisites-text {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 1.71em;
  line-height: 150%;
  color: #fff;
  margin-bottom: 15px;
}
.AccessMinisites-strong {
  font-family: 'Latam-Sans-Black', arial, sans-serif;
  line-height: 150%;
  color: #fff;
  display: block;
}
.AccessMinisites .Btn {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  font-size: 1.29em;
  color: #fff;
  margin: 0;
}
.AccessMinisites .Btn:hover {
  font-size: 1.29em;
}
.AccessMinisites-logoImg {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .AccessMinisites {
    height: 120px;
    text-align: left;
    position: relative;
    padding: 0;
    background: none;
    display: table;
  }
  .AccessMinisites-degradade {
    background: -webkit-linear-gradient(left, #1b0088 0, rgba(27, 0, 136, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1b0088), to(rgba(27, 0, 136, 0)));
    background: linear-gradient(to right, #1b0088 0, rgba(27, 0, 136, 0) 100%);
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .AccessMinisites-background {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .AccessMinisites-col {
    vertical-align: middle;
  }
  .AccessMinisites-btn {
    display: inline-block;
    padding-right: 22px;
    text-align: right;
    width: 100%;
    position: relative;
    height: auto;
  }
  .AccessMinisites-text {
    padding-left: 9px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
  }
  .AccessMinisites-text--logo {
    padding-left: 0;
    font-size: 1.71em;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .AccessMinisites .Btn {
    margin-bottom: 0;
    width: auto;
    right: 22px;
  }
  .AccessMinisites .flat-small {
    font-size: 1em;
  }
  .AccessMinisites .flat-small:hover {
    font-size: 1em;
  }
  .AccessMinisites .flat-large {
    font-size: 1.29em;
  }
  .AccessMinisites .flat-large:hover {
    font-size: 1.29em;
  }
  .AccessMinisites-logo {
    margin-bottom: 0;
    padding-left: 22px;
    position: relative;
    height: 120px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .AccessMinisites-logoImg {
    max-width: 100%;
    padding-left: 7px;
  }
}
@media (min-width: 960px) {
  .AccessMinisites .Btn {
    font-size: 1.29em;
    right: 30px;
  }
  .AccessMinisites .Btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #000;
  }
  .AccessMinisites .Btn:focus {
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .AccessMinisites .flat-small:hover {
    font-size: 1.29em;
  }
  .AccessMinisites-btn {
    padding-right: 0;
  }
  .AccessMinisites-btn--logo {
    padding-right: 30px;
  }
  .AccessMinisites-logoImg {
    padding-left: 30px;
  }
}
.WarningBoxExtended {
  margin-top: 0px;
  background: url("../../../../static/latam/images/design-image/bg_darksite_mobile.jpg");
}
.WarningBoxExtended-container {
  margin-top: -20px;
  padding: 7.2% 0;
}
.WarningBoxExtended-main {
  padding: 0;
  width: 100%;
}
.WarningBoxExtended-msnBox {
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  height: auto;
  background: #ffffaa;
  border-radius: 1px;
  border-bottom: solid 4px #baba86;
  padding: 20px;
  text-align: center;
}
.WarningBoxExtended-epigrafe {
  text-align: left;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  color: #333333;
  margin-bottom: 7px;
}
.WarningBoxExtended-title {
  text-align: left;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 120%;
  color: #2316a6;
  margin-bottom: 7px;
}
.WarningBoxExtended-date {
  text-align: left;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 0.86em;
  line-height: 100%;
  color: #666666;
}
.WarningBoxExtended-msn {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  line-height: 120%;
  color: #333333;
  text-align: left;
  margin-top: 6px;
}
.WarningBoxExtended-viewMore {
  text-align: right;
}
.WarningBoxExtended .Btn {
  text-align: right;
  margin-bottom: 0;
  border: 2px solid transparent;
}
.WarningBoxExtended .Btn:hover {
  font-size: 14px;
}
.WarningBoxExtended .Btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .WarningBoxExtended {
    background: url("../../../../static/latam/images/design-image/bg_darksite_desktop.jpg") no-repeat;
    min-height: 500px;
  }
  .WarningBoxExtended-container {
    height: 335px;
    width: 100%;
    margin-top: -197px;
    position: relative;
  }
  .WarningBoxExtended-main {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .WarningBoxExtended-msnBox {
    width: 100%;
    min-height: 160px;
    max-height: 230px;
    height: auto;
    padding: 20px 20px 18px 20px;
  }
  .WarningBoxExtended-icon {
    width: 48px;
    height: 48px;
    color: #1b0088;
    display: inline-block;
    margin-right: -7px;
  }
  .WarningBoxExtended-iconNews {
    vertical-align: top;
  }
  .WarningBoxExtended-text {
    display: inline-block;
    width: 89%;
    margin-left: 7px;
  }
  .WarningBoxExtended-epigrafe {
    font-size: 1.29em;
    margin-bottom: 8px;
  }
  .WarningBoxExtended-title {
    font-size: 1.71em;
    padding: 0;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .WarningBoxExtended-msn {
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .WarningBoxExtended-viewMore {
    text-align: left;
  }
  .WarningBoxExtended .Btn {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .WarningBoxExtended {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .WarningBoxExtended-container {
    margin-top: -178px;
    padding: 0 10px;
  }
  .WarningBoxExtended-text {
    margin-left: 0;
  }
  .WarningBoxExtended-icon {
    margin-right: -20px;
  }
}
.HelpLine {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.HelpLine-titleH2 {
  margin-bottom: 17px;
  font-size: 2em;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #2316a6;
}
.HelpLine-linkImage {
  display: block;
}
.HelpLine-image {
  margin-bottom: 15px;
  height: auto;
  width: 100%;
  border-radius: 1px;
  border: 1px solid #b8b8b8;
}
.HelpLine-contText {
  margin-bottom: 10px;
}
.HelpLine-text {
  margin-bottom: 6px;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  color: #4c4c4c;
}
.HelpLine-text:last-child {
  margin-bottom: 0;
}
.HelpLine-juliaList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.HelpLine-anchorListItem {
  margin-bottom: 6px;
}
.HelpLine-anchorListItem:last-child {
  margin-bottom: -3px;
}
.HelpLine-banner {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 30px;
  margin: 0 10px;
  border-radius: 1px;
  text-align: center;
}
.HelpLine-infoIcon {
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  display: inline-block;
  float: none;
}
.HelpLine-title {
  font-size: 2em;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: none;
  margin: 15px 0;
}
.HelpLine-texto {
  font-size: 1.29em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.HelpLine-link {
  color: #fff;
  text-decoration: underline;
}
.HelpLine-bullet {
  text-decoration: none;
}
.HelpLine-bullet:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpLine-bullet:hover {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpLine-info {
  display: inline-block;
  margin-bottom: 20px;
}
.HelpLine-bgIcon {
  background: none;
  color: #ed1650;
}
.HelpLine-subTitle {
  font-size: 1.29em;
  line-height: 120%;
  margin-bottom: 5px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  text-align: left;
  color: #4c4c4c;
}
.HelpLine-uList {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.HelpLine-itemList {
  margin-bottom: 4px;
}
.HelpLine-itemList:last-child {
  margin-bottom: -4px;
}
.HelpLine-bulletText {
  font-size: 1em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  text-align: left;
  color: #4c4c4c;
}
.HelpLine-juliaLink {
  text-decoration: none;
}
.HelpLine-juliaLink:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpLine-btnJulia {
  text-align: right;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .HelpLine {
    margin-bottom: 3px;
  }
  .HelpLine-titleH2 {
    margin-bottom: 20px;
    font-size: 2.57em;
    line-height: 100%;
  }
  .HelpLine-contText {
    margin-bottom: 0;
  }
  .HelpLine-info {
    margin-bottom: 0;
  }
  .HelpLine-image {
    height: 120px;
    margin-bottom: 0;
    display: inline-block;
  }
  .HelpLine-text {
    display: inline-block;
    margin-bottom: -4px;
  }
  .HelpLine-banner {
    margin: 0;
    padding: 30px 0;
  }
  .HelpLine-infoIcon {
    width: 64px;
    height: 64px;
    float: none;
    display: inline;
  }
  .HelpLine-title {
    font-size: 2.57em;
    font-family: 'Latam-Sans-Light', arial, sans-serif;
    text-align: left;
    float: left;
    margin: 0;
  }
  .HelpLine-texto {
    font-size: 1.29em;
    float: left;
    text-align: right;
  }
  .HelpLine-link {
    color: #fff;
    text-decoration: underline;
  }
  .HelpLine-block {
    vertical-align: middle;
  }
  .HelpLine-block--leftAlign {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .HelpLine-image {
    width: 300px;
  }
  .HelpLine-link:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-color: #fff;
    outline-offset: 2px;
  }
  .HelpLine-bgIcon {
    font-size: 64px;
  }
  .HelpLine-itemList {
    margin-bottom: 0;
  }
  .HelpLine-bulletText {
    text-decoration: none;
  }
  .HelpLine-bulletText:hover {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .HelpLine-bulletText:focus {
    text-decoration: underline;
  }
}
.HelpLine-banner [class*="icon-large"] + h2,
[class*="icon-large"] + h2 + p {
  padding-left: 0;
}
.HelpLine .HelpLine-btnJulia .btn-flat {
  text-align: right;
  width: 100%;
}
.HelpLine .HelpLine-btnJulia .btn-flat:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpLine .HelpLine-box:last-child .HelpLine-info {
  margin-bottom: 0;
}
.HelpInfo .HelpLine .Btn.fourth-level {
  width: auto;
}
.HelpInfo .HelpLine .Btn.btn-flat {
  padding-right: 0;
  margin: 0;
}
.HelpInfo .HelpLine .Btn.btn-flat:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpInfo .HelpLine .Btn.fourth-level:focus span:first-child {
  text-decoration: none;
}
@media (min-width: 768px) {
  .HelpInfo .HelpLine .HelpLine-texto {
    margin-right: 28px;
  }
  .HelpInfo .HelpLine .Btn.btn-flat {
    padding: 0;
  }
}
.HelpInfoBannersLine-contentBanners {
  height: auto;
}
.HelpInfoBannersLine-banner {
  border-radius: 3px;
  border: solid 1px #b8b8b8;
  display: inline-block;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
}
.HelpInfoBannersLine-horizontal {
  padding: 10px;
  text-align: center;
}
.HelpInfoBannersLine-imgHorizontal {
  margin-bottom: 10px;
  vertical-align: middle;
}
.HelpInfoBannersLine-imgVerticalContainer {
  float: left;
  height: 100%;
  max-width: 50%;
  overflow: hidden;
  width: auto;
}
.HelpInfoBannersLine-imgVertical {
  display: block;
  height: auto;
  max-height: 120px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.HelpInfoBannersLine-imgLink {
  background: #b8b8b8;
  border-right: 3px;
  min-height: 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.HelpInfoBannersLine-innerContainer {
  width: 50%;
  height: 120px;
  float: right;
  display: inline-block;
  text-align: center;
  position: relative;
}
.HelpInfoBannersLine-imgText {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}
.HelpInfoBannersLine-text {
  position: relative;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .HelpInfoBannersLine-banner {
    border-radius: 1px;
    margin: 0;
    max-height: 120px;
  }
  .HelpInfoBannersLine-imgVerticalVinculo {
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }
  .HelpInfoBannersLine-imgLink {
    background: #cccccc;
    border-radius: 1px;
    display: block;
    min-height: 118px;
  }
  .HelpInfoBannersLine-imgLink:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .HelpInfoBannersLine-imgVertical {
    border-bottom: 2px solid transparent;
  }
}
.HelpInfoBannersLine .Btn {
  margin-bottom: 0;
  padding: 10px;
}
.HelpInfoBannersLine .HelpInfoBannersLine-contentBanners .fourth-level {
  text-decoration: none;
  border: 2px solid transparent;
}
.HelpInfoBannersLine .HelpInfoBannersLine-contentBanners .fourth-level span {
  text-decoration: none;
}
.HelpInfoBannersLine .HelpInfoBannersLine-contentBanners .fourth-level:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HelpInfoBannersLine .HelpInfoBannersLine-contentBanners .fourth-level:focus span:first-child,
.HelpInfoBannersLine .HelpInfoBannersLine-contentBanners .fourth-level:hover span:first-child {
  text-decoration: underline;
}
.HelpInfoBannersLine .HelpInfoBannersLine-contentBanners .col-xs-12:last-child .HelpInfoBannersLine-banner {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .HelpInfoBannersLine-imgLink .HelpInfoBannersLine-imgVerticalVinculo {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .HelpInfoBannersLine-imgLink .HelpInfoBannersLine-imgVerticalVinculo {
    width: 100%;
  }
}
.AccessMinisitesParallax {
  height: 385px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.AccessMinisitesParallax-container {
  display: table;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.AccessMinisitesParallax-bannerContainer {
  max-height: 310px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.AccessMinisitesParallax-banner {
  -webkit-box-shadow: 0px 5px 3.88px 0.12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 3.88px 0.12px rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: auto;
  opacity: 0.9;
  padding: 20px 17px;
  width: 100%;
}
.AccessMinisitesParallax-logoContainer {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.AccessMinisitesParallax-logo {
  overflow: hidden;
  vertical-align: middle;
}
.AccessMinisitesParallax-textContainer {
  margin-bottom: 20px;
  text-align: left;
}
.AccessMinisitesParallax-text {
  font-size: 1.71em;
  color: #fff;
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  line-height: 120%;
  margin-bottom: 0;
}
.AccessMinisitesParallax-strong {
  font-size: 1.71em;
  color: #fff;
  font-family: "Latam-Sans-Black", Arial, Helvetica, sans-serif;
  line-height: 120%;
  margin: 0;
}
.AccessMinisitesParallax-btnContainer {
  height: auto;
  text-align: left;
  vertical-align: middle;
}
.AccessMinisitesParallax-btn {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.AccessMinisitesParallax-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .AccessMinisitesParallax {
    height: 250px;
  }
  .AccessMinisitesParallax-banner {
    height: 90px;
    padding: 10px 12px;
  }
  .AccessMinisitesParallax-banner--logo {
    padding: 10px 12px 10px 20px;
  }
  .AccessMinisitesParallax-logoContainer {
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
  }
  .AccessMinisitesParallax-textContainer {
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
  }
  .AccessMinisitesParallax-text {
    font-size: 1.71em;
    line-height: 150%;
  }
  .AccessMinisitesParallax-text--logo {
    font-size: 1.5em;
  }
  .AccessMinisitesParallax-strong {
    font-size: 1.71em;
    line-height: 150%;
  }
  .AccessMinisitesParallax-strong--logo {
    font-size: 1.5em;
  }
  .AccessMinisitesParallax-btnContainer {
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
  }
  .AccessMinisitesParallax-btn {
    max-height: 70px;
  }
}
@media (min-width: 960px) {
  .AccessMinisitesParallax-banner {
    padding: 10px;
  }
  .AccessMinisitesParallax-banner--logo {
    padding: 10px 10px 10px 20px;
  }
  .AccessMinisitesParallax-text {
    font-size: 2em;
    line-height: 150%;
  }
  .AccessMinisitesParallax-text--logo {
    font-size: 1.71em;
  }
  .AccessMinisitesParallax-strong {
    font-size: 2em;
    line-height: 150%;
  }
  .AccessMinisitesParallax-strong--logo {
    font-size: 1.71em;
  }
}
.AccessMinisitesParallax .AccessMinisitesParallax-btn.flat-small {
  font-size: 1.29em;
}
@media (min-width: 768px) {
  .AccessMinisitesParallax .AccessMinisitesParallax-btn.flat-small {
    font-size: 1em;
  }
}
@media (min-width: 960px) {
  .AccessMinisitesParallax .AccessMinisitesParallax-btn.flat-small {
    font-size: 1.29em;
  }
}
.FindExperience-BoxBackground {
  margin-top: 50px;
  margin-bottom: 30px;
  background: transparent;
  padding-top: 60px;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .FindExperience-BoxBackground {
    margin-bottom: 72px;
  }
}
.FindExperience {
  text-align: center;
  width: 100%;
}
.FindExperience-titleBox {
  margin-bottom: 7px;
}
.FindExperience-textBox {
  margin-bottom: 22px;
}
.FindExperience-title {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 120%;
  color: #1b0088;
}
.FindExperience-text {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 150%;
  color: #858585;
}
.FindExperience-iconsContainer {
  margin-bottom: 42px;
}
.FindExperience-link {
  position: relative;
}
.FindExperience-gradient {
  position: absolute;
  margin: 0;
}
.FindExperience-icon {
  display: block;
  height: auto;
  left: 0;
  margin-top: 40px;
  position: static;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
}
.FindExperience-icon:before {
  font-size: 4.57em;
}
.FindExperience-iconText {
  font-size: 1.57em;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 100%;
}
.FindExperience-text {
  margin: 0;
}
.FindExperience-iconBox {
  margin-bottom: 25px;
}
.FindExperience-iconBox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1b0088;
}
.FindExperience-iconBox--nightLife {
  background: #99127f;
}
.FindExperience-iconBox--adventure {
  background: #008d87;
}
.FindExperience-iconBox--buy {
  background: #ed1650;
}
.FindExperience-iconBox--beach {
  background: #ffc800;
}
.FindExperience-iconBox--gastronomy {
  background: #ba19a1;
}
.FindExperience-iconBox--honeymoon {
  background: #8c0123;
}
.FindExperience-iconBox--rest {
  background: #00b5ad;
}
.FindExperience-iconBox--familyFun {
  background: #800f71;
}
.FindExperience-iconBox--snow {
  background: #00d7cd;
}
.FindExperience-iconBox--outdoors {
  background: #006661;
}
.FindExperience-iconBox--getaways {
  background: #769d28;
}
.FindExperience-iconBox--art {
  background: #2d34ce;
}
.FindExperience-iconBox--history {
  background: #b30f3b;
}
.FindExperience-iconBox--architecture {
  background: #99cc33;
}
.FindExperience-iconBox--city {
  background: #f53859;
}
.FindExperience-iconBox--peru {
  background: #a00455;
}
.FindExperience-iconBox--chile {
  background: #ff0505;
}
.FindExperience-iconBox--colombia {
  background: #161382;
}
.FindExperience-iconBox--argentina {
  background: #0a7df7;
}
.FindExperience-iconBox--caribe {
  background: #1fa306;
}
.FindExperience-iconBox--europa {
  background: #E6413A;
}
.FindExperience-iconBox--sudamerica {
  background: #e3004a;
}
.FindExperience-iconBox--mexico {
  background: #31921f;
}
.FindExperience-iconBox--estadosunidos {
  background: #ed7925;
}
.FindExperience-iconBox--norteamerica {
  background: #5f207d;
}
.FindExperience-iconBox--lima {
  background: #bb6106;
}
.FindExperience-iconBox--cusco {
  background: #9135bd;
}
@media (min-width: 768px) {
  .FindExperience-title {
    font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
    font-size: 2.57em;
    color: #1b0088;
  }
  .FindExperience-text {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1.71em;
    line-height: 150%;
    color: #858585;
  }
  .FindExperience-iconsContainer {
    display: inline-block;
    margin-bottom: 25px;
  }
  .FindExperience-link {
    width: 140px;
    height: 140px;
    display: block;
  }
  .FindExperience-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .FindExperience-iconBox {
    width: 140px;
    height: 140px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .FindExperience-iconBox:last-child {
    margin-right: 0;
  }
  .FindExperience-gradient {
    width: 140px;
    height: 140px;
    margin: 0;
  }
  .FindExperience-icon {
    margin-top: 18px;
  }
  .FindExperience-icon:before {
    font-size: 4.57em;
  }
  .FindExperience-iconText {
    font-size: 1.14em;
    margin-top: 10px;
  }
  .FindExperience .Btn {
    font-size: 1.29em;
  }
  .FindExperience-textBox {
    margin-bottom: 19px;
  }
}
@media (min-width: 960px) {
  .FindExperience-link {
    width: 170px;
    height: 170px;
  }
  .FindExperience-iconBox {
    width: 170px;
    height: 170px;
    margin-bottom: 25px;
    margin-right: 24px;
  }
  .FindExperience-gradient {
    width: 170px;
    height: 170px;
  }
  .FindExperience-iconsContainer {
    margin-bottom: 2px;
  }
  .FindExperience-icon {
    margin-top: 36px;
  }
  .FindExperience-iconText {
    font-size: 1.29em;
  }
  .FindExperience-textBox {
    margin-bottom: 19px;
  }
}
.FindExperience .slick-dots {
  top: 205px;
  height: auto;
}
.FindExperience .slick-dots li {
  height: auto;
}
.FindExperience .slick-dots li button {
  border: 2px solid #fff;
  background-color: #999999;
}
.FindExperience .slick-dots li.slick-active button {
  background-color: #9A0000;
}
.FindExperience .FindExperience-gradient .FindExperience-iconText {
  padding: 0 30px;
  text-align: center;
}
.FindExperience .FindExperience-button .Btn.second-level {
  font-size: 1em;
}
@media (min-width: 768px) {
  .FindExperience .FindExperience-button .Btn.second-level {
    font-size: 1.29em;
  }
}
.FindExperience .FindExperience-button .Btn {
  width: auto;
  display: inline-block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FindExperience .FindExperience-gradient .FindExperience-icon {
    font-size: 0.56px;
  }
}
.HelpInfo-content {
  margin-bottom: 47px;
}
.HelpInfo-content:last-child {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .HelpInfo-content {
    margin-bottom: 37px;
  }
  .HelpInfo-content:last-child {
    margin-bottom: 9px;
  }
}
.HelpInfo .Btn.fourth-level {
  text-decoration: none;
}
.HelpInfo .Btn.fourth-level span {
  text-decoration: none;
}
.HelpInfo .Btn.fourth-level:hover span:first-child,
.HelpInfo .Btn.fourth-level:focus span:first-child {
  text-decoration: underline;
}
.HelpLineCategory {
  height: auto;
}
.HelpLineCategory-title {
  height: auto;
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #2316a6;
}
.HelpLineCategory-bgIcon {
  height: auto;
  background: none;
  vertical-align: top;
  color: #ed1650;
}
.HelpLineCategory-uList {
  height: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.HelpLineCategory-btnCategory {
  height: auto;
  text-align: right;
}
.HelpLineCategory-itemList {
  height: auto;
  margin-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
.HelpLineCategory-itemList a {
  text-decoration: none;
}
.HelpLineCategory-itemList:last-child {
  margin-bottom: -4px;
}
.HelpLineCategory-bulletText {
  font-size: 1em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #4c4c4c;
}
@media (min-width: 768px) {
  .HelpLineCategory-title {
    font-size: 2.57em;
  }
}
@media (min-width: 768px) {
  .HelpLineCategory .icon-xlarge {
    position: relative;
    right: 12px;
  }
}
@media (min-width: 960px) {
  .HelpLineCategory .icon-xlarge {
    position: static;
  }
}
.HelpLineCategory .Btn {
  text-align: right;
  text-decoration: none;
  width: auto;
}
.HelpLineCategory .fourth-level span {
  text-decoration: none;
}
.HelpLineCategory .fourth-level span:first-child:hover {
  text-decoration: underline;
}
.HelpLineCategory .btn-flat {
  color: #1b0088;
}
.HelpLineCategory .btn-flat:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1b0088;
}
.SubHomeHeader {
  background-color: #2316a6;
  margin-top: 0;
  padding: 30px 10px;
}
.SubHomeHeader-titleBox {
  margin-bottom: 20px;
}
.SubHomeHeader-title {
  margin-bottom: 0;
  height: auto;
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 2.29em;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
@media (min-width: 768px) {
  .SubHomeHeader {
    margin-top: -18px;
    padding: 65px 10px 30px 10px;
  }
  .SubHomeHeader-titleBox {
    margin-bottom: 20px;
  }
  .SubHomeHeader-title {
    margin-bottom: 0;
    font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
    font-size: 2.86em;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px #000;
  }
}
@media (min-width: 960px) {
  .SubHomeHeader {
    margin-top: 0;
    padding: 70px 0 60px 0;
  }
}
.SubHomeBotonera-container {
  height: auto;
}
.SubHomeBotonera-title {
  margin-bottom: 29px;
  height: auto;
}
.SubHomeBotonera-subTitle {
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  font-size: 2em;
  line-height: 150%;
  color: #1b0088;
  text-align: left;
  margin-bottom: 0;
}
.SubHomeBotonera-description {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 120%;
  color: #666666;
  text-align: left;
}
.SubHomeBotonera-icon {
  color: #1b0088;
}
.SubHomeBotonera-text {
  font-size: 1.14em;
  color: #666666;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
  padding-right: 10px;
}
.SubHomeBotonera-list {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
.SubHomeBotonera-listItem--maps {
  margin-bottom: 15px;
}
.SubHomeBotonera h2 + p {
  margin-top: 7px;
}
.SubHomeBotonera-itemLink {
  background: #eee;
  border-color: #b8b8b8;
  margin-bottom: 0;
  text-decoration: none;
}
.SubHomeBotonera-itemLink:hover,
.SubHomeBotonera-itemLink:focus {
  font-size: 1em;
  background: #1b0088;
  border-color: #1b0088;
  color: #fff;
}
.SubHomeBotonera-itemLink:focus {
  outline: none;
}
@media (min-width: 768px) {
  .SubHomeBotonera h2 + p {
    margin-top: 5px;
  }
  .SubHomeBotonera-subTitle {
    font-size: 2.57em;
  }
  .SubHomeBotonera-description {
    margin-bottom: 0;
  }
  .SubHomeBotonera-listItem {
    margin-bottom: 30px;
  }
  .SubHomeBotonera-itemLink {
    margin-bottom: 0;
  }
}
.SubHomeBotonera--glass {
  margin-top: 0;
}
.SubHomeBotonera--glass .SubHomeBotonera-itemLink {
  background: rgba(0, 0, 0, 0.4);
}
.SubHomeBotonera--glass .SubHomeBotonera-itemLink:hover,
.SubHomeBotonera--glass .SubHomeBotonera-itemLink:focus {
  border-color: #1b0088;
  background: #1b0088;
  font-size: 1em;
}
.SubHomeBotonera--glass .SubHomeBotonera-title {
  margin-bottom: 24px;
}
.SubHomeBotonera--glass .SubHomeBotonera-subTitle {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  font-size: 2em;
  line-height: 150%;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 5px #000;
}
.SubHomeBotonera--glass .SubHomeBotonera-list {
  margin-top: 0;
}
.SubHomeBotonera--glass .SubHomeBotonera-text {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
  color: #fff;
}
@media (min-width: 768px) {
  .SubHomeBotonera--glass .SubHomeBotonera-subTitle {
    font-size: 2.57em;
  }
}
@media (min-width: 960px) {
  .SubHomeBotonera--glass .SubHomeBotonera-text {
    padding-right: 10px;
  }
}
#myModalNormal .modal-body .icon-user-positive {
  color: #004e96;
}
.SubHomeBotonera-listItem:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 960px) {
  .SubHomeBotonera-listItem:last-child:nth-child(2n),
  .SubHomeBotonera-listItem:last-child:nth-child(1n) {
    margin-bottom: 0;
  }
  .SubHomeBotonera-listItem:nth-last-child(2):nth-child(2n-1) {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .SubHomeBotonera-listItem:last-child:nth-child(3n),
  .SubHomeBotonera-listItem:last-child:nth-child(2n),
  .SubHomeBotonera-listItem:last-child:nth-child(1n) {
    margin-bottom: 0;
  }
  .SubHomeBotonera-listItem:nth-last-child(3):nth-child(3n+1) + .SubHomeBotonera-listItem:nth-last-child(2) {
    margin-bottom: 0;
  }
  .SubHomeBotonera-listItem:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 0;
  }
  .SubHomeBotonera-listItem:nth-last-child(2):nth-child(3n+1) {
    margin-bottom: 0;
  }
}
.RateTitle {
  margin-bottom: 25px;
}
.RateTitle-logo {
  margin-bottom: 19px;
}
.RateTitle-title {
  margin-bottom: 7px;
  font-size: 2em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #3216A6;
}
.RateTitle-subtitle {
  font-size: 1.29em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #4c4c4c;
}
@media (min-width: 768px) {
  .RateTitle-text {
    vertical-align: middle;
  }
  .RateTitle-title {
    font-size: 2.57em;
  }
  .RateTitle-subtitle {
    font-size: 1.71em;
  }
  .RateTitle--image .RateTitle-text {
    padding-left: 20px;
  }
}
.RateBox {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .RateBox {
    margin-bottom: 0;
  }
}
.RateBox-btnContainer .Btn {
  margin-bottom: 0;
}
.Rate {
  margin: 0 auto 30px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Rate-ribbon {
  padding: 9px;
  border-radius: 1px;
  font-size: 1em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  background: #d41044;
}
.Rate-badges {
  overflow: initial;
  position: absolute;
  z-index: 1;
  margin-top: -20px;
  height: auto;
}
.Rate-badge {
  display: block;
  float: left;
  margin-right: 5px;
  width: 45px;
  height: 63px;
}
.Rate-icon {
  -webkit-transform: skewY(-20deg) translate(0, 7px);
  -ms-transform: skewY(-20deg) translate(0, 7px);
  transform: skewY(-20deg) translate(0, 7px);
  overflow: initial;
  margin-bottom: 0;
  margin-left: 0;
  width: 44px;
  height: 45px;
  font-size: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(1, 2, 0, 0.5);
  box-shadow: 2px 3px 4px 0px rgba(1, 2, 0, 0.5);
}
.Rate-icon:before {
  -webkit-transform: skewY(20deg);
  -ms-transform: skewY(20deg);
  transform: skewY(20deg);
  display: inline-block;
  padding: 10px 0 9px 2px;
}
.Rate-icon:first-child {
  margin-left: 0;
}
.Rate-detail {
  position: relative;
  margin-bottom: 0;
  padding-top: 52px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
  height: auto;
}
.Rate-fromText {
  font-size: 1.43em;
  line-height: 150%;
}
.Rate-to {
  margin-bottom: 3px;
}
.Rate-toText {
  font-size: 1.43em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
.Rate-cabin {
  display: table;
  margin-bottom: 0;
  margin-left: -7px;
  font-size: 1em;
}
.Rate-cabinText {
  display: table-cell;
  float: none;
  vertical-align: top;
  margin-left: 2px;
  line-height: 100%;
  font-size: 0.86em;
  font-family: 'Latam-Sans-Extended', arial, sans-serif;
}
.Rate-cabinIcon {
  display: table-cell;
  width: 32px;
  height: 32px;
  float: none;
  vertical-align: middle;
  font-size: 32px;
  font-family: 'latam-icons-bold';
}
.Rate-price {
  min-height: 68px;
}
.Rate-price--second {
  margin-bottom: 5px;
}
.Rate-price--third {
  width: 100%;
}
.Rate-priceDetail {
  margin-bottom: 3px;
}
.Rate-priceDetail--noFloat {
  float: none;
}
.Rate-priceDetail--second {
  width: 100%;
}
.Rate-base {
  margin-bottom: 7px;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Rate-base--last {
  float: left;
  margin-right: 10px;
  vertical-align: top;
}
.Rate-amount,
.Rate-amountConv {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.57em;
  line-height: 100%;
  font-family: 'Latam-Sans-Black', arial, sans-serif;
}
.Rate-amount {
  margin-bottom: 7px;
  margin-left: 0;
}
.Rate-currency,
.Rate-currencyConv {
  display: inline-block;
  float: none;
  padding: 0;
  margin-top: 2px;
  font-size: 1.43em;
  line-height: 100%;
  vertical-align: top;
}
.Rate-currency:first-child,
.Rate-currencyConv:first-child,
.Rate-currency:nth-child(2),
.Rate-currencyConv:nth-child(2) {
  padding-right: 7px;
}
.Rate-currency:last-child,
.Rate-currencyConv:last-child {
  padding-right: 0;
  padding-left: 7px;
}
.Rate-currency--kms,
.Rate-currencyConv--kms {
  font-size: 2.57em;
}
.Rate-currency--points,
.Rate-currencyConv--points {
  font-size: 1.71em;
}
.Rate-amountLast,
.Rate-amountShares {
  margin-bottom: 0;
  padding: 5px 7px 4px;
  border-radius: 1px;
  vertical-align: top;
  font-size: 1.29em;
  line-height: 100%;
  font-family: 'Latam-Sans-Black', arial, sans-serif;
}
.Rate-descriptionContainer {
  margin-top: 3px;
  margin-bottom: 6px;
  font-size: 1em;
  line-height: 120%;
}
.Rate-conditionsLink {
  border: none;
  text-decoration: none;
  display: inline-block;
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  width: auto;
  font-size: 1em;
  line-height: 150%;
  text-align: right;
}
.Rate-conditionsLink:hover {
  border: none;
}
.Rate-conditionsLink:focus {
  font-size: 1em;
  border-color: #fff;
  outline: none;
}
a.Rate-conditionsLink {
  text-decoration: none;
}
.Rate-conditionsIcon:before {
  color: #fff;
}
.Rate-conditions {
  padding: 10px;
  height: auto;
}
.Rate-conditions a.fourth-level {
  text-decoration: none;
}
.Rate-conditionsBtn {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-color: #fff;
  background: transparent;
  color: #fff;
  outline: none;
}
.Rate-conditionsBtn:hover {
  border-color: #fff;
}
.Rate-conditionsText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Rate-conditionsCaret:before {
  color: #fff;
}
.Rate-months {
  margin-bottom: 20px;
}
.Rate-monthsText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #ed1650;
  font-size: 1em;
}
.Rate-monthsList {
  text-align: right;
}
.Rate-monthsItem {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 0.86em;
}
.Rate-monthsItem:last-child {
  padding-right: 0;
}
.Rate-complementaryText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #4c4c4c;
  font-size: 1.14em;
}
.Rate-discount {
  display: table;
}
.Rate-discountTitleBox {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  background-color: #e7e7e7;
  border-radius: 0;
}
.Rate-discountTitle {
  width: 100%;
  color: #b30f3b;
  font-size: 1.14em;
  line-height: 120%;
}
.Rate-discountTermsBox {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-color: #e7e7e7;
  border-radius: 0;
}
.Rate-discountTerms {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
}
.Rate-percentBox {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  background-color: #b30f3b;
  border-radius: 1px;
}
.Rate-percent {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 2.29em;
}
.Rate-percent .Rate-percentIcon {
  font-size: 1em;
}
.Rate-percentDiscount {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Rate-complementaryTextBox {
  margin-bottom: 25px;
  margin-top: 16px;
}
.Rate-noDesktopConditions {
  padding: 0 0 14px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 960px) {
  .Rate-ribbon {
    padding: 10px;
  }
  .Rate-badge {
    height: 50px;
  }
  .Rate-badge {
    margin-right: 6px;
    width: 37px;
  }
  .Rate-icon {
    -webkit-transform: skewY(-20deg) translate(0, 5px);
    -ms-transform: skewY(-20deg) translate(0, 5px);
    transform: skewY(-20deg) translate(0, 5px);
    width: 37px;
    height: 35px;
    font-size: 24px;
  }
  .Rate-icon:before {
    padding: 8px 0 8px 4px;
  }
  .Rate-flight {
    margin-bottom: 7px;
  }
  .Rate-detail {
    padding: 38px 15px 15px;
    height: 294px;
  }
  .Rate-fromText {
    font-size: 1.29em;
  }
  .Rate-cabinIcon {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .Rate-price--third {
    position: absolute;
    bottom: 3px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .Rate-amount,
  .Rate-amountConv {
    font-size: 2em;
  }
  .Rate-amountConv {
    margin-bottom: 0;
  }
  .Rate-amountLast,
  .Rate-amountShares {
    font-size: 1em;
  }
  .Rate-currency,
  .Rate-currencyConv {
    margin-top: 2px;
    font-size: 1.14em;
  }
  .Rate-currency--kms,
  .Rate-currencyConv--kms {
    font-size: 2em;
  }
  .Rate-descriptionContainer {
    margin-bottom: 1px;
    line-height: 120%;
  }
  .Rate-conditions {
    padding: 10px 15px;
    height: 65px;
  }
  .Rate-complementaryTextBox {
    margin-top: 17px;
  }
  .Rate-noDesktopConditions {
    padding-bottom: 9px;
  }
}
@media (min-width: 960px) {
  .Rate--noImage {
    margin-top: 23px;
  }
  .Rate-badge {
    margin-right: 7px;
    width: 45px;
    height: 61px;
  }
  .Rate-badges {
    margin-top: -27px;
  }
  .Rate-flight {
    margin-bottom: 0;
  }
  .Rate-ribbon {
    padding: 10px;
  }
  .Rate-detail {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 40px;
    height: 322px;
  }
  .Rate-price--third {
    position: absolute;
    bottom: 13px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .Rate-amount {
    margin-bottom: 0;
  }
  .Rate-priceDetail {
    margin-bottom: 10px;
  }
  .Rate-priceDetail--second {
    margin-bottom: 0;
  }
  .Rate-descriptionContainer {
    margin-bottom: 1px;
    line-height: 120%;
  }
  .Rate-conditions {
    overflow: hidden;
    padding: 10px 20px;
    height: 68px;
  }
  .Rate-conditionsLink {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 2px;
  }
  .Rate-conditionsLink:focus {
    outline: 2px solid #1b0088;
  }
  .Rate-conditionsBtn {
    float: right;
    width: auto;
  }
  .Rate-conditionsBtn span {
    margin-right: 0;
    vertical-align: sub;
  }
  .Rate-detail {
    height: 302px;
  }
  .Rate-complementaryTextBox {
    margin-top: 5px;
  }
}
.Rate--whiteBlueDyO {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .Rate--whiteBlueDyO {
    margin-top: 25px;
  }
}
.Rate--whiteBlueDyO .Rate-detail {
  height: auto;
}
.Rate--whiteBlueDyO .Rate-price--third {
  position: static;
  width: 100%;
}
.Rate--whiteBlueDyO .Rate-noDesktopConditions {
  padding: 0 15px 14px;
}
.Rate--whiteBlueDyO .Rate-complementaryTextBox {
  margin-top: 15px;
}
.Rate--whiteRedDyO {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .Rate--whiteRedDyO {
    margin-top: 25px;
  }
}
.Rate--whiteRedDyO .Rate-icon:before {
  padding: 5px 0 9px 2px;
}
.Rate--whiteRedDyO .Rate-noDesktopConditions {
  padding: 0 15px 14px;
}
.Rate--whiteBlue,
.Rate--whiteBlueDyO,
.Rate--whiteRedDyO,
.Rate--whiteRed {
  border: 1px solid #ABABAB;
  border-bottom: 10px solid #1b0088;
  border-radius: 1px;
  background-color: #fff;
}
.Rate--whiteBlue .Rate-badges,
.Rate--whiteBlueDyO .Rate-badges,
.Rate--whiteRedDyO .Rate-badges,
.Rate--whiteRed .Rate-badges {
  left: -1px;
}
.Rate--whiteBlue .Rate-icon,
.Rate--whiteBlueDyO .Rate-icon,
.Rate--whiteRedDyO .Rate-icon,
.Rate--whiteRed .Rate-icon,
.Rate--whiteBlue .Rate-amountLast,
.Rate--whiteBlueDyO .Rate-amountLast,
.Rate--whiteRedDyO .Rate-amountLast,
.Rate--whiteRed .Rate-amountLast,
.Rate--whiteBlue .Rate-amountShares,
.Rate--whiteBlueDyO .Rate-amountShares,
.Rate--whiteRedDyO .Rate-amountShares,
.Rate--whiteRed .Rate-amountShares {
  background: #1b0088;
}
.Rate--whiteBlue .Rate-cabinIcon:before,
.Rate--whiteBlueDyO .Rate-cabinIcon:before,
.Rate--whiteRedDyO .Rate-cabinIcon:before,
.Rate--whiteRed .Rate-cabinIcon:before {
  color: #5c5c5c;
}
.Rate--whiteBlue .Rate-toText,
.Rate--whiteBlueDyO .Rate-toText,
.Rate--whiteRedDyO .Rate-toText,
.Rate--whiteRed .Rate-toText,
.Rate--whiteBlue .Rate-conditionsLink,
.Rate--whiteBlueDyO .Rate-conditionsLink,
.Rate--whiteRedDyO .Rate-conditionsLink,
.Rate--whiteRed .Rate-conditionsLink,
.Rate--whiteBlue .Rate-conditionsBtn,
.Rate--whiteBlueDyO .Rate-conditionsBtn,
.Rate--whiteRedDyO .Rate-conditionsBtn,
.Rate--whiteRed .Rate-conditionsBtn {
  color: #1b0088;
}
.Rate--whiteBlue .Rate-conditionsLink:hover,
.Rate--whiteBlueDyO .Rate-conditionsLink:hover,
.Rate--whiteRedDyO .Rate-conditionsLink:hover,
.Rate--whiteRed .Rate-conditionsLink:hover,
.Rate--whiteBlue .Rate-conditionsLink:focus,
.Rate--whiteBlueDyO .Rate-conditionsLink:focus,
.Rate--whiteRedDyO .Rate-conditionsLink:focus,
.Rate--whiteRed .Rate-conditionsLink:focus {
  border-color: #1b0088;
}
.Rate--whiteBlue .Rate-conditionsBtn,
.Rate--whiteBlueDyO .Rate-conditionsBtn,
.Rate--whiteRedDyO .Rate-conditionsBtn,
.Rate--whiteRed .Rate-conditionsBtn {
  border-color: #1b0088;
}
.Rate--whiteBlue .Rate-conditionsBtn:focus,
.Rate--whiteBlueDyO .Rate-conditionsBtn:focus,
.Rate--whiteRedDyO .Rate-conditionsBtn:focus,
.Rate--whiteRed .Rate-conditionsBtn:focus {
  outline: 2px solid #1b0088;
  background: #2d34ce;
}
.Rate--whiteBlue .Rate-conditionsIcon:before,
.Rate--whiteBlueDyO .Rate-conditionsIcon:before,
.Rate--whiteRedDyO .Rate-conditionsIcon:before,
.Rate--whiteRed .Rate-conditionsIcon:before {
  color: #1b0088;
}
.Rate--whiteBlue .Rate-fromText,
.Rate--whiteBlueDyO .Rate-fromText,
.Rate--whiteRedDyO .Rate-fromText,
.Rate--whiteRed .Rate-fromText,
.Rate--whiteBlue .Rate-cabinText,
.Rate--whiteBlueDyO .Rate-cabinText,
.Rate--whiteRedDyO .Rate-cabinText,
.Rate--whiteRed .Rate-cabinText,
.Rate--whiteBlue .Rate-base,
.Rate--whiteBlueDyO .Rate-base,
.Rate--whiteRedDyO .Rate-base,
.Rate--whiteRed .Rate-base,
.Rate--whiteBlue .Rate-currency,
.Rate--whiteBlueDyO .Rate-currency,
.Rate--whiteRedDyO .Rate-currency,
.Rate--whiteRed .Rate-currency,
.Rate--whiteBlue .Rate-amount,
.Rate--whiteBlueDyO .Rate-amount,
.Rate--whiteRedDyO .Rate-amount,
.Rate--whiteRed .Rate-amount,
.Rate--whiteBlue .Rate-currencyConv,
.Rate--whiteBlueDyO .Rate-currencyConv,
.Rate--whiteRedDyO .Rate-currencyConv,
.Rate--whiteRed .Rate-currencyConv,
.Rate--whiteBlue .Rate-amountConv,
.Rate--whiteBlueDyO .Rate-amountConv,
.Rate--whiteRedDyO .Rate-amountConv,
.Rate--whiteRed .Rate-amountConv,
.Rate--whiteBlue .Rate-description,
.Rate--whiteBlueDyO .Rate-description,
.Rate--whiteRedDyO .Rate-description,
.Rate--whiteRed .Rate-description {
  color: #5c5c5c;
}
.Rate--turquoises .Rate-detail,
.Rate--turquoises .Rate-conditionsBtn:hover,
.Rate--turquoises .Rate-conditionsBtn:focus {
  background: #008d87;
}
.Rate--turquoises .Rate-conditions,
.Rate--turquoises .Rate-icon,
.Rate--turquoises .Rate-amountLast,
.Rate--turquoises .Rate-amountShares {
  background: #006661;
}
.Rate--purples .Rate-detail,
.Rate--purples .Rate-conditionsBtn:hover,
.Rate--purples .Rate-conditionsBtn:focus {
  background: #99127f;
}
.Rate--purples .Rate-conditions,
.Rate--purples .Rate-icon,
.Rate--purples .Rate-amountLast,
.Rate--purples .Rate-amountShares {
  background: #800f71;
}
.Rate--limeGreen .Rate-detail,
.Rate--limeGreen .Rate-conditionsBtn:hover,
.Rate--limeGreen .Rate-conditionsBtn:focus {
  background: #4b7b05;
}
.Rate--limeGreen .Rate-conditions,
.Rate--limeGreen .Rate-icon,
.Rate--limeGreen .Rate-amountLast,
.Rate--limeGreen .Rate-amountShares {
  background: #386004;
}
.Rate--indigo .Rate-detail,
.Rate--indigo .Rate-conditionsBtn:hover,
.Rate--indigo .Rate-conditionsBtn:focus {
  background: #2d34ce;
}
.Rate--indigo .Rate-conditions,
.Rate--indigo .Rate-icon,
.Rate--indigo .Rate-amountLast,
.Rate--indigo .Rate-amountShares {
  background: #2316a6;
}
.Rate--coral .Rate-conditionsBtn:hover,
.Rate--coral .Rate-conditionsBtn:focus {
  background: #d41044;
}
.Rate--coral .Rate-detail {
  background: #d41044;
}
.Rate--coral .Rate-conditions,
.Rate--coral .Rate-icon,
.Rate--coral .Rate-amountLast,
.Rate--coral .Rate-amountShares {
  background: #960c31;
}
.Rate--burgundies .Rate-detail,
.Rate--burgundies .Rate-conditionsBtn:hover,
.Rate--burgundies .Rate-conditionsBtn:focus {
  background: #8c0123;
}
.Rate--burgundies .Rate-conditions,
.Rate--burgundies .Rate-icon,
.Rate--burgundies .Rate-amountLast,
.Rate--burgundies .Rate-amountShares {
  background: #68011a;
}
.Rate--yellowBanana,
.Rate--redCandy,
.Rate--greenPuertoRico {
  border-bottom: none;
}
.Rate--gray .Rate-detail,
.Rate--yellowBanana .Rate-detail,
.Rate--redCandy .Rate-detail,
.Rate--greenPuertoRico .Rate-detail,
.Rate--gray .Rate-conditions,
.Rate--yellowBanana .Rate-conditions,
.Rate--redCandy .Rate-conditions,
.Rate--greenPuertoRico .Rate-conditions,
.Rate--gray .Rate-conditionsBtn:hover,
.Rate--yellowBanana .Rate-conditionsBtn:hover,
.Rate--redCandy .Rate-conditionsBtn:hover,
.Rate--greenPuertoRico .Rate-conditionsBtn:hover,
.Rate--gray .Rate-conditionsBtn:focus,
.Rate--yellowBanana .Rate-conditionsBtn:focus,
.Rate--redCandy .Rate-conditionsBtn:focus,
.Rate--greenPuertoRico .Rate-conditionsBtn:focus {
  background: #eee;
}
.Rate--gray .Rate-icon,
.Rate--yellowBanana .Rate-icon,
.Rate--redCandy .Rate-icon,
.Rate--greenPuertoRico .Rate-icon,
.Rate--gray .Rate-amountLast,
.Rate--yellowBanana .Rate-amountLast,
.Rate--redCandy .Rate-amountLast,
.Rate--greenPuertoRico .Rate-amountLast,
.Rate--gray .Rate-amountShares,
.Rate--yellowBanana .Rate-amountShares,
.Rate--redCandy .Rate-amountShares,
.Rate--greenPuertoRico .Rate-amountShares {
  background: #5c5c5c;
}
.Rate--gray .Rate-toText,
.Rate--yellowBanana .Rate-toText,
.Rate--redCandy .Rate-toText,
.Rate--greenPuertoRico .Rate-toText {
  color: #1b0088;
}
.Rate--gray .Rate-fromText,
.Rate--yellowBanana .Rate-fromText,
.Rate--redCandy .Rate-fromText,
.Rate--greenPuertoRico .Rate-fromText,
.Rate--gray .Rate-cabinText,
.Rate--yellowBanana .Rate-cabinText,
.Rate--redCandy .Rate-cabinText,
.Rate--greenPuertoRico .Rate-cabinText,
.Rate--gray .Rate-cabinIcon,
.Rate--yellowBanana .Rate-cabinIcon,
.Rate--redCandy .Rate-cabinIcon,
.Rate--greenPuertoRico .Rate-cabinIcon,
.Rate--gray .Rate-base,
.Rate--yellowBanana .Rate-base,
.Rate--redCandy .Rate-base,
.Rate--greenPuertoRico .Rate-base,
.Rate--gray .Rate-currency,
.Rate--yellowBanana .Rate-currency,
.Rate--redCandy .Rate-currency,
.Rate--greenPuertoRico .Rate-currency,
.Rate--gray .Rate-amount,
.Rate--yellowBanana .Rate-amount,
.Rate--redCandy .Rate-amount,
.Rate--greenPuertoRico .Rate-amount,
.Rate--gray .Rate-currencyConv,
.Rate--yellowBanana .Rate-currencyConv,
.Rate--redCandy .Rate-currencyConv,
.Rate--greenPuertoRico .Rate-currencyConv,
.Rate--gray .Rate-amountConv,
.Rate--yellowBanana .Rate-amountConv,
.Rate--redCandy .Rate-amountConv,
.Rate--greenPuertoRico .Rate-amountConv,
.Rate--gray .Rate-description,
.Rate--yellowBanana .Rate-description,
.Rate--redCandy .Rate-description,
.Rate--greenPuertoRico .Rate-description {
  color: #5c5c5c;
}
.Rate--gray .Rate-badges,
.Rate--yellowBanana .Rate-badges,
.Rate--redCandy .Rate-badges,
.Rate--greenPuertoRico .Rate-badges {
  margin-top: -27px;
}
.Rate--gray .Rate-link,
.Rate--yellowBanana .Rate-link,
.Rate--redCandy .Rate-link,
.Rate--greenPuertoRico .Rate-link {
  background-color: #eee;
}
.Rate--gray .Rate-conditions,
.Rate--yellowBanana .Rate-conditions,
.Rate--redCandy .Rate-conditions,
.Rate--greenPuertoRico .Rate-conditions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 10px solid #5c5c5c;
  padding: 10px;
  height: 78px;
  background-color: #eee;
}
.Rate--gray .Rate-conditionsLink,
.Rate--yellowBanana .Rate-conditionsLink,
.Rate--redCandy .Rate-conditionsLink,
.Rate--greenPuertoRico .Rate-conditionsLink,
.Rate--gray .Rate-conditionsBtn,
.Rate--yellowBanana .Rate-conditionsBtn,
.Rate--redCandy .Rate-conditionsBtn,
.Rate--greenPuertoRico .Rate-conditionsBtn {
  color: #5c5c5c;
}
.Rate--gray .Rate-conditionsLink.fourth-level:focus,
.Rate--yellowBanana .Rate-conditionsLink.fourth-level:focus,
.Rate--redCandy .Rate-conditionsLink.fourth-level:focus,
.Rate--greenPuertoRico .Rate-conditionsLink.fourth-level:focus,
.Rate--gray .Rate-conditionsBtn.fourth-level:focus,
.Rate--yellowBanana .Rate-conditionsBtn.fourth-level:focus,
.Rate--redCandy .Rate-conditionsBtn.fourth-level:focus,
.Rate--greenPuertoRico .Rate-conditionsBtn.fourth-level:focus {
  outline: 2px solid #1b0088;
}
.Rate--gray .Rate-conditionsLink.third-level:hover,
.Rate--yellowBanana .Rate-conditionsLink.third-level:hover,
.Rate--redCandy .Rate-conditionsLink.third-level:hover,
.Rate--greenPuertoRico .Rate-conditionsLink.third-level:hover,
.Rate--gray .Rate-conditionsBtn.third-level:hover,
.Rate--yellowBanana .Rate-conditionsBtn.third-level:hover,
.Rate--redCandy .Rate-conditionsBtn.third-level:hover,
.Rate--greenPuertoRico .Rate-conditionsBtn.third-level:hover,
.Rate--gray .Rate-conditionsLink.third-level:focus,
.Rate--yellowBanana .Rate-conditionsLink.third-level:focus,
.Rate--redCandy .Rate-conditionsLink.third-level:focus,
.Rate--greenPuertoRico .Rate-conditionsLink.third-level:focus,
.Rate--gray .Rate-conditionsBtn.third-level:focus,
.Rate--yellowBanana .Rate-conditionsBtn.third-level:focus,
.Rate--redCandy .Rate-conditionsBtn.third-level:focus,
.Rate--greenPuertoRico .Rate-conditionsBtn.third-level:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.Rate--gray .Rate-conditionsBtn,
.Rate--yellowBanana .Rate-conditionsBtn,
.Rate--redCandy .Rate-conditionsBtn,
.Rate--greenPuertoRico .Rate-conditionsBtn {
  border-color: #5c5c5c;
}
.Rate--gray .Rate-conditionsIcon:before,
.Rate--yellowBanana .Rate-conditionsIcon:before,
.Rate--redCandy .Rate-conditionsIcon:before,
.Rate--greenPuertoRico .Rate-conditionsIcon:before {
  color: #5c5c5c;
}
@media (min-width: 960px) {
  .Rate--gray .Rate-conditions,
  .Rate--yellowBanana .Rate-conditions,
  .Rate--redCandy .Rate-conditions,
  .Rate--greenPuertoRico .Rate-conditions {
    padding: 10px 20px;
  }
}
.Rate--gray .Rate-price,
.Rate--yellowBanana .Rate-price,
.Rate--redCandy .Rate-price,
.Rate--greenPuertoRico .Rate-price {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  a.btn-flat + a.Rate-conditionsBtn {
    margin-left: 0;
  }
}
.Rate--interchange .Rate-detail {
  height: 300px;
}
.Rate--interchange .Rate-price {
  margin-bottom: 0;
}
.Rate--interchange .Rate-price--third {
  position: relative;
  width: 100%;
  top: 0;
}
.Rate--interchange .Rate-priceDetail {
  margin-bottom: 6px;
}
.Rate--interchange .Rate-descriptionContainer {
  margin-top: 0;
  padding-top: 0;
}
.Rate--promotionalRates .Rate {
  margin: 20px 0 0 0;
}
.Rate--promotionalRates .Rate-image {
  position: absolute;
  height: 415px;
}
@media (min-width: 768px) {
  .Rate--promotionalRates .Rate {
    margin-top: 22px;
  }
  .Rate--promotionalRates .Rate-detail {
    height: 323px;
  }
  .Rate--promotionalRates .Rate-conditions {
    height: 70px;
  }
  .Rate--promotionalRates .Rate-conditionsBtn {
    height: 50px;
  }
  .Rate--promotionalRates .Rate-conditionsText {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 960px) {
  .Rate--promotionalRates .Rate {
    margin-top: 30px;
  }
  .Rate--promotionalRates .Rate-image {
    height: 400px;
  }
  .Rate--promotionalRates .Rate-detail {
    height: 300px;
    padding-top: 52px;
    padding-bottom: 17px;
  }
}
.Rate--featured .Rate:not(.Rate--noImage) .Rate-detail {
  background-color: rgba(0, 0, 0, 0.3);
}
.Rate--grouping {
  margin-bottom: 20px;
}
.Rate--grouping .Rate-toText {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 2.29em;
  line-height: 120%;
  color: #ffffff;
  text-shadow: 0px 1px 3px #8f8f8f;
  height: 69px;
}
.Rate--grouping .Rate-conditions {
  height: 64px;
}
.Rate--grouping .Rate-base {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.14em;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.Rate--grouping .Rate-amount {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 2.57em;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.Rate--grouping .Rate-currency {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
  color: #fff;
  text-shadow: 0px 1px 3px #8f8f8f;
}
.Rate--grouping .Rate-btn {
  color: #fff;
  border-color: #fff;
}
.Rate--grouping .Rate-btn:hover,
.Rate--grouping .Rate-btn:focus {
  background: #303030;
  outline: 0px;
}
.Rate--grouping .Rate-conditions {
  padding: 10px;
}
.Rate--grouping .Rate-conditionsText {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .Rate--grouping .Rate-base {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1.29em;
  }
  .Rate--grouping .Rate-toText {
    font-size: 2em;
  }
}
.Rate--mock {
  width: 100%;
  background-color: #a9d8e6;
  height: 370px;
  font-size: 1.14em;
  color: #fff;
  padding: 20px;
  margin-top: 18px;
}
.modalTerms {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.modalTerms-h3 {
  color: #1b0088;
}
p.modalTerms-paragraph {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
  color: #4c4c4c;
}
.modalTerms-img {
  margin-top: 26px;
}
.modalTerms-content {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.modalTerms-content strong {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
.modalTerms-content a {
  color: #2d34ce;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 960px) {
  .modalTerms-h3 {
    font-size: 2em;
  }
}
.ProgramKnown-titleBox {
  height: auto;
  margin-bottom: 22px;
}
.ProgramKnown-title {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 150%;
  color: #1b0088;
  text-align: left;
  margin: 0;
}
.ProgramKnown-cardsBox {
  height: auto;
}
.ProgramKnown-bannerBox {
  height: auto;
}
.ProgramKnown-info {
  display: block;
  width: auto;
  height: auto;
  border-radius: 4px 0;
  padding: 25px 20px 30px 20px;
  background-color: #1b0088;
}
.ProgramKnown-infoTitle {
  width: auto;
  height: auto;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.71em;
  line-height: 150%;
  color: #fff;
  margin-bottom: 7px;
}
.ProgramKnown-infoText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
}
.ProgramKnown-slider {
  display: block;
  height: 246px;
  width: auto;
  border-radius: 4px 0;
  padding: 30px 20px;
  background-color: #2316a6;
}
.ProgramKnown-sliderTitleBox {
  margin-bottom: 5px;
  height: 110px;
  overflow: hidden;
}
.ProgramKnown-sliderText {
  width: auto;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.71em;
  line-height: 120%;
  text-align: left;
  color: #fff;
  height: auto;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0;
  right: 0;
}
.ProgramKnown-sliderIconBox {
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 15px;
}
.ProgramKnown-slideContent {
  margin-top: 0;
}
.ProgramKnown-sliderIcon {
  background: none;
  color: #fff;
  font-size: 4.57em;
  width: auto;
  position: relative;
  left: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  float: none;
}
.ProgramKnown-register {
  display: block;
  height: auto;
  width: auto;
  border-radius: 4px 0;
  padding: 30px 20px;
  background-color: #2d34ce;
}
.ProgramKnown-registerTitleBox {
  width: auto;
  height: auto;
  margin-bottom: 15px;
}
.ProgramKnown-registerTitle {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.71em;
  line-height: 150%;
  color: #fff;
  margin-bottom: 0;
}
.ProgramKnown-registerTextBox {
  margin-bottom: 20px;
}
.ProgramKnown-registerText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.ProgramKnown-registerBtn {
  margin: 0;
}
.ProgramKnown-banner {
  height: auto;
  width: 100%;
  padding: 30px;
  background: #d4d4d4;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4d4d4), color-stop(65%, #e9e9e9), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #d4d4d4 0%, #e9e9e9 65%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#d4d4d4), color-stop(65%, #e9e9e9), to(#f5f5f5));
  background: linear-gradient(to right, #d4d4d4 0%, #e9e9e9 65%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#f5f5f5', GradientType=1);
  border: none;
}
.ProgramKnown-imgBox {
  margin-bottom: 27px;
}
.ProgramKnown-bannerTitleBox {
  margin-bottom: 18px;
}
.ProgramKnown-bannerTitle {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 120%;
  color: #1b0088;
  background: transparent;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .ProgramKnown-title {
    font-size: 2.57em;
  }
  .ProgramKnown-cardsBox {
    height: 330px;
  }
  .ProgramKnown-infoTitleBox {
    height: 95px;
    overflow: hidden;
    margin-bottom: 9px;
  }
  .ProgramKnown-info {
    height: 281px;
    padding: 27px 20px 20px;
  }
  .ProgramKnown-infoTitle {
    font-size: 1.86em;
    margin-bottom: 0;
    line-height: 120%;
  }
  .ProgramKnown-slideContent {
    margin-top: 0;
  }
  .ProgramKnown-slider {
    height: 281px;
    padding: 20px;
  }
  .ProgramKnown-sliderTitleBox {
    height: 125px;
    overflow: hidden;
  }
  .ProgramKnown-sliderText {
    font-size: 1.86em;
    line-height: 120%;
  }
  .ProgramKnown-register {
    height: 281px;
    padding: 20px;
  }
  .ProgramKnown-registerTitleBox {
    height: 95px;
  }
  .ProgramKnown-registerTitle {
    font-size: 1.86em;
    line-height: 120%;
  }
  .ProgramKnown-registerBtn {
    position: absolute;
    right: 30px;
    bottom: 40px;
  }
  .ProgramKnown-imgBox {
    margin-bottom: 0;
    height: auto;
    min-height: 250px;
    position: relative;
  }
  .ProgramKnown-banner {
    height: auto;
    min-height: 250px;
    overflow: hidden;
    padding: 0;
  }
  .ProgramKnown-bannerImg {
    float: right;
  }
  .ProgramKnown-bannerTitle {
    padding: 0;
    line-height: 120%;
  }
  .ProgramKnown-bannerBtn {
    margin-bottom: 0;
  }
  .ProgramKnown-bannerTextContent {
    padding: 30px 0 30px 28px;
    height: auto;
    min-height: 250px;
    position: relative;
  }
  .ProgramKnown-verticalAlignContent {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 960px) {
  .ProgramKnown-infoTitleBox {
    height: 95px;
    margin-bottom: 15px;
  }
  .ProgramKnown-infoTitle {
    font-size: 2em;
    margin-bottom: 0;
  }
  .ProgramKnown-sliderTitleBox {
    height: 130px;
  }
  .ProgramKnown-sliderText {
    font-size: 2em;
  }
  .ProgramKnown-registerTitleBox {
    height: 95px;
  }
  .ProgramKnown-registerTitle {
    font-size: 2em;
  }
  .ProgramKnown-bannerTitleBox {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ProgramKnown-bannerTitle {
    font-size: 2.57em;
  }
}
.ProgramKnown-registerBtn .Btn.third-level {
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}
.ProgramKnown-registerBtn .Btn.third-level:hover,
.ProgramKnown-registerBtn .Btn.third-level:focus {
  background: #fff;
  border-color: #fff;
  color: #2d34ce;
}
.ProgramKnown .Btn.third-level {
  margin: 0;
}
.ProgramKnownBackground {
  background: none;
}
.ProgramKnown .slick-dots {
  height: 30px;
  top: 188px;
}
.ProgramKnown .slick-dots li button {
  border: 4px solid #fff;
  background: #ABABAB;
}
.ProgramKnown .slick-dots li.slick-active button {
  border: 4px solid #fff;
  background: #ed1650;
}
@media (min-width: 768px) {
  .ProgramKnown .slick-dots {
    top: 228px;
  }
}
@media (min-width: 960px) {
  .ProgramKnown .slick-dots {
    top: 214px;
  }
}
.GenericInformation {
  background: #eee;
  padding: 20px 0;
}
.GenericInformation-tile {
  margin-bottom: 0;
  background: #ffffff;
}
.GenericInformation-col {
  width: 33.3%;
}
.GenericInformation-title {
  margin-bottom: 23px;
  font-size: 2em;
  line-height: 150%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #1b0088;
}
.GenericInformation-imgBox {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #666666;
}
.GenericInformation-tileContent {
  width: 100%;
  height: auto;
  padding: 18px;
}
.GenericInformation-nameProduct {
  height: 85px;
  margin-bottom: 26px;
  font-size: 1.71em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #1b0088;
  overflow: hidden;
}
@media (min-width: 768px) {
  .GenericInformation {
    background: none;
    padding: 0;
  }
  .GenericInformation-tile {
    background: #ffffff;
    border: 1px solid #666666;
    border-radius: 1px;
  }
  .GenericInformation-title {
    margin-bottom: 20px;
    font-size: 2.57em;
    text-align: left;
  }
  .GenericInformation-imgBox {
    height: auto;
  }
  .GenericInformation-col:first-child {
    margin-left: 0;
  }
  .GenericInformation-nameProduct {
    height: 100px;
    font-size: 2em;
  }
  .GenericInformation-conditions {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .GenericInformation-imgBox img {
    height: 120px;
  }
  .GenericInformation-nameProduct {
    margin-bottom: 10px;
  }
  .GenericInformation-text {
    height: 65px;
    font-size: 1.29em;
    line-height: 120%;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    margin-bottom: 26px;
    color: #5c5c5c;
  }
}
.GenericInformation .Btn {
  margin-bottom: 0;
}
.GenericInformation .slick-dots li button {
  background: #ABABAB;
  border: 3px solid #ffffff;
}
.GenericInformation .slick-dots li.slick-active button {
  background: #ed1650;
}
@media (min-width: 768px) {
  .GenericInformation .hidden-xs {
    display: none;
  }
  .GenericInformation .Btn {
    border-color: #303030;
    color: #303030;
  }
}
@media (min-width: 960px) {
  .GenericInformation .hidden-xs {
    display: block;
  }
}
.PPContact {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.PPContact-title {
  margin-bottom: 27px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 2em;
  line-height: 120%;
  color: #1b0088;
}
.PPContact-country {
  height: auto;
  margin-bottom: 20px;
}
.PPContact-countryFlag {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}
.PPContact-countryTitle {
  font-size: 2em;
  color: #1b0088;
  display: inline-block;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 100%;
  vertical-align: middle;
}
.PPContact-btn {
  background: #1b0088;
  border-radius: 1px;
  border: 2px solid transparent;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 10px 5px 0;
}
.PPContact-btn:focus,
.PPContact-btn:hover {
  background: #2d34ce;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.PPContact-btnLink {
  display: inline-block;
}
.PPContact-btnHeadline {
  font-size: 1.29em;
  color: #fff;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 120%;
}
.PPContact-iconBox {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.PPContact-btnIcon {
  color: #ed1650;
  margin-right: 0;
  font-size: 3.43em;
}
.PPContact-btnIcon:before {
  color: #ed1650;
}
.PPContact-btnBox {
  display: inline-block;
  vertical-align: middle;
}
.PPContact-btnText {
  font-size: 1em;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
}
.PPContact-featured {
  padding: 7px;
  border-radius: 1px;
  border: 2px solid transparent;
  margin-top: 0;
}
.PPContact-featured:last-child {
  margin-bottom: 0;
}
.PPContact-featuredPhonesTitle {
  font-size: 18px;
  color: #5c5c5c;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 120%;
  margin: 0;
}
.PPContact-featuredText {
  font-size: 1em;
  color: #5c5c5c;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .PPContact-title {
    margin-bottom: 12px;
  }
  .PPContact-country {
    margin-bottom: 30px;
  }
  .PPContact-countryTitle {
    font-size: 2.14em;
    color: #5c5c5c;
  }
  .PPContact-anchorArrow {
    font-size: 1em;
    color: #5c5c5c;
    display: inline-block;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    line-height: 100%;
    margin-left: 14px;
    text-decoration: underline;
  }
  .PPContact-anchorArrow:hover,
  .PPContact-anchorArrow:focus {
    text-decoration: none;
  }
  .PPContact-countryArrow {
    float: right;
    margin-left: 5px;
    font-size: 10px;
    line-height: 175%;
  }
  .PPContact-btn {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0 30px 0;
  }
  .PPContact-btn:focus,
  .PPContact-btn:hover {
    background: #fff;
  }
  .PPContact-iconBox {
    margin-right: 0;
  }
  .PPContact-btnHeadline {
    font-size: 2.57em;
    color: #ed1650;
  }
  .PPContact-btnText {
    font-size: 1.14em;
    color: #5c5c5c;
    position: absolute;
    left: 11px;
  }
  .PPContact-featuredCols {
    padding: 7px 0;
  }
  .PPContact-featured {
    padding: 7px 0;
  }
  .PPContact-featured:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .PPContact-featuredPhonesTitle {
    font-size: 20px;
    color: #1b0088;
  }
}
@media only screen and (min-width: 960px) {
  .PPContact-title {
    margin-bottom: 25px;
    font-size: 2.57em;
  }
  .PPContact-row {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0;
  }
  .PPContact-countryCol {
    padding-left: 0;
  }
  .PPContact-phonesBox {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 13px 0 23px;
  }
  .PPContact-btnHeadline {
    font-size: 2.29em;
    display: block;
    margin-top: 2px;
  }
  .PPContact-btnText {
    left: 10px;
  }
  .PPContact-btn {
    border: none;
    padding: 0 10px 0 0;
  }
  .PPContact-featuredCols {
    padding: 0;
  }
  .PPContact-featuredCol:last-child {
    padding-right: 0;
  }
  .PPContact-featuredCol:last-child .PPContact-featured {
    padding-right: 0;
  }
  .PPContact-countryArrow {
    margin-left: 5px;
    font-size: 10px;
    line-height: 175%;
  }
}
.SocialContact-col:first-child .SocialContact-text {
  border-top: 0;
}
.SocialContact-link {
  display: table;
  width: 100%;
}
.SocialContact-icon,
.SocialContact-customIcon,
.SocialContact-customIcon[class*="icon-"] {
  display: table-cell;
  position: relative;
  float: none;
  width: 17%;
  height: 52px;
  margin-right: 3%;
  vertical-align: middle;
  text-align: center;
  color: #ed1650;
}
.SocialContact-icon:before,
.SocialContact-customIcon:before,
.SocialContact-customIcon[class*="icon-"]:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  color: #ed1650;
}
.SocialContact-icon:before {
  content: '';
  background-repeat: no-repeat;
}
.SocialContact-facebook:before {
  background-image: url(../../../../static/latam/images/design-image/latam/social/facebook-inverted.svg);
}
.SocialContact-twitter:before {
  background-image: url(../../../../static/latam/images/design-image/latam/social/twitter-inverted.svg);
}
.SocialContact-enviarSugerencia:before {
  background-image: url(../../../../static/latam/images/design-image/latam/social/facebook-inverted.svg);
}
.SocialContact-estadoReclao:before {
  background-image: url(../../../../static/latam/images/design-image/latam/social/twitter-inverted.svg);
}
.SocialContact-text {
  display: table-cell;
  width: 80%;
  height: 52px;
  border-top: 1px solid #cacaca;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  line-height: 120%;
  vertical-align: middle;
  color: #5c5c5c;
}
@media only screen and (min-width: 768px) {
  .SocialContact {
    margin-top: 5px;
  }
  .SocialContact-col {
    border-left: 1px solid #cacaca;
  }
  .SocialContact-col:first-child {
    border-left: 0;
  }
  .SocialContact-link {
    display: block;
  }
  .SocialContact-customIcon[class*="icon-"] {
    display: inline-block;
  }
  .SocialContact-icon,
  .SocialContact-customIcon,
  .SocialContact-customIcon[class*="icon-"] {
    display: inline-block;
    width: 27.3%;
    margin-right: 3%;
    height: 42px;
  }
  .SocialContact-icon:before,
  .SocialContact-customIcon:before,
  .SocialContact-customIcon[class*="icon-"]:before {
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .SocialContact-text {
    display: inline-block;
    width: 66.7%;
    height: auto;
    border-top: 0;
    font-size: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .SocialContact {
    margin-top: 0;
  }
  .SocialContact-col {
    margin-top: 30px;
  }
  .SocialContact-icon,
  .SocialContact-customIcon,
  .SocialContact-customIcon[class*="icon-"] {
    margin-right: 4%;
  }
}
.BasicHeader {
  position: relative;
  padding: 30px 0;
  margin-top: 0;
}
.BasicHeader-background {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.BasicHeader-content {
  height: 145px;
  position: relative;
  display: block;
}
.BasicHeader-verticalAlign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.BasicHeader-header {
  font-family: "Latam-Sans-Light", Arial, Helvetica, sans-serif;
  font-size: 2.29em;
  line-height: 120%;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 5px #000;
  margin-bottom: 0;
}
.BasicHeader-headline {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 150%;
  color: #fff;
  text-align: left;
  text-shadow: none;
}
.BasicHeader h1 + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .BasicHeader {
    padding: 60px 0;
    margin-top: -18px;
  }
  .BasicHeader-content {
    height: 140px;
  }
  .BasicHeader h1 + p {
    margin-top: 19px;
  }
}
@media (min-width: 960px) {
  .BasicHeader {
    padding: 70px 0;
    margin-top: 0;
  }
  .BasicHeader-content {
    height: 120px;
  }
  .BasicHeader-verticalAlign {
    position: absolute;
    top: -50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .BasicHeader-header {
    font-size: 2.86em;
  }
}
.BasicHeader--salesBox {
  padding: 30px 0 0 0;
}
.BasicHeader--salesBox .BasicHeader-content {
  height: 120px;
}
.BasicHeader--salesBox .BasicHeader-background {
  height: 205px;
  max-height: 482px;
  padding: 30px 0 55px 0;
}
.BasicHeader--salesBox .BasicHeader-salesBox {
  min-height: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .BasicHeader--salesBox .BasicHeader-content {
    height: 85px;
  }
  .BasicHeader--salesBox .BasicHeader-background {
    height: 260px;
  }
  .BasicHeader--salesBox .BasicHeader-salesBox {
    margin-top: 45px;
  }
}
@media (min-width: 960px) {
  .BasicHeader--salesBox .BasicHeader-content {
    height: 100px;
  }
  .BasicHeader--salesBox .BasicHeader-salesBox {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .BasicHeader--salesBox {
    padding: 60px 0 0 0;
  }
  .BasicHeader--salesBox-background {
    padding: 60px 0 115px 0;
  }
}
@media (min-width: 960px) {
  .BasicHeader--salesBox {
    padding: 70px 0 0 0;
  }
  .BasicHeader--salesBox-background {
    padding: 60px 0 90px 0;
  }
}
.BasicHeader--salesBox .Sales {
  margin-top: 0;
  margin-bottom: 0;
}
.SelfserviceBox--latam .SelfserviceBox-headline {
  font-size: 1.71em;
  color: #fff;
  display: block;
  line-height: 120%;
  margin-bottom: 23px;
  text-align: left;
}
.SelfserviceBox--latam .SelfserviceBox-proposal {
  display: none;
}
.SelfserviceBox--latam .SelfserviceBox-trips {
  display: block;
  float: none;
  height: auto;
  min-height: 304px;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.SelfserviceBox--latam .SelfserviceBox-titleContent {
  background-color: #1b0088;
  padding: 28px 20px;
}
.SelfserviceBox--latam .SelfserviceBox-form {
  background-color: #10004F;
  padding: 30px 20px 20px;
}
.SelfserviceBox--latam .SelfserviceBox-whereIGet {
  margin: 6px 0 0;
  text-align: right;
}
.SelfserviceBox--latam .SelfserviceBox-linkWhereIGet {
  font-size: 0.86em;
  border: 2px solid transparent;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 100%;
  text-decoration: underline;
}
.SelfserviceBox--latam .SelfserviceBox-linkWhereIGet:hover,
.SelfserviceBox--latam .SelfserviceBox-linkWhereIGet:focus {
  text-decoration: none;
}
.SelfserviceBox--latam .SelfserviceBox-linkWhereIGet:focus {
  outline-color: #b8b8b8;
}
.SelfserviceBox--latam .SelfserviceBox-formGroup {
  margin-bottom: 30px;
}
.SelfserviceBox--latam .SelfserviceBox-formGroup--first {
  margin-bottom: 4px;
}
.SelfserviceBox--latam .SelfserviceBox-formGroup--tam {
  margin-bottom: 30px;
}
.SelfserviceBox--latam .SelfserviceBox-label {
  font-size: 1em;
  color: #fff;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 7px;
}
.SelfserviceBox--latam .SelfserviceBox-inputText {
  border-radius: 1px;
  border: 2px solid #fff;
  height: 40px;
  padding: 5px 12px;
}
.SelfserviceBox--latam .SelfserviceBox-inputText:focus {
  background-color: #DBDDF7;
  border-radius: 1px;
  border: 2px solid #00b5ad;
}
.SelfserviceBox--latam .SelfserviceBox-inputText--invalid,
.SelfserviceBox--latam .SelfserviceBox-inputText--invalid:focus {
  background-color: #FFD0DD;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border: 2px solid #BC022F;
}
.SelfserviceBox--latam .SelfserviceBox-inputText::-webkit-input-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latam .SelfserviceBox-inputText::-moz-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latam .SelfserviceBox-inputText:-ms-input-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latam .SelfserviceBox-inputText:-moz-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latam .SelfserviceBox-link,
.SelfserviceBox--latam .SelfserviceBox-link:link,
.SelfserviceBox--latam .SelfserviceBox-link:active {
  font-size: 1.14em;
  color: #fff;
  display: inline-block;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 100%;
  margin: 0;
}
.SelfserviceBox--latam .SelfserviceBox-link:hover,
.SelfserviceBox--latam .SelfserviceBox-link:link:hover,
.SelfserviceBox--latam .SelfserviceBox-link:active:hover {
  text-decoration: underline;
}
.SelfserviceBox--latam .SelfserviceBox-link:focus {
  outline-color: #b8b8b8;
}
.SelfserviceBox--latam .SelfserviceBox-link--form,
.SelfserviceBox--latam .SelfserviceBox-link--form:link,
.SelfserviceBox--latam .SelfserviceBox-link--form:hover {
  font-size: 0.79em;
}
.SelfserviceBox--latam .SelfserviceBox-linkText + .SelfserviceBox--latam .SelfserviceBox-linkIcon {
  margin-left: 5px;
}
.SelfserviceBox--latam .SelfserviceBox-linkText,
.SelfserviceBox--latam .SelfserviceBox-linkIcon {
  color: #fff;
  float: left;
  margin-left: 5px;
}
.SelfserviceBox--latam .SelfserviceBox-errorText {
  font-size: 1em;
  background: #BC022F;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  color: #fff;
  display: block;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  margin-top: 0;
  min-height: 25px;
  padding: 5px 12px 0 12px;
}
.SelfserviceBox--latam .SelfserviceBox-vignette {
  height: 20px;
  margin-left: 15px;
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
}
.SelfserviceBox--latam .SelfserviceBox-page {
  background: #ed1650;
  height: 37px;
  margin: -31px auto 0 auto;
  -webkit-transform: rotate(-0.05rad);
  -ms-transform: rotate(-0.05rad);
  transform: rotate(-0.05rad);
}
.SelfserviceBox--latam .SelfserviceBox-submit {
  margin-bottom: 0;
}
.SelfserviceBox--latam .SelfserviceBox-submit:focus {
  outline-color: #b8b8b8;
}
@media (min-width: 768px) {
  .SelfserviceBox--latam .SelfserviceBox-page {
    margin-top: -30px;
    -webkit-transform: rotate(-0.02rad);
    -ms-transform: rotate(-0.02rad);
    transform: rotate(-0.02rad);
  }
  .SelfserviceBox--latam .SelfserviceBox-trips {
    min-height: 270px;
  }
  .SelfserviceBox--latam .SelfserviceBox-titleContent {
    padding: 28px 30px;
  }
  .SelfserviceBox--latam .SelfserviceBox-form {
    padding: 30px;
  }
  .SelfserviceBox--latam .SelfserviceBox-submit {
    float: right;
  }
  .SelfserviceBox--latam .SelfserviceBox-headline {
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .SelfserviceBox--latam .SelfserviceBox-page {
    margin-top: -28px;
  }
  .SelfserviceBox--latam .SelfserviceBox-trips {
    display: table-cell;
    min-height: 304px;
    width: 33%;
  }
  .SelfserviceBox--latam .SelfserviceBox-main {
    display: table;
  }
  .SelfserviceBox--latam .SelfserviceBox-submit {
    width: 100%;
  }
  .SelfserviceBox--latam .SelfserviceBox-headline {
    margin-bottom: 25px;
    padding: 0;
  }
  .SelfserviceBox--latam .SelfserviceBox-listRow {
    float: none;
    padding: 0;
  }
  .SelfserviceBox--latam .SelfserviceBox-unorderedList {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .SelfserviceBox--latam .SelfserviceBox-unorderedItem {
    font-size: 1.14em;
  }
  .SelfserviceBox--latam .SelfserviceBox-proposal {
    background: #1b0088;
    display: table-cell;
    float: none;
    height: auto;
    min-height: 304px;
    overflow: hidden;
    padding: 30px;
    position: relative;
  }
  .SelfserviceBox--latam .SelfserviceBox-proposal--extended {
    width: 100%;
  }
  .SelfserviceBox--latam .SelfserviceBox-proposal--triangle:after {
    display: none;
  }
  .SelfserviceBox--latam .SelfserviceBox-jumpApp {
    bottom: 0;
    margin: 0 26px 27px 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}
.SelfserviceBox--latamTam .SelfserviceBox {
  display: block;
}
.SelfserviceBox--latamTam .SelfserviceBox-headline {
  font-size: 2em;
  color: #fff;
  line-height: 120%;
  padding: 0;
  text-align: center;
}
.SelfserviceBox--latamTam .SelfserviceBox-proposal {
  display: none;
  padding: 0;
}
.SelfserviceBox--latamTam .SelfserviceBox-listRow {
  padding-bottom: 25px;
  padding-top: 25px;
}
.SelfserviceBox--latamTam .SelfserviceBox-unorderedList {
  height: auto;
  margin: 0 0 10px;
  padding: 10px 20px 0 20px;
}
.SelfserviceBox--latamTam .SelfserviceBox-unorderedItem {
  font-size: 1em;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
  line-height: 120%;
  margin: 20px 0 0 0;
}
.SelfserviceBox--latamTam .SelfserviceBox-unorderedItem:first-child {
  margin: 0;
}
.SelfserviceBox--latamTam .SelfserviceBox-trips {
  background-color: #10004F;
  display: block;
  float: none;
  height: auto;
  min-height: 304px;
  overflow: hidden;
  padding: 30px;
  vertical-align: middle;
  width: 100%;
}
.SelfserviceBox--latamTam .SelfserviceBox-whereIGet {
  color: white;
  cursor: pointer;
  margin: 6px 0 0;
  text-align: right;
}
.SelfserviceBox--latamTam .SelfserviceBox-linkWhereIGet {
  border: 2px solid transparent;
  color: #fff;
  font: normal 1em/100% "Latam-Sans-Regular", arial, sans-serif;
  line-height: 100%;
  text-decoration: underline;
}
.SelfserviceBox--latamTam .SelfserviceBox-linkWhereIGet:hover,
.SelfserviceBox--latamTam .SelfserviceBox-linkWhereIGet:focus {
  text-decoration: none;
}
.SelfserviceBox--latamTam .SelfserviceBox-linkWhereIGet:focus {
  outline-color: #b8b8b8;
}
.SelfserviceBox--latamTam .SelfserviceBox-formGroup {
  margin-bottom: 30px;
}
.SelfserviceBox--latamTam .SelfserviceBox-formGroup--first {
  margin-bottom: 4px;
}
.SelfserviceBox--latamTam .SelfserviceBox-formGroup--tam {
  margin-bottom: 30px;
}
.SelfserviceBox--latamTam .SelfserviceBox-legend {
  font-size: 1em;
  border: none;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
  line-height: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.SelfserviceBox--latamTam .SelfserviceBox-label {
  font-size: 1.14em;
  color: #fff;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 7px;
}
.SelfserviceBox--latamTam .SelfserviceBox-helpBlock {
  font-size: 0.86em;
  color: #fff;
  float: right;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
  line-height: 100%;
  margin-top: 7px;
  padding-bottom: 35px;
}
.SelfserviceBox--latamTam .SelfserviceBox-helpBlock--pushDown {
  margin-top: 20px;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText {
  border-radius: 1px;
  border: 2px solid #fff;
  height: 40px;
  padding: 5px 12px;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText:focus {
  background-color: #DBDDF7;
  border-radius: 1px;
  border: 2px solid #00b5ad;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText--invalid,
.SelfserviceBox--latamTam .SelfserviceBox-inputText--invalid:focus {
  background-color: #FFD0DD;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border: 2px solid #BC022F;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText::-webkit-input-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText::-moz-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText:-ms-input-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latamTam .SelfserviceBox-inputText:-moz-placeholder {
  font-size: 1em;
  color: #ccc;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
}
.SelfserviceBox--latamTam .SelfserviceBox-link,
.SelfserviceBox--latamTam .SelfserviceBox-link:link,
.SelfserviceBox--latamTam .SelfserviceBox-link:active {
  font-size: 1em;
  border: 2px solid transparent;
  color: #fff;
  display: inline;
  float: right;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-style: normal;
  height: auto;
  line-height: 120%;
  margin-right: 23px;
  margin-top: 15px;
  text-decoration: none;
}
.SelfserviceBox--latamTam .SelfserviceBox-link:hover,
.SelfserviceBox--latamTam .SelfserviceBox-link:link:hover,
.SelfserviceBox--latamTam .SelfserviceBox-link:active:hover {
  text-decoration: underline;
}
.SelfserviceBox--latamTam .SelfserviceBox-link:focus {
  outline-color: #b8b8b8;
}
.SelfserviceBox--latamTam .SelfserviceBox-link--form,
.SelfserviceBox--latamTam .SelfserviceBox-link--form:link,
.SelfserviceBox--latamTam .SelfserviceBox-link--form:hover {
  font-size: 0.79em;
}
.SelfserviceBox--latamTam .SelfserviceBox-linkText + .SelfserviceBox--latamTam .SelfserviceBox-linkIcon {
  margin-left: 5px;
}
.SelfserviceBox--latamTam .SelfserviceBox-linkText,
.SelfserviceBox--latamTam .SelfserviceBox-linkIcon {
  color: #fff;
  float: left;
  margin-left: 5px;
}
.SelfserviceBox--latamTam .SelfserviceBox-errorText {
  font-size: 1em;
  background: #BC022F;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  color: #fff;
  display: block;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  margin-top: 0;
  min-height: 25px;
  padding: 5px 12px 0 12px;
}
.SelfserviceBox--latamTam .SelfserviceBox-vignette {
  height: 20px;
  margin-left: 15px;
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
}
.SelfserviceBox--latamTam .SelfserviceBox-page {
  background: #ed1650;
  height: 37px;
  margin: -29px auto 0 auto;
  -webkit-transform: rotate(-0.05rad);
  -ms-transform: rotate(-0.05rad);
  transform: rotate(-0.05rad);
}
.SelfserviceBox--latamTam .SelfserviceBox-submit {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .SelfserviceBox--latamTam .SelfserviceBox-page {
    margin-top: -28px;
    -webkit-transform: rotate(-0.02rad);
    -ms-transform: rotate(-0.02rad);
    transform: rotate(-0.02rad);
  }
  .SelfserviceBox--latamTam .SelfserviceBox-trips {
    min-height: 270px;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-submit {
    float: right;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-headline {
    line-height: 100%;
    margin-bottom: 17px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .SelfserviceBox--latamTam .SelfserviceBox-trips {
    display: table-cell;
    min-height: 304px;
    width: 33%;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-trips .SelfserviceBox--latamTam .SelfserviceBox-headline {
    display: none;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-main {
    display: table;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-submit {
    width: 100%;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-helpBlock {
    color: #fff;
    float: right;
    font: normal 12px/100% "Latam-Sans-Regular", arial, sans-serif;
    padding-bottom: 35px;
    padding-top: 7px;
    width: 100%;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-headline {
    margin-bottom: 0;
    padding-left: 27px;
    padding-top: 25px;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-listRow {
    padding: 25px;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-proposal {
    background: #1b0088;
    display: table-cell;
    float: none;
    height: auto;
    min-height: 304px;
    overflow: hidden;
    position: relative;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-proposal--extended {
    width: 100%;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-proposal--triangle:after {
    display: none;
  }
  .SelfserviceBox--latamTam .SelfserviceBox-jumpApp {
    bottom: 0;
    margin-bottom: 20px;
    padding: 0 5px;
    position: absolute;
    width: 100%;
  }
}
.SelfserviceBox--latamTam .SelfserviceBox-trips .SelfserviceBox-headline {
  font-size: 2em;
  margin-bottom: 22px;
  text-overflow: ellipsis;
}
.HeaderContact-content {
  height: auto;
  margin-top: 30px;
}
.HeaderContact-breadcrumb {
  width: auto;
  height: auto;
  font-size: 1.14em;
  line-height: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #1b0088;
  text-decoration: none;
}
.HeaderContact-titleH1 {
  width: 100%;
  height: auto;
  font-size: 2em;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #1b0088;
}
.HeaderContact-article p {
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #5c5c5c;
}
.HeaderContact a + h1 {
  margin-top: 13px;
}
h1 + .HeaderContact-article {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .HeaderContact-content {
    margin-top: 53px;
  }
  .HeaderContact-breadcrumb {
    font-size: 1.71em;
  }
  .HeaderContact-titleH1 {
    font-size: 2.57em;
  }
  .HeaderContact-article {
    font-size: 1.14em;
  }
  .HeaderContact a + h1 {
    margin-top: 12px;
  }
  h1 + .HeaderContact-article {
    margin-top: 23px;
  }
}
@media (min-width: 960px) {
  .HeaderContact-content {
    margin-top: 70px;
  }
  .HeaderContact-breadcrumb:hover {
    text-decoration: underline;
    color: #1b0088;
  }
  .HeaderContact-breadcrumb:focus {
    color: #1b0088;
    outline-color: #1b0088;
  }
  .HeaderContact-titleH1 {
    font-size: 2.86em;
  }
}
.ImageComponent-image {
  width: 100%;
  height: auto;
}
.ImageComponent-imageContainer {
  display: inline-block;
  position: relative;
}
.ImageComponent-caption {
  width: auto;
  height: auto;
  padding: 7px 10px;
  margin: 0 15px 15px 0;
  background-color: #eee;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  border-radius: 1px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 960px) {
  .ImageComponent {
    display: inline-block;
  }
  .ImageComponent-imageData {
    margin-top: 14px;
    text-align: left;
  }
  .ImageComponent-imageTitle,
  .ImageComponent-imageDescription {
    font-size: 1em;
    color: #5c5c5c;
    line-height: 120%;
  }
  .ImageComponent-imageTitle {
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
  }
  .ImageComponent-imageDescription {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    margin-bottom: 0;
  }
}
.ImageComponent.mask200 img,
.ImageComponent.mask300 img,
.ImageComponent.mask460 img,
.ImageComponent.mask620 img,
.ImageComponent.mask940 img {
  height: 200px;
}
.ImageComponent-imageContainer.mask0,
.ImageComponent-imageContainer.mask100,
.ImageComponent-imageContainer.mask300,
.ImageComponent-imageContainer.mask460,
.ImageComponent-imageContainer.mask620,
.ImageComponent-imageContainer.mask940 {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ImageComponent.mask0,
  .ImageComponent.mask460,
  .ImageComponent.mask620,
  .ImageComponent.mask940 {
    text-align: center;
  }
  .ImageComponent-imageContainer.mask0,
  .ImageComponent-imageContainer.mask100 {
    max-width: 100%;
  }
  .ImageComponent-imageContainer.mask300 {
    max-width: 300px;
    max-height: 200px;
  }
  .ImageComponent-imageContainer.mask460 {
    max-width: 460px;
    max-height: 200px;
  }
  .ImageComponent-imageContainer.mask620 {
    max-width: 620px;
    max-height: 200px;
  }
  .ImageComponent-imageContainer.mask940 {
    max-width: 940px;
    max-height: 200px;
  }
  .ImageComponent.mask0 img {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .ImageComponent.mask0 {
    display: block;
  }
  .ImageComponent.mask100,
  .ImageComponent.mask300,
  .ImageComponent.mask460,
  .ImageComponent.mask620,
  .ImageComponent.mask940 {
    text-align: right;
  }
}
.IllustratedContent {
  position: relative;
}
.IllustratedContent-title {
  color: white;
  padding: 10px 15px;
  border-radius: 1px 1px 0 0;
  background-color: #1b0088;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
  line-height: 120%;
}
.IllustratedContent-imageSiblings {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .IllustratedContent-title {
    background: none;
    color: #1b0088;
    font-size: 1.71em;
    line-height: 120%;
    padding: 0;
    margin-bottom: 8px;
  }
  .IllustratedContent-imageSiblings {
    right: 0;
  }
}
.IllustratedContent-content .richtext p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 959px) {
  .SubHomeBotonera-list {
    margin-bottom: 0;
  }
}
.CollapsableOffices-section {
  width: 100%;
  height: auto;
  padding-top: 28px;
  margin-top: 18px;
  border-top: 1px solid #1b0088;
}
.CollapsableOffices-section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.CollapsableOffices-directions {
  width: 100%;
  height: auto;
  margin-top: 17px;
}
.CollapsableOffices-directions:first-child {
  margin-top: 0;
}
.CollapsableOffices-title {
  font-size: 1.14em;
  line-height: 120%;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  color: #1b0088;
}
.CollapsableOffices-titleOffice {
  font-size: 1em;
  line-height: 120%;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  color: #333333;
}
.CollapsableOffices-open {
  font-size: 1em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
}
.CollapsableOffices-opening {
  font-size: 1em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
}
.CollapsableOffices-phone {
  font-size: 1em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
}
.CollapsableOffices-label {
  font-size: 1em;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #666666;
}
.CollapsableOffices-map a {
  font-size: 1em;
  line-height: 120%;
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #666666;
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
}
.CollapsableOffices-collapseTrigger {
  display: block;
}
.CollapsableOffices ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .CollapsableOffices-section {
    padding-top: 29px;
    margin-top: 22px;
  }
  .CollapsableOffices-directions {
    margin-top: 22px;
  }
  .CollapsableOffices-mapSection {
    padding: 0;
  }
  .CollapsableOffices-map a {
    float: none;
    text-align: left;
    text-decoration: underline;
  }
}
@media (min-width: 960px) {
  .CollapsableOffices-directions {
    width: 33.33333333%;
    margin-top: 22px;
  }
  .CollapsableOffices-directions:nth-child(1) {
    margin-top: 0;
  }
  .CollapsableOffices-directions:nth-child(2) {
    margin-top: 0;
  }
  .CollapsableOffices-directions:nth-child(3) {
    margin-top: 0;
  }
}
.CollapsableOffices .panel-group a .panel-heading {
  width: 100%;
  height: auto;
  padding: 0 18px 0 19px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .CollapsableOffices .panel-group a .panel-heading {
    background: #ccc;
  }
}
.CollapsableOffices .panel-group a .panel-heading .panel-title {
  font-size: 1.29em;
  line-height: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #5c5c5c;
}
@media (min-width: 768px) {
  .CollapsableOffices .panel-group a .panel-heading .panel-title {
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    color: #1b0088;
  }
}
.CollapsableOffices .panel-group a .panel-heading .icon-small {
  vertical-align: middle;
  color: #5c5c5c;
  margin-top: 0;
}
.CollapsableOffices .panel-group a .panel-heading .button-open {
  padding-right: 0;
  bottom: inherit;
  right: 19px;
}
.CollapsableOffices .panel-group .panel-body {
  font-size: 14px;
  height: auto;
  padding: 14px 0 9px 10px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .CollapsableOffices .panel-group .panel-body {
    padding: 14px 0 4px 5px;
  }
}
.CollapsableOffices .panel-group .panel {
  margin-bottom: 0;
}
.CollapsableOffices .icon-medium {
  width: 100%;
  text-align: center;
  color: #ed1650;
}
@media (min-width: 768px) {
  .CollapsableOffices .icon-medium {
    width: auto;
    text-align: left;
    position: relative;
    left: -10px;
  }
}
.newShare-iconPrint {
  background: url("../../../../static/latam/images/design-image/latam/newshare-print.svg") no-repeat center;
}
.newShare-iconMail {
  background: url("../../../../static/latam/images/design-image/latam/newshare-mail.svg") no-repeat center;
}
.newShare-iconTwitter {
  background: url("../../../../static/latam/images/design-image/latam/newshare-twitter.svg") no-repeat center;
}
.newShare-iconFacebook {
  background: url("../../../../static/latam/images/design-image/latam/newshare-facebook.svg") no-repeat center;
}
.newShare-iconGoogle {
  background: url("../../../../static/latam/images/design-image/latam/newshare-google.svg") no-repeat center;
}
.newShare-iconLinkedin {
  background: url("../../../../static/latam/images/design-image/latam/newshare-linkeind.svg") no-repeat center;
}
.newShare-rowShare {
  display: table;
  width: 100%;
  padding: 15px 0 14px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin: 0;
}
.newShare-iconSmall {
  width: 100%;
  height: 32px;
  display: inline-block;
}
.newShare-text {
  font-size: 1em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
}
.newShare-sendShare {
  display: none;
}
.newShare-col {
  padding: 0;
}
.newShare-print {
  display: none;
}
@media (min-width: 768px) {
  .newShare-iconSmall {
    margin-bottom: 8px;
  }
  .newShare-text {
    line-height: 120%;
  }
}
@media (min-width: 960px) {
  .newShare-sendShare {
    display: inline-block;
  }
  .newShare-print {
    display: table-cell;
    float: none;
  }
}
.Maps-gm,
.Maps-mapRow {
  background: #eeeeee;
}
.Maps-gm {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.Maps-gmDescLocation {
  font-size: 1em;
}
.Maps-gmDesc {
  font-size: 1em;
  background: transparent;
  padding: 0;
  min-height: 0;
}
.Maps-gmDescTxt,
.Maps-gmDescAddress,
.Maps-gmDescSchedule {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Maps-gmDescMarker {
  float: none;
}
.Maps-gmDescMarker,
.Maps-gmDescTxt {
  display: inline-block;
  vertical-align: middle;
}
.Maps-gmDescTxt {
  font-size: 2em;
  line-height: 120%;
  color: #1b0088;
}
.Maps-gmDescAddress,
.Maps-gmDesgstcSchedule {
  font-size: 1em;
  line-height: 120%;
  color: #333333;
}
.Maps-gmDescAddress {
  margin-top: 7px;
}
.Maps-gmMap {
  width: 100%;
  height: 280px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .Maps-gm,
  .Maps-mapRow {
    background: none;
  }
  .Maps-gmMap {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-bottom: 15px;
  }
  .Maps-gmDesc {
    background-color: #1b0088;
    border-radius: 1px;
    padding: 20px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    top: 50%;
  }
  .Maps-gmDescTxt {
    font-size: 1.29em;
    color: #fff;
  }
  .Maps-gmDescAddress,
  .Maps-gmDescSchedule {
    color: #fff;
  }
  .Maps-gmDescMarker {
    color: #fff;
  }
  .Maps .SubHomeBotonera-container {
    position: relative;
    bottom: 45px;
  }
}
@media (min-width: 960px) {
  .Maps-gm {
    padding: 12px 0;
  }
  .Maps .SubHomeBotonera-container {
    position: relative;
    bottom: 25px;
  }
  .Maps .SubHomeBotonera-listItem {
    padding: 0 10px;
  }
}
.BotoneraPaises {
  padding: 0;
}
.BotoneraPaises-title {
  font-size: 2em;
  color: #1b0088;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 100%;
  margin-bottom: 20px;
}
.BotoneraPaises-content {
  display: table;
  height: 55px;
}
.BotoneraPaises-item {
  display: block;
}
.BotoneraPaises-link {
  text-decoration: none;
}
.BotoneraPaises-flagContainer {
  display: table-cell;
  vertical-align: middle;
}
.BotoneraPaises-flag {
  display: table-cell;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.BotoneraPaises-countryName {
  font-size: 1.14em;
  border-top: 1px solid #cccccc;
  color: #5c5c5c;
  display: table-cell;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 100%;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .BotoneraPaises-title {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    line-height: 120%;
    margin-bottom: 25px;
    text-align: left;
  }
  .BotoneraPaises-content {
    height: 80px;
  }
  .BotoneraPaises-link {
    border-radius: 1px;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: 30px;
  }
  .BotoneraPaises-link:hover,
  .BotoneraPaises-link:focus {
    background-color: #F0F0F0;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    font-weight: bold;
    text-decoration: none;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  .BotoneraPaises-flag {
    margin: 0 30px;
  }
  .BotoneraPaises-countryName {
    font-size: 1.29em;
    border-top: none;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .BotoneraPaises-title {
    font-size: 2.57em;
  }
}
.BotoneraPaises-item:first-child .BotoneraPaises-countryName {
  border-top: none;
}
.FAQJulia-headline {
  margin-bottom: 23px;
  font-size: 2em;
  line-height: 120%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #1b0088;
}
.FAQJulia-widget {
  height: auto;
  margin-top: 0;
}
.FAQJulia-widgetBanner {
  width: 100%;
}
.FAQJulia-widgetContent {
  border: 1px solid #dddddd;
  background: #eee;
  padding: 15px 15px 10px 15px;
}
.FAQJulia-widgetText {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.FAQJulia-widgetSubmit {
  margin-right: 15px;
  margin-top: 0;
  width: auto;
}
.FAQJulia-link {
  font-size: 1em;
  line-height: 150%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #5c5c5c;
  text-decoration: none;
}
.FAQJulia-link:focus {
  text-decoration: underline;
}
.FAQJulia-link:hover {
  text-decoration: underline;
}
.FAQJulia-btn {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .FAQJulia-headline {
    font-size: 2.57em;
  }
  .FAQJulia-widgetSubmit {
    margin-right: 3px;
  }
}
.FAQJulia textarea.form-control {
  height: 55px;
}
.BannerExchange {
  height: auto;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
}
.BannerExchange-titleBox {
  height: auto;
  width: 100%;
  margin-bottom: 28px;
}
.BannerExchange-title {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 2em;
  color: #3216A6;
  text-align: left;
  line-height: 120%;
}
.BannerExchange-col {
  width: 30%;
}
.BannerExchange-badges {
  overflow: initial;
  position: absolute;
  z-index: 1;
  margin-top: 88px;
  height: 60px;
  width: auto;
}
.BannerExchange-badge {
  display: block;
  float: left;
  margin-right: 5px;
  width: 45px;
  height: 63px;
}
.BannerExchange-icon {
  -webkit-transform: skewY(-20deg) translate(0, 7px);
  -ms-transform: skewY(-20deg) translate(0, 7px);
  transform: skewY(-20deg) translate(0, 7px);
  overflow: initial;
  margin-bottom: 0;
  margin-left: 0;
  width: 44px;
  height: 45px;
  font-size: 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(1, 2, 0, 0.5);
  box-shadow: 2px 3px 4px 0px rgba(1, 2, 0, 0.5);
  background: #5c5c5c;
  color: #fff;
}
.BannerExchange-icon:before {
  -webkit-transform: skewY(20deg);
  -ms-transform: skewY(20deg);
  transform: skewY(20deg);
  display: inline-block;
  padding: 10px 0 9px 2px;
}
.BannerExchange-icon:first-child {
  margin-left: 0;
}
.BannerExchange-tile {
  height: auto;
  width: 100%;
  border-radius: 1px;
}
.BannerExchange-tileContent {
  height: auto;
  background: #fff;
  border: 1px solid #ababab;
  border-bottom: 10px solid #ababab;
}
.BannerExchange-imgBox {
  border: 1px solid #ababab;
  width: 100%;
  height: auto;
}
.BannerExchange-img {
  width: 100%;
  border: none;
}
.BannerExchange-changeRow {
  margin-top: 35px;
  height: auto;
  width: 100%;
  padding: 20px;
}
.BannerExchange-nameBox {
  height: 47px;
  overflow: hidden;
  margin-bottom: 28px;
}
.BannerExchange-nameProduct {
  font-size: 1.43em;
  text-align: left;
  line-height: 120%;
  display: block;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #5c5c5c;
}
.BannerExchange-priceBox {
  float: none;
  text-align: right;
}
.BannerExchange-price {
  font-size: 2.57em;
  color: #5c5c5c;
  text-align: left;
  float: none;
  margin-right: 5px;
  display: inline-block;
  line-height: 100%;
  font-family: 'Latam-Sans-Black', arial, sans-serif;
}
.BannerExchange-currency {
  font-size: 2.57em;
  color: #5c5c5c;
  text-align: left;
  float: none;
  display: inline-block;
  line-height: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.BannerExchange-conditions {
  padding: 0 20px 10px 20px;
  height: 69px;
}
.BannerExchange-btnContainer {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .BannerExchange-col {
    width: 33.3%;
  }
  .BannerExchange-row {
    margin-bottom: 20px;
  }
  .BannerExchange-title {
    font-size: 2.29em;
  }
  .BannerExchange-tile {
    height: 381px;
    border-radius: 1px;
  }
  .BannerExchange-imgBox {
    height: 120px;
  }
  .BannerExchange-img {
    height: 120px;
  }
  .BannerExchange-badges {
    margin-top: 97px;
  }
  .BannerExchange-nameBox {
    margin-bottom: 28px;
  }
  .BannerExchange-conditions {
    height: 67px;
    padding: 0  20px 10px 6px;
    text-align: right;
  }
  .BannerExchange-price {
    font-size: 2.29em;
  }
  .BannerExchange-currency {
    font-size: 2.29em;
  }
  .BannerExchange-btnContainer {
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .BannerExchange-titleBox {
    margin-bottom: 26px;
  }
  .BannerExchange-title {
    font-size: 2.57em;
  }
  .BannerExchange-badges {
    margin-top: 100px;
  }
  .BannerExchange-changeRow {
    margin-top: 36px;
  }
  .BannerExchange-conditions {
    height: 54px;
  }
}
.slick-slide img {
  display: inherit;
}
.slick-dots {
  height: auto;
  padding: 12px 0 22px 0;
  bottom: inherit;
  margin-bottom: 0;
  margin-top: 0;
  left: 0;
  z-index: 1;
}
.slick-dots li {
  padding-top: 0;
  height: inherit;
}
.slick-dots li button {
  border-radius: 100%;
  border: 3px solid #fff;
  background: #ababab;
  width: 16px;
  height: 16px;
}
.slick-dots li button:before {
  content: " ";
}
.slick-dots li.slick-active button {
  background: #ed1650;
}
.slick-dots--warningBox {
  top: 310px;
}
.BannerExchange-conditions .Btn {
  color: #5c5c5c;
  border-color: #5c5c5c;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .BannerExchange-conditions .Btn {
    width: auto;
  }
  .BannerExchange-conditions .Btn:hover,
  .BannerExchange-conditions .Btn:focus {
    background: #5c5c5c;
    border-color: #5c5c5c;
    color: #fff;
  }
}
.BannerExchange-btnContainer .Btn {
  margin-bottom: 0;
}
.multimedia .slider-for {
  margin-bottom: 0;
}
.multimedia .slider-for .slick-list .slick-track .slick-slide .image {
  border: 10px solid #666666;
}
@media only screen and (max-width: 959px) {
  .multimedia .slider-for .slick-list .slick-track .slick-slide .caption {
    font-family: "Latam-Sans-Regular", Trebuchet MS, Arial, sans-serif;
    font-size: 1em;
  }
}
@media only screen and (max-width: 959px) {
  .multimedia .slider-for {
    position: relative;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .multimedia .slider-for .slider-for .slick-list .slick-track .slick-slide .image .caption {
    display: block;
  }
  .multimedia .slider-for .slider-for {
    margin-bottom: 0;
  }
  .multimedia .slider-for .slider-for .slick-slide .image {
    border: 10px solid #666666;
    position: relative;
  }
  .multimedia .slider-for .slider-for .slick-slide .image img {
    max-height: 100%;
  }
  .multimedia .slider-for .slider-for .slick-slide .image .caption {
    font-family: "Latam-Sans-Regular", Trebuchet MS, Arial, sans-serif;
    font-size: 1em;
  }
  .multimedia .slider-for .slider-for .slick-list .slick-track .slick-slide .image .caption {
    display: block;
  }
  .multimedia .slider-for .slick-list .slick-track .slick-slide .image {
    border: 10px solid #666666;
    max-height: initial;
    position: relative;
  }
}
.multimedia .slider-nav {
  background: #ffffff;
  padding: 10px 0 25px 0;
  margin-bottom: 0;
}
.multimedia .slider-nav .slick-slide .image {
  width: 152px;
  height: 100px;
}
.multimedia .slider-nav button {
  width: 24px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
}
.multimedia .slider-nav button::before {
  content: '';
}
.multimedia .slider-nav button.slick-prev,
.multimedia .slider-nav button.slick-next {
  top: 15%;
}
.multimedia .slider-nav button.slick-prev span,
.multimedia .slider-nav button.slick-next span {
  color: #ffffff;
  text-align: center;
}
.multimedia .slider-nav button.slick-prev {
  left: 0;
}
.multimedia .slider-nav button.slick-next {
  right: 0;
}
@media only screen and (max-width: 959px) {
  .multimedia {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 959px) {
  .multimedia .slider-for .slick-list .slick-track .slick-slide .image .caption {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .multimedia .slider-for .slick-list .slick-track .slick-slide .image {
    border: none;
  }
  .multimedia .slider-for .slick-list .slick-track .slick-slide .image .caption {
    display: none;
  }
}
.multimedia .slider-for .slick-list .slick-track .slick-slide .image .caption {
  font-family: "Latam-Sans-Regular", Trebuchet MS, Arial, sans-serif;
  font-size: 1em;
}
.BannerCampaign-text {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
}
.BannerCampaign-textDestiny {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
.BannerCampaign-infoOrigin {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 2.57em;
}
.BannerCampaign-contentActions {
  height: 70px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.BannerCampaign-btnBox {
  height: 70px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.BannerCampaign-btn {
  margin: 0;
  float: right;
  border-color: #fff;
  color: #fff;
}
.BannerCampaign-btn:hover {
  background: #303030;
  border-color: #fff;
}
.BannerCampaign-background {
  height: 290px;
}
.BannerCampaign-gradient {
  height: 290px;
}
@media (min-width: 768px) {
  .BannerCampaign-btnBox {
    display: table;
  }
  .BannerCampaign-btn {
    height: 100%;
    display: table-cell;
    float: none;
  }
}
.BannerCampaignRate-logoImg {
  width: 100%;
}
.BannerCampaignRate-background {
  height: 290px;
}
.BannerCampaignRate-gradient {
  height: 290px;
}
.BannerCampaignRate-contentActions {
  height: 70px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.BannerCampaignRate-originBox {
  position: absolute;
}
.BannerCampaignRate-infoOrigin {
  position: relative;
  max-width: 170px;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
}
.BannerCampaignRate-destiny {
  position: relative;
  max-width: 170px;
  line-height: 100%;
  padding-top: 0;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.71em;
}
.BannerCampaignRate-base {
  width: 100%;
  margin-left: 0;
}
.BannerCampaignRate-info {
  margin-right: 0;
}
.BannerCampaignRate-rateBase {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
}
.BannerCampaignRate-amount,
.BannerCampaignRate-currency {
  display: inline-block;
  vertical-align: middle;
}
.BannerCampaignRate-amount {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.71em;
}
.BannerCampaignRate-currency {
  margin-bottom: 30px;
}
.BannerCampaignRate-lastDays {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  background: #d41044;
  padding: 5px;
}
.BannerCampaignRate-restrictions {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
}
.BannerCampaignRate-conditionsLink {
  position: absolute;
  top: 95%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 0.86em;
}
.BannerCampaignRate-conditionsText {
  color: #004e96;
}
.BannerCampaignRate-conditionsCaret {
  color: #004e96;
}
.BannerCampaignRate-description {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  background-color: #6e0d67;
  padding: 6px;
}
.BannerCampaignRate-text {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
}
.BannerCampaignRate-textDestiny {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
@media (min-width: 768px) {
  .BannerCampaignRate-infoOrigin {
    max-width: 205px;
    font-size: 1.43em;
  }
  .BannerCampaignRate-destiny {
    max-width: 205px;
    font-size: 2.57em;
  }
  .BannerCampaignRate-amount {
    font-size: 2.57em;
  }
  .BannerCampaignRate-base {
    margin-left: 22px;
  }
  .BannerCampaignRate-conditionsLink {
    font-size: 1em;
    top: 95%;
  }
}
@media (min-width: 960px) {
  .BannerCampaignRate-infoOrigin {
    max-width: 270px;
  }
  .BannerCampaignRate-destiny {
    max-width: 270px;
  }
  .BannerCampaignRate-conditionsLink {
    top: 100%;
  }
}
.PromotionalGroupsBoxLatam-emphasis {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
}
.PromotionalGroupsBoxLatam-emphasis--byzantine {
  color: #ba19a1;
}
.PromotionalGroupsBoxLatam-emphasis--oliveDrab {
  color: #769d28;
}
.PromotionalGroupsBoxLatam-emphasis--vividPink {
  color: #ed1650;
}
.PromotionalGroupsBoxLatam-title {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 2em;
  line-height: 120%;
  color: #666666;
}
.PromotionalGroupsBoxLatam-btnContainer {
  display: inline-block;
}
.PromotionalGroupsBoxLatam-btnCol {
  text-align: center;
}
.PromotionalGroupsBoxLatam-container {
  margin-bottom: 29px;
  margin-top: 24px;
}
.PromotionalGroupsBoxLatam-emphasis {
  font-style: normal;
}
.PromotionalGroupsBoxLatam-background {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-top: 28px;
  padding-bottom: 10px;
  overflow: hidden;
}
.PromotionalGroupsBoxLatam-background--zircon {
  background: #f3f4ff;
}
.PromotionalGroupsBoxLatam-background--whiteSmoke {
  background: #f5f5f5;
}
.PromotionalGroupsBoxLatam-background--trama {
  background: url("../../../../static/latam/images/design-image/trama-latam.png");
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .PromotionalGroupsBoxLatam-title {
    font-size: 2.57em;
  }
  .PromotionalGroupsBoxLatam--withoutBadge {
    margin-top: 22px;
  }
}
@media (min-width: 960px) {
  .PromotionalGroupsBoxLatam--withoutBadge {
    margin-top: 30px;
  }
}
.OptIn-richtext {
  margin-bottom: 26px;
}
.OptIn-richtext p {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.714em;
}
.OptIn-richtext strong {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
@media (min-width: 768px) {
  .OptIn-richtext {
    display: block;
  }
}
@media (min-width: 960px) {
  .OptIn-richtext {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.OptIn .Btn {
  margin-bottom: 0;
}
.VideoCard {
  width: 100%;
  height: 370px;
}
.VideoCard-backgroundImage,
.VideoCard-backgroundImage img,
.VideoCard-overlay {
  height: 370px;
  border-radius: 1px;
}
.VideoCard-overlay {
  opacity: 0.3;
}
.VideoCard-textBlock {
  position: relative;
  height: 300px;
  padding: 30px 20px;
}
.VideoCard-city {
  font-size: 2.14em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 120%;
  color: #fff;
  padding-top: 0;
}
.VideoCard-country {
  font-size: 1.5em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
  color: #fff;
}
.VideoCard-playButtonContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.VideoCard-playButton {
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
}
.VideoCard-playButtonIcon {
  color: #fff;
}
.VideoCard-conditionsButton {
  width: 100%;
  height: 100%;
  color: #fff;
  border-color: #fff;
}
.VideoCard-conditionsButton:hover,
.VideoCard-conditionsButton:focus {
  border-color: #fff;
}
.VideoCard-conditionsButtonText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.VideoCard-callAction {
  position: relative;
  z-index: 3;
  height: 70px;
  padding: 10px 20px;
  margin-top: 0;
  border-radius: 0 0 1px 1px;
}
.VideoCard-callAction--turquoises {
  background: #006661;
}
.VideoCard-callAction--turquoises .VideoCard-conditionsButton:hover,
.VideoCard-callAction--turquoises .VideoCard-conditionsButton:focus {
  background: #008d87;
}
.VideoCard-callAction--purples {
  background: #800f71;
}
.VideoCard-callAction--purples .VideoCard-conditionsButton:hover,
.VideoCard-callAction--purples .VideoCard-conditionsButton:focus {
  background: #99127f;
}
.VideoCard-callAction--limeGreen {
  background: #386004;
}
.VideoCard-callAction--limeGreen .VideoCard-conditionsButton:hover,
.VideoCard-callAction--limeGreen .VideoCard-conditionsButton:focus {
  background: #4b7b05;
}
.VideoCard-callAction--indigo {
  background: #2316a6;
}
.VideoCard-callAction--indigo .VideoCard-conditionsButton:hover,
.VideoCard-callAction--indigo .VideoCard-conditionsButton:focus {
  background: #2d34ce;
}
.VideoCard-callAction--coral {
  background: #960c31;
}
.VideoCard-callAction--coral .VideoCard-conditionsButton:hover,
.VideoCard-callAction--coral .VideoCard-conditionsButton:focus {
  background: #d41044;
}
.VideoCard-callAction--burgundies {
  background: #68011a;
}
.VideoCard-callAction--burgundies .VideoCard-conditionsButton:hover,
.VideoCard-callAction--burgundies .VideoCard-conditionsButton:focus {
  background: #8c0123;
}
@media (min-width: 768px) {
  .VideoCard {
    height: 393px;
  }
  .VideoCard-backgroundImage,
  .VideoCard-backgroundImage img,
  .VideoCard-overlay {
    height: 393px;
  }
  .VideoCard-textBlock {
    height: 323px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .VideoCard-backgroundImage {
    overflow: hidden;
  }
  .VideoCard-backgroundImage img {
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 960px) {
  .VideoCard {
    height: 370px;
  }
  .VideoCard-backgroundImage,
  .VideoCard-backgroundImage img,
  .VideoCard-overlay {
    height: 370px;
  }
  .VideoCard-textBlock {
    height: 300px;
  }
}
.SectionBox-item {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .SectionBox-item {
    margin-bottom: 22px;
  }
}
.ArrivalsFilter-title {
  font-family: 'Latam-Sans-Light', arial, sans-serif;
  color: #1b0088;
  font-size: 2em;
  line-height: 120%;
}
.ArrivalsFilter-description {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  color: #666666;
}
.ArrivalsFilter-label {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  color: #1b0088;
}
.ArrivalsFilter-tag {
  border-color: #1b0088;
  border-radius: 1px;
}
.ArrivalsFilter-tag.select .ArrivalsFilter-simulateCheckbox {
  background: #1b0088;
}
.ArrivalsFilter-tag.select .ArrivalsFilter-simulateCheckbox:before {
  color: #fff;
}
.ArrivalsFilter-textLabel {
  padding-right: 10px;
  word-break: keep-all;
}
.ArrivalsFilter-simulateCheckbox {
  border-color: #1b0088;
  border-radius: 1px;
  margin-right: 12px;
}
.ArrivalsFilter-tag:focus {
  outline: 2px solid #1b0088;
}
@media (min-width: 768px) {
  .ArrivalsFilter-title {
    font-size: 2.57em;
  }
  .ArrivalsFilter-simulateCheckbox {
    width: 20px;
    height: 20px;
    margin-right: 13px;
  }
  .ArrivalsFilter-tag {
    padding: 7px 0;
  }
  .ArrivalsFilter-textLabel {
    position: relative;
    top: 3px;
  }
  .ArrivalsFilter-tag.select .ArrivalsFilter-simulateCheckbox:before {
    line-height: 130%;
  }
}
.DestinationQuote {
  padding: 0;
}
.DestinationQuote-image img {
  width: 100%;
  height: auto;
}
.DestinationQuote-card {
  border-radius: 1px;
}
.DestinationQuote-content {
  min-height: 213px;
  max-height: 213px;
  Padding: 20px;
}
.DestinationQuote-title {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.5em;
  line-height: 120%;
  color: #fff;
}
.DestinationQuote-text {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.DestinationQuote-conditions {
  margin: 0;
  background: #3F3E3E;
  Padding: 10px 20px;
}
.DestinationQuote-conditions :hover {
  background: #3F3E3E;
  border-color: #fff;
}
.DestinationQuote-conditionsBtn {
  width: 100%;
  background: #3F3E3E;
  Padding: 10px 20px;
  height: 50px;
  border-color: #fff;
  border-radius: 1px;
}
.DestinationQuote-conditionsBtn:hover {
  background: #303030;
}
.DestinationQuote-conditionsText {
  color: #fff;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 0;
}
.DestinationQuote-conditionsText:hover {
  background: #303030;
}
@media (min-width: 768px) {
  .DestinationQuote-image {
    width: 100%;
  }
  .DestinationQuote-image img {
    height: 110px;
    width: 300px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .DestinationQuote-card {
    margin-top: 22px;
  }
  .DestinationQuote-text {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .DestinationQuote-card {
    margin-top: 30px;
  }
  .DestinationQuote-content {
    min-height: 190px;
    max-height: 190px;
  }
}
.OtherDestinations {
  margin: 0 0 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.OtherDestinations-container {
  max-height: 410px;
  margin-bottom: 3px;
}
.OtherDestinations-title {
  width: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 2em;
  color: #1b0088;
}
.OtherDestinations-expandButton {
  padding: 25px 0 5px 0;
}
.OtherDestinations-link {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding-bottom: 2px;
  height: 85px;
}
.OtherDestinations-link:focus {
  padding-bottom: 0;
  Border-bottom: 3px solid #b30f3b;
  Background: #f1f1f1;
  outline: none;
}
.OtherDestinations-text {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 17px;
  padding-bottom: 0;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
  line-height: 120%;
}
.OtherDestinations-strong {
  color: #1b0088;
  line-height: 120%;
  font-size: 1.29em;
}
.OtherDestinations-expandButton .icon {
  color: #1b0088;
}
.OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link {
  border-bottom: 1px solid #cccccc;
}
.OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link:focus {
  Border-bottom: 3px solid #b30f3b;
}
@media (min-width: 768px) {
  .OtherDestinations-container {
    overflow: visible;
    margin-bottom: 60px;
  }
  .OtherDestinations-text {
    width: 100%;
  }
  .OtherDestinations-col:hover {
    background: none;
  }
  .OtherDestinations-col:hover .OtherDestinations-link {
    padding-bottom: 0;
    Border-bottom: 3px solid #b30f3b;
    background: #f1f1f1;
  }
  .OtherDestinations-link {
    outline: inherit;
    margin: 0 10px;
    padding-bottom: 2px;
  }
  .OtherDestinations-title {
    border-bottom: none;
    font-size: 2.57em;
  }
  .OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link {
    border-bottom: 1px solid #cccccc;
  }
  .OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link:hover {
    Border-bottom: 3px solid #b30f3b;
  }
  .OtherDestinations-row:last-child .OtherDestinations-col:last-child .OtherDestinations-link:focus {
    Border-bottom: 3px solid #b30f3b;
  }
}
@media (min-width: 960px) {
  .OtherDestinations-col {
    padding-right: 0;
  }
  .OtherDestinations-col:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .OtherDestinations-link {
    margin: 0 20px 0 0;
  }
  .OtherDestinations-text {
    margin-right: 0;
    margin-left: 10px;
    width: 100%;
  }
  .OtherDestinations-expandButton {
    display: none;
  }
}
.DestinationHeader {
  padding: 4px 0 15px 0;
}
.DestinationHeader-container {
  height: 100%;
}
.DestinationHeader-playButton {
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2px;
  text-shadow: 0 1px 3px #333333;
}
.DestinationHeader-link {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  margin-bottom: 8px;
}
.DestinationHeader-header {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  line-height: 120%;
  margin-bottom: 0;
}
.DestinationHeader-headline {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
  margin-top: 8px;
}
.DestinationHeader-playButtonContainer {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .DestinationHeader {
    height: 260px;
    padding: 40px 0 40px 0;
  }
  .DestinationHeader-background {
    height: 260px;
  }
  .DestinationHeader-textBlock {
    padding-top: 0;
  }
  .DestinationHeader-playButtonContainer {
    margin-top: 0;
  }
  .DestinationHeader-playButton {
    width: auto;
    height: auto;
    font-size: 128px;
    font-weight: normal;
    margin-top: 0;
  }
  .DestinationHeader-link {
    font-size: 1.71em;
  }
  .DestinationHeader-link:hover {
    text-decoration: underline;
  }
  .DestinationHeader-header {
    font-size: 2.86em;
  }
  .DestinationHeader-headline {
    font-size: 1.29em;
    margin-top: 8px;
  }
}
@media (min-width: 960px) {
  .DestinationHeader-playButton:focus {
    outline: 2px solid #1b0088;
  }
  .DestinationHeader-link {
    display: inline-block;
  }
  .DestinationHeader-link:focus {
    color: #ffffff;
  }
}
h1.DestinationHeader-modalHeader {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #004e96;
}
.DestinationHeader--noVideo .DestinationHeader-textBlock {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0;
}
@media (min-width: 960px) {
  .DestinationHeader--noVideo .DestinationHeader-textBlock {
    position: relative;
  }
}
.AgrupationBox-title {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.71em;
  color: #1b0088;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .AgrupationBox-title {
    font-size: 2em;
  }
}
.AgrupationBox--landingDestinos {
  margin-top: 15px;
}
.Terms {
  margin-top: 15px;
}
.Terms-richtext p {
  font-size: 1em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
}
.Terms-richtext strong,
.Terms-richtext b {
  font-size: 1em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-weight: bold;
  line-height: 150%;
  color: #666666;
}
@media (min-width: 768px) {
  .Terms-richtext p {
    font-size: 1.14em;
  }
  .Terms-richtext strong,
  .Terms-richtext b {
    font-size: 1em;
  }
}
.ModalAgrupaciones .richtext {
  padding-left: 0;
  padding-right: 0;
}
.Terms .btn-flat {
  font-size: 1em;
  color: #2d34ce;
}
@media (min-width: 768px) {
  .Terms .btn-flat {
    font-size: 1.14em;
  }
}
.Countdown {
  bottom: -25px;
}
.Countdown-cell {
  height: 50px;
}
.Countdown-block {
  padding: 7px 0 0 0;
}
.Countdown-label {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 0.86em;
  color: #333333;
}
.Countdown-label--white {
  font-size: 1em;
  color: #ffffff;
}
.Countdown-label--timeLabel {
  margin-bottom: 3px;
}
.Countdown-label--main {
  font-size: 1.71em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
.Countdown--turquoises .Countdown-block--colored {
  background: #008d87;
}
.Countdown--turquoises .Countdown-label--main {
  color: #008d87;
}
.Countdown--purples .Countdown-block--colored {
  background: #99127f;
}
.Countdown--purples .Countdown-label--main {
  color: #99127f;
}
.Countdown--limegreen .Countdown-block--colored {
  background: #4b7b05;
}
.Countdown--limegreen .Countdown-label--main {
  color: #4b7b05;
}
.Countdown--indigo .Countdown-block--colored {
  background: #2d34ce;
}
.Countdown--indigo .Countdown-label--main {
  color: #2d34ce;
}
.Countdown--coral .Countdown-block--colored {
  background: #d41044;
}
.Countdown--coral .Countdown-label--main {
  color: #d41044;
}
.Countdown--burgundies .Countdown-block--colored {
  background: #8c0123;
}
.Countdown--burgundies .Countdown-label--main {
  color: #8c0123;
}
@media (min-width: 768px) {
  .Countdown {
    bottom: -34px;
  }
  .Countdown-content {
    height: 68px;
  }
  .Countdown-cell {
    height: 68px;
    min-height: 68px;
  }
  .Countdown-block {
    height: 68px;
    padding: 12px 0 12px 0;
  }
  .Countdown-timeIcon {
    font-size: 32px;
  }
  .Countdown-label {
    font-size: 1em;
  }
  .Countdown-label--white {
    font-size: 1em;
    color: #ffffff;
  }
  .Countdown-label--timeLabel {
    margin-bottom: 3px;
  }
  .Countdown-label--main {
    font-size: 2.43em;
  }
}
.FreeTextCard-box {
  max-height: 370px;
  overflow: hidden;
}
.FreeTextCard-box--expanded {
  overflow: initial;
  max-height: none;
}
.FreeTextCard-content {
  padding: 13px 20px 20px 20px;
}
.FreeTextCard-Btn {
  width: 100%;
}
.FreeTextCard-description {
  margin: 0 0 17px 0;
}
.FreeTextCard-buttonContainer {
  padding: 0;
}
.FreeTextCard--expanded {
  max-height: none;
}
.FreeTextCard-expandButton {
  position: relative;
  padding-top: 0;
  width: 100%;
  height: 50px;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  background: #fff;
}
.FreeTextCard-expandButton:focus {
  outline: 2px solid #1b0088;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.FreeTextCard-expandButton--expanded .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: none;
}
.FreeTextCard-expandButton .icon {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 16px;
  left: 0;
  float: none;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .FreeTextCard-description {
    margin: 4px 0 12px 0;
  }
}
@media (min-width: 960px) {
  .FreeTextCard-Btn {
    width: auto;
  }
  .FreeTextCard-description {
    margin: 0 0 12px 0;
  }
}
.FreeTextCard--noexpand .FreeTextCard-box {
  max-height: none;
}
.FreeTextCard--noexpand .FreeTextCard-expandButton {
  display: none;
}
.FreeTextCard .richtext {
  padding: 0;
}
.FreeTextCard .richtext h2 {
  margin: 5px 0 5px 0;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.29em;
  color: #666666;
}
@media (min-width: 768px) {
  .FreeTextCard .richtext h2 {
    font-size: 2em;
    margin: 6px 0 9px 0;
  }
}
@media (min-width: 960px) {
  .FreeTextCard .richtext h2 {
    margin: 6px 0 4px 0;
  }
}
.FreeTextCard .richtext p {
  margin: 0;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 140%;
  color: #666666;
}
@media (min-width: 768px) {
  .FreeTextCard .richtext p {
    font-size: 1.14em;
  }
}
.CardBox-background {
  background: #e1e9f2;
  padding-top: 23px;
  margin-top: -30px;
  margin-bottom: 26px;
}
.CardBox-card {
  margin-bottom: 0;
  margin-top: 20px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.CardBox-container {
  padding-bottom: 20px;
}
.CardBox-btnContainer {
  margin-bottom: -46px;
  text-align: center;
}
.CardBox-btnContainer .btn-component--close {
  background-color: #666666;
}
@media (min-width: 768px) {
  .CardBox-background {
    padding-top: 32px;
  }
  .CardBox-card {
    width: 32.5%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
  }
  .CardBox-card--double {
    width: 65%;
    overflow: hidden;
  }
  .CardBox-card--rate {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .CardBox-background {
    margin-top: -50px;
  }
  .CardBox-card {
    width: 33.3%;
  }
  .CardBox-card--double {
    width: 66%;
  }
}
.DestinationDescription {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.DestinationDescription-collapsible {
  max-height: 340px;
}
.DestinationDescription-mapImage {
  width: 100%;
}
.DestinationDescription--expanded {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.DestinationDescription--expanded .DestinationDescription-block {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.DestinationDescription--expanded .DestinationDescription-block:last-child {
  padding-bottom: 45px;
  padding-top: 23px;
}
.DestinationDescription-block {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.DestinationDescription-description {
  padding-top: 4px;
}
.DestinationDescription-description.richtext p {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
}
.DestinationDescription-description,
.DestinationDescription-tips,
.DestinationDescription-links {
  padding-left: 20px;
  padding-right: 20px;
}
.DestinationDescription-description.richtext p,
.DestinationDescription-tip,
.DestinationDescription-tip .icon,
.DestinationDescription-tipText,
.DestinationDescription-event {
  line-height: 130%;
  color: #666666;
}
.DestinationDescription-tip {
  margin-bottom: 15px;
  font-size: 1em;
}
.DestinationDescription-event {
  margin-bottom: 0;
}
.DestinationDescription-tipText,
.DestinationDescription-event {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.14em;
  margin-left: 8px;
}
.DestinationDescription-link {
  margin-bottom: 12px;
}
.DestinationDescription-linkAnchor {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 130%;
  color: #2d34ce;
}
.DestinationDescription-linkAnchor:hover {
  color: #2d34ce;
}
.DestinationDescription-icon {
  color: #ed1650;
}
.DestinationDescription-tip .icon {
  color: #ed1650;
}
.DestinationDescription-expandButton {
  padding: 15px 20px 15px 20px;
  height: 50px;
}
.DestinationDescription-expandButton .icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.DestinationDescription-expandButton--expanded {
  height: 50px;
  padding: 3px 6px;
  padding-top: 0;
}
.DestinationDescription-expandButton--expanded .icon {
  -webkit-transform: rotate(180deg) translateY(70%);
  -ms-transform: rotate(180deg) translateY(70%);
  transform: rotate(180deg) translateY(70%);
}
@media (min-width: 768px) {
  .DestinationDescription {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .DestinationDescription-collapsible {
    overflow: initial;
    max-height: none;
  }
  .DestinationDescription-collapsible .DestinationDescription-block:last-child {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .DestinationDescription--expanded .DestinationDescription-block:last-child {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .DestinationDescription--expanded .DestinationDescription-block:last-child {
    padding-bottom: 18px;
  }
  .DestinationDescription-description.richtext p {
    font-size: 1.14em;
    line-height: 140%;
  }
}
.DiscountCard {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border-bottom: 10px solid #1b0088;
  margin-top: 23px;
}
.DiscountCard-image img {
  min-height: 94px;
}
.DiscountCard-badges {
  padding: 0;
  height: auto;
  margin-top: -22px;
}
.DiscountCard-icon {
  background: #1b0088;
}
.DiscountCard-icon:before {
  padding-top: 3px;
}
.DiscountCard-buttonBlock {
  padding: 10px 20px;
}
.DiscountCard-btn {
  float: right;
}
.DiscountCard-text {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.29em;
  color: #1b0088;
  line-height: 120%;
}
.DiscountCard-conditions {
  padding: 15px 20px;
  font-size: 1em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
  line-height: 120%;
}
.DiscountCard-conditions.richtext p {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  color: #666666;
  line-height: 120%;
}
.DiscountCard-discountBlock {
  height: auto;
  width: auto;
  background: #b30f3b;
  border-radius: 1px;
  padding: 15px;
}
.DiscountCard-discountValue {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 2.29em;
  line-height: 100%;
  color: #fff;
  text-align: left;
}
.DiscountCard-discountSymbol {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 2.29em;
  line-height: 100%;
  color: #fff;
  text-align: left;
}
.DiscountCard-discountText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  color: #fff;
  text-align: left;
}
@media (min-width: 768px) {
  .DiscountCard {
    margin-top: 20px;
  }
  .DiscountCard-btn {
    width: 100%;
  }
  .DiscountCard-badges {
    margin-top: -18px;
  }
}
@media (min-width: 960px) {
  .DiscountCard {
    margin-top: 25px;
  }
  .DiscountCard-btn {
    width: auto;
  }
  .DiscountCard-badges {
    margin-top: -25px;
  }
}
.DiscountCard .Btn {
  margin-bottom: 0;
}
.Rate--whiteBlueDyO,
.Rate--whiteRedDyO {
  width: 100%;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border-bottom: 10px solid #1b0088;
}
.Rate--whiteBlueDyO .Rate-conditionsBtn,
.Rate--whiteRedDyO .Rate-conditionsBtn {
  background-color: #fff;
  border-color: #1b0088;
}
.Rate--whiteBlueDyO .Rate-conditionsBtn:hover,
.Rate--whiteRedDyO .Rate-conditionsBtn:hover {
  background: #2d34ce;
  border: 1px solid #2d34ce;
}
.Rate--whiteBlueDyO .Rate-icon,
.Rate--whiteRedDyO .Rate-icon {
  background-color: #1b0088;
}
.slick-dots li.slick-active button {
  background: #ed1650;
}
.SliderGallery-img {
  border-radius: 1px;
}
.SliderGallery .slick-dots {
  margin-top: -72px;
}
.SliderGallery .slick-dots button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .SliderGallery .slick-dots {
    margin-top: -53px;
  }
  .SliderGallery .slick-dots li {
    margin-right: 6px;
  }
}
@media (min-width: 960px) {
  .SliderGallery .slick-dots li {
    margin-right: 12px;
  }
}
.TravelDuration {
  padding-bottom: 13px;
}
.TravelDuration-airport {
  font-size: 2.29em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  display: inline-block;
}
.TravelDuration-lineBlock {
  vertical-align: middle;
  max-width: 41%;
}
.TravelDuration-lineBlock:before,
.TravelDuration-lineBlock:after {
  background: #008d87;
}
.TravelDuration-line {
  background: #008d87;
  max-width: 80%;
}
.TravelDuration-iconTime {
  color: #008d87;
}
.TravelDuration-time {
  font-size: 1.29em;
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
}
.TravelDuration-disclaimer {
  font-size: 1.14em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
@media (min-width: 768px) {
  .TravelDuration {
    padding-left: 19px;
    padding-right: 19px;
  }
  .TravelDuration-lineBlock {
    max-width: 19%;
  }
  .TravelDuration-line {
    max-width: 50%;
  }
}
@media (min-width: 960px) {
  .TravelDuration {
    padding-left: 14px;
    padding-right: 14px;
  }
  .TravelDuration-lineBlock {
    max-width: 40%;
  }
  .TravelDuration-line {
    max-width: 75%;
  }
  .TravelDuration-timeBlock {
    margin-bottom: 9px;
  }
}
.TourismCard {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  background: #ffffff;
  min-height: 375px;
}
.TourismCard-category {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  margin: 6px 0;
}
.TourismCard-place {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
  margin-bottom: 18px;
}
.TourismCard-text {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
}
.TourismCard-tag {
  display: inline-block;
  margin-bottom: 0;
}
.TourismCard-link {
  margin-bottom: 5px;
}
.TourismCard-expandButton {
  height: 50px;
  margin-top: 20px;
}
.TourismCard-expandButton--expanded {
  margin-top: 0;
}
.TourismCard-expandButton .icon {
  top: 5px;
  bottom: 16px;
}
.TourismCard-phone {
  padding-top: 3px;
}
@media (min-width: 768px) {
  .TourismCard {
    min-height: 375px;
  }
  .TourismCard-tag {
    margin-top: 5px;
  }
  .TourismCard-text {
    padding: 15px 0;
  }
  .TourismCard-iconSmall {
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .TourismCard {
    min-height: auto;
  }
  .TourismCard-tag {
    margin-top: 0;
  }
  .TourismCard-expandButton:focus {
    outline: 2px solid #1b0088;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .TourismCard-iconSmall {
    padding-right: 10px;
  }
}
.CardsFilter {
  position: relative;
  text-align: right;
}
.CardsFilter-btn {
  width: 100%;
  height: 43px;
  color: #fff;
  background-color: #006661;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  right: 0;
  border: none;
  top: 0;
}
.CardsFilter-btn:hover {
  outline: none;
  background-color: #008d87;
}
.CardsFilter-btn:focus {
  outline: 2px solid #1b0088;
  background-color: #008d87;
}
.CardsFilter-textBtn {
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  line-height: 100%;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.43em;
}
.CardsFilter-iconFilter {
  color: #fff;
  width: 30px;
  height: 20px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CardsFilter-caretBtn {
  color: #fff;
  width: 23px;
  height: 20px;
  text-align: left;
  float: right;
  position: absolute;
  top: 52%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CardsFilter-union {
  display: none;
  width: 150px;
  height: 28px;
  background-color: #6a6a6a;
}
.CardsFilter-info {
  display: none;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  width: 100%;
  height: auto;
  background-color: #fff;
  right: 0;
  top: 68px;
  padding: 10px;
}
.CardsFilter-title {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-weight: bold;
  font-size: 1.29em;
  line-height: 100%;
  color: #5c5c5c;
  text-align: left;
}
.CardsFilter-filters {
  display: inline-block;
  text-align: left;
}
.CardsFilter-filter {
  display: inline-block;
}
.CardsFilter-label {
  margin-bottom: 0;
  /* reset global style */
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 120%;
  color: #006661;
  text-align: center;
  border: 1px solid #006661;
  padding: 10px;
  background-color: transparent;
  display: inline-block;
}
.CardsFilter-label:focus {
  outline: 2px solid #1b0088;
}
.CardsFilter-labelWrapper {
  margin-right: 20px;
  margin-top: 14px;
}
.CardsFilter-simulateCheckbox {
  width: 18.5px;
  height: 18.5px;
  margin-right: 10px;
  margin-top: -1px;
  display: block;
  float: left;
  margin-right: 14px;
  background: trasparent;
  border: 1px solid #006661;
}
.CardsFilter-simulateCheckbox:before {
  display: none;
}
.CardsFilter-checkbox {
  display: none;
}
.CardsFilter-labelWrapper {
  display: inline-block;
}
.CardsFilter-labelWrapper:focus {
  outline: 2px solid #1b0088;
}
.CardsFilter-buttons {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: -5px;
  width: 100%;
}
.CardsFilter-tags {
  position: relative;
  width: 100%;
  display: table;
  text-align: left;
  margin-top: -3px;
}
.CardsFilter-textBox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 110px;
  width: auto;
  min-height: 50px;
  height: auto;
  position: relative;
}
.CardsFilter-text {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.29em;
  line-height: 100%;
  color: #666666;
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  top: 30%;
}
.CardsFilter-containerTags {
  display: table-cell;
  width: 70%;
}
.CardsFilter-tagBox {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  width: auto;
  border-radius: 3px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
  margin-right: 13px;
}
.CardsFilter-tagText {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.43em;
  color: #fff;
  text-align: left;
  display: inline;
  height: 43px;
  vertical-align: middle;
  line-height: 100%;
}
.CardsFilter-tagClose {
  font-size: 1.14em;
  color: #fff;
  display: inline;
  float: right;
  margin-left: 20px;
  cursor: pointer;
  line-height: 150%;
  height: 43px;
  vertical-align: middle;
}
.CardsFilter-originsFilter {
  width: 100%;
  height: auto;
  margin-right: 0;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 30px;
  margin-bottom: 40px;
}
.CardsFilter-dropdownText {
  font-size: 1.14em;
  line-height: 100%;
  Color: #666666;
  text-align: left;
  display: block;
  vertical-align: middle;
  width: 100%;
}
.CardsFilter-placeholder {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.14em;
  color: #666666;
  text-align: left;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.CardsFilter-options {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  text-align: left;
  list-style: none;
  padding: 15px 0 0 0;
  cursor: pointer;
}
.CardsFilter-options:after {
  content: '';
  border-top: 1px solid #cccccc;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
.CardsFilter-options:hover {
  background-color: #0074c1;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 3px;
}
.CardsFilter-caret {
  display: block;
  float: right;
  cursor: pointer;
  color: #cccccc;
  border: none;
  background-color: #fff;
  position: relative;
  top: -30px;
  right: 2px;
}
.CardsFilter-caret:focus,
.CardsFilter-caret:hover,
.CardsFilter-caret:active {
  outline: none;
}
@media (min-width: 768px) {
  .CardsFilter {
    position: relative;
    text-align: right;
    width: 150px;
    float: right;
  }
  .CardsFilter-textBtn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
  }
  .CardsFilter-iconFilter {
    color: #fff;
    width: 30px;
    height: 20px;
    text-align: left;
    position: absolute;
    top: 45%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .CardsFilter-caretBtn {
    color: #fff;
    width: 23px;
    height: 20px;
    text-align: left;
    float: right;
    position: absolute;
    top: 52%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .CardsFilter-union {
    display: none;
    width: 150px;
    height: 28px;
    background-color: #6a6a6a;
    float: right;
  }
  .CardsFilter-info {
    display: none;
    width: 480px;
    min-height: 150px;
    height: auto;
    padding: 20px;
    float: right;
    text-align: right;
    margin-top: 20px;
  }
  .CardsFilter-title {
    line-height: 100%;
    text-align: left;
  }
  .CardsFilter-filters {
    display: inline-block;
    text-align: left;
    float: left;
  }
  .CardsFilter-tags {
    position: relative;
    width: 619px;
    display: table;
    text-align: left;
    left: -464px;
  }
  .CardsFilter-textBox {
    display: table-cell;
    width: 15%;
  }
  .CardsFilter-text {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #666666;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .CardsFilter-containerTags {
    display: table-cell;
  }
  .CardsFilter-tagBox {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: auto;
    border-radius: 3px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 13px;
  }
  .CardsFilter-tagText {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: left;
    display: inline;
  }
  .CardsFilter-tagClose {
    font-size: 1em;
    color: #fff;
    float: right;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 150%;
    height: 30px;
    vertical-align: middle;
  }
}
@media (min-width: 960px) {
  .CardsFilter-info {
    width: 620px;
  }
}
.CardsFilter--expanded .CardsFilter-btn {
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}
.CardsFilter--expanded .CardsFilter-caretBtn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 24%;
}
.CardsFilter--expanded .CardsFilter-union,
.CardsFilter--expanded .CardsFilter-info {
  display: block;
}
.CardsFilter-label--checked .CardsFilter-simulateCheckbox {
  border: 1px solid #fff;
  background-color: #fff;
}
.CardsFilter-label--checked .CardsFilter-label {
  color: #fff;
}
.CardsFilter-label--checked .CardsFilter-simulateCheckbox:before {
  line-height: 15px;
  font-size: 1.43em;
  text-align: center;
  color: #006661;
  position: relative;
  left: -2px;
  display: block;
}
.CardBox-card--filter {
  overflow: initial;
}
.OriginsFilter {
  margin-bottom: 20px;
}
.OriginsFilter-labelWrapper {
  position: relative;
  height: 45px;
  vertical-align: middle;
}
.OriginsFilter-label {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  font-size: 1.14em;
  line-height: 120%;
  color: #666666;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.OriginsFilter-dropdown {
  height: 45px;
  padding-right: 35px;
  padding-left: 14px;
  border: 0;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.29em;
  color: #666666;
}
.OriginsFilter-dropdown:focus {
  outline: 2px solid #1b0088;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.OriginsFilter-dropdown,
select.OriginsFilter-dropdown:hover {
  background-position: 101% center;
  background-color: #fff;
  background-image: url(../../../../static/latam/images/design-image/latam/caret-down.png);
}
@media (min-width: 768px) {
  .OriginsFilter {
    float: left;
    width: 67%;
    margin-bottom: 0;
  }
  .OriginsFilter-labelWrapper,
  .OriginsFilter-dropdown {
    height: 40px;
  }
  .OriginsFilter-labelWrapper {
    display: inline-block;
    max-width: 44%;
  }
  .OriginsFilter-dropdownWrapper {
    display: inline-block;
  }
  select.OriginsFilter-dropdown {
    font-size: 1.14em;
  }
}
@media (min-width: 960px) {
  .OriginsFilter {
    width: 73%;
  }
  .OriginsFilter-labelWrapper {
    max-width: 46%;
  }
  .OriginsFilter-dropdownWrapper {
    min-width: 53%;
  }
}

/* Set padding 0 */
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* Set margin 0 */
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
/* Convert to ems */
/* ex: .get-em(max-width, 653px); */
/* Columns Grid Generato */
.bg-gray {
  background: #9b9b9b;
}
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .container-xs-height {
    width: 100%;
  }
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.col-center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* fix firefox responsive images */
.img-responsive {
  width: 100%;
}
.container-fluid--noPadding {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid--margin {
  margin-bottom: 40px;
}
@media (max-width: 960px) and (min-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
  .visible-tablet {
    display: block!important;
  }
}
@media (min-width: 960px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: block !important;
  }
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
.lt-icon-ar-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -22px;
  width: 17px;
  height: 11px;
}
.lt-icon-ar {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px 0px;
  width: 30px;
  height: 20px;
}
.lt-icon-au-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -17px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-au {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -30px -60px;
  width: 30px;
  height: 20px;
}
.lt-icon-br-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px -111px;
  width: 17px;
  height: 11px;
}
.lt-icon-br {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px -20px;
  width: 30px;
  height: 20px;
}
.lt-icon-ca-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -85px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-ca {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -30px -20px;
  width: 30px;
  height: 20px;
}
.lt-icon-cl-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -66px;
  width: 17px;
  height: 11px;
}
.lt-icon-cl {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px -40px;
  width: 30px;
  height: 20px;
}
.lt-icon-co-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-co {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -30px -40px;
  width: 30px;
  height: 20px;
}
.lt-icon-de-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -51px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-de {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -60px 0px;
  width: 30px;
  height: 20px;
}
.lt-icon-ec-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px 0px;
  width: 17px;
  height: 11px;
}
.lt-icon-ec {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -60px -20px;
  width: 30px;
  height: 20px;
}
.lt-icon-es-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -44px;
  width: 17px;
  height: 11px;
}
.lt-icon-es {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -60px -40px;
  width: 30px;
  height: 20px;
}
.lt-icon-eu-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -88px;
  width: 17px;
  height: 11px;
}
.lt-icon-eu {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px -60px;
  width: 30px;
  height: 20px;
}
.lt-icon-fr-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -34px -111px;
  width: 17px;
  height: 11px;
}
.lt-icon-fr {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -60px -60px;
  width: 30px;
  height: 20px;
}
.lt-icon-it-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -34px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-it {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -90px 0px;
  width: 30px;
  height: 20px;
}
.lt-icon-mx-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -68px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-mx {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -90px -20px;
  width: 30px;
  height: 20px;
}
.lt-icon-nz-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -102px -100px;
  width: 17px;
  height: 11px;
}
.lt-icon-nz {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -90px -40px;
  width: 30px;
  height: 20px;
}
.lt-icon-otros_paises-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -11px;
  width: 17px;
  height: 11px;
}
.lt-icon-otros_paises {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -90px -60px;
  width: 30px;
  height: 20px;
}
.lt-icon-pe-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -33px;
  width: 17px;
  height: 11px;
}
.lt-icon-pe {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: 0px -80px;
  width: 30px;
  height: 20px;
}
.lt-icon-pr-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -55px;
  width: 17px;
  height: 11px;
}
.lt-icon-pr {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -30px -80px;
  width: 30px;
  height: 20px;
}
.lt-icon-ue-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -77px;
  width: 17px;
  height: 11px;
}
.lt-icon-ue {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -60px -80px;
  width: 30px;
  height: 20px;
}
.lt-icon-uk-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -120px -99px;
  width: 17px;
  height: 11px;
}
.lt-icon-uk {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -90px -80px;
  width: 30px;
  height: 20px;
}
.lt-icon-uy-small {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -17px -111px;
  width: 17px;
  height: 11px;
}
.lt-icon-uy {
  background-image: url(../../../../static/latam/images/design-image/sprites/icon-sprite.png);
  background-position: -30px 0px;
  width: 30px;
  height: 20px;
}
.Header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.Header-title {
  color: red;
}
.Header-sr {
  width: 100%;
  height: auto;
  background: #fff;
  display: block;
}
.Header-sr-container {
  width: 960px;
  margin: 0 auto;
}
.Header-sr-container .row .col-xs-12,
.Header-sr-container .row .col-sm-12,
.Header-sr-container .row .col-md-12 {
  min-height: 0;
}
.Header-sr-only {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 100%;
  Color: #004e96;
  text-decoration: underline;
  padding: 10px;
  border: 1px solid #004e96;
  margin: 10px 0;
  display: inline-block;
}
.Header-sr-only:hover,
.Header-sr-only:focus {
  text-decoration: underline;
  margin: 10px 0;
}
.Header-sr-only:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Header-container--relative {
  position: relative;
}
.Header-complementaryList {
  margin-bottom: 0;
  font-size: 0;
  padding: 0;
}
.Header-complementaryItem {
  color: #838383;
  font-size: 13px;
  display: inline-block;
}
.Header-complementaryLink {
  padding-right: 6px;
  padding-left: 6px;
  display: block;
}
.Header-complementaryLink:hover,
.Header-complementaryLink:focus {
  text-decoration: underline;
}
.Header-complementaryDivider {
  padding-right: 13px;
  padding-left: 6px;
  font-size: 13px;
  color: #838383;
}
.Header-complementaryDivider:first-child {
  padding-left: 0;
}
.Header-complementaryDivider:before {
  display: block;
  content: "|";
  width: 0px;
  color: #838383;
}
.Header-helpIcon {
  top: -0.3em;
}
.Header-helpLabel {
  margin-left: 7px;
}
.Header-stepBar {
  line-height: 1;
  -webkit-transition: top 1s ease;
  transition: top 1s ease;
}
.Header-stepBar--stickyUp {
  position: fixed;
  width: 100%;
}
.Header-stepBar--stickyDown {
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0 3px 5px 0 rgba(168, 168, 168, 0.75);
  box-shadow: 0 3px 5px 0 rgba(168, 168, 168, 0.75);
}
.Header-stepBar--white {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(163, 163, 163, 0.57);
  box-shadow: 0px 1px 3px 0px rgba(163, 163, 163, 0.57);
}
.Header-stepBar--wPadding {
  padding: 15px 10px;
}
.Header-stepBar--stick {
  position: absolute;
  z-index: 300;
  width: 100%;
}
.Header-cookie {
  border-bottom: 1px solid #666666;
  background: #fff;
  position: relative;
  z-index: 101;
}
.Header-cookieMessage {
  padding: 0;
}
.Header-cookieMessage a {
  color: #004e96;
  text-decoration: underline;
}
.Header-cookieMessage p:first-child,
.Header-cookieMessage h1:first-child,
.Header-cookieMessage h2:first-child,
.Header-cookieMessage h3:first-child,
.Header-cookieMessage h4:first-child,
.Header-cookieMessage h5:first-child,
.Header-cookieMessage h6:first-child,
.Header-cookieMessage ol:first-child,
.Header-cookieMessage ul:first-child,
.Header-cookieMessage blockquote:first-child,
.Header-cookieMessage strong:first-child {
  margin-top: 10px;
}
.Header-cookieMessage p:last-child,
.Header-cookieMessage h1:last-child,
.Header-cookieMessage h2:last-child,
.Header-cookieMessage h3:last-child,
.Header-cookieMessage h4:last-child,
.Header-cookieMessage h5:last-child,
.Header-cookieMessage h6:last-child,
.Header-cookieMessage ol:last-child,
.Header-cookieMessage ul:last-child,
.Header-cookieMessage blockquote:last-child,
.Header-cookieMessage strong:last-child {
  margin-bottom: 10px;
}
.Header-cookieClose {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 0;
  text-align: right;
}
.Header-cookieCloseButton {
  width: 24px;
  height: 24px;
  border: 0;
  background: #fff url("../../../../static/latam/images/design-image/close-modal.svg");
  cursor: pointer;
}
.Header-logo {
  font-size: 0.1px;
}
.Header-logoBlock {
  display: inline-block;
  vertical-align: middle;
}
.Header-logoLink {
  margin-right: 25px;
}
.Header-logoOneWorld {
  margin-right: 0;
}
.Header-logoImg {
  width: 102px;
}
.Header-logoImg--sub {
  max-width: 30px;
  max-height: 30px;
}
.Header-actions {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Header-actionIcon:before {
  color: #666666;
}
.Header-actionLink {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.Header-actionLink:last-child {
  margin-right: 0;
}
.Header-actionLink.isOpen:after {
  background-color: #fff;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -42px;
  left: 3px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(163, 163, 163, 0.3);
  box-shadow: 2px 2px 3px 0 rgba(163, 163, 163, 0.3);
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.Header-actionLinkBurger {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../../static/latam/images/design-image/burger.svg) no-repeat center center;
}
.Header-processNumber {
  display: none;
}
.Header-contactLink {
  margin-left: 0;
}
@media (min-width: 959px) {
  .Header-menu {
    float: right;
    height: 70px;
  }
  .Header-logo {
    height: 70px;
    line-height: 70px;
    position: relative;
    padding-right: 0;
  }
  .Header-logoImg {
    width: auto;
  }
  .Header-logoImg--sub {
    max-width: 30px;
    max-height: 30px;
  }
  .Header-shadow {
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    height: auto;
  }
  .Header-shadow .col-xs-height {
    /* reset bootstrap paddings */
    padding: 0;
  }
  .Header-stepBar--white {
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
  }
  .Header-stepBar--wPadding {
    padding: 0;
  }
  .Header-stepBar--inverse {
    background: #e3e3e3;
    -webkit-filter: none;
    filter: none;
  }
  .Header-stepBar--inverse .Header-shadow {
    background: none;
    -webkit-filter: none;
    filter: none;
  }
  .Header-stepBar--main {
    height: auto;
  }
  .Header-stepBar--whiteInverse {
    background: #fff;
  }
  .Header-actionLink {
    display: none;
  }
  .Header-logoLink {
    margin-right: 15px;
  }
  .Header-logoOneWorld {
    position: absolute;
  }
  .Header-login {
    margin-top: 10px;
  }
  .Header-complementaryLink {
    color: #fff;
  }
  .Header-complementaryLink:hover,
  .Header-complementaryLink:focus {
    color: #fff;
  }
  .Header-complementaryLink--inverse {
    color: #666666;
  }
  .Header-complementaryLink--inverse:hover,
  .Header-complementaryLink--inverse:focus {
    color: #838383;
  }
  .Header-complementaryDivider:before {
    color: #fff;
  }
  .Header-complementaryDivider--inverse:before {
    color: #838383;
  }
  .Header-complementaryDivider--inverse:hover:before {
    color: #838383;
  }
  .Header-cookie {
    border: 0;
  }
  .Header-cookieClose {
    padding-right: 10px;
  }
  .Header-cookieCloseButton {
    width: 48px;
    height: 48px;
  }
}
.Header-processNumber {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #999999;
  font-family: 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Header-processNumberIcon {
  font-size: 16px;
  color: #999999;
  margin-right: 10px;
  margin-top: -4px;
}
.Header-content {
  width: 100%;
}
.Header-firstRow {
  margin-right: 0;
}
.Header-sr-container {
  width: auto;
}
.Header-sr-only {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  color: #1b0088;
  text-decoration: underline;
  padding: 10px;
  border: none;
  margin: 10px 0;
}
.Header-sr-only:focus {
  margin: 10px 0;
}
.Header-cookieCloseButton {
  background: none;
  font-size: 1.14em;
  color: #333333;
  padding: 0;
  width: 16px;
  height: 16px;
}
.Header-cookieCloseButton:focus {
  outline: 2px solid #1b0088;
}
.Header-processNumber {
  line-height: 36px;
  height: 36px;
}
.Header-processNumberIcon {
  line-height: 36px;
  height: 36px;
}
.Header-firstRowChild {
  min-height: 0;
  padding-right: 0;
}
.Header-stepBar {
  padding: 0;
}
.Header-stepBar--blue {
  background: #1b0088;
  height: 48px;
  -webkit-box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
  box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
}
.Header-stepBar--inverse {
  background: #150067;
}
.Header-logo {
  padding: 10px 0;
  height: 48px;
  line-height: 100%;
}
.Header-logoLink {
  margin-right: 0;
  width: auto;
}
.Header-logoImg {
  width: auto;
  height: 28px;
  margin-right: 24px;
}
.Header-logoImg--sub {
  max-width: 16px;
  max-height: 16px;
}
.Header-logoImg--process {
  max-width: 16px;
  max-height: 16px;
  height: 16px;
  width: auto;
}
.Header-logoOneWorld {
  position: relative;
}
.Header-complementaryLink {
  text-decoration: none;
}
.Header-complementaryLink:hover,
.Header-complementaryLink:focus {
  text-decoration: underline;
}
.Header-complementaryLink:focus {
  outline-offset: -2px;
}
.Header-actionLinkLogin {
  width: 24px;
  height: 24px;
  color: #fff;
}
.Header-actionLink.isOpen:after {
  background: transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #1b0088;
  bottom: -12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 13px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.Header-actionLink--profile {
  margin-right: 0;
}
.Header-userProfileIcon:before {
  color: #fff;
}
.Header-loginInscription a {
  text-decoration: none;
}
.Header-loginInscription a:hover,
.Header-loginInscription a:focus {
  text-decoration: underline;
}
.Header-stepBar--stickyDown {
  -webkit-box-shadow: 0px 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
  box-shadow: 0px 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
}
@media (min-width: 768px) {
  .Header-cookieCloseContainer {
    vertical-align: middle;
  }
  .Header-cookieCloseButton {
    background: none;
    font-size: 2.29em;
    color: #333333;
    width: 32px;
    height: 32px;
  }
  .Header-shadow {
    height: 36px;
  }
  .Header-stepBar {
    padding: 0 10px;
  }
  .Header-stepBar--blue {
    background: #1b0088;
    height: 62px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .Header-stepBar--inverse {
    padding: 0;
  }
  .Header-stepBar--process {
    background-color: white;
  }
  .Header-logoContainer {
    padding-left: 0;
    padding-right: 0;
  }
  .Header-logo {
    padding: 11px 0;
    height: auto;
  }
  .Header-logoOneWorld {
    width: auto;
    margin-left: 26px;
    margin-right: 0;
  }
  .Header-logoImg {
    height: 36px;
    margin-right: 0;
  }
  .Header-logoImg--sticky {
    width: auto;
    height: 22px;
  }
  .Header-logoImg--sub {
    max-width: 22px;
    max-height: 22px;
  }
  .Header-logoImg--process {
    max-width: 22px;
    max-height: 22px;
    height: 22px;
    width: auto;
  }
  .Header-logoLink {
    height: auto;
    line-height: 30px;
    border: 2px solid transparent;
    margin-right: 0;
    width: auto;
  }
  .Header-logoLink:focus {
    outline-color: #b8b8b8;
  }
  .Header-complementaryList {
    float: right;
  }
  .Header-complementaryItem {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
  }
  .Header-complementaryItem--border {
    padding: 0 9px 0 9px;
  }
  .Header-complementaryItem--border:last-child {
    margin-right: 10px;
  }
  .Header-complementaryItem--julia {
    border-left: 1px solid #b8b8b8;
  }
  .Header-complementaryItem--lastNavChild {
    border-right: 1px solid #b8b8b8;
  }
  .Header-complementaryItemLogin {
    position: relative;
  }
  .Header-complementaryLinkWithAnchor a {
    height: 36px;
    padding: 0;
    line-height: 36px;
    border: 2px solid transparent;
    color: #b8b8b8;
    display: block;
  }
  .Header-complementaryLinkWithAnchor a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #b8b8b8;
  }
  .Header-complementaryLinkWithAnchor a:hover,
  .Header-complementaryLinkWithAnchor a:focus {
    color: #b8b8b8;
  }
  .Header-complementaryLink {
    height: 36px;
    padding: 0;
    line-height: 36px;
    border: 2px solid transparent;
    color: #b8b8b8;
  }
  .Header-complementaryLink:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-color: #b8b8b8;
  }
  .Header-complementaryLink:hover,
  .Header-complementaryLink:focus {
    color: #b8b8b8;
  }
  .Header-complementaryLinkIcon {
    top: 0.1em;
    position: relative;
  }
  .Header-complementaryLinkIcon:before {
    margin-right: 8px;
  }
  .Header-menu {
    height: 62px;
  }
  .Header-loginInscription a {
    padding-left: 15px;
    padding-right: 17px;
    border-radius: 1px;
  }
  .Header-loginInscription a:hover,
  .Header-loginInscription a:focus {
    color: #b8b8b8;
  }
  .Header-loginBtn {
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    background: #b30f3b;
    border: 2px solid #b30f3b;
    border-radius: 1px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .Header-loginBtn:hover,
  .Header-loginBtn:focus {
    background: #ed1650;
    text-decoration: none;
    color: #fff;
  }
  .Header-logoStickyContainer {
    vertical-align: middle;
  }
  .Header-logoSticky {
    display: none;
  }
}
@media (min-width: 960px) {
  .Header-shadow {
    height: 36px;
  }
  .Header-sr-container {
    width: 960px;
  }
  .Header-stepBar--blue {
    background: #1b0088;
    height: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .Header-stepBar--inverse {
    background: #150067;
  }
  .Header-stepBar--process {
    background-color: white;
  }
  .Header-logoContainer {
    padding-left: 10px;
  }
  .Header-logo {
    padding: 14px 0;
    line-height: 100%;
  }
  .Header-logoImg {
    width: 100%;
    height: 48px;
  }
  .Header-logoImg--sticky {
    width: auto;
    height: 22px;
  }
  .Header-logoImg--sub {
    max-width: 28px;
    max-height: 28px;
  }
  .Header-logoImg--process {
    max-width: 28px;
    max-height: 28px;
    height: 28px;
    width: auto;
  }
  .Header-mainLogo {
    width: auto;
  }
  .Header-logoOneWorld {
    position: relative;
    width: auto;
    margin-left: 35px;
    margin-right: 0;
  }
  .Header-logoOneWorld:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .Header-complementaryItemLogin {
    margin-left: 19px;
  }
  .Header-loginInscription a:hover,
  .Header-loginInscription a:focus {
    color: #b8b8b8;
  }
  .Header-loginInscription a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-color: #b8b8b8;
  }
  .Header-loginBtn:hover,
  .Header-loginBtn:focus {
    background: #ed1650;
  }
  .Header-loginBtn:focus {
    outline-color: #b8b8b8;
  }
  .Header-logoSticky {
    display: none;
  }
  .Header-menu {
    height: 80px;
  }
  .Header-julia:focus {
    outline: none;
  }
  .Header-juliaLink:focus {
    border: 2px solid #b8b8b8;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .Header-juliaLink:focus .HeaderJulia-label {
    text-decoration: underline;
  }
}
.Header .icon-int-menu {
  color: #ffffff;
}
.Header-stepBar--process .Header-logoLink:focus {
  border: 2px solid #1b0088;
}
.Header-actionLink--profile > [class*="icon-"] {
  margin-top: 10px;
}
.isLoggedIn.Header-userProfileIcon:before {
  color: #b30f3b;
}
@media (min-width: 768px) {
  .Header-stepBar--stickyDown .Header-logoSticky {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Header .Header-stepBar .Header-logo .Header-logoLink:first-child {
    min-width: 156px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .Header .Header-stepBar .Header-logo .Header-logoLink:first-child {
    min-width: 130px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 960px), (-ms-high-contrast: none) and (min-width: 960px) {
  .Header .Header-stepBar .Header-logo .Header-logoLink:first-child {
    min-width: 156px;
  }
}
@supports (-ms-accelerator:true) {
  .Header-logoLink {
    max-width: 165px;
  }
  .Header-logoOneWorld {
    margin-left: 37px;
  }
}
@media (min-width: 960px) {
  .countrySelector:hover,
  .countrySelector:focus,
  .countrySelector.isHover,
  .countrySelector.isFocus {
    text-decoration: none;
    background-color: #f3f3f3;
  }
  .countrySelector.visible .countrySelector-flagLink,
  .countrySelector-flagLink:focus {
    background-color: #f3f3f3;
  }
  .countrySelector.visible .countrySelector-flagLink .countrySelector-flagCaret:before,
  .countrySelector-flagLink:focus .countrySelector-flagCaret:before {
    color: #666666;
  }
  .countrySelector-flagText {
    display: none;
  }
}
.countrySelector-flagLink {
  padding: 21px 6px;
  color: #838383;
  display: block;
}
.countrySelector-flagLink:hover,
.countrySelector-flagLink.isHover,
.countrySelector-flagLink:focus {
  text-decoration: none;
}
.countrySelector-flagLink.isHover .countrySelector-flagCaret:before {
  content: "\e60a";
}
.countrySelector-flagImage {
  margin-right: 13px;
  -webkit-transform: scale(0.567, 0.5) translateY(4px);
  -ms-transform: scale(0.567, 0.5) translateY(4px);
  transform: scale(0.567, 0.5) translateY(4px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.countrySelector-flagCaret {
  float: none;
  vertical-align: middle;
}
.countrySelector-flagIcon {
  -webkit-transform: scale(0.567, 0.5);
  -ms-transform: scale(0.567, 0.5);
  transform: scale(0.567, 0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.countrySelector.isOpen {
  background: #f3f3f3;
}
.countrySelector-dropDown {
  position: absolute;
  z-index: 400;
  display: none;
  overflow: hidden;
}
.countrySelector-dropDown.isOpen,
.countrySelector-dropDown.visible {
  display: block;
}
.countrySelector-ContentList {
  background: #f3f3f3;
  overflow: hidden;
}
.countrySelector-unorderedList {
  float: left;
  margin-left: 50px;
  padding: 0;
}
.countrySelector-unorderedList:first-child {
  margin-left: 0;
}
.countrySelector-unorderedItem {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 13px;
  color: #666666;
}
.countrySelector-unorderedItem--title {
  margin-bottom: 15px;
  color: #666666;
  font-weight: bolder;
}
.countrySelector-unorderedItem--sub {
  margin-top: 40px;
}
.countrySelector-unorderedLink {
  display: block;
  color: #666666;
  padding: 0;
}
.countrySelector-unorderedLink:hover,
.countrySelector-unorderedLink:focus {
  color: #838383;
  text-decoration: underline;
}
.countrySelector-unorderedFlag {
  width: 17px;
  height: 11px;
  margin-right: 15px;
}
@media only screen and (max-width: 959px) {
  .countrySelector {
    padding-right: 0;
  }
  .countrySelector.isOpen {
    display: block;
    padding: 0 25px;
    background-color: #eeeeee;
    margin: 0 -25px;
  }
  .countrySelector.isOpen:hover {
    background-color: #eeeeee;
  }
  .countrySelector.isOpen .countrySelector-flagLink {
    border-bottom: 1px solid #ccc;
  }
  .countrySelector-flagLink {
    padding: 15px 0 2px;
    position: relative;
    height: 45px;
  }
  .countrySelector-flagImage {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
  .countrySelector-dropDown {
    -webkit-box-shadow: none ;
    box-shadow: none ;
    height: auto;
    margin-left: 7px;
    overflow: inherit;
    padding: 0;
    position: relative;
    width: 100%;
    left: 0px;
  }
  .countrySelector-dropDown.isOpen {
    display: block;
  }
  .countrySelector-ContentList {
    -webkit-box-shadow: none ;
    box-shadow: none ;
    background: transparent;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .countrySelector-unorderedList {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .countrySelector-unorderedItem {
    font-weight: normal;
    margin-bottom: 0;
  }
  .countrySelector-unorderedItem--title {
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0 12px;
  }
  .countrySelector-unorderedLink {
    padding: 11px 0;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
  }
  .countrySelector-unorderedFlag {
    width: 30px;
    height: 22px;
  }
  .countrySelector-flagIcon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .countrySelector-flagIcon[class*="icon-"] {
    margin-right: 15px;
    margin-top: -3px;
  }
  .countrySelector-flagText {
    display: inline-block;
    font-size: 18px;
    width: 90%;
    overflow: hidden;
    padding-left: 43px;
  }
}
.countrySelector-flagCaret {
  color: #004e96;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (min-width: 768px) {
  .countrySelector-flagCaret {
    position: relative;
    top: 5px;
  }
}
@media (min-width: 960px) {
  .countrySelector.isOpen .countrySelector-flagCaret:before {
    color: #666666;
  }
}
.countrySelector-dropDown {
  -webkit-box-shadow: none ;
  box-shadow: none ;
  background: #e5e5e5;
  height: auto;
  margin-left: 0;
  overflow: inherit;
  padding-left: 10px;
  position: relative;
  width: 100%;
  left: 0;
}
.countrySelector-dropDown.isOpen {
  display: block;
}
.countrySelector-countryText {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
  line-height: 100%;
  color: #666666;
  padding-left: 5px;
}
.countrySelector-flagCaret {
  color: #666666;
  padding-right: 5px;
  top: 50%;
}
.countrySelector-flagCaret:hover,
.countrySelector-flagCaret:focus {
  color: #666666;
}
.countrySelector-flagLink {
  padding-left: 10px;
  text-decoration: none;
}
.countrySelector-flagLink:hover,
.countrySelector-flagLink:focus {
  color: #666666;
}
.countrySelector-flagLink:active {
  background: #e5e5e5;
}
.countrySelector-ContentList {
  padding-left: 0;
  padding-right: 15px;
}
.countrySelector-unorderedItem--title {
  font-family: 'Latam-Sans-Bold', arial, sans-serif;
  font-size: 1.14em;
  line-height: 100%;
  color: #303030;
  text-align: Left;
}
.countrySelector-unorderedLink {
  text-decoration: none;
}
.countrySelector-unorderedLink:hover,
.countrySelector-unorderedLink:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .countrySelector:hover,
  .countrySelector:focus {
    height: auto;
    background: #f0f1f0;
    border-color: #f0f1f0;
  }
  .countrySelector:focus {
    border-color: #b8b8b8;
  }
  .countrySelector-flagLink {
    padding: 0 10px 0 10px;
    border: 2px solid transparent;
    color: #b8b8b8;
    height: 36px;
  }
  .countrySelector-flagLink:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-color: #b8b8b8;
    color: #b8b8b8;
    background-color: transparent;
    line-height: 36px;
  }
  .countrySelector-flagCaret {
    padding-right: 0;
    top: 0;
  }
  .countrySelector-countryText {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #b8b8b8;
    padding-left: 0;
    text-transform: uppercase;
  }
  .countrySelector-flagCaret--inverse {
    color: #b8b8b8;
  }
  .countrySelector-flagCaret--inverse:before {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: text-top;
  }
  .countrySelector-dropDown {
    position: absolute;
    width: 748px;
    z-index: 400;
    padding: 0;
    display: none;
    margin-top: -1px;
    margin-left: -10px;
    left: -281px;
  }
  .countrySelector-dropDown.isOpen,
  .countrySelector-dropDown.visible {
    display: block;
    left: initial;
    right: 10px;
  }
  .countrySelector-ContentList {
    background: #f0f1f0;
    width: 100%;
    padding: 20px 15px;
    -webkit-box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
    box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
    border: 1px solid #f3f3f2;
    border-radius: 0 0 1px 1px;
  }
  .countrySelector-unorderedItem--title {
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #666666;
    text-align: Left;
  }
  .countrySelector-unorderedLink {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #666666;
    text-align: Left;
    border: 2px solid transparent;
  }
  .countrySelector-unorderedLink:hover {
    text-decoration: underline;
  }
  .countrySelector-unorderedLink:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
  }
  .countrySelector-flagIcon {
    width: 30px;
    height: 20px;
  }
}
@media (min-width: 960px) {
  .countrySelector {
    width: auto;
    white-space: nowrap;
    max-width: 210px;
  }
  .countrySelector-ContentList {
    width: 960px;
  }
  .countrySelector:hover,
  .countrySelector:focus {
    height: auto;
    background: none;
    border-color: none;
  }
  .countrySelector:focus {
    border-color: #b8b8b8;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .countrySelector-flagLink:hover {
    background: #f0f1f0;
    color: #150067;
    border: 2px solid #f0f1f0;
  }
  .countrySelector-countryText {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #b8b8b8;
    margin-right: 0;
    padding-right: 0;
  }
  .countrySelector-flagCaret {
    padding-right: 0;
  }
  .countrySelector-flagCaret--inverse:before {
    color: #b8b8b8;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: text-top;
  }
  .countrySelector-dropDown {
    position: absolute;
    background: transparent;
    width: 970px;
    z-index: 400;
    padding: 0 20px 20px 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    left: -177px;
    top: 37px;
    margin-left: 7px;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
  }
  .countrySelector-dropDown.isOpen,
  .countrySelector-dropDown.visible {
    left: -177px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .countrySelector-unorderedItem--title {
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #666666;
    text-align: Left;
  }
  .countrySelector-unorderedLink {
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    font-size: 1em;
    line-height: 100%;
    color: #666666;
    text-align: Left;
    border: 2px solid transparent;
  }
  .countrySelector-unorderedLink:hover {
    text-decoration: underline;
  }
  .countrySelector-unorderedLink:focus {
    text-decoration: underline;
  }
}
.countrySelector.visible .countrySelector-flagLink {
  background: #e5e5e5;
}
@media (min-width: 768px) {
  .countrySelector.visible .countrySelector-flagLink {
    background: #f0f1f0;
  }
}
@media (min-width: 768px) {
  .countrySelector:focus .countrySelector-countryText {
    color: #150067;
  }
  .countrySelector:focus .countrySelector-flagCaret--inverse:before {
    color: #150067;
  }
  .countrySelector.visible .countrySelector-flagLink .countrySelector-countryText {
    color: #150067;
  }
  .countrySelector.visible .countrySelector-flagLink .countrySelector-flagCaret:before {
    color: #150067;
  }
  .countrySelector .countrySelector-flagLink:hover .countrySelector-countryText {
    color: #150067;
  }
  .countrySelector .countrySelector-flagLink:hover .countrySelector-flagCaret:before {
    color: #150067;
  }
}
@media (min-width: 960px) {
  .countrySelector-flagLink:focus .countrySelector-flagCaret:before {
    color: #b8b8b8;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .countrySelector .countrySelector-flagLink .countrySelector-flagCaret {
    top: 9px;
  }
}
.MobileMenu {
  background-color: white;
  height: 100%;
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  position: fixed;
  right: -92%;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 85%;
  z-index: 10;
}
.MobileMenu--open {
  right: 0px;
}
.MobileMenu-content--pushed {
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.MobileMenu--noPadding {
  padding: 0px;
}
.MobileMenu--notDisplay {
  display: none;
}
.MobileMenu-mask {
  background-color: rgba(0, 0, 0, 0.58);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.MobileMenu-mask--visible {
  display: block;
}
@media only screen and (min-width: 768px) {
  .MobileMenu {
    background-color: transparent;
    padding-top: 0;
    position: static;
    width: auto;
    float: right;
  }
}
@media only screen and (min-width: 960px) {
  .MobileMenu {
    float: none;
    padding-right: 10px;
  }
}
.PreventScroll {
  overflow: hidden;
}
.Login-launcher {
  display: none;
}
.Login-launcher.isVisible {
  display: none;
}
.Login-profile {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0px;
  background: #F3F1F1;
  padding-top: 60px;
  height: 100vh;
  z-index: 100;
  -webkit-transform: translateY(-141%);
  -ms-transform: translateY(-141%);
  transform: translateY(-141%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.Login-header {
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  height: 140px;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
}
.Login-header--small {
  margin-bottom: 0;
}
.Login-header--azul {
  border-bottom: 2px solid #165286 !important;
}
.Login-header--branco {
  border-bottom: 2px solid #fff !important;
}
.Login-header--vermelho {
  border-bottom: 2px solid #a51e22 !important;
}
.Login-header--vermelho-plus {
  border-bottom: 2px solid #74091c !important;
}
.Login-header--black {
  border-bottom: 2px solid #000 !important;
}
.Login-headerIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.Login-headerKMS {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 90px;
}
.Login-type {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Login-card {
  margin-top: 0;
}
.Login-title {
  display: none;
}
.Login-title--small {
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 1.14em;
  margin-left: 10px;
  padding: 6px 0 6px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.Login-name {
  display: block;
  font-size: 1.14em;
}
.Login-have {
  font-size: 1.14em;
  margin-left: 0;
}
.Login-hello {
  display: block;
}
.Login-number {
  font-size: 1.71em;
  font-weight: bold;
}
.Login-kms {
  border-left: 1px solid #fff;
  margin-left: 55px;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Login-unit {
  font-size: 1.14em;
}
.Login-account {
  display: block;
  margin: 0 -20px;
  position: absolute;
  top: 140px;
  width: 100%;
}
.Login-accountLink {
  background: #1C9409;
  display: block;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: -41px;
  margin: 0 -20px;
  width: 100%;
  font-size: 1.5em;
}
.Login-body {
  background: #fff;
}
.Login-headLine,
.Login-configTitle {
  background: #eeeeee;
  color: #666666;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.14em;
  padding: 8px 20px 7px;
}
.Login-configTitle {
  padding-top: 8px;
}
.Login-unorderedList {
  padding: 0;
  margin: 0;
}
.Login-unorderedItem {
  border-bottom: 1px solid #eeeeee;
  padding: 4px 20px 4px;
  margin: 0;
}
.Login-unorderedLink,
.Login-logoutLink {
  color: #0073ae;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.14em;
  text-align: left;
  cursor: pointer;
}
.Login-unorderedIcon {
  float: none;
  font-size: 12px;
}
.Login-logout {
  padding: 4px 20px 4px;
}
.Login-logoutIcon {
  float: none;
  font-size: 12px;
}
.Login-profile.isOpen {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 960px) {
  .Login-form--auth {
    margin-top: 12px;
  }
  .Login-launcher {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 223px;
    height: 43px;
    padding: 10px 52px 9px 13px;
    font-size: 0.86em;
    font-family: "Arial", Helvetica, sans-serif;
    text-align: left;
    color: white;
    cursor: pointer;
    border-radius: 0px 0px 3px 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    white-space: nowrap;
  }
  .Login-launcher.isOpen:after {
    content: "\e60a";
  }
  .Login-launcher:after {
    content: "\e649";
    font-family: "iconos-latam";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 100%;
  }
  .Login-launcher.isVisible {
    display: block;
  }
  .Login-launcherIcon {
    margin-right: 14px;
  }
  .Login-launcherInfo {
    margin-top: 0px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Login-launcherName {
    margin-right: 20px;
    text-transform: capitalize;
  }
  .Login-launcherKms {
    display: block;
  }
  .Login-profile {
    padding-top: 0;
    height: auto;
    top: 43px;
    right: 0;
    left: inherit;
    z-index: 400;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility  0.5s ;
    transition: visibility  0.5s ;
  }
  .Login-profile.isOpen,
  .Login-profile.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-box-shadow: 0 1px 3px 0 #8f8f8f;
    box-shadow: 0 1px 3px 0 #8f8f8f;
  }
  .Login-header {
    background: #eeeeee;
    border-bottom: 2px solid #fff;
    padding: 0;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }
  .Login-header--small {
    display: none;
  }
  .Login-header--medium {
    padding-top: 0;
  }
  .Login-header--large {
    padding-top: 10px;
  }
  .Login-header--premium {
    padding: 0;
  }
  .Login-header--premium-silver {
    padding: 0;
  }
  .Login-header--comodoro {
    padding-top: 10px;
  }
  .Login-header--comodoro-black {
    padding-top: 10px;
  }
  .Login-header--branco {
    padding-top: 0;
  }
  .Login-header--azul {
    padding-top: 0;
  }
  .Login-header--vermelho {
    padding-top: 10px;
  }
  .Login-header--vermelho-plus {
    padding-top: 10px;
  }
  .Login-header--black {
    padding-top: 10px;
  }
  .Login-card {
    margin: 0 10px 0 30px;
  }
  .Login-title {
    display: block;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    width: auto;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 81px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Login-have {
    color: #797979;
    font-size: 14px;
    margin-left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .Login-have--small {
    margin-left: 16px;
  }
  .Login-have--medium {
    margin-left: 16px;
  }
  .Login-have--large {
    margin-left: 0;
  }
  .Login-name {
    display: none;
  }
  .Login-kms {
    border: none;
    margin-left: 0;
    padding-left: 0;
    height: 48px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .Login-number {
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.14em;
    text-align: left;
    position: relative;
    margin-bottom: -3px;
    display: inline-block;
  }
  .Login-number--small {
    margin-left: 16px;
  }
  .Login-number--medium {
    top: 8px;
  }
  .Login-number--large {
    top: -13px;
  }
  .Login-unit {
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.86em;
    margin-left: 20px;
    text-align: left;
    color: #797979;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .Login-account {
    margin: 0;
    min-height: 48px;
    position: inherit;
    top: auto;
    width: auto;
  }
  .Login-accountLink {
    background: none;
    color: #797979;
    display: block;
    text-align: left;
    padding: 0;
    text-decoration: underline;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 0.86em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    bottom: inherit;
    margin: 0 0 0 28px;
    width: auto;
  }
  .Login-accountLink:hover,
  .Login-accountLink:focus {
    color: #797979;
  }
  .Login-body {
    padding: 5px 5px 12px 5px;
  }
  .Login-body--small {
    background-color: #eeeeee;
    padding-top: 10px;
    width: 224px;
  }
  .Login-headLine {
    background: none;
    color: #797979;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.21em;
    text-align: left;
    padding: 0 10px 4px 10px;
  }
  .Login-unorderedList {
    list-style: none;
  }
  .Login-unorderedItem {
    border-bottom: none;
    line-height: 22px;
    padding: 0 12px 0;
  }
  .Login-unorderedLink {
    color: #797979;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 0.86em;
    text-align: left;
  }
  .Login-unorderedLink:hover,
  .Login-unorderedLink:active,
  .Login-unorderedLink:focus {
    color: #797979;
    text-decoration: underline;
  }
  .Login-unorderedIcon,
  .Login-logoutIcon {
    display: none;
  }
  .Login-box {
    margin-top: 14px;
  }
  .Login-box--separator {
    border-right: 1px solid #eeeeee;
    padding-left: 15px;
    margin-right: 19px;
  }
  .Login-box--large {
    padding-left: 11px;
  }
  .Login-config {
    background-color: #eeeeee;
    margin-top: 0;
  }
  .Login-configTitle {
    background: none;
    color: #797979;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.07em;
    text-align: left;
    padding: 12px 10px 4px;
  }
  .Login-logout {
    margin-top: 35px;
    padding: 0 12px;
  }
  .Login-logout--small {
    margin-top: 15px;
  }
  .Login-logoutLink {
    color: #797979;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: 1px solid #797979;
    text-align: right;
    font-size: 0.86em;
  }
  .Login-logoutLink:hover,
  .Login-logoutLink:active,
  .Login-logoutLink:focus {
    color: #797979;
    text-decoration: underline;
  }
  .Login-logoutLink--small {
    padding-bottom: 0;
  }
  .Login-logoutIcon {
    display: none;
  }
  .Login-headerIcon {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-right: none;
    padding-right: inherit;
  }
  .Login-headerKMS {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: inherit;
  }
  .Login-type {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .Login .isOpen .Login-launcherKms {
    display: none;
  }
}
:-ms-fullscreen,
:root .Login-accountLink {
  margin-top: 20px;
}
:-ms-fullscreen,
:root .Login-unit {
  margin-top: 10px;
}
:-ms-input-placeholder,
:root .Login-unit {
  margin-top: 10px;
}
:-ms-input-placeholder,
:root .Login-accountLink {
  margin-top: 20px;
}
:-ms-input-placeholder,
:root .Login-have {
  margin-top: 10px;
}
.Login {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Login-launcher {
  position: relative;
}
.Login-launcher:focus {
  background: #ed1650;
  border: 2px solid #b8b8b8;
  outline-color: #b8b8b8;
  outline-offset: -2px;
}
.Login-launcher:hover {
  background: #ed1650;
  border: 2px solid #ed1650;
}
.Login-launcherInfo {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1.14em;
}
.Login-hello {
  font-size: 1.14em;
  text-transform: capitalize;
}
.Login-profile {
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  background-color: #fff;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.Login-profile.isOpen {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.Login-profile.isOpen:after {
  content: ' ';
}
.Login-profile:after {
  content: none;
}
.Login .icon-user-positive:before {
  content: '';
}
.Login-logoCategory {
  display: table;
}
.Login-logoCategoryPath {
  display: table-cell;
}
.Login-card {
  height: 32px;
}
.Login-cardIcon {
  width: 32px;
  height: 32px;
  position: relative;
  top: -11px;
}
.Login-header {
  margin-bottom: 20px;
  padding: 0 10px;
  height: 130px;
}
.Login-headerIcon {
  height: auto;
  width: auto;
}
.Login-headerKMS {
  left: 100px;
  top: 53%;
  font-size: 1em;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.Login-miles {
  display: inline-block;
  margin-top: 6px;
  line-height: 100%;
  font-size: 1em;
}
.Login-milesValue {
  font-size: 1.29em;
  line-height: 100%;
}
.Login-headerLink {
  margin: 0 -20px;
  position: relative;
  padding: 10px;
}
.Login-accountLink {
  position: relative;
  text-align: left;
  height: 40px;
  padding: 13px 15px;
  width: 100%;
  margin: 0;
  top: 150px;
}
.Login-body {
  padding: 0 10px;
}
.Login-configTitle {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  color: #fff;
  line-height: 100%;
  background-color: #b30f3b;
  padding: 10px 15px;
}
.LoginForm-swipeUp {
  display: none !important;
}
.Login-unorderedItem {
  list-style: none;
  border: none;
  padding: 15px 0 10px 16px;
}
.Login-unorderedLink {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  color: #666666;
  font-size: 1em;
  line-height: 100%;
  text-decoration: none;
}
.Login-unorderedLink:focus {
  outline-offset: -2px;
}
.Login-logout {
  margin-top: 17px;
  padding-top: 30px;
  text-align: right;
  border-top: 2px solid #b30f3b;
}
.Login-logoutLink {
  color: #333333;
  font-size: 1em;
}
.Login-unorderedIcon.icon-caret-right {
  float: right;
  margin-right: 15px;
  color: #b30f3b;
}
@media only screen and (min-width: 768px) {
  .Login {
    width: auto;
    height: 36px;
  }
  .Login-profile {
    height: auto;
    margin-top: 36px;
    z-index: 1000;
    padding: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .Login-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #bfbfbf;
    padding: 10px 25px 20px 25px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .Login-unorderedItem {
    padding: 6px 0;
  }
  .Login-launcherInfo {
    display: inline-block;
    width: 0;
    font-size: 1em;
  }
  .Login-logout {
    padding: 16px 0 0 0;
    margin-top: 9px;
  }
  .Login-unorderedLink {
    font-size: 1em;
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    padding: 1px;
    border: 2px solid rgba(0, 0, 0, 0);
    text-decoration: none;
  }
  .Login-unorderedLink:hover {
    text-decoration: underline;
  }
  .Login-unorderedLink:focus {
    text-decoration: underline;
  }
  .Login-logoutLink {
    font-size: 1em;
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    border-top: none;
    padding-right: 2px;
  }
  .Login-logoutLink:hover,
  .Login-logoutLink:focus {
    text-decoration: underline;
  }
  .Login-logoutLink:focus {
    outline-offset: -2px;
  }
  .Login-launcher {
    padding: 0;
    top: 0;
    height: 36px;
    background-color: #b30f3b;
    border: 2px solid #b30f3b;
    border-radius: 1px;
    font-size: 1em;
  }
  .Login-launcher.isVisible {
    display: inline-block;
  }
  .Login-launcher:after {
    content: "\e649";
    color: white;
    font-family: "iconos-latam";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 100%;
  }
  .Login-launcherName {
    max-width: 149px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-height: 15px;
    text-align: left;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .Login-launcherInfo {
    width: 97px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 32px 0 15px;
    color: #fff;
  }
  .Login-launcherIcon {
    margin-left: 10px;
    margin-right: 0;
  }
  .Login-cardIcon {
    margin-top: -10px;
  }
  .Login-launcherIcon img {
    margin-top: 12px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .Login-profile {
    margin-top: 36px;
    width: 100%;
  }
  .Login-body {
    position: relative;
    left: 0;
    width: 100%;
  }
  .Login-launcher {
    margin-top: 0px;
  }
  .Login-launcherName {
    width: auto;
    max-height: 17px;
  }
  .Login-launcherInfo {
    position: absolute;
    top: 50%;
    width: auto;
    margin: 0 32px 0 10px;
  }
  .Login-launcherIcon {
    margin-top: 4px;
  }
}
.Header-complementaryItem .Login {
  font-size: 14px;
}
.HeaderJulia {
  min-height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.HeaderJulia-ribbon {
  border: 0;
}
.HeaderJulia-ribbon:focus {
  border-radius: 1px;
  border: 2px solid #b8b8b8;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.HeaderJulia-avatar {
  display: inline-block;
}
.HeaderJulia-avatarImg {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 4px;
  margin-top: -3px;
}
.HeaderJulia-label {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  color: #b8b8b8;
}
@media (min-width: 768px) {
  .HeaderJulia-ribbon {
    height: 36px;
    line-height: 36px;
  }
  .HeaderJulia-label {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .HeaderJulia-avatarImg {
    vertical-align: middle;
  }
}
.MainNav {
  height: auto;
  list-style: none;
}
.MainNav-svg {
  fill: currentColor;
}
.MainNav-textBold {
  color: #303030;
}
.MainNav-icon {
  margin-right: 10px;
  margin-top: 8px;
}
.MainNav-icon:before {
  color: #1b0088;
}
.MainNav-iconImg {
  float: left;
  height: 24px;
  margin-right: 15px;
  margin-top: 5px;
  width: 24px;
}
.MainNav-menu {
  height: 100%;
  list-style: none;
  margin-bottom: 0;
  overflow: initial;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.MainNav-menuItem {
  border-bottom: solid 1px #cccccc;
  color: #fff;
  display: block;
  float: none;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  height: 100%;
  line-height: 120%;
  margin-left: 10px;
  padding: 0 5px;
  position: static;
}
.MainNav-menuItem--lanpass {
  border-bottom: 0;
  margin-bottom: 15px;
  margin-top: 5px;
}
.MainNav-menuItem--separator {
  border-top: solid 2px #999999;
}
.MainNav-menuItem--first {
  border-top: 0;
}
.MainNav-menuLink {
  color: #666666;
  display: table-cell;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  height: 44px;
  line-height: 100%;
  min-height: auto;
  padding: 4px 0;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
.MainNav-menuLink:hover,
.MainNav-menuLink:active,
.MainNav-menuLink-hover {
  outline: none;
}
.MainNav-menuLink:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.MainNav-menuLink--first {
  font-size: 1.14em;
  color: #303030;
  display: table-cell;
  vertical-align: bottom;
}
.MainNav-menuLink:hover,
.MainNav-menuLink:focus {
  text-decoration: underline;
}
.MainNav-textBold {
  font-size: 1.14em;
  color: #303030;
  display: initial;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  font-weight: normal;
  line-height: 100%;
}
.MainNav-textDefault {
  font-size: 1.14em;
  color: #303030;
  font-family: "Latam-Sans-Regular", arial, sans-serif;
  line-height: 120%;
}
.MainNav-subMenu {
  display: none;
  left: 0;
  position: absolute;
  top: 71px;
  width: 99.9%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .MainNav {
    height: 62px;
  }
  .MainNav-menu {
    overflow: initial;
    padding-left: 24px;
  }
  .MainNav-menuLink {
    border: 2px solid transparent;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    height: 100%;
    min-height: 62px;
    padding: 10px 5px;
  }
  .MainNav-menuLink--first {
    font-size: 1em;
    color: #fff;
    line-height: 120%;
  }
  .MainNav-menuItem {
    border: 0;
    float: left;
    margin-left: 0;
    padding: 0;
  }
  .MainNav-menuItem--lanpass {
    margin-bottom: 0;
    margin-top: 0;
  }
  .MainNav-menuLink:hover,
  .MainNav-menuLink:focus {
    color: #fff;
  }
  .MainNav-menuLink:focus {
    outline-offset: -2px;
  }
  .MainNav-textBold {
    font-size: 0.929em;
    color: #fff;
    display: block;
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    line-height: 120%;
  }
  .MainNav-textDefault {
    color: #fff;
    font-size: 1.071em;
  }
  .MainNav-downCaret {
    color: #f53859;
    float: none;
    font-size: 11px;
  }
  .MainNav-downCaret::before {
    color: #f53859;
  }
}
@media only screen and (min-width: 960px) {
  .MainNav {
    height: 80px;
  }
  .MainNav-menu {
    padding-left: 0;
  }
  .MainNav-menuLink {
    border: 2px solid transparent;
    color: #fff;
    min-height: 80px;
    padding: 24px 20px;
  }
  .MainNav-menuLink--table {
    padding-left: 11px;
    padding-right: 0;
  }
  .MainNav-menuItem {
    margin-left: 0;
  }
  .MainNav-textBold {
    font-size: 1em;
  }
  .MainNav-textDefault {
    font-size: 1.14em;
  }
}
.MainNav .MainNav-menuItem.isProcessMenuItem {
  border-top: 0;
  padding-top: 0;
}
.MainNav .MainNav-menuItem.visible-xs .MainNav-menuLink {
  font-size: 1.14em;
  color: #666666;
}
.MainNav .MainNav-menuLink .MainNav-downCaret {
  display: none;
}
@media only screen and (min-width: 768px) {
  .MainNav .MainNav-menuLink .MainNav-downCaret {
    display: inline-block;
    margin-left: 5px;
  }
}
.MainNav .MainNav-menuItem .MainNav-menuLink:focus {
  outline-color: #b8b8b8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .MainNav .MainNav-menuItem.MainNav-menuItem--lanpass .MainNav-menuLink {
    padding-right: 0;
  }
  .MainNav .MainNav-menuItem:hover .SubMenu,
  .MainNav .MainNav-menuItem .visible,
  .MainNav .MainNav-menuItem:hover .MainNav-menuLink .SubMenu-arrow {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: visible;
  }
  .MainNav .MainNav-menuItem:hover .MainNav-downCaret:before {
    content: "\e60a";
  }
  .MainNav .MainNav-menuItem .active .MainNav-downCaret:before {
    content: "\e60a";
  }
  .MainNav .isActive.MainNav-menuItem {
    border-bottom: 10px solid #b30f3b;
  }
}
.SubMenu {
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  padding: 0 20px 20px 20px;
  position: absolute;
  top: 70px;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.SubMenu-link {
  text-decoration: none;
}
.SubMenu-link:hover,
.SubMenu-link:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .SubMenu {
    background: #f3f3f2;
    padding: 0;
    top: 62px;
  }
  .SubMenu-dropdown {
    margin-top: 27px;
  }
  .SubMenu-arrow {
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -2px;
    display: block;
    font-size: 0px;
    height: 16px;
    left: 0;
    line-height: 0px;
    margin: auto;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 25px;
    z-index: 2;
  }
  .SubMenu-table {
    float: right;
    display: table;
    min-height: 278px;
    height: 100%;
    width: 75%;
  }
  .SubMenu-row {
    display: table-row;
  }
  .SubMenu-cell {
    background: #f3f3f2;
    display: table-cell;
    height: 100%;
  }
  .SubMenu-cell--horizontal {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
    text-align: right;
    width: 100%;
  }
  .SubMenu-callToAction {
    font-size: 1.14em;
    text-decoration: underline;
  }
  .SubMenu-button {
    border-radius: 3px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 157.390625px;
  }
  .SubMenu-content {
    background: #f3f3f2;
    border-radius: 1px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
    box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
    height: auto;
    min-height: 278px;
    position: relative;
  }
  .SubMenu-aside {
    position: absolute;
    color: white;
    height: 100%;
    padding: 20px 10px;
  }
  .SubMenu-aside--firstVersion {
    background-position: center;
    background: url("http://dummyimage.com/240x285/ccc/fff.png");
    height: auto;
    min-height: 278px;
    text-align: right;
  }
  .SubMenu-aside--secondVersion {
    background: #e1e1e1;
    min-height: 274px;
    overflow: hidden;
  }
  .SubMenu-aside--left {
    text-align: left;
  }
  .SubMenu-aside--list {
    padding: 57px 20px 28px 20px;
  }
  .SubMenu-aside--info {
    padding: 36px 20px 28px 20px;
  }
  .SubMenu-linkList {
    height: 48px;
    margin-bottom: 14px;
    text-align: left;
    width: 100%;
  }
  .SubMenu-linkList:last-child {
    margin-bottom: 0;
  }
  .SubMenu-link {
    display: table;
    border: 2px solid transparent;
    margin-left: -2px;
  }
  .SubMenu-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .SubMenu-link:hover,
  .SubMenu-link:focus {
    color: #150067;
  }
  .SubMenu-icon {
    display: table-cell;
    float: left;
    height: 48px;
    margin-right: 10px;
    width: 48px;
  }
  .SubMenu-linkText {
    font-size: 1em;
    color: #150067;
    display: table-cell;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    height: 48px;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
  }
  .SubMenu-linkText:hover {
    text-decoration: underline;
  }
  .SubMenu-btn {
    bottom: 10px;
    position: absolute;
    right: 15px;
  }
  .SubMenu-thumbnail {
    border-radius: 50%;
    height: 115px;
    margin-bottom: 11px;
    -webkit-transition: none;
    transition: none;
    width: 115px;
  }
  .SubMenu-title {
    font-size: 1.43em;
    border-bottom: 1px solid #666666;
    font-family: "Latam-Sans-Regular", arial, sans-serif;
    line-height: 120%;
    margin-bottom: 0;
  }
  .SubMenu-title--firstColumn {
    border-bottom: none;
    color: #fff;
  }
  .SubMenu-title--firstColumn-strong {
    border-bottom: none;
    color: #fff;
    font-family: 'Latam-Sans-Bold', arial, sans-serif;
    line-height: 100%;
  }
  .SubMenu-title--noBorder {
    border: none;
  }
  .SubMenu-info {
    margin-bottom: 16px;
    text-align: left;
  }
  .SubMenu-iconText {
    display: table-cell;
  }
  .SubMenu-iconText:before {
    color: #ed1650;
    margin-right: 10px;
  }
  .SubMenu-text {
    display: table-cell;
    line-height: 1;
  }
  .SubMenu-section {
    padding: 20px 0 10px 0;
  }
  .SubMenu-section--gray {
    color: #666666;
  }
}
@media (min-width: 960px) {
  .SubMenu {
    margin-top: 10px;
    top: 70px;
  }
  .SubMenu-dropdown {
    margin-top: 27px;
  }
  .SubMenu-button {
    font-size: 0.86em;
  }
  .SubMenu-aside {
    padding: 15px;
  }
  .SubMenu-aside--secondVersion {
    padding: 22px 22px 22px 6px;
    min-height: 278px;
  }
  .SubMenu-title {
    font-size: 1.71em;
    color: #303030;
    line-height: 100%;
    text-align: left;
  }
  .SubMenu-title--firstColumn {
    text-align: right;
    width: 100%;
  }
  .SubMenu-title--firstColumn-strong {
    text-align: right;
  }
  .SubMenu-title--noBorder {
    text-align: right;
  }
  .SubMenu-section {
    padding: 28px 20px 20px 20px;
  }
  .SubMenu-section:first-child {
    padding-right: 10px;
  }
  .SubMenu-section:last-child {
    padding-left: 10px;
  }
  .SubMenu-linkText {
    font-size: 1.14em;
  }
}
.SubMenu .SubMenu-btn .Btn {
  margin-bottom: 0;
}
.SubMenu .SubMenu-cell--horizontal a {
  border: 2px solid transparent;
  margin-bottom: 0;
}
.SubMenu .SubMenu-cell--horizontal a:hover span {
  text-decoration: none;
}
.SubMenu .SubMenu-cell--horizontal a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.SubMenu .SubMenu-cell--horizontal a:focus span {
  color: #2d34ce;
}
@media (min-width: 768px) {
  .SubMenu .SubMenu-cell--horizontal .icon-caret-right {
    float: none;
  }
  .SubMenu .SubMenu-aside .SubMenu-aside--info a {
    font-size: 1em;
    display: block;
    line-height: 29px;
  }
  .SubMenu .SubMenu-Menu li {
    margin-top: 7px;
  }
  .SubMenu .SubMenu-Menu li:first-child {
    margin-top: 0;
  }
  .SubMenu .SubMenu-Menu a {
    color: #303030;
    font-size: 14px;
    line-height: 120%;
  }
  .SubMenu .SubMenu-text strong {
    font-size: 1em;
  }
  .SubMenu .SubMenu-text span {
    font-size: 0.86em;
  }
  .SubMenu .SubMenu-section h3 {
    font-size: 1.43em;
    line-height: 100%;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .SubMenu .SubMenu-section .gray {
    color: #666666;
    border-bottom: 1px solid #666666;
  }
  .SubMenu .SubMenu-section .SubMenu-section--gray a {
    color: #666666;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .SubMenu .SubMenu-Menu li {
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .SubMenu .SubMenu-Menu a {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .SubMenu .SubMenu-section h3 {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .SubMenu .SubMenu-section .SubMenu-section--gray a {
    color: #606060;
  }
}

/*# sourceMappingURL=maps/header-latam.css.map */

/* Set padding 0 */
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* Set margin 0 */
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
/* Convert to ems */
/* ex: .get-em(max-width, 653px); */
/* Columns Grid Generato */
.bg-gray {
  background: #9b9b9b;
}
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .container-xs-height {
    width: 100%;
  }
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.col-center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* fix firefox responsive images */
.img-responsive {
  width: 100%;
}
.container-fluid--noPadding {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid--margin {
  margin-bottom: 40px;
}
@media (max-width: 960px) and (min-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
  .visible-tablet {
    display: block!important;
  }
}
@media (min-width: 960px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: block !important;
  }
}
.footer-headLineH3 {
  font-size: 16px;
  color: #033d7d;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-headLineH4 {
  font-size: 11px;
  color: #fff;
  margin-top: 0;
}
.footer-unorderedList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-unorderedList--social {
  margin: 20px 0;
}
.footer-unorderedList--extra {
  display: table;
}
.footer-unorderedList--legal {
  display: inherit;
}
.footer-unorderedList--logos {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-processAwardsT {
  margin-left: 15px;
}
li.footer-unorderedItem--social {
  padding-right: 4px;
  padding-left: 4px;
}
li.footer-unorderedItem--social:first-child {
  padding-right: 2px;
}
li.footer-unorderedItem--social:last-child {
  padding-right: 2px;
}
.footer-unorderedItem--links {
  margin-bottom: 10px;
}
.footer-unorderedItem--links:last-child {
  margin-bottom: 0;
}
.footer-unorderedItem--extra {
  width: 1%;
  margin-bottom: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.footer-unorderedItem--legal p {
  color: #999999;
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
}
.footer-unorderedItem--tam {
  margin-bottom: 12px;
}
.footer-unorderedItem--tam:last-child {
  margin-bottom: 0;
}
.footer-unorderedItem--awards {
  display: inline-block;
  padding: 0;
}
.footer-unorderedLink {
  display: block;
}
.footer-unorderedLink:focus {
  outline-offset: -2px;
}
.footer-unorderedLink--links {
  font-size: 12px;
  color: #555555;
}
.footer-unorderedLink--links:hover,
.footer-unorderedLink--links:focus {
  color: #555555;
  text-decoration: underline;
}
.footer-content {
  background: #e1e1e1;
}
.footer-socialLinks {
  text-align: right;
}
.footer-contentLinks {
  margin-bottom: 30px;
}
.footer-contentExtra {
  border-top: 1px solid #a5a5a5;
  padding: 30px 0;
  margin: 0;
}
.footer-paragraph--extra {
  color: #555555;
  font-size: 12px;
  margin-bottom: 0;
}
.footer-paragraph--legal p {
  font-size: 12px;
  color: #555555;
  margin-bottom: 15px;
}
.footer-paragraph--legal p:last-child {
  margin-bottom: 0;
}
.footer-paragraph--copy {
  color: white;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0px;
}
.footer-paragraph--copy:last-child {
  margin-bottom: 0;
}
.footer-contentLegal {
  line-height: 100%;
}
.footer-process {
  background: url("../../../../static/latam/images/design-image/color-bar-footer.png") repeat-x left top #e1e1e1;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-processCertificate {
  font-size: 0;
}
.footer-processCertificateImage {
  margin-right: 0;
}
.footer-processCertificateImage:last-child {
  margin-right: 0;
}
.footer-processCertificateImageT {
  margin-right: 10px;
}
.footer-processCertificateImageT:last-child {
  margin-right: 10px;
}
@media only screen and (max-width: 959px) {
  .footer-socialLinks {
    text-align: center;
  }
  .footer-unorderedList--social {
    margin: 10px 0;
  }
  .footer-icon--medium {
    font-size: 32px;
  }
  .footer-contentLinks {
    text-align: center;
  }
  .footer-unorderedItem--links {
    margin: 0;
    padding-right: 6px;
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
  .footer-unorderedItem--links:first-child {
    border-left: none;
    padding-left: 0;
  }
  .footer-unorderedLink--links {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
  }
  .footer-unorderedLink--links:hover,
  .footer-unorderedLink--links:focus {
    color: #fff;
    text-decoration: none;
  }
  .footer-paragraph--copy {
    font-size: 14px;
  }
  .footer-process {
    padding: 25px 25px 15px 25px;
  }
  .footer-processCopy {
    text-align: center;
  }
}
.footer--process {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer {
  font-family: "Latam-Sans-Regular", arial, sans-serif;
}
.footer-airport {
  display: none;
}
.footer-content {
  background-color: #ededed;
  height: auto;
  padding: 22px 0;
}
.footer-unorderedItem--links {
  position: relative;
  border: none;
}
.footer-unorderedItem--links:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.footer-unorderedItem--links:last-child {
  padding-right: 0;
  padding-left: 10px;
}
.footer-unorderedItem--links:before {
  content: ' ';
  position: absolute;
  border: 1px solid #bfbfbf;
  left: -2px;
  top: 0.1em;
  height: 0.9em;
}
.footer-unorderedItem--links:nth-child(1):before {
  content: none;
}
.footer-process {
  background: #1b0088;
  border-top: 3px solid #ed1650;
  padding: 20px 0;
  color: #bfbfbf;
}
.footer-contentExtra {
  background-color: #ededed;
}
.footer-brand {
  position: relative;
  text-align: center;
  padding: 18px 0 16px 0;
}
.footer-brand img {
  height: 36px;
  margin: 2px;
  width: auto;
}
li.footer-unorderedItem--social {
  padding: 0;
}
li.footer-unorderedItem--social:first-child,
li.footer-unorderedItem--social:last-child {
  padding-right: 0;
}
.footer .footer-headLineH4 {
  font-size: 1.29em;
  line-height: 128.57142857%;
  color: #666666;
  margin-top: 0;
  margin-bottom: 17px;
}
.footer-copyArea {
  min-height: 30px;
  font-size: 1em;
  line-height: 120%;
  color: #bfbfbf;
}
.footer-processCopy {
  min-height: 30px;
}
.footer-copyright {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 120%;
}
.footer-paragraph--extra {
  color: #666666;
  font-size: 1em;
  line-height: 120%;
}
.footer-unorderedList--extra img {
  border: 2px solid transparent;
  text-align: right;
}
.footer-unorderedList--social {
  margin: 0;
}
.footer-paragraph--copy {
  color: #bfbfbf;
}
.footer-unorderedLink--links {
  color: #bfbfbf;
  text-decoration: underline;
  font-size: 1.07em;
  line-height: 120%;
  text-align: center;
}
.footer-contentLinks {
  margin: 0;
  padding: 0;
}
.footer-unorderedLink .footer-icon--medium::before {
  color: transparent;
}
.footer-socialHeader {
  display: none;
}
.footer-socialLinks {
  margin-bottom: 0;
}
.footer .icon-twitter {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -192px;
}
.footer .icon-facebook {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -32px;
}
.footer .icon-youtube {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -224px;
}
.footer .icon-blog {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 0;
}
.footer .icon-google {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -64px;
}
.footer .icon-instagram {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -96px;
}
.footer .icon-linkedin {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -128px;
}
.footer .icon-pinterest {
  background: url("../../../../static/latam/images/design-image/sprites/social-sprite-mobile.svg") no-repeat top left;
  background-position: 0 -160px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer-content {
    padding: 30px 0;
  }
  .footer-socialNetworkLinks {
    padding-right: 0;
  }
  .footer-process {
    padding: 30px 0;
  }
  .footer-contentLinks {
    background-color: #ededed;
    height: auto;
    padding-bottom: 30px;
  }
  .footer-headLineH3 {
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    text-align: left;
    color: #1b0088;
    font-size: 1.43em;
  }
  .footer-unorderedItem--links {
    padding: 0 6px 0 0;
    border: none;
  }
  .footer-unorderedItem--links:before {
    content: none;
  }
  .footer-unorderedItem--links:last-child {
    padding-left: 0;
  }
  li.footer-unorderedItem--social {
    padding: 0 2px 0 2px;
    vertical-align: middle;
  }
  li.footer-unorderedItem--social:first-child {
    padding-right: 3px;
  }
  .footer-awardsLink {
    display: inline-block;
    border: 2px solid transparent;
  }
  .footer-awardsLink:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer-unorderedLink--links {
    color: #666666;
    display: inline-block;
    font-size: 1em;
    border: 2px solid transparent;
    text-align: left;
    text-decoration: none;
  }
  .footer-unorderedLink--links:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer-unorderedLink--links:hover {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer-socialLinks {
    display: inline-block;
    width: auto;
    float: right;
  }
  .footer-socialRow {
    height: auto;
    padding: 30px 0 0 0;
    margin: 0;
    border-top: 1px solid #a5a5a5;
  }
  .footer-socialHeader {
    text-align: left;
    display: block;
  }
  .footer-unorderedLink .footer-icon--medium {
    height: 100%;
    width: 100%;
  }
  .footer-unorderedItem--social .footer-unorderedLink {
    height: 48px;
    width: 48px;
    border: 2px solid transparent;
  }
  .footer-unorderedItem--social .footer-unorderedLink:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer-unorderedList--social {
    margin: 10px 0 0 0;
  }
  .footer--social {
    padding: 0 2px;
  }
  .footer-unorderedItem--links {
    text-align: left;
  }
  .footer-brand {
    padding: 0 20px 0 0;
    text-align: right;
  }
  .footer-brand img {
    height: 36px;
    margin: 0;
  }
  .footer-copyArea {
    color: #bfbfbf;
    text-align: left;
  }
  .footer-processCopy {
    height: 100%;
    margin-top: 4px;
    font-size: 1em;
    max-height: 36px;
    text-align: left;
  }
  .footer-paragraph--copy {
    text-align: left;
    line-height: 120%;
  }
  .footer-paragraph.footer-copyright {
    margin-bottom: 0;
  }
  .footer-paragraph--smToBlock {
    display: block;
  }
  .footer-paragraph--smToInline {
    display: inline;
  }
  .footer-processCopy p:before {
    content: '-';
    margin-right: 5px;
    color: #ed1650;
  }
  .footer-processCopy p:nth-child(1):before {
    content: '';
    margin: 0;
  }
  .footer-processCopy p:nth-child(3):before {
    content: '';
    margin: 0;
  }
  .footer .icon-twitter {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -264px;
  }
  .footer .icon-facebook {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -44px;
  }
  .footer .icon-youtube {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -308px;
  }
  .footer .icon-blog {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 0;
  }
  .footer .icon-google {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -88px;
  }
  .footer .icon-instagram {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -132px;
  }
  .footer .icon-linkedin {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -176px;
  }
  .footer .icon-pinterest {
    background: url("../../../../static/latam/images/design-image/sprites/social-sprite.svg") no-repeat top left;
    background-position: 0 -220px;
  }
}
@media only screen and (min-width: 960px) {
  .footer-process {
    padding: 20px 0;
  }
  .footer-contentExtra {
    padding: 30px 0;
    border-top: 1px solid #a5a5a5;
  }
  .footer-unorderedItem--extra {
    width: 0;
    padding: 0 10px;
  }
  .footer-unorderedItem--extra:last-child {
    padding-right: 0;
  }
  .footer-unorderedItem--extra img {
    border: 2px solid transparent;
    text-align: right;
  }
  .footer-unorderedList--extra {
    table-layout: fixed;
    width: 100%;
  }
  .footer-paymentMethods {
    display: table-cell;
    border: 2px solid transparent;
  }
  .footer-paymentMethods:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer-processCopy {
    margin-top: 6px;
    padding-top: 0.4em;
  }
  .footer-processCopy p:nth-child(3):before {
    content: '-';
    margin-right: 5px;
    color: #ed1650;
  }
  .footer-paragraph--legal p {
    padding: 0;
    font-size: 1em;
    color: #666666;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .footer-awardsAndCerts {
    padding: 0;
  }
  .footer-awardsAndCertsBlock {
    display: inline-block;
    padding-right: 25px;
  }
  .footer-awardsAndCertsBlock:last-child {
    padding-right: 0;
  }
  .footer-unorderedList li {
    margin: 0 2px 6px 2px;
  }
  .footer-unorderedList li:last-child {
    margin-bottom: 0;
  }
  .footer-awardsAndCerts .list-inline li {
    padding: 0;
  }
  .footer-processCertificateImage {
    max-height: 48px;
    height: 48px;
    width: auto;
  }
  .footer-headLineH3 {
    font-size: 1.43em;
    line-height: 120%;
  }
  .footer-paragraph--smToBlock {
    display: inline;
  }
  .footer-paragraph--smToInline {
    display: inline;
  }
  .footer-paragraph--copy {
    vertical-align: middle;
    color: #bfbfbf;
    font-size: 1em;
  }
  .footer-unorderedList--social {
    margin: 13px 0 0 0;
  }
  .footer-unorderedList--awards li {
    margin-bottom: 0;
  }
}
.footer--process {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer--process .footer-process {
  padding-top: 5px;
}
.footer--process .footer-copyArea {
  text-align: center;
  vertical-align: middle;
}
.footer--process .footer-brand img {
  margin: 0;
  width: 158px;
}
@media (min-width: 768px) {
  .footer--process .footer-process {
    height: auto;
    padding: 33px 0;
  }
  .footer--process .footer-copyArea {
    min-height: 36px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .footer--process .footer-process {
    padding: 20px 0;
  }
}

