body{
    margin: 0;
    padding: 0;
}

.header-compumedia {
	width: 100%;
	height: 450px;
	background: radial-gradient(50% 45.61% at 50% 45.61%, #06003F 7.08%, #000023 100%);
	clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
	display: flex;
	flex-direction: column;
	align-items: center;
}



.contenedor {
/* 	background-color: aqua; */
	width: 100%;
/* 	height: 100vh;
    position: absolute; */
/*     top: 0;
    left: 0; */
}

.background-estrellas {
	height: 100%;
	width: 100%;
	background-image: url('../images/estrellas.png');
	background-size: contain;
	background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
}

.logo-compumedia {
	width: 100%;
	height: 200px;
	/* background-color: yellowgreen; */
	/* margin: 130px 0 0 0; */
	position: relative;
	top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-img {
	height: 60%;
}

.header-info-1 {
	position: relative;
	width: 131.07px;
	height: 50.92px;
	top: 70px;
	background: #00838F;
	border-radius: 20px 20px 20px 0px;
}

.header-info-2 {
	box-sizing: border-box;
	position: relative;
	width: 132px;
	height: 77px;
	/* left: 127px; */
	top: 78px;
	border: 4px solid #FFFFFF;
	border-radius: 0px 20px 20px 20px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.header-info {
	font-size: 0.7rem;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

p{
    margin: 0;
}

.titulo {
	width: 100%;
	text-align: center;
	margin-bottom: 23px;
}

.section-img-1-b1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.titulo-section1-b1 {
	font-size: 0.8rem;
	line-height: 11px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 8px;
}

.letras-azules{
    font-weight: 700;
    color: #00838F;
}

.shape-separador{

width: 24px;
height: 2px;
background: #F29F05;

}

.text-section1-b1 {
	font-size: 0.8rem;
	margin: 20px 25px 42px;
}

.block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 19px 0;
	text-align: center;
}

.block-2 {
	width: 100%;
	height: 600px;
	background: #00838F;
	border-radius: 0px 0px 50px 50px;
}

.titulo-b2 {
	color: white;
	margin: 20px auto;
}

.shape-planes {
	width: 65%;
	height: 361px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 4px #004D54;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 24px 8px;
}

.plan-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.03em;
	color: #F29F05;
}

.plan-title {
	line-height: 1;
}

.shape-contactanos {
	width: 152.71px;
	height: 39.12px;
	background: #FFD483;
	border-radius: 10px;
	font-size: 0.8rem;
}

.features-list {
	font-size: 0.7rem;
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 77%;
}

.contactanos-2{

    width: 286px;
    height: 30px;

    background: #F29F05;
    border-radius: 10px;

}

.parrafo-texto-final-b2 {
	color: white;
	font-size: 0.9rem;
	margin: 25px;
}