@font-face { font-family: Akkurat; src: url('Akkurat/Akkurat-Regular.otf'); } 
@font-face { font-family: Akkurat; font-weight: bold; src: url('Akkurat/Akkurat-Bold.otf');}
@font-face { font-family: Akkurat; font-weight: lighter; src: url('Akkurat/Akkurat-Light.otf');}
 
body{
	font-family: Akkurat;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
}
.container{
	width: 100%;
	background-color: white;
}
.containerFooter{
	width: 100%;
	float: left;
}
.containerSlide{
	width: 100%;
	overflow: hidden;
}
.containerSlide h1{ 
   position: absolute; 
   bottom: 0;
   left: 0;
   max-width: 500px; 
}
.containerSlide img{
	height: auto;
}
.containerProductos{
	width: 100%;
	background-color: #d9d9d9;
}
.containerTop{
	width: 100%;
	height: 69px;
}
.leftRed{
	position: relative;
	background-color: #c72e2e;
	width: 20px;
	height: 900px;
	float: left;
}
.mainContent{	
	position: relative;
	padding: 50px 50px 50px 150px;
	background-image: url("img/red.jpg");
    background-repeat: repeat-y;
}
.mainContentProductos{	
	position: relative;
	padding: 50px 50px 50px 50px;
	float: left;
	display: flex; flex-direction: column; 
}
.mainProductos{	
	position: relative;
/* 	padding: 50px 150px 0px 150px; */
	color: black;
	margin: 0 auto;
	width: 940px;
}
.mainProductosText{	
	height: 320px;
}

.mainProductos img{	
	float: right;
}
.red{
	color:#b72020;
}
.mainContent p{
	font-size: medium;
	position: relative;
	max-width: 510px;
	min-width: 150px;
	margin: 20px 0px;
	padding-right: 20px;
	font-weight: lighter;
	}
.mainContent h2{
	max-width: 710px;
	font-weight: 600;
	}
.textProductos{
	font-size: medium;
	position: relative;
	width: 310px;
	margin: 20px 0px;
	padding-right: 20px;
	font-weight: lighter;
	}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.linkDescarga{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.mainMenu{
	width: 100%;
	overflow: hidden;
}
.mainMenuImg{
	width: 280px;
	height: 69px;
	float: left;
	background-image: url("img/logo.png");
	background-position: center center;
	background-size: auto 70px;
	background-color: white;
	background-repeat: no-repeat;
	cursor: hand;
}
.subMenu{
	width: 100%;
	position: absolute;
	top: 69;
	display: none;
	color: black;
	z-index: 100;
}
.subMenu ul{
	background-color: #f6f6f6;
}
.subMenu ul li a img{
	margin-bottom: 2px;
}
.subMenu1{
	width: 100%;
	position: absolute;
	top: 69;
	display: none;
	z-index: 100;
}
.subMenu1 ul{
	background-color: #f6f6f6;
	color: black;
}
.subMenu1 ul li a{
	color: black;
}
.subMenu1 ul li a img{
	margin-bottom: 2px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
  display: flex;
  justify-content: space-around;
}

li {
    float: left;
    flex: 1;
    text-align: center;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 25px 15px;
    text-decoration: none;
}

.subMenu ul li a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}

.subMenu1 ul li a {
    display: block;
    text-align: center;
    padding: 28.5px 15px;
    text-decoration: none;
}
.subMenu1 ul li a:hover {
	background-color: #e5e5e5;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #333;
    cursor: hand;
}
.subMenu ul li a:hover {
    background-color: #e5e5e5;
}
.footer{
	background-color: black;
	color: white;
	height: 70px;
}

.logoFooter{
	bottom: 0;
	align-content: center;
}
.image_block {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.image_block img {
position: absolute;
bottom: 0;
}
.footerText {
    height: 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
.arrow{
	font-size: xx-small;
}
.mapa{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.mainText{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.mainTextProductos{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.Productos{
	width: 940px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}
.Productos img{
	width: 500px;
	height: auto;
}
.producto{
	height: 150px;
	width: 450px;
	background-color: #FFF;
	margin: 20px 0px 0px 20px;
	float: left;
}
.producto h2{
	margin-bottom: 5px;
	float: left;
	position: absolute;
	margin-left: 165px;
	
}
.producto img{
	height: 100%;
	width: auto;
	margin-right: 15px;
	float: left;
}
.producto p{
	margin: 10px;
	position: absolute;
	margin-left: 165px;
	margin-top: 55px;
	width: 275px;
	color: black;
}
.productosTitulo{	
	float: left;
	padding-top: 70px;
}
.colorCons{
	color: #47976E;
}
.colorFiltra{
	color: #1090C2;
}
.colorMicro{
	color: #ACABA0;
}
.colorCrio{
	color: #64458E;
}
.colorHorti{
	color: #A2C474;
}
.colorIndu{
	color: #00597A;
}

.footer p{
	margin: 0;
	font-size: small;
	
}
.footer a{
	color: white;
	text-decoration: none;
	
}
.footerTextLeft{
	height: 70px;
	position: absolute;
	left: 30px;
	line-height: 70px;
	text-align: center;
	
}
.footerTextRight{
	height: 70px;
	position: absolute;
	right: 30px;
	line-height: 70px;
	text-align: center;
}

/* Sección Productos ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.leftMenu{
	width: 220px;
	min-height: 200px;
	background-color: #dedede;
	overflow: hidden;
	float: left;
}
.leftMenu ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
  display: block;
  justify-content: space-around;
	
}
.leftMenu ul li{
	float:none;
    flex:none;
    text-align:center;
    padding-top: 4px;
	
}
.LMConstruccion li:hover {
    background-color: #54b985;
    font-weight: bold;
}
.LMFiltracion li:hover {
    background-color: #23b0e8;
    font-weight: bold;
}
.LMMicroesferas li:hover {
    background-color: #c5c4ba;
    font-weight: bold;
}
.LMCriogenicos li:hover {
    background-color: #8d60cd;
    font-weight: bold;
}
.LMHorticola li:hover {
    background-color: #a5c677;
    font-weight: bold;
}
.LMIndustrial li:hover {
    background-color: #1693c0;
    font-weight: bold;
}
.leftMenu li a:hover {
    background-color: transparent;
}
.leftMenu ul li a{
	margin-left: 20px;
	margin-right: 20px;
	color: black;
	
    text-decoration: none;
    margin-bottom: 70px;
    
    display: block;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
    
}
.leftMenu ul li:first-child a{
    font-weight: bold;
    margin-right: 0;
    
}
.containerMainProductos{
	width: 100%;
	background-color: #dedede;
}
.leftMenu img{
	width: 70px;
	height: 70px;
	padding: 50px 75px 50px 75px;
}
.productosImagen{
	background-color: fff;
	min-height: 300px;
	overflow: hidden;
}
.productosImagen .imgContainer{
	position: relative;
	width: 100%;
	max-height: 300px;
	overflow-y: hidden;
}
.productosImagen .imgContainer h1{
	position: absolute;
	bottom: 10px;
	left: 40px;
	font-size: 60;
	letter-spacing: 3px;
	color: white;
}
.productosImagen .imgContainer p{
	position: absolute;
	bottom: 5px;
	left: 40px;
	color: white;
	font-size: 20;
}
.productosImagen .imgContainer img{
	height: auto;
}
.productosContenido{
	background-color: aqua;
	min-height: 300px;
}
.productosText{
	margin: 30px;
}
.productosText .float-left p .red{
	margin-left:-10px;
}
.productosTextLine{
width: 100%;
}
.productosText .float-left{
	width: 44%;
	margin: 0px 3% 0px 3%;
}
.productosText ul li:before {
    content: "• ";
    color: red;
}
.productosText img{
}
.aplicacionesDiv{
	text-align: center;
	float: left;
	width: 150px;
	background-color: #dedede;
	height: 140px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 20px;
}
.aplicacionesDiv p{
	text-align: left;
	display: inline-block;
	margin-top: 0;
}
.aplicacionesDiv h4{
	background-color: #a2c474;
	padding-top: 7px;
	padding-bottom: 3px;
	font-weight: 400;
	color: white;
	margin-top: 0;
}
.aplicacionesDivConstruccion{
	height: 200px;
}
.aplicacionesDivConstruccion h4{
	background-color: #2b947c;
}
.aplicacionesDivIndustrial h4{
	background-color: #0f707f;
}
.aplicacionesDivFiltracion{
	height: 180px;
	width: 200px;
}
.aplicacionesDivFiltracion p{
	width: 190px;
}
.aplicacionesDivFiltracion h4{
	background-color: #1390c1;
}

/* Nosotros +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.nosotrosText{
	margin: 30px;
	overflow:hidden;
}
.nosotrosText .float-left{
	width: 44%;
	margin: 0px 3% 0px 3%;
}
.divider{
	width: 100%;
	height: 50px;
}

/* Contacto +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.mainContainerContacto{
	background-color: black;
	color: white;
	overflow: hidden;
	margin-bottom: 60px;
	min-height: 90%;
}
.mainContainerContacto .float-left{
	width: 44%;
	margin: 5% 3% 0px 3%;
	overflow: hidden;
}

.background-black{
	background-color: black;
}

form{
	width: 70%;
}
input[type=text], select {
	-webkit-appearance: none;
	width: 100%;
	font-size: medium;
	font-family: Akkurat;
    padding: 6px 10px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: gray;
}

textarea {
	-webkit-appearance: none;
	width: 100%;
	font-size: medium;
	font-family: Akkurat;
    padding: 6px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: gray;
}

input[type=submit] {
	-webkit-appearance: none;
	font-size: medium;
	font-family: Akkurat;
    color: white;
    padding: 14px 20px;
    border: 2px solid #fff;
    background-color: black;
    margin: 8px 0;
    border-radius: 2px;
    cursor: pointer;
}

input[type=submit]:hover {
	-webkit-appearance: none;
	font-family: Akkurat;
    background-color: #c11515;
}


/* Mobile Version */

@media screen and (max-width: 1260px) { 
	.mainContent{
		padding: 50px 25px 50px 45px;
	}
}
		
@media screen and (max-width: 950px) { 
	.Productos{
		width: 760px;
		height: 380px;
		margin: 0 auto;
	}
	.producto{
		height: 100px;
		width: 350px;
		background-color: #FFF;
		margin: 20px 0px 0px 20px;
		float: left;
	}
	.producto h2{
		margin-bottom: 5px;
		margin-top: 10px;
		float: left;
		position: absolute;
		margin-left: 115px;
		font-size: medium;
		
	}
	.producto img{
		height: 100%;
		width: auto;
		margin-right: 15px;
		float: left;
	}
	.producto p{
		margin: 10px;
		position: absolute;
		margin-left: 115px;
		margin-top: 35px;
		width: 200px;
		color: black;
		overflow: hidden;
		font-size: small;
	}
	}

@media screen and (max-width: 900px) { 
	.productosText .float-left{
	width: 100%;
	margin: 0px 3% 0px 3%;
	}
	.mainContainerContacto .float-left{
	width: 100%;
	margin: 5px 3px 0px 0px;
	overflow: hidden;
	}
	form{
		margin: 0 auto;
	}
}

@media screen and (max-width: 850px) { 
	.productosImagen .imgContainer h1{
	font-size: 30;
	letter-spacing: 3px;
	color: white;
	}
	.productosImagen .imgContainer p{
		color: white;
		font-size: 10;
	}
}

@media screen and (max-width: 760px) {
	
	.Productos{
		width: 390px;
		height: 750px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 600px) { 
.footerTextLeft{
	height: 60px;
	position: absolute;
	left: 20px;
	line-height: 25px;
	text-align: center;
	width: 140px;
	padding-top: 10px;
	
}
.footerTextRight{
	height: 60px;
	position: absolute;
	right: 20px;
	line-height: 25px;
	text-align: center;
	width: 140px;
	padding-top: 10px;
	
}
}

@media screen and (max-width: 550px) { 
	.mainMenuImg{
	width: 69px;
	height: 69px;
	float: left;
	background-image: url("img/logofooter.png");
	background-size: 100% 100%;
	}
	.mainContent{
		padding: 50px 25px 50px 45px;
	}
	.nosotrosText .float-left{
	width: 100%;
	margin: 0px 3% 0px 3%;
	}
	.productosText .float-left{
	width: 100%;
	margin: 0px 3% 0px 3%;
	}
	.mainContainerContacto .float-left{
	width: 100%;
	margin: 0px 3% 0px 3%;
	}
	.leftMenu{
	width: 220px;
	background-color: #dedede;
	overflow: hidden;
	float: none;
	margin: 0 auto;
	}
	.leftMenu ul li a{
	margin-left: 0px;
	margin-right: 0px;
	color: black;
	
    text-decoration: none;
    margin-bottom: 70px;
    
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
    
	}
	.leftMenu img{
		width: 70px;
		height: 70px;
		padding: 25px 75px 25px 75px;
	}
	.subMenu1 ul li a {
    display: block;
    text-align: center;
    padding: 20px 15px;
    text-decoration: none;
}
}
