body.modern-page,
.modern-page {
	background: #f6f8fb;
	color: #172033;
	font-family: 'Roboto', Arial, sans-serif;
}

.modern-page a {
	color: #1d80eb;
}

.modern-page a:hover,
.modern-page a:focus {
	color: #166fce;
	text-decoration: none;
}

.modern-page .navbar {
	background: rgba(255,255,255,.98);
	border: 0;
	box-shadow: 0 1px 0 rgba(15,31,53,.08);
	min-height: 48px;
	padding: 0;
}

.navbar-brand {
	align-items: center;
	display: flex;
	height: 48px;
	min-height: 48px;
	padding: 4px 12px 4px 0;
}

.navbar-brand img {
	height: auto;
	max-height: 28px !important;
	max-width: 116px !important;
	width: auto;
}

header.navbar .navbar-brand > img.img-responsive,
.navbar.navbar-light .navbar-brand > img {
	height: auto !important;
	max-height: 28px !important;
	max-width: 116px !important;
	width: auto !important;
}

.navbar .nav {
	margin: 7px 0 0 0;
}

.navbar-nav > li > a {
	color: #253246;
	font-size: 14px;
	font-weight: 500;
	padding-left: 11px;
	padding-right: 11px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background: #eef5ff;
	color: #1d80eb;
}

.navbar-header .btn-group.top20 {
	margin-top: 7px;
}

.navbar-header .form-control {
	height: 34px;
	max-width: 132px;
}

.nav.pull-right .btn {
	border-radius: 8px;
	font-weight: 500;
	margin-top: 2px;
	padding: 8px 13px;
}

.nav.pull-right .btn-default {
	background: #ffffff;
	border-color: #cfd8e3;
	color: #172033;
}

.nav.pull-right .btn-info {
	background: #1d80eb;
	border-color: #1d80eb;
	color: #ffffff !important;
}

.modern-page .footer,
.footer {
	background: #101a2a;
	color: #c8d3df;
	margin-top: 0;
	padding: 36px 0 20px;
}

.footer img[src*="logo-header-40"],
.footer img[src*="logo-338"] {
	height: auto !important;
	max-width: 150px !important;
	width: auto !important;
}

.footer ol {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.footer .color-orange {
	color: #f6a23a;
	font-weight: 500;
	margin-bottom: 12px;
}

.footer .item {
	color: #c8d3df;
	font-size: 14px;
	margin: 7px 0;
}

.footer .item a,
.footer .redes-sociales,
.footer .redes-sociales a {
	color: #c8d3df;
}

.footer .item a:hover,
.footer .redes-sociales a:hover {
	color: #ffffff;
}

.footer .row.top20 {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.footer .col-md-4,
.footer .col-md-3,
.footer .col-md-2 {
	margin-bottom: 18px;
}

.bottom-bar {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 24px 0 0 !important;
	padding: 16px 0 0 !important;
	width: 100% !important;
}

.bottom-bar .footer_derechos {
	border-top: 1px solid rgba(255,255,255,.12);
	color: #8fa1b3;
	padding-top: 16px;
}

.footer-bottom {
	margin-left: 0 !important;
}

.footer-bottom .footer_derechos {
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

.footer-bottom .footer_derechos a {
	color: #f5c87a;
}

.modern-page {
	padding-top: 54px;
}

.modern-page .container.ptop70,
.modern-page .container-fluid.ptop70 {
	padding-top: 34px;
}

.modern-page .breadcrumb {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin: 0 0 18px;
	padding: 10px 14px;
}

.modern-page .breadcrumb > li + li:before {
	color: #8fa1b3;
}

.modern-page .page-header {
	border: 0;
	margin: 0 0 22px;
	padding: 0;
}

.modern-page .page-header h1,
.modern-page .page-header h2,
.modern-page .page-header h3 {
	margin-top: 0;
}

.modern-page .well {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	box-shadow: none;
}

.modern-page .form-control {
	border-color: #cfd8e3;
	border-radius: 8px;
	box-shadow: none;
}

.modern-page .form-control:focus {
	border-color: #1d80eb;
	box-shadow: 0 0 0 3px rgba(29,128,235,.12);
}

.modern-page legend {
	border-bottom: 1px solid #e7ebf2;
	margin-bottom: 18px;
	padding-bottom: 10px;
}

.modern-page blockquote {
	background: #ffffff;
	border-left: 4px solid #1d80eb;
	border-radius: 8px;
	color: #526070;
	margin: 0 0 18px;
	padding: 20px 22px;
}

.modern-page .btn {
	border-radius: 8px;
	font-weight: 500;
}

.modern-page .btn-info,
.modern-page .btn-primary {
	background: #1d80eb;
	border-color: #1d80eb;
	color: #ffffff !important;
}

.modern-page a.btn-info,
.modern-page a.btn-primary,
.modern-page a.btn-success,
.modern-page a.btn-danger,
.modern-page a.btn-primary:hover,
.modern-page a.btn-info:hover,
.modern-page a.btn-success:hover,
.modern-page a.btn-danger:hover,
.modern-page a.btn-primary:focus,
.modern-page a.btn-info:focus,
.modern-page a.btn-success:focus,
.modern-page a.btn-danger:focus,
.modern-page .btn-info i,
.modern-page .btn-primary i,
.modern-page .btn-success i,
.modern-page .btn-danger i {
	color: #ffffff !important;
}

.modern-page .btn-warning {
	background: #f6a23a;
	border-color: #f6a23a;
	color: #172033;
}

.modern-page .btn-danger {
	background: #d94d4d;
	border-color: #d94d4d;
	color: #ffffff !important;
}

.modern-page .img-thumbnail {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	box-shadow: none;
	padding: 6px;
}

.modern-page .row.top20,
.modern-page .row.top40 {
	margin-bottom: 26px;
}

.modern-page [style*="font-size:17.5px"],
.modern-page [style*="font-size:16px"] {
	color: #526070;
	line-height: 1.65;
}

.modern-page .color-orange {
	color: #1d80eb;
}

.modern-page .panel.price {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
}

.modern-page .panel.price:hover {
	box-shadow: 0 12px 32px rgba(15,31,53,.12);
}

.modern-page .panel.price > .panel-heading {
	background: #172033 !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	text-shadow: none !important;
}

.modern-page .panel.price > .panel-heading h3 {
	color: #ffffff;
	font-size: 19px;
	margin: 0;
}

.modern-page .panel.price > .panel-body {
	background: #eef5ff !important;
	color: #172033 !important;
}

.modern-page .panel.price > .panel-body .lead {
	color: #172033 !important;
	text-shadow: none !important;
}

.modern-page .panel.price .list-group-item {
	background: #ffffff !important;
	border-color: #e7ebf2;
	color: #526070 !important;
	font-weight: 400;
	text-shadow: none !important;
}

.modern-page .panel.price .panel-footer {
	background: #ffffff;
	border-top: 1px solid #e7ebf2;
	box-shadow: none;
}

.modern-page h1,
.modern-page h2,
.modern-page h3 {
	color: #172033;
	font-weight: 500;
	letter-spacing: 0;
}

.modern-hero {
	background: #ffffff;
	border-bottom: 1px solid #e7ebf2;
	padding: 64px 0 56px;
}

.modern-hero h1 {
	font-size: 44px;
	line-height: 1.08;
	margin: 12px 0 18px;
}

.modern-lead {
	color: #526070;
	font-size: 19px;
	line-height: 1.65;
	margin-bottom: 24px;
}

.modern-eyebrow {
	color: #1d80eb;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .08em;
	margin: 0;
	text-transform: uppercase;
}

.modern-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.modern-btn {
	border-radius: 8px;
	display: inline-block;
	font-weight: 500;
	padding: 12px 18px;
	text-decoration: none;
}

.modern-btn:hover {
	text-decoration: none;
}

.modern-btn-primary {
	background: #1d80eb;
	color: #ffffff !important;
}

.modern-btn-primary:hover {
	background: #166fce;
	color: #ffffff !important;
}

.modern-page a.modern-btn-primary,
.modern-page a.modern-btn-primary:hover,
.modern-page a.modern-btn-primary:focus,
.modern-page .modern-btn-primary i {
	color: #ffffff !important;
}

.modern-btn-secondary {
	background: #ffffff;
	border: 1px solid #cfd8e3;
	color: #172033;
}

.modern-btn-secondary:hover {
	background: #f1f5f9;
	color: #172033;
}

.modern-hero-panel {
	background: #0f1f35;
	border-radius: 8px;
	color: #ffffff;
	padding: 26px;
}

.modern-hero-panel h2,
.modern-hero-panel h3 {
	color: #ffffff;
	margin-top: 0;
}

.modern-metric-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
}

.modern-metric {
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 8px;
	padding: 14px;
}

.modern-metric strong {
	display: block;
	font-size: 22px;
}

.modern-section {
	padding: 58px 0;
}

.modern-section-white {
	background: #ffffff;
}

.modern-narrow {
	max-width: 820px;
}

.modern-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modern-grid-2 {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modern-card {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	padding: 22px;
}

.modern-card h3 {
	font-size: 21px;
	margin-top: 0;
}

.modern-card p,
.modern-card li {
	color: #526070;
	font-size: 15px;
	line-height: 1.6;
}

.modern-card ul,
.modern-checklist {
	margin: 14px 0 0;
	padding-left: 18px;
}

.modern-band {
	background: #172033;
	color: #ffffff;
	padding: 50px 0;
}

.modern-band h2,
.modern-band h3,
.modern-band p {
	color: #ffffff;
}

.modern-feature-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.modern-feature-item {
	background: #ffffff;
	border-left: 4px solid #1d80eb;
	border-radius: 8px;
	padding: 16px;
}

.modern-feature-item strong {
	display: block;
	margin-bottom: 4px;
}

.modern-image {
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	width: 100%;
}

.modern-highlight {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	padding: 20px;
}

.modern-faq details {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 16px 18px;
}

.modern-faq summary {
	color: #172033;
	cursor: pointer;
	font-weight: 500;
}

@media (max-width: 991px) {
	.modern-hero {
		padding-top: 42px;
	}

	.modern-hero h1 {
		font-size: 34px;
	}

	.nav.pull-right {
		float: none !important;
		margin: 6px 0 12px;
	}

	.modern-grid,
	.modern-grid-2,
	.modern-feature-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.navbar-brand {
		padding-left: 12px;
	}

	.navbar-header .btn-group.top20 {
		margin-left: 8px;
		max-width: 128px;
	}

	.navbar-header .form-control {
		font-size: 12px;
		max-width: 118px;
	}

	.modern-metric-grid {
		grid-template-columns: 1fr;
	}

	.modern-actions .modern-btn {
		text-align: center;
		width: 100%;
	}
}
