

.navbar-nav .nav-item{margin-right:0px;}

h1 {font-weight:900;}

.single-banner h2{font-size:15px !important;}

.navbar-nav .nav-item:last-child ul{right:0 !important; left:auto;} 

    .header .navbar-collapse {left: auto !important;white-space:no-wrap; width:auto; right:0px;         overflow-y: auto;}

.h4-minima {min-height:36px}
.col-hover p { line-height: 18px;}
.col-hover p a:hover {color:#3cb98d !important}

.pagination {    text-align: left;    margin: 20px 0 20px 0;	}


.section-title h1 {
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
	}

.section-title h1::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background-color: #3cb98d;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    border-radius: 2px;
}
.contact-form-head .form-main .form .form-group select {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0 40px 0 20px;
  color: #333;
  font-weight: 400;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='12' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M2 4l4 4 4-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center; 
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.4s ease;
}


.section-subtitle h1::before{margin-left: 0px;left: 0px;}

.simple-page p {font-size:16px; line-height:25px}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


.check-terms {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}


.check-terms input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0;
  transform: scale(1);
  }
.check-terms a {
  color: #5a3dd5;
  text-decoration: underline;
}

.check-terms a:hover {
  text-decoration: none;
}
.form-group input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  margin: 0 8px 0 0 !important;
  vertical-align: middle !important;
  accent-color: #5a3dd5; /* color del check (moderno y personalizable) */
}


.nav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
}


.navbar .nav-link {
  color: #00152a;
  font-weight: 500;
  background: none;
  border: 0;
  text-transform: none;
  cursor: pointer;
}

.navbar-nav .nav-item button {
  padding: 20px 0px;
  font-size: 14px;
}

.navbar .nav-link:hover,
.navbar .nav-item:hover > .nav-link {
  color: #1e8b5f;
}


.navbar .menu-parent {
  position: relative;
  padding-right: 14px; /* espacio para la flecha */
}


.navbar .menu-parent::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #1e8b5f;
  border-bottom: 2px solid #1e8b5f;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}




.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 220px;
  z-index: 9999;
}


.nav-item:hover > .submenu {
  display: block;
}


.submenu-item {
  display: block;
  padding: 10px 10px;
  color: #00152a;
  font-size: .9rem;
  text-decoration: none;
  white-space: normal;
}

.submenu-item:hover {
  background: rgba(30,139,95,0.08);
  color: #1e8b5f;
}


.submenu{padding:0px;}

.footer .single-footer.f-contact .mail {
    color: #d6d6d6;

}
.navbar-nav .nav-item ul li a{padding:10px 10px; display:block;}


.single-footer ul {padding-left:0px;}

/* footer catálogo */
.single-footer.f-link ul{
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: 1fr;   /* 1 columna en móvil */
  gap: 8px 24px;                /* separación vertical / horizontal */
}

@media (min-width: 576px){      /* sm+ => 2 columnas */
  .single-footer.f-link ul{
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-footer.f-link ul li{
  margin: 0;
}

.single-footer.f-link ul li a{
  display: inline-block;
  text-decoration: underline;   /* como en tu captura */
}

.footer .single-footer.f-link ul li {
    display: block;
    margin-bottom: 0px;
	}


.offcanvas-submenu {
  display: none;
}


.submenu-caret {
  transition: transform 0.2s ease;
}


.offcanvas-link.active .submenu-caret {
  transform: rotate(90deg);
}


.offcanvas-submenu a {
  font-size: .95rem;
}

.offcanvas-submenu a:hover {
  color: #1e8b5f;
}




@media (min-width: 1200px) {
    .h4, h4 {
                font-size: inherit !important;
    }

	/* desktop */
@media (min-width: 992px) {
  .nav-inner .nav-item {
    position: relative;
  }
  .nav-inner .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    display: none;
    z-index: 999;
    padding: .5rem 0;
  }
  .nav-inner .nav-item:hover > .sub-menu {
    display: block;
  }
  .nav-inner .sub-menu li a {
    display: block;
    padding: .4rem 1rem;
  }
}



