@media(max-width: 990px){
	.mainhead__button {
		display: block;
	}
	.mainhead__nav ul {
	    flex-direction: column;
	}

	.mainhead__nav {
	    position: absolute;
	    right: 0;
	    width: 0px;
	    transition: all 0.2s;
	    top: 0;
	    z-index: 100000;
	    background: white;
	    height: 100vh;
	}

	.mainhead__button {
	    position: absolute;
	    left: -40px;
	    top: 20px;
	    padding: 10px;
	    line-height: 1;
	    font-size: 1.1em;
	}
	.toggled .mainhead__nav{
		width: 200px;
	}
	.mainhead__nav ul {
	    padding: 20px;
	    text-align: center;
	    overflow: hidden;
	    width: 100%;
	}

	.mainhead__nav li {
		min-width: 150px;
	    margin-bottom: 10px;
	}

	.mainhead__logo {
	    width: 110px;
	}
	.tophead__form{
	    text-align: center;
	    margin-right: 0;
	}
	.tophead input[type="email"], .tophead input[type="text"], .tophead input[type="password"]{
	    width: 100%;
	    margin: 0 0;
	    padding: 2px;
	    margin-bottom: 3px;
	    text-align: center;
	}
	.tophead input[type="submit"]{
	    padding: 4px 20px;
	    width: auto;
	    margin:  0;
	}

	.tophead form {
	    width: 100%;
	    padding: 0 20px;
	    margin-bottom: 5px;
	}

	.tophead {
	    text-align: center;
	}

	.tophead__social {
	    order: 1;
	    margin-bottom: 0;
	}
	.scrl .mainhead{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000000;
		transition: all 0.4s;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(247, 247, 247, 0.97);
	}
	.scrl .mainhead__button{
		top: 15px;
	}
	.pasos__item {
	    width: 33%;
	    padding: 5px;
	}

	.pasos__item h3 {
	    font-size: 1em;
	}
	.block{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pasos__item {
	    width: 33%;
	    padding: 5px;
	}

	.pasos__item h3 {
	    font-size: 1em;
	}

	.tiendas__wrp {
	    flex-wrap: wrap;
	}
	.tiedas__item {
	    width: 33.333%;
	}
	.pasos__item {
	    width: 33%;
	    padding: 5px;
	}

	.pasos__item h3 {
	    font-size: 1em;
	}

	.tiendas__wrp {
	    flex-wrap: wrap;
	}

	.tiedas__item {
	    width: 33%;
	}
	.promociones__item {
	    text-align: center;
	    margin-bottom: 10px;
	}
	.tophead input[type="email"], .tophead input[type="text"], .tophead input[type="password"]{
		width: 49%;
	}
}
@media(max-width: 768px){	
	.tophead input[type="email"], .tophead input[type="text"], .tophead input[type="password"]{
		width: 100%;
	}
	.calculos__opciones li {
	    width: 24.6%;
	    margin: 0;
	    padding: 2PX;
	}

	.calculos__opciones {
		padding: 0;
		display: flex;
	}
	.tiedas__item {
	    width: 50%;
	}
	.pasos__item {
	width: 33%;
	padding: 5px;
	}

	.pasos__item h3 {
	font-size: 1em;
	}

	.tiendas__wrp {
	flex-wrap: wrap;
	}

	.tiedas__item {
	width: 33%;
	}

	.calculos__opciones li {
	width: 24.6%;
	margin: 0;
	padding: 2PX;
	}

	.calculos__opciones {padding: 0;display: flex;}

	.footer__direccion {
	text-align: center;
	}

	.footer__direccion p {
	margin: 0;
	}

	.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	}

	ul.footer__social {
	padding: 0;
	}
}
