body {
	font-family: 'Roboto', sans-serif;
	background-color: #ecf0f1;
}
.logoImg{
	width: 280px;
    height: 90px;
    text-align: middle;
	object-fit: contain;
}
.topbar-cont{
	display: grid;
	grid-template-columns: 450px 1fr;
	max-width: 1200px;
	width: 100%;
	margin: 20px auto 20px auto;
	height: 56px;
}
.estilo-a{
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	font-size: 22px;
	padding: 12px;
	color: #7f8c8d;
}
.estilo-a:hover{
	transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
	color:#2c3e50;
}
.topbar{
	height: 56px;
}
.topbar-cont{
	background-color: #FEFEFE;
}
.logo{
	text-align: center;
}
.link{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lin2k{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fab{
	width: 30px;
    height: 30px;
    text-align: center;
}
header{
	background-color: white;
	position: sticky;
	width: 100%;
	height: 90px;
	left: 0px;
    top: 0px;
    z-index: 100000;
}
footer{
	background-color: #34495e;
}
.footer-cont{
	max-width: 700px;
	margin: 20px auto 20px auto;
	text-align: center;
}
.direccio{
	color: #ecf0f1;
}
.maquina{
	height: 650px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	background-size: contain;
	background-attachment: fixed;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.conjunt{
	display: none;
}
.dropdown-content{
	z-index: 1;
	background-color: red;
}
.section-cont{
	max-width:1200px;
	margin:0 auto;
	text-align: center;
	margin-top: 56px;
	margin-bottom: 80px;
}
.mostrar-bio{
	color: #2c3e50;
	border: 2px solid #2c3e50;
  	border-radius: 25px;
}
.ocultar-bio{
	display: none;
}
.bios{
	display: none;
}
.tekman-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,305px));
	justify-content: center;
}
.tekman-caja{
	display: flex;
	flex-direction: column;
	margin: 15px;
}
.fast{
	font-size: 6em;
	color:#2c3e50;
}
.equipo{
	text-align: center;	
	border-bottom: 3px solid #95a5a6;
}
.home-text{
	font-size: 18px;
}
.fasti{
	width: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #2c3e50;
}
.equipo-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,305px));
	grid-gap: 5px;
	justify-content: center;
}
.equipo-caja{
	display: flex;
	flex-direction: column;
	margin: 15px;
}
.producto-caja{
	cursor: pointer;
	box-shadow: 0 1px 3px #999
}
.producto-caja:hover{
	box-shadow: 0px 0px 19px 4px #999;
}
.treballadorImg{
	height: 270px;
	width: 275px;
	object-fit: contain;
	background-color: white;
}
.treballadorImg2{
	height: 320px;
	width: 275px;
	object-fit: cover;
	border-radius: 5px;
}
.producto-caja2{
	cursor: pointer;
	box-shadow: 0 1px 3px #999;

}
.producto-caja2:hover{
	box-shadow: 0px 0px 19px 4px #999;
}
a{
	text-decoration: none;
}
a .titol-maquina{
	color:black;
}
a .titol-maquina:hover{
	color:red;
}
.mapa{
	width: 100%;
}
.formulario{
	width: 80%;
	padding: 8px;
	border: 1px;
	border-radius: 13px;
	outline: none;
}
.boton{
	border:1px;
	outline: none;
	background-color: #fff;
	border-radius: 13px;
	padding: 8px 20px;
	font-weight: 500;
	cursor: pointer;
    box-shadow: 0 1px 3px #999

}
.boton:active{
	box-shadow: none;
}
.imageSlide{
	width: 250px;
	height: 100px;
	padding-left: 75px;
	object-fit: contain;

}
.slide-content{
	text-align: right;
}

.estilo-a {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.estilo-a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.estilo-a:hover:after {
	width: 100%;
	background: #FF150D;
}

.menu{
	display: none;
}
.barra{
	display: none;
}
.modal-imatge{
	width: 100%;
	height: 100%;
}
.modal-close{
	display: none;
}
.btn-div{
	padding: 0px 15px 50px 15px;
}
.dibuix{
	/*float:right;*/
	position: absolute;
	margin-left: 35%;
	display: inline;
	box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2px 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: white;
    background-color: rgb(52, 73, 94);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}
.descargar{
	box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: white;
    background-color: rgb(52, 73, 94);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}




div.burger {
	height: 40px; 
	width: 35px;
	position: relative;
	top: -10px;
    left: 0px;
	cursor: pointer;	
}
	div.x,
	div.y,
	div.z {
		position: absolute; margin: auto;
		top: 0px; bottom: 0px;		
		background: #fff;
		border-radius:2px;
		-webkit-transition: all 200ms ease-out;
		   -moz-transition: all 200ms ease-out;
		    -ms-transition: all 200ms ease-out;
		     -o-transition: all 200ms ease-out;
		        transition: all 200ms ease-out;
	}		
	div.x, div.y, div.z { height: 3px; width: 26px; 
	background-color: black;}
	div.y{top: 18px;}
	div.z{top: 37px;}
	div.collapse{
		top: 20px;
		background:black;
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
	}
	 
	
	div.rotate30{
		-ms-transform: rotate(30deg); 
    	-webkit-transform: rotate(30deg); 
	    transform: rotate(30deg);	
		-webkit-transition: all 50ms ease-out;
		   -moz-transition: all 50ms ease-out;
		    -ms-transition: all 50ms ease-out;
		     -o-transition: all 50ms ease-out;
		        transition: all 50ms ease-out;					
	}
	div.rotate150{
		-ms-transform: rotate(150deg); 
    	-webkit-transform: rotate(150deg); 
	    transform: rotate(150deg);	
		-webkit-transition: all 50ms ease-out;
		   -moz-transition: all 50ms ease-out;
		    -ms-transition: all 50ms ease-out;
		     -o-transition: all 50ms ease-out;
		        transition: all 50ms ease-out;					
	}
	
	div.rotate45{
		-ms-transform: rotate(45deg); 
    	-webkit-transform: rotate(45deg); 
	    transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}
	div.rotate135{
		-ms-transform: rotate(135deg); 
    	-webkit-transform: rotate(135deg); 
	    transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}

div.navbar{height:73px;background:#385e97;}

div.circle{	
	z-index: 0;
	border-radius: 50%;
	width: 0px;
	height: 0px; 
	position:absolute;
	top: 35px;
	left: 36px;
	background:#fff;
	opacity:1;
	-webkit-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.circle.expand{
	width:1350px;
	height:1140px;
	top: -560px;
	left: -565px; 	
	-webkit-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);					
	
}
div.menu {
	z-index: 10000;
	height: 568px; 
	width: 100%;
	position: absolute;
	top: 0px; left: 0px;
}
div.menu ul li {
	list-style: none;
	position:absolute;
	top:530px;;
	left:0;
	opacity:0;
	width:320px;
	text-align:center;
	font-size:0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
	color:#7f8c8d;;
	text-transform:uppercase;
	text-decoration:none;	
	letter-spacing:3px;			
}

div.menu li.animate{
	font-size:21px;
	opacity:1;
	-webkit-transition: all 550ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 550ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 550ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 550ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 550ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu li.animate:nth-of-type(1){	
	top:120px;
	width: 100%;
	transition-delay: 0.0s;	
}
div.menu li.animate:nth-of-type(2){
	top:190px;
	width: 100%;
	transition-delay: 0.03s;	
			
}
div.menu li.animate:nth-of-type(3){
	top:260px;
	width: 100%;
	transition-delay: 0.06s;		
	
}
div.menu li.animate:nth-of-type(4){
	top:330px;
	width: 100%;
	transition-delay: 0.09s;		
	
}
div.menu li.animate:nth-of-type(5){
	top:400px;
	width: 100%;
	transition-delay: 0.12s;		
	
}
div.menu li.animate:nth-of-type(6){
	top:470px;
	width: 100%;
	transition-delay: 0.15s;	
			
}
div.menu li.animate:nth-of-type(7){
	top:540px;
	width: 100%;
	transition-delay: 0.18s;	
			
}
.footer-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
}


/*
@media only screen and (min-width: 450px){
	.imageSlide{
		padding-left: 80px;
	}
}

@media only screen and (max-width: 780px){
	.imageSlide{
		padding-left: 80px;
	}
}

@media only screen and (max-width: 1000px){
	.imageSlide{
		padding-left: 10px;
	}
}

*/



@media only screen and (max-width: 1020px){
	.footer-grid{
		display: grid;
		grid-template-columns: 1fr;
	}
	.maquina{
		background-image: url(images/maquinas/totes/prova_portada_movil.jpg);
		background-attachment: scroll;
	}
	html, body {
		max-width: 100%;
	    overflow-x: hidden;
	}
	.mapouter{
		padding-top: 60px;
	}
	.menu{
		display: inline;
	}
	.topbar-cont{
		grid-template-columns: 1fr;
	}
	/*.formulario{
		width: 100%;
	}*/
	.link{
		display: none;
	}
	.logo{
		width: 100%;
	}
	.barra{
		display: inline;
		right: 1.5rem;
		bottom: 3rem;
		position: fixed;
	    z-index: 100000;
	    width: 1.563rem;
	    height: 2.313rem;
	    border: 0;
	    border-radius: 50%;
	    opacity: 1;
	    padding: 1rem;
	    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	    background-color: white;
	}
	.barres{
		position: relative;
		color: black;
		font-size: 30px;
		margin:0 auto;
	}
	.modal a.close-modal{
		visibility: hidden;
	}
	.modal-close{
		float:left;
		display: inline;
		box-sizing: border-box;
	    border: none;
	    border-radius: 4px;
	    padding: 2px 16px;
	    min-width: 64px;
	    height: 36px;
	    vertical-align: middle;
	    text-align: center;
	    text-overflow: ellipsis;
	    text-transform: uppercase;
	    color: white;
	    background-color: rgb(52, 73, 94);
	    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
	    font-size: 12px;
	    font-weight: 500;
	    line-height: 36px;
	    overflow: hidden;
	    outline: none;
	    cursor: pointer;
	    transition: box-shadow 0.2s;

	}
	.modal-imatge{
		width: 100%;
		height: 600px;
	}
	.dibuix{
		float:right;
		position: static;
		margin-left: 0px;
	}
	
}	