@font-face {
  font-family: 'Open Sans', sans-serif;
}
{
  margin: 0;
  padding: 0;
}
header, footer, aside, nav {
    display: block;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

p {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 600;
}

body {
	margin: 0;
	top: 100px;
	position: static;
	margin-bottom: auto;
	text-align: center;
    min-height: 100vh; /* això fa que estigui al fons sempre el footer */
}
header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.idioma_elements {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(  imatges/ajuntament-de-reus.svg  );
}
.idioma_elements img{
	position: relative;
	float: left;
}
.idioma_elements_reduits {
	display: none;
}
.idioma_elements_reduits img{
	display: none;
}
.menu{  
}
.menu a{
	float: left;
	margin-top:30px;
	color: #FFF;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.menu a:hover{
	color: #98FF98;
	font-weight: bold;
}
.menu a:after{
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
	background-color: #98FF98;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.menu a:hover:after{
	width: 50%; 
    left: 23%; 
}
.nav_elements {
	width: 100%;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	background-color: #43a62a;
	height: 90px;
}
.navbar_logo{
	display: block;
	float: left;
	margin-top:10px;
	margin-right: 20px;
	margin-left: 20px;
}
.navbar_logo a{
	margin-top: auto;
	margin-bottom: auto;
}
.navbar_logo img{
	display: inline-block;
	float: left;
}
.menu_responsive{
	display: none;
	z-index: 3;
	/*  background-color: #293544;
	float: right;
	height: 100%;
	width: 70%;
	border: thin solid #99F;
}
.menu_responsive a{
	display: none; 
}
.menu_responsive img{
	display: none;
	/*height: 18px;
	cursor: pointer;
	margin-left: -5%;*/
}
.menu_responsive img{
	display: none;
	height: 18px;
	cursor: pointer;
	margin-left: -3%;
}
.menu_responsive_ico{
	display: none;
	float: right;
	cursor: pointer;
}
.menu_responsive_ico a{
	display: none;
	float: left;
	color: #CCC;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 16px;
	margin-left: 5%;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	clear: both;
	text-align: left;
	padding-top: 30px;
	z-index:2;
}
.menu_responsive_ico img{
	display: none;
	height: 25px;
	cursor: pointer;
	margin-left: -5%;
}
.menu_responsive_usuari{
	font-family: 'Open Sans', sans-serif;
	float: right;
	color: #CCC;
	font-size: 18px;
	margin-top: 30px;
	margin-right: 20px;
}
.contenidor {
  width: 95%;
  margin: auto;
}

.maindropdownbtn {
	color: white;
	cursor: pointer;
	padding:10px;
	margin-top:10px;
	background-color: #000;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFF;
}
.maindropdownbtn:hover {
	color: #999;
    }
.dropdown {
	position: relative;
	display: inline-block;
	float: right;
	text-decoration: none;
	margin-right: 10%;
}
.dropdown-child {
	position: relative;
	display: none;
	background-color: #0CF;
	min-width: 100px;
	color: #000;
	text-decoration: none;
}
.dropdown-child a {
	position: absolute;
	color: #06F;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.dropdown:hover .dropdown-child {
	display: block;
	color: #FFF;
	background-color: #03F;
}
#contenidor_index {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: "Open Sans";
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-weight: bold;
	width: 80%;
	justify-content: center;
	align-items: center;
	float: none;
}
.requadre_index {
	flex-grow: 4;
	flex-basis: 20%;
	margin: 25px;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 25%;
}
.requadre_index  img{
	width: 100%;
  height: 100%;
  object-fit: contain;
}
.requadre_index img:hover{
	width: 100%;
  height: 100%;
  object-fit: contain;
	filter: sepia(100%);
} 
.text_requadre_index {
	font-family: "Open Sans";
	color: #666;
	font-size: 18px;
	bottom: 8px;
	width: 100%;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.requadre_acces{
	font-family: "Open Sans";
	float: left;
	display: inline-block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 18px;
	height: 20px;
	padding: 5px;
	border: thin solid #999;
	color: #666;
}
.requadre_cercador{
	font-family: "Open Sans";
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 18px;
	height: auto;
	color: #666;
	width: 30%;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.llistat_cerca{
	font-size:16px;
	font-family:"Open Sans";
	display: block;
	margin-top: 5px;
	height: auto;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	margin-right: 5px;
}
.camp_inserir_imatge{
	mask-border-width: 1;
	font-family:"Open Sans";
	display: inline-block;
	margin-top: 5px;
	height: 50px;
	text-align: left;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	float: left;
	clear:both;
	margin-right: 5px;
	border: thin solid #003;
    border-radius: 5px;
}
.bot_canvi_data{
	font-family: "Open Sans";
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background-color: #09C;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 4px;
	float: left;
}
.boto_escombreries {
	font-family: "Open Sans";
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background-color: #09C;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 4px;
	float: left;
}
.bot_cerca{
	font-family: "Open Sans";
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	height: auto;
	color: #FFF;
	background-color: #093;
	clear: left;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#contenidor_imatges {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: "Open Sans";
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-weight: bold;
	width: 80%;
	justify-content: center;
	align-items: center;
	float: none;
}
.text_trobades {
	font-family: "Open Sans";
	color: #666;
	font-size: 18px;
	bottom: 8px;
	width: 100%;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.requadre_imatges {
	flex-grow: 4;
	flex-basis: 20%;
	margin: 25px;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 25%;
	padding-bottom: 10px;
}
.requadre_imatges img{
	width: 100%;
  height: 100%;
  object-fit: contain;
}
.requadre_imatges img:hover{
	width: 100%;
  height: 100%;
  object-fit: contain;
	filter: sepia(100%);
} 
.text_requadre_imatges {
	font-family: "Open Sans";
	color: #666;
	font-size: 18px;
	bottom: 8px;
	width: 98%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.text_requadre_imatges img{
	width: 30px;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.text_requadre_imatges img:hover{
	width: 30px;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #C00;
}
#caixa_footer_col{
	font-family: "Open Sans";
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-decoration: none;
	font-weight: 600;
}
#caixa_footer_inst{
	font-family: "Open Sans";
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 420px;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #f3a03f;
	color: #000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-decoration: none;
}
.footer_centrat {
	display: block;
	background-image: url(imatges/ajuntament_texte.svg);
	background-repeat: no-repeat;
	height: 167px;
	width: 187px;
	margin-right: auto;
	margin-left: auto;
}
.footer_lineals {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.footer_icones_peu{
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 15px;
}
.links_peu{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #43a62a;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	height: 30px;
}
.links_peu ul{
	color: #FFF;
	text-decoration: none;
	font-family: "Open Sans";
	position: relative;
	display: inline-block;
	text-align: center;
	margin-top: 2px;
}
.links_peu li{
	color: #FFF;
	text-decoration: none;
	font-family: "Open Sans";
	position: relative;
	display: inline-block;
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.links_peu a{
	margin-top:5px;
	color: #FFF;
	text-decoration: none;
	font-family: "Open Sans";
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	text-align: center;
}
.links_peu a:after{
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.links_peu a:hover:after{
	width: 90%; 
    left: 5%; 
}
.punts_peu {
	float: left;
	margin-top:5px;
	color: #000;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 17px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}
#caixa_footer{
	font-family: "Open Sans";
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #CCC;
	height: 80px;
	color: #FFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_linies{
	color: #333;
	float: left;
	width: auto;
	margin-left: 12%;
}
.footer_elements {
	line-height: 24px;
}
.footer_elements a {
	text-decoration: none;
	display: inline-block;
	float: left;
	color: #666;
	clear: left;
}
.footer_d {
	display: inline-block;
	float: right;
	background-image: url(imatges/reus-logo-footer.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 167px;
	background-attachment: scroll;
	margin-right: 12%;
}
.footer_elements_strong{
	font-weight: bolder;
}
.footer_hr {
	display: inline-block;
	float: left;
	width: 25px;
	clear: left;

	border: 2px solid #E8E8E8;
}
#empresa{
	font-family: "Open Sans";
	margin-top: 90px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	height: auto;
	display: block;
	padding: 20px;
	display: inline-block;
	align-items: center;
	position: relative;
	float: none;
    min-height: 70vh;/*espai mínim d'alçada*/
}
.text{
	font-size: 18px;
	text-align: justify;
	margin-bottom: 30px;
}
#empresa img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
/*Estils per obrir les imatges en modal, o ampliades i que es pugui passar a la seg�ent o l'anterior*/
.caixa_formulari{
    text-align: left;
}
.modal {
	display: none;
	visibility:hidden;
	position:fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal h3 {
	color:#FFF;
	font-size: 30px;
	text-align:center;
	margin: 15px 0;
}
.imagen {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	aling-items: center;
}
.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}
.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}
.imagen img {
	width: 500px;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}
.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
}

@media screen and (max-width: 1600px) {
	#contenidor_index {
	width: 80%;
}
.requadre_index {
	width: 35%;
	flex-basis: 40%;
}
.requadre_cercador{
	width: 35%;
}
@media screen and (max-width: 1000px) {
.idioma_elements {
	width: 650px;
	position: static;
	margin-left: auto;
    margin-right: auto;
}

.menu{  
	display: none;
}
#contenidor_index {
	width: 80%;
}
.requadre_index {
	width: 35%;
	flex-basis: 50%;
}
#campos_cerca_adv{
	margin-top: 200px;
}
#caixa_cerca{
	font-family: "Open Sans";
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
	display: block;
	
	display: inline-block;
	justify-content: center;
	align-items: center;
	position: relative;
	float: none;
}
.menu_responsive{
	display:none;
	 background-color: #293544;
	float: right;
	height: 400px;
	width: 90%;
}
.menu_responsive a{
	display:none;
	 float: left;
	color: #CCC;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 16px;
	margin-left: 5%;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	position: relative;
	clear: both;
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: left;
	padding-top: 30px;
	width: 90%;
}
.menu_responsive img{
	display:none;
	height: 18px;
	cursor: pointer;
	margin-left: -3%;
}
.menu_responsive_ico{
	display:inline-block;
	float: right;
	cursor: pointer;
}
.menu_responsive_ico a{
	display:inline-block;
	float: left;
	color: #CCC;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 16px;
	margin-left: 5%;
	padding-right: 20px;
	position: relative;
	clear: both;
	text-align: left;
	padding-top: 30px;
}
.menu_responsive_ico img{
	display:inline-block;
	height: 25px;
	cursor: pointer;
	margin-left: -5%;
}
#area_cliente_alerta {
	font-size:16px;
	line-height:22px;
	display: block;
	margin-top: 15px;
	color: #F00;
	float: left;
	margin-bottom: 5px;
}
.requadre_cercador{
	width: 60%;
}
.requadre_imatges {
	width: 50%;
}
}
@media screen and (max-width: 600px) {
.idioma_elements {
	display: none;
}
.idioma_elements a{
	display: none;
}
.idioma_elements_reduits {
	display: inline-block;
	width: 100%;
	position: static;
	margin-left: auto;
    margin-right: auto;
}
.idioma_elements_reduits img{
	display: inline-block;
	margin-left: auto;
    margin-right: auto;
	float: left;
}

.navbar_logo img{
	display: inline-block;
	float: left;
	height: 50px;
}
.nav_elements {
	width: 100%;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	background-color: #43a62a;
	height: 70px;
}
.menu{  
	display: none;
}
#contenidor_index {
	width: 98%;
}
.requadre_index {
	width: 100%;
}
#campos_cerca_adv{
	margin-top: 250px;
}
#caixa_cerca{
	font-family: "Open Sans";
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: bold;
	width: 95%;
	display: block;
	
	display: inline-block;
	justify-content: left;
	align-items: left;
	position: relative;
	float: none;
}
.menu_responsive{
	display:none;
	background-color: #293544;
	float: right;
	height: 400px;
	width: 95%;
	z-index:3;
}
.menu_responsive a{
	display:none;
	 float: left;
	color: #CCC;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 16px;
	margin-left: 5%;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	position: relative;
	clear: both;
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: left;
	padding-top: 30px;
	width: 90%;
}
.menu_responsive img{
	display:none;
	height: 18px;
	margin-left: -5%;
}
.menu_responsive_ico{
	display:inline-block;
	float: right;
	cursor: pointer;
}
.menu_responsive_ico a{
	display:inline-block;
	float: left;
	color: #CCC;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 16px;
	margin-left: 5%;
	padding-right: 20px;
	position: relative;
	clear: both;
	text-align: left;
	padding-top: 30px;
}
.menu_responsive_ico img{
	display:inline-block;
	height: 25px;
	cursor: pointer;
	margin-left: -5%;
}
.login_campo{
	width: 90%;
}
.dropdown {
	margin-right: 1%;
}
#area_cliente_alerta {
	font-size:16px;
	line-height:22px;
	display: block;
	margin-top: 15px;
	color: #F00;
	float: left;
	margin-bottom: 5px;
}
/* cerca trobada*/
.cerca_totals {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 15px;
}
.cerca_mosaic {
	width: 90%;
	height:auto;
	padding: 5px;
}
.cerca_mosaic img {
	height: auto;
	width: 95%;
}
.cerca_mosaic img:hover {
	height: auto;
	width: 95%;
}
#caixa_footer{
	font-size: 14px;
	height: 150px;
}
.footer_linies{
	color: #333;
	float: left;
	width: auto;
	margin-left: 1%;
}
.footer_elements a {
	padding-left: 15px;
}
.footer_d {
	display: inline-block;
	float: left;
	background-image: url(imatges/reus-logo-footer_petit.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 90px;
	background-attachment: scroll;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-left: 15px;
}
.requadre_cercador{
	width: 90%;
}
.requadre_imatges {
	width: 95%;
}
}

