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


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

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

h2 {
	max-width: 600px;	
}

.sub {
	font-size: 24px;	
}

#cata__block {
	padding: 64px 64px 40px;
	display: flex;
	flex-direction: column;
	background-color: white;
	margin: 24px auto;
	max-width: 1100px;
}

.banda {
	position: absolute;
	height: 300px;
	width: 100%;
	background-color: #B30000;
	right: 0;
	z-index: -1;
	margin-top: 150px;
}

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

.cata__datos--data:first-child {
	flex: 1 0;
}

.cata__datos--data:nth-child(2) {
	margin-top: 2rem;
	flex: 1 1 ;
}

.cata__datos--data ul {
	margin-left: 0;	
	list-style-type: none;
	padding-left: 0;	
}	

.cata__datos--data li {
	list-style-type: none;
	padding-left: 0;
}

.super_big {
	font-size: 120px;
	font-weight:800;
	line-height: 90%;
	flex-grow: 1;
	flex-wrap: nowrap;
}

.big {
	font-size: 32px;
	font-weight:600;
	line-height: 100%;
	margin:12px 0;
}

li.big:nth-of-type(3) {
	margin-top: 24px;
}

li.big:nth-of-type(4) {
	font-size: 24px;
}


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

.cata__datos {
	gap: 32px;
}