#seccDetaInmu {
    display: table;
    width: 80%;
    margin: 0 auto;
}
#seccDetaInmu #precNombre p,
#seccDetaInmu #precNombre h4 {
    display: inline-block;
    float: left;
    margin: 0;
}
#seccDetaInmu #precNombre p {
    font-size: 2rem;
}
#seccDetaInmu #precNombre h4 {
    float: right;
    font-size: 4rem;
    margin-right: 10%;
    color: #000;
}
#seccDetaInmu > div:first-child h2 {
    font-size: 3rem;
    border-bottom: 2px solid #aaaaaa;
    width: 68%;
    padding-bottom: 6px;
}
#descDetaInmueble {
    padding-top: 10%;
}
#descDetaInmueble > * {
    float: left;
}
#descDetaInmueble a.btnRojo {
    color: #fff !important;
    background-color: #028200;
    padding: 5px;
    font-size: 2rem;
    cursor: pointer;
    display: table;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.0rem;
    font-weight: 600;
}
.btnVol {
    display:block; position:absolute; right:0; color: #fff !important;
    background-color: #555;font-size: 1.7rem;border-radius:12px;padding:4px;}
    
/*Boton vista 360*/

   .Btn360 {
	-moz-box-shadow: 3px 4px 0px 0px #44bd22;
	-webkit-box-shadow: 3px 4px 0px 0px #44bd22;
	box-shadow: 3px 4px 0px 0px #44bd22;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #54a628));
	background:-moz-linear-gradient(top, #44c767 5%, #54a628 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #54a628 100%);
	background:-o-linear-gradient(top, #44c767 5%, #54a628 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #54a628 100%);
	background:linear-gradient(to bottom, #44c767 5%, #54a628 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#54a628',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:1px solid #1db52c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #56a84a;
}
.Btn360:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #54a628), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #54a628 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #54a628 5%, #44c767 100%);
	background:-o-linear-gradient(top, #54a628 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #54a628 5%, #44c767 100%);
	background:linear-gradient(to bottom, #54a628 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a628', endColorstr='#44c767',GradientType=0);
	background-color:#54a628;
}
.Btn360:active {
	position:relative;
	top:1px;
}

/*---------------*/
    
#descDetaInmueble ul {
    width: 100%;
    padding: 0px;
    margin-top: 5%;
    list-style: none;
}
#descDetaInmueble ul > li {
    font-size: 2.3rem;
}
#descDetaInmueble ul > li > img {
    margin-right: 10px;
}
#descTextInmu {
    font-size: 2rem !important;
    width: 90%;
    border-bottom: 2px solid #a1a1a1;
    padding-bottom: 10px;
}
#aFavorit {
    width: 100%;
}
#aFavorit span {
    color: #bc0000;
    font-size: 6rem;
    float: left;
}
#aFavorit p {
    float: left;
    font-size: 3rem;
    margin-top: 3%;
    margin-left: 2%;
}
#seccDetaInmu > div:first-child > hr {
    border-top: 2px solid #dcdcdc;
    width: 85%;
}
#seccDetaInmu > div:first-child > p {
    text-align: center;
    font-size: 2.4rem;
}

.socialIconsDetaInmu .icon-button {
    background-color: #04bffd;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    height: 2em;
    line-height: 3.6rem;
    margin: 0 2px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2em;
    border-radius: 2em;
}
/* Circle */

.socialIconsDetaInmu .icon-button span {
    border-radius: 0;
    display: block;r
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.socialIconsDetaInmu .icon-button:hover span {
    width: 2em;
    height: 2em;
    margin: -1em;
    border-radius: 2em;
}
.socialIconsDetaInmu .twitter span {
    background-color: #4099ff;
}
.socialIconsDetaInmu .facebook span {
    background-color: #3B5998;
}
.socialIconsDetaInmu .instagram span {
    background-color: #3373a6;
}
.socialIconsDetaInmu .youtube span {
    background-color: #ff0000;
}
.socialIconsDetaInmu .google-plus span {
    background-color: #cc3335;
}
/* Icons */

.socialIconsDetaInmu .icon-button i {
    background: none;
    color: #fff;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2em;
    z-index: 10;
}
.socialIconsDetaInmu .icon-button .icon-twitter {
    color: #fff;
}
.socialIconsDetaInmu .icon-button .icon-facebook {
    color: #fff;
}
.socialIconsDetaInmu .icon-button .icon-google-plus {
    color: #fff;
}
.socialIconsDetaInmu .icon-button:hover .icon-twitter,
.socialIconsDetaInmu .icon-button:hover .icon-facebook,
.socialIconsDetaInmu .icon-button:hover .icon-youtube,
.socialIconsDetaInmu .icon-button:hover .icon-google-plus {
    color: white;
}


#contUbiDetaInmu { position:relative; width:70%; }

#contUbiDetaInmu .antiClic { position: absolute; }

#contUbiDetaInmu > * { width: 100%; height: 450px; }


/*Modal*/

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.closebt:hover {
    transform: rotate(90deg);
}
#animatedModal,
#animatedModalFavo {
    background-color: rgba(0, 0, 0, 0.6)!important;
}
.close-animatedModal {
    text-align: center;
}
#animatedModal .modal-content,
#animatedModalFavo .modal-content {
    background-color: transparent;
    padding-top: 3%;
    border: none;
    box-shadow: none;
}
#animatedModal form {
    float: none;
    margin: 0 auto;
    width: 70%;
}
#contactFormMod h2,
#formFavor h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 2%;
}
#contactFormMod #formContact > input,
#contactFormMod #formContact > textarea,
#formFavor input[type="mail"] {
    background-color: #fff;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 20px;
    font-size: 2rem;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}
#contactFormMod #formContact > textarea {
    height: 120px;
}
#formContact center {
    width: 60%;
    float: left;
    text-align: left;
}
#btnContactar {
    color: #fff !important;
    background-color: #028200;
    padding: 11px 18px;
    font-size: 2rem;
    display: table;
    border: none;
    float: left;
}
#formFavor input[type="submit"] {
    border: none;
}
#formFavor {
    width: 70%;
    margin: 0 auto;
}
#formFavor .colorBackMozt {
    width: 100%;
    color: #fff;
    padding-left: 20px;
    font-size: 2rem;
    border: none;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#formFavor form > div {
    margin: 0px auto;
    width: 20%;
}
.socialIconsDetaInmu {
    margin-top: 2%;
    margin-bottom: 2%;
}
.socialIconsDetaInmu h3 {
    color: #2e3192;
    font-weight: 600;
}
.socialIconsDetaInmu .icon-button i {
    color: #fff;
}
.socialIconsDetaInmu .icon-button.twitter {
    background-color: #4099ff;
}
.socialIconsDetaInmu .icon-button.facebook {
    background-color: #3B5998;
}
.socialIconsDetaInmu .icon-button.google-plus {
    background-color: #cc3335;
}
.socialIconsDetaInmu .icon-button.twitter:hover {
    background-color: #1483FF;
}
.socialIconsDetaInmu .icon-button.facebook:hover {
    background-color: #224389;
}
.socialIconsDetaInmu .icon-button.google-plus:hover {
    background-color: #A8191D;
}
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
    #seccDetaInmu {
        width: 90%;
    }
    #seccDetaInmu > div:first-child h2 {
        font-size: 2.8rem;
    }
    #seccDetaInmu #precNombre h4 {
        margin-right: 2%;
    }
    #descDetaInmueble ul > li {
        font-size: 2rem;
    }
    #contactFormMod #formContact > input,
    #contactFormMod #formContact > textarea,
    #formFavor input[type="mail"] {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #contactFormMod #formContact center {
        width: auto;
    }
    #contactFormMod #formContact input[type="submit"] {
        float: right;
    }
}
@media only screen and (min-width: 785px) and (max-width: 1050px) {
    #seccDetaInmu {
        width: 95%;
    }
    #seccDetaInmu #precNombre h4 {
        margin-right: 0;
    }
    #descDetaInmueble a.btnRojo {
        font-size: 2rem;
    }
    #aFavorit p {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 560px) and (max-width: 780px) {
    #seccDetaInmu #precNombre h4 {
        margin-right: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #seccDetaInmu {
        width: 95%;
    }
    #seccDetaInmu #precNombre h4 {
        margin-right: 0;
        font-size: 3rem;
    }
    #seccDetaInmu > div:first-child h2 {
        font-size: 2.7rem;
        width: 100%;
    }
    #descDetaInmueble ul {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    #descDetaInmueble ul > li {
        font-size: 2rem;
    }
    #formFavor {
        width: 90%;
    }
    #formFavor form > div {
        width: 100%;
    }
}