/*

TemplateMo 574 Mexant

https://templatemo.com/tm-574-mexant

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #212741;
}

img {
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 600px) and (max-width: 870px) {
  .img2{
    width: 90%;
  }
}

/* @media only screen and (min-width: 600px) and (max-width: 870px) {
  img {
    width: 90%;
  }
} */

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: #EEC643;
  color: #fff;
}

::-moz-selection {
  background: #EEC643;
  color: #fff;
}

@media (max-width: 991px) {
  /* html, body {
    overflow-x: hidden;
  } */
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #43ba7f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 100px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #EEC643;
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #212741;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  /* background-image: url(../images/header-bg.png); */
  background-color: rgba(0, 0, 0, 0.5);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.header-area .main-nav .log1{
  /*width: 15%;*/
  width: 25%;
  text-align: center;
}
img.img2{
  width:85%
}
img.img2.img22{
  width: 100%;
}
.cambio .imgcambio{
  height: 100%;
}
.log2{
  width: 15%;
  /*margin-left: 3%;*/
  /*margin-left: 2%;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
button.logoimca{
  background: transparent;
  border: none;
}
.header-area .main-nav .logo {
  line-height: 120px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*Actualización*/
  /*float: left;*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}

.background-header .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  float: right;
  /*width: 100%;*/
  width: 75%;
  /*margin-top: 40px;*/
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  /*justify-content: center;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  align-self: center;

}

.header-area .main-nav .nav li a {
  display: block;
  font-weight:bolder;
  /*font-size: 20px;*/
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

/* .header-area .main-nav .nav li:last-child a {
  font-size: 14px;
  color: #fff;
  background-color: #43ba7f;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
} */

/* .header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
} */

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 0px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #EEC643;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #EEC643;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  /* width: 140px; */
  background-color: #EEC643;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #EEC643 !important;
  /* color: #000000!important; */
  /* padding-left: 20px; */
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  /* font-size: 20px; */
  font-weight: 700;
  /* border-bottom: 1px solid #eee; */
  padding-left: 20px;
  padding-right: 20px;
}
.header-area .main-nav .nav li.has-sub.is-open-sub > a {
  color: #EEC643; /* Color cuando el menú desplegable está activo */
}

@media (max-width: 500px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu li a{
    background: #ffde73 !important;
  } 
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  /* color: #EEC643!important; */
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  background-color: #EEC643;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  /*right: 40px;*/
  right: 5%;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  /*min-height: 80px;*/
  min-height: fit-content;
}

/*.header-area .nav {
  margin-top: 30px;
}*/

.header-area.header-sticky .nav li a.active {
  color: #EEC643;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    /* color: #000000!important; */
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    display:block;
    align-items: flex-start;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none ;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    /*margin-top: 100px !important;*/
    margin-top: 0px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #EEC643 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: white !important;
    color: #000000!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  /*.header-area .main-nav .nav {
    display: flex !important;
  }*/
}
@media (max-width: 550px) {

  .header-area.header-sticky .nav li a.active {
    color: #1e1e1e;
  }

}
/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #212741;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}
/*----------Home---------------*/
.slide-inner .header-text {
  position: absolute;
  /*width: 50%;
  */width: 60%;
  /*top: 50%;
  */bottom: 25%;
  /*transform: translateY(-25%) translateX(60%);
  */transform: translateY(-25%) translateX(45%);
  -webkit-transform: translateY(-25%) translateX(45%);
  -moz-transform: translateY(-25%) translateX(60%);
  -ms-transform: translateY(-25%) translateX(60%);
  -o-transform: translateY(-25%) translateX(60%);
  height: 39%;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

@media (min-width: 1600px) {
  .slide-inner .header-text {
    transform: translateY(-0%) translateX(40%);
  }

}

@media (max-width: 1100px) {
  .slide-inner .header-text {
    transform: translateY(-20%) translateX(0%);
    width: 55%;
  }

}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  /* margin-bottom: 150px; */
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #EEC643;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #43ba7f;
}

section.simple-cta h4 strong {
  color: #EEC643;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}



/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #EEC643;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #43ba7f !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #212741;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}


/*
---------------------------------------------
calculator
---------------------------------------------
*/

section.calculator {
  margin-top: 150px;
  background-image: url(../images/calculator-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.calculator .left-image {
  margin: -110px 45px -80px 0px;
}

section.calculator .section-heading {
  text-align: left;
}

section.calculator .section-heading h4 {
  color: #fff;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

#calculate input,
#calculate select {
  background-color: rgba(121,134,151, 0.7);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
}

#calculate select {
  cursor: pointer;
}

#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #EEC643;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#calculate button.orange-button:hover {
  opacity: 0.9;
}



/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  margin-top: 90px;
}

section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #43ba7f;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
}

.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffa88c;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #EEC643;
}



/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

section.partners {
  background-color: #212741;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}



/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background-color: #181d30;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #EEC643;
}



/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}



/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;  
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #43ba7f;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all .3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}



/* 
---------------------------------------------
services page
--------------------------------------------- 
*/

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services  .left-image {
  margin-right: 15px;
}

.main-services  .left-image img {
  border-radius: 5px;
}

.main-services  .right-image {
  margin-left: 15px;
}

.main-services  .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #43ba7f;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #212741;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #EEC643;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #212741;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #212741;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}



/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #43ba7f;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #212741;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #ff511a;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: #43ba7f;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 992px) {

  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin:15px; 
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    line-height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
}









/* CSS PROPIO */

.hola {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.swiper-slide {
  position: relative;
}

.slide-inner {
  overflow: hidden;
}


.container {
  z-index: 1; /* Asegúrate de que el z-index sea mayor que el del video */
}

.header-text {
  padding: 20px;
}

.p1 {
  font-size: 32px;
  font-weight:600;
  color: #FFFFFF; /* Color predeterminado para el texto no resaltado */
}

/* Estilo específico para la palabra "COMPROMETIDOS" */
.resaltado {
  font-size: 60px;
  color: #FFFFFF; /* Cambiar a tu color deseado */
  font-weight:800; /* Otras propiedades de estilo según tus preferencias */
}

@media (max-width: 500px) {
  .p1 {
    font-size: 20px;
    font-weight:600;
    color: #FFFFFF; /* Color predeterminado para el texto no resaltado */
  }
  
  /* Estilo específico para la palabra "COMPROMETIDOS" */
  .resaltado {
    font-size: 32px;
    color: #FFFFFF; /* Cambiar a tu color deseado */
    font-weight:800; /* Otras propiedades de estilo según tus preferencias */
  }
  .slide-inner .header-text {
    text-align: left;
    /* width: 100%; */
    margin-left: 0%;
    margin-right: 10%;
  }
}

.slide-inner .header-text2 {
  position: absolute;
  width: 50%;
  /*top: 50%;*/
  top: 40%;
  transform: translateY(100%) translateX(-5%);
}

/*@media (min-width: 1600px) {
  .slide-inner .header-text2 {
    transform: translateY(100%) translateX(-5%);
  }
  .slide-inner .header-text4 {
    top: 16% !important;
  }
  .slide-inner .header-text2 {
    top: 50% !important;
  }
}*/
/*@media (max-width: 1599px) {
  .slide-inner .header-text4 {
    top: 43% !important;
  }
  .slide-inner .header-text3 {
    top: 17% !important;
    transform: translateY(650%) translateX(-6%) !important;
    -webkit-transform: translateY(650%) translateX(-6%) !important;
    -moz-transform: translateY(650%) translateX(-6%) !important;
    -ms-transform: translateY(650%) translateX(-6%) !important;
    -o-transform: translateY(650%) translateX(-6%) !important;
  }
  .slide-inner .header-text2 {
    top: 37%;
  }
}*/
@media (min-width: 1400px) {
  .slide-inner .header-text4,
  .slide-inner .header-text3,
  .slide-inner .header-text2{
    width: fit-content !important;
    left: 9%;
  }
  .slide-inner .header-text4 {
    top: 71% !important;
    left: 10%;
  } 
  .slide-inner .header-text3 {
    top: 69% !important;
    transform: translateY(10%) translateX(-6%) !important;
}
  /*.slide-inner .header-text2 {
    top: 50%;
    width: fit-content !important;
  }*/
  .slide-inner .header-text2 {
    top: 50%;
    transform: translateY(64%) translateX(-5%);
    -webkit-transform: translateY(64%) translateX(-5%);
    -moz-transform: translateY(64%) translateX(-5%);
    -ms-transform: translateY(64%) translateX(-5%);
    -o-transform: translateY(64%) translateX(-5%);
  }
}
@media (max-width: 1100px) {
  /*.slide-inner .header-text2 {
    transform: translateY(240%) translateX(5%);
  }*/
  .slide-inner .header-text2 {
    top: 53%;
    transform: translateY(-52%) translateX(-11%);
  }
}

@media (max-width: 780px) {
  .slide-inner .header-text2 {
    transform: translateY(200%) translateX(5%);
  }
  .resaltado {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .slide-inner .header-text2 {
    display: none;
    transform: translateY(150%) translateX(5%);
  }
  .slide-inner .header-text2 {
    width: 100%;
  }

}
.slide-inner .header-text2 h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}
.slide-inner .header-text2 .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text2 p {
  color: #fff;
  /* margin-right: 60px; */
  /* margin-bottom: 50px; */
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text2 h2 em {
  font-style: normal;
  color: #EEC643;
}

.slide-inner .header-text2 .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text2 .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}


.icono-con-texto {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 10px;
}

.icono {
  width: auto; /* Ajusta el tamaño del icono según tus preferencias */
  height: auto; /* Ajusta el tamaño del icono según tus preferencias */
  margin-right: 8px; /* Ajusta el espacio entre el icono y el texto según tus preferencias */
  font-weight: bold;
}


.slide-inner .header-text3 {
  position: absolute;
  width: 50%;
  /*top: 50%;
  */
  /*top: 22%;
  transform: translateY(650%) translateX(-7%);
  -webkit-transform: translateY(650%) translateX(-7%);
  -moz-transform: translateY(650%) translateX(-7%);
  -ms-transform: translateY(650%) translateX(-7%);
  -o-transform: translateY(650%) translateX(-7%);*/
  top: 67%;
  transform: translateY(100%) translateX(-7%);
}
.slide-inner .header-textx3 {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(680%) translateX(-5%);
}

/*@media (min-width: 1600px) {
  .slide-inner .header-text3 {
    transform: translateY(850%) translateX(-6%);
    -webkit-transform: translateY(850%) translateX(-6%);
    -moz-transform: translateY(850%) translateX(-6%);
    -ms-transform: translateY(850%) translateX(-6%);
    -o-transform: translateY(850%) translateX(-6%);
}
  .slide-inner .header-textx3 {
    transform: translateY(910%) translateX(-5%);
  }
  .slide-inner .header-text3 {
    top: 13% !important;
  }
}*/

@media (max-width: 1100px) {
  .slide-inner .header-text3 {
    transform: translateY(1125%) translateX(15%) !important;
    top: -35% !important;
    -webkit-transform: translateY(1125%) translateX(-15%) !important;
}
  

}
@media (max-width: 780px) { 
  .slide-inner .header-textx3 {
    top: -38% !important;
  }
  .slide-inner .header-text3 {
    /* top: -23% !important; */
    top: -34% !important;
    }
}
@media (max-width: 500px) {
  .slide-inner .header-text3 {
    display: none;
    transform: translateY(730%) translateX(5%);
  }
  .slide-inner .header-text3 {
    width: 100%;
  }
  .slide-inner .header-textx3 {
    display: none;
    transform: translateY(730%) translateX(5%);
  }
  .slide-inner .header-textx3 {
    width: 100%;
  }

}

.slide-inner .header-text3 h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}

.slide-inner .header-text3 .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text3 p {
  color: #fff;
  margin-right: 60px;
  /* margin-bottom: 50px; */
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text3 h2 em {
  font-style: normal;
  color: #EEC643;
}

.slide-inner .header-text3 .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text3 .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}
.slide-inner .header-textx3 h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}

.slide-inner .header-textx3 .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textx3 p {
  color: #fff;
  margin-right: 60px;
  /* margin-bottom: 50px; */
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textx3 h2 em {
  font-style: normal;
  color: #EEC643;
}

.slide-inner .header-textx3 .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textx3 .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.slide-inner .header-text4 {
  position: absolute;
  /*top: 50%;
  */top: 74%;
  transform: translateY(100%)translateX(-10%);
  -webkit-transform: translateY(100%)translateX(-10%);
  -moz-transform: translateY(100%)translateX(-10%);
  -ms-transform: translateY(100%)translateX(-10%);
  -o-transform: translateY(100%)translateX(-10%);
}

/*@media (min-width: 1600px) {
  .slide-inner .header-text4 {
    transform: translateY(455%) translateX(-5%);
  }

}*/

@media (max-width: 1100px) {
  /*.slide-inner .header-text4 {
    transform: translateY(520%) translateX(5%);
  }*/
  .slide-inner .header-text4 {
    top: 71%;
    transform: translateY(100%) translateX(-20%);
    -webkit-transform: translateY(100%) translateX(-20%);
    -moz-transform: translateY(100%) translateX(-20%);
    -ms-transform: translateY(100%) translateX(-20%);
    -o-transform: translateY(100%) translateX(-20%);
}
}
@media (max-width: 780px) {
  .slide-inner .header-text4 {
    transform: translateY(470%) translateX(5%);
  }

}

@media (max-width: 500px) {
  .slide-inner .header-text4 {
    display: none;
    transform: translateY(430%) translateX(5%);
  }
  .slide-inner .header-text4 {
    width: 100%;
  }

}

.slide-inner .header-text4 h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}

.slide-inner .header-text4 .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text4 p {
  color: #fff;
  margin-right: 60px;
  /* margin-bottom: 50px; */
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text4 h2 em {
  font-style: normal;
  color: #ff511a;
}

.slide-inner .header-text4 .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text4 .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}


@media (max-width: 380px) {
.slide-inner .header-text {
    transform: translateY(-50%) translateX(0%);
  }
  .slide-inner .header-text2 {
    transform: translateY(70%) translateX(5%);
  }
  .slide-inner .header-text2 {
    width: 100%;
  }
  .slide-inner .header-text3 {
    transform: translateY(480%) translateX(5%);
  }
  .slide-inner .header-text3 {
    width: 100%;
  }
  .slide-inner .header-textx3 {
    transform: translateY(480%) translateX(5%);
  }
  .slide-inner .header-textx3 {
    width: 100%;
  }
  .slide-inner .header-text4 {
    transform: translateY(300%) translateX(5%);
  }
  .slide-inner .header-text4 {
    width: 100%;
  }
}




/* SECCION IMV */

.tit {
  color: #EEC643;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 2%;
  margin-top: 2%;
}
.dif {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
  line-height:normal;
}

.tex1 {
  font-size: 20px;
  font-weight: 300;
}

.tex2 {
  font-size: 20px;
  font-weight: 300;
}


@media (max-width: 820px) {
  .dif {
    font-size: 30px;
  }
  .tit {
  font-size: 50px;
  margin-top: 25%;
  }
}
@media (max-width: 500px) {
  .dif {
    font-size: 30px;
    margin-bottom: 5%;
  }
  .tit {
  font-size: 50px;
  margin-top: 0%;
  }
}

/* seccion fotos con amarrillo */



.seccion-amarilla {
  background-image: url('../images/SitioIMV/Home/Cuerpo/Franjaamarillafondo.jpg');
  background-size: 150% auto; /* Ajusta el valor para controlar la expansión de la imagen */
  background-position: center;
  height: 100px;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1; /* Coloca la franja detrás de las imágenes */
}


.imagenes-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0px 0px 0px;
}

.imagenes-container img {
  width: auto;
  height: auto;
}

.fra1 {
  position: relative;
  z-index: 3; /* Coloca las imágenes por encima de la franja */
}



@media (max-width: 500px) {
  .fra1 {
    /* padding: 0px 50px 0px 50px; */
    margin: 0px 0px 8% 0px;
  }

}

/* seccion de mapa */

.texto-mapa {
  padding: 0px 140px 0px 0px;
}

.imagen-mapa {
  max-width: 100%;
  height: auto;
  z-index: 1;
position: relative;
}

.titazul {
  color: #141414;
  font-size: 60px;
  font-weight: 800;
}

.subazul {
  color: #1467C3;
  font-size: 40px;
  font-weight: 600;
}

.azul {
  color: #1467C3;
  font-size: 20px;
  font-weight: bold;
}

.sincolor, .normal {
  font-size: 20px;
  font-weight: 300;
  color: #141414;
}

@media (max-width: 1100px) {
  .texto-mapa {
    padding: 0px;
  }
  .subazul {
    font-size: 30px;
  }
  .titazul {
    font-size: 50px;
  }
}

@media (max-width: 550px) {
  .texto-mapa {
    padding: 20px;
  }
}


/* COLUMNA DE 30AÑOS */


.capitalLetter {
  float: left;
  color: #E4B415;
  font-size: 70px;
  line-height: 117px;
  padding: 2px;
  margin-right: 5px;
  font-weight: 900;
}

.capitalNumber {
  color: #E4B415;
  font-weight: 900;
  font-size: 60px;
}

.capitalText {
  color: #E4B415;
  font-weight: bold;
  font-size: 35.54px;
}

.capital2 {
  color: #141414;
  font-weight: bold;
  font-size: 12.02px;
  white-space: nowrap; /* Evita saltos de línea por defecto */
  display: block; /* Para que ocupe todo el ancho disponible */
  line-height: 1.2;
  margin-bottom: 50px;
}

.seccion-gris {
  background: linear-gradient(170deg, #DFDFDF -41.12%, rgba(217, 217, 217, 0.00) 74.07%);
  padding: 150px 150px 0px 150px;
  transform: translate(0px, -80px);
  z-index: 0; /* Asegura que la sección gris esté detrás del mapa */
}

.capitalLetter3 {
  float: left;
  color: #E4B415;
  font-size: 70px;
  line-height: 75px;
  padding: 2px;
  margin-right: 5px;
  font-weight: 900;
}

.capitalNumber3 {
  color: #E4B415;
  font-weight: 900;
  font-size: 55.4px;
}

.capitalText3 {
  color: #E4B415;
  font-weight: bold;
  font-size: 35.54px;
}

.capital3 {
  color: #141414;
  font-weight: bold;
  font-size: 12.02px;
  white-space: nowrap; /* Evita saltos de línea por defecto */
  display: block; /* Para que ocupe todo el ancho disponible */
  line-height: 1.2;
}

.capital4 {
  padding: 20px 0px 0px 0px;
}


@media (max-width: 1100px) {
  .seccion-gris {
    padding: 100px 0px 0px 0px;
  }
  .capital4 {
    padding: 20px 0px 0px 0px;
  }
  .capitalNumber3 {
    font-size: 53.4px;
  }
}


@media (max-width: 900px) {
  .seccion-gris {
    padding: 100px 0px 0px 0px;
  }
  .capital4 {
    padding: 20px 0px 0px 0px;
  }
  .capitalLetter3 {
    font-size: 70.42px;
  }
  
  .capitalNumber3 {
    font-size: 34.4px;
  }
  
  .capitalText3 {
    font-size: 22.54px;
  }
  .capitalLetter {
    font-size: 40px;
  }
  
  .capitalNumber {
    font-size: 40px;
  }
  
  .capitalText {
    font-size: 21.54px;
  }

}

@media (max-width: 500px) {


  .capitalLetter3 {
    font-size: 70px;
  }
  
  .capitalNumber3 {
    font-size: 40px;
  }
  
  .capitalText3 {
    font-size: 22.54px;
  }
  .capitalLetter {
    font-size: 70px;
  }
  
  .capitalNumber {
    font-size: 50px;
  }
  
  .capitalText {
    font-size: 21.54px;
  }

}


@media (max-width: 500px) {
  .seccion-gris {
    padding: 20% 0% 5% 20%;
  }
  .capital {
    padding: 20px 0px 0px 0px;
  }
}

@media (max-width: 1100px) {
  .seccion-gris {
    transform: translate(0px, -50px);
  }
}

@media (max-width: 850px) {
  .seccion-gris {
    transform: translate(0px, 0px);
  }
}

@media (max-width: 500px) {
  .seccion-gris {
    transform: translate(0px, -50px);
  }
}



/* carrusel de logos de clientes */
.clientes{ 
  margin-bottom: 100px;
}
.mySwiper {
  margin-top: 50px;
}

.hey {
  width: 94%;
  padding-left: 15px;
}


.swiper-button-prev:after {
  content: '\2190'; /* Código Unicode para flecha hacia la izquierda */
  color: #0D21A1 !important;
  font-size: 30px !important; /* Tamaño de la fuente de la flecha */
  font-weight: bolder !important;
}

.swiper-button-next:after {
  content: '\2192'; /* Código Unicode para flecha hacia la derecha */
  color: #0D21A1 !important;
  font-size: 30px !important; /* Tamaño de la fuente de la flecha */
  font-weight: bolder !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,-5px)!important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,-5px)!important;
}



/* footer */
.fondo {
  background: linear-gradient(289deg, #72ADD3 26.14%, #1467C3 149.24%);
}

.renglones1 {
  display: flex;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  color: #EFF5FA;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
  text-align: left;
  margin-bottom: 20px;
}


.link {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  letter-spacing: 1.68px;
  margin-bottom: 10px;
  white-space: nowrap; /* Evitar saltos de línea por defecto */
  color: #EFF5FA; /* Color de texto */
  text-decoration: none;
}

.link:hover {
  text-decoration: none; /* Subrayar al pasar el mouse */
  cursor: pointer; /* Cambiar el cursor al pasar el mouse */
}
@media screen and (max-width: 1100px) {
  #correo {
      white-space: normal; /* Permitir saltos de línea cuando el ancho de pantalla es menor a 600px */
      word-wrap: break-word; /* Añadir esta línea para forzar saltos de línea en palabras largas */
  }
}

.renglones {
  font-size: 14px;
}

.link {
  color: #EFF5FA;
  text-decoration: none;
}

.segundo-container {
  margin-top: 30px; /* Puedes ajustar el valor según tus preferencias */
  color: #EFF5FA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
}


  footer.fondo {
    padding-top: 50px; /* Puedes ajustar el valor según tus preferencias */
    padding-bottom: 50px; /* Puedes ajustar el valor según tus preferencias */
  }


  
  @media (max-width: 850px) {
    .renglones1 {
      font-size: 10px;
    }
    .link {
      font-size: 10px;
    }
    .renglones {
      font-size: 10px;
    }
    
  }

.columna1 {
  color: #fff;
}

@media (max-width: 500px) {
  .columna1 {
    margin-top: 50px;
    text-align-last: center;
  }
  .columna2 {
    text-align-last: center;
  }
  .columna3 {
    text-align-last: center;
  }
  .imglogo2 {
    width: 50%;
  }
  .vidser {
    padding-top: 50px;
    width: 90%;
  }
  .titneg {
    font-size: 2rem !important;
  }
  .nos {
    width: 92%;
  }
  .fra1 {
    width: 100% !important;
  }
  .inf7 {
    font-size: 1rem !important;
  }
  .inf10 .num1 a {
    color: black;
    font-size: 1.1rem;
  }
}










/* 
---------------------------------------------
PAGINA NOSOTROS
--------------------------------------------- 
*/
.fondo-cert {
  background: linear-gradient(170deg, #DFDFDF -41.12%, rgba(217, 217, 217, 0.00) 74.07%);
  padding-top: 100px;
  /* padding-bottom: 100px; */
}


.resaltado2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.blanco {
  margin-top: 70px;
  margin-bottom: 70px;
  
}

.diferente-amar {
  color: var(--black, #E4B415);
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.igual-neg {
  color: var(--black, #141414);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;  
}

@media (max-width: 800px) {
.diferente-amar {
  font-size: 25px;

}

.igual-neg {
  font-size: 25px;

}
}



/* CERTIFICACION */
.certificacion {
    padding-right: 50px;
  }
.cer1 {
  margin-top: 20px;
  color: var(--black, #141414);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cer2 {
  margin-top: 20px;
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cer3, .cer4 {
  margin-top: 20px;
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.cer4-text{
 padding: 0% 6%;
 display: flex;
 align-items: center;
}
.ceres {
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-textt {
  padding: 20px;
}

.resaltado-nosotros {
  font-size: 60px;
  color: #FFFFFF; /* Cambiar a tu color deseado */
  font-weight:800; /* Otras propiedades de estilo según tus preferencias */
}

@media (max-width: 1100px) {
  /* Estilo específico para la palabra "COMPROMETIDOS" */
  .resaltado-nosotros {
    font-weight:800; /* Otras propiedades de estilo según tus preferencias */
  }

}

@media (max-width: 850px) {
  /* Estilo específico para la palabra "COMPROMETIDOS" */
  .resaltado-nosotros {
    font-size: 50px;
  }
  .resaltado2 {
    font-size: 20px;

  }

}

@media (max-width: 500px) {
  /* Estilo específico para la palabra "COMPROMETIDOS" */
  .resaltado-nosotros {
    font-size: 32px;

  }
  .resaltado2 {
    font-size: 20px;

  }

}
/*-----------SERVICIOS--------------*/
.slide-inner .header-textt {
  /*top: 50%;*/
  /*position: absolute;
  width: 50%;
  
  bottom:-5%;
  transform: translateY(-25%) translateX(60%);*/
  position: absolute;
  height: 39%;
  width: 60%;
  /* top: 50%; */
  bottom: 20%;
  display: flex;
  transform: translateY(-25%) translateX(45%);
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media (min-width: 1600px) {
  .slide-inner .header-textt {
    transform: translateY(-0%) translateX(40%);
    
  }

}

@media (max-width: 1100px) {
  .slide-inner .header-textt {
    /*transform: translateY(-20%) translateX(0%);
    width: 100%;*/
    transform: translateY(-20%) translateX(50%);
    width: 58%;
  }

}
.slide-inner .header-textt h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  margin-bottom: 140px;
}

.slide-inner .header-textt .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textt p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textt h2 em {
  font-style: normal;
  color: #EEC643;
}

.slide-inner .header-textt .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textt .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

/*top: 46%;*/
/*width: 80%;*/
/*@media (max-width: 992px) {
  .slide-inner .header-textt { 
    width: 60%;
    bottom: -5%;
  }
}*/

@media (max-width: 767px) {
  .slide-inner .header-textt p {
    display: none;
  }
  .slide-inner .header-textt {
    /*text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;*/
    /*text-align: left;
    width: 60%;
    margin-left: 0%;
    margin-right: 6%;
    top: 40%;*/
    width: 84%;
        margin-left: -35%;
        margin-right: 0%;
        /*top: 40%;*/
  }
  .slide-inner .header-text2 {
    transform: translateY(-58%) translateX(16%) !important;
    /*transform: translateY(-15%) translateX(16%) !important;*/
    width: 69% !important;
    /*top: 63% !important;*/
    top: 70% !important;
    /*-webkit-transform: translateY(-15%) translateX(16%) !important;
    -moz-transform: translateY(-15%) translateX(16%) !important;
    -ms-transform: translateY(-15%) translateX(16%) !important;
    -o-transform: translateY(-15%) translateX(16%) !important;*/
}
  .slide-inner .header-text4{
    width: 85%;
    margin-left: 25%;
    margin-right: 0%;
    top: 46%;
  }
  .slide-inner .header-text3{
    width: 85%;
    margin-left: 25%;
    margin-right: 0%;
    top: -29% !important;
  }
}

@media (max-width: 500px) {
  .slide-inner .header-textt {
    text-align: left;
    /* width: 100%; */
    /*margin-left: 0%;*/
    width: 100%;
    margin-left: -48%;
    margin-right: 10%;
    bottom: 40%;
  }
}


.nos {
padding: auto;
}

@media (max-width: 1100px) {
  .nos {
    padding-top: 50px;
  }

}

@media (max-width: 850px) {
  .cer1 {
    margin-top: 10px;
    font-size: 16px;
  }
  
  .cer2 {
    margin-top: 10px;
    font-size: 16px;
  }
  
  .cer3 {
    margin-top: 10px;
    font-size: 16px;

  }
  
  .ceres {
    font-size: 16px;
  }
}

.dia {
  margin-bottom: 80px;
}

@media (max-width: 850px) {
  .fondo-cert {
    padding-bottom: 0px;
  }
}



.dianeg {
  color: var(--black, #141414);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.diaama {
  color: var(--black, #EEC643);
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 850px) {
  .dianeg {
    font-size: 30px;
  }
  
  .diaama {
    font-size: 50px;
  }
}

/* 
---------------------------------------------
PAGINA SERVICIOS
--------------------------------------------- 
*/
.inicio {
  margin-top: 100px;
}

.vidser {
  padding-top: 50px;
}

.titneg {
  color: #141414;
  font-size: 60px;
  font-weight: 800;
}

@media only screen and (min-width: 1100px) and (max-width: 13950px) {
  .titneg {
    font-size: 50px;
  }
  .resaltado2 {
    font-size: 30px;
  }
  .capitalText {
    font-size: 31.54px;
  }
  .capitalText3 {
    font-size: 31.54px;
  }
  .capitalNumber {
    font-size: 60.42px;
}
  .capitalNumber3 {
    font-size: 48.4px;
}
}

@media (max-width: 850px) {
  .titneg {
    font-size: 50px;
  }
  .inicio {
    margin-top: 50px;
  }
}

.contneg {
  margin-top: 20px;
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contneg2 {
  color:  #141414;
  font-weight: 700;
}

.ingenieria {
  padding-right: 50px;
  padding-top: 3%;
}


.ult {
  margin-bottom: 100px;
}

@media (max-width: 1100px) {
  .contneg {
    margin-top: 20px;
    font-size: 15px;
  }
  .titneg {
    font-size: 47px;
    padding-top: 40px;
  }
  
}

@media (max-width: 850px) {
  .contneg {
    margin-top: 20px;
    font-size: 15px;
  }
  .titneg {
    font-size: 34px;
    padding: 0px;
  }
  
}

@media (max-width: 650px) {
  .contneg {
    margin-top: 20px;
    font-size: 15px;
  }
  .titneg {
    font-size: 40px;
  }
  
}







/* 
---------------------------------------------
PAGINA CONTACTO
--------------------------------------------- 
*/

.header-textcont {
  padding: 20px;
}

.slide-inner .header-textcont {
  position: absolute;
  width: 50%;
  /*top: 45%;
  *//*bottom:10%;
  */bottom:18%;
  transform: translateY(-35%) translateX(55%);
  -webkit-transform: translateY(-35%) translateX(55%);
  -moz-transform: translateY(-35%) translateX(55%);
  -ms-transform: translateY(-35%) translateX(55%);
  -o-transform: translateY(-35%) translateX(55%);
}

@media (min-width: 1600px) {
  /*.slide-inner .header-textcont {
    transform: translateY(-25%) translateX(40%);
    -webkit-transform: translateY(-25%) translateX(40%);
    -moz-transform: translateY(-25%) translateX(40%);
    -ms-transform: translateY(-25%) translateX(40%);
    -o-transform: translateY(-25%) translateX(40%);
}*/

}

@media (max-width: 1100px) {
  /*.slide-inner .header-textcont {
    transform: translateY(-35%) translateX(0%);
    width: 100%;
  }*/
  .slide-inner .header-textcont {
    transform: translateY(-48%) translateX(49%);
    width: 54%;
  }
  
}

@media (max-width: 850px) {
  .slide-inner .header-textcont {
    transform: translateY(-40%) translateX(20%);
    width: 100%;
    -webkit-transform: translateY(-40%) translateX(20%);
    -moz-transform: translateY(-40%) translateX(20%);
    -ms-transform: translateY(-40%) translateX(20%);
    -o-transform: translateY(-40%) translateX(20%);
}
  .resaltado {
    font-size: 32px;
  }
  .slide-inner .header-text2{
    transform: translateY(-58%) translateX(-26%);
    width: 28%;
    top: 48%;
  }
  .slide-inner .header-text4 {
    transform: translateY(280%) translateX(-15%);
    -webkit-transform: translateY(280%) translateX(-15%);
    -moz-transform: translateY(280%) translateX(-15%);
    -ms-transform: translateY(280%) translateX(-15%);
    -o-transform: translateY(280%) translateX(-15%);
}
  .slide-inner .header-text3 {
    /*transform: translateY(650%) translateX(-16%) !important;
    -webkit-transform: translateY(2450%) translateX(-16%) !important;
    -moz-transform: translateY(650%) translateX(-16%) !important;
    -ms-transform: translateY(650%) translateX(-16%) !important;
    -o-transform: translateY(650%) translateX(-16%) !important;*/
    /*top: -23% !important;*/
    
    top: -25% ;
  }
  .header-text4 .icono, .header-text3 .icono {
    width: 5%;
  }
}

.slide-inner .header-textcont h2 {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  /* margin-bottom: 40px; */
}

.slide-inner .header-textcont .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textcont p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textcont h2 em {
  font-style: normal;
  color: #EEC643;
}

.slide-inner .header-textcont .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-textcont .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}
@media (max-width: 992px) {

  .slide-inner .header-textcont {
    /*width: 80%;*/
    width: 68%;
    transform: translateY(-48%) translateX(45%);
  }
}

@media (max-width: 767px) {
  .slide-inner .header-textcont p {
    display: none;
  }
  .slide-inner .header-textcont {
    text-align: left;
    /*width: 62%;*/
    width: 100%;
    /*left: -25%;
    top: 43%;*/
    margin-left: 5%;
    margin-right: 3%;
  }
  
}

@media (max-width: 500px) {
  .slide-inner .header-textcont {
    text-align: left;
    /* width: 100%; */
    margin-left: 0%;
    margin-right: 10%;
  }
    .slide-inner .header-textcont {
      width: 100%;
  
    }
    .slide-inner .header-textcont {
      transform: translateY(-40%) translateX(5%);
      width: 100%;
      -webkit-transform: translateY(-40%) translateX(5%);
      -moz-transform: translateY(-40%) translateX(5%);
      -ms-transform: translateY(-40%) translateX(5%);
      -o-transform: translateY(-40%) translateX(5%);
}
}


.mapa-cont {
  fill: linear-gradient(0deg, #EFF0F2 0%, #EFF0F2 100%), var(--black, #141414);
}


.inf1 {
  color: var(--yellow, #141414);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px; /* 75% */
}

.inf2 {
  color: var(--black, #1467C3);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.inf3 {
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.inf4 {
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.inf5 {
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .inf51 {
    color: var(--black, #141414);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

.inf6, .inf8 {
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.inf7, .inf9, .inf10 {
  color: var(--black, #141414);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.cel {
  color: #1467C3;
}

.icon-container2 {
display: flex;
flex-wrap: wrap;
}

.rectangle-background a{
  display: inline-block; /* Cambiado a inline-block para colocarlos uno al lado del otro */
  width: 180px; /* Ajusta el ancho según sea necesario */
  background-color: transparent;
  border-radius: 15px; /* Reducido el radio de borde para hacerlo más pequeño */
  margin-right: 10px; /* Añadido margen derecho para separar los contenedores */
  border: 2px solid #1467C3; /* Agregado el contorno azul */
}

.rectangle-background a {
  text-decoration: none;
  color: #1467C3;
  display: flex;
  align-items: center;
  justify-content: center; /* Centrar el contenido horizontalmente */
  height: 100%; /* Hacer que el enlace ocupe toda la altura del contenedor */
}

.rectangle-background i {
  font-size: 18px; /* Reducido el tamaño del ícono */
  margin-right: 5px; /* Added margin for spacing between icon and text */
}

.rectangle-background p {
  margin: 0; /* Remove default margin for the paragraph */
}

@media only screen and (max-width: 1100px) {
  .icon-container,
  .icon-container2 {
    margin-bottom: 15px;
  }
  .icon-container2 {
    display: flex;
  }
}


@media only screen and (max-width: 800px) {
  .icon-container,
  .icon-container2 {
    margin-bottom: 15px;
  }
  .icon-container2 {
    display: block;
  }
}

.boton {
  display: inline-block;
  padding: 3px;
  margin: 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/* Estilos para las imágenes dentro de los botones */
.boton img {
  width: auto; /* Ajusta el tamaño según tus necesidades */
 /* height: 30px;*/
  width: 75%;
  border-radius: 50%; /* Para que la imagen tenga forma de círculo */
  object-fit: cover; /* Para ajustar la imagen al tamaño del contenedor manteniendo su proporción */
}

.contacto {
  margin-bottom: 50px;
}

.contactoa {
  /* background: #1467C3; */
  background: linear-gradient(0deg, #EFF0F2 0%, #EFF0F2 100%), var(--black, #141414);
  margin-bottom: 50px;
  padding-top: 50px;
}

@media only screen and (max-width: 850px) {
  .inf1 {
    font-size: 50px;
  }
  
  .inf2 {
    font-size: 30px;

  }
  
  .inf3 {
    font-size: 18px;

  }
  
  .inf4 {
    font-size: 18px;

  }
  
  .inf5 {
    font-size: 18px;
 
    }
    .inf51 {
      font-size: 18px;

    }
  
  .inf6 {
    font-size: 18px;

  
  }
  
  .inf7 {
    font-size: 18px;

  }
}
/* Color de fondo al pasar el ratón */
/*.rectangle-background:hover {
  background-color: #1467C3; 
  
}*/

.cel:hover {
  color: #fff; /* Color de texto al pasar el ratón */
}
.rectangle-background a:hover p{
  color: #fff;
}

.rectangle-background a:hover {
  color: #fff;
  background:#1467C3;
  width: 180px;
  /*background-color: transparent;*/
  border-radius: 15px;
  margin-right: 10px;
}
a:hover {
  color: #fff; /* Color de texto al pasar el ratón */
  
}
.inf9 a, .inf10 .num1 a{
  color: black;
}
.inf9 a:hover, .inf7 a:hover, .inf10 .num1 a:hover{
  color: #1467C3;
}
/* Estilos predeterminados para la imagen dentro del enlace */
.boton img {
  transition: filter 0.3s ease; /* Agrega una transición suave al cambio de filtro */
}

.boton img:hover {
  filter: brightness(0.8) invert(1) sepia(1) saturate(3) hue-rotate(200deg); /* Cambiar a un tono de azul al pasar el ratón */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #007bff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.floating-button:hover {
  background-color: #fff;
  color: #007bff;
}


/* imagenes */

.wrap{
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.wrap > h1{
  color: #494B4D;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 15px 0px;
}

.wrap > h1:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  margin: 20px 0;
}

.store-wrapper{
  display: flex;
  flex-wrap: wrap;
}

    /* Contenedor de botones */
    .button-container {
      display: flex;
      justify-content: space-around;
      padding: 50px 0px 0px 0px;
    }

    /* Estilos del botón */
    .custom-button {
      display: block;
      width: 90%;
      padding: 15px 0;
      margin-bottom: 20px;
      align-self: center;
      text-align: center;
      text-decoration: none;
      color: var(--black, #141414);
      text-align: center;
      font-family: Montserrat;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
    }

    /* Cambio de color al pasar el ratón sobre el botón */
    .custom-button:hover {
      color: #1467C3;
    }

    .custom-button .ct_item-active {
      color: #1467C3;
  }

  @media screen and (max-width: 500px){
    .custom-button {
      display: block;
      width: 100%;
      padding: 15px 0;
      font-size: 20px;
    }
    .button-container {
      display: block;
    }
  }


.category_list{
  display: flex;
/* flex-direction: column; */
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}


.category_list .category_item{
  display: block;
  width: 90%;
  padding: 15px 0;
  margin-bottom: 20px;
  align-self: center;
  text-align: center;
  text-decoration: none;


  color: var(--black, #141414);

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;

}

.category_list .ct_item-active{
  color: #1467C3;
}

/* PRODUCTOS ============*/

.products-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top:  50px;
  margin-bottom: 50px;
}


.products-list .product-item{
  width: 22%;
  margin-left: 3%;
  margin-bottom: 25px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);

  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;

  transition: all .4s;
}

.products-list .product-item img{
  width: 100%;
}

.products-list .product-item a{
  display: block;
  width: 100%;
  padding: 8px 0;
  /* background: #2D3E50; */

  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* RESPONSIVE */

@media screen and (max-width: 1100px){
  .products-list .product-item{
      width: 30.3%;
  }
}

@media screen and (max-width: 900px){
  .category_list,
  .products-list{
      width: 100%;
  }

  .category_list{
      flex-direction: row;
      justify-content: space-between;
  }

  .category_list .category_item{
      align-self: flex-start;
      width: 15%;
      font-size: 15px;
  }



  /* .products-list .product-item:nth-child(3n+1){
      margin-left: 0px;
  } */
}

@media screen and (max-width: 700px){
  .category_list{
      flex-direction: column;
  }
  .category_list .category_item{
      width: 100%;
      margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px){

  .products-list .product-item{
      width: 47.5%;
  }

  .products-list .product-item:nth-child(3n+1){
      margin-left: 2.5%;
  }

}

@media screen and (max-width: 350px){
  .products-list .product_item{
      width: 100%;
  }
}

        /* Estilos para la clase renglones2 */
        .link {
          margin-bottom: 10px;
          color: #ffff; /* Cambia el color del texto del enlace */
      }

      /* Estilos para los enlaces dentro de la clase renglones2 */
      .link a {
          text-decoration: none; /* Elimina el subrayado predeterminado */
          color: #ffff; /* Cambia el color del texto del enlace */
      }

.special-slide {
  opacity: 0.7; /* Ajusta este valor según sea necesario (0 completamente transparente, 1 completamente opaco) */
}
@media screen and (max-width: 500px){
  .products-list {
    display:block;
    text-align: -webkit-center;
  }
  .products-list .product-item {
    margin-left: 0px;
    /*width: auto;*/
    width: 100%;
  }
  .products-list .product-item:nth-child(3n+1) {
    margin-left: 0px;
  }
  
}

.sub-menu li {
  background-color: #ccc; /* Set the default background color */
}
.selected {
  background-color: red; /* Set the selected background color */
}



/* .en {
  color: #ffff;
}
.es {
  color: aqua;
}
.check {
  position: relative;
  width: 50px;
}
.check:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 25px;
  background: #333;
  border-radius: 25px;
}
.check:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  transition: 0.25s;
  border: 2px solid #333;
  box-sizing: border-box;
}
.check:checked::after {
  left: 25px;
  border: 2px solid #00a1ff;
}
.check:checked:before{
  background: #00a1ff;
} */



.line-divider {
  width: 100%;
  height: 3px;
  background-color: #1467C3; /* Change the color to your desired color */
  top: 50%; /* Adjust the position of the line vertically */
  transform: translateY(-50%);
}


.flags {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flags_item {
  width: 20px;
}

.flags_img {
  display: block;
  cursor: pointer;
}


.cambio {
  /*background: #EEC643;*/
  background: transparent;
  border: none;
  width: fit-content;
  height: 40px;
  text-align-last: left;
  color: #ffff;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  /* transform: translateY(-7px); */
}
@media screen and (max-width: 1050px){
  .header-area .main-nav .nav li a {
    font-size: 17px;
  }
  .cambio {
    transform: translateY(0px);
    font-size: 17px;
    width: 90px;

  }
  
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .cambio {
    width: 50px;
    transform: translateY(0px);
    font-size: 13px;
  }
  .header-area .main-nav .nav li a {
    font-size: 13px;
  }
  .header-area .main-nav .nav li {
    padding-left: 5px;
  }
  
}

@media screen and (max-width: 500px){
  .cambio {
    width: 100%;
    text-align-last: center;
    /* color: #191a20; */
    background: black;
    font-size: 17px;
    font-weight: bolder;
    height: 50px;
 }
}

/* .cambio:hover{
  background: #454545;
} */
/* Modificaciones del 21-02-2025*/
.cont-imca{
  background-image: url('../images/SitioIMV/Nosotros/franja-amarilla-fondo.jpg'); 
  background-position-y: bottom;
  background-size: 100% 21%;
  background-repeat: no-repeat;
  padding-bottom: 5%;
}
/*     Responsive       */
@media (min-width: 1400px){
  img.img2{
    width:100%
  }
  .header-text, .slide-inner .header-textt, .slide-inner .header-textcont {
    /*left: 9%;*/
    left: 9%;
  }
  @media (max-width: 992px) {
  .slide-inner .header-textt { 
    width: 60%;
    bottom: -5%;
  }
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-inner .header-textcont {
    /* width: 80%; */
    width: 68%;
    /* transform: translateY(-48%) translateX(45%); */
    bottom: 5%;
    left: 1%;
  }
  .slide-inner .header-textt { 
    width: 65%;
    bottom: 30%;
  }
  .slide-inner .header-text {
    width: 65%;
    left: 35%;
    transform: translateY(-20%) translateX(0%);
    -webkit-transform: translateY(-20%) translateX(0%);
    -moz-transform: translateY(-20%) translateX(0%);
    -ms-transform: translateY(-20%) translateX(0%);
    -o-transform: translateY(-20%) translateX(0%);
  }
  .header-area .main-nav .nav li a {
    font-size: 15px;
  }
  .log2 {
    width: 19%;
  }
  .header-area .main-nav .nav {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*img.img2{
    width:15%
  }*/
  .titneg {
    font-size: 2rem;
  }
  .slide-inner .header-text3 {
    top: -33% !important;
  }
  .slide-inner .header-text{
    bottom: 27%;
    left: 40%;
    width: 50%;
  }
  .slide-inner .header-textt { 
    width: 60%;
    bottom: 30%;
    left: 13%;
  }
  .slide-inner .header-textcont{
    bottom:8%;
  }
  .resaltado-nosotros, .resaltado {
    font-size: 40px;
  }
  /*.header-area .main-nav {
    width: 105%;
  }*/
  /*.header-area .main-nav .nav {
    width: 100%;
  }*/
  img.img2 {
    width: 89%;
  }
  .log img{
    width: 100%;
  }
  .log2 {
    width: 20%;
  }
  .header-area .main-nav .nav {
    flex-wrap: nowrap;
  }
  #conteinerslider {
    height: 365px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) { 
  img.img2 {
    /*width: 70%;*/
    width: 100%;
  }
  img.img2.img22 {
    width: 20%;
  }
  img.imglogo2{
    width: 50%;
  }
  .custom-button {
    
    font-size: 1rem;
  }
  .slide-inner .header-text {
    text-align: left;
    top:20%;
    width: 80%;
  }
  .slide-inner .header-textt {
    top:30%;
  }
  .slide-inner .header-textcont {
    left: -35%;
    top: 43%;
  }
  .resaltado-nosotros {
    font-size: 40px;
  }
  .log2 {
    width: 30%;
  }
  .header-area .main-nav .log1 {
    /*width: 30%;*/
    width: 50%;
  }
  .cont-imca {
    background-size: 100% 9%;
  }
  .cont-img-imca img{
    width: 50%;
    padding-top: 5%;

  }
  .cont-img-imca{
    display:flex;
    justify-content: center;
  }
  .cer4-text {
    padding: 0% 18%;
  }
  .log2 {
    /*align-items: center;*/
    justify-content: center;
  }
  #conteinerslider {
    height: 365px !important;
  }
}

@media (max-width: 575px) { 
  img.img2 {
    width: 100%;
  }
  img.img2.img22 {
    width: 28%;
  }
  img {
    width: 50%;
    overflow: hidden;
}
  .imagen-mapa{
    width:100%;
  }
  .fra1 {
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .custom-button {
    font-size: 1rem;
  }
  .products-list .product-item:nth-child(3n+1) {
    margin-left: 0%;
  }
  .products-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .slide-inner .header-text {
    text-align: left;
    bottom: 18%;
    width: 80%;
  }
  .slide-inner .header-textt {
    top:50%;
  }
  .slide-inner .header-textcont {
    left: 0%;
    top: 43%;
  }
  .resaltado-nosotros {
    font-size: 30px;
  }
  #conteinerslider {
    height: 250px !important;
  }
}


/*Slider animation*/
/*#newslider{
  width: 100%;
  height: 100%;
  position: relative;
}*/
#slider-up {
  position: absolute;
  height: 100%;
  width: 100%; /* Se actualizará con JS */
  background-image: url("../images/SitioIMV/Home/Header/Tekla-up.png") ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*border-right: 2px solid white;*/
  clip-path: inset(0 50% 0 0); /* Inicialmente la mitad izquierda es visible */
}
#conteinerslider {
  position: relative;
  height: 100%;
  width: 100%;
  /*height: 300px; *//* Ajusta según sea necesario */
  /*overflow: hidden;
  background: #ccc;*/
}

#slider-down {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/SitioIMV/Home/Header/Tekla-down.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*#slider-up::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px; 
  height: 100%;
  background-color: white;
}*/
/*#slider-button {
  position: relative;
  transform: translateY(-50%);
  right: 0%;
  left: 50%;
  margin-left: -25px;
  background: transparent;
  border-radius: 50% 50%;
  width:50px;
  height:50px;
  color: white;
  padding: 5px 10px;
  border: 3px solid white;
  cursor: pointer;
  font-size: 14px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  display: flex;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  justify-content: center;
  align-items: center;
}*/

#slider-button a{
  color:white;
}
#slider-button svg{
  filter: drop-shadow(0 0 8px rgba(51, 51, 51, 0.8));
  -webkit-filter: drop-shadow(0 0 8px rgba(51, 51, 51, 0.8));
}
/*#line1 {
  width: 3px;
  height: 48.5%;
  display: flex;
  bottom: 4%;
  background-color: white;
  position: relative;
  right: 0%;
  left: 50%;
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}
#line2 {
  width: 3px;
  height: 50%;
  top: -4%;
  background-color: white;
  position: relative;
  right: 0%;
  left: 50%;
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}*/
#slider-button {
  position: relative;
  top: calc(0% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  /*Tamañoresponsivo*/height: 60px;
  background: transparent;
  border-radius: 50%;
  border: 3px solid white;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#line1, #line2 {
  width: 3px;
  background-color: white;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
}

#line1 {
  height: calc(50% - 30px); /* Ajustamos la altura para dejar espacio al botón */
  top: 0;
}

#line2 {
  height: calc(50% - 30px); /* Igual que #line1 */
  bottom: 0;
}
@media (min-width: 1400px){
  /*#line1 {
    bottom: 3.5%;
  }
  #line2{
    top: -3.5%;
  }*/
  .log2 {
    width: 17%;
    margin-left: 10%;
  }
  .header-area .main-nav .log1 {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*#line1 {
    bottom: 4.9%;
  }
  #line2{
    top: -4.3%;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*#line1 {
    bottom: 4.9%;
  }
  #line2{
    top: -4.9%;
  }*/
  .header-area .main-nav .nav li a {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) { 
  /*#line1 {
    bottom: 4.9%;
  }
  #line2{
    top: -4.9%;
  }*/
  li.log2{
    background: #EEC643 !important;
  }
}
@media (max-width: 575px) {
  /*#line1 {
    bottom: auto;
    position: absolute;
    top: 0%;
    height: 44%;
    z-index: 1;
  }
  #line2{
    top: auto;
    height: 45%;
    position: absolute;
    bottom: 0%;
    z-index:1;
  }
  #slider-button {
    position: relative;
    bottom: -50%;
    z-index:2;
  }*/
  /*#newslider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 50%;
  }*/
  .swiper-container {
    height: calc(75vh - 0px);
  }
  .header-area .main-nav .log1 {
    width: 80%;
  }
  li.log2{
    background: #EEC643 !important;
    display: flex;
    justify-content: center;
  }
  .log2 {
    width: 26%;
  }
  .cer4-text {
    padding-right: 50px;
  }
  .cont-img-imca img{
    width: 90%
  }
  .cont-img-imca{
    /*display:flex;*/
    /*justify-content: center;*/
    padding-top: 10%;
  }
  .cont-imca {
    background-size: 100% 7%;
  }
  .slide-inner .header-text2 {
    top: 114% !important;
  }
  .slide-inner .header-text4 {
    width: 85%;
    margin-left: 25%;
    margin-right: 0%;
    top: 53%;
  }
  .diaama {
    font-size: 28px;
}
}