/*
Nombre: ONE
Theme URI: http://www.nutrel.com.mx
Description: Web Site 2015  
Author: Eduardo Esparza
Author URI: lalo@bulebule.mx
Version: 1.0
*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'helveticaextnormal';
    src:url('../fonts/helvetica/helveticaextnormal-webfont-webfont.eot');
    src:url('../fonts/helvetica/helveticaextnormal-webfont-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica/helveticaextnormal-webfont-webfont.woff') format('woff'),
        url('../fonts/helvetica/helveticaextnormal-webfont-webfont.ttf') format('truetype'),
        url('../fonts/helvetica/helveticaextnormal-webfont-webfont.svg#codropsicons') format('svg');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'helveticalight';
    src:url('../fonts/helvetica/helveticalight-webfont-webfont-webfont.eot');
    src:url('../fonts/helvetica/helveticalight-webfont-webfont-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica/helveticalight-webfont-webfont-webfont.woff') format('woff'),
        url('../fonts/helvetica/helveticalight-webfont-webfont-webfont.ttf') format('truetype'),
        url('../fonts/helvetica/helveticalight-webfont-webfont-webfont.svg#codropsicons') format('svg');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'helveticaneueltstd-bdcn';
    src:url('../fonts/helvetica/helveticaneueltstd-bdcn-webfont.eot');
    src:url('../fonts/helvetica/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
        url('../fonts/helvetica/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
        url('../fonts/helvetica/helveticaneueltstd-bdcn-webfont.svg#codropsicons') format('svg');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'helveticaneueltstd-lt';
    src:url('../fonts/helvetica/helveticaneueltstd-lt-webfont.eot');
    src:url('../fonts/helvetica/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica/helveticaneueltstd-lt-webfont.woff') format('woff'),
        url('../fonts/helvetica/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
        url('../fonts/helvetica/helveticaneueltstd-lt-webfont.svg#codropsicons') format('svg');
}
/*GENERALES*/
body{
    background: #F3AD30;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
img{
    width: 100%;
}
/*INTRO*/
.logo_int { 
    margin-top: 10%!important;
}
.intro{
    width: 100%;
    display: block;
}
.saltar span{
    background: url(../img/sprite_social.png);
    background-position: 0px -67px;
    background-size: 300px;
    width: 126px;
    height: 83px;
    display: block;
    margin: 0 auto;
}
.saltar{
    position: absolute;
    bottom: 20px;
    width: 100%;
}

/*WEB*/
#contenedor{
    max-width: 1200px;
    margin: 0 auto;
}
.home{
    margin-top: 0px;
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
}
.homes{
    margin-left: 0px;
    position: relative;
    z-index: 9;
    margin-top: 0px;

}
.logo{
    background: rgb(95, 96, 98);
    margin-top: 0px;
    height: 150px;
    margin-bottom: 0px;
}
.logo a{
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 25px;
}
.logos{
    background: rgba(95, 96, 98, 0.8);
    margin-left: 0px;
    margin-top: 0px;
    opacity: 0;
}
.menu{
    margin-top: 80px;
}
#menu{
    float: right;
}
#menu span{
    color: rgb(95, 96, 98);
}
#menu li{
    display: inline-block;
    margin: 0px 20px;
}
#menu li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
#menu li a:hover{
    color: rgb(95, 96, 98);
}
.bt-menu-trigger {
    position: fixed;
    top: 105px;
    right: 5px;
    z-index: 100;
    display: block;
    width: 40px;
    height: 50px;
    cursor: pointer;
    display: none;
}
.slider{
    position: absolute;
    top: 150px;
    width: 100%;
    overflow: hidden;
}
.txt{
    background: rgba(255, 255, 255, 0.9);
    margin: 0px;
}
.txt h1{
    font-family: helveticalight;
    font-size: 3em;
    color: rgb(92, 92, 92);
    font-weight: lighter;
}
.txt h4{
    font-family: helveticalight;
    font-size: 1em;
    color: rgb(92, 92, 92);
    font-weight: lighter;
    text-transform: uppercase;
}
.txt p{
    font-family: helveticalight;
    font-size: 13px;
    color: rgb(92, 92, 92);
    text-align: justify;
    line-height: 18px;
}
.alta{
    font-size: 1.5em;
}
.ac{
     color: rgb(95, 96, 98)!important;
}

form#contact fieldset {
    clear:both;
    float:left;
    width: 274px;   
}
form#contact input[type="text"], input[type="url"], input[type="email"], input[type="tel"], textarea {
    margin: 3px 0 0 0;
    padding: 6px; 
    width: 260px;
    max-width:260px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}
form#contact textarea {
    width: 260px;
    height: 100px;
}
form#contact label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
form#contact label.error { 
    width: 270px;
    margin: 3px 0 0 0;
    display: block;
    color: #cf0101;                              
    font-size: 11px; 
    text-align: right;
}
form#contact .placeholder {
    color: #aaa;
}
form#contact .buttons {
padding: 5px 15px 5px 15px;
background-color: black;
border: none;
color: white;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
position: relative;
float: right;
margin-right: 15px;
}
form#contact .buttons:hover {
    background-color: gray;
    cursor: pointer;
}
form#contact .buttons:active {
    background-color: black;
    cursor: pointer;
}
#contact, #contact-form{
    display: inline-block;
}
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
#contenedor{
    max-width: 320px;
}
.menu, .logos{
    display: none;
}
.bt-menu-trigger {
    display: block;
}
}
/* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#contenedor{
    max-width: 480px;
}
.logo_int { 
    margin-top: 0!important;
}
.saltar span{
    background-position: 0px -32px;
    background-size: 150px;
    width: 63px;
    height: 43px;
}
.menu{
    display: none;
}
.slider{
    top: 100px;
}
.bt-menu-trigger {
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 100;
    display: block;
    width: 40px;
    height: 50px;
    cursor: pointer;
    display: block;
}
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#contenedor{
    max-width: 768px;
}
#menu li{
    display: inline-block;
    margin: 0px 10px;
}
.bt-menu-trigger {
    display: none;
}
}