/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #171717;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1583BD;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #00589A;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #dbebf0;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #171717;
  /* The default color of the main navmenu links */
  --nav-hover-color: #00589A;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #171717;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #00589A;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f7f9fe;
  --surface-color: #00589A;
}

.dark-background {
  --background-color: #004477;
  --default-color: #e3e3e3;
  --heading-color: #ffffff;
  --accent-color: #dbebf0;
  --surface-color: #fff;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  line-height: 1.5;
  color: #171717;
  text-align: justify;
}

a {
  text-decoration: none !important;
  color: var(--accent-color);
}

a:hover {
  color: var(--heading-color);
}

p {
  text-align: justify;
}

.cta {
  display: block;
  display: scroll;
  position: fixed;
  bottom: 200px;
  right: 15px;
  z-index: 99;
  background-color: #48a91f;
  border-radius: 50%;
  padding: 3px 15px;
  color: #ffffff;
  font-size: 38px !important;
  font-weight: bold;
}

img {
  border-radius: 1rem;
}

.cabecera {
  background-color: #53ddf2 !important;
  color: #013e6b;
  font-weight: bold;
  font-size: 17px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #00356f !important;
}

.bg-danger {
  background-color: #c15812 !important;
}

.bg-primary {
  background-color: #d9edf7 !important;
  color: #31708f;
  border-color: #bce8f1;
}

.border-primary {
  border-color: #00356f !important;
  border: 3px solid;
}

.bg-info {
  background-color: #00356f !important;
}

.card-header {
  border-radius: 0px !important;
}

.h-85 {
  height: 85% !important;
}

.clearfix {
  clear: both;
}

.cuadro-gris {
  background-color: #eeeeee;
  text-align: justify;
  padding: 10px 12px;
}

/************** contenido ***************/

.blanco {
  color: #fff;
}

.gris {
  background-color: #eeeeee;
}

.azul {
  color: #005dab;
}

.naranja {
  color: #ef8e27;
}

.naranja2 {
  background-color: #bd6e02;
}

.azul2 {
  color: #061067;
  font-size: 18px;
}

.azul3 {
  background-color: #0060a7;
}

h1 {
  color: #005dab;
  margin: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  margin-bottom: .9rem;
}

.h1-xs {
  color: #005dab;
  margin-top: 0;
  font-size: 35px;
  font-family: "Fjalla One", sans-serif;
}

h2 {
  color: #5ea5d9;
  font-size: 26px;
  font-weight: bold;
}

h3 {
  color: #014989;
  font-size: 21px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

.seccion {
  margin: 30px 10px 10px 15px;
  padding: 10px 10px;
  text-align: center;
}

.lista {
  margin-left: 30px;
}

.lista2 {
  margin-left: 30px;
  list-style-type: circle;
}

.negro {
  color: #000;
}

.rojo {
  color: #cc3300;
}

.t-1 {
  font-size: 13px;
}

.t-2 {
  font-size: 14px;
}

.t-3 {
  font-size: 16px;
}

.t-4 {
  font-size: 18;
}

.t-5 {
  font-size: 22px;
}

.t-6 {
  font-size: 34px;
}

.pleca {
  background-color: #005dab;

  padding: 3px;
  margin-bottom: 20px;
}

/***************Imagenes dinamicas********************/

.nav-item {
  display: block;
  padding-left: 1.2rem;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.navbar-toggler {
  margin: 0.2rem 1.2rem;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

.portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

.portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
  padding: 25px;
}

.portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 19px;
}

.portfolio-item .portfolio-wrap:hover {
  background: #293481;
}

.portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*************** parallax 1********************/
.highlight-info1 {
  background: url("../img/parallax1.jpg") center fixed;
}

.highlight-info-membranas {
  background: url("../img/hero-membranas.jpg") center fixed;
}

.highlight-info-portamembranas {
  background: url("../img/hero-portamembranas.jpg") center fixed;
}

.highlight-info-filtro-caucho {
  background: url("../img/hero-filtros-cartucho.jpg") center fixed;
}

.highlight-info1,
.highlight-info-membranas,
.highlight-info-portamembranas,
.highlight-info-filtro-caucho {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  height: 250px;
}

.highlight-info1 h1,
.highlight-info1 .h1,
.highlight-info-membranas h1,
.highlight-info-membranas .h1,
.highlight-info-portamembranas h1,
.highlight-info-portamembranas .h1,
.highlight-info-filtro-caucho h1,
.highlight-info-portamembranas .h1 {
  font-size: 55px;
  color: #fff;
  padding-top: 70px;
  font-weight: bold;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.96);
}

.highlight-info1 a,
.highlight-info-membranas a,
.highlight-info-portamembranas a,
.highlight-info-filtro-caucho a {
  color: #67b8fe;
}

.highlight-info1 .texto16,
.highlight-info-membranas .texto16,
.highlight-info-portamembranas .texto16,
.highlight-info-filtro-caucho .texto16 {
  color: #fff;
}

.highlight-info1 .overlay,
.highlight-info-membranas .overlay,
.highlight-info-portamembranas .overlay,
.highlight-info-filtro-caucho .overlay {
  background: rgba(41, 39, 39, 0.45);
  padding: 40px 30px 40px 30px;
}

@media (max-width: 990px) {

  .highlight-info1 h1,
  .highlight-info1 .h1,
  .highlight-info-membranas h1,
  .highlight-info-membranas .h1,
  .highlight-info-portamembranas h1,
  .highlight-info-portamembranas .h1,
  .highlight-info-filtro-caucho h1,
  .highlight-info-portamembranas .h1 {
    font-size: 40px;
    padding-top: 40px;
  }
}

@media (max-width: 670px) {

  .highlight-info1 h1,
  .highlight-info1 .h1,
  .highlight-info-membranas h1,
  .highlight-info-membranas .h1,
  .highlight-info-portamembranas h1,
  .highlight-info-portamembranas .h1,
  .highlight-info-filtro-caucho h1,
  .highlight-info-portamembranas .h1 {
    font-size: 30px;
    padding-top: 40px;
  }
}

#intro {
  padding-bottom: 20px;
}

/******** header ************/

.navbar {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.46);
}

.menu {
  background-color: #c9deee;
}

.dropdown-item {
  font-size: 13.4px;
  display: block;
  width: 100%;
  padding: 0.2rem 1rem;
  clear: both;
  font-weight: 400;
  color: #0c3c71;
  text-align: inherit;
  white-space: nowrap;
  background: transparent;
  border: 0;
}

.dropdown-item:hover {
  color: #fff;
  background: #005dab;
}

.top {
  background-image: url(../img/bg_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 10px 0px;
}

.icono {
  top: 2px;
  padding-right: 11px;
  padding-bottom: 10px;
}

.info-form {
  background-color: #fff;
  height: auto;
  text-align: justify;
  margin-top: 0px;
  padding-bottom: 20px;
}

.imagen {
  border: 1px solid #ccc;
  padding: 7px;
  background-color: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-p {
  padding: 5px;
  background-color: #18539f;
}

.pie-img {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 80%;
  font-size: 14px;
  margin-bottom: 15px;
}

.pie-img2 {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px 5px;
  text-align: center;
  width: 95%;
  font-size: 15.5px;
  color: #005bab;
  line-height: 1.4;
  font-weight: 600;
}

.sobre {
  padding-bottom: 4px;
}

.wrapper-banner1 {
  background-color: #5ea5d9;
  background-image: url(../img/img-banner.png);
  background-repeat: no-repeat;
  border: 2px solid #c4e7fe;
  color: #fff;
  margin: 15px auto;
  text-align: center;
  width: 210px;
  padding-top: 10px;
}

.wrapper-banner2 {
  background-color: #4994cb;
  background-image: url(../img/img-banner2.png);
  background-repeat: no-repeat;
  border: 2px solid #c4e7fe;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  width: 210px;
  padding-top: 10px;
}

.wrapper-banner3 {
  background-color: #ebebeb;
  border: 2px solid #c6e7f7;
  color: #ddd;
  margin: 0 auto;
  text-align: center;
  width: 210px;
}

/**********footer**********/

.footer {
  color: var(--contrast-color);
  font-size: 15px;
  height: auto;
  padding: 20px 15px;
  text-align: center;
  background-color: var(--accent-color);
  font-weight: 600;
}

.liga:link,
.liga:visited {
  color: var(--surface-color);
}

.liga:hover,
.liga:active {
  color: var(--contrast-color);
}

/****formulario****/

object {
  border: 2px solid #ddd;
  background-color: #ff9b12;
}

.form-group {
  color: #023677;
  margin-bottom: .9rem;
}

.errores {
  color: #a94442;
}

label {
  color: #023677;
}

.ancho {
  width: 10%;
  display: inline !important;
}

.ancho2 {
  width: 89%;
  display: inline !important;
}

.row_cuadro_gris {
  border: 1px solid #ccc;
  padding: 7px;
  background-color: #fff;
  margin: 30px 0px;
  display: table;
  border-radius: 15px;
}

.azul_d {
  background-color: #00589a;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: .9rem;
  padding: 8px;
}

.input_captcha2 {
  width: 30%;
}

.input_captcha {
  width: 15%;
}

.input_telefono {
  width: 80%;
}

.inputmini {
  width: 30% !important;
}

.inputmini2 {
  width: 60% !important;
}

.inputmini3 {
  width: 25% !important;
}

.inputmini4 {
  width: 73% !important;
}

.formulario {
  background-color: #ebebeb;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn-azul {
  background-color: #002e45;
  border-color: #002e45;
  color: #fff;
}

.btn-azul:hover {
  background-color: #002030;
  border-color: #002030;
  color: #fff;
}

.cuadro-clientes {
  padding: 15px;
  background-color: #c6e1ea;
  margin-bottom: 20px;
}

.cuadro-azul3 {
  padding: 15px;
  background-color: #6b9ffb;
  margin-bottom: 20px;
  color: #fff;
}

.cuadro-azul4 {
  padding: 15px;
  background-color: #3a67b8;
  margin-bottom: 20px;
  color: #fff;
}

.cuadro-azul5 {
  padding: 15px;
  background-color: #22437f;
  margin-bottom: 20px;
  color: #fff;
}

.highlight-info-parallaxmedio1 {
  background: url("../img/parallax-1.jpg") center fixed;
  background-size: cover;
  color: #fff;
  font-size: 25px;
  text-align: center;
  background-position: center center;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
}

.highlight-info-parallaxmedio1 a {
  text-decoration: none;
  font-weight: bold;
}

.highlight-info-parallaxmedio1 .overlay {
  padding: 3em 0;
  background: rgba(0, 0, 0, 0.7);
}

.highlight-info-parallaxmedio1 h3 {
  color: #3780e6;
}

.navbar-expand-lg .navbar-nav {
  font-size: 15px;
  padding-left: 4rem;
}

@media (max-width: 1500px) {
  .navbar-expand-lg .navbar-nav {
    font-size: 13.5px;
    padding-left: 0rem;
    padding-top: 10px;
  }
}

.cuadro-azul2 {
  padding: 20px;
  background-color: #00589a;
  margin-bottom: 20px;
  color: #fff;
}

.table td,
.table th {
  padding: 0.3rem 0.7rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
}

@media (max-width: 670px) {

  .table td,
  .table th {
    padding: 0.3rem 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 10px;
  }
}

.highlight-info-parallaxmedio2 {
  background: url("../img/parallax-1.jpg") center fixed;
  background-size: cover;
  color: #fff;
  font-size: 16.5px;
  text-align: justify;
  background-position: center center;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
}

.highlight-info-parallaxmedio2 a {
  text-decoration: none;
  font-weight: bold;
}

.highlight-info-parallaxmedio2 .overlay {
  padding: 3em 0;
  background: rgba(0, 0, 0, 0.8);
}

.highlight-info-parallaxmedio2 h3 {
  color: #3780e6;
  font-size: 23px;
}

.back-gris {
  background-color: #ecf3f3;
}

@media (max-width: 990px) {
  #play-btn {
    width: 70px;
    height: 70px;
    background: #353535;
    border-radius: 50%;
    display: block;
    position: fixed;
    right: 15px;
    top: 350px;
    color: #fff;
    font-size: 28px;
    padding: 8px 0 0 18px;
    border: 3px solid #30b0ee;
    z-index: 99;
  }

  #play-btn::before,
  .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 10px solid #30b0ee;
    border-radius: 100%;
    animation: latido linear 6s infinite;
  }

  #play-btn::after {
    animation-delay: -1.5s;
  }

  @keyframes latido {
    0% {
      width: 70px;
      height: 70px;
      border: 10px solid #30b0ee;
    }

    20% {
      width: 120px;
      height: 120px;
      border: 10px solid transparent;
    }

    100% {
      width: 120px;
      height: 120px;
      border: 10px solid transparent;
    }
  }

  .icono {
    width: 42px;
    height: 42px;
    margin-top: 12px;
    margin-left: 14.5px;
  }

  #button-0 {
    top: 50px;
    left: 100px;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.recuadro-otros-nombres {
  border: 2px solid #00589a;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}


#testimonials .testimonial-item {
  padding: 30px 20px 30px 20px;
  margin: 30px 0px;
  text-align: justify;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  font-size: 15px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
  text-align: center;
}

.cuadro-azul {
  background-color: #fff;
  color: #0f70b8;
  padding: 15px 22px;
  font-size: 17.5px;
  margin: 15px 0px;
  border-radius: 5px;
  text-align: justify;
  border: 3px #0f70b8 solid;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 60px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 400;
  color: var(--heading-color);
}

.header {
  isolation: isolate;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 12px 18px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: all 0.3s ease;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 11px;
    line-height: 0;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }

  .navmenu>ul>li>a::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 8px;
    width: 6px;
    height: 6px;
    background: var(--accent-color);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
  }

  .navmenu>ul>li>a:hover,
  .navmenu>ul>li>.active,
  .navmenu>ul>li>.active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu>ul>li>a:hover::after,
  .navmenu>ul>li>.active::after,
  .navmenu>ul>li>.active:focus::after {
    opacity: 1;
    transform: scale(1);
  }

  .navmenu>ul>li:hover>a i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 20px;
    background: var(--nav-dropdown-background-color);
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: calc(100% + 20px);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.18);
    min-width: 220px;
    overflow: visible;
  }

  .navmenu .dropdown ul li {
    min-width: 100%;
  }

  .navmenu .dropdown ul a {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--nav-dropdown-color);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }

  .navmenu .dropdown ul a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: width 0.3s ease;
    transform: translateY(-50%);
  }

  .navmenu .dropdown ul a::after {
    display: none;
  }

  .navmenu .dropdown ul a i {
    font-size: 10px;
  }

  .navmenu .dropdown ul a:hover {
    color: var(--nav-dropdown-hover-color);
    padding-left: 24px;
  }

  .navmenu .dropdown ul a:hover::before {
    width: 12px;
  }

  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
    padding-left: 24px;
  }

  .navmenu .dropdown ul .active::before,
  .navmenu .dropdown ul .active:hover::before,
  .navmenu .dropdown ul li:hover>a::before {
    width: 12px;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: -20px;
    left: auto;
    right: calc(100% + 10px);
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: -20px;
    right: calc(100% + 10px);
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .mobile-nav-toggle:hover {
    color: var(--accent-color);
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 0 0 0;
    padding: 30px 24px;
    margin: 0;
    border-radius: 0;
    background-color: var(--nav-mobile-background-color);
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transition: 0.3s ease;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 16px 0;
    font-family: var(--nav-font);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: all 0.3s ease;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    position: relative;
  }

  .navmenu a::before,
  .navmenu a:focus::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: width 0.3s ease;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    color: var(--accent-color);
  }

  .navmenu a:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu a:hover::before {
    width: 40px;
  }

  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active::before,
  .navmenu .active:focus::before {
    width: 40px;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    color: var(--accent-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0 10px 20px;
    margin: 0;
    background: transparent;
    border-left: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    inset: unset;
  }

  .navmenu .dropdown ul a {
    padding: 12px 0;
    font-size: 16px;
    border-bottom-color: color-mix(in srgb, var(--default-color), transparent 95%);
  }

  .navmenu .dropdown ul ul {
    padding-left: 16px;
    border-left-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 14px;
    right: 20px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s ease;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    /* max-height: 100vh; */
    height: fit-content;
  }
}

/*--------------------------------------------------------------
# Travel Hero Section
--------------------------------------------------------------*/
.travel-hero {

  background-size: cover;
  padding: 140px 0 80px;
  min-height: 0vh;
  display: flex;
  align-items: center;
}

.travel-hero.banner1 {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface-color), transparent 70%) 0%, color-mix(in srgb, var(--surface-color), transparent 80%) 100%), url("../img/banner_membranas-para-agua.webp") center center no-repeat;

}

.travel-hero.banner2 {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface-color), transparent 70%) 0%, color-mix(in srgb, var(--surface-color), transparent 80%) 100%), url("../img/banner_membrana_para_osmosis_inversa.webp") center center no-repeat;

}



.travel-hero .hero-content .badge-tag {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  color: var(--accent-color);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 60%);
}

.travel-hero .hero-content .badge-tag i {
  margin-right: 6px;
}

.travel-hero .hero-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  color: var(--background-color);
}

@media (max-width: 768px){
  .travel-hero .hero-content h2 {
  margin: 1.2rem;
}
}

.travel-hero .hero-content p {
  font-size: 1.15rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.travel-hero .btn-explore {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--accent-color);
}

.travel-hero .btn-explore:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  border-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent-color), transparent 60%);
  color: var(--contrast-color);
}

.travel-hero .btn-browse {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background-color: transparent;
  color: var(--background-color);
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid color-mix(in srgb, var(--background-color), transparent 60%);
}

.travel-hero .btn-browse:hover {
  background-color: var(--background-color);
  color: var(--surface-color);
  transform: translateY(-3px);
}

.travel-hero .search-bar {
  background-color: color-mix(in srgb, var(--surface-color), transparent 5%);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.travel-hero .search-bar label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 6px;
}

.travel-hero .search-bar .input-icon {
  position: relative;
}

.travel-hero .search-bar .input-icon i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color);
  font-size: 1rem;
}

.travel-hero .search-bar .input-icon .form-control {
  padding-left: 40px;
}

.travel-hero .search-bar .form-control {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 10px;
  padding: 11px 14px;
  height: auto;
  background-color: color-mix(in srgb, var(--surface-color), transparent 40%);
  color: var(--default-color);
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.travel-hero .search-bar .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
  background-color: var(--surface-color);
}

.travel-hero .search-bar .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.travel-hero .search-bar .btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 28px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.travel-hero .search-bar .btn-search:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 12%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 55%);
}

.travel-hero .stats-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 16px 0;
}

.travel-hero .stats-row .stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.95rem;
}

.travel-hero .stats-row .stat-item i {
  color: var(--accent-color);
  font-size: 1.15rem;
}

.travel-hero .stats-row .stat-item strong {
  font-weight: 800;
  color: var(--default-color);
}

@media (max-width: 992px) {
  .travel-hero {
    padding: 100px 0 60px;
    min-height: auto;
  }

  .travel-hero .hero-content h1 {
    font-size: 3rem;
  }

  .travel-hero .stats-row {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .travel-hero {
    padding: 80px 0 50px;
  }

  .travel-hero .hero-content h1 {
    font-size: 2.25rem;
  }

  .travel-hero .hero-content h1 br {
    display: none;
  }

  .travel-hero .hero-content p {
    font-size: 1rem;
  }

  .travel-hero .hero-content .badge-tag {
    font-size: 0.75rem;
    padding: 6px 16px;
  }

  .travel-hero .btn-explore,
  .travel-hero .btn-browse {
    padding: 12px 24px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }

  .travel-hero .d-flex {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .travel-hero .search-bar {
    padding: 20px;
    border-radius: 12px;
  }

  .travel-hero .stats-row {
    gap: 16px;
  }

  .travel-hero .stats-row .stat-item {
    font-size: 0.85rem;
  }
}

button {
  border: transparent;
}

.services .svc-card {
  display: flex;
  align-items: stretch;
  background-color: var(--contrast-color);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  box-shadow: 0 4px 18px color-mix(in srgb, var(--default-color), transparent 94%);
  transition: all 0.35s ease;
}

.services .svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--default-color), transparent 85%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 65%);
}

.services .svc-card:hover .svc-icon-panel {
  background: color-mix(in srgb, var(--accent-color), var(--default-color) 28%);
}

.services .svc-card:hover .svc-link {
  color: var(--accent-color);
}

.services .svc-card:hover .svc-link i {
  transform: translateX(5px);
}

.services .svc-card .svc-icon-panel {
  width: 115px;
  min-width: 115px;
  background: var(--accent-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 16px;
  transition: background 0.35s ease;
}

.services .svc-card .svc-icon-panel .svc-num {
  font-family: var(--heading-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: color-mix(in srgb, var(--contrast-color), transparent 45%);
  text-transform: uppercase;
}

.services .svc-card .svc-icon-panel i {
  font-size: 34px;
  color: var(--contrast-color);
}

.services .svc-card .svc-body {
  padding: 30px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services .svc-card .svc-body h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.35;
}

.services .svc-card .svc-body p {
  font-size: 15px;
  line-height: 1.75;
  color: color-mix(in srgb, var(--accent-color), transparent 18%);
  flex: 1;
  /* margin-top: 20px; */
  font-weight: 600;
  text-align: center;
}

.services .svc-card .svc-body .svc-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.services .svc-card .svc-body .svc-link i {
  font-size: 15px;
  transition: transform 0.3s ease;
}

@media (max-width: 576px) {
  .services .svc-card {
    flex-direction: column;
  }

  .services .svc-card .svc-icon-panel {
    width: 100%;
    min-width: 0;
    height: 88px;
    flex-direction: row;
    gap: 14px;
    padding: 0 28px;
  }

  .services .svc-card .svc-icon-panel .svc-num {
    font-size: 10px;
  }

  .services .svc-card .svc-icon-panel i {
    font-size: 28px;
  }

  .services .svc-card .svc-body {
    padding: 24px 22px;
  }

  .services .svc-card .svc-body h3 {
    font-size: 18px;
  }

  .services .svc-card .svc-body p {
    font-size: 14px;
  }
}

.btn-primary {
  background-color: var(--heading-color);
  color: var(--contrast-color);
  border: var(--heading-color);
}

.btn-primary:hover {
  background-color: var(--accent-color);
  border: var(--accent-color);
}

.contact-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 1rem;
}

.contact-form p {
  font-size: .9rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0;
}

ul.check-list {
  list-style: none;

  i {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--accent-color);
  }
}

.explora-mas img {
  border-radius: .2rem .2rem 0 0;
}

.explora-mas .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.explora-mas .card-body {
   flex:1;
  display:flex;
  flex-direction:column;
  text-align:center;
}

.explora-mas .card-title{
  margin-bottom:1rem;
}

.explora-mas .btn{
  margin-top:auto !important;
}

.explora-mas .row.equal-height .col-lg-4 {
  display: flex;
}

.explora-mas .row.equal-height .card {
  flex: 1;
}

.text-cta {
  color: var(--accent-color);
}

.portfolio .showcase-card {
  background-color: var(--heading-color);
  border-radius: 0 0 .2rem .2rem;
  overflow: hidden;
  /* border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%); */
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* .portfolio .showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--default-color), transparent 90%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
} */

/* .portfolio .showcase-card:hover .card-image img {
  transform: scale(1.08);
} */

/* .portfolio .showcase-card:hover .card-image .image-actions {
  opacity: 1;
  visibility: visible;
} */

.portfolio .showcase-card .card-image {
  position: relative;
  overflow: hidden;
}

.portfolio .showcase-card .card-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0;
}

@media (max-width: 768px) {
  .portfolio .showcase-card .card-image img {
    height: 200px;
  }
}

.portfolio .showcase-card .card-image .image-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--default-color), transparent 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.portfolio .showcase-card .card-image .image-actions .action-btn {
  width: 44px;
  height: 44px;
  background-color: var(--contrast-color);
  color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

.portfolio .showcase-card .card-image .image-actions .action-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(0);
}

.portfolio .showcase-card .card-image .card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 14px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 50px;
  z-index: 2;
}

.portfolio .showcase-card .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.portfolio .showcase-card .card-body .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.portfolio .showcase-card .card-body .card-meta .meta-client {
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--default-color), transparent 45%);
  display: flex;
  align-items: center;
  gap: 5px;
}

.portfolio .showcase-card .card-body .card-meta .meta-client i {
  font-size: 0.75rem;
}

.portfolio .showcase-card .card-body .card-meta .meta-date {
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-weight: 300;
}

.portfolio .showcase-card .card-body .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--contrast-color);
  line-height: 1.35;
  transition: color 0.3s ease;
  text-align: center;
}

@media (max-width: 768px) {
  .portfolio .showcase-card .card-body .card-title {
    font-size: 1.1rem;
  }
}

.portfolio .showcase-card .card-body .card-text {
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.65;
  margin-bottom: 20px;
  flex-grow: 1;
}

.portfolio .showcase-card .card-body .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.portfolio .showcase-card .card-body .card-tags .tag {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
}

.portfolio .cta-banner {
  margin-top: 80px;
  padding: 50px 45px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
  border-radius: 16px;
  border-left: 4px solid var(--accent-color);
}

@media (max-width: 992px) {
  .portfolio .cta-banner {
    padding: 40px 30px;
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .portfolio .cta-banner {
    padding: 30px 24px;
    margin-top: 50px;
  }
}

.portfolio .cta-banner .banner-content h4 {
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--heading-color);
  line-height: 1.3;
}

@media (max-width: 768px) {
  .portfolio .cta-banner .banner-content h4 {
    font-size: 1.35rem;
  }
}

.portfolio .cta-banner .banner-content p {
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .portfolio .cta-banner .banner-content p {
    margin-bottom: 30px;
  }
}

.portfolio .cta-banner .banner-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

@media (max-width: 992px) {
  .portfolio .cta-banner .banner-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .portfolio .cta-banner .banner-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
