* {
	padding: 0;
	margin: 0;
}

a, button, .btn, * a, * button, * .btn {
	transition: all ease-in-out .3s;
}


@media only screen and (min-width:320px) and (max-width: 767px) {
 	
	.owl-iframes {
		padding: 0 15px
	}
}


/*

	efecto ZOOOM en imagenes

img {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
*/

input, button, textarea, select, * input, * select, * textarea, * button {
	outline: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	resize: none!important;
}

*:before, *:after {
	content: ' ';
}

* p {
	font-family: MuseoRegular;
	font-size: 18px;
}

* span {
	font-size: 16px;
	font-family: Montserrat-Light;
}

* label {
	font-family: Montserrat-Regular;
}

* h1 {
	font-family: MuseoBold;
	font-size: 32px;
	margin: 1em auto;
	display: block;
}

 * h2 {
	font-family: Museobold;
	font-size: 24px;
}

 * h3 {
	font-family: MuseoRegular;
	font-size: 21px;
}

ul {
	padding-left: 25px;
}

ul li {
	font-family: MuseoRegular;
	font-size: 18px;
	color: #1D1D1B;
}


.fc-red {
	color: #d80915;
}


@font-face {
    font-family: Montserrat-Bold;
    src:url(../fonts/Monserrat/Montserrat-Bold.otf)
}

@font-face {
    font-family: Montserrat-Regular;
    src:url(../fonts/Monserrat/Montserrat-Regular.otf)
}

@font-face {
    font-family: Montserrat-Light;
    src:url(../fonts/Monserrat/Montserrat-Light.otf);
}

@font-face {
    font-family: Montserrat-Black;
    src:url(../fonts/Monserrat/Montserrat-Black.otf);
}

@font-face {
    font-family: MuseoRegular;
    src:url(../fonts/Museo/MuseoSans_500.otf);
}

@font-face {
    font-family: MuseoSemibold;
    src:url(../fonts/Museo/MuseoSans_700.otf);
}

@font-face {
    font-family: MuseoBold;
    src:url(../fonts/Museo/MuseoSans_900.otf);
}


/************  LOGO  ************/

.logo { 
	position: relative;
    width: 88%;
    display: inline-block;
    padding: 8px 5px 6px; 
}

.logo img { 
	max-width: 100%;
}

.navbar-inverse {
    background-color: #fff;
	border-color: #fff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 3px 4px 0 rgba(0, 0, 0, 0.14);
	border-color: transparent;
}

.navbar { 
	margin: 0px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #575756;
    background-color:transparent;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
     color: #575756;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a i {
	font-size: 28px;
}

.navbar-inverse .navbar-nav > li {
	padding: 8px 5px;
}

.navbar-nav {
    float:none;
    margin: 0;
	display: inline-block;
    padding: 10px 0 0 0;
}

.navigation {
	padding: 20px 0; 
	position: relative;
}

#desplegar {
	float: right;
	display: block;
}


.d-flex {
    display: flex; 
    align-items: center;
}

#desplegar img {
	margin-top: 7px;
} 
 
.text-verde{
	color: green;
}

/********************************** ESTILOS SITIO GENERAL ***********************************************/

.te { 
    right: 59px;
}

.tee { 
    left: 20%;
}
#home {
	position: relative;
}

.inMobile_home {
	padding:10px 20px;
	background-color: #C12A21;
}

#home .in_home > img {
	width:100%;
	max-width: 100%;
	z-index: 0;; 
}

#home .in_home .cards {
	position: absolute;
	margin: 0px 0;
	width: calc(43.5% - 0px);
	padding: 20px 40px;
	z-index: initial;
	overflow: hidden;
	right: 0px;
	top: 0px;
	height: 100%;
}

#home .in_home .cards .bg_multy {
	position: absolute;
	margin: 0px 0;
	width: calc(100% - 0px);
	padding: 20px 40px;
	z-index: 0;
	overflow: hidden;
	mix-blend-mode: multiply;
	float: right;
	right: 0px;
	top: 0px;
	background-color: rgb(216, 9, 21);
	height: 100%;
}

#home .in_home .cards .fm-home {
	position: absolute;
	margin: 0px 0;
	width: calc(100% - 0px);
	padding: 20px 40px;
	z-index: 3;
	overflow: hidden;
	float: right;
	right: 0px;
	top: 0px;
	height: 100%;
}

#home .in_home .cards .fm-home > img {
    max-width: 100px!important;
    margin: 2.5em auto;
    display: block;
}

#home .in_home .cards .fm-home form {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}


.form-group label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0 5px;
    font-size: 18px;
    float: left;
    padding: 2px 0;
    color: #fff;
}

.form-control {
	padding: 5px 10px;
	width: 100%;
	font-family: Montserrat-Bold;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	border-color: none;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.form-control::placeholder {
	color: #a4a5ab
}

.checkbox {
	margin: 10px 0;
	text-align: center;
}

.checkbox a,
.checkbox a:hover,
.checkbox a:focus { 
	font-family: Montserrat-Light;
	color: #fff;
	font-size: 12px;
}

.checkbox label {
	font-family: Montserrat-Light;
	color: #fff;
	font-size: 12px;
	padding: 0px;
}

.main {
	margin-top: calc(0% - -80px);
}

.buton-ar {
	margin: 10px auto 0;
	color: #fff;
	font-family: Montserrat-Regular;
	font-size: 23px;
	border-radius: 24px;
	padding: 1px 29px 5px;
	background-color: transparent;
	border: 1px solid #fff;
	height: 44px;
}

.buton-ar:hover {
	color: #fff;
	background-color: #d80915;
	border: 1px solid #fff;
}

.down {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	padding: 10px 0 ;
}

.down img {
	width: 40px;
	max-width: 100%;
}

.map-canvas {
    position: relative;
    width: 100%;
    height: 420px;
	background-color: #000;
}

.price {
	background-color: #C12A21;
	padding: 5px;
	border-radius: 14px;
}

.price span {
	color: #fff;
	font-size:30px;
	font-family: MuseoBold;
}

.mtrc {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0  auto 15px;
}

.mtrc img {
	width: 40px;
	margin-right: 10px;
}

.mtrc .mtrc-info {
	display: block;
	text-align: left;
}

.mtrc .mtrc-info h2 {
	margin: 0 auto 3px;
	color: #000;
}

.mtrc .mtrc-info span {
	color: #7D858B;
	font-family: MuseoSemibold;
}


#apts {
	position: relative;
	margin-top: 1em;
}

.content_apto {
	position: relative;
	overflow: hidden;
}

.content_apto .bg-infoapto {
	position: absolute;
	margin: 0px 0;
	width: calc(100% - 0px);
	padding: 10px;
	z-index: 0;
	overflow: hidden;
	mix-blend-mode: multiply;
	right: 0px;
	bottom: 0px;
	height: 60px;
	background-color: rgb(216, 9, 21);
}

.content_apto .info_apto {
	position: absolute;
	margin: 0px 0;
	width: calc(100% - 0px);
	padding: 15px 0px;
	z-index: 3;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

.content_apto .info_apto p {
	color: #fff;
	margin: 0px auto;
	font-family: MuseoRegular;
	font-size: 20px;
}

#carac {
	margin: 3em auto;
}

#carac h1 {
	margin: 0.5em auto!important;
}

#carac p {
	font-family: MuseoRegular;
	margin: 20px auto 0;
	font-size: 15px;
}

.owl-theme .owl-dots {
	position: relative;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
    background: #d80915;
}

.owl-theme .owl-dots .owl-dot span {

    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #d80915;

}



/*********  ESTILOS GENERALES CARROUSEL *******/

.owl-theme .owl-nav {
	position: absolute;
	 top: 0px;
	  width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    left: 1em;
    top: 0em;
	color: transparent!important;
    position: relative;
    background-color: transparent;
    background: transparent!important;
}

.owl-theme .owl-nav .owl-next {
    float: right;
    position: relative;
    top: 0em;
    color: transparent!important;
    background-color: transparent!important;
    background: transparent!important;
    right: 1em;
}

.owl-theme .owl-nav .owl-prev::before {
    content: '\f104';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 90px;
    color: #fff;
	text-shadow: 3px 0px 9px rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
    line-height: 20px;
}

.owl-theme .owl-nav .owl-next::before {
    content: '\f105';
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 90px;
    color: #fff;
	text-shadow: -1px 2px 3px rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
    line-height: 20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: transparent!important;
    text-decoration: none;
}



#zp {
	background-color: #F2F2F2;
}

.z-content {
	position: relative;
	overflow: hidden;
	padding: 0px 0 30px;
}

.z-content .z-items {
	width: 100%;
	text-align: left;
	position: relative;
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1em;
	height: 80px;
	padding: 1px;
}

.z-content .z-items::after {
	content: '';
	display:table-row;
	clear: both;
}

.z-content .z-items:nth-last-child(1),
.z-content .z-items:nth-last-child(2),
.z-content .z-items:nth-last-child(3) {
	margin-bottom: 0px;
}

.z-content .z-items img { 
	margin-right: 10px;
	width: auto;
}

.z-content .z-items p {
    margin: 0px;
	width: 140px;
	font-size: 15px;
}

#cta {
	background-color: #C12A21;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

#cta h2 {
	color: #fff;
	margin: 0 0 10px;
}

#cta button {
	margin: 10px auto 0;
	color: #C12A21;
	font-family: Montserrat-Regular;
	font-size: 23px;
	border-radius: 24px;
	padding: 1px 29px 5px;
	background-color: #fff;
	border: 1px solid #fff;
}


/****************************************************************/

footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	overflow: hidden;
}

footer .row:nth-last-of-type(1) {
	margin: 2em auto 1em;
}

footer img {
	width: 60%;
}

footer ul {
	padding: 0px;
	margin: 0px;
	float:right;
	list-style: none;
}

footer ul li {
	display: inline-block;
	padding:  0 10px;
}

footer ul li a {
	text-decoration: none;
}

footer ul li a i {
	color: #C12A21;
	font-size:43px!important;
}

footer .item-ft {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .item-ft .item-ft-text {
	position: relative;
}

footer .item-ft img {
	width: 48px;
	margin-right: 5px;
}

footer .item-ft .item-ft-text h4 {
	text-align: left;
	font-size: 20px;
	font-family: MuseoSemibold;
	color: #7D858B;
	margin:5px auto; 
}

.pos-footer {
	background-color: #7D858B;
	position: relative;
	padding: 12px 0 0;
}

.pos-footer a, .pos-footer p {
	color: #fff;
	font-size: 16px;
	font-family: Montserrat-Bold;
	text-decoration: none; display: inline-block;
	padding:  0 5px;
}

#MSGresult {
	padding: 9px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px!important;
    color: #fff!important;
	margin-top: 1em;
	background-color: transparent!important;
}