/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	background:white;/*#54a275*/
	overflow-x:hidden;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	-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{
	line-height:21px;
	display:block;
	margin: 0 0 15px 0;
}
p a{
    color: #007bff;
}

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

h1, h2, h3, h4, h5, h6{
	font-family: 'PT Serif', serif;
	font-weight: 700;
}

figure{
	margin:0 !important;
}

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

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

button{
	border:none;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.dropdown:hover>.dropdown-menu {
	display: block;
}
.card{
	border:0;
	border-radius:0;
}
.modal{
	z-index: 2147483647;
}

/**************************************************************************************
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;
}

.espacio{
	padding:5rem 0;
}
.espacio-top{
	padding:5rem 0 0 0;
}
.espacio-bottom{
	padding:0 0 5rem 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;
}
.borde{
    border: 1px solid #ced4da;	
}

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

/**************************************************************************************
Generales
***************************************************************************************/
.bg-verdeoscuro{
	background:#15251c;
}
.bg-verdeclaro{
	background:#ddfbea;
}
.color-verde{
	color: #54a275;
}
.color-marron{
	color:#795c3a;
}

/**************************************************************************************
Menu
***************************************************************************************/
#menu{
	position: relative;
	background:white;
}

a.navbar-brand img{
	float: left;
}
a.navbar-brand span{
	float: left;
	display:block;
	padding-top:2.2rem;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	line-height:1.5rem;
}
a.navbar-brand span strong{
	color:#54a275;
	font-size: 1rem;
	font-weight: normal;
}
li.nav-item{
	margin-left: 2.5rem;
}
a.nav-link {
	color:#214430 !important;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform:uppercase;
}
a.nav-link span{
	display:block;
	color:#7b9aa5;
	font-family: 'PT Serif', serif;
	font-size: 0.9rem;
	font-weight: 400;
	text-transform: none;
}
a.nav-link.actual {
	color:#f68220 !important;
}
a.nav-link.actual span{
	color:#858557;
}
a.nav-link:hover{
	color:gray !important;
}

/**************************************************************************************
Inicio
***************************************************************************************/
#slideshow {
	z-index: 0;
	position: relative;
	height: 500px;
	width: 100%;
	background: #e3f0e8 url(../_img/ajax-loader.gif) no-repeat center 50px;
}
#exportacion{
	z-index: 9999;
	position: relative;
	margin-top:-500px;
	height: 500px;
	width: 100%;
}
#exportacion section{
	margin:7.5rem 0 0 0;
	padding:5rem 0;
	background:rgba(255,255,255,0.85);
	text-align: center;
}
#exportacion h1{
	font-size: 2.5rem;
}
#exportacion h2{
	color:#7d3c05;
	font-size: 1.25rem;
	font-weight: 400;
}

hr.hrNovedades{
	display:block;
	margin:1.6rem 0 2.3rem 0;
	height: 1px;
	background:#54a275;
	border:0;
}

#footer{
	padding:3rem 0;
}
#footer nav a{
	margin-right: 1.75rem;
	color:white;
	font-size: 0.8rem;
}
#footer nav a:hover{
	color: #f68220;
}

a#whatsapp{
	z-index: 2;
	position: fixed;
	bottom:30px;
	right:30px;
	padding:1rem;
	background:white;
	border-radius:30px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
a#whatsapp:hover{
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
}
a#whatsapp img{
	width: 32px;
}

/**************************************************************************************
Productos
***************************************************************************************/
.portada{
	display:block;
	height: 225px;
	width: 100%;
	text-align: center;
}
.portada h1{
	padding-top:7.25rem;
}
.portada-productos{
	background:url(../_img/productos.jpg) center top;
}
.portada-produccion{
	background:url(../_img/produccion.jpg) center top;
}
.portada-ubicacion{
	background:url(../_img/ubicacion.jpg) center top;
}
.portada-contacto{
	background:url(../_img/contacto.jpg) center top;
}

body.produccion #certificados,
body.ubicacion #certificados{
	margin:2rem 0 0 0 !important;
}

ul.lista{
	margin:0;
	padding:0;
	list-style:none;
}
ul.lista li{
	padding:0 0 0 1rem;
	background:url(../_img/bullet.png) no-repeat 0px 10px;
	background-size: 6px;
}

/**************************************************************************************
Certificaciones
***************************************************************************************/
span.certificaciones-label{
	display: block;
	margin-top: 10px;
}














