@charset "UTF-8";
/* Importació de tipografies DM SERIF DISPLAY i QUICKSAND */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
/* Carrusel caption home*/
.carousel .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}
.carousel .carousel-caption .onda-pc, .carousel .carousel-caption .onda-mov {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .carousel .carousel-caption .onda-pc {
    display: block;
    margin-bottom: -1px;
  }
}
@media (max-width: 768px) {
  .carousel .item > video, .carousel .item > img {
    object-fit: cover;
    min-height: clamp(300px, 45vh, 400px);
  }
  .carousel .carousel-caption .onda-mov {
    display: block;
  }
}

/* Ombra i colors menú header*/
@media (min-width: 769px) {
  .carousel-outercontainer::before {
    content: "";
    display: block;
    height: 150px;
    background: linear-gradient(#000, transparent);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal li a {
    font-size: 15px;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal li a:hover {
    color: #e4b992;
  }
  body > header .header-right .navbar .navbar-collapse .nav-horitzontal li .dropdown-menu li a:hover {
    color: #632200;
  }
}
/**  Ona footer 100%  **/
#container-comp2_main-0 .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#container-comp2_main-0.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#container-comp2_main-1 .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#container-comp2_main-1.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/**  Control carrusel multiple prim  **/
.owl-carousel-wrapper .owl-carousel .owl-nav {
  opacity: 1 !important;
}
.owl-carousel-wrapper .owl-carousel .owl-nav .owl-prev, .owl-carousel-wrapper .owl-carousel .owl-nav .owl-next {
  font-size: 50px;
  text-shadow: none;
  color: #733619;
}
.owl-carousel-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.owl-carousel-wrapper .owl-carousel .owl-nav .owl-next {
  right: -60px;
}

/*BLOG*/
/**  Títol assota previes blog **/
.blog-posts article {
  display: inline-flex;
}

/**  Blog amb columnat de 3  **/
.blog-posts article {
  max-width: 33%;
}
@media (max-width: 992px) {
  .blog-posts article {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .blog-posts article {
    max-width: 100%;
  }
}

/* Titols blogs aliniat a la esquerra */
.widget_recentBlogPosts .carousel_container .owl-carousel-wrapper .owl-carousel .item .title {
  text-align: left;
}

/* Paginador del blog */
.blog-posts .paginator {
  display: block;
}

.blog-posts article {
  display: inline-flex;
}

/* Fer visible el paginador */
.blog-posts .paginator {
  display: block !important;
}

/* Topos noticias blog */
.nav-pills li.active > a:before, .nav-stacked li.active > a:before,
.nav-pills li a:hover:before, .nav-stacked li a:hover:before,
.list-group-item.active > a:before,
.list-group-item a:hover:before {
  background-color: #632200;
  border-color: #632200;
}

/* Previes blog */
.blog-posts article header h2 {
  font-size: 20px;
  line-height: 1.1;
  margin: 10px 0 0;
}
.blog-posts article .post-content {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 1;
}

/* Ombra logo */
body > header .header-left .logo > a img, body > header .header-left .inverted_logo > a img {
  filter: drop-shadow(0 0 1px #fff);
  /* Invertir per a mòbil */
}
@media (max-width: 768px) {
  body > header .header-left .logo > a img, body > header .header-left .inverted_logo > a img {
    filter: drop-shadow(0 0 1px #000);
  }
}

/* Color capçalera mobil */
@media (max-width: 768px) {
  body > header, body.no-carousel > header {
    background-color: #ffffff;
  }
  body > header .navbar-default .navbar-toggle .icon-bar, body.no-carousel > header .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  body > header .header-right .navbar-right .navbar-header .navbar-toggle i, body.no-carousel > header .header-right .navbar-right .navbar-header .navbar-toggle i {
    color: #000;
  }
  body > header .header-left .logo, body.no-carousel > header .header-left .logo {
    display: none;
  }
  body > header .header-left .inverted_logo, body.no-carousel > header .header-left .inverted_logo {
    display: block !important;
  }
}
/* Titulars */
body .titular {
  font-family: "DM Serif Display", serif;
  display: block;
  margin-bottom: 10px;
  font-size: 46px;
}
@media (max-width: 768px) {
  body .titular {
    text-align: left;
  }
}
body .titular::first-letter {
  color: #632200;
  display: inline-block;
  border-bottom: 2px solid #632200;
  line-height: 0.5;
  transform: translateY(4px);
}
body .titular2 {
  font-family: "DM Serif Display", serif;
  display: block;
}
body .titular2::first-letter {
  color: #632200;
  display: inline-block;
  border-bottom: 2px solid #632200;
}
body .subtitular {
  font-family: "DM Serif Display", serif;
  display: block;
  margin-top: 0;
}
@media (max-width: 768px) {
  body .titular {
    font-size: 35px;
  }
}

/* Footer */
/**  Hover social icons footer  **/
footer .site_footer a i {
  color: #8c8b8c;
  transition: all 0.4s ease;
}
footer .site_footer a i:hover {
  color: #632200;
}

/* Menú footer*/
#widget_menu a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

#widget_menu a:hover {
  color: #632200;
  opacity: 0.8;
}

/* Botons generals */
.carousel .carousel-caption .btn {
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 20px;
}
.carousel .carousel-caption .btn:hover, .carousel .carousel-caption .btn:focus, .carousel .carousel-caption .btn:active {
  background-color: #c2c2c4;
  color: #000;
}

.widget_customizableText .btn, .btn[type=submit]:not(#cookiesSettings_save), .carousel .carousel-caption .btn {
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn[type=submit]:not(#cookiesSettings_save) {
  background-color: #632200;
}
.btn[type=submit]:not(#cookiesSettings_save), .btn[type=submit]:not(#cookiesSettings_save) i {
  color: #fff;
}
.btn[type=submit]:not(#cookiesSettings_save):hover, .btn[type=submit]:not(#cookiesSettings_save):focus, .btn[type=submit]:not(#cookiesSettings_save):active {
  background-color: #c2c2c4;
  color: #000;
}

.widget_customizableText .btn, .carousel-caption .btn {
  font-size: 15px;
  background-color: #632200;
}
.widget_customizableText .btn, .widget_customizableText .btn i, .carousel-caption .btn, .carousel-caption .btn i {
  color: #fff;
}
.widget_customizableText .btn:hover, .widget_customizableText .btn:focus, .widget_customizableText .btn:active, .carousel-caption .btn:hover, .carousel-caption .btn:focus, .carousel-caption .btn:active {
  background-color: #c2c2c4;
  color: #000;
}

/* Banners home*/
/* Contenedor Principal del Banner */
.banner-home {
  display: flex;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  border-radius: 12px;
}

/* Distribución de las dos mitades al 50% */
.banner-home-content,
.banner-home-imagen {
  flex: 1;
  width: 50%;
}

/* Mitad Izquierda: Fondo gris y centrado del bloque */
.banner-home-content {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

/* El bloque interno mantiene alineación normal a la izquierda */
.banner-home-txt-interno {
  text-align: left;
  max-width: 90%;
}

/* El Titular (H4) */
.banner-home-titulo {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* El Bloque de Texto (P) */
.banner-home-descripcion {
  font-size: 16px;
  line-height: 1.6;
  /* ESPACIO ENTRE LOS DOS PÁRRAFOS (FRASES) */
  margin-top: 0;
  margin-bottom: 15px;
}

/* El Bloque de Texto (P especial para Banners El Món de la Ceràmica) */
.banner-home-descripcion-2 {
  font-size: 16px;
  line-height: 1;
  /* ESPACIO ENTRE LOS DOS PÁRRAFOS (FRASES) */
  margin-top: 0;
  margin-bottom: 15px;
}

/* Elimina el margen del último párrafo para que el centrado vertical sea perfecto */
.banner-home-descripcion:last-child {
  margin-bottom: 0;
}

/* Mitad Derecha: Comportamiento de la Imagen */
.banner-home-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Imatges laterals blocs */
.imagen-lateral {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .banner-home {
    flex-direction: column;
  }
  .banner-home .banner-home-content,
  .banner-home .banner-home-imagen {
    width: 100%;
  }
  .banner-home .banner-home-content {
    padding: 30px;
  }
}
/* Línia de text inferior beanners artesà per un dia*/
.banner-home-pie-texto {
  /* Anchura total idéntica a la de tus banners */
  max-width: 100%;
  width: 100%;
  /* Distancia de separación con el banner superior */
  margin-top: 20px;
  margin-bottom: 20px;
  /* Mismos paddings laterales para que no toque los bordes en móviles */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.banner-home-pie-texto p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin: 0;
  /* Puedes cambiar 'left' por 'center' si prefieres centrarlo */
  text-align: left;
}

/**/
/**  Centrar textos blocs  **/
#container-comp3_main-1 .widgetsContainer > div, #container-comp3_main-6 .widgetsContainer > div {
  /*      align-content: center; */
}
#container-comp3_main-1 .widgetsContainer > div > .widget_customizableText, #container-comp3_main-6 .widgetsContainer > div > .widget_customizableText {
  display: block;
  /*          padding: 10px 10px 5px 5px !important;  */
}
#container-comp3_main-1 .widgetsContainer > div > .widget_carousel, #container-comp3_main-1 .widgetsContainer > div > .widget_carousel > *, #container-comp3_main-1 .widgetsContainer > div > .widget_carousel .carousel_container, #container-comp3_main-1 .widgetsContainer > div > .widget_carousel .carousel, #container-comp3_main-1 .widgetsContainer > div > .widget_carousel .carousel-inner, #container-comp3_main-1 .widgetsContainer > div > .widget_carousel .item, #container-comp3_main-1 .widgetsContainer > div > .widget_carousel .item > *, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel > *, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel .carousel_container, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel .carousel, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel .carousel-inner, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel .item, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel .item > * {
  height: 100%;
}
#container-comp3_main-1 .widgetsContainer > div > .widget_carousel .item img, #container-comp3_main-6 .widgetsContainer > div > .widget_carousel .item img {
  object-fit: cover;
}
@media (max-width: 768px) {
  #container-comp3_main-1 .widgetsContainer, #container-comp3_main-6 .widgetsContainer {
    display: flex;
  }
  #container-comp3_main-1 .widgetsContainer > div, #container-comp3_main-6 .widgetsContainer > div {
    display: flex;
    padding: 0;
    align-items: center;
  }
  #container-comp3_main-1 .widgetsContainer > div > div, #container-comp3_main-6 .widgetsContainer > div > div {
    margin: 0;
    width: 100%;
  }
}

/* Espais general */
body .outercontainer .compositionContainer .widgetsContainer {
  row-gap: 30px;
}
@media (max-width: 768px) {
  body .outercontainer .compositionContainer .widgetsContainer {
    padding: 0 10%;
  }
}

/* Ona footer */
body > footer .ona-footer {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

/* Animació carrusel logos home */
.sidescroll {
  overflow: hidden;
  position: relative;
}
.sidescroll > * {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 60px;
  font-weight: 800;
  color: #632200;
}
.sidescroll img {
  filter: grayscale(1);
  transition: 0.4s ease;
}
.sidescroll img:hover {
  filter: unset;
}
@media (min-width: 769px) {
  .sidescroll {
    min-height: max(160px, 8vw);
  }
  .sidescroll > * {
    animation-name: leftScroll;
  }
  .sidescroll img {
    max-width: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .sidescroll {
    height: max(75px, 15vw);
  }
  .sidescroll img {
    max-width: 33.3333333333%;
  }
  .sidescroll > * {
    animation-name: leftScrollPhone;
  }
}

@keyframes leftScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-250%);
  }
}
@keyframes leftScrollPhone {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
/* Timeline històric Enric Orobitg*/
:root {
  --linea-color: #632200; /* Tu color marrón */
  --linea-grosor: 8px; /* Tu grosor de 8px */
  --punto-color: #c2c2c4; /* Tu color de punto gris */
  --punto-tamaño: 25px; /* Tu tamaño de punto de 25px */
  /* 🎯 MANIPULA AQUÍ EL COLOR DE LA FLECHITA DEL BOTÓN */
  --flecha-color: #632200; /* Color de la flecha triángulo (marrón por defecto) */
  --tarjeta-bg-texto: #f9f9f9;
  --tarjeta-radius: 12px;
  --tarjeta-ancho: 460px;
  --titulo-fuente: "DM Serif Display", serif;
  --titulo-size: 30px;
  --titulo-weight: 700;
  --titulo-color: #333333;
}

.linea-temporal {
  position: relative;
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px 0;
  box-sizing: border-box;
}

/* Línea vertical central */
.linea-temporal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: var(--linea-grosor);
  background-color: var(--linea-color);
  transform: translateX(-50%);
}

.hecho-historico {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  display: block;
}

/* 🎯 EFECTO FADE-IN SEGURO Y COMPATIBLE AL 100% (Firefox, Chrome, Edge) */
.animate-scroll {
  /* Forzamos a que sea visible por defecto para que nada desaparezca */
  opacity: 1 !important;
  /* Aplicamos la animación clásica por tiempo, que Firefox lee a la perfección */
  animation: fadeAnimation 5.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fadeAnimation {
  0% {
    opacity: 0;
    transform: translateY(80px); /* El contenido sube suavemente desde abajo */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Bloques de contenido lateral ajustados al 50% exacto */
.contenido-timeline {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

/* Hechos impares (Izquierda) */
.hecho-historico:nth-child(odd) .contenido-timeline {
  margin-left: 0;
  margin-right: auto;
  text-align: right;
  padding-right: 35px; /* Controla la cercanía del texto a la línea central */
}

.hecho-historico:nth-child(odd) .tarjeta-timeline {
  margin-left: auto;
}

/* Hechos pares (Derecha) */
.hecho-historico:nth-child(even) .contenido-timeline {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  padding-left: 35px; /* Controla la cercanía del texto a la línea central */
}

/* EL PUNTO TIMELINE: Clavado en la línea */
.contenido-timeline .punto-timeline {
  position: absolute;
  top: 8px;
  width: var(--punto-tamaño) !important;
  height: var(--punto-tamaño) !important;
  background-color: var(--punto-color) !important;
  border-radius: 50% !important;
  display: block !important;
  border: 4px solid var(--linea-color) !important;
  z-index: 9999 !important;
}

/* Hechos impares: Centrado exacto sobre el eje */
.hecho-historico:nth-child(odd) .punto-timeline {
  right: 0;
  transform: translateX(50%);
}

/* Hechos pares: Centrado exacto sobre el eje */
.hecho-historico:nth-child(even) .punto-timeline {
  left: 0;
  transform: translateX(-50%);
}

/* Pálpito gris centrado */
.punto-timeline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--punto-tamaño) + 10px);
  height: calc(var(--punto-tamaño) + 10px);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(194, 194, 196, 0.7);
  animation: palpitar 1.5s infinite ease-in-out;
}

@keyframes palpitar {
  0% {
    box-shadow: 0 0 0 0 rgba(194, 194, 196, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(194, 194, 196, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(194, 194, 196, 0);
  }
}
/* 🎯 LAS NUEVAS FLECHITAS TRIÁNGULO AL LADO DEL PUNTO PALPITANTE */
.punto-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  display: block;
  width: 0;
  height: 0;
}

/* Hechos impares: La flecha sale hacia la izquierda (apuntando al título del hito) */
.hecho-historico:nth-child(odd) .punto-timeline::before {
  left: -15px; /* Se posiciona al lado izquierdo del punto */
  border-width: 6px 8px 6px 0;
  border-color: transparent var(--flecha-color) transparent transparent;
}

/* Hechos pares: La flecha sale hacia la derecha (apuntando al título del hito) */
.hecho-historico:nth-child(even) .punto-timeline::before {
  right: -15px; /* Se posiciona al lado derecho del punto */
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--flecha-color);
}

.titulo-timeline {
  font-family: var(--titulo-fuente);
  font-size: var(--titulo-size);
  font-weight: var(--titulo-weight);
  color: var(--titulo-color);
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* Tarjeta contenedora horizontal */
.tarjeta-timeline {
  display: block;
  width: 100%;
  max-width: var(--tarjeta-ancho);
  border-radius: var(--tarjeta-radius);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  background-color: #ffffff;
}

/* Imagen en formato apaisado horizontal */
.imagen-timeline {
  width: 100%;
  height: 135px;
  object-fit: cover;
  display: block;
}

.tarjeta-texto-contenedor {
  background-color: var(--tarjeta-bg-texto);
  padding: 15px;
  box-sizing: border-box;
}

.texto-timeline {
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  margin-top: 0;
  margin-bottom: 15px;
}

/* 🛡️ REGLA DE SEGURIDAD (Añádela justo debajo) */
.texto-timeline:last-child {
  margin-bottom: 0;
}

/* El bloque multimedia ya no se esconde, es parte del flujo natural */
.bloque-oculto {
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
}

/* Responsive Móvil */
@media (max-width: 768px) {
  .linea-temporal::before {
    left: 20px;
  }
  .hecho-historico:nth-child(odd) .punto-timeline,
  .hecho-historico:nth-child(even) .punto-timeline {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-50%) translateX(-24px) !important;
  }
  .contenido-timeline {
    width: calc(100% - 50px);
    margin-left: 50px !important;
    margin-right: 0 !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tarjeta-timeline {
    max-width: 100%;
  }
  /* Ocultamos las flechitas en móvil */
  .punto-timeline::before {
    display: none !important;
  }
}
/* Galeria mosaic amb efecte */
.gallery_container > .gallery-mosaic > div a .photo {
  overflow: hidden;
  /*             box-shadow: 0 0 2px #222; */
}
.gallery_container > .gallery-mosaic > div a .photo .overlay {
  background-color: transparent;
  position: relative;
  opacity: 1 !important;
}
.gallery_container > .gallery-mosaic > div a .photo .overlay i {
  margin: 30px 30px auto auto;
  opacity: 0;
  transition: 1s ease;
  text-shadow: 0 0 2px #444;
}
.gallery_container > .gallery-mosaic > div a .photo .overlay::before, .gallery_container > .gallery-mosaic > div a .photo .overlay::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: #fff;
  transition: 1.4s ease;
  opacity: 0.8;
}
.gallery_container > .gallery-mosaic > div a .photo .overlay::before {
  top: 0;
  right: 0;
  border-bottom-left-radius: 20px;
}
.gallery_container > .gallery-mosaic > div a .photo .overlay::after {
  border-top-right-radius: 20px;
  bottom: 0;
  left: 0;
}
.gallery_container > .gallery-mosaic > div a .photo:hover .overlay i {
  opacity: 1;
}
.gallery_container > .gallery-mosaic > div a .photo:hover .overlay::before, .gallery_container > .gallery-mosaic > div a .photo:hover .overlay::after {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.gallery_container > .gallery-mosaic::before, .gallery_container > .gallery-mosaic::after {
  content: unset;
}

.sideline {
  border-left: 1px solid currentColor;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* Galeries com a tabs */
.gallery-mosaic a .photo {
  height: 370px !important;
}

/* Vendre el teu coche formulari */
#container-comp27_main-2 > .widgetsContainer > div, #container-comp32_main-6 > .widgetsContainer > div {
  margin: -100px 0 auto;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 60px;
  width: clamp(350px, 75vw, 1150px);
}
#container-comp27_main-2 > .widgetsContainer > div h2, #container-comp32_main-6 > .widgetsContainer > div h2 {
  margin-top: 0;
}
#container-comp27_main-2 > .widgetsContainer > div .panel-default, #container-comp32_main-6 > .widgetsContainer > div .panel-default {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#container-comp27_main-2 > .widgetsContainer > div .panel-default > .panel-heading, #container-comp32_main-6 > .widgetsContainer > div .panel-default > .panel-heading {
  background-color: transparent;
  color: #632200;
  border: none;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 20px;
}
@media (max-width: 768px) {
  #container-comp27_main-2 > .widgetsContainer > div, #container-comp32_main-6 > .widgetsContainer > div {
    padding: 30px;
    margin-top: 75px;
  }
  #container-comp27_main-2 > .widgetsContainer > div .form-horizontal .form-group, #container-comp32_main-6 > .widgetsContainer > div .form-horizontal .form-group {
    display: flex;
    flex-direction: column;
  }
  #container-comp27_main-2 > .widgetsContainer > div .form-horizontal .form-group > *, #container-comp32_main-6 > .widgetsContainer > div .form-horizontal .form-group > * {
    width: 100%;
  }
}

/* Tabs */
.nav-tabs {
  border-color: #632200;
  border-width: 1px;
}
.nav-tabs > li {
  border-width: 1px;
}
.nav-tabs > li > a {
  font-size: 28px;
  font-family: "DM Serif Display", serif;
  border-width: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #632200;
  background-color: #f8f8f8;
  border-color: #632200;
  border-bottom-color: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-width: 1px;
}

.tab-content {
  margin-top: 60px;
}

.panel-default > .panel-heading {
  background-color: #632200;
}

/* Llista cronologia Castell */
.llista-castell li {
  line-height: 1.5em;
  font-size: 18px;
}
.llista-castell li::marker {
  color: #632200;
  font-size: 1em;
}