/*Generales*/
html, body{
	height:100%;
	width:100%;
	margin:0px;
	font-family:source sans pro,droid sans,lancelot,arial,helvetica;
	font-size:25px;/*vmin;*/
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight : normal;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
}
/*
a:hover{
	color:#bfffbf;
}
select:hover{
	color:#bfffbf;
}
*/

#body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.body_inicio{
	background-image: url("../img/fondos/f2.jpg");	
}
.body_productos{
	background-image: url("../img/fondos/fondo2.jpg");
}
.body_enlaces{
	background-image: url("../img/fondos/fondo3.jpg");
}
.body_contacto{
	background-image: url("../img/fondos/fondo4.jpg");
}

.intro{
	color:rgba(255,255,255, 0.9);
	
	/*padding-left:35%;
	padding-top:5%;
	padding-right:10%;
	text-align:justify;*/
	
	text-align:center;
	padding:200px 200px 20px 200px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8) ;
	
	font-size:35px;
	font-weight:bold;
}

.intro h1{
	font-size:70px;
	text-align:right;
}

.menu{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:22px;
	color:rgba(255,255,255, 0.7);
	z-index:9999;
    
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8) ;
	
	overflow: hidden;
   /* background-color: #333;*/
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */	
	
	/*transición*/
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	
	background-color:#444444;
}

.menu-colored { background-color:#444444; }
.menu-transparent { /*background-color:transparent;*/
background-color:#444444;
}

.menu a{
	/*transición*/
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	

}
.menu a:hover{
	/*color:#000000;*/
	color:#2693ff;
	text-shadow: 0px 0px 0px rgba(0,0,0,0) ;

}

.menu span{
	padding-left:15px;
	padding-right:15px;
}

.lan{
	float:right;
}

.copyright{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:18px;
	color:#666666;
	z-index:9999;
    
	overflow: hidden;
    background-color: #ffffff;
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the top of the page */
	left:0;
    width: 100%; /* Full width */
	opacity:0.9;
	
}

.pie_info{
	padding-top:10px;
	padding-bottom:40px;
	text-align:center;
	font-size:18px;
	color:#666666;
	z-index:9999;
    
	overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the top of the page */
	left:0;
    width: 100%; /* Full width */

    /*background-color: #000000;*/
	/*opacity:0.3;*/
}
.pie_content{
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the top of the page */
	left:0;
    width: 100%; /* Full width */
	overflow: hidden;
	background-color: #444444;
	
	font-size:18px;
	color:#eeeeee;
	z-index:9999;
	
	text-shadow: 0px 0px 0px rgba(0,0,0,0) ;
	/*background-image: url("../img/overlay.png");*/
	/*opacity:0.98;*/

}

.pie_content::after {
  content: "";
  background: url("../img/overlay.png");
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}


.pie_content a{
	color:#73b9ff;
}
.pie_content a:hover{
	color:#2693ff;
}

.pie_info img{
	height:58px;
	padding-left:50px;
	padding-right:50px;

	opacity:0.9;

	/*transición*/
	/*-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);	*/
}
/*
.pie_info img:hover{
	opacity:1;
}
*/
/**********************************************************************************************/
.cuerpo{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */	
	width:100%;
	color:#FFFFFF;

}
.contenido{
	width:1024px; /*60%;*/
	margin:0 auto;
	padding:25px;
	/*2017*/
	/*text-align:center;*/
}

.menu .contenido{
	padding:0px;
}
.footer{
	width:1024px; /*60%;*/
	margin:0 auto;
	padding:25px;
	background-color:#334d5c; /*gris*/
	/*2017*/
	text-align:left;
	font-size:18px;
	text-shadow: 2px 2px 2px rgba(50,50,50,0.85) ;
}
.bloque_texto{
	text-align: justify;
	margin-top:20%;
	color: #777777;
	padding: 1em 1em 1em;	
	opacity:0.9;
	
	/*textura y color de fondo*/
	background-image: url("../img/overlay.png"), -moz-linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-image: url("../img/overlay.png"), -webkit-linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-image: url("../img/overlay.png"), -ms-linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-image: url("../img/overlay.png"), linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-size: 100px 100px, cover;
	
	/*redondeado*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	/*sombra*/
	-webkit-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	
}
.bloque_texto_gris{
	color:#334d5c;
}
.bloque_texto_blanco{
	color:#ffffff;
	text-shadow: 2px 2px 1px rgba(90,90,90,0.75) ;
}
.bloque_texto a{
	color:#2693ff;
}
.bloque_texto a:hover{
	color:#73b9ff;
}

.boton {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid #018dc4; /*#008c23;*/
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*font: normal 16px/normal "Times New Roman", Times, serif;*/
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0199d9; /*#00b300;*/
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66); /*rgba(0,102,0,0.66) ;*/
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.boton img{
	padding-right: 10px;
	top: 3px;
	position: relative;
}

/*--------------------------------------------------------------*/
.categorias{
	width:100%;
	height:200px;
	text-align:center;
}
.categoria{
	float:left;
	width:20%;
	cursor: pointer;
	/*position: absolute;*/
	/*text-shadow: 1px 1px 1px rgba(90,90,90,0.75) ;*/
	
	/*transición*/
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);	
}
.categoria .selector img{
	position:relative;
	top:15px;
	/*left:10px;*/
	filter: brightness(0) invert(100%);
	width:75px;
}

.categoria .selector img:hover{
	filter: brightness(1) invert(0%);
}

.categoria:hover{
	/*color:#000;*/
	color:#00a3d9;
}
	
.categoria .selector{
	width:100px;
	height:100px;
	border-radius: 50%;
	background-color:#00a3d9;
	position:relative;
	left:50px;
}
.categorias p{
	/*position:absolute;
	top:50%;*/
	font-size:20px;
}

#cat1, #cat2, #cat3, #cat4, #cat5{
	display: none;
}
/*--------------------------------------------------------------*/
.leyenda{
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	margin-bottom:20px;

	color: #777777;
	opacity:0.9;
	
	/*textura y color de fondo*/
	background-image: url("../img/overlay.png"), -moz-linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-image: url("../img/overlay.png"), -webkit-linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-image: url("../img/overlay.png"), -ms-linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-image: url("../img/overlay.png"), linear-gradient(45deg, #eeeeee 0%, #ffffff 100%);
	background-size: 100px 100px, cover;
	
	/*redondeado*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	/*sombra*/
	-webkit-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);	
	
}
.leyenda span{
	font-size:16px;
	margin-right: 30px;
}

.leyenda img{
	width:25px;
	top:8px;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	

	/*redondeo*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
	
}

.cuadrada{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
	padding-left: 10px;
}

/*--------------------------------------------------------------*/
.container_product{
	width:420px;
	padding-left:0px;
	padding-right:90px;
	padding-top:15px;
	box-sizing: content-box;
	/*left:100px;	*/

	position:relative;
	float:left;
}

.box_product{
	/*padding-left:10px;*/
	display: block;
	box-sizing: border-box;
	background-color:#f5f5f3;
	
	
	border-width:1px;
	border-style: solid;
	border-color:#f0f0e1;
	
	-webkit-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);

	z-index: 999;	
	/*position:absolute;*/
	min-height:253px;

}

.title_product{
	background-color:#00d900;
	color:#ffffff;
	padding-left:10px;
	padding-right:15px;
	display: inline-block;
	float:left;
	font-weight: bold;	
	line-height: 1.45; /*42857143;*/
	/*text-shadow: 2px 2px 1px rgba(90,90,90,0.75) ;*/
}

.content_product{
	color:#888888;
	padding-left:10px;
	padding-top:10px;
	font-size: 18px;
}
/*--------------------------------------------------------------*/

.mark1, .mark2, .mark3{
	position: absolute;
	left: 420px; /*650px;*/

}
.mark1{}
.mark2{top:65px;}
.mark3{top:115px;}
.mark1 img, .mark2 img, .mark3 img{
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	/* width:50px;*/
	 
	-webkit-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);	
	
	border-width:1px;
	border-style: solid;
	border-color:#f0f0e1;

}
/*--------------------------------------------------------------*/

.title_category{
	color:#ffffff;
	padding-left:10px;
	padding-right:15px;
	/*margin-top:15px;*/
	/*margin-bottom:15px;*/
	display: inline-block;
	float:left;
	font-weight: bold;	
	line-height: 2;
	width:949px;
	/*92%*/
	text-shadow: 2px 2px 2px rgba(90,90,90,0.75) ;
	
}


/*********************************************/


.shape_corner_big{ 
	/*Corner de los títulos de categoría*/
	float:left;
	box-sizing: border-box; 
    height: 0px; 
    width: 0px;

    border-top: 25px solid transparent; 
    border-left: 25px solid #ffffff; 
    border-right: 25px solid transparent; 
    border-bottom: 25px solid #ffffff; 
}

.shape_corner_small{ 
	/*Corner de los títulos de categoría*/
	float:left;
	box-sizing: border-box; 
    height: 0px; 
    width: 0px;

    border-top: 18px solid transparent; 
    border-left: 18px solid #ffffff; 
    border-right: 18px solid transparent; 
    border-bottom: 18px solid #ffffff; 
}

/*Fondo y corner de los títulos de categoría*/
.sc_green{ 
    border-left-color: #7b913f; 
    border-bottom-color: #7b913f; 
}
.c_green{ 
	background-color:#7b913f;
}

.sc_blue{ 
    border-left-color: #559fac; 
    border-bottom-color: #559fac; 
}
.c_blue{ 
	background-color:#559fac;
}
.sc_orange{ 
    border-left-color: #d78c26; 
    border-bottom-color: #d78c26; 
}
.c_orange{ 
	background-color:#d78c26;
}
.sc_brown{ 
    border-left-color: #8b6939; 
    border-bottom-color: #8b6939; 
}
.c_brown{ 
	background-color:#8b6939;
}
.sc_pink{ 
    border-left-color: #a7556c; 
    border-bottom-color: #a7556c; 
}
.c_pink{ 
	background-color:#a7556c;
}




/*---------------------------------------------------------------------*/
/*Progreso carga de productos*/
#loader {
	/*position:absolute;
	top:50px;
	left:45%;*/
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
	margin-left: 47%;
	margin-bottom: 50%;
	margin-top: 10%;	
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/****************************************
*****************************************
****************************************/




@media all and (max-width: 600px) {
	.intro{
		padding-left:5px;
		padding-top:10px;
		padding-right:15px;
		text-align:justify;	
		font-size:20px;	
		text-shadow: 1px 1px 1px rgba(0,0,0,0.8) ;	
	}
	.intro img{
		margin-top:20px;
		width:100%;
	}
	
	.contenido{
		width:100%; /*60%;*/
		margin-left:5px;
		margin-right:15px;
		padding-left:0px;
		padding-top:0px;
		padding-right:0px;
		/*padding-right:15px;*/
		font-size:20px;	
	}
	
	.bloque_texto{
		text-align: justify;
		margin-top:20%;
		margin-left:5px;
		margin-right:15px;
		color: #777777;
		padding: 5px;	
		opacity:0.9;
	}
	
	.container_product{
		width:100%;
		padding-left:0px;
		padding-right:initial;
		margin-right:0px;
		padding-top:15px;
		box-sizing: content-box;
		/*left:100px;	*/

		position:relative;
		float:left;
	}
	
	.box_product{
		margin-right:54px;
	}	
	/*
	#cat1, #cat2, #cat3, #cat4, #cat5{
		margin-right:50px;
	}
	*/
		
	.mark1, .mark2, .mark3{
		position: absolute;
		right: 12px; /*650px;*/
		left:auto;
	}	
	
	.shape_corner_small{ 
		/*Corner de los títulos de categoría*/
		border-top: 14px solid transparent; 
		border-left: 14px solid #ffffff; 
		border-right: 14px solid transparent; 
		border-bottom: 14px solid #ffffff; 
	}

	/*Fondo y corner de los títulos de categoría*/
	.sc_green{ 
		border-left-color: #7b913f; 
		border-bottom-color: #7b913f; 
	}
	.c_green{ 
		background-color:#7b913f;
	}

	.sc_blue{ 
		border-left-color: #559fac; 
		border-bottom-color: #559fac; 
	}
	.c_blue{ 
		background-color:#559fac;
	}
	.sc_orange{ 
		border-left-color: #d78c26; 
		border-bottom-color: #d78c26; 
	}
	.c_orange{ 
		background-color:#d78c26;
	}
	.sc_brown{ 
		border-left-color: #8b6939; 
		border-bottom-color: #8b6939; 
	}
	.c_brown{ 
		background-color:#8b6939;
	}
	.sc_pink{ 
		border-left-color: #a7556c; 
		border-bottom-color: #a7556c; 
	}
	.c_pink{ 
		background-color:#a7556c;
	}



	.pie_info{
		position:initial;
	}

	.categorias{
		height:75px;
	}
	.categoria .selector img{
		position:relative;
		top:5px;
		/*left:10px;*/
		filter: brightness(0) invert(100%);
		width:85%;
	}

		
	.categoria .selector{
		width:55px;
		height:55px;

	}

	.categoria p{
		display: none;
	}

	.shape_corner_big{
		display:none;
	}

	.leyenda span{
		font-size:16px;
		margin-right: 30px;
		display: block;
	}

}







/*descartes*/

.bg {
    /* The image used */
    background-image: url("../img/portobagtis.jpg");

    /* Full height */
    height: 100%;
	

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	  background: rgba(255,255,255, 0.9);
}


.portada{
	/*height:200px; /*25%;*/
	background-color:#FFFFFF;
	/*text-align:center;*/
	color:#42a964; /*verde 2 oscuro*/
	font-size:16px;
}


.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    
.select select {
	/*font-family: 'Arial';*/
	display: inline-block;
	font-size:21px;
	font-weight:bold;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border-radius: 3px;
	/*border: 1px solid #888888;*/
	border: 1px solid #018dc4; /*#008c23;*/
	/*background: #00b300;*/
	background: #0199d9;
	
	/*color: #334d5c;*/
	color: rgba(255,255,255,0.9);
	text-shadow: -1px -1px 0 rgba(15,73,168,0.66); /*rgba(0,102,0,0.66) ;*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  /*text-shadow: -1px -1px 0 #bbbbbb ;*/
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	
}
.select select::-ms-expand {
	display: none;
}
.select_arrow {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    /*border-color: #334d5c transparent transparent transparent;*/
	border-color: rgba(255,255,255,0.9) transparent transparent transparent;
}