* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #383838;
  background-color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
p {
  padding: 0 0 8px 0;
}
p span,
p strong {
  font-weight: 700;
}
.centrado {
  text-align: center;
}
input[type="submit"] {
  -webkit-appearance: none;
}
#div_clear {
  clear: both;
}
#div_popup {
  width: 100%;
  /* min-height: 310px; */
  padding: 15px 15px 0 15px;
  margin: 0 auto;
}
#div_popup h1 {
  font-size: 18px;
  color: #79c159;
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 700;
}
#div_popup h2,
#div_popup h3 {
  font-size: 2rem;
  font-weight: 700;
  padding: 14px 0;
}
#div_popup .col_1 {
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
}
#div_popup .col_2 {
  float: left;
  width: 45%;
  margin: 0 0 0 1%;
}
#div_popup .col_2 a {
  display: block;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #79c159;
  border-radius: 5px;
  border: 0;
  padding: 12px 0;
  margin: 10px 0;
  width: 100%;
  height: 46px;
}
#div_popup .col_2 a:hover {
  background-color: #6cac4f;
}
/* form {
  padding: 5px 0;
} */
/* form div {
  margin: 0 0 14px 0;
} */
form input {
  width: 100%;
  font-size: 1.5rem;
  color: #383838;
  border: 1px solid #c0c0c0;
  padding: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 36px;
  margin: 3px 0 10px 0;
}
form label {
  font-size: 1.5rem;
}
form .clau {
  margin: 10px 0;
  display: block;
}
form #iden {
  display: block;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #79c159;
  border-radius: 5px;
  border: 0;
  padding: 12px 0;
  margin:12px 0 !important;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  height: 46px;
}
form #iden:hover {
  background-color: #6cac4f;
}
.message_KO {
  color: #eb616e;
  margin:10px 0;
}
.message_OK {
  color: #4fa12c;
}

/* Afegir llistes */
.afegir #div_popup h1 img,
.gestionar #div_popup h1 img {
  width: 25px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.afegir #div_popup h5,
.gestionar #div_popup h5, 
.gestionar #div_popup h5 > *{
  font-weight: 400;
  color: #79c159 !important;
  font-size: 1.3rem;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0;
  margin-bottom: 25px;
}
.afegir p {
  padding: 0;
  margin: 15px 0 0 0;
}
.afegir #form label {
  font-weight: 400;
}
.afegir #form {
  margin-top: 20px;
}
form #afegir {
  width: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #5eaf3b;
  border: 0;
  border-radius: 5px;
  margin-top: 20px;
  height: 46px;
}
.afegir .message_OK {
  color: #383838;
  font-weight: 700;
} 


/* radio buttons wishlist */
.container-radio-wishes {
  position: relative;
  float: right;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* oculto el radio button por defecto */
.container-radio-wishes input {
  visibility: hidden;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 21px;
  width: 21px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio-wishes input:checked ~ .checkmark:after {
  display: block;
}
.container-radio-wishes .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}


/* Gestionar llistes */
.clear {
  clear: both;
}
.gestionar ul {
  margin-top: 10px;
}
.gestionar li {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  list-style: none;
  padding: 10px 0;
}
.gestionar li:last-child {
  border-bottom: 0px;
}
.gestionar li img,
.gestionar li p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 1.3rem;
}
.gestionar li img {
  padding: 0 8px 0 0;
}
.gestionar li img.ico_llistes {
  padding: 2px 8px 0 0;
}
.gestionar li input {
  float: right;
  padding-right: 8px;
  margin-top: 3px;
} 
.gestionar li a {
  float: right;
  cursor: pointer;
}
.gestionar li a.eliminar {
  padding: 5px 0 0 10px;
}
.gestionar span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}

/* Enviar llistes */
#enviar #div_popup h1 {
  color: #5eaf3b;
  font-weight: 700;
}

/* Opina aqui */
#opinions #div_popup_big {
  padding: 25px 5%;
  margin: 0 auto;
}
#div_popup_big .col_1 {
  float: left;
  width: 340px;
  margin: 0px 0px 0px 0px;
}
#div_popup_big .col_2 {
  float: right;
  width: 340px;
  margin: 0px 0px 0px 0px;
}
#form-opinio {
  clear: both;
}
#form-opinio h1,
#form-opinio h2 {
  font-size: 2rem;
  text-align: center;
  color: #000;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 0 0 15px 0;
}
#form-opinio label {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 5px;
}
#form-opinio label span {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
#form-opinio input,
#form-opinio .textarea {
  width: 95%;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #b5b5b5;
}
#form-opinio input {
  padding: 7px 6px;
}
#form-opinio textarea {
  width: 100%;
  height: 200px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  border: 0;
  padding: 7px 6px;
}
#form-opinio .textarea p {
  text-align: right;
  color: #8d8d8d;
  border-top: 1px solid #eee;
  padding: 12px;
  margin: 0;
}
#form-opinio .textareaRequiredState .textareaRequiredMsg,
#form-opinio .textareaMinCharsState .textareaMinCharsMsg,
#form-opinio .textareaMaxCharsState .textareaMaxCharsMsg {
  display: block;
  padding: 0 7px;
}
#form-opinio .c-rating {
  text-align: center;
}
#form-opinio .c-rating label {
  vertical-align: middle;
  margin: 3px 10px 0 0;
}
#form-opinio .rating {
  direction: rtl;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
#form-opinio .rating > span {
  display: inline-block;
  position: relative;
  width: 43px;
  height: 40px;
  background-image: url(../img/content/star-big.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px 5px 15px 0;
}
#form-opinio #o-rating span {
  cursor: pointer;
}
#form-opinio #o-rating > span:hover,
#form-opinio #o-rating > span:hover ~ span,
#form-opinio .rating > span.sel ~ span,
#form-opinio .rating > span.sel {
  background-image: url(../img/content/star-big-sel.png);
}
#form-opinio input#checkbox {
  width: 20px !important;
}
#form-opinio .petit,
#form-opinio a.politica {
  font-size: 1.4rem;
  color: #666;
}
#form-opinio input#enviar {
  display: block;
  cursor: pointer;
  max-width: 210px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #79c159;
  border-radius: 15px;
  border: 0;
  padding: 8px 15px;
  margin: 0 auto 15px auto;
}
#form-opinio input#enviar:hover {
  background-color: #6cac4f;
} /* Opinions ok */
#opinions-OK #div_popup_big {
  text-align: center;
  padding: 20px;
}
#opinions-OK h1 {
  font-size: 2.4rem;
  color: #000;
  border: 0;
  margin: 20px 0;
}
#opinions-OK p {
  font-size: 1.6rem;
  color: #9e9e9e;
}
#opinions-OK .promocion {
  background-color: #f3f3f3;
  padding: 15px;
}
#opinions-OK h2 {
  font-size: 2.4rem;
  font-weight: 400;
  background-color: transparent;
}
#opinions-OK h2 strong,
#opinions-OK h2 span {
  font-weight: 700;
  font-size: 2.4rem;
  background-color: transparent;
}
#opinions-OK h2 span {
  color: #42931e;
}
#opinions-OK a {
  display: block;
  cursor: pointer;
  width: 215px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #79c159;
  border-radius: 15px;
  padding: 8px 15px;
  margin: 0 auto;
} /*Transports*/
#popup h1 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: #479e20;
  border: 0;
  padding: 12px 0 0 50px;
}
#popup h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  padding: 30px 0 30px 50px;
  background-color: #479e20;
  margin: 20px 0;
}
#popup ul {
  line-height: 2rem;
  padding: 0 40px 0 50px;
  margin: 0 0 20px 0;
}
#popup a {
  color: #383838;
}
#popup a:hover {
  text-decoration: underline;
} /*Serveis*/
#serveis li {
  color: #42bb0b;
  border-bottom: 1px dashed #cde132;
  padding: 8px 0px 8px 0px;
}
#serveis li span {
  color: #6c6c6c;
}
#serveis p {
  text-align: center;
  font-weight: 700;
  color: #42bb0b;
  padding-top: 20px;
} /*Forms*/
input.success,
textarea.success {
  border: 1px solid #79c159 !important;
  background: url(../img/content/ico-success.png) no-repeat 98% center;
  background-color: #f3ffee !important;
}
input.error,
textarea.error {
  border: 1px solid #f04444 !important;
  background: url(../img/content/ico-error.png) no-repeat 98% center;
  background-color: #ffeff0 !important;
}
textarea.success,
textarea.error {
  background-position: 98% 6px;
}




@media screen and (max-width: 580px) {
  form label, form input {
    font-size: 1.7rem;
  }
  #div_popup .col_1,
  #div_popup .col_2 {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #popup h1 {
    font-size: 1.5rem;
    padding: 12px 10px 0 15px;
    -webkit-text-size-adjust: none;
  }
  #popup h2 {
    line-height: 2.4rem;
    font-size: 1.5rem;
    padding: 10px 10px 10px 15px;
    -webkit-text-size-adjust: none;
  }
  #popup ul {
    padding: 0 10px 0 30px;
  }
  #popup ul li span {
    font-size: 1.4rem !important;
    -webkit-text-size-adjust: none;
  }
}

/* login redes */
.login-redes {
    border: 1px solid #C1C1C1;
	border-radius: 5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding: 6px 7px 5px 7px;
	margin-bottom: 15px;
}
.login-redes:first-child {
    margin-top: 10px;
}
.login-redes:last-child {
    margin-bottom: 20px;
}
.login-redes img {
	height: 30px;
}
.login-redes p {
	margin-top: 7px;
	font-size: 1.35rem;
}
.logo-redes {
    width:30%; 
    text-align: center;
    display: inline-block;
}
.texto-redes {
    width:70%; 
    text-align: left;
    float: right
}
.divisor {
	margin-top: 30px;
    margin-bottom: 20px;
    height: 30px;
}
.divisor .linea-divisoria {
	background-color: #575757;
	height: 1px;
    margin-top: 10px;
    width: 40%;
    float: left;
}
.divisor .oBien{
    width: 20%;
    float: left;
}
.divisor p {
    text-align: center;
}

@media screen and (max-width: 665px) {
    .linea-gris {
        height: 1px;
        background: #BFBFBF;
        width: 100%;
        margin-bottom: 20px;
    }
}

.ventajas-registro {
    margin-top: 25px;
}
.ventajas-registro ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.ventajas-registro ul li {
	background: url('../img/content/ico-check.png') no-repeat left top;
	height: 54px;
	padding-left: 30px;
}


/* ecommerce_popup */
.btn-collapsed {
	font-size: 2rem;
	font-weight: 700;
	padding: 14px 0;
}
@media screen and (max-width:580px){
	#div_popup h2.btn-collapsed {
		padding: 20px 0 10px 0;
	}
	.linea-gris-claro {
		border-top: 1px solid #DBDBDB;
	}
	.flecha-open-mobile {
		float: right;
		width: 20px;
		height: 20px;
		margin-top: 10px;
		background-image: url(https://files.joguiba.com/images/category/flechita-mob-arriba.png);
		background-repeat: no-repeat;
	}

	.flecha-open-mobile.flecha-close {
		background-image: url(https://files.joguiba.com/images/category/flechita-mob-abajo.png);
	}
	
	.btn-collapsed {
		cursor: pointer;
		border: none;
		text-align: left;
		outline: none;
	}

	.contenido-collapsed {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}
}
