/*Slider*/
#Sliders-owl.owl-carousel.owl-drag .owl-item {
  margin: 0;
  padding-bottom: 0;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel.owl-drag .owl-item {
  padding-bottom: 25px;
}

#Sliders-owl.owl-carousel .owl-nav button {
  border: none;
}

.owl-carousel .owl-nav button {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 0;
  font-size: 40px;
  top: 0;
}

.owl-carousel .owl-nav button span {
  position: absolute;
  height: 44px;
  width: 44px;
  top: 0;
  left: 0;
  line-height: 36px;
}

#Sliders-owl.owl-carousel .owl-nav {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 50px;
}

#Sliders-owl.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

#Sliders-owl.owl-carousel .owl-nav button.owl-next {
  right: 30px;
}


#Sliders-owl.owl-carousel .owl-nav button:hover {
  opacity: 0.6;
}

#Sliders-owl.owl-dots {
  position: absolute;
  z-index: 20;
  top: 30px;
  left: 0;
  right: 0;
}

#Sliders-owl {
  margin-bottom: 60px;
}

#Sliders-owl.owl-carousel .owl-item img.modulimatge {
  margin: 0;
}

#contentslider h1,
#contentslider h2,
#contentslider h3,
#contentslider h4,
#contentslider h5 {
  font-weight: 300;
}

#contentslider .caption .btn {
  border: 1px solid ;
  padding: 8px 35px;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 15px;
}

#Sliders-owl {
  display: flex;
  align-items: center;
}


#contentslider {
  align-items: center;
}

.caption {
  pointer-events: none;
  position: absolute;
  width: auto;
}

a.disabled {
  pointer-events: none;
  opacity: 0.6;
}

#Sliders-owl .row {
  margin-left: 0;
  margin-right: 0;
}

#Sliders-owl {
  margin-bottom: 0;
}

#Sliders-owl .portfolio-thumb {
  margin: 0;
  width: 100%
}

#Sliders-owl .caption h2 {
  font-size: min(max(16px, 3.8vw), 60px);
}

#Sliders-owl .caption h3 {
  font-size: min(max(16px, 3.8vw), 60px);
}

@media only screen and (max-width: 767.98px) {
  #Sliders-owl .owl-dots {
    z-index: 20;
    bottom: 0px;
  }

  .post-thumbnail .postthumb {
    width: 100%;
  }

  .single-post-details__header .blog-post-head h2 {
    padding: 0;
  }
}

/* fi slider*/
/*Sliderbanner*/

/*Sliderbanner*/
#Sliders-owl .caption .titleslider {
  font-size: min(max(20px, 6vw), 60px);
}

.sliderbanner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sliderbanner.left,
.sliderbanner.justify {
  justify-content: flex-start;
}

.sliderbanner.center {
  justify-content: center;
}

.sliderbanner.right {
  justify-content: flex-end;
}

#Sliders-owl .owl-dots {
  width: 200px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.owl-dots {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  display: inline-block;
}


.owl-carousel button.owl-dot {
  margin: 0 3px;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

/*Fi slider*/
/*PARALLAX*/
.parallax {
  height: 500px;
}

.parallax .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
}

.parallax .content .title {
  margin: 15px 0;
}

.parallax .content .description {
  margin: 15px 0;
}

.parallax .content .btn {
  margin: 30px 0;
}

.parallax .content .smallTitle {
  font-size: 16px;
}

.parallax .content .mediumTitle {
  font-size: 22px;
}

.parallax .content .bigTitle {
  font-size: 32px;
}

.parallax .content .giantTitle {
  font-size: 42px;
}

.parallax .content .smallText p {
  font-size: 14px;
}

.parallax .content .mediumText p {
  font-size: 20px;
}

.parallax .content .bigText p {
  font-size: 30px;
}

.parallax .content .giantText p {
  font-size: 40px;
}

.parallax.half .content {
  width: 50%;
}

.parallax .align-center {
  text-align: center;
}

.parallax .align-left {
  text-align: left;
}

.parallax .align-right {
  text-align: right;
}

/*END PARALLAX*/
/*individual banners*/
.individualbanner1 {
  display: flex;
  align-items: center;
}

.individualbanner2 {
  display: flex;
  align-items: center;
}

.banner.absolute {
  display: flex;
  flex-wrap: wrap;
}

.banner.top {
  align-items: flex-start;
}

.banner.center {
  align-items: center;
}

.banner.down {
  align-self: flex-end;
}

.individualbanner3 {
  aspect-ratio: 16/7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 240px;
}

.individualbanner3 .zonalink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}

/*individual banners*/
/*Social Networks*/
.social-icons ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  padding: 0;
}

.social-icons li {
  list-style: none;
}

/*End Social Networks*/

/*SharePage */
.details__footer__item:nth-child(2n + 1) {
  border: none;
  padding-left: 25px;
  margin: 0 auto;
}

.details__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 47px;
  border-top: 1px solid ;
  border-bottom: 1px solid ;
  font-size: 16px;
  line-height: 2;
}

.details__footer__item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
}

.details__footer__item h5 i {
  margin-right: 10px;
}

.details__footer__item .share-item a {
  margin-right: 15px;
}

.details__footer__item h5 {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-item-right {
  margin-left: 15px;
}

/*End SharePage */

/*Icontext*/
.icontext p {
  /* font-size: 12px; */
}

/*End icontext*/

/*Newsletter*/
#newsletter {
  padding: 60px 0;
}

#newsletter input {
  border: none;
  font-size: 12px;
}

#newsletter .legal {
  text-align: center;
  display: block;
  margin-top: 15px;
}

/* End newsletter*/

/*gallery*/
.gallery .gallerycontent {
  display: flex;
  flex-wrap: wrap;
}

/*End gallery*/

/*Search */
.search-image {
  width: 20%;

}

/*End Search */
/*Progress Bar*/
.progressbar .list-group {
  height: 100%;
  animation: progressBar 2s ease-in-out;
  animation-fill-mode: both;
  transform-origin: left;
  display: block;
}

.progressbar p {
  display: block;
  position: absolute;
  padding-left: 4%;
  padding-top: 5px;
  height: 100%;
  z-index: 500;
}

.progressbar {
  height: 36px;
  overflow: hidden;
  position: relative;
}

@keyframes progressBar {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

/*End Progress Bar*/
/*Mailchimp*/
#mailchimpform {
  padding: 20px
}


#mailchimpform input {
  border: none;
  border-left: 1px solid ;
  border-bottom: 1px solid ;
  border-top: 1px solid ;
  padding: 5px 10px;
}

#mailchimpform form {
  padding: 10px
}

/*breadcrumb*/
.breadcrumb {
  border: none;
}

.breadcrumb ul {
  display: flex;
  padding: 8px 0;
  margin: 0;
}

.breadcrumb ul li {
  list-style: none;
  font-size: 14px;
}

.breadcrumb ul li:after {
  content: "/";
  margin: 0 5px;
}

.breadcrumb ul li:last-child:after {
  content: "";
}


/* INSTAGRAM */
.ig-feed {
  margin-top: -62.6px;
}

.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: none;
}


.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 13px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  font-size: 2rem;
}

.slick-slide {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.instagram-feeds .swiper-button-prev,
.instagram .swiper-button-next {
  top: 35%;
}

.instagram-feeds .swiper-button-prev {
  left: 0px;
  right: auto;
}

.instagram-feeds .swiper-button-next {
  right: 0px;
  left: auto;
}

.instagram-feeds {
  padding: 0px 40px;
}

/* FI INSTAGRAM */
/*accordion*/
.acordio .card {
}

.acordio .card .card-header {
  padding: 0;
}

.acordio .card .card-header .titolacordio {
  margin: 0;
}

.acordio .card .card-header .titolacordio .btn {
  width: 100%;
  justify-content: flex-start;
}

.acordio .card .card-header .titolacordio .btn:after {
  content: "\f105";
  right: 30px;
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s linear;
  transform: rotate(0deg)
}

.acordio .card .card-header .titolacordio .btn[aria-expanded="true"]:after {
  transform: rotate(90deg)
}

/*tabs*/
.tabsmodule {
  margin-bottom: 30px;
}

.tabsmodule .nav-tabs {
  border-bottom: none;
  margin-bottom: -1px;
}

.tabsmodule nav a {
  padding: 8px 15px;
  border: 1px solid ;
  border-right: none;
  border-bottom: none;
}

.tabsmodule nav a:last-child {
  border-right: 1px solid ;
}

.tabsmodule nav a.active {
  border-bottom: 1px solid ;
}

.tabsmodule .tab-content {
  border: 1px solid ;
  padding: 15px;
}

.ytplayer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  /* Para el posicionamiento absoluto del pseudo-elemento */
}

.ytplayer:before {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.ytplayer-logo {
  position: relative;
  display: block;
  /* Para el posicionamiento absoluto del pseudo-elemento */
}

.ytplayer-logo:before {
  content: url(/img/ytplayer.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.card-img-top {
  display: block;
  /* Asegura que la imagen se comporte como bloque para aplicar width y height */
}

/*login*/
.menuuser0 {
  margin: 0;
  padding: 0;
}

.menuuser0 .dropdown-menu {
  top: 20px;
}

.menuuser0 .nav-item>a {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.menuuser0 .dropdown-menu .nav-item>a {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  padding-top: inherit;
}

.menuuser0 .nav-item>a:hover:before {
  display: none;
}

.menuuser0 .nav-item .dropdown-menu {
  min-width: unset;
  top: 60%;
  left: -70%;
  box-shadow: inset 0px 2px 0px 0px;
  padding: 10px 20px;
}

.menuuser0 .nav-item .dropdown-menu a {
  font-size: 14px;
  width: 100%;
  text-transform: capitalize;
}

.menuuser0 .nav-item .dropdown-menu a:hover {
  text-decoration: underline;
}

.menuuser0 .nav-item.dropdown .dropdown-menu a::after {
  display: none;
}

button.btn-user-profile {
  font-size: 14px;
  line-height: normal;
  padding: 0;
  height: unset;
}

button.btn-user-profile i {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

.icon.xSmallText {
  font-size: 15px;
}

.icon.smallText {
  font-size: 30px;
}

.icon.mediumText {
  font-size: 50px;
}

.icon.bigText {
  font-size: 75px;
}

.icon.giantText {
  font-size: 100px;
}