@charset "utf-8";
/* --------------------
     Design:	diecisietedoce.com
Development:	figonni.com
-----------------------
	Azul		#155788
	Violeta		#8795B4
	Celeste		#D6DEEA
----------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
body:after, header:after, main:after, section:after, aside:after, footer:after, form:after, ul:after,
.wrapper:after, .productos:after, .col:after, .row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body, header, main, section, aside, footer, form, ul,
.wrapper, .productos, .col, .row {
	zoom: 1;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
abbr[title] {
	border-bottom: 1px dotted;
}

/**/
::-moz-selection {
	background: #155788;
	color: #FFF;
	text-shadow: none;
}
::selection {
	background: #155788;
	color: #FFF;
	text-shadow: none;
}

/* --------------------
	GO
----------------------- */
html {
	cursor: default;
	background: #EFEFEF;
	color: #666;
	font-size: 100%;
	font: normal 13px/18px "OpenSansRegular", Arial, Helvetica, sans-serif;
	/**/	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/**/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #333;
	text-decoration: none;
	/**/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover {
	color: #155788;
}
a:active, a:hover, area {
    outline: 0;
}
a:focus {
    outline: 1px dotted;
}

/* --------------------
	TEXTOS
----------------------- */
h1, h2, h3, h4, h5, h6, blockquote, p {
	text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
}
blockquote {
	font-size: 16px;
	line-height: 1.4em;
}
p {
	margin-bottom: 1.2em;
}

/* SEPARADOR */
hr {
	position: relative;
	float: left;
	width: 100%;
	margin: 0.5em 0 1.5em;
	border: none;
	border-bottom: 1px solid #EFEFEF;
}

/* TITULO > PRINCIPAL */
.heading {
	color: #8795B4;
	font-size: 28px;
}
.heading a {
	color: #8795B4;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.heading small {
	color: #CCC;
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
}

/* TITULO > SECUNDARIO */
.heading-sub {
	color: #8795B4;
}

/* --------------------
	CONTAINERS
----------------------- */
body {
	max-width: 1200px;
	margin: 0 auto;
	background: #FFF;
}
.page-header, .page-cover, .page-content, .page-footer {
	position: relative;
	width: 100%;
}
.page-cover {
	/*overflow: hidden;*/
}
.wrapper {
	position: relative;
	width: 960px;
	/*height: 100%;*/
	margin: 0 auto;
}


/* --------------------
	CONTAINERS > COLUMNAS
----------------------- */
.section,
.row,
.col {
	position: relative;
	width: 100%;
	/**/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.section {
	padding: 20px 0 40px;
}
.row {
	float: left;
}
.col {
	float: left;
	padding: 0 20px;
}
.col--25 {
	width: 25%;	
}
.col--50 {
	width: 50%;	
}
.col--75 {
	width: 75%;	
}

.col img {
	max-width: 100%;
}
/* --------------------
	HEADER
----------------------- */
.page-header {
	height: 115px;
	border-bottom: 10px solid #D6DEEA;
	background: #FFF;
}


/* LOGO */
.brand {
	margin: 0;
}
.brand a {
	position: absolute;
	display: block;
	top: 25px;
	left: 15px;
	width: 280px;
	height: 75px;
	background: transparent url(../img/logo-south-agribusiness.png) no-repeat;
	text-indent: -999em;
	z-index:99999;
}
.brand a:hover {
	opacity: 0.75;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}


/* MENU */
.menu {
	position: absolute;
	top: 60px;
	right: 20px;
}
.nav-item {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 0 40px;
}
.nav-item:last-child:after {
	display: none;
}
.nav-item a {
	display: block;
	color: #155788;
	font-size: 14px;
	line-height: 20px;
}
.nav-item a:hover,
.nav-current a:hover {
	color: #8795B4;
}
.nav-current a {
	color: #CCC;
}


/* SELECTOR IDIOMAS */
.lang {
	position: absolute;
	top: 15px;
	right: 20px;
}
.lang li {
	display: block;
	float: left;
	margin-left: 20px;
}
.lang a {
	display: block;
	color: #8795B4;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
}
.lang .current a {
	color: #D6DEEA;
}
.lang a:hover,
.lang .current a:hover {
	color: #111;
}
.lang-flag-es {
	padding-left: 23px;
	background: url(../img/flags/es.png) no-repeat;
}
.lang-flag-en {
	padding-left: 23px;
	background: url(../img/flags/uk.png) no-repeat;
}
.lang-flag-de {
	padding-left: 23px;
	background: url(../img/flags/de.png) no-repeat;
}
.lang-flag-fr {
	padding-left: 23px;
	background: url(../img/flags/fr.png) no-repeat;
}


/* --------------------
	FOOTER
----------------------- */
/*.page-footer {
	height: 65px;
	border-top: 1px solid #EEE;
}
.page-footer p {
	position: absolute;
	top: 15px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}
.page-footer a {
	color: #777;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
}
.page-footer a:hover {
	color: #155788;
}
.page-footer strong {
	font-family: "OpenSansSemibold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}*/
.adress{
	float:left;
	border-top: 1px solid #EEE;
	font-size: 11px;
	line-height: 16px;
	padding-top:15px;
	width:80%;
	}

.diseno{
	float:left;
	color: #AAA;
	text-align: right;
	border-top: 1px solid #EEE;
	font-size: 11px;
	line-height: 16px;
	padding-top:15px;
	width:20%;
	}
	

/* --------------------
	COVER
----------------------- */
.page-home .page-cover {
	height: 440px;
}
.page-cover .wrapper {
	max-width: 1200px;
	width: auto;
}


/**/
.cover-image {
	margin: 0;
	background: #155788;
	overflow:hidden;
}
.cover-image img {
	display: block;
	/**/
	animation: fadein 1.5s ease-in-out;
	-webkit-animation: fadein 1.5s ease-in-out;
	-moz-animation: fadein 1.5s ease-in-out;
	-o-animation: fadein 1.5s ease-in-out;
}


/* --------------------
	PAGE > HOME
----------------------- */
#slideshow-home {
	position: relative;
	background: #155788;
}
#slideshow-home .slidesjs-container {
	animation: fadein 1.2s ease-in-out;
	-webkit-animation: fadein 1.2s ease-in-out;
	-moz-animation: fadein 1.2s ease-in-out;
	-o-animation: fadein 1.2s ease-in-out;
}

/* ANIMALES SOBRE SLIDESHOW */
.productos-animales {
	z-index: 70;
	position: absolute;
	bottom: 0;
	left: 0;	
}
.productos-animales li {
	position: absolute;
	bottom: 10px;
	list-style: none;
	/**/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.productos-animales li:hover {
	bottom: 15px;
}

/**/
.productos-animal-vaca { left: 150px; }
.productos-animal-gallo { left: 385px; }
.productos-animal-gallina { left: 495px; }
.productos-animal-liebre { left: 650px; }
.productos-animal-ciervo { left: 820px; }

@media screen and (max-width: 1120px) {
	.productos-animal-vaca { left: 50px; }
	.productos-animal-gallo { left: 270px; }
	.productos-animal-gallina { left: 370px; }
	.productos-animal-liebre { left: 515px; }
	.productos-animal-ciervo { left: 665px; }
}


/* INTRO BIENVENIDA */
.bienvenido {
	overflow: hidden;
	display: block;
	position: relative;
	height: 380px;
	margin-bottom: 20px;
	background: #D6DEEA url(../img/mapa.png) no-repeat left bottom;
}
.bienvenido h2 {
	position: absolute;
	top: -10px;
	left: -9px;
	color: #155788;
	font-family: "OpenSansLight", Arial, Helvetica, sans-serif;
	font-size: 94px;
	letter-spacing: -0.004em;
	white-space: nowrap;
}

/**/
.bienvenido-txt {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	min-height: 250px;
	padding: 5px 40px 20px;
	background: #8795B4;
	color: #FFF;
}
.bienvenido-txt h3,
.bienvenido-txt h4,
.bienvenido-txt p {
	margin: 0;
}
.bienvenido-txt h3 {
	color: #D6DEEA;
	font-size: 28px;
	line-height: 1.3em;
}
.bienvenido-txt h4 {
	color: #D6DEEA;
	font-size: 16px;
}
.bienvenido-txt p {
	margin-top: 1em;
	font-size: 13px;
	line-height: 16px;
}
.bienvenido-txt strong {
	font-family: "OpenSansSemibold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bienvenido-txt a {
	color: #D6DEEA;
}
.bienvenido-txt a:hover {
	color: #155788;
}


/* --------------------
	PAGE > PRODUCTOS
----------------------- */
.productos {
	margin-top: 40px;
}
.productos a {
	color: #FFF;
}
.productos a:hover {
	color: #111;
}
.productos img {
	display: block;
	float: left;
	width: 120px;
}
.productos h3 {
	display: block;
	float: left;
	position: relative;
	top: 33px;
	width: 190px;
	padding: 7px 10px 9px;
	background: #8795B4;
	color: #FFF;
	font-size: 12px;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}
.productos h3:after {
	content: " ";
	display: block;
	position: absolute;
	right: -25px;
	top: 13px;
	width: 25px;
	border-top: 2px solid #8795B4;
}
.productos h3 small {
	color: #D6DEEA;
	font-size: 10px;
}

/* */

.productos h3.pageProv {
	display: block;
	float: left;
	position: relative;
	top: 33px;
	width: 190px;
	padding: 7px 10px 9px;
	background: #8795B4;
	color: #FFF;
	font-size: 12px;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}
.productos h3.pageProv:after {
	content: " ";
	display: block;
	position: absolute;
	right: -25px;
	top: 13px;
	width: 25px;
	border-top: 2px solid #8795B4;
}
.productos h3.pageProv small {
	color: #D6DEEA;
	font-size: 10px;
}

/**/
.productos__lista {
	display: block;
	float: right;
	position: relative;
	width: 195px;
	padding: 10px 0 12px 10px;
	border-left: 2px solid #8795B4;
}
.productos__lista:before,
.productos__lista:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	border-top: 2px solid #8795B4;
}
.productos__lista:before {
	top: 0;
}
.productos__lista:after {
	bottom: 0;
	height: auto;
	visibility: visible;
}
.productos__lista li {
	list-style: none;
}
.productos__lista small {
	font-size: 11px;
}


/**/

.productos__lista_ {
	display: block;
	float: right;
	position: relative;
	width: 195px;
	padding: 10px 0 12px 10px;
	border-left: 2px solid #8795B4;
}
.productos__lista_:before,
.productos__lista_:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	border-top: 2px solid #8795B4;
}
.productos__lista_:before {
	top: 0;
}
.productos__lista_:after {
	bottom: 0;
	height: auto;
	visibility: visible;
}
.productos__lista_ li {
	list-style: none;
}
.productos__lista_ small {
	font-size: 11px;
}

/**/
.productos__animales {
	position: absolute;
	left: 175px;
	top: 125px;
}

/**/
.page-productos .productos h3 {
	width: 105px;
}
.page-productos .productos h3:after {
	right: -15px;
	width: 15px;
}
.page-productos .productos__lista {
	width: 170px;
}

.page-productos .productos__lista_ {
	width: 170px;
}

/**/
.productos--salvajes h3 {
	top: 18px;
}


/* --------------------
	PAGE > EMPRESA
----------------------- */
.txt-emphasis {
	color: #8795B4;
}

/**/
.logo-rounded {
	margin-top: 10px;
	padding: 5px 10px;
	border: 2px solid #8795B4;
	/**/
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
}


/* --------------------
	PAGE > PROVEEDORES
----------------------- */
.proveedor {
	margin: 20px 0 10px;
	padding: 20px;
	border-top: 1px dotted #DDD;
}

/**/
.proveedor__img {
	float: left;
	width: 220px;
	margin-right: 60px;
}
.proveedor__txt {
	overflow: hidden;
}

/**/
.proveedor h3 {
	margin-bottom: 0.25em;
	color: #155788;
	font-size: 18px;
}
.proveedor h4 {
	margin-bottom: 0;
	color: #8795B4;
	font-size: 14px;
}


/* --------------------
	PAGE > CONTACTO
----------------------- */
.col-form {
	margin-top: 40px;
	padding: 20px 0 0;
	border-top: 1px dotted #DDD;
}


/* --------------------
	VARIOS
----------------------- */
._spc {
	padding: 0 0.4em;
	/**/
	opacity: 0.5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
._cpy {
	font-family: Arial, Helvetica, sans-serif;
}
.image-single {
	display: block;
	margin: 0;
}
/* ANIMACION > FADE IN */
@keyframes fadein {
	from { opacity:0; } to { opacity:1; }
}
@-webkit-keyframes fadein {
	from { opacity:0; } to { opacity:1; }
}
@-moz-keyframes fadein {
	from { opacity:0; } to { opacity:1; }
}
@-o-keyframes fadein {
	from { opacity:0; } to { opacity: 1; }
}

/* LISTA > GENERAL */
.lista li {
	list-style: none;
	font-size: 16px;
	/**/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.lista li:before {
	content: " ";
	display: block;
	height: 0.375em;
	width: 0.375em;
	left: -1em;
	top: 0.8em;
	position: relative;
	background: #155788;
	/**/
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
}

/* LISTA > CLIENTES */
.lista-clientes li {
	float: left;
	width: 50%;	
}

/* LISTA > SUAVE */
.lista-light li:before {
	background: #DDD;
}

/* LISTA > SUAVE > MINI */
.lista-light-mini li {
	font-size: 14px;
	line-height: 18px;
}

/* BTN SUBIR */
.back-to-top {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: right;
	/**/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.back-to-top a {
	display: block;
	padding: 5px 20px 10px;
	border-top: 1px solid #EEE;
	background: #F9F9F9;
	color: #BBB;
	text-transform: uppercase;
}
.back-to-top a:hover {
	color: #155788;
	border-color: #CCC;
}
.back-to-top a:before {
	content: "\2191";
	position: relative;
	padding: 0 5px;
	color: #CCC;
	font-size: 22px;
	/**/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.back-to-top a:hover small {
	color: #155788;
}

/*------------- SLIDE ---------------------*/

.limpia{
	clear:both;
	}

.img1{
	width:100%;
	height:400px;
	background:url(../img/home/1.jpg) no-repeat center;
	}
	
.img2{
	width:100%;
	height:400px;
	background:url(../img/home/2.jpg) no-repeat center;
	}
	
.img3{
	width:100%;
	height:400px;
	background:url(../img/home/3.jpg) no-repeat center;
	}
	
.img4{
	width:100%;
	height:400px;
	background:url(../img/home/4.jpg) no-repeat center;
	}
	
/*---------------- EN ------------------------*/	
.img1-en{
	width:100%;
	height:400px;
	background:url(../img/home/1-en.jpg) no-repeat center;
	}
	
.img2-en{
	width:100%;
	height:400px;
	background:url(../img/home/2-en.jpg) no-repeat center;
	}
	
.img3-en{
	width:100%;
	height:400px;
	background:url(../img/home/3-en.jpg) no-repeat center;
	}
	
.img4-en{
	width:100%;
	height:400px;
	background:url(../img/home/4-en.jpg) no-repeat center;
	}
	
	
/*---------------- DE ------------------------*/	
.img1-de{
	width:100%;
	height:400px;
	background:url(../img/home/1-de.jpg) no-repeat center;
	}
	
.img2-de{
	width:100%;
	height:400px;
	background:url(../img/home/2-de.jpg) no-repeat center;
	}
	
.img3-de{
	width:100%;
	height:400px;
	background:url(../img/home/3-de.jpg) no-repeat center;
	}
	
.img4-de{
	width:100%;
	height:400px;
	background:url(../img/home/4-de.jpg) no-repeat center;
	}
	
	
/*---------------- FR ------------------------*/	
.img1-fr{
	width:100%;
	height:400px;
	background:url(../img/home/1-fr.jpg) no-repeat center;
	}
	
.img2-fr{
	width:100%;
	height:400px;
	background:url(../img/home/2-fr.jpg) no-repeat center;
	}
	
.img3-fr{
	width:100%;
	height:400px;
	background:url(../img/home/3-fr.jpg) no-repeat center;
	}
	
.img4-fr{
	width:100%;
	height:400px;
	background:url(../img/home/4-fr.jpg) no-repeat center;
	}
	
/*------------------------------------------*/

.dl-menuwrapper{
	display:none;
	}

/*---------- QUERIES -----------*/

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

.page-cover{
	overlay:visible;
	}
	
body{
	overflow-x:hidden;
	}
	
.wrapper {
    width: 758px;
	}	
	
/*.page-footer p{
	width:50%;
	}
	*/
.bienvenido h2{
	font-size:73px;
	left:-8px;
	}
	
.nav-item {
    margin: 0 0 0 20px;
}

.page-footer {
    height: 85px;
}
	
	
.img1{
	background:url(../img/home/800/1.jpg) no-repeat center;
	}
	
.img2{
	background:url(../img/home/800/2.jpg) no-repeat center;
	}
	
.img3{
	background:url(../img/home/800/3.jpg) no-repeat center;
	}
	
.img4{
	background:url(../img/home/800/4.jpg) no-repeat center;
	}
	
/*---------------- EN ------------------------*/	
.img1-en{
	width:100%;
	height:400px;
	background:url(../img/home/800/1-en.jpg) no-repeat center;
	}
	
.img2-en{
	width:100%;
	height:400px;
	background:url(../img/home/800/2-en.jpg) no-repeat center;
	}
	
.img3-en{
	width:100%;
	height:400px;
	background:url(../img/home/800/3-en.jpg) no-repeat center;
	}
	
.img4-en{
	width:100%;
	height:400px;
	background:url(../img/home/800/4-en.jpg) no-repeat center;
	}
	
	
/*---------------- DE ------------------------*/	
.img1-de{
	width:100%;
	height:400px;
	background:url(../img/home/800/1-de.jpg) no-repeat center;
	}
	
.img2-de{
	width:100%;
	height:400px;
	background:url(../img/home/800/2-de.jpg) no-repeat center;
	}
	
.img3-de{
	width:100%;
	height:400px;
	background:url(../img/home/800/3-de.jpg) no-repeat center;
	}
	
.img4-de{
	width:100%;
	height:400px;
	background:url(../img/home/800/4-de.jpg) no-repeat center;
	}
	
	
/*---------------- FR ------------------------*/	
.img1-fr{
	width:100%;
	height:400px;
	background:url(../img/home/800/1-fr.jpg) no-repeat center;
	}
	
.img2-fr{
	width:100%;
	height:400px;
	background:url(../img/home/800/2-fr.jpg) no-repeat center;
	}
	
.img3-fr{
	width:100%;
	height:400px;
	background:url(../img/home/800/3-fr.jpg) no-repeat center;
	}
	
.img4-fr{
	width:100%;
	height:400px;
	background:url(../img/home/800/4-fr.jpg) no-repeat center;
	}
	
/*------------------------------------------*/

	
.lang{
	display:none;}
	
.dl-menuwrapper{
	display: inline-block;
	}
	
.menu{
	display:none;
	}
	
.page-productos .productos h3 {
	width: 54px;
	}

.productos__animales {
    left: 135px;
    top: 135px;
	}

.col {
    padding: 0px;
	}

.productos h3 small {
    font-size: 8px;
	}

.productos h3 {
    padding: 7px 4px 9px;
	}
	
.proveedor__txt {
    margin-top: 20px;
    overflow: hidden;
}

.proveedor__img {
    margin-top: 20px;
	margin-right: 10px;
    max-width: 30%!important;
}

.mapa{
	display:none;
	}
	
.cienporcien{
	width:100%!important;
	}	
	
.ContactRespon{
	width:48%!important;
	margin-right:2%!important;
	}
	
.ContactRespon.last{
	margin-right:0%;
	}
	
.col-form {
    margin-left: 10px;
    padding-top: 20px;
    width: 95%;
}
	
.productos__lista {
    margin-right: 20px;
    top: 40px;
    width: 125px;
}


.page-productos .productos__lista_ {
    width: 159px;
}

.ColProd.liebre{
    width: 50%;
	margin-left:25%;
}

productos__animales last{
	top:155px;}
	
 .section {
    padding: 20px 0px 90px;
}

.heading {
    margin-left: 17px;
}

.heading.somos {
    margin-left: 0px;
}

}

@media screen and (max-width: 750px) {
	
.bienvenido h2 {
    font-size: 62px;
    left: 0px;
	}

.wrapper {
    width: 640px;
	}
	
.col--50 {
    width: 90%;
	margin:auto;
}

.nosotros{
	margin-left:5%;
	}
	
.ColProd {
    width: 50%;
}

.page-productos .productos__lista_ {
    width: 100px;
}

.productos h3 {
    padding: 7px 4px 9px;
	width: 140px;
}

.productos__lista {
    margin-right: 20px;
    top: 0;
    width: 115px;
}

}

@media screen and (max-width: 625px) {
	
.ColProd{
	width:100%;}
	
.img1{
	background:url(../img/home/480/1.jpg) no-repeat center;
	}
	
.img2{
	background:url(../img/home/480/2.jpg) no-repeat center;
	}
	
.img3{
	background:url(../img/home/480/3.jpg) no-repeat center;
	}
	
.img4{
	background:url(../img/home/480/4.jpg) no-repeat center;
}

/*---------------- EN ------------------------*/	
.img1-en{
	width:100%;
	height:400px;
	background:url(../img/home/480/1-en.jpg) no-repeat center;
	}
	
.img2-en{
	width:100%;
	height:400px;
	background:url(../img/home/480/2-en.jpg) no-repeat center;
	}
	
.img3-en{
	width:100%;
	height:400px;
	background:url(../img/home/480/3-en.jpg) no-repeat center;
	}
	
.img4-en{
	width:100%;
	height:400px;
	background:url(../img/home/480/4-en.jpg) no-repeat center;
	}
	
	
/*---------------- DE ------------------------*/	
.img1-de{
	width:100%;
	height:400px;
	background:url(../img/home/480/1-de.jpg) no-repeat center;
	}
	
.img2-de{
	width:100%;
	height:400px;
	background:url(../img/home/480/2-de.jpg) no-repeat center;
	}
	
.img3-de{
	width:100%;
	height:400px;
	background:url(../img/home/480/3-de.jpg) no-repeat center;
	}
	
.img4-de{
	width:100%;
	height:400px;
	background:url(../img/home/480/4-de.jpg) no-repeat center;
	}
	
	
/*---------------- FR ------------------------*/	
.img1-fr{
	width:100%;
	height:400px;
	background:url(../img/home/480/1-fr.jpg) no-repeat center;
	}
	
.img2-fr{
	width:100%;
	height:400px;
	background:url(../img/home/480/2-fr.jpg) no-repeat center;
	}
	
.img3-fr{
	width:100%;
	height:400px;
	background:url(../img/home/480/3-fr.jpg) no-repeat center;
	}
	
.img4-fr{
	width:100%;
	height:400px;
	background:url(../img/home/480/4-fr.jpg) no-repeat center;
	}
	
/*------------------------------------------*/

.wrapper {
    width: 475px;
}

.bienvenido h2{
	font-size:45px;
	left:0px;
	top:0px;
	}
	
.col--50 {
    width: 82%;
}

.ocultar{
	display:none;
	}
	
.page-productos .productos__lista_ {
    width: 256px;
	}
	
.productos--salvajes {
    margin-top: 120px;
}

.productosCarne{
	min-height:1050px;
	}
	
.productos__animales.last{
    top: 236px;
}

.ContactRespon {
    margin-right: 0%;
    width: 100% !important;
}

.productos__lista {
    width: 270px;
}

.nosotros{
	margin-left:9%;
	}

.ColProd{
	width:100%;}
	
}

@media screen and (max-width: 500px) {
	
.ColProd.liebre {
    margin-left: 5%;
    width: 100%;
}

.productos__lista {
    width: 270px;
}

blockquote p{
	margin-left:17px;}


}

@media screen and (max-width: 370px) {
.wrapper {
    width: 360px;
}

.section.contacto {
    margin-left: 2%;
    width: 93%;
}

.productos__lista {
    width: 210px;
	margin-bottom:30px;
	margin-top:40px;
}

.productos h3::after{
	display:none;
	}
	
.productos h3 {
    float: none;
    position: inherit;
	margin:auto;
}

.hidden{
	display:none;
	}
	
.col--75 {
    width: 90%;
	margin-left:5%;
}

.page-productos .productos__lista_ {
    width: 139px;
}

.ColProd.liebre {
    margin-left: 5%;
    width: 80%;
}


.bienvenido h2 {
    font-size: 33px;
}

.adress {
    margin: auto;
    text-align: center;
    width: 80%;
	float:none;
}

.diseno {
    margin: auto;
    text-align: center;
    width: 80%;
	float:none;
}

.page-footer {
    height: 175px;
}

.bienvenido-txt{
    padding: 5px 40px 20px;
    width: 300px;
	}

}

@media screen and (max-width: 380px) {
	
.productos img {
    width: 90px;
}
	
.img1{
	background:url(../img/home/320/1.jpg) no-repeat center;
	}
	
.img2{
	background:url(../img/home/320/2.jpg) no-repeat center;
	}
	
.img3{
	background:url(../img/home/320/3.jpg) no-repeat center;
	}
	
.img4{
	background:url(../img/home/320/4.jpg) no-repeat center;
	}
	
/*---------------- EN ------------------------*/	
.img1-en{
	width:100%;
	height:400px;
	background:url(../img/home/320/1-en.jpg) no-repeat center;
	}
	
.img2-en{
	width:100%;
	height:400px;
	background:url(../img/home/320/2-en.jpg) no-repeat center;
	}
	
.img3-en{
	width:100%;
	height:400px;
	background:url(../img/home/320/3-en.jpg) no-repeat center;
	}
	
.img4-en{
	width:100%;
	height:400px;
	background:url(../img/home/320/4-en.jpg) no-repeat center;
	}
	
	
/*---------------- DE ------------------------*/	
.img1-de{
	width:100%;
	height:400px;
	background:url(../img/home/320/1-de.jpg) no-repeat center;
	}
	
.img2-de{
	width:100%;
	height:400px;
	background:url(../img/home/320/2-de.jpg) no-repeat center;
	}
	
.img3-de{
	width:100%;
	height:400px;
	background:url(../img/home/320/3-de.jpg) no-repeat center;
	}
	
.img4-de{
	width:100%;
	height:400px;
	background:url(../img/home/320/4-de.jpg) no-repeat center;
	}
	
	
/*---------------- FR ------------------------*/	
.img1-fr{
	width:100%;
	height:400px;
	background:url(../img/home/320/1-fr.jpg) no-repeat center;
	}
	
.img2-fr{
	width:100%;
	height:400px;
	background:url(../img/home/320/2-fr.jpg) no-repeat center;
	}
	
.img3-fr{
	width:100%;
	height:400px;
	background:url(../img/home/320/3-fr.jpg) no-repeat center;
	}
	
.img4-fr{
	width:100%;
	height:400px;
	background:url(../img/home/320/4-fr.jpg) no-repeat center;
	}
	
/*------------------------------------------*/
	
.wrapper {
    width:320px;
}
	
.brand a {
    background: transparent url(../img/320/logo-south-agribusiness.png) no-repeat scroll 0 0;
    width: 220px;
	z-index:9999999;
}

.adress {
    margin: auto;
    text-align: center;
    width: 80%;
	float:none;
}

.diseno {
    margin: auto;
    text-align: center;
    width: 80%;
	float:none;
}

.page-footer {
    height: 185px;
}


.bienvenido-txt {    
    padding: 5px 20px 20px;
    width: 280px;
}

.bienvenido h2{
	 font-size: 30px;
	 }
	 

.bienvenido-txt{
	top:50px;
	}
	
.page-productos .productos h3 {
    width: 64px;
}
	
.page-productos .productos__lista_ {
    width: 99px;
	}
	
.productos__lista {
    margin-top: 40px;
    width: 190px;
}
	
.productosCarne {
    min-height: 1130px;
	}
	
.proveedor__txt {
    display: inline;
}

.proveedor__img {
    margin-bottom: 20px;
    margin-left: 30px;
	margin-right:0px;
    max-width: 100% !important;
}

.ContactRespon {
    margin-left: 5%;
    width: 90% !important;
}

.productos h3::after{
	display:none;
	}
	
.productos h3{
	float: none;
    margin: auto;
    position: inherit;
    top:0;
	text-align:center;}
	
.nosotros{
	margin-left:7%;
	}
	
.ColProd{
	width:100%;}

.ColProd.prod320{
	width:95%;}
	
	.cienporcien {
    margin-left: 5%;
    width: 90% !important;
}


.page-productos .productos h3::after {
    right: -20px;
    width: 35px;
}
	
}