#brochure-svg * {
  box-sizing: border-box;
}

#brochure-svg {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #222;
}

.p-trip {
  position: relative;
  width: 1125px;
  height: 2381.110px;
  float: left;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  background: #fff;
}

.p-trip:not(:last-child) {
  margin-right: -1px;
}

.header {
  width: 1125px;
  height: 254px;
}

.header.esq {
  background-position: left top;
}

.header.center {
  background-position: center top;
}

.header.drt {
  background-position: right top;
}

.ombra {
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  pointer-events: none;
}

.ombra.esq {
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  right: 0;
}

.ombra.center {
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  right: 0;
}

.ombra.drt {
  background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
  left: 0;
}

.pad-trip {
  padding: 40px;
}

.destacat {
  font-size: 85px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 20px;
  color: #338EA4;
  line-height: 1.1;
  padding-bottom: 40px;
  border-bottom: 4px solid #338EA4;
}

.cont-trip {
  font-size: 44px;
  font-weight: 400;
  text-align: justify;
}

.requadre {
  margin-bottom: 30px;
}

.cont-req {
  padding: 20px;
  background-color: #EEEFF1;
}

.cont-req p:first-child {
  margin-top: 0;
}

.cont-req p:last-child {
  margin-bottom: 0;
}

.tit-req {
  font-size: 60px;
  margin: 0;
  padding: 0 20px;
  background-color: #338EA4;
  color: #fff;
}

.groc .tit-req {
  background-color: #FDC73A;
}

.cita-pers {
  height: 760px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.cita-pers.metge {
  height: 435px;
}

.img-pers {
  width: 45%;
  display: inline-block;
}

.metge .img-pers {
  width: 38%;
}

.cita-text {
  width: 50%;
  display: inline-block;
  height: 100%;
  font-size: 58px;
  font-style: italic;
  font-weight: 700;
  color: #338EA4;
  margin: 0;
  padding: 30px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}

.cita-text::before, .cita-text::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.cita-text::before {
  background-image: url(../img/brochures/cometes_r.png);
  top: 0px;
  left: -10px;
}

.cita-text::after {
  background-image: url(../img/brochures/cometes.png);
  right: 10px;
}

.metge .cita-text {
  width: 58%;
  font-size: 42px;
}

.cita-text.dalt {
  vertical-align: top;
}

.baix {
  vertical-align: bottom;
}

.centrada {
  display: block;
  margin: auto;
}

.img-aspark {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
}

.img-aspark img {
  width: 450px;
}

.cont-enl {
  font-size: 44px;
}

.requadre li, .cont-trip li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.requadre li:before, .cont-trip li:before {
  content: "■";
  color: #328EA3;
  font-size: 18px;
  position: absolute;
  left: -5px;
  top: 10px;
}

.requadre.groc li:before {
  color: #FDC73A;
}

.cont-enl li > a {
  text-decoration: none;
  color: #333;
}

.cont-enl p {
  margin-bottom: 5px;
}

.cont-enl ul {
  margin: 0;
}

.mas-info {
  width: 80%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.mas-info a {
  display: block;
  font-size: 40px;
  color: #fff;
  background-color: rgb(245, 204, 65);
  text-decoration: none;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 20px;
  margin-left: 100px;
  padding-left: 70px;
}

.mas-info::after {
  content: "";
  background: url('../img/brochures/handclic.png');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c5d5df;
  width: 120px;
  height: 120px;
  display: block;
  top: -10px;
  position: absolute;
  border-radius: 50%;
  border: 20px solid rgb(245, 204, 65);
}

.mas-info.right {
  float: right;
}

.mas-info.right a {
  margin-left: 0;
  padding-left: 30px;
  margin-right: 40px;
}

.mas-info.right::after {
  right: 0;
}

/* Ajustaments concrets */

.small .pad-trip {
  padding: 30px 20px
}

.triptic01 .img-aspark {
  bottom: 85px;
}

.small .destacat {
  font-size: 75px;
  padding-bottom: 20px;
}

.small .cont-trip {
  font-size: 34px;
}

.small .cont-trip p {
  margin: 18px 0;
}

.small .tit-req {
  font-size: 55px;
}

.small .cont-trip p:first-child {
  margin-top: 0;
}

.triptic03 .cont-trip p:last-child {
  margin-bottom: 0;
}

.small ul {
  padding-left: 0;
  margin: 0;
}

.img-03 {
  width: 90%;
  margin: auto;
}

.triptic02 .margin-top {
  margin-top: 20px;
}

.triptic03 .destacat {
  padding-bottom: 15px;
}

.triptic03 .mas-info {
  font-size: 35px;
}

.triptic03 .mas-info.left {
  margin-top: 60px;
}

.triptic03 .mas-info.right {
  margin-top: 0;
}

.triptic03 .cita-pers.metge {
    height: 370px;
}

.triptic03 .no-margin {
  margin-bottom: 0;
}

.triptic04 .cont-trip {
  font-size: 35px;
}

.triptic04 .mas-info {
  margin: 70px 0;
}

.triptic04 .mas-info.una-lin::after {
  top: -35px;
}

.triptic04 .img-aspark {
  margin-bottom: 65px;
}

.triptic05 .destacat {
  font-size: 55px;
}

.triptic05 .mas-info {
  width: 90%;
}
