/*
 Theme Name:     child-theme
 Description:    child theme
 Author:         ACF Coder
 Template:       astra
 Version:        1.2
*/


.bordered {
	padding: 56px 36px 36px;
	border: 16px solid #EF0000;
	border-radius: 80px;
	margin-bottom: 36px;
}

.bordered ~p {
	padding: 0 48px;
}

h2 {
	max-width: 500px;	
}

.sub {
	font-size: 24px;	
}

#cata__block {
	padding: 64px 56px 40px;
	display: flex;
	flex-direction: column;
}

.cata__datos {
	display: flex;
	flex-direction: row
}

.cata__datos--data {
	max-width: 50%;
}

.cata__datos---data ul {
		margin-left: 0;
	}	

.super_big {
	font-size: 148px;
	font-weight:800;
	line-height: 90%;
}

.big {
	font-size: 36px;
	font-weight:600;
	line-height: 110%;
}

.cata__datos---data ul li {
	list-style-type: none;
}