@media (max-width: 900px) {
  .logo img {
  width: 123px;
}
.btnCirculo{
  font-size:16px;
}
  .t-8 {
    font-size: 36px;
  }
  .banner .ti {
    margin-left: auto;
  }
}
/* > sm */
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .container.con-aire {
    padding-right: 30px;
    padding-left: 30px;
    overflow: hidden;
  }
  .container.con-aire > .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .container.con-aire .row > div {
    padding: 30px;
  }
}
/* md */
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .caja-4::before {
    content: "";
    height: 80%;
    z-index: 3;
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    background: #cccccc;
    opacity: 0.2;
  }
  .swiper-slide:last-child .caja-4::before {
    content: none;
  }
}
/*sm-md*/
@media (min-width: 576px) and (max-width: 767.98px) {
}
/*md-lg*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .caja-4:nth-child(2n)::before {
    content: none;
  }
  .caja-4:nth-child(2)::after,
  .caja-4:nth-child(1)::after {
    content: none;
  }
}
/*lg-xl*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* lg */
@media (min-width: 992px) {
  .menu-panel .urk {
    display: block !important;
  }
  .f-sw + div {
    display: block !important;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
/* xl */
@media (min-width: 1200px) {


      .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
  .menu-1 .submenu:before {
    content: "";
    display: block;
    height: 10px;
  }
  .menu-1 .submenu:before {
    height: 15px;
  }
  /*   .menu-1 > * > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #070707;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }  .menu-1 > *:hover > a:after {
    width: 100%;
    opacity: 1;
  } */
  .menu-1 > *:hover .submenu {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    transform: scale(1);
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .menu-panel .urk {
    display: none;
    overflow: hidden;
  }
  .menu-panel .switch {
    cursor: pointer;
    display: inline-block !important;
    overflow: hidden;
    background: #f8f8f8;
    margin-left: auto;
    font-size: 22px;
    color: #707070;
    border-radius: 120px;
    width: 42px;
    text-align: center;
    height: 42px;
    position: relative;
  }
  .menu-panel .switch i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-panel.on .switch {
    opacity: 0.6;
  }

  .form-control-3 label {
    float: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding: 5px 0 0 0;
    font-size: 14px;
  }
  .form-control-3 input {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .f-sw {
    cursor: pointer;
  }
  .f-sw + div {
    display: none;
  }
  .f-sw .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 14px;
  }
  .f-sw .fa::before {
    content: "\f078";
  }
  .f-sw.on .fa::before {
    content: "\f077";
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 1400px) {

}
@media (max-width: 1199.98px) {
  .m1 .li
{
    margin: 0;   
  }
.m1m
{
  width:100%;
    display:flex;   
    justify-content: space-between;
  }
  .m1m .li{
    padding:10px 0;
    margin:0;
  }
  .menus{
    max-height: calc(100vh - 92px);
    overflow: scroll;
  }
  header .wmenu-panel {
    display: block;
  }
  header .menu-panel .urk {
    display: block;
  }
  header .menu-panel .switch {
    display: none !important;
  }

  .menu-1 {
    width: 100%;
  }


  .menu-1 .sw-submenu {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    top: 5px;
    right: 15px;
    width: 45px;
    height: 35px;
    transition: all 0.2s ease;
  }
  .menu-1 .sw-submenu:after {
    font: 900 19px "Font Awesome 6 Pro";
    content: "\f078";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-1 .sw-submenu.on + .submenu {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    left: 0;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .menu-1 .sw-submenu.on {
    transform: scale(0.9);
    color: #ff7100;
  }
  .menu-1 .submenu a {
    color: #888;
  }
  .menu-1 .submenu {
    box-shadow: none;
    transform: none;
    transition: none;
  }
  .menu-1 .submenu a:after {
    content: none;
  }
  .menu-1 .submenu a {
    font-size: 18px;
  }
  .menu-1 > .sw-submenu:hover .submenu {
    position: relative;
    top: 0;
    left: 0;
  }
  .t-9 {
    font: 26px/1.3em CircularStd-Bold, arial;
  }
  .buscar-emprendedor {
    font-size: 20px;
  }
  .t-15 {
    font-size: 25px;
  }

  .t-14 {
    font-size: 19px;
  }
  .banner-top-home .t-8 {
    font: 110px/1.1em CircularStd-Black, arial;
  }
  .banner-top-home .nombre {
    position: static;
    left: auto;
    top: auto;
    z-index: 3;
    padding: 0 1rem;
  }
  .banner-top-producto .precio .t-2 {
    font-size: 40px;
  }
  .banner-top-producto .nombre,
  .banner-top-producto .precio,
  .banner-top-producto .cta {
    position: static;
  }


  .t-8 {
    font-size: 90px;
  }
  .t-2 {
    font: 25px/1.2em CircularStd-Black, arial;
  }
  .t-3 {
    font-size: 24px;
  }
  .t-4 {
    font-size: 21px;
  }
  .t-1 {
    font: 50px/1.2em CircularStd-Black, arial;
  }
  .caja-2 .el-2 {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 767.98px) {
  .btn1{
    font: 500 18px / 1.2em circular, arial;
    padding: 7px 14px 5px;
    text-align:center;
  }
  .btn-2, .btn2{
    font:500 18px/1.2em circular, arial;
    padding: 7px 15px 5px;
    text-align:center;
  }
  .btn3{
    font: 500 15px / 1.2em circular, arial;
    white-space: nowrap;
  }
  .bbb + div{
    display:none !important;
  }
  .banner-top-producto .nombre {
    font-size: 50px;
  }
  .t-18 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .slider-recetas .swiper-slide .con-palito::after {
    content: none;
  }
  .swiper-wrapper + .swiper-pagination {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
  }
  .funciones.off {
    height: 500px;
    overflow: hidden;
  }
  .funciones.off + .sw {
    display: block;
  }

  .funciones.off::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 3;
    background: linear-gradient(#fff0, #fff);
  }
  .funcion {
    flex-direction: column;
  }
  .funcion .icono {
    margin: auto;
  }
  .banner-top-home .nombre {
    font: 69px/1.1em CircularStd-Black, arial !important;
  }
  /*   .banner-top-home .img-1 {
    position: absolute;
    bottom: 2rem;
    top: auto;
    left: 2rem;
    z-index: 2;
    width: 180px;
  }
  .banner-top-home .img-2 {
    position: absolute;
    top: 1rem;
    bottom: auto;
    right: 2rem;
    width: 140px;
    z-index: 2;
  } */
}

/*< sm*/
@media (max-width: 575.98px) {
  .con-palitos:after,
  .con-palitos:before {
    content: none;
  }
}
/*< sm*/
@media (max-width: 400px) {
    .m1m .li{
      font-size: 16px;
  }
}
