@charset "utf-8";
/* CSS Document */

div, li, input, textarea, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li { list-style:none; padding:0; margin:0; }
body { margin:0; padding:0; overflow-x:hidden; position:relative; font-family: 'Lato', sans-serif; }
/* #menu { background:url(menu.png); width:1600px; position:absolute; left:50%; margin-left:-800px; top:0; height:78px; z-index:10; }*/
#header-box {width:100%;background-color: #FFF;}
#header { width:90%/*80%*/; margin:0 auto;  position:relative;}
#banner {position:relative;width:100%;height:530px; /*overflow: hidden;*/ z-index: 2;}
#logo-home { position:absolute; top:50%; margin-top:-130px; z-index:10; /*left:12%;*/ left:50%; margin-left:-130px; }
#buscador-box { width:100%; position:absolute; z-index:10; top:0%; left:30%; /*-22%; left:0%;*/ display:none; transition: translate 0.5s ease-out 0s;
    -ms-transform: translate(0%,0px) skew(12deg); /* IE 9 */
   	-webkit-transform: translate(0%,0px) skew(12deg); /* Safari */
    transform: translate(0%,0px) skew(12deg);
}
#buscador-box-content {
/*	display:none;
	right:-30px;
	position: absolute;
	z-index: 11;
	top: 77px;	*/

	display: none;
    /* right: -30px; */
    position: absolute;
    z-index: 11;
    top: 77px;
    left: 35%;
}
@media screen and (min-width: 1200px) {
	#buscador-box-content {
		right:-50px;
	}
	#buscador-box {
		/*left:-18%;*/
	}
}
@media screen and (min-width: 1300px) {
	#buscador-box-content {
		right:-10px;
	}
	#buscador-box {
/*		left:-19%;*/
	}
}
@media screen and (min-width: 1400px) {
	#buscador-box-content {
		right:20px;
	}
}
@media screen and (min-width: 1400px) {
	#buscador-box {
	/*	left:-10%;*/
	}
}
#header-diagonal {position: absolute;
    background-color: /*#4ca93c;*/ rgba(46, 150, 28, 0.8);
    width: 80%;
    z-index: 4;
    top: 0;
    left: 388px;
    height: 100%;
    transform: skew(12deg)}
#header-diagonal-color {     background: url(img/banner-head.jpg);
    position: absolute;
    top: 0;
    left: 370px;
    height: 100%;
    width: 80%;
    z-index: 3;}
#bg-box { overflow:hidden; height:530px; width:100%;     position: relative; }
#bg {background:url(img/banner.jpg); width:100%;height: 690px; position:absolute; left:50%; margin-left:-800px; top:0px; transition: top 13s ease-out 0s;}
#logo-home.cargado {
	transition: all 0.5s ease-out 0s;
/*    -ms-transform: translate(-150%,0px);
   	-webkit-transform: translate(-150%,0px);
    transform: translate(-150%,0px);*/
}
#headtop { background-color:#3f8932; color:#FFF; padding:6px 0; text-align:center; width:100%; font-size: 12px; display:none; }
#logo { width: 300px; display:inline-block; margin:35px 0 35px; }
#menu {
	margin-top: 65px;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0%;
    color: #FFF;
	width:80%;
	text-align:right;
	display:none;
}
#minimenu-box {
	width:100%;
	height:100%;
	position:fixed;
	z-index:10000;
	display:none;
	background-color:rgba(0,0,0,0.2);
}
#minimenu {
	margin-top: 62px;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0%;
    color: #FFF;
	font-size:21px;
	font-weight:bold;
	cursor:pointer;
}
#minimenu-slide { position:fixed; right:0; height:100%; background-color:#000; z-index:10001; padding:40px; display:none; }
#minimenu-slide div { color: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31); }
#minimenu-slide div:first-child { font-weight:bold; font-size:25px; }
#minimenu-slide div a {    color: #FFF;
    text-decoration: none; }
.minimenu-logo {
position: absolute;
    bottom: 30px;
    text-align: center;
    border-bottom: none !important;
    width: 95%;
    left: 0;
}
#minimenu img, #minimenu div { display:inline-block; vertical-align:middle; margin-right:10px; }
@media screen and (min-width: 1100px) {
	#menu { display:block; }
	#minimenu { display:none; }
}
@media screen and (min-width: 1400px) {
	#menu {
		right: 3%;
	}
}
@media screen and (min-width: 1130px) and (max-width:1260px) {
	#menu div:first-child { display:none; }
}
#menu div { display:inline-block; margin:0 30px; font-size: 14px;   }
#menu div a { color:#FFF; text-decoration:none; font-weight: normal; letter-spacing: 0.5px; padding: 10px 6px; border: 1px solid transparent; }
#menu div:hover a {
    border-bottom: 1px solid;
	border-top: 1px solid;
}
#cartera {
    width: 100%;
    background-color: rgba(46, 150, 28, 0.8);
    color: #fff;
    padding: 72px 140px;
}
#sup-desp input {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #DDD;
    padding: 4px;
	color:#999;
    margin: 3px 0;
}
#sup-desp {
    padding: 0 14px 12px;
}
#buscador {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 50px 80px;
}
.buscador-item-desp {
	display:none;
	position: absolute;
	top: 100%;
	z-index: 10;
	background-color: #000;
	padding: 0px 0px 2px;
	left: 0;
	width: 100%;
}
.noskew {
	transform: skew(-12deg);
}
#buscador .titulo {
    margin-bottom: 30px;
}

.op-item {
	padding: 4px 20px;
	font-size: 14px;
	border-top: 1px solid #262626;
}
.op-item:hover {
	background-color:#333;
}
.op-item:active {
	background-color:green;
}
.titulo {
	font-size: 45px;
    font-weight: bold;
    line-height: 38px;
}
@media screen and (min-width: 1200px) {
	.titulo {
		font-size: 52px;
		line-height: 45px;
	}
}
.bajada { }
#buscador-barra {
    width: auto;
    display: inline-block;
    background-color: #000;
/*    padding: 9px 0; */
    border-radius: 4px;
}
/*.select*/.buscador-item {
	display: inline-block;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.29);

	text-transform: uppercase;
	font-style: italic;
	/*padding-right: 43px;*/
	cursor:pointer;
	z-index: 100000;
	/*	padding: 20px 0px 19px 20px	;*/
}
.select {
	padding: 15px 0px 15px 18px/*20px 0px 19px 20px*/	;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*    margin-right: 40px;*/
	width:100%;
	padding-right:40px;
}
.op-item.selected:before {
	content:url(img/checked.svg);
	margin-right: 8px;
	/*background-color:green;*/
}
/*.select*/.buscador-item:last-child {
	border-right:none;
}
/*.select*/.buscador-item:after {
    font-family: 'icomoon';
    color: rgb(46, 150, 28);
    content: '\25BE';
    right: 10px;
    position: absolute;
    font-size: 27px;
    top: 7px;
    padding-right: 3px;
    font-style: normal;
	z-index:-1;
}
#prop-label {
	width:230px;
}
#location-label {
	width:187px;
}
#sup-label {
	width:180px;
}
#buscador-btn {
	background-color: rgb(46,150,28);
    display: inline-block;
    padding: 13px 20px 16px;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    vertical-align: top;
}
#buscador-btn:hover {
	background-color:#216A15;
}
.ver-cartera {
    background-color: #343434;
    padding: 8px 12px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    cursor: pointer;
    line-height: 12px;
}
#ver-cartera-a {
	color:#FFF;
	text-decoration:none;
}
.ver-cartera:hover {
	background-color:#222;
}

#home-destacadas-box {
	width:100%;
	background-color: #fff;
	display: inline-block;
}
#resultados-box {
	width:100%;
	background-color: #f5f5f5;
	display: inline-block;
}
#resultados-head {
	background-color:#111;
	color: #FFF;
	padding: 25px 6% 20px;
}
#edificios-head {
	background-color:#111;
	color: #FFF;
	padding: 30px 6% 25px;
}
#edificios-head .titulo-res {
    font-size: 30px;
    line-height: 32px;
}
#edificios-head .subtitulo-res {
	text-transform:none;
	font-size: 17px;
}
#propiedades {
	width:90%;
	margin:0 auto;
	padding:40px 0 50px;
}
#prop-slider {
}
.prop-slider-item {
	width:90%;
	display:inline-block;
	margin: 0 23px;/*1.5%;	*/
	text-align:center;
}
.prop-resultados-item {
	width:22%;
	display:inline-block;
	margin: 40px 1%;/*1.5%;	*/
	text-align:center;
    width: 27%;
    display: inline-block;
    margin: 40px 3%;
    text-align: center;
	vertical-align:top;
}
.prop-resultados-item a, #prop-slider a {
	color:#000;
	text-decoration:none;
}
.prop-img {
	width:100%;
    border-radius: 10px;
	background-color: #202020;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.prop-img img {
	height:100%;
	width:auto;
	margin:0 auto;
}
.prop-data {
	text-align:center;
	padding-top: 10px;
}
.prop-data-tipo {
	font-size: 12px;
    text-transform: uppercase;
}
.prop-data-dir {
    font-weight: bold;
	text-transform: uppercase;
    font-size: 20px;
	line-height:22px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prop-desc {
    font-size: 13px;
    border-top: 1px solid #DDD;
    padding-top: 9px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height:43px;
    overflow:hidden;
}
.titulo-sec {
	font-size:40px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	margin-bottom:40px;
	margin-top:30px;
}
.titulo-res {
	font-size:40px;
	line-height:42px;
	text-align:left;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
}
.subtitulo-res {
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
}
#resultados-orden-box {
	float:right;
	margin-right:30px;
    font-size: 14px;
    margin-top: -25px;
}
#resultados-orden-box select {
    margin-left: 10px;
    padding: 6px 10px 6px 4px;
}
#resultados-orden-box option {
}
#ficha-head {
    background-color: #111;
    padding: 20px 6%;
}
.prop-consultar {
    border-color: rgb(46,150,28);
    width: auto;
    display: inline-block;
    text-align: center;
    color: #202020;
    padding: 4px 16px;
    border-radius: 1px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #868686;
    /* font-weight: bold; */
}
.prop-resultados-item:hover .prop-consultar, .prop-slider-item:hover .prop-consultar {
	background-color:rgb(36, 124, 21);
	color: #FFF;
	border-color:rgb(36, 124, 21);
}
#nros-box {
/*    background-color: #2A821B;
   padding: 80px 0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAL0lEQVQIW2PUapL+z4AEPl3/xsCILAgS4NPkQgjCBECawCqRBcCCMpGC/0FakAEA3PAUo2uHKc0AAAAASUVORK5CYII=);	*/
	background:url(img/pattern.jpg);
}
#nros {
    /*width: 80%;*/
    margin: 0 auto;
}
.nros-item {
    width: 31%;
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    margin: 30px 0;
    padding: 45px 0;
}
.nros-item-mid {
	border-left:1px solid #7fb586;
	border-right:1px solid #7fb586;
}
.nros-item div{
	display:inline-block;
	text-align:center;
	width:100%;
	font-weight:300;
}
.nros-nro {
    font-size: 60px;
    font-weight: bold !important;
	width:100%;
	text-align:center;
    font-size:85px;
    line-height: 100px;
}

#diagrama-box {
	width:100%;
	text-align:center;
	background: url(img/00000.jpg) no-repeat top center fixed;
    background-size: cover;
	position:relative;
	overflow:hidden;
}
.diagrama-closed {
    margin-top: 45px;
}
#diagrama-box .titulo-sec {
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
    z-index: 3;
    font-size: 52px;
    color: #fff;
	letter-spacing: -1px;
	line-height: 52px;
}
.titulo-sec span {
    font-size: 35px;
    font-weight: 300;
}
#diagrama-box .titulo-sec2 {
	position: relative;
    z-index: 3;
    margin-top: 10px;
    border-color: #fff;
	text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 0;
	max-width: 890px;
    font-size: 14px;
	color: #fff;
	letter-spacing: 0.2px;
}
.titulo-sec2 {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
	font-size:16px;
    font-weight: normal;
    margin-bottom: 60px;
    margin-top: 10px;
}
.diagrama-closed .titulo-sec2 {
	cursor:pointer;
}
#diagrama {
	position:relative;
	height:520px;
	width:80%;
	margin:0 auto;
    margin-top: 70px;
}
.diag-circulo {
    background-color: #2E961C;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding: 75px 50px;
    color: #FFF;
    font-weight: bold;
    border: 8px solid #1D6112;
	position:absolute;
}
.diag-circulo:hover .circulo-over {
	display:block;
}
.subtitulo-sec {
	font-size:20px;
	font-weight:normal;
}
#diagrama-box {
	padding:100px 0 100px;
}
#d-validacion { padding: 70px 40px; }
#d-firma { padding: 70px 40px; }
#d-facturacion { padding: 75px 30px; }
#d-cobranzas { padding: 75px 40px; }
#d-puesta { padding: 75px 30px; }
#d-comercializacion { padding: 80px 15px; }
#d-renegociacion { padding:75px 20px; }

.diag-top {
	top:0;
}
.diag-cen {
	top:250px;
}
.diag-bot {
	top:500px;
}
.diag-left {
	left:0;
}
.diag-mid {
	left:25%;
}
.diag-mid2 {
	left:40%;
}
.diag-mid3 {
	left:55%;
}
.diag-right {
	right:10%;
}
.circulo-over {
	display:none;
}

.diagrama-open {
	display:none;
}
.diagrama-closed .titulo-sec2 {
	width: 100px;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
	font-size:16px;
    font-weight: normal;
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}
.edificios-wrapper {
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
#edificios-list li {
	width:100%;
	padding: 60px 0 50px;
	border-bottom: 1px solid #ddd;
	background-color: #f2f2f2;
	position:relative;
}
#edificios-list li:nth-child(even) {
	background: #FFF;
}

#edificios-box {
	width:100%;
/*	margin:0 auto;*/
}
.edificios-head {
	display:inline-block;
}
.edificios-titulo {
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
.edificios-bajada {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 15px;
	text-transform:uppercase;
	display:block;
}
.edificios-verunidades {
    /* float: right; */
    /*background-color: green;*/
    color: #FFF;
   /*padding: 10px;*/
    border-radius: 4px;
/*    position: absolute;
    top: 60px;
    right: 130px; */
    display: inline-flex;
    vertical-align: top;
    margin-left: 50px;
    font-size: 12px;
    margin-top: 8px;
/*	border:1px solid #3f8932;*/
	text-decoration:none;
/*	color:#3f8932;*/
	overflow:hidden;
}
.edificio-slider { height:400px; }
.edificio-img-der .bx-viewport { height:100% !important; }
.bx-wrapper .bx-controls-direction a { margin-top:-6px !important; }
.edificios-verunidades-icono {
	background-color:#3f8932;
	padding:10px;
/*	border-radius:50%;
	margin-right:10px;*/
}
.edificios-verunidades-label {
/*	font-weight: bold;*/
    background-color: #66bc45;
    padding: 9px 15px 0;
}
.edificios-verunidades img {

}
.edificio-izq {
	width:65%;
	display:inline-block;
	vertical-align:top;
	max-height:400px;
	overflow:hidden;
}
.edificio-izq-desc {
	height:auto !important;
}
.edificio-der {
	width:34%;
	display:inline-block;
	vertical-align:top;
	max-height:400px;
}
.edificio-der-item {
	width:100%;
    height: 100%;
	overflow:hidden;
	text-align:center;
	max-height:400px;
}
.edificio-img-izq, .edificio-img-der {
	height:400px;
	overflow:hidden;
}
.edificio-img-izq img {
	width:100%;

}
.edificio-img-der img {
	height:100%;
	width: auto !Important;
	margin:0 auto;
}
.edificio-dir {
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	border-bottom:1px solid #D7D7D7;
    padding-bottom: 12px;
    margin-bottom: 18px;
    margin-top: 12px;
}
.edificios-label-box {
	margin-top:20px;
}

.edificios-label {
	display:inline-block;
	background-color:#454545;
	margin:4px 2px;
	padding:4px 10px;
	border-radius:2px;
	color:#FFF;
	font-size:14px;
	line-height:15px;
}
.edificio-desc-titulo {
    font-size: 20px;
    font-weight: bold;
	border-bottom:1px solid #D7D7D7;
    padding-bottom: 13px;
    margin-bottom: 10px;
    margin-top: 17px;
}
.edificio-desc {
	font-size:14px;
	line-height:20px;
	margin-top:20px;
}
.ficha-datos-item {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #515151;
    margin-right: 3%;
}
.ficha-datos-item:last-child {
	border-bottom:none;
}
#fichabody {
	background-color:#3F8932;
}
#ficha-box {
	width:100%;
	background-color: #33383B;
	/* padding: 40px 0; */
	color: #DDD;
}
#ficha {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#ficha-slider-box {
	width:60%;
	display:inline-block;
	padding: 0 3%;
	max-height:430px;
	overflow:hidden;
	position:relative;
}
#ficha-slider-box .loader { margin: 190px auto; }
#ficha-slider-box img {
	max-height:100%;
}
#ficha-slider {
	height:100%;
}
#ficha-slider div {
	height:100%;
}
#ficha-slider img {
	height:100%;
	margin: 0 auto;
}
.ficha-data {
    display: inline-block;
    width: 40%;
/*    padding: 10px 30px;*/
    vertical-align: text-bottom;
	float:right;
}
.ficha-data-tipo {
    text-transform: uppercase;
}
.ficha-data-dir {
	font-size: 35px;
    font-weight: bold;
}
.ficha-desc {
    font-size: 15px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 300;
}
#ficha-datos-box .ficha-titulo, #ficha-contacto .ficha-titulo {
    font-size: 30px;
    font-weight: 300;
}
.ficha-valor {
	font-size: 28px;
    border: 1px solid;
/*    display: inline-block;*/
    padding: 8px 14px;
   /* margin-top: 15px;	*/
    float: right;
    margin-top: 4px;
}

#ficha-datos-box {
	width: 60%;
	background-color: #3F8932;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding:5%;
  min-height:315px;
}
#ficha-datos {
	padding: 50px 0 0;
    width: 80%;
    margin-right: 2%;
    margin-left: 6%;
}
.ficha-datos-titulo {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-left: 2%;
}
#ficha-contacto-box {
    float: right;
    background-color: #ddd;
    width: 40%;
    padding:40px 0 30px;
}
#ficha-contacto {
	width:80%;
	display:inline-block;
	vertical-align:top;
	/* float:right; */
	margin-right: 2%;
	margin-left: 6%;
}
#ficha-contacto input {
	width:100%;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #999;
	text-align:center;
	margin-bottom:10px;
	font-size: 14px;
	padding: 4px;
}
#ficha-contacto input:focus {
	border-bottom:2px solid green;
	outline:none;
}
#ficha-contacto textarea {
	width:100%;
	background-color: transparent;
	border:1px solid #999;
	text-align:center;
	font-size: 14px;
	padding: 4px;
	height: 80px;
}
#ficha-contacto textarea:focus {
	border:2px solid green;
	outline:none;
}
#ficha-contacto-enviar {
	background-color: #404040;
	border: none;
	font-weight:bold;
	padding:5px;
	margin-top:10px;
	cursor:pointer;
	text-align:center;
	color: #FFF;
}


#footer-box {
	background-color:#191919;
	width:100%;
}
#footer {
	/*padding:20px 0;*/
	width:100%;
	margin:0 auto;
	color:#A4A4A4;
}
.footer-col {
	width:33%;
	display:inline-block;
	/*border-right:1px solid #454545;
	border-left:1px solid #454545;	*/
	text-align:center;
    vertical-align: -webkit-baseline-middle;
}
.footer-col:last-child, .footer-col:first-child {
	border:none;
}
.logo-footer {
}
.footer-horario {
    text-align: left;
    width: 300px;
    margin: 0 auto;
    font-size: 15px;
}
.footer-new {
    font-size: 20px;
    font-weight: bold;
    width: 250px;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.campo-news {
	width: 250px;
    margin: 6px auto;

}
.campo-news input {
	width:100%;
	background-color:#252525;
	border:none;
	text-align:center;
	padding:6px;
	color:#DDD;
}
.campo-news textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	background-color:#252525;
	border:none;
	padding:4px;
	font-family: 'Lato', sans-serif;
	text-align:center;
	height:80px;
	color:#DDD;
}
#news-send {
	background-color:#981d20;
	padding:6px;
	font-size:14px;
	cursor:pointer;
}
.footer-tel {
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 6px;
    margin-bottom: 2px;
}
.footer-web {
    font-size: 24px;
    font-weight: 300;
}
#footer-powered {
	background-color:#000;
	width:100%;
	text-align:center;
	padding:4px 0;
}
#sin-propiedades {
	width:100%;
	text-align:center;
	margin:30px 0;
	display:none;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(165, 165, 165, 0.2);
  border-right: 1.1em solid rgba(165, 165, 165, 0.2);
  border-bottom: 1.1em solid rgba(165, 165, 165, 0.2);
  border-left: 1.1em solid #595959;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

#puesta-m, #cobranzas-m, #facturacion-m, #firma-m, #validacion-m, #comercializacion-m, #renegociacion-m, #propietarios-m, #inquilinos-m { display:none; transform-origin: 50% 50%; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; }

#puesta-m text, #cobranzas-m text, #facturacion-m text, #firma-m text, #validacion-m text, #comercializacion-m text, #renegociacion-m text, #propietarios-m text, #inquilinos-m text {font-family: 'Oswald', sans-serif;}

#puesta:hover #puesta-m { display:block; }
#puesta:hover {  }
#cobranzas:hover #cobranzas-m { display:block; }
#facturacion:hover #facturacion-m { display:block; }
#firma:hover #firma-m { display:block; }
#validacion:hover #validacion-m { display:block; }
#comercializacion:hover #comercializacion-m { display:block; }
#renegociacion:hover #renegociacion-m { display:block; }
#propietarios:hover #propietarios-m { display:block; }
#inquilinos:hover #inquilinos-m { display:block; }


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


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

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

  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.0) }
}

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