/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*PERSONALITZACIÓ ICONES PÀGINA PRINCIPAL*/
.home-icons {
  margin-bottom: 0px !important;
}

.home-icons .icon {
  margin-top: 16px;
}

.home-icons .fusion-column {
  background-color: #f9f9f9;
  border-radius: 62px 12px 12px 62px;
  margin-bottom: 15px !important;
}

.home-icons .content-container {
  margin-bottom: 15px !important;
}

.white-icon {
  margin-top: 62px !important;
  background-color: white;
  margin-bottom: 0px !important;
  border-radius: 10px 10px 0px 0px;
}

.white-icon .fusion-column {
  margin-top: 40px;
}

.black-icon {
  margin-top: 35px !important;
  background-color: #ffffff;
  margin-bottom: 0px !important;
  border-radius: 10px 10px 0px 0px;
}

.black-icon .fusion-column {
  margin-top: 40px;
}

/*
.white-icon .link-area-link-icon-hover .heading .icon i{
    color: #322b66 !important;
}
*/

.cont-icons .fusion-text {
  text-align: center !important;
  background-color: #e61f26;
  margin-left: -15px !important;
  margin-right: -15px !important;
  border-radius: 0px 0px 10px 10px;
}

.cont-icons .fusion-text p {
  padding: 10px !important;
}

.cont-icons .fusion-text a {
  color: #fff;
}
/*FI PERSONALITZACIÓ ICONES*/

/*MENU*/
/* .fusion-header-wrapper {
  z-index: 99999 !important;
  top: 0px !important;
  width: 100% !important;
}

#wrapper {
  padding-top: 119px !important;
}

.fixed-superior {
  position: fixed;
  top: 32px;
  width: 100%;
}

.fixed-menu {
  top: 83px !important;
  position: fixed;
  width: 100%;
}

.menu-item {
  text-transform: uppercase;
}

#menu-alerta{
	padding-top: 15px !important;
}

body.admin-bar #menu-alerta{
	padding-top: 35px !important;
}
.fusion-secondary-header a {
  color: #ffffff;
  display: inline-block;
  padding: 0 13px;
  float: right;
  line-height: 40px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.fusion-secondary-header a:hover {
  background-color: #cccccc;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.fusion-secondary-menu > ul > li:hover {
  background-color: #fff !important;
}

.fusion-secondary-menu > ul > li:hover a {
  color: #322b66 !important;
}

.fusion-main-menu > ul > li.menu-cita > .fusion-bottombar-highlight:after{
  border:unset !important;
}

.menu-cita span.menu-text, .menu-compra span{
	padding: 12px;
}

.menu-cita span.menu-text {
  background-color: #FDD504;
}

.menu-compra span {
  background-color: #3e3e3e;
  color: white;
} */

/* ============================
   🔹 CONFIGURACIÓN GENERAL DEL MENÚ
============================ */
.fusion-header-wrapper {
    z-index: 99999 !important;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85); /* Fondo semi-transparente */
    backdrop-filter: blur(5px); /* Efecto de desenfoque */
    transition: background-color 0.3s ease-in-out;
}

#wrapper {
    padding-top: 120px; /* Ajuste para evitar superposición */
}

/* ============================
   🔹 MENÚ SECUNDARIO
============================ */
.fusion-secondary-header {
    background: #222;
    padding: 5px 0;
    text-align: right;
}

.fusion-secondary-header a {
    color: #ffffff;
    padding: 10px;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.fusion-secondary-header a:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Sutil efecto en hover */
    color: #ffffff;
    border-radius: 5px;
}

/* ============================
   🔹 MENÚ PRINCIPAL
============================ */
.fusion-main-menu > ul > li {
    position: relative;
    padding: 15px 20px;
    text-transform: uppercase;
}

.fusion-main-menu > ul > li > a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.fusion-main-menu > ul > li:hover > a {
    color: #cccccc; /* Cambio sutil a gris en hover */
}

/* ============================
   🔹 SUBMENÚS
============================ */
.fusion-main-menu .sub-menu {
    background: #333;
    border-radius: 5px;
    padding: 10px 0;
}

.fusion-main-menu .sub-menu li {
    padding: 10px 15px;
}

.fusion-main-menu .sub-menu li a {
    color: white;
    transition: color 0.3s ease-in-out;
}

.fusion-main-menu .sub-menu li a:hover {
    color: #cccccc; /* Cambio sutil a gris en hover */
}



/* ============================
   🔹 MENÚ MÓVIL: AJUSTE DE COLOR Y ALINEACIÓN
============================ */
@media (max-width: 1024px) {
    .fusion-header-wrapper {
        background: rgba(0, 0, 0, 0.95); /* Mayor opacidad para mejor visibilidad */
    }

    /* Contenedor del menú móvil */
    .fusion-mobile-nav-holder {
        padding: 20px;
        width: auto;
    }

    /* Estilo de los elementos del menú */
    .fusion-mobile-nav-holder .fusion-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0;
    }

    /* Arreglar el color de los textos dentro de cada caja */
    .fusion-mobile-nav-holder .fusion-menu .fusion-bottombar-highlight {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        color: #322a66;
        background-color: white;
    }

    /* Hover con cambio sutil */
    .fusion-mobile-nav-holder .fusion-menu .fusion-bottombar-highlight:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #5fa6e0;
    }


    /* Submenú */
    .fusion-mobile-nav-holder .sub-menu {
        background-color: transparent;
        border-radius: 5px;
        /* padding: 10px; */
    }

    .fusion-mobile-nav-holder .sub-menu li {
        /* padding: 12px 20px; */
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fusion-mobile-nav-holder .sub-menu li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
    }

    /* 🔹 Borde azul para "Truca'ns" (call-menu) */
    .fusion-mobile-nav-holder .call-menu a {
        /* border: 1px solid blue !important; */
        /* border-radius: 5px; */
        padding: 0px;
        /* margin: 5px 0; */
        display: flex !important;
        text-align: center;
        background-color: #322a66 !important;
        color: white !important;
        justify-content: center !important;
        align-items: center;
        padding-left: 0 !important;
    }

    .fusion-mobile-nav-holder .menu-compra a {
        background-color: #595573 !important;
        color: white !important;
        text-align: center;
    }

    /* 🔹 Borde azul para "Cita Prèvia" */
    .fusion-mobile-nav-holder .menu-cita {
        border: 3px solid #322a66;
        /* border-radius: 5px; */
        /* padding: 12px; */
        margin: 5px 0;
        text-align: center;
    }

    /* Asegurar que las banderas de idioma estén bien alineadas */
    img.wpml-ls-flag.entered.lazyloaded {
        padding-top: 8px;
    }
}



/*FI MENU*/

/*RANDOM SLIDE*/
#random {
  background-size: cover;
}
/*FI RANDOM SLIDE*/
.av-autocam p {
  margin-bottom: 5px;
}

.img-icones img {
  width: 37%;
  margin-top: 40px;
}

.img-icones .primera-icona {
  margin-top: 50px;
}
.marques-home > div {
  text-align: center;
}
.marques-home img {
  width: 13%;
  /* float: left; */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease-out;
	margin: 0 50px;

}

.marques-home img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease-out;
}

.serveis-background .fusion-column-inner-bg-image,
.serveis-background .fusion-column-wrapper {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease-out;
}

.serveis-background .fusion-column-inner-bg-image:hover,
.serveis-background .fusion-column-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease-out;
  cursor: pointer;
}

/*MARQUES AL MENU*/
/*
.secondary-menu-superior {
  max-width: inherit;
  margin: 0 auto;
  height: 40px;
}
.marques-header img {
  width: 40px;
  height: auto;
  float: right;
}

.marques-header-skoda img {
  width: 55px;
  height: auto;
  float: right;
  margin-top: -8px;
}
*/

.secondary-menu-superior {
  display: flex;
  width: 100%;
  height: 40px;
}
.marques-header{
  display: flex;
  justify-content: end;
  width: 40%;
}
.marques-header img{
  width: 60px !important;
  height: 40px;
  object-fit: contain;
}

.tlf-menu{
  display: flex;
  width: 60%;
}

.enlace-omoda{
  margin-top: 0 !important;
  width: 100% !important;
}

.omoda-class, .jaecoo-class{
  display: flex;
  align-items: center;
}
.secondary-menu-superior .fusion-megamenu-icon {
  display: inline-block;
  width: unset !important;
  padding-right: 3px;
}

@media (max-width: 1400px){
  .secondary-menu-superior {
    display: flex;
    width: 100%;
    height: 80px;
    flex-direction: column;;
    justify-content: center;
    align-items: center;
  }

  .tlf-menu{
    width: 100%;
    justify-content: center;
  }

  .tlf-menu a:first-child{
    border: none !important;
  }

  .marques-header{
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 1000px){
  .tlf-menu a span{
    font-size: 9.5px;
  }
}
@media (max-width: 475px){
  .marques-header{
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
  }
  .marques-header a{
    display: flex;
    justify-content: center;
  }

  .marques-header img {
    width: 100% !important;
    height: 40px;
    object-fit: contain;
}

}

/*FI MARQUES MENU*/

/*BUSCADOR*/

.subtitle-buscador {
  text-shadow: 0px 0px 7px #000000;
}

.marca-cotxes,
.model-cotxe,
.preu-maxim,
.estat-cotxes,
.kms-maxim,
.combustible-cotxes,
.etiqueta-mediambiental,
.canvi-marxes,
.places-vehicle{
  display: inline-block;
}

.display-none-home {
  display: none !important;
}

.selector-cotxe {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3% 0%;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.selector-cotxe input,
.selector-cotxe select {
  width: 190px !important;
  height: 60px !important;
  background-color: white;
  color: #3e3e3e;
  font-size: 18px;
  border: 1px solid #cacaca;
  font-family: "Open Sans";
  border-radius: 3px;
}

.selector-cotxe option {
  color: white;
}

.selector-cotxe option:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: red !important;
}

.selector-cotxe option {
  height: 60px;
  width: 120px;
  background-color: rgb(255, 255, 255);
  color: #3e3e3e;
  border: 1px solid #cacaca;
  border-radius: 3px;
}

.selector-cotxe button {
  height: 60px;
  width: 120px;
  background-color: rgb(51, 43, 102);
  color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 3px;
}

.selector-cotxe ::-webkit-input-placeholder {
  color: #3e3e3e !important;
  font-size: 18px;
}

.buscador-cotxes {
  padding: 175px 0 !important;
}



/*FI BUSCADOR*/

/*CAROUSEL*/
.fusion-image-carousel {
  margin-bottom: 0px !important;
}
/*FI CAROUSEL*/

/*PERSONALITZACIÓ BLOG*/
.fusion-recent-posts .columns .column h4 {
  font-size: 18px;
  margin: 0px 0 3px;
}

.recent-posts-content {
  background-color: white;
  padding: 15px 15px 1px;
  border-radius: 0 0 6px 6px;
}

.recent-posts-content p {
  text-align: justify;
}

.fusion-image-wrapper .fusion-rollover {
  background-image: -webkit-linear-gradient(
    top,
    rgba(51, 43, 102, 0.1) 0%,
    #332b66 165%
  ) !important;
}
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a {
  color: white !important;
  font-size: 18px;
}

.fusion-rollover-content .fusion-rollover-link,
.fusion-rollover-content .fusion-rollover-gallery,
.fusion-rollover-sep {
  display: none !important;
}

.fusion-blog-layout-grid .fusion-post-wrapper {
  border: unset !important;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.32);
}

.fusion-recent-posts .columns .column {
  padding-bottom: 10px;
}

.recent-posts-content {
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.32);
}

/*FI PERSONALITZACIÓ BLOG*/

/*PERSONALITZACIÓ FOOTER*/
.sbi_header_text h3 {
  color: #191538 !important;
  font-weight: bold;
}

.fusion-footer-widget-area .widget-title {
  margin: 0 0 5px;
}

.fusion-widget-area .widget_pages li {
  padding: 3px 10px 3px 12px;
}

/*FI PERSONALITZACIÓ FOOTER*/

/*PERSONALITZACIÓ QUI SOM*/

.fusion-counters-box .fusion-counter-box .counter-box-container {
  border: none !important;
}

.icons-qui-som {
  margin-bottom: 0px !important;
}

.bg-icons-qui-som .fusion-column-wrapper {
  border-radius: 4px;
}

.icons-qui-som .content-box-heading {
  font-weight: bold !important;
}
/*FI PERSONALITZACIÓ QUI SOM*/

/*PERSONALITZACIÓ CONCESSIONARIS*/
.barra-conce {
  border-bottom: 2px solid #ffffff;
}

.background-logo .fusion-column-wrapper {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
}

.background-logo .fusion-column-wrapper:hover {
  background-color: #e31e24 !important;
}

#background-rover .fusion-column-wrapper:hover {
  background-color: #044110 !important;
}

.title-concessionari {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

.cont-concessionaris .fusion-column-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}

#abarth-section,
#alfa-section,
#fiat-section,
#jeep-section,
#land-section,
#skoda-section,
#toyota-section,
#ocasio-section,
#xapa-section,
#kia-section,
#omoda-section{
  display: none;
}

.conc-container {
  max-width: 1200px;
  margin: 0 auto !important;
}

.btn-dreta {
  text-align: right;
}

#abarth-vilanova,
#abarth-vilanova1,
#abarth-vilanova2,
#alfa-vilanova,
#alfa-vilanova1,
#alfa-vilanova2,
#fiat-vilanova,
#fiat-vilanova1,
#fiat-vilanova2,
#jeep-vilanova,
#jeep-vilanova1,
#jeep-vilanova2,
#skoda-vilanova,
#skoda-vilanova1,
#skoda-vilanova2,
#toyota-vilanova,
#toyota-vilanova1,
#toyota-vilanova2,
#ocasio-vilanova,
#ocasio-vilanova1,
#ocasio-vilanova2,
#kia-vilanova,
#kia-vilanova1,
#kia-vilanova2,
#omoda-vilanova,
#omoda-vilanova1,
#omoda-vilanova2{
  display: none;
}

.conc-none {
  display: none !important;
}

.btn-concessionaris {
  background-image: url("/wp-content/uploads/2019/07/abaix.png");
  background-color: unset;
  border: none;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-position-y: 12px;
}

.btn-poblacio {
  background-color: #332b66;
  border: none;
  color: white;
  font-size: 19px;
  padding: 12px;
  border-radius: 3px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.8;
  box-shadow: 0px 0px 13px #332b66;
}

.btn-poblacio:hover {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
/*FI PERSONALITZACIÓ CONCESSIONARIS*/

/*PERSONALITZACIÓ BLOG*/
.fusion-blog-layout-grid .post .fusion-content-sep {
  display: none !important;
}
/*FI PERSONALITZACIÓ BLOG*/

/*PERSONALITZACIÓ CONTACTE*/
.icon-contact p {
  font-size: 22px;
  margin-bottom: 35px;
}

.icon-contact i {
  background-color: #322b66 !important;
  border-color: #322b66 !important;
}

.slide-img .fusion-column-wrapper,
.slide-img .fusion-column-content-centered {
  height: 450px !important;
}

.slide-img h1 {
  text-transform: uppercase;
  font-size: 45px;
  font-family: Montserrat;
  font-weight: 600;
}

.txt-i-contact {
  position: relative;
  top: 12px;
}

.fontawesome-icon.circle-yes {
  margin-top: 7px;
}

/*FI PERSONALITZACIÓ CONTACTE*/

/*PLACEHOLDER*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans";
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans";
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Open Sans";
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans";
  font-size: 14px;
}
/*FI PLACEHOLDER*/

/*BTN FORMS*/
.wpcf7-form input[type="submit"] {
  background: #408bd1;
  padding: 9px 29px !important;
  width: 100% !important;
}
/*FI BTN FORMS*/
/*REVOLUTION SLIDER*/
.rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows,
.rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows {
  background-color: rgba(0, 0, 0, 0) !important;
}

.custom.tparrows:before {
  color: #000;
  font-weight: bold;
  font-size: 25px;
}
/*FI REVOLUTION SLIDER*/
.about-us {
  background-color: white;
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 15px;
  border-radius: 10px;
}

.no-mostrar {
  display: none !important;
}

.cont-concessionari {
  padding: 5%;
}

/*Vehicles ocasio*/
.ocasio .fusion-column-wrapper {
  background-size: auto !important;
}
/*Fi vehicles ocasio*/

#scroll-to-top {
  display: none !important;
}

.fusion-mobile-nav-item a,
.fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a {
  font-size: 18px;
}

.fusion-icon-search {
  display: none;
}

.fusion-mobile-menu-icons a {
  float: right;
  font-size: 45px;
  margin-top: 8px;
}

/*
.cont-serveis{
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 15px;
}
*/

.call-menu {
  display: none !important;
}

/* @media (max-width: 375px){
.marques-header img {
    width: 100%;
} */

@media (max-width: 575px) {
  /* .marques-header {
    
    height: 75px;    
  }

  
  .omoda-class {
      width: 25%;
      justify-content: center;
      text-align: center;
      height: auto;
      position: relative;
      flex-wrap: wrap;
  }

  .omoda-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -7px;
    left: 0;
    height: auto;
    text-align: center;
    justify-content: center;
    display: flex;
  }

   .jaecoo-class {
      width: 25%;
      justify-content: center;
      text-align: center;
      height: auto;
      position: relative;
      flex-wrap: wrap;
  }

  .jaecoo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -7px;
    left: 0;
    height: auto;
    text-align: center;
    justify-content: center;
    display: flex;
  }

   .mg-class {
      width: 25%;
      justify-content: center;
      text-align: center;
      height: auto;
      position: relative;
      flex-wrap: wrap;
  }

  .mg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -7px;
    left: 0;
    height: auto;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .kia-class {
    width: 20%;
    position: relative;
    justify-content: center;
    text-align: center;
    height: auto;
    flex-wrap: wrap;
  }

  .kia-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 5px;
    left: 0;
    height: auto;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .marques-header-skoda {
    width: 25%;
    justify-content: center;
    text-align: center;
    height: auto;
    position: relative;
    flex-wrap: wrap;
  }

  .skoda-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 2px;
    left: 0;
    height: auto;
    justify-content: center;
    text-align: center;
    display: flex;
  }

  .toyota-class {
    width: 20%;
    justify-content: center;
    text-align: center;
    height: auto;
    position: relative;
  }

  .toyota-img{
    width: 90%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 4px;
    left: 0;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .marques-header img {
    width: 100% !important;
  } */


  /*beeee araaaaaa*/

 /* Ajuste específico para Omoda y Jaecoo */

/* Ajuste específico para MG */

a.enlace-omoda {
  min-width: 70px;
}

  .fusion-header-wrapper {
    top: 0px !important;
  }

  #wrapper {
    padding-top: 138px !important;
  }

  #random {
    padding: 0 !important;
  }

  .secondary-menu-superior{
    height: auto !important;
  }
  .fusion-secondary-header a{
    border-left: none !important;
    border-right: none;
    float: initial !important;
  }
  .arrow-class{
    display: block !important;
  }
  
  .call-menu {
    display: inline !important;
  }
  .secondary-menu-superior{
    flex-direction: column;
    display: inherit;
  }

}

.wpcf7-list-item{
	margin: 0 0 0 0 !important;
}

.person-author{
	text-align:center !important;
	
}

.person-name{
	color: #322B66 !important;
}


#person{
	text-align:center !important;
	color: #322B66 !important;
}

#person .person-name{
	color: #322B66 !important;
}

/* .fusion-builder-row .fusion-row {
	border-bottom: 1px solid gray !important;
} */



.person-title{
	color: #E31E24 !important;
	font-size: 1.2rem !important;
}
.fusion-person .person-desc .person-author .person-name, .fusion-person .person-desc .person-author  {
  color: #322B66 !important;
	font-weight: bold;
	font-size: 1.4rem;
}

.arrow-class{
  display: none !important;
  line-height: 20px !important;
  float: right !important;
  margin-right: 15px !important;
}
@media (max-width: 575px) {
.arrow-class{
  display: block !important;
}
}

@media (max-width: 1300px) {
  .secondary-menu-superior{
    height: 80px;
  }
  .fusion-secondary-header a{
    float: left;
  }
  
  }

  #menu-superior{
    padding-left: 0px;
    padding-right: 0px;
  }
  @media (max-width: 1600px) {
  .fusion-megamenu-icon{
    width: 13px;
  }
  .fusion-secondary-header a{
    padding: 0 5px;
  }
}

.ico-contactar2{
  padding: 11px;
  border-radius: 50%;
  font-size: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 25px;
}

.EmpresasPage h2{
	font-weight: bold !important;
	font-size: 30px !important;
}
.EmpresasPage p{
	font-size: 20px !important;
}
.EmpresasPage h3{
	font-weight: bold !important;
    font-size: 25px !important;
}

.buttonEmpresasPDF{
	color: white !important;
	background-color: #29166f !important;
	font-size: 20px !important;
}

.testing a:last-child{
	display: none !important;
}
.marcas-postventa{
   border-bottom: none !important;
}


.fusion-builder-row.fusion-builder-row-inner.fusion-row {
    border-bottom: none !important;
}

 .page_item.page-item-16354 , .page_item.page-item-16259 , .page_item.page-item-15973 , .page_item.page-item-16338 , .page_item.page-item-16350 , .page_item.page-item-16263{
  display: none !important;
}


/* Amplada completa */
.select2-container {
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
}

/* Tamany més gran del text */
.select2-container--default .select2-selection--multiple {
  font-size: 18px;
  padding: 10px;
  min-height: 50px !important;
  border-radius: 6px;
}

/* Placeholder estilitzat */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 18px;
}

/* Tags seleccionats més grans */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 4px;
}

.wpcf7 select[multiple] {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px auto;
  padding: 10px;
  font-size: 16px;
}



/* Contenedor general: alineado a la derecha en escritorio */
.logos-dark-bg {
  width: 38%;
  text-align: right;
  justify-content: right;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .logos-dark-bg {
    width: 100%;
    justify-content: center;
  }
}

/* Contenedor de logos */
.imatges-principals {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 !important;
}

/* Cada logo */
.logo-marca {
  max-width: 60px;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
}

.logo-marca img {
  height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.logo-marca img:hover {
  transform: scale(1.05);
}

/* Responsive: tablet */
@media only screen and (max-width: 768px) {
  .logo-marca {
    max-width: 50px;
  }

  .logo-marca img {
    height: 35px;
  }

  .imatges-principals {
    justify-content: center;
    gap: 10px;
  }
}

/* Responsive: móvil */
@media only screen and (max-width: 480px) {
  .logo-marca {
    max-width: 40px;
  }

  .logo-marca img {
    height: 28px;
  }

  .imatges-principals {
    gap: 8px;
    padding: 10px 0;
  }
}

/*Se muestra en 2 lineas*/

/* @media only screen and (max-width: 480px) {
  .logo-marca {
    max-width: 45px;
  }

  .logo-marca img {
    height: 28px;
  }

  .imatges-principals {
    max-width: 220px; 
    margin: 0 auto;
    gap: 10px;
    padding: 10px 0;
    justify-content: center;
  }
} */


/* .imatges-principals a {
  display: contents !important;
    width: auto !important;
    height: auto !important;
} */