@import url('https://fonts.googleapis.com/css2?family=Federo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@charset "utf-8";
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

Body {
	font-family: 'Montserrat', Verdana, Helvetica, sans-serif;
	font-weight:300;
	font-size: 15px;
	color: #000;
	line-height:1.5rem;
	margin:0px auto;
	scrollbar-base-color: #B9B093;
    background: #666;
}

main {
	background-color:#000;
	width:100%;
	max-width:1300px;
	padding-bottom:12px;
	margin: auto;
	border:# 8px dotted;
}

header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items:center;
	margin-bottom:8px;
	border: #CC6600 px dotted;
	background-color:#4c4c4c;
	margin:auto;
	width:100%;
}

.logo {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	width:20%;
	border: #CC6600 px dotted;
}

.nav {
	text-align:center;
	width:60%;
	border: #95d px dotted;
}

.fono {
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-align:center;
	width:20%;
	border: #37e px dotted;
}

header .nav a {
	font-size:16px;
	font-weight:500;
	color:#ddd;
	padding: 0 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header a:hover {
	color:#fff;
	background-color:#000;
}

h1 {
	font-family: 'Federo', Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#fff;
	line-height:2;
	text-indent:32px;
	letter-spacing:1px;
}

hr {
	width: 100%;
	border-top: 1px solid #2CB4C9;
	border-bottom: none;
	margin:18px auto;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration:none;
}

a:hover {
	color: #3AA6FF;
}

b {
	font-weight:600;
}

p {
	margin-bottom:6px;
	text-align:justify;
}

/*----------------------------------------------------------------*/

#paginas {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	width:98%;
	max-width:1300px;
	padding-bottom:8px;
	margin: 24px auto 0;
}

.paginas {
	text-align:center;
	width:18.6%;
    margin: 0 .7% 16px;
}

.paginas img {
	width:100%;
}

.paginas a {
	font-size:15px;	
	font-weight:500;
	color: #e3e3e3;
	letter-spacing:1px;
	position: absolute;
	z-index:999;
	padding: 1px 8px;
	border:#e3e3e3 thin solid;
	margin:8px;
	background-color:rgba(50,50,50,.5);
}

.paginas a:hover {
	color: #fff;
	text-decoration:none;
	border:#C20EAF thin solid;
	background-color:#C20EAF;
}

/*---------------------------------------------------------ICONO------------------*/

@font-face {
  font-family: 'icon-expres';
  src: url('documentos/font/icon-expres.eot?25524844');
  src: url('documentos/font/icon-expres.eot?25524844#iefix') format('embedded-opentype'),
       url('documentos/font/icon-expres.woff2?25524844') format('woff2'),
       url('documentos/font/icon-expres.woff?25524844') format('woff'),
       url('documentos/font/icon-expres.ttf?25524844') format('truetype'),
       url('documentos/font/icon-expres.svg?25524844#icon-expres') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icon-expres";
	font-style: normal;
	font-weight: normal;
	padding-right:6px;
}
 
.icon-mail:before { content: '\e803'; }
.icon-mobile:before { content: '\e804'; }
.icon-whatsapp:before { content: '\f232'; }

/*---------------*************************** reseņa *************************-------------------*/

.describe {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	width:96%;
	max-width:900px;
	border: # 4px dashed;
	margin: 12px auto;
}

.sufoto {
	text-align:center;
	width:25%;
	border-radius: 6px;
	border:#2CB4C9 2px solid;
	padding:6px;
}

.sutexto {
	width:70%;
	border:# 4px dotted;
}

.sutexto p {
	color:#fff;
	line-height:1.1;
}


/*---------------------------------------------*/

#propiedad {
	width:100%;
	max-width:862px;
	height:auto;
	background-color:#fff;
	padding:10px;
	margin: 0 auto;
	display:block;
}

#propiedad li {
	line-height:1;
}

#wrapper {
	width:100%;
	max-width:862px;
	height: auto;
	display:table;
	margin:auto;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height:100%;
	padding: 0;
	margin: 0;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;W
}

#slider3 {
	margin: 0 auto;
}

.rslides_tabs {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	width: 100%;
	max-width: 862px;
	padding: 10px 0;
	border-bottom:#666 thin solid;
	text-align: center;
}

.rslides_tabs li {
	line-height:1;
	display: inline;
	float: none;
	margin: 4px;
	display: inline-block;
}

#slider3-pager a {
	margin: 4px;
	display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 8px #FF6651;
}

#slider3-pager a {
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides {
	margin: 0 auto;
}
/*----------------**************************************---------------------FOOTER-----------*/

footer {
	width:100%;
	border-top: #fff 4px double;
	background-color:#666;
	text-align:center;
	margin-top:18px;
	margin-bottom:0;

}

footer span {
	font-size:20px;
	color:#fff;
	padding: 5px;
}

footer a {
	font-size:18px;
	font-family: 'Athiti', Verdana, Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	line-height:2;
	padding: 8px 4px;
}

footer a:hover {
	color:#fc3;
}

@media only screen and (max-width: 660px) {

Body {
	font-size:0.9rem;
	font-weight:400
	margin:6px 0;
	margin-bottom:0;
}

h1 {
	font-size:1.5rem;
	text-align:center;
	line-height:1;
	width:100%;
	margin: 0;
	text-indent:0;
}

h2 {
	font-size:1.3rem;
	text-indent:18px;
}

h3 {
	font-size: 1.1rem;
	letter-spacing:0;
	text-indent:0;
}

.destaca { 

	background-color: #FCFCFC;
	background: linear-gradient(#FFF, #e6e6e6);
	width:100%;
	border-radius:0;
	box-shadow: 2px 2px 6px #999;
	padding:8px;
	margin:6px 0;
}

.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	text-align:left;
}

#propiedad {
	width:100%;
	height:auto;
	border:none;
	border-bottom:#BFE5EB thin solid;
	border-top:#BFE5EB thin solid;
	margin:8px auto;
}
/*-------------------------------------FOOTER-----------*/

footer {
	width:100%;

}

footer span {
	font-size:1.1rem;
	color:#fff;
	padding: 5px;
}

footer a {
	font-size:1.1rem;
	font-family: 'Athiti', Verdana, Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	padding: 8px 4px;
}

footer a:hover {
	color:#fc3;
}


.navegacion { border-radius:0;
}

.navegacion ul li {
	line-height:1.4;
	padding:3px;
	margin:0;
}

.navegacion a, .actual {
	font-size:0.9rem;
}

.navegacion .icon-facebook {
	font-size:1.4rem;
}

}

