body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f2937;
	background: #f7f9fc;
}
.navbar-custom {
	background: #ffffff;
	border: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	margin-bottom: 0;
}
.navbar-brand img {
	height: 42px;
	margin-top: -10px;
}
.hero {
	background: linear-gradient(135deg, rgba(0, 61, 122, .92), rgba(0, 136, 204, .88)), url('https://www.entrenando.com.co/imgweb/head/logo-head.png') center center no-repeat;
	background-size: 220px, cover;
	color: #fff;
	padding: 110px 0 80px;
	position: relative;
	overflow: hidden;
}
.hero h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 20px;
}
.hero p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .95);
}
.hero-badge {
	display: inline-block;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .25);
	padding: 8px 14px;
	border-radius: 30px;
	margin-bottom: 18px;
	font-size: 13px;
	letter-spacing: .4px;
	text-transform: uppercase;
}
.btn-main {
	background: #ffb000;
	border-color: #ffb000;
	color: #222;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 30px;
}
.btn-main:hover,  .btn-main:focus {
	background: #f2a000;
	border-color: #f2a000;
	color: #222;
}
.btn-ghost {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 10px 22px;
	border-radius: 30px;
	margin-left: 10px;
}
.btn-ghost:hover,  .btn-ghost:focus {
	background: #fff;
	color: #0b4f87;
}
.hero-card {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .20);
	border-radius: 18px;
	padding: 25px;
	margin-top: 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
.hero-card img {
	width: 100%;
	max-width: 230px;
	display: block;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 14px;
	padding: 18px;
}
.section {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 45px;
}
.section-title h2 {
	font-weight: 700;
	margin-bottom: 10px;
	color: #0b4f87;
}
.section-title p {
	color: #5f6b7a;
	max-width: 760px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7;
}
.feature-box,  .info-box,  .plan-box {
	background: #fff;
	border-radius: 16px;
	padding: 30px 24px;
	box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
	height: 100%;
	margin-bottom: 30px;
}
.feature-icon {
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	border-radius: 50%;
	background: #eaf5ff;
	color: #0b4f87;
	font-size: 28px;
	margin-bottom: 18px;
	font-weight: 700;
}
.feature-box h3,  .info-box h3,  .plan-box h3 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
.feature-box p,  .info-box p,  .plan-box p,  .contact-box p {
	color: #5f6b7a;
	line-height: 1.8;
	margin-bottom: 0;
}
.gray-bg {
	background: #eef4f9;
}
.brand-panel {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
	overflow: hidden;
}
.brand-panel .image-side {
	background: linear-gradient(135deg, #0b4f87, #0d99d5);
	text-align: center;
	padding: 40px 20px;
}
.brand-panel .image-side img {
	max-width: 210px;
	width: 100%;
	background: #fff;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
}
.brand-panel .text-side {
	padding: 40px 35px;
}
.check-list {
	list-style: none;
	padding-left: 0;
	margin: 25px 0 0;
}
.check-list li {
	padding: 10px 0 10px 28px;
	position: relative;
	color: #334155;
	font-size: 16px;
}
.check-list li:before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 9px;
	color: #0d99d5;
	font-weight: 700;
}
.cta {
	background: linear-gradient(135deg, #0b4f87, #0d99d5);
	color: #fff;
	text-align: center;
	border-radius: 18px;
	padding: 55px 25px;
	box-shadow: 0 14px 40px rgba(11, 79, 135, .25);
}
.cta h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}
.cta p {
	max-width: 760px;
	margin: 0 auto 25px;
	font-size: 17px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .95);
}
.contact-box {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
	padding: 35px 28px;
	text-align: center;
	height: 100%;
	margin-bottom: 30px;
}
.contact-box h4 {
	font-weight: 700;
	color: #0b4f87;
	margin-bottom: 12px;
}
.contact-box a {
	color: #0b4f87;
	font-weight: 700;
	word-break: break-word;
}
.footer {
	background: #062d4e;
	color: rgba(255, 255, 255, .85);
	padding: 28px 0;
	text-align: center;
	margin-top: 30px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
 @media (max-width: 991px) {
 .hero {
 text-align: center;
 padding: 90px 0 60px;
}
 .hero h1 {
 font-size: 34px;
}
 .btn-ghost {
 margin-left: 0;
 margin-top: 10px;
}
 .brand-panel .text-side {
 padding: 30px 25px;
}
}
 @media (max-width: 767px) {
 .hero h1 {
 font-size: 30px;
}
 .section {
 padding: 50px 0;
}
 .cta h2 {
 font-size: 28px;
}
}
.contact-box-icon {
	position: relative;
	padding-top: 85px;
	border: 1px solid #e5edf5;
 transition: all .3s ease;
}
.contact-box-icon:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}
.contact-icon {
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0b4f87, #0d99d5);
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -36px;
	box-shadow: 0 10px 25px rgba(11, 79, 135, .25);
}
.contact-box-icon h4 {
	margin-top: 0;
	margin-bottom: 12px;
}
.contact-box-icon p {
	min-height: 52px;
	margin-bottom: 14px;
}
.contact-box-icon a {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 30px;
	background: #eef6fd;
	text-decoration: none;
}
.contact-box-icon a:hover,  .contact-box-icon a:focus {
	background: #dceefe;
	text-decoration: none;
}
.floating-mail-btn {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0b4f87, #0d99d5);
	color: #fff;
	border: 0;
	z-index: 9999;
	box-shadow: 0 12px 28px rgba(11, 79, 135, .35);
	text-align: center;
	font-size: 28px;
	line-height: 64px;
 transition: all .3s ease;
}
.floating-mail-btn:hover,  .floating-mail-btn:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(11, 79, 135, .38);
}
.floating-mail-label {
	position: fixed;
	right: 98px;
	bottom: 36px;
	background: #ffffff;
	color: #0b4f87;
	padding: 8px 14px;
	border-radius: 24px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
	font-size: 14px;
	font-weight: 700;
	z-index: 9998;
}
.custom-modal .modal-content {
	border-radius: 18px;
	border: 0;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
	overflow: hidden;
}
.custom-modal .modal-header {
	background: linear-gradient(135deg, #0b4f87, #0d99d5);
	color: #fff;
	border-bottom: 0;
	padding: 20px 25px;
}
.custom-modal .modal-header .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	margin-top: 2px;
}
.custom-modal .modal-title {
	font-weight: 700;
}
.custom-modal .modal-body {
	padding: 25px;
	background: #fff;
}
.custom-modal .form-group label {
	color: #334155;
	font-weight: 700;
	margin-bottom: 8px;
}
.custom-modal .form-control {
	height: 44px;
	border-radius: 10px;
	border: 1px solid #d8e3ef;
	box-shadow: none;
}
.custom-modal textarea.form-control {
	height: auto;
	resize: vertical;
}
.custom-modal .form-control:focus {
	border-color: #0d99d5;
	box-shadow: 0 0 0 3px rgba(13, 153, 213, .08);
}
.custom-modal .modal-footer {
	border-top: 0;
	padding: 0 25px 25px;
	background: #fff;
}
 @media (max-width: 767px) {
 .floating-mail-btn {
 right: 16px;
 bottom: 16px;
}
 .floating-mail-label {
 display: none;
}
}
