/*
* Web Fonts.
*/
/*
* Etiquetas:
*/
html,
body {
  background-color: #DCE0E4;
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
  overflow-x: hidden;
}
#master-wp {
  background: url('../img/body_header_top_bg.jpg') top left repeat-x;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #master-wp {
    padding-top: 10px;
  }
}
p {
  margin: 0 0 4px 0;
}
p + ul,
p + ol {
  list-style-position: inside;
  margin-top: -4px;
  padding-left: 0px;
}
img {
  margin: 0;
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #56C8EE;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
hr {
  background: none;
  border: 0;
  border-bottom: 1px dotted #999;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
h2 {
  color: #003284;
  font-size: 22px;
  margin: 4px 0 18px;
}
h3 {
  color: #666;
  font-size: 14px;
  margin: 4px 0 18px;
}
h2 + h3 {
  margin-top: -14px;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 14px;
}
form label {
  color: #003284;
  display: block;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
label.only-not-placeholder {
  display: none;
  margin-bottom: 0px;
}
picture img {
  width: 100%;
}
.lt-ie9 picture img.picture-fallback {
  display: none;
}
.lt-ie9 picture img.ie8-fix {
  display: inline-block;
}
form input[type="text"],
form input[type="password"],
form textarea.form-control {
  background-color: #DCE0E4;
  box-shadow: none;
  border: 0;
  color: #666;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea.form-control:focus {
  box-shadow: none;
}
form textarea.form-control {
  min-height: 110px;
}
form input[type="submit"] {
  width: 100%;
}
.lt-ie10 label.only-not-placeholder,
.is-old-ie label.only-not-placeholder {
  display: inline-block;
}
.fk-table {
  display: table;
}
.fk-column {
  display: table-cell;
}
.inline {
  display: inline-block;
  *display: inline;
  /* IE7 hack */
  *zoom: 1;
  /* IE7 hack */
}
.sprite {
  background-image: url('../img/sprite.png') !important;
  background-repeat: no-repeat transparent !important;
  background-color: transparent !important;
}
.not-found-msg.default {
  margin: 40px;
}
.not-found-msg.default h2 {
  font-size: 64px;
}
.not-found-msg.default p {
  color: #C09632;
}
.upper {
  text-transform: uppercase;
}
.container {
  background-color: white;
}
.container.no-bg {
  background: none;
}
a.web-button,
input[type="submit"] {
  background: url('../img/web_button_bg.png') 0 0 repeat-x transparent;
  border: 0px;
  border-radius: 6px;
  box-shadow: 1px 2px 3px #AAA;
  color: #56C8EE;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  height: 39px;
  line-height: 39px;
  margin-top: 20px;
  outline: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  witdh: 100%;
}
a.web-button:hover,
input[type="submit"]:hover {
  color: white;
}
@media screen and (min-width: 481px) and (max-width: 767px), screen and (min-width: 1200px) {
  a.web-button.can-be-pair.first,
  input[type="submit"].can-be-pair.first {
    float: left !important;
    margin: 20px 2% 0;
    width: 45% !important;
  }
  a.web-button.can-be-pair.first + a.web-button.can-be-pair.second,
  a.web-button.can-be-pair.first + input[type="submit"].can-be-pair.second,
  input[type="submit"].can-be-pair.first + a.web-button.can-be-pair.second,
  input[type="submit"].can-be-pair.first + input[type="submit"].can-be-pair.second {
    float: left !important;
    margin: 20px 2% 0;
    width: 45% !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
a.es-block {
  display: block;
  text-decoration: none;
  outline: none;
}
.simple-notificacion {
  background-color: #EEF;
  border-radius: 6px;
  color: #003284;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin: 6px 0px 22px;
  text-transform: uppercase;
  padding: 12px 16px;
}
.dropdown.common {
  max-width: 230px;
}
.dropdown.common .btn {
  border-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  min-width: 230px;
  padding: 8px 12px;
  position: relative;
  text-align: left;
}
.dropdown.common .btn .caret {
  border: 0;
  background: url('../img/dropdown-custom-caret-bg.png') 0 0 no-repeat transparent;
  height: 9px;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 17px;
}
.dropdown.common .btn.btn-default {
  background-color: #DCE0E4;
  color: #666;
}
.dropdown.common .dropdown-menu {
  background-color: #DCE0E4;
  border-color: #DCE0E4;
  margin-top: 6px;
}
.dropdown.common .dropdown-menu li a {
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 6px 16px;
}
@media screen and (max-width: 768px) {
  .dropdown.common {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .dropdown.common {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .dropdown.common + .dropdown.common {
    margin-left: 10px;
  }
}
/*
* Paginacion simple - Ant - Sig
*/
.simple-pagination-wp .btn {
  border-color: transparent;
  borrder-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  position: relative;
  width: 130px;
}
.simple-pagination-wp .btn:hover {
  background-color: #bfc6ce;
}
.simple-pagination-wp .text-left .btn {
  background: url('../img/arrow_prev.png') 8px 10px no-repeat #dce0e4;
  text-align: right;
}
.simple-pagination-wp .text-right .btn {
  background: url('../img/arrow_next.png') 110px 10px no-repeat #dce0e4;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .simple-pagination-wp .btn {
    width: 176px;
  }
  .simple-pagination-wp .text-right .btn {
    background-position: 156px 10px;
  }
}
a.link-back {
  background: url('../img/arrow_prev.png') 110px 10px no-repeat #dce0e4;
  border-color: transparent !important;
  borrder-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  position: relative;
  text-align: left;
  width: 130px;
}
a.link-back:hover {
  background-color: #bfc6ce;
}
@media screen and (min-width: 480px) {
  .simple-pagination-wp .btn {
    width: 176px;
  }
  .simple-pagination-wp .btn.to-next {
    background-position: 156px 10px;
  }
}
/*
* Panel para thumbnails.
*/
.thumbnails-panel-wp {
  max-width: 370px;
  margin: 20px auto 0;
}
.thumbnails-panel-wp a {
  display: inline-block;
  text-decoration: none !important;
  max-width: 100%;
}
.thumbnails-panel-wp a img {
  border-radius: 6px;
  border: 0px !important;
  vertical-align: top;
}
.thumbnails-panel-wp a.special,
.thumbnails-panel-wp .sub-wp a {
  margin-bottom: 10px;
}
.thumbnails-panel-wp .sub-wp {
  text-align: justify;
}
.thumbnails-panel-wp .sub-wp a {
  width: 48%;
}
.thumbnails-panel-wp span.fix-justify {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumbnails-panel-wp {
    margin-top: 4px;
  }
}
/*
* Off Canvas
*/
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    height: 100%;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .navbar-top-sidebar {
    left: -80%;
  }
  .row-offcanvas-left.active {
    left: 80%;
  }
  .navbar-top-sidebar {
    position: absolute;
    left: -80%;
    top: 42px;
    width: 80%;
    height: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .row-offcanvas-left.active {
    left: 260px !important;
  }
  .navbar-top-sidebar {
    left: -260px !important;
    width: 260px !important;
  }
  .row-offcanvas-left.active .navbar-top-sidebar {
    left: -260px !important;
  }
}
.navbar-top-sidebar .container {
  padding: 0px;
  width: 100%;
}
#close-sidebar {
  margin: 16px 0 0 18px;
}
/*
* Cabecera
*/
.row.lang-selector {
  height: 22px;
  margin: 6px 0;
}
.row.lang-selector a,
.row.lang-selector .vertical-bar {
  color: #999;
  display: inline-block;
  height: 20px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: top;
}
.row.lang-selector a.active,
.row.lang-selector a:hover {
  color: #C09632;
  text-decoration: none;
}
.row.lang-selector .vertical-bar {
  display: inline-block;
  font-size: 12px;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .row.lang-selector {
    margin: 2px 0 10px;
  }
}
.link-social {
  display: inline-block;
  font-size: 14px;
  height: 22px !important;
  margin-left: 4px;
  text-decoration: none;
  vertical-align: top;
  width: 22px !important;
}
.link-social.fb {
  background-position: 0 0;
}
.link-social.fb:hover {
  background-position: 0 -23px;
}
.link-social.tt {
  background-position: -24px 0;
}
.link-social.tt:hover {
  background-position: -24px -23px;
}
.link-social.gp {
  background-position: 0 -67px;
}
.link-social.gp:hover {
  background-position: 0 -90px;
}
.link-social.pr {
  background-position: -24px -67px;
}
.link-social.pr:hover {
  background-position: -24px -90px;
}
.link-social.ig {
  background-position: -48px -67px;
}
.link-social.ig:hover {
  background-position: -48px -90px;
}
.link-social.yt {
  background-position: -72px -67px;
}
.link-social.yt:hover {
  background-position: -72px -90px;
}
@media screen and (min-width: 480px) {
  .link-social {
    margin-left: 6px;
  }
}
#logo-nabvar-super-wp {
  float: none;
  margin: 0 auto !important;
}
#logo-nabvar-super-wp .horizontal-nav-logo.header-logo-wp {
  background: none;
  float: left;
  margin-left: -38px;
}
@media screen and (min-width: 768px) {
  #logo-nabvar-super-wp .horizontal-nav-logo.header-logo-wp {
    margin-left: 8px;
  }
}
@media screen and (min-width: 992px) {
  #logo-nabvar-super-wp .horizontal-nav-logo.header-logo-wp {
    margin-left: -16px;
  }
}
@media screen and (min-width: 1200px) {
  #logo-nabvar-super-wp {
    width: 1200px;
  }
}
.navbar.navbar-top-sidebar {
  background: url('../img/header_bg.jpg') 0 0 repeat-x #08366c;
  border: 0;
  border-radius: 0;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .navbar.navbar-top-sidebar {
    height: auto;
  }
}
#main-navbar #items-separator {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-navbar #items-separator {
    display: block;
  }
}
#main-navbar {
  margin: 69px 0 0 -10px;
}
#main-navbar a {
  background: none;
  color: #003284;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
#main-navbar a:hover,
#main-navbar a.activo {
  background: none;
  color: #56C8EE;
}
#main-navbar li {
  background-color: #DCE0E4;
  border-bottom: 1px dotted #999;
}
#main-navbar li.first-link {
  border-top: 1px dotted #999;
}
@media screen and (min-width: 768px) {
  #main-navbar {
    margin: 0;
  }
  #main-navbar li {
    background: url('../img/main_navbar_links_separator.png') center right no-repeat transparent;
    height: 70px;
  }
  #main-navbar li.last-link {
    background: none;
  }
  #main-navbar li.first-link a {
    padding-left: 0px;
  }
  #main-navbar li.last-link a {
    padding-right: 0px;
  }
  #main-navbar li.events-link {
    background: none;
  }
  #main-navbar li.testimonials-link {
    margin-left: 16px;
  }
  #main-navbar a {
    color: #56C8EE;
    font-size: 14px;
    margin-top: 24px;
    padding: 0 14px;
  }
  #main-navbar a:hover,
  #main-navbar a.activo {
    color: white;
  }
  #main-navbar a.two-lines {
    margin-top: 18px;
    line-height: 16px;
  }
  #main-navbar li,
  #main-navbar li.first-link {
    border: 0;
  }
}
@media screen and (min-width: 992px) {
  #main-navbar {
    margin-left: 0;
  }
  #main-navbar a {
    font-size: 12px;
    padding: 0 8px;
  }
  #main-navbar li.events-link {
    background: url('../img/main_navbar_links_separator.png') center right no-repeat transparent;
  }
  #main-navbar li.testimonials-link {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1160px) {
  #main-navbar a {
    font-size: 13px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  #main-navbar a {
    font-size: 14px;
    padding: 0 17px;
  }
}
.header-logo-wp {
  background: url('../img/header_bg.jpg') 0 0 repeat-x transparent;
  height: 70px;
}
.header-logo-wp > a {
  display: block;
  margin: -12px auto 0 auto;
  text-decoration: none;
}
.header-logo-wp > a div.logo {
  background: url('../img/header_iso_logo_tiny.png') 0 0 no-repeat transparent;
  height: 92px;
  margin: 0 auto;
  width: 301px;
}
@media screen and (min-width: 368px) and (max-width: 767px) {
  .header-logo-wp > a {
    margin: -21px auto 0 auto;
  }
  .header-logo-wp > a div.logo {
    background: url('../img/header_iso_logo.png') 0 0 no-repeat transparent;
    height: 101px;
    width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .header-logo-wp > a {
    margin: -21px auto 0 auto;
  }
  .header-logo-wp > a div.logo {
    background: url('../img/header_iso_logo.png') 0 0 no-repeat transparent;
    height: 101px;
    width: 350px;
  }
}
#toggle-sidebar-menu {
  float: none;
  margin: 10px 0 0 0;
  padding-right: 0px;
  vertical-align: top;
}
#toggle-sidebar-menu .icon-bars {
  float: left;
  width: 25px;
}
#toggle-sidebar-menu .icon-bar {
  background-color: #999;
  border-radius: 1px;
  height: 3px;
}
#toggle-sidebar-menu .label-menu {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  margin-left: 3px;
}
/*
* Pie de pagina
*/
#page-footer {
  color: #999;
  font-size: 13px;
  margin-top: -20px;
  text-align: center;
}
#page-footer .copy-right {
  color: #003284;
}
#page-footer .terms_conditions {
  color: #999;
}
#page-footer .terms_conditions:hover {
  color: #003284;
  text-decoration: none;
}
/*
* Contenido.
*/
#page-content .container {
  margin-bottom: 20px;
  padding: 20px;
}
#page-content .container.no-padding {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #page-content .container {
    border-radius: 8px;
  }
}
#page-content .container.logo-xs {
  margin-bottom: 0px;
  padding: 8px 0 0px;
}
/*
* Imagenes por seccion al tope del sitio.
*/
/*
* Solo esto es el carrousel, los texto son fijos (ni se repite) pero
* se posicionan de forma relativa a las imagenes.
*/
.carrousel-head-img-with-details {
  max-height: 308px;
  overflow: hidden;
}
.carrousel-head-img-with-details img.main-img {
  display: block;
  width: 100%;
  float: left;
}
.head-img-with-details-wp > a {
  border: 0;
  display: block;
  text-decoration: none;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .carrousel-head-img-with-details {
    max-height: 404px;
  }
}
@media screen and (min-width: 1200px) {
  .carrousel-head-img-with-details {
    max-height: 510px;
  }
}
#header-img-pagination {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#header-img-pagination a {
  background-image: url('../img/sprite.png') !important;
  background-repeat: no-repeat transparent !important;
  background-color: transparent !important;
  display: inline-block;
  *display: inline;
  /* IE7 hack */
  *zoom: 1;
  /* IE7 hack */
  background-position: -6px -50px;
  height: 10px;
  margin-left: 10px;
  opacity: 0.7;
  outline: none;
  text-decoration: none;
  width: 10px;
}
#header-img-pagination a span {
  display: none;
}
#header-img-pagination a.selected,
#header-img-pagination a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #header-img-pagination {
    display: block;
  }
}
#header-img-with-details-wp {
  position: relative;
}
#header-img-with-details-wp div.info-text-wp {
  background: url('../img/bg_semi.png') 0 0 repeat transparent;
  margin-top: -28px;
  padding: 2px 8px;
  position: relative;
  z-index: 10;
}
#header-img-with-details-wp div.info-text-wp .title {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 22px;
  text-transform: uppercase;
}
#header-img-with-details-wp div.info-text-wp .info {
  color: #666;
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  #header-img-with-details-wp div.info-text-wp {
    margin-top: -36px;
    padding: 8px 22px;
  }
  #header-img-with-details-wp div.info-text-wp .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #header-img-with-details-wp div.info-text-wp {
    border-radius: 0px;
    height: 100%;
    left: 0px;
    margin-top: 0;
    padding: 26px;
    position: absolute;
    top: 0px;
    width: 310px;
  }
  #header-img-with-details-wp div.info-text-wp .title {
    border-bottom: 1px dotted #999;
    font-size: 22px;
    height: auto;
    padding-bottom: 10px;
  }
  #header-img-with-details-wp div.info-text-wp .info {
    margin-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  #header-img-with-details-wp div.info-text-wp .title {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1100px) {
  #header-img-with-details-wp div.info-text-wp {
    width: 234px;
  }
}
@media screen and (min-width: 1200px) {
  #header-img-with-details-wp div.info-text-wp .title {
    padding-bottom: 24px;
  }
}
/*
* Selector de categorias para la seciion home.
*/
#packages-categories-selector {
  height: 130px;
  margin: 20px auto 0;
  position: relative;
  width: 282px;
}
#packages-categories-selector .btn {
  display: block;
  height: 30px;
  position: absolute;
  top: 36px;
  width: 30px;
}
#packages-categories-selector .btn:active {
  box-shadow: none;
}
#packages-categories-selector .btn.left {
  background-position: -51px -1px;
  left: 0px;
}
#packages-categories-selector .btn.left:hover {
  background-position: -51px -35px;
}
#packages-categories-selector .btn.right {
  right: 0px;
  background-position: -84px -1px;
}
#packages-categories-selector .btn.right:hover {
  background-position: -84px -35px;
}
#thumbs-wp {
  height: 108px;
  margin-left: 36px;
  width: 208px;
  overflow: hidden;
}
#thumbs-wp .item {
  display: block !important;
  border: 0;
  height: 108px;
  margin-right: 4px;
  float: left;
  text-decoration: none;
  position: relative;
  width: 208px;
}
#thumbs-wp .item img {
  border: 0;
  border-radius: 6px;
}
#thumbs-wp .item img.color {
  display: none;
}
#thumbs-wp .item img.grayscale {
  display: block;
}
#thumbs-wp .item.active img.color,
#thumbs-wp .item:hover img.color {
  display: block;
}
#thumbs-wp .item.active img.grayscale,
#thumbs-wp .item:hover img.grayscale {
  display: none;
}
#thumbs-wp .item div.label {
  background: url('../img/bg_semi.png') 0 0 repeat transparent;
  bottom: 0px;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  height: 30px;
  text-transform: uppercase;
  left: 0px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 480px) {
  #packages-categories-selector {
    width: 322px;
  }
  #packages-categories-selector .btn {
    top: 50px;
  }
  #thumbs-wp,
  #thumbs-wp .item {
    height: 130px;
    width: 250px;
  }
  #thumbs-wp div.label {
    bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  #packages-categories-selector {
    width: 596px;
    margin: 20px auto 0;
  }
  #packages-categories-selector .btn {
    top: 50px;
  }
  #thumbs-wp {
    margin-left: 40px;
    width: 548px;
  }
  #thumbs-wp .item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  #packages-categories-selector {
    width: 900px;
  }
  #thumbs-wp {
    margin-left: 52px;
    width: 820px;
  }
  #thumbs-wp .item {
    margin-right: 20px;
  }
  #thumbs-wp .item div.label {
    bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #packages-categories-selector {
    width: 1160px;
  }
  #thumbs-wp {
    margin-left: 44px;
    width: 1098px;
  }
}
.packages-accordion {
  margin: 0 auto;
  position: relative;
}
.packages-accordion .panel-heading {
  background: url('../img/packages_accordion_heading_bg.png') 0 0 repeat-x #08366a;
  min-height: 37px;
}
.packages-accordion .panel-body {
  background-color: white;
}
.packages-accordion h4.panel-title {
  margin: 0;
  padding: 7px 16px 6px 16px;
}
.packages-accordion h4.panel-title a {
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  outline: none;
}
.packages-accordion h4.panel-title a:hover {
  text-decoration: none;
}
.packages-accordion h4.panel-title a .text-title {
  width: 100%;
}
.packages-accordion p.subtitle {
  color: #003284;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.packages-accordion .more-info {
  color: #56C8EE;
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
}
.packages-accordion .more-info:hover {
  color: white;
}
.packages-accordion .panel-body {
  padding: 20px;
}
.packages-accordion .web-button {
  margin-left: auto;
  margin-right: auto;
  max-width: 408px;
}
.packages-accordion img.common-img {
  border-radius: 6px;
}
.packages-accordion.one-column-common .panel-collapse {
  background-color: white;
}
.packages-accordion.one-column-common .panel-collapse.collapse,
.packages-accordion.one-column-common .panel-collapse.collapsing {
  display: block !important;
  min-height: 254px !important;
  overflow: hidden;
}
.packages-accordion.one-column-common .panel-collapse.collapse .panel-body {
  display: block !important;
  height: 236px !important;
  overflow: hidden;
}
.packages-accordion.one-column-common .panel-collapse.in,
.packages-accordion.one-column-common .panel-collapse.in .panel-body {
  height: auto !important;
}
.packages-accordion.one-column-common .panel-body .common-img {
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
}
.packages-accordion.one-column-common .panel-body .web-button {
  width: 232px;
}
.packages-accordion.one-column-common .gradient {
  background: url('../img/packages_accordion_gradient.png') top left repeat-x transparent;
  bottom: 14px;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.packages-accordion.one-column-common .panel-collapse.in .gradient {
  display: none;
}
@media screen and (max-width: 768px) {
  img.common-img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .packages-accordion .panel-heading.first {
    border-radius: 6px 6px 0 0;
  }
  .packages-accordion .panel-heading.last {
    border-radius: 0 0 6px 6px;
  }
}
/*
* Lista simple de elementos.
*/
.simple-list-wp {
  margin-top: 28px;
}
.simple-list-wp .item {
  margin: 0 auto 16px;
}
.simple-list-wp .item.no-text {
  margin-bottom: 10px;
}
.simple-list-wp .item-img {
  border-radius: 6px;
}
.simple-list-wp .item > a {
  display: inline-block;
  margin-bottom: 6px;
  max-width: 100%;
}
.simple-list-wp .item > a .item-img:hover {
  opacity: 0.9;
}
.simple-list-wp .item > a img {
  margin-bottom: 0;
}
.simple-list-wp .item .fk-table {
  padding: 0 8px;
}
.simple-list-wp .item-img {
  margin-bottom: 6px;
}
.simple-list-wp .item.no-text .item-img {
  margin-bottom: 0;
}
.simple-list-wp .item-title {
  color: #003284;
  width: 100%;
}
.simple-list-wp a.item-more-info,
.simple-list-wp span.date {
  color: #666;
  min-width: 48px;
  text-align: right;
}
.simple-list-wp a.item-more-info.item-more-info:hover,
.simple-list-wp span.date.item-more-info:hover {
  text-decoration: none;
  color: #999;
}
.simple-list-wp .item-title,
.simple-list-wp a.item-more-info,
.simple-list-wp span.date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .simple-list-wp .item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .simple-list-wp .item .item-title,
  .simple-list-wp .item a.item-more-info {
    font-size: 12px;
  }
}
@media screen and (min-width: 481px) {
  .simple-list-wp .item.set_clear_1 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_2 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_3 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_4 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_2 {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  .simple-list-wp .item.set_clear_1 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_2 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_3 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_4 {
    clear: none;
  }
  .simple-list-wp .item.set_clear_3 {
    clear: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .heading-with-back-link .col-sm-8 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .heading-with-back-link .col-sm-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 480px) {
  .heading-with-back-link h2 {
    margin-top: 0;
  }
  .link-back {
    float: right;
  }
}
/*
* Secciones:
* LifeStyle Experiences
*/
/*
* Testimonials
*/
.testimonial-item-photo {
  border-radius: 6px;
  margin-bottom: 12px;
}
.testimonial-item-title {
  color: #003284;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.testimonial-item-date {
  color: #56C8EE;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  float: right;
}
body.testimonials hr {
  margin: 10px 0 20px;
}
/*
* Events
*/
body.events span.event-title {
  color: #003284;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  margin-top: 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body.events span.event-title {
    margin-top: 4px;
  }
}
/*
* Gallery
*/
body.gallery .item iframe {
  border: 0 !important;
  margin: 0;
  max-width: 378px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.gallery .gallery-filters-wp {
    text-align: right;
  }
  body.gallery .gallery-filters-wp .dropdown {
    float: none;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  body.gallery .item iframe {
    height: 188px;
  }
}
/*
* Contact us
*/
body.about_us p.subtitle,
body.contact p.subtitle {
  color: #003284;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
body.about_us ul.contact-us-list,
body.contact ul.contact-us-list {
  margin-top: 16px;
}
body.about_us ul.contact-us-list li span,
body.contact ul.contact-us-list li span {
  font-weight: bold;
}
body.about_us a.about-us-link-social,
body.contact a.about-us-link-social {
  display: block;
  margin-bottom: 8px;
}
body.about_us .sprite,
body.contact .sprite,
body.about_us .account-name,
body.contact .account-name {
  vertical-align: middle;
}
body.about_us .account-name,
body.contact .account-name {
  display: inline-block;
  margin-left: 8px;
}
body.about_us a.about-us-link-social:hover .link-social.fb,
body.contact a.about-us-link-social:hover .link-social.fb {
  background-position: 0 -23px;
}
body.about_us a.about-us-link-social:hover .link-social.tt,
body.contact a.about-us-link-social:hover .link-social.tt {
  background-position: -24px -23px;
}
body.about_us a.about-us-link-social:hover .link-social.gp,
body.contact a.about-us-link-social:hover .link-social.gp {
  background-position: 0 -90px;
}
body.about_us a.about-us-link-social:hover .link-social.pr,
body.contact a.about-us-link-social:hover .link-social.pr {
  background-position: -24px -90px;
}
body.about_us a.about-us-link-social:hover .link-social.ig,
body.contact a.about-us-link-social:hover .link-social.ig {
  background-position: -48px -90px;
}
body.about_us a.about-us-link-social:hover .link-social.yt,
body.contact a.about-us-link-social:hover .link-social.yt {
  background-position: -72px -90px;
}
.about-us-email-us-btn {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-us-email-us-btn {
    margin: 0 auto;
    max-width: 480px;
  }
}
/*
* Contact
*/
body.contact form {
  margin-bottom: 20px;
}
body.contact .dropdown.common {
  max-width: 100%;
  margin-bottom: 10px;
  float: none;
}
body.contact .dropdown.common .btn {
  width: 100%;
}
