/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,800i&display=swap');

/* ------------------------ INICIO - CUERPO ------------------------- */
body {background: #ffffff;}

.cuerpo-top {
    width: 100%;
    height: auto;
    padding: 4px 0px 4px 0px;
    background: #d9bf77;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#045100;
	text-align:center;
	font-size: 14px;
}

.cuerpo-cabecera {
    width: 1000px;
    height: 130px;
    margin: auto;
}

.cuerpo-cabecera-a {
    width: 320px;
    height: 130px;
    float: left;
}

.cuerpo-cabecera-b {
    width: 130px;
    height: 50px;
    margin: 0px 0px 0px 320px;
    padding: 80px 0px 0px 550px;
    
}


.cuerpo-menu {
    width: 100%;
    height: auto;
    background:#045100;
}


.btn-whatspapp {display:block; float:left; text-indent:-9000%;  margin:0px 0px 0px 0px; }
.btn-whatspapp {width:40px; height:40px; background:url(../img/icn-whatsapp.png); background-position:0px;}
.btn-whatspapp:hover {background-position:-40px;}


.btn-facebook {display:block; float:left; text-indent:-9000%;  margin:0px 0px 0px 5px; }
.btn-facebook {width:40px; height:40px; background:url(../img/icn-facebook.png); background-position:0px;}
.btn-facebook:hover {background-position:-40px;}


.btn-instagram {display:block; float:left; text-indent:-9000%;  margin:0px 0px 0px 5px; }
.btn-instagram {width:40px; height:40px; background:url(../img/icn-instagram.png); background-position:0px;}
.btn-instagram:hover {background-position:-40px;}


.cuerpo-slide {
	width:100%;
	height:auto;
	position:relative;
	margin: auto;
	margin-top: 1px;
}

.slide-img {
	width: 100%;
	height: auto;
	z-index:1;
	position:relative;
	display: block;
}

.slide-img-movil {display:none;}

.cuerpo {
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 20px 0px 20px 0px;
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


.cuerpo-slogan {
	width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
	background: #d9bf77;
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


.servicio-box {
	width: 126px;
	height: 126px;
	margin: auto;
	background: url(/img/bg-circulo.png) no-repeat;
}

.servicio-box a {text-decoration: none;}

.servicio-icn {
	width: 50px;
	height: 50px;
	margin: auto;
	padding-top: 22px;
}

.servicio-txt {
	width: 100%;
	height: auto;
	padding-top: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	color:#FFF;
	text-align:center;
	font-size: 18px;
}

.redes {
	width: 90px;
	height: 40px;
	margin: auto;
	margin-top: 10px
}

.cuerpo-linea {
	width: 100%;
	height: 5px;
	background: #d9bf77;
	margin-bottom: 2px;
}

.cuerpo-base {
	width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
	background: #045100;

}

.base-box {
	width: 320px;
	height: auto;
	margin: auto;
}

.base-h1, .base-txt {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	color:#fff;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.base-h1 { font-size: 25px; }
.base-txt { font-size: 13px; }
.base-linea {
	width: 90px;
	height: 1px;
	margin: auto;
	margin-bottom: 15px;
	background: #d9bf77;
}


.destacado-box {
	width: 320px;
	height: 205px;
	margin: auto;
}

.destacado-box a {text-decoration: none;}

.destacado-top {
	width: 310px;
	height: 19px;
	margin-bottom: 1px;
	padding: 1px 0px 0px 10px;
	background: #045100;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	color:#fff;
	font-size: 13px;
}

.destacado-img {
	width: 320px;
	height: 115px;
	margin-bottom: 1px;
}

.destacado-txt {
	width: 310px;
	height: 37px;
	padding: 17px 0px 0px 10px;
	background: #d9bf77;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	color:#045100;
	font-size: 27px;
}

.contacto-box {
	width: 320px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.contacto-titulo {
	width: 320px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#666666;
	text-align:center;
	font-size: 22px;
	margin-bottom: 6px;
}
.contacto-linea {
	width: 90px;
	height: 1px;
	background: #d9bf77;	
	margin: auto;
}

.contacto-txt {
	width: 320px;
	height: auto;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#666666;
	text-align:center;
	font-size: 13px;
}
/* ------------------------ FIN - CUERPO ---------------------------- */
/* ------------------------------------------------------------------ */



/* ------------------------ INICIO - MENU --------------------------- */

.menu_bar {
	display:none;
}

header {
	width:100%;

}

header nav {
	background:#045100;
	z-index:1000;
	max-width:992px;
	width:100%;
	margin:auto;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:#4e8925;
}

header nav ul li a {
	display:block;
	text-decoration:none;
	padding:8px 23px 8px 23px;
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
    font-size:19px;
    color:#ffffff;
}


header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#045100;
	position: absolute;
	width: 200%;
	z-index:1000;

}

header nav ul li .children li {
	height: 30px;
	
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);

}

header nav ul li .children li a {
	padding: 5px 0px 0px 20px; 
	display: block;
	font-size:15px;
}


header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:10px;

}

@media screen and (max-width: 800px) {
	body {
		padding-top:68px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#045100;
		z-index:1000;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 17px 20px 17px 20px;
		color: #fff;
		overflow: hidden;	
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		font-size: 25px;
		text-decoration: none;
	}


	header nav {
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

}

/* ------------------------ FIN - CUERPO ---------------------------- */
/* ------------------------------------------------------------------ */






/* ------------------------ INICIO - TEXTO --------------------------- */

h1, h2 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	color:#045100;
	text-align:center;
	margin: 0px;
	padding: 0px;
}


h1 { font-size: 35px;}
h2 { font-size: 25px;}

p {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	text-align: justify;
	color: #666666;
	font-size: 16px;
	line-height : 30px;
}

#tilde {
	list-style-image: url("../img/tilde.png");
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height: 30px;
	color:#666666;
	margin:0px 0px 0px 30px;
}

#tilde li {
	margin:0px 0px 20px 0px;
}


.br-30 {
	width: 100%;
	height: 30px;
}

.linea {
	width: 90px;
	height: 1;
	background: #d9bf77;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.img {margin: auto;}

.img img {
	width: 100%;
	height: auto;
	position:relative;
	display: block;
	margin: auto;
	text-align: center;
	
}
/* ------------------------ FIN - TEXTO ---------------------------- */
/* ------------------------------------------------------------------ */

/* ------------------------ INICIO - DESARROLLO --------------------- */


.inmueble-box {
	width: 320px;
	height: 210px;
	margin: auto;
	margin-bottom: 25px;
	
}

.inmueble-top {
	width: 320px;
	height: 4px;
	margin-bottom: 2px;
	background: #045100;
}

.inmueble-bg {
	width: 320px;
	height: 184px;
	max-height: 184px;
	background: #eae8e2;
}

.inmueble-icn {
	width: 16px;
	height: 16px;
	margin: 5px 5px 0px 5px;
	float: left;
}

.inmueble-txt {
	width: 289;
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	color: #666666;
	float: left;
}


.inmueble-consulta {
	width: 115px;
	height: 20px;
	float: left;
	background: #eae8e2;
	padding: 0px 0px 0px 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
	color: #666666;
}
.inmueble-btn {
	width: 100px;
	height: 20px;
	float: left;
}


/* ------------------------ FIN - DESARROLLO ------------------------ */
/* ------------------------------------------------------------------ */



/* ------------------------ INICIO - FORMULARIO --------------------- */
.form {width:320px;}

.form > p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	color:#666666;
	font-size:13px;
	margin:0px;
	line-height: normal;
}

input, textarea {
	width:310px;
	height:30px;
	border:0;
	outline: 0;
	padding:5px;
	background:#e3e3e3;
	color:#222222;
	font-size:13px;
	border-radius:8px;	
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background:#777777;
	color:#3c3c3c;	
}

input:focus, textarea:focus {
	background: #fff8e5;
	color:#666666;	
}

textarea {
	width:310px;
	max-width: 310px;
	height: 110px;
	max-height:110px;
	padding:5px;
	line-height: 130%;
}

form.form .ultimo{
    margin-bottom: 0;
    position: relative
}

.btn-contacto {
	width: 120px;
	height: 35px;
	padding: 5px 30px;
	margin-top: 15px;	
	margin-right: 195px;
	background-color: #666666; 
	border: none;
  	color: white;  	
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
  	cursor: pointer;
	border-radius:8px;	
}

.btn-contacto:hover{
	background:#045100;
	color:FFF;
	text-decoration: none;
}



/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 20px;
}

.msg{
    min-width: 100px;
	right: 0px;
	height: 21px;
	padding: 9px 15px 5px 15px;
	color:#ffffff;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size:14px;
	text-align:center;
    position: absolute;
	margin-top:15px;
	border-radius:8px;	
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}

/* ------------------------ FIN - FORMULARIO ------------------------ */
/* ------------------------------------------------------------------ */



/* ************************** INICIO - MOVIL ************************ */
@media screen and (max-width: 800px) {

	body {background: #ffffff;}
	
    .cuerpo-cabecera {
        width: 320px;
		margin: auto;		
    }
    
    .cuerpo-cabecera-a {
        width: 320px;
        height: 130px;        
        float: none;
    }
    
    .cuerpo-cabecera-b {
        width: 130px;
        height: 50px;
        margin: auto;                
		padding: 0px;
		float: none;
	}
	
	.slide-img {display:none;}
	.slide-img-movil {
		display: block;
		margin: auto;
		margin-top: 50px;
	}

	.cuerpo {
		width: 320px;
		margin: auto;
	}

	p {width: 90%; margin: auto;}

}

/* ************************** FIN - MOVIL *************************** */
/* ****************************************************************** */


/* ---------------------- VOLUMEN VISUAL - INICIO ----------------*/
.cuerpo-volumen { width: 100%; height:auto; background:#056700; margin-top: 1px; padding: 5px 0px;}
.btn-volumen-visual {display:block; text-indent:-9000%; margin:auto;}
.btn-volumen-visual {width:82px; height:39px; background:url(../img/volumen-visual.png);}
.btn-volumen-visual:hover {background-position:-82px;}
/* ---------------------- VOLUMEN VISUAL - FIN -------------------*/
/* ----------------------------------------------------------------/

/* ------------------------ WHATSAPP - INICIO  ------------------ */
#whatsapp {
	position: fixed;
	width:106px;
	height:36px;
	bottom:15px;
	right: 0px;
	z-index:500;
}
/* ------------------------ WHATSAPP - FIN  --------------------- */
/* -------------------------------------------------------------- */