.home-banner {
	background: #d9d9d9 ;
}
.home-banner .wrapper{
	max-width: 1440px;
}
.carousel-item {
	position: relative;
}
.carousel-item:before, .carousel-item:after  {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	width: 200px;
}
.carousel-item:before {
	left: 0;
    background: linear-gradient(90deg,rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%);
}
.carousel-item:after {
	right: 0;
    background: linear-gradient(270deg,rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%);
}
.home-banner .wrapper .carousel-item .btn-custom {
    background-color: black;
    color: white;
    border: 0;
    font-size: 1.5em;
    padding: .5em 2em;
    font-weight: bold;
    top: 64%;
	cursor: pointer;
}

.home-banner .wrapper .carousel-item .btn-custom:hover {
	background-color: #DB501C;
	color: white;
}
.home-banner .carousel-control-prev-icon {
    background-image: none;
    border-top: 3px solid black;
    border-left: 3px solid black;
    transform: rotate(-45deg);
}

.home-banner .carousel-control-next-icon {
    background-image: none;
    border-top: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
}

.home-what-we-do {
  padding: 80px 30px 160px;
}
.home-what-we-do .wrapper {
  display: flex;
}
.home-what-we-do h2 {
  font-weight: 700;
  font-size: 40px;
}
.home-what-we-do .ornament {
  width: 30%;
  padding-right: 8%;
}
.home-what-we-do .ornament img {
  width: 100%;
  height: auto;
  max-width: 260px;
}
.home-what-we-do .text {
  width: 70%;
}
.home-what-we-do .text h2 {
  color: black;
}
.highlight {
  color: #DB501C;
}
.home-experience {
  position: relative;
  width: 100%;
  text-align: center;
  background: #dfe3eb;
}
.home-experience>img.background {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.home-experience .outer-wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 80px;
	text-align: left;
}
.home-experience .wrapper{
}
.home-experience h2.page-subheadline {
    width: 50%;
}
.colorOrange {
	display: inline-block;
	padding: 0 5px;
    color: white;
    background-color: #DB501C;
}

.home-certifications {
	padding: 160px 30px 0;
	overflow: hidden;
}
.certifications-section {
  background:
    url('/asset/images/inicio/ISOBackground.svg') no-repeat top center;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.certifications-section:before, .certifications-section:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: #DB501C;
	top: 50%;
}
.certifications-section:before {
	right: 100%;
}
.certifications-section:after {
	left: 100%;
}
.certifications-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin: 0 0 30px;
}
.certifications-section h2 .underline {
	display: inline-block;
	border-bottom: 8px solid #DB501C;
}
.certifications-section .certificates {
	display: flex;
	gap:20px;
	align-items: center;
	width: 100%;
}
.certifications-section .certificate {
	width: 100%;
}
.certifications-section img {
    margin: 0;
	display: block;
	width: 100%;
}

.home-clients {
	background: #f0f0f5;
	overflow: hidden;
}
.home-clients .wrapper{
    padding: 60px 0;
    text-align: center;
}
.home-clients h2, .home-clients h3 {
	font-weight: 700;
	color: #DB501C;
}
.home-clients h2 {
	font-size: 40px;
	margin-bottom: 60px;
}
.home-clients h3 {
	font-size: 32px;
	margin-bottom: 20px;
}
.home-clients h3.headline2 {
	margin-top: 40px;
}
.slick-slider {
	position: relative;
	margin: 0 -300px;
    padding: 20px 300px;
    background-color: #828282;
}
.slick-slider:before, .slick-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 250px;
	background: #F0F0F5;
}
.slick-slider:before {
	left: 0;
    background: linear-gradient(90deg,rgba(240, 240, 245, 1) 0%, rgba(240, 240, 245, 0) 100%);
}
.slick-slider:after {
	right: 0;
    background: linear-gradient(270deg,rgba(240, 240, 245, 1) 0%, rgba(240, 240, 245, 0) 100%);
}


  .bold-p{
  font-family: 'Urbanist', sans-serif;
  font-weight: 700; /* Normal */
  transition: all 0.3s ease-in-out;
}
.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* o ajusta al alto que necesites */
}

.tamano{
  width: 240px; /* Ajusta según el tamaño deseado */
  height: 160px; /* Ajusta según el tamaño deseado */
  object-fit: contain; /* Ajusta la imagen sin recortar */
}
.slick-initialized .slick-slide {
    display: grid !important;
}

