.infraestructura-banner{
	padding: 0 30px;
}
.infraestructura-banner .wrapper{
	position: relative;
}
.infraestructura-banner video{
	width: 100%;
}
.infraestructura-banner .content-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.infraestructura-banner .content-wrapper .content{
	width: 40%;
}

.infraestructura-intro {
	padding: 0 30px 360px;
}
.infraestructura-intro .content {
	display: flex;
	gap:40px;
	align-items: center;
	justify-content: space-between;
}
.infraestructura-intro .text {
	width: 100%;
	max-width: 400px;
	font-size: 24px;
}
.infraestructura-intro .text p {
	margin-bottom: 1em;
}
.infraestructura-intro .image {
	position: relative;
	width: 100%;
	max-width: 580px;
}
.infraestructura-intro .image img {
	width: 100%;
}
.infraestructura-intro .image:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -20%;
	top: 80%;
	bottom: -20%;
	right: -5%;
	background: #DB501C;
}

.infraestructura-soluciones {
	background: #F0F0F5;
	padding: 0 30px 80px;
}
.infraestructura-soluciones .wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-end;
	justify-content: space-between;
}
.infraestructura-soluciones .text {
	width: 100%;
	max-width: 420px;
	font-size: 24px;
}
.infraestructura-soluciones .text .decoration-bottom {
	padding-bottom: 80px;
}
.infraestructura-soluciones .text h2.page-subheadline{
	margin-bottom: .4em;
}
.infraestructura-soluciones .text p{
	margin-bottom: 1em;
}
.infraestructura-soluciones .divider {
	width: 4px;
	height: 420px;
	background: #DB501C;
}
.infraestructura-soluciones .slider {
	width: 100%;
	max-width: 420px;
	font-size: 20px;
	position: relative;
	padding-bottom: 60px;
	margin-top: -20%;
}
.infraestructura-soluciones .nav-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	gap:20px;
}
.infraestructura-soluciones .swiper-button-next, .infraestructura-soluciones .swiper-button-prev {
	position: relative;
    top: auto;
    bottom: auto;
	left: auto;
	right: auto;
    width: 52px;
    height: 52px;
	margin: 0;
	background-color: #f5f5fa;
    border: 2px solid #2c2c2c;
    border-radius: 50%;
    cursor: pointer;
    transition: b0.3s ease;
}
.infraestructura-soluciones .swiper-button-next:hover,
.infraestructura-soluciones .swiper-button-prev:hover {
    background-color: #e0e0e0;
}

.infraestructura-soluciones .swiper-button-next::after,
.infraestructura-soluciones .swiper-button-prev::after {
	display: none;
}
.infraestructura-soluciones .slide-content {
}
.infraestructura-soluciones .slider-image-wrapper {
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 30px;
}
.infraestructura-soluciones .slider-image-wrapper img.slider-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}
.infraestructura-soluciones h3 {
	font-weight: 700;
	margin-bottom: 1em;
}
.infraestructura-soluciones ul {
    margin-bottom: 0;
    list-style: none;
}
.infraestructura-soluciones ul li {
    position: relative;
}
.infraestructura-soluciones ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -36px;
    top: 9px;
    border-top: 3px solid black;
    border-right: 3px solid black;
    stroke-linecap: round;
    transform: rotate(45deg);
}
.infraestructura-por-que {
}
.infraestructura-por-que .wrapper{
	display: flex;
	align-items: stretch;
	max-width: none;
}
.infraestructura-por-que .text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #DB501C;
	font-size: 24px;
    color: #fff;
    width: 100%;
    justify-content: center;
	padding-left: 30px;
}
.infraestructura-por-que .text-inside{
	max-width: 600px;
	padding: 40px 40px 40px 0;
	text-align: left;
}
.infraestructura-por-que .image{
	width: 100%;
	background: #acacac;
}
.infraestructura-por-que .image img{
	width: 100%;
	max-width: 700px;
}
.infraestructura-por-que .text h3{
	font-weight: 700;
	margin-bottom: 1em;
}
.infraestructura-por-que .text p{
	margin-bottom: 1em;
}
.infraestructura-por-que .text a.ti-america-button{
	background: white;
	color: black;
}
.infraestructura-por-que .text a.ti-america-button:hover{
	background: black;
	color: white;
}
  