.bodyEstatico {
	z-index: 1;
	overflow-y: hidden;
	width: 100%;
    /* height: 100vh; */
	top: 0px;
	margin: 0;
	position: absolute;
	padding-top: 1px;
}
.divBlog{
	z-index: 20;
    position: fixed;
    top: 0px;
    left: 100%;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    background: rgba(255, 255, 255, 0.96);
    overflow: auto;
    transition-duration: 300ms;
}
.seccionBlog{
	margin-left: 36px;
}
.botonBlog{
	position: fixed;
    width: 25px;
    height: 100vh;
    background: #545454;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    color: var(--light);
    /* text-orientation: upright; */
    /* writing-mode: vertical-rl; */
	cursor: pointer;
}
.botonBlog div{
	transform: rotate(-90deg);
	letter-spacing: 40px;
	padding-left: 40px;
}
.pagEstatica{
	z-index: 2;
	/* Allow them to scroll down the document */
	overflow-y: auto;
	scroll-behavior: smooth;
    width: 100%;
	top:0;
    height: 100vh;
	padding-top: 2px;
	position: fixed;

	border-color: rgba(228, 228, 230, 0.49);
    border-style: solid;
    border-width: 0px;

}
.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{
    font-weight:400
}
.gm-style .gm-style-mtc ul,.gm-style .gm-style-mtc li{
    box-sizing:border-box
}
.picker-switch td, th.picker-switch , th.prev , th.next {
    background: #f3f3f3;
}
.gm-control-active>img{
    box-sizing:content-box;
    display:none;
    left:50%;
    pointer-events:none;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
.gm-control-active>img:nth-child(1){
    display:block
}
.gm-control-active:hover>img:nth-child(1),.gm-control-active:active>img:nth-child(1){
    display:none
}
.gm-control-active:hover>img:nth-child(2),.gm-control-active:active>img:nth-child(3){
    display:block
}
.gm-ui-hover-effect{
    opacity:.6
}
.gm-ui-hover-effect:hover{
    opacity:1
}
.gm-style .gm-style-cc a,.gm-style .gm-style-cc button,.gm-style .gm-style-cc span,.gm-style .gm-style-mtc div{
    font-size:10px;
    box-sizing:border-box
}
.deshabilitado{
    cursor: not-allowed!important;
    background: #968989;
    color:#c5c5c5!important;
}

@media print {
    .gm-style .gmnoprint, .gmnoprint {
        display:none
    }
}
@media screen {
    .gm-style .gmnoscreen, .gmnoscreen {
        display:none
    }
}
.gm-style-pbc{
    transition:opacity ease-in-out;
    background-color:rgba(0,0,0,0.45);
    text-align:center
}
.gm-style-pbt{
    font-size:22px;
    color:white;
    font-family:Roboto,Arial,sans-serif;
    position:relative;
    margin:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.gm-style img{
    max-width: none;
}
.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}
.badge-pill{
    border-radius: 10rem;
}
.map-container{
    position:absolute!important;
    top:0;
    bottom:0;
    left:0;
    right:0
}
.datosExternos .map-container{
    position: relative!important;
}
.sidebar-content{
    display: none;
}
.public-property-info .property-title {
    flex: 1;
}
.public-property-info .private-info p {
    white-space: nowrap;
}
.public-property-info .price {
    display: inline-block;
    margin-right: 2rem;
    height: 2rem;
}
.datosExternos .col-lg-8{
    flex:none;
    -webkit-box-flex:none;
    max-width: none;
}
.datosExternos .h-100{
    height: auto!important;
}
.datosExternos .card{
    border: none!important;
}
.main-features .visible-xs{
    display:none;
}


.royalSlider img {
    max-width: 100%!important;
    /*max-height: 100%!important;*/
    margin: 0 auto;
}
.royal-image-slideshow{
    max-width: 100%;
    overflow: hidden;
}
.royal-image-slideshow{
    margin:auto;
}
#data-gallery-raw{
    background: rgba(128,128,128,0.09);
    border-radius: 5px;
}


.splide__slide img {
  max-width: 100%;
  max-height: 100%;
}
.splide__slide {
    max-height: calc(100vh - 60px);
	background: var(--secondary);
}


.form-check-input{
    width: 33px;
    height: 33px;
    margin-top: 0!important;
}
.form-check-label{
    margin: 6px 2px 6px 20px !important;
}


.cargadoColor{
	position: fixed;
	background: rgba(0, 0, 0, 0.65);
    text-align: center;
    width: 100vw;
	height: calc(100vh - 35px);
    top: 35px;
    z-index: 9000;
    padding: 0px;
	border-radius: 8px;
	display: none; /*none / block*/
	opacity: 0; /* 0  / 1*/
	transition-duration: 300ms;
	cursor: wait;


}
.cargadoColor img{
	max-width: 100%;
	transform: translateY(calc(50vh - calc(50% + 35px)));
}
.cargando{
	position: absolute;
	top: 9px;
	left:-15px;
	visibility:hidden;
}
.cargando img{
	position:relative;
	height: 32px;
	z-index: 10000;
}
.cargandoVisible{
	float:left;
	margin-top: -30px;
	margin-left:-25px;
	visibility:visible;
	z-index:10000;
}
.cargandoVisible img{
	position:absolute;
	height: 35px;
	z-index: 10000;
}
.cargandoOnIcon{
    float: left;
    margin-top: 0px;
    margin-left: -23px;
    visibility: visible;
    z-index: 10000;
}
.cargandoOnIcon img{
	position:absolute;
	height: 35px;
	z-index: 10000;
}
.cargandoCentroVisible{
	float:left;
	margin-top: 3px;
	margin-left: calc(50% - 16px);
	visibility:visible;
	z-index:7000;
}
.cargandoCentroVisible img{
	position:absolute;
}
#carIndex{
    position: fixed;
    padding: 2px;
    border-radius: 10px;
    background-color: rgba(2, 2, 2, 0.6);
    top: 28px;
	right: 5px;
}
.navbar-dark .navbar-brand .img-firma{
    width: 250%;
    content:url(../img/firma_b.png);
}
.navbar-light .navbar-brand .img-firma{
    width: 250%;
    content:url(../img/firma_n.png);
}

.navbar-dark .navbar-brand .img-logo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/icon_gv_b.svg);
}
.navbar-light .navbar-brand .img-logo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/icon_gv_oro.svg);
}

.navbar-dark .navbar-brand .img-fichas{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/logo_gv.png);
}
.navbar-light .navbar-brand .img-fichas{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/logo_gv_n.png);
}

.navbar-dark .navbar-brand .img-mmlogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/logoMM_b.png);
}
.navbar-light .navbar-brand .img-mmlogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/logoMM_n.png);
}

.navbar-dark .navbar-brand .img-rmlogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../../club/assets/images/icons/favicons/android-chrome-150x150.png);
}
.navbar-light .navbar-brand .img-rmlogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../../club/assets/images/icons/favicons/android-chrome-150x150.png);
}

.navbar-dark .navbar-brand .img-vvlogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../icov/logo.svg);
}
.navbar-light .navbar-brand .img-vvlogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../icov/logo.svg);
}

.navbar-dark .navbar-brand .img-hllogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/logo_hl.png);
}
.navbar-light .navbar-brand .img-hllogo{
    margin-top: -13px;
    width: 50px;
    height: 50px;
    content:url(../img/logo_hl.png);
}
.dataTables_wrapper>.bottom{
    width: 100%;
}
.paginate_button {
    padding: 2px 7px 2px 7px;
}
.table td, .table th {
    vertical-align: middle!important;
}

.i-construccion{
	content:url(../svgs/construccion.svg);
}

.list-iconed-item sup {
    top: 0.85em!important;
}
.waba-shake {
	animation: shake 7s cubic-bezier(0.5,0.1,0.8,0.1) infinite;
	transform: translate3d(0, 0, 0);
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9000;
	aspect-ratio: 1/1;
	width: 60px;
}
@keyframes shake {
  90%, 98% {
    transform: translate3d(-1px, 0, 0);
  }

  91%, 97% {
    transform: translate3d(2px, 0, 0);
  }

  92%, 94%, 96% {
    transform: translate3d(-4px, 0, 0);
  }

  93%, 95% {
    transform: translate3d(4px, 0, 0);
  }
}
.flechaLanding{
	animation: subebaja 6s cubic-bezier(0.9,0.2,0.8,0.4) infinite;
	transform: translate3d(0, 0, 0);

	position: absolute;
    height: 50%;
    width: 100%;
    text-align: center;


	/* height: 100%;
	position: fixed;
	bottom: 15px;
	right: 15px;*/
	z-index: 9000;
	aspect-ratio: 1/1;
}
@keyframes subebaja {
  0% {
    transform: translate3d(0, -90%, 0);
  }

  25%, 75% {
    transform: translate3d(0, 150%, 0);
  }

  50%{
    transform: translate3d(0, 0, 0);
  }
  100%{
	transform: translate3d(0, 250%, 0);
  }
}

.animar-med{
    transition-duration: 0.7s;
}
.animar-med-contract{
    transform: rotateY(90deg);
}
.animar-med-expanded{
    transform: rotateY(0deg);
}

.ir-elemento{
	background-color: rgba(0,0,0,0.2)!important;
	transform: scale(1.16);
	transition-duration: 0.8s;
	transition-property: transform, background;
}
.en-elemento{
	background-color: rgba(0,0,0,0.0)!important;
	transform: scale(1);
}
.qr-div{
	width: 100%;
}
.qr-div img{
	width: 100%;
}

.cont-specs:has( div.visual-edit) {
	display: flex;
    justify-content: center;
}
.visual-edit{
	border-style: dashed;
    border-width: 1px;
    zoom: 50%;
	width: 50%;
}

@media screen and (max-width: 768px) {
    #carIndex {
		position: fixed;
		top: 6px;
		width: 100%;
    	text-align: center;
		margin-top: 0px;
	}
    .cargadoColor{
		height: calc(100vh - 50px);
	    top: 50px;
	}
	.cargadoColor img{
		transform: translateY(calc(50vh - calc(50% + 50px)));
	}

    .btn-sm-block{
        display: block;
        width: 100%;
        margin-top: .5rem;
    }
	.visual-edit{
		width: 100%;
	}
}
