*{
	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;
          
      }
.responsive {
        margin-top: 50px;
         margin-left: 10%;   
          float: left;
          width: 40%;
          }
      
.responsive2 {
        margin-top: 50px;
        margin-left: 2%;
        float: left;
        width: 40%;
        color:gray;
        line-height: 1.5em;

          }
.responsive3 {
        margin-left: 10%;
        float: left;
        width: 80%;
        color:black;
        line-height: 1.5em;
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: solid 1px black;

          }

.responsive3sense {
        margin-left: 10%;
        float: left;
        width: 80%;
        color:black;
        line-height: 1.5em;
        padding-top: 50px;
        padding-bottom: 50px;


          }
.responsive4 {
          margin-left: 10%;
          float: left;
          width: 80%;
          color:black;
          line-height: 1.5em;
          padding-top: 20px;
          padding-bottom: 30px;


          }
.responsive5 {
          margin-left: 10%;
          float: left;
          width: 10%;
          color:gray;
          line-height: 1.5em;
          padding-top: 10px;
    


          }
.responsive6 {
          margin-left: 2%;
          float: left;
          width: 70%;
          color: black;
          line-height: 1.5em;
          padding-top: 10px;

          }

.responsive6 span{

	font-family: futura;
   src: url(FuturaStd-Medium.otf) format('opentype');

	   font-style: italic

  
}
.responsive6 p{

font-family: futuralight;
   src: url(FuturaStd-Light.otf) format('opentype');

}

         

/*-----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%;
	border-top: 1px solid black;
    background-color: white;
    margin-top: 150px;

}

#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: 582px;
    height: 750px;
    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: 580px;
	height: 100px;
	background-color: lightgray;
}

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

	
}

/*pàgina contacte*/

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




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

.contenido { width: 100%; margin: 0 auto; }
         
         .responsive {
          margin-left: 10%;   
          float: left;
          width: 60%;
          margin-right: 30%;

      }
      .responsive2 {
         margin-left: 10%;  
          margin-bottom: 1%;
          float: left;
          width: 90%;
      }
      .responsive3 {
         
          margin-left: 10%; 
          float: left;
          border-bottom: solid 1px black;
          width: 80%;
      }
      .responsive4 {
          margin-left: 10%;
          float: left;
          width: 90%;
      }
      .responsive5 {
          margin-left: 10%;
          float: left;
          width: 10%;
          color:gray;
          line-height: 1.5em;
          padding-top: 10px;
    


          }
.responsive6 {
          margin-left: 10%;
          float: left;
          width: 80%;
          color: black;
          line-height: 1.5em;
          padding-top: 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: 10%;


}
#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: 100%;
} .responsive2 {
    margin-left: 1%;
    float: left;
    width: 100%;
}
 .responsive3 {
    margin-left: 1%;
    float: left;
    width: 100%;
} .responsive4 {
    margin-left: 1%;
    float: left;
    width: 100%;
}


	 #logo_01{

  margin-left: 2%;

}


	.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;
}


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; }


}