/*
Theme Name: Hazel Child
Theme URI: https://demo.qodeinteractive.com/hazel/
Description: A child theme of Hazel Theme
Author: Select Themes
Author URI: https://select-themes.com
Version: 1.1.1
Template: hazel
Text Domain: hazel
*/
/* Contenidor de la imatge: cal per posicionar el títol a dins */

.alt-title-holder {
  position: relative;
  display: block;
}
 
/* Títol centrat sobre la imatge, sempre visible */
.alt-title-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 8px 12px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3;
  pointer-events: none; /* no bloqueja clics a la imatge */
  z-index: 2;
}
.vc_btn3-color-danger, .vc_btn3-color-danger:hover {
	background-color: #E30613 !important;
}
.q_social_icon_holder {
	padding-left: 5px !important;
}
.alt-carousel-nav {
  display: flex;
  justify-content: center;   /* centrades */
  gap: 250px;                 /* més separació entre elles */
  margin-top: 30px;
}
.alt-carousel-nav button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  /*color: rgb(93, 93, 93);*/    /* gris */
  color: #ccc;
  font-size: 32px;           /* mida del chevron */
  line-height: 1;
  cursor: pointer;
}
.alt-carousel-nav button:hover { opacity: .6; }
p {
	color: #000 !important;
}
.txt-18-25 p, .txt-18-25 a, .txt-18-25 span{
	font-size: 18px !important;
		line-height:25px !important;
}