@charset "UTF-8";
:root {
  --primary-color: #c23234;
  --heading-color: #2170a6;
}

.whatsapp_info {
  padding: 10px;
  border: 2px solid;
  border-radius: 50px;
  border-color: var(--primary-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.whatsapp_info img {
  width: 20px;
}

.header .header-top .header-top-wrp .link-info li a {
  color: #fff;
}

.header-wrapper {
  justify-content: space-around;
}
.header-wrapper .main-menu li a,
.header-wrapper .main-menu li .sub-menu li a {
  text-transform: unset;
}
.header-wrapper .logo-menu {
  max-width: 200px;
}

.about-three .content ul {
  display: flex;
  flex-direction: column;
  align-items: unset;
}

.section-header h2 {
  text-transform: unset;
}

.portfoloi_single_items .item {
  flex-direction: column;
}
.portfoloi_single_items .icon {
  margin-bottom: 30px;
}
.portfoloi_single_items .icon img {
  filter: brightness(100);
}

.products .item {
  margin-bottom: 30px;
}
.products .item .comprar a {
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}
.products .item .comprar a:hover {
  background-color: var(--heading-color);
  color: #fff;
  text-decoration: none;
}

footer .social-icon {
  margin-top: 0;
}
footer .logo img {
  width: 200px;
}

.custom-ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.custom-ul li {
  line-height: 1.6; /* Mejora la separación entre los elementos */
}

.gallery {
  max-width: 800px;
  margin: auto;
}

.gallery-cell {
  width: 100%;
  max-height: 500px;
  margin-right: 10px;
}

.gallery-cell img {
  width: 100%;
  background-size: contain;
  border-radius: 2%;
}

.header-bar {
  display: none !important;
}

@media (max-width: 1200px) {
  .header-bar {
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu {
    display: none;
  }
  .header-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .banner-three .content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .marquee-wrapper {
    height: 64px;
  }
  .text-slider {
    font-size: 40px;
    padding: 20px 0;
    line-height: unset;
  }
  footer .item {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .header-wrapper .logo-menu {
    width: 150px;
  }
  .banner-three .content h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .banner-form-lg .banner_form_btn {
    padding: 20px;
  }
  .service {
    padding: 60px 0;
  }
  .text-slider {
    font-size: 20px;
  }
}/*# sourceMappingURL=ajustes.css.map */