@font-face {
  font-family: 'Arial';
  src: url('../fonts/ArialMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldItalicMT.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial CE';
  src: url('../fonts/ArialCE.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldItalicMT.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial CE';
  src: url('../fonts/ArialCE-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial CE';
  src: url('../fonts/ArialCE-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial CE';
  src: url('../fonts/Arial-BoldMT.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial CE MT';
  src: url('../fonts/ArialCEMTBlack-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-ItalicMT.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Lgt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-LgtItl.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Mdm.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-ItalicMT.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-MdmItl.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}




html{
  overflow-x: hidden;
}
body{
  font-size: 16px;
  line-height: 18.75px;
  color: #343C48;
}
*{
  font-family: 'Arial';
}
a{
  text-decoration: none !important;
  transition: .3s ease-in-out;
}
a:hover{
  transition: .3s ease-in-out;
}
input, textarea, select{
  outline: none !important;
  box-shadow: 0 0 0 0;
}
.gap-tb{
  padding: 100px 0;
}
.gap-bt{
  padding-bottom: 100px;
}
.main-content-extend{
  max-width: 1500px;
  margin: auto;
}
.main-content{
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}


/* Header */

#header{
  background-color: #FFFFFF;
}
.header-main__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.navbar-list li{
  position: relative;
}
.navbar-list li.header-popup{
  padding-right: 15px;
}
.navbar-list li.header-popup::after{
  content: '\f0d7';
  position: absolute;
  right: 0;
  font-family: 'FontAwesome';
  transition: .6s ease-in-out;
}
.navbar-list li.header-popup:hover::after, .navbar-list li.header-popup.active::after{
  transform: rotate(-180deg);
  color: #DA121C;
  transition: .6s ease-in-out;
}
.navbar-list li a{
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  color: #343C48;
}
.navbar-list li a:hover, .navbar-list li.active a{
  color: #DA121C;
}
.header-options__translate{
  position: relative;
}
#menu-language{
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-language > li > ul{
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 68px;
  z-index: 2;
  background: #F1F1F1;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
#menu-language > li > ul a{
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  color: #343C48;
}
#menu-language > li > ul a:hover{
  background-color: #DA121C;
  color: #F1F1F1;
}
#menu-language > li > a{
  background-color: #F1F1F1;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  border-radius: 12px;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  color: #343C48;
  text-transform: uppercase;
  cursor: pointer;
}
#menu-language > li > a:hover, #menu-language > li > a.active{
  color: #F1F1F1;
  background-color: #343C48;
}
#menu-language > li > a path{
  transition: .3s ease-in-out;
}
#menu-language > li > a:hover path, #menu-language > li > a.active path{
  fill: #F1F1F1;
  transition: .3s ease-in-out;
}
#menu-language > li > a svg{
  margin-left: 5px;
}
.closeNavbar{
  position: absolute;
  right: 20px;
  top: 20px;
}

/* Modal Header */

.modal-backdrop{
  z-index: -9;
}
.modal-backdrop.show{
  z-index: 3;
}
.modal-content{
  border-radius: 12px;
  background-color: #F1F1F1;
  border: none;
}
.modal-head{
  position: relative;
}
.modal-head a{
  position: absolute;
  right: 32px;
  top: 20px;
  z-index: 1;
}
.modal-body{
  padding: 32px;
}
.modal-body__content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-body__twoColumns{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.modal-body__twoColumns .modal-body__item{
  flex-basis: 50%;
}
.modal-body__item h5{
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
}
.modal-body__item ul{
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #FAFAFA;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
}
.modal-body__item ul li a{
  display: flex;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  color: #343C48;
}
.modal-body__item ul li a:hover{
  background-color: #DA121C;
  color: #FAFAFA;
}
.modal-soporte__item ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-soporte__item ul li a{
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #343C48;
}
.modal-soporte__item ul li a:hover{
  color: #DA121C;
}

@media (min-width: 576px) {
  .modal-dialog{
    max-width: 750px;
  }
}



/* Hero */
.main-hero, .main-products {
  background-size: cover;
  position: relative;
}
.main-products{
  background-position: center;
}
.main-hero::before, .main-products::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(255 255 255 / 80%);
}
.main-products::before{
  background-color: rgb(241 241 241 / 90%);
}
.main-hero__content{
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
.hero-content__item{
  width: 50%;
}
.slick-prev{
  left: 10%;
}
.slick-next{
  right: 10%;
}
.slick-arrow{
  width: 36px;
  height: 37px;
}
.slick-arrow::before{
  display: none;
}
.slick-initialized .slick-slide{
  display: flex;
  justify-content: center;
  padding: 10px;
}
.hero-content__item .hero-slider__item img{
  width: 420px;
  height: 420px;
  border: 6px solid #FAFAFA;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  background-color: #FAFAFA;
  object-fit: cover; 
}

.hero-content__text{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-text__subtitle{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.6px;
  color: #343C48;
}
.hero-text__title{
  background: #343C48;
  border-radius: 12px;
  padding: 24px;
}
.hero-text__title h1{
  font-size: 36px;
  font-weight: 900;
  line-height: 50.77px;
  color: #FAFAFA;
}
.hero-text__btn{
  display: flex;
  justify-content: center;
}
.btn-info{
  border: 2px solid #343C48;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  color: #343C48;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  background-color: #FAFAFA;
}
.btn-info:hover{
  color: #FAFAFA;
  background-color: #343C48;
}


/* Caracteristicas */

.modal-caract__btn{
  display: flex;
  justify-content: center;
}
.btn-red{
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  color: #FAFAFA;
  padding: 10px 70px;
  background-color: #DA121C;
  border-radius: 24px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  text-align: center;
}
.btn-red:hover{
  background-color: #870007;
}
.main-caract__content{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  gap: 45px 33px;
  justify-content: space-around;
}
.caract-content__item{
  flex-basis: calc(25% - 25px );
}
.openModalCaract{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 10px;
  border-radius: 12px;
}
.openModalCaract:hover{
  background-color: #DA121C;
}
.openModalCaract img{
  width: 64px;
}
.openModalCaract h5{
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #343C48;
  margin: 0;
}
.openModalCaract:hover h5{
  color: #FAFAFA;
}
.modal-caract__title h5{
  font-size: 28px;
  font-weight: 700;
  line-height: 32.2px;
  color: #343C48;
}
.modal-caract__text{
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  color: #343C48;
}

/* Products */

.main-products .container{
  position: relative;
}
.title-general{
  text-align: center;
  color: #0A0A0A;
  margin-bottom: 80px;
}
.title-general h2{
  color: #0A0A0A;
  font-size: 36px;
  font-weight: 900;
  line-height: 50.77px;
  margin: 0;
}
.title-general span{
  font-size: 28px;
  font-weight: 400;
  line-height: 32.2px;
}
.main-products__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 80px;
  max-width: 1000px;
  margin: auto;
}
.main-products__item{
  width: calc(33.33% - 54px);
}
.main-products__item a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
  width: 100%;
}
.main-products__item a img{
  width: 200px;
  height: 200px;
  border: 6px solid #FAFAFA;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  transition: .3s ease-in-out;
  background-color: #FAFAFA;
  object-fit: cover; 
}

.main-products__item a:hover img{
  width: 205px;
  transition: .3s ease-in-out;
}
.main-products__item a h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 27.6px;
  color: #0A0A0A;
}

/* APP */

.app2{
  background-color: #FAFAFA;
}
.main-app{
  position: relative;
  background-size: cover;
}
.main-app__content{
  display: flex;
  position: relative;
  gap: 50px;
}
.app-content__text{
  flex-basis: 45%;
}
.app-content__img{
  flex-basis: 55%;
  height: 600px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  border-radius: 12px;
}
.app2 .app-content__img{
  flex-basis: 100%;
  height: auto;
}
.app-content__text .title-general{
  text-align: start;
  color: #FAFAFA;
  margin-bottom: 40px;
}
.app-content__text .title-general h2{
  color: #FAFAFA;
}
.app-content__content{
  background-color: #343C48;
  padding: 24px;
  border-radius: 12px;
}
.app-content__description{
  color: #FAFAFA;
  margin-bottom: 138px;
}
.app-content__btn{
  display: flex;
}
.app-content__btn .btn-red{
  width: 100%;
}
.app-content__img img{
  width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	object-position: bottom;
}



/* Banner */

.main-banner__container{
  background-color: #F1F1F1;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
}
.main-banner__content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: auto;
}
.main-banner__content.inv{
  flex-direction: row-reverse;
}
.banner-content__item h2{
  font-size: 36px;
  font-weight: 400;
  line-height: 41.4px;
  text-align: center;
}
.banner-content__item a{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}


/* Footer */

.footer{
  background-color: #F1F1F1;
  padding: 40px 0;
}
.main-footer__content{
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-content__info, .footer-content__social{
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 700;
}
.footer-content__info img{
  width: 30px;
}
.footer-content__menu{
  flex-basis: 50%;
}
.footer-content__menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.footer-content__menu ul li a{
  font-size: 18px;
  line-height: 20px;
  color: #DA121C;
  font-weight: 700;
}
.footer-content__menu ul li.resaltar a{
  text-decoration: underline !important;
}
.footer-content__social--item h5{
  font-size: 16px;
  line-height: 18.4px;
  font-weight: 700;
}
.footer-content__social--item ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.footer-content__social--item:nth-child(2){
  display: flex;
  flex-direction: column;
}
.footer-content__social--item:nth-child(2) a{
  width: max-content;
  margin: 5px 0;
}
.main-footer__pie{
  margin-top: 24px;
}
.main-footer__pie ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.main-footer__pie ul li a{
  color: #343C48;
}
.main-footer__pie ul li a:hover{
  color: #DA121C;
}
.navbar-collapseDesktop{
  background: none !important;
}


/* FAQs */

.faq{
  background-color: #FAFAFA;
}
.main-faq__content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-content__item{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-content__title{
  background-color: #F1F1F1;
  position: relative;
  padding: 8.5px 32px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.faq-content__title h3{
  margin: 0;
  color: #0A0A0A;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.faq-content__title span{
  width: 40px;
  height: 100%;
  background-color: #DA121C;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}
.faq-content__title:hover span, .active .faq-content__title span{
  background-color: #920131;
  transition: .3s ease-in-out;
}
.faq-content__title span::before{
  content: '';
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #F1F1F1;
}
.faq-content__title span::after{
  content: '';
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #F1F1F1;
  transform: rotate(90deg);
  transition: .3s ease-in-out;
}
.active .faq-content__title span::after{
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}
.faq-content__text{
  display: none;
  background-color: #343C48;
  padding: 24px;
  color: #FAFAFA;
  border-radius: 12px;
}

/* Contacto */

.contact{
  background-color: #FAFAFA;
}
.contact-form__item{
  display: none;
}
.contact-content__btns{
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-bottom: 80px;
}
.contact-btn__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px 24px;
  border-radius: 5px;
  background-color: #F1F1F1;
  color: #343C48;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  width: 290px;
  text-align: center;
}
.contact-btn__item:hover, .contact-btn__item.active{
  background-color: #343C48;
  color: #F1F1F1;
}
.contact-btn__item path, .contact-btn__item path{
  transition: .3s ease-in-out;
}
.contact-btn__item:hover path, .contact-btn__item.active path{
  fill: #F1F1F1;
  transition: .3s ease-in-out;
}
.contact-content__forms{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-content__forms fieldset .hs-form-field{
  margin-bottom: 16px;
}
.contact-content__forms fieldset.form-columns-2 .hs-form-field{
  width: 100% !important;
}
.contact-content__forms fieldset .hs-form-field input, .contact-content__forms fieldset .hs-form-field textarea, .contact-content__forms fieldset .hs-form-field select{
  width: 100% !important;
  padding: 8px 16px;
  background-color: #FAFAFA;
  border: 1px solid #0A0A0A;
}
.contact-content__forms fieldset .hs-form-field label{
  margin-bottom: 8px;
  color: #141B4D;
  font-size: 12px;
  font-weight: 700;
  line-height: 13.8px;
  display: flex;
}
.contact-content__forms fieldset .hs-form-field label .hs-form-required{
  color: #DA121C;
}
.contact-content__forms fieldset .hs-richtext{
  font-size: 12px;
}
.contact-content__forms fieldset .inputs-list{
  list-style: none;
  padding: 0;
}
.contact-content__forms fieldset .inputs-list input{
  width: auto !important;
}


/* Recursos */

.recursos-content__items h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 27.6px;
  color: #000000;
  margin-bottom: 32px;
}
.recursos-content__gallery{
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.recursos-content__item{
  width: calc(33.33% - 22px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recursos-item__img{
  height: 200px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  position: relative;
  overflow: hidden;
}
.recursos-item__img::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000066;
}
.recursos-item__img::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('/wp-content/uploads/2024/09/Vector.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.recursos-item__img img{
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recursos-item__text{
  background-color: #F1F1F1;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  color: #0A0A0A;
}
.recursos-item__text p{
  margin: 0;
}


/* Single Product */

.main-singleProduct-hero{
  background-repeat: no-repeat;
  background-size: cover;
}
.main-singleProduct-hero__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  margin-bottom: 50px;
}
.singleProduct-hero-content__img img{
  width: 320px;
  height: 320px;
  border: 6px solid #FAFAFA;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  background-color: #FAFAFA;
  object-fit: cover; 
}
.singleProduct-hero-content__title h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  text-align: center;
}
.singleProduct-hero-content__title h3{
  font-size: 28px;
  font-weight: 400;
  line-height: 32.2px;
  text-align: center;
  margin: 0;
}
.main-singleProduct-hero__items{
  display: flex;
  justify-content: center;
  gap: 45px;
}
.main-singleProduct-hero__item{
  flex-basis: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.singleProduct-hero-item__img{
  width: 90px;
  height: 110px;
}
.singleProduct-hero-item__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.singleProduct-hero-item__text h5{
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}
.singleProduct-hero-item__text span{
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
}
.main-singleProduct-details {
  background-repeat: no-repeat;
  background-size: cover;
}
.main-singleProduct-details__content{
  display: flex;
  gap: 40px;
  justify-content: center;
}
.singleProduct-details-content__item{
  flex-basis: 350px;
}
.singleProduct-details-item__text{
  background-color: #343C48;
  padding: 24px;
  border-radius: 12px;
  color: #FAFAFA;
}
.singleProduct-details-item__text h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  color: #FAFAFA;
  margin-bottom: 10px;
}
.singleProduct-details-item__text p:last-child{
  margin: 0;
}
.singleProduct-details-item__img{
  height: 360px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  overflow: hidden;
}
.singleProduct-details-item__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #FAFAFA;
}
.singleProduct-caract{
  background-color: #2B3442;
}
.singleProduct-caract:nth-child(even){
  background-color: #343C48;
}
.singleProduct-caract .main-banner__content{
  display: flex;
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.singleProduct-caract:nth-child(even) .main-banner__content{
  flex-direction: row-reverse;
}
.singleProduct-caract .main-banner__content h3{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  color: #FAFAFA;
  margin-bottom: 16px;
}
.singleProduct-caract .banner-content__item a{
  width: max-content;
}
.singleProduct-espec{
	background-color: #FAFAFA;
}
.title-general.singleProduct-espec__title h2{
  font-weight: 700;
  color: #343C48;
}
.main-singleProduct-espec__content{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.singleProduct-espec-content__item{
  background-color: #F1F1F1;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  flex-basis: calc( 50% - 4px );
}
.singleProduct-espec-content__item span{
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.singleProduct-espec-content__item p{
	margin: 0;
}

/* About Us */

.container-min{
  max-width: 890px;
  margin: auto;
}
.heroAbout{
  background-color: #F1F1F1;
}
.heroAbout-content__title h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  text-align: center;
  margin-bottom: 24px;
}
.heroAbout-content__text{
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.heroAbout-content__text strong{
  color: #DA121C;
}
.heroAbout-content__img{
  margin-top: 80px;
}
.heroAbout-content__img img{
  width: 100%;
  border-radius: 10px;
}
.main-bannerAbout__content{
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.bannerAbout-content__text{
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.bannerAbout-content__text strong{
  color: #DA121C;
}
.bannerAbout-content__text h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  margin-bottom: 16px;
}
.whyAbout-content__title h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  text-align: center;
  margin-bottom: 80px;
}
.whyAbout-content__text{
  font-size: 28px;
  font-weight: 400;
  line-height: 32.2px;
}
.whyAbout-content__text h4{
  font-size: 36px;
  font-weight: 400;
  line-height: 41.4px;
}
.whyAbout-content__text h4 em{
  color: #DA121C;
  font-weight: 700;
}
.whyAbout-content__items{
  margin-top: 40px;
  background: #343C48;
  display: flex;
  padding: 32px;
  border-radius: 8px;
  gap: 32px;
}
.whyAbout-content__item{
  flex-basis: 33.33%;
  background-color: #F1F1F1;
  box-shadow: 0px 2px 4px 0px #0a0a0a2e;
  border-radius: 8px;
  padding: 24px 32px;
}
.whyAbout-item__title h5{
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
  margin-bottom: 12px;
}
.whyAbout-item__title h5 span{
  color: #DA121C;
  font-weight: 700;
}
.whyAbout-item__text{
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.whyAbout-content__us{
  text-align: center;
  margin-top: 80px;
}
.mapAbout{
  background-color: #FAFAFA;
}
.mapAbout-content__title h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 41.4px;
  margin-bottom: 24px;
}
.mapAbout-content__address{
  background-color: #F1F1F1;
  width: 300px;
  padding: 16px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.3px;
}
.mapAbout-content__map{
  margin-top: 40px;
  height: 600px;
}
.mapAbout-content__map iframe{
  width: 100%;
  height: 100%;
}





@media (max-width: 1023px) {
  .offcanvas-collapse {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: top, visibility;
    padding-top: 50px;
    background: #F8F8F8;
    display: flex;
  }
 
  body.over{
      overflow-y: hidden;
  }
  .offcanvas-collapse.open {
    top: 0;
    visibility: visible;
    height: 100%;
    z-index: 2;
  }
  .navbar-expand-lg .navbar-toggler{
    display: block;
  }
}


.navbar-collapse__mobile{
  display: none;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


/** Hamburger */
.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  /* z-index: 99; */
}
.hamburger-box:focus{
  outline: none;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner.js-hamburger {
  background-color: #343C48;
}

.hamburger-inner.js-hamburger:before {
  background-color: #343C48;
}

.hamburger-inner.js-hamburger::after {
  background-color: #343C48;
}
.navbar.fixed-bg .hamburger-inner.js-hamburger::after, .navbar.fixed-bg .hamburger-inner.js-hamburger:before{
  background: #343C48;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #343C48;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  right: 0;
}
.navbar.fixed-bg .hamburger-inner, .navbar.fixed-bg .hamburger-inner::before, .navbar.fixed-bg .hamburger-inner::after{
  background-color: #343C48;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
  top: calc(50% - 8px);
  transform: translateY(-50%);
  margin: 0;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 24px;
  right: 0;
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
  top: calc(50% - 12px);
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
  top: 28px;
  right: -7px;
}
/** Navbar */
.navbar-toggler:not(:disabled):not(.disabled){
  outline: none;
  padding: 0;
  box-shadow: none;
  z-index: 9;
}
.navbar-nav{
  width: 100%;
  gap: 30px;
}

.navbar .content {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.navbar.fixed {
  height: auto;
  transition: 0.3s ease-in-out;
  
}

.nav-item {
  display: flex;
}
.navbar.fixed-bg{
  background: var(--color-blue);
}
.nav-item .dropdown-menu{
  top: 100%;
  border: none;
  border-radius: 0;
}
.nav-item .dropdown-menu::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--color-blue);
  top: 0;
}
.nav-item:hover .dropdown-menu{
  display: block;
}
.nav-item .dropdown-item{
  padding: 8px 30px;
  font-size: 12px;
  line-height: 34px;
  font-weight: 500;
}
.nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover{
  
  background-color: #393939 ;
  color: #FFF ;
}

.nav-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: var(--color-blue);
}
.nav-link:hover{
  transition: .2s ease-in-out;
  color: var(--color-blue);
}
.navbar.fixed-bg .nav-link{
  color: #ffffff;
  transition: .2s ease-in-out;
}
.test form div{
  position: relative;
}
.test-tooltip{
  position: absolute;
  top: 0;
  background-color: #86c462;
  color: #ffffff;
  padding: 10px 5px;
  z-index: -1;
  opacity: 0;
  transition: .3s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.addTool .test-tooltip{
  z-index: 1;
  opacity: 1;
  transition: .3s ease-in-out;
}
.navbar-collapse__mobile ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.navbar-collapse__mobile > ul > li:nth-child(2){
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.navbar-collapse__mobile > ul > li:nth-child(2) a{
  width: 100%;
}
.navbar-collapse__mobile > ul > li:nth-child(2) .navbar-mobile__item{
  width: calc( 50% - 12px );
}
.navbar-collapse__mobile > ul > li > a{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.navbar-collapse__mobile > ul > li .navbar-mobile__item{
  border-radius: 10px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
  background-color: #F1F1F1;
}
.navbar-collapse__mobile > ul > li .navbar-mobile__item h5{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0A0A0A;
}
.navbar-collapse__mobile > ul > li:nth-child(3) > a{
  margin-bottom: 16px;
  display: flex;
}
.navbar-collapse__mobile > ul > li .navbar-mobile__item ul{
  gap: 12px;
}
.navbar-collapse__mobile > ul > li .navbar-mobile__item ul li a{
  color: #0A0A0A;
  font-size: 16px;
  font-weight: 400;
}
.navbar-mobile__pie{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 700;
  gap: 50px;
}
.navbar-mobile__pie img{
  height: 150px;
}
.topBtn{
  display: none;
  position: fixed;
  bottom: 50px;
  right: 40px;
  box-shadow: 0px 11px 3px 0px rgba(0, 0, 0, 0.00), 0px 7px 3px 0px rgba(0, 0, 0, 0.01), 0px 4px 2px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.09), 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
  background-color: #FAFAFA;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 9;
}
.topBtn svg{
  padding: 10px;
}