*{
	margin: 0;
	padding: 0;

}
@font-face{
   font-family: futura;
   src: url(FuturaStd-Medium.otf) format('opentype');
}
 @font-face{
   font-family: futuralight;
   src: url(FuturaStd-Light.otf) format('opentype');
}

body{
	font-family: futura, sans-serif;
	background-color: white;
}
h1{

	font-size: 20px;

}

 div.img img {
          width: 100%;
          height: auto;
      }

a{
      color: black;
      text-decoration: none;

     }   
.contenido { width: 1200px; margin: 0 auto; }
		
	.responsiveLogo {
          margin-left: 10%;   
          float: left;
         	
      }
 .titular{
    color:gray;
    margin-left: 10%;  
    margin-bottom: 10px;
    font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');

}

.contenido { width: 1200px; margin: 0 auto; }

    .responsiveLogo {
          margin-left: 10%;   
          float: left;
          
      }

      .responsive {

          margin-left: 10%;   
          float: left;
          width: 26%;
          height: auto;
          margin-bottom: 10px;
          cursor: pointer;
          }

      
.responsive2 {

        margin-left: 1%;
        float: left;
        width: 26%;
        color:gray;
        margin-bottom: 10px;
        height: auto;
        cursor: pointer;

          }
.responsive3 {
        margin-left: 1%;
        float: left;
        width: 26%;
        color:black;
        margin-bottom: 10px;
        height: auto;
        cursor: pointer;



          }
/*-----header CSS----------------------------------*/
body{
width: 100%;
background-image: url(../imatges/_DSC4272B_cap.jpg);
background-repeat: repeat-x;
}

#capcelera{
	width: 100%;
	height: 108px;
	margin-bottom: 15px;


}

#logo_01{
	float:left;
    padding-top: 25px;
    font-size: 28px;
    color:rgba(124,63,34,1);
    text-decoration: none;
   
}

#logo_01 a:hover{
	color: black;	
}

/*------------nav CSS----------------------------------*/

.navegador{

	padding-top: 48px;
	margin-right: 10%;

}
.navegadorResponsive{

	display: none;
}


nav ul {
	float: right;
	list-style: none;
	font-size: 20px;
	
}

nav ul li {
	display: inline-block;
	float: left;
	padding-left: 20px;

}

nav ul li a {
	color:black;
	text-decoration: none;
}



nav ul li a:hover{
	color:rgba(124,63,34,1);
	}

#colormenu{
	color:rgba(124,63,34,1);
}



/*-------------proves meu desplegable---------------------------*/

.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: black;
}

.dropdown:hover .dropdown-content {
	    display: block;
}

.dropdown-content {
	color: 	color: rgb(130,129,132);
    display: none;
    position: absolute;
    background-color: rgb(210,210,213);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 900;
}
.dropdown-content a{
	color: rgb(130,129,132);
}

li.dropdown {
    display: inline-block;
}

li a, .dropbtn {
    display: block;
    color: black;
    text-align:left;
    padding: 5px 5px;
    text-decoration: none;

}

.container {
    width: 100%;
    padding: 10px;
}






/*--------------CSS x footter-------------------------------------------*/

footer{

    width: 100%;
    margin-top: 150px;
    border-top: 1px solid black;
    background-color: white;
    margin-bottom: 5px;
}
#text_footer{

	float: left;
	padding-top: 10px;
	font-size: 16px;
	font-family: futuralight;
	margin-left: 10%;


}
#avislegal{

  float: left;
  padding-top: 25px;
  font-size: 14px;
  font-family: futuralight;
  margin-left: 10%;
  color:gray;

}
#avislegal2{

	display: none;

}
#logofb{
		
		float: right;
		padding-top: 1%;
		margin-right: 10%;


}

/*estils popUp*/


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}
p.textModal {
    color: #85878a;
}



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.fonsTexModal{
	margin-top: -5px;
	width: 610px;
	height: 100px;
	background-color: lightgray;
}

.textModal{
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 80%
	color:#9b9ea0;
	line-height: 25px;


	
}

/*pàgina contacte*/

.responsivetitular{
	font-size: 28px;
	margin-top: 10%;
	font-family: futuralight;
	margin-left: 10%;
}




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


.responsiveLogo {
          margin-left: 2%;   
          float: left;
         	
      }
.titular{
    color:gray;
    margin-left: 2%;  
    margin-bottom: 10px;
    font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');

}
.contenido { width: 100%;     
	margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 2%; }
         
        .responsive {

          margin-left: 1%;   
          float: left;
          width: 45%;
          height: auto;
          margin-bottom: 10px;

          }
      
.responsive2 {

        margin-left: 1%;
        float: left;
        width: 45%;
        color:gray;
         margin-bottom: 10px;


          }
.responsive3 {
        margin-left: 1%;
        float: left;
        width: 45%;
        color:black;
         margin-bottom: 10px;

          }

.navegador{

	display: none;

}
		.navegadorResponsive{

			float:right;
			width: 20%;
			padding-top: 50px;
			margin-right: 12%;
			display: block;

		}
.dropdown-content {

    right: 13%;
}

footer{

		width: 100%;
		border-top: 1px solid black;
    background-color: white;


}
#text_footer{

	float: left;
	padding-top: 10px;
	font-size: 16px;
	font-family: futuralight;
	margin-left: 2%;


}
#avislegal{


  margin-left: 5%;


}
#logofb{
		
		float: right;
		padding-top: 1%;
		margin-right: 10%;



}


}



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

.contenido { width: 90%; margin: 0 auto; }

        .responsive {

          margin-left: 1%;   
          float: left;
          width: 90%;
          height: auto;

          }
      
.responsive2 {

        margin-left: 1%;
        float: left;
        width: 90%;
        color:gray;


          }
.responsive3 {
        margin-left: 1%;
        float: left;
        width: 90%;
        color:black;
        
          }


.responsiveLogo {
          margin-left: 2%;   
          float: left;
         	
      }


	.navegadorResponsive{

			float:right;
			width: 20%;
			margin-right: 4%;


		}

nav ul {
	width: 80%;	
	float: left;
	list-style: none;
	font-size: 15px;

	
}

footer{

		width: 100%;
		border-top: 1px solid black;
    background-color: white;
    	position: relative;



}
div#text_footer {

    margin-left: 2%;
}
#text_footer{
  width: 60%;
  float: left;
  padding-top: 10px;
  font-size: 13px;
  font-family: futuralight;


}
#avislegal{

  display:none;


}
#avislegal2{
  display: block;
  margin-top: 5px;
  color: gray;

}
#logofb{

    position: absolute;
    float: left;
    padding-top: 10px;    
    right: -5px;

  }
}


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


#text_footer span{ display: none; }


}