/*IFRAME MEDIA*/
@media (max-height: 899px) {
    .link-ordenm iframe {
        height: 73%
    }
    .link iframe {
        height: 89%
    }
    .link-info iframe {
        height: 90%
    }
    iframe#myIframe {
        height: 89%
    }
}
@media (max-height: 880px){
    .link-info iframe {
        height: 87%;
    }
}
@media (max-height: 750px) {
    .link-ordenm iframe {
        height: 73%
    }
    .link iframe {
        height: 90%
    }
    .link-info iframe {
        height: 86%
    }
    iframe#myIframe {
        height: 85%
    }
}
@media (max-height: 660px) {
    .link-ordenm iframe {
        height: 68%
    }
    .link iframe {
        height: 89%
    }
    .link-info iframe {
        height: 84%
    }
    iframe#myIframe {
        height: 89%
    }
}
/*@medias*/

@media( min-width: 500px){


}
@media (min-width: 768px) {
	body {
        background: var(--fondo-vista-pc);
    }
	#content{
        width: 90vw;
        max-width: 800px;
        margin: 1rem auto;
        background: var(--theme-color);
        border-radius: 20px;
		overflow: hidden;
    }
	main {
		max-width: 600px;
		margin: auto;
		margin-bottom: 70px;
	}
	.menu-pc-web main {
		max-width: 100%;
	}
	.menu-pc-web #content {
		width: 100%;
		max-width: 1500px;
	}
	.menu-pc-web .titulo{
        display: none;
    }
	.big-boton a {
		font-size: 1rem;
	}
	.section-contacto a {
		font-size: 1rem;
		max-width: 400px;
	}
	.section-contacto .correo-contacto {
		font-size: 1rem;
	}
	.horario td {
		width: 50%;
		font-size: 1rem;
	}
    .horario .letrero-hora {
        text-align: right;
    }
    .horario table {
        max-width: 400px;
    }
	.offcanvas-bottom {
        height: 95vh !important;
        max-width: 800px !important;
        margin: 1rem auto !important;
        border-radius: 20px !important;
        overflow: hidden;
    
    }.offcanvas-menu .offcanvas-header {
        border-radius: 10px;
        max-width: 800px;
        margin: auto;
        width: 100%;
    }
    .add-to-cart-form{
        margin: auto;
        width: fit-content;
        width: 400px;
    }
    #search-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    .search-input input {
        border-radius: 10px;
        margin: 0 !important;
        width: 100%;
        background: var(--border-menu-header);
        max-width: 500px;
    }
    .top-margin-img{
        margin: 1.5rem 0 1.5rem;
        text-align: center;
    }
    .boton-slide div {
        min-width: 300px;
        width: 100%;
        max-width: 400px;
    }
    .btn-detalles-img {
        display: none;
    }
    .offcanvas-menu-body{
        padding: 10px;
        max-width: 800px;
        margin: 0 auto 0 !important;
        width: 100%;
    }
    .offcanvas-menu {
        height: 95vh !important;
        max-width: 800px !important;
        margin: 1rem auto !important;
        border-radius: 20px !important;
        overflow: hidden;
    }
    .offcanvas-app{
        height: 100vh !important;
        max-height: 100%;
        margin: 0 auto!important;
        padding: 2rem;
        max-height: fit-content;
        max-width: 100%;
    }
	.offcanvas-app .offcanvas-body{
		overflow: hidden;
	}
	iframe.iframe-modal {
		height: 90vh;
	}
	.icono-menu-header {
		font-size: 2rem;
	}
	.offcanvas-menu-body a {
		padding: 4% 10%!important;
		font-size: 1.2rem;
	}
    /*MENU DINAMICO*/
    .menu-pc-web main{
        max-width: 100%;
    }
    .menu-opcion-titulo-bg h1{
        font-size: 1.5rem;
    }
    .menu-sin-foto-bg {
        padding: 2rem 0rem;
    }
    .tabla-contenedor-menu thead tr th{
      width: 100px;
      min-width: 100px;
      max-width: 100px;
      word-break: break-all;
    }
    .tabla-contenedor-menu thead tr th:first-child{
      width: 100%;
      min-width: 200px;
      max-width: 800px;
      word-break: break-all;
    }
    .contenedor-indice-menu  tr th{
      width: 50%;
      min-width: 300px;
      max-width: 800px;
      word-break: break-all;
    }
    .contenedor-indice-menu thead tr th:first-child{
      width: 30%;
      min-width: 200px;
      max-width: 300px;
      word-break: break-all;
    }
    .contenedor-indice-menu .table-menu thead {
        background: transparent;
    }
    .contenedor-indice-menu table{
        width: 80%;
    }
    .content-menu{
        position: relative;
    }
    .seccion-menu{
        margin-top: 50px;
    }
    .seccion-menu .menu-opcion-descripcion-bg {
        text-align: center;
    }
    .menu-nota{
        position: absolute;
        bottom: 0;
        height: 0;
        max-width: 900px;
        left: 0;
    }
    .section{
        max-width: 1360px;
        width: 100%;
        margin: auto;
        border-radius: 10px;
        margin-bottom: .5rem;
    }
    .menu-opcion-sin-foto-precio {
        width: 47%;
        text-align: end;
    }
    .content-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        align-items: stretch;
    }
    .menu-opcion-descripcion-bg {
        font-weight: 400;
        opacity: .7;
        padding: 20px;
        font-size: 16px;
    }
    
    .menu-sin-foto-bg{
        width: unset;
        min-width: 45%;
        max-width: 100%;
        flex: 1;
        padding: 1rem 0.5rem;
        margin: 0.5rem;
        background-color: var(--a-fondo-active-tab);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-sin-foto-bg .menu-opcion-bg {
        width: 100%;
        margin: 0 auto;
        padding: .5rem;
    }
    .menu-horizontal .menu-tablet {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        justify-content: flex-start;
        width: 50%;
        padding: 0 10px;
    }
   

    .card-img-top {
        position: unset;
        width: 100%;
        max-width: unset;
    }
    .menu-con-foto {
        width: unset;
        min-width: 45%;
        max-width: 100%;
        flex: 1;
        padding: 1rem 0.5rem;
        margin: 0.5rem;
        background-color:  var(--a-fondo-active-tab);
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .menu-horizontal .menu-img-div {
        width: 100% !important;
        height: fit-content;
    }
    .content-menu hr{
        display: none;
    }
    .seccion-menu{
        width: 100%;
    }
    .section-large-menu{
        width: 45%;
        display: flex;
        flex-direction: column;
    }
    .section-large-menu .col-md-4 {
        width: 100%;
    }
    .section-large-menu .menu-tablet{
        width: 100%;
        padding: 0 20px;
    }
    .section-large-menu .pc-menu-descripcion {
         width: 100%;
    }
    .pc-menu-descripcion{
        width: 50%;

    }
    .menu-tablet .gallery img {
        transform: translateY(-30%);
    }
    .menu-img-div{
        height: 200px;
    }
    
    .seccion-img-menu {
        margin: 1rem!important;
        width: 45%;
    }
    .lista-menu{
        margin: 1rem;
        width: 46%;
        padding: 2rem 3rem !important;
        background: var(--a-fondo-active-tab);
    }
    .opciones-secciones{
        width: 46%;
        background: var(--a-fondo-active-tab);
        padding: .5remrem;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        margin: 0.5rem;
    }
    #nav3{
        width: 100%;
        z-index: 2;
    }
    .modular-menu-header{
        background: var(--fondo-color) !important;
        color: var(--texto-color) !important;
    }
    
    .menu-opcion-bg {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin: 1rem 0.5rem;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }
    .menu-horizontal .menu-opcion-bg {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin: 1rem 0.5rem;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }
    .menu-opcion-titulo-bg {
        /* font-weight: 600; */
        /* max-width: 60vw; */
        width: 75%;
    }
    .seccion-lista{
        width: 100%;
    }
    .slider-small-large{
        display: none;
    }
    .nav-mobile{
        display: none;
    }
    .nav-pc{
        display: block;
    }
    #nav3 a{
        font-size: 12px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        display: block;
    }
    .slide-up {
        transform: translateY(-150%);
    }
    .menu-opcion-icono{
        display: none;
    }
    .menu-opcion-precio-bg{
        background: var(--second-color);
        color: var(--theme-color);
        border-radius: 50px;
        padding: 0.2rem 0.5rem;
    }
    .gif{
        padding: 4rem;
        max-width: 900px;
        margin: auto;
    }
    
    .img-enlarged__cont.open {
        height: fit-content;
        padding-bottom: 5rem;
        width: 70vw;
        max-width: 900px;
    }
    .img-enlarged {
        max-width: 100%;
        max-height: 100%;
        border-radius: 20px;
    }
    .img-enlarged__cont {
        z-index: 2000;
    }
    /*GENERALES*/
    .contacto a {
        font-size: 16px;
    }
 
    .canvas-menu {
        max-width: 100%;
        margin: auto;
        width: 100%;
    }
    .canvas-menu p{
        max-width: 600px;
        margin: auto;
    }
    .contacto{
        padding-bottom: 2rem;
    }
    .btn-info {
        padding: 0.2rem 0!important
    }
    .modal-dialog {
        max-width: 900px;
    }
    .modal-body{
        padding: 2rem 3rem 0!important;
    }
    .offcanvas-link .canvas-menu{
        max-width: 100%;
    }
    .offcanvas-app{
        height: 100vh !important;
        max-height: 100%;
        margin: 0 auto!important;
        padding: 2rem;
    }
    .slider-small-large{
        display: none !important;
    }
    .nav-link {
        font-size: 1rem;
    }
    .menu-link-header-index svg {
        width: 50px;
    }
    .modal-content {
        max-width: 90vw;
        margin: auto;
    }
    /*HEADER FOR WEB*/
    .header-for-web{
        padding: 10px 20px;
        background: var(--fondo-header-for-web);
        color: var(--color-header-for-web);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-alerta {
        position: sticky;
    }
    .header-for-web-title{
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        width: fit-content;
        display: flex;
    }
    .header-for-web-title i{
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .navegador-header {
        padding-top: 0;
    }
    .navegador-header .buscador-producto{
        display: none;
    }
    .menu-pc-web .titulo{
        display: none;
    }
    .header-for-web a{
        color: var(--color-header-for-web);
    }
    .header-for-web .buscador-producto{
        margin: 0;
        width: 60%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .header-for-web .current{
        background-color: transparent;
        color: var(--color-header-for-web);
        font-size: .8rem;
        border: none;
    }
    .header-for-web .options{ 
        right: 3%;
        left: unset;
    }
    .header-for-web .switch {
        margin: 0 !important;
    }
    .header-for-web-col{
        display: flex;
        flex-direction: row;
    }
    .header-for-web .settings-simple {
        margin-left: 1rem;
    }
     /*FISCAL*/
     .fiscal-card-template{
        background: var(--third-color);
    }
    .tabla-fiscal {
        background: var(--theme-color);
        border-radius: 20px;
        max-width: 800px;
        margin: auto;
        padding: 2rem 5rem;
    }
    .fiscal-header{
        justify-content: space-evenly;
        margin-top: 3rem;
    }
    .fiscal-header a{
        max-width: 300px;
    }
    .offcanvas-contacto .offcanvas-body {
        margin-bottom: 3rem;
    }
    /*FOOTER*/
    footer {
        background: transparent;
    }
    
     /*SHOP */
     .shop-inner img {
        width: 100%;
    }
    .product {
        width: 100%;
    }
    .shop-title {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .shop-template #header{
        display: block;
        max-width: 600px;
        margin: auto;
    }
    .menu-nav-header-icono {
        margin-right: 4rem;
    }
    .icono-slide{
        width: 100px !important;
        min-width: 100px !important;
    }


}
@media (min-width:961px) {
    #header{
        display: none;
    }
    .big-boton{
    width: 90vw;
    max-width: 450px;
    font-size: 1rem;
    }
    .botones {
    max-width: 450px;
    }
    .offcanvas-app .canvas-menu {
        max-width: 800px;
        padding: 0 !important;
        overflow: hidden;
    }
    .canvas-menu p{
        max-width: 600px;
        margin: auto;
    }
    iframe.iframe-app {
        border-radius: 20px;
    }
    .barrainferior{
    display: none;
    }
    .big-boton a {
        font-size: 18px;
    }
    .miboton {
        font-size: 16px;
        max-width: 400px;
    }
    #FiscalHeader{
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 0);
    }
    #FiscalHeader a{
    max-width: 250px;
    }
    h5.modal-title {
        font-size: 18px;
    }
    .offcanvas-body{
    margin-top: 0 !important;
    }
    .link iframe {
        width: 100vw;
        height: 100vh;
        right: 0;
        position: absolute;
        margin: auto;
        text-align: center;
    }
    .darkmode-lightmode-card i {
        font-size: 1rem !important;
    }
    .gif-top-landingpage {
        width: 20vw!important;
    }
    .redes li {
        width: 10%!important;
    }
    .header-simple .options{
        left: 3%;
        right: auto !important;
    }
    .gif-top-landingpage h3{
        margin-top: 3rem;
    }
    .redes .index{
        flex-wrap: nowrap;
    }
    #titulo-redes{
    display: none;
    }
    .search-wrapper {
        width: 100%;
    }
    .boton-top-top{
        bottom: 5%;
        right: 1%;

    }
    
   

}
@media (min-width: 1450px) {
    /*MENU DINAMICO*/
    .categorias-menu{
        position: fixed;
        top: 0;
        right: 0;
        height: fit-content;
        background-color: transparent;
        margin: 0;
        padding-top: 7rem;
        z-index: 1;
    }
    .categorias-menu a {
        margin: 0.2rem !important;
        padding: 0.5rem !important;
        width: 15vw;
        background-color: transparent !important;
        border-radius: 0;
        border-bottom: 1px solid ;
    }
    .menu-con-foto {
        width: unset;
        min-width: 30%;
    }
    .menu-horizontal .menu-tablet {
        width: 45%;
    }
    .menu-sin-foto-bg {
        min-width: 30%;
    }
    .pc-menu-descripcion {
        width: 60%;
    }
    .section-large-menu {
        min-width: 45%;
        width: 45%;
        flex-direction: row;
    }
    .section-large-menu .col-md-4 {
        width: 100%;
    }
    .section-large-menu .menu-tablet{
        width: 50%;
        padding: 0 20px;
    }
    .menu-opcion-titulo-bg h4 {
        font-size: 1.2rem;
    }
    .section-large-menu .pc-menu-descripcion {
        width: 50%;
   } 
   .menu-tablet .gallery img {
    transform: unset;
    }
    .menu-img-div {
        height: fit-content;
        max-height: 500px;
    }
}

@media (max-width: 350px) {
    body{
        font-size: .9rem;
    }
    .content-menu {
        margin: 0px;
    }
    #header-titulo-logo svg {
        width: 200px;
    }
    .section-contacto{
        padding: 1rem;
    }
    .horario{
        padding: 2rem .5rem;
    }
}
/*MEDIAS ORIENTACION & DISPLAY*/
@media (display-mode: standalone) {
    .webb-app {
      display: none;
    }
  }
@media all and (orientation: portrait) {
    #botones_menu_principal a {
        width: 30vw;
        height: auto;
        margin: 1rem auto;
        text-align: center
    }
    #botones_menu_principal img {
        width: 26.664vw;
        height: 26.664vw
    }
}
@media all and (orientation: landscape) {
    #botones_menu_principal a {
        width: 25vw;
        height: auto
    }
    #botones_menu_principal img {
        width: 20vw;
        height: 20vw
    }
}