/*========== GENERAL ==========*/
@font-face{
	font-family: "Cicle";
	src: url("fonts/LiberationSans-Regular.ttf");
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: ""Nunito", sans-serif"!important;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1;
}

.entry {
  margin-top: 19px;
}

.entry h2{
  font-size: 35px!important;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.mb-50{ margin-bottom: 50px; }
.mb-30{ margin-bottom: 30px; }
.mb-18{ margin-bottom: 18px; }
.mt-40{ margin-top:40px; }

a.btn.btn-more {
  float: right;
  background-color: rgb(237, 237, 237);
  color: rgb(137, 137, 137);
  border-radius: 2px;
  padding: 5px 15px;
  font-size: 12px;
}

.cont a, .cont a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

i.fa.fa-file-text-o {
  font-size: 16px;
}

.navbar-collapse.in{
	background-color: black;
}

/*========== HEADER ==========*/
header {
	width: 100%;
	position: absolute;
	height: 51px;
	background-color: white;
	z-index: 999;
}

header img {
	width: 160px;
	padding-top: 0px;
}

nav.navbar.navbar-default {
	border: none;
	background-color: white;
	height: 51px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background-color:white;
}

.navbar-default .navbar-nav>li>a {
	color: #777 !important;
	  font-size: 14px;
	  margin: 0 0 2px;
	  padding: 15px 10px 14px 14px;
	  line-height: 20px;
	  text-transform: capitalize;
	  letter-spacing: 1px;
	  font-weight: bold;
	  font-family: "cicle"!important;
}

a.navbar-brand {
	padding: 10px 20px 8px 0px;
}



/*========== SLIDER ==========*/
section.slider {
  background-image: url('../img/s1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100px;
  margin-top: 51px;
  float: left;
  text-align: left;
  color: white;
}

section.slider > .pattern {
	width: 100%;
	height: 100%;
	float: left;
	background-image: url('../img/pattern.png');
	background-repeat: repeat;
	padding: 43px 0px 44px 0px;
}
section.slider p{
	font-size: 18px;
	line-height: 26px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.slider h1 {
	color: white;
	font-size: 50px;
}

.btn-slider {
    background-color: #3E963B;
	padding: 15px 27px!important;
	margin-right: 15px;
	margin-top: 15px;
	transition-duration: 200ms;
	border-radius: 2px!important;
	color: white;
	text-transform: uppercase;
	font-size: 14px!important;
	font-family: ""Nunito", sans-serif"!important;
	font-weight: 400!important;
}

a.btn.btn-slider:hover {
	color: white;
	background-color: rgb(90, 90, 90);
}

section.slider-mobile {
	float: left;
	width: 100%;
	min-height: 100px;
	background-color: rgb(245, 248, 250);
	margin-top: 51px;
	padding: 20px;
}

section.slider-mobile a.btn.btn-slider {
  min-width: 300px;
}

.navbar-default .navbar-toggle {
  background-color: rgb(255, 255, 255);
  border: 0px;
  color: rgb(62, 150, 59);
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0px 0px 0px;
}

.navbar-header p i.fa.fa-bars {
  color: rgb(62, 150, 59);
  font-size: 21px!important;
  margin-right: 5px;
}

button.navbar-toggle.collapsed:hover ,button.navbar-toggle.collapsed:visited,button.navbar-toggle.collapsed:link{
  background-color: white;
}


/*========== ARTICULOS ==========*/
section.articulos {
	padding: 40px 0px;
	width: 100%;
	height: auto;
	float: left;
}

section.articulos .cont {
	border-bottom: 2px solid #dfe4e6;
	float: left;
	width: 100%;
}

section.articulos ul {
	width: 100%;
	float: left;
}

section.articulos li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e1e3e6;
	padding: 0px;
}

section.articulos i.fa{
	  margin: 10px 10px 10px 0px;
}

section.articulos ul>li>a {
  padding: 3px 0px 3px 0px;
  float: left;
  clear: both;
  color: #6d6d6d;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  //font-family: ""Nunito", sans-serif"!important;
  font-weight: 400;
}

.cont, .cont i.fa, .cont h2{
	display:flex;
}

.cont i.fa{
	color: rgb(62, 150, 59);
	border-radius: 50%;
	border: 2px solid rgb(62, 150, 59);
	font-size: 22px;
	padding: 8px 11px;
	height: 45px;
}

.cont i.fa.fa-bed {
  padding: 8px 9px!important;
}

.cont h2 {
  font-size: 18px;
  margin-top: 23px!important;
  margin-bottom: 10px;
}

/* SIDEBAR */
aside{
	margin-top:40px;
}

aside .box {
  background-color: #f5f8fa;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 25px;
  position: relative;
}

aside p > img {
	width: 15px;
	margin-top: -10px;
}

aside .fa-mobile {
	font-size: 17px;
	margin-left: 2px;
}

aside .box > h4{
	font-size: 17px;
	margin: 0 0 25px;
	font-weight: 400;
	text-transform: normal;
	letter-spacing: 0;
	color: #1a1a1a;
}

aside .box > p{
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

p > i {
  color: rgb(60, 60, 60);
  font-size: 12px;
}

p > i.fa {
  font-size: 13px!important;
  margin-left: 5px;
}

aside i.fa.fa-mobile {
  font-size: 19px!important;
}

aside i.fa.fa-map-marker {
  margin: 0px!important;
  font-size: 15px!important;
}

aside a, aside a:hover {
  color: rgb(102, 102, 102);
  text-decoration: none;
}

aside .visitanos > a.btn.btn-slider, h4 {
  margin: 5px 0px!important;
}


/*========== FOOTER ==========*/
section.footer-info {
	float: left;
	width: 100%;
	background-color: #242424;
	height: auto;
	color: #909090;
	padding: 46px 0px 50px 0px;
}

section.footer-info h4 {
	color: #3E963B;
	padding: 8px 0px 18px 0px;
	font-size: 17px!important;
}

section.footer-info a {
	color: #909090;
	text-decoration: none;
}

section.footer-info p{
	line-height: 22px;
	font-size: 14px;
}


footer {
	width: 100%;
	background-color: #f5f8fa;
	float: left;
	padding: 33px 0px 27px 0px;
}

footer p {
	color: #666;
	float: left;
	font-size: 13px;
}

footer a, a:hover {
	color: black;
	//font-weight: 700;
	text-decoration: none;
}

section.footer-info li, li > a > img {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 5px;
	margin-top: 12px;
}

footer p {
  margin: 0 0 7px!important;
}


/*========== SOBRE-BOX ==========*/ 
.sobre-box {
  border-radius: 4px;
  border: 1px solid rgb(240, 240, 240);
  float: left;
  width: 100%;
  margin-top: 40px;
}

.sobre-box .fondo  {
  float: left;
  width: 100%;
  height: 180px;
  background-size: cover;
  border-radius: 4px 4px 0px 0px;
}

.f1{ background-image: url('../img/so1.jpg'); }
.f2{ background-image: url('../img/so2.jpg'); }

.sobre-box .text {
  padding: 10px 10px;
  margin: 0px;
  text-align: center;
  font-weight: 700;
  float:left;
  width: 100%;
  background-color: rgb(62, 150, 59);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid white;
}

.sobre-box > .text > p {
  padding: 10px;
  margin: 0px;
  color: white;
  font-size: 15px;
}

.sobre-box:hover > .f1, .sobre-box:hover > .f2  {
  opacity: 0.9;
}


/*===== ASIDE =====*/
.fila {
  display: inline-block;
}
.fila > i.fa {
  display: inline-block;
float: left;
background-color: rgb(255, 255, 255);
color: rgb(153, 153, 153);
padding: 10px;
border-radius: 4px;
display: inline-block;
text-align: center;
height: 40px;
width: 40px;
font-size: 15px;
padding-left: 10px;
border: 1px solid rgb(229, 229, 229);
}

.fila > p {
  display: inline-block;
  float: right;
  margin-top: 11px;
  color: #666;
  font-size: 13px;
}

.fila > p > i > img {
  width: 15px;
  top: -2px;
  position: relative;
}


ul.idioma li img{
	width: 20px;
	height: 20px;
	float: none;
    margin-right: 5px;
    margin-top: 0px;
}


