* {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'JaneAusten';
    font-size: 2em;
    font-weight: 400;
    line-height: 2em;
    padding: 40px 0 0;
}

h2 span {
    font-family: 'Sudestada';
    font-size: 2.2em;
}

a {
    cursor: pointer;
    font-family: Arial;
    color: #4f3f16;
    display: block;
    text-decoration: none;
}

body {
    background: url(../images/bg.jpg);
    background-size: cover;
}

.region-content {
    position: relative;
}

#cosecha {
    position: absolute;
    right: 55px;
    top: 0px;
    opacity: 0.4;
}

#world-wrapp {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    max-height: 800px;
    min-width: 1280px;
}

.hidden {
    display: none;
}

header {
    background: url(../images/bg-menu.png) no-repeat left bottom;
    padding: 355px 0 110px 55px;
    position: relative;
}

.header-content {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

#logo-head {
    background: url(../images/bg-logo.png) no-repeat center;
    padding: 95px 88px;
    position: absolute;
    top: -175px;
    left: 30px;
}

.menu {
    position: relative;
    margin-left: 40px;
}

.menu ul li {
    background: url(../images/bullet.png) no-repeat left 15px;
    display: inline-block;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    line-height: 2em;
}

.menu ul li a {
    font-family: 'JaneAusten';
    font-size: 1.2em;
}

.menu ul li a span {
    font-family: 'Sudestada';
    font-size: 2em;
}

.animate {
    position: absolute;
    top: -260px;
    right: 200px;
}


/* Sidebar */

.sidebar {
    position: absolute;
    overflow: auto;
    width: 250px;
    height: 65%;
    top: 0;
    right: 250px;
    padding: 20px;
    background: rgb(198, 193, 155);
    background: -moz-linear-gradient(top, rgba(198, 193, 155, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(198, 193, 155, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(198, 193, 155, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c6c19b', endColorstr='#ffffff', GradientType=0);
}

.text {
    font-family: 'HelveticaNeueLTStdCn';
    font-size: .8em;
    height: 280px;
    overflow-y: scroll;
}

.text p {
    padding-bottom: 10px;
}

.text p b {
    font-size: 1em;
}

.jspVerticalBar {
    width: 5px;
}

.jspTrack {
    background: #CECEB5;
}

.jspDrag {
    background: #9A9172;
}

.nav {
    color: #5B4316;
    text-transform: uppercase;
    list-style: none;
    margin-top: 10px;
}

.nav a {
    font-size: .8em;
    background: #DFDFB8;
    display: block;
    padding: 2px 2px 2px 20px;
}

.subnav {
    margin-left: 20px;
    list-style: disc;
}

.subnav a {
    background: none;
    padding: 2px;
    margin: 5px;
}

.subnav ul a {
    font-size: .7em;
    margin: 3px;
}

.layout {
    position: fixed;
    top: 10%;
    right: 20%;
}

.closer {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
}


/* Index */

.index header {
    background: none;
}

.index #cosecha {
    left: 20%;
}

.index .animate {
    right: 25%;
}

.index .animate figure {
    display: inline-block;
    vertical-align: middle;
}

.index .animate figure figcaption a {
    margin-bottom: 10px;
}


/* Nutricion */

.imgNutricion {
    position: absolute;
    bottom: -20px;
    right: 340px;
    z-index: -1;
}


/* Productos */

.imgProductos {
    position: absolute;
    bottom: -25px;
    right: 55px;
    z-index: -1;
}

.modalProductos {
    position: absolute;
    top: 200px;
    left: 285px;
    width: 262px;
}

.modalProductos p {
    font-family: 'HelveticaNeueLTStdCn';
    color: #7C6D4D;
    background: #E3D7CA;
    border: 1px solid #7C6D4D;
    margin-left: 20px;
    padding: 10px 20px;
}


/* Contacto */

.page-contacto .text {
    height: 70%;
    overflow-y: auto;
}

.consulta {
    padding-left: 2px;
}

.fields {
    padding-left: 3px;
}

.fields label {
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: .2rem 0 0 0;
}

.fields select {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'HelveticaNeueLTStdCn';
}

.webform-button--submit,
.fields input,
.fields select {
    background: #D6D1BB;
    border: 1px solid #D6D1BB;
    padding: 2px;
    margin-bottom: 2px;
    width: 96%;
}

.fields textarea {
    background: #D6D1BB;
    border: 1px solid #D6D1BB;
    width: 96%;
}

.fields input[type='checkbox'] {
    margin-right: .5rem;
}

fieldset {
    margin: 0.7rem 0;
    padding: .4rem;
}

/*
.form-required {
    color: red;
}
*/
.option-b-4 input {
    width: auto;
}

.tipo-de-negocio input {
    width: auto;
}

.send span {
    font-size: .8em;
}

.send button {
    background: #D6D1BB;
    border: none;
    padding: 4px 8px;
    margin-left: 30px;
}


.form-actions .webform-button--submit {
    background: #D6D1BB;
    border: none;
    padding: 4px 8px;
}

/* Recetas */

.imgRecetas {
    position: absolute;
    bottom: -60px;
    right: 395px;
    z-index: -1;
}

.recetas .text {
    overflow-y: auto;
}

.subtext {
    height: 160px;
    overflow-y: auto;
}

.inner {
    height: 0;
    overflow: hidden;
}

.inner.show {
    height: auto;
    overflow: auto;
}

.loadRecetas {
    background: url(../images/bgRecetas.png) no-repeat center top;
    box-sizing: border-box;
    position: absolute;
    padding: 35px 40px;
    width: 990px;
    height: 630px;
    left: 12%;
    top: 5%;
    z-index: 9;
}

.loadRecetas .closer {
    color: #fff;
    padding-top: 10px;
}

.col {
    color: #7C6D4D;
    font-family: Arial;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 10px 35px;
    width: 49.6%;
    height: 550px;
    position: relative;
}

.titleReceta {
    font-weight: 400;
    margin: 4px 0 2px;
    text-transform: uppercase;
}

hr {
    background: url(../images/hr.png) repeat-x center left;
    border: none;
    margin: 10px 0 20px;
    height: 3px;
}

.cuerpo {
    height: 395px;
}

.dscA,
.dscB {
    font-size: .8em;
}

.ctrlReceta {
    text-align: center;
}

.ctrlReceta ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.ctrlReceta ul li a {
    font-size: .8em;
    background: url(../images/play.png) no-repeat center left;
    padding-left: 10px;
}

.thumb-picture {
    position: absolute;
    top: 0;
    left: 0;
}

.full-picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 917px;
    z-index: 9;
}

.pic-nav {
    bottom: 15px;
    right: 0;
    position: absolute;
    z-index: 9;
}

.pic-nav ul li {
    list-style: none;
}

.pic-nav a {
    color: #fff;
    font-size: .8em;
    text-shadow: 0 0 2px #333;
}

.pic-nav a:hover {
    color: #4f3f16;
}

.bottom {
    text-align: right;
    margin-right: 95px;
}

.bottom a,
.bottom img {
    text-transform: uppercase;
    color: #fff;
    font-size: .7em;
    display: inline-block;
    margin: 6px 4px;
    vertical-align: middle;
}

#formLayout {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.formContent {
    background: rgba(0, 0, 0, .6);
    width: 300px;
    margin: 10% auto 0;
    padding: 20px;
    position: relative;
}

#formClose {
    text-align: right;
    position: absolute;
    right: 50px;
    top: 35px;
}

#block-agd-copisi-webform {
    background: #E2E3D0;
    padding: 20px;
}

#block-agd-copisi-webform .fields label {
    font-family: Arial;
    font-size: .8em
}

#block-agd-copisi-webform .fields input,
#block-agd-copisi-webform .fields textarea {
    font-family: Arial;
    width: 98%;
    border: none;
}

#block-agd-copisi-webform .form-actions span {
    font-size: .7em;
    font-family: Arial;
}

.page-recetas .webform-confirmation-modal {
    background: rgba(0, 0, 0, .6);
    width: 300px;
    padding: 20px;
}

.page-recetas .webform-confirmation-modal--content {
    background: #E2E3D0;
}

.user-pass,
.user-login-form {
    width: 320px;
    display: block;
    margin: 0 auto;    
    margin-top: 8%;
}

.user-pass label,
.user-login-form label {
    display: block;
}

.user-pass input,
.user-login-form input {
    width: 100%;
    height: 30px;
}