#mentorizacion > h2 { margin-bottom: 24px; }

#mentorizacion .card .card-content { padding: 24px; }

.texto h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 800;
	text-align: left;
}
@media(max-width: 768px) {
	.texto h2 { font-size: 16px; }
}

.texto { text-align: justify; }

.texto .subseccion {
	font-size: 19px;
	font-weight: 400;
	color: var(--fifth-color);
	text-align: left;
}
@media(max-width: 768px) {
	.texto .subseccion {
		font-size: 15px;
	}
}

.texto address {
	display: inline-block;
	margin-top: 24px;
	padding: 16px;
	font-size: 13px;
	background: #f7f7f7;
}

.formato-texto-seccion h3 {
	font-family: var(--secondary-font);
	font-size: 16px;
	border-bottom:solid 1px #333;
}

section .formato-texto-seccion { font-size: var(--medium-font-size); }
section ol, section ul { 
	padding-left:30px; 
	margin-top:20px; 
	margin-bottom:20px; 
}

.mentores h3 {
	margin-bottom: 12px;
	font-size: var(--medium-font-size);
	text-transform: uppercase;
}
.mentor {
	background: white;
	margin-bottom: 12px;
	font-size: 13px;
}
.mentor .info {	padding: 16px; }
.mentor img {
	object-fit: cover;
	width: 100%;
}
.mentor .entrevista {
	margin-top: 4px;
	display:inline-block;
	font-size: var(--small-font-size);
	padding: 2px 8px;
	border-radius: 2px;
	background: var(--fifth-color);
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s;
}
.mentor .entrevista:hover {
	padding-right: 20px;
}

@media(max-width: 768px) {
	.mentor .info {
		padding: 8px;
	}
}


/*---------------------------------------------------------------
	Media Queries
---------------------------------------------------------------*/

@media (max-width: 1400px)
{
	section .formato-texto-seccion { font-size:1.4rem  !important; }
}

@media (max-width: 768px)
{
	section .card { margin-bottom:24px; }
	section h2 .action { float:none; margin-top:15px; }
	section h2 .action a { font-size:1.3rem !important; }
	section .formato-texto-seccion { font-size:1.3rem  !important; }
	section ol, section ul { padding-left:15px; margin-top:20px; margin-bottom:20px; }
}
