/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;	
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}

header{
    background: rgba(255, 255, 255, .85);
    text-align: right;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9997;
}
/*header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;	
    padding:5px 0; 
    background: rgba(0,0,0,0.8);
}
header.sticky .nav-collapse{
    padding: 15px 0;
}
header.sticky .nav-collapse a{
    color: #fff;
}
header.sticky .nav-collapse a:active{
    color: #333333;	

}
header.sticky .nav-collapse .active a{
    border: 1px solid #fff !important;
    color: #333333 !important;
}
header.sticky .nav-collapse a:hover{
    color: #F3F3F3 !important;
    border: 1px solid #4caf50;
}*/
.backcolor{
    background: #4caf50;
}
.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 767px) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
}


/* ------------------------------------------
  MASK
  --------------------------------------------- */

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 767px) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
}

@media screen and (min-width: 767px) {
    .nav-collapse {
        float: right;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 767px) {
    .nav-collapse li {
        width: auto;
        margin-right: 5px;
        padding-top: 30px;
    }
    
    .nav-collapse li.logo {
        margin-right: 400px;
        padding-top: 0;
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none; 
    font-size: 15px;
    padding: 0.7em 1em;
    color: #4caf50;
    width: 100%;
    float: left;
    text-align: center;  	
}

.nav-collapse a:active,
.nav-collapse .active a {
    color: #3c3c3c; 
    border:1px solid #3c3c3c;
    transition:all 0.5s; 
}
.nav-collapse a:hover{
    color: #FcFcFc; 
    transition:all 0.5s;
    background:#4caf50;
}

@media screen and (max-width: 767px) {
    
    .nav-collapse img.regular {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    
    .nav-collapse img.contrast {
        display: none;
    }
    
    .nav-collapse.contrast img {
        display: none;
    }
    
    .nav-collapse.contrast img.contrast {
        display: block;
    }
    
    .nav-collapse a {
        transition:all 0.5s;
        text-align: center;
        float: left;
    }

    .nav-collapse.contrast a {
        color: white;
    }
    
    .nav-collapse a.home-slider:hover{
        background: none;
    }
}
.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}
@font-face {
    font-family: "responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
        url("../icons/responsivenav.ttf") format("truetype"),
        url("../icons/responsivenav.woff") format("woff"),
        url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle:before {
    color: #4caf50; /* Edit this to change the icon color */
    font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261"; /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-toggle.contrast:before {
    color: white;
}
/*header.sticky .nav-toggle:before {
    color: #fff;
}*/
header.backcolor .nav-toggle:before {
    color: #fff;
}

.nav-toggle.active:before {
    font-size: 24px;
    content: "\78"; /* Close icon */
}
section{
    text-align: center;
}
body{
    font-family: 'Merriweather', serif;
}
.spot {
    opacity: .8;
    font-size: 2em;
    position: fixed;
    left: 60%;
    top: 30%;
    border-radius: 50%;
    border: .5em solid #4caf50;
    width: 12em;
    height: 12em;
    background: white;
    -webkit-box-shadow: 3px 3px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 1px 0px rgba(50, 50, 50, 0.75);
}
.spot.os-animation.animated {
    opacity: .8;
}

.spot p {
    font-size: 2em;
    color: #4caf50;
    line-height: 1.2em;
    font-family: "Arial", "Helvetica", sans-serif;
    margin-top: 1.5em;
}
#banner{
    background: url(../img/banner.jpg) no-repeat center center;  
    background-size: cover;    		
    text-align: center;
    padding: 420px 0 376px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow-x: hidden;
}
#banner2 .spot {
    left: 10%;
    top: 30%;
}
#banner2 .spot p {
    margin-top: 2.2em;
}
#banner2{
    background: url(../img/ciclismo.jpg) no-repeat center center;  
    background-size: cover;
    text-align: center;
    padding: 420px 0 376px;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    display: none;
    overflow-x: hidden;
}
#banner2 .innerbanner {
    color: white;
}
#banner3 .spot {
    left: 70%;
    top: 10%;
}
#banner3 .spot p {
    margin-top: 1.5em;
}
#banner3{
    background: url(../img/juicie.jpg) no-repeat center center;  
    background-size: cover;    		
    text-align: center;
    padding: 420px 0 376px;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    display: none;
    overflow-x: hidden;
}
#banner3 .innerbanner {
    color: white;
}
#banner4 .spot {
    left: 20%;
    top: 15%;
}
#banner4 .spot p {
    margin-top: 2.2em;
}
#banner4 {
    background: url(../img/parfait.jpg) no-repeat center center;  
    background-size: cover;    		
    text-align: center;
    padding: 420px 0 376px;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    display: none;
    overflow-x: hidden;
}
#veggie{
    background-color: #4caf50;
    padding: 65px 0 85px;
    color: #FcFcFc;
}
#special{
    padding: 80px 0 100px;
}

h1{  		
    font-weight: 300;
    font-size: 35px;
    line-height: 50px;
    padding-bottom: 15px;
}
span{
    font-weight: 700;
    font-size: 18px; 	
    line-height: 40px;
    margin-bottom: 22px;
    display: block;
}
h2{
    font-weight: 700;
    font-size: 18px; 		
    line-height: 60px;
}
p{
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
}
.innerspecial{
    width: 16.6%;
    float: left;
    padding-top: 50px;
}
.innerspecial img{
    width: 100%;
    display: block;
}
.innerspecial p{
    font-size: 14px;
    padding-top: 10px;
}

.innerspecial h2{
    padding-top: 20px;
    line-height: 51px;
}
span.line{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 2px;
    background: #3c3c3c;
}
#mision{
    background:#eeefef;
    padding: 100px 0 100px;
    /*min-height: 965px;*/
    margin-top: 100px;
}
#mision .inneraboutleft{
    padding: 40px 0 0;
}
#mision .inneraboutright{
    width: 100%;
    display: block;
    /*padding: 60px 0 100px;*/
}
#mision .inneraboutleft p{
    font-size: 22px;
    line-height: 37px;  		
    padding: 30px 0 30px;
}
#aboutus{
    background:#eeefef;
    padding: 100px 0 100px;
    margin-top: 150px;
    /*min-height: 965px;*/
}
#aboutus .inneraboutleft{
    padding: 40px 0 0;
}
.sign{
    float: right; 		
    display: block;
}
#aboutus .inneraboutright{
    width: 100%;
    display: block;
    /*padding: 60px 0 100px;*/
}
#aboutus .inneraboutleft p{
    line-height: 37px;  		
    padding: 30px 0 30px;
    font-size: 1em;
    text-align: justify;
}
#menu{
    padding: 250px 0;
}

.item{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;  		
    display: block;
    font-style: italic;
    text-align: left;
}

.item b {
    font-weight: bold;
    font-size: 1.3em;
}
.innermenu p{
    font-size: 14px;   
    text-align: left;
    color: #4caf50;
}
.contrast .innermenu p{
    font-size: 14px;   
    text-align: left;
    color: white;
}
.vertical-padding {
    padding: 2em 0;
}
.card {
    width: 20em;
    border-radius: 1em;
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
}
.number{
    font-size: 16px;
    font-weight: 300;
    float: right;   
}
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}

/*----- Tab Links -----*/
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links li {
    margin: 40px 0px;   
    list-style: none;
    display: inline-block;
}

.tab-links a {
    padding:9px 10px;
    display:inline-block;
    /*border-radius:3px;*/
    font-size:14px;
    color:#3c3c3c;
    transition:all linear 0.15s;
    text-decoration:none;
    border:1px solid #fff;
}

.tab-links a:hover {
    background:#4caf50;
    transition:all 0.5s; 
    border:1px solid #4caf50;
    color: white;
}
li.active a:hover{
    background:#4caf50;
    color: #FcFcFc; 
    border:1px solid #4caf50;
    transition:all 0.5s; 
}
li.active a{
    background:#fff;
    color: #3c3c3c; 
    border:1px solid #3c3c3c;
    transition:all 0.5s; 
}


/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    border-radius:3px;
    /*box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
    background:#fff;
}
.tab {
    display:none;
}
.tab.active {
    display:block;
}

#contact{
    /*background: url(../img/footer.jpg) no-repeat center center;  */
    /*background-size: cover;    		*/
    text-align: center;
    padding: 200px 0 0;
}
.innercontactleft,.contactform{
    text-align: left;
    padding-left: 50px;
    padding-top: 45px;
}

.innercontactleft h2,.contactform h2{
    font-weight: 300;
    font-size: 18px;
    line-height: 35px;
}
.innercontactleft p{
    font-size: 14px;
    line-height: 18px;
}
.contactform{
    padding-top: 90px;
}
form{
    color: #333333;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}
input,textarea{
    border: none;
    border-bottom: 1px solid #333333;
    background-color:transparent;
    padding: 30px 60px 10px 20px;
    outline: 0;  		
}
input[type="email"]{
    float: right;
}
textarea{
    width: 100%;  	
    padding-top: 50px;	
    resize: none;
    line-height: 7px;
}
form button{
    background:transparent;
    border: 1px solid #3c3c3c;
    padding: 10px 20px;  		 
    font-style: initial;
    margin: 50px auto 0;
    display: block;
}
form button:hover{
    border: 1px solid #4caf50;
    background:#4caf50;
    transition: all 0.5s;
    color: #fcfcfc;
}
footer{
    padding: 185px 0 75px;
}
footer p{
    font-size: 14px;
    line-height: 25px;  		
}
footer .linktop{
    width: 80%;
    float: left;
}
footer .social{
    width: 20%;
    float: left;
}
footer a{
    text-decoration: none;  		
}
footer a:hover{
    color:#d43734;
    transition: all 0.5s;
}

.social i{
    width: 45px;
    height: 45px;
    border:1px solid #333333;
    text-decoration: none;
}
.social i{
    padding: 10px 0;
    font-size: 23px;
    cursor: pointer;
}
.social i:hover{color:#fff; transition: all 0.5s;background-color:#333333;border:none;}


/*EFFECT*/
.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}
.staggered-animation {
    opacity: 0;
}
.staggered-animation.animated {
    opacity: 1;
}

/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #4caf50;
}

.cssload-container {
    width: 100%;
    height: 49px;
    top: 50%;  
    position: relative;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border: 3px solid white;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

section {
    display: none;
}

section.active {
    display: block;
}

.row.contrast {
    background: #4caf50;
    color: white;
}

.nav-collapse li.active a.home-slider {
    padding: 0;
    border: none;
    background: none;
}

.article {
    background: white;
    border-radius: 1em;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.article h1 {
    text-align: left;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0;
    padding-top: 1em;
}

#mision .article .inneraboutleft p {
    font-size: 0.9em;
    text-align: center;
    text-align: justify;
    line-height: 1.5em;
    padding: 10px 0;
    font-family: sans-serif;
}

#mision .article img {
    border-radius: 10% 0 10% 0;
    width: 100%;
    margin: 10em 0 0;
}

.field {
    text-align: left;
    margin: 2em;
    font-family: sans-serif;
}

.field-label {
    
}

.field-value {
    
}

.field-value input, .field-value textarea {
    padding: .2em;
    border: 2px solid #4caf50;
}

.field-value textarea {
    width: 100%;
    height: 6em;
    padding: .5em;
    line-height: 1.4em;
}

.field button {
    background: #4caf50;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 2em;
}

.greetings-nutrisionist, .greetings-contact {
    display: none;
    margin: 4em;
    color: white;
    background-color: green;
    padding: 1em;
}

.error-nutricionist, .error-contact {
    display: none;
    margin: 4em;
    color: white;
    background-color: red;
    padding: 1em;
}