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



/* ------------------------ INICIO - CUERPO ------------------------ */
.cuerpo-logo {
	width: 320px;
	height: 204px;
	margin: auto;
    background: url(../img/logo.png) no-repeat;
}


#cuerpo-menu {
	width:100%;
	height:auto;
	background:#fafed9;
	display:block;
	padding:0;
	margin:0;
}


.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;
}


.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;
}


.inicio-box {
    width: 320px;
    height: 281px;
    margin: auto;
    margin-bottom: 15px;        
    
}

.inicio-img {
    width: 320px;
    height: 227px;   
}

.inicio-bg {
    width: 320px;
    height: 54px;
    background:#fafed9;
}

.inicio-txt-01 {
    width: 310px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:23px;
    color:#9e7406;
    margin: 0px 0px 0px 10px;
    
    
}

.inicio-txt-02 {
    width: 310px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:16px;
    color:#9e7406;
    margin: 0px 0px 0px 10px;   
    
}




.slogan {
	width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
	background:#fafed9;
}


.slogan-icn {
	width: 150px;
	height: 150px;
	margin: auto;
	margin-top: -45px;
	background: url(../img/slogan-icn.png) no-repeat;

}

.slogan-txt-01 {
	width: auto;
	height: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:36px;
    color:#666666;
    
}


.slogan-txt-02 {
	width: auto;
	height: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:25px;
    color:#666666;
    
}




.cuerpo-completo {	
	width: 100%;
	height: auto;			
	margin: auto;
	
}


.cuerpo-completo-foto-1 {
	width: 50%;
	height: 366px;
	background-image: url("../img/foto-entera-01.jpg");	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	float: left;
}

.cuerpo-completo-foto-2 {
	width: 50%;
	height: 366px;
	background-image: url("../img/foto-entera-02.jpg");	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	float: left;
}




.cuerpo-base {	
	width: 100%;
	height: auto;
	margin: auto;	
	padding: 10px 0px 10px 0px;
	background: #a6cf38;	
}


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


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

.base-box-linea {
	width: 120px;
	height: 1px;
	background: #fff;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}


.base-box-txt {
	width: auto;
	height: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:18px;
    color:#465912;
    
}


.social {
	width: 106px;
	height: 48px;
	margin: auto;
}

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


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




.servicio-box {
	width: 320px;
	height: auto;
	margin: auto;
	margin-top: 0;
}

.servicio-icn {
	width: 320px;
	height: 68px;

}


.servicio-titulo {
	width: 320px;
	height: 30px;
	padding: 30px 0px 0px 0px;
	margin-top: -25px;
	background:#fafed9;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 800;	
	color:#666666;
	text-align:center;	
}

.servicio-txt {
	width: 320px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.servicio-items {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #454545;
	line-height : 25px;
}

.servicio-items li {
	margin:0px 0px 0px 5px;
	list-style-image: url("../img/items.png");
}


.contacto-box {
	width:320px;
	height:auto;
	margin:auto;
	display: flex;
    display: -webkit-flex;   
    flex-direction: column;     
   	-webkit-flex-direction: column;
	margin-top:0px;
	margin-bottom:15px;
}

.contacto-titulo, .contacto-txt  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#9e7406;
	text-align:center;
}

.contacto-titulo {
	font-size:25px;
}

.contacto-txt  {
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}

.contacto-linea {
	width:80px;
	height:1px;
	background: #a6cf38;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;	
}



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

.tienda-box-img {
	width: 320px;
	height: 320px;

}

.tienda-box-bg {
	width: 320px;
	height: 190px;
	background:#fafed9;
}

.tienda-box-titulo {
	width: 310px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:23px;
    color:#9e7406;
    margin: 0px 0px 0px 10px;
}


.tienda-box-txt {
	width: 310px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:16px;
    color:#666666;
    margin: 0px 0px 0px 10px;
}

.tienda-box-btn {
	width: 320px;
	height: 30px;
	padding: 4px 0px 0px 0px;
	background:#8fd100;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:20px;
	text-align:center;
    color:#FFF;

}


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






/* ------------------------ INICIO - MENU  -------------------------- */
.menu_bar {
	display:none;
}

header {
	width:100%;

}

header nav {
	background:#fafed9;
	z-index:1000;
	max-width:1025px;
	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:#e1e9a1;
}

header nav ul li a {
	color:#9e7406;
	display:block;
	text-decoration:none;
	padding:10px 14px 10px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:23px;
}


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

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

}

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

}

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


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:#fafed9;
		z-index:1000;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 17px 20px 17px 20px;
		color:#9e7406;
		overflow: hidden;	
		font-family: 'Open Sans', 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 - MENU ------------------------------- */
/* ------------------------------------------------------------------- */

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

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

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

h3 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;	
	color:#666666;
	text-align:center;
	margin: 0px;
	padding: 0px;
    font-size: 23px;
}

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


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


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




/* ------------------------ FIN - TEXTO ------------------------------ */
/* ------------------------------------------------------------------- */



/* ------------------------ INICIO - FORMULARIO --------------------- */
.form {width:320px; margin:-15px 0px 0px 0px;}
.form span label {	font-family: 'Open Sans', sans-serif;font-weight: 300; font-size:18px;}
.form span label {color:#666666;}


form p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	text-align: justify;
	line-height: 30px;

}


.form input {
	width:100%;
	height:38px;
	border:0;
	outline: 0;
	padding:0px;
	background:#d9d9d9;
	color:#222222;
	font-size: 14px;
	
}


.form textarea {
	width:100%;
	height: 110px;
	max-height:110px;
	padding:0px;
	background:#d9d9d9;
	border:0;
	font-size: 14px;
}

.form input:hover,
.form input:focus, 
.form textarea:hover, 
.form textarea:focus {
	background:#999999;
	color:#111111;	
}

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

.form button {
	width: auto;
	margin:10px 0px 0px 8px; 
	padding: 10px 35px 10px 35px;
	background: #b2b2b2;	
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	text-transform: uppercase;
	text-align: left;
	
}

.form button:hover {
	background: #3bb4c1;	
	color: #fff;
}

.hide {
    display: none;
}

.ajaxgif {
    position: absolute;
    left: 150px;
    top: 15px;
}
.msg {
    min-width: 130px;
	right: 0px;
	height: 28px;
	padding: 10px 15px 0px 15px;
	color:#ffffff;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size:14px;
	text-align:center;
    position: absolute;
	margin-top:-39px;
	
}

.msg_ok {
    background: #589D05;
}
.msg_error {
    background: red;
}

@media screen and (max-width: 800px) {
	.form {width:285px;}
	.form button {width: auto; margin:10px 0px 0px 205px;}	
	.form button:hover { background:#00a9ff;}
}
/* ------------------------ FIN - FORMULARIO  ----------------------- */
/* ------------------------------------------------------------------ */


/* ------------------------ INICIO - MOVIL  -------------------------- */


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


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

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


	.cuerpo-completo-foto-1 {width: 100%;float: none;}
	.cuerpo-completo-foto-2 {width: 100%;float: none;}

}


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