/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}



nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*My code*/

* {
  text-decoration: none;
}
main {
  padding-top: 83px;
}

body {
  background-color: #fff;
}

header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width:100%;
  background-color: #fff;

}

h1 {
  color: rgb(140, 194, 33);
}

h2 {
  color: rgb(140, 194, 33);
}

.capsa {


}
.cap1 {

}

.cap1 .logo img{
  width: 40px;
  display: block;
  padding: 10px 10px;
  margin: auto;
  float: left;
}
.cap1 .marca {
  margin: auto;
  text-align: center;
  position: absolute;
  left: 90px;
}
.cap1 .marca h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  font-weight: 200;
  color: rgb(140, 194, 33);
  text-transform: uppercase;

}
.cap1 .marca h2{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: rgb(102, 99, 102);
  text-align: center;
  padding: 0px 0px 4px 0px;

}

.cap2 {
  display: block;
  position: absolute;
  left: 0px;
  top:55px;
}
.cap2 .navegacio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;


}

.cap2 .navegacio .menu {
  margin: auto;
  display: inline-block;
  width: fit-content;


}
.cap2 .navegacio .menu a {
  font-family: arial;
  font-size: 11px;
  color: #111;
  text-transform: uppercase;
  line-height: 14px;
  padding: 7px;
  border-radius: 5px;
  background-color: #D6FF7D;
  margin: auto;
}
.cap2 .navegacio .menu a:hover {
  background-color: #9EC54C;
}


.cap2 .contacte {
  display: block;
  margin: auto;
  position: absolute;
  left: 5px;
  top: 30px;

}
.idioma {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  Float: left;
  margin: 5px;
}

.cap2 .idioma a h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin: 5px;
  display: block;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 5px 10px #b2bec3;
}
.cap2 .idioma .actual {
  background-color: #9EC54C;
  border-radius: 8px;
}
.cap2 .contacte h3{
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 5px 0px;
  margin: auto;
  text-align: center;
  display: none;

}

@media only screen and (min-width: 1000px) {
main {
  padding-top: 78px;
}

body {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width:100%;
  background-color: #fff;

}

h1 {
  color: rgb(140, 194, 33);
}

h2 {
  color: rgb(140, 194, 33);
}

.capsa {
 display: grid;
 grid-template-columns: 1fr 2fr;
}

.cap1 {
  display: grid;
  grid-template-columns: 1fr 2fr;

}

 .capsa .cap1 .logo img{
  width: 80px;
  display: block;
  padding: 15px 55px;
  margin: auto;
}
.cap1 .marca {
  margin: auto;
  position: relative;
  left: 0px;
}
.cap1 .marca h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 50px;
  font-weight: 200;
  color: rgb(140, 194, 33);
  text-transform: uppercase;

}
.cap1 .marca h2{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: rgb(102, 99, 102);
  padding: 0px 0px 4px 0px;

}
.cap2 {
  position: relative;
  left: 0px;
  top: 0px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.cap2 .navegacio {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: fit-content;
  float: left;
}

.cap2 .navegacio .menu {
  margin: auto;
  display: inline-block;
  width: fit-content;

}
.cap2 .navegacio .menu a {
  font-family: arial;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
  line-height: 40px;
  /*border: 1px solid #111;*/
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #D6FF7D;
  margin: auto;
}
.cap2 .navegacio .menu a:hover {
  background-color: #9EC54C;
}
.cap2 .contacte {
  position: relative;
  left: 0px;
  top: 0px;
  display: grid;
  margin: auto;
  grid-template-rows: 1fr 1fr;
}
.idioma {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cap2 .idioma a h3{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: auto;
  display: block;
  background-color: white;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0px 5px 10px #b2bec3;
}
.cap2 .idioma .actual {
  box-shadow: 0px 5px 10px #9EC54C;
  border-radius: 0px;

}
.cap2 .contacte h3{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0px;
  margin: auto;
  text-align: center;
  display:block;
}
.imggran {
  width: calc(100vh - 110px);
  float: right;
  margin: 20px;
  border-radius: 10px;
}
}
/*INDEX*/

.contenidor {
  width: 380px;
  margin: 0 auto 10px;
  padding: 10px;
}
.index-imgran {
  width: 100%;
  height: calc(100vh - 80px);
  /*background-image: url(img/slide/img-slide6b.jpg);*/
  background-image: url(img/casa.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 500px;
  padding: 10px;
  border-radius: 10px;
}


.vertical-centrat {
  display: table-cell;
  vertical-align: middle;
}
.index-imgran h2 {
  font-family: arial;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  color: #FFF;
  text-align:center;
  text-shadow: 2px 2px 8px #111;
}
.index-imgran h1 {
  font-family: arial;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  line-height: 30px;
  color: #FFF;
  text-align:center;
  text-shadow: 2px 2px 8px #111;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.texte-normal {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
}

.gruixut {
  font-weight: bold;
}

.contenidor .espaiblanc .imggran {
  width: calc(100vh - 110px);
  float: right;
  margin: 20px;
  border-radius: 10px;
}

.img-mitjana {
  width: 500px;
  float: right;
  margin-top: 20px;
  border-radius: 10px;
}
.img-petita {
  width: 200px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
p{
  margin-bottom: 10px 5px;
}
.grupactivitats {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.targeta {
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0px 5px 10px #b2bec3;
}
.targeta .titol {
  font-size: 18px;
  font-weight: bold;
}

.targeta .fotopetita {
  max-width: 100%;
  border-radius: 10px;
}

.targeta .texte {
  text-align: left;
  margin-left: 1em;
  font-size: 14px;
}
div .targeta {
  margin-bottom: 10px;
}
.productes {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.colaboradors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.rectangle {
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0px 10px 5px #b2bec3;
}
.rectangle .titol {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.rectangle .texte {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
}

.espaiblanc {
  background-color: white;

  padding: 1em;

}
.espaiblanc .titol {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 4px;
  padding: 8px;
}
.espaiblanc .texte {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
  margin: 8px 4px;
}

.espaiblanc .dates {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
  margin: auto;
}

.capcelera {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;

}

.capcelera .titol{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  height:35px;
  line-height: 45px;

}
.capcelera .imgtemp{
width: 50%;
float: left;

}

.cos {
  display: grid;
  background-color: #fff;
  grid-template-rows: 1fr 1fr 1fr;
  grid-row-gap: 10px;

}
.cos .texte {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
}

.cos .dates {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
  margin: auto;
}
.cos .taula {
  margin: auto;
/*definicio de la taula*/
}
table {
  width: 300px;
}

th, caption {
  text-align: center;
}
caption {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
table, th, td {
  border: 1px solid #000;
  border-collapse: collapse;
}
th, td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.contact-form {
  max-width: 340px;
  margin: 0 auto;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #9EC54C;
  border-radius: 10px;
}
.contact-form input {
  margin-bottom: 10px;
  width: 50%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

}
.contact-form label {
  width: 100px;
  padding: 5px;
  font-size: 14px;
  display: block;
}
.contact-form textarea {
  margin-bottom: 20px;
  width: 100%;
  height: 120px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.contact-form button {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: #D6FF7D;
  border-radius: 5px;
}
.contact-form button:hover {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: #9EC54C;

}
div .titol {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  height:35px;
  line-height: 45px;
}

@media only screen and (min-width: 1000px){

.contenidor {
  width: 1000px;
  margin: 0 auto 10px;
}
.capsa {
 display: grid;
 grid-template-columns: 1fr 2fr;
}

.cap1 {
  display: grid;
  grid-template-columns: 1fr 2fr;

}

 .cap1 .logo img{
  width: 60px;
  display: block;
  padding: 10px 10px;
  margin: auto;
}
.cap1 .marca {
  margin: auto;
  position: relative;
  left: 0px;
}
.cap1 .marca h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 50px;
  font-weight: 200;
  color: rgb(140, 194, 33);
  text-transform: uppercase;

}
.cap1 .marca h2{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: rgb(102, 99, 102);
  padding: 0px 0px 4px 0px;

}


.dreta {
  float: right;
}
.esquerra {
  float: left;
}
.caixa {
  border: 1px solid #9EC54C;
  padding: 10px 10px;
}
.index-imgran {
  width: 100%;
  height: calc(100vh - 80px);
  /*background-image: url(img/slide/img-slide6b.jpg);*/
  background-image: url(img/casa.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.vertical-centrat {
  display: table-cell;
  vertical-align: middle;
}
.index-imgran h2 {
  font-family: arial;
  font-size: 40px;
  font-weight: 300;
  line-height: 70px;
  color: #FFF;
  text-align:center;
  text-shadow: 2px 2px 8px #111;
}
.index-imgran h1 {
  font-family: arial;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #FFF;
  text-align:center;
  text-shadow: 2px 2px 8px #111;
  display: block;
  width: 580px;
  margin: 0 auto;
}
.texte-normal {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
}

.gruixut {
  font-weight: bold;
}
.img-mitjana {
  width: 500px;
  float: right;
  margin-top: 20px;
  border-radius: 10px;
}
.img-petita {
  width: 200px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
p{
  margin-bottom: 10px 5px;
}
.grupactivitats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.targeta {
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0px 5px 10px #b2bec3;
}
.targeta .titol {
  font-size: 18px;
  font-weight: bold;
}

.targeta .fotopetita {
  max-width: 100%;
  border-radius: 10px;
}

.targeta .texte {
  text-align: left;
  margin-left: 1em;
  font-size: 14px;
}
div .targeta {
  margin-bottom: 10px;
}
.productes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.colaboradors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.rectangle {
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0px 10px 5px #b2bec3;
}
.rectangle .titol {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.rectangle .texte {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
}

.espaiblanc {
  background-color: white;

  padding: 1em;

}
.espaiblanc .titol {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 4px;
}
.espaiblanc .texte {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
  margin: 8px 4px;
}

.espaiblanc .dates {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
  margin: auto;
}

.capcelera {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 20px;

}

.capcelera .titol{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  height:35px;
  line-height: 45px;

}
.capcelera .imgtemp{
width: 50%;
float: left;

}

div .titol {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  height:35px;
  line-height: 45px;
}

.cos {
  display: grid;
  background-color: #fff;
  grid-template-rows: 1fr 1fr 2fr;
  grid-row-gap: 10px;

}
.cos .texte {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
}

.cos .dates {
  text-align: left;
  margin-left: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #111;
  margin: auto;
}
.cos .taula {
  margin: auto;
/*definicio de la taula*/
}
table {
  width: 500px;
}

th, caption {
  text-align: center;
}
caption {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
table, th, td {
  border: 1px solid #000;
  border-collapse: collapse;
}
th, td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.contact-form {
  max-width: 350px;
  margin: 0 auto;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #9EC54C;
  border-radius: 10px;
}
.contact-form input {
  margin-bottom: 10px;
  width: 50%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

}
.contact-form label {
  width: 100px;
  padding: 5px;
  font-size: 14px;
  display: block;
}
.contact-form textarea {
  margin-bottom: 20px;
  width: 100%;
  height: 120px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.contact-form button {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: #D6FF7D;
  border-radius: 5px;
}
.contact-form button:hover {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: #9EC54C;

}

}
/*Footer --------------------------------------- */
footer {
  width: calc(100% - 80px);
  padding: 40px 40px;
  background-color: #9EC54C;
  overflow: hidden;
}
footer ul {
  width: fit-content;
  float: left;
  padding-left: 20px;

}
footer ul li {
  display: block;
  list-style: none;

}
footer ul li a {
  font-family: arial;
  font-size: 14px;
  color: #fff;
  line-height: 30px;

}

.footer-sm {
  width: 40px;
  float: right;
  margin-right: 5px;
}

.footer-sm img {
  width: 100%;
  margin-bottom:30px;
}
footer p {
  font-family: arial;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
