@charset "utf-8";
/* CSS Document */
	
 
 
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*animacion */

.text {
  font-size:30px;
  font-family:helvetica;
  font-weight:bold;
  color:#D03754;
  text-transform:uppercase;
	margin: 10px;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


/* carrito */
.textcar{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.flexing{
	float: right;
	width: 200px;
	padding-right: 100px;

}
.agregarc{
	margin: -25px 5px 5px 80px;
	padding-top: 5px;
	width: 230px;
	height: 30px;
	font-family: fuenteb;
	background: rgba(240,228,228,1.00);
	font-size: 15px;
}
/*fin carrito*/
.logohide{
	display:none;
}
.cel-nav{
	display: none;
}






/* administrar
*/
.administrar{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(228,201,202,1.00);
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 15px;
	text-align: center;

}


/*comienzo*/
BODY{
	background: #D3D1D1;
}
#contenedor-btn{

}
/* paginas internas */
.portada_productos{
	height: 100px;
	width: 100%;
	background-color: #EC7063;
	background-repeat: no-repeat;
	background-size: cover;
}
.nav_productos{
	width: 100%;
	height:50px; 
	
	text-align: center;
}
.nav_productos a{
	color: black;
	text-decoration: none;
	margin: 5px 40px 30px 40px;
	font-family: fuenteb;
	font-size: 10px;
	letter-spacing: 5px;
	vertical-align: middle;
	display: inline-block;

}
.todos h1{
	font-family: fuentew;
	text-align: center;
	font-size: 45px;
	font-weight: 100;
	letter-spacing: 3px;
	margin-top: 50px;
margin-bottom: 50px;
}
.envio p{
	font-size: 20px;
	font-family: fuenteb;
}
/* fin paginas internas */
.desta h1{
	font-family: fuentew;
	text-align: center;
	font-size: 45px;
}
.portada{
	height: 500px;
	width: 100%;
	background-image: url("imag/PORTADA.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
/* .nav{
	width: 100%;
	height:50px; 
	text-align: center;
}
.nav a{
	color: white;
	text-decoration: none;
	margin: 5px 40px 30px 40px;
	font-family: fuenteb;
	font-size: 10px;
	letter-spacing: 5px;

}

*/
.footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	background-color: #D03754;
}

.nosotros{
	margin-top: 70px;
	display: flex;
	flex-direction:row;
		flex-wrap: wrap;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: #D03754;
	margin-bottom: 50px;
	
}

.nosotros img{
	display: block;
	width:50%;
	height: inherit;
margin-left: auto;
	margin-right: 0px;
	
}
.sobrenos{
	font-family:fuentec; 
	font-size: 20px;
	font-weight: 100;
	width: 80%;
margin-left: auto;
	margin-right: auto;
}
.ennosotros{
	margin-top: 25px;
	text-align: center;
	width: 50%;
	height:auto;
}
.ennosotros H1{
	font-family: fuentew;
}
.boton-up{
	width: 100px;
	color: black;
	padding-top: 70px;
	text-decoration: none;
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	font-family: fuenteb;
}
.portada-texto{
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: white;
	font-family: fuenteb;
	font-size: 30px;
	text-align: center;
	letter-spacing: 25px;
}
.boton--des{
	margin-top: 50px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 4px solid;
	padding: 12px;
	border-radius: 5px;
	border-color:#D03754;
	/* animation: girar 4s linear infinite; */
	 animation: formar-borde 2s linear infinite;
        box-shadow: inset 0 0 0 transparent;
}

    @keyframes formar-borde {
        0% {
            box-shadow: inset 0 0 0 transparent;
        }
        50% {
            box-shadow: inset 0 0 0 12px tomato;
        }
        100% {
            box-shadow: inset 0 0 0 transparent;
        }
    }
/* @keyframes girar {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    } */
.box{
	padding-left: 10px;
	padding-right: 10px;
	height: 250px;
	
}
.box p{
	text-align: left;
}
.box h3{
	font-family: fuentew;
	font-size: 18px;
	
}


	

.productos{
	display: flex;
	flex-direction:row;
		flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.enlace{
	margin-right: 20px;
}
.insumo{
	display:block;
	width:250px;
	margin-left: auto;
	margin-right: auto;
	
}
.insumo H2{
text-align: left;
	font-family: fuentew;
	font-size: 20px;
margin-left: 0px;
	margin-right: 0px;
}
.insumo H3{
text-align: left;
	font-family: fuentec;
	font-size: 15px;
margin-left: 0px;
	margin-right: 0px;
}
.insumo P{
text-align: left;
	font-family: fuenteb;
	margin-left: 0px;
	margin-right: 0px;
	letter-spacing: 0.5px;
	word-spacing: 0.001em;
	font-size: 16px;
}
.separador{
	width:  5px;
	height: 5px;
	display: block;
	background-color: red;
}
.insumo img{
	width: 200px;
	height: auto;
	margin: 10px auto 10px auto;
}
.caja{
	height: 500px;
	
}
.ins{
	
	height: 400px;
}
.ins img{
	margin-top: -100px;
	height: 500px;
	width: auto !important;
}

.ins P{
	overflow-x: auto;
	height: 200px;
	font-family: "fuenteb" !important;
}
.ins h2{
	font-family: "fuentec" !important;
}

.pie{
	
	width: 100%;
}
.pie img{
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
}
.iconos{
	margin-top: 20px;
	display: block;
	width: 146px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.iconos P{
	display: block;
	font-family: fuentew;
	font-size: 20px;
	text-align: center;
	
}
.centrar{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	width: 100%;
}
.contacto{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
	background-color: #e5d6cf;
	display: flex;
	flex-direction:row;
		flex-wrap: wrap; 
}
.conten{
	height: 100%;
	width: 220px;
	
}

.content{
	width: 80%;

	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	flex-direction:row;
		flex-wrap: wrap; 
}
.content H1{

text-align: center;
	font-family: "fuentew";
	
}

.cont{
	width: 250px;
	height: 20px;
	margin-top: 20px;
	font-family: fuentec;
	justify-content: center;
	margin-left: 20px;
	display: block;
	font-size: 20px;

}
.logocon{
margin-top: -90px;
	margin-left: 90%;
	float:right;
	width: 12%;
	height: auto;
display: block; 
}
 .producto{
	width: 600px;
	height: 350px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	background: #efe8e6;
	display: block;
	padding: 5px 20px 5px 20px;
} 
.precio{
	font-family: fuentec;
}
.producto h1{
	margin-top: 20px;
	font-family: "fuentew";
	display: block;
}
.producto h2{
	font-family: "fuentew";
	font-size: 18px;
}
.producto p{
	font-family: "fuentew";
}
.producto img{
	width: 300px;
	float: left;

}
.boton{

	text-decoration: none;
	
} 
.formulario{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #3f403f;
	 margin-bottom: 20px;
	padding-bottom: 50px; 
	padding-top: 50px;
	display: none;
}
.formulario:target{

	 animation-duration: 4s;
  animation-name: slidein;
	display: block;
	}
@keyframes slidein {
  from {
	  opacity: 0%;
    height: 0px;
   
  }

  to {
    height: 270px;
   
  }
}
.formulario H1{
	width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
text-align: center;
	font-family: "fuentew";
	color: #f2f2f2;
	
}
.texto{
	margin-top: 5px;
	margin-bottom: 15px;
	width: 300px;
	margin-left: 50px;
	margin-right: auto;	
	background: #f2f2f2;
}
.labels{
	margin-top: 5px;
	width: 150px;
	color: aliceblue;
	margin-left: 50px;
	font-family: fuenteb;
	display: inline-block;
	font-size: 12px;
}
.labelsm{
	margin-top: 5px;
	font-size: 12px;
	width: 150px;
	color: aliceblue;
	margin-left: 10px;
	font-family: fuenteb;
	display: inline-block;
}
.contanos{
	margin-top: 5px;
	font-size: 12px;
	color: aliceblue;
	margin-left: 50px;
	font-family: fuenteb;
	display: inline-block;
}
.tel{
	margin: 5px 10px 15px 50px;
	width: 140px;
	background: #f2f2f2;
}
.mail{
	margin: 5px 5px 15px auto;
	width: 140px;
	background: #f2f2f2;
}
.texta{
	margin-top: 5px;
	width: 300px;
	margin-left: 50px;
	background: #f2f2f2;
}
.sub{
	width: 100px;
	margin:15px 15px 15px 20%;
	background: #dbbeaf;
	border:none;
	font-family: fuentec;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
}
.res{
	width: 100px;
	margin:15px 15px 15px 15px;
	background: #dbbeaf;
	border:none;
	font-family: fuentec;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
}
.div-botones{
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
@keyframes preguntar {
  from {
    opacity: 0%;
   
  }

  to {
    opacity: 1;
   
  }
}
.preguntas{
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 50px 50px 50px;
}
.preguntas a{

	text-decoration: none;
	color: #000000;
	font-family: "fuenteb";
}
.respuesta1{
	margin-top: -50px;
	margin-bottom: -20px;
	font-family: "fuenteb";
	display: none;
}

.respuesta1:target{
	display: block;
 animation-duration: 3s;
  animation-name: preguntar;

 
}
.boton_producto{
	width: 100px;
	text-decoration: none;
	color: black;
	border-color: gray;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	display: block;
	/* */
	border:1px solid gray;
padding: 10px 10px 5px 10px;


	font-family: "fuenteb";
	font-size: 15px;
}
/* whatsapp*/
.redes{
	width: 70px;
	height: 70px;
	border-radius: 50px 50px 50px 50px;
	text-align: center;
position: fixed;
	right: 30px;
	bottom: 100px;
}
.redes img{
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}


@media(max-width:930px){
	.nav_productos a{
		margin-left: 0px;
		font-size: 10px;
	}
	.nav a{
		margin-left: 0px;
		font-size: 10px;
	}
}



	@media(max-width:600px){
	 *{
		margin-left: 0;
		padding-left: 0;
		margin-right: 0;
		padding-right: 0;
	} 
		/* BODY{
			 position: relative;
		} */
		.box{
			height:auto;
		}	
		.logohide{
			display:block;
			width: 100px;
			margin-left: auto;
			margin-right: auto;
			margin-top: -30px;
		}
	.respuesta1{
		margin-top: 50px;
	}
		.nav_productos{
			margin-top: -5px;
			background: #e5d6cf;
			width: 100%;
		}
		
		.nav_productos a{
		display: none;
	}
		
	.logod a{
display: block;
	
	}
		
		.logod img{
		
		width: 100px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.logo img{
			position: absolute;
			top: 5px;
			right: auto;
			left: auto;
			display: block;
			
		}
	.portada{
		
	background-image: url("imag/portada1.png");
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		height: 250px;
	
	}
	
	.nav{
		width: 80%;
		display: flex;
		flex-direction:row;
		flex-wrap: wrap; 
	}
	.nav a{
	display: none;
	}
	
		.boton--des{
			width: 85%;
			text-align: center;
			margin-bottom: 50px;
		}
		
		.boton--des a{
		text-align: center;
		
	
		}
		
	.nosotros{
	
	}
	.nosotros img{
		float: none;
		width: 100%;
	}
	
	.iconos{
		
	}
	.producto{
		display: flex;
	flex-direction:file;
	flex-wrap: wrap;
		width: 320px;
		padding-left: 0px;
		padding-right: 0px;
		height: auto;

	}
		.ins{
			width: 100%;
			display: inline-block;
			height: 900px;
		}
		.ins h1{
			
			display: inline-block;
		}
		.ins p{
			display: inline-block;
		
		}
		.ins img{
		width: 90%;
			/* margin-left:50px; */
		display: inline-block;	
		}
	.contacto{
		margin-top:5px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 5px;
	}
	.contacto img{
		float:none;
		margin-top:50px;
	margin-left: auto;
		margin-right: auto;
		

	}
		.cont{
			margin-top: 5px;
			margin-left: 0px;
			margin-right: 0px;
			width: 100%;
		
		}
		.content{
			margin-top: 5px;
		}
		.conten{
			height: 55px;
			margin-top: 5px;
			margin-bottom: 5px;
		}
	.logocon{
		width: 140px;
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.p h1{
	font-size: 30px;
	}
	.ennosotros{
		width: 100%;
	}
	.cel-nav{
		display: block;
	}
		#rog{
			display:none;
		}
		.formulario{
			width: 330px;
			padding-right: -50px;
			
		}
		.formulario h1{
			padding: 0px;
			width: 200px;
			margin-left: 5px;
			margin-right: auto;
			text-align: center;
		}
		.texto{
			width: 220px;
			margin-left: 5px;
			margin-right: auto;
		}
		.mail{
	
			width: 100px;
			margin-right: auto;
		}
		.texta{
			margin-left: 5px;
			width: 220px;
			margin-right: auto;
		}
		.contanos{
			margin-left: 5px;
		}
		.sub{
			margin-left: 5px;
		}
		.res{
			margin-left: 5px;
		}
		.tel{
			margin-left: 5px;
			width: 100px;
		}
		.labels{
			margin-left: 5px;
		}
		.labelsm{
			margin-left: -40px;
		}
		.sobrenos{
			width: 90%;
			font-size: 17px;
			font-weight: bold;
		}
			
		
} 