@font-face {
    font-family: 'newjuneregularitalic';
    src: url('/data-new/css/fonts/newjuneregular-italic-webfont.eot');
    src: url('/data-new/css/fonts/newjuneregular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data-new/css/fonts/newjuneregular-italic-webfont.woff2') format('woff2'),
         url('/data-new/css/fonts/newjuneregular-italic-webfont.woff') format('woff'),
         url('/data-new/css/fonts/newjuneregular-italic-webfont.ttf') format('truetype'),
         url('/data-new/css/fonts/newjuneregular-italic-webfont.svg#newjuneregularitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'newjuneregularregular';
    src: url('/data-new/css/fonts/newjuneregular-webfont.eot');
    src: url('/data-new/css/fonts/newjuneregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data-new/css/fonts/newjuneregular-webfont.woff2') format('woff2'),
         url('/data-new/css/fonts/newjuneregular-webfont.woff') format('woff'),
         url('/data-new/css/fonts/newjuneregular-webfont.ttf') format('truetype'),
         url('/data-new/css/fonts/newjuneregular-webfont.svg#newjuneregularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'newjunesemiboldregular';
    src: url('/data-new/css/fonts/newjunesemibold-webfont.eot');
    src: url('/data-new/css/fonts/newjunesemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data-new/css/fonts/newjunesemibold-webfont.woff2') format('woff2'),
         url('/data-new/css/fonts/newjunesemibold-webfont.woff') format('woff'),
         url('/data-new/css/fonts/newjunesemibold-webfont.ttf') format('truetype'),
         url('/data-new/css/fonts/newjunesemibold-webfont.svg#newjunesemiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
  font-family: 'newjuneregularregular';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
}
body{
  background-color: #ffffff;
letter-spacing: 0.2px;
}

@media only screen and (max-width: 600px) {
body{
  background-color: #ffffff;
letter-spacing: 0;
}	
	}

p{
	text-align: justify;
	line-height: 150%;
}
a{
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: inherit;
  text-decoration: none;
  color: #4964a4;
}
a:hover{
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #a8a8a8;
}

h1{
	font-size: 170%;
	color: #4a65a3;
}

h2{
	font-size: 140%;
	color: #4a65a3;
}

h3{
	font-size: 120%;
	color: #4a65a3;
}

b{
	color: #4a65a3;
}

strong{
	color: #4a65a3;
}

/* HEADER */

header{
	width: 100%;
	height: 256px;
	background-image: url(../img/banner_a.png);
	background-size: cover;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.empresa {
	background-image: url(../img/banner_b.png);
}

.calidad {
	background-image: url(../img/banner_c.png);
}

.productos {
	background-image: url(../img/banner_d.png);
}

.productos2 {
	background-image: url(../img/banner_d2.png);
}
.productos3 {
	background-image: url(../img/banner_d3.png);
}
.contacto {
	background-image: url(../img/banner_e.png);
}

#head{
	width: 100%;
	max-width: 1000px;
	height: 100px;
	margin: 0 auto 0 auto;
	background-image: url(../img/white.png);
	background-repeat: repeat;
	padding: 0 10px;
	margin-top: 10px;
}

#logo img{
	float: left;
}

#logo p{
	float: left;
	font-size: 100%;
	margin: 70px 0 0 10px;
	color: #4964a4;
}

#idiomas{
	float: right;
	background-color: #4a65a3;
}

#idiomas img{
	float: left;
}

#idiomas p{
	float: left;
	margin: 5px 5px 0 0;
}

a #idiomas{
	color: #fff;
}

a #idiomas:hover{
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #a8a8a8;
}

@media only screen and (max-width: 600px) {

header{
	height: 200px;
	float: left;
}
#head{
  height: 130px;
}
#logo p{
	float: left;
	font-size: 100%;
	margin: 0 0 0 5px;
	color: #4964a4;
}
#idiomas{
	right: 10px;
	position: absolute;
}

}








/* MENU */

nav{
	position: relative;
	width: 100%;
	background-color: #4a65a3;
	height: 40px;
	float: left;
}

nav a { 
    color: #fff;
	font-size: 120%;
	padding: 9px 20px 8px; 
    display: block; }
nav a:hover { -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #4a65a3 !important;
  background-color: #f6f6f6; }
nav ul { 
    list-style: none;
    width: 100%;
	max-width: 1000px;
	margin: 0 auto; }
nav ul li { margin: 0; padding: 0; }

/* Top-menu */
nav > ul > li { 
    float: left;
    position: relative; }
nav > ul > li > a { 
	color: #fff;
	font-size: 120%;
	padding: 9px 20px 8px; 
    display: block;}
nav > ul > li:first-child { margin: 0; }
nav > ul > li:first-child a { border: 0; }

/* SUBMENU */

nav ul li ul{
	position: absolute;
	width: 1000px;
	height: 40px;
	background-color: #f6f6f6;
	margin: 0 auto;
	display: none;
}



nav ul li ul li {
	float: left;
	 }
    
nav ul li ul a {color: #4a65a3; font-size: 100%; }

nav ul li ul a:hover {-moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #a8a8a8 !important;}

nav ul li:hover ul { display: block; }




ul .activo{
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #4a65a3 !important;
  background-color: #f6f6f6;
}

ul .activo a{
  color: #4a65a3;
}

ul li ul .activo{
	-moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #f6f6f6 !important;
  background-color: #4a65a3;
}

ul li ul .activo a{
  color: #f6f6f6;
}

ul li ul .activo a:hover{
  color: #f6f6f6;
  background-color: #4a65a3;
}

@media (max-width: 600px){

nav{
	width: 100%;
	background-color: #4a65a3;
	height: 80px;
}

nav ul { 
    list-style: none;
    width: 100%;
	margin: 0 auto; }

nav ul li ul{
	position: absolute;
	width: 200%;
	height: 150px;
	background-color: #f6f6f6;
	margin: 0 auto;
	display: none;
	margin: 0 auto !important;
	z-index: 1000;
}

}


@media (min-width: 600px){
	#submenu2{
		display:  block !important;
	}
}



/* CONTENIDO */

#contain{
	width: 100%;
	height: 100%;
	float: left;
	margin: 50px 0;
}

#contenedor{
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#center{
	float: right;
	height: 100%;
	width: 100%;
	padding-bottom: 60px;
}

#center h1{
	float: left;
	width: 100%;
	padding: 0 20px 0 20px;
}

#center h2{
	float: left;
	width: 70%;
	padding: 50px 20px 0 20px;
}

#center p{
	float: left;
	width: 70%;
	padding: 5px 20px 0 20px;
}

#center img{
	width: 30%;
	float: right;
	padding: 5px 0 0 0;
}




#center2{
	float: right;
	height: 100%;
	width: 100%;
	padding-bottom: 20px;
}

#center2 h1{
	float: left;
	width: 100%;
	padding: 0 20px 0 20px;
}

#center2 p{
	float: left;
	width: 100%;
	padding: 5px 20px 0 20px;
}

#center2 img{
	width: 50%;
	float: right;
	padding: 5px 0 0 0;
}

.mapa{width: 100%;}

span{
	color: #4a65a3;
	font-size: 90%;
}

@media (max-width: 600px) {

#center h2{
	float: left;
	width: 100%;
	padding: 50px 20px 0 20px;
}

#center p{
	float: left;
	width: 100%;
	padding: 5px 20px 0 20px;
}

#center img{
	width: 100%;
	float: right;
	padding: 5px 0 0 0;
}



#center2 p{
	float: left;
	width: 100%;
	padding: 5px 20px 0 20px;
}

#center2 img{
	width: 100%;
	float: right;
	padding: 5px 0 0 0;
}



}





.producto{
	float: left;
	width: 100%;
	padding: 8px 15px;
	margin: 10px 0;
	background-image: url(../img/azul.png);	
	background-repeat: repeat-y;
	background-color: #f6f6f6;
	cursor:pointer;
cursor:hand;
}

.producto_2{
	float: left;
	width: 100%;
	padding: 8px 15px;
	margin: 10px 0;
	background-image: url(../img/azul.png);	
	background-repeat: repeat-y;
	background-color: #f6f6f6;
}

.producto:hover{
	background-color: #dadada;
	cursor:pointer;
cursor:hand;
}
#datos{
	display: none;
}

#desc{
	display: none;
}

.producto p{
	padding: 0;
	margin: 3px;
}

.columna{
	float: left;
	width: 50%;
}

@media (max-width: 600px){

.columna{
	float: left;
	width: 100%;
}
	
}



/* FOOTER */

footer{
	width: 100%;
	min-height: 100px;
	float: left;
	background-color: #4a65a3;
}

@media (max-width: 600px){

footer{
	padding: 0 20px;
}

}

footer p{
	color: #f6f6f6;
}

#aviso{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}

#aviso a{
	color: #f6f6f6;
	font-size: 70%;
	text-decoration: underline;
}


/* CALIDAD  */
.center-calidad{
	display: flex;
}

.center-calidad .textos{
	width: 70%;
	display: flex;
	flex-direction: column;
}

.center-calidad .textos ul{
	list-style: none !important;

}

.center-calidad .textos ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #4a65a3;
    width: 90%;
	background-image: url('/data-new/img/download.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
	cursor: pointer;
	transition: all 0.6s;
}

.center-calidad .textos ul li:hover{
	background-color: #b4bed6;
	color: #FFF;
}

.center-calidad .textos ul li:hover a{
	color: #FFF;
}

.center-calidad .certificado{
	width: 30%;
	display: flex;
}

.center-calidad .certificado img{
	width: 100%;
}


@media (max-width: 600px){
	.center-calidad{
		flex-direction: column;
	}
	.center-calidad .textos{
		width: 100%;
	}
	.center-calidad .certificado{
		width: 80%;
		margin: 0 10%;
	}
}