/*@import url("https://rsms.me/inter/inter.css");*/
@import url('//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900');
:root {
	--font-family-raleway: "Raleway", sans-serif;
}
body {
	font-size: .9rem;
	/*font-family: "Inter", sans-serif;*/
	font-family: var(--font-family-raleway);
}
.bg-blue-lighten {
  background-color: #00609F !important;
}
.bg-ligthen2 {
  background-color: #f4f5f9 !important;
}
.bg-darken2 {
  background-color: #212529 !important;
}
.social-networks-links {
  display: none;
}
.mobile-header {
	display: none;
}
.mobile-header-iconos {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0rem -3rem;
	display: flex;
	align-items: center;
}
.fa-xl {
	font-size: 1.7em;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 102;
	will-change: opacity;
	opacity: 1;
	display: none;
}
.header-mobile {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.footer-copyright, .footer-technical-support {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  margin: 0.3em 0em;
  line-height: normal;
}
.footer-copyright {
  color: #9a9da2 !important;
}
.bg-blue-lighten2 {
	background-color: #35b5eb;
}
.btn-blue-lighten2 {
  background: #35b5eb;
}
.btn-blue-lighten2:hover {
  background: #00AAF1;
}
.btn-blue-lighten2.active {
  background: #0072ba;
}
.dropdown-item.active, .dropdown-item:active {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #0072ba;
}
.btn-primary {
	background-color: #00609F;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0072ba;
	border-color: transparent;
}
.form-control[readonly] {
  cursor: not-allowed;
}
.btn-blue-lighten {
  background-color: #00609F !important;
}
.btn-blue-lighten:hover {
  background-color: #0072ba !important;
}
.btn-blue-lighten.active {
  background-color: #0072ba !important;
}
/*.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}*/
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0072ba !important;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}
.table th, .table td {
	vertical-align: middle;
	color: #495057;
	font-size: .8rem;
	/*padding: .75rem .5rem;*/
}
.table th {
	border-top: 2px solid #dee2e6;
}
.table td {
	border-bottom: 2px solid #dee2e6;
}
.text-blue-lighten {
	color: #0072ba !important; 
}
.dropdown-no-caret-down .dropdown-toggle::after {
	display: none;
}
.border-blue-lighten {
	border-color: #00609F !important;
}
.dropdown-menu .dropdown-item {
  color: #00609F;
  /*font-size: 14px;*/
  /*font-size: .9rem;*/
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0072ba;
	border-color: #0072ba;
}
a.no-highlight:hover, a.no-highlight:focus {
  color: #FFF;
  text-decoration: none;
  outline: none;
}
.form-control {
	font-size: .875rem;
	font-family: "Inter", sans-serif;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #00609F;
}
/*.badge {
	font-size: .75rem;
}*/
@media only screen and (max-width: 991px) {
	.mobile-header {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* MENÚ PRINCIPAL */
	.main-navQ_list > li.active > a::before {
		background-color: #00A2E5;
	}
	/* /.MENÚ PRINCIPAL */
}
@media (min-width: 992px) {
  .social-networks-links {
    display: flex;
  }
  /* MENÚ PRINCIPAL */
	.main-navQ_list > li.active > a {
		color: #fff;
		text-decoration: none;
		background-color: #00A2E5;
	}
	/* /.MENÚ PRINCIPAL */
}
@media (max-width: 991px) {
	/* Carousel */
	.carousel .carousel-inner .carousel-item img, .main-banner img {
		/*height: 250px;*/
		height: 100%;
	}
	.custom-card .card-img-top {
		height: 300px;
		width: auto;
		margin: auto;
		display: block;
	}
	.btn-pay-now {
		display: none;
	}
	.navbar-nav {
		font-size: .8rem;
	}
	/*.custom-btn-sizes {
		width: 30px;
		height: 30px;
	}*/
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 10px;
		height: 10px;
	}
	.card-img-top.card-img-top-sm {
		height: 280px;
		width: auto;
		margin: auto;
		display: block;
	}
	.carousel.products-carousel .carousel-inner {
		height: 300px;
	}
	.carousel.products-carousel .carousel-item img {
		/*height: 300px;*/
		height: 100%;
		width: 300px;
	}
}
/*@media (max-width: 576px) {
	.filters-divider.filters-divider-xs {
		width: 6%;
	}
}*/
@media (min-width: 992px) {
	/* Carousel */
	.carousel .carousel-inner .carousel-item img, .main-banner img {
		/*height: 400px;*/
		height: 100%;
	}
	.custom-card .card-img-top {
		height: 280px;
	}
	.btn-pay-now {
		display: block;
		position: absolute;
		z-index: 3;
		bottom: 15%;
		left: 2.25rem;
	}
	.card-img-top.card-img-top-sm {
		height: 250px;
	}
	.carousel.products-carousel .carousel-inner {
		height: 380px;
	}
	.carousel.products-carousel .carousel-item img {
		/*height: 380px;*/
		height: 100%;
		width: auto;
	}
}
.content {
	background: url("../images/propuesta/banner2.png") no-repeat;
	background-size: 100% 100%;
	min-height: 380px;
}
.custom-card {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0px;
	font-family: var(--font-family-raleway);
}
/*.custom-card .card-img-top {
	border: 4px solid #ffffff;
	border-radius: 0px;
	background: rgba(33, 37, 41, 0.6);
}*/
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}
.bg-darken {
	background-color: #16171a !important;
}
.bg-lighten {
	background-color: #f2f2f2 !important;
}
.bg-darken3 {
	background-color: #212121 !important;
}
.poster-overlay-aligned-left {
	margin-top: -60px;
	margin-left: 5.5%;
}
.poster-overlay-aligned-right {
	margin-top: -60px;
	margin-left: 15.5%;
}
.cursor-pointer {
	cursor: pointer;
}
.text-black {
	/*color: #212529 !important;*/
	color: #1f2d3d !important;
}
.banner {
	height: auto;
}
.custom-sidebar label {
	color: rgba(0,0,0,.85) !important;
	cursor: pointer;
	font-size: .85rem;
}
.custom-sidebar label:focus, .custom-sidebar label:hover {
	color: #0072ba !important;
	text-decoration: none;
	background-color: transparent;
}
.custom-sidebar label.active, .custom-sidebar label:active {
	color: #00609F !important;
	text-decoration: none;
	background-color: transparent;
	font-weight: 700;
}
.custom-sidebar .price-range {
	font-size: .875rem;
}
.header-logo {
	top: -260% !important;
}
.custom-btn-sizes {
	border-color: rgba(0,0,0,0.2) !important;
	color: #212529;
	background-color: #ffffff;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-btn-sizes:not(:disabled):not(.disabled):active, .custom-btn-sizes:not(:disabled):not(.disabled).active, .show > .custom-btn-sizes.dropdown-toggle {
	color: #fff;
	background-color: #00609F !important;
}
.custom-btn-sizes:hover {
	color: #fff;
	background-color: #0072ba !important;
}
.custom-btn-sizes:not(:disabled):not(.disabled):active:focus, .custom-btn-sizes:not(:disabled):not(.disabled).active:focus, .show > .custom-btn-sizes.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5);
}
.filters-divider {
	border-width: 2px; 
	border-color: rgba(0,0,0,0.2) !important;
}
.filters-divider-xs {
	width: 28px;
}
.main-logo {
	position: absolute;
	z-index: 3;
	top: -78%;
}
.main-logo img {
	width: 110px;
	height: 170px;
}
.card-img-wrap {
	border: 4px solid #ffffff !important;
	background: rgba(33, 33, 33, 0.7);
}
/* ONLY in development */
/*.site-content {
	background-color: #bbb;
}*/
/* SWEETALERT2 */
.swal2-close:focus {
	outline: none !important;
}