@media (min-width: 900px) {
  /* --On/off--*/
  .aling-main {
    text-align: inherit;
  }
  .p-relative {
    position: relative;
  }
  .display-responsive {
    display: inherit !important;
  }
  .display-responsive-initial {
    display: initial !important;
  }
  .display-mobile{
    display: none;
  }
  .masthead-navigation,
  .navbar-text,
  .text-histry {
    display: initial;
  }
  .nav-logo {
    display: initial !important;
  }
  .nav-trigger,
  .logo,
  .logo_main_movil,
  .nav_redes {
    display: none;
  }
  .nav_redes {
    display: none !important;
  }
  .creative-shape {
    display: inherit;
    position: absolute;
    bottom: -5em;
  }
  .text-aling{
    text-align: left;
  }
  /*-- Header --*/
 
  .banner-area{
    padding: 8em 7em;
    
  }
  .appointment-area {
    position: relative;
    z-index: -1;
  }
  
  .appointment-area.appointment-form-two {
    margin-bottom: -65px;
  }
  .masthead{
    overflow: hidden;
  }
  .navbar.is-sticky {
    padding: 1em 8em;
  }
  .single-banner-content h1{
    text-align: left;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .img-mobile-choose {
    width: 600px;
    height: 100%;
    max-width: 600px;
  }
  .single-banner-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .single-banner-content p {
    font-size: 18px;
  }
  .hero-slider-area {
   
    height: auto;
  }
  
  
}
@media (min-width: 600px) and (max-width: 1000px) {
  .feedback-content {
    width: 500px;
  }
  .display-responsive {
    display: none !important;
  }
  .menu-gallery img {
    width: 100%;
    margin-bottom: 10px;
  }
 
  .single-delicious-menu {
    height: auto;
  }
  .nav-trigger,
  .logo,
  .logo_main_movil,
  .display-mobile{ 
    display: initial;
  }
  #contenedor_icono_chat_minimizado {
    bottom: 40%;
  }
  .chat-ia-facturalaya {
    bottom: 30%;
  }
  .about-us-area .owl-dots {
    bottom: -30px;
  }
  .img-mobile-choose {
    margin-top: 1em;
    max-width: 400px;
  }
  /* Estilos para el botón de acceso en móvil */
  .primary-mobile-nav .btn-default-theme {
    display: inline-block !important;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .primary-mobile-nav .btn-default-theme.color-white {
    background: #2cc362;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 1100px) {
  .nav_redes, .display-mobile{
    display: initial;
  }
  .creative-shape {
    display: inherit;
    position: absolute;
    bottom: 0;
  }
 
  .display-responsive {
    display: inherit !important;
  }
  .display-responsive-initial {
    display: initial !important;
  }

  .page-main {
    flex-grow: 0.3;
    height: 800px;
  }
  .wrapper {
    min-height: auto;
  }
  .feedback-content {
    width: 700px;
  }
  .navbar.is-sticky {
    padding: 0.3em 2em;
  }
  .about-us-area .owl-dots {
    bottom: -30px;
  }
}

@media only screen and (max-width: 991px) {
  .primary-mobile-nav {
    width: 90vw;
    min-width: 250px;
    max-width: 400px;
    right: -100vw;
  }
  .display-mobile-menu .primary-mobile-nav {
    right: 0;
  }
  .primary-mobile-nav .btn-default-theme {
    display: block !important;
    margin: 20px auto;
    width: 90%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border-radius: 8px;
    background: #2cc362 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .acceso-movil-fixed {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
    z-index: 9999;
  }
  .btn-acceso-movil {
    display: inline-block;
    width: 90%;
    font-size: 1.1em;
    font-weight: bold;
    padding: 14px 0;
    border-radius: 8px;
    background: #2cc362 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 992px) {
  .acceso-movil-fixed {
    display: none !important;
  }
}
