/*
================================================
INGESE V2 - STYLESHEET
================================================
Table of Contents:
1. Font Definitions
2. Base Styles
3. Mobile Menu (MeanMenu)
4. Header & Navigation
5. Main/Hero Section
6. Engineering Section
7. Products Section
8. Industries Section
9. Contact Section
10. Carousel Section
11. Footer
12. Animations
13. Responsive Design
================================================
*/

/*
================================================
1. FONT DEFINITIONS
================================================
*/

@font-face {
  font-family: "Square";
  font-weight: 400;
  src: url("../fonts/Square721_Dm_Normal.woff2") format("woff2"),
       url("../fonts/Square721_Dm_Normal.woff") format("woff"),
       url("../fonts/Square721_Dm_Normal.ttf") format("truetype"),
       url("../fonts/Square721_Dm_Normal.otf") format("opentype"),
       url("../fonts/Square721_Dm_Normal.eot"),
       url("../fonts/Square721_Dm_Normal.svg#Square721_Dm_Normal") format("svg");
}

@font-face {
  font-family: "Square";
  font-weight: 200;
  src: url("../fonts/Square721Light.woff2") format("woff2"),
       url("../fonts/Square721Light.woff") format("woff"),
       url("../fonts/Square721Light.ttf") format("truetype"),
       url("../fonts/Square721Light.otf") format("opentype"),
       url("../fonts/Square721Light.eot"),
       url("../fonts/Square721Light.svg#Square721Light") format("svg");
}

@font-face {
  font-family: "Square";
  font-weight: 600;
  src: url("../fonts/Square721Bold.woff2") format("woff2"),
       url("../fonts/Square721Bold.woff") format("woff"),
       url("../fonts/Square721Bold.ttf") format("truetype"),
       url("../fonts/Square721Bold.otf") format("opentype"),
       url("../fonts/Square721Bold.eot"),
       url("../fonts/Square721Bold.svg#Square721Bold") format("svg");
}

@font-face {
  font-family: "Square";
  font-weight: 800;
  src: url("../fonts/Square721Blk.woff2") format("woff2"),
       url("../fonts/Square721Blk.woff") format("woff"),
       url("../fonts/Square721Blk.ttf") format("truetype"),
       url("../fonts/Square721Blk.otf") format("opentype"),
       url("../fonts/Square721Blk.eot"),
       url("../fonts/Square721Blk.svg#Square721Blk") format("svg");
}


.ingese-font {
  font-family: Square !important;
}
.ingese-font-bold {
  font-family: Square !important;
  font-weight: bold;
}


/*
================================================
2. BASE STYLES
================================================
*/
a:hover {
  text-decoration: none;
}

section {
  padding: 0px;
}

/*
================================================
3. MOBILE MENU (MEANMENU)
================================================
*/
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  align-items: center;
  color: #333333;
  cursor: pointer;
  display: flex;
  flex-flow: column wrap;
  font-size: 22px !important;
  font-weight: 700;
  height: 75px;
  justify-content: center;
  line-height: 66px;
  padding: 0;
  position: absolute;
  right: 55px !important;
  text-decoration: none;
  top: -82px !important;
  width: 30px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mobile-menu.mean-container {
  margin: 0 -15px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #000;
  margin: 0;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-family: "Square", sans-serif;
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a:focus {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 37px;
  padding: 12px 8px 4px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/*
================================================
4. HEADER & NAVIGATION
================================================
*/

/* Header Base */
.header-bottomarea {
  position: absolute;
  left: 0;
  top: 5;
  right: 0;
  z-index: 1008;
}

.menu-fixed .header-bottomarea {
  background: #ffffff;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.025);
  -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.025);
  box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.025);
}

.header-section.menu-fixed {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-section.menu-fixed .header-top {
  display: none !important;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header Styles */
.header-section {
  background: grey;
}

.header-section a {
  color: #fff;
}

.header-section.menu-fixed {
  background: grey;
}

.header-section.menu-fixed a {
  color: #fff;
}

.ingese-header-home {
  background-color: #fff;
}

.ingese-top-bar-home a {
  color: #00007d;
}

.ingese-header-home .menu-fixed {
  background-color: grey !important;
}

.ingese-header-home .menu-fixed a {
  color: #fff;
}

/* Top Bar */
.ingese-top-bar {
  font-size: 14px !important;
  line-height: 32px;
  font-family: "Square", sans-serif;
  font-weight: 400;
}

/* Logo */
.header-logo {
  display: inline-block;
  padding: 15px 0;
  width: 198px;
  height: 63px;
  background-image: url("../images/logo_ingese.svg");
  margin: 0;
}

.header-logo-home {
  background-image: url("../images/logo_ingese_blanco.svg");
  width: 198px;
  height: 63px;
  margin: 0;
  padding: 0;
}

.header-section.menu-fixed .header-home {
  background-image: url("../images/logo_ingese_blanco.svg");
}

.header-section.menu-fixed .header-logo-home {
  background-image: url("../images/logo_ingese.svg");
}

/* Navigation */
.in-navigation {
  text-align: right;
  flex-grow: 1;
  padding: 0 20px;
}

.in-navigation > ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: inline-block;
}

.in-navigation > ul > li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  position: relative;
}

.in-navigation > ul > li > a {
  font-family: "Square", sans-serif;
  color: #2b2b2b;
  display: block;
  padding: 30px 20px;
  font-weight: 500;
}

/* .in-navigation > ul > li:hover > a,
.in-navigation > ul > li.active a {
  color: #ecac0f;
} */

.in-navigation > ul > li a {
  font-family: "Square", sans-serif;
  font-weight: 200;
  color: #808080;
  text-transform: uppercase;
}

.in-navigation > ul > li.active a {
  font-weight: 600;
  color: #808080;
}

.in-dropdown > ul > li a:hover {
  background-color: grey;
  color: white;
  font-weight: bold;
}

.in-navigation > ul > li a span {
  font-weight: 800;
  font-size: 1.2em;
}

.header-section.menu-fixed .in-navigation > ul > li.active a {
  font-weight: 600;
  color: grey;
}

.header-section.menu-fixed .in-navigation > ul > li a {
  font-family: "Square", sans-serif;
  font-weight: 200;
  color: grey;
  text-transform: uppercase;
}

.in-navigation-home > ul > li a {
  color: #fff;
}

.in-navigation-home > ul > li.active a {
  font-weight: 600;
  color: #fff;
}

/* Dropdown Navigation */
.in-navigation .in-dropdown {
  position: relative;
}

.in-navigation .in-dropdown > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 10px;
  font-weight: 400;
  font-size: 15px;
  vertical-align: bottom;
}

.in-navigation .in-dropdown ul {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  height: auto;
  width: 240px;
  z-index: 99;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  background: #262626;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(20px);
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}

.in-navigation .in-dropdown ul li {
  position: relative;
}

.in-navigation .in-dropdown ul li a {
  display: block;
  padding: 9px 15px;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.in-navigation .in-dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid #464646;
}

.in-navigation .in-dropdown ul li:hover > a {
  /* color: #ffffff;
  background: #ecac0f;
  border-color: #ecac0f; */
  /* font-weight: bold; */
}

.in-navigation .in-dropdown ul li:hover > ul {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.in-navigation .in-dropdown > ul {
  left: 0;
  top: 100%;
  transform: translateY(20px);
}

.in-navigation .in-dropdown:hover > ul {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.in-navigation .in-dropdown.overflow-element ul {
  left: auto;
  right: 100%;
  transform: translateX(-20px);
}

.in-navigation .in-dropdown.overflow-element > ul {
  left: auto;
  right: 0;
}

/* Sticky Navigation */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: sticky 2s;
  animation: sticky 2s;
}

/* Header Search */
.header-search {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.header-searchtrigger {
  border: none;
  font-size: 24px;
  align-self: stretch;
  display: flex;
  align-items: center;
  color: #2b2b2b;
  min-width: 34px;
  background: none;
  outline: none !important;
  cursor: pointer;
}

.header-searchtrigger:hover,
.header-searchtrigger.is-active {
  color: #ff9138;
}

.header-searchbox {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  height: auto;
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  transform: scale(0.8);
  transform-origin: 50% 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.header-searchbox input {
  border: 1px solid #bbbbbb;
  border-right-color: #ecac0f;
  width: 85%;
  padding: 0 15px;
  height: 45px;
}

.header-searchbox input:focus {
  border-color: #ecac0f;
}

.header-searchbox button,
.header-searchbox [type="submit"] {
  background: #ecac0f;
  border: 1px solid #ecac0f;
  color: #ffffff;
  flex: 0 0 45px;
  max-width: 45px;
  font-size: 18px;
}

.header-searchbox button:hover,
.header-searchbox [type="submit"]:hover {
  background: #ecac0f;
}

.header-searchbox.is-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/*
================================================
5. MAIN/HERO SECTION
================================================
*/
.main {
  background-image: url("../images/main_back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  height: 97vh;
}

.main h1 {
  font-family: "Square", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.main h1 span {
  font-weight: 200;
}

.main h2 {
  font-family: "Square", sans-serif;
  margin-top: 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 200;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-abajo {
  position: absolute;
  bottom: 0;
  background-color: #292b8f45;
  padding: 20px 0 20px 0;
}

.banner-abajo h2 {
  font-family: "Square", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.banner-abajo h2 span {
  font-weight: 400;
}

.banner-abajo a {
  float: left;
}

.banner-abajo .phone {
  width: 222px;
}

.banner-abajo .qr {
  max-width: 70px;
  margin-left: 30px;
  border-radius: 5px;
}

/*
================================================
6. ENGINEERING SECTION
================================================
*/
#ingenieria {
  padding: 100px 0 60px 0;
}

#ingenieria .ing_heading {
  font-family: "Square", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #80808038;
  text-transform: uppercase;
}

#ingenieria a {
  font-family: "Square", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #292b8f;
  text-transform: uppercase;
  white-space: normal;
  padding-left: 15px;
}

#ingenieria .card {
  border: 0px;
}

#ingenieria .card-header {
  background-color: #fff;
  border: 0px;
}

#ingenieria .list-group-item {
  font-size: 16px;
  line-height: 1em;
  padding-left: 3em;
}

.slogan {
  border-style: solid;
  border-color: #292b8f;
  border-width: 2px;
  color: #292b8f;
  font-weight: 600;
  padding: 15px 10px 15px 10px;
  border-radius: 8px;
  text-align: center;
  font-family: "Square", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.slogan:hover {
  background: #292b8f;
  color: white;
}

.call-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  margin-bottom: -4px;
}

/* Quality Banner */
.calidad h4 {
  font-family: "Square", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.calidad p {
  font-family: "Square", sans-serif;
}

/*
================================================
7. PRODUCTS SECTION
================================================
*/
.producto {
  padding-top: 100px;
}

.product-section {
  padding: 25px 0;
}

.content-section {
  background-color: white;
  padding: 20px 0;
}

.breadcrumb-nav {
  color: #292b8f;
  font-family: "Square", sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-right: 20px;
}

.breadcrumb-nav a {
  color: #292b8f;
  text-decoration: none;
}

.cart-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  margin-bottom: -4px;
}

.buy-button-outline {
  border-color: #292b8f;
  border-width: 2px;
  border-style: solid;
  background: #292b8f;
  color: white;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Square", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2em;
  margin-top: 15px;
  cursor: pointer;
}

.buy-button-outline:hover {
  background-color: #fff;
  color: #292b8f;
}

.badge-pill {
  border-radius: 0rem;
}

.image-column {
  display: flex;
  justify-content: end;
  align-items: center;
}

.text-column {
  display: block;
}

.product-image-wrapper {
  max-width: 440px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-title {
  color: #00007d;
  font-family: "Square", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -2px;
}

.product-detail {
  font-family: "Square", sans-serif;
  font-size: 16px;
  color: #00007d;
  font-weight: 400;
  padding-top: 10px;
}

.product-value {
  font-weight: 800;
}

.description-text {
  font-family: "Square", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: grey;
  margin-bottom: 20px;
  text-align: justify;
}

.description-text a {
  font-weight: 400;
  color: grey;
}

.consult-section {
  margin-top: 30px;
}

.consult-title {
  color: #666;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.consult-links {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.consult-links a {
  color: #00007d;
  text-decoration: none;
}

.consult-links a:hover {
  text-decoration: underline;
}

.technical-diagram {
  text-align: center;
  margin-top: 30px;
}

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

/*
================================================
8. INDUSTRIES SECTION
================================================
*/
#industrias {
  padding: 100px 0 0 0;
}

#industrias h2 {
  font-family: "Square", sans-serif;
  font-size: 48px;
  font-weight: 200;
  color: grey;
}

.industrias-container {
  position: relative;
  overflow: hidden;
}

.industrias-title {
  font-family: "Square", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 32, 96, 0.8);
  padding: 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.industrias-container:hover .industrias-title {
  opacity: 1;
}

.industrias-container:hover img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.industrias {
  background-image: url("../images/ingese_industrias.webp");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.industrias .transbox {
  background-color: #14154582;
  z-index: 2;
  padding: 40px;
}

.industrias .transbox p {
  font-family: "Square", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2em;
  color: #fff;
  padding: 20px 0px 20px 0;
}

/*
================================================
9. CONTACT SECTION
================================================
*/
#contacto {
  padding-bottom: 100px;
  background-image: url("../images/ingese_contacto_background.jpg");
  background-size: cover;
  background-color: rgba(213, 213, 213, 0.6);
  background-blend-mode: lighten;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#contacto .section_heading h2 {
  font-family: "Square", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding-bottom: 40px;
}

#contacto h3 {
  font-family: "Square", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#contacto p {
  font-family: "Square", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#contacto a {
  color: #fff;
}

#contacto .btn {
  font-family: "Square", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #00007d;
  border-color: #00007d;
  border-radius: .2rem;
  float: right;
  padding: 12px;
}

#contacto .btn:hover {
  background-color: #323260;
  border-color: #323260;
}

.contacto {
  padding-top: 80px;
}

/* Contact Form */
.inner-page-wrapper.contact-us-wrapper::before {
  background: #111214;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.inner-page-wrapper.contact-us-wrapper {
  padding: 90px 0 50px;
  background: url(../img/footer-bg.jpg) center center fixed no-repeat;
  z-index: 9;
  position: relative;
  padding: 60px 0;
  float: left;
  width: 100%;
  background-size: cover;
}

.contact-us-wrapper .section_heading h2 {
  color: #ffffff;
}

.contact-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 50px 50px;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: transparent;
  border: 1px solid #f0eef9;
  width: 100%;
  height: 60px;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 45px;
  padding-right: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: "Square", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}

.contact-form form textarea {
  height: 110px;
  padding-left: 45px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #222222;
}

.contact-form form input[type="text"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form textarea:focus {
  border-color: #1d1d1d;
  color: #222222;
}

.contact-form form .input-box .icon {
  position: absolute;
  top: -3px;
  left: 20px;
  margin: 16px 0 14px;
}

.contact-form form .input-box .icon i {
  color: #868298;
  font-size: 16px;
  line-height: 30px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder,
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #868298;
}

.contact-form form input[type="text"]:-moz-placeholder,
.contact-form form input[type="email"]:-moz-placeholder {
  color: #868298;
}

.contact-form form input[type="text"]::-moz-placeholder,
.contact-form form input[type="email"]::-moz-placeholder {
  color: #868298;
}

.contact-form form input[type="text"]:-ms-input-placeholder,
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #868298;
}

.contact-form .button-box {
  display: inline-block;
}

.contact-form .button-box .theme-button-one {
  cursor: pointer;
}

.contact-address-area {
  position: relative;
  display: block;
  padding: 60px 0 0;
}

.single-address-box {
  background-color: #ffffff;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 2px 5px 3px #f8f8f8;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.single-address-box p {
  font-size: 18px;
  margin: 0;
  transition: all 0.7s ease;
}

.single-address-box:before {
  background-color: #292b8f;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.7s ease;
  transform: translateY(100%) scaleY(0);
  content: "";
  z-index: -1;
}

.single-address-box:hover:before {
  opacity: 1;
  transform: translateY(0%) scaleY(1);
}

.single-address-box h3 {
  margin: 0 0 15px;
  transition: all 0.7s ease;
}

.single-address-box:hover h3 {
  color: #ffffff;
  transition: all 0.8s ease;
  transition-delay: .5s;
}

.single-address-box:hover p {
  color: #fff;
  transition: all 0.9s ease;
  transition-delay: .7s;
}

/* Shipping Banner */
.shipping-banner {
  background: linear-gradient(rgba(0, 32, 96, 0.85), rgba(0, 32, 96, 0.85));
  padding: 40px 0 40px 0;
}

.shipping-banner h3 {
  font-family: "Square", sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}

.shipping-banner p {
  font-family: "Square", sans-serif;
  font-size: 16px;
  color: #fff;
}

/*
================================================
10. CAROUSEL SECTION
================================================
*/
#carrousel-product {
  padding-top: 40px;
  padding-bottom: 40px;
}

.carousel-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.carousel-title {
  font-size: 3rem;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 1rem;
}

.carousel-subtitle {
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.carousel-track-container {
  overflow: hidden;
  padding: 2rem 0;
}

.carousel-track {
  display: flex;
  width: 200%;
  animation: infiniteScroll 18s linear infinite;
}

.carousel-item-custom {
  flex: 0 0 12.5%;
  padding: 0 0.75rem;
}

.item-card {
  padding: 1.5rem;
  height: 100%;
  text-align: center;
  border: none;
}

.item-image {
  width: 100%;
  height: 80px;
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.item-image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.item-title {
  font-family: "Square", sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  color: #1e293b;
  line-height: 1.3;
  margin: 0;
}

.carousel-track:hover {
  animation-play-state: paused;
}

/*
================================================
11. FOOTER
================================================
*/
.footer-info p {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.footer-info p i {
  margin-right: 5px;
  color: #b6b6b6;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-info p b {
  font-weight: 500;
}

.footer-top .form-group {
  margin-bottom: 15px;
}

.footer-top input {
  height: 42px;
  background: #ffffff;
  border: none;
  padding: 0 0 0 10px;
  width: 100%;
  color: #acacac;
  border-radius: 20px;
}

.footer-top .btn {
  background: #ecac0f;
  height: 38px;
  width: 125px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 20px;
  width: 100%;
  float: left;
}

.copyright {
  background: #000;
  color: #8e959b;
  padding: 15px 0px;
  float: left;
  width: 100%;
}

.copyright p {
  margin: 0;
}

.copyright span.color {
  color: #fff;
}

/*
================================================
12. ANIMATIONS
================================================
*/

/* Infinite Scroll Animation */
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Scroll Reveal Animations */
.scroll-reveal {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.scroll-reveal.fade-up {
  transform: translateY(50px);
  transition: all 1.8s ease-out;
}

.scroll-reveal.fade-down {
  transform: translateY(-50px);
}

.scroll-reveal.fade-left {
  transform: translateX(50px);
}

.scroll-reveal.fade-right {
  transform: translateX(-50px);
}

.scroll-reveal.scale-up {
  transform: scale(0.9);
}

.scroll-reveal.rotate-in {
  transform: rotate(10deg) scale(0.9);
}

.scroll-reveal.slide-up {
  transform: translateY(80px);
}

.scroll-reveal.slide-left {
  transform: translateX(80px);
}

.scroll-reveal.slide-right {
  transform: translateX(-80px);
}

.scroll-reveal.active {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1) rotate(0);
}

/* Animation Delays */
.scroll-reveal.delay-100 {
  transition-delay: 0.1s;
}
.scroll-reveal.delay-200 {
  transition-delay: 0.2s;
}
.scroll-reveal.delay-300 {
  transition-delay: 0.3s;
}
.scroll-reveal.delay-400 {
  transition-delay: 0.4s;
}
.scroll-reveal.delay-500 {
  transition-delay: 0.5s;
}
.scroll-reveal.delay-600 {
  transition-delay: 0.6s;
}

/*
================================================
13. UTILITIES
================================================
*/
.whatsapp2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 10px;
  font-size: 40px;
}

/*
================================================
14. RESPONSIVE DESIGN
================================================
*/

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Header */
  .header-logo {
    display: inline-block;
    padding: 32px 0;
  }

  .header-section.menu-fixed {
    position: inherit;
  }

  .header-bottomarea {
    position: inherit;
    background: #f2f2f2;
  }

  .mean-container a.meanmenu-reveal {
    top: -85px !important;
  }

  /* Header Contact */
  .header-topcontact,
  .header-toplinks {
    text-align: center;
  }

  /* Main Slider */
  .main-slider .slide {
    height: auto;
  }

  .main-slider .content {
    height: auto;
    display: table;
    position: relative;
    padding: 100px 0;
  }

  .main-slider h1 {
    font-size: 42px;
  }

  .main-slider .owl-dots {
    right: 2%;
  }

  /* Breadcrumb */
  .breadcrumb-wrapper {
    padding: 120px 0 0;
    background-position: 66% center;
  }

  /* Features */
  .single-feature-service {
    margin: 0;
    padding: 7.5% 10px;
    width: 100%;
    text-align: center;
  }

  .single-feature-service .services-icon {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
  }

  .single-feature-service h3 {
    font-size: 26px;
  }

  .single-feature-service .service-content {
    float: left;
    width: 100%;
    padding: 0;
  }

  /* About */
  .home-about-inner {
    padding: 10% 5%;
  }

  .inner-page-wrapper.about-wrapper {
    padding: 90px 0;
  }

  /* CTA */
  .cta-wrapper h3 {
    line-height: 35px;
  }

  .cta-wrapper .cta-text {
    padding: 0;
  }

  .cta-wrapper ul > li + li {
    margin-left: 0;
  }

  .cta-wrapper ul li {
    float: none;
    display: block;
  }

  /* Statistics */
  .work-statistics p {
    font-size: 15px;
  }

  /* Electric Repair */
  .election-repair-img1 .electric-repair-left {
    padding: 0 0 0 15px;
  }

  .election-repair-img2 .electric-repair-right {
    padding: 0 15px 0 15px;
  }

  .electric-repair-right ul li {
    width: 100%;
  }

  /* Services */
  .single-service-content {
    padding: 5px 18px 30px;
  }

  /* Sidebar */
  .sidebar {
    margin: 40px 0 0;
  }

  /* Blog */
  .inner-page-wrapper.blog-details-wrapper {
    padding: 80px 0;
  }

  /* Footer */
  .footer-top {
    padding-top: 47px;
  }

  .footer-top .widget {
    padding-top: 40px !important;
  }

  .social-icon a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    margin-right: 0;
  }

  .nav-widget ul {
    padding: 0 0 0 10%;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  /* Header */
  .header-logo {
    display: inline-block;
    padding: 30px 0;
    background-image: url("../images/logo_ingese.svg");
  }

  .header-logo-home {
    background-image: url("../images/logo_ingese.svg");
  }

  .header-bottomarea {
    position: inherit;
    background: #f2f2f2;
  }

  .header-section.menu-fixed {
    position: inherit;
  }

  /* Mobile Menu */
  .mean-container a.meanmenu-reveal {
    right: 8.7px !important;
    top: -75px !important;
    height: 90px;
  }

  /* Header Contact */
  .header-topcontact,
  .header-toplinks {
    text-align: center;
    padding: 0;
    margin-top: 5px;
  }

  .header-topcontact li,
  .header-toplinks li {
    border-right: none;
    line-height: 1.5;
  }

  .header-topcontact li:first-child,
  .header-toplinks li:first-child {
    padding-left: 15px;
    margin-bottom: 5px;
  }

  .header-topcontact li:last-child,
  .header-toplinks li:last-child {
    padding-right: 15px;
  }

  /* Search Box */
  .header-searchbox {
    width: 290px;
  }

  /* Main Section */
  .main {
    height: 80vh;
  }

  .vertical-center {
    top: 45%;
  }

  .main h1 {
    font-size: 1.6em;
  }

  .main h2 {
    font-size: 1.0em;
  }

  /* Banner */
  .banner-abajo {
    padding: 10px 0 10px 0;
  }

  .banner-abajo h2 {
    font-size: 0.8em;
  }

  .banner-abajo h2 span {
    font-size: 0.9em;
  }

  .banner-abajo img {
    max-width: 120px;
  }

  .banner-abajo .qr {
    display: none;
  }

  /* Main Slider */
  .main-slider .slide {
    height: 480px;
    background: #292b8f;
  }

  .main-slider .content {
    height: auto;
    display: table;
    position: relative;
    padding: 100px 0 50px;
  }

  .main-slider h1 {
    font-size: 30px;
    padding: 0 0 10px;
  }

  .main-slider h1 span {
    font-size: 40px;
  }

  .main-slider .owl-dots .owl-dot {
    display: none;
  }

  /* Features */
  .single-feature-service {
    margin: 0;
    padding: 25px 15px;
    width: 100%;
    text-align: center;
  }

  .single-feature-service .services-icon {
    width: 100%;
    text-align: center;
  }

  .single-feature-service .service-content {
    float: left;
    width: 100%;
    padding: 0;
  }

  /* About */
  .home-about-inner {
    padding: 10% 5%;
  }

  /* CTA */
  .cta-wrapper .cta-text {
    padding: 0;
  }

  .cta-wrapper ul li {
    float: none;
    display: block;
  }

  .cta-wrapper ul > li + li {
    margin: 10px 0 0;
  }

  .cta-wrapper h3 {
    line-height: 35px;
  }

  /* Electric Repair */
  .election-repair-img1 .electric-repair-left {
    padding: 0 0 11% 15px;
  }

  .election-repair-img2 .electric-repair-right {
    padding: 0 0 11% 15px;
  }

  .electric-repair-right ul li {
    width: 100%;
  }

  .election-repair-main > div > div {
    min-height: auto;
  }

  /* Clients */
  .clinets-wrapper .owl-item {
    float: none;
    display: inline-block;
    text-align: center;
  }

  .clinets-wrapper .owl-item .item {
    display: inline-block;
    text-align: center;
  }

  /* Breadcrumb */
  .breadcrumb-wrapper {
    padding: 0;
    min-height: 150px;
  }

  .breadcrumb-wrapper .page-heading {
    width: 90%;
  }

  .page-heading h1 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .page-breadcrumb-inner {
    text-align: center;
  }

  /* About */
  .inner-page-wrapper.about-wrapper {
    padding: 90px 0;
  }

  /* FAQ */
  .accordion-box {
    width: 100%;
  }

  /* 404 */
  .error_area .error_text h3 {
    font-size: 38px;
  }

  .error_area .error_text h4 {
    font-size: 20px;
  }

  /* Sidebar */
  .sidebar {
    margin: 40px 0 0;
  }

  /* Blog */
  .inner-page-wrapper.blog-details-wrapper {
    padding: 80px 0;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
  }

  /* Team */
  .team-social {
    display: none;
  }

  /* Footer */
  .widget {
    padding: 35px 0 0;
  }

  .nav-widget ul {
    padding: 0;
  }

  .social-icon a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    margin-right: 5px;
  }

  /* Contact */
  #contacto .section_heading h2 {
    font-size: 24px;
    float: unset;
    padding-bottom: 0px;
  }

  /* Shipping Banner */
  .shipping-banner h3 {
    font-size: 24px;
  }

  .shipping-banner p {
    font-size: 14px;
  }

  /* Engineering */
  #ingenieria {
    padding: 40px 0 60px 0;
  }

  #ingenieria .ing_heading {
    font-size: 32px;
  }

  #ingenieria .card .btn {
    padding: 0px;
  }

  #ingenieria .card-header {
    padding: 0px;
  }

  #ingenieria a {
    font-size: 16px;
  }

  #ingenieria .card img {
    max-width: 60px;
  }

  /* Slogan */
  .slogan {
    font-size: 11px;
    border: none;
  }

  /* Quality */
  .calidad h4 {
    font-size: 20px;
  }

  .calidad p {
    font-size: 14px;
  }

  /* Products */
  .producto {
    padding-top: 0px;
  }

  .product-title {
    margin-bottom: 0px;
    font-size: 2.5rem;
  }

  .text-column {
    display: block;
    bottom: 0px;
    position: relative;
  }

  .breadcrumb-nav {
    text-align: left;
    padding: 10px 0px 10px 0px;
  }

  .description-text {
    font-size: 14px;
    line-height: 1.2rem;
  }

  /* Industries */
  #industrias {
    padding-top: 60px;
  }

  #industrias h2 {
    font-size: 1.4em;
  }

  .industrias .transbox p {
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0;
  }

  /* Carousel */
  .carousel-item-custom {
    flex: 0 0 25%;
  }

  .carousel-track {
    animation-duration: 12s;
  }

  .item-image {
    height: 150px;
  }

  .item-title {
    font-size: 0.9rem;
  }
}
