* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333; 
  


  
}

/* Header Styles */
.header {
  width: 100%;

  /*border:3px solid blue; */
  
}

.navbar {
  width:100%;
  padding: 0 2rem;
  background-color: red;
  
  /*border:3px solid blue ;*/

}

.nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width:  100%;
  margin: 0 auto;
  height: auto;

 /* border:4px solid  yellow;*/
  
}

/* Logo Styles */
.logo-link {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 70px;
  width: auto;
}



/* Navigation Menu */
.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 2rem;
}

.nav-item {
  position: relative;
}

.nav-link {
  text-decoration: none;
  color: #6d55b2 ;
  font-weight: bolder;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-link:hover {
  color: #4F46E5;
}

/* Dropdown Styles */
.dropdown-toggle i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.dropdown.active .dropdown-toggle i {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffa69e ;
  min-width: 200px;
  /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);*/
  border-radius: 8px;
  padding: 0.5rem 0;
  list-style: none;
  opacity: 0.8;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  filter: opacity(0.8);
}

.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #6d55b2;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.dropdown-link:hover {
  background-color: #f8f9fa;
  color: #4F46E5;
}


/*Estilos de la seccion quienes somos */


.quienes-somos{
 position: relative;
 top:30px; 
 display: grid;
 place-items: center;
 /*border: 1px solid yellow ;*/
 width: 80%;
 margin: auto;
 height: auto;
}


.quienes-somos-cont{
 /*display: grid;
 place-items: center; */
/* border: 3px solid green; */
 width: 50%;
 height: auto;
 text-align: center;
 padding:1em;
 
 
}


.quienes-somos-cont p{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #6d55b2;
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.8em, 2.5vw, 1em );
  


}


/* Social Media Styles */
.social-media {
  display: flex;
  gap: 1rem;
  align-items: center;
}


.social-media1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: white;
}


.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #6d55b2 ;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}


.social-link1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #ffa69e ;
  color: white ;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}


.social-link:hover {
  background: white;
  color: #807182;
  transform: translateY(-2px);
}



.social-link1:hover {
  background: white;
  color: #ffa69e;
  transform: translateY(-2px);
}



/* Mobile Menu Toggle */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.bar {
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Demo Content */
.main-content {
  max-width: 100%;
  margin-top: 5px;
  background-image: url(img/fondo-pasteleria.png);
  background-position: center;
  /*border: 3px solid black;*/
}

.hero {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #ffa69e;
  color: #6d55b2 ;
  min-height: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: opacity(0.9);
  gap:1em;
  
}

.hero h1 {
  font-size: 4.5rem;
  margin-bottom: 0.2rem;
  z-index: 1000;
  font-weight: 500;
 font-family: "Allura", cursive;
  font-style: normal;
  color:#6d55b2 ;
}



h1{
  font-size: 4.5rem;
  margin-bottom: 1rem;
  z-index: 1000;
  font-weight: 500;
 font-family: "Allura", cursive;
  font-style: normal;
  color:#6d55b2 ;
  text-align: center;

}


.hero button{

font-size: 1rem;

}


.title-cont h1{
position: relative;
top:50px;  
text-align: center;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-size: clamp(3em, 2.5vw, 1em);

}


#title-cont-cupcake{
  position: relative;
  top:580px;
}



#title-cont-tartas{
  position: relative;
  top:750px;
}


.hero p {
  font-size: 1.2rem;
  max-width: 600px;
  z-index: 1000;
  font-weight: bolder;

}

/********************************************************************* Aqui comienza mi codigo *************************************************************************/


.cupcakes_description {
  position : relative;
  top:200px;
  width:80%;
  height : 450px;
  margin :auto;
  /*border : 1px solid black;  */
}


.section-main-content{
/*border: 1px solid black ;*/
position: relative;
top: 200px;
margin: auto;
width: 80%;
height: auto;
/*border: 3px solid yellow ;*/

}



.cont-invite{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
gap: 2em;
/*border:3px solid red;*/

}


#invite1{
display: flex;
flex-direction: column;
justify-content: center;
gap:1em;
height: auto;
padding:0.5em;
background-color: #ffe2df;
width: 450px;


}


.invite-child{
border-radius: 10px;
padding: 0.5em;
color:white;
font-weight: 500;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
background-color: #ffa69e ;


}


.invite-child:hover{
  cursor: pointer;
  transform: translate(-3px,2px );
   

}

.text-categoria{
font-size: 2em;
text-align: center;

}

.invite-child a{
text-decoration: none;
color: white;

}

#invite2{
max-width: 350px;
}


#text-invite{
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-size: 1.5em;
font-weight: 550;
text-align: center;
color:#6d55b2 ;

}


#invite3 figure img {
display: block;
max-width: 100%;
height: auto;
width: 450px;

}


#invite3 {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
gap: 1em;

}

#invite3 button {
font-size: 1em;
}



.product-section{
 position : relative;
 top:300px;
 width:80%;
 height : auto;
margin :auto;
background-color: #fefefe; 
}



.product-cont{
 position: relative;
display: flex;
flex-wrap: wrap;
height: auto;
justify-content: space-around;
align-items: flex-start;
/*border: 3px solid blue;*/
}



.product-item{
border: 2px solid #ffa69e  ;
padding: 1em;
border-radius: 8px;
}


.product-item:hover{
  cursor: pointer;
   
}


.product-item h3{
text-align: center;
color:#6d55b2 ;
font-weight: bolder;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;  
font-style: normal;

}

.boton{
 position: relative;
 top:0.5em; 
text-align: center;

}

button{
position: relative;
padding:1em;
background-color: #6d55b2 ;
color: white;
border-radius: 10px;
}

button:hover{
  background-color: white;
  cursor: pointer;
  color:#6d55b2 ;
  font-weight: bolder;
  border: 1px solid #6d55b2 ;
}

figure img{
display: block;
max-width: 100%;
height: auto;
width: 250px;


}


.sect-video-promo{
  position: relative;
  top:400px ;
  margin: auto;
  /*border: 1px solid black; */
  height: 450px;
  width: 80%;

}




.video-cont{
 /*border: 5px solid #ffa69e  ; */
 border-radius: 8px;
 width: 40%;
 height: 450px;
 margin: auto;
 overflow: hidden;

}


.video-cont video{
 max-width: 100%;
 height: 450px;
 width: 100%; 
 object-fit: cover;


}





/*********************** Seccion preguntas frecuentes ***********************************/


#title-preguntas{
position: relative;
top:480px;
/*border: 1px solid black;*/
}

#title-preguntas h2 {
color: #6d55b2;
text-align: center;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;


}


.preguntas-frecuentes{
position: relative;
top:500px;
margin: auto;
width: 80%;
height: auto;
/*border:1px solid black;*/

}


.cont-accordion{
display: grid;
place-items: center;

grid-gap: 1em;
padding: 1em;
margin: auto;
/*border:3px solid blue ;*/


}

.accordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  cursor: pointer;
  padding: 0.5em;
  width: 50%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1em;
  font-weight: bolder;
  background-color: #ffe2df ;
    color:#6d55b2 ;
}

.active, .accordion:hover {
  background-color: white;
  color:#6d55b2 ;

  
}

.panel{
  background-color: white;
  display: none;
  overflow: hidden;
  }


.panel p{
  text-align: center;
  
  }

.simbolo{
font-size: 2em;

}

.opinion{
 position : relative;
 top:600px;
 width:80%;
height : auto;
margin :auto;
/*border:1px solid black; */

}

.opinion h3{
 position : relative;
 top:3em;
 color: #6d55b2 ;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;


}


.opinion-flex{
display: flex;
justify-content: space-around;
gap:3.5em;
flex-wrap: wrap;
/*border: 1px solid black ;*/

}

.opinion-item{
flex-basis: 250px;
align-items: center;
/*border: 1px solid black;*/
font-weight:bolder;

}

.opinion-item:hover{
 cursor: pointer;

}

.opinion-text{
color: #807182;
font-weight: 500;
text-align: justify;

}

.testimonio-text{
font-weight: bolder;
text-align: center;
color:#6d55b2 ;

}

.testimonio-text1{
position: relative;
top:1em;
text-align: center;
font-weight: bolder;
color:#6d55b2 ;

}


.symbol-opinion{
font-size: 2em;
color: #FFBC42;
text-align: center;



}

.sect-contact{
position: relative;
top: 750px;
/*border: 3px solid red;*/
height:auto;
width: 80%;
margin: auto;
padding:1em;
} 


.contactanos{
height:auto;
width:50%;
margin: auto;
/*border: 3px solid yellow;*/

}

/*responsive image*/

#cake-events{
display:block;
width: 650px;
max-width: 100%;
height: auto;
margin: auto;

}

.text-contact{
position: relative;
text-align: center;
/*border: 1px solid black;*/
font-size: 2em;
color:#6d55b2 ;
font-weight: bolder;

}


.text-contact h2{
  font-family: "Allura", cursive;
  font-weight:500;
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-style: normal;
  color:#6d55b2 ;
}


.text-contact p{
  font-size: clamp(1rem, 4vw, 3rem);
  
}

/*****************************************Estilos Footer*******************/

.footer{
  position: relative;
  top:900px;
  width:100%;
  height : 350px;
  margin :auto;
  background-color: #6d55b2 ; 

}
.footer_cont{
 position: relative;
 top: 10px; 
 display:flex; 
 flex-wrap: wrap;
 gap:4em;
 justify-content: space-around;
 align-items: center;
 /*border:3px solid yellow;*/
 width: 100%;
 background-color: #6d55b2 ;
}




.Legal{
  position:relative;
  top:10px;
  width:100%;
  height:auto;
  /*border: 3px solid black; */
  text-align: center;
  background-color: #6d55b2 
 
}


.footer-mobile-cont{
 display: flex;
 flex-wrap: wrap;
 
 justify-content: space-around;
}


.social-media-footer{
  display: flex;
  justify-content: center;
  align-items: center;

}



#outer-text{
position: relative;
top:-18px;
}



.text-mobile-footer{
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-size: 0.8em;
font-weight: 600;
text-align: center;
color:#ffa69e  ;
}


#cont-social{
 display: flex;
 justify-content: space-around; 
 align-items: flex-start;

 flex-grow: 0.5;
 text-align: center;
 

}




.Legal p a{
  color:#ffa69e; 
  text-decoration: none;
}

.logo-img_footer img{
height: auto;
width: 200px;
/*border:1px solid black;*/

}

/***********A partir de aqui footer mobile ***********/

.footer-mobile{
 position: fixed;
 bottom:0;
border:3px solid #6d55b2  ;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
width: 100%;
/*height:auto;*/
margin: auto;
background-color: #6d55b2 ;
filter: opacity(0.9);

}





.our_location,
.Preguntas-Frecuentes_footer,
.contacto_footer,
.social-media,
.logo-img_footer{

text-decoration: none;

}


.Preguntas-Frecuentes_footer
 h2 {
  font-family: "Allura", cursive;
  font-weight:550;
  font-size: 30px;
  font-style: normal;
  color:#ffa69e  ;
 text-align: center;


}

.contacto_footer h2{
font-family: "Allura", cursive;
  font-weight:550;
  font-size: 30px;
  font-style: normal;
  color:#ffa69e ;
 text-align: center;

}

.contacto_footer p a{
  text-decoration: none;
  text-align: center;
  color:#ffa69e;

}

.contacto_footer p{
text-align: center;


}


 .Preguntas-Frecuentes_footer p a{
  text-decoration: none;
  text-align: center;
  color:#ffa69e;

}

.Preguntas-Frecuentes_footer p{
text-align: center;

  
}

/*.buttom {
  position:relative;
  height:35px;
  width: 150px; 
  margin:20px auto;
  border-radius: 20px;
  text-align: center;
  padding:5px 5px 10px 10px;
  color:white;
  font-weight: bolder;
  background-color: #6d55b2  ;
  
} */



.buttom{
 display: flex;
 justify-content: center;
 align-items: center; 
position: relative;
margin: auto;
padding:0.5em;
background-color: #6d55b2 ;
color: white;
border-radius: 10px;
width: 7em;

}






.buttom a{
  
  text-decoration: none;
  color:white;
}


.buttom a:hover{
  
  text-decoration: none;
  color:#6d55b2;

}


.buttom:hover {
  background-color: white;
  cursor: pointer;
  border:1px solid #807182;
  color: #6d55b2;
}
  


.item  img{
  display: block;
  object-fit: cover;
  max-width: 350px;
  width: 100%;
  height: auto-fit;
  
}




/*******************************************************************************************Estilos  conocer mas *******************************************/




img{
display:block;
width: 100%;
max-width: 300px;
height: auto;
margin: auto;

/*border:1px solid blue;*/


}

#texto-conocer-mas{
 font-family: "Allura", cursive;
  font-weight:500;
  font-size: 3.5em;
  font-style: normal;
  color:#6d55b2 ;
 text-align: center;

}


/************************************** A partir de aqui la decoracion conocer mas **********************/


.pastel-cumple{
position: relative;
top:80px;
display: flex;
justify-content: space-around; 
/*border:10px solid black ; */
width: 80%;
height:auto;
margin: auto;
padding: 1em;

}

.pastel-cumple-cont{
display: flex;
flex-wrap: wrap;
justify-content: center;
height: auto;
width: 50%;
gap: 0.8em;
/*border: 3px solid yellow ;*/
}

.pastel-cumple-elemt:hover{
cursor: pointer;
transform: translateX(5px );
}


.pastel-cumple-cont1{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 50%;
gap: 1em;
/*border:3px solid blue;*/
}

.pastel-cumple-elemt{
display: flex;
flex-wrap: wrap;
/*border:3px solid yellow ;*/
justify-content: center;
align-items: center;
padding:1em;
background-color: #ffe2df;
color:#6d55b2 ;
border-radius: 8px;
}


.pastel-cumple-elemt p{
text-align: center;
padding:1em;
font-size: 1.2em;
font-weight: 600;


}


.pastel-cumple-elemt1{ 
/*border:3px solid blue;*/
align-items: center;
justify-content: center;

}


.pastel-cumple-elemt1:hover{ 
cursor: pointer;
transform: translateX(5px );


}



.pastel-cumple-elemt1 figure img{
display: block;
max-width: 100%;
height: auto;
width: 10em;
border-radius: 8px;
}



.detalle{
position: relative;
top:100px;
width: 100%;  
/*border:1px solid black;*/
height: auto;

}



.detalle-cont{
position: relative;
display: flex;
flex-wrap: wrap;
gap: 1em;
justify-content: space-around;
/*border:1px solid black;*/

}

.detalle-cont-item{
/*border: 1px solid black;*/
font-size: 1em;
padding: 1em;
background-color: #ffe2df;
color:#6d55b2 ;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 600;
border-radius: 8px;


}

.detalle-cont-item:hover{
cursor: pointer;
transform: translateX(5px );

}


.muestra{
position: relative;
top: 150px;
/*border: 3px solid red;*/
width: 80%;
height: auto;
margin: auto;

}


.text-muestra{
 text-align: center;
 font-size: 1.2em;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 color:#6d55b2 ;
 font-weight: 600;
 background-color: #ffe2df;
 border-radius: 8px;

}


.pastel-muestra-cont{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
flex-direction: row;
gap: 1em;
width: 50%;
margin: auto;
/*border: 3px solid  green;*/
height: auto;


}


.pastel-muestra{
/*border:3px solid green;*/

}


.pastel-muestra figure img {
display: block;
max-width: 100%;
height: auto;
width: 12em;
border-radius: 8px;

}
.pastel-muestra figure img:hover {
cursor: pointer;
transform: translateX(5px );


}


.action-cont{
position: relative;
top:200px;
/*border:3px solid blueviolet;*/
width: 25em;
margin: auto;

}


.action-cont-img figure img {
display: block;
max-width: 100%;
height: auto;
width: 10em;

}


#boton1{
position: relative;
top:35px;
text-align: center;

}


#boton1 a{
text-align: center;
margin: auto;
}


#boton1 button{
background-color: #6d55b2 ;
border: none;
width: 10em;

}



#boton1 button:hover{
background-color: white ;
border: 1px solid #6d55b2 ;
color: #6d55b2;
width: 10em;
}


/****A partir de aqui siguiente  seccion***/


.decoration{
  position: relative;
  top: 300px;
  width: 80%;
  height: auto;
 /* border: 3px solid lawngreen;*/
  margin: auto;

}


.decoration-cont{
/*border: 10px solid black;*/

}

.decoration-hero-cont{
 display: flex; 
 flex-wrap: wrap;
 justify-content: space-around;
 gap: 2em;
/*border:3px solid red ;*/


}

.text-hero{
 display: grid;
 place-items: center; 
/*border:3px solid darkgreen;*/
font-family: "Allura", cursive;
font-weight: 500;
font-style: normal;
color:#6d55b2  ;
font-size: 5em;
text-align: center;
max-width: 5em;
}


.decoration-hero figure img{
 display: block;
 max-width: 100%;
 height: auto;
 width: 650px ;

}


.decoration-hero figure img{
  -webkit-mask-image: linear-gradient(black,transparent);
   mask-image: linear-gradient(black,transparent);


  }

.decoration-detail{
position: relative;
top:100px;
display: grid;
gap:1em;
grid-template-columns: 1fr 1fr;
grid-template-rows:1fr 1fr ; 
/*border:3px solid yellow;*/
height: auto;

}


.decoration-pics{
  position: relative;
  top:100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:1em;
  /*border:3px solid blue;*/
}




.decoration-detail-iten{
 display: grid;
 place-items: center; 
/*border:3px solid mistyrose;*/
 font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
color:#6d55b2 ;
font-weight: 600; 
justify-self: center;
padding:2em;
background-color: #e6e6e6;
border-radius: 8px;

}

.decoration-detail-iten p{
 font-weight: 700;
 text-align: center;

}


.decoration-pics-iten img{
display: block;
max-width: 18px00%;
width: 9.375em;
height: auto;
border-radius: 8px;

}

.decoration-pics-iten:hover{
cursor: pointer;
transform: translateX(5px );
  
}


.cupcake{
position: relative;
top:650px;
display: flex;  
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
width: 80%;
height:auto;
padding: 1em;
margin:auto;
/*border: 1px solid red;*/


}

.cupcake-cont{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: auto;
width: 50%;
gap: 0.8em;
/*border: 3px solid yellow ;*/

}



.cupcake-cont1{
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 50%;
gap: 2em;
/*border:3px solid blue;*/

}


.cupcake-element{
display: flex;
flex-wrap: wrap;
/*border:3px solid yellow ;*/
justify-content: center;
align-items: center;
padding:1em;
background-color:#ffe2df;
color:#6d55b2 ;
border-radius: 8px;

}


.cupcake-element:hover{
cursor: pointer;
transform: translateX(5px );


}

.cupcake-elemt1 {
/*border:3px solid blue;*/
align-items: center;
justify-content: center;
}


.cupcake-element p {
text-align: center;
padding:1em;
font-size: 1.2em;
font-weight: 600;
text-align: center;


}


.cupcake-elemt1 figure img{
display: block;
max-width: 100%;
height: auto;
width: 10em;
border-radius: 8px;

}

.cupcake-elemt1 figure img:hover{
cursor: pointer;
transform: translateX(5px );

}



.detalle-cupcake{
position: relative;
top:700px;
width: 100%;  
/*border:1px solid black;*/
height: auto;


}

.cupcake-hero{
position: relative;
top:750px;
width: 100%;
height: 450px;
/*border:3px solid yellow;*/


}


.cupcake-hero-cont{
width: 25em;
/*border: 10px solid black;*/
margin: auto;


}

.cupcake-hero-cont figure img{
display:block;
max-width: 100%;
height: auto;
width: 350px;
object-position: cover;


}

#boton2{
 position: relative;
 top:42em; 
text-align: center;

}

#boton2 button{
 width: 10em;

}

#boton2 a{
 margin: auto;

}

.tartas{
position: relative;
top:800px;
display: flex;
justify-content: space-around;  
/*border:10px solid mistyrose ; */
width: 80%;
margin: auto;
height:auto;
padding: 1em;
  
}


.tartas-element{
display: flex;
flex-wrap: wrap;
/*border:3px solid yellow; */
justify-content: center;
align-items: center;
padding:0.8em;
background-color: #ffe2df;
color:#6d55b2 ;
border-radius: 8px;

}

.tartas-element:hover{
  cursor: pointer;
  transform: translateX(5px );


}



.tartas-element p{
  text-align: center;
padding:1em;
font-size: 1.2em;
font-weight: 600;
max-width: 20em;

}


.tartas-cont{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: auto;
width: 50%;
gap:0.8em;
/*border: 3px solid yellow ; */
}



.tartas-cont1{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 50%;
gap: 2em;
/*border:3px solid blue;*/

}



.tartas-element1{
 display:flex;
 flex-wrap: wrap; 
/*border:3px solid blue;*/
align-items: center;
justify-content: center;
gap: 2em;

}

.tartas-element1 figure img{
display: block;
max-width: 100%;
height: auto;
width: 10em;
border-radius: 8px;

}

.tartas-element1 figure img:hover{
cursor: pointer;
transform: translateX(5px );

}

/*#text-title{
 position: relative; 
 top:1400pxpx;
font-size: 6em;
font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:#6d55b2 ;


}*/




/**************** Decoracion Navbar responsive***********************/

.resp-nav a{
  text-decoration: none;
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:white;
}



  /* Navbar */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      
    }

    .logo {
      font-size: 1.3rem;
      font-weight: bold;
      color: #333;
    }

    /* Hamburger icon */
    .hamburger {
      display: none;
      flex-direction: column;
      justify-content: center;
      cursor: pointer;
      width: 30px;
      height: 25px;
      position: relative;
      transition: all 0.3s ease;
    }

    .hamburger span {
      position: absolute;
      height: 3px;
      width: 100%;
      background: #333;
      border-radius: 3px;
      transition: all 0.3s ease;
    }

    .hamburger span:nth-child(1) {
      top: 0;
    }

    .hamburger span:nth-child(2) {
      top: 10px;
    }

    .hamburger span:nth-child(3) {
      top: 20px;
    }

    /* Transformación a "X" */
    .hamburger.active span:nth-child(1) {
      transform: rotate(45deg);
      top: 10px;
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
      transform: rotate(-45deg);
      top: 10px;
    }

    /* Modal Menu */
    .modal {
      position: fixed;
      top: 0;
      right: 0;
      width: 80%;
      height: 75%;
      backdrop-filter: blur(20px);
      padding: 20px;
      z-index: 999;
      background-color: #6d55b2 ;
      filter: opacity(0.8);

      /* Animación */
      transform: translateX(100%);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .modal.active {
      border:1px solid black;
      transform: translateX(0);
      opacity: 1;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 1.5rem;
      cursor: pointer;
      background: #fff;
      border-radius: 50%;
      padding: 5px 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      transition: transform 0.2s ease;
    }

    .close-btn:hover {
      transform: scale(1.1);
    }

    .modal ul {
      list-style: none;
      padding: 50px 20px;
    }

    .modal ul li {
      border:1px solid white;
      margin: 25px 0;
      font-size: 1.3rem;
      color: #fff;
      font-weight: bold;
      cursor: pointer;
      transition: transform 0.2s ease, color 0.2s ease;
      text-align: center;
    }

    .modal ul li:hover {
      transform: translateX(5px);
      color: #333;
    }


    #logo-modal{
     position: relative;
     top:2px;
     border: 1px solid white;

    }


       #logo-modal:hover{
     cursor: pointer;
     transform: translateX(5px);
    }


      #logo-modal img{
     display:block;
     max-width: 100%;
     width: 150px;

    }
   

   /* Responsive */

    @media (max-width: 768px) {
   


      .hamburger {
        display: flex;
      }

    .nav-container{display:none
    }

    .footer{
    display: none;

    }


   .quienes-somos-cont{
  /*border: 3px solid green;*/
 width: 100%;
 height: auto;
 text-align: center;
 padding:1em;
 
 
}


   .video-cont{
 /*border: 5px solid #ffa69e  ;*/
 border-radius: 8px;
 width: 100%;
 height: 450px;
 margin: auto;
 overflow: hidden;

}


.video-cont video{
 max-width: 100%;
 height: 450px;
 width: 100%; 
 object-fit: cover;


}




body {
  
  padding-bottom: 900px;

  
}



  


    }

    
    @media (min-width: 769px) {
      .hamburger {
        display: none;
      }
      .modal {
        display: none;
      }

     div navbar {
      display: none;
     }

    .footer-mobile{
    display: none;

    }




    }
































