/* CSS Document */

html { 
  background: url(../imagenes/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}


body {

	background-color: #0D5377;
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	border-top: 5px solid #04D6DF;
  	margin: 0px;

}

hr{
	margin: 10px 0px;
}


.produ-imag {
  position: relative;
  width: 50%;
}

.image1 {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.produ-imag:hover .image1 {
  opacity: 0.3;
}

.produ-imag:hover .middle {
  opacity: 1;
}

.amplify { 
  color: white;
  
}












.inyeccion{
	width: 85%;
    float: left;
}

#catalogo{
	width: 100%;
    float: left;
	margin: 10px 0px;
}



.producto{
	width: 22%;
	height: auto;
	margin: 1.5%;
	float: left;
	
}


.produ-imag{
	width: 100%;
	height: auto;
	float: left;
}
.produ-texto{
	width: 100%;
    height: auto;
    float: left;
    padding: 6%;
    background: #F4F4F4;
    border-radius: 0px 0px 15px 15px;
	min-height: 180px;
}

.produ-texto2 {
	width: 100%;
    height: auto;
    float: left;
    padding: 6%;
    background: #F4F4F4;
    border-radius: 0px 0px 15px 15px;
    min-height: 120px;
}


.produ-texto h1,
.produ-texto2 h1{
	color: #022857;
    font-size: 18px;
    line-height: 25px;
}

.wap{
	width: 15%;
    float: left;
    text-align: right;
	padding-top: 10px;
}

img{
	max-width:100%;
	height:auto;
}

h1{
	font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  color:#04D6DF;
  margin: 0px;
}


.texto1{
	color:#fff;
	font-size:16px;
	line-height:22px;	
}

.texto2{
	color:#fff;
	font-size:14px;
	line-height:18px;	
}

.texto3{
	color:#fff;
	font-size:26px;
	line-height:30px;
	color:#04D6DF;	
}

.texto4{
	color:#fff;
	font-size:18px;
	line-height:30px;
	color:#04D6DF;	
}

.link1{
	    color: #04D6DF;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
	font-weight: bold;
}

.link1:hover{
	    color: #022857;
}


.link2{
	color:#022857;
	background-color:#ccc;
	font-size:14px;
	padding:10px;
	font-weight:400;
	text-decoration:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
	-ms-border-radius: 8px;
}

.link2:hover{
	color:#022857;
	background-color:#fff;
}

#contenido{
	max-width:90%;
	height:auto;
	margin: 0 auto;
}

.block{
	display: inline-block;
}

#header{
	width:98%;
	height:auto;
	overflow:hidden;
	float:left;
	padding: 1%;
  	border-bottom: 1px solid #D0D0D0;
}

#header-izq{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
	padding-top: 15px;
}

#header-der{
	width:50%;
	height:auto;
	float:left;
	text-align:right;
}

#menu-idioma{
	width:100%;
	float:left;
	margin-top: -25px;
}

#menu-idioma li{
    display: inline;
}

#menu-idioma li a{
	text-decoration:none;
	color:#FFF;
	font-size: 12px;
	padding-left: 35px;
    margin-left: 10px;
}

.esp { background: transparent url(../imagenes/esp.jpg) no-repeat top left; height:15px;}
.ing { background: transparent url(../imagenes/ing.jpg) no-repeat top left; height:15px;}

#menu-idioma li a:hover{
	color:#04D6DF;
}


#botonera{
	width:100%;
	height:auto;
	float:left;
	display:block;
	text-align:center;
	padding:10px 0px;
}


#botonera ul li {
	display:inline;
}

#botonera ul li a {
	font-size: 18px;
	color:#fff;
	text-decoration:none;
	padding: 10px 14px;	
}

#botonera ul li a:hover{
	color:#022857;
	background:#04D6DF;
	border:none;
	/* Rounded corners */	
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

#botonera ul li .selected{
	color:#022857;
	background: #F4F4F4;
	/* Rounded corners */	
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}



#seccion{
	background-color: #022857;
    padding: 3%;
    width: 100%;
    height: auto;
    min-height: 350px;
    margin-bottom: 10px;
    float: left;
    height: auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius:16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	
}


#col-izq{
	width:46%;
	height:auto;
	float:left;
	text-align:left;
	margin: 0% 2%;
}

#col-der{
	width:46%;
	height:auto;
	float:left;
	text-align:left;
	margin: 0% 2%;
}


#slider{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:20px;
	z-index:3;
}


#footer{
	width:98%;
	height:auto;
	overflow:hidden;
	float:left;
	border-top: 1px solid #D0D0D0;
    padding: 1%;
    margin-top: 10px;
	margin-bottom:20px;
}

#footer-izq{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
}

#footer-der{
	width:50%;
	height:auto;
	float:left;
	text-align:right;
}


.img-radius{
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius:16px;
	-ms-border-radius: 16px;
}



/** PRODUCTOS ---------------------------------------------*/

#lista-productos{
	width: 94%;
  max-height: 380px;
  background-color: #ccc;
  overflow: auto;
  padding: 3%;
  
  border-top-left-radius: 16px;
  -moz-top-left-radius: 16px;
  -webkit-top-left-radius: 16px;
  -khtml-top-left-radius:16px;
  -ms-top-left-radius: 16px;
  
  border-bottom-left-radius: 16px;
  -moz-bottom-left-radius: 16px;
  -webkit-bottom-left-radius: 16px;
  -khtml-bottom-left-radius:16px;
  -ms-bottom-left-radius: 16px;
}

.item{
	width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #022857;
  padding: 10px 0px;
	}
	
.prod-foto{
	width:30%;
	height:auto;
	float:left;
	margin-right:5%;
	}
.prod-texto{
	width:65%;
	height:auto;
	float:left;
	font-size:14px;
	line-height:17px;
	color:#022857;
	}

.round{
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius:16px;
	-ms-border-radius: 16px;
	border-radius:16px;
}




/*---- MENU -------*/

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.menu_bar {
	display:none;
}

header {
	width: 100%;
	float: left;
}

header nav {
	float: left;
    /* background: #023859; */
    z-index: 1000;
    width: 100%;
    margin: 10px auto;
}

header nav ul {
	list-style:none;
	text-align: center;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li a:hover {
	background:#04D6DF;
	color: #022857;
}

header nav ul li a {
	color: #dddddd;
    display: block;
    text-decoration: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
	text-align: left;
}

.selected{
	color: #022857;
    background: #F4F4F4;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#011826;
	position: absolute;
	width: 200%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}

	h1{
	  font-size: 18px;
	}
	
	
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#022857;
		z-index: 1000;
    border-bottom: 1px solid #fff;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		width: 100%;
    height: calc(100% - 80px);
    position: fixed;
    right: 100%;
    margin: 0;
    /* overflow: scroll; */
    background: #023859;
		top: 70px;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}
}





.titulo{
	width: 100%;
    float: left;
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #04D6DF;
	padding-top: 20px;
}



/** CONTACTO ---------------------------------------------*/

.form{
	background-color:#CCC;
	padding:4%;
	margin: 15px 0px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius:16px;
	-ms-border-radius: 16px;
	border-radius:16px;
	
}

.form label{
    display: block;
    font-weight: bold;
	color: #022857;
}
.form div{
   /* margin-bottom: 15px;*/
}
.form input[type='text'], .form textarea, form input[type='email']{
   width: 95%;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    margin: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.form input[type='text']:focus, .form textarea:focus{
    outline: none;
    box-shadow:0 0 0 3px #dde9ec;
}
.form input[type='submit'],
.form input[type='button'],
.form input[type='reset']{
    padding: 8px 16px;
    font-weight: bold;
	color:#FFF;
    background-color: #058ab0;
	border: 0px;
}
.form input[type='submit'],
.form input[type='button'],
.form input[type='reset']:hover{
    background-color:#333;
	margin-top:10px;
	cursor: pointer;
}

#message{
	color: #000;
}

.button{
	    background-color: #333;
    margin-top: 10px;
	padding: 8px 16px;
    font-weight: bold;
    color: #FFF;
    border: 0px;
	
}

.g-recaptcha{
	width: 100%;
	height: auto;
}


/*-----------------*/

::-webkit-scrollbar{
  width: 10px;
  background: #022857;
}
::-webkit-scrollbar-button{
  width:8px;
  height: 5px;
}
::-webkit-scrollbar-track{
  background:#3c454e;
  border:thin solid #1a1f25;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: #04D6DF; /*-webkit-linear-gradient(top, #5aafb0, #4ca06d);*/
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: #6F6F6F; /*-webkit-linear-gradient(top, #4ca06d, #5aafb0);*/
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(77,161,112,.6);
}

/* MEDIA QUERIES */

@media screen and (max-width: 600px){
	
	#header-izq{
		padding: 5px 20px !important;
	}
	
	
	.producto{
	width: 97%;
	height: auto;
	margin: 1.5%;
	float: left;
	
}
	
	#header-izq,
	#header-der,
	#footer-izq,
	#footer-der{
		width:100%;
		text-align:center;
		padding:10px 0px;
	}
	
	#col-izq,
	#col-der{
	width:100%;
	padding-bottom:10px;

	}
	
	#menu-idioma {

  margin-top: -15px;
}
	
	
	
	#seccion{
	padding: 8% !important;
    width: 100% !important;
	}


#lista-productos{
  overflow:hidden;
  height:auto;
  max-height:none;
  text-align:center;
  
	}
	
	.item {
  width: 80%;
  height: auto;
  overflow: hidden;
 float:none; 
  border-bottom: 1px solid #022857;
  padding: 10px 0px;
  margin: 0 auto;
}
	
	.prod-foto {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}

.prod-texto {
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  line-height: 17px;
  color: #022857;
}
}

@media screen and (min-width: 601px) and (max-width: 1100px) { 
	.producto{
		width: 47%;
		height: auto;
		margin: 1.5%;
		float: left;

	}
}

@media screen and (min-width: 1101px) and (max-width: 1500px) { 
	.producto{
		width: 30%;
		height: auto;
		margin: 1.5%;
		float: left;

	}
}

@media screen and (min-width: 601px) and (max-width: 750px) { 
		
	#header-izq,
	#header-der,
	#footer-izq,
	#footer-der{
		width:100%;
		text-align:center;
		padding:10px 0px;
	}
}
