@charset "UTF-8";
@font-face{
    font-family: "Trasandina Regular";
    src: url("fonts/53152d7b6fdac1d93fce91f0aa9a511d.eot");
    src: url("fonts/53152d7b6fdac1d93fce91f0aa9a511d.eot?#iefix")format("embedded-opentype"),
        url("fonts/53152d7b6fdac1d93fce91f0aa9a511d.woff")format("woff"),
        url("fonts/53152d7b6fdac1d93fce91f0aa9a511d.woff2")format("woff2"),
        url("fonts/53152d7b6fdac1d93fce91f0aa9a511d.ttf")format("truetype"),
        url("fonts/53152d7b6fdac1d93fce91f0aa9a511d.svg#Trasandina Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
:root{
	--liston: linear-gradient(90deg,rgba(2, 33, 89, 1) 0%, rgba(62, 0, 236, 1) 100%);
	--vidrio: rgba(255, 255, 255, 0.1);
	--shadow-glass: inset 0px 0px 20px 1px rgba(255,255,255,0.1), 0px 0px 5px 4px rgba(0,0,0,.5);
}
body{
	margin: 0px;
	padding: 0px;
	background: #0058BF;
	background-image: url('../images/bg2.png');
	background-clip: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Trasandina Regular';
	font-size: 12px;
}
.bodyp{
	background-image: url('../images/bg.png');
	background-clip: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Trasandina Regular';
}
a:visited{
	text-decoration: none !important;
}
h1{
	width: 100%;
  display: block;
  text-align: center;
  color: #FFF
}
.logo{
	position: absolute;
	top: 25px;
	right: 25px;
}
.main{
	position: relative;
	top: 0px;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.login{
	position: relative;
	width:577px;
	height: 358px;
	border: solid 2px rgba(255, 255, 255, 0.45);
	border-radius: 34px;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 12px;
}
.pestana{
	position: relative;
	height: 90px;
	top: 0px;
	background: var(--liston);
	border-top-left-radius: 34px;
	border-top-right-radius: 34px;
	text-align: center;
	padding: 21px;
	box-sizing: border-box;
}
.login input[type=text], .login input[type=password]{
	width: 408px;
	height: 45px;
	padding-left: 45px;
	box-sizing: border-box;	
  	margin-bottom: 30px;
  	color: #FFF;
  	border-radius: 22px;
  	border: solid 1px rgba(255, 255, 255, 0.5);
  	background-color: rgba(255, 255, 255, 0.09);
}
.border{
	width: 408px;
	height: 45px;
	
}
.ico-user{
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url('../images/ico-user.png');
	top: 10px;
	left: 100px;
}
.ico-lock{
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url('../images/ico-lok.png');
	top: 86px;
	left: 100px;
}
.login form{
	position: relative;
	top: 55px;
	text-align: center;
}
.login input[type=submit]{
	position: relative;
	top: 0px;
	width: 143px;
	height: 35px;
	background: var(--liston);
	border-radius: 22px;
	border: none;
	color: #FFF;
	display: block;
	margin: 0px auto;
}
.welcome{
	position: relative;
	width: 100%;
	top: 0px;
	color: #FFF;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	font-size: 33px;
	height: 75px;
}
.name{
	position: relative;
	display: block;
	font-size: 24px;
	top: 4px;
	left: 80px;
}
.welcome img{
	height: 33px;
}
.welcome a{
	position: absolute;
	text-transform: uppercase;
	right: 25px;
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
	top: 29px;
}
.menu{
	position: relative;
	background: var(--liston);
	width: 100%;
	display: flex;
	height: 56px;
	color: #FFF !important;
	box-sizing: border-box;
	padding: 0px 25px;
}
.menu form{
	width: 240px;
}
.select-inmuebles{
	position: relative;
	font-size: 14px;
  	top: 16px;
}

/**************************** DROPDOWN ****************************/
.row-red::after{
	content: url('../images/arrow.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	left: 10px;
}
.nivel-drop{
	width: 150px;
	font-size: 15px;
	text-transform: none;
	color: #4D4D4D;
	font-weight: normal;
}
.nivel-drop div{
	padding: 10px 15px;
	display: flex;
	text-transform: uppercase;
}
.nivel-drop div:hover{
	background-color: var(--vidrio);
}
.nivel-drop div:not(:last-of-type){
	border-bottom: solid 1px var(--vidrio);
	box-shadow: 0px 1px 0px #000;
}
.nivel-drop div:first-child{
	border-radius: 22px 22px 0px 0px;
}
.nivel-drop div:last-child{
	border-radius: 0px 0px 22px 22px;
}
.dropdown{
	position: relative;
	display: inline-block;
	z-index: 4;
	cursor: pointer;
}
.dropdown:hover{
	z-index: 100;
}
.dropdown-content{
	display: none;
	position: absolute;
	min-width: 100px;
	box-shadow: var(--shadow-glass);
	border-radius: 22px;
	border: solid 1px var(--vidrio);
	color: #FFF;
}
.dropdown-content a{
	padding: 12px 16px;
	color: #000;
	text-decoration: none;
	display: block;
	/*border-bottom: solid 1px var(--brillante);*/
}
.dropdown-content a:hover{
	background-color: #8E8C8B;
	color: #FFF;
}
.dropdown:hover .dropdown-content{
	display: block;
}
/********************************************************/
.nav{
	position: absolute;
	display: block;
	right: 25px;
	top: 5px;
}
.nav ul li{
	display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}
.nav a{
	color: #FFF;
	text-decoration: none;
}
.iniapp{
	padding: 25px;
  	display: flex;
  	position: relative;
  	flex-wrap: nowrap;
}
.preview{
	position: relative;
	width: 39vw;
	min-height: 50vh;
	border-radius: 34px;
	border: solid 1px #FFF;
	background: var(--vidrio);
}
.grap-ficha{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbnail-inm {
  background: var(--vidrio);
  position: relative;
  border-radius: 25px;
  width: 410px;
  height: 254px;
  overflow: hidden;
  border: solid 5px var(--vidrio);
  z-index: 10;
}
.thumbnail-inm img {
  position: relative;
  width: 100%;
  height: auto;
}
.data {
  position: relative;
  width: 300px;
  top: -15px;
  font-size: 17px;
  color: #FFF;
  left: 20px;
}
.data div{
	position: relative;
	width: 290px;
	height: 32px;
	background: var(--vidrio);
	border-radius: 16px;
	border: solid 1px #FFF;
	margin: 20px 0px;
}
.data span{
	height: 32px;
	text-align: center;
	display: inline-block;
	width: 49%;
	line-height: 29px;
}
.data span:first-child{
	border-right: solid 1px #FFF;
}
.i-data{
	width: 100%;
	border: solid 1px #FFF;
	border-radius: 34px;
	background: var(--vidrio);
	position: relative;
	color: #FFF;
	font-size: 17px;
	top: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.data-info{
	margin-right: 10px;
}
.grap-docs{
	margin-left: 20px;
}
th{
	text-transform: uppercase;
}
.movil-td{
	display: none !important;
}
.dsk-td{
	display: block;
}
#loader{
	position: absolute;
  top: 110px;
  left: 220px;
  display: none;
}
@media screen and (max-width: 768px) {
  .login {
		width: 300px;
  }
  .login input[type=text], .login input[type=password]{
  	width: 90%;
  }
  .ico-user, .ico-lock{
  	left: 10%;
  }
  .menu{
  	height: 100px;
  }
  .nav{
  	text-align: right;
  	top: -5px;
  }
  .nav a{
  	display: block;
  	margin: 10px 0px;
  }
  .thumbnail-inm{
  	width: 350px;
  }
  .welcome{
  	height: 150px;
  }
  .name{
  	position: absolute;
  	width: 100%;
  	top: 70px;
  	left: 0px;
  	padding: 0px 16px;
  	box-sizing: border-box;
  	font-size: 20px;
  	text-align: center;
  }
  .iniapp{
  	padding: 10px 8px;
  }
  .data{
  	top: 0px;
  }
  .grap-docs{
  	display: none;
  }
  .data-info{
  	margin-right: unset;
  }
  #pagos{
  	overflow: scroll;
  }
  .movil-td{
  		display: block !important;
  	}
  	.dsk-td{
  		display: none !important;
	}
}