/*GENERAL*/
html{
  background: #292A45;

}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #696973;
    background-color: white;
    overflow-x: hidden
}


h1{
    color: #4B24A6;
    text-align: center;
    font-family: 'Source Sans Pro',sans-serif;
    letter-spacing: -0.025em;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4rem;
    margin: 0;
    padding: 0
}

header .bcnbrand{
  display: block;
  float: right;
  padding: 2rem 0;
}
img{
  width: 100%;
}
.italic{
  font-style: italic;
}

#section-header{
  padding: 2.7rem 0;
  background: #F2F2F2;
}




#missatge{
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 11.5rem;
  background: #292A45;
}

#missatge h2, #missatge p , #missatge a{
  color: white;
}

#missatge h2{
  margin-top: 0;
  font-size: 3.6rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin-bottom: 6.2rem;
  position: relative;
  letter-spacing: -0.025em;
}

#home h2::before{
  font-family: 'icoajuntament' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
    color: white;
    font-size: 9rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
}

#home h2::after{
    border-bottom: 3px solid #C1185A;
    content: " ";
    color: white;
    width: 11rem;
    display: inline-block;
    position: absolute;
    bottom: -1.7rem;
    left: 0;
}

#missatge p{
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
#missatge p strong{
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
    header .bcnbrand{
      padding: 2rem 0 1rem;
    }
    #missatge{
      padding-top: 4rem!important;
    }

    #missatge .container .row div:first-child{
      margin-bottom: 10rem;
    }
    #missatge p{
      font-size: 2.4rem;
      line-height: 3.2rem;
    }
    #missatge p strong{
      font-size: 2.6rem;
      line-height: 3.4rem;
    }

}

#navegadors #missatge {
  text-align: left;
}



#navegadors span{
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 6.2rem;
  position: relative;
  display: inline-block;
}

#navegadors span::after{
    border-bottom: 3px solid #C1185A;
    content: " ";
    color: white;
    width: 11rem;
    display: inline-block;
    position: absolute;
    bottom: -2rem;
    left: 0%;
}
#navegadors p{
  font-size: 2.4rem;
  line-height: 4.3rem;
}
#navegadors ul{
  padding: 0;
  list-style: none;
  font-size: 2.4rem;
  line-height: 3rem;
}
#navegadors ul li{
  margin-bottom: 2rem;
}
#navegadors ul a{
  text-decoration: underline;
}
#navegadors a{
  text-decoration: underline;
}

#navegadors #missatge {
  text-align: left;
}



#navegadors.avis-nivell-cer span{
  font-weight: normal;
  font-size: 2.2rem;
}

#navegadors.avis-nivell-cer p{
  font-size: 2.2rem;
}
#navegadors.avis-nivell-cer ul{
  padding-left: 45px;
  list-style: disc;
  font-size: 2.2rem;
}
