*{
margin: 0;

}
body {
   font-family: 'Libre Bodoni', serif;
background-color: #F2F2F2;
   
}
.navbar{
    background-color: #D9A86C;
    display:flex;
    justify-content: end;
    
}
.navbar ul{
    display: flex;
    gap: 1rem;
    margin: 1.9%;

}
.navbar ul li{
    list-style: none;
}
.navbar ul li a{
    text-decoration: none;
   color:black;
   font-size: 100%;
   transition: .5s ease;

}
.navbar ul li a:hover{
color:#fff;
font-size:120% ;

}
.inicio{
    background-color: #F2D0A7;

}
.svg_inicio{
    margin-bottom: -2%;
}

.logo{
    display: flex;
    margin-left: 5%;
    
}
.logo_imagen{
    margin-top: 2%;
}


.titulo_inicio{
 
    position: relative;
   display: flex ;
   margin-top: -30%;
   margin-left: 30%;
   justify-content: center;
   font-size: 370%;
color: black;
}
.texto_inicio{
    position: relative;
display: flex;
    margin-top: 2%;
    margin-left: 38%;
    font-size: 140%;
    color:black;
    margin-bottom:5.4%;
}
.cont_productos{
   
margin-bottom: -5%;
}

.titulos{
 margin-top: -0.1%;
    font-size: 330%;
    display: flex;
    justify-content: center;
}
.texto_descripcion{
  
    display:flex;
font-size: 120%;
justify-content: center;
margin: 7%;
}

.galeria{
    display: flex;
justify-content: center;
margin: 2%;
}
.galeria img{
    width: 25%;
    object-fit: cover;
    opacity: 1;
    transition: .2s ease;
    border-radius: 5%;
 
}
.galeria img:hover{
    opacity: 3;
    filter: contrast(120%);
    transform: scale(115%);
   
}
.btn_productos{
    text-align: center;
    margin-bottom: 5%;
}
.btn_productos  a{
  background-color:#F2913D;
    color: black;
    padding: 3%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 150%;
    margin: 2%;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 25%;
}
.btn_productos  a:hover{
    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.24),0 12px 20px 0 rgba(0,0,0,0.19);
    color: #fff;
    padding: 5%;
}
.pie_pagina{
    background-color: #F2D0A7;
}
.titulo_pie_pagina{
    margin-top: 8%;
    font-size: 330%;
    display: flex;
    justify-content: center;
    color:black;

}
.pie_pagina .opciones {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 150%;
}
.pie_pagina .opciones a{
color: black;
text-decoration: none;
padding: 3%;
}
.pie_pagina .opciones a:hover{
 color: #fff;
    
}

/* productos*/

.titulo_productos{
    position: relative;
    display: flex ;
    margin-top: -30%;
    margin-left: 30%;
    justify-content: center;
    font-size: 370%;
 color:black;
 font-weight: bold;
}
.texto_productos{
    position: relative;
display: flex;
    margin-top: 2%;
    margin-left: 38%;
    font-size: 140%;
    color:black;
    margin-bottom: 10%;
}

.muestras {
    display:flex;
    justify-content:space-between;
    margin: 5%;
    
}

.imagen1{
    width: 40%;
    border-radius: 20%;
    transition: .5s ease;
}
.imagen1:hover{
    transform: scale(120%);
    transition: .5s ease;
}

.imagen2{
    width: 40%;
    border-radius: 20%;
    transition: .5s ease;
}
.imagen2:hover{
    transform: scale(120%);
    transition: .5s ease;
}
.deditos{
    margin: 5%;
    margin-left: 7%;
    margin-right: 55%;
    
}
.tit_D{
    font-size: 250%;
}
.P_D{
    font-size: 120%;
}
.empanadas{
    margin: 5%;
    margin-top: -16%;
    margin-left: 60%;
    
}
.tit_E{
    font-size: 250%;
}
.P_E{
    font-size: 120%;
}
.pedidos{
    font-size: 200%;
    margin-top: 15%;
}

.btn_pedido{
    text-align: center;
    margin-bottom: 5%;
}
.btn_pedido  a{
  background-color:#F2913D;
    color: black;
    padding: 3%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 150%;
    margin: 2%;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 25%;
    
}
.btn_pedido  a:hover{
    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.24),0 12px 20px 0 rgba(0,0,0,0.19);
    color: #fff;
    padding: 5%;
}
@media screen and (max-width:950px){
    .navbar ul li a{
        text-decoration: none;
       color:black;
       font-size: 80%;
       transition: .5s ease;
    
    }
    .navbar ul li a:hover{
    color:#fff;
    }
    .logo{
        justify-content: center;
    }
    .logo img{
        width: 70%;
    }
    .titulo_inicio{
        font-size: 240%;
        margin-top: 10%;
        margin-left: 5%;
    }
    .texto_inicio{
        font-size: 120%;
     margin: 5%;
    }
         
    
    .titulos{
        font-size: 240%;
    }
    .texto_descripcion{
        font-size: 120%;
        margin: 5%;
    }
    .btn_productos a{
        margin: 5%;
    }
 .titulo_pie_pagina{
    font-size: 240%;
 }
 .pie_pagina .opciones {
    font-size: 120%;
 }
 .titulo_productos{
    font-size: 240%;
    justify-content: center;
    margin: 10%;
 }
 .texto_productos{
    margin: 5%;
    font-size: 120%;
 }

.tit_D{
    font-size: 140%;
}
.P_D{
    font-size: 100%;
    margin: 2%;
}
.empanadas{
    margin-top: -85%;
    margin-right: 5%;
}
.tit_E{
    font-size: 140%;
margin-left: -5%;
top: 10%;
margin-top: -40%;
}
.P_E{
    font-size: 100%;
}
.btn_pedido{
    margin-bottom: 10%;
}
}
