.list-container {
    display: flex;
    align-items: center;
}

.list {
    background-color: transparent;
	position: relative
}

.orange-list li {
	padding-left: 37px;
    border-left: 3px solid #DFDFDF;
	margin-bottom: 0 !important;
}

.orange-list li span {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #222831;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	padding: 23px
}

li.active {
    border-left: 3px solid #FF5722;
}

li.active span {
	background: #FF5722;
	color: #FFF;
}

.orange-list {
    list-style-type: none;
    padding: 0;
}

.orange-list li {
    margin-bottom: 10px;
}

.list-footer {
	position: absolute;
	transform: rotate(-90deg);
	display: inline-block;
    bottom: -45px;
    left: -20px;
}

.list-footer span {
    color: #9A9A9A;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
}

#current-item {
	color: #10375C;
	font-size: 16px;
}

.controls {
	width: 40px;
	height: 40px;
	border-radius: 0;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}
.controls img {
  	width: 270px;
	height: 363px;
}
.controls.left {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
}

.controls.right {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -70px; /
}

.carrousel {
	width: 1100px;
	margin: auto;
	height: 450px;
	overflow:hidden;
}

.controls:hover {
	background-color: rgba(0,0,0,.5);
}
.item {
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: 1s all;
}

.cont {
	position: absolute;
	margin-top: 190px;
    left: -500px;
    bottom: 100px;
}
.tapa {
	width: 12000px;
	transition: .9s all;
}

.item img {
    width: 100%; /* Ajustar el ancho de las imágenes al 100% del contenedor */
    height: 100%; /* Ajustar la altura automáticamente para mantener la proporción */
    margin: 0; /* Eliminar cualquier margen por defecto */
    display: block; /* Cambiar a "block" para ajustar el ancho y el margen automáticamente */
    position: auto;
    top: 50%;
    left: 0;
}

.item:hover {
	margin-top: -6px;
}

.cont img {
	width: 40px !important;
	height: 40px !important
}

/* Slider Why us */

.slider_why-us {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 33%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;
}

.slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
}

.slider__track > * {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
}

.slider__track::-webkit-scrollbar {
  display: none;
}

.slider__buttons {
  margin-top: 1rem;
}

[disabled] {
  opacity: 0.5;
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  font-size: 3rem;
  font-weight: 700;
}

.container {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}