/* 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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead, 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;
}

* {box-sizing:border-box;}

body {
    font-family: 'Quicksand';
    line-height: 1;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 10px;
	}
	
::-webkit-scrollbar-track { /*fondo-barra-scroll*/
	background-color: #E9E9E9;
	}

::-webkit-scrollbar-thumb { /*barra-scroll*/
	background-color: #FC6500;
	}
	
::-moz-selection {
	background-color:#E9E9E9;
	}
	
::selection {
	background-color:#E9E9E9;
	}
	
a {
	text-decoration:none;	
		
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	}


#idioma {
    position: absolute;
    top:50px;
    right:100px;
    width: 170px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    background-color:#FC6500;
    z-index: 100;
    color: white;
    border-radius: 30px;
    padding-left: 35px;
}


#idioma:hover {
    background-color: #77A233;
    padding-left: 50px;    
}


#boton_whatsapp {
    width: 70px;
    height: 70px;
    position: fixed;
    background-color:rgba(255,255,255,0.5);
    background-image: url("../imagenes/whatsapp.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    top: 45%;
    right: 20px;
    z-index: 1;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);    
}


#boton_whatsapp:hover {
    background-color:rgba(255,255,255,0.3);
    background-image: url("../imagenes/whatsapp_hover.png");
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}


/*INICIO*/

html, body {
  height: 100%;
  background-image: url("../imagenes/subtle_white_feathers.png");
    
}

.scroll_home {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll_home h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    color: #e81c0e;    
}

.scroll_home h2 span {
    font-weight: 600;
    color: #709500;
}

.scroll_home a {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 2;
  display: inline-block; 
  color: #709500;
  font-size: 20px;
  transition: opacity .3s;
    }


.scroll_home a:hover {
  opacity: .5;
}

.down_animation {
  padding-top: 100px;
}
.down_animation span {
  position: absolute;    
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-left: 2px solid #FF5700;
  border-bottom: 2px solid #FF5700;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}




#section01 { 
    background-image:url("../imagenes/moras_organicas_colombia.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 12%;
    padding-left: 20%;    
}

#section01 img {
    width: 300px;
    margin-bottom: 30px;
}


#section02 figure,
#section02 h2 {
    position:relative;
    float: left;
    width: 50%;
    height: 100%;
}

#section02 figure {
    background-image:url("../imagenes/mora_organica.jpg");
    background-position: left center;
    background-repeat: no-repeat;  
    
}

#section02 h2 {
    padding-top: 20%;
    padding-right: 20%; 
    background-image: url("../imagenes/hojas_fruta.png");
    background-position: right center;
    background-repeat: no-repeat;
}



#section03 {
    background-image:url("../imagenes/frutas_colombia.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 20%;
    padding-left: 20%;    
    }


#section04 {
    background-image:url("../imagenes/pie_de_pagina.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 100px;
    }

.scrollup {    
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
  background-image:url(../imagenes/go-to-top.png);  
      animation-name: animation-scale-xy;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}


@keyframes animation-scale-xy {
    from {transform: scale(1)} 
    to {transform: scale(0.8)}    

}



footer {
    width: 80%;
    height: 500px;
    margin: auto; 
    position: relative;    
}


footer ul {
    width: 33%;
    height: 500px;
    position: relative;
    float: left;
}


footer ul li {
    color: #709500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}



footer ul:nth-child(1) {
    padding-top: 200px;
    background-image: url("../imagenes/hojas_1.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.scroll_home footer ul li a {
    color: orangered;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
}


footer ul:nth-child(2) {
    background-image: url("../imagenes/naturalis_fructus_footer.png");
    background-position: top center;
    background-repeat: no-repeat;
    }



footer ul:nth-child(2),
footer ul:nth-child(3) {
    padding-top: 270px;
    padding-left: 10%;
    font-weight: 600;
}

footer ul:nth-child(3) {
    background-image: url("../imagenes/hojas_2.png");
    background-position: right top;
    background-repeat: no-repeat;
}

#credito_yuddy {
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    height: 50px;   
}

#credito_yuddy h3 {
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 600px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #A11E00;
    font-weight:600;
}


#credito_yuddy h6 {
    position: absolute;
    top: 0px;
    right: 0px; 
    width: 200px;
    height: 50px;
    
    
}


#credito_yuddy h6 a {
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #A11E00;
    font-weight:600;
    bottom: 0;
    left: 0;
    width: 200px;
    
    background-image: url("../imagenes/y.png");
    background-position: center right;
    background-repeat: no-repeat;
    
    	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;    
}

#credito_yuddy h6 a:hover {
    color:rgba(255,255,255,0.8);
    background-image: url("../imagenes/y_hover.png");
    opacity: 1.0;
    letter-spacing: 3px;    
}

#credito_yuddy h6 a:hover span {
    color:#00E400;    
}


/**/

/*NATURALIS FRUCTUS*/

.naturalis_fructus_1  {
    background-image:url("../imagenes/fresas_naturalis_fructus.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 795px;
    padding-top: 15%;
    padding-right: 15%;
    }

.naturalis_fructus_1 img  {
    width: 250px;
}

.naturalis_fructus_1 h2 {
    font-size: 50px;
    line-height: 60px;
    color: #FF3600;
    text-align: right;
    letter-spacing: 1px;
}

.naturalis_fructus_1 h2 span {
    font-weight: 700;

}

.naturalis_fructus_2 {
    margin: auto;
    width: 100%; 
   
}

.naturalis_fructus_2 section {
    height: 600px;
}

.naturalis_fructus_2 section p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-align: justify;
}

.naturalis_fructus_2 section:nth-child(1) {
    background-image:url("../imagenes/nuestras-frutas_hojas.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.naturalis_fructus_2 section:nth-child(1) p,
.naturalis_fructus_2 section:nth-child(1) figure {
    position: relative;
    float: left;
    width: 50%;
    height: 600px; 
}

.naturalis_fructus_2 section:nth-child(1) p {
    color: #FF3600;
    padding-left: 20%;
    padding-right: 2%;
    padding-top: 150px;    
}


.naturalis_fructus_2 section:nth-child(2) {
    background-image:url("../imagenes/hojas_2.jpg");
    background-position: right center;
    background-repeat: no-repeat;
}


.naturalis_fructus_2 section:nth-child(2) p {
    color: #546603;
    margin: auto;
    width: 720px;
    padding-top: 50px;
    text-align: center;  
}


.naturalis_fructus_2 section:nth-child(2) p span {
    color: #FF3600;
    font-weight: 800;    
}


.naturalis_fructus_2 section:nth-child(3) {
    width: 1024px;
    margin: auto;
}

.naturalis_fructus_2 section:nth-child(3) p,
.naturalis_fructus_2 section:nth-child(3) figure {
    position: relative;
    float: left;
    height: 600px;
}


.naturalis_fructus_2 section:nth-child(3) p {
    width: 50%;
    color: #FF3600;
    padding-top: 150px;
}

.naturalis_fructus_2 section:nth-child(3) figure {
    width: 50%;
    background-image: url("../imagenes/mapa.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.naturalis_fructus_2 section:nth-child(5) {
    width: 700px;
    margin: auto;
    text-align: center;
}


.naturalis_fructus_2 section:nth-child(5) h2 {
    font-size: 35px;
    line-height: 50px;
    color: #FF3600;
    
}

/*Estilos generales para la textura del header y los títulos*/


.textura_header {
    background-image: url("../imagenes/header_2.png");
    background-position:top center;
    background-repeat: no-repeat;
    padding-top: 150px;
    }

.textura_header h1 {   
    width: 320px;
    margin: auto;
    color: #FF3600;
    font-size: 48px;
    line-height: 50px;
    text-align:center;
}

.textura_header h1 span {
    font-weight: 700;
    
}

/*NUESTRAS FRUTAS*/


.nuestras_frutas {
    width: 100%;
}

.nuestras_frutas p {
    width: 1000px;
    height: 100px;
    margin: auto;
    margin-top: 40px;
    font-size: 20px;
    line-height: 42px;
    color: #FF3600;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}


.nuestras_frutas h3 {
    width: 900px;
    height: 80px;
    margin: auto;
    font-size: 18px;
    line-height: 40px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 50px;
     font-weight: 500;
    color: #546603;
    border: 1px solid #6DAC09;
    letter-spacing: 1px;
        
}


/*COMPOTAS Y MERMELADAS*/

.compotas_y_mermeladas {
    width: 100%;
}

.compotas_y_mermeladas section {    
    height: 500px;
    margin: auto;
}


.compotas_y_mermeladas section:nth-child(2) {
    width: 80%;
    background-image: url("../imagenes/compota.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}


.compotas_y_mermeladas section:nth-child(2) p {
    width: 50%;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-align: justify;
    color: #546603;
    padding-top: 50px;
    padding-left: 20%;
}


.compotas_y_mermeladas section:nth-child(2) p span,
.compotas_y_mermeladas section:nth-child(4) p span {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    color: #FF3600;    
}


.compotas_y_mermeladas section:nth-child(3) {
    background-image: url("../imagenes/fotografias-compotas.jpg");
    background-position:  center center;
    width: 800px; 
    height: 500px;
}


.compotas_y_mermeladas section:nth-child(4) {
    width: 1120px;
    background-image:url("../imagenes/mermelada.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}



.compotas_y_mermeladas section:nth-child(4) p {
    width: 50%;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-align: justify;
    color: #546603;
    padding-top: 50px;
    padding-right: 11%
}

.lista_sabores_mermelada {
    width: 1024px;
    height: 300px;
    margin: auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.lista_sabores_mermelada li {
    width: 200px;
    height: 300px;
    display: inline-block;
    color: #FF3600;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
} 


/*REFRIGERIOS*/

.refrigerios {
    width: 100%;
    height: auto;      
}


.refrigerios p {
    width: 1000px;
    margin: auto;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    color: #546603;
}

.refrigerios p span {
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
    color: #FF3600;    
}

.refrigerios p:nth-child(2) {
    margin-top: 40px; 
}


.refrigerios p:nth-child(3),
.refrigerios p:nth-child(4){
    padding: 0 50px;
}


/*PAQUETES NUTRICIONALES*/

.paquetes_nutricionales {
    width: 100%; 
    background-image: url("../imagenes/header_2.png");
    background-position:top center;
    background-repeat: no-repeat;
    padding-top: 150px;
    color: #FC6500;
}


.paquetes_nutricionales figure {
    position: absolute;
    top: 200px;
    left: 20%;
    width: 482px;
    height: 625px;
}


.paquetes_nutricionales h1 {
    font-size: 48px;
    line-height: 60px;    
    text-transform: uppercase; 
    margin-left: 50%;
}

.paquetes_nutricionales h1 span {
    font-weight: 800;    
}

.paquetes_nutricionales p {
    font-size: 20px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50%;
    margin-right: 15%
}


.paquetes_nutricionales h2 {
    background-image: url("../imagenes/subtle_white_feathers_orange.jpg");
    color: white;
    font-size: 18px;
    line-height: 40px;
    padding-top: 60px;
    padding-left: 40px;
    padding-bottom: 60px;
    margin-left: 50%;
    padding-right: 15%
}



.paquetes_nutricionales h3 {
    font-size: 22px;
    line-height: 50px;
    color: #FF3600;
    font-weight: 500;
    text-align: center;
    width: 900px;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 50px;
}




/**CONTACTO*/

.contacto {
	width: 100%;
	height: 800px;
    margin: auto;
	}


.contacto h1 {
    margin-bottom: 50px;
}


.contacto p {
    text-align: center;    
    font-size: 22px;
    line-height: 32px;
    color: #546603;
    font-weight: 500;
    margin-bottom: 15px;
}


.contacto figure {
    width: 50%;
    height: 450px;
    position: relative;
	float: left;
    text-align: center;   
}


.contacto figure img {
    border: 15px solid rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-top: 30px;
}

#formulario {
	width:50%;
	height:350px;
	position: relative;
	float: left;
	border-right: 1px solid #FC6500;
    margin-top: 50px;
	}

	
.botones-form {
	width:80%;
	height:40px;
	font-family: 'Quicksand';
	font-size:16px;
	color:#546603;
	border:none;
	margin-left: 10%;
	margin-bottom:15px;
	border-bottom:1px solid rgba(84,102,3,0.6);
	background-color:transparent;
	outline:none;
	
			transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	}
	
.botones-form:hover {
	color:#FC6500;
	border-bottom:1px solid #FF3600;
	}
	
.botones-form::-webkit-input-placeholder {
	color:#546603;
	}
	
.botones-form::-moz-input-placeholder {
	color:#546603;
	}
	
.botones-form:hover::-webkit-input-placeholder {
	color:#546603;
	}
	
.botones-form:hover::-moz-input-placeholder {
	color:#546603;
	}
	
.mensaje {
	height:100px;
	}
	
#enviar {
	width:80%;
	background-color: #FC6500;
	height:40px;
	margin-left: 10%;
	border:none;
	outline:none;
	color:white;
	font-family: 'Quicksand';
	font-size:16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	cursor:pointer;
	text-align: center;
	
				transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	}
	
#enviar:hover {
	background-color:#FF3600;
	}

.confirma {
	width: 100%;
	height: auto;
	margin: auto;
    padding-bottom: 100px;    
    padding-top: 20%;
	color: #77A233;
	font-size: 40px;
    line-height: 50px;
	font-weight: 500;
	text-align: center;
}


.confirma p span {
    color: #FC6500;
    font-size: 30px;
    
}

/*MEDIA QUERY ************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*1536*/
@media screen and (max-width:1600px) {
    
    
#idioma {
    top:50px;
    right:10px;
    width: 150px;
    padding-left: 30px;
}
    
#idioma:hover {
    padding-left: 35px;    
} 
    
    
.scroll_home h2 {
    font-size: 35px;
    line-height: 45px;
}
    
.scroll_home a {
  bottom: 30px;
    }

#section01 { 
    padding-top: 15%;
    padding-left: 10%;
    
}

#section01 img {
    width: 200px;
    margin-bottom: 30px;
}
    
    
#section02 figure {
    background-image:url("../imagenes/slider_2_home_1536.jpg");
    }
    
    
#section03 {
    background-image:url("../imagenes/frutas_colombia_1600.jpg");
    padding-left: 12%;    
    }    

footer {
    width: 90%;
}
    
    
/*NATURALIS FRUCTUS*/


.naturalis_fructus_1 img  {
    width: 200px;
}

.naturalis_fructus_1 h2 {
    font-size: 40px;
    line-height: 50px;
}    
    
.naturalis_fructus_2 section:nth-child(1) p {
    padding-left: 10%;
}
    
 
/*COMPOTAS Y MERMELADAS*/    

 
.compotas_y_mermeladas section:nth-child(2) {
    width: 100%;
}
    
    
.compotas_y_mermeladas section:nth-child(2) p {
    padding-left: 10%;
}
    
    
    
/*PAQUETES NUTRICIONALES*/

.paquetes_nutricionales figure {
    left: 10%;
}


.paquetes_nutricionales h1,
.paquetes_nutricionales p,
.paquetes_nutricionales h2 {
    margin-left: 40%;
}


}


/*1366*/
@media screen and (max-width:1400px) {
    
    
#idioma {
    top:30px;
    right:5px;
    width: 120px;
    padding-left: 20px;
    font-size: 13px;
}
    
#idioma:hover {
    padding-left: 25px;    
}
    
    
.scroll_home h2 {
    font-size: 30px;
    line-height: 40px;
}
    
#section01 { 
    background-image:url("../imagenes/moras_organicas_colombia_1400.jpg");
}
    
#section02 h2 {
    background-size: 50%;
}
    
 
.compotas_y_mermeladas section:nth-child(2) p {
    padding-left: 7%;
    padding-right: 5%;
}
    
    
/*PAQUETES NUTRICIONALES*/
    
.paquetes_nutricionales figure {
    left: 1%;
}
    
    
}




/*1280*/
@media screen and (max-width:1280px) {
    
    
#idioma {
    top:0px;
    left: 160px;
    width: 150px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    padding-left: 25px;
    border-radius: 0;
    background-color: #FC6500;
}

#idioma:hover {
    padding-left: 30px;    
}
    
    
#boton_whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 0;
    top: 0px;
    left: 100px;
    z-index: 100;
}
    
#section02 h2 {
    padding-left: 5%;
    background-size: 40%;
}
    
    
#section03 {
    padding-left: 8%;    
    }

    
footer {
    height: 400px;
    }
    
    
footer ul {
    width: 50%;
    height: 400px;
    }
    

footer ul:nth-child(1) {
    display: none;
}
    
footer ul:nth-child(2),
footer ul:nth-child(3) {
    padding-top: 270px;
    padding-left: 15%;
}
    
    
.naturalis_fructus_1 {
    padding-top: 18%;
    padding-right: 10%;
}
    

    
    
}



/*1024*/
@media screen and (max-width:1100px) {
    
    
#section02 figure {
    background-image:url("../imagenes/slider_2_home_500.jpg");
    }
    
#section02 h2 {
    padding-left: 0;
    padding-top: 30%;
    background-size: 60%;
}
    
    
#section03 {
    background-image: url("../imagenes/frutas_colombia_600.jpg");
    padding-top: 30%;
    padding-left: 10%;
    }
    
#credito_yuddy {
    left: 3%;
    width: 94%;
}

#credito_yuddy h3 {    
    width: 500px;
    letter-spacing: 1px;
}


#credito_yuddy h6 {
    width: 180px;
}


#credito_yuddy h6 a {
    width: 180px;    
}
    
        
.naturalis_fructus_1 {
    padding-top: 28%;
    padding-right: 10%;
}
    
.naturalis_fructus_1 h2 {
    font-size: 35px;
    line-height: 45px;
}
    
    
.naturalis_fructus_2 section:nth-child(1) p {
    padding-right: 0;
    padding-top: 100px;    
}
    
    
.naturalis_fructus_2 section:nth-child(3) {
    width: 90%;
}
    

/*NUESTRAS FRUTAS*/
    
    
.textura_header {
    padding-top: 110px;
    }

.nuestras_frutas p {
    width: 700px;
    height: 130px;
}


.nuestras_frutas h3 {
    width: 500px;
    height: 120px;
}
    
   
/*REFRIGERIOS*/
    
.refrigerios p {
    width: 90%;
    }
    
    
.refrigerios p img {
    width: 100%
    }

/*COMPOTAS Y MERMELADAS*/
    
.compotas_y_mermeladas section:nth-child(2) {
   background-image: url("../imagenes/compota_p.jpg");
    background-position: bottom right;
}
    
    
.compotas_y_mermeladas section:nth-child(2) p {
    font-size: 16px;
    line-height: 36px;
    text-align:left;
    padding-left: 10%;
    padding-right: 0;
}


.compotas_y_mermeladas section:nth-child(2) p span,
.compotas_y_mermeladas section:nth-child(4) p span {
    font-size: 22px;
    line-height: 32px;   
}
    
    
    
.compotas_y_mermeladas section:nth-child(4) {
    width: 100%;
    background-image:url("../imagenes/mermelada_p.jpg");
    background-position: right center;
}



.compotas_y_mermeladas section:nth-child(4) p {
    width: 60%;
    font-size: 16px;
    line-height: 36px;
    text-align:left;
    padding-top: 100px;
    padding-right: 11%;
    padding-left: 10%;
}
    
    
.lista_sabores_mermelada {
    width: 700px;
    height: 600px;
}
    
    
/*PAQUETES NUTRICIONALES*/
    
.paquetes_nutricionales {
    padding-top: 100px;        
    }
    
.paquetes_nutricionales h1,
.paquetes_nutricionales p,
.paquetes_nutricionales h2 {
    margin-left: 40%;
}
    
    
.paquetes_nutricionales figure {
    width: 350px;
    height: 450px;
}
    
    
.paquetes_nutricionales figure img {
    width: 100%;
    }

.paquetes_nutricionales p {
    font-size: 18px;
    margin-right: 8%
}


.paquetes_nutricionales h2 {
    font-size: 16px;
    line-height: 36px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-right: 10%
}
    
.paquetes_nutricionales h3 {
    width: 90%;
    margin-top: 100px;
}
    
    
    
/**CONTACTO*/
    
    
.contacto {
    height: 650px;
        
    }

.contacto h1 {
    margin-bottom: 20px;
}


.contacto p {
    font-size: 18px;
    line-height: 20px;
}

.contacto figure img {
    width: 100%;
}
    
    
.confirma {
    padding-top: 30%;
}
  

}

/*768*/
@media screen and (max-width:800px) {
    
#section01 { 
    background-image:url("../imagenes/moras_organicas_colombia_800.jpg");
    padding: 150px 0px;
    text-align: center;
}   
    
    
#section01 img {
    width: 300px;
    margin-bottom: 30px;
}
    
    
#section02 figure {
    display: none;
    }
    
#section02 h2 {
    width: 100%;
    padding: 60% 0;
    text-align: center;
    background-position: top center;
    background-size: 50%;
    }
    
    
#section03 {
    padding-top: 20%;
    padding-left: 0;
    text-align: center;
    }
    
    
footer {
    width: 320px;
    height: 500px;
    margin: auto; 
    }
    
    
footer ul {
    width: 100%;
    height: 230px;
    text-align: center;
    
    }
    
footer ul li {
    color: #709500;
    font-size: 15px;
    line-height: 28px;
}
    

footer ul:nth-child(2) {
    margin-bottom: 40px;
    padding-top: 150px;
    padding-left: 0px;
    background-size: 60%;
    }  
    

footer ul:nth-child(3) {
    padding-top: 120px;
    padding-left: 0px;
    background-size: 50%;
} 
    



#credito_yuddy {
    left: 0;
    width: 100%;
    height: 100px;
}
    
    
#credito_yuddy h3 {    
    width: 100%;
    height: 50px;
    letter-spacing:normal;
    text-align: center;
    font-size: 14px;
}
    
    
#credito_yuddy h6 {
    width: 40%;
    top: 50px;
    left: 30%;
}


#credito_yuddy h6 a {
    width: 100%;    
}
    
    
.naturalis_fructus_1 {
    padding-top: 40%;
    padding-right: 0;
}
    
.naturalis_fructus_1 h2 {
    text-align: center;
}
    
    
.naturalis_fructus_2 section:nth-child(1) p {
    width: 100%;
    padding: 15% 18% 0 18%;
    text-align: center;
}
    
    
.naturalis_fructus_2 section:nth-child(2) {
    background-image:none;
}
    
    
.naturalis_fructus_2 section:nth-child(1) figure {
    display: none;          
    }
    
    
.naturalis_fructus_2 section:nth-child(2) p {
    width: 80%;
}
    
    
.naturalis_fructus_2 section:nth-child(2) p img {
    width: 100%;        
    }
    
    
.naturalis_fructus_2 section:nth-child(3) p {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    height:auto;
    text-align: center;
}

.naturalis_fructus_2 section:nth-child(3) figure {
    width: 100%;
    height: 300px;
    background-size: 50%;
}
    
    
.naturalis_fructus_2 section:nth-child(5) {
    width: 90%;
}


.naturalis_fructus_2 section:nth-child(5) h2 {
    font-size: 30px;
    line-height: 40px;    
}
    
    
.naturalis_fructus_2 section:nth-child(5) img {
    width: 80%;    
}

/*NUESTRAS FRUTAS*/
    
.nuestras_frutas p {
    width: 90%;
    height:auto;
}
    
    
/*REFRIGERIOS*/
    
    
.refrigerios p {
    font-size: 18px;
    line-height: 32px;
}

.refrigerios p span {
    font-size: 20px;
    line-height: 30px; 
}
    

.refrigerios p:nth-child(2) {
    margin-top: 40px; 
}


.refrigerios p:nth-child(3),
.refrigerios p:nth-child(4){
    padding: 0 50px;
}
    
    
/*COMPOTAS Y MERMELADAS*/
    
.compotas_y_mermeladas section {    
    height:auto;
}
    
    
.compotas_y_mermeladas section:nth-child(2) {
   background-image: url("../imagenes/compota_p.jpg");
    background-position: bottom center;    
}
    
    
.compotas_y_mermeladas section:nth-child(2) p {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    text-align:center;
    padding: 50px 50px 400px 50px;
}
    
    
.compotas_y_mermeladas section:nth-child(3) {
    background-image: url("../imagenes/fotografias-compotas_p.jpg");
    background-repeat: no-repeat;
    width: 100%; 
}
    

.compotas_y_mermeladas section:nth-child(4) p {
    width: 50%;
    font-size: 16px;
    line-height: 36px;
    text-align:left;
    padding-top: 20px;
    padding-right: 6%;
    padding-left: 7%;
}
    
    
    
.lista_sabores_mermelada {
    width: 500px;
}

.lista_sabores_mermelada li {
    width: 160px;
} 
    
    
/*PAQUETES NUTRICIONALES*/
    
.paquetes_nutricionales h3 {
    font-size: 18px;
    line-height: 40px;
    margin-top: 50px;
}
    
    
.paquetes_nutricionales h3 img {
     width: 90%;
    }
    
    
.paquetes_nutricionales h1,
.paquetes_nutricionales p,
.paquetes_nutricionales h2 {
    margin-left: 45%;
}
    
    
.paquetes_nutricionales figure {
    width: 320px;
    height: 400px;
    top: 250px;
}
    
    
.paquetes_nutricionales figure img {
    width: 100%;
    }

.paquetes_nutricionales p {
    font-size: 16px;
    line-height: 32px;
    margin-right: 5%
}


.paquetes_nutricionales h2 {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 5%
}
    
    
    
/**CONTACTO*/    
    
.contacto #formulario {
    width: 100%;
}

.contacto figure {
    width: 100%;
}    
    
.contacto figure img {
    width: 70%;        
    }
    
    
.confirma {
    padding-top: 40%;
}

}


/**/


/*intermedio 768 a 360*/
@media screen and (max-width:700px) {

    
.paquetes_nutricionales h1 {   
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin: auto;
}
    

.paquetes_nutricionales h1,
.paquetes_nutricionales p,
.paquetes_nutricionales h2 {
    margin-left: 0%;
}
    
    
.paquetes_nutricionales figure {
    display: none;

}
    
.paquetes_nutricionales p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    padding: 10%;
}


.paquetes_nutricionales h2 {
    text-align: center;
    padding: 10%;
}



}




/*360*/
@media screen and (max-width:500px) {
    
    
#idioma {
    left: 115px;
    width: 80px;
    font-size: 13px;
    padding-left: 10px;
    font-weight: 500;
}

#idioma:hover {
    padding-left: 10px;   
}
    
    
#idioma span {
    display: none;
    }
    
    
#boton_whatsapp {
    width: 50px;
    height: 60px;
    border-radius: 0;
    top: 0px;
    left: 65px;
    background-size: 80%;
}
    
.scrollup {    
  bottom: 20px;
  right: 10px;
}
    
    
#section01 { 
    background-image:url("../imagenes/slide_1_home_360.jpg");
    padding: 100px 0px;
}       
    
#section01 img {
    width: 200px;
    margin-bottom: 30px;
}
    
#section03 {
    background-image: url("../imagenes/frutas_colombia_500.jpg");
    background-position: bottom center;
    padding-top: 20%;
    padding-left: 0;
    text-align: center;
    }
    
    
.scroll_home h2 {
    font-size: 20px;
    line-height: 30px;
}
    
    
    
footer {
    width: 320px;
    height: 250px;
    }
    
    
footer ul {
    width: 100%;    
    text-align: center;   
    }
    
footer ul li {
    color: #546603;
    font-size: 15px;
    line-height: 23px;
}
    

footer ul:nth-child(2) {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-left: 0px;
    background-size: 40%;
    height: 180px;
    }  
    

footer ul:nth-child(3) {
    height: 50px;
    padding-top: 0px;
    padding-left: 0px;
    background-image: none;
} 
    
    
#credito_yuddy {
    left: 0;
    width: 100%;
    height: 150px;
}
    
    
#credito_yuddy h3 {    
    width: 100%;
    height: 100px;
    letter-spacing:1px;
    line-height: 20px;
    padding: 20px 40px;
}
    
    
#credito_yuddy h6 {
    width: 50%;
    top: 100px;
    left: 25%;
}


#credito_yuddy h6 a {
    width: 100%;    
}
    
    

.contacto {
	height: 800px;
	}

.contacto figure {
    width: 100%;
    height: 350px;
}

#formulario {
	width:100%;
	height:450px;
	}

.botones-form {
	font-size:16px;
	}
    
    
.naturalis_fructus_1 {
    padding-top: 120px;
    height: 600px;
    
}
    
.naturalis_fructus_1 h2 {
    font-size: 25px;
    line-height: 35px;
    width: 180px;
    margin:auto;
    margin-top: 20px;    
}
    
    
.naturalis_fructus_2 section p {
    font-size: 16px;
    line-height: 30px;
    }
    
    
.naturalis_fructus_2 section:nth-child(1) p {
    padding: 15%;
}
    
    
.naturalis_fructus_2 section:nth-child(3) figure {
    background-size: 70%;
}
    
 
.naturalis_fructus_2 section:nth-child(5) {
    height: 400px;
    }
    
    
.naturalis_fructus_2 section:nth-child(5) h2 {
    font-size: 20px;
    line-height: 30px;    
}
    
    
.textura_header h1 {   
    width: 200px;
    font-size: 30px;
    line-height: 32px;
}
    
    
.nuestras_frutas p {
    width: 85%;   
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
    
    
.nuestras_frutas h3 {
    width: 290px;
    height: 140px;   
    font-size: 16px;
    line-height: 26px;
    padding: 15px 40px;
    margin-bottom: 50px;       
}
    
    
/*COMPOTAS Y MERMELADAS*/
    
    
 .compotas_y_mermeladas section:nth-child(2) {
   background-image: url("../imagenes/compota_p.jpg");
    background-position: bottom center;
     background-size: 100%;
}
    
    
.compotas_y_mermeladas section:nth-child(2) p {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    text-align:center;
    padding: 30px 30px 340px 30px;
}


.compotas_y_mermeladas section:nth-child(2) p span,
.compotas_y_mermeladas section:nth-child(4) p span {
    font-size: 20px;
    line-height: 30px;   
}    
    
.compotas_y_mermeladas section:nth-child(3) {
    background-size: 100%;
    height: 300px;
    }
    
    
.compotas_y_mermeladas section:nth-child(4) {
    background-position: bottom center;
}
    
    
.compotas_y_mermeladas section:nth-child(4) p {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    text-align:center;
    padding: 30px 20px 300px 20px;
}
    
    
.lista_sabores_mermelada {
    width: 320px;
    margin-bottom: 0px;
}

.lista_sabores_mermelada li {
    width: 150px;
    height: 200px;
    font-size: 18px;
}
    
    
.lista_sabores_mermelada li img {
    width: 100%;
    }
    
/*PAQUETES NUTRICIONALES*/
    

.paquetes_nutricionales h3 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 32px;
    }
    
    
/*contacto*/

.confirma {
    padding-top: 60%;
	font-size: 30px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
}


.confirma p span {
    font-size: 20px;
    line-height: 20px;
    
}    

  

}

