/**express.mapaprop.com FLEX 06-2020- AUTOR PUCARALABS by Inkscape and Boostrap4**/

@charset "utf-8";

/*font googlewebfont*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://unpkg.com/gijgo@1.9.13/css/gijgo.min.css');

/*////////////////////////*/
/* FlexV4 - DESIGN SETTINGS */
/*////////////////////////*/

/* CUSTOMER COLORS
customer color 1 primary - FLATvar( --colorPrimary) / OPTIONAL FOR GRADIENTvar( --colorPrimary)
customer color 2 secondary - FLATvar( --colorSecondary)
*/
/* SYSTEM COLORS
.mainColor #231f20
.darkGray text-dark #777777  //// not used
.lightGray text-muted #e2e2e2 //// not used
*/

/*////////////////////////*/
/* FlexV4 COLORS */
/*////////////////////////*/

/* option database customer colors in css */
/* :root {
	--colorPrimary none;
    --colorSecondary: none;
    --colorPrimaryHover: none;
    --colorSecondaryHover: none;
    --colorTextPrimary: black;
    --colorTextPrimary: black;
	--colorTextShadow: none;
	--ColorH1:none;
	--ColorH2:none;
	--ColorLinks:none;
	--ColorSpan:none;
	--altura-diferencia:0px;
} */

/* option harcoded custom colors in css */

* {
	font-family: 'Montserrat';
	/* border: 1px solid red; */
}
.none {
	display: none;
}
#header-video {
	width: 100% !important;
	background-size: cover;
	background-position: center;
}

.active {
	color: #cf1020 !important;
	display: inline-block;
	border-bottom: 2px solid #cf1020 !important;
}
.bg-primary{
	background-color: #cf1020 !important;
	color: white;
}
nav ul li a {
	margin-left: 4px;
}
.textShadows {
	text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.searcherContainer {
	background-color: #ffffff85;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #cf1020 !important;
	--bs-btn-border-color: #cf1020 !important;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #cf1020 !important;
	--bs-btn-hover-border-color: #cf1020 !important;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #cf1020 !important;
	--bs-btn-active-border-color: #cf1020 !important;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #cf1020 !important;
	--bs-btn-disabled-border-color: #cf1020 !important;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #cf1020 !important;
	--bs-btn-border-color: #cf1020 !important;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #cf1020 !important;
	--bs-btn-hover-border-color: #cf1020 !important;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #cf1020 !important;
	--bs-btn-active-border-color: #cf1020 !important;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #cf1020 !important;
	--bs-btn-disabled-border-color: #cf1020 !important;
}
.w-100 {
	width: 100% !important;
}
.btn-primary {
	color: #fff;
	background-color: #cf1020 !important;
	border-color: #cf1020 !important;
}

/* boton para ir a la propiedad del carrusel */
.IrPropiedad {
	display: inline-block;
	padding: 20px;
	border-radius: 10px;
	text-decoration: none;
	background-color: #cf1020;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.IrPropiedad:hover {
	background-color: #d43c22;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	color: #ffff;
}
/* Estilos para el carrusel de featured */
#carruselDestacados {
	border-top: 6px solid #cf1020;
	height: 550px; 
	overflow: hidden;
}
#carouselItemFeatured {
	height: 550px; 
	align-items: center;
	justify-content: center;
}
#carouselItemFeatured img {
	height: 100%;
	max-width: 100%;
}
.cropped-image {
	object-fit: cover;
}
#carouselItemFeatured::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background-color: rgba(
		0,
		0,
		0,
		0.466
	);
	z-index: 0;
}
.text-primary{
	color: #cf1020 !important;
}
.badge-primary{
	background-color: #cf1020 !important;
}
.location-container {
  display: flex; 
  align-items: center;
}

.location-container i {
  margin-right: 10px; 
}
.item {
  display: flex;
  align-items: center;
  text-align: center;
}
.cardCallToAction{
	height: 300px;
}
.whatsappCardCallToAction{
	color: #cf1020 !important;
	font-size: 50px;
}
.goToCallToAction{
	padding: 25px;
	width: 100px;
	background-color: #ff593c4d;
}

#call-to-action-2 {
  height: 500px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('callToAction2Fondo.jpg');
  background-position: center;
  background-size: cover;
  background-position-y: 100px;
  position: relative;
  background-repeat: no-repeat;
}

#call-to-action-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.footer {
	border-top: 2px solid #cf1020;
  background-color: #FFFFFF;
  color: black;
  padding: 30px 0;
}

.footer-column {
  margin-bottom: 30px;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-description {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social-link {
  font-size: 20px;
  margin-right: 10px;
}

.footer-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 5px;
}
footer a {
	text-decoration: none;
}
.footer-links a:hover {
	color: #cf1020;
}

.footer-links a {
  color: black;
  text-decoration: none;
}
.imagen-carrusel{
	max-height: 700px;
}

/* footer icons */
footer li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location-container,
.email-container {
  display: flex;
  align-items: center;
}

.location-container i,
.email-container i {
  margin-right: 5px;
}


@media (max-width: 768px) {
  footer li {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-container,
  .email-container {
    flex-direction: row;
    align-items: center;
  }

  .location-container i,
  .email-container i {
    margin-right: 5px;
  }
}
.propertyCards:hover{
	transform: scale(0.98) !important;
	cursor: pointer;
}
.image-container {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge-container {
  position: absolute;
  top: 0;
  left: 0;
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1; 
}

.image-container:hover::before {
  opacity: 1;
}


.image-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.btn-secondary{
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c89c2 !important;
	--bs-btn-border-color:  #6c89c2 !important;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg:  #6c89c2 !important;
	--bs-btn-hover-border-color:  #6c89c2 !important;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg:  #6c89c2 !important;
	--bs-btn-active-border-color:  #6c89c2 !important;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg:  #6c89c2 !important;
	--bs-btn-disabled-border-color:  #6c89c2 !important;
}
.btn-secondary {
	color:black;
	background-color: #6c89c2!important;
	border-color: #6c89c2  !important;
}
.panel dt{
 margin-bottom: 5px;
 margin-top: 1px;
}
.panel dd{
 margin-bottom: 15px;
}
.email-text {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-wrap: break-word; 
  -ms-word-break: break-all; 
  word-break: break-all;
  white-space: normal;
}
.dividerFeatured{
	height: 5px; 
	border-bottom: 1px solid #cf1020;
}
.formHomePage input,
.formHomePage textarea,
.formHomePage  select,
.formHomePage button,
.formHomePage  .alert {
    opacity: 0.7; 
}
.cartelStatus{
	width: 300px !important;
}