/* 
font-family: 'Noto Sans', sans-serif;
font-family: 'Rubik', sans-serif;
*/

button {
  border: 0px;
}

a {
  text-decoration: none;
}

.text-orange-mas {
  transition: all .3s ease;
}

.text-orange-mas:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.outline-white{
  transition: all .3s ease;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}

.outline-white:hover{
  background-color: #FFF;
  color: #1f1f1f!important;
  transition: all .3s ease;
}

.button-white-arrow {
  transition: all .3s ease;
  border: 1px solid #FFF!important;
}

.button-white-arrow:hover {
  background-color: transparent!important;
  border: 1px solid #FFF!important;
  color: #FFF!important;
  transition: all .3s ease;
}

.button-white-arrow i {
  transition: all .3s ease;
}

.button-white-arrow:hover i {
  color: #FFF!important;
  transition: all .3s ease;
}

.experience .item img {
  height: 314px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  transition: all .3s ease;
}

.experience .item {
  display: block;
}

.experience .item:hover .text-orange-mas {
  color: #ffa62b;
  transition: all .3s ease;
}

.experience .item:hover img {
  box-shadow:
    0px 1.2px 1px -16px rgba(0, 0, 0, 0.098),
    0px 3.3px 2.8px -16px rgba(0, 0, 0, 0.14),
    0px 7.8px 6.6px -16px rgba(0, 0, 0, 0.182),
    0px 26px 22px -16px rgba(0, 0, 0, 0.28);
    transition: all .3s ease;
}

.experience .item p {
  color: #000;
  font-size: 18px;
}

.experience .item h6 {
  margin-bottom: 15px;
  color: #000;
}

.experience .item:nth-child(2) {
  padding-left: 15px;
  padding-right: 30px;
}
.experience .col-12 {
  padding: 10px;
}


.experience .item a {
  font-size: 21px!important;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.experience .item a i {
  font-size: 18px;
  margin-left: 5px;
}

/* Start */
header {
  background-color: #0057b8;
  width: 100%;
  height: 90px;
}

.header__logo {
  height: 46px;
  width: auto;
  display: block;
}

.header__main-menu {
  display: flex;
  list-style: none;
  margin: auto 0 auto auto;
  padding: 0;
}

.header__main-menu li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.header__main-menu li i {
  font-size: 7px;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.header__main-menu li a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}
.header__main-menu li button {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  width: 150px; 
  height: 40px;
}


.header__main-menu li a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.select-lang {
  margin: 30px 0 0 0;
}

.select-lang .icon-worl {
  color: #fff;
  font-size: 24px;
  margin-right: 5px;
  margin-left: 0;
}

.select-lang .select-lang__title {
  display: flex;
  align-items: center;
}

.select-lang .select-lang__title p {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: #FFF;
}

.select-lang .select-lang__options ul {
  margin: 5px 0 0 39px!important;
  padding: 0;
}
.lang .select-lang__options ul {
    margin: 10px 0 0 0 !important;
    padding: 0;
}

.select-lang .select-lang__options ul li {
  position: relative;
  margin-bottom: 5px!important;
}

.select-lang__options ul li span {
  display: flex;
  align-items: center;
}

.select-lang__options ul li span p {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  transition: all 0.3s ease;
}
.select-lang__options ul li span:hover p {
  color: #ffa62b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-lang__options ul li span i {
  font-size: 7px;
  position: relative;
  top: 1px;
  margin-left: 10px;
  color: #fff;
}

.select-lang__options ul li ul {
  /* display: none; */
  list-style: none;
  padding: 5px 0;
  margin: 0;
  background-color: #0057b8;
}

.select-lang__options li ul li {
  padding: 0 10px;
}

.select-lang__options ul li ul li a {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  display: block;
  font-weight: 400;
}
.select-lang__options ul li a span{
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  display: block;
  font-weight: 400;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	color:#fff;	
}

/* .select-lang__options li ul li:last-child a {
  padding-top: 6px;
} */

/* .select-lang__options ul li:hover ul {
  display: block;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 2;
} */

.select-lang__options ul li ul a {
  text-decoration: none;
}

.select-lang__options ul li ul a:hover {
  text-decoration: none;
  color: #ffa62b;
}

.wpml-ls-legacy-dropdown a {
  border: none!important;
  background-color: transparent!important;
  padding: 0px!important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  text-decoration: none;
  color: #ffa62b;
}

.select-lang .select-lang__options .wpml-ls-sub-menu {
  margin: 5px 0 50px 0!important;
  border: 0px!important;
}

.btn-search {
  border: 0px;
  background-color: transparent;
  outline: none;
  margin: 0px 0px 0 20px;
}

.btn-search:hover i {
  color: #ffa62b;
  transition: all .3s ease;
}

.btn-search i {
  color: #fff;
  font-size: 22px;
  transition: all .3s ease;
}

.hamburger {
  height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger:hover .hamburger-inner::after {
  background-color: #ffa62b!important;
  transition: all .3s ease;
}

.hamburger:hover .hamburger-inner::before{
  background-color: #ffa62b!important;
  transition: all .3s ease;
}

.hamburger:hover .hamburger-inner{
  background-color: #ffa62b!important;
  transition: all .3s ease;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  transition: all .3s ease;
}

.big-menu {
  background-color: #2c517c;
  width: 100%;
  padding: 25px 0;
  position: absolute;
  top: 80px;
  z-index: 6;
  display: none;
}

.big-menu a {
  text-decoration: none;
}

.big-menu .title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.big-menu h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #879fdd;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.big-menu p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  text-align: left;
}

.big-menu .first-column {
  border-right: 1px solid #fff;
  padding: 0 30px 0 15px;
}

.big-menu .middle-column {
  border-right: 1px solid #fff;
  padding: 0 30px 0 30px;
}

.big-menu .middle-column .row div:nth-child(1) {
  padding-right: 30px;
}

.big-menu .middle-column .row div:nth-child(3) {
  padding-right: 30px;
}

.big-menu .last-column {
  padding: 0 0px 0 30px;
}

.big-menu a:hover h4 {
  color: #ffa62b;
  transition: all 0.3s ease;
}

.tigger-big-menu {
  transition: all 0.3s ease;
}

.tigger-big-menu:hover {
  color: #ffa62b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tigger-big-menu.show {
  color: #ffa62b;
}

.tigger-big-menu i {
  width: 15px;
}

.tigger-big-menu.show i {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.banner {
  width: 100%;
  height: 450px;
  background-color: #000;
}

.banner__item {
  position: relative;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner__item .banner__item--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  opacity: 0.5;
}

.btn-prev {
  left: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  transform: rotate(-180deg);
  top: 50%;
  margin-top: -24px;
  transition: all 0.3s ease;
  border-radius: 10px 0px 0px 10px;
}

.btn-prev:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.btn-next {
  right: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  top: 50%;
  margin-top: -24px;
  border-radius: 10px 0px 0px 10px;
}

.btn-next:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.banner__item h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 47px;
  text-align: center;
  margin: 0 0 25px 0;
  color: #fff;
  width: 50%;
}

.banner .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.banner .owl-theme .owl-dots .owl-dot.active span, .banner
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 50px;
  transition: all .3s ease;
}

.banner .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  transition: all .3s ease;
}
/******/
.solutions{
	padding-top: 100px;
    padding-bottom: 70px;
}
.solutions h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  color: #0057b8;
  margin: 0;
  margin-bottom: 30px;
}
.solutions .owl-carousel{
	display:block!important;
}
.solutions .btn-prev, .solutions .btn-next{
	margin-top: 520px;
}
.solutions .card {
	border-radius: 15px !important;
	margin-bottom: 7px;
	margin-left: 15px;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.solutions .card-body {
	font-family: "Rubik", sans-serif;
	height: 250px;
	color:white;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
.solutions .card-body h5{
	font-weight: bold;
	font-family: "Rubik", sans-serif;
}
.solutions .card-body p{
	font-family: "Rubik", sans-serif;
}
.solutions .card img {
	border-top-right-radius: 15px!important;
	border-top-left-radius: 15px!important;
}
.solutions .owl-dots{
	display:none;
}
.solutions .card .btn-outline-secondary{
	color: white;
	border-color:white;
	font-weight:bold;
	width:100%;
	padding: 10px;
	border-radius: 10px !important;
}
.solutions .card .btn-outline-secondary:hover{
	background: transparent;
}
.experience .owl-carousel{
	display: flex;
	flex-direction: row;
	align-content: space-between;
}


/******/
.news h2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  color: #0057b8;
  margin: 0;
}
.news h6 {
  margin: 0;
}

.news a {
  text-decoration: none;
}

.news .row a {
  text-decoration: none;
  margin-right: 22px;
}

.news {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #e7ebf3;
}

.news__container {
  margin-top: 40px;
}

.card-noticias .card-body {
  padding: 20px 25px;
}

.card-noticias .card-body a {
  margin-top: 25px;
  display: block;
  margin-right: 0px;
}

.experience h2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  margin: 0;
}

.experience h6 {
  margin: 0;
}

.experience__header {
  margin-bottom: 40px;
  display: flex;
}

.news__header {
  display: flex;
}

.experience a {
  text-decoration: none;
}
.experience {
  padding-top: 80px;
  padding-bottom: 120px;
}
.banner-contact{
  height: auto;
  background: #0057B8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
}
.banner-contact .text{
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em; 
  text-align: left;
  color: #ffffff;
  margin-right: 20px;
}
.banner-contact button {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  width: 150px; 
  height: 48px;
  margin-left: 20px;
}
footer {
  background-color: #1f1f1f;
}

footer h6 {
  color: #fff;
  font-size: 26px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

footer  a {
  text-decoration: none;
  color: #fff;
}

footer p {
  text-decoration: none;
  color: #fff;
}

footer  .button-white-arrow {
  color: #000;
}

footer .button-white-arrow i {
  color: #000;
  margin-left: 10px;
}

footer  {
  padding-top: 90px;
  padding-bottom: 40px;
}

footer .logo {
  display: flex;
  align-items: center;
}

footer .first h6, footer .middle h6 {
  margin-bottom: 35px;
}

footer .first a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 25px;
  transition: all .3s ease;
}

footer .first a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

footer .first a:last-child {
  margin-bottom: 0px;
}

footer .middle .iconos {
  display: flex;
  flex-direction: column;
}
footer .middle .iconos a{
  margin-bottom: 13px;
}

footer .middle {
  display: flex;
  flex-direction: column;
}
footer .middle a{
  display: flex;
  flex-direction: column;
}

footer .middle .iconos i {
  font-size: 23px;
}

footer .middle .iconos a .item{
  margin-right: 5px;
  transition: all .3s ease;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 34px;
}
footer .middle .iconos a span{
  align-items: center;
  justify-content: center;
}

footer .middle a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

footer .middle a:last-child {
  margin-right: 0px;
}

footer .middle a {
  display: flex;
  flex-direction: row;
}

footer .first {
  display: flex;
  flex-direction: column;
}

.rights-footer {
  text-align: right;
  font-size: 11px;
}

.lateral-menu-bg {
  background-color: #2F3147;
  opacity: .8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.lateral-menu {
  position: fixed;
  top: 0;
  right: -410px;
  background-color: #0057B8;
  padding: 30px 50px 80px 50px;
  z-index: 11;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 400px;
  transition: all .3s ease-in;
}

.lateral-menu.show {
  right: 0;
  transition: all .35s ease-out;
}

.lateral-menu__close {
  background-color: transparent;
  border: 0px;
  outline: none;
  color: #FFF;
  margin: 0 0 0 auto;
  transition: all .3s ease;
}

.lateral-menu__close:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.lateral-menu__close i {
  font-size: 20px;
}

.lateral-menu ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}

.lateral-menu ul li {
  margin-bottom: 30px;
}

.lateral-menu ul li:last-child {
  margin-bottom: 0px;
}

.lateral-menu ul a {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .3s ease;
}

.lateral-menu ul a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.lateral-menu ul .link-icon i {
  margin-right: 5px;
}

.lateral-menu ul .link-icon {
  margin-bottom: 20px;
}

.lateral-menu .rrss {
  margin-top: 30px;
  display: flex;
}

.lateral-menu .rrss a {
  color: #FFF;
  font-size: 27px;
  margin-right: 4px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.lateral-menu .rrss a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.lateral-menu .rrss a:last-child {
  margin-right: 0px;
}
.b-r-10{
  border-radius: 10px !important;
}
.contact-form__label {
  font-weight: bold !important;
}

@media (max-width: 1200px){
	.experience .btn-prev, .experience .btn-next {
		margin-top:2000px;
	}
	.solutions .card {
		border-radius: 15px !important;
		margin-bottom: 7px;
		margin-left: 15px !important;
	}
  .header__logo {
    height: auto;
    width: 170px;
    display: block;
  }

  .header__container {
    padding-left: 0;
    padding-right: 0;
  }

  footer .logo img {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 992px){
	.experience .btn-prev, .experience .btn-next {
		display:none !important;
	}
	.solutions .card {
		border-radius: 15px !important;
		margin-bottom: 7px;
		margin-left: 0px !important;
	}
  .fit-me-crush .buttons {
    display: flex!important;
  }
  .item__cases {
    margin-bottom: 30px;
  }
  .wins-carousel .btn-prev, .wins-carousel .btn-next {
    display: none!important;
  } 
  #logros .nav-carousel {
    display: none!important;
  }
  .menu-solutions__head-list {
    display: none!important;
  }

  .menu-solutions__head .btn-orange {
    margin-left: auto!important ;
  }

  .lateral-menu ul .link-icon {
    margin-bottom: 0px!important;
  }

  .lateral-menu .lateral-menu__close {
    position: relative;
    right: -16px;
  }

  .select-lang__options ul li ul li a {
    padding: 14px 0!important;
  }

  .btn-search {
    margin: 0 0 0 auto;
  }

  .header__main-menu {
    display: block;
  }

  .header__main-menu {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0!important;
    border-bottom: 1px solid #FFF;
  }

  .header__main-menu li {
    display: block;
    margin: 0;
  }

  .select-lang__options {
    padding: 0;
    margin: 0 0 0 5px!important;
  }

  .select-lang__options ul li {
    margin-bottom: 0px;
  }

  .select-lang .icon-worl {
    margin-right: 0;
    margin-left: 0;
  }

  .select-lang {
    margin-top: 20px;
  }

  .banner__item h2 {
    width: 80%;
  }

  .card-noticias {
    margin-bottom: 30px;
  }

  .news__header {
    display: block;
  }

  .experience__header {
    display: block;
  }

  .news__container {
    margin-top: 30px;
  }

  .experience .item:nth-child(2) {
    padding-right: 15px;
  }

  .experience .item {
    margin-bottom: 30px;
    padding-left: 15px;
  }

  footer .logo {
    align-items: flex-start
  }

  footer .middle, footer .last {
    margin-top: 30px;
  }

  .lateral-menu ul a {
    padding: 14px 0px;
  }

  .lateral-menu ul a:active {
    color: #ffa62b;
  }

  .header__main-menu {
    padding: 0 0 10px 0!important;
  }

  .lateral-menu ul li {
    margin-bottom: 0px;
  }

  .lateral-menu ul {
    margin: 20px 0 0 0;
  }

  .header__main-menu--mobile  .tigger-big-menu {
    margin: 0 0 15px 0!important;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 19px;
    color: #ffa62b;
  }

  .header__main-menu--mobile .title {
    font-family: var(--secondary-font);
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
  }

  .lateral-menu__master-list--inner a {
    font-weight: 400!important;
    font-size: 15px!important;
    padding-left: 15px!important;
  }

}

@media (max-width: 500px){
  .lang{
		display:none;
  }
  .banner-contact{
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }
  .banner-contact .text {
    margin-right: 0px;
    text-align: center;
  }
  .banner-contact button {
    margin-left: 0px;
    margin-top: 20px;
  }
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
	.solutions .card {
		border-radius: 15px !important;
		margin-bottom: 7px;
		margin-left: 0px !important;
	}

  .experience {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .first h6, footer .middle h6 {
    margin-bottom: 10px;
  }

  footer .logo {
    margin-bottom: 50px;
  }

  footer .last, footer .middle, footer .first, footer .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.product {
  padding: 50px 0;
}

.product .title i {
  margin-right: 25px;
}

.product .form-check-input {
  background-color: #676767;
}

.product .img-product img, .modal__product--img img {
  height: 150px!important;
  width: 100%!important;
  object-fit: cover;
  object-position: center;
}

.banner-fit-me {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.menu-chancado {
  padding: 15px 0;
}

.menu-chancado h4 {
  margin: 0;
}

.menu-solutions__head-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-solutions__head-list {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: auto 0 auto auto;
  display: flex;
  align-items: center;
}

.menu-solutions__head-list a {
  text-decoration: none;
  color: #4C4C4C;
  transition: all .3s ease;
}

.menu-solutions__head-list a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.menu-solutions__head {
  display: flex;
  align-items: center;
}

.menu-solutions__head .btn-orange {
  margin-left: 30px;
}

.cotizar-producto {
  padding: 25px 0;
}

.cotizar-producto__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cotizar-producto__content .button:nth-child(1) {
  margin-right: 15px;
}

.cotizar-producto__content .button:nth-child(2) {
  margin-left: 15px;
}

.btn-icon-arrow--short {
  display: flex;
  justify-content: space-between;
  width: 300px!important;
  padding: 15px 25px;
}

.modal-solutions .modal-dialog {
  max-width: 600px;
}

.modal-solutions .modal-body {
  padding: 30px 70px 70px 70px;
  display: flex;
  flex-direction: column;
}

.modal-solutions .modal-body .icon-close {
  color: #DC5028;
  margin: auto 0 auto auto;
  transition: all .3s ease;
}

.modal-solutions .modal-body .icon-close:hover {
  cursor: pointer;
  color: #ffa62b;
  transition: all .3s ease;
}

.modal-solutions .nav-tabs .nav-tab {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: #0057B8;
  outline: 0;
  background: transparent;
  border: 0px;
  padding: .3rem 0rem;
}

.modal-solutions .nav-tabs {
  border-bottom: 1px solid #0057B8;
}

.modal-solutions .nav-tabs .nav-item:nth-child(2) .nav-tab{
  margin-left: 2rem;
}

.modal-solutions .nav-tabs .nav-item.show .nav-tab, .nav-tabs .nav-tab.active {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-bottom: 6px solid #0057B8;
  font-weight: bold;
  padding: .3rem 0rem;
}

.modal-solutions .nav-tabs .nav-tab:focus {
  border-color: transparent;
}

.modal-solutions .nav-tabs .nav-tab:hover {
  border-color: transparent;
  color: #ffa62b;
}

.modal-solutions .nav-tabs .nav-item.show .nav-tab, .nav-tabs .nav-tab.active:hover {
  border-bottom: 6px solid #0057B8;
  color: #0057B8;
}

.modal-solutions .nav-tabs .nav-item.show .nav-tab, .nav-tabs .nav-tab.active:focus {
  border-bottom: 6px solid #0057B8;
  color: #0057B8;
}

.modal-solutions .nav-tabs .nav-item.show .nav-tab, .nav-tabs .nav-tab.active:active {
  border-bottom: 6px solid #0057B8;
  color: #0057B8;
}

.modal-solutions h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #0057B8;
  margin: 50px 0 0 0;
  font-weight: bold;
}

.modal-solutions p {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 18px;
  color: #000000;
  margin: 40px 0 30px 0;
}

.modal-solutions p.description {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #7D7D7D;
  margin: 10px 0 0 0;
}

.modal-solutions label {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.modal-solutions label i {
  color: #DC5028;
  transition: all .3s ease;
}

.modal-solutions label i:hover {
  color: #ffa62b;
  cursor: pointer;
  transition: all .3s ease;
}

.modal-solutions .tooltip {
  opacity: 1!important;
}

.modal-solutions .tooltip-inner {
  background-color: #0057B8;
  opacity: 1!important;
}

.modal-solutions .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0057B8;
}

.modal-solutions .form-select {
  border: 2px solid rgba(0, 0, 0, 0.66);
}

.modal-solutions .form-control {
  border: 2px solid rgba(0, 0, 0, 0.66);
}

.modal-solutions .btn-primary {
  background-color: #DC5028;
  border: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  border-radius: 10px;
  margin: 20px 0 auto auto;
  padding: 15px 30px;
  transition: all .3s ease;
  min-width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-solutions .btn-primary i {
  margin-left: 10px;
}

.modal-solutions .btn-primary:hover {
  background-color: #ffa62b;
  transition: all .3s ease;
}

.modal-products .modal-body {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.modal-products .modal-body .icon-close {
  color: #DC5028;
  margin: auto 0 auto auto;
  transition: all .3s ease;
}

.modal-products .modal-body .icon-close:hover {
  cursor: pointer;
  color: #ffa62b;
  transition: all .3s ease;
}

.header-modal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: -10px;
}

.header-modal__breadcrumb span {
  display: flex;
  align-items: center;
  position: relative;
  top: -3px;
}

.header-modal__breadcrumb span p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 42px;
  color: #000;
  margin: 0;
}

.header-modal__breadcrumb span a {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 42px;
  color: #DC5028;
  margin: 0 0 0 5px;
  transition: all .3s ease;
}

.header-modal__breadcrumb span a:hover {
  color: #ffa62b;
  text-decoration: underline!important;
  transition: all .3s ease;
}

.modal-products h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #0057B8;
  margin: 0 0 30px 0;
}

.modal-products h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
  color: #0057B8;
  margin: 0 0 15px 0;
}

.divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin: 40px 0;
}

.modal-products p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.modal__product--img {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 200px;
  margin-top: 70px;
}

.modal-products .btn-primary {
  background-color: #DC5028;
  border: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  border-radius: 10px;
  margin: 20px 0 auto auto;
  padding: 15px 30px;
  transition: all .3s ease;
  min-width: 230px;
  display: flex;
  justify-content: center;
}

.modal-products .btn-primary:hover {
  background-color: #ffa62b;
  transition: all .3s ease;
}

.content-buttons {
  display: flex;
  align-items: center;
  margin: 40px 0 30px;
}

.content-buttons .btn-primary {
  margin: 0 20px 0 0;
  justify-content: space-between;
}

.video-template2 iframe {
  width: 100%;
  height: 375px;
  position: relative;
  top: 60px;
}

.wins-carousel .item {
  background-color: #FFF;
  border-radius: 10px;
  margin: 30px 15px;
  padding: 30px;
  height: 330px;
  display: flex;
  flex-direction: column;
  box-shadow:
  0 0.8px 1.3px rgba(0, 0, 0, 0.125),
  0 6px 10px rgba(0, 0, 0, 0.25);
  transition: all .3s ease;
}

.wins-carousel .owl-item.center .item {
  border: 1px solid #DC5028;
  transition: all .3s ease;
}

.wins-carousel button {
  border: 0px;
}

.wins-carousel .item__number {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  margin-top: 30px;
}

.wins-carousel .item__number h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 100px;
  line-height: 55px;
  color: #0057B8;
  margin: 0;
}

.wins-carousel .item__number h2 span {
  font-size: 50px;
}

.wins-carousel .item__number--arrow {
  background-color: #409677;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 100px;
  margin: 0 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -15px;
  color: #FFF;
  font-size: 25px;
}

.wins-carousel .item__text h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
  color: #0057B8;
  margin: 0;
}

.wins-carousel .item__text p {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 10px 0 0 0;
}

.wins-carousel .item__divider {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
  margin: auto auto 15px 0;
}

.wins-carousel a {
  margin: 0 auto 0 0;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #DC5028;
  transition: all .3s ease;
}

.wins-carousel a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.nav-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.nav-carousel li {
  margin: 0 15px;
}

.nav-carousel li a {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  text-decoration: none;
}

.wins__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 55px;
  color: #0057B8;
  margin: 0;
  text-align: center;
}

.wins__description {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  text-align: center;
}

.bg-light-cian {
  background-color: #E7EBF3;
}

.wins {
  padding: 100px 0 40px 0;
}

.cases-container {
  padding: 50px 0 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cases-container .over-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cases__title {
  font-family: 'Noto Sans', sans-serif; 
  font-weight: bold;
  font-size: 36px;
  line-height: 55px;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.item__cases {
  height: 385px;
  border-radius: 10px;
  padding: 20px 0 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.item__cases h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin-left: 40px;
}

.item__cases .text {
  min-height: 195px;
  height: auto;
  margin: auto 0 0 0;
  background-color: #FFF;
  padding: 20px 40px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.item__cases .text p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000;
  margin: 0;
}

.item__cases .text a {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #DC5028;
  text-decoration: none;
  margin: auto auto 0 0;
  transition: all .3s ease;
}

.item__cases .text a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.item__cases .over-bgb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.slider-logos {
  padding: 60px 0;
  background-color: #F1F1F1;
}

.slider-logos h4 {
  font-family: 'Noto Sans', sans-serif; 
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #000;
  text-align: center;
  margin: 0;
}

.slider-logos p {
  font-family: 'Noto Sans', sans-serif; 
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #060606;
  text-align: center;
}

.--grey-button {
  background-color: rgba(0, 0, 0, 0.5);;
}

.--grey-button:hover {
  background-color: #ffa62b
}

.modal-template-2 .form-check-input {
  border: 2px solid rgba(0,0,0,1);
}

.logos-carousel {
  margin-top: 30px;
  margin-bottom: 10px;
}

.logos-carousel__item-logo {
  width: auto!important;
  height: 60px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.modal-template-2 h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin: 30px 0 20px 0;
}

.modal-template-2 .--label-modf {
  display: flex;
  align-items: center;
}

.modal-template-2 .--label-modf .form-check-label {
  position: relative;
  top: 3px;
  left: 10px;
}

.form-check__lateral {
  padding-left: 15px;
}

.form-check__lateral label {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin: 9px 0 0 0;
}

.form-check__lateral p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #848484;
  margin: 0;
}

.page-cases {
  background-color: #E7EBF3;
  padding: 80px 0 60px 0;
}

.page-cases h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  color: #0057B8;
  margin: 0 0 40px 0;
}

.cases__filter {
  margin-bottom: 50px;
}

.cases__filter .form-label {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0057B8;
  margin: 0;
}

.cases__filter .form-select {
  border-radius: 0px!important;
  border: 1px solid #8A8A8A;
  height: 45px;
}

.card-cases {
  position: relative;
  height: 100%;
}

.card-cases__header {
  position: relative;
  height: 190px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.card-cases__header p {
  position: relative;
  z-index: 3;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 20px 30px 0 30px;
}

.card-cases__header .over-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease;
}

.card-cases__header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.card-cases__body {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  min-height: 195px;
  height: calc(100% - 190px);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.card-cases__body p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}

.card-cases__body .text-link {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  color: #DC5028;
  margin: 0;
  transition: all .3s ease;
}

.align-bottom-flex {
  margin: auto auto 0 0!important;
}

.check-search-products {
  display: flex;
}

.check-search-products .form-check {
  margin-right: 35px;
}

.search-input {
  border-top: 2px solid #3076C5!important;
  border-bottom: 2px solid #3076C5!important;
  border-left: 2px solid #3076C5!important;
  border-right: 3px solid #3076C5!important;
}

.no-search-input::before {
  display: none!important;
}

.search-submit {
  border-right: 2px solid #3076C5!important;
  border-top: 2px solid #3076C5!important;
  border-bottom: 2px solid #3076C5!important;
  border-radius: 0 5px 5px 0;
}

.icon-search {
  color: #3076C5;
}

.search-input-content {
  padding-right: 30px;
}

.filter-item:hover {
  cursor: pointer;
}

.filter-item:hover .card-product {
  box-shadow:
  0 0.7px 0.8px -24px rgba(0, 0, 0, 0.046),
  0 1.6px 1.8px -24px rgba(0, 0, 0, 0.068),
  0 2.7px 3px -24px rgba(0, 0, 0, 0.084),
  0 4.1px 4.6px -24px rgba(0, 0, 0, 0.098),
  0 5.9px 6.6px -24px rgba(0, 0, 0, 0.11),
  0 8.3px 9.4px -24px rgba(0, 0, 0, 0.122),
  0 11.8px 13.3px -24px rgba(0, 0, 0, 0.136),
  0 17.2px 19.3px -24px rgba(0, 0, 0, 0.152),
  0 26.4px 29.8px -24px rgba(0, 0, 0, 0.174),
  0 47px 53px -24px rgba(0, 0, 0, 0.22)
;
  transition: all .3s ease;
  transform: scale(1.01);
}

.card-product .card-body p, .card-product .title {
  margin: 0;
}

.card-product .card-text {
  align-items: center;
}

.card-product .card-text i {
  margin-left: 10px;
}

.card-body {
  margin-top: 0px;
}

.cases-banner {
  width: 100%;
  height: 395px;
  position: relative;
}

.cases-banner .over-bg {
  background-color: rgba(0, 11, 71, 0.7);
  width: 100%;
  height: 395px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.cases-banner img {
  width: 100%;
  height: 395px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cases-body {
  background-color: #FFF;
  margin-top: -200px;
  position: relative;
  z-index: 5;
  padding: 40px;
  margin-bottom: 100px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.breadcrumb span {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  color: #DC5028;
  margin: 0;
}

.breadcrumb p {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin: 0 0 0 5px;
}

.cases-body h1.title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  color: #0057B8;
  margin: 0 0 10px 0;
}

.cases-body h2.sub-title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 42px;
  color: #0057B8;
  margin: 60px 0 10px 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tags p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #0057B8;
  margin: 0 10px 10px 0;
  background-color: #E7EBF3;
  padding: 3px 10px;
  width: fit-content;
  display: flex;
  align-items: center;
}

.cases__button-pdf {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #E9A748;
  margin: 0 0 20px 0;
  display: block;
  transition: all .3s ease;
}

.cases__button-pdf:hover {
  color: #DC5028;
  text-decoration: underline!important;
  transition: all .3s ease;
}

.cases__the-content p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #000000;
}

.cases__the-content .fullW {
  width: 100%;
  height: auto;
}

.cases-relation {
  padding: 40px;
  background-color: #FFF;
  margin-bottom: 100px;
}

.cases-relation h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #0057B8;
  margin-bottom: 40px;
}

.cases__related-card {
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 20px;
  transition: all .3s ease;
}

.cases__related-card:hover {
  box-shadow: 0 0.6px 1px rgb(0 0 0 / 3%), 0 1.5px 2.4px rgb(0 0 0 / 5%), 0 2.7px 4.3px rgb(0 0 0 / 6%), 0 4.5px 7.1px rgb(0 0 0 / 7%), 0 7.4px 11.6px rgb(0 0 0 / 8%), 0 12.9px 20.3px rgb(0 0 0 / 10%), 0 28px 44px rgb(0 0 0 / 13%);
  transition: all .3s ease;
}

.cases__related-card .cases__related-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  margin-top: 28px;
}

.cases__related-card  .relation__badge {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: #DC5028;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 20px;
}

.cases__related-card-title {
  padding-top: 20px;
  display: block;
}

.cases__related-card-title p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 0;
}

.ssba-share-text {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #000000;
}

.card-cases__body .news__category {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #0057B8;
  margin: 0 0 10px 0;
}

.btn-elec-blue-solid {
  background-color: #0057B8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.btn-elec-blue-solid p {
  color: #FFF;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 55px;
}

.bg-petrol-blue {
  background-color: #2C517C;
}

.bg-light-blue {
  background-color: #E7EBF3;
}

.inner-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-menu h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0;
}

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

.inner-menu ul li {
  margin-left: 40px;
}

.inner-menu ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  transition: all .3s ease;
}

.inner-menu ul li a.active {
  font-weight: bold;
}

.inner-menu ul li a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.events h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  color: #0057B8;
  margin-top: 100px;
  margin-bottom: 15px;
}

.events .nav-tabs {
  border-bottom: 1px solid #0057B8;
  margin-bottom: 30px;
}

.events .nav-tabs .nav-item:nth-child(1) .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.events .nav-tabs .nav-item:nth-child(1){
  margin-right: 30px;
}

.events .nav-tabs .nav-link {
  background-color: transparent!important;
  color: #0057B8;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  padding: 10px 0;
  border-width: 0 0 6px 0;
  transition: all .2s ease;
}

.events .nav-tabs .nav-link.active {
  background-color: transparent!important;
  color: #0057B8;
  border-color: transparent transparent #0057B8;
  border-width: 0 0 6px 0;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  padding-left: 0!important;
  padding-right: 0!important;
  border-width: 0 0 6px 0;
}

.events .nav-tabs .nav-link:hover {
  color: #dc5028;
  border-color: transparent;
  transition: all .2s ease;
}

.events .nav-tabs .nav-link.active:hover {
  color: #0057B8;
  border-color: transparent transparent #0057B8;
  border-width: 0 0 6px 0;
}

.card-webinaers {
  display: flex;
  margin-bottom: 30px;
}

.card-webinars__data {
  background-color: #FFF;
  padding: 40px;
  width: calc(100% - 260px);
}

.date-mod {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.date-mod i {
  color: #0057B8;
  font-size: 20px;
  position: relative;
  left: -4px;
}

.date-mod .date {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #0057B8;
  margin: 0 10px 0 2px;
  }

.date-mod h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: #0057B8;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
  margin: 0;
}

.card-webinars__data h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}

.card-webinars__data p {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.card-webinars__data a {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #DC5028;
  margin: 15px 0 0 0;
  display: block;
  transition: all .3s ease;
}

.card-webinars__data a:hover {
  color: #ffa62b;
  transition: all .3s ease;
}

.card-webinars__imagen img {
  width: 260px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-events label {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.single-events label i {
  color: #DC5028;
  transition: all .3s ease;
}

.single-events label i:hover {
  color: #ffa62b;
  cursor: pointer;
  transition: all .3s ease;
}

.single-events .form-select {
  border: 2px solid rgba(0, 0, 0, 0.66);
}

.single-events .form-control {
  border: 2px solid rgba(0, 0, 0, 0.66);
}

.single-events .form-check-inline {
  width: fit-content;
  display: flex;
  align-items: center;
}

.single-events .form-check-input {
  margin-top: 0;
}

.single-events .btn-primary {
  background-color: #DC5028;
  border: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  border-radius: 10px;
  margin: 0;
  padding: 15px 30px;
  transition: all .3s ease;
  display: flex;
  justify-content: space-between;
}

.single-events .btn-primary:hover {
  background-color: #ffa62b;
  transition: all .3s ease;
}

.list-resources {
  list-style: none;
  padding: 0;
}

.list-resources li {
  margin-bottom: 5px;
}

.list-resources a {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #E9A748;
  display: block;
  text-decoration: underline;
  transition: all .3s ease;
}

.list-resources a:hover {
  text-decoration: underline!important;
  color: #dc5028;
  transition: all .3s ease;
}

.fit-me-img {
  width: 410px;
}

.me-fit-dropdown {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.me-fit-dropdown .me-fit-dropdown__inner {
  position: absolute;
  top: 56px;
  left: 0;
  display: flex;
  visibility: hidden;
  width: 300px;
  padding: 0 15px;
  flex-direction: column;
  align-items: center;
  list-style: none;
  opacity: 0;
  transition: all .3s ease;
}

.me-fit-dropdown:hover .me-fit-dropdown__inner {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
}

.me-fit-dropdown__inner a {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 5px 0;
  transition: all .3s ease;
}

.me-fit-dropdown__inner a:hover {
  color: #dc5028;
  transition: all .3s ease;
}

.otro-fit:hover {
  cursor: pointer;
}

.otro-fit i {
  transition: all .3s ease;
}

.me-fit-dropdown:hover .otro-fit i {
  transform: rotate(-180deg);
  transition: all .3s ease;
}

.over-bg-high {
  position: absolute;
  background-color: #000;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.zIndex3 {
  z-index: 3;
}

.card__training {
  display: flex;
  justify-content: space-between;
}

.training__data {
  max-width: 50%;
}

.training__business .title {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 5px 0 0 0;
}

.training__business .names {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 9px ​0 0 0;
}

.training__link {
  display: flex;
  align-items: flex-end;
}

.training__data .date-mod h6, .light-state {
  background-color: #E7EBF3!important;
  color: #0057B8!important;
}

/*  Page Heading  
==================================================================================== */
.page-heading {
	padding-top: 1.25rem;
	padding-bottom: 2.25rem;
}
.page-heading__title {
	font-size: 1.875rem;
  font-weight: bold;
  color: #0057b8;
	margin: 0;
}
.page-heading__label {
	font-weight: bold;
	line-height: 1;
	margin-top: 1.25rem;
	display: block;
}
.page-heading__select {
	width: 100%;
	max-width: 280px;
	height: 40px;
	margin-top: 0.5rem;
}

/*	min-width 576px  */
@media only screen and (min-width: 576px) {
	.page-heading {padding-top: 2.875rem;}
	.page-heading__title {font-size: 2.875rem;}
}

/*  Page Dropdown  
==================================================================================== */
.page-dropdown {
    margin-top: 0.5rem;
}
.page-dropdown__toggle, 
.page-dropdown__toggle>span {
	font-family: var(--main-font);
	position: relative;
}
.page-dropdown__toggle {
	font-size: 0.9rem;
	color: var(--main-color) !important;
	text-align: left;
	width: 100%;
	max-width: 280px;
	height: 40px;
	padding: 0 1.875rem 0 0.9375rem;
	border-color: var(--main-color-rgba5) !important;
	background: var(--general-white) !important;
}
.page-dropdown__toggle:after {
	display: none !important;
}
.page-dropdown__toggle>.fa-angle-down {
	font-size: 1.1rem;
	position: absolute;
	top: 10px;
	right: 0.7rem;
}

/*  Page Documents  
==================================================================================== */
.page-documents {
	padding-bottom: 2.875rem;
}
.page-documents__block {
	margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.page-documents__content {
	width: 100%;
	height: 100%;
	padding-top: calc(var(--bs-gutter-x) * 1); 
	padding-right: calc(var(--bs-gutter-x) * 1); 
	padding-bottom: calc(var(--bs-gutter-x) * 1); 
	padding-left: calc(var(--bs-gutter-x) * 1);
	border: 1px solid var(--main-color-rgba2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: var(--general-white);
}
.page-documents__content--file {
	padding-bottom: calc(var(--bs-gutter-x) * 2);
}
.page-documents__logo {
	width: auto;
	max-height: 50px;
	margin-bottom: 0.5rem;
}
.page-documents__title {
	font-size: 1.25rem;
	color: var(--main-color);
	font-weight: bold;
}
.page-documents__subtitle {
	font-size: 1.35rem;
	font-weight: 400;
	color: var(--main-color);
	margin-bottom: 0.5rem;
}
.page-documents__text {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
}
.page-documents__link {
	font-family: var(--main-font);
	color: var(--link-color);
	font-weight: bold;
}
.page-documents__link:hover, 
.page-documents__link:focus {
	color: var(--link-color-hover);
}
.page-documents__actions {
	width: auto;
	position: absolute;
	bottom: 0;
	right: calc(var(--bs-gutter-x) * 1);
	bottom: calc(var(--bs-gutter-x) * .75);
	left: calc(var(--bs-gutter-x) * 1);
}
.page-documents__file {
	font-family: var(--main-font);
	font-size: 0.875rem;
	color: var(--link-color-hover) !important;
	font-weight: bold;
	text-transform: uppercase;
}
.page-documents__file:hover {
	color: var(--link-color) !important;
}

/*	max-width 414px  */
@media only screen and (max-width: 414px) {
	.page-documents__block {width: 100% !important;}
}
/*	min-width 576px  */
@media only screen and (min-width: 576px) {
	.page-documents__content {
		padding-top: calc(var(--bs-gutter-x) * 1.5);
		padding-right: calc(var(--bs-gutter-x) * 1.5);
		padding-bottom: calc(var(--bs-gutter-x) * 1.5);
		padding-left: calc(var(--bs-gutter-x) * 1.5);
	}
	.page-documents__content--file {
		padding-bottom: calc(var(--bs-gutter-x) * 3);
	}
	.page-documents__actions {right: calc(var(--bs-gutter-x) * 1.5);bottom: calc(var(--bs-gutter-x) * 1);left: calc(var(--bs-gutter-x) * 1.5);}
}

/*  Contact Details  
==================================================================================== */
.contact-details {
	padding-bottom: 1.875rem;
}
.contact-details__column {
	margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.contact-details__title {
	font-size: 1.35rem;
	font-weight: bold;
	margin: 0;
  color: #0057B8;
}
.contact-details__title--large {
	font-size: 1.6rem;
}
.contact-details__title--main {
	color: var(--main-color);
}
.contact-details__title--secondary {
	color: var(--secondary-color);
}
.contact-details__subtitle {
	font-size: 16px;
	color: var(--main-color);
	font-weight: bold;
	margin: 0;
}
.contact-details__text, 
.contact-details__link, 
.contact-details__link+span {
	font-family: var(--main-font);
}
.contact-details__text {
	margin: 0.5rem 0 0;
}
.contact-details__link, 
.contact-details__link+span {
	color: var(--link-color);
	display: inline-block;
}
.contact-details__link:hover, 
.contact-details__link:focus {
	color: var(--link-color-hover);
	text-decoration: underline !important;
}
.contact-details__link+span {
	margin: 0 0.25rem;
}
.contact-details__divider {
	background: var(--secondary-color);
	opacity: 0.75;
}

/*  Contact Form  
==================================================================================== */
.contact-form {
	padding-bottom: 0.9375rem;
}
.contact-form__title {
	font-size: 1.6rem;
	color: var(--secondary-color);
	margin-bottom: 1.25rem;
}
.contact-form__field {
	margin-bottom: 0rem;
}
.contact-form__label {
	font-family: var(--main-font);
	font-size: 0.9375rem;
	line-height: 1;
	width: 100%;
	margin: 0;
	display: block;
}
.contact-form__input, 
.contact-form__select, 
.contact-form__textarea {
	min-height: 45px;
	margin-top: 0.5rem;
	border-color: var(--main-color-rgba5);
}
.contact-form__input:focus, 
.contact-form__select:focus, 
.contact-form__textarea:focus {
	border-color: var(--main-color-rgba7);
}
.contact-form__textarea {
	height: 140px;
}
.contact-form__submit {
	text-align: left;
	text-align: center;
	/* width: 100%; */
	/* max-width: 230px; */
  min-width: 230px;
	height: 50px;
	margin-top: 0.5rem;
	/* padding: 0 3rem 0 1.1rem; */
	padding: 0 2rem;
	border: none !important;
	position: relative;
}
.contact-form__submit i {
	font-size: 0.875rem;
	margin-left: 10px;
}

.--margin-top-60 {
  margin-top: 60px;
}

.header__link-home {
  width: fit-content;
}

.denuncias a {
  display: block;
  margin: 0 0 10px 0;
}

.denuncias a:hover {
  color: #ffa62b;
}

.search {
  display: flex;
  flex-direction: column;
  background-color: #00bdff;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 10;
  width: 100%;
  display: none;
}

.search__icon-close {
  display: flex;
  padding: 0 30px;
  opacity: 1;
  transition: all .3 ease;
}

.search__icon-close:hover {
  cursor: pointer;
  opacity: .7;
  transition: all .3 ease;
}

.search__icon-close i {
  color: #FFF;
  margin: auto 0 20px auto;
}

.search__input .btn-secondary {
  background-color: #FFF;
  color: #0057b8;
  font-weight: bold;
  transition: all .3s ease;
}

.search__input .btn-secondary:hover {
  color: #FFF;
  background-color: #0057b8;
  transition: all .3s ease;
}

.search__input input[type=text]{
  height: 45px;
}
.button{
  
}

@media (max-width:1200px){
  .fit-me-crush .buttons {
    display: block;
  }
}

.items-collection .card-body {
  padding: 1rem 0rem;
}

.product .card-product .img-product {
  width: 100%;
}

.--search-submit {
  margin: auto auto 0 0;
  height: 45px;
  border-radius: 0px!important;
  font-weight: bold;
  font-size: 16px;
}

/*oficinas*/

.about-regions__title.search_title {
  color: #0057B8;
}

.card-regions__data {
  background-color: #FFF;
  padding: 15px 10px 15px 20px;
  transition: all .3s ease;
}

.card-regions__data:hover {
  cursor: pointer;
  background-color: #DC5028;
  transition: all .3s ease;
}

.card-regions__data:hover h4 {
  color: #FFF;
  transition: all .3s ease;
}

.card-regions__data:hover .names {
  color: #FFF;
  transition: all .3s ease;
}

.card-regions__data:hover i {
  color: #FFF;
  transition: all .3s ease;
}

.card__regions {
  display: flex;
  align-items: center;
}

.card-regions {
  display: flex;
  margin-bottom: 12px;
}

.regions__link {
  margin: auto 0 auto auto;
}

.regions__link i {
  color: #000;
    transform: rotate(-90deg);
    align-items: center;
    display: flex;
    width: 30px;
    transition: all .3s ease;
}

.regions__data {
  color: #DC5028;
  font-size: 22px !important;
  text-decoration: underline;
  font-weight: 400;
}

.regions__office {
  font-size: 14px;
}

.regions__office .names {
  margin: 0 0 0 15px;
  transition: all .3s ease;
}

.btn-region {
  background-color: #dc5028;
  border-radius: 10px;
  border: 0px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.about-regions__results {
  padding-top: 2.875rem;
  padding-bottom: 3.875rem;
}

.regions__data h4 {
  margin: 0;
  transition: all .3s ease;
}

.cases__container .over-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__logo--other {
  width: 225px;
  height: auto;
}

.--no-results {
  font-family: var(--main-font);
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: bold;
}

.finish-modal h1 {
  font-family: var(--main-font);
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 30px;
  color: var(--link-color);
}

.finish-modal button {
  font-family: var(--main-font);
  font-size: 20px;
  background-color: var(--secondary-color);
  padding: 5px 25px;
  border-radius: 10px 0 10px 0!important;
  margin: 0 auto 30px;
  display: block;
  color: var(--general-white);
  transition: all .3s ease;
}

.finish-modal button:hover {
  background-color: var(--link-color-hover);
  transition: all .3s ease;
}

.wpcf7-response-output {
  display: none!important;
}

.form-check-input {
  border-radius: .25em;
}

.--doble-checkbox .wpcf7-list-item {
  margin: 0;
  position: relative;
  left: -29px;
}

.--doble-checkbox .wpcf7-list-item input[type="checkbox"] {
  width: 25px;
  height: 25px;
  border: 2px solid rgba(0,0,0,1)!important;
  border-radius: .25em;
  position: relative;
  left: -10px;
  top: 10px;
}

.wpcf7-list-item-label {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin: 9px 0 0 9px;
}

.--arrow-small i {
  font-size: 16px;
  margin-left: 5px;
}

.results-page h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}

.results-page .text-link {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #DC5028;
  margin: 0 0 25px 0;
  display: block;
  transition: all .3s ease;
}

.results-page .text-link:hover {
  color: #E9A748;
  transition: all .3s ease;
}

.icon-arrow--left::before {
  transform: rotate(
180deg);
}

.results-page__paginador .wp-pagenavi {
  display: flex;
}

.results-page__paginador .wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #176879;
  padding: 0;
  margin: 0 8px 0 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005280;
}

.link__representatives {
  font-family: var(--main-font);
  color: #DC5028;
  font-size: 16px;
  font-weight: bold;
}

.fw-img {
  width: 100%!important;
  height: 300px!important;
  object-position: center;
  object-fit: cover;
}

.search form {
  display: flex;
  width: 100%;
}

.search .search__input input[type="text"] {
  border-radius: .25rem 0 0 .25rem!important;
}

.search .search__input button {
  border-radius: 0 .25rem .25rem 0!important;
}

.no-icon::before {
  display: none!important;
}

.load-scroll {
  background-color: #DC5028;
  border: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  border-radius: 10px;
  margin: 0;
  padding: 7px 30px;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
}

.load-scroll:hover {
  background-color: #ffa62b;
  transition: all .3s ease;
}

.no-overflow {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.modal-body li {
  font-family: 'Rubik', sans-serif!important;
}

.lateral-menu__master-list {
  display: none;
}

.lateral-menu__master-list {
  position: relative;
  top: -12px;
}

.button__master-list {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.button__master-list i {
  color: #FFF;
  font-size: 11px;
  transition: all .3s ease;
}

.button__master-list i.show {
  transform: rotate(-180deg);
  transition: all .3s ease;
}

@media (max-width:500px){
	.experience .btn-prev, .experience .btn-next {
		display:none !important;
	}
	.solutions .card{
		width:90% !important;
	}
	.solutions .card {
		border-radius: 15px !important;
		margin-bottom: 7px;
		margin-left: 0px !important;
	}
  .cases-relation .col {
    height: 100%;
  }
  .solutions .btn-prev, .solutions .btn-next{
	display: none!important;
  }
  .cases__related-card {
    margin-bottom: 30px;
  }

  .fit-me-crush .buttons {
    display: block!important;
  }

  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: inherit!important;
  }
  .menu-solutions__head-list {
    display: none;
  }

  .menu-solutions__head .btn-orange {
    margin-left: auto!important;
  }

  .item__cases {
    margin-bottom: 30px;
  }

  .cotizar-producto__content {
    display: block!important;
  }

  .btn-icon-black-arrow, .btn-icon-arrow {
    width: 100%;
  }

  .cotizar-producto__content .button:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cotizar-producto__content .button:nth-child(2) {
    margin-left: 0;
  }

  .product-chancado .gx-5 {
    --bs-gutter-x: 0;
  }

  .slider-logos .btn-prev, .slider-logos .btn-next {
    display: none;
  }

  .slider-logos {
    padding: 30px 0;
  }

  .modal-solutions .modal-body {
    padding: 30px 20px 70px 20px;
  }

  .modal-solutions .modal-body .icon-close {
    margin: auto 0 20px auto;
  }

  .search-input-content {
    display: none;
  }

  .items-collection {
    margin: 0!important;
    padding: 0;
  }

  .product {
    padding: 30px 0;
  }

  .product .row .title h1 {
    font-size: 24px;
    line-height: 30px;
    margin-left: 15px;
  }

  .product .img-product img {
    height: 200px!important;
  }

  .banner-fit-me {
    padding: 30px 0 70px 0;
  }

  .fit-me-crush .btn-icon-arrow--short, .fit-me-crush .buttons .otro-fit, .me-fit-dropdown .me-fit-dropdown__inner {
    width: 100%!important;
  }

  .header-modal {
    flex-direction: column-reverse;
  }

  .header-modal__breadcrumb img {
    margin-bottom: 15px;
  }

  .content-buttons {
    margin: 20px 0 10px;
    flex-direction: column;
  }

  .content-buttons .btn-primary {
    margin: 0 0 15px 0;
    justify-content: space-between;
    width: 100%;
  }

  .page-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-nav__toggle i {
    font-size: 11px;
  }
  
  .page-nav__item {
    padding: 10px 0;
  }

  .card-webinars__imagen {
    display: none!important;
  }

  .training__data {
    max-width: 100%;
  }

  .card__training {
    flex-direction: column;
  }

  .check-search-products {
    flex-wrap: wrap;
  }

  .header-modal img {
    margin-bottom: 15px;
  }

  .modal-products .modal-body {
    padding: 24px;
  }

  .modal__product--img {
    margin-top: 20px;
  }

  .fit-me-crush .text h1 {
    line-height: 36px;
  }

  .fit-me-crush .text h1 img {
    margin-right: 15px;
  }

  .wins__description {
    margin-top: 15px;
  }

  .item__cases h5 {
    margin-left: 0;
    padding: 0 24px;
  }

  .item__cases .text {
    padding: 24px;
  }

  .search, .search__icon-close {
    padding: 12px;
  }

  .results-page h1 {
    font-weight: bold;
  }

  .about-search__container {
    padding-top: 30px!important;
  }

  .header__logo {
    width: 190px;
  }

  .wpml-ls-legacy-dropdown a {
    padding: 10px 0!important;
  }

  .page-nav__link:active, .page-nav__link:hover  {
    color: #ffa62b!important;
  }
}

@media (max-width:414px){
	.experience .btn-prev, .experience .btn-next {
		display:none !important;
	}
	.solutions .card{
		width:100% !important;
	}
	.solutions .card {
		border-radius: 15px !important;
		margin-bottom: 7px;
		margin-left: 0px !important;
	}
  .header__container {
    padding-right: 15px;
  }

  .banner__item h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner .btn-prev, .banner .btn-next {
    display: none!important;
  }
  .solutions .btn-prev, .solutions .btn-next{
	display: none!important;
  }

  .experience .item {
    padding-left: 0;
  }

  .news__container {
    padding: 0;
    margin: 0px 0 0 0;
  }

  .lateral-menu__sub-section {
    margin-left: 10px!important;
    margin-bottom: 15px!important;
  }

  .lateral-menu__sub-section a {
    font-weight: 400!important;
  }

  .lateral-menu__sub-section.mb-4 {
    margin-bottom: 40px!important;
  }

  .wins__title {
    font-size: 22px;
    line-height: 30px;
  }

  .nav-carousel {
    display: none;
  }

  .wins-carousel .btn-prev, .wins-carousel .btn-next {
    display: none;
  }

  .slider-logos {
    padding: 30px 0;
  }

  .slider-logos h4 {
    font-size: 19px;
    line-height: 25px;
  }

  .slider-logos p {
    font-size: 15px;
    line-height: 25px;
  }

  .logos-carousel {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .logos-carousel .owl-dots {
    margin-top: 20px!important;
  }

  .product-chancado .col-12 h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .about-tabs__link {
    font-size: 20px;
    padding: 0!important;
    margin: 0 0 10px 0!important;
  }

  .about-tabs__list {
    border-bottom: 0px solid var(--secondary-color)!important;
  }

  .about-carrousel {
    margin-top: 0!important;
    padding-top: 0!important;
  }

  .about-member__info {
    padding: calc(var(--bs-gutter-x) * .75)!important;
  }

  .about-member__info {
    height: 100%!important;
  }

  .about-search__container {
    padding-bottom: 0px!important;
  }

  .cases-body {
    padding: 20px 15px;
  }

  .cases-body h1.title {
    font-size: 40px;
    line-height: 50px;
  }

  .cases-relation {
    padding: 20px 15px;
  }

  .cases__related-card .cases__related-img {
    height: 200px;
  }

  .cases-relation, .cases-body {
    margin-bottom: 8px;
  }

  .page-cases {
    padding: 30px 0 60px 0;
  }

  .events h1 {
    margin-top: 30px;
  }

  .about-search__group {
    height: auto!important;
  }

  .about-search__group .input-group {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .about-search__group input[type="text"]{
    width: 100%;
    height: 60px;
  }

  .about-search__group button {
    width: 100%;
    height: 60px;
  }

  .events h1 {
    font-size: 36px;
    line-height: 40px;
  }

}

@media (max-width:320px){
  .header__logo {
    width: 170px;
  }
	.solutions .card {
		border-radius: 15px !important;
		margin-bottom: 7px;
		margin-left: 0px !important;
	}
  .lateral-menu {
    padding: 30px 20px 50px 20px;
    min-width: 100%;
  }

  .menu-chancado .col-12 {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-solutions__head {
    margin-top: 10px;
  }
}

.share {
  margin: 0;
}

.--modal-descrip {
  font-family: 'Rubik', sans-serif;
  font-size: 16px!important;
  line-height: 18px;
  color: #000000;
  margin: 20px 0 31px 0!important;
}



.link-alone {
  color: #FFF;
}

.link-alone:hover {
  color: #dc5028;
}

.wpcf7-rut-onformat::placeholder {
	font-size: 12px;
}

.wpcf7-list-item {
	margin-left: 0px;
}

/* new css single-productos*/
.sub-header {
  height: auto;
  background: #E7EBF3;
  font-family: 'Rubik';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 5px 0px 5px 0px;
}

.sub-header .box {
  justify-content: space-around;
  align-items: center;
  height: 100%;

}

.sub-header .box a {
  color: black !important
}

.sub-header span {
  font-weight: 700;
}

.sub-header i {
  color: #DC5028;
  padding: 10px;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.box-body {
  background: white;
}

.box-info {
  padding: 40px;
}

.box-info img {
  border-radius: 10px;
  object-fit: cover;
  height: 500px;
}

.breadcrumbs {
  font-family: 'Noto Sans';
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.breadcrumbs span {
  color: #DC5028;
  font-weight: 700;
}

.box-info h2 {
  font-family: 'Rubik';
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  color: #0057B8;
}

.box-info .btn-download {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #E9A748;
}

.box-info .btn-download i {
  color: #E9A748;
}

.box-info button {
  margin-top: 5px;
  padding: 15px;
}

.tabs-details .nav .nav-item {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0em;
  color: #0057B8;
}

.tabs-details .nav .active {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  color: #0057B8;
}

.tabs-details .nav-tabs .nav-link {
  border: 0px solid transparent;
}

.tabs-details .nav-tabs {
  border-bottom: 1px solid #0057B8;
}

.tabs-details .nav-tabs .active {
  border-bottom: 6px solid #0057B8;
}

.items-details {
  padding: 20px 20px 0px 20px;
}

.items-details img {
  padding: 0px;
  border-radius: 10px;
  margin: 0px;
  width: 70%;
  border: 1px solid #E7EBF3;
}

.items-details .img-title {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #939496;
  text-align: center;
}

.others {
  padding: 30px 0px 30px 0px;
}

.others h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #0057B8;
  padding: 20px;
}

.others .carrusel-products {
  position: relative;
}

.others .card {
  height: 235px;
  width: 231px;
  background: #FFFFFF;
  box-shadow: 10px 10px 27px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.others .card h5 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #DC5028;
}

.others .card h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #4C4C4C;
}

.btn-prev-2 {
  left: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  transform: rotate(-180deg);
  top: 50%;
  margin-top: -24px;
  transition: all 0.3s ease;
  border-radius: 10px 0px 0px 10px;
}

.btn-prev-2:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.btn-next-2 {
  right: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  top: 50%;
  margin-top: -24px;
  border-radius: 10px 0px 0px 10px;
}

.btn-next-2:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.others .owl-item {
  display: flex;
  justify-content: center;
}

.bg-me-fit {
  background: #E7EBF3;
}

.me-fit h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #1F1F1F;
  padding: 30px;
  text-align: center;
}

.me-fit img {
  height: 205px;
  margin: 50px;
}

.others .owl-carousel .owl-item img {
  height: 120px;
  object-fit: cover;
}

@media (max-width:400px) {
  .sub-header .box {
    padding: 5px;
  }

  .sub-header i {
    color: #DC5028;
    padding: 5px;
  }
}

@media (max-width:770px) {
  .details {
    margin-top: 10px;
  }

  .others h3 {
    text-align: center;
  }

  .owl-item {
    display: flex;
    justify-content: center;
  }

  .me-fit h3 {
    text-align: center;
  }

  .me-fit .col-md-3 {
    display: flex;
    justify-content: center;
  }

  .sub-header .box {
    flex-direction: column;
  }

  .single-unit button {
    width: 100% !important
  }

  .single-unit h2 {
    font-size: 30px !important;
  }

  .acordeon-products iframe {
    height: 100% !important;
  }

  .modal {
    /*top: 50%;*/
  }
}

/*  single products */

.others {
  padding: 30px 0px 30px 0px;
}

.others h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #0057B8;
  padding: 20px 0px;
}

.others .carrusel-products {
  position: relative;
}

.others .card {
  height: 255px;
  width: 231px;
  background: #FFFFFF;
  box-shadow: 10px 10px 27px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.others .card h5 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #DC5028;
}

.others .card h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #4C4C4C;
}

.btn-prev-2 {
  left: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  transform: rotate(-180deg);
  top: 50%;
  margin-top: -24px;
  transition: all 0.3s ease;
  border-radius: 10px 0px 0px 10px;
}

.btn-prev-2:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.btn-next-2 {
  right: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  top: 50%;
  margin-top: -24px;
  border-radius: 10px 0px 0px 10px;
}

.btn-next-2:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.others .owl-item {
  display: flex;
  justify-content: center;
}
.others .owl-carousel .owl-item img {
  height: 146px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.bg-me-fit {
  background: #E7EBF3;
}

.breadcrumbs {
  font-family: 'Noto Sans';
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.breadcrumbs span {
  color: #E9A748;
  font-weight: 700;
}

.img-product-single{
  width: 100%;
  height: 561px;
  object-fit: cover;
  object-position: center;
}

@media (max-width:768px) {
  .img-product-single{
    height: auto;
  }
}

#description p, #description ul li {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	/* or 36px */

	text-align: center;

	color: #000000;
}

.btn-clean {
	background: #dc5028;
	border-radius: 10px;
	font-family: "Rubik";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	padding: 16px 25px;
	border: 1px solid transparent;

	color: #ffffff;
}
.btn-clean:hover {
	opacity: 0.9;
  color: #ffffff;
}

.fit-cover {
	object-fit: cover;
}

.success-title {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;

	/* Oscuro */

	color: #1f1f1f;
}

.success-text {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;

	color: #1f1f1f;
}

.elecmetal-template .color-white {
	color: white;
}

.elecmetal-template p {
	line-height: 140%;
}

.elecmetal-template h1 {
	font-size: 38px;
	line-height: 120%;
}

.elecmetal-template .size-18 {
	font-size: 18px;
}

.elecmetal-template .size-22 {
	font-size: 22px;
}

.elecmetal-template .color-white {
	color: white;
}

.elecmetal-template h2 {
	font-size: 28px;
	line-height: 120%;
}

.elecmetal-template.position-relative {
	position: relative;
}

.elecmetal-template--bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.elecmetal-template--bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.icons-container .img-container {
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
}

.icons-container .img-container img {
	width: 100%;
}

.icons-container .title {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 117%;

	text-align: center;

	color: #ffffff;
}

.icons-container .text {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;

	text-align: center;

	color: #ffffff;
}

.title-section {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 600;
	font-size: 36px !important;
	line-height: 130%;
	color: #ffffff;
}

.text-blue {
	color: #0057b8;
	font-size: 36px !important;
}

.img-section-container img {
	max-width: 1100px;
	object-fit: cover;
}

.machine-section p {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	color: #1f1f1f;
}

.elecmetal-template .subtitle {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
}

.text-custom-dark {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 700;
	font-size: 36px !important;
	line-height: 130%;

	color: #1f1f1f;
}

.only-mobile {
	display: none;
}
@media (max-width: 1200px) {
	.img-section-container img {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
    .pt-100 {
        padding-top: 50px;
    }
	.btn-clean {
		padding: 10px 15px;
	}
	.only-mobile {
		display: block;
	}
	.only-desktop {
		display: none;
	}
	.elecmetal-template--bg {
		position: relative;
		height: 400px;
		width: 100%;
	}

	.pr-15-mobile.pr-50 {
		padding-right: 15px !important;
	}

	.img-section-container img {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	.title-section,
	.text-custom-dark,
	.text-blue,
	.elecmetal-template h1 {
		font-size: 24px !important;
	}
}



/* new css single-productos*/
.sub-header {
  height: auto;
  background: #E7EBF3;
  font-family: 'Rubik';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 5px 0px 5px 0px;
}

.sub-header .box {
  justify-content: space-around;
  align-items: center;
  height: 100%;

}

.sub-header .box a {
  color: black !important
}

.sub-header span {
  font-weight: 700;
}

.sub-header i {
  color: #DC5028;
  padding: 10px;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.box-body {
  background: white;
}

.box-info {
  padding: 40px;
}

.box-info img {
  border-radius: 10px;
  object-fit: cover;
  height: 500px;
}





.box-info h2 {
  font-family: 'Rubik';
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  color: #0057B8;
}

.box-info .btn-download {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #E9A748;
}

.box-info .btn-download i {
  color: #E9A748;
}

.box-info button {
  margin-top: 5px;
  padding: 15px;
}

.tabs-details .nav .nav-item {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0em;
  color: #0057B8;
}

.tabs-details .nav .active {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  color: #0057B8;
}

.tabs-details .nav-tabs .nav-link {
  border: 0px solid transparent;
}

.tabs-details .nav-tabs {
  border-bottom: 1px solid #0057B8;
}

.tabs-details .nav-tabs .active {
  border-bottom: 6px solid #0057B8;
}

.items-details {
  padding: 20px 20px 0px 20px;
}

.items-details img {
  padding: 0px;
  border-radius: 10px;
  margin: 0px;
  width: 70%;
  border: 1px solid #E7EBF3;
}

.items-details .img-title {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #939496;
  text-align: center;
}

.others {
  padding: 30px 0px 30px 0px;
}

.others h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #0057B8;
  padding: 20px;
}

.others .carrusel-products {
  position: relative;
}

.others .card {
  height: 235px;
  width: 231px;
  background: #FFFFFF;
  box-shadow: 10px 10px 27px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.others .card h5 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #DC5028;
}

.others .card h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #4C4C4C;
}

.btn-prev-2 {
  left: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  transform: rotate(-180deg);
  top: 50%;
  margin-top: -24px;
  transition: all 0.3s ease;
  border-radius: 10px 0px 0px 10px;
}

.btn-prev-2:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.btn-next-2 {
  right: 0px;
  position: absolute;
  height: 48px;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #5D9DB2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin: 0;
  top: 50%;
  margin-top: -24px;
  border-radius: 10px 0px 0px 10px;
}

.btn-next-2:hover {
  cursor: pointer;
  background-color: #0057b8;
  transition: all 0.3s ease;
}

.others .owl-item {
  display: flex;
  justify-content: center;
}

.bg-me-fit {
  background: #E7EBF3;
}

.me-fit h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #1F1F1F;
  padding: 30px;
  text-align: center;
}

.me-fit img {
  height: 205px;
  margin: 50px;
}

.others .owl-carousel .owl-item img {
  height: 120px;
  object-fit: cover;
}

@media (max-width:400px) {
  .sub-header .box {
    padding: 5px;
  }

  .sub-header i {
    color: #DC5028;
    padding: 5px;
  }
}

@media (max-width:770px) {
  .details {
    margin-top: 10px;
  }

  .others h3 {
    text-align: center;
  }

  .owl-item {
    display: flex;
    justify-content: center;
  }

  .me-fit h3 {
    text-align: center;
  }

  .me-fit .col-md-3 {
    display: flex;
    justify-content: center;
  }

  .sub-header .box {
    flex-direction: column;
  }

  .single-unit button {
    width: 100% !important
  }

  .single-unit h2 {
    font-size: 30px !important;
  }

  .acordeon-products iframe {
    height: 100% !important;
  }
  .new-banner .banner-container .space-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }


  
}


/* new css new templates*/

.new-banner {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  z-index: 1;
}

.new-banner .banner-container {
  position: absolute;
  background-color: rgb(65, 65, 65, 0.5);
  height: 100%;
  width: 100%;
  padding: 60px
}

.contain {
  background-color: rgb(65, 65, 65, 0.5);
  height: 100%;
  width: 100%;
}


.new-banner .banner-container h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 66px;
  text-transform: uppercase;
  padding-bottom: 30px;
  color: #FFFFFF;
}

.new-banner .banner-container p {
     font-family: 'Noto Sans';
    font-style: normal;
    font-size: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 120%;
}

.new-banner .banner-container .target {
  background-color: #0A0A0C;
  padding: 40px 25px;
}

.new-banner .banner-container .target h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.new-banner .banner-container .target button {
  width: 200px;
  height: 59px;
  padding: 10px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.new-banner .banner-container .target a {
    width: 300px;
    height: 59px;
    padding: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.social-rrss {
  padding: 20px 50px;
  display: flex;
  justify-content: end;
  align-items: center;

}

.social-rrss p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px 10px;
  margin: 0px;
}

.social-rrss .shared-counts-wrap {
  margin: 0px;
}

.social-rrss .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;

}

.social-rrss img {
  width: 32px;
  height: 32px;
  margin: 0px 10px;
}

.product-new h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  color: #0057B8;

}

.product-new p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
}

.product-new a,
.product-new button,
.multiple-product a {
 width: 300px;
    height: 59px;
    padding: 10px 0px;
    margin-top: 5px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.multiple-product .bg-blue {
  background: #0057B8;
  height: 100%;
  width: 100%;
}

.multiple-product h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  color: #fff;

}

.multiple-product p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.multiple-product .prb-1 {
  padding: 0px 3px 3px 0px;
}

.multiple-product .prt-1 {
  padding: 3px 3px 0px 0px;
}

.multiple-product .plb-1 {
  padding: 0px 0px 3px 3px;
}

.multiple-product .plt-1 {
  padding: 3px 0px 0px 3px;
}
@media (max-width: 500px) {
    .w-100-mobile{
        width: 100% !important;
    }
}
@media (max-width:770px) {
  .new-banner .banner-container {
    padding: 0px;

  }

  .new-banner .banner-container .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .new-banner .banner-container .target {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .new-banner .banner-container .space-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .new-banner .banner-container .target h3 {
     font-size: 20px;
  }

  .new-banner .banner-container h2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 10px 0px;
  }

.new-banner .banner-container p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
}
  h2{
      font-size: 29px !important;
  }
  .schedule .color-font-36{
    font-size: 26px !important;;
  }
  p{
      font-size: 16px;
  }

  .social-rrss {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .social-rrss p {
    margin-bottom: 15px;
  }

  .call-to-action {
    height: 200px !important;
    flex-direction: column;
    padding: 30px;
  }

  .d-f-c-c {
    flex-direction: column;
  }

  .call-to-action h2 {
    margin-right: 0px !important;
    text-align: center !important;
  }

  .call-to-action .call-content {
    background: #0057B8 !important;
    height: auto !important;
    padding: 0px 10px;
  }

  .multiple-product .prb-1 {
    padding: 0px;
  }

  .multiple-product .prt-1 {
    padding: 0px;
  }

  .multiple-product .plb-1 {
    padding: 0px;
  }

  .multiple-product .plt-1 {
    padding: 0px;
  }

  .bg-img {
    height: 100% !important;
  }

  .bg-blue-products {
    padding: 0px;
  }
  .bg-blue-products {
  padding: 10px !important;
}
.single-unit button,
.single-unit a {
  width: 100%;
    
}
}

.call-to-action {
  background: #0057B8 !important;
  height: 90px;
}

.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-to-action h2 {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 0px;
}

.call-to-action button,
.call-to-action a {
  width: auto;
  height: 59px;
  padding: 5px 30px;
  margin-top: 5px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
}

.call-to-action img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.call-to-action .bg-call img {
  position: relative;
  width: 100%;
  background-color: rgb(65, 65, 65, 0.5);
  z-index: 1;
}

.call-to-action .call-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: rgb(65, 65, 65, 0.5);
}

.single-unit {
  padding: 0px;
}

.single-unit h2 {
  font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
    margin-bottom: 20px;
}

.bg-blue-products {
  background: #0057B8;
  padding: 60px;
  margin-top: 50px;
}

.single-unit button,
.single-unit a {
  width: 300px;
  height: 59px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  height: 500px;
}

.single-unit .text-unit {
  background: rgba(0, 0, 0, 0.53);
  height: 100%;
  width: 100%;
  padding: 60px;
}

.single-unit img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 430px;
}

.single-unit p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.single-unit .row {
  margin: 0px;
  max-height: auto;
}


.acordeon-products .accordion-item {
  border: 0px solid rgba(0, 0, 0, .125) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.acordeon-products .accordion-item button {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 46px;
  color: #1F1F1F;
}

.acordeon-products .accordion-button:not(.collapsed) {
  color: #1F1F1F;
  background-color: white;
}

.acordeon-products .accordion-button:focus {
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.acordeon-products .accordion-button::after {
  content: '\2b';
  background-image: url('') !important;
}

.acordeon-products .accordion-button:not(.collapsed)::after {
  content: '-';
  transform: rotate(0deg);
}

.acordeon-products .nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 5px #000 solid;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}

.acordeon-products .nav-link {
  color: #000;
}

.modal-p button {
  z-index: 99;
  right: 0;
  top: 0;
  background-color: white;
  opacity: 1;
  width: 1em !important;
  height: 1em !important;
  margin: 0px !important;
}

.acordeon-products .nav-tabs .nav-link {
  border: 0px;
}

.icon-play {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-play .play {
  filter: invert(100%);
}

.play {
  height: 32px !important;
  width: 32px !important;
}

.form span,
.form a {
  color: white !important;
}

.footer-template-product .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 500px) {
  .footer-template-product .rights-footer {
    text-align: center;
  }
}

/* css new blog */

.text-img {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #939496;
}
.news-template img{
  width: 100% !important;
  height: auto !important;
}
/* new events*/

.pagraph-default, .new-events-campaing p, .new-events-campaing h1, .new-events-campaing h2, .new-events-campaing h3, .new-events-campaing h4, .new-events-campaing h5, .new-events-campaing h6, .new-events-campaing span {
  font-family: 'Rubik';
}

.new-products h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #FFFFFF;
}


@media (max-width: 500px) {
  .new-events-campaing h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .bg-main {
    flex-direction: column;
    padding: 30px !important;
  }

  .bg-main a {
    border-bottom: 1px solid white;
    padding: 5px 0px;
  }

  .events-single-unit a {
    width: 100% !important;
  }
}

.line-event {
  height: 3px;
  background-color: #0986CC;
}

.bg-main {
  background: #1F1F1F;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}

.bg-main a {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
.bg-main a:hover{
    color: #E9A748;
}

.bg-main .active {
  color: #E9A748;
}

.text-yellow {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  color: #E9A748;
}

.phagra {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1F1F1F;
}

.sub {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.number {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  color: #FFFFFF;
}

.call {
  width: 300px;
  padding: 15px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.schedule h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  padding: 20px 0px
}

.schedule .nav-tabs .nav-item {
  background: #E7EBF3;
  border-radius: 0px;

}

.schedule .nav-tabs .nav-item button {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #939496;
}

.schedule .nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.schedule .nav-tabs .nav-item .active {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #0986CC;
}

.schedule .nav-tabs {
  border-bottom: 2px solid #0986CC;
}

.schedule a {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #0986CC;
}
.schedule .color-font-36{
    font-size: 36px;
    color: #0057B8 !important;
}

.schedule table td {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1F1F1F;
  padding: 0.7rem 0.5rem !important;
}

.schedule table th {
  font-family: 'Rubik';
}

.location h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  border-bottom: 2px solid #0986CC;
}
.location iframe{
   width: 100% !important;
}

.events-single-unit h2,
.events-single-unit p {
  color: #000000;
}

.border-terciary {
  border-bottom: 2px solid #0986CC;
  padding: 20px 0px;
}

.text-dark label,
.text-dark .wpcf7-list-item-label,
.text-dark label a {
  color: #000 !important;
}

.social-feed h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  color: #1F1F1F;
}

.social-feed iframe {
  width: 100% !important;
  height: 550px !important;
}

/* css speakers */

.speakers h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 230%;
  color: #000000;
}

.img-speakers img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.call:hover{
    color: white;
}
form a{
    font-weight: 700 important;
    font-size: 14px !important;
    line-height: 18px important;
}
.single-unit form .contact-form__field {
    margin-bottom: 0px;
}
.btn-primary:disabled {
  background-color: #DDDDDD;
}
.single-unit .close-newsletter{
    display: none;
}
/*  article events */

.article-events h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}

.article-events-content h1,
.article-events-content h2,
.article-events-content h3,
.article-events-content h4,
.article-events-content h5,
.article-events-content h6 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  color: #0057B8;
}

.article-events-content a {
  height: 59px;
  width: 308px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;

  color: #FFFFFF;
}

.btn-primary:disabled {
  background-color: #DDDDDD;;
}

/* new css new events*/

.banner-container-event {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:768px) {
  .flex-end-mobile {
    display: flex;
    justify-content: end;
  }
  .flex-colum-mobile {
    flex-direction: column !important;
  }
  .banner-container-mobile{
    display: block !important;
  }
  .banner-container-desk{
    display: none;
  }
}

.banner-container-mobile{
  display: none;
}

.banner-container-event .target {
  background-color: #0A0A0C;
  padding: 25px;
}

.banner-container-event .target h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.banner-container-event .target button {
  width: 200px;
  height: 59px;
  padding: 10px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.banner-container-event .target a {
  height: 59px;
  padding: 10px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
}
.line-separator{
    height: 1px;
}

/* New CSS Template Bajada */

.elecmetal-template--banner {
  width: 100%;
  height: auto;
}

.elecmetal-template--banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.elecmetal-template .color-white {
  color: white;
}

.elecmetal-template p {
  line-height: 140%;
}

.elecmetal-template h1 {
  font-size: 38px;
  line-height: 120%;
}

.elecmetal-template .size-18 {
  font-size: 18px;
}

.elecmetal-template .color-white {
  color: white;
}

.elecmetal-template h2 {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 15px;
}

.elecmetal-template.position-relative {
  position: relative;
}

.elecmetal-template--bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.elecmetal-template--bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.elecmetal-template--bg img, .elecmetal-template--bg-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.icons-container .img-container {
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
}

.icons-container .img-container img {
  width: auto;
  height:100%;
}

.icons-container .title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;

  text-align: center;

  color: #FFFFFF;
}

.icons-container .text {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;

  text-align: center;

  color: #FFFFFF;

}


.title-section {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 35px !important;
  line-height: 130%;
  color: #FFFFFF;
}


.text-blue {
  color: #0057B8;
  font-size: 36px !important;
}

.img-section-container img {
  max-width: 1100px;
  object-fit: cover;
}

.machine-section p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #1F1F1F;
}


.machine-section li {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #1F1F1F;
}

.elecmetal-template .subtitle {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

.text-custom-dark {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 36px !important;
  line-height: 130%;

  color: #1F1F1F;
}

.only-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .img-section-container img {
      width: 100%;
      max-width: 100%;
      object-fit: cover;
  }
}

@media (max-width: 768px) {
  .only-mobile {
      display: block;
  }
  .only-desktop {
      display: none;
  }
  .elecmetal-template--bg {
      position: relative;
      height: 400px;
      width: 100%;
  }

  .pr-15-mobile.pr-50 {
      padding-right: 15px !important;
  }

  .pb-15-mobile.pb-50 {
    padding-bottom: 15px !important;
  }

  .img-section-container img {
      width: 100%;
      max-width: 100%;
      object-fit: cover;
  }
  .title-section, .text-custom-dark, .text-blue, .elecmetal-template h1 {
      font-size: 24px !important;
  }
}
.elecmetal-template--bg.left {
    left: 0;
}
@media (max-width: 500px){
.wpml-ls-legacy-dropdown a {
    padding: 24px 0!important;
}
.call {
   width: 100%; 
}
.pt-0-mobile{
    padding-top:0px !important;
}
.mb-3-mobile{
    margin-bottom: 1rem;
}
    
}

/* css awareness*/

.banner-content-awareness {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(65, 65, 65, 0.5);
}

.banner-content-awareness h2 {
  text-align: start !important;
  padding: 0px !important;
  font-size: 56px;
  width: 100%;
  line-height: 66px;
}

.video-awareness strong,
.video-awareness span,
.video-awareness p,
.video-awareness h1,
.video-awareness h2,
.video-awareness h3,
.video-awareness h4,
.video-awareness h5,
.video-awareness h6 {
  font-family: 'Rubik' !important;
}

.btn-awareness {
  height: 59px;
  width: 300px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.btn-awareness:hover {
  color: #FFFFFF;
}

.banner-content-awareness strong,
.banner-content-awareness span,
.banner-content-awareness p,
.banner-content-awareness h1,
.banner-content-awareness h2,
.banner-content-awareness h3,
.banner-content-awareness h4,
.banner-content-awareness h5,
.banner-content-awareness h6 {
  font-family: 'Rubik' !important;
}
.min-400{
  min-height: 400px;
}
@media (max-width:768px) {
  .banner-content-awareness {
    padding: 10px !important;
    background: rgb(65, 65, 65, 0.5);
  }

  .banner-content-awareness h2 {
    
    width: 100%;
  }
  .btn-awareness {
    height: 59px !important;
    width: 300px !important;
  }
  .d-flex-align-center-mobile{
     display: flex;
     flex-direction: column;
     align-items: center;
  }
  .icons .email{
      display: none !important;
  }
}

/* update 7/08/2023*/
.suscribete .col-md-6 p {
    display: flex;
}
