.lora{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;
}

.josefin-sans{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;
}
.container1{
    position: relative;
    font-family: Josefin sans sans-serif;
    
}
a {
    color: black; /* Cambia "blue" por el color que desees */
  }
.container2{
    position: relative;
    font-family: Josefin sans sans-serif;
}
.container3{
    font-family: Lora serif;
    text-align: center;
    
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    padding: 10px;
    font-size: 20px;
    border-radius: 5px; 
}
.titleNosotros {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    padding: 10px;
    font-size: 20px;
    border-radius: 5px; 
    font-family: Josefin sans sans-serif;
}
.container-fluidGeneral{
    max-width: auto;
}
.nav.navbar {
    margin: 0;
    padding: 0;
    width: 100%;
  }   
.SobreNosotros{
    text-align: center;
}

h5{text-align: center;}

.titulo1{
    font-family: "Josefin sans";
    height: 250px;
    text-align: center;
}

.titulo2{
    text-align: center;
    font-family: "Josefin sans";
    height: 250px;
}
.Productos{
    text-align: center;
    font-family: "Josefin sans";
    padding: 5px;
}

.containerProductos{
    text-align: center;
}
.carousel-inner{
    max-width: 600px;
    margin: auto;
    padding: 30px;
}

.navbar {
    position: fixed;
    color: black;
}
.card{
    display: flex;
}
.Backgroundpedido{    
    background-color: #ff008841
    ;
}
.col-md-8
{
    background-color: bisque;
color: black;
text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.247);
font-size: 23px;
text-align: center;}

.title{color: black;}

.redes{text-align: center;}

.capsula{text-align: center;}

.Stickers{text-align: center;}

.Gif{width: 100%; 
    max-width: 600px; 
    margin: auto; }

.card-body2{background-color: white;}

.card-body3{background-image: url(fondocatalogo1.png);
color: black;
height: 155px;
font-size: x-large;}

.button-link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease;
    cursor: pointer;
}
.button-link img {
    display: block;
    width: 200px; 
    height: auto; 
}
.button-link:hover {
    transform: scale(1.1); 
}
.button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.button-link:hover .button-text {
    opacity: 1; 
}

h2,h3,h4,h5,body,p{color: black;}

footer{height: 50px;
width: 50px;}

.linea-separacion {
    border-top: 1px solid #000000;
    margin: 20px 0; 
text-align: center;}