﻿.expertos-section {
	/*position: relative;
	background: #fff;
	border-radius: 32px;
	margin: 48px auto 32px auto;
	padding: 48px 16px 32px 16px;
	max-width: 900px;
	text-align: center;
	overflow: hidden;
	z-index: 1;*/
	position: relative;
	background: #fff;
	min-height: 814px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.expVector-1 {
	position: absolute;
	z-index: 1;
	width: 283px;
	height: 283px;
	top: 210px;
	left: 240px;
	transform: rotate(30.63);
}
.expVector-2 {
	position: absolute;
	z-index: 1;
	width: 49px;
	height: 47px;
	top: 206px;
	right: 330px;
}

.expVector-3 {
	position: absolute;
	z-index: 1;
	width: 257px;
	height: 133px;
	top: 50px;
	left: 210px;
	transform: rotate(-124.23);
}


.expVector-3a {
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 50px;
	top: 68px;
	left: 305px;
	transform: rotate(-124.23);
}

.expVector-3b {
	position: absolute;
	z-index: 1;
	width: 44px;
	height: 31px;
	top: 58px;
	left: 370px;
	transform: rotate(-124.23);
}

.expVector-3c {
	position: absolute;
	z-index: 1;
	width: 29px;
	height: 15px;
	top: 75px;
	left: 390px;
	transform: rotate(-124.23);
}

.expVector-4 {
	position: absolute;
	z-index: 1;
	width: 57px;
	height: 54px;
	top: 183px;
	left: 94px;
}



.expVector-5 {
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 33px;
	top: 395px;
	right: 300px;
}

.expVector-6 {
	position: absolute;
	z-index: 1;
	width: 339px;
	height: 107px;
	top: 695px;
	left: 200px;
}

.expVector-7 {
	position: absolute;
	z-index: 1;
	width: 204px;
	height: 128px;
	top: 50px;
	right: 248px;
}

.expVector-8 {
	position: absolute;
	z-index: 1;
	width: 258px;
	height: 258px;
	top: 472px;
	right: 225px;
}

.expertos-content {
	position: relative;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*.expertos-titulo {
	font-size: 2.2rem;
	font-weight: 800;
	color: #181C4A;
	text-align: center;
	line-height: 1.1;
}*/

.expertos-titulo-arriba {
	font-family: 'Visby Round CF', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	font-size: 37.94px;
	text-align: center;
	line-height: 100%;
	color: #0D0030;
	display: block;
	/*margin-bottom: 8px;*/
}

.expertos-titulo-rosa {
	font-family: 'Alexandria', sans-serif;
	font-weight: 800;
	font-size: 55.48px;
	text-align: center;
	line-height: 100%;
	display: inline-block;
	background: #FFB43A;
	color: #fff;
	padding: 6px 28px;
	/*margin-right: 8px;*/
}


.expertos-titulo-negro {
	font-family: 'Alexandria', sans-serif;
	font-weight: 700;
	font-size: 55.48px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #0D0030;
}

.expertos-subtitulo {
	/*margin: 24px 0 32px 0;*/
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	gap: 8px;
}


.expertos-subtitulo-cyan {
	font-family: 'Alexandria', sans-serif;
	font-weight: 800;
	font-size: 54.95px;
	line-height: 100%;
	letter-spacing: -2px;
	display: inline-block;
	background: #47D5DF;
	color: #fff;
	text-align: center;
	z-index: 2;
	padding: 6px 24px;
	margin-top: 20px;
	transform: rotate(-1.83deg);
	/*margin-bottom: 0;*/
}

.expertos-subtitulo-rosa {
	font-family: 'Alexandria', sans-serif;
	font-weight: 900;
	font-size: 25.29px;
	line-height: 100%;
	letter-spacing: 0px;
	display: inline-block;
	background: #FFB43A;
	color: #fff;
	padding: 10px 18px;
	text-align: center;
	position: relative;
	margin-top: -5px;
	transform: rotate(0.98deg);
	z-index:3;
}
.expertos-video-placeholder {
	position: relative;
	width: 780px;
	text-align: center;
	height: 472px;
	background: #e5e5e5;
	border-radius: 18px;
	aspect-ratio: 16/9;
	display: flex;
	margin-top:-25px;
	align-items: flex-start;
	justify-content: center;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);

	/*box-shadow: 0 2px 16px rgba(0,0,0,0.04);*/
}



