/* Titillium Web */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* Utilities */
.bg-red {
  background-color: #F0413B;
} 
.text-red {
  color: #F0413B;
} 

/* Font Face */

@font-face {
  font-family: ITC-Avant;
  src: url('../fonts/ITC Avant Garde Gothic Pro-Medium.otf');
}

body {
  font-family: ITC-Avant;
}  
h1{
  font-size: 35px;
}
h1, h2, h3, h4, h5{
 font-family: "Titillium Web", sans-serif;
}
.section-title h2 {
  color: #77191d;
}
.container {
  width: 80%;
  margin: auto;
}
.navbar.scrolled {
  top: 0;
  background-color: #212529; 
}

.navbar{
  margin-bottom: 0.5px;
  top: 10px;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: background-color 0.3s ease;
} 
.navbar-brand {
  max-width: 150px;
  width: auto;
  display: inline-block;
}

img.custom-size {
  width: 308px; /* Ajustar el ancho */
  height: 216px; /* Ajustar la altura */
  object-fit: cover; /* Garantiza que la imagen no se deforme */
  display: block; /* Evita problemas de alineación */
}
.bonpreu {
  width: 80%; /* Se adapta al tamaño del contenedor */
  max-width: 100px; /* No será más grande de 100px */
  height: auto; /* Mantiene las proporciones */
  object-fit: cover;
  display: block;
}
iframe {
  width: 70%; /* Ancho predeterminado para pantallas grandes */
  border: 0;
  display: block;
  margin: 0 auto; /* Centra el mapa */
}

@media (max-width: 768px) { /* Dispositivos móviles o pantallas pequeñas */
  iframe {
    width: 100%; /* Ajusta el ancho al 100% del contenedor */
  }
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
nav ul li {
  padding: 6px 0px 6px 10px;
} 
nav ul li a {
  font-size: 14px !important;
  text-transform: uppercase;

}
.navbar-toggler{
  border: none !important;
  background-color: #E91938;
  color: #fff;
} 
.navbar-toggler-icon {
  background-image: url('../images/home/burger-bar.png');
}
.navbar-toggler:focus{
  box-shadow: none !important;
}
.m-nav{
  padding: 16px 0px;
}

.imagen {
  width: 20px; /* Define el ancho deseado */
  height: auto; /* Mantiene la proporción de la imagen */
  margin-top: 10px;
  border: 1px solid #000; /* Opcional: agrega un borde */
  border-radius: 5px; /* Opcional: esquinas redondeadas */
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Opcional: sombra */
}

.offcanvas-header {
  background-color: #000;
}
.btn-close {
  background-color: #fff;
  opacity: 1;
}
/* .carousel-item img {
  height: 90vh !important;
} */
.carousel-item::after{
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30); 
  z-index: 999;
  z-index: 1;
}
.carousel-indicators {
  bottom: 20%;
  z-index: 2;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.carousel-caption {
  right: auto;
  left: 10%;
  text-align: left;
  z-index: 2;
}
.carousel-caption h2{
  color: #fff !important;
}
/* ========== Home Page CSS Start Here =========== */
.brand-item{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.brand-item-1, .brand-item-2, .brand-item-3{
  padding: 80px 0px;
}
.brand-item-1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home/bg1.jpg');
}
.brand-item-2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home/bg2.jpg');
}
.brand-item-3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home/bg3.jpg');
}
.brand-item-4{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home/bg4.jpg');
  height: 70vh;
} 
.brand-content-title{
 font-family: "Titillium Web", sans-serif;
} 
.content-card {
  height: 220px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 2px solid transparent;
  transition: .5s all;
  border-radius: 10px;
}
.content-card h2 {
  border: 3px solid #f0413b;
  transition: .3s all;
  font-size: 25px;
} 
.content-card h2:hover{
  background-color: #f0413b;
  color: #fff;

}
.content-card:hover{
  border: 2px solid #f0413b;
}

.subscribe {
  background-color: #FAD1D7;
}
.contact-btn h1{
  border-radius: 100px;
} 
.subscribe {
  background-color: #FAD1D7;
}


footer {
  background-image: linear-gradient(to bottom, #000, #000);
}
footer .logo{
  max-width: 250px !important;
} 
footer p {
  line-height: 30px;
}
.footer-right p span{
  display: block;
}  
.footer-right p{
  margin-top: -5px;
}
.search-box {
  position: relative;
}
.copy-right {
  border-color: #75181c !important;
  font-size: 15px;
}
/* ========== Home Page CSS End Here =========== */


/* ========== l’ebrand Page CSS Start Here =========== */
.section-padding{
  margin-top: 150px;
}
/* ========== l’ebrand Page CSS End Here =========== */
.clients-logo-last img{
		height: 200px;
		width: 200px;
	}
.clients-logo-15 img{
		height: 200px;
		width: 200px;
	}
.clients-logo-14 img{
		height: 150px;
		width: 220px;
	}

/* ========== Qui-Som Page CSS Start Here =========== */
.oui-som-bg {
  background-image: url("../images/oui-som/oui-som-delivery.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 60vh;
  width: 100%;
}
.inner-contnet {
  background-color: #b29a9c;
}

/* ========== Qui-Som Page CSS End Here =========== */

/* ========== Products Page CSS Start Here =========== */
.product-item{
  position: relative;
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.product-item-1{
  background-image: url('../images/products/1.jpg');
}
.product-item-2{
  background-image: url('../images/products/2.jpg');
}
.product-item-3{
  background-image: url('../images/products/3.jpg');
}
.overlay-content {
  width: 100%;
  position: absolute;
  background-color: rgba(119, 25, 29, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  opacity: 0;
  transition: .3s all;
}
.product-item:hover .overlay-content{
  opacity: 1;
}
/* ========== Products Page CSS End Here =========== */

/* ========== Fabricants Page CSS Start Here =========== */
.fabricants-card h3 {
  color: #e4002b;
}
.fabricants-card-2{
  margin-top: 105px;
}
.fabricants-card img {
  width: 50%;
  margin: auto;
}
/* ========== Fabricants Page CSS End Here =========== */

/* ========== Contact Page CSS Start Here =========== */
.contact {
  background-color: #eee;
  padding: 30px 0px;
} 
.contact form {
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
form input, form select {
  padding: 15px !important;
}
.form-check{
  display: flex;
  align-items: center;
}
form .form-check-input{
  height: 20px !important;
  margin-right: 10px;
}
form button {
  background-color: #EC8494 !important;
  border-color: #888 !important;
  border-width: 2px !important;
  padding: 12px 15px !important;
  font-weight: 600 !important;
  transition: .3s all !important;
  color: #fff !important;
}
form button:hover{
  background-color: #888 !important;
}
/* ========== Contact Page CSS End Here =========== */


/* ========== Cuits Page CSS Start Here =========== */
.nav{
  border: 0;
}
.nav a {
  position: relative;
  color: #000 !important;
  font-weight: 600;
}
.nav .active{
  color: #e1251a !important;
}
.nav a::after {
  position: absolute;
  top: 19px;
  left: 6px;
  width: 4px;
  height: 4px;
  content: " ";
  background-color: #000;
  border-radius: 50%;
}
.nav a:first-child::after{
  position: relative !important;
  background-color: white !important;
}

.product-card-img {
  border: 2px solid #bd787d;
  height: 300px;
  text-align: center;
  padding: 10px;
}
.product-card-img:hover{
  background-color: #bd787d;
}
.product-card-img img{
  height: 100%;
}
.product-card-content{
  margin-bottom: 50px;
}
.product-title h3 {
  font-weight: 600;
  color: #77191d;
}
/* ========== Cuits Page CSS End Here =========== */

/* ========== Curats Details Page CSS Start Here =========== */
.product-details-bg {
  background-color: #E6E6E6;
  padding: 20px;
  margin-bottom: 30px;
}
.product-details-bg .section-title {
  margin-bottom: 20px !important;
}
.centre-duroc-gran-reserva{
  background-color: #fff;
}
.centre-duroc-gran-reserva .product-card-img{
  height: 350px !important;
}
.product-cards a {
  text-decoration: none;
  color: #000;
}
.nostre-equip-card {
  width: 80%;
  margin: auto;
} 
/* ========== Curats Details Page CSS End Here =========== */
