@media (max-width: 1920px){
body{
    margin: 0;
    padding: 0;
}

.PieDePag{
    display:flex;
    background-color: black;
    line-height: 12px;
    gap: 15px;
}

.Contact a{
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.Contact ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.Contact img
{
width: 30px;
height: 30px;
margin-right: 10px;
}

.Contact h4
{
margin-bottom: 10px;
}

.FormasPago {
    display: flex;
    flex-direction: column;
    gap: 17.5px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
    width: 275px;
}

.FormasPago h4
{
margin-bottom: 0.5px;
}

.FormasPago p
{
margin-bottom: -30px;
width: 275px;
line-height: 30px;
}

.Visa{
    width: 75px;
    height: auto;
    margin-top: -20px;
}

.MercadoPago{
    width: 50px;
    height: 50px;
    margin-top: -20px;
    margin-left: 30px;
}

.MasterCard{
    width: 200px;
    height: auto;
    margin-top: -30px;
    margin-left: -10px;
}


.Horario ul {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.Horario h4
{
margin-bottom: 0.5px;
}

.Horario p
{
margin-bottom: 1px;
width: 275px;
line-height: 15px;
}

.Envios ul {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.Envios h4
{
margin-bottom: 0.5px;
}

.Envios p
{
margin-bottom: 1px;
width: 275px;
line-height: 22px;
}

.Reservado {
  background-color: black;
  border-top: 1px solid #333;
  text-align: center;
  padding: 10px 0;
}

.Reservado p{
font-family: "Montserrat", sans-serif;
font-size: 14px;
color: white;
justify-content: center;
text-align: center;
}

.DHL {
    width: 180px;
}
}



@media (max-width: 760px){
body{
    margin: 0;
    padding: 0;
}

.PieDePag{
    display:flex;
    flex-direction: column;
    background-color: black;
    line-height: 12px;
    gap: 15px;
}

.Contact a{
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.Contact ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.Contact img
{
width: 30px;
height: 30px;
margin-right: 10px;
}

.Contact h4
{
margin-bottom: 10px;
}

.FormasPago {
    display: flex;
    flex-direction: column;
    gap: 17.5px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
    width: 275px;
}

.FormasPago h4
{
margin-bottom: 0.5px;
}

.FormasPago p
{
margin-bottom: -30px;
width: 275px;
line-height: 30px;
}

.Visa{
    width: 75px;
    height: auto;
    margin-top: -20px;
}

.MercadoPago{
    width: 50px;
    height: 50px;
    margin-top: -20px;
    margin-left: 30px;
}

.MasterCard{
    width: 200px;
    height: auto;
    margin-top: -30px;
    margin-left: -10px;
}


.Horario ul {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.Horario h4
{
margin-bottom: 0.5px;
}

.Horario p
{
margin-bottom: 1px;
width: 275px;
line-height: 15px;
}

.Envios ul {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.Envios h4
{
margin-bottom: 0.5px;
}

.Envios p
{
margin-bottom: 1px;
width: 275px;
line-height: 22px;
}

.Reservado {
  background-color: black;
  border-top: 1px solid #333;
  text-align: center;
  padding: 10px 0;
}

.Reservado p{
font-family: "Montserrat", sans-serif;
font-size: 14px;
color: white;
justify-content: center;
text-align: center;
}
}