@charset "UTF-8";
/*------------------------------------------------------------------
[Commons]
*/
.altura-parallax {
  padding: 100px 0px; }

.padre-centra-hijo, .header .secondarie-nav .secondarie-nav__list li.wr-menulang, .header .secondarie-nav .secondarie-nav__list li.wr-menulang ul, .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-in, .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-out {
  display: flex;
  align-items: center;
  justify-content: center; }

/*------------------------------------------------------------------
[Header]
*/
.header {
  /* logo block ---------------------- */
  /* main nav --------------------------*/
  /* secondarie nav ------------------- */
  /* btn menu responsive -------------- */
  /* header scrolled -------------------*/ }
  @media screen and (max-width: 1199px) {
    .header {
      padding-left: 0px;
      padding-right: 0px; } }
  .header .container, .header .container-fluid {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 576px) {
      .header .container, .header .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .header .inner-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    max-width: unset;
    min-width: unset; }
    .header .inner-header .inner-brand {
      height: auto;
      display: block; }
      .header .inner-header .inner-brand.expand, .header .inner-header .inner-brand.expand img {
        height: 100%;
        width: auto; }
  .header .menu-principal__block {
    /* menu responsive ----------------- */ }
    .header .menu-principal__block .menu-principal__row .menu-principal {
      /* all links ------------------------ */
      /* first element --------------------- */
      /* default menu -----------------------*/
      /* mega menu mode --------------------- */ }
      .header .menu-principal__block .menu-principal__row .menu-principal a {
        cursor: pointer;
        pointer-events: auto;
        white-space: normal;
        line-height: 125%; }
      .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.item-first-level .btn-expand-menu {
        display: none; }
      .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.item-first-level > a {
        display: flex;
        flex-flow: row wrap;
        align-items: center; }
        .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.item-first-level > a:before, .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.item-first-level > a:after {
          display: none; }
      .header .menu-principal__block .menu-principal__row .menu-principal .sub-menu.default-menu > .menu-item:hover .sub-menu.third-level {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.mode-mega-menu {
        /* mode megamenu 100vh */ }
        .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.mode-mega-menu .second-level__wrapper.mega-menu .sub-menu.third-level {
          top: 0px;
          padding-top: 5px; }
        @media screen and (min-width: 992px) {
          .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.mode-mega-menu.mega-menu-100vh .second-level__wrapper.mega-menu {
            position: fixed;
            width: 100vw;
            height: calc(100vh - 81px );
            top: 81px;
            left: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: inset 0px 15px 25px rgba(150, 150, 150, 0.15); }
            .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.mode-mega-menu.mega-menu-100vh .second-level__wrapper.mega-menu .sub-menu.mega-menu-row {
              top: unset;
              bottom: unset;
              width: 600px;
              display: flex;
              flex-flow: row wrap;
              align-items: self-start; }
              .header .menu-principal__block .menu-principal__row .menu-principal > .menu-item.mode-mega-menu.mega-menu-100vh .second-level__wrapper.mega-menu .sub-menu.mega-menu-row .menu-item.item-second-level {
                width: 50%; } }
    @media screen and (max-width: 991px) {
      .header .menu-principal__block {
        max-height: 0px;
        height: calc(100vh - 81px);
        top: 81px;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out; }
        .header .menu-principal__block .menu-principal__row {
          width: 100%;
          height: 100%;
          padding: 0px 30px;
          overflow-y: auto; }
          .header .menu-principal__block .menu-principal__row .menu-principal__wrapper {
            height: 100%;
            width: 100%;
            overflow-y: auto;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: center; }
            .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal {
              width: 400px;
              max-width: 100%;
              height: auto; }
              .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level {
                width: 100%;
                border-bottom: 1px solid rgba(150, 150, 150, 0.2);
                padding: 5px 0px;
                display: flex;
                flex-flow: flow;
                flex-wrap: wrap; }
                .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level:last-child {
                  border-bottom: none; }
                .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level .second-level {
                  max-height: 0px;
                  opacity: 0;
                  overflow: hidden;
                  transition: all 0.3s ease-in-out;
                  -webkit-transition: all 0.3s ease-in-out;
                  -moz-transition: all 0.3s ease-in-out; }
                .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level a {
                  display: inline-block;
                  line-height: 20px;
                  padding: 0px; }
                .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children {
                  position: relative;
                  padding-right: 20px; }
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .second-level__wrapper {
                    padding-left: 0px !important; }
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .sub-menu {
                    padding-left: 20px !important; }
                    .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .sub-menu.third-level {
                      padding-bottom: 5px; }
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .btn-expand-menu {
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 5px;
                    right: 0px;
                    cursor: pointer;
                    display: flex;
                    flex-flow: row wrap;
                    align-items: center;
                    justify-content: center; }
                    .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .btn-expand-menu:before {
                      content: "\f107";
                      font-family: 'Font Awesome 5 Free';
                      font-weight: 900; }
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .second-level__wrapper.mega-menu,
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .second-level {
                    opacity: 1;
                    visibility: visible;
                    height: auto;
                    width: 100%;
                    top: unset;
                    left: unset;
                    position: relative;
                    -webkit-transform: translateY(0px);
                    -ms-transform: translateY(0px);
                    transform: translateY(0px);
                    display: flex;
                    flex-flow: column;
                    flex-wrap: wrap; }
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .second-level .item-second-level {
                    width: 100%; }
                  .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.menu-item-has-children .second-level .third-level {
                    display: block;
                    opacity: 1;
                    visibility: visible;
                    padding-left: 15px;
                    width: 100%;
                    position: relative;
                    top: unset;
                    left: unset; }
                .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.opened .second-level {
                  max-height: 1000px;
                  opacity: 1; }
                .header .menu-principal__block .menu-principal__row .menu-principal__wrapper .menu-principal .item-first-level.opened .btn-expand-menu:before {
                  content: '\f106'; }
        .header .menu-principal__block.show {
          max-height: calc(100vh - 81px);
          padding: 20px 0px; } }
  .header .secondarie-nav {
    display: flex;
    flex-shrink: 0;
    justify-content: end;
    align-items: center;
    min-width: unset;
    max-width: unset;
    /*------ search */ }
    .header .secondarie-nav .secondarie-nav__list {
      overflow: hidden;
      display: flex;
      justify-content: end;
      margin: 0px; }
      .header .secondarie-nav .secondarie-nav__list li {
        display: inline-block;
        margin: 0px;
        padding-left: 10px; }
        .header .secondarie-nav .secondarie-nav__list li a {
          text-align: center;
          height: auto;
          width: auto;
          line-height: 100%; }
        .header .secondarie-nav .secondarie-nav__list li.btn-menu-responsive__wrapper {
          display: none; }
          @media screen and (max-width: 991px) {
            .header .secondarie-nav .secondarie-nav__list li.btn-menu-responsive__wrapper {
              display: inline-block; } }
    .header .secondarie-nav .header-search-form {
      display: inline-block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9999999;
      visibility: hidden;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .header .secondarie-nav .header-search-form.opened {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .header .secondarie-nav .header-search-form-close {
      text-align: center;
      font-size: 24px;
      padding: 0 0 40px; }
    .header .secondarie-nav .search-form-inner {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header .secondarie-nav .search-form-inner input {
      background: transparent;
      width: 100%;
      border: 1px solid #fff;
      text-align: center;
      font-size: 48px;
      color: white; }
    .header .secondarie-nav .search-form-inner input:focus {
      border-color: transparent;
      box-shadow: none;
      outline: none;
      border: 1px solid #999;
      color: #fff; }
    @media (max-width: 1024px) {
      .header .secondarie-nav .search-form-inner input {
        font-size: 38px; } }
    @media (max-width: 768px) {
      .header .secondarie-nav .search-form-inner input {
        font-size: 24px;
        margin-left: 0 !important; } }
  @media screen and (max-width: 991px) {
    .header .btn-menu-responsive {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (min-width: 992px) {
    .header.header-shadow .menu-principal__block .menu-principal__row .menu-principal > .menu-item.mode-mega-menu.mega-menu-100vh .second-level__wrapper.mega-menu {
      height: calc(100vh - 61px );
      top: 61px; } }
  @media screen and (max-width: 991px) {
    .header.header-shadow .menu-principal__block {
      height: calc(100vh - 61px);
      top: 61px; } }

@media screen and (max-width: 991px) {
  body.scrolled .menu-principal__block.show {
    max-height: calc(100vh - 61px); } }

/*------------------------------------------------------------------
[ custom checkbox ]
*/
.custom-checkbox {
  cursor: pointer;
  line-height: 1.2em; }
  .custom-checkbox a {
    text-decoration: underline;
    padding-left: 5px; }
  .custom-checkbox .wpcf7-form-control-wrap {
    overflow: hidden;
    line-height: 1.2em; }
  .custom-checkbox .wpcf7-form-control {
    width: 20px;
    float: left;
    margin-right: 5px; }
  .custom-checkbox .wpcf7-list-item {
    position: relative;
    z-index: 1;
    margin: 0px; }
    .custom-checkbox .wpcf7-list-item .custom-checkbox-cf {
      width: 20px;
      height: 20px;
      overflow: hidden;
      opacity: 0;
      position: relative;
      z-index: 3;
      display: block;
      cursor: pointer; }
    .custom-checkbox .wpcf7-list-item:before {
      content: '\f0c8';
      font-family: 'FontAwesome';
      position: absolute;
      z-index: 0;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      line-height: 100%;
      text-align: center; }
    .custom-checkbox .wpcf7-list-item.checked:before {
      content: '\f14a'; }

/*------------------------------------------------------------------
[ classes utilities ]
*/
.size-1x1 {
  padding-top: 100%; }

.size-16x9 {
  padding-top: 56.25%; }

.size-4x3 {
  padding-top: 75%; }

.line-height-100 {
  line-height: 100%; }

.line-height-110 {
  line-height: 110%; }

.line-height-120 {
  line-height: 120%; }

.line-height-130 {
  line-height: 130%; }

/*------------------------------------------------------------------
[ custom tab content ]
*/
.cb-tab-content__nav .cb-tab-content__nav-item {
  padding: 0px 15px;
  height: 30px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  text-transform: uppercase;
  overflow: hidden; }
  .cb-tab-content__nav .cb-tab-content__nav-item:before, .cb-tab-content__nav .cb-tab-content__nav-item:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .cb-tab-content__nav .cb-tab-content__nav-item:before {
    background: #eee;
    z-index: 1;
    height: 100%;
    border: 2px solid; }
  .cb-tab-content__nav .cb-tab-content__nav-item:after {
    height: 0px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.2); }
  .cb-tab-content__nav .cb-tab-content__nav-item .cb-tab-content__nav-text {
    position: relative;
    z-index: 5; }
    .cb-tab-content__nav .cb-tab-content__nav-item .cb-tab-content__nav-text:after {
      content: "";
      margin-left: 5px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: none; }
  .cb-tab-content__nav .cb-tab-content__nav-item.active:after, .cb-tab-content__nav .cb-tab-content__nav-item:hover:after {
    height: 100%; }
  .cb-tab-content__nav .cb-tab-content__nav-item.active .cb-tab-content__nav-text:after, .cb-tab-content__nav .cb-tab-content__nav-item:hover .cb-tab-content__nav-text:after {
    content: '\f0d8'; }

.cb-tab-content .cb-tab-content__block {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .cb-tab-content .cb-tab-content__block.hidden {
    opacity: 0;
    max-height: 0px;
    overflow: hidden; }
  .cb-tab-content .cb-tab-content__block.active {
    max-height: 100vh; }

/*------------------------------------------------------------------
[ owl carousel modifications ]
*/
.owl-carousel .owl-stage {
  width: auto !important;
  white-space: nowrap; }
  .owl-carousel .owl-stage .owl-item {
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top; }

/*------------------------------------------------------------------
[ cb maps ]
*/
.cb-map__wrapper {
  width: 100%; }
  .cb-map__wrapper .cb-map__canvas {
    width: 100%;
    position: relative;
    z-index: 1; }
    .cb-map__wrapper .cb-map__canvas .cb-map__ratio {
      width: 100%;
      display: block;
      padding-bottom: 56.25%; }
    .cb-map__wrapper .cb-map__canvas .cb-map {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 5;
      width: 100%;
      height: 100%;
      background: #000; }
      .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom {
        width: 30px; }
        .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-in, .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-out {
          padding: 0px;
          width: 30px;
          height: 30px;
          background: #fff;
          color: #000;
          border: 1px solid; }
      .cb-map__wrapper .cb-map__canvas .cb-map .ol-rotate, .cb-map__wrapper .cb-map__canvas .cb-map .ol-attribution {
        display: none; }

/*# sourceMappingURL=mejoras_trupp.css.map */
