/*----------------------------------------------------------------------------------------------------
	1. Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com  
----------------------------------------------------------------------------------------------------*/
html,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0;
  vertical-align: baseline;
  text-align: left;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  text-align: left;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
textarea {
  overflow: auto;
}
div.clear,
span.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
}
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
input,
textarea,
button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
textarea {
  resize: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
small {
  font-size: 0.75em;
}
input[type=checkbox] {
  accent-color: #ff0000;
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  accent-color: #ff0000;
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}
sup {
  font-size: 0.6em;
  vertical-align: 0.3em;
}
/*----------------------------------------------------------------------------------------------------
	Normalitzacio
----------------------------------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
body,
input,
textarea {
  background: #ff0000;
}
body,
input,
textarea,
select,
button {
  font-family: "Roboto Condensed", sans;
  -webkit-font-smoothing: antialiased;
  font-size: 1.7vw;
  line-height: 1.3em;
  font-weight: 400;
  color: #ff0000;
  font-style: normal;
}
@media screen and (max-width: 550px) {
  body,
  input,
  textarea,
  select,
  button {
    font-size: 14px;
  }
}
body {
  background: url(img/web22.jpg) no-repeat left top;
  background-size: 100vw auto;
}
.capcalera {
  background: #0e2d3f url(img/fons-header2.jpg) no-repeat top center;
  background-size: cover;
  height: 70.3125vw;
  position: relative;
  overflow: hidden;
}
.capcalera .titol {
  position: absolute;
  z-index: 10;
  left: 34vw;
  top: 4vw;
  width: 38vw;
  margin: 0;
}
.capcalera .titol img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.8));
}
.capcalera .trenta-anys {
  position: absolute;
  left: 2.5vw;
  bottom: 0;
  width: 56vw;
}
.capcalera .trenta-anys img {
  width: 100%;
  height: auto;
  display: block;
}
.capcalera .menu {
  position: absolute;
  right: 2.5vw;
  top: 20vw;
}
.capcalera .menu nav {
  width: 34vw;
  height: 47vw;
  background: url(img/fons-menu.svg) no-repeat center center;
  background-size: contain;
  filter: drop-shadow(4px 4px 10px #000000);
  transform: rotate(4deg);
}
.capcalera .menu ul {
  padding-top: 10%;
}
.capcalera .menu ul:before,
.capcalera .menu ul:after {
  background: url(img/separador.svg ) no-repeat center center;
  background-size: 70%;
  height: 4vw;
  content: '';
  display: block;
}
.capcalera .opcions a {
  display: block;
  background: url(img/musica.svg ) no-repeat center center;
  background-size: contain;
  height: 6.6vw;
  filter: none;
  overflow: hidden;
  text-indent: -300px;
}
.capcalera .opcions a:hover {
  filter: brightness(0) saturate(100%);
}
.capcalera .opcions .bio a {
  background-image: url(img/bio.svg);
}
.capcalera .opcions .calendari a {
  background-image: url(img/calendari.svg);
}
.capcalera .opcions .premis a {
  background-image: url(img/premis.svg);
}
.capcalera .opcions .contacte a {
  background-image: url(img/contacte.svg);
}
.menu_scroll .calendari a {
  filter: brightness(3) saturate(60%);
}
.menu_scroll .contacte a {
  filter: brightness(0.8) saturate(1);
}
@media screen and (min-width: 851px) {
  .capcalera {
    height: 600px;
  }
  .capcalera .titol {
    width: 326px;
    /* height: 206px; */
    left: 50%;
    top: 33px;
    margin-left: -130px;
  }
  .capcalera .trenta-anys {
    width: 500px;
    left: 30%;
    margin-left: -200px;
  }
  .capcalera .menu {
    top: 170px;
  }
  .capcalera .menu nav {
    width: 290px;
    height: 400px;
  }
  .capcalera .menu ul:before,
  .capcalera .menu ul:after {
    height: 34px;
  }
  .capcalera .menu a {
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .capcalera .titol {
    left: 30px;
    margin-left: 0;
  }
  .capcalera .trenta-anys {
    width: 45vw;
    left: 50%;
    margin-left: -25vw;
  }
}
@media screen and (min-width: 1520px) {
  .capcalera .trenta-anys {
    width: 690px;
    left: 50%;
    margin-left: -380px;
  }
}
.menu_scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: -200px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  transition: top 0.5s ease-in-out;
}
body.scrolled2 .menu_scroll {
  top: 0;
}
.menu_scroll .logo {
  margin-left: 30px;
}
.menu_scroll .logo img {
  width: 250px;
  height: 180px;
}
@media screen and (max-width: 1050px) {
  .menu_scroll .logo {
    margin-left: 10px;
  }
  .menu_scroll .logo img {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 800px) {
  .menu_scroll .logo {
    margin-left: 10px;
  }
  .menu_scroll .logo img {
    width: 150px;
    height: 130px;
  }
}
.menu_scroll nav {
  flex: 1;
}
.menu_scroll ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.menu_scroll li {
  width: 30%;
  box-sizing: border-box;
  padding: 0 10px;
}
.menu_scroll li a {
  max-width: 200px;
  max-height: 70px;
  margin: auto;
}
.menu_scroll.opcions a:hover {
  filter: brightness(100) saturate(100%);
}
#burger {
  width: 55px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 30;
  /* Burger mes petita
	@media screen and ( max-width: 650px ) {
		width: 35px;
		height: 20px;
		span {
			height: 3px;
		}
		span:nth-child(2),
		span:nth-child(3) {
			top: 8px;
		}
		span:nth-child(4) {
			top: 16px;
		}
	}
	*/
  position: fixed;
  right: 20px;
  top: 30px;
  cursor: pointer;
  z-index: 100;
  display: none;
}
#burger span {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px 2px;
}
#burger span:nth-child(1) {
  top: 0px;
}
#burger span:nth-child(2),
#burger span:nth-child(3) {
  top: 12px;
}
#burger span:nth-child(4) {
  top: 24px;
}
a:hover #burger span {
  background: #ffffff;
}
body.js-mostra-menu #burger span {
  background: #ffffff;
}
body.js-mostra-menu #burger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body.js-mostra-menu #burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.js-mostra-menu #burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.js-mostra-menu #burger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
a:hover body.js-mostra-menu #burger span {
  background: #ffffff !important;
}
body.js-mostra-menu #burger span {
  box-shadow: none;
}
@media screen and (max-width: 550px) {
  .capcalera .menu {
    display: none !important;
  }
  #burger {
    display: block;
    cursor: pointer;
  }
  .capcalera {
    height: 95vw;
  }
  .capcalera .trenta-anys {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 80vw;
  }
  .capcalera .titol {
    left: 25vw;
    width: 50vw;
  }
  .menu_scroll {
    top: 0;
    display: block;
    height: 100vh;
    left: auto;
    right: 100vw;
    width: 100vw;
    transition: right 0.25s ease-in-out;
  }
  body.js-mostra-menu .menu_scroll {
    right: 0;
  }
  .menu_scroll .logo {
    margin-left: calc(50vw - 70px);
  }
  .menu_scroll ul {
    display: block;
  }
  .menu_scroll li {
    width: auto;
    height: 100px;
    padding: 0;
  }
  .menu_scroll.opcions a {
    width: 250px;
    max-width: 75vw;
    height: 100px;
  }
}
.wrapper_superior {
  overflow: hidden;
  position: relative;
}
.sec-bio {
  background: #097889 url(img/fons-bio.jpg) no-repeat top center;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}
.sec-bio .titular {
  margin-top: 4vw;
}
.sec-bio .text {
  padding-top: 20vw;
  padding-left: 5vw;
  width: 50vw;
  padding-bottom: 15vw;
  color: #000;
}
.sec-bio .text p {
  margin: 0 0 1em 0;
}
.guitarra {
  position: absolute;
  z-index: 2;
  right: 3vw;
  margin-top: 0.2vw;
  width: 38vw;
  height: 60vw;
  background: url(img/guitarra.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .guitarra {
    width: 24vw;
  }
  .sec-bio .text {
    width: 65vw;
    font-size: 18px;
  }
  .sec-bio .text p {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 700px) {
  .guitarra {
    transform: rotate(-40deg) !important;
    width: 160px;
    height: 250px;
    right: 10vw;
    margin-top: -15vw;
  }
  .sec-bio {
    background-size: 700px;
    background-position: top left;
  }
  .sec-bio .text {
    padding-right: 5vw;
    width: auto;
    padding-top: 150px;
  }
}
@media screen and (max-width: 500px) {
  .guitarra {
    transform: rotate(-70deg) !important;
  }
}
.sec-calendari {
  overflow: hidden;
  position: relative;
  margin-top: -10vw;
  /*
	background: #af8325 url(img/fons-calendari.jpg) no-repeat top center;
  aspect-ratio: 1024 / 2000;
	background-size: 100%;
	overflow: hidden;
	position: relative;
	height: 50vw;
	-webkit-clip-path: url(#clip-svg);
	clip-path: url(#clip-svg);
	
	.text {
		padding-top: 20vw;
		padding-left: 5vw;
		width: 50vw;
		padding-bottom: 10vw;
		color: #000;
		
		p {
			margin: 0 0 1em 0;
		}
	}
	.guitarra {
		position: absolute;
		z-index: 2;
		right: 3vw;
		margin-top: 0.2vw;
		width: 38vw;
		height: 60vw;
		background: url(img/guitarra.png) no-repeat center center;
		background-size: contain;
	}
	*/
}
.sec-calendari .fons-retallat {
  /*
		margin-top: -2vw;
		left: 0;
		right: 0;
		position: absolute;
		height: 100vw;
		*/
  background-image: url("img/fons-calendari.jpg");
  background-size: cover;
  background-position: center;
  clip-path: url(#clip-ona);
  -webkit-clip-path: url(#clip-ona);
}
.sec-calendari .titular {
  margin-top: -2vw;
}
.sec-calendari .contenidor {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 15vw;
  padding-top: 9vw;
}
@media screen and (max-width: 450px) {
  .sec-calendari .contenidor {
    padding-bottom: 20vw;
  }
}
.sec-calendari .event {
  color: #120900;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 30px 0;
}
.sec-calendari .event p {
  text-align: center;
}
.sec-calendari .event .lloc {
  max-width: 6em;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-content: center;
  height: 4em;
  display: flex;
  align-items: center;
}
.sec-calendari .event .info_extra {
  font-size: 0.8em;
  line-height: 1.2em;
}
.sec-calendari .event .data {
  font-size: 1.5em;
  height: 1.5em;
}
.sec-calendari .event .link {
  font-size: 0.85em;
}
.sec-calendari .event .link a {
  color: #ffd864;
  text-decoration: none;
  background: #8b0005;
  transform: rotate(2deg);
  display: inline-block;
  padding: 1px 8px;
}
.sec-calendari .event .link a:hover {
  background: #120900;
}
.sec-calendari .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .sec-calendari .event .data {
    font-size: 1.2em;
    height: 1.2em;
  }
  .sec-calendari .event .lloc {
    height: 3.5em;
  }
  .sec-calendari .event .link {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 500px) {
  .sec-calendari .event {
    font-size: 1.5em;
  }
}
.sec-musica {
  overflow: hidden;
  position: relative;
  margin-top: -10vw;
}
.sec-musica .fons-retallat {
  margin-top: 0;
  /*
		left: 0;
		right: 0;
		position: absolute;
		height: 100vw;
		*/
  background: #b92137;
  background-image: url("img/fons-musica.jpg");
  background-size: cover;
  background-position: center;
  clip-path: url(#clip-ona);
  -webkit-clip-path: url(#clip-ona);
  padding-bottom: 10vw;
}
@media screen and (max-width: 450px) {
  .sec-musica {
    margin-top: -15vw;
  }
}
.sec-musica .titular {
  margin-top: -2vw;
}
.sec-musica .contenidor {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 13vw;
  padding-bottom: 8vw;
}
@media screen and (max-width: 500px) {
  .sec-musica .contenidor {
    padding-bottom: 15vw;
  }
}
.sec-musica .event {
  color: #120900;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 30px 0;
}
.sec-musica .event p {
  text-align: center;
}
.sec-musica .event .lloc {
  max-width: 6em;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-content: center;
  height: 4em;
  display: flex;
  align-items: center;
}
.sec-musica .event .data {
  font-size: 1.5em;
  height: 1.5em;
}
.sec-musica .event .link {
  font-size: 0.85em;
}
.sec-musica .event .link a {
  color: #ffd864;
  text-decoration: none;
  background: #8b0005;
  transform: rotate(2deg);
  display: inline-block;
  padding: 1px 8px;
}
.sec-musica .event .link a:hover {
  background: #120900;
}
.sec-musica .spotify {
  padding-bottom: 30px;
}
.sec-musica .youtube-player .inner {
  position: relative;
  padding-bottom: 56%;
  background: #310c0c;
}
.sec-musica .youtube-player iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.sec-musica .spotify.slider-js .slick-slide,
.sec-musica .youtube.slider-js .slick-slide {
  padding: 0 10px;
}
.sec-musica .link_yt {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.sec-musica .link_yt a {
  color: #fff;
  text-decoration: none;
}
.sec-musica .link_yt a:hover {
  text-decoration: underline;
}
.sec-musica .com_fletxa:hover {
  color: #fff;
}
.trompeta {
  position: absolute;
  z-index: 2;
  right: 3vw;
  margin-top: -15vw;
  width: 30vw;
  height: 15vw;
  background: url(img/trompeta.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .trompeta {
    width: 24vw;
  }
}
@media screen and (max-width: 700px) {
  .trompeta {
    width: 160px;
    height: 100px;
    right: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .trompeta {
    margin-top: -25vw;
  }
}
.sec-premis {
  overflow: hidden;
  position: relative;
  margin-top: -10vw;
  /*
	.com_fletxa {
		position: absolute;
		top: 50%;
		font-size: 64px;
		left: -32px;
		z-index: 1;
		color: #120900;
		cursor: pointer;
	}
	.com_fletxa.dreta {
		left: auto;
		right: -32px;
	}
	*/
}
.sec-premis .fons-retallat {
  margin-top: 0vw;
  /*
		left: 0;
		right: 0;
		position: absolute;
		height: 100vw;
		*/
  background: #256c34;
  background-image: url("img/fons-premis.jpg");
  background-size: cover;
  background-position: center;
  clip-path: url(#clip-ona);
  -webkit-clip-path: url(#clip-ona);
  padding-bottom: 15vw;
}
@media screen and (max-width: 500px) {
  .sec-premis {
    margin-top: -15vw;
  }
}
.sec-premis .contenidor {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 13vw;
}
.sec-premis .premis {
  margin-top: 20px;
}
.sec-premis .premi {
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 20px 0;
}
.sec-premis .premi p {
  margin-top: 5px;
  text-align: center;
}
.sec-premis .premi p.sense-link {
  min-height: 2.6em;
}
.sec-premis .premi img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1.4953271;
  object-fit: cover;
}
.sec-premis .link {
  font-size: 0.85em;
}
.sec-premis .link a {
  color: #ffd864;
  text-decoration: none;
  background: #8b0005;
  transform: rotate(2deg);
  display: inline-block;
  padding: 1px 8px;
}
.sec-premis .link a:hover {
  background: #120900;
}
.sec-premis .slick-slide {
  padding: 0 10px;
}
.sec-premis .com_fletxa:hover {
  color: #fff67e;
}
.sec-contacte {
  overflow: hidden;
  position: relative;
  margin-top: -10vw;
  color: #f3f3f3;
}
.sec-contacte:after {
  display: block;
  content: '';
  background: url(img/fons-peu.jpg) no-repeat center center;
  background-size: cover;
  height: 11vw;
  position: relative;
}
.sec-contacte .fons-retallat {
  margin-top: 0vw;
  /*
		left: 0;
		right: 0;
		position: absolute;
		height: 100vw;
		*/
  background: #256c34;
  background-image: url("img/fons-contacte.jpg");
  background-size: cover;
  background-position: center;
  clip-path: url(#clip-ona4);
  -webkit-clip-path: url(#clip-ona4);
}
@media screen and (max-width: 450px) {
  .sec-contacte {
    margin-top: -15vw;
  }
}
.sec-contacte .titular {
  margin-top: -1vw;
}
.sec-contacte .contenidor {
  color: #f3f3f3;
  font-size: 26px;
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15vw;
}
.sec-contacte h3 {
  margin: 30px 0 0 0;
}
.sec-contacte h3,
.sec-contacte p {
  text-align: center;
  line-height: 1.4em;
}
.sec-contacte a {
  color: #f3f3f3;
  text-decoration: none;
}
.sec-contacte a:hover {
  color: #ffd864;
}
.sec-contacte .peu {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 3vw;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.sec-contacte .text {
  font-size: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
.sec-contacte .text li {
  display: inline;
}
.sec-contacte .text .web:before,
.sec-contacte .text li:before {
  content: '|';
  margin: 0 10px;
}
.sec-contacte .text li:first-child:before {
  display: none;
}
.sec-contacte .acord {
  width: 200px;
}
.sec-contacte .xxss {
  width: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.sec-contacte .acord img {
  width: 150px;
  height: auto;
}
.sec-contacte .xxss ul {
  font-size: 24px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}
.sec-contacte .xxss li {
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .sec-contacte .peu {
    display: block;
  }
  .sec-contacte .acord {
    text-align: center;
    margin: 20px auto;
  }
  .sec-contacte .acord img {
    margin: auto;
    width: 100px;
  }
  .sec-contacte .xxss,
  .sec-contacte .xxss ul {
    display: block;
    margin: 20px auto 0;
  }
  .sec-contacte .xxss li {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  .sec-contacte .contenidor {
    font-size: 20px;
  }
  .sec-contacte .text .web,
  .sec-contacte .text li {
    display: block;
    text-align: center;
    line-height: 1.5em;
  }
  .sec-contacte .text .web:before,
  .sec-contacte .text li:before {
    display: none;
  }
  .sec-contacte .text ul {
    margin-bottom: 1em;
  }
}
.cols-management {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 50px;
  font-size: 0.8em;
}
.cols-management img {
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  .cols-management {
    display: block;
  }
  .cols-management .col-2 {
    margin-top: 50px;
  }
}
.sec-pagina {
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #0e2d3f;
}
.sec-pagina .contenidor {
  font-size: 24px;
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2vw;
  padding-bottom: 20vw;
}
.sec-pagina .contenidor p,
.sec-pagina .contenidor li {
  line-height: 1.3em;
  margin-bottom: 1em;
}
.xivato-flotant {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f4dc88;
  color: #000;
  padding: 3px 6px;
  z-index: 1000000;
}
.xivato-flotant.tipus-info {
  color: #fff;
  background: #006cff;
}
.xivato-flotant.tipus-alerta {
  background: #ff8b00;
}
.xivato-flotant.tipus-error {
  color: #fff;
  background: #b10000;
}
.log-xivato {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?gcllb6');
  src: url('fonts/icomoon.eot?gcllb6#iefix') format('embedded-opentype'), url('fonts/icomoon.woff2?gcllb6') format('woff2'), url('fonts/icomoon.ttf?gcllb6') format('truetype'), url('fonts/icomoon.woff?gcllb6') format('woff'), url('fonts/icomoon.svg?gcllb6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\e905";
}
.icon-spotify:before {
  content: "\e902";
}
.icon-brand:before {
  content: "\e902";
}
.icon-social:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-brand1:before {
  content: "\e903";
}
.icon-social1:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-brand2:before {
  content: "\e904";
}
.icon-social2:before {
  content: "\e904";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e900";
}
.cssWidth {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .cssWidth {
    width: 120px;
  }
}
@media screen and (max-width: 850px) {
  .cssWidth {
    width: 85px;
  }
}
@media screen and (max-width: 600px) {
  .cssWidth {
    width: 60px;
  }
}
section .titular {
  position: absolute;
  left: 5vw;
  width: 45vw;
  max-width: 500px;
  z-index: 1;
}
section .titular img {
  width: 100%;
  height: auto;
}
.com_fletxa {
  position: absolute;
  top: 50%;
  font-size: 64px;
  left: -64px;
  margin-top: -32px;
  z-index: 1;
  color: #120900;
  cursor: pointer;
}
.com_fletxa:hover {
  color: #8b0005;
}
.com_fletxa.dreta {
  left: auto;
  right: -64px;
}
@media screen and (max-width: 1150px) {
  .com_fletxa {
    font-size: 48px;
    left: -48px;
    margin-top: -24px;
  }
  .com_fletxa.dreta {
    left: auto;
    right: -48px;
  }
}
/*# sourceMappingURL=style.css.map */