 body { 
        font-family: 'Quicksand', sans-serif;
     
        }
.guia-nuttre{
    width: 100%;
    background-color: #a8062d;
    color: #fff;
    text-align: center; 
    padding-bottom: 3%;
    padding-top: 3%;
}
.guia-nuttre-h1{
    font-size: 1.5em;
    font-weight: 100;
    
}
figcaption .serv-home{
    width: 100%;
    text-align: center;  line-height:.7em;
}
figcaption .serv-home a{
    font-size: .7em;
    text-align: center;
     text-decoration: none;
    color: #848484;
    font-weight: 500;
}
figure img{
padding-left: 10%;
    width: 80%;
    }

figcaption .serv-consulta{
    width: 100%;
    text-align: center;  line-height:.53em;
}
figcaption .serv-consulta a{
    font-size: .53em;
    text-align: center;
     text-decoration: none;
    color: #848484;
    font-weight: 500;
}

.img-header{
  width: 100%;  
}

.img-header img{
width:100%;
}

.form-field {
   border: 1px solid #c9b7a2;
   background: #e4d5c3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #333;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:60%;
   }
.form-field:focus {
   background: #fff;
   color: #725129;
   }

.submit-button {
    margin-left: 10%;
    width: 200px;
   border: 1px solid #447314;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #ffffff 0 1px 0;
   color: #a8062c;
   font-family: helvetica, serif;
   padding: 6.5px 12px;
   font-size: 17px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #ffffff 0 1px 0;
   background: #de4402;
   background: -webkit-gradient(linear, left top, left bottom, from(#de4402), to(#de4402));
   background: -webkit-linear-gradient(top, #de4402, #de4402);
   background: -moz-linear-gradient(top, #de4402, #de4402);
   background: -ms-linear-gradient(top, #de4402, #de4402);
   background: -o-linear-gradient(top, #de4402, #de4402);
   background-image: -ms-linear-gradient(top, #de4402 0%, #de4402 100%);
   color: #ffffff;
   }

.nutriologa-pic{
    width: 80%;
    max-width: 200px; padding-left: 10%;
    margin-left: 10%;
}
.degra{
    background-image:url(../img/degra.jpg); background-repeat: repeat-x;
    min-height: 200px;
    color: #fff;
    text-align: center;
}


/* SLIDER  */
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.separator{
    width: 100%;
    font-family: 'Kalam', cursive;
    letter-spacing: 2px;
    color: #fff;
    padding-top:.3%;
    padding-bottom: .3%;
    text-align: center;
    font-weight:normal;
}
.separator1{
    background-color: #d43400;
}
.separator2{
    background-color: #a9072c;
}

.descripcion-cocina-h3{
    padding-top: 2%;
    color: #333;
    text-align: center;
    font-weight: bold;
        padding-left: 5%;
    font-size: 1.5em;
}
.descripcion-cocina-p{
    padding-left: 5%;
    color: #333;
    font-weight: lighter;

}
.descripcion-tips-p{
    padding-left: 5%;
    color: #333;
    font-weight:500;
    line-height: 1.9em;

}
.tip-img{
    width: 200px;
    padding-left: 45%;
    padding-top: 2%;  
    max-width: 190px;
    text-align: center;
}
.tip-img-large{
    width: 345px;
    padding-left: 38%;
    padding-top: 2%;  
    max-width: 300px;
    text-align: center;
}

.footer-text{
    font-family: 'Quicksand', sans-serif ;
             font-weight: 100;
             font-size: 1.3em;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 599px) {
 figure img{
    padding-left: 30%;
    width: 40%;
    }
    .footer-text{font-size: 1em;}
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    figure img{
    padding-left: 30%;
    width: 40%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    figure img{
    padding-left: 30%;
    width: 40%;
    }

}