.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 240px;
    list-style: none;
    line-height: 30px;
  }


.parrafo{
    text-decoration: none;
    text-align: justify;
    font-size: 16px;
    color: slategray;
    line-height: 30px;
    font-weight: normal;
}

.cta-1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cta-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
}

.cta-1 .container {
	position: relative;
}

.cta-1 h3 {
	font-weight: bold;
	margin: 0;
	color: #fff;
	font-size: 50px;
}

.cta-1 p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 43px;
	margin-top: 25px;
}

.cta-1__btn {
	padding: 20px 59px;
	border-radius: 35px;
	font-size: 17px;
	background-color: var(--thm-primary);
}

.cta-1__btn:hover {
	background-color: #fff;
	color: #6aaad9;
}