.slide-caption .inner-container {
	margin-top: 25%;
}

.button-slide {
	background: rgba(209, 37, 37, 0.8);
	border: none;
	color: white;
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: lighter;
}

.black-background {
	background: black;
	max-width: 100%;
	text-align: center;
}

.slide-caption .inner-container h2, .slide-caption .inner-container h3 {
	color: white;
	font-weight: bold;
	text-shadow: -3px 3px 10px black;
}

.imageSlider {
	max-width:100% !important;
	height: auto !important;
	width: 100% !important;
}

#main-footer .top-section .widgets h4.title {
	font-size: 24px;
	line-height: 2em;
	color: rgb(255, 255, 255);
	margin-bottom: 0px;
}

#main-footer .top-section .widgets {
	color: rgb(255, 255, 255);
}

#main-footer .top-section .widgets a {
	color: rgb(255, 255, 255);
}

.footer-domus {
	color: #FF7373;
}

.footer-domus a:link, .footer-domus a:visited {
	color: #FF7373;
}

.white-link {
	color: white;
}

.white-link:hover {
	color: white;
}

.link-blue {
	color: blue;
	text-decoration: underline;
}

.link-blue:hover {
	color: blue;
	text-decoration: underline;
}

.alinear-texto {
	text-align: justify;
	font-size: 1.1em;
}

.alinear-texto-list {
	text-align: justify;
	font-size: 1.1em;
	list-style-type: circle;
	margin-left: 15px;
}

.red-icon {
	color: white;
	border: 1px solid rgb(209, 37, 37);
	background: rgb(209, 37, 37);
	border-radius: 50%;
	padding-top: 7px;
	height: 30px;
	width: 30px;
	font-size: 15px;
	text-align: center;
}

.celular-matricula {
	display: block;
}

.equipo-matricula {
	display: none;
}

#contentimgpu {
	background: white;
	height: 450px !important;
	width: 90% !important;
}

.modal-container {
	padding-top: 15%;
	padding-bottom: 30%;
	padding-right: 50px;
	padding-left: 50px;
	height: 450px !important;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/assets/img/modal.jpg");
	background-size: cover;
	font-size: 17px;
}

.logo-modal {
	width: auto !important;
	height: 60px !important;
}

.modal-container h4 {
	font-size: 30px;
	font-weight: bold;
}

.modal-container p {
	font-size: 20px;
}

.datos-contacto {
	text-align: left;
}

.img-contactos {
	width: 100%;
	height: auto;
}

#facebook-logo {
	font-size: 25px;
	color: #3b5998;
}

#countPictures {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 20px;
}

@media (min-width: 767px) {
	.imageSlider {
		max-width:100%;
		height:auto;
		width: 100%;
	}

	.celular-matricula {
		display: none;
	}

	.equipo-matricula {
		display: block;
	}

	#contentimgpu {
		background: white;
		height: 450px !important;
		width: 500px !important;
	}

	.modal-container {
		padding-top: 15%;
		padding-bottom: 30%;
		padding-right: 100px;
		padding-left: 100px;
		height: 450px !important;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/assets/img/modal.jpg");
		background-size: cover;
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	#main-header {
		position: inherit;
		margin-top: -80px !important;
	}

	.slide-caption .inner-container h2, .slide-caption .inner-container h3 {
		color: white;
		font-weight: bold;
		font-size: 15px;
		text-shadow: -3px 3px 10px black;
		margin-bottom: -20px;
	}

	.hide-in-telephone {
		display: none;
	}

	.logo-modal {
		width: 100% !important;
		height: auto !important;
	}

	#email-contacto {
		font-size: 12px;
	}

	.imginmueble img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
}

@media (max-width: 480px) {
	.owl-item {
		height: 100%;
		background-color: rgb(255, 255, 255);
	}
}