@media (min-width: 1600px) {}
@media (max-width: 1200px) {}
@media (max-width: 1024px) {
	.bk {
    background-size: 180% auto;
 
}
	.mobile{
		display: block;
	}
	.desktop{
		display: none !important;
	}
	.menu-open {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
}
	.menu-close {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
    position: absolute;
    right: 7px;
    top: 17px;
}
	.menu-open:hover {
		cursor: pointer;
	}
	.menu-show{left: 0 !important;
	  transition: all 0.3s ease;}
	.menu-hidde{}
	.menu{
		 transition: all 0.3s ease;
	}
	#header {
    /* position: fixed; */
    top: 0;
    /* margin: 0; */
    z-index: 9998;
}
	.header .content {
  
    width: 96%;
}
	h2 {
    margin: 0 0 10px 0;
 }
.hero {
   
width: 100%;
   
height: 450px;
   
margin: 0 auto;
   
left: 0;
   
/* background: red; */
}
	p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 22px;
}
.menu {
    position: absolute;
    border: solid 2px var(--violet);
    /* border-radius: var(--radio1); */
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--violet);
    border-radius: 0;
    height: 100dvh;
    flex-direction: column;
    width: 100%;
}
	.menu li {
    padding: 0;
    /* border-bottom: 1px solid #fff; */
    width: 100%;
}
	.img-chica {
    position: relative;
    width: 70%;
    height: auto;
    top: 50px;
    left: 50px;
    /* background: red; */
    margin: 0 auto;
    max-width: 380px;
}
	.dest1 {
    width: 165px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 10%;
}
	.dest2 {
    width: 125px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 67%;
}
	.dest3 {
    width: 104px;
    height: 114px;
    position: absolute;
    top: 220px;
    left: 30px;
}
	.titulo {
    position: absolute;
    top: 78%;
    left: 0;
    width: 100%;
    z-index: 1;
    box-sizing: content-box;
}
	.titulo h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    font-size: 20px;
    /* line-height: 0; */
}
	.titulo span {
    background-color: var(--violet);
    padding: 0;
    color: var(--orange);
    border-radius: var(--radio1);
    margin: 0 auto;
    width: 100%;
}
	.subtitulo {
    position: absolute;
    width: 100%;
    background-color: var(--orange);
    text-align: center;
    top: 90%;
    left: 0;
    padding: 16px 0 16px 0;
    border-radius: var(--radio1);
    box-sizing: border-box;
    z-index: 9996;
    font-size: 20px;
}
	.subtitulo h3 {
    margin: 0 auto;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
	.menu {
   position: absolute;
   border: solid 2px var(--violet);
   border-radius: var(--radio1);
   top: 0px;
   left: -130%;
   z-index: 10000;
   background-color: var(--violet);
   border-radius: 0;
   height: 100vh;
   flex-direction: column;
   width: 100%;
   align-items: flex-start;
   box-sizing: border-box;
   justify-content: flex-start;
   padding-top: 40px;
}
	nav {
    display: flex;
    width: 80%;
    justify-content: flex-end;
    align-items: center;
}
	nav ul li a {
   font-size: 24px;
   padding: 22px 10px;
   color: var(--white);
   transition: all 0.2s ease;
   cursor: pointer;
   text-align: left;
   display: inherit;
   text-transform: lowercase;
   font-weight: 800;
}
	.contact li a {
    color: var(--white);
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 0;
    line-height: 16px;
    width: min-content;
}
	.col-3-3 {

    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
	#beneficios {
    margin-top: 0;
}
	.benef-ind, .adv-ind {

    padding: 20px 30px;
  
}
	.benef-ind p, .adv-ind p {
		margin: 0;
}
	section, footer {
    padding: 0 0 80px 0;
    width: 100%;
}
	.col-2-2 {
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
}
	.envios-list h3, .entrega h3 span {
    text-align: center;
    width: 100%;
    margin: 10px 0;
    padding: 16px 8px;
    box-sizing: border-box;
    border-radius: var(--radio2);
}
	.entrega h3 br {
		display: none;
	}
	.envios-ind p span {
 font-size: 4.4vw;
 line-height: 3.8vw;
 clear: both;
 width: 100%;
 display: block;
}
	.envios-list h1 {
    text-align: center;
}
	.envios-cont {
 
grid-template-columns: repeat(2, 49%);
 
gap: 1%;
 
row-gap: 1%;
 
justify-content: space-between;
}
	.serv-cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3%;
}
	.serv-ind img{
    
    width: 50%;
    
}
	
	.serv-ind h3 {
    text-align: center;
    color: var(--violet);
    border: solid 3px var(--violet);
    border-radius: 50px;
    padding: 3px 0 3px 20px;
    margin: 20px 0 20px 0;
    float: right;
    width: 100%;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}
	.serv-ind p {
    text-align: center;
    font-weight: 700;
    float: right;
    width: 100%;
}
	#faq {
    margin-top: 0;
    padding: 40px 0 0 0;
}
	.entrega h1, .entrega h3 {
    text-align: center;
    margin-bottom: 30px;
}
	.benef-ind, .adv-ind {
  
display: flex;
  
flex-direction: column;
}
.faq, .form-cont  {
    width: 90%;
   
}
	.envios .imagen {
		/* background-color: red; */
		max-width: 50%;
		margin: 0 auto;
	}
	.serv-ind {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.serv-ind-cont{
    width: 80%;
    display: flex;
    flex-direction: column;
}
	.delivery-cont {
 
display: flex;
 
flex-direction: column;
}
	.logo-delivery img {
    max-width: 200px;
    margin: 0px auto;
 
}
	.banner-delivery {
    margin: 40px auto 0;
    padding: 20px 0;
    width: 100%;
}
	.delivery-txt p {
    font-size: 18px;
    text-align: center;
}
.benef-ind h2, .benef-ind p{
		text-align: center;
		font-size: 18px;
	}
	.botones-cont {
    width: 100%;
 
}
	.boton {
    width: 100%;
    padding: 20px 40px;
}
	.boton a img {
    width: auto;
    height: 30px;
 
}
	.num-cont {
    flex-direction: column;
}
	.num-cont span {
    margin: 0 0 10px 0;
    text-align: center;
}
	.envios-ind p {
 
    text-align: center;
}
	.envios-ind {
    padding: 20px 20px;
 
}
	.serv-ind img {
    margin: 0 auto;
    width: 70%;
}
	.footer {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: flex;
    flex-direction: column;
}
	.logo-footer {
 
    margin: 0 auto;
}
	.redes {
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    width: 80px;
    justify-content: space-around;
}
	.footer h1{
    text-align: center;
    margin: 20px 0 0 0;
}
	.footer p {
    text-align: center;
 
}
	.menu-footer {
 
/* display: none; */
}
	.menu-footer .menu{
 
/* display: none; */
 
position: relative;
 
/* color: var(--violet); */
 
text-align: center;
 
height: auto !important;
 
left: auto;
 
background-color: transparent !important;
}
	.footer-resto {
    display: flex;
    flex-direction: column;
}
	.benef-ico {
    margin: 0 auto 20px;
}
	.legales h1, .imprimir h1{
    width: 90%;
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto 40px !important;
}
	.faq, .legales-cont {
    width: 90%;
 
}
	.legales-cont {
    padding: 40px 30px;
 
}
	.imprimir {
 
    margin: 0 0 0 0;
}
	.faq-cont, .legales-cont {
    margin: 0 auto 0;
 
}
	.faq h2 {
    font-size: 18px;
    line-height: 22px;
}
	input[type="radio"]:checked ~ div {
    max-height: auto !important;
    display: contents;
}
	.sucursales {
    width: 90%;
 
}
	.sucursal-ind {
    display: flex !important;
    flex-direction: column !important;
		box-sizing: border-box;
		   padding: 20px 20px;
}
.sucursal-img {
    margin: 0 0 20px 0;
}
	.sucursal-info h2 {
          font-size: 20px;
        line-height: 26px;
}
	.sucursal-info h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
}
	.compra h1 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
}
	.compra {
     padding: 40px 0;
     width: 90%;
}
	.footer .menu a {
    font-size: 14px;
 
}
	.pagos img {
    width: 140px;
    margin: 0 auto;
}
	.firma{
    width: 100% !important;
    /* background-color: red; */
    display: inline-block !important;
}
		.firma a{
    text-align: center !important;
    float: none !important;
    margin: 40px auto !important;
    display: block;
}
}