﻿@charset "UTF-8";
/* 1 Typography
----------------------------------------------------------------------------- */
/*Fonts
---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
  font-family: "Archivo", sans-serif;
}

body {
  font-family: "Archivo", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Archivo", sans-serif;
}

.archivo-narrow-font {
    font-family: "Archivo Narrow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.archivo-font {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.inter-font{
  font-family: "Inter", sans-serif;
}


/*Typography
---------------------------------- */
html {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #ffffff;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}

.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: #ffffff;
  text-decoration: underline;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #ffffff;
}

.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a {
  color: #ffffff;
}

.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6 {
  color: #999999;
}

.dark .footer h1 a,
.dark .footer h2 a,
.dark .footer h3 a,
.dark .footer h4 a,
.dark .footer h5 a,
.dark .footer h6 a {
  color: #999999;
}

h1 {
    font-size: 33px;
    font-weight: 500;
    color: #1F8270;
}


h1.home{
  color: #FFF;
    text-align: right;
    font-family: "Archivo Narrow";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 96px */
    text-transform: uppercase;
}

h1.generica{
  color: #FD6F02;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

h1.generica-fitxa{
  color: #2D2D2C;
  font-family: Archivo;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

h2.home{  
  font-family: "Archivo Narrow";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.75%; 
}


h2 {
  font-size: 20px;
  margin-bottom: 12px;
  
}

h2.boles{
  font-size: 15px;
}

    h2.titols {
        font-size: 22px;
        text-transform: none;
        margin-bottom: 5px;
        color: #ff6600;
    }

a.boles:hover{
  color:#ec7205!important;
  text-decoration: none!important;
}


h2.logo-font {
  text-transform: none;
}

h3 {
    font-size: 17px;
    color: #4ca2bc;
}

h3.colonies {
    font-size: 17px;
    color: #599757;
}

h3.agenda{
  font-size: 16px;  
  font-weight: 500;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  font-weight: 700;
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  h1.extra-large {
    font-size: 130px;
    font-weight: 700;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
  h1.extra-large {
    font-size: 60px;
    font-weight: 700;
  }
}

.page-title {
  margin-top: 0;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .title {
    margin-top: 0;
  }
}

.sidebar .title {
  margin-top: 3px;
}

p {
  margin-bottom: 15px;
  color:#000;
  font-weight:400;
}

p.large {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

p.home{
  text-transform: uppercase;
  font-size:28px;
  font-weight:500;
  margin-bottom:0px;
  margin-top: 30px;
  text-align: center;
}

p.capsa{
  font-size: 18px;
}

p.capsa16{
  font-size: 16px;
}

p.carrousel{
  color:#000;
  font-size: 14px;  
  margin-top: 5px;
  margin-bottom: 5px;

/*display:block; 
position:absolute;
top:133px;
left:1px;
width:280px;
height:40px;

line-height:1.2;
text-align:left;
padding:4px 0px 0px 10px;
box-shadow:0px 0px 3px #696969 inset;
box-sizing:border-box;
background-color:#faf5f5;
background-clip:padding-box;*/



}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:focus, a:active {
  outline: none;
}

.link-dark {
  color: #000;
  text-decoration: none !important;
}

.link-dark:hover {
  color: #000;
  text-decoration: underline !important;
}

.dark .footer .link-dark {
  color: #777777;
  text-decoration: none !important;
}

.dark .footer .link-dark:hover {
  color: #777777;
  text-decoration: underline !important;
}

.link-light {
  color: #ffffff;
  text-decoration: none !important;
}

.link-light:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
}

blockquote:after {
  content: "“";
  width: 25px;
  height: 25px;
  line-height: 36px;
  font-size: 36px;
  font-family: "PT Serif", serif;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #cdcdcd;
}

.blockquote:before {
  font-family: "PT Serif", serif;
  content: "“";
  position: absolute;
  font-size: 40px;
}

blockquote.inline {
  padding: 0;
}

blockquote.inline p {
  width: 60%;
  display: inline-block;
  margin: 0;
}

blockquote.inline footer {
  width: 37%;
  display: inline-block;
  padding-left: 5px;
}

blockquote.inline:after {
  top: 0;
}

pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
}

.text-muted {
  color: #000 !important;
}

.text-white {
  color: #ffffff !important;
}

.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}

hr {
  border-color: #eee;
}

.dark hr {
  border-color: #000;
}

/*afegit*/
.header .navbar-nav li li a {
    font-size: 14px;
    color: #000;
    font-weight:400;
  }

  .header .navbar-nav li .nav-link {
    color: #000;
    font-size: 16px;
    font-weight:500;
  }

  .btn-sm {
    font-size: 17px;
  }

  
  .testimonials {
    font-size: 17px;
  }

  .entradeta-noticia{
  color:#000;
  font-weight:400;
  font-size: 15px;
}


@media (max-width: 991px) {
  h1.home{
    color: #2D2D2C;
    text-align: center;
    font-family: "Archivo Narrow";
    font-size: 64px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: uppercase;

  }
}