@import url('https://rsms.me/inter/inter.css');
#btnAnclar {
    position: absolute;
    bottom: 13%;
    width: 200px;
    left: calc(50% - 100px);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    display: flex;
    border-radius: 5px;
}

.btn {
    position: absolute;
    color: white;
    text-align: center;
    font-family: 'Inter';
    padding: 1px;
    border-radius: 5px;
    z-index: 10;
}
#btnDesanclar {
    width: 70px;
    right: 10px;
    bottom: 20%;
}
#moveIcon {
    width: 50px;
    height: 50px;
}
.logodryve {
    position: absolute;
    left: 2%;
    bottom: 10%;
    z-index: 10;
   
}
#iconLogo {
    width: 80px;
    height: 80px;
    z-index: 10;
}
.iconLogoScreen {
    background-color: rgb(0, 0, 0);
    width: 40px;
    height: 40px;
}
.numeracionArticulo {
    position: absolute;
    bottom: 18%;
    width: 80px;
    height: 34px;
    /* left: calc(50% - 40px); */
    right: 5px;
    color: white;
    text-align: center;
    font-family: sans-serif;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 17px;
    font-weight: bold;
}
/* VISIBILITY */
.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}
.hidden {
    display: none;
    opacity: 0;
    transition: visibility 0s 2s, opacity .2s linear;
}
/*header styles */
.header_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    left:0;
    text-align: center;
    font-family: sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center;
    z-index: 10;
}
.div_precio {
    background-color: rgba(250, 248, 245, 0.7);
    height: 55%;
}
.div_titulo {
    width:47%;
}
.center-text {
    position: absolute;
    text-align: center;
    color: var(--color-primario);
    font-size: 15px;
    font-family: 'Inter';
    font-weight: bold;
    display: table;
    width:50vw;
    margin-top: 12px;
    left: 0;
}

.div_carrrito {
    position:relative;
    width:40%;
}

.div_carrrito_completo {
    position:relative;
    width:100%;
}

.div_reinicio {
    position:relative;
    width:60%;
}

.div_reinicio svg {
    width: 30px;
    height:30px;
    padding-left: 10px;
}

.border_carrito {
    position:absolute;
    top:0;
    left:7%;
    bottom: 0;
    width:80%;
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    border-bottom-left-radius:100px;
    border-bottom-right-radius:100px;
    background-color:var(--color-primario);
    margin:5px;
    overflow:hidden;
    border: none;
}

.border_carrito_completo {
    left: calc(50% - 110px);
    width:50%;
}

.div_image{
    position:absolute;
    top:0;left:0;
    bottom: 0;
}
.centrado_image{
    width: 35px;
    height:35px;
}

.div_texto{
    position:absolute;
    width:60%;
    top:0;
    right:0;
    bottom: 0;
}

.txt_carrito {
    position: relative;
    text-align:center;
    top:50%;
    left:35%;
    transform: translateX(-50%) translateY(-50%);
    color:#FFF;
    font-size: 14px;
    font-weight: bold;
}

.txt_reinicio {
    position: relative;
    text-align:center;
    top:50%;
    left:20%;
    transform: translateX(-50%) translateY(-50%);
    color:#FFF;
    font-size: 14px;
    font-weight: bold;
}

/* termina styles*/
/*body styles */
.body_container {
    position: absolute;
    bottom: 25%;
    width: 100%;
    height: 80px;
    left:0;
    text-align: center;
    font-family: sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.enlace_flotante{
    position: fixed;
    right: 15%;
    z-index: 2;
    width: 70%;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/*cuando exiten personas en carrito */
.enlace_flotante_uno{
    top: 170px;
}

/*cuando no existen personas en carrito */
.enlace_flotante_dos{
    top: 125px;
}

.boton_vista_rapida{ 
    background-color: var(--color-primario);
    border-radius: 15px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icono_vista_rapida {
    fill: #FFF;
    width: 40px;
    height: 28px;
}


.btn_atras {
    width: 15%;
    height: 100%;
    cursor: pointer;
    left:0;
    margin-right: 70%;
    
}
.btn_adelante {
    width: 15%;
    height: 100%;
    cursor: pointer;
    right:0;
} 

.border_flechas_left {
    background-color: #FFF;
    opacity: 80%;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.border_flechas_left:active {
    background-color: #000;
}

.border_flechas_right {
    background-color: #FFF;
    opacity: 80%;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.border_flechas_right:active {
    background-color: #000;
}
.flechas {
    position: absolute;
    width: 40px;
    height:40px;
    top: 50%;
    transform: translate(-50%, -40%);
    display: inline-block;
}
/*Termina body */
/* footer styles*/
.footer_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
    /* height:80px; */
    height: 124px;
    text-align: left;
    font-family: sans-serif;
    display: flex;
    z-index: 10;
    align-items: flex-end;
    justify-content: center;
    /* background-color: var(--color-primario); */
}
.div_articulo {
    width: 70%;
    height: 100%;
    left:0;
    opacity: 0.7;
    padding-left: 10px;
}

.div_articulo_2 {
    width: 70%;
    height: 100%;
    left:0;
    opacity: 0.7;
    padding-left: 10px;
    text-align: center;
}

.div_articulo_agregar {
    width: 30%;
    height: 100%;
    cursor: pointer;
    right:0;
}

.div_circulo {
    position: fixed;
    right: calc(-31px + env(safe-area-inset-right));
    bottom: calc(-17px + env(safe-area-inset-bottom));
    height: 150px;
    width: 160px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid var(--color-primario);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}


.div_carrito_sgv {
    width: 110px;
    height: 110px;
}

.texto_articulo {
    padding-top: 10px;
    font-family: 'Inter';
    font-size: 17px;
    line-height : 18px;
    font-weight: bold;
    color: #FFFFFF;
    max-height: calc(1.4em * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.texto_precio {
    padding-top: 1px;
    font-family: 'Inter';
    font-size: 20px;
    line-height : 17px;
    font-weight: bold;
    color: #FFFFFF;
}
/*.center_titulo {
    text-align: center;
    color: #2300A0;
    font-size: 15px;
    font-family: 'Inter';
    height:30px;
}
.center_subtitulo_precio{
    text-align: right;
    line-height: 50px;
    color: #000000;
    font-family: 'Inter';
    font-size: 15px;
}
.center_subtitulo_precio_70 {
    width: 70%;
}
.center_subtitulo_precio_100 {
    width: 100%;
}
.center_subtitulo {
    position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    text-align: center;
    color: #FFFFFF;
    font-family: 'Inter';
    font-size: 15px;
    line-height : 17px;
    font-weight: bold;
    max-height: calc(1.4em * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/
.border-circle {
    border: 1px solid #000000;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    background-color: #FFF;
    margin-right: 2px;
    margin-left: 2px;
    overflow:hidden;
}
.div_carrito{
    width: 32%;
    height: 100%;
    background-color: #7BC833;
}
.div_col{
    display: flex;
    width: 100%;
    height: 100%;
}
.centrado-img{
    width: 50px;
    height:50px;
    margin: 0 auto;
}
.centrado_spinner{
    width: 40px;
    height:40px;
}
/*Termina footer */


.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/*div sonido*/
.divSonido {
    position: absolute;
    bottom: 17%;
    /* width: 200px; */
    /* left: calc(50% - 100px); */
    left: 14px;
    color: white;
    text-align: center;
    font-family: sans-serif;
    display: flex;
    z-index: 10;
    align-items: flex-start;
    justify-content: center;
}
.divf{
    margin-left:10px;
    margin-right:10px;
}

.btnScreen {
    width:70px;
    height:55px;
    position: absolute;
    color: white;
    text-align: center;
    font-family: 'Inter';
    padding: 1px;
    border-radius: 5px;
    z-index: 10;
    background:transparent;
    left: 4%;
    bottom: 20%;
}

.btnScreen:active {
    background-color: rgb(31, 19, 199);
}

.whatsapp {
    position:absolute;
    width:60px;
    height:60px;
    bottom: 17%;
    right:5%;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:10;
}
  
.whatsapp-icon {
  margin-top:13px;
}

:root {
  --color-primario: red;
}

.categoria_seleccionada{
  background-color: var(--color-primario-dark) !important;
  color: #FFF !important;
}

/* Media query para ajustar estilos específicos para dispositivos iOS */
@media only screen and (min-device-width: 300px) and (max-device-width: 400px) {
    #btnAnclar {
        bottom: 14%;
        width: 170px;
        left: calc(50% - 90px);
    }

    .numeracionArticulo {
        bottom: 18%;
    }

    .divSonido {
        bottom: 17%;
    }
}

.bloqueo_carrito {
    pointer-events: none;
    opacity: 0.5;
}


.desbloqueo_carrito {
    pointer-events: auto;
    opacity: 1;
}

.pantalla_inicio_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}


.boton_subcategoria{
    display: inline-block;
    padding: 0 18px;
    padding-top: 8px; /*define el tamanio*/
    height: 35px; /*define el tamanio*/
    line-height: 20px;
    border-radius: 10px;
    background-color: var(--color-primario);
    color: var(--color-secundario);
    text-decoration: none;
    font-size: 17px; /*define el tamanio*/
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

.boton_subcategoria_seleccionada {
    background-color: var(--color-primario-dark);
    display: inline-block;
    padding: 0 18px;
    padding-top: 8px;
    height: 35px;
    line-height: 20px;
    border-radius: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

.no_seleccionable {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.boton_pedir {
    position: absolute;
    border-radius: 17px;
    width: 210px;
    height: 48px;
    background-color: var(--color-primario);
    color: var(--color-secundario);
    border-color: var(--color-secundario);
}
.boton_arriba {
    top: 5px;
}

.boton_abajo {
    bottom: 10px;
}

.div_texto_pedir{
    position:absolute;
    width:60%;
    top:0;
    left:0;
    bottom: 0;
}

.txt_carrito_pedir {
    position: relative;
    text-align:center;
    top:50%;
    left:37%;
    transform: translateX(-50%) translateY(-50%);
    color:#FFF;
    font-size: 22px;
    font-weight: bold;
}

.div_image_pedir{
    position:absolute;
    top:4px;
    right:11px;
    bottom: 0;
}

.boton_whatsapp{
    position: absolute;
    bottom: 7px;
    border-radius: 24px;
    width: 157px;
    height: 38px;
    background-color: #25d366;
    color: var(--color-secundario);
    border-color: var(--color-secundario);
}

.icon_whatsapp {
    position: absolute;
    text-align:center;
    top:37%;
    left:17%;
    transform: translateX(-50%) translateY(-50%);
}

.content_descripcion 
{
    position: absolute;
    right: 5%;
    z-index: 10;
    width: 90%;
}

.carrito_vacio
{
    top: 27.5%;
}

.carrito_lleno
{
    top: 30%;
}

.texto_precio_art {
    font-size: 37px;
    color:#FFF;
    font-weight: bold;
    text-align:center;
    font-family: sans-serif;
    letter-spacing: 0.10em;
}

.texto_descripcion_art {
    font-size: 22px;
    color:#FFF;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
}

.div_icon {
    width: 53px;
    height: 45px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 70px;
    align-content: center;
}

.texto_precio_art, .texto_descripcion_art 
{
    text-shadow: 
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000; 
}