/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	background:white;
	overflow-x:hidden;
	
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}

a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: none;
}
p, li{}
p{
	display:block;
	margin: 0 0 15px 0;
}

hr{
	margin-bottom:30px;
	border-color:#eee;
}

h1, h2, h3, h4, h5, h6{
	display:block;
	margin-bottom: 30px;
	
	font-family: 'Lora', serif;
	font-size: 24px;
	letter-spacing:-0.025em;
}
h1{
	font-size: 32px;
}

figure{
	margin:0 !important;
}

input, select option{
	font-size: 14px !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
	color:#1c1c1c;
	text-shadow: 0;
	font-size: 14px;
}

button{
	border:none;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/


/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}
.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.full-height, .half-height{
	position: relative;
}

.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.half{
	width: 50%;
}
.imgbordershadow	{
	box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.125);
}
.nobo{
	border:none !important;
}

.limit{
	display:block;
	width: 100%;
	overflow:hidden;
}
.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

.fondogris{
	background:#efefef;
}

.espacio{
	padding:7rem 0;
}

.boton{
	display:inline-block;
	padding:1em 2em;
	background:#5a684e;
	border-radius:10px;
	color:white !important;
	font-size: 15px;
}
.boton:hover{
	background:black;
}
.boton img{
	display:inline-block;
	margin-left: 1em;
}
.boton svg{
	margin-left: 15px;
	fill: white;
}

/**************************************************************************************
Inicio
***************************************************************************************/
header{
	position: relative;
	height: 600px;
	overflow:hidden !important;
}
header #headerinner{
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.navbar{
	padding-top: 2em;
}
.navbar a{
	color:white;
	font-family: 'Lora', serif;
}
.navbar a:hover{
	color:#e6fcd3;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
a.nav-link{
	margin-left: 2.5em;
}

#headerinner h1{
	z-index: 1;
	display:block;
	margin-top: 6em;
	
	color:white;
	text-align: center;
	text-decoration: underline;
}

footer{
	min-height:12em;
}
footer>*{
	font-size: 14px;
}
footer hr{
	display:block;
	margin-bottom: 3em;
}
footer nav a{
	margin-right: 2em;
	color:black;
}
footer span{
	margin-right: 2em;
}
	
body.inicio header{
	background:url(../_img/inicio.jpg) no-repeat center top;
	background-size: 1920px;
}
body.productos header{
	height: 1030px;
	background:url(../_img/productos.jpg) no-repeat center top;
	background-size: 1920px;
}
body.nosotros header{
	background:url(../_img/nosotros.jpg) no-repeat center top;
	background-size: 1920px;
}
body.vivero header{
	background:url(../_img/vivero.jpg) no-repeat center top;
	background-size: 1920px;
}
body.contacto header{
	background:url(../_img/contacto.jpg) no-repeat center top;
	background-size: 1920px;
}

/**************************************************************************************
Productos
***************************************************************************************/
#pelado{
	padding-right:1.5em;
}
#cascara{
	padding-left:1.5em;
}
.fondogris h2{
	margin:2rem 0;
}
body.productos h3{
	display:block;
	margin:3rem 0 3rem 0;
	color:#c79249;
	font-size: 22px;
	letter-spacing:0;
}
body.productos h4{
	margin:3rem 0 1rem 0;
	font-size: 18px;
}
.caracteristicas p{
	display:block;
	padding:0 1rem 0 0;
	color:#676767;
	font-size: 16px;
	line-height:20px;
}

body.nosotros h1{
	font-size: 30px;
}

.prensa{
	background:url(../_img/prensa.jpg) no-repeat 40% bottom;
	background-size: 1920px;
}
.prensa section h2{
	color:#c79249;
}
.prensa section h3{
	display:block;
	margin:30px 0 0 0;
	font-size: 18px;
}
.prensa section a{
	color:#828002;
	font-size: 13px;
}
.prensa section a:hover{
	text-decoration: underline;
}

.notas a span{
	display:block;
	margin-top: 10px;
	
	color:#828002;
	font-size: 15px;
	line-height:21px;
}
.notas a:hover span{
	text-decoration:underline;
}

#datos{
	padding:4em 0 3.5em 0;
	background:#eeede1;
}
#datos h2{
	margin:0 0 15px 0;
	color:#a56c3c;
	font-size: 15px;
}
#datos p,
#datos p a{
	display:block;
	padding:0;
	color:#51514c;
	font-size: 16px;
}
#datos p a:hover{
	text-decoration: underline;
}

#formulario textarea{
	min-height: 260px;
}
#formulario input[type="text"],
#formulario input[type="email"]{
	min-height: 53px;
}
#formulario input[type="submit"]{
	margin-top: 15px;
	border:none !important;
	cursor: pointer;
}








