/*
negocio/plantillas/panels/0101heropaginainterior/style.css
negocio/plantillas/panels/0005breadcrumb/style.css
negocio/plantillas/panels/2400titulartextointeriores/style.css
negocio/plantillas/panels/1900bannerdossier/style.css
*/
.mdl-herointerior .hero {
  width: 100vw;
  height: 56.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.mdl-herointerior .hero .hero-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 58.3rem;
}
.mdl-herointerior .hero .hero-content .title {
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.35);
  font-family: "Barlow";
  font-size: 6.5rem;
  line-height: 0.98;
  letter-spacing: 0.006rem;
  text-align: center;
}
@media (max-width: 769px) {
  .mdl-herointerior .hero .hero-content .title {
    font-size: 5.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
    position: inherit;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior .hero .hero-content .title {
    font-size: 4.5rem;
    line-height: 1.42;
    letter-spacing: 0.004rem;
  }
}
.mdl-herointerior .hero .hero-content .pre-title {
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.35);
  font-family: "Montserrat";
  font-size: 2.1rem;
  line-height: 1.71;
  letter-spacing: 0.338rem;
  text-align: center;
}
@media (max-width: 769px) {
  .mdl-herointerior .hero .hero-content .pre-title {
    font-size: 1.8rem;
    line-height: 2.9;
    letter-spacing: 0.433;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior .hero .hero-content .pre-title {
    font-size: 1.7rem;
    line-height: 4.59;
    letter-spacing: 0.274rem;
  }
}
.mdl-herointerior .hero .mouse_scroll {
  display: none;
}
.mdl-herointerior .hero-nav {
  padding: 0.14rem 6.7rem;
}
.mdl-herointerior.landing .hero {
  height: 92rem;
  align-items: center;
  position: relative;
}
.mdl-herointerior.landing .hero .mouse_scroll {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  bottom: 9rem;
  cursor: pointer;
  transform: translateX(50%);
  align-items: center;
}
.mdl-herointerior.landing .hero .mouse_scroll .mouse {
  height: 2.8rem;
  width: 1.6rem;
  border-radius: 14px;
  border: 0.2rem solid white;
}
.mdl-herointerior.landing .hero .mouse_scroll .mouse .wheel {
  display: block;
  margin: 0.5rem auto;
  background: white;
  position: relative;
  height: 0.6rem;
  width: 0.2rem;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
.mdl-herointerior.landing .hero .mouse_scroll .arrows-container {
  align-items: center;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows {
  display: block;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 0.1rem solid white;
  border-bottom: 0.1rem solid white;
  width: 0.8rem;
  height: 0.8rem;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.unu,
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.doi,
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-direction: alternate;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-top: -0.3rem;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-top: -0.3rem;
}
@media (max-width: 769px) {
  .mdl-herointerior.landing .hero .mouse_scroll {
    display: none;
  }
}
@media (max-width: 1025px) {
  .mdl-herointerior.landing .hero {
    height: 75rem;
  }
}
@media (max-width: 769px) {
  .mdl-herointerior.landing .hero {
    height: 92rem;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior.landing .hero {
    height: 82rem;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior .hero .hero-content .title {
    font-size: 4.5rem;
  }
  .mdl-herointerior .hero .hero-content .pre-title {
    line-height: 1.71;
    letter-spacing: -0.1rem;
  }
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 0.2rem;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 0.2rem;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 0.2rem;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 0.2rem;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 0.2rem;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 0.2rem;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.mdl-breadcrumb {
  padding: 2rem 0 1.9rem;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3.21;
  color: #ffffff;
  z-index: 1;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.mdl-breadcrumb.sticky {
  position: fixed;
  top: 20.6rem;
  z-index: 4;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb.sticky {
    top: 10.7rem;
  }
}
.mdl-breadcrumb.sticky2 {
  position: fixed;
  top: 26.6rem;
  z-index: 4;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb.sticky2 {
    top: 6.7rem;
  }
}
.mdl-breadcrumb.sticky-sinhero {
  position: fixed;
  top: 20.6rem;
  z-index: 4;
}
@media (max-width: 1440px) {
  .mdl-breadcrumb.sticky-sinhero {
    top: 10.9rem;
  }
}
.mdl-breadcrumb.topofertas {
  top: 17rem;
}
.mdl-breadcrumb .first {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mdl-breadcrumb > a,
.mdl-breadcrumb > div {
  margin: 0 0.3rem;
}
@media (max-width: 551px) {
  .mdl-breadcrumb {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title0 {
  -webkit-text-stroke: 0.1rem #ffffff;
  font-family: "Barlow";
  font-size: 10rem;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.01rem;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .title0 {
    font-size: 8rem;
    letter-spacing: 0.008rem;
  }
}
@media (max-width: 551px) {
  .title0 {
    font-size: 4.5rem;
    letter-spacing: 0.004rem;
  }
}
.title1 {
  font-family: "Barlow";
  font-size: 6.5rem;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: 0.006rem;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .title1 {
    font-size: 5.5rem;
    letter-spacing: 0.005rem;
  }
}
@media (max-width: 551px) {
  .title1 {
    font-size: 4.5rem;
    letter-spacing: 0.004rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("/content/fonts/BarlowCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("/content/fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("/content/fonts/BarlowCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
body {
  cursor: default;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  cursor: pointer;
}
li {
  padding-left: 1.5rem;
  line-height: 32px;
  list-style: none;
}
li:before {
  content: "•";
  /* Insert content that looks like bullets */
  width: 0.8rem;
  height: 0.8rem;
  padding-right: 8px;
  font-size: 2.2rem !important;
  color: unset !important;
}
button,
mark {
  background: none;
}
button,
label {
  cursor: pointer;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0;
}
summary::-webkit-details-marker {
  display: none;
}
button,
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}
p {
  width: 100%;
}
img {
  width: auto;
  height: auto;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html body {
  font: 14px "";
}
@media (min-width: 1921px) and (max-height: 600px) {
  html {
    font-size: 55.5%;
  }
}
body,
section {
  background-color: #000;
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
}
a.arrow {
  font-family: "Barlow";
  font-size: 1.7rem;
  font-weight: 600;
  font-stretch: condensed;
}
a.arrow > img {
  margin-left: 1.2rem;
}
a.arrow:hover img {
  -webkit-animation: swingH 1s ease;
  animation: swingH 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.button1 {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 2.5rem;
  box-sizing: border-box;
  color: white;
  border: solid 0.2rem white;
  height: 5.6rem;
  font-family: "Barlow";
  font-size: 2rem;
  font-weight: 600;
  font-stretch: condensed;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
.button1:hover {
  border: solid 0.2rem rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.35);
}
.button1.border-black {
  color: black;
  border: solid 0.2rem black;
  box-sizing: border-box;
}
.button1.border-black:hover {
  color: white;
  background-color: rgba(0, 0, 0 0.35);
  border: solid 0.2rem rgba(0, 0, 0 0.35);
}
.arrowR,
.arrowL {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.2rem;
  height: 9.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 0 3rem 0 rgba(71, 71, 71, 0.5);
  object-fit: contain;
  position: relative;
  cursor: pointer;
}
.arrowR:hover,
.arrowL:hover {
  opacity: 0.47;
}
@media (max-width: 1025px) {
  .arrowR,
  .arrowL {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 551px) {
  .arrowR,
  .arrowL {
    width: 5rem;
    height: 5rem;
  }
}
.arrowR {
  background-image: url("/content/img/icon-arrowR.svg");
}
.arrowR.black {
  background-image: url("/content/img/icon-arrowR-black.svg");
  box-shadow: 0 0 3rem 0 #474747;
}
.arrowR.border-white {
  background-image: url("/content/img/icon-arrowR-line.svg");
}
.arrowL {
  background-image: url("/content/img/icon-arrowL.svg");
}
.arrowL.black {
  background-image: url("/content/img/icon-arrowR-black.svg");
  transform: rotate(180deg);
  box-shadow: 0 0 3rem 0 #474747;
}
.arrowL.border-white {
  background-image: url("/content/img/icon-arrowR-line.svg");
  transform: rotate(-180deg);
}
.button-pdf {
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  background-image: url("/content/img/icon-descarga.svg");
  background-size: cover;
  transition: all 0.2s ease;
  opacity: 1;
  border: unset;
  box-sizing: border-box;
}
.button-pdf:hover {
  opacity: 0.5;
}
input,
textarea,
select {
  padding: 1.5rem 2rem;
  border-bottom: solid 0.02rem #ffffff;
  background-color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.53;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
  color: white !important;
  padding-left: 0.8rem;
  line-height: 1.53;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
  color: white !important;
  padding-left: 0.8rem;
  line-height: 1.53;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
  color: white !important;
  padding-left: 0.8rem;
  line-height: 1.53;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
  color: white !important;
  padding-left: 0.8rem;
  line-height: 1.53;
}
select {
  position: relative;
  cursor: pointer;
}
select.mini-arrow {
  position: relative;
  background-image: url("/content/img/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.8rem);
  background-position-y: 50%;
  min-width: 0.8rem;
}
select option {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
  color: white !important;
  padding-left: 0.8rem;
  line-height: 1.53;
}
.m-checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.m-checkbox-group .m-checkbox {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  padding: 0;
  margin-right: 1.3rem;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.m-checkbox-group .m-checkbox:checked {
  background-image: url("/content/img/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: relative;
  left: 0rem;
  top: 0rem;
}
.m-checkbox-group label {
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
}
.m-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.m-radio-group .m-radio {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  margin-right: 1.3rem;
  cursor: pointer;
  position: relative;
}
.m-radio-group .m-radio:checked {
  background-color: #000000 !important;
}
.m-radio-group .m-radio:checked::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.m-radio-group label {
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
}
@-webkit-keyframes swingV {
  15% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  30% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  65% {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  80% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swingV {
  15% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  30% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  65% {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  80% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swingH {
  15% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  65% {
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swingH {
  15% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  65% {
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.readmoreinit {
  overflow: hidden;
  transition: 0.3s ease all;
}
.read-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .read-more {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
.read-more .less {
  display: none;
}
.mdl-titulartexto {
  padding: 6rem 0 4rem;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  color: black;
}
.mdl-titulartexto.textLeft .text,
.mdl-titulartexto.textLeft .text2,
.mdl-titulartexto.textLeft .readmore {
  text-align: left !important;
}
.mdl-titulartexto.textUp .bloc-content .title {
  margin-bottom: 2rem !important;
}
.mdl-titulartexto.noPadBottom {
  padding-bottom: 0 !important;
}
.mdl-titulartexto .button-pdf {
  text-decoration: underline;
}
.mdl-titulartexto .bloc-content {
  width: 100%;
  text-align: center;
  max-width: 120.8rem;
  z-index: 1;
}
.mdl-titulartexto .bloc-content .title {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 4.9rem;
}
.mdl-titulartexto .bloc-content .text {
  margin-bottom: 3.5rem;
}
.mdl-titulartexto .bloc-content .text,
.mdl-titulartexto .bloc-content .text2 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.88;
}
@media (max-width: 1025px) {
  .mdl-titulartexto {
    padding: 6.5rem 0 2.3rem;
  }
  .mdl-titulartexto .bloc-content {
    max-width: 76.1rem;
  }
  .mdl-titulartexto .bloc-content .title {
    font-size: 3.5rem;
  }
  .mdl-titulartexto .bloc-content .text,
  .mdl-titulartexto .bloc-content .text2 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.8rem;
  }
}
@media (max-width: 769px) {
  .mdl-titulartexto {
    padding: 6.5rem 5rem 2.3rem;
    width: calc(100vw - 10rem);
  }
  .mdl-titulartexto .bloc-content .title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.17;
    margin-bottom: 2.3rem;
  }
  .mdl-titulartexto .bloc-content .text {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.8rem;
  }
}
@media (max-width: 768px) {
  .mdl-titulartexto {
    padding: 6.5rem 5rem 0.3rem;
  }
}
@media (max-width: 551px) {
  .mdl-titulartexto {
    padding: 5rem 1.3rem;
    width: calc(100vw - 2.6rem);
  }
  .mdl-titulartexto .bloc-content .title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.17;
    margin-bottom: 2.3rem;
  }
  .mdl-titulartexto .bloc-content .text {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.8rem;
  }
}

.mdl-dossier {
  display: flex;
  flex-direction: column;
  padding: 7.6rem 0 8.2rem;
  /* quadrat a esdeveniments privats */
  align-items: center;
  background-color: #2c2c2c;
}
.mdl-dossier.noPaddingTop {
  padding-top: 0 !important;
}
.mdl-dossier.bgWhite {
  background-color: #fff;
}
.mdl-dossier .out {
  width: 100%;
  max-width: 134rem;
  min-height: 20rem;
  background-image: url("/content/img/img-banner-dossier.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #2c2c2c;
}
.mdl-dossier .out .in {
  margin: 1.4rem;
  width: calc(100% - 3.2rem);
  min-height: 16.72rem;
  border: solid 0.2rem white;
  display: flex;
  align-items: center;
}
.mdl-dossier .out .in .content {
  display: flex;
  width: 33%;
  padding: 2.7rem 5.7rem;
  flex-direction: column;
}
.mdl-dossier .out .in .content .title {
  font-family: "Barlow";
  font-size: 4rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.mdl-dossier .out .in .content .icon {
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
}
.mdl-dossier .out .in .info {
  display: flex;
  flex-direction: column;
  padding: 2.3rem 2.2rem;
  background-color: black;
}
.mdl-dossier .out .in .info > div {
  font-family: "Barlow-SemiBold";
  font-size: 2rem;
  font-weight: 600;
  font-stretch: condensed;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.mdl-dossier .out .in .info a.contacto {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 1440px) {
  .mdl-dossier .out {
    max-width: calc(100vw - 7rem);
    background-size: auto 100%;
  }
}
@media (max-width: 1025px) {
  .mdl-dossier {
    padding: 5rem 0;
  }
  .mdl-dossier .out .in {
    display: flex;
    flex-direction: column;
  }
  .mdl-dossier .out .in .content {
    display: flex;
    width: 90%;
    padding: 2.7rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .mdl-dossier .out .in .info {
    margin-bottom: 3rem;
  }
}
@media (max-width: 551px) {
  .mdl-dossier {
    padding: 4rem 0;
  }
  .mdl-dossier .out {
    max-width: calc(100vw - 2.6rem);
    background-position-x: 70%;
  }
}

