*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
body {
	font-family: 'Montserrat', sans-serif;
	color: #666;
}

#loadingDialog{
  background-color: rgb(16, 56, 76);
  color: rgb(110, 150, 140);
}

.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.menu {
  align-items: center;
  -webkit-align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#map {
	width: 100%;
	height: 100vh;
}

.logo {
  height: 80px;
  margin-left: 2%;
  padding: 10px 0;
}

.logo img {
  height: 100%;
}

.menu nav {
	margin-right: 2%;
}

ul {
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline-block;
  list-style: outside none none;
}

.menu li a {
  color: inherit;
  font-size: 20px;
  margin: 0 30px 0 0;
  padding: 14px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease;
}

.menu .fa {
  margin-right: 10px;
}

.menu li:last-child a {
  margin-right: 0;
}

.menu li a:hover {
	color: #cecece;
}

.hero {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  margin-top: 80px;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.hero > img {
	display: block;
	margin: 0 auto;
	width: 700px;
	max-width: 80%;
}

.hero article {
  color: #fff;
  width: 100%;
  text-align: center;
}

.button {
  border: 3px solid;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease;
  cursor: pointer;
}
.button:hover {
	transform: scale(1.1);
}
.hero .button:hover {
	transform: translateX(-50%) scale(1.2);
}

.hero .icon-sq  {
	background-color: #123e55;
	border-radius: 5px;
	box-shadow: 3px 3px 7px -2px rgb(0, 0, 0);
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #7ba79c;
	color: #7ba79c;
}

.hero.faqs .icon-sq  {
	display: block;
	margin: 10px auto;
}

.hero .icon-sq.faqv  {
	background-color: #fff;
	color: rgb(102, 102, 102);
}

.title {
  text-align: center;
  margin-bottom: 40px;
}

.doble-sec {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	margin: 10px 0;
	font-size: 1rem;
	padding: 0 20px;
}

.doble-sec img {
	width: 90%;
}
section {
	margin-bottom: 100px;
}
.new-places {
  font-size: 0;
  text-align: center;
}

h3 {
  display: inline-block;
  font-size: 2.7rem;
  margin: 20px 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

h3::after {
  background-color: #666;
  bottom: -5px;
  content: "";
  height: 2px;
  left: calc(50% - 115px);
  position: absolute;
  width: 230px;
}

h3::before {
  background-color: #666;
  bottom: 0;
  content: "";
  height: 2px;
  left: calc(50% - 125px);
  position: absolute;
  width: 250px;
}

.icon-sq {
	margin: 10px;
	display: inline-block;
	border: 3px solid;
	color: inherit;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	box-shadow: 4px 3px 5px #aaa;
	width: 300px;
	max-width: 96%
}
.panel .icon-sq {
	padding: 40px 20px;
}

.icon-sq i {
	display: block;
	font-size: 3em;
	margin-bottom: 5px;
}
.panel .icon-sq i {
	font-size: 5em;
	margin-bottom: 40px;
}

.card-wh {
  display: inline-block;
  font-size: .85rem;
  margin: 10px;
  position: relative;
  width: 300px;
  vertical-align: top;
}

.card-wh > a {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 200px;
  background-color: #666;
}

.tag {
  background-color: rgba(112, 112, 112, 0.8);
  color: #fff;
  font-size: 0.8em;
  left: -5px;
  line-height: 1.2;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 2%;
}

.tag i {
  font-size: 1.5em;
}

.tag span {
  display: block;
  font-size: 1.3em;
  font-style: normal;
}

.card-info {
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 3px solid;
  border-right: 3px solid;
  padding: 20px;
}

.icons > p {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 20px 0 0;
}

.icons i {
  font-size: 1.5em;
}

.card-wh h4 {
  font-size: 1.2em;
  margin: 0.5em 0;
  text-transform: uppercase;
}

footer {
  background-color: #666;
  box-shadow: 0 8px 7px 8px #000;
  color: #fff;
  /* font-size: 0; */
  padding: 10px 2%;
}

.footer-info ul {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.footer-info {
  display: inline-block;
  font-size: 0.85rem;
  vertical-align: top;
  width: 33.33333%;
}

.footer-info:last-child {
  /* text-align: right; */
}

footer p {
  margin: 10px 0;
}

footer a {
	color: inherit;
	text-decoration: none;
}

.footer-logo {
  text-align: center;
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
}

footer .link {
  transition: 0.2s;
  color: #ccc;
}

footer .link:hover {
  color: #fff;
}

footer img {
	width: 170px;
	margin: 0 5px;;
	vertical-align: top;
}

.search-icons {
	position: fixed;
	top: 80px;
	left: 2%;
	z-index: 10;
}

.search-icons a {
	color: #fff;
	font-size: 1.2rem;
	margin: 0 3px;
}

.search {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 80px; */
}

.search .title, .inmueble .title {
  width: 100%;
}

.search aside {
  /* border: 3px solid; */
  border-radius: 5px;
  margin: 20px 2%;
  padding: 20px;
  width: 26%;
}

.search .new-places {
  width: 70%;
}

label, input, select, textarea {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.search aside .button {
  margin-top: 20px;
}

.us, .blog {
  margin: 80px 2%;
}

.us.files {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.doble-sec.files {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}


.us.files a, .doble-sec.files a {
  margin: 2%;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.us.files i, .doble-sec.files i {
  font-size: 5.5rem;
}

.us.files p, .doble-sec.files p {
  text-align: center;
  text-transform: capitalize;
}

.us p {
  letter-spacing: 2px;
  text-align: justify;
}

.us img {
  display: block;
  margin: 2em auto;
  width: 300px;
  max-width: 50%;
}

.us img.bolgimg {
  width: auto;
  max-width: 80%;
}

.doble-sec img.bolgimg {
  width: auto;
  max-width: 100%;
}

.contact {
  margin: 80px 2%;
}

.contact form {
  border: 3px solid;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
  width: 100%;
}

.inmueble {
  margin: 80px 2%;
}
.inmueble article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slider {
  width: 50%;
  margin-top: 20px;
}

.slider img {
	-webkit-touch-callout: default;
	-webkit-user-select: default;
	-khtml-user-select: default;
	-moz-user-select: default;
	-ms-user-select: default;
	user-select: default;
}

.slider.alt {
  width: 80%;
  margin: 20px auto 0;
}

.slide {
  width: 100%;
  height: 25vw;
  background-color: #666;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider.alt .slide {
  height: 40.3vw;
  background-size: cover;
}

.doble-sec .slider.alt {
  width: 100%;
  margin: 20px 0 0;
}


.doble-sec .slider.alt .slide {
  height: 24.1vw;
}

.carusel {
	padding: 0 40px;
}

.slick-arrow {
  background-color: rgba(0,0,0,0);
  border: 1px solid transparent;
  font-size: 0;
  height: 30px;
  left: 5px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 1;
}
.slider .slick-arrow {
  background-color: rgba(255,255,255,0.8);
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.slick-arrow::after {
  content: "";
  font: normal normal normal 30px/1 FontAwesome;
  display: block;
}
.slider .slick-arrow::after {
  font: normal normal normal 25px/1 FontAwesome;
}

.slick-arrow.slick-next {
	left: auto;
	right: 5px;
}
.slick-arrow.slick-next::after {
  content: "";
}

.inm_info {
  align-items: start;
  border: 3px solid;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 20px 0 0 2%;
  padding: 20px;
  width: 48%;
}

.inm_info p, .inm_info h4 {
  margin: 0;
  padding: 2px;
  width: 25%;
}

.whata-text {
	color: #fff;
	padding: 100px 20%;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.whata-text.alt {
	position: relative;
}

.doble-sec .whata-text.alt {
	padding: 10%;
}

.whata-text.alt * {
	position: relative;
}

.whata-text.alt::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
}

.whata-text.alt a {
	color: #fff;
}

.mobil {
	display: none;
}

.descript > p {
  text-align: justify;
}

.stereno, .metro {
  display: none;
}

.videosmodal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	z-index: 1000;
}

.videosmodal > i {
	font-size: 2rem;
	position: absolute;
	right: calc(5% - 1rem);
	top: calc(5% - 1rem);
	color: #fff;
	cursor: pointer;
}

.videosmodal > iframe {
	position: absolute;
	right: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
}

.blogart {
	display: flex;
	padding: 2% 0;
	border-bottom: 3px solid #666;
	text-decoration: none;
	color: inherit;
}

.blogart figure {
	padding: 0;
	width: 46%;
	position: relative;
	height: 20vw;
	margin: 0 2%;
}

.blogart img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bloginfo {
	width: 50%;
	padding: 2%;
	border: 3px solid #666;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	text-align: center;
}

.bloginfo h4 {
	letter-spacing: 2px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	width: 100%
}

.bloginfo p {
	font-size: 0.9rem;
	line-height: 1.6;
	letter-spacing: 2px;
	margin: 0;
	width: 100%
}

.videocont {
	width: 50%;
	height: 26vw;
}

.doble-sec .videocont {
	width: 100%;
}

#mapmodal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 100;
}

#mapmodal .spinner {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	color: #fff;
	text-align: center;
	font-size: 5rem;
	width: 100px;
	height: 100px;
}

.mapmodalcont {
	display: none;
	position: absolute;
	left: 5%;
	top: 5%;
	background-color: #fff;
	width: 90%;
	height: 90%;
	padding: 30px;
	border-radius: 5px;
	overflow: auto;
	text-align: center;
}

.closemapmodal {
	display: none;
	cursor: pointer;
	position: absolute;
	top: calc(2% - 5px);
	right: calc(2% - 5px);
	font-size: 1.2rem;
	color: #fff;
}

.reglameto p {
	font-size: 1rem; 
	padding: 0 2%;
}

.faq {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 360px);
    justify-content: space-around;
    overflow: auto;
    padding: 90px 30px 0;
    position: relative;
    width: 100%;
    max-width: 800px;
    align-content: center;
    margin: 80px auto;
}

.faq_icon {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
}
.faq_box {
  margin: 1.5rem 2vw;
}
.faq_box h3 {
  color: #214a57;
  font-size: 0.9rem;
  margin: 15px 0 0;
  text-align: center;
  width: 100px;
}

.faq_box h3::after, .faq_box h3::before {
	display: none;
}

.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	width: 50px;
}

.whatsapp img {
	width: 100%;
}

#cookie { 
	display: none;
	position: fixed;
	bottom: 0;
	background-color: #000;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 20px;
	color: #fff;
}

.modalmsn {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 123;
}

.modalmsn .modalmsnbg {
  position: relative;
  width: 100%;
  height: 100%;
}

.modalmsn form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

@media (max-width: 800px) { 

.menu nav {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease 0s;
}

.menu nav.active {
  transform: translateX(0%);
}

ul {
  /* margin: 30vh 0 0; */
}

.menu li {
  display: block;
  text-align: center;
}

.menu li a {
  display: block;
  margin: 20px 0;
  padding: 0;
}

.menu .fa {
  margin-right: 0;
}

.mobil.fa.fa-bars {
  display: block;
  font-size: 1.5em;
  margin-right: 2%;
}

.logo {
  height: 60px;
}

.hero {
  margin-top: 60px;
  background-attachment: initial;
}

.hero .title {
	margin-bottom: 10px;
}

.hero .icon-sq i {
  font-size: 1.5em;
  display: inline-block;
  margin-right: 10px;
}

h3 {
  font-size: 1.7rem;
}

.card-wh {
  width: 90%;
  margin: 10px 0;
}
.footer-info {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

footer img {
  display: block;
  margin: 0 auto;
}

.footer-info:last-child {
  /* text-align: center; */
}

.search aside, .search .new-places, .slider {
  width: 100%;
}

.us p, .us h1, .us h2, .us h3, .us h4, .us h5, .us h6 {
  padding: 0 20px;
  letter-spacing: normal;
}

.inm_info {
  margin: 10px 1%;
  width: 98%;
}

.slide {
  height: 70vw;
  
}

.doble-sec .slider.alt .slide, .slider.alt .slide, .videocont {
	height: 50.5vw
}

.slider.alt, .videocont, .us img.bolgimg {
	width: 100%;
	max-width: 100%;
}

.inm_info p, .inm_info h4 {
  width: 50%;
}

.descript {
  padding: 0 26px;
}
.doble-sec {
	width: auto;
}

.arti .doble-sec {
	width: 100%;
}
.search-icons {
	top: 60px;
	left: 2%;
}

.search-icons a {
	padding: 3px 6px;
	font-size: 1.22rem;
	margin: 0 2px;
}
#map {
	height: calc(100vh - 60px);
}

.whata-text {
	padding: 50px 5%;
}

.responsivo p {
	width: 100%;
}

.blogart {
	flex-wrap: wrap;
}

.blogart figure {
	width: 100%;
	margin: 0;
	height: 40vw;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
}

.bloginfo {
	width: 100%;
	margin: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.bloginfo h4 {
	font-size: 1.2rem;
}

.bloginfo p {
	font-size: 0.9rem;
}

}