body {
  font-family: 'Open Sans', sans-serif;
  color: #292B33;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #191C23;
  text-transform: uppercase;
  line-height: 120%;
  position: relative;
  margin: 0 0 20px 0;
}
h1, .h1 {
  font-size: 72px;
  color: white;
}
h2, .h2 {
  font-size: 72px;
  color: #003DA7;
  padding-bottom: 20px;
}
h3, .h3 {
  font-size: 52px;
  padding-bottom: 20px;
}
h4, .h4 {
  font-size: 32px;
  color: #003DA7;
  padding-bottom: 20px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 18px;
  color: #003DA7;
  margin-bottom: 10px;
}
h1:before, 
h2:before,
h3:before,
h4:before   {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background: #499B2D;
  position: absolute;
  bottom: 0;
}
.cntr h1:before,
.cntr h2:before,
.cntr h3:before,
.cntr h4:before,
.cntr h5:before,
.cntr h6:before {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li,
ol li,
p {
  font-size: 18px;
  color: #2D2D2D;
  line-height: 140%;
  margin-bottom: 15px;
}
.intro p {
  font-size: 16px;
  font-weight: 600;
  color: #4b4b4b;
}
a {
  color: #1B4381;
  text-decoration: none;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: gray;
}
b, strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #e6e6e6;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.left {
  float: left;
}
.cover { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.bullets li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #1B4381;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header.smaller {
  animation: .8s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  background: #00000096;
  height: 60px;
  padding-top: 0;  
  box-shadow: 0px 1px 8px rgba(0,0,0,.4);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background: #F1F5F9;
}
.col-ft {
  padding-left: 25px;
  position: relative;
}
.col-ft:before {
  font-size: 16px;
  color: #003DA7;
  position: absolute;
  left: 0;
  top: 5px;
}
.col-ft p,
.col-ft a {
  font-size: 14px;
  color: #222D5A;
}
a.col-ft { 
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 170%;
}
ul.social li {
  display: inline;
  margin-right: 20px;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  font-size: 30px;
  color: #003DA7;
}
ul.social li a:hover {
  color: #499B2D;
}
.ft-logo {
  background: #F8FAFC;
  position: relative;
  background: #F8FAFC;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.ft-logo:after {
  position: absolute;
  content: '';
  left: -49995px;
  top: 0px;
  height: 100%;
  z-index: 0;
  width: 50000px;
  background-color: #F8FAFC;
}
.copyright {
  background: #E9E9E9;
}
.copyright p {
  font-size: 14px;
  color: #003DA7;
  margin: 20px 0;
}
/*///////////////////////
///        Menu       ///
///////////////////////*/
nav {
  display: inline-block;
  vertical-align: top;
}
nav ul {
  margin: 0;
	position: relative;
}
nav ul li {
  display: inline;
  margin-right: 25px;
  position: relative;
}
nav ul li:last-child { margin-right:0; }
nav ul li a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  line-height: 110%;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li a:hover
/*nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a */{
  color: #499B2D;
} 
nav > ul > li:last-child > a {
  border: 1px solid white;
  border-radius: 10px;
  padding: 9px 15px 7px 15px;
}
nav > ul > li:last-child > a:hover {
  background: #499B2D;
  color: white;
  border-color: #499B2D;
}
nav ul li ul {
	position: absolute;
	background: #0A3478;
	text-align: left;
	width: 180px;
	padding: 15px;
	left: 0;
	display: none;
	top: 25px;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li {
	display: block;
    margin: 0;
}
nav ul li ul li a {
	border-bottom: 1px solid #ffffff42;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
	font-size: 17px;
}
nav ul li ul li:last-child a {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*///////////////////////
///    Mobile Menu    ///
///////////////////////*/
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  padding: 25px 20px;
  width: 350px;
  height: 100%;
  right: -350px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
  background: #0A3478;
}
#mobile-menu nav {
  float: none;
}
.cerrar-menu {
  cursor: pointer;
}
#mobile-menu .icon-close {
  cursor: pointer;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  padding: 11px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #ffffff82;
}
#mobile-menu .icon-close:hover {
  border-color: white;
}
#mobile-menu .language a span {
  color: white;
}
#mobile-menu .language a:hover {
  background: #1B4381;
}
#mobile-menu .whtspp { display: none; }
.hamburger {
  color: white;
  float: right;
  font-size: 21px;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: all 300ms;
  background: #499B2D;
  display: none;
}
.hamburger:hover {
  background: #003DA7;
}
.cerrar-menu img:hover {
  opacity: 0.7;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu > nav > ul {
  margin-bottom: 40px;
}
#mobile-menu nav ul li a {
  color: white;
  padding: 15px 10px;
  display: block;
}
#mobile-menu nav ul li:last-child a {
	border: none;
}
#mobile-menu nav ul li:last-child a:hover {
	background: transparent!important;
}
#mobile-menu nav ul li a:hover {
  color: #499B2D;
}
#mobile-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
#mobile-menu nav ul li a:hover:after, 
#mobile-menu nav ul li.current-menu-item a:after,
#mobile-menu nav ul li.current-page-ancestor a:after {
  background: transparent;
}
#mobile-menu nav ul li ul li:last-child {
	border-bottom: 0;
}
/*
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}
body.open-menu .mask {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
*/
body.open-menu #mobile-menu {
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
/*///////////////////////
///      Dropdown     ///
///////////// /////////*/
.fil-menu {
  width: auto;
  position: relative;
  padding: 0;
}
.fil-menu a.dropdown-link{
	display: block;
    font-size: 20px;
    cursor: pointer;
    padding: 13px 20px;
    background: url(/wp-content/uploads/2025/04/Icon-png.webp) white center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 4;
    color: #2D2D2D;
    line-height: 120%;
    background-position-x: calc(100% - 20px);
	margin-bottom: 20px;
}
.fil-menu a.dropdown-link:hover{
	text-decoration: none;
}
.fil-menu a.dropdown-link  i{
	float: right;
	position: relative;
	top: 15px;
}
.fil-dropdown {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    min-width: 100%;
    position: absolute;
    z-index: 3;
    margin: 0;
	display: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .25);
}
ul.fil-dropdown li { margin-bottom: 5px;}
ul.fil-dropdown li a {
	color: #2D2D2D;
}
ul.fil-dropdown a:hover {
	color: #499B2D;
}
ul.fil-dropdown li ul {
    padding-left: 20px;
}
ul.fil-dropdown li ul li a {
	font-size: 16px;
	color: #7a7a7a;
}
.tag {
    display: inline-block;
    background: white;
    color: black !important;
    font-size: 13px !important;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.mt-site { margin-top: 100px; }
.show-md,
.show-xl,
.display-none { display: none; }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*////////////////////////
///      Sections     ////
////////////////////////*/
.whatsapp { 
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	padding: 0;
	display: inline-block;
	line-height: 110%;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	display: none; 
	width: 200px;
}
.whatsapp,
.whtspp a {
	background: #4dc247;
	border-radius: 10px;
    padding: 8px 15px 7px 15px;
}
.whatsapp i,
.whtspp a i {
	position: relative;
	top: 2px;
}
.whatsapp:hover,
.whtspp a:hover {
	color: #4b4b4b;
	background: #499B2D;
}
.boxwhite {
	background: white;
	padding: 40px 90px;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
	margin-top: -70px;
	position: relative;
	z-index: 1;
}
.boxwhite img,
.boxwhite figure {
	width: 100%;
}
.btn {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  background: transparent;
  border-radius: 15px;
  border: 1px solid white;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  padding: 8px 60px 6px 60px;
  width: fit-content;
  z-index: 0;
  overflow: hidden;
}
.btn.big {
  padding: 8px 40px 6px 40px;
}
.btn:hover,
.btn.big:hover {
  background: #499B2D;
  color: white;
  border-color: #499B2D;
}
.btn.blue {
	background: #003DA7;
	color: white;
}
.intro .intro-col {
  height: 700px;
  display: flex;
  align-items: center;
}
.intro .intro-col .caption {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}
.intro .intro-col .caption p {
  color: white;
}
.industry .box-white {
  background: white;
  border-radius: 10px;
  text-align: center;
}
.industry {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.banner {
  background: url(../img/bg-banner.jpg) no-repeat center center;
  background-size: cover;
}
.banner h3 { padding-bottom: 0;}
.banner h3:before {
	content: none;
}
.banner-box * { color:white; }
.banner-box {
  border-radius: 10px;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
.banner-box .caption {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
.banner-box .caption.cer {
	max-width: 830px;
}
.banner-box .caption.cer img {
	border-radius: 20px;
}
#contact {
  background: url(../img/bg-contact.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}
#contact p { color:white; }
.title-white  h1,
.title-white  h2 { color: white; }
.stage-medium {
  padding-top: 80px;
  height: 480px;
  display: flex;
  align-items: center;
}
.single-stage {
  padding-top: 80px;
  padding-bottom: 40px;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.single-stage:before {
  content: '';
  background: rgba(0, 0, 0, .4);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-stage:after {
  content: '';
  background: url(../img/texture.png) repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-stage .caption {
  position: relative;
  z-index: 3;
}
.single-stage p.tag {
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px !important;
    color: white !important;
    text-transform: uppercase;
    margin-bottom: 0;
    background: none;
}
.single-stage h1 {
  padding-left: 75px;
  background-size: 45px !important;
  background-position-y: 11px !important;
}
.single-stage h1:before {
  left: 0;
}
.single-stage p {
  color: white;
}
.stage-medium p {
  font-size: 18px;
  color: white;
}
.single-stage.medium {
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: 480px;
    display: flex;
    position: relative;
    flex-flow: column;
    justify-content: center;
}
.single-stage.medium h1 {
	padding-left: 0;
}
.single-stage.small{
	min-height: 300px;
}
.single-stage.sngl {
	min-height: 300px;
}
.single-stage.sngl h1 {
	padding-left:0;
}
.stage-medium.prdtc {
	padding-top: 160px;
    padding-bottom: 60px;
    height: auto;
}
.stage-medium.prdtc h1 {
	
}
.fav .img-cover {
  min-height: 400px;
}
.fav .caption {
  width: 100%;
  max-width: 450px;
  padding-left: 40px;
}
.bg-grdiend-blue {
  background: linear-gradient(0deg, rgba(6,32,94,1) 0%, rgba(0,61,167,1) 100%);
}
.prop *,
.presence * { color:white; }
.presence {
  padding-bottom: 125px;
}
.box-value {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 40px 10%;
  text-align: center;
}
.box-value h3 {
  color: #003DA7;
  display: inline-block;
  padding-bottom: 0;
}
.box-value h3:before {
  display: block;
  width: auto;
  height: auto;
  background: none;
  position: initial;
  bottom: 0;
  float: left;
  margin-right: 20px;
  font-size: 43px;
  margin-top: 4px;
}
.prop {
  background: url(../img/bg-pro.jpg) no-repeat center center;
  background-size: cover;
  padding: 200px 0 100px 0;
}
.prop h3:before { background: white; }
.mv { 
  margin: -110px 0 -145px 0; 
  position: relative;
  z-index: 1;
}
.card-industry {
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.card-industry:before {
  content: '';
  background: url(../img/texture.png) repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-industry h3 {
  font-size: 42px;
  color: white;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.card-industry h3:before { content:none; }
.card-industry .caption {
  position: absolute;
  z-index: 2;
  padding: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-flow: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card-industry .caption:before {
  content: '';
  background: linear-gradient(0deg, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 0%) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.card-industry .caption img {
  margin: 0 auto;
}
.card-industry .caption p {
  color: white;
}
.card-industry .caption .btns {
  transition: all 500ms;
  height: 0;
  opacity: 0;
}
.card-industry .caption .btns .btn { margin: 0 auto; }
.card-industry:hover .caption .btns {
  height: 125px;
  opacity: 1; 
}
.card-industry > img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400msease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.card-industry:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2); 
  -webkit-transform: scale(1.2,1.2);
}
.attributes h2 {
  text-align: center;
}
.attributes h2:before,
.applications h2:before,
.box-apapplications h3:before  {
  content: none;
}
.card-attribute {
  width: 350px;
  min-height: 60px;
  background: #499B2D;
  border-radius: 60px;
  position: relative;
  margin-top: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 70px 15px 40px 15px;
  vertical-align: top;
}
.card-attribute .card-attribute-icono {
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  border: 5px solid #499B2D;
  border-radius: 100px;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.card-attribute img {
  width: 28px;
}
.card-attribute p {
  color: white;
  margin-bottom: 0;
}
.bg-light-blue {
  background: #F1F5F9;
}
.box-apapplications {
  background: #003DA7;
  border-radius: 10px;
  overflow: hidden;
}
.box-apapplications h3 {
  font-size: 42px;
  color: white;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box-apapplications p {
  color: white;
}
.p40 { padding: 40px; }
.item-apapplications {
  min-height: 300px;
  display: flex;
  align-items: center;
}
.product-card {
	background: #003DA7;
	border-radius: 10px;
	padding: 30px;
	height: 360px;
	margin-bottom: 50px;
	position: relative;
	display: flex;
    align-items: center;
}
.product-card p {
	font-size: 14px;
	line-height: 110%;
}
.product-card:before {
	content:'';
	background: #499B2D;
	width: 130px;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	border-radius: 0 10px 10px 0;
	z-index:1;
}
.product-card h2,
.product-card p { color: white; }
.product-card h2 { 
	font-size: 35px; 
	padding-bottom: 0;
	margin-bottom: 5px;
}
.product-card h2:before {
	content: none;
}
.product-card-img {
	width: 200px;
	height:307px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}
.product-card-txt {
	width: calc(100% - 175px);
	position: relative;
    z-index: 3;
}
.product-card-txt .card-attribute p {
	font-size: 14px;
}
.product-card-txt .card-attribute .card-attribute-icono,
.stage-medium.prdtc .card-attribute .card-attribute-icono {
	margin-right: initial;
	margin-left: initial;
	top: 5px;
	left: 5px;
	border: none;
	width: 50px;
	height: 50px;
}
.product-card-txt .card-attribute, 
.stage-medium.prdtc .card-attribute {
	margin: 0;
    width: 235px;
    text-align: left;
    padding: 0 10px 0 70px;
    display: inline-flex;
    justify-content: flex-start;
}
.stage-medium.prdtc .card-attribute p {
	font-size: 14px;
}
.product-card .btns {
	transition: all 500ms;
    height: 0;
    opacity: 0;
}
.product-card:hover .btns {
    height: 55px;
    opacity: 1;
	padding-top: 20px;
}
.row-txt {
	min-height:500px;
	padding: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.row-txt h4 {
	padding-bottom: 0;
}
.row-txt h4:before {
	content: none;
}
.list ul li {
	position: relative;
	padding-left: 20px;
}
.list ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #003DA7;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 8px;
}
.title-products {
	display: flex;
	align-items: center;
}
.title-products h2 {
	display: inline;
    float: left;
    padding-right: 60px;
    margin-right: 60px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.title-products h2:before {
	width: 5px;
	height: 72px;
	background: #499B2D;
	position: absolute;
	bottom: initial;
	right: 0;
}
.bg-point {
	background: url(/wp-content/uploads/2025/04/pg-point.webp) repeat;
}
#products {
	padding-top: 240px;
	margin-top: -90px;
}
/*
.whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
    transition: all 0.5s ease 0s;
    z-index: 200;
    text-decoration: none !important;
    background-color: rgb(77, 194, 71) !important;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}
.whatsapp:hover {
    opacity: .8;
}
*/
/*////////////////////////
///       Slick       ////
////////////////////////*/
.herobanner .img-cover {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.herobanner .img-cover:before {
  content: '';
  display: block;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/
.herobanner .slick-slide {
 height: 100vh;
}
.herobanner .caption {
  width: 100%;
  max-width: 740px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.herobanner .caption p { 
  font-size: 20px;
  color:white;
	font-weight: 600;
}
.herobanner .caption strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  font-weight: normal;
  line-height: 120%;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
.herobanner .caption strong:before {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background: #499B2D;
  position: absolute;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}
.herobanner .caption img {
  display: block;
  margin: 0 auto;
}
.slick-dots { bottom: 20px;}
.slick-dots li button {
	width: 14px;
	height: 14px;
	border-radius:60px;
	background: rgba(255,255,255,.4);
}
.slick-dots li button:before {
	content: none;
}
.slick-dots li.slick-active button {
	background: #003DA7;
	opacity: .5;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-next {
	right: 25px;
	 z-index: 9;
}
.slick-prev {
    left: 25px;
    z-index: 9;
}
.slick-next,
.slick-prev {
	width: 20px;
	height: 28px;
}
.slick-next:before,
.slick-prev:before {
	font-family: "packpro";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
}
.slick-next:before {
	content: "\6b";
}
.slick-prev:before {
	content: "\6c";
} 
.dldr-industries .slick-list {
    padding: 0 60px 0 0 !important;
}
.filter-box {
	padding: 40px 20px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 15px 25px rgba(0,0,0,.25);
    position: relative;
    z-index: 1;
}
.filter-box h4:before { content: none; }
.filter-box select {
	margin-bottom: 10px;
}
.filter-box ul li ul {
	padding-left: 20px;
	padding-top: 5px;
}
.filter-box ul li ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
.filter-box ul li ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.filter-box ul li a {
	color: #2D2D2D;
}
.filter-box ul li ul li a {
	font-size: 16px;
	color:#7a7a7a;
	display: bloc;
}
.filter-box ul li a:hover,
.filter-box ul li.current-menu-item > a {
	color: #499B2D;
}
.dldr-products .product-card {
	margin: 0 15px;
}
.dldr-products .slick-list {
    padding: 0 60px 0 0 !important;
}
/*////////////////////////
///        Forms       ///
////////////////////////*/
label { margin-bottom: 10px; }
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 16px;
  color: white;
  background: rgb(241,245,249,.1);
  border: 1px solid #EEEEEE;
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  margin-bottom: 30px;
  border-radius: 5px;
}
textarea {
  height: 250px;
}
select {
  font-size: 16px;
  color: white;
  background: url(../img/select-arrow.svg) no-repeat right #ffffff21;
  -webkit-appearance: none;
  background-position-x: calc(100% - 25px);
}
input[type=submit] {
  width: 259px;
  height: 57px;
  background: transparent;
  font-family: "Bebas Neue", sans-serif;
  color: white;
  font-size: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  text-transform: uppercase;  
  margin: 0 auto;
  display: block;
  transition: all 300ms;     
}
input[type=submit]:hover {
  background: #499B2D;
  color: white;
  border-color: #499B2D;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: transparent;
}
input[type="checkbox"] { 
  margin-right: 10px;
}
.politics {
  font-size: 12px;
  color: white;
}
::-webkit-input-placeholder { 
  font-size: 16px;
  color: white;
}
:-moz-placeholder { 
  font-size: 16px;
  color: white;
}
::-moz-placeholder { 
  font-size: 16px;
  color: white;
}
:-ms-input-placeholder { 
  font-size: 16px;
  color: white;
}
.captcha input[type=text] {
	width: 100px;
	height: 35px;
    margin-bottom: 10px;
}
.captcha .wpcf7-form-control-wrap {
	display: block;
    margin-top: 5px;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "packpro";
  src:url("../fonts/packpro.eot");
  src:url("../fonts/packpro.eot?#iefix") format("embedded-opentype"),
    url("../fonts/packpro.woff") format("woff"),
    url("../fonts/packpro.ttf") format("truetype"),
    url("../fonts/packpro.svg#packpro") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "packpro" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "packpro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-cellphone:before {
  content: "\63";
}
.icon-email:before {
  content: "\64";
}
.icon-facebook:before {
  content: "\65";
}
.icon-pin:before {
  content: "\66";
}
.icon-instagram:before {
  content: "\67";
}
.icon-youtube:before {
  content: "\68";
}
.icon-mision:before {
  content: "\69";
}
.icon-vision:before {
  content: "\6a";
}
.icon-a-right:before {
  content: "\6b";
}
.icon-a-left:before {
  content: "\6c";
}
.icon-whatsapp:before {
  content: "\6d";
}
.icon-linkedin:before {
  content: "\6e";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media screen and (max-width: 1399px) {
	.product-card {
		height: 420px;
	}
}
@media (min-width: 1200px) {  }
@media screen and (max-width: 1290px) {}
@media screen and (max-width: 1199px) {
	.product-card {
		height: 360px;
	}	
	nav ul li {
		margin-right: 10px;
	}
	.hamburger { display: block; }
	.hdr-menu { display: none; }
	nav ul li ul {
		position: relative;
        display: block;
        width: auto;
        top: 0;
        padding: 0 0 10px 20px;
	}
	nav ul li ul li a {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.whatsapp { display: block;} 
	.header-navigation.txt-right {
		display: flex;
    	justify-content: flex-end;
	}
	.whatsapp { margin-right: 20px;}
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
  .show-xl { display: inline-block !important; }
  .hide-xl { display: none !important; }
  nav ul li { margin-right: 10px; }
}
@media screen and (max-width: 768px) { }  
@media screen and (max-width: 767px) {
	h1, .h1 { font-size: 42px; }
	h2, .h2 { font-size: 32px; }
	h3, .h3 { font-size: 28px; }
	h4, .h4 { font-size: 26px; }
	h5, .h5 { font-size: 15px; }
	h6, .h6 { }
	ul li, ol li, p,
	.herobanner .caption p { font-size: 16px; }
	.hide-md { display: none !important; }
	.show-md { display: block; }
	.hide-xs { display: none !important; }
	.reverse-md .col-a { order: 2; }
	.reverse-md .col-b { order: 1; }
	.herobanner .caption strong { font-size: 40px; }
	.stage-medium p { font-size: 15px;}	
	.box-value { margin-bottom: 30px; }
	.box-value h3:before { font-size: 24px; }
	.single-stage h1 {
		padding-left: 45px;
		background-size: 28px !important;
		background-position-y: 9px !important;
	}
	.product-card {
        height: auto;
    }
	.product-card .btns {
		height: auto;
		opacity: 1;
		padding-top: 40px;
	}
	.product-card p {
    	text-shadow: 0px 0px 12px BLACK;
	}
	.product-card-txt .card-attribute p {
    	text-shadow: none;
	}
	.single-stage.medium { min-height: 300px; }
	.product-card:hover .btns {
		height: auto;
		opacity: 1;
		padding-top: 40px;
	}
	.herobanner .img-cover,
	.herobanner .slick-slide {
	  height: 500px;
	}
	.dldr-products .slick-list {
    	padding: 0 40px 0 0 !important;
	}
	.product-card { padding: 20px; }
	.product-card-txt .card-attribute {
		width: 100%;
		max-width: 235px;
		min-height: 60px;
		padding: 0 10px 0 65px;
	}
	.product-card-txt .card-attribute .card-attribute-icono {
		width: 50px;
		height: 50px;
	}
	.product-card-txt .card-attribute p {
    	font-size: 13px;
	}
	.title-products {
    	flex-flow: column;
		align-items: flex-start;
    	text-align: left;
	}
	.title-products h2:before {
		content: none; 
		padding-right: 0;
		margin-right: 0;
	}
	.product-card-txt {
    	width: calc(100% - 110px);
	}	
	.boxwhite {
		padding: 20px 15px;
	}
	.dldr-products .product-card {
    	margin: 0 15px 0 0;
	}
	.whatsapp {
        margin-right: 10px;
        padding: 10px 8px 7px 8px;
        width: 138px;
        font-size: 14px;
    }
}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {
	 .product-card-txt {
        width: calc(100% - 70px);
    }
}
@media screen and (max-width: 320px) {}