@media screen and (min-width: 300px) and (max-width: 767px) {
.secc_desktop{
	display: none;
	}
.secc_phone{
	display: -webkit-box;
	}

  .img-size-logo{
    width: 70% !important;
    margin-bottom: 50px;
    animation: zoom-in-zoom-out 10s ease infinite;
  }

  .section-padding-ofertas{
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-padding-contacto{
    padding-top: 0px;
    padding-bottom: 100px;
  }

	.bg-header-mobile{
		background-image: url(img/portada-web3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	    border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	}

	.logo-header-mobile{
		width: 100px;
	}

  .bg-card{
    height: 250px;
    padding: 20px 15px 15px 15px;
    margin: 0px 13px 25px 13px;
    border: 0px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
  }

  .title-product{
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0px;
  }

  .subtitle-product{
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 0px;
  }

  .price-product{
    display: flex;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
  }

  .tachado {
    position: relative;
    top: 2px;
    color: #fff;
    text-decoration-color: #FF4848 !important;
    text-decoration: line-through;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-left: 5px;
    margin-right: 10px;
  }

  .feature-product{
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .add-button{
    color: #fff;
    font-size: 20px !important;
  }

  .align-content{
    position: absolute;
    bottom: 5%;
    padding-top: 50%;
  }

  .align-button-oferta{
    position: absolute;
    bottom: -7%;
    left: 35%;
    transform: scale(1);
    transition: .5s ease-in-out;
  }

  .add-button-oferta{
    color: #fff;
    font-size: 50px !important;
    text-shadow: 1px 0px 8px #000;
  }

  .titulo-ofertas{
  	font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .bg-card-categorias{
    height: 250px;
    padding: 20px 15px 15px 15px;
    margin: 0px 13px 50px 13px;
    border: 0px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
  }

  .titulo-categorias{
  	font-size: 30px;
    font-weight: 400;
    color: #000;
	margin-top: 50px;
    margin-bottom: 20px;
  }

  .title-category{
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
  }

  .align-content-category{
    position: absolute;
    bottom: 5%;
  }

  .realizar-pedido{
    width: 150px;  
  }

  .llamanos-ahora{
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .texto-domicilio{
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
  }

  .texto-envio{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
  }

  .texto-direccion{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    margin-bottom: 0px;
  }

  .bg-footer{
    background-color: #000;
  }

  .img-footer{
    width: 350px;
    margin-bottom: 0px;
  }

  .regresar-pagina{
    color: #fff;
    font-size: 20px !important;
    font-weight: 600 !important;
    position: relative;
    animation: mover-regresar 6s ease infinite;
  }

  @keyframes mover-regresar {
    0% {
      right: 10px;
    }
    50% {
      right: -10px;
    }
    100% {
      right: 10px;
    }
  }

  .scroll-down{
    color: #fff !important;
    font-size: 30px !important;
    position: relative;
    animation: scrollear 2s ease infinite;
  }

  @keyframes scrollear {
    0% {
      top: 0px;
    }
    50% {
      top: 50px;
    }
    100% {
      top: 0px;
    }
  }

  .posicion-texto-destacado{
    position: relative;
    top: 70px; 
  }

  .nombre-categoria{
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 120%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-shadow: 2px 2px rgba(0,0,0,.6);
  }

  .descripcion-categoria{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0px;
    text-shadow: 2px 2px rgba(0,0,0,.6);
  }

  .subdescripcion-categoria{
    text-align: justify;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0px;
  }

  .align-cintillo-estrella{
    position: absolute;
    top: -2%;
    left: 33%;
    transform: scale(1);
    transition: .5s ease-in-out;
  }

  .cintillo-estrella{
    color: #fff;
    font-size: 50px !important;
    text-shadow: 1px 0px 8px #000;
  }

  .align-content-destacado{
    position: absolute;
    bottom: 5%;
  }

  .titulo-populares{
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
    line-height: 30px;
  }

  .descripcion-product{
    text-align: justify;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .titulo-productos-listado{
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .descripcion-productos-listado{
    text-align: justify;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 50px;
  }

  .bg-card-listado{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    border-radius: 15px;
    margin-bottom: 50px;
  }

  .rounded {
      border-radius: 10px !important;
  }

  .nombre-producto-listado{
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .descripcion-producto-listado{
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .precio-producto-listado{
    display: flex;
    text-align: left;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
	line-height: 150%;
  }

  .tachado-producto {
    position: relative;
    top: 2px;
    color: #000;
    text-decoration-color: #FF4848 !important;
    text-decoration: line-through;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-left: 7px;
    margin-right: 10px;
  }

  .align-button-listado{
    position: absolute;
    left: 80%;
    transform: scale(1);
    transition: .5s ease-in-out;
  }

  .add-button-listado{
    background-color: #fff;
    color: #000;
    font-size: 50px !important;
	border-radius: 100%;
  }

}