h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.text-color-white {
	color: white;
}

.parallax-background:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}

.about-carousel .owl-item {
	height: 260px;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1 .owl-stage-outer {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.section .container p {
	margin-bottom: 0px;
	font-size: 1.2em;
}

.lead {
	margin-bottom: 20px !important;
	line-height: 1.7;
}

.list-values {
	list-style: none;
	display: inline-grid;
	text-align: left !important;
	padding-left: 0px;
	width: 150px;
	margin: 0 auto;
}

.list-values li {
	font-size: 15px;
}

.owl-carousel.carousel-style-1 .left-content {
	padding: 0 2rem 0px 0px;
	min-width: auto;
}

.owl-carousel.carousel-style-1 .owl-dots {
	left: 0px !important;
}

.owl-carousel.carousel-style-1 .right-content {
	padding-top: 0rem;
}

.owl-carousel.dots-style-1 {
	margin-bottom: 0px;
}

.partner-block {
	padding: 8px !important;
}

.partner-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 280px;
	border: 9px solid white !important;
}

.partner-block:before {
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid;
	border-color: #2388ed;
	z-index: 1;
}

.about-block {
	padding-left: 50px;
	padding-right: 50px;
}

.plyr__video-embed iframe {
	height: 100% !important;
}

.plyr,
.plyr .plyr__video-embed iframe {
	max-height: 100vh !important;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	padding: 0px !important;
}

.contact {
	background-color: #f1f3f7 !important;
}

/*.tp-bullets{
    top: 83%!important;
}*/

.form-error {
	border: 1px solid red;
}

.error {
	font-size: 13px;
	color: red;
}

label.error {
	position: absolute;
	top: 9px;
	right: 26px;
}

textarea.error {
	min-height: 134px !important;
}

.loading-ajax {
	display: none;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	bottom: 0px;
	right: 0;
	margin: auto;
}

.spinner {
	margin: 0px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #4e85c4;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-alignment-center {
	display: table-cell;
	vertical-align: middle;
}

.pd-0 {
	padding: 0px;
}

.alert-error {
	margin: 0px;
	background: rgba(255, 0, 0, 1);
	border: 1px solid red;
	border-radius: 3px;
	color: white;
	width: 400px;
	margin-bottom: 17px;
}

.alert-success {
	width: 400px;
}

.tp-caption {
	text-align: right !important;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	text-transform: none;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	text-transform: none;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	text-transform: none;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	text-transform: none;
}

::placeholder {
	/* Recent browsers */
	text-transform: none;
}

#login .modal-body {
	padding-bottom: 0px;
}

#login .modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-top: -25px;
}

#login .btn-iniciar {
	background-color: #2388ed !important;
}

#login input {
	border: 1px solid #e9ecef;
}

select {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 30px;
	border: 1px solid #cecbcb;
	border-radius: 2px;
	background-color: #fff;
	color: black !important;
	text-decoration: none;
	white-space: nowrap;
	line-height: 2.2;
	width: 78.64px;
	display: flex;
	align-items: center;
	min-width: 82.98px;
}

.language-container {
	margin-left: 13px !important;
	min-width: 82.98px;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #2388ed;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, #2388ed),
		color-stop(90%, #2a62bc)
	);
	background-image: linear-gradient(#2388ed 20%, #2388ed 90%);
	color: #fff;
}

.chosen-container-single .chosen-single span {
	color: #777;
	font-family: "Montserrat", sans-serif !important;
}

.chosen-container .chosen-results li.active-result {
	font-family: "Montserrat", sans-serif !important;
}

.flex-center {
	display: flex;
	align-items: center;
}

.icon-box .icon-box-icon object,
.icon-box .icon-box-icon img {
	margin-right: 15px;
}

html .btn-primary,
html.sticky-header-active .btn-sticky-primary {
	border-color: #fff;
	color: #fff;
	background-color: #fff;
}

html .btn-primary:hover,
html.sticky-header-active .btn-sticky-primary:hover,
html .btn-primary:focus,
html.sticky-header-active .btn-sticky-primary:focus {
	border-color: #42d890;
	background-color: #fff;
	color: #fff;
}

.parallax-background::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 0;
}

.card .card-body {
	/*min-height: 221px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.max-w-500 {
	max-width: 500px;
	margin: 0 auto;
}

.fs-16 {
	font-size: 16px !important;
}

.lh17 {
	line-height: 1.7;
}

.overlay.overlay-op-5:hover:before,
.overlay.overlay-op-5.overlay-show:before,
.overlay.overlay-op-5.show:before {
	opacity: 0.6;
}

.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-none {
	display: initial !important;
	align-items: initial !important;
}

.max-w-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.text-right {
	text-align: right;
}

.slotholder::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 0;
}

html {
	scroll-behavior: smooth;
}

.flex-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	height: 35px !important;
	font-size: 14px;
}

.form-control:focus {
	background-color: rgb(14 62 73 / 0.8) !important;
	border-color: #2e3237;
}

#header.header-container-no-min-height .header-container {
	padding: 0px;
}

.slider-contact-form-wrapper .slider-contact-form {
	background: rgb(46 50 55 / 0.7);
}

.quote-form .form-control {
	border: 0px;
}

.quote-form .form-control:focus {
	background-color: white !important;
	color: black;
	border: 1px solid #80bdff;
}

.card.bg-primary-2.border-0 .card-body {
	display: initial !important;
	background-color: #001f3e !important;
	box-shadow: 0 26px 24px -14px rgb(126 140 163), 0 0 10px rgb(126 140 163);
	border-radius: 15px;
}

html .bg-primary-2:not(.no-skin) {
	border-radius: 10px;
}

.btn-info,
.btn-info:hover {
	border-color: #00549a;
	color: #fff;
	-webkit-box-shadow: 0 0 0 0.2rem #55d090;
	box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
	background-color: #00549ae6 !important;
	/*font-weight: 700;*/
}

html .btn-outline.btn-primary,
html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus,
html .btn-primary:not([disabled]):not(.disabled).active,
html.sticky-header-active
	.btn-sticky-primary:not([disabled]):not(.disabled).active,
html .btn-primary:not([disabled]):not(.disabled):active,
html.sticky-header-active
	.btn-sticky-primary:not([disabled]):not(.disabled):active {
	border-color: #fff;
	color: #fff;
}

.modal-header {
	background-color: #15373f !important;
}

html .btn-primary:not([disabled]):not(.disabled).active,
html.sticky-header-active
	.btn-sticky-primary:not([disabled]):not(.disabled).active,
html .btn-primary:not([disabled]):not(.disabled):active,
html.sticky-header-active
	.btn-sticky-primary:not([disabled]):not(.disabled):active {
	color: white !important;
	border-color: #fff;
	background-color: #fff;
}

/*html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus, html .btn-primary, html.sticky-header-active .btn-sticky-primary,
html .btn-primary:not([disabled]):not(.disabled).active, html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled).active, html .btn-primary:not([disabled]):not(.disabled):active, html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled):active{
    box-shadow: 0 0 0 3px rgb(113 188 13 / .25)!important;
}*/

html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
	background-color: #00549a !important;
	color: white !important;
}

html .btn-secondary:not([disabled]):not(.disabled).active,
html.sticky-header-active
	.btn-sticky-secondary:not([disabled]):not(.disabled).active,
html .btn-secondary:not([disabled]):not(.disabled):active,
html.sticky-header-active
	.btn-sticky-secondary:not([disabled]):not(.disabled):active,
html .btn-outline.btn-secondary,
html.sticky-header-active .btn-outline.btn-sticky-secondary {
	border-color: #22985b;
	color: #fff;
	background-color: #22985b !important;
}

html .btn-outline.btn-secondary:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:hover,
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
	background-color: #1b7e95 !important;
}

html .btn-outline.btn-secondary:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:hover,
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
	background-color: transparent !important;
	color: #22985b;
	border-color: #22985b;
}

.stepwizard-step {
	background: #001f3e;
	width: 33.33%;
}

.btn:not(:disabled):not(.disabled) {
	border-radius: 6px;
}

.btn-circle {
	border: 2px solid #22985b;
	color: #22985b;
}

#step-finish
	.btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100:focus {
	color: #42d890;
}

header.header-effect-shrink {
	background-color: #00549a;
	position: fixed;
	z-index: 1000;
	width: 100%;
	text-align: center;
}

.bg-dark-5 {
	background-color: #00549a !important;
}

select.form-control:not([size]):not([multiple]) {
	min-width: 46px !important;
}

.modal-header .close {
	outline: none !important;
}

.lnr {
	line-height: initial !important;
}

fieldset .form-control:focus {
	background-color: white !important;
	border: 1px solid #80bdff;
	color: black !important;
	box-shadow: none !important;
}

.flex-group {
	display: flex;
	align-items: center;
}

fieldset.riders {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

.setup-content-box {
	margin-top: 5px;
}

.setup-content-box fieldset legend {
	margin-bottom: 0px;
	color: #00549a !important;
}

.plan-block fieldset legend {
	color: #00549a;
}

.plan-block fieldset .field-into-field legend {
	color: #f1662d;
}

fieldset.riders legend {
	color: #15373f !important;
}

.form-group.flex-group div:nth-child(2) select {
	border-left: 0px !important;
	border-right: 0px !important;
}

.form-group.flex-group div:nth-child(3) select {
	padding-right: 0px !important;
}

.form-control[readonly],
.form-control[readonly]:focus,
.form-control[readonly]:active,
.form-control[readonly]:hover {
	background-color: #ddd !important;
	border-color: #ced4da !important;
	color: #707070 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
	opacity: 0.8;
}

.setup-content-box legend {
	color: #15373f;
}

fieldset.riders {
	min-height: initial !important;
}

fieldset.riders .form-group {
	width: auto;
	padding: 8px;
	background: rgb(0 84 154);
	border-radius: 3px;
	margin-right: 10px;
	color: white;
	line-height: 1.2;
	flex-grow: 2;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	max-width: 441px;
	border: 1px solid #00549a;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

fieldset.riders .form-group input {
	margin-right: 5px !important;
}

fieldset.riders .form-group:last-child label {
	width: 200px;
	margin-top: -5px;
}

fieldset.riders .form-group:last-child select {
	width: 116px !important;
	height: 25px !important;
	padding: 0px 5px;
}

.modal-body .form-group {
	display: flex;
	align-items: center;
}

.modal-body .form-group input {
	color: #495057;
	background-color: #fff !important;
	border: 1px solid #ced4da;
	box-shadow: initial;
}

.modal-body .form-group input:focus {
	border: 1px solid #80bdff !important;
}

.modal-header.login-color {
	background-color: #00549a !important;
}

@media (min-width: 576px) {
	.modal-sm {
		max-width: 350px !important;
	}
}

.card.bg-primary-2.border-0.h-100.py-5,
.card.bg-primary-2.border-0.h-100.py-5 .card-body {
	border-radius: 0px !important;
	background-color: #093b6e !important;
}

.h40 {
	height: 40px !important;
}

.label-center {
	display: flex;
	align-items: center;
}

#header ~ #header {
	display: none !important;
}

.form-group.riders label {
	width: 100% !important;
	color: white;
	cursor: pointer;
}

.form-group.riders label {
	width: 100% !important;
}

.form-group.riders:not(.form-control-sm):not(.form-control-lg) select {
	width: 155px !important;
	height: 30px !important;
	padding: 0px !important;
	min-height: 30px !important;
	margin-left: -25px;
}

#step-finish
	.btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100 {
	max-width: 350px;
}

a.btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100.mt-5.pull-right {
	float: right;
}

#header .header-nav-main.header-nav-main-light nav > ul > li > a {
	color: #859bc1;
	transition: color 0.2s ease-in-out;
}

#header .header-nav-main.header-nav-main-light nav > ul > li > a:hover,
html #header .header-nav-main nav > ul > li > a.active {
	color: #fff;
}

li.header-btns {
	display: inline-block;
	align-self: center;
	margin-left: 14px;
	position: static;
	align-items: center;
	justify-content: center;
}

li.header-btns a.header-btn.btn-ump:hover,
li.header-btns a.header-btn.btn-ump {
	margin-right: 12px !important;
	display: inline-flex !important;
	background-color: #fff !important;
	border-radius: 6px !important;
	flex-direction: row !important;
	vertical-align: middle !important;
	line-height: 1.2em !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
	text-align: left !important;
	width: auto !important;
	height: 43.85px !important;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	margin: 0 4px !important;
	padding: 0 0.8em !important;
	text-decoration: none !important;
	color: #88a6ca !important;
	font-size: 14px;
}

li.header-btns a.header-btn.btn-login:hover,
li.header-btns a.header-btn.btn-login {
	margin-right: 12px !important;
	display: inline-flex !important;
	background-color: #42d890 !important;
	border-radius: 6px !important;
	flex-direction: row !important;
	vertical-align: middle !important;
	line-height: 1.2em !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
	text-align: left !important;
	width: auto !important;
	height: 43.85px !important;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	margin: 0 4px !important;
	padding: 0 0.8em !important;
	text-decoration: none !important;
	color: #88a6ca !important;
	font-size: 14px;
}

.header-btn.btn-ump .sprite:hover,
.header-btn.btn-ump .sprite {
	margin-right: 0.5em;
	transform: none;
	display: inline-block;
	align-self: center;
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -365px -500px;
	width: 31px;
	height: 35px;
	vertical-align: middle;
	color: #88a6ca;
}

.header-btn.btn-login .text,
.header-btn.btn-ump .text {
	color: #004986;
	align-self: center;
}

.icon-login:hover,
.icon-login {
	margin-right: 0.5em;
	transform: none;
	display: inline-block;
	align-self: center;
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -469px -414px;
	width: 21px;
	height: 30px;
	vertical-align: middle;
	color: #88a6ca;
}

.header-body.bg-dark-5 {
	padding: 10px 0px;
}

#header .header-container:after {
	border-bottom: 0px;
}

#footer .sitemap a:active,
#footer .sitemap a:focus,
#footer .sitemap a:hover {
	color: #00549a;
	text-decoration: none;
}

#footer .line-right {
	text-align: left;
	flex-basis: 40%;
	border-right: 1px solid #00549a;
}

#footer .sitemap h3 a,
#footer .sitemap h3 {
	color: #00549a;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 14px 0;
}

#footer {
	background: #fff;
}

#footer .sitemap p {
	line-height: 14px;
	font-size: 12px;
	margin: 0 0 10px;
	color: #00549a;
}

.icon-ubicanos {
	display: inline-block;
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -607px -469px;
	width: 17px;
	height: 22px;
	margin-right: 6px;
	vertical-align: middle;
}

.social-btns {
	margin: 46px 0;
	padding: 0;
	text-align: center;
}

.social-btns li {
	margin: 0 6px;
	display: inline-block;
}

hr {
	border-color: #004e90;
}

.icon-twitter-logo {
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -293px -500px;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}

.icon-instagram-logo {
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -257px -500px;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}

.icon-youtube-logo {
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -329px -500px;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}

.icon-facebook-logo {
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -607px -433px;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}

#footer .footer-copyright {
	background: #fff;
}

.footer-copyright .legal a:hover {
	color: #00549a !important;
	text-decoration: underline;
}

.footer-copyright .legal a {
	color: #00549a !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-copyright .legal {
	text-align: center;
	font-size: 0.8em;
	margin: 70px 0 0 0;
	color: #00549a;
}

.section-policy {
	background-color: #00549a;
}

.home-policy-title {
	color: #fff;
	margin-left: 30px;
	flex-basis: 100%;
	margin: 0 0 0.4em 0;
	font-size: 34px;
	font-weight: 400;
}

.card-policy {
	background-color: #fff;
	text-align: center;
	display: inline-block;
	flex-direction: row;
	width: 262px;
	height: 220px;
	font-size: 1.8em;
	color: #004986;
	padding: 36px 0;
	position: relative;
	box-shadow: 0 20px 24px -14px rgb(42 61 95 / 50%);
	box-sizing: content-box;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	border-radius: 25px;
}

.card-policy .text {
	position: absolute;
	width: 100%;
	bottom: 1.4em;
	left: 0;
	line-height: 28px;
	display: block;
	text-align: left;
	padding: 0 20px;
	font-size: 25px;
	color: #004986;
}

.card-policy .text .ver-precios {
	text-align: left;
	font-size: 19px;
	line-height: 28px;
	display: block;
	color: #5fc9dd;
}

.section-search {
	background-color: #e1e8f2;
}

.center-policy {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.section.background-primary.mr-section h1.card-seccion-h1 {
	width: 100%;
	max-width: 100% !important;
	color: #fff !important;
}

.footer .legal,
.footer .content .contacto h4,
.footer .content div p,
.footer .content div h3 {
	color: #00549a;
}

.card-btn {
	margin: 28px 0px !important;
}

.section-search .mr-card {
	max-width: 360px;
	height: auto;
	position: relative;
	padding: 10px 15px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-direction: column;
	margin: 0px;
	border-radius: 22px;
	width: 100%;
	background-color: #f5f5f5;
	background-image: linear-gradient(#fafafa, #fff);
	box-shadow: 0 26px 24px -14px rgb(42 61 95 / 40%),
		0 0 10px rgb(45 53 66 / 1%);
	border-top: 1px solid #fff;
	color: #015497;
	transition: all 0.4s ease;
	text-decoration: none;
}

.section-search h2.home-search-title {
	font-weight: 400;
	color: #015192;
	margin: 0.6em 0 0.6em 0;
	font-size: 35px;
	line-height: 39px;
}

.section-search .mr-card .card-text {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 14px;
}

.section-search .mr-card .card-text p {
	color: #015192;
	font-size: 25px;
	line-height: 30px;
}

.section-policy .card-btn:hover {
	color: #004986;
}

.header nav > ul > li > a.active {
	color: #fff !important;
}

.slider-cont-text {
	text-align: left !important;
	margin-top: 20px !important;
}

.slider-container,
.slider-container {
	background: #0000 !important;
}

.text-color-light {
	color: #f1662d !important;
}

.slider-contact-form-wrapper .slider-contact-form form label {
	color: #fff !important;
	font-weight: bold;
	/*font-weight: 400;*/
}

.slider-contact-form-wrapper .slider-contact-form {
	background: #364c6fa3;
	background: #001f3e;
	/*background: #ffffff3d;*/
	box-shadow: 0 26px 24px -14px rgb(126 140 163), 0 0 10px rgb(126 140 163);
	border-top: 1px solid #7e8ca3;
	border-radius: 15px;
}

button.btn.btn-primary.btn-rounded.btn-4.font-weight-semibold.text-0.d-block.w-100 {
	align-self: flex-start;
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 14px !important;
	border-radius: 8px;
	border: 2px solid;
	border-color: #22985b;
	color: #fff;
	background-color: #22985b;
	box-shadow: 0 0 0 0px rgb(113 188 13 / 0.25) !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	background-color: #42d890 !important;
	color: #004986 !important;
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color: #42d890;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	border-radius: 6px !important;
	vertical-align: middle !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
}

.item-block .card.bg-primary-2.border-0 h3 {
	color: white !important;
}

.slider-container .rev_slider {
	width: 50% !important;
	background: #fff;
}

.slider-container.slider-container-full-height.rev_slider_wrapper {
	background: #fff;
}

.slotholder::after {
	background-color: #0000;
}

.modal-dialog .modal-content,
div#download-modal .modal-content,
.login-modal .modal-content {
	padding: 0px;
	border-radius: 13px;
}

.login-modal form#external-login-adminseg-2 label.col-form-label {
	font-size: 12px;
	font-weight: 600;
	color: #00549a;
}

button.btn.btn-primary.btn-rounded.font-weight-semibold.w-100:focus {
	background-color: #22985b;
}

div#download-modal a.btn.btn-primary.btn-5.btn-rounded,
button#userbundle_user_submit:hover {
	background-color: #42d890 !important;
	color: #004986 !important;
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color: #42d890;
	/*box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%)!important;*/
	border-radius: 6px !important;
	vertical-align: middle !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
}

div#download-modal a.btn.btn-primary.btn-5.btn-rounded,
button#userbundle_user_submit {
	box-shadow: 0 0 0 0px rgb(113 188 13 / 0.25) !important;
	font-size: 14px !important;
}

div#download-modal .modal-body.fix-height {
	overflow-y: auto;
	overflow-x: hidden;
}

div#download-modal .modal-dialog-centered,
#login .modal-dialog {
	overflow: hidden;
}

.modal-header,
div#download-modal .modal-content .modal-header {
	background-color: #00549a !important;
}

.modal-header,
div#download-modal .modal-content .modal-header,
.login-modal .modal-header.login-color {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

button.btn.btn-primary.btn-rounded.font-weight-semibold.d-block.w-100 {
	box-shadow: 0 0 0 0px !important;
}

button.btn.btn-primary.btn-rounded.font-weight-semibold.w-100:hover {
	background-color: #22985b;
}

.section-white-heand {
	height: 100px;
	width: 100%;
}

.page-header .breadcrumb li a,
.page-header .breadcrumb li,
.page-header h1 {
	color: #00549a;
}

.section-title-p {
	font-weight: 600;
	color: #00549a;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	border-color: #fff;
}

div#quotation p.text-color-light.opacity-7.mb-4 {
	color: white !important;
}

.modal-dialog .modal-content {
	padding: 0px;
}

.card .card-body .icon-box-info p,
.icon-box.mt-2 .icon-box-info-title.text-center h3,
.aclaration a,
.total-block label {
	color: #00549a !important;
}

.fix-height {
	overflow-x: hidden;
}

/*.stepwizard-step p{
    font-weight: 600;
}*/

html .btn-outline.btn-primary.button-color-next:hover,
.button-color-next {
	background-color: #42d890 !important;
	border-radius: 6px !important;
	transition: all 0.3s ease-in-out !important;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	font-size: 14px;
	color: #004986 !important;
	border-color: #42d890 !important;
}

html .bg-primary-2:not(.no-skin) {
	background-color: #0000 !important;
}

div#step-three .setup-content-box button.btn.btn-primary.btn-4 {
	border: 2px solid;
}

.btn-danger {
	font-weight: 700;
}

select#website_quotation_credit_card_expiration_month {
	margin-bottom: 10px;
}

.header .nav-menu #mainMenu li.header-btns a.header-btn:hover {
	margin-top: -10px !important;
	box-shadow: 0 16px 24px -16px rgb(0 0 0 / 29%) !important;
}

#mainMenu li a:not(.header-btn) {
	font-size: 14px;
	line-height: 20px;
}

.tp-bullets.bullets-style-1 .tp-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0px;
}

.slider-contact-form-wrapper .form-control:focus {
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%), 0 0 0px rgb(0 0 0 / 0%);
}

.slider-contact-form-wrapper .form-control:hover {
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
		0 0 8px rgb(0 156 163 / 80%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 156 163 / 80%);
}

.slider-contact-form-wrapper .form-control {
	font-size: 14px !important;
}

.card-btn .text {
	line-height: 28px;
	font-size: 25px;
}

.card-btn.otras .text .ver-precios {
	font-size: 19px;
	line-height: 28px;
}

div#quotation .item-block button.btn-select {
	background-color: #42d890 !important;
	color: #004986 !important;
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color: #42d890;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	border-radius: 6px !important;
	vertical-align: middle !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
}

.btn-icon-effect-1 .wrap span {
	width: 80px;
}

.info-box .card {
	border: 1px solid #00549a !important;
	border-radius: 6px;
	background: #0000;
}

.btn-icon-effect-1 .wrap i,
.btn-icon-effect-1 .wrap strong {
	font-size: 1.4rem;
}

div#revolutionSlider_forcefullwidth {
	height: 850px !important;
}

div#revolutionSlider,
.slider-container.slider-container-full-height.rev_slider_wrapper {
	height: 100% !important;
	max-height: 100% !important;
}

.slider-img-cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

form#external-login-adminseg-2 button#userbundle_user_submit {
	margin: 0px;
}

.btn,
legend,
.modal-body label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

div#revolutionSlider_forcefullwidth .tp-fullwidth-forcer {
	height: 100% !important;
}

div#download-modal
	.benefits
	a.btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100.mt-5 {
	width: 45% !important;
}

.setup-content label {
	color: black;
}

.modal-dialog.modal-dialog-centered .modal-footer .btn {
	font-size: 12px;
}

.stepwizard-step a.btn.btn-default.btn-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.stepwizard-step .btn-circle {
	border-color: #fff !important;
	color: #22985b !important;
	background-color: #fff !important;
	box-shadow: 0 5px 20px 5px rgb(0 0 0 / 20%) !important;
}

.setup-panel a.btn.btn-circle span.sprite.icon-ump-1 {
	margin-right: 0px;
	align-items: center;
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -365px -500px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	color: #88a6ca;
	justify-content: center;
}

.setup-panel a.btn.btn-circle span.sprite.icon-login {
	margin-right: 0px;
	background-image: url("../../app-website/img/botones-sprites.png");
	background-position: -469px -414px;
	width: 21px;
	height: 30px;
	color: #88a6ca;
	justify-content: center;
}

.setup-panel a.btn.btn-circle span.sprite.icon-credit-card {
	margin-right: 0px;
	background-image: url("../../app-website/img/credit-card.svg");
	width: 35px;
	height: 35px;
	color: #88a6ca;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.setup-panel a.btn.btn-circle span.sprite.icon-tag {
	margin-right: 0px;
	background-image: url("../../app-website/img/tag.svg");
	width: 35px;
	height: 35px;
	color: #88a6ca;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

a.prevBtn.fl-left.btn.btn-outline.btn-back.btn-rounded.btn-4.btn-icon-effect-2.font-weight-semibold.mb-2 {
	font-size: 14px;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
}

div .btn-block button.quotButton:hover,
div .btn-block button.quotButton,
div .btn-block a.quotButton:hover,
div .btn-block a.quotButton,
div#step-three button.btn.btn-primary.btn-4:hover,
div#step-three button.btn.btn-primary.btn-4 {
	background-color: #42d890 !important;
	border-radius: 6px !important;
	transition: all 0.3s ease-in-out !important;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	color: #004986 !important;
	border-color: #42d890 !important;
	font-size: 14px;
}

div#step-finish
	fieldset.fieldset-calendar.h-fixed
	.buy-payment-center
	.btn:hover,
div#step-finish fieldset.fieldset-calendar.h-fixed .buy-payment-center .btn {
	background-color: #42d890 !important;
	color: #004986 !important;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	font-size: 14px;
	border-color: #42d890 !important;
}

div#step-finish .btn-block a.fl-right.nextBtn.btn.btn-outline.btn-rounded:hover,
div#step-finish .btn-block a.fl-right.nextBtn.btn.btn-outline.btn-rounded {
	background: #28549a;
	font-size: 14px;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	border-color: #28549a;
}

div#download-modal .benefits label {
	margin-bottom: 0px;
}

.separator-hr hr {
	border-color: #e6e6e6;
}

div#step-four input#website_quotation_credit_card_code {
	-webkit-text-security: disc;
}

.slider-contact-form-wrapper .slider-contact-form {
	box-shadow: 0 42px 43px -1px rgb(126 140 163), 3px 0 10px rgb(126 140 163);
}

.section-title-p.title-agent {
	text-align: left;
	margin: 50px 0px 25px;
}

li.header-btns a.header-btn.btn-ump.btn-quote {
	background-color: #42d890 !important;
	color: #004986 !important;
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color: #42d890;
	box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%) !important;
	border-radius: 6px !important;
	vertical-align: middle !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
}

a.btn-a-orange,
a.btn-a-green,
a.btn-a-skyblue {
	align-self: flex-start;
	color: #fff !important;
	font-size: 1.2em !important;
	padding: 0.75em 1.5em;
	border-radius: 8px;
	width: 100%;
	max-width: 150px;
	min-width: 150px;
	text-align: center;
}

a.btn-a-green {
	background-color: #42d890;
}

a.btn-a-orange {
	background-color: #f1662d;
}

a.btn-a-skyblue {
	background-color: #84cdee;
}

.slider-contact-form-wrapper {
	left: 49%;
}

@media only screen and (min-width: 530px) {
	.modal-dialog .modal-content .close {
		top: -15px;
		right: 15px;
	}
}

@media (max-width: 560px) {
	.buy-payment-center {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-height: 800px) {
	.slider-contact-form-wrapper .slider-contact-form {
		width: 416px !important;
	}
}

@media (max-width: 1367px) {
	.tp-fullwidth-forcer {
		height: 695px;
	}

	.section-slider-download .slider-contact-form.appear-animation.animated {
		margin: auto 0px;
	}

	.header .logo {
		width: 63%;
	}
}

@media (max-width: 1280px) {
	.form-control:not(.form-control-sm):not(.form-control-lg) {
		height: 30px !important;
	}

	.header .logo {
		width: 69%;
	}

	a.btn-a-green,
	a.btn-a-orange,
	a.btn-a-skyblue {
		padding: 0.75em 10px;
	}
}

@media (max-width: 1125px) {
	#mainMenu li.header-btns {
		top: 30px;
	}
}

@media (max-width: 1024px) {
	.form-control:not(.form-control-sm):not(.form-control-lg) {
		height: 25px !important;
	}

	#mainMenu li.header-btns {
		top: 32px;
	}

	li.header-btns a.header-btn.btn-login:hover,
	li.header-btns a.header-btn.btn-login,
	li.header-btns a.header-btn.btn-ump:hover,
	li.header-btns a.header-btn.btn-ump {
		margin: 0 0px !important;
	}

	#mainMenu li {
		padding: 0 2px;
	}

	a.btn-a-green,
	a.btn-a-orange,
	a.btn-a-skyblue {
		font-size: 14px !important;
	}

	.header .logo {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.section-search a.mr-card {
		max-width: 360px;
		height: auto;
		margin: 10px 0;
		position: relative;
		padding: 20px;
		text-align: center;
		display: flex;
		flex-direction: row;
	}

	.section-search .card-icon {
		width: 100%;
		max-width: 130px;
	}

	.section-search .mr-card .card-text p {
		font-size: 20px;
		line-height: 24px;
	}

	.section-search .mr-card .card-text {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section-policy .home-policy-title,
	.section-search h2.home-search-title {
		text-align: center;
	}

	.section-policy .home-policy-title br,
	.section-search h2.home-search-title br {
		display: none;
	}

	.asesores-menu li a,
	.main-menu li a,
	.proveedores-menu li a {
		display: inline-block !important;
		text-decoration: none !important;
		color: #88a6ca !important;
	}

	li.header-btns a.header-btn.btn-login:hover,
	li.header-btns a.header-btn.btn-login,
	li.header-btns a.header-btn.btn-ump:hover,
	li.header-btns a.header-btn.btn-ump {
		font-size: 14px;
		background-color: #88a6ca !important;
		border-radius: 1.3em !important;
		padding: 0.5em 1.3em !important;
		text-align: center !important;
		width: 140px !important;
		margin: 26px 0 0 0 !important;
		display: inline-block !important;
		box-shadow: 0 16px 18px -6px rgb(178 202 224 / 74%) !important;
		transition: all 0.3s ease-in-out !important;
		position: relative !important;
		color: #004986 !important;
		height: 33px !important;
	}

	.header-btn.btn-ump .sprite:hover,
	.header-btn.btn-ump .sprite {
		display: none;
	}

	.header-btn.btn-login .text,
	.header-btn.btn-ump .text {
		color: #fff;
	}

	.slider-container .rev_slider {
		width: 100% !important;
	}

	/*   .header nav > ul > li > a.active{
        color: #00549a!important;
    }*/
	#mainMenu {
		width: 240px;
	}

	.slider-contact-form-wrapper {
		justify-content: center;
	}

	.col-width-100 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.col-width-100 .pan-r {
		padding-right: 15px !important;
	}

	.col-width-100 .pan-l {
		padding-left: 15px !important;
	}

	.card-btn.otras {
		display: flex;
		align-items: center;
	}

	.main-menu li a.btn-a-green,
	.main-menu li a.btn-a-orange,
	.main-menu li a.btn-a-skyblue {
		color: #fff !important;
	}

	.header .logo {
		width: 60%;
	}

	.nav-menu #menuCheckbox:checked ~ #mainMenu {
		text-align: center;
	}
}

@media (max-width: 953px) {
	.section-white-heand {
		height: 45px;
		width: 100%;
	}

	.header .nav-menu #mainMenu li.header-btns a.header-btn:hover {
		margin-top: 25px !important;
	}

	.header nav > ul > li > a.active {
		color: #00549a !important;
	}

	.header .logo {
		width: 100%;
	}

	.header .logo a {
		float: none;
	}
}

@media (min-width: 953px) {
	.main-menu {
		display: flex !important;
		flex-direction: row-reverse !important;
	}
}

@media (max-width: 767px) {
	#quotation {
		padding-top: 85px;
	}

	.slider-contact-form-wrapper {
		top: 0% !important;
	}
}

@media (max-width: 560px) {
	.slider-contact-form-wrapper .slider-contact-form {
		width: 385px !important;
		padding: 1rem 3rem;
	}

	.slider-contact-form-wrapper h2 {
		font-size: 25px !important;
	}

	div#revolutionSlider_forcefullwidth {
		height: 860px !important;
		padding: 15px 35px !important;
	}

	.slider-contact-form-wrapper {
		top: -3%;
	}

	.stepwizard-step {
		padding: 0px 12px;
	}

	.modal-dialog .modal-content .close {
		right: 16px;
	}

	form#external-login-adminseg-2 .modal-body .form-group {
		flex-wrap: initial;
	}

	form#external-login-adminseg-2 button#userbundle_user_submit {
		padding: 5px 5px !important;
		margin: 0px;
	}

	div#download-modal
		.benefits
		a.btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100.mt-5 {
		width: 100% !important;
	}

	div#download-modal .modal-body.fix-height {
		overflow: auto;
	}

	.card-btn.otras .text {
		margin-top: 0px;
	}
}

@media (max-width: 495px) {
	.section-policy .home-policy-title,
	.section-search h2.home-search-title {
		text-align: center;
		font-size: 26px !important;
	}
}

.slider-img-center {
	background-position: center center !important;
}

.top41 {
	top: 41% !important;
}

.nextBtn.btn-info {
	border-color: #00549a !important;
	background-color: #00549a !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.color-white {
	color: white !important;
}

.text-dark {
	color: #333 !important;
	margin-top: -5px;
	font-weight: bold;
}

.text-light {
	color: white !important;
	margin-top: -5px;
	font-weight: bold;
}

.mt-7 {
	margin-top: -7px;
}

fieldset.riders .form-group div.col-md-7 p {
	margin-top: -13px;
}

.panel-link-btn a {
	cursor: pointer;
}

button.btn.btn-primary.btn-rounded.btn-4.font-weight-semibold.text-0.d-block.w-100:disabled {
    border-color: unset!important;
    background-color: #82bb9c!important;
    color: #004986!important;
}

li.list-group-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.gateway-iframe {
	width: 100%;
	height: 700px;
	margin-top: 10px;
	border: 0px;
	padding: 10px;
	visibility: visible;
	margin: 0px;
}

.gateway-iframe-content {
	visibility: hidden;
	overflow: hidden;
	align-items: center;
	max-width: unset !important;
	width: 600px;
}

.gateway-iframe-dialog {
	overflow: hidden;
	width: 600px !important;
	max-width: 600px;
}

.form-group.riders:not(.form-control-sm):not(.form-control-lg)
	select
	option:first-child {
	display: none;
}

/**
 * COLOR WHEN HAS-ERROR EXIST
 */
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: initial;
}

.selectize-input.items.required.has-options.disabled.locked.invalid.not-full.has-error,
.selectize-input.items.required.has-options.invalid.not-full.has-error,
.has-error .selectize-input.items.required.invalid.has-option.not-full,
.has-error .input-group .form-control,
.has-error .selectize-control .selectize-input,
.form-group.has-error input,
.form-group.has-error select,
.form-group.flex-group .has-error select {
	border: 1px solid red !important;
}

.has-error .input-group-addon {
	color: rgb(184, 29, 29);
	border-color: red;
	background-color: rgba(255, 0, 0, 0.3);
}

label.error,
.form-modal [class*="col-"] label.error {
	background-color: transparent !important;
	color: #ff6464 !important;
	display: none !important;
}

.form-control.error,
.form-modal [class*="col-"] .form-control.error {
	border: 1px solid red !important;
}