:root {
  --bg-color-1: #028EFD; /* color azul */
  --bg-color-2: #070707; /* color arena */
  --bg-color-3: rgb(255,183,27); /* color azul oscuro */
}

#cargador{
	position: fixed;
	background: white;
	height: 100vh!important;
	width: 100%!important;
	z-index: 200;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 9999;
}


section .view {
  height: 100%;
}




.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: var(--bg-color-2);
}

.slider-form .select2-selection {
	background: var(--bg-color-1)!important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #a7a7a7;
}

.text-arena {
	color: var(--bg-color-2);
}

.property-single-title h1 {
	color: var(--bg-color-2);
}

.property-single-title-gallery {
	background: #eceff1 none repeat scroll 0 0;
}


.card-list .card-body .card-title{
	/* color: var(--bg-color-2); */
}


.bg-azul-oscuro{
	background-color: var(--bg-color-3)!important;
}

.form-control {
	/* color: var(--bg-color-2);
	background-color: var(--bg-color-1); */
}


.preloader-wrapper .spinner-red, .preloader-wrapper .spinner-red-only {
	border-color: var(--bg-color-1);
}
.overlay 
{
	/* background: rgb(27, 70, 104); */
	height: 100%;
	width: 100%;
	position: absolute;
	top: inherit;
	bottom: inherit;

	background: #004080;
	background: linear-gradient(to bottom, rgb(0, 58, 117), rgba(24, 165, 221, 0.98));
	background: -webkit-linear-gradient(to bottom, rgb(0, 58, 117), rgba(24, 165, 221, 0.98));
}
.carousel-item::before{
	webkit-filter: grayscale(100%); 
	filter: grayscale(100%); 
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active {
	background-color: var(--bg-color-1);
}

.pagination .page-link {
    border-radius: 42px!important;
}


.pagination .page-item.active .page-link {
	background-color: var(--bg-color-2);
	border-color: var(--bg-color-2);
	color: #fff;
	z-index: 1;
}

.pagination .page-item.active .page-link:hover {
	background-color: var(--bg-color-2);
}
.pagination .page-item .page-link:hover{
	background-color: var(--bg-color-2);
	color: white;
}

.pagination .page-item .page-link {
	font-size: .9rem;
	color: #b0b0b0;
	background-color: var(--bg-color-1);
	border: 0;
	outline: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow: 0 5px 7px #00000038;
}

.contacto{
	background-image: url("../img/fondo.jpg");
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
}

.images-badge {
    background: var(--bg-color-1) none repeat scroll 0 0;
}
.bg-dark {
	background-color: #232323 !important;
}

h1 {
	font-weight: bold;
}

.banner-list h1 {
	color: #fff;
}

.bg-negro h1,h2{
	color: var(--bg-color-1);
}

.list-icon i {
    background: var(--bg-color-1) none repeat scroll 0 0;
    box-shadow: 0px 4px 3px #00000026;
}

.text-cafe{
	color: var(--bg-color-1);
}
.text-negro{
	color: var(--bg-color-2);
}
.bg-negro{
	background-color: var(--bg-color-2);
}
.bg-cafe{
	background-color: var(--bg-color-1);
}
.bg-primary {
	background-color: var(--bg-color-1)!important; 
}

.bg-negro li{
	color: #b6b6b6;
}

.footer {
	background-color: var(--bg-color-2);
	z-index: 99;
	position: relative;
}

.footer ul li a {
	opacity: 0.55;
	color:#fff;
}
.footer h6 {
	color: var(--bg-color-1);
}

.card {
	border: medium none;
	/* box-shadow: 0 5px 7px #00000038; */
	margin-bottom: 30px;
}
.banner-list h6 {
	font-size: 17px;
	font-weight: 600;
	color: white
}


.nav-item{
	display: flex;
	align-items: center;
	height: 50px;
}
.nav-item .active {
	color: #fff !important;
	font-weight: 700 !important;
	padding: .5rem 1rem !important;
	background: var(--bg-color-1) !important;
	margin: 0 10px !important;
	border-radius: 50px !important;
	min-width: 100px !important;
	text-align: center !important;
	box-shadow: 0 .125rem .25rem rgba(157, 136, 136, 0.33) !important;
}

.gradiante-slide{
	/*background: linear-gradient(to bottom, rgba(0, 155, 216, 0.9) 0%, rgba(255, 221, 0, 0.63) 100%);*/
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	opacity: 0.9;
}

.btn-primary {
	background: var(--bg-color-2) none repeat scroll 0 0!important;
	color: rgba(255, 255, 255, 0.82);
	border-color: var(--bg-color-1);
	transform: scale(1);
	transition: all 0.4s;
}

.btn-primary:hover, .btn-primary:focus {
	border: solid 3px var(--bg-color-2);
	color: rgb(255, 255, 255);
	background-color: var(--bg-color-1) !important;
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.16),0 7px 15px 0 rgba(0,0,0,0.12);
	transform: scale(1.1);
	transition: all 0.4s;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(192, 137, 82, 0.29);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #a1681d;
	border-color: #c08941;
}
.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 rgb(192, 137, 65);
}


.btn-outline-primary {
	background-color: transparent;
	background-image: none;
	border-color: var(--bg-color-1);
	color: var(--bg-color-1);
}

.btn-outline-primary:hover {
	background-color: var(--bg-color-1);
	border-color: var(--bg-color-1);
	color: #fff;
}

.navbar-top li {
    border-left: 1px solid rgb(1, 126, 224);
}

.navbar-top .list-inline {
	border-right: 1px solid rgb(1, 126, 224);
}

.text-primary {
	color: var(--bg-color-2) !important;
}


.icon-social a{
	margin-right: 10px;
}
.icon-social i{
	font-size: 18px;
}

.card-list .card-body .card-subtitle i {
	background: #c08941 none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 0 5px 7px #060100;
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 18px;
	margin: 0 4px 0 0;
	text-align: center;
	width: 20px;
}

.border-top {
	border-top: 1px solid #343434 !important;
}


.bread_crumb {
	background: url(../img/slider/5.jpg);
	/* background-size: 100% 100%; */
	/* background-size: cover; */
	background-position: bottom;
	 background-size: cover; 
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.bread_crumb .pag_titl_sec {
	/*background: linear-gradient(to bottom, rgba(0, 155, 216, 0.9) 0%, rgba(255, 221, 0, 0.63) 100%);*/
	background: linear-gradient(to bottom, rgba(0, 116, 189, 0.67) 0%, rgba(218, 112, 20, 0.56) 100%)
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
	color: rgb(192, 137, 65);
}


.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
	width: 30px;
	height: 30px;
}

.property-single-title-gallery {
	padding: 40px 0px 0px 0px;
	position: relative;
	box-shadow: none;
}

.card-list .card-body .card-subtitle i {
	background: var(--bg-color-2) none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	height: 25px;
	line-height: 23px;
	margin: 0 4px 0 0;
	text-align: center;
	width: 25px;
}

.form-control:focus {
	/* color: #fff; */
	/* background-color: #3c3c3c; */
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(192, 137, 65, 0.35);
}

.card-body h1, h2, h3, h4, h5, h6 {
	
	font-weight: bolder!important;
}

.property-single-title h6 {
	color: #727272;
}


.text-success {
	color: #c08941 !important;
}

.card-body label{
	color: #878787;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #93662b !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.idpropiedad {
	position: absolute;
	z-index: 9;
	padding: 10px;
	background: #1a1413c4;
	margin-top: 20px;
	color: white;
}


.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="phone"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #b1803f;
	-webkit-box-shadow: 0 1px 0 0 #b48241;
	box-shadow: 0 1px 0 0 #b17f3e;
	color: #b17f3e;
}

p {
	/* font-size: 13px; */
	line-height: 22px;
	/* color: #b6b6b6; */
}

.bg-negro .card-img {
	position: relative;
	max-height: 233px;
	overflow: hidden;
}

.card-img, .card-img-top {
	min-height: 233px;
}

.card-list .card-footer span i {
	color: #c08941;
	margin: 0 2px 0 0;
}

.section-title h2 {
    font-size: 27px;
    font-weight: bold !important;
}


.card-list .card-img {
	overflow: hidden;
	max-height: 200px;
}


/* EFECTO HOVER ZOOM IMG */
a > .card-img img{
	transition-delay: 0.3s
	transform-origin: 50 50;
	transform: scale(1);
	transition: 2s;
}
a:hover > .card-img img{
	transition-delay: 0.3s
	transform-origin: 50 50;
	transform: scale(1.2);
	transition: 2s;
}

.card-overlay > a img{
	transition-delay: 0.3s
	transform-origin: 50 50;
	transform: scale(1);
	transition: 2s;
	
}
.card-overlay:hover > a img {
	transition-delay: 0.3s
	transform-origin: 50 50;
	transform: scale(1.2);
	transition: 2s;
	
}
/* EFECTO HOVER ZOOM IMG */



/* BUSCADOR */
.searchbar {
	margin-bottom: auto;
	margin-top: auto;
	/* height: 50px; */
	/* background-color: var(--bg-color-2); */
	border-radius: 40px;
	padding: 5px;
	/*position: absolute;*/
	right: 0;
	transition: all 0.5s;
	/*border: solid #00263e;*/
	position: absolute;
	top: 0px;
}
.searchbar:hover{
	background-color: var(--bg-color-1);
	transition: all 0.5s;
}

.search_input{
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	caret-color:transparent;
	line-height: 40px;
	transition: width 0.4s linear;
}

.searchbar:hover > .search_input{
	padding: 0 10px;
	width: 250px;
	caret-color: #fff;
	/*caret-color:red;*/
	transition: width 0.4s linear;
	border-radius: 30px;
	transition: all 0.5s;
}

.searchbar:hover > .search_icon{
	background: var(--bg-color-2);
	color: white;
	border: solid var(--bg-color-2);
	transition: all 0.5s;
}

.search_icon{
	height: 40px;
	width: 40px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: var(--bg-color-1);
	text-decoration:none;

	background: transparent;
	border: solid;
	transition: all 0.5s;
}

.search_icon i{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/* BUSCADOR */


.tab-content {
	padding: 2rem;
	padding-top: 2rem;
}


#osahanslider .carousel-item {
	/* background-attachment: fixed; */
}



.card-img, .card-img-bottom {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: transparent;
	border-top: 1px solid rgba(0,0,0,.125);
}


.text-secondary {
	color: #757575 !important;
}

#slider {
	position: relative;
	margin-top: -110px;
}

.slider-h-auto .carousel-item {
	height: 86vh !important;
}

.navbar-top {
	z-index: 9;
	position: relative;
}

.carousel-item-next{
	/* background-attachment: fixed; */
}


/* BANNER PRINCIPAL */

.h1-reponsive{
	font-size: 5em;
}


@media (max-width: 740px) {

  	.h1-reponsive{
		font-size: 3em;
	}
}
  


.caja-icon-scroll{
	position: absolute;
	/* bottom: 20px; */
	width: 100%;
	display: flex;
	justify-content: center;
}

/* ICON MOUSE ANIMADO */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
	width: 25px;
	height: 44px;
	bottom: 60px;
	box-shadow: inset 0 0 0 0.2em #fff;
	border-radius: 25px;
	z-index: 99;
}
.icon-scroll span {
	top: -25px;
	color: white;
	position: absolute;
	left: -2px;
	margin: 0 auto;
}
.icon-scroll::before {
	content: '';
	width: 4px;
	height: 8px;
	background: #fff;
	margin-left: -2px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(46px);
			  transform: translateY(46px);
	}
  }
  @keyframes scroll {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(46px);
			  transform: translateY(46px);
	}
  }
  

nav.navbar .navbar-nav .nav-link {
	/* color: #000; */
	font-weight: 500;
	padding: 25px 14px;
	text-transform: full-size-kana;
}

.list-icon strong {
	font-size: 12px;
}

.banner-list .card {
	margin-top: 30px;
	max-width: 400px;
}

 @media (max-width: 767.98px) {

	.top-search, .navbar-top {
		display: flex;
		text-align: center;
	}

	.navbar-top .list-inline {
		text-align: center;
	}
	.navbar-top li {
		border: none;
	}

	.navbar-top .list-inline:last-child {
		margin-left: auto!important;
	}


	.icon-scroll {
		bottom: 30px;
	}

	.property-single-title h1 {
		font-size: 22px;
	}
	
	#osahanslider .section-padding {
		padding: 10px 0px 40px;
		
	}
	.banner-list h1 {
		font-size: 26px;
	}
	.banner-list h6 {
		font-size: 14px;
	}

	#osahanslider .card-body {
		display: none;
	}
  }

/* Mobile Media */
 @media (min-width: 0px) and (max-width: 767px) {



	nav.navbar .navbar-nav .nav-link {
		width: 100%;
	}

	.searchbar{
		position: relative;
	}

	.bread_crumb {
		background-position: bottom;
		background-size: auto;
	}


	

	
}