html {
    overflow-x: hidden;
}
body {
    background-color: black;
    overflow-x: hidden;
    width: 100vw;
}
/* width */
::-webkit-scrollbar {
    width: 0.65vw;
}
/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(144,144,144);
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(185, 183, 183);
}
.c-navbar {
    background-color: #131313;
    z-index: 3000;
}
.c-navbar-li {
    font-family: Poppins-Regular;
    font-size: 1.1vw;
    color: #95989A;
    opacity: 0.64;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.navbar-nav>li {
    height: 100%;
    display: table;
    margin-left: 2vw;
    margin-right: 2vw;
}
.navbar-nav {
    height: 5.5vw;
    width: 73vw;
}
.c-navbar-li-active {
    color: #FFA200;
    opacity: 1;
}
.c-logo-brand {
    width: 10vw;
    margin-top: 0vw;
    margin-left: 1vw;
}
.navbar-brand {
    padding: 0;
}
.helper {
    display: inline-table;
    height: 100%;
    vertical-align: middle;
}
.c-preguntas-img {
    width: 2.1vw;
    cursor: pointer;
}
.c-preguntas-img-texto {
    display: none;
}
.c-navbar-carrito {
    width: 2.4vw;
    cursor: pointer;
}
.c-navbar-carrito-contador {
    position: absolute;
    width: 1.4vw;
    height: 1.4vw;
    background-color: #C90000;
    top: 3vw;
    left: 2vw;
    border-radius: 50%;
    color: white;
    font-size: 1vw;
    text-align: center;
}
.s-footer {
    font-family: Segoe-UI;
    font-size: 1.1vw;
    color: rgba(255, 255, 255, 0.51);
    margin-top: 4vw;
    text-align: center;
}
.s-footer-black {
    font-family: Segoe-UI;
    font-size: 1.1vw;
    color: rgba(0, 0, 0, 0.51);
    margin-top: 4vw;
}
.s-logo {
    font-size: 1.3vw;
    font-weight: bold;
    color: #FFFFFF;
}
.s-logo-black {
    font-size: 1.3vw;
    font-weight: bold;
    color: #000000;
}
.c-carrito-mobile {
    display: none;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.c-footer-container {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
}
/*CARRITO*/
.c-carrito-container-parent {
    position: fixed;
    top: 5.5vw;
    right: 0;
    width: 100vw;
    height: 91vh;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 2000;
    display: none;
}
.c-carrito-container {
    width: 44vw;
    height: 100%;
    background-color: white;
    position: absolute;
    right: -44vw;
}
.c-carrito-title-container {
    margin-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
}
.c-carrito-title {
    display: inline-block;
    font-family: Poppins-Bold;
    font-size: 1.5vw;
    color: #FF9900;
    margin-left: 2vw;
}
.c-carrito-close {
    float: right;
    width: 1.1vw;
    margin-right: 2vw;
    margin-top: 0.3vw;
    cursor: pointer;
}
.c-carrito-productos-container {
    width: 100%;
    height: 45vh;
    overflow-x: hidden;
    margin-bottom: 1vw;
}
.c-carrito-producto-img {
    max-width: 90%;
    max-height: 7vw;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}
.c-carrito-producto-title {
    font-family: Poppins-Bold;
    font-size: 1.2vw;
    letter-spacing: 0.15vw;
    margin-top: 1vw;
}
.c-carrito-producto-cantidad-img {
    width: 1.1vw;
    margin-bottom: 0.2vw;
    cursor: pointer;
}
.c-carrito-producto-cantidad {
    font-family: Karla-Bold;
    font-size: 1.2vw;
    margin-left: 1vw;
    margin-right: 1vw;
}
.c-carrito-producto-precio {
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    margin-top: 1vw;
    margin-left: 3vw;
}
.c-carrito-producto-eliminar {
    font-family: Poppins-Regular;
    font-size: 1vw;
    margin-left: 4vw;
    color: #009590;
    cursor: pointer;
}
.c-carrito-envio-btn {
    width: 13.4vw;
    height: 3.1vw;
    background-color: transparent;
    border: 1px solid #FF9900;
    border-radius: 0.3vw;
    font-family: Poppins-Medium;
    font-size: 1.3vw;
    color: #FF9900;
    margin-left: 1vw;
}
.c-carrito-envio-btn:focus {
    outline:0;
}
.c-carrito-envio-btn-active {
    color: #FFFFFF !important;
    background-color: #FF9900;
}
.c-carrito-envio-precio {
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    opacity: 0.44;
    text-align: center;
    margin-top: 0.5vw;
    margin-right: 2vw;
}
.c-carrito-total-title {
    font-family: Poppins-SemiBold;
    font-size: 1.3vw;
    margin-left: 1vw;
    margin-bottom: 0.5vw;
    margin-top: 0.2vw;
    display: inline-block;
}
.c-carrito-total-precio {
    font-family: Poppins-Bold;
    font-size: 1.7vw;
    color: #D60000;
    margin-right: 1.5vw;
    display: inline-block;
    float: right;
}
.c-carrito-continuarComprando {
    width: 19vw;
    height: 5.6vw;
    background-color: transparent;
    font-family: Poppins-Regular;
    font-size: 1.15vw;
    color: #6A6A6A;
    border: none;
}
.c-carrito-concretarCompra {
    width: 19vw;
    height: 5.6vw;
    background-color: transparent;
    font-family: Karla-Bold;
    font-size: 1.3vw;
    color: #D60000;
    border: 2px solid #D60000;
}
.c-carrito-direccion-container {
    width: 44vw;
    height: 70%;
    background-color: #FF9900;
    position: absolute;
    right: -44vw;
    padding: 1.5vw;
    padding-top: 1vw;
}
.c-carrito-retiroSucursal-container {
    width: 44vw;
    height: 70%;
    background-color: #FF9900;
    position: absolute;
    right: -44vw;
    padding: 1.5vw;
    padding-top: 1vw;
}
.c-carrito-retiroSucursal-text {
    font-family: Poppins-Light;
    color: #FFFFFF;
    font-size: 1.4vw;
    margin-left: 5.5vw;
    margin-right: 5.5vw;
    margin-top: 6vw;
    line-height: 2.5vw;
    margin-bottom: 7vw;
}
.c-carrito-retiroSucursal-btn {
    display: block;
    margin: auto;
    width: 90%;
    height: 4vw;
    background-color: #D60000;
    border: none;
    border-radius: 0.3vw;
    color: #FFFFFF;
    font-family: Poppins-Bold;
    font-size: 1.1vw;
}
.c-carrito-direccion-label {
    font-family: Poppins-Regular;
    font-size: 0.95vw;
    color: #FFFFFF;
}
.c-carrito-direccion-input {
    height: 4.4vh;
    border: none;
    background-color: rgba(255, 255, 255, 0.37);
    color: #000000;
    font-size: 2vh;
}
.c-carrito-direccion-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.c-carrito-direccion-guardar-btn {
    width: 100%;
    height: 6.6vh;
    margin-top: 1.4vh;
    background-color: #D60000;
    border: none;
    border-radius: 0.3vw;
    color: #FFFFFF;
    font-family: Poppins-Bold;
    font-size: 2.2vh;
}
#c-carrito-compra-animacion {
    position: absolute;
    top: 0vw;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    display: none;
}
.c-carrito-row-enviar-mobile {
    display: none;
}
.c-carrito-direccion-cerrar {
    background-color: transparent;
    border: none;
    font-family: Poppins-Regular;
    font-size: 0.8vw;
    color: #FFFFFF;
    margin: auto;
    margin-top: 0.5vw;
    display: block;
}
hr {
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.c-tienda-search-container {
    position: absolute;
    right: 4vw;
    display: inline-block;
}
.c-tienda-search-input {
    font-family: Poppins-Medium;
    font-size: 1vw;
    width: 17.5vw;
    height: 3.2vw;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 0.5vw;
    margin-right: -2.5vw;
    margin-top: -0.6vw;
    border: 2px solid #FF9900;
    border-radius: 0.4vw;
}
.c-tienda-search-input:focus {
    outline:0;
}
.c-tienda-search-img {
    width: 1.33vw;
    margin-top: -0.2vw;
}
/*Change text in autofill textbox*/
.c-franquicia-popup-input:-webkit-autofill {
    -webkit-text-fill-color: #555 !important;
    -webkit-border-after: 1px solid #333333;
    -webkit-box-shadow: 0 0 0 30px #191919 inset;
}
.c-franquicia-popup-input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #191919 inset, 0 0 8px #555;
}
.c-membresia-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 3000;
    display: none;
}
.c-membresia-popup {
    width: 41vw;
    height: 37.5vw;
    margin: auto;
    margin-top: 5.5vw;
    background-color: #FF8800;
    padding: 1vw;
}
.c-membresia-popup-close-container {
    position: absolute;
    top: 5.5vw;
    right: 29.5vw;
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-color: rgba(0, 0, 0, 0.63);
    text-align: center;
    cursor: pointer;
}
.c-membresia-popup-close-img {
    width: 1.5vw;
}
.c-membresia-popup-title {
    font-family: Passion-Bold;
    font-size: 2.9vw;
    color: #FFFFFF;
    text-align: center;
    margin-top: 4vw;
}
.c-membresia-popup-footer {
    font-family: Poppins-Bold;
    font-size: 1.1vw;
    color: #000000;
    text-align: center;
    position: relative;
    bottom: -6vw;
}
.c-membresia-popup-footer-registrar {
    color: #870000;
    cursor: pointer;
}
.c-membresia-login-button {
    width: 23vw;
    height: 4.2vw;
    margin: auto;
    display: block;
    border: none;
    border-radius: 0.3vw;
    background-color: #FFFFFF;
    margin-top: 3.5vw;
    margin-bottom: -2vw;
    font-family: Poppins-Medium;
    font-size: 1vw;
    color: #FFFFFF;
}
.c-login-container {
    display: none;
    margin-left: 8vw;
    margin-top: 2vw;
    margin-bottom: -2.2vw;
}
.c-login-input {
    border: none;
    width: 15vw;
    height: 2.5vw;
    border-radius: 0.2vw;
    margin-left: 4vw;
    margin-top: 2vw;
    padding-left: 1vw;
}
#c-login-input-password {
    margin-left: 1.1vw;
}
.c-login-label {
    font-size: 1vw;
    font-family: Poppins-Medium;
}
.c-login-submit {
    margin-left: 0vw;
    margin-top: 5.5vw;
    width: 23vw;
    height: 4.2vw;
    border: none;
    background-color: #FF0000;
    color: #FFFFFF;
    border-radius: 0.3vw;
    font-size: 1vw;
    font-family: Poppins-Medium;
}
.c-login-volver {
    font-size: 0.9vw;
    font-family: Poppins-Medium;
    margin-top: 3vw;
    margin-left: 10vw;
    cursor: pointer;
}
.c-login-recupero {
    position: absolute;
    margin-top: 2vw;
    margin-left: 0vw;
    cursor: pointer;
    font-family: Poppins-Light;
    font-size: 0.8vw;
}
.c-login-generarPassword {
    position: absolute;
    margin-top: 3vw;
    margin-left: 0vw;
    cursor: pointer;
    font-family: Poppins-Medium;
    font-size: 0.8vw;
}
.c-registrar-container {
    display: none;
    margin-left: 7.5vw;
    margin-top: 2vw;
    margin-bottom: -2.2vw;
}
#c-registrar-input-password {
    margin-left: 5.2vw;
}
#c-registrar-input-repetirPassword {
    margin-left: 1.5vw;
}
.c-registrar-input {
    border: none;
    width: 12vw;
    height: 2.5vw;
    border-radius: 0.2vw;
    margin-left: 8vw;
    margin-top: 1vw;
    padding-left: 1vw;
}
#c-registrar-submit {
    margin-left: 0.5vw;
    text-align: center;
    cursor: pointer;
}
#c-registrar-volver {
    margin-left: 10.5vw;
    margin-top: 3vw;
}
#c-registrar-error {
    display: none;
    margin-top: -1.5vw;
    margin-left: 4vw;
    position: absolute;
    text-align: center;
    width: 18%;
}
.c-logo-navbar-mobile {
    display: none;
}
.form-group {
    margin-bottom: 1.5vh;
}
.c-solicitud-membresia-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 3000;
    display: none;
    overflow: scroll;
}
.c-solicitud-membresia-popup {
    width: 41vw;
    height: 40.5vw;
    margin: auto;
    margin-top: 4.5vw;
    background-color: #FF8800;
    padding: 1vw;
}
.c-solicitud-membresia-popup-close-container {
    position: absolute;
    top: 4.5vw;
    right: 29vw;
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    margin-right: -1px;
    background-color: rgba(0, 0, 0, 0.63);
    text-align: center;
    cursor: pointer;
}
.c-solicitud-membresia-popup-close-img {
    width: 1.5vw;
}
.c-solicitud-container {
    margin-left: 3vw;
    margin-top: 2vw;
    margin-bottom: -2.2vw;
    padding-right: 3vw;
}
.c-solicitud-membresia-popup-title {
    font-family: Poppins-Bold;
    font-size: 2.9vw;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0vw;
    margin-bottom: -1vw;
}
.c-solicitud-label {
    font-family: Karla-Regular;
    font-size: 1vw;
    color: #FFFFFF;
}
.c-solicitud-input {
    height: 3vw;
    border: none;
    border-radius: 0.5vw;
    background-color: rgba(255, 255, 255, 0.67);
    color: #000000;
    font-size: 1vw;
}
.c-solicitud-input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.c-solicitud-submit {
    width: 100%;
    height: 5vw;
    border: none;
    border-radius: 0.5vw;
    background-color: #FF0000;
    color: #FFFFFF;
    font-family: Passion-Bold;
    font-size: 2.5vw;
    text-align: center;
    cursor: pointer;
    margin-top: 0.5vw;
}
.c-solicitud-membresia-enviada-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 3000;
    display: none;
}
.c-solicitud-membresia-enviada-popup {
    width: 41vw;
    height: 9.5vw;
    margin: auto;
    margin-top: 15.5vw;
    background-color: #D80700;
    padding: 1vw;
    border-radius: 0.5vw;
}
.c-solicitud-membresia-enviada-popup-title {
    font-family: Poppins-Bold;
    font-size: 2.9vw;
    color: #FFFFFF;
    text-align: center;
    margin-top: 1.5vw;
    margin-bottom: 0vw;
}
.c-solicitud-membresia-enviada-popup-img {
    margin-top: -0.5vw;
    margin-left: 0.5vw;
    width: 2.5vw;
}
.c-email-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 3000;
    display: none;
}
.c-email-popup {
    width: 45vw;
    height: 9.5vw;
    margin: auto;
    margin-top: 15.5vw;
    background-color: #D80700;
    padding: 1vw;
    border-radius: 0.5vw;
}
.c-email-popup-title {
    font-family: Poppins-Bold;
    font-size: 1.9vw;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 0vw;
}
.c-email-popup-img {
    margin-top: -0.5vw;
    margin-left: 0.5vw;
    width: 2.5vw;
}
.c-privacidad-container {
    font-family: Poppins-Regular;
    font-size: 1vw;
    color: #CCCCCC;
    width: 80vw;
    margin: auto;
    margin-top: 9vw;
    margin-bottom: 3vw;
}
.c-edad-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 3000;
    display: none;
}
.c-edad-popup {
    width: 38vw;
    height: 19.5vw;
    margin: auto;
    margin-top: 14.5vw;
    background-color: #880000;
    padding: 1vw;
    text-align: center;
    padding-top: 3.5vw;
}
.c-edad-popup-title {
    font-family: Passion-Bold;
    font-size: 2.9vw;
    color: #FF9900;
    margin-bottom: 1vw;
}
.c-edad-popup-button {
    font-family: Passion-Bold;
    font-size: 2.2vw;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 2vw;
}
#c-edad-popup-button-si {
    color: #FF9900;
    background-color: #FFFFFF;
    border-radius: 0.5vw;
    width: 11vw;
}
.c-edad-popup-footer {
    font-family: Poppins-Regular;
    font-size: 0.85vw;
    color: #A5AAA2
}
.c-login-error {
    margin-left: 5vw;
    color: black;
    display: none;
    position: absolute;
    margin-top: -1vw;
}
.c-carta-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 3000;
    display: none;
}
.c-carta-popup {
    width: 38vw;
    height: 19vw;
    margin: auto;
    margin-top: 15.5vw;
    background-color: #880000;
    padding: 1vw;
    border: 1px solid white;
    font-family: Poppins-Bold;
    font-size: 2.8vw;
    color: #FF9900;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.c-carta-popup>hr {
    background-color: #FFFFFF;
    height: 1px;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}
.c-carta-text{
    color: #FF9900;
    display: inline-table;
    width: 31vw;
    margin: 0;
    cursor: pointer;
}
.c-carta-text:focus, .c-carta-text:hover {
    color: #FF9900;
    text-decoration: none;
}
.c-carta-arrow-img {
    width: 1.5vw;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0.55vw;
    width: 95%;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0.1vw;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.c-preguntas-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 46vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3000;
    display: none;
}
.c-preguntas-popup {
    width: 41.5vw;
    height: 36.7vw;
    margin: auto;
    margin-top: 7.5vw;
    background-color: #171717;
    border: 1px solid #95989A;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.c-preguntas-titulo {
    font-family: TT-Octas-Black;
    font-size: 3.6vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 3vw;
}
.c-preguntas-subtitulo {
    font-family: Thirsty-Rough-Black;
    font-size: 1.6vw;
    color: #FFFFFF;
    text-align: center;
}
.c-preguntas-hr {
    border: none;
    border-bottom: 2px solid #FFFFFF;
    width: 33vw;
    margin-bottom: 0;
}
.c-preguntas-scroll {
    overflow-y: scroll;
    height: 23.8vw;
    padding-top: 2vw;
}
.c-pregunta-pregunta {
    font-family: Thirsty-Rough-Regular;
    font-size: 1.6vw;
    color: #FFFFFF;
    margin-left: 7vw;
}
.c-pregunta-respuesta {
    font-family: Roboto-Condensed-Regular;
    font-size: 1.15vw;
    color: #BBBBBB;
    width: 26vw;
    margin-left: 8vw;
    margin-top: 1vw;
    margin-bottom: 3vw;
}
.c-pregunta-footer {
    font-family: Roboto-Condensed-Regular;
    font-size: 1.15vw;
    color: #FFFFFF;
    width: 26vw;
    margin-left: 8vw;
    margin-top: 1vw;
    margin-bottom: 3vw;
}
.c-preguntas-close {
    display: none;
}

/*MOBILE PORTRAIT*/

@media screen and (max-width: 500px) and (max-aspect-ratio: 13/9){
    .no-mobile {
        display: none !important;
    }
    .c-navbar {
        background-color: rgba(0, 0, 0, 0.8);
        min-height: 1vw;
        height: 15vw;
        width: 100vw;
    }
    .c-menu-btn {
        width: 7vw;
    }
    .navbar-toggle {
        margin-top: 4vw;
        margin-right: 4vw;
        padding: 0;
        z-index: 50;
    }
    .navbar-nav {
        height: 100vh;
        width: 100vw;
        background-color: #1A1A1A;
        position: absolute;
        top: 0;
        left: 100vw;
        margin: 0;
        z-index: 10;
        padding-top: 12vh;
    }
    .c-navbar-li {
        font-size: 3.5vh;
        font-family: Poppins-Bold;
        display: block;
        color: #FFFFFF;
        opacity: 0.9;
        text-align: left;
        text-transform: uppercase;
    }
    .navbar-nav>li {
        display: block;
        width: 20vh;
        height: auto;
        margin: auto;
        margin-bottom: 4vh;
    }
    .navbar-brand {
        display: none;
    }
    .c-carrito-mobile {
        display: unset;
        position: absolute;
        top: 0vw;
        left: 0vw;
        width: 17.5vw;
        height: 100%;
        text-align: center;
        background-color: #870000;
        z-index: 1500;
    }
    .c-navbar-carrito {
        width: 9.2vw;
    }
    .c-preguntas-img {
        width: 8.1vw;
        cursor: pointer;
        position: absolute;
        left: -11vw;
        top: 18vw;
    }
    .c-preguntas-img-texto {
        position: absolute;
        top: 19vw;
        left: 0vw;
        width: 50vw;
        font-size: 3.5vw;
        font-family: Poppins-Bold;
        color: #FFFFFF;
        opacity: 0.9;
        display: unset;
    }
    .c-navbar-carrito-contador {
        width: 5vw;
        height: 5vw;
        top: 7vw;
        left: 10vw;
        font-size: 3.6vw;
    }
    html {
        overflow-x: hidden !important;
        overflow-y: unset !important;
    }
    body {
        overflow: unset;
        overflow-x: hidden;
        overflow-y: unset;
    }
    .c-logo-navbar-mobile {
        display: unset;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .c-carrito-container-parent {
        top: 0;
        height: 100vh;
        z-index: 3500;
    }
    .c-carrito-container {
        width: 100vw;
        left: 100vw;
    }
    .c-carrito-close {
        width: 2.2vh;
        margin-top: 1.7vh;
        margin-right: 1.1vh;
    }
    .c-carrito-title {
        font-size: 2.6vh;
        margin-top: 1.1vh;
    }
    .c-carrito-producto-img {
        max-height: 20vw;
    }
    .c-carrito-producto-title {
        font-size: 4.9vw;
    }
    .c-carrito-producto-cantidad-img{
        width: 4vw;
    }
    .c-carrito-producto-cantidad {
        font-size: 4vw;
        margin-left: 3vw;
        margin-right: 3vw;
    }
    .c-carrito-producto-precio {
        font-size: 4vw;
        margin-left: 0;
    }
    .c-carrito-producto-eliminar {
        font-size: 3vw;
    }
    .c-carrito-productos-container {
        height: 42vh;
        margin-bottom: 1vh;
    }
    .c-carrito-envio-btn {
        border-radius: 1vw;
        border: 2px solid #FF9900;
        margin-left: 3vw;
        margin-top: 3vw;
        width: 25vh;
        height: 6vh;
        font-size: 2.2vh;
    }
    .c-carrito-envio-precio {
        margin-bottom: 0vw;
        font-size: 2.3vh;
        margin-top: 12.5vh;
    }
    .c-carrito-total-title {
        margin-bottom: 0vw;
        font-size: 2.2vh;
    }
    .c-carrito-total-precio {
        margin-bottom: 0vw;
        font-size: 2.2vh;
    }
    .c-carrito-row-enviar {
        display: none;
    }
    .c-carrito-row-enviar-mobile {
        display: unset;
    }
    .c-carrito-concretarCompra {
        width: 91vw;
        display: block;
        margin: auto;
        height: 16vw;
        font-size: 2.5vh;
        margin-top: -3vh;
    }
    .c-carrito-continuarComprando {
        width: 91vw;
        display: block;
        margin: auto;
        height: 9.5vh;
        font-size: 1.9vh;
    }
    .c-carrito-direccion-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        padding: 2vh;
        padding-top: 4vh;
    }
    .c-carrito-retiroSucursal-text {
        font-size: 3vh;
        line-height: unset;
        margin-left: 4vh;
        margin-right: 4vh;
        margin-top: 13vh;
        margin-bottom: 20vh;
    }
    .c-carrito-retiroSucursal-btn {
        height: 9vh;
        font-size: 3vh;
    }
    .c-carrito-retiroSucursal-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        padding: 2vh;
        padding-top: 4vh;
    }
    .c-carrito-direccion-input {
        height: 4.7vh;
        border-radius: 0.7vh;
        font-size: 1.7vh;
        padding: 1vh;
    }
    .c-carrito-direccion-label {
        font-size: 1.7vh;
    }
    .form-group {
        padding-left: 1vh;
        padding-right: 1vh;
    }
    #inputNumero {
        text-align: center;
    }
    #inputPiso {
        text-align: center;
    }
    #inputDepto {
        text-align: center;
    }
    .c-carrito-direccion-guardar-btn {
        height: 6.5vh;
        font-size: 2.2vh;
        margin-top: 5vh;
    }
    .c-carrito-direccion-cerrar {
        font-size: 1.5vh;
        margin-top: 2vh;
    }
    .c-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .c-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 8vh;
        height: 8vh;
    }
    .c-membresia-popup-close-img {
        width: 4vh;
    }
    .c-membresia-popup-title {
        font-size: 4.5vh;
        margin-top: 20vh;
        margin-bottom: 5vh;
    }
    .c-membresia-login-button {
        width: 55vw;
        height: 7vh;
        font-size: 1.7vh;
        margin-top: 5vh;
    }
    #customBtn {
        width: 55vw !important;
        height: 7vh !important;
        font-size: 1.7vh !important;
        margin-top: 5vh !important;
    }
    span.buttonText {
        top: 2.5vh !important;
    }
    .c-membresia-popup-footer {
        font-size: 1.7vh;
        bottom: -7vh;
    }
    .c-login-container {
        margin-left: 10vw;
        margin-top: 2vw;
        margin-bottom: -2.2vw;
    }
    .c-solicitud-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .c-solicitud-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 8vh;
        height: 8vh;
    }
    .c-solicitud-membresia-popup-close-img {
        width: 4vh;
    }
    .c-solicitud-membresia-popup-title {
        font-size: 4.5vh;
        margin-top: 15vh;
        margin-bottom: 5vh;
    }
    .c-solicitud-label {
        font-size: 3vw;
    }
    .c-solicitud-input {
        height: 7vw;
        border-radius: 1vw;
        font-size: 3vw;
    }
    .c-solicitud-submit {
        height: 16vw;
        border-radius: 1vw;
        font-size: 4.5vw;
        margin-top: 7.5vw;
    }
    .c-solicitud-membresia-enviada-popup {
        width: 66vw;
        height: 12.5vw;
        margin-top: 51.5vw;
        border-radius: 1.5vw;
    }
    .c-solicitud-membresia-enviada-popup-title {
        font-size: 4.9vw;
    }
    .c-solicitud-membresia-enviada-popup-img {
        margin-left: 1.5vw;
        width: 4.5vw;
    }
    .c-email-popup {
        width: 66vw;
        height: 14.5vw;
        margin-top: 51.5vw;
        border-radius: 1.5vw;
    }
    .c-email-popup-title {
        font-size: 3.5vw;
    }
    #c-carrito-compra-animacion {
        width: 166vw;
        height: 83vw;
    }
    .c-login-label {
        font-size: 4vw;
        width: 85vw;
    }
    .c-login-input {
        width: 49vw;
        height: 7.5vw;
        margin-left: 14.2vw;
        margin-top: 2vw;
        padding-left: 2vw;
        border-radius: 1vw;
    }
    #c-login-input-password {
        margin-left: 2.5vw;
    }
    .c-login-recupero {
        margin-top: 7vw;
        margin-left: 0vw;
        font-size: 3vw;
    }
    .c-login-generarPassword {
        margin-top: 12vw;
        margin-left: 0vw;
        font-size: 3vw;
    }
    .c-login-submit {
        margin-left: 16vw;
        margin-top: 22.5vw;
        width: 44vw;
        height: 9.2vw;
        border-radius: 1vw;
        font-size: 4vw;
    }
    .c-login-volver {
        font-size: 3.5vw;
        margin-top: 6vw;
        margin-left: 32vw;
    }
    .c-registrar-input {
        width: 40vw;
        height: 7.5vw;
        border-radius: 1vw;
        margin-left: 10vw;
        margin-top: 4vw;
        padding-left: 2vw;
    }
    #c-registrar-input-username {
        margin-left: 28vw;
    }
    #c-registrar-input-password {
        margin-left: 16.2vw;
    }
    #c-registrar-submit {
        margin-left: 19.5vw;
    }
    #c-registrar-volver {
        margin-left: 35.5vw;
        margin-top: 7vw;
    }
    .c-login-error {
        margin-left: 15vw !important;
        margin-top: -5vw;
        color: black;
        display: block;
        font-size: 3.4vw;
    }
    #c-registrar-error {
        display: none;
        margin-top: -5vw;
        /* margin-left: 4vw; */
        position: absolute;
        text-align: center;
        width: 78%;
        font-size: 3.4vw;
    }
    .c-privacidad-container {
        font-size: 3vw;
        margin-top: 20vw;
    }
    .c-edad-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
        padding-top: 45vw;
    }
    .c-edad-popup-title {
        font-size: 6.9vw;
        margin-bottom: 6vw;
    }
    .c-edad-popup-button {
        font-size: 5.2vw;
        margin-left: 4vw;
        margin-right: 4vw;
        margin-bottom: 7vw;
    }
    #c-edad-popup-button-si {
        border-radius: 1vw;
        width: 29vw;
        height: 9vw;
    }
    .c-edad-popup-footer {
        font-size: 2.85vw;
    }
    .c-carta-popup {
        width: 69vw;
        height: 28vw;
        padding-left: 4vw;
        font-size: 4.8vw;
        margin-top: 48.5vw;
    }
    .c-carta-popup>hr {
        margin-top: 3.5vw;
        margin-bottom: 3.5vw;
    }
    .c-carta-text {
        width: 57vw;
    }
    .c-carta-arrow-img {
        width: 2.5vw;
    }
    .c-preguntas-popup-container {
        height: 92vh;
    }
    .c-preguntas-popup {
        width: 100vw;
        height: 92vh;
        margin: auto;
        margin-top: 0;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .c-preguntas-titulo {
        font-size: 9.6vw;
        line-height: 9vw;
    }
    .c-preguntas-subtitulo {
        font-size: 3.6vw;
    }
    .c-preguntas-hr {
        width: 80vw;
    }
    .c-preguntas-scroll {
        height: 69vh;
        width: 100vw;
        padding-top: 2vw;
        position: absolute;
        bottom: 0;
    }
    .c-pregunta-pregunta {
        font-size: 3.6vw;
        margin-left: 13vw;
    }
    .c-pregunta-respuesta {
        font-size: 3.15vw;
        width: 71vw;
        margin-left: 14vw;
        margin-top: 1vw;
        margin-bottom: 3vw;
    }
    .c-pregunta-footer {
        font-size: 3.15vw;
        width: 71vw;
        margin-left: 14vw;
        margin-top: 1vw;
        margin-bottom: 3vh;
    }
    .c-preguntas-close {
        display: unset;
        position: fixed;
        top: 3vw;
        right: 5vw;
        width: 6vw;
    }
}

/*MOBILE PORTRAIT CON KEYBOARD*/

@media screen and (max-height: 400px) and (max-width: 420px){
    .c-navbar {
        background-color: transparent;
        min-height: 1vw;
        height: 15vw;
    }
    .c-menu-btn {
        width: 8vw;
    }
    .navbar-toggle {
        margin-top: 4vw;
        margin-right: 4vw;
        padding: 0;
        z-index: 50;
    }
    .navbar-nav {
        height: 100vh;
        min-height: 500px;
        width: 100vw;
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 100vw;
        margin: 0;
        z-index: 10;
        padding-top: 30vw;
    }
    .c-navbar-li {
        font-size: 5vw;
        display: block;
    }
    .navbar-nav>li {
        display: inline;
    }
    .navbar-brand {
        display: none;
    }
    .c-carrito-mobile {
        display: unset;
        position: absolute;
        top: 0vw;
        left: 0vw;
        width: 17.5vw;
        height: 13.5vw;
        text-align: center;
        background-color: #870000;
        z-index: 1500;
    }
    .c-navbar-carrito {
        width: 9.2vw;
    }
    .c-navbar-carrito-contador {
        width: 5vw;
        height: 5vw;
        top: 7vw;
        left: 10vw;
        font-size: 3.6vw;
    }
    html {
        overflow-x: hidden !important;
        overflow-y: unset !important;
    }
    body {
        overflow: unset;
        overflow-x: hidden;
        overflow-y: unset;
    }
    .c-logo-navbar-mobile {
        display: unset;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .c-carrito-container-parent {
        top: 0;
        height: 100vh;
        min-height: 500px;
        z-index: 3500;
    }
    .c-carrito-container {
        width: 100vw;
        left: 100vw;
    }
    .c-carrito-close {
        width: 11px;
        margin-top: 8px;
        margin-right: 5px;
    }
    .c-carrito-title {
        font-size: 13.3px;
        margin-top: 5px;
    }
    .c-carrito-producto-img {
        max-height: 20vw;
    }
    .c-carrito-producto-title {
        font-size: 4.9vw;
    }
    .c-carrito-producto-cantidad-img{
        width: 4vw;
    }
    .c-carrito-producto-cantidad {
        font-size: 4vw;
    }
    .c-carrito-producto-precio {
        font-size: 4vw;
        margin-left: 0;
    }
    .c-carrito-producto-eliminar {
        font-size: 3vw;
    }
    .c-carrito-productos-container {
        min-height: 215px;
        margin-bottom: 5px;
    }
    .c-carrito-envio-btn {
        border-radius: 1vw;
        border: 2px solid #FF9900;
        margin-left: 3vw;
        margin-top: 3vw;
        width: 128px;
        height: 30px;
        font-size: 11px;
    }
    .c-carrito-envio-precio {
        margin-bottom: 0vw;
        font-size: 12px;
        margin-top: 65px;
    }
    .c-carrito-total-title {
        margin-bottom: 0vw;
        font-size: 12px;
    }
    .c-carrito-total-precio {
        margin-bottom: 0vw;
        font-size: 12px;
    }
    .c-carrito-row-enviar {
        display: none;
    }
    .c-carrito-row-enviar-mobile {
        display: unset;
    }
    .c-carrito-concretarCompra {
        width: 91vw;
        display: block;
        margin: auto;
        height: 16vw;
        font-size: 13px;
        margin-top: -15px;
    }
    .c-carrito-continuarComprando {
        width: 91vw;
        display: block;
        margin: auto;
        height: 48px;
        font-size: 10px;
    }
    .c-carrito-direccion-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        min-height: 350px;
        padding: 10px;
        padding-top: 20px;
    }
    .c-carrito-retiroSucursal-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        min-height: 350px;
        padding: 10px;
        padding-top: 20px;
    }
    .c-carrito-direccion-input {
        height: 4.7vh;
        min-height: 24px;
        font-size: 9px;
        border-radius: 5px;
    }
    .c-carrito-direccion-label {
        font-size: 9px;
    }
    .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }
    #inputNumero {
        text-align: center;
    }
    #inputPiso {
        text-align: center;
    }
    #inputDepto {
        text-align: center;
    }
    .c-carrito-direccion-guardar-btn {
        height: 6.5vh;
        min-height: 33px;
        font-size: 11.5px;
        margin-top: 25px;
    }
    .c-carrito-direccion-cerrar {
        font-size: 8px;
        margin-top: 10px;
    }
    .navbar-nav {
        height: 100vh;
        width: 100vw;
        background-color: #1A1A1A;
        position: absolute;
        top: 0;
        left: 100vw;
        margin: 0;
        z-index: 10;
        padding-top: 17vh;
    }
    .c-navbar-li {
        font-size: 21px;
        font-family: Poppins-Bold;
        display: block;
        color: #FFFFFF;
        opacity: 0.9;
        text-align: left;
        padding-left: 90px;
        text-transform: uppercase;
    }
    .c-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .c-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 8vh;
        height: 8vh;
    }
    .c-membresia-popup-close-img {
        width: 4vh;
    }
    .c-membresia-popup-title {
        font-size: 23px;
        margin-top: 100px;
    }
    .c-membresia-login-button {
        width: 55vw;
        height: 7vh;
        min-height: 36px;
        font-size: 8px;
        margin-top: 25px;
    }
    .c-membresia-popup-footer {
        font-size: 8px;
        bottom: -35px;
    }
    .c-solicitud-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 150vw;
    }
    .c-solicitud-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 12vw;
        height: 12vw;
    }
    .c-solicitud-membresia-popup-close-img {
        width: 6vw;
    }
    .c-solicitud-membresia-popup-title {
        font-size: 23px;
        margin-top: 80px;
    }
    .c-solicitud-label {
        font-size: 3vw;
    }
    .c-solicitud-input {
        height: 7vw;
        border-radius: 1vw;
        font-size: 3vw;
    }
    .c-solicitud-submit {
        height: 16vw;
        border-radius: 1vw;
        font-size: 4.5vw;
        margin-top: 7.5vw;
    }
}

/*MOBILE LANDSCAPE*/

@media screen and (max-height: 500px) and (max-width: 800px) and (min-width: 500px){
    .no-mobile {
        display: none !important;
    }
    .c-navbar {
        background-color: rgba(0, 0, 0, 0.8);
        min-height: 1vw;
        height: 8vw;
        width: 100vw;
    }
    .c-menu-btn {
        width: 5vw;
    }
    .c-logo-navbar-mobile-img {
        width: 21vw;
    }
    .navbar-toggle {
        margin-top: 2vw;
        margin-right: 2vw;
        padding: 0;
        z-index: 50;
    }
    .navbar-nav {
        height: 100vh;
        width: 100vw;
        background-color: #1A1A1A;
        position: absolute;
        top: 0;
        left: 100vw;
        margin: 0;
        z-index: 10;
        padding-top: 0vh;
    }
    .c-navbar-li {
        font-size: 4vh;
        font-family: Poppins-Bold;
        display: block;
        color: #FFFFFF;
        opacity: 0.9;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .navbar-nav>li {
        display: block;
        width: 20vh;
        height: auto;
        margin: auto;
        margin-bottom: 4vh;
        margin-top: 5vh;
    }
    .navbar-brand {
        display: none;
    }
    .c-carrito-mobile {
        display: unset;
        position: absolute;
        top: 0vw;
        left: 0vw;
        width: 10.5vw;
        height: 100%;
        text-align: center;
        background-color: #870000;
        z-index: 1500;
    }
    .c-navbar-carrito {
        width: 5.2vw;
    }
    .c-navbar-carrito-contador {
        width: 3vw;
        height: 3vw;
        top: 4.5vw;
        left: 6.5vw;
        font-size: 1.8vw;
        padding-top: 0.3vw;
    }
    html {
        overflow-x: hidden !important;
        overflow-y: unset !important;
    }
    body {
        overflow: unset;
        overflow-x: hidden;
        overflow-y: unset;
    }
    .c-logo-navbar-mobile {
        display: unset;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .c-preguntas-img {
        width: 5vh;
        cursor: pointer;
        margin-left: -3vw;
    }
    .c-preguntas-img-texto {
        position: absolute;
        top: 0vw;
        left: 0vw;
        width: 37vh;
        font-size: 3vh;
        font-family: Poppins-Bold;
        color: #FFFFFF;
        opacity: 0.9;
        display: unset;
        margin: 0;
        margin-left: 1vw;
        margin-top: 1.5vh;
    }
    .c-preguntas-popup {
        position: relative;
    }
    .c-preguntas-scroll {
        height: 21vw;
        position: absolute;
        bottom: 0;
    }
    .c-carrito-container-parent {
        top: 0;
        height: 100vh;
        z-index: 3500;
    }
    .c-carrito-container {
        width: 100vw;
        left: 100vw;
    }
    .c-carrito-close {
        width: 5vh;
        margin-top: 2vh;
        margin-right: 2vh;
    }
    .c-carrito-title {
        font-size: 5vh;
        margin-top: 1.1vh;
        margin-bottom: 1vh;
    }
    .c-carrito-producto-img {
        max-height: 12vw;
    }
    .c-carrito-producto-title {
        font-size: 3vw;
    }
    .c-carrito-producto-cantidad-img {
        width: 3vw;
    }
    .c-carrito-producto-cantidad {
        font-size: 3vw;
        margin-left: 3vw;
        margin-right: 3vw;
    }
    .c-carrito-producto-precio {
        font-size: 3vw;
        margin-left: 0;
    }
    .c-carrito-producto-eliminar {
        font-size: 2vw;
    }
    .c-carrito-productos-container {
        height: 37vh;
        margin-bottom: 1vh;
    }
    .c-carrito-envio-btn {
        border-radius: 1vw;
        border: 2px solid #FF9900;
        margin-left: 3vw;
        margin-top: 3vw;
        width: 41vh;
        height: 9vh;
        font-size: 3.2vh;
    }
    .c-carrito-envio-precio {
        margin-bottom: 0vw;
        font-size: 5.3vh;
        margin-top: 7.5vh;
    }
    .c-carrito-total-title {
        margin-bottom: 0vw;
        font-size: 4.2vh;
    }
    .c-carrito-total-precio {
        margin-bottom: 0vw;
        font-size: 4.2vh;
    }
    .c-carrito-row-enviar {
        display: none;
    }
    .c-carrito-row-enviar-mobile {
        display: block;
    }
    .c-carrito-concretarCompra {
        width: 86vw;
        display: block;
        margin: auto;
        height: 18vh;
        font-size: 4.5vh;
        margin-top: 0;
        margin-left: 6vw;
    }
    .c-carrito-continuarComprando {
        display: none;
    }
    .c-carrito-direccion-container {
        width: 100vw;
        height: 100vh;
        left: 100vw;
        padding: 2vh;
        padding-top: 0vh;
    }
    .c-carrito-retiroSucursal-text {
        font-size: 6vh;
        line-height: unset;
        margin-left: 27vh;
        margin-right: 27vh;
        margin-top: 13vh;
        margin-bottom: 20vh;
    }
    .c-carrito-retiroSucursal-btn {
        height: 14vh;
        font-size: 5vh;
    }
    .c-carrito-retiroSucursal-container {
        width: 100vw;
        height: 100vh;
        left: 100vw;
        padding: 2vh;
        padding-top: 4vh;
    }
    .c-carrito-direccion-input {
        height: 6.7vh;
        border-radius: 0.7vh;
        font-size: 3.7vh;
        padding: 1vh;
    }
    .c-carrito-direccion-label {
        font-size: 3vh;
        margin-bottom: 1vh;
    }
    .form-group {
        padding-left: 1vh;
        padding-right: 1vh;
    }
    #inputNumero {
        text-align: center;
    }
    #inputPiso {
        text-align: center;
    }
    #inputDepto {
        text-align: center;
    }
    .c-carrito-direccion-guardar-btn {
        height: 10.5vh;
        width: 80vw;
        font-size: 4.2vh;
        margin-top: 3vh;
        margin-left: 8.5vw;
    }
    .c-carrito-direccion-cerrar {
        font-size: 3.5vh;
        margin-top: 2vh;
    }
    .c-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .c-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 5vw;
        height: 5vw;
    }
    .c-membresia-popup-close-img {
        width: 4vh;
    }
    .c-membresia-popup-title {
        font-size: 3.6vw;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    .c-membresia-login-button {
        width: 55vw;
        height: 12vh;
        font-size: 3.5vh;
        margin-top: 8vh;
    }
    #customBtn {
        width: 55vw !important;
        height: 12vh !important;
        font-size: 3.5vh !important;
        margin-top: 8vh !important;
    }
    span.buttonText {
        top: 3.5vh !important;
    }
    .c-membresia-popup-footer {
        font-size: 3.5vh;
        bottom: -10vh;
    }
    .c-solicitud-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .c-solicitud-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 5vw;
        height: 5vw;
    }
    .c-solicitud-membresia-popup-close-img {
        width: 4vh;
    }
    .c-solicitud-membresia-popup-title {
        font-size: 3.6vw;
        margin-top: 0vw;
        margin-bottom: -5vw;
    }
    .c-solicitud-label {
        font-size: 1.5vw;
        margin-bottom: 0vw;
    }
    .c-solicitud-input {
        height: 3.2vw;
        font-size: 1.5vw;
    }
    .c-solicitud-submit {
        height: 5.5vw;
        font-size: 3vw;
    }
    #c-carrito-compra-animacion {
        width: 166vw;
        height: 83vw;
    }
    .c-login-label {
        font-size: 2.5vw;
    }
    .c-login-input {
        width: 20vw;
        height: 3.5vw;
        margin-left: 11.5vw;
        margin-top: 2vw;
        padding-left: 1vw;
    }
    #c-login-input-password {
        margin-left: 4.1vw;
    }
    .c-login-recupero {
        margin-left: -4vw;
        margin-top: 4vw;
        font-size: 2vw;
    }
    .c-login-generarPassword {
        margin-left: -4vw;
        margin-top: 6vw;
        font-size: 2vw;
    }
    .c-login-submit {
        margin-left: 6vw;
        margin-top: 12.5vw;
        width: 26vw;
        height: 5.2vw;
        font-size: 2.5vw;
    }
    .c-login-volver {
        font-size: 2vw;
        margin-top: 3vw;
        margin-left: 16vw;
    }
    .c-login-container {
        margin-left: 29vw;
    }
    .c-registrar-input {
        width: 20vw;
        height: 3.5vw;
        margin-left: 17.9vw;
        margin-top: 1vw;
        padding-left: 1vw;
    }
    #c-registrar-input-password {
        margin-left: 10.5vw;
    }
    #c-registrar-submit {
        margin-left: 8.5vw;
        margin-top: 3vw;
    }
    #c-registrar-volver {
        margin-left: 17.5vw;
    }
    .c-registrar-container {
        margin-left: 25.5vw;
    }
    #c-registrar-error {
        margin-top: -3vw;
        width: 41%;
    }
    .c-login-error {
        margin-left: 7vw !important;
        margin-top: -2vw;
        color: black;
    }
    .s-footer {
        font-size: 2.3vw;
    }
    .s-logo {
        font-size: 2.5vw;
    }
    .s-footer-black {
        font-size: 2.3vw;
    }
    .s-logo-black {
        font-size: 2.5vw;
    }
    .c-franquicia-container {
        margin-bottom: 0vw;
    }
    .c-edad-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
        padding-top: 13.5vw;
    }
    .c-edad-popup-title {
        font-size: 3.9vw;
        margin-bottom: 2vw;
    }
    .c-edad-popup-button {
        font-size: 3.2vw;
        margin-left: 2vw;
        margin-right: 2vw;
        margin-bottom: 4vw;
    }
    #c-edad-popup-button-si {
        width: 17vw;
    }
    .c-edad-popup-footer {
        font-size: 1.85vw;
    }
}

/*MOBILE LANDSCAPE CON KEYBOARD*/
@media screen and (max-height: 120px) and (max-width: 800px){
    .navbar-nav>li {
        display: inline;
    }
    .navbar-brand {
        display: none;
    }
    html {
        overflow-x: hidden !important;
        overflow-y: unset !important;
    }
    body {
        overflow: unset;
        overflow-x: hidden;
        overflow-y: unset;
    }
    .c-logo-navbar-mobile {
        display: unset;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .c-carrito-container-parent {
        top: 0;
        height: 100vh;
        min-height: 500px;
        z-index: 3500;
    }
    .c-carrito-container {
        width: 100vw;
        left: 100vw;
    }
    .c-carrito-close {
        width: 11px;
        margin-top: 8px;
        margin-right: 5px;
    }
    .c-carrito-title {
        font-size: 13.3px;
        margin-top: 5px;
    }
    .c-carrito-producto-img {
        max-height: 20vw;
    }
    .c-carrito-producto-title {
        font-size: 4.9vw;
    }
    .c-carrito-producto-cantidad-img{
        width: 4vw;
    }
    .c-carrito-producto-cantidad {
        font-size: 4vw;
    }
    .c-carrito-producto-precio {
        font-size: 4vw;
        margin-left: 0;
    }
    .c-carrito-producto-eliminar {
        font-size: 3vw;
    }
    .c-carrito-productos-container {
        min-height: 215px;
        margin-bottom: 5px;
    }
    .c-carrito-envio-btn {
        border-radius: 1vw;
        border: 2px solid #FF9900;
        margin-left: 3vw;
        margin-top: 3vw;
        width: 128px;
        height: 30px;
        font-size: 11px;
    }
    .c-carrito-envio-precio {
        margin-bottom: 0vw;
        font-size: 12px;
        margin-top: 65px;
    }
    .c-carrito-total-title {
        margin-bottom: 0vw;
        font-size: 12px;
    }
    .c-carrito-total-precio {
        margin-bottom: 0vw;
        font-size: 12px;
    }
    .c-carrito-row-enviar {
        display: none;
    }
    .c-carrito-row-enviar-mobile {
        display: unset;
    }
    .c-carrito-concretarCompra {
        width: 91vw;
        display: block;
        margin: auto;
        height: 16vw;
        font-size: 13px;
        margin-top: -15px;
    }
    .c-carrito-continuarComprando {
        width: 91vw;
        display: block;
        margin: auto;
        height: 48px;
        font-size: 10px;
    }
    .c-carrito-direccion-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        min-height: 350px;
        padding: 10px;
        padding-top: 20px;
    }
    .c-carrito-retiroSucursal-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        min-height: 350px;
        padding: 10px;
        padding-top: 20px;
    }
    .c-carrito-direccion-input {
        height: 4.7vh;
        min-height: 24px;
        font-size: 9px;
        border-radius: 5px;
    }
    .c-carrito-direccion-label {
        font-size: 9px;
    }
    .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }
    #inputNumero {
        text-align: center;
    }
    #inputPiso {
        text-align: center;
    }
    #inputDepto {
        text-align: center;
    }
    .c-carrito-direccion-guardar-btn {
        height: 6.5vh;
        min-height: 33px;
        font-size: 11.5px;
        margin-top: 25px;
    }
    .c-carrito-direccion-cerrar {
        font-size: 8px;
        margin-top: 10px;
    }
    .navbar-nav {
        height: 100vh;
        width: 100vw;
        background-color: #1A1A1A;
        position: absolute;
        top: 0;
        left: 100vw;
        margin: 0;
        z-index: 10;
        padding-top: 17vh;
    }
    .c-navbar-li {
        font-size: 21px;
        font-family: Poppins-Bold;
        display: block;
        color: #FFFFFF;
        opacity: 0.9;
        text-align: left;
        padding-left: 300px;
        text-transform: uppercase;
    }
    .c-membresia-popup {
        width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .c-membresia-popup-close-container {
        top: 0;
        right: 0;
        width: 5vw;
        height: 5vw;
    }
    .c-membresia-popup-close-img {
        width: 2vw;
    }
    .c-membresia-popup-title {
        font-size: 23px;
        margin-top: 100px;
    }
    .c-membresia-login-button {
        width: 55vw;
        height: 7vh;
        min-height: 36px;
        font-size: 8px;
        margin-top: 25px;
    }
    .c-membresia-popup-footer {
        font-size: 8px;
        bottom: -35px;
    }
    .c-solicitud-membresia-popup-close-img {
        width: 2vw;
    }
    .c-solicitud-membresia-popup {
        height: 82vw;
    }
}

/*TABLET PORTRAIT*/

@media screen and (max-width: 1025px) and (max-aspect-ratio: 13/9) and (min-width: 600px) and (min-height: 1023px){
    .c-carrito-container-parent {
        top: 0;
        height: 100vh;
        z-index: 3500;
    }
    .c-carrito-container {
        width: 100vw;
        left: 100vw;
    }
    .c-carrito-close {
        width: 2.2vh;
        margin-top: 1.7vh;
        margin-right: 1.1vh;
    }
    .c-carrito-title {
        font-size: 2.5vw;
        margin-left: 2vw;
        margin-top: 3vw;
    }
    .c-carrito-producto-img {
        max-height: 15vw;
    }
    .c-carrito-producto-title {
        font-size: 3vw;
    }
    .c-carrito-producto-cantidad-img{
        width: 3vw;
    }
    .c-carrito-producto-cantidad {
        font-size: 2.2vw;
        margin-left: 3vw;
        margin-right: 3vw;
    }
    .c-carrito-producto-precio {
        font-size: 3.3vw;
        margin-top: 1vw;
        margin-left: 3vw;
    }
    .c-carrito-producto-eliminar {
        font-size: 2vw;
    }
    .c-carrito-envio-btn {
        border-radius: 1vw;
        border: 2px solid #FF9900;
        margin-left: 3vw;
        margin-top: 3vw;
        width: 33vw;
        height: 6vh;
        font-size: 2.2vh;
    }
    .c-carrito-envio-precio {
        font-size: 2.3vw;
        margin-top: 5.5vw;
        margin-right: 4vw;
    }
    .c-carrito-total-title {
        font-size: 3.3vw;
        margin-left: 3vw;
    }
    .c-carrito-total-precio {
        font-size: 3.7vw;
        margin-right: 4.5vw;
    }
    .c-carrito-concretarCompra {
        width: 35vw;
        height: 11.6vw;
        font-size: 2.3vw;
    }
    .c-carrito-continuarComprando {
        width: 35vw;
        height: 11.6vw;
        font-size: 2.15vw;
    }
    .c-carrito-direccion-container {
        width: 100vw;
        height: 71.6vh;
        left: 100vw;
        padding: 2vh;
        padding-top: 4vh;
    }
    .c-carrito-retiroSucursal-text {
        font-size: 3vh;
        line-height: unset;
        margin-left: 4vh;
        margin-right: 4vh;
        margin-top: 13vh;
        margin-bottom: 20vh;
    }
    .c-carrito-retiroSucursal-btn {
        height: 9vh;
        font-size: 3vh;
    }
    .c-carrito-retiroSucursal-container {
        width: 100vw;
        height: 68.6vh;
        left: 100vw;
        padding: 2vh;
        padding-top: 4vh;
    }
    .c-carrito-direccion-input {
        height: 4.7vh;
        border-radius: 0.7vh;
        font-size: 1.7vh;
        padding: 1vh;
    }
    .c-carrito-direccion-label {
        font-size: 1.7vh;
    }
    .form-group {
        padding-left: 1vh;
        padding-right: 1vh;
    }
    #inputNumero {
        text-align: center;
    }
    #inputPiso {
        text-align: center;
    }
    #inputDepto {
        text-align: center;
    }
    .c-carrito-direccion-guardar-btn {
        height: 6.5vh;
        font-size: 2.2vh;
        margin-top: 5vh;
    }
    .c-carrito-direccion-cerrar {
        font-size: 1.5vh;
        margin-top: 2vh;
    }
}

/*TABLET LANDSCAPE*/

@media screen and (max-height: 1025px) and (max-width: 1367px) and (min-width: 800px){
    .c-carrito-container-parent {
        height: 93vh;
    }
    .c-carrito-envio-btn {
        font-size: 1.2vw;
    }
    .c-carrito-direccion-container {
        height: 71%;
        padding-top: 4vw;
    }
    .c-carrito-direccion-cerrar {
        margin-top: 2.5vw;
    }
    .c-carrito-direccion-guardar-btn {
        height: 4vw;
        margin-top: 1.7vw;
    }
}