.MAIN {
	max-width: 1280px;
	margin: auto;
	margin-bottom: 25px;
}

.TITULAR {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 20px auto 40px auto;
	position: relative;
}

.TITULAR-titulo {
	font-size: 20px;
	color: var(--p);
	text-align: center;
	font-weight: 700;
	padding: 20px;
}

.TITULAR-orla {
	position: absolute;
	background: var(--s);
}

.TITULAR-orla:nth-child(1) {
	width: 145px;
	height: 2px;
	top: 0;
	left: 0;
}

.TITULAR-orla:nth-child(2) {
	width: 2px;
	height: 80px;
	bottom: 0;
	right: 0;
}

.TITULAR-orla:nth-child(4) {
	width: 2px;
	height: 80px;
	top: 0;
	left: 0;
}

.TITULAR-orla:nth-child(5) {
	width: 145px;
	height: 2px;
	bottom: 0;
	right: 0;
}

.PLANTAS-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1260px;
	margin: auto;
}

.PLANTAS {
	width: 33%;
	position: relative;
	margin: 50px 10px 10px 10px;
	padding: 20px 20px 40px 20px;
	border-bottom: 1px solid var(--p);
	background: #65c8ff;
	background: -moz-linear-gradient(top,  #65c8ff 0%, #ffffff 50%, #65c8ff 100%);
	background: -webkit-linear-gradient(top,  #65c8ff 0%,#ffffff 50%,#65c8ff 100%);
	background: linear-gradient(to bottom,  #65c8ff 0%,#ffffff 50%,#65c8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65c8ff', endColorstr='#65c8ff',GradientType=0 );

}

.PLANTAS-img-div {
	display: block;
	position: relative;
	top: -75px;
	width: 125px;
	height: 125px;
	border-radius: 70px;
	overflow: hidden;
	margin: 0 auto -50px auto;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.PLANTAS-img {
	height: 125px;

}

.PLANTAS-titulo {
	font-size: 36px;
	font-weight: 700;
	/* color: var(--p); */
	line-height: 40px;
	margin-bottom: 10px;
}

.PLANTAS-parrafo {
	font-size: 18px;
	line-height: 24px;
}

.PLANTAS-div-btn {
	position: absolute;
	display: flex;
	width: 100%;
	bottom: -15px;
	margin-left: -20px;
}

.PLANTAS-boton {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 10px;
	margin: auto;
	z-index: 10;
	font-size: 18px;
	background: var(--a);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.PLANTAS-boton:hover {
	background: var(--p);
	color: #fff;
}

.txt_principal,
.txt_principal h2  {
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	font-weight: 500;
	margin: 10px 20px;
}

.txt_principal br {
    display: block;
    margin-top: 10px;
    content: "";
}

.HABLADORES {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1260px;
	gap: 20px;
	margin: 30px auto;
}

.MAIN-texto,
.MAIN-texto h2 {
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	font-weight: 500;
	max-width: 1260px;
	margin: 20px auto;
}

.MAIN-texto h2 {
	display: inline;
	margin: unset;
}

.MAIN-texto-primero {
	margin-top: 40px;
}

.HABLADOR {
	position: relative;
	background: none;
	border: 2px solid var(--s);
	border-radius: 10px;
	width: 100%;
	padding: 40px 20px 20px 20px;
	margin-top: 20px;
}

.HABLADOR-titulo {
	position: absolute;
	top: -22px;
	left: 20px;
	display: inline-block;
	line-height: 44px;
	padding: 0 15px;
	background: #fff;
	font-size: 30px;
	font-weight: 700;
	color: var(--p);
	text-align: center;
}

.HABLADOR-titulo-der {
	left: unset;
	right: 20px;
	top: -22px;

}

.HABLADOR-texto {
	color: var(--p);
	font-size: 18px;
	line-height: 28px;
}

.HABLADOR-texto-benef {
	font-size: 20px;
	line-height: 32px;
}

.MAIN-texto {
	color: var(--p);
}

.FOOTER {
	background: var(--p);
	border-top: 2px solid var(--s)
}

.FOOTER-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1280px;
	position: relative;
	height: 50px;
	margin: auto;
	padding: 10px;
}

.DERECHOS {
	font-size: 12px;
	color: #fff;
}

.SOCIAL-cont {
	display: flex;
	flex-direction: row;
	gap: 20px;
	top: 10px;
	right: 10px;
}

.ico-instagram,
.ico-facebook,
.ico-twitter,
.ico-sitemap {
	width: 24px;
	fill: #fff;
	opacity: 0.5;
}

.ico-instagram:hover,
.ico-facebook:hover,
.ico-twitter:hover,
.ico-sitemap:hover {
	width: 24px;
	fill: #fff;
	opacity: 1;
}




/* =================================================*/
/* ================ RESPONSIVE =====================*/
/* =================================================*/



@media screen and (max-width: 1280px) { 

	.MAIN {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1116px) { 
	
	.PLANTAS-titulo {
		font-size: 40px;
		line-height: 40px;
	}

	.HABLADOR-titulo {
		font-size: 28px;
	}
}

@media screen and (max-width: 640px) { 

	.TITULAR-titulo {
		font-size: 18px;
	}

	.TITULAR-titulo br {
		content: "";
	}

	.PLANTAS-titulo {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width: 480px) { 

	.MAIN {
		padding: 0 15px;
	}

	.TITULAR-titulo {
		font-size: 20px;
	}

	.PLANTAS-img-div {
		overflow: hidden;
	}

	.PLANTAS-img {
		width: unset;
		margin-left: -50px;
	}

	.HABLADORES {
		display: block;
		margin-top: 95px;
	}

	.HABLADOR-beneficios {
		margin-top: 25px;
	}

	.HABLADOR-texto {
		font-size: 16px;
		line-height: 22px;
	}
}

@media screen and (max-width: 425px) { 

	.TITULAR {
		width: unset;
		margin: 10px;
	}
	
	.TITULAR-titulo {
		font-size: 20px;
		margin: 10px;
	}

	.span_subtitulo {
		display: none;
	}
	
	.PLANTAS-wrapper {
		width: unset;
		flex-direction: column;
		gap: 70px;
		margin-top: 65px;
	}


	.PLANTAS {
		width: 100%;
		margin: 10px 0;
	}

	.PLANTAS-titulo {
		font-size: 28px;
		line-height: 28px;
		margin-top: 20px;
	}

	.PLANTAS-img-div {
		top: -73px;
		width: 100px;
		height: 100px;
	}

	.PLANTAS-img {
		width: 100%;
		margin-left: 0px;
	}
}