.page-header {
  background-color: #f5f5f5;
  padding: 20px 0;
}
img .centrar-vertical {
  display: none;
}
.page-header__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-item {
  font-size: 15px;
  font-weight: 500;
  color: #1f2226;
  display: flex;
  text-transform: uppercase;
  align-items: center;
}
.breadcrumb-item a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.breadcrumb-item a:hover {
  color: #e32a53;
}
.breadcrumb-separator {
  padding: 6 8px 4px 8;
  color: #5e5e5e;
  font-size: 16px;
  transform: rotate(15deg);
}
.breadcrumb-arrow {
  margin: 0 8px;
  fill: #1f2226;
  width: 10px;
  height: 10px;
}
.breadcrumb-item:last-child a {
  pointer-events: none;
  color: #333;
}
.empresa-img-principal {
  cursor: auto;
  min-width: 100%;
	transition: all .5s ease 0s;
}
.desde-container-text {
  font-size: 10vw;
  padding: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #000000;
  white-space: nowrap;
}
.historia-section {
  padding: 10rem 4rem;
  background: #333;
}
.historia-title {
  color: #000000 !important;
  font-size: 45px;
  margin-bottom: 2rem;
  display: flex;
  gap: 15px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.historia-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  color: white;
}
.historia-col p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.6;
}
.icono-img-empresa {
  height: 70px !important;
  width: 70px !important;
  cursor: auto;
}
@media (max-width: 768px) {
  .historia-content {
    grid-template-columns: 1fr;
  }
}
.certificate-section {
  padding: 10rem 4rem;
  background: #333;
}
.certificate-sub-title {
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.certificate-title {
  color: #000000 !important;
  font-size: 45px;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: normal;
}
.certificate-link {
  color: #000000 !important;
  font-weight: bold;
  text-decoration: underline;
}
.certificate-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  color: #fff;
}
.certificate-col p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.6;
}
.certificate-title-icono-container {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.icono-img-certificate {
  height: 70px !important;
  width: 70px !important;
  cursor: auto;
}
@media (max-width: 768px) {
  .certificate-content {
    grid-template-columns: 1fr;
  }
}
.nuestros-productos-section {
  padding: 10rem 4rem;
  background: #fafbfc;
}
.nuestros-productos-img-principal {
  cursor: auto;
  min-width: 100%;
}
.nuestros-productos-title {
  color: #333 !important;
  font-size: 45px;
  margin-bottom: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: normal;
}
.icono-img-nuestros-productos {
  height: 65px !important;
  width: 50px !important;
  cursor: auto;
}
.nuestros-productos-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  color: white;
}
.nuestros-productos-col p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .nuestros-productos-content {
    grid-template-columns: 1fr;
  }
}
body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #0e1a1d;
  margin: 0;
  padding: 0;
}
.destacado-section {
  padding: 8rem 4rem;
}
.destacado-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.destacado-title {
  font-size: 45px;
  font-weight: 800;
  color: #333;
  margin: 0;
}
.destacado-certificacion {
  max-width: 600px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}
.destacado-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 5rem;
}
.destacado-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.destacado-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.destacado-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #0e1a1d;
}
@media (max-width: 768px) {
  .destacado-header {
    flex-direction: column;
    gap: 1.5rem;
  }
  .destacado-grid {
    grid-template-columns: 1fr;
  }
  .destacado-item {
    align-items: flex-start;
  }
  .container-empresa {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .container-informacion-empresa {
    width: 100% !important;
    padding-left: 0% !important;
  }
}
@media (max-width: 768px) {
  .container-img-principal {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .empresa-img-principal {
    cursor: auto;
    min-width: 100%;
  }
  .nuestros-productos-section {
    padding: 10rem 1rem;
    background: #ffffff;
  }
  .desde-container-text {
    font-size: 15vw;
  }
  .container-img-principal {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .destacado-section {
    padding: 8rem 1rem;
  }
  .certificate-section {
    padding: 10rem 1rem;
    background: #333;
  }
  .historia-section {
    padding: 10rem 1rem;
    background: #333;
  }
}
.nuestros-productos-img-principal-menos600 {
  display: none;
}
@media (max-width: 600px) {
  .nuestros-productos-img-principal {
    display: none;
  }
  .nuestros-productos-img-principal-menos600 {
    display: block;
  }
	.title-info-empresa {
    justify-content: flex-start;
    flex-direction: column;
		align-items: flex-start !important;
	}
}
.container-empresa {
  display: flex;
  flex-direction: row;
  padding: 20px;
  padding: 5% 8%;
	height: fit-content;
}
.container-informacion-empresa {
  width: 50%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container-img-principal {
  width: 50%;
	overflow: hidden;
}
.title-info-empresa {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.highlight-empresa {
  color: #e32a53;
}
.text-empresa{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}
.title-text-empresa{
	font-weight: 600;
	font-size: 18px;
}
.empresa-img-principal:hover{
	transform: scale(1.1);
}