@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

/*fuentes */
	
@font-face {
    font-family: OldLondonAlternate;

	src: url(../fonts/OldLondonAlternate/OldLondonAlternate.eot);
	src: url(../fonts/OldLondonAlternate/OldLondonAlternate.eot?#iefix) format('embedded-opentype'),
        url(../fonts/OldLondonAlternate/OldLondonAlternate.woff2) format('woff2'),
        url(../fonts/OldLondonAlternate/OldLondonAlternate.woff) format('woff'),
   url(../fonts/OldLondonAlternate/OldLondonAlternate.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: King;
    src: url(../fonts/King/King.eot);
    src: url(../fonts/King/King.eot?#iefix) format('embedded-opentype'),
        url(../fonts/King/King.woff2) format('woff2'),
        url(../fonts/King/King.woff) format('woff'),
        url(../fonts/King/King.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Cocogoose';
    src: url(../fonts/cocogosee/Cocogoose-Light.eot);
    src: url(../fonts/cocogosee/Cocogoose-Light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/cocogosee/Cocogoose-Light.woff2) format('woff2'),
        url(../fonts/cocogosee/Cocogoose-Light.woff) format('woff'),
        url(../fonts/cocogosee/Cocogoose-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}



/*fuentes */

/* body*/




/*wrapper*/
#wrapper {
			width: 1280px;
			height: 800px;
	background-image: url(../img/web.png);
	margin: 0 auto;
}

.TITULO_modulos {
	font-family:'Cocogoose';
	font-weight: bold;
	font-size: 30px;
	margin-top: 90px;
	margin-left: 350px;
	letter-spacing: 0.15em;
	
}

.textomodulos { font-family: 'Cocogoose';
	margin-top: 100px;
	margin-left: 600px;
	
}

.topnav{ 
	display:none;
}

a{ 
text-decoration: none;
	color: white;
	
}

a:hover{ 
			 color: #3B4F9F;}



li{
	list-style:none;
	line-height: 44px;
}


.buscador_index{
	font-family: King;
	width: 60%;
	float: left;
	margin-left: 20%;
	margin-top: 35%;
	
}

.nav_grande{
	font-family: King;
	background-color:#E6485F;
	width: 100%;
	height: auto;
	text-align: right;
	margin-bottom: auto;
	
}

.nav_grande a{ 
		margin-right: 25px;
}




 /* body*/





.dropbtn {
  background-color:#E6485F;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
font-family: King;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #E6485F}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3B4F9F;
}

#wrapper_graumit{
	width: 70%;
	margin: 0 auto;
}

#wrapper_tractament_img {
	width: 1280px;
	height: 800px;
	background-image: url(../img/grau_mitja/tractament_imatges.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.modulos{

	
	width: 70%;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 11.8%;
	border-top-color: black;
	border-bottom-color: black;
	margin: 0 auto;
	
	
}

.grau_mitja {

	background-color: #E6485F;
	width: 25%;
	height: 215px;
	vertical-align: middle;
	margin-right: -4px;
	margin-bottom: 10%;
	display: inline-block;
 



}


/* texto de las cajas*/
.textocajas {
	text-align: center;
	color: azure;
	font-family: 'Cocogoose';
	letter-spacing: 0.25em;
	font-size: 10pt;
	padding: 90px;
	
	
}




/*tablets verticales*/

@media only screen and (max-width: 960px) {
	
		#wrapper {
			width: 768px;
			height: 1020px;
			background-image:url(../img/Mesa_de_trabajo_1.png);
			margin: 0 auto;
				}
			.buscador_index{
			font-family: King;
			width: 60%;
			float: left;
			margin-left: 10%;
			margin-top: 80%;
			text-align: center;
				}	
		.grau_mitja {

		background-color: #E6485F;
		width: 50%;
		height: 215px;
		vertical-align: middle;
		margin-right: -4px;
		margin-bottom: 10%;
		display: inline-block;




	}
}

/* moviles vertical*/

@media only screen and (max-width: 640px) {
	
		#wrapper {
			width: 640px;
			height: 960px;
			background-image: url(../img/iphone.png);
			margin: 0 auto;
				}
	
	
#wrapper_tractament_img {
	width: 640px;
	height: 1983px;
	background-image: url(../img/grau_mitja/tractament_imatges_movil.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
	.TITULO_modulos {
	font-family:'Cocogoose';
	font-weight: bold;
	font-size: 30px;
	margin-top: 500px;
	margin-left: 0px;
	letter-spacing: 0.15em;
	
}

.textomodulos { font-family: 'Cocogoose';
	margin-top: 1200px;
	margin-left: 20px;
	
}
	
	.topnav{ 
	display:block;
	font-family: King;
}
	.nav_grande{ 
	display:none;
}
	.buscador_index{
			font-family: King;
			width: 60%;
			float: left;
			margin-left: 10%;
			margin-top: 80%;
			text-align: center;
				}	
		.grau_mitja {

		background-color: #E6485F;
		width: 100%;
		height: 215px;
		vertical-align: middle;
		margin-right: -4px;
		margin-bottom: 10%;
		display: inline-block;

}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #E84B5F;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}


	
.topnav a.icon {

  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {

  color: #E84B5F;
}

.active {
  background-color: #3B4F9F;
  color: white;
}
	
	.TITULO_modulos{
		display: none;
	}
}


