html{
	overflow-x: hidden;
}
body{
	/*font-family: 'Dosis', sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
	overflow-x: hidden;
	height: 100% ;
}

/* CONFIGURACION HEADER Y MENU DE NAVEGACION */
header{
	font-family: 'Dosis', sans-serif;
	width: 100%;
	display: block;
	margin: 0 auto;
	
	padding-bottom: 10px;
	box-shadow: 0px 1px 1px #c2c2c2;
	position: relative;
	z-index: 9999999999;
	background-color: #fff;
	text-align: right !important;

}
nav img{
	margin-right: 15px;
	cursor: pointer;
}
ul.nav{
	text-align: right !important;
	margin-left: 400px;
	padding-top: 20px;
}
ul.nav li{
	max-width: 195px;	
	border-radius: 5px;			
}
ul.nav li a{
	color: #787878;
	font-size: 17px;
}
ul.nav li a:hover{
	background-color: #eee !important;
	color: #787878 !important;
}
header nav{
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}
header nav section.social{
	width: 100%;
	position: absolute;
	font-size: 12px;
	
}
/* ------------------------------------------------------------------------ */


object{
	
	width: 100%;
	min-height: 610px;
}


hr{
	height: 1px;
	border: none;
	background-color: #ccc;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 15px;
	box-shadow: 0 1px 1px #eee;
}
div.mid-width hr{
	max-width: 85%;
}
div.contenido{
	max-width: 1100px;	
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}


section.bloque{ /* INDEX Y ARECA */
	vertical-align: top;
	width: 540px;	
	position: relative;
	display: inline-block;
	
}

section.bloque-mid{ /* FRISA */
	vertical-align: top;
	width: 440px;	
	position: relative;
	display: inline-block;
}

section.bloque-large{ /* FRISA*/
	vertical-align: top;
	width: 640px;	
	position: relative;
	display: inline-block;
}
section.bloque-large h2{
	right: 0px;
}

img.marca{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
/* Imagenes y efectos*/
.viewport {
    overflow: hidden;
    position: relative; 
    margin-bottom: 3px;    
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}
.viewport:hover{
	cursor: pointer;
}

.viewport h2,
.viewport h3{
	position: absolute;
	z-index: 9;
	font-size: 35px;	
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	font-weight: 300;
	z-index: 99999;
}
.first{
	max-width: 640px;
	max-height: 400px;
	padding: 0px;
	margin-bottom: 10px;

}
.second {
	max-width: 440px;
	max-height: 285px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.five{
	max-width: 440px;
	max-height: 220px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.six{
	max-width: 1095px;
	max-height: 180px;
}
.six img{
	width: 100% !important;
	min-width: 1100px;
	display: block;
}
footer{
	width: 100%;
	display: block;
	background-color: #313131;
	padding: 15px;
	font-size: 17px;
	font-weight: 300;
	color: #eee;
}
footer section.contenido{
	max-width: 1000px;
	margin: 0 auto;
}
footer p{
	margin: 0px;
	color: #fff;
	text-align: center !important;
}
footer table{
	width: 100%;
	margin: 0px;
}
footer hr{
	height: 1px;
	border: none;
	background-color: #383939;
	box-shadow: 0 1px 0px #151515;
}
footer table tr td{
	width: 45%;	vertical-align: top;
	padding-left: 25px;
}
footer table tr td.border{
	border-right: #787878 1px solid;
}
footer table tr td ul, footer table tr td p{
	margin: 0px;
	margin-top: 15px;
	text-align: left !important;
	color: #ccc;
}
footer table tr td ul li{
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	color: #ccc;
}
footer table tr td a{
	color: #ccc;
}
footer table a:hover{
	color: #ffffff;
}
footer h2{
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
}
footer h2.link:hover{
	cursor: pointer;
	color: #000;
}
form input,
form textarea{
	margin-bottom: 10px;
}
form textarea{
	min-height: 113px;
	resize: none;
}

img.footer-imagen{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 25px;
}



h1{
	margin: 0px;
	font-size: 65px;
	color: #5b5a5a;
	font-weight: 300;
	margin-bottom: 15px;
}

h2{
	color: #5b5a5a;
	font-weight: 400;
}

.mid-width{
	max-width: 900px !important;
}
.contenido p{
	font-size: 19px;
	text-align: justify;
}

.contenido ul{
	font-size: 18px;
	line-height: 29px;	
}
li.activo{
	background-color: #eeeeee;
}

table.table tr td{
	padding: 10px 25px;
}
table.table tr td p{
		text-align: justify;
	}

/* FORMULARIO DE CONTACTO*/
form.contacto{
	max-width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px; 
}
form.contacto textarea{
	min-height: 200px;
}

table.table-contacto{
	width: 400px;
	display: block;
	margin: 0 auto;
	text-align: center;
	
}
table.table-contacto img{
	max-width: 130px;
	padding-right: 25px;
}
table.table-contacto tr{
	display: block;
	margin-bottom: 15px;
}
table.table-contacto tr td{
	font-size: 30px;
	font-weight: 400;
	color: #2a2829;
}
table.table-contacto tr td.texto{
	padding-left: 25px;
	border-left: #d7a635 2px solid;
}
/* --------------------------------------*/


/* CARUSEL EN INDEX CON MARCAS */ 
.slider-wrap {
	position: relative;
	display: block;
	margin: 50px auto;
	width: 100%;
}
.slider {
	position: relative;
	width: 100%;
	margin: auto;
}
.carousel{
	max-height: 100px;
}
.carousel ul li {
	list-style: none;
	text-align: center;
}
.carousel ul li img {
	max-height: 100px;
}

.slider-arrow {
	position: absolute;
	top: 40px;
	width: 25px;
	height: 25px;	
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.sa-left {
	opacity: 0.7;
	left: 10px;
}
.sa-left:hover{
	opacity: 1;
}
.sa-right {
	opacity: 0.7;
	right: 10px;
}
.sa-right:hover{
	opacity: 1;
}
/* ------------------------------------------------------------------------ */


div.info-contacto,
div.info-contacto p{
	text-align: center !important;
}
div.info-contacto p{
	margin-bottom: 15px;
}
div.info-contacto strong{
	color: #654102;
	font-size: 22px;
}

img.quienes-somos{
	display: block;
	margin: 0 auto;
	max-width: 100%;

	border: #fff 3px solid;
	box-shadow: 0 0 2px #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}


#wrap{	
	width: 350px;	
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;	
	
}
#wrap input{
	border-radius: 5px;
	border: #ccc 1px solid;	
	width: 120px;
	
	text-transform: uppercase;
	display: inline-block;		
	vertical-align: top;
}
img#captcha{
	margin-top: -8px;

}
img#refresh{	
	margin-top: 5px;
	z-index: 999999999;	
	cursor:pointer;
}

.error-dato{
	border: #fec9c2 1px solid !important;
	box-shadow: 0 0 1px #fec9c2 !important;
	background-color: #fedfdb !important ;
}

#success,
#error{
	display: none;
}


div.img-producto{
	position: relative;
	display: inline-block;
	width: 280px;
	margin: 10px;
}
div.img-producto img{
	border-radius: 5px;
}
.producto-detalle{
	max-width: 1150px;
	text-align: center;
}
.producto-detalle tr td{
	padding:  15px;
	width: 25%;
}
.producto-detalle tr td img{
	max-width: 100%;
	border-radius: 5px;
}
.producto-detalle tr td p{
	color: #6a6a6a;	
	line-height: 24px;
	max-width: 260px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

/* EFECTO CON LINEA DE CONTORNO */
.hovereffect {
  width: 100%;
  height: 100%;  
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 10px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}
.six img{
	 width: calc(100% + 25px) !important;
	 margin-left: -7px;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*----------------------------------------------------------------------------------------------*/



/* CONFIGURACION MOVIL -------------------- > */

.pc{ display: block; }
.movil{	display: none; }


@media all and (min-width : 10px)  and (max-width: 900px) {
	.pc, .slider-wrap{ display: none;  }
	.movil{ display: block;}
}

@media all and (min-width : 10px)  and (max-width: 700px) {
	.movil{ display: block;}

	header{
		margin: 0px;
		padding: 0px;
		padding: 5px 5px 0 5px;
	}
	header nav section.social{ 
		display: none;		
	}	
	header img{
		padding-bottom: 5px;
	}
	ul.nav{
		margin-left: 0px;
	}
	ul.nav li{
		position: relative;
		display: block;
		max-width: 100%;
		text-align: left !important;
	}
	
	div.contenido article{
		padding-left: 10px;
		padding-right: 10px;
	}
	div.contenido h1{
		font-size: 40px;
	}
	section.bloque{
		width: 100%;
	}

	table.table tr td p{
		text-align: center !important;
	}
	
	section.bloque .viewport,
	.six{
		position: relative;
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
		max-width: 540px;
	}
	.viewport img{
		max-width: 100%;

	}
		.viewport h2{
			font-size: 22px;
		}
		.viewport h3{
			font-size: 25px;
			font-weight: 300;
			padding-top: 5px;
		}
	.bloque, .second, .six, .bloque-mid, .bloque-large{
		display: block;			
		text-align: center;
	}

	.demo_wrapper{
		margin-top: 25px;
	}

	.mid-width{
		padding: 15px; 
	}
	section.bloque-mid{
		width: 100%;
	}
	section.bloque-mid .viewport{
		position: relative;
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
		max-width: 440px;
	}
	section.bloque-large{
		width: 100%;
	}
	section.bloque-large .viewport{
		position: relative;
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
		max-width: 640px;
	}


	article.respeto,
	article.calidad,
	article.responsabilidad,
	article.etica,
	article.desarrollo-humano,
	article.agilidad,
	article.accesibilidad{
		padding: 0px;		
		background: none;
	}
	footer table tr td{
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	footer table tr td h2{
		margin: 0px;
		margin-bottom: 10px;
	}
	footer table tr td.border{
		border: none;
		border-bottom: #787878 1px solid;
		padding-bottom: 25px;
	}

	.movil ul{
		list-style-type: none;
		list-style: none;
		margin: 0px !important;
		padding: 10px !important;
		text-align: center;
	}
	.movil ul li{
		position: relative;
		display: inline-block;
		margin: 10px;
	}
	.movil ul li img{
		max-width: 110px;
	}

	img.fundamor{
		max-width: 300px;
	}

	.more-info{
		padding: 10px;
	}
	.more-info table{
		max-width: 100%;
	}
	.more-info table.marcas-frisa tr td:first-child,
	.more-info table.marcas-areca tr td:first-child{
		text-align: center !important;
	}
	.more-info table.filo-frisa tr td,
	.more-info table tr td{
		padding: 0px;
		display: block;
		width: 100% !important;
		text-align: center !important;
	}
	.more-info table tr td.pad-left{
		padding: 0px;
		padding-top: 10px;
	}

	.producto-detalle tr td{
		display: block;
		padding:  15px;
		width: 100%;
	}
	.producto-detalle tr td img{
		max-width: 100%;
		border-radius: 5px;
	}
	.producto-detalle tr td p{
		color: #6a6a6a;	
		line-height: 24px;
		max-width: 80%;
		margin: 0 auto;
		margin-top: 10px;
	}
}

@media all and (min-width : 10px)  and (max-width: 500px) {
	ul#slider img{
		margin-left: -45%;
		width: 700px ;
		height: 250px; 			
	}
	.sy-pager {
		display: none !important;
	}
	table.table tr td {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	table.table tr td p{
		text-align: center !important;
	}
}