@import"colors.css";
@import"commons.css";
@import"header.css";
@import"footer.css";

header img{
  padding: 200 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 40px;
  display: flex;
  justify-content: space-around;
}

nav ul li {
  margin: 0 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

/* Nuestra linea de productos */

.a-item {
  height: 450px;
}

.a-img {
  height: 100%;
  object-fit: cover;
}

/* fin carrousel nuevo */


/*   carrousel nuevo*/
.c-item {
  height: 700px;
}

.c-img {
  height: 100%;
  object-fit: cover;
}


/* catalogos */

.b-item{
  height: 480px;
}

.b-img{
  width: 100%;
  object-fit: cover;
}


section {
  background: url('/img/lino.png') no-repeat center center fixed;
  background-size: 100% 100%
}



#carrousel1{
  font-family: 'Pacifico', cursive;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px black;
  padding: 10px;
  border-radius: 5px;
}

/* carrousel clientes */

#carrouselclientes{
  height: 624px;
  position: relative; 
}

#imagenescarrousel1{
  font-family: fredoka;
  font-size: 60px;
  position: absolute;
  top: 30%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px black;
  padding: 10px;
  border-radius: 5px;
}

#imagenescarrousel2{
  font-family: fredoka;
  font-size: 60px;
  position: absolute;
  top: 30%;
  left: 70%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px black;
  padding: 10px;
  border-radius: 5px;
}

#titulo {
  font-family: Pacifico;
  font-weight: 100;
  font-style:normal;
  color: #fff;
  font-size: 50px;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 4px black;
  margin-top: 10px;

}

#historia{
  color: #754e32;
  font-family: Palatino;
}

#historia2{
  font-family: catamaran-light;
}

#prefiere{
  font-family: pacifico;
  color: #c03019;
}

#titulos{
  font-family: 'Pacifico', cursive;
  color: #754e32;
}

#content{
  font-family: catamaran-light;
}

#texto {
  font-size: 24px;
  margin: 10px 0;
  padding: 0;
}

.custom-column img {
  object-fit: cover;
}

.image-container img {
  width: 100%; 
  height: auto;
}

.titulopreguntas p{
  font-family: catamaran-light;
}

/* Accordion */

.question{
  border-bottom: 1px solid #fff;
}
body{
  width:100;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background-color: #000;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.preguntas-container{
  max-width: 1000px;
  margin: 0 auto;
  font-family: catamaran-medium;
  color: black;
}

.preguntas button{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border:none;
  outline: none;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;  
}

.preguntas p{
  font-size: 22px;
  max-height: 0;
  opacity: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.6s ease;
}

.d-arrow{
  transition: transform 0.5s ease-in ;
}

.preguntas p.show{
  max-height: 750px; 
  opacity: 1;
  padding:0px 15px 30px 15px;
}

.preguntas button .d-arrow.rotate{
  transform: rotate(180deg);
}

/* carrousel texto */

.carousel-text {
  font-family: Palatino;
  font-size: 40px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  border-radius: 5px;
}

#titulosproductos{
  font-family: 'Pacifico', cursive;
  color: #991916;
}

/*productos */

.image-container {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image-container img {
  width: 553px;
  height: 405px;
  transition: opacity 0.3s ease-in-out;
}


#lineaproductos{
  color: #991916;
  font-family: Palatino;

}

/* por que la gente nos prefiere */

#tituloprefieres{
  font-family: 'Pacifico', cursive;
  color: #754e32;
}

/* Catalogos */

.carouselcatalogo {
  font-family: 'Pacifico', cursive;
  font-size: 40px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.linea{
  height: 3px;
  background-color: var(--color-secundary);
}


/*  formulario */

#fondocontacto{
  margin: 0;
  padding: 0;
  background: url('/img/formulario.png') no-repeat center center fixed;
  background-size: cover;
}

#containerform {
  background-color: rgba(102, 93 , 93, 0.7); 
  padding: 20px;
  width: 1200px;
  margin: auto;
  margin-top: 120px;
}

label{
  font-family: catamaran-semibold;
  font-size: 20px;
  color: white;
}

/* supermercados */
.custom-column 
{
  justify-content: space-between;
}

#whatsapp-button {
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

#whatsapp-button img {
  width: 65px;
  height: 65px; 
}

/* texto img*/

.imagen-con-texto {
  position: relative;
}

.texto-sobre-imagen {
  font-family: palatino;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
}

/* Botones */

.btn-dark{
  border-color: #b91714 !important;;
  background-color: #b91714 !important;
  font-family: Catamaran-bold !important;
  
}

.btn-productos {
  font-family: Catamaran-bold;
  background-color: #b91714;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display:inline-flexbox;
  font-size: 19px;
  border-radius: 50px;
}

/* alert  */

.alert-success{
  background-color: #b91714 !important;
  color: white !important;
}

/* card productos hover*/
.card {
  margin-bottom: 0%;
}



.card-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5); 
  opacity: 0; 
  transition: opacity 0.3s;
}

.card:hover .card-overlay {
  opacity: 1;
}


.card-overlay h3 {
  font-family: palatino;
  color: #c01618; 
  font-size: 50px;
}

.card-overlay p {
  font-family: palatino;
  color: #c01618; 
  font-size: 16px;
}


/* card horarios */
.tamaño{
  width: 120px !important;
  gap: 3;
}

/* slider mapa */
.wrapper {
  display: flex;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
  background: #f2f2f2;
}

.wrapper i:first-child {
  left: -22px;
  display: none;
}

.wrapper i:last-child {
  right: -22px;
}

.carouselmap {
  height: 300px;
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.carouselmap.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carouselmap.dragging img {
  pointer-events: none;
}

.carouselmap img {
  height: 100%;
  object-fit: cover;
  user-select: none;
  width: 100%; 
}

.carouselmap img:first-child {
  margin-left: 0px;
}



@media screen and (max-width: 550px) {
  .carouselmap img {
    width: 100%;
  }
}

/* fin slider mapa */

