@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=Maven+Pro&family=Montserrat:wght@400;800&display=swap");

:root {
	--goldyellow: #efe49d;
	--goldbrown: #a8824c;
	--black: #000000;
	--white: #ffffff;
	--grey: #848484;
}

html,
body {
	padding: 0px;
	margin: 0px;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.cookies-container {
	background-color: #000;
	bottom: 0;
	box-sizing: border-box;
	min-height: 100px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 500;
}

.cookies-bar {
	display: flex;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

.cookies-bar p {
	color: white;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	margin-top: 20px;
}

.cookies-bar button {
	background-color: #efe49d;
	border: none;
	border-radius: 6px;
	color: black;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	outline: none;
	margin: 10px;
	padding: 10px 18px;
}

.hide {
	display: none;
}

#menu {
	transition: all 0.3s ease-in-out;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

/* width */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: whitesmoke;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

main {
	margin: 0;
	padding: 0;
}

/*menu start*/
nav {
	background-color: rgba(255, 255, 255, 0.6);
	position: fixed;
	z-index: 10;
	height: auto;
	top: 0;
	width: 100%;
	box-shadow: 2px 2px 50px 10px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	animation-name: appear;
	animation-duration: 1s;
	animation-iteration-count: 1;
	transition-timing-function: ease-in-out;
}

@keyframes appear {
	from {
		margin-top: -70px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes appear {
	from {
		margin-top: -70px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}

.menu {
	position: relative;
	width: 1300px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0);
	display: inline-flex;
	justify-content: space-between;
}

.logo {
	height: 50px;
	width: auto;
	margin: 5px;
	position: relative;
}

.descuento {
	border-radius: 90px;
	background-color: black;
	color: #efe49d;
	height: 180px;
	position: absolute;
	width: 180px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	top: 12%;
	right: 10%;
	margin: 0;
	animation: entrance 0.5s ease-in-out;
}

@-webkit-keyframes entrance {
	from {
		right: -300px;
	}
	to {
		right: 0;
	}
}

@keyframes entrance {
	from {
		right: -300px;
	}
	to {
		right: 0;
	}
}

.desc-contenido {
	text-align: center;
	margin-top: 52%;
	transform: translateY(-50%);
	line-height: 0px;
}

.desc-contenido p {
	font-size: 30px;
	font-weight: 400;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.desc-contenido h2 {
	font-size: 60px;
	font-weight: 400;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.phone-icon {
	height: 30px;
	width: auto;
	margin: 15px;
	position: absolute;
	right: 20%;
}

.my-button {
	color: black;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	margin: 15px 30px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.my-button:hover {
	background-color: black;
	height: 60px;
	width: auto;
	padding: 15px 30px;
	margin: 0;
	color: #efe49d;
	text-decoration: none;
}

.menu ul {
	font-size: 16px;
	display: flex;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
	justify-content: right;
}

.menu-responsive-active {
	display: none;
}

/*menu ends*/

/* Content pages start  */

/* section one */
.section-One {
	padding-top: 20%;
	height: 100vh;
	background-image: url("../img/backgrounds/backgroundTwo.webp");
	background-repeat: none;
	background-size: cover;
	opacity: 1;
	transition: all 1s ease-in-out;
	overflow: hidden;
}

/* content */

.message {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
}

.entrance-message {
	/*position: relative;
	margin-top: 6%;
	margin-left: 50%;
	transform: translate(-50%, -50%);*/
	text-align: center;
}

.graphicOne {
	margin-top: 30px;
	width: 10%;
	height: auto;
}

.entrance-message h3 {
	color: white;
	font-size: 60px;
	font-family: "Maven pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.graphicTwo {
	width: 10%;
	height: auto;
	transform: rotate(-180deg);
}

/* content */

/* section one*/

/* section two */
.section-Two {
	min-height: 100vh;
	background-color: white;
	color: var(--grey);
}

.section-Two h1 {
	padding: 20px 0;
	color: var(--grey);
	font-size: 60px;
	margin-bottom: 30px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.02);
	text-align: center;
}

.card-pisos {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 1px 1px 10px grey;
}

.title {
	text-align: center;
	font-size: 35px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	text-transform: uppercase;
	font-family: "Maven+Pro", -apple-system, BlinkMacSystemFont, "Maven+Pro",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: bold;
}

.sub-title {
	font-family: "Maven+Pro", -apple-system, BlinkMacSystemFont, "Maven+Pro",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* Slideshow container */
.slideshow-container {
	width: 100%;
	height: auto;
	position: relative;
	margin: auto;
}

.slideshow-container img {
	height: 100%;
	width: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

a:hover {
	color: var(--goldyellow);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fadeSlide;
	-webkit-animation-duration: 1.5s;
	animation-name: fadeSlide;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeSlide {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeSlide {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

.description {
	line-height: 25px;
	text-align: justify;
	color: #888888;
	font-family: "Cairo";
}

.description-container {
	height: 250px;
	overflow-y: scroll;
}

.btn-solicitud {
	width: 100%;
	height: 50px;
	background-color: black;
	text-align: center;
	margin-top: 4%;
	color: var(--goldyellow);
	border: none;
	outline: none;
	box-shadow: 1px 1px 5px var(--grey);
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	font-family: "Maven+Pro", -apple-system, BlinkMacSystemFont, "Maven+Pro",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.btn-solicitud:hover {
	background-color: white;
	border: 1px solid black;
	color: black;
}

/* section two */

.section-Three {
	min-height: 60vh;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.02);
}

.section-Three h1 {
	padding: 20px 0;
	color: var(--grey);
	font-size: 60px;
	margin-bottom: 20px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.02);
	text-align: center;
}

.contact {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 4px #ebe5e6, inset 3px 3px 4px #ebe5e6;
	margin: 5px;
	padding: 5px;
}

.contact table {
	width: 100%;
	margin: auto;
	padding: 5px;
}

/*
.contact table tr th {
  color: var(--goldbrown);
  padding: 10px;
  font-family: "Maven+Pro", -apple-system, BlinkMacSystemFont, "Maven+Pro",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
*/

.contact table tr th h4 {
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 10px;
	font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Cairo", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.contact table tr:nth-child(2) td {
	background-color: black;
	text-align: center;
}

.contact table tr:nth-child(2) td a img {
	margin: 0 5px 0 5px;
}

.contact table tr:nth-child(2) td a p {
	color: var(--goldyellow);
	margin-top: 15px;
	font-weight: 500;
	font-size: 20px;
}

.mapa {
	/*background-color: black;*/
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 4px #ebe5e6, inset 3px 3px 4px #ebe5e6;
}

.address {
	background-color: black;
	color: var(--goldyellow);
	font-size: 18px;
	text-align: center;
	line-height: 23px;
	font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Cairo", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	width: 100%;
	margin: 10px 0;
	padding: 5px 0;
}

.section-Four {
	min-height: 85vh;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.02);
}

.section-Four h1 {
	color: var(--grey);
	font-size: 60px;
	margin-bottom: 30px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Montserrat",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.02);
	text-align: center;
}

/* Content pages ends */

.logo-container {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
	height: auto;
	border: 1px solid grey;
	border-radius: 20px;
	padding: 20px;
	background-color: white;
}

/* Formulario style start*/
input[type="text"],
input[type="date"],
input[type="number"],
input[type="submit"],
.btn-warning,
.btn-dark,
label,
h3 {
	font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Cairo", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* Formulario style ends*/

/* Quienes Somos start */

.quienes-somos {
	margin: 70px 0 0 0;
	padding-top: 50px;
}

.quienes-somos h2 {
	text-align: center;
	font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Cairo", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	margin: 20px;
}

.quienes-somos-content {
	padding: 0 20px 0 0;
}

.quienes-somos-imagen {
	padding: 0;
}

.grafico-content {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
}

.quienes-somos-graphic-start {
	width: 200px;
	height: auto;
	margin: auto;
}

.quienes-somos-graphic-ends {
	width: 200px;
	height: auto;
	margin: auto;
	transform: rotate(180deg);
}

.quienes-somos-texto {
	text-align: justify;
	font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Cairo", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	line-height: 23px;
	/*padding: 20px;
	margin: 20px auto;*/
	max-width: 1300px;
}

.forma-parte-nosotros {
	text-align: justify;
	font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Cairo", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	line-height: 23px;
	/*padding: 20px;
	margin: 20px auto;*/
	max-width: 1300px;
}

.quienes-somos-divider {
	display: none;
}

@media screen and (max-width: 991px) {
	.quienes-somos-divider {
		display: block;
	}
}

.victor-texto,
.daniel-texto {
	padding-top: 25px;
}

.victor-texto h5,
.daniel-texto h5 {
	text-align: left;
}

.imagen-daniel,
.imagen-victor {
	padding: 0;
}

.imagen-daniel img,
.imagen-victor img {
	width: 100%;
}

/* Quienes Somos ends */

/* footer */
footer {
	min-height: 200px;
	background-color: rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 20px;
}

.footer-content {
	max-width: 1125px;
	margin: auto;
	padding: 0;
}

footer p {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Maven+Pro", -apple-system, BlinkMacSystemFont, "Maven+Pro",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	text-align: center;
}

.footer-content ul a {
	font-style: none;
	color: black;
}

.footer-section-one ul li {
	font-family: "Maven+Pro", -apple-system, BlinkMacSystemFont, "Maven+Pro",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	list-style: none;
	white-space: nowrap;
}

.footer-section-one ul {
	padding-inline-start: 0;
}

.footer-section-one ul a li img {
	width: 30px;
	border-radius: 8px;
	margin: 0 5px 10px 0;
	border: 1px solid grey;
}

.social-media {
	display: inline-flex;
	justify-content: right;
}

.social-media img {
	width: 35px;
	margin: 5px;
	height: auto;
}

/* footer */

/* Crecimiento page start*/

.form-crecimiento {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	display: none;
}

.btn-conocenos {
	border: none;
	margin: auto;
	display: flex;
	background-color: black;
	color: #efe49d;
	text-align: center;
	padding: 10px 20px;
	border-radius: 12px;
	box-shadow: 2px 2px 4px 2px rgb(177, 177, 177);
	transition: .2s ease-in-out;
	align-items: center;
	font-weight: bold;
}

.btn-conocenos:hover{
	box-shadow: 0.5px 0.5px 0.5px 0.5px rgb(177, 177, 177);
}

.imagen-crecimiento img {
	width: 100% !important;
}

.form-group {
	text-align: left;
}

/* Crecimiento page ends */

/* unete page start */

.form-unete{
	width: 100%;
	margin-top: 50px;
	text-align: center;
	display: none;	
}

/* unete page ends */

/* Responsive mode start */

@media screen and (max-width: 767px) {
	nav {
		background-color: white;
	}

	.menu {
		display: none;
		background-color: white;
	}

	.menu-responsive-active {
		display: block;
		padding: 10px 0;
	}

	.logo-responsive {
		width: 200px;
		height: auto;
	}

	.descuento {
		border-radius: 55px;
		height: 110px;
		position: absolute;
		width: 110px;
		margin: 0;
		top: 15%;
		animation: entrance 1s ease-in-out;
	}

	@-webkit-keyframes entrance {
		from {
			right: -100%;
		}
		to {
			right: 0;
		}
	}

	@keyframes entrance {
		from {
			right: -100%;
		}
		to {
			right: 0;
		}
	}

	.desc-contenido {
		text-align: center;
		margin-top: 54%;
		line-height: -5px;
	}

	.desc-contenido p {
		font-size: 20px;
	}

	.desc-contenido h2 {
		font-size: 30px;
	}

	.section-One {
		background-position: -350px 0px;
	}

	.section-Two h1,
	.section-Three h1,
	.section-Four h1 {
		font-size: 35px;
	}

	.section-Two h1 img,
	.section-Three h1 img,
	.section-Four h1 img {
		height: 25px !important;
		width: auto !important;
		margin-right: 2px !important;
	}

	/*  On  */
	.menu-toggleOn-responsive {
		width: 40px;
		height: 40px;
		background-color: white;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px 25px 0 0;
		border-radius: 5px;
		border: 1px solid black;
		box-shadow: 1px 1px 6px black;
		animation-name: fade;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}

	.menu-toggleOn-responsive ul li:nth-child(1) {
		position: absolute;
		background-color: black;
		height: 2px;
		width: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		list-style: none;
		margin: 10px 0;
		border-radius: 1px;
	}

	.menu-toggleOn-responsive ul li:nth-child(2) {
		position: absolute;
		background-color: black;
		height: 2px;
		width: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		list-style: none;
		border-radius: 1px;
	}

	.menu-toggleOn-responsive ul li:nth-child(3) {
		position: absolute;
		background-color: black;
		height: 2px;
		width: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		list-style: none;
		margin: -10px 0;
		border-radius: 1px;
	}

	/*  On  */

	/*  Off */

	.menu-toggleOff-responsive {
		width: 40px;
		height: 40px;
		background-color: white;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px 25px 0 0;
		border-radius: 5px;
		border: 1px solid black;
		box-shadow: 1px 1px 6px black;
		display: none;
		animation-name: fade;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}

	.menu-toggleOff-responsive ul li:nth-child(1) {
		position: absolute;
		background-color: black;
		height: 2px;
		width: 25px;
		top: 50%;
		left: 20%;
		transform: translate(-50%, -50%);
		list-style: none;
		margin: 0;
		border-radius: 1px;
		transform: rotate(45deg);
	}

	.menu-toggleOff-responsive ul li:nth-child(2) {
		position: absolute;
		background-color: black;
		height: 2px;
		width: 25px;
		top: 50%;
		left: 20%;
		transform: translate(-50%, 50%);
		list-style: none;
		margin: 0;
		border-radius: 1px;
		transform: rotate(-45deg);
	}

	/*  Off */

	.buttons-responsive-container {
		background-color: rgba(255, 255, 255, 0.6);
		height: 100vh;
		/*width: 100vw;*/
		display: none;
		animation-name: fade;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}

	@keyframes fade {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	.buttons-responsive-container ul {
		position: relative;
		list-style: none;
		text-align: center;
		margin: 50% auto;
		padding: 0;
	}

	.buttons-responsive-container ul a li {
		margin: 20px 0px;
		font-family: "Maven pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
			Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
			sans-serif;
		color: var(--grey);
		font-size: 25px;
	}

	/* section one*/

	/* content */

	.entrance-message {
		position: relative;
		margin-top: 50%;
		margin-left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		display: block;
		animation-name: fadeTwo;
		animation-duration: 2s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
		animation-timing-function: ease-in-out;
	}

	@keyframes fadeTwo {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.graphicOne {
		width: 20%;
		height: auto;
	}

	.entrance-message h3 {
		color: white;
		font-size: 25px;
	}

	.graphicTwo {
		width: 20%;
		height: auto;
		transform: rotate(-180deg);
	}

	/* content */

	/* section one*/

	/*  reseñas  */
	.carousel-control-prev,
	.carousel-control-next {
		width: 35%;
		bottom: -75%;
		display: none;
	}

	/* reseñas */

	/* Logo responsive */

	.logo-image-responsive {
		margin-top: 0px !important;
		width: 100% !important;
		height: auto !important;
	}

	/* Logo responsive */

	/* footer */
	.social-media {
		display: inline-flex;
		justify-content: center;
	}

	footer p {
		position: relative;
		bottom: 10px;
		text-align: center;
		margin-top: 25px;
	}

	/* footer */
}

/* Responsive mode ends */
