@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#container {
	z-index:2;
	min-height:100%;   
	position:relative;
}

#header {
	width: 100%;
	height: 90px;
	z-index:3;
	position:absolute;
}
#contenido {
	padding-top:90px;
	padding-bottom:100px;
	width:100%;
}
#footer {
	bottom:0;
	width:100%;
	height:50px;
	position:absolute;
	z-index:3;
	background:#064071;
}

.team {
	width:100%; 
	margin-bottom:30px;
	height:200px;
}
.team_thumb {
	float:left; 
	width:300px; 
	height:200px; 
	background:url(images/empty.jpg) center center no-repeat; 
	background-size:cover;
}
.team_text {
	float:right; 
	width:calc(100% - 330px); 
	display:table;
}
.team_text_in {
	display:table-cell; 
	vertical-align:bottom; 
	height:200px;
}


.valor {
	width:100%; 
	margin-bottom:30px;
	height:100px;
}
.valor_thumb {
	float:left; 
	width:100px; 
	height:100px;
	background:#03467d;
}
.valor_text {
	float:right; 
	width:calc(100% - 130px); 
	display:table;
}
.valor_text_in {
	display:table-cell; 
	vertical-align:bottom; 
	height:100px;
}



/* Fonts */


.menu {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#064071;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	text-transform:uppercase;
	margin-right:40px;
	font-weight:bold;
}
.menu:hover {
	color:#F33;
}

.submenu {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#064071;
	display:block;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	font-weight:bold;
	margin-bottom:20px;
}
.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#FFF;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#064071;
	text-decoration:none;
}
.t2 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
.t3 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	color:#064071;
	text-decoration:none;
	font-weight:bold;
}
.t4 {
	font-family: 'Lato', sans-serif;
	font-size:40px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.t5 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#064071;
	text-decoration:none;
}
.t6 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	color:#064071;
	text-decoration:none;
}


/* Icons */


.bt_blog {
	width:350px; 
	width:100%;
	height:300px;	
	display:inline-block;
	text-decoration:none;
	/*margin-bottom:25px;
	margin-right:25px;*/
}

.bt_product {
	width:49%; 
	height:180px; 
	position:relative; 
	height:180px; 
	display:inline-block;
	text-decoration:none;
}

.access {
	text-decoration:none;
	width:32%; 
	height:100px; 
	display:inline-block;
}
.access_thumb {
	width:100px;
	height:100px;
	float:left;
	background-color:#064071;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100px 100px;
}
.access_thumb:hover {
	background-color:#F33;
}
.access_dad {
	float:left;
	padding-left:20px;
	display:table;
}
.access_son {
	height:100px;
	display:table-cell; 
	vertical-align:middle;
}


.bt_more {
	color:transparent;
	outline:none;
	display:block;
	cursor:pointer;
	width:40px;
	height:40px;
	text-decoration:none;
	background-color:#F33;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(images/plus.png);
	border:none;
	background-size:25px 25px;
	position:absolute; 
	z-index:3; 
	bottom:10px; 
	right:20px;
}


.bt_red {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#FFF;
	outline:none;
	font-weight:bold;
	margin-top:10px;
	display:block;
	cursor:pointer;
	width:100%;
	height:30px;
	padding-top:10px;
	text-decoration:none;
	background:#F33;
	text-align:center;
	border:none;
}
.bt_red:hover {
	background:#03467d;
}

.bt_blue {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#FFF;
	outline:none;
	font-weight:bold;
	margin-top:10px;
	display:block;
	cursor:pointer;
	width:100%;
	height:30px;
	padding-top:10px;
	text-decoration:none;
	background:#03467d;
	text-align:center;
	border:none;
}
.bt_blue:hover {
	background:#F33;
}

.icon {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:40px;
	height:30px;
	text-decoration:none;
}


/* Forms */

.field {
	color:#666;
	display:block;
	width:calc(100% - 10px);
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	outline:none;
	border:none;
	background:#edf1f5;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}
.area {
	color:#666;
	display:block;
	width:calc(100% - 10px);
	height:195px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	outline:none;
	resize:none;
	border:none;
	background:#edf1f5;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
.bt_send {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#FFF;
	outline:none;
	font-weight:bold;
	margin-top:10px;
	display:block;
	cursor:pointer;
	width:100%;
	height:40px;
	text-decoration:none;
	background:#03467d;
	text-align:center;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	border:none;
}
.bt_send:hover {
	background:#F33;
}




.verif{ display: none; }


/* Popup */

#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; 
	top:0; left:0; 
	z-index:9999; 
	overflow:hidden;
}
#cboxOverlay{
	position:fixed; 
	width:100%; 
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{ background:#FFF; outline:none;}
#cboxContent{}
.cboxIframe{}
#cboxLoadingOverlay{
	background:url(images/loading.gif) no-repeat center center;
}
#cboxLoadingGraphic{
	background:url(images/loading.gif) no-repeat center center;
}
#cboxClose{
	height:20px; 
	width:20px; 
	position:absolute; 
	top:10px; 
	right:10px; 
	background:url(images/close.png) no-repeat;
	color:transparent;
	background-size:20px 20px;
	text-indent:-9999px;
	outline:none;
	border:none;
}
#cboxClose:hover{
}


/* Banner home*/

div.bgcarousel{ /* CSS for main carousel container */
	background: black url(images/loading.gif) center center no-repeat; /* loading gif while caoursel is loading */
	width:100%; /* default dimensions of carousel */
	height:450px;
}
img.navbutton{ /* CSS for the nav buttons */
	margin-bottom:30px;
	z-index:5;
}
div.slide{ /* CSS for each image's DIV container within main container */
	background-color: black;
	background-position: top center; /* center image within carousel */
	background-repeat: no-repeat;
	background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
	color: black;
}
div.slide div.desc{ /* DIV that contains the textual description inside .slide */
	position: absolute;
	right: 50px;
	bottom:100px;
	z-index:5;
}
div.slide div.desc a{
	cursor:pointer;
	color: #FFF;
	text-align:right;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
}

/* drop */

.categoria {
	display:block;
	width: 100%;
	text-decoration:none;
	cursor:pointer;
	border-bottom:1px solid #FFF;
	padding-top:10px;
	padding-bottom:10px;
	background:url(images/arrow.png) right center no-repeat;
}

.detalle {
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-top:25px;
	padding-bottom:25px;
}



/*  DROPMENU */


.dropbtn {
    font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#064071;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	text-transform:uppercase;
	margin-right:40px;
	font-weight:bold;
	background:none;
	border:none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	width:220px;
	text-align:left;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
	text-decoration:none;
	font-family:'Lato';
	font-size:16px;
	outline:none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color:#064071;
	margin-bottom:1px;
	color:#FFF;
}

.dropdown-content a:hover {
	background-color:#F33;
	
}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropmenu {
	padding-left:60px;
	text-decoration:none;
	height:38px;
	padding-top:12px;
	width:220px;
	background-size:40px 40px;
	background-position:12px center;
	background-repeat:no-repeat;
}

.bt_alimentos {
	background-image: url(images/icon_alimentos.png);
}
.bt_bebidas_lacteos {
	background-image: url(images/icon_bebidas_lacteos.png);
}
.bt_agropecuaria {
	background-image: url(images/icon_agropecuaria.png);
}
.bt_pesca_piscicultura {
	background-image: url(images/icon_pesca_piscicultura.png);
}
.bt_institucional {
	background-image: url(images/icon_institucional.png);
}
.bt_tratamiento_agua {
	background-image: url(images/icon_tratamiento_agua.png);
}