@charset "UTF-8";
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
}

input[type=button],
input[type=submit],
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=button]:focus,
input[type=submit]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
button:focus,
.btn.focus:focus,
.btn:focus:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #858789;
}

::-moz-placeholder {
  opacity: 1;
  color: #858789;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #858789;
}

:-moz-placeholder {
  opacity: 1;
  color: #858789;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.old-browser {
  position: relative;
  z-index: 110;
  background-color: #ff0000;
  text-align: center;
  color: #FFFFFF;
  font-family: Arial;
  padding: 10px 0;
  font-size: 14px;
}
.old-browser .fa {
  font-size: 50px;
}
.old-browser p {
  margin: 5px 0;
}
.old-browser a {
  color: #FFFFFF;
}

.grecaptcha-badge {
  /*right: -300px !important;*/
}

/* ==========================================================================
HELPERS CLASSES
========================================================================== */
a {
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus, .btn.focus,
.btn.focus:active, .btn:active:focus,
.btn:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
OWL CAROUSEL
========================================================================== */
.owl-carousel {
  display: none;
}

.owl-carousel {
  display: none;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav button {
  background: #000;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 70px;
  overflow: hidden;
  text-align: -100px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: #1770FF;
  background-image: url(../_img/owl-right-arrow.png) !important;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: #1770FF;
  background-image: url(../_img/owl-left-arrow.png) !important;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #1770FF;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: none;
  border: 1px solid #1770FF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1770FF;
  opacity: 1;
}

/* ==========================================================================
WORDPRESS CLASSES
========================================================================== */
.aligncenter,
.alignleft,
.alignright,
a img.aligncenter,
a img.alignleft,
a img.alignright {
  margin: 15px auto;
  display: block;
}

@media (min-width: 768px) {
  .alignright,
a img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
  }

  .alignleft,
a img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
  }
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ==========================================================================
ANIMATE

.owl-carousel .animated,
.wow {
  visibility: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
========================================================================== */
/* ==========================================================================
ZOOM EFECT
========================================================================== */
a.zoom-effect {
  position: relative;
  display: inline-block;
}
a.zoom-effect:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 7px solid rgba(23, 112, 255, 0.8);
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  border-radius: 8px;
}
a.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../_img/icon-zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
a.zoom-effect:hover:after {
  opacity: 1;
}
a.zoom-effect:hover:before {
  opacity: 1;
}

/* ==========================================================================
NAVIGATION
========================================================================== */
.navigation {
  text-align: center;
}
.navigation .tw-pagination {
  padding-top: 30px;
}
.navigation .tw-pagination li {
  display: inline-block;
}
.navigation .tw-pagination a, .navigation .tw-pagination span.current {
  background: none;
  border: none;
  color: #1770FF;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 36px;
  float: left;
  transition: background-color 0.5s ease;
  border-radius: 50%;
}
.navigation .tw-pagination a:hover,
.navigation .tw-pagination span.current {
  background-color: #1770FF;
  color: #FFFFFF;
}

/* ==========================================================================
CF7
========================================================================== */
.wpcf7-form .field-cf7 {
  padding-bottom: 15px;
}
.wpcf7-form .button-cf7 {
  position: relative;
}
.wpcf7-form .button-cf7 .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7dtx-dynamictext {
  background: none;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.wpcf7-form .wpcf7-textarea .wpcf7-not-valid,
.wpcf7-form .wpcf7-text .wpcf7-not-valid,
.wpcf7-form .wpcf7dtx-dynamictext .wpcf7-not-valid {
  border-color: #f00 !important;
}
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  padding: 10px 0;
  height: 50px;
}
.wpcf7-form .checkbox-cf7 {
  font-size: 14px;
}
.wpcf7-form .checkbox-cf7 .wpcf7-list-item {
  margin-right: 5px;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 15px 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 4px;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 4px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 5px;
  display: block;
  display: none !important;
}
.wpcf7-form div.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-radio label {
  margin: 0;
}
.wpcf7-form .wpcf7-radio span.wpcf7-list-item {
  display: block;
}

.nice-select {
  float: none;
  font-size: 14px;
}
.nice-select:after {
  margin-top: -2px;
  right: 12px;
}

@media (min-width: 768px) {
  .nice-select {
    font-size: 16px;
  }
}
.wpcf7-field-group-remove,
.wpcf7-field-group-add {
  border: none;
  border-radius: 30px;
  background-color: #1770FF;
  color: #FFF;
  font-size: 18px;
  padding: 8px 30px;
  display: block;
}
.wpcf7-field-group-remove:hover,
.wpcf7-field-group-add:hover {
  color: #FFFF;
  background-color: #134A8C;
}

.wpcf7-field-group-add {
  max-width: 200px;
  margin: 10px auto 20px auto;
}

.custom-file-label::after {
  content: "";
  background-color: #1770FF;
  font: normal normal normal 19px/1 FontAwesome;
  color: #FFFFFF;
  line-height: 26px;
  border-radius: 0 30px 30px 0;
  right: -2px;
  top: -2px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-file-label::after:hover {
  color: #FFFF;
  background-color: #134A8C;
}

.custom-file-label {
  width: 100%;
  height: 40px;
  line-height: 36px;
  padding: 0 20px;
  border: 2px solid #E6E7E8;
  background: #E6E7E8 !important;
  border-radius: 30px;
}

/* ==========================================================================
WIDGET
========================================================================== */
.widget {
  padding-bottom: 30px;
}
.widget h3.widget-title {
  margin-bottom: 15px;
}

/* ==========================================================================
WIDGET NAV
========================================================================== */
.widget_nav_menu .widget-title {
  display: none;
}
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li {
  list-style: none;
}
.widget_nav_menu ul li a {
  display: block;
  border: 2px solid #30282a;
  border-bottom: 0;
  text-transform: uppercase;
  color: #343434;
  font-size: 14px;
  padding: 10px 15px;
}
.widget_nav_menu ul li a:hover {
  color: #FFFFFF;
  background-color: #343434;
  text-decoration: none;
}
.widget_nav_menu ul li:last-child a {
  border-bottom: 2px solid #30282a;
}
.widget_nav_menu ul li.current-menu-item a {
  color: #FFFFFF;
  background-color: #343434;
}

/* ==========================================================================
GENERAL
========================================================================== */
.error404 article .title-page {
  font-size: 100px;
}

.search-no-results article .inner {
  max-width: 500px;
  margin: 0 auto;
}
.search-no-results article .inner .form-group {
  margin-bottom: 0;
}
.search-no-results article .inner .buscador {
  padding-top: 15px;
}

.search-form .btn {
  border-radius: 0 3px 3px 0;
  background-color: #1770FF;
  color: #FFF;
}

.meta-post {
  font-size: 80%;
  padding: 15px 0;
}

/* ==========================================================================
GENERAL
========================================================================== */
.row-o-content-middle {
  -webkit-align-items: center;
          align-items: center;
}

.row-o-content-bottom {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

/* ==========================================================================
GENERAL
========================================================================== */
@font-face {
  font-family: "Uber Move";
  src: url("../_fonts/UberMove-Medium.woff2") format("woff2"), url("../_fonts/UberMove-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  color: #070707;
  font-family: "Overpass", sans-serif;
  background-color: #EFEFEF;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Uber Move", sans-serif;
}

a {
  color: #1770FF;
}
a:hover {
  color: #1770FF;
}

.social a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  margin-left: 5px;
  color: #000;
}
.social.social-rounded {
  padding-top: 2px;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 2px;
}

.btn {
  font-weight: 600;
  min-width: 150px;
  border-radius: 0;
  padding: 0.5rem 0.75rem 0.4rem 0.75rem;
}
.btn.icon-download {
  background-image: url(../_img/icon-download.svg);
  background-repeat: no-repeat;
  background-position: center right;
  line-height: 120%;
}

.btn-link {
  color: #1770FF;
}
.btn-link:hover {
  color: #1770FF;
}

.btn-custom {
  background-color: #1770FF;
  color: #FFF;
  border-radius: 30px;
}
.btn-custom:hover {
  color: #FFF;
  background-color: #0057e3;
}

.btn-negro {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 30px;
}
.btn-negro:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.btn-outline {
  color: #000000;
  border: 2px solid #000000;
  border-radius: 30px;
}
.btn-outline:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6,
.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
  margin: 30px 0;
}
.content-page h1:first-child, .content-page h2:first-child, .content-page h3:first-child, .content-page h4:first-child, .content-page h5:first-child, .content-page h6:first-child,
.content-post h1:first-child,
.content-post h2:first-child,
.content-post h3:first-child,
.content-post h4:first-child,
.content-post h5:first-child,
.content-post h6:first-child {
  margin-top: 0;
}
.content-page p,
.content-post p {
  margin-bottom: 2rem;
}
.content-page table,
.content-post table {
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
  background-color: transparent;
  font-size: 0.9rem;
}
.content-page table tbody tr:nth-of-type(2n+1),
.content-post table tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.content-page table td, .content-page table th,
.content-post table td,
.content-post table th {
  padding: 0.3rem;
}
.content-page table td, .content-page table th,
.content-post table td,
.content-post table th {
  border-top: 1px solid #dee2e6;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }

  ul {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1.05rem;
  }

  h6 {
    font-size: 1rem;
  }
}
.bg-blanco {
  background-color: #FFFFFF;
}

.bg-negro {
  background-color: #000;
}
.bg-negro h1, .bg-negro h2, .bg-negro h3, .bg-negro h4, .bg-negro h5, .bg-negro h6, .bg-negro p {
  color: #FFFFFF;
}

.container-xl,
.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.col-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*#main-content {
  padding-top: 60px;
}*/

@media (min-width: 992px) {
  #main-content {
    min-height: calc(100vh - 159px);
  }
}
.page-template-black-template {
  background-color: #000;
  color: #FFFFFF;
}
.page-template-black-template #main-footer {
  color: #FFFFFF;
}
.page-template-black-template #main-footer a {
  color: #FFFFFF;
}

.lightbox-info {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: auto;
  display: none;
}
.lightbox-info .btn-close {
  background-color: #FFFFFF;
}
.lightbox-info.lb-dark {
  background-color: #000;
  color: #FFFFFF;
}
.lightbox-info.lb-dark h1, .lightbox-info.lb-dark h2, .lightbox-info.lb-dark h3, .lightbox-info.lb-dark h4, .lightbox-info.lb-dark h5, .lightbox-info.lb-dark h6 {
  color: #FFFFFF;
}
.lightbox-info.lb-dark .btn-close {
  background-color: #000;
  background-image: url(../_img/icon-close-white.svg);
}

.btn-close {
  background-image: url(../_img/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  min-width: inherit;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0px;
}

@media (min-width: 992px) {
  .lightbox-info .btn-close {
    right: 25px;
    top: 25px;
  }
}
@media (min-width: 992px) {
  .lightbox-info .btn-close {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .lightbox-info .btn-close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.img-bn img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 70%;
}

body.no-scroll {
  overflow-y: hidden;
}

/* ==========================================================================
HEADER
========================================================================== */
#main-header {
  background-color: #000;
  color: #FFFFFF;
  z-index: 999;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
}
#main-header .logo a {
  display: block;
}
#main-header .logo a img {
  max-width: 130px;
}
#main-header .col-actions a {
  color: #FFFFFF;
}
#main-header .col-actions .link-contact {
  background: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 25px 5px 25px;
  line-height: 100%;
  transition: background 0.3s ease-out;
}
#main-header .col-actions .link-contact:hover {
  background-color: #FFFFFF;
  color: #000;
}

.wpml-ls-legacy-list-horizontal ul,
.language-switch {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0
}
.wpml-ls-legacy-list-horizontal li:first-child a:after,
.language-switch li:first-child:after {
  content: "/";
  margin: 0 5px;
}

@media (max-width: 991px) {
  #main-header #main-navigation {
    margin-left: -30px;
    margin-right: -30px;
  }
  #main-header .logo a {
    position: absolute;
    left: 50%;
    margin-left: -58px;
    z-index: 99;
    top: 16px;
  }
  #main-header .logo a img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  #main-header .col-social {
    display: none;
  }
  #main-header .col-actions {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
@media (min-width: 992px){
  #main-header .icon-phone {
    display: none;
  }
  #main-header .row {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (min-width: 992px) and (max-width:1199px){
  #main-header .col-actions {
    -webkit-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
  }
}
@media (min-width: 1400px) {
  #main-header .logo a img {
    max-width: 150px;
  }
  #main-header .logo,
#main-header .col-actions {
    -webkit-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 260px;
  }
}
/* ==========================================================================
MENU
========================================================================== */
@media (max-width: 991px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    padding: 30px 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    width: 90%;
    margin: 0 auto;
    font-weight: 400 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
    border: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-toggle-on > a.mega-menu-link {
    border: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05) !important;
    margin: 0 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    padding: 7px 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li a {
    text-align: left !important;
    padding-left: 10px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: auto !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3:hover {
    background-color: #1770FF;
    color: #FFFFFF;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-current-menu-item {
    background-color: #1770FF;
  }
}
/* ==========================================================================
DESKTOP MENU
========================================================================== */
#main-navigation-desktop {
  display: none;
  position: fixed;
  z-index: 990;
  background-color: #EFEFEF;
  width: 100%;
  height: 100%;
}
#main-navigation-desktop div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
#main-navigation-desktop div li {
  transition: all 0.2s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
#main-navigation-desktop div a {
  color: #000;
  font-family: "Uber Move", sans-serif;
  display: block;
  font-size: 40px;
  text-align: center;
  padding: 10px 0;
}
#main-navigation-desktop.opened div li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main-navigation-desktop div li:nth-child(1) {
  transition-delay: 0.1s;
}
#main-navigation-desktop div li:nth-child(2) {
  transition-delay: 0.2s;
}
#main-navigation-desktop div li:nth-child(3) {
  transition-delay: 0.3s;
}
#main-navigation-desktop div li:nth-child(4) {
  transition-delay: 0.4s;
}
#main-navigation-desktop div li:nth-child(5) {
  transition-delay: 0.5s;
}
#main-navigation-desktop div li:nth-child(6) {
  transition-delay: 0.6s;
}
#main-navigation-desktop div li:nth-child(7) {
  transition-delay: 0.7s;
}
#main-navigation-desktop div li:nth-child(8) {
  transition-delay: 0.8s;
}
#main-navigation-desktop div li:nth-child(9) {
  transition-delay: 0.9s;
}
#main-navigation-desktop div li:nth-child(10) {
  transition-delay: 1s;
}

.hamburger {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-top: -5px;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}
.hamburger .hamburger-box {
  width: 20px;
  height: 24px;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before {
  top: -6px;
}
.hamburger .hamburger-inner::after {
  bottom: -6px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ==========================================================================
FOOTER
========================================================================== */
#main-footer {
  padding: 30px 0;
  color: #000000;
  text-align: center;
  position: relative;
  /*z-index: 990;*/
}
#main-footer a {
  color: #000000;
  display: block;
}
#main-footer a:hover {
  opacity: 0.8;
}
#main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-footer ul li {
  padding: 8px 0;
}

@media (min-width: 768px) {
  #main-footer ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  #main-footer ul li {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  #main-footer ul li {
    padding: 0 35px;
  }
}
/* ==========================================================================
INDUSTRIA
========================================================================== */
.banner-industria {
  position: relative;
  text-align: center;
}
.banner-industria img {
  max-width: none;
  width: 100%;
}
.banner-industria:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #efefef;
  background: linear-gradient(0deg, #efefef 20%, rgba(239, 239, 239, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.banner-industria .title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 30px;
}
.banner-industria .title-page {
  color: #FFFFFF;
  text-shadow: 0 0 10px black;
  z-index: 99;
  position: relative;
}

.section .intro {
  text-align: center;
}
.section .intro h2, .section .intro h1 {
  margin-bottom: 15px;
}
.section .intro p {
  margin-bottom: 0;
  font-size: 120%;
}

.page-template-industria {
  background-color: #EFEFEF;
}
.page-template-industria .section-1 .intro h1 {
  margin-bottom: 15px;
}
.page-template-industria .section-1 .intro p {
  margin-bottom: 0;
  font-size: 120%;
}
.page-template-industria .section-1 .container-fluid {
  max-width: 1400px;
}
.page-template-industria .section-5 h3 {
  margin-bottom: 20px;
}
.page-template-industria .section-5 ul li {
  padding: 5px 0;
}

@media (min-width: 992px) {
  .page-template-industria .section-1 {
    position: relative;
    z-index: 5;
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .page-template-industria .section-2 {
    padding-top: 0;
    margin-top: -150px;
  }
  .page-template-industria .section-1 {
    position: relative;
    z-index: 5;
  }
  .page-template-industria .section-1 .intro h1 {
    color: #FFFFFF;
  }
}
.page-template-industria .section-2 h3 {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .page-template-industria .section-2 .col-lg-4 {
    text-align: right;
    padding-right: 50px;
  }
}
.page-template-industria .section-3 {
  background-color: #000;
  color: #FFFFFF;
  text-align: center;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.page-template-industria .section-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
}
.page-template-industria .section-3 .nombre {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px 0;
  text-align: right;
}

@media (min-width: 1200px) {
  .page-template-industria .section-3 {
    background-attachment: fixed;
  }
  .page-template-industria .section-3 .nombre {
    padding: 50px 0;
  }
}
.page-template-industria .section-4 .ventajas ul {
  margin: 0;
  padding-left: 15px;
}
.page-template-industria .section-4 .ventajas ul li {
  padding: 8px 0;
}

@media (min-width: 768px) {
  .page-template-industria .section-4 .ventajas {
    margin: 0 auto;
  }
  .page-template-industria .section-4 .ventajas ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 0;
    padding-left: 15px;
  }
  .page-template-industria .section-4 .ventajas ul li {
    padding: 8px 0;
  }
}
.lista-aplicaciones {
  padding-top: 30px;
  text-align: center;
}
.lista-aplicaciones .col-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lista-aplicaciones .col-item:after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background-color: #070707;
  bottom: 0;
  position: absolute;
  left: 30%;
}
.lista-aplicaciones .col-item:last-child:after {
  display: none;
}
.lista-aplicaciones .image {
  padding-bottom: 25px;
}
.lista-aplicaciones p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .lista-aplicaciones .col-item:nth-child(3):after {
    display: none;
  }
}
@media (min-width: 992px) {
  .lista-aplicaciones {
    padding-top: 70px;
  }
  .lista-aplicaciones .col-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lista-aplicaciones .col-item:after {
    width: 2px;
    height: calc(100% - 60px);
    bottom: -10px;
    left: 100%;
  }
  .lista-aplicaciones .col-item:nth-child(3):after {
    display: block;
  }
  .lista-aplicaciones .col-item:last-child:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lista-aplicaciones {
    padding-top: 70px;
  }
  .lista-aplicaciones .col-item {
    padding: 0 30px;
  }
}
/* ==========================================================================
BOMBAS
========================================================================== */
.page-template-bomba-manguera-home .section-1-bm .text-version,
.page-template-bomba-manguera-home .section-1 .text-version,
.page-template-bomba-manguera .section-1-bm .text-version,
.page-template-bomba-manguera .section-1 .text-version,
.page-template-bomba-tubo .section-1-bm .text-version,
.page-template-bomba-tubo .section-1 .text-version {
  margin-bottom: 0;
}
.page-template-bomba-manguera-home .section-1-bm h1,
.page-template-bomba-manguera-home .section-1 h1,
.page-template-bomba-manguera .section-1-bm h1,
.page-template-bomba-manguera .section-1 h1,
.page-template-bomba-tubo .section-1-bm h1,
.page-template-bomba-tubo .section-1 h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-bomba-manguera-home .section-1-bm p:last-child,
.page-template-bomba-manguera-home .section-1 p:last-child,
.page-template-bomba-manguera .section-1-bm p:last-child,
.page-template-bomba-manguera .section-1 p:last-child,
.page-template-bomba-tubo .section-1-bm p:last-child,
.page-template-bomba-tubo .section-1 p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-template-bomba-manguera-home .section-1-bm .col-text,
.page-template-bomba-manguera-home .section-1 .col-text,
.page-template-bomba-manguera .section-1-bm .col-text,
.page-template-bomba-manguera .section-1 .col-text,
.page-template-bomba-tubo .section-1-bm .col-text,
.page-template-bomba-tubo .section-1 .col-text {
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .page-template-bomba-manguera-home .section-1-bm .container-fluid,
.page-template-bomba-manguera-home .section-1 .container-fluid,
.page-template-bomba-manguera .section-1-bm .container-fluid,
.page-template-bomba-manguera .section-1 .container-fluid,
.page-template-bomba-tubo .section-1-bm .container-fluid,
.page-template-bomba-tubo .section-1 .container-fluid {
    max-width: 1400px;
  }
  .page-template-bomba-manguera-home .section-1-bm h1,
.page-template-bomba-manguera-home .section-1 h1,
.page-template-bomba-manguera .section-1-bm h1,
.page-template-bomba-manguera .section-1 h1,
.page-template-bomba-tubo .section-1-bm h1,
.page-template-bomba-tubo .section-1 h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .page-template-bomba-manguera-home .section-1-bm .text-version,
.page-template-bomba-manguera-home .section-1 .text-version,
.page-template-bomba-manguera .section-1-bm .text-version,
.page-template-bomba-manguera .section-1 .text-version,
.page-template-bomba-tubo .section-1-bm .text-version,
.page-template-bomba-tubo .section-1 .text-version {
    font-size: 22px;
  }
  .page-template-bomba-manguera-home .section-1-bm .col-text,
.page-template-bomba-manguera-home .section-1 .col-text,
.page-template-bomba-manguera .section-1-bm .col-text,
.page-template-bomba-manguera .section-1 .col-text,
.page-template-bomba-tubo .section-1-bm .col-text,
.page-template-bomba-tubo .section-1 .col-text {
    margin-left: -50px;
  }
  .page-template-bomba-manguera-home .section-1-bm .col-img img,
.page-template-bomba-manguera-home .section-1 .col-img img,
.page-template-bomba-manguera .section-1-bm .col-img img,
.page-template-bomba-manguera .section-1 .col-img img,
.page-template-bomba-tubo .section-1-bm .col-img img,
.page-template-bomba-tubo .section-1 .col-img img {
    max-width: 85%;
  }

  .page-template-bomba-manguera-home .section-1 h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1700px) {
  .page-template-bomba-manguera-home .section-1-bm .col-img img,
.page-template-bomba-manguera-home .section-1 .col-img img,
.page-template-bomba-manguera .section-1-bm .col-img img,
.page-template-bomba-manguera .section-1 .col-img img,
.page-template-bomba-tubo .section-1-bm .col-img img,
.page-template-bomba-tubo .section-1 .col-img img {
    max-width: 100%;
  }
}
.page-template-bomba-manguera-home .section-2-bm h3,
.page-template-bomba-manguera-home .section-2 h3,
.page-template-bomba-manguera .section-2-bm h3,
.page-template-bomba-manguera .section-2 h3,
.page-template-bomba-tubo .section-2-bm h3,
.page-template-bomba-tubo .section-2 h3 {
  margin-bottom: 15px;
}
.page-template-bomba-manguera-home .section-2-bm .wrap-button,
.page-template-bomba-manguera-home .section-2 .wrap-button,
.page-template-bomba-manguera .section-2-bm .wrap-button,
.page-template-bomba-manguera .section-2 .wrap-button,
.page-template-bomba-tubo .section-2-bm .wrap-button,
.page-template-bomba-tubo .section-2 .wrap-button {
  padding-left: 75px;
}
.page-template-bomba-manguera-home .section-2-bm .wrap-button .btn,
.page-template-bomba-manguera-home .section-2 .wrap-button .btn,
.page-template-bomba-manguera .section-2-bm .wrap-button .btn,
.page-template-bomba-manguera .section-2 .wrap-button .btn,
.page-template-bomba-tubo .section-2-bm .wrap-button .btn,
.page-template-bomba-tubo .section-2 .wrap-button .btn {
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}

@media (max-width: 767px) {
  .page-template-bomba-manguera-home .section-2-bm,
.page-template-bomba-manguera-home .section-2,
.page-template-bomba-manguera .section-2-bm,
.page-template-bomba-manguera .section-2,
.page-template-bomba-tubo .section-2-bm,
.page-template-bomba-tubo .section-2 {
    background: #000 !important;
  }
}
@media (min-width: 768px) {
  .page-template-bomba-manguera-home .section-2-bm,
.page-template-bomba-manguera-home .section-2,
.page-template-bomba-manguera .section-2-bm,
.page-template-bomba-manguera .section-2,
.page-template-bomba-tubo .section-2-bm,
.page-template-bomba-tubo .section-2 {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
  }
}
@media (min-width: 1200px) {
  .page-template-bomba-manguera-home .section-2-bm,
.page-template-bomba-manguera-home .section-2,
.page-template-bomba-manguera .section-2-bm,
.page-template-bomba-manguera .section-2,
.page-template-bomba-tubo .section-2-bm,
.page-template-bomba-tubo .section-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    min-height: 750px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
  }
}
.page-template-bomba-manguera-home .section-3 .container-fluid,
.page-template-bomba-manguera .section-3 .container-fluid,
.page-template-bomba-tubo .section-3 .container-fluid {
  max-width: 1400px;
}

@media (min-width: 1200px) {
  .page-template-bomba-manguera-home .section-3 .img-bn img,
.page-template-bomba-manguera .section-3 .img-bn img,
.page-template-bomba-tubo .section-3 .img-bn img {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .page-template-bomba-manguera-home .section-4 .container-fluid,
.page-template-bomba-manguera .section-4 .container-fluid,
.page-template-bomba-tubo .section-4 .container-fluid {
    max-width: 1400px;
  }
}

body.page-template-bomba-manguera .lista-productos .col-4 {
  align-self: flex-end;
}
body.page-template-bomba-manguera .lista-productos .col-4:nth-of-type(1) img {
  max-width: 82%
}
body.page-template-bomba-manguera .lista-productos .col-4:nth-of-type(2) img {
  max-width: 91%
}
body.page-template-bomba-manguera-home .lista-productos .col-4 {
  align-self: flex-end;
}
body.page-template-bomba-manguera-home .lista-productos .col-4:nth-of-type(1) img {
  max-width: 80%
}
body.page-template-bomba-manguera-home .lista-productos .col-4:nth-of-type(2) img {
  max-width: 97%
}


.lista-caracteristicas .caracteristica {
  display: -webkit-flex;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lista-caracteristicas .caracteristica .image {
  padding-right: 20px;
}
.lista-caracteristicas .caracteristica img {
  max-width: none;
}
.lista-caracteristicas .caracteristica p:last-child {
  margin-bottom: 0;
}

.lista-lightbox .col-img img {
  max-width: none;
  width: 100%;
}
.lista-lightbox .col-text p:last-child {
  margin-bottom: 0;
}
.lista-lightbox .col-text .inner {
  padding: 30px;
}

@media (min-width: 768px) {
  .lista-lightbox .col-text .inner {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .lista-lightbox .item-caracteristica:nth-child(even) {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lista-lightbox .col-img {
    position: relative;
    overflow: hidden;
  }
  .lista-lightbox .col-img img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .lista-lightbox .col-text .inner {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .lista-lightbox .item-caracteristica {
    min-height: calc(100vh / 3);
  }
  .lista-lightbox .col-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
  }
  .lista-lightbox .col-text .inner {
    padding: 20px 10%;
  }
}
.lista-especificaciones strong {
  display: block;
}
.lista-especificaciones strong:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #CCC;
  width: 70px;
  margin-top: 8px;
}

.modelo-lightbox h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 2rem;
}
.modelo-lightbox h3:first-of-type {
  margin-top: 0;
}
.modelo-lightbox a {
  background-image: url(../_img/icon-download.svg);
  background-repeat: no-repeat;
  background-position: 100% 3px;
  line-height: 120%;
  display: inline-block;
  padding: 8px 30px 8px 0;
  background-size: 20px;
  line-height: 14px;
}
.modelo-lightbox .modelo-info-lightbox {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}

.section-categorias h3, .section-categorias h4 {
  margin-bottom: 20px;
}

/* ==========================================================================
BOMBA TUBO
========================================================================== */
.lista-caracteristicas-destacadas h3 {
  margin-bottom: 10px;
}
.lista-caracteristicas-destacadas .col-item {
  text-align: center;
  position: relative;
}
.lista-caracteristicas-destacadas .col-item p:last-child {
  margin-bottom: 0;
}

.page-template-bomba-tubo .section-2 .wrap-button {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .lista-caracteristicas-destacadas .col-item {
    text-align: left;
  }

  .page-template-bomba-tubo .section-2 {
    background-position: 150% center;
  }
}
@media (min-width: 768px) {
  .page-template-bomba-tubo .section-2 {
    background-position: 120% center;
  }
}
@media (min-width: 1200px) {
  .page-template-bomba-tubo .section-2 {
    background-position: 100% center;
  }

  .lista-caracteristicas-destacadas .col-item {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }
}
@media (min-width: 1800px) {
  .page-template-bomba-tubo .section-2 {
    background-position: 80% center;
  }
}
.bomba-tubo-lightbox h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.bomba-tubo-lightbox h3:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .bomba-tubo-lightbox {
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .bomba-tubo-lightbox h3 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
/* ==========================================================================
HOME
========================================================================== */
.header-page {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
.header-page:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-page .container {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .header-page {
    background-size: cover;
    background-position: center center;
  }
}
.page-template-home .section-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.page-template-home .section-1 .wrap-row {
  width: 100%;
}
.page-template-home .section-1 .wrap-row:nth-child(1) {
  padding-top: 50px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.page-template-home .section-1 .wrap-row:nth-child(2) {
  padding-bottom: 50px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.page-template-home .section-1 .lista-caracteristicas-destacadas {
  padding-top: 50px;
}
.page-template-home .section-1 .lista-caracteristicas-destacadas .col-item::after {
  background-color: #FFFFFF;
}
.page-template-home .section-1 .intro {
  text-align: center;
}
.page-template-home .section-2 .detalles .image {
  padding-bottom: 20px;
}
.page-template-home .section-2 .detalles .detalle {
  background-image: url(../_img/bullet.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-template-home .section-2 .detalles .detalle:last-child {
  margin-bottom: 0;
}

.lightbox-home ul li {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .page-template-home .section-1 {
    min-height: calc(60vh - 60px);
  }
  .page-template-home .section-1 .lista-caracteristicas-destacadas {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .page-template-home .section-1 {
    min-height: calc(100vh - 43px);
  }
  .page-template-home .section-2 {
    overflow: hidden;
  }
  .page-template-home .section-2 .detalles {
    position: relative;
  }
  .page-template-home .section-2 .detalles .image {
    padding-bottom: 0;
  }
  .page-template-home .section-2 .detalles .detalle {
    z-index: 99;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    width: 340px;
    top: 50%;
  }
  .page-template-home .section-2 .detalles .detalle div {
    display: inline-block;
    background-color: #EFEFEF;
  }
  .page-template-home .section-2 .detalles .detalle span {
    display: block;
    height: 2px;
    background-color: #000;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
  .page-template-home .section-2 .detalles .detalle span:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #000;
    margin-top: -5px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(1) {
    margin-left: -510px;
    margin-top: -120px;
    text-align: right;
    width: 240px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(1) div {
    padding-right: 20px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(1) span {
    right: -160px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(1):after {
    right: 0;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(2) {
    margin-left: -480px;
    margin-top: -40px;
    text-align: right;
    width: 200px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(2) div {
    padding-right: 20px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(2) span {
    right: -130px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(2):after {
    right: 0;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(3) {
    margin-left: -470px;
    margin-top: 65px;
    text-align: right;
    width: 200px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(3) div {
    padding-right: 20px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(3) span {
    right: -130px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(3):after {
    right: 0;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(4) {
    margin-left: 190px;
    margin-top: 25px;
    padding-left: 50px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(4) div {
    padding-left: 20px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(4) span {
    left: -150px;
  }
  .page-template-home .section-2 .detalles .detalle:nth-child(4):after {
    left: 0;
  }
}
@media (min-width: 1400px) {
  .page-template-home .section-1 {
    min-height: calc(100vh - 59px);
  }
}
.section-map .container-fluid {
  max-width: 1700px;
}
.section-map .intro {
  padding-bottom: 30px;
}
.section-map .dropdown-item {
  font-size: 13px;
  text-transform: capitalize;
  padding: 0.2rem 1.5rem;
}
.section-map #distribuidores.nav .nav-item.dropdown {
  border: 2px solid #1770FF;
  border-radius: 30px;
}
.section-map #distribuidores.nav .nav-item {
  display: block;
  width: 100%;
}
.section-map #distribuidores.nav .dropdown-toggle::after {
  float: right;
  font-size: 24px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.section-map #distribuidores.nav .nav-link {
  display: block;
  padding: 0.5rem 1rem 0.4rem 1rem;
}
.section-map .dropdown-menu {
  width: 100%;
}
.section-map #distribuidoresContent {
  padding-top: 30px;
}
.section-map #distribuidoresContent strong {
  font-size: 120%;
}
.section-map #distribuidoresContent p {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .section-map .intro {
    padding-bottom: 50px;
  }
  .section-map #distribuidores.nav .nav-item.dropdown {
    border-radius: 0 30px 30px 0;
  }
  .section-map #distribuidores.nav .dropdown-toggle::after {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .section-map #distribuidores.nav .nav-link {
    padding: 0.6rem 1rem 0.4rem 1rem;
  }
  .section-map .dropdown-menu {
    width: auto;
  }
  .section-map #distribuidoresContent {
    padding: 50px 30px 50px 20px;
  }
  .section-map #distribuidoresContent strong {
    font-size: 120%;
  }
  .section-map #distribuidoresContent p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-map .col-info {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.wrap-mapa {
  position: relative;
  display: inline-block;
}
.wrap-mapa .paises {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-mapa .paises img {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  max-width: none;
}
.wrap-mapa .paises img.active, .wrap-mapa .paises img:hover {
  opacity: 1;
}
.wrap-mapa .paises .pais-0 {
  left: 21.59%;
  bottom: 0.05%;
  width: 4.700460829%;
}
.wrap-mapa .paises .pais-1 {
  left: 52%;
  top: 19.5%;
  width: 4.331797235%;
}
.wrap-mapa .paises .pais-2 {
  left: 19.1%;
  bottom: 3.3%;
  width: 4.700460829%;
}
.wrap-mapa .paises .pais-3 {
  left: 46.9%;
  top: 16.5%;
  width: 1.474654378%;
}
.wrap-mapa .paises .pais-4 {
  left: 54.3%;
  top: 15.6%;
  width: 2.119815668%;
}
.wrap-mapa .paises .pais-5 {
  left: 49.8%;
  top: 15.6%;
  width: 4.423963134%;
}
.wrap-mapa .paises .pais-6 {
  left: 49.8%;
  top: 23.3%;
  width: 2.211981567%;
}
.wrap-mapa .paises .pais-7 {
  left: 6.3%;
  top: 35.4%;
  width: 6.359447005%;
}
.wrap-mapa .paises .pais-8 {
  left: 47.7%;
  top: 7.8%;
  width: 4.331797235%;
}
.wrap-mapa .paises .pais-9 {
  left: 52.1%;
  top: 11.8%;
  width: 4.331797235%;
}
.wrap-mapa .paises .pais-10 {
  left: 44.5%;
  top: 19.9%;
  width: 3.041474654%;
  z-index: 5;
}
.wrap-mapa .paises .pais-11 {
  left: 52.7%;
  bottom: 13.7%;
  width: 6.6359447%;
}
.wrap-mapa .paises .pais-12 {
  left: 45.7%;
  top: 19.4%;
  width: 4.239631336%;
}
.wrap-mapa .paises .pais-13 {
  left: 49.8%;
  top: 11.5%;
  width: 2.211981567%;
}
.wrap-mapa .paises .pais-14 {
  left: 49.8%;
  top: 19.5%;
  width: 2.211981567%;
}
.wrap-mapa .paises .pais-16 {
  left: 56.4%;
  top: 23.5%;
  width: 4.423963134%;
  display: block;
}
.wrap-mapa .paises .pais-17 {
  left: 0.05%;
  top: 3.7%;
  width: 29.21658986%;
}

/* ==========================================================================
HOME BOMBA MANGUERA
========================================================================== */
.page-template-bomba-manguera-home .section-1 {
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.page-template-bomba-manguera-home .section-1 .wrap-row {
  width: 100%;
}
.page-template-bomba-manguera-home .section-1 .wrap-row:nth-child(1) {
  padding-top: 50px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.page-template-bomba-manguera-home .section-1 .wrap-row:nth-child(2) {
  padding-bottom: 50px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.page-template-bomba-manguera-home .section-1 .lista-caracteristicas-destacadas .col-item::after {
  background-color: #FFFFFF;
}
.page-template-bomba-manguera-home .section-1 .intro {
  text-align: center;
}
.page-template-bomba-manguera-home .section-2 .detalles .image {
  padding-bottom: 20px;
}
.page-template-bomba-manguera-home .section-2 .detalles .detalle {
  background-image: url(../_img/bullet.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-template-bomba-manguera-home .section-2 .detalles .detalle:last-child {
  margin-bottom: 0;
}

.lightbox-home ul li {
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .page-template-bomba-manguera-home .section-2 {
    overflow: hidden;
  }
  .page-template-bomba-manguera-home .section-2 .detalles {
    position: relative;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .image {
    padding-bottom: 0;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle {
    z-index: 99;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    width: 310px;
    top: 50%;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle div {
    display: inline-block;
    background-color: #000;
    color: #FFFFFF;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle span {
    display: block;
    height: 2px;
    background-color: #FFF;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle span:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #FFF;
    margin-top: -5px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(1) {
    margin-left: -580px;
    margin-top: 80px;
    text-align: right;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(1) div {
    padding-right: 20px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(1) span {
    right: -160px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(1):after {
    right: 0;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(2) {
    margin-left: -550px;
    margin-top: -140px;
    text-align: right;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(2) div {
    padding-right: 20px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(2) span {
    right: -130px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(2):after {
    right: 0;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(3) {
    margin-left: 210px;
    margin-top: -20px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(3) div {
    padding-left: 20px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(3) span {
    left: -160px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(3):after {
    left: 0;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(4) {
    margin-left: 180px;
    margin-top: -5px;
    padding-left: 50px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(4) div {
    padding-left: 20px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(4) span {
    left: -220px;
  }
  .page-template-bomba-manguera-home .section-2 .detalles .detalle:nth-child(4):after {
    left: 0;
  }
}
@media (min-width: 992px) {
  .lightbox-home-manguera .container-fluid .item:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .lightbox-home-manguera .container-fluid {
    max-width: 1300px;
  }
  .lightbox-home-manguera .container-fluid .item:nth-child(odd) .col-text {
    padding-right: 50px;
  }
  .lightbox-home-manguera .container-fluid .item:nth-child(even) .col-text {
    padding-left: 50px;
  }
}
#productsTabsContent .btn {
  min-width: auto;
}

.nav-pills .nav-link {
  border-radius: 0;
  padding: 0.6rem 1rem 0.4rem 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1770FF;
}

.nav-pills {
  border: 2px solid #BFBFBF;
  border-radius: 30px;
}
.nav-pills a {
  border-radius: 0;
  border-right: 2px solid #BFBFBF;
}
.nav-pills a:first-child {
  border-radius: 30px 0 0 30px;
}
.nav-pills a:last-child {
  border-radius: 0 30px 30px 0;
  border-right: 0;
}

@media (min-width: 1200px) {
  .section-products-tabs {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .section-products-tabs .tab-content {
    width: 100%;
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
  }
  .section-products-tabs .tab-content .col-texts {
    position: relative;
    z-index: 99;
  }
  .section-products-tabs .tab-pane {
    width: 100%;
  }

  .section-products-tabs:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #efefef;
    background: linear-gradient(0deg, #efefef 20%, rgba(239, 239, 239, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
  .section-products-tabs .container #productsTabs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    margin-top: -200px;
    margin-left: -540px;
    z-index: 99;
  }
  .section-products-tabs .container .col-img {
    position: absolute;
    right: 0;
    top: -20%;
    padding: 0;
    height: 140%;
    text-align: right !important;
  }
  .section-products-tabs .container .col-img img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 1800px) {
  .section-products-tabs .container .col-img {
    right: -5%;
  }
}
/* ==========================================================================
CONTACTO
========================================================================== */
.title-page {
  margin-bottom: 30px;
}

.page-id-9 #main-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.page-id-9 #main-content h1 {
  text-align: center;
  margin-bottom: 30px;
}

/* ==========================================================================
BLOG
========================================================================== */
.list-category {
  padding-top: 15px;
}
.list-category .col-item a {
  display: block;
  position: relative;
}
.list-category .col-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px 20px 20px 20px;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.list-category .col-item .content h3 {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.list-category .col-item .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .list-category .col-item .content {
    padding: 100px 30px 30px 30px;
  }
}
@media (min-width: 1800px) {
  .list-category .col-item .content {
    padding: 100px 50px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .single-post .content-post {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
/* ==========================================================================
HOME INDUSTRIA
========================================================================== */
.lista-industria .post {
  position: relative;
}
.lista-industria .post a {
  display: block;
}
.lista-industria .post a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #efefef;
  background: linear-gradient(0deg, #efefef 20%, rgba(239, 239, 239, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.lista-industria .post img {
  max-width: none;
  width: 100%;
}
.lista-industria .post h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
  left: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
}
.lista-industria .post p {
  text-align: center;
  z-index: 9;
  position: relative;
}
.lista-industria .post a {
  color: #000;
}

@media (min-width: 992px) {
  .lista-industria .post h2 {
    padding: 50px;
  }
}
/* ==========================================================================
FIXED CONTACT
========================================================================== */
#fixed-contact {
  background-color: #EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
#fixed-contact .inner {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.modal-header {
  border-bottom: 0;
}

.modal-content {
  border-radius: 0;
  background-color: #EFEFEF;
}

@media (min-width: 992px) {
  .modal-body {
    padding: 0 2rem 2rem 2rem;
  }
}
/* ==========================================================================
ANIMACIONES
========================================================================== */
.list-category .col-item:nth-child(2n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.page-template-bomba-tubo .lista-caracteristicas-destacadas .col-item:nth-child(3n+2),
.lista-productos .col-item:nth-child(3n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.page-template-bomba-tubo .lista-caracteristicas-destacadas .col-item:nth-child(3n+3),
.lista-productos .col-item:nth-child(3n+3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lista-aplicaciones .col-item:nth-child(4n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lista-aplicaciones .col-item:nth-child(4n+3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lista-aplicaciones .col-item:nth-child(4n+4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}


.otgs-development-site-front-end {
  display: none !important
}
