.seguridad-banner {
	position: relative;
	width: 100%;
	text-align: center;
	background: #dfe3eb;
	overflow: hidden;
}
.seguridad-banner>img.background {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.seguridad-banner .outer-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 30px;
}
.seguridad-banner .text {
    max-width: 440px;
}
.seguridad-intro {
    padding: 80px 30px;
}
.seguridad-intro .decoration-bottom{
    width: 100%;
    text-align: left;
    padding: 0 0 50px;
}
.seguridad-intro .wrapper {
    display: flex;
    align-items: flex-start;
    gap:60px;
}
.seguridad-intro .text {
    width: 100%;
    font-size: 24px;
}
.seguridad-intro .text p{
    margin-bottom: 1em;
}
.seguridad-intro .image {
    width: 100%;
}
.seguridad-intro .image img {
    width: 100%;
    height: auto;
}
.seguridad-services{
    font-size: 24px;
    text-align: center;
    background: #F0F0F5;
    padding: 80px 30px;
}
.seguridad-services .text{
    margin: 0 auto;
    max-width: 920px;
}
.seguridad-services h2.page-subheadline{
    margin-bottom: .5em;
    max-width: 920px;
}
.seguridad-services .text p{
    margin-bottom: p;
}
.seguridad-services .lists {
    display: flex;
    gap: 90px;
    text-align: left;
    padding: 60px 0;
}
.seguridad-services .lists ul{
    width: 100%;
    list-style:none;
    margin-bottom: 0;
}
.seguridad-services .lists ul li{
    position: relative;
    margin-bottom: 1em;
}
.seguridad-services .lists ul li:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -36px;
    top: 12px;
    border-top:3px solid black;
    border-right:3px solid black;
    stroke-linecap: round;
    transform: rotate(45deg);
}
.seguridad-quote {
    padding: 0 30px;
}
.seguridad-quote .wrapper {
    padding: 120px 0;
    background: url("../images/seguridad-informacion/seguridad-quote.webp") right bottom no-repeat;
    background-size: contain;
}
.seguridad-quote h2.page-subheadline{
    width: 65%;
    text-align: center;
}