:root {
    --blue-dark: #001c85;
    --blue-meduum: #002B5F;
    --blue-light: #1867C0;
    --greey: #e8e8e8;
    --greey-dark: rgb(182, 175, 175);
    --orange: #ff6c00;
}
/*Fuentes*/
@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic';
    src: url('./fonts/GOTHIC.TTF');
}

@font-face {
    font-family: 'verveine';
    src: url('./fonts/VERVEINE.TTF');
}

@font-face {
    font-family: 'gothic bold';
    src: url('./fonts/GOTHICB.TTF');
}

/* General */
body {
    font-family: 'gothic';
}

body a:hover {
    color: var(--orange);
}

/* header principal */
header .menu {
    background-color: var(--blue-dark);
}

header.menu a {
    color: var(--orange);
    text-decoration: none;
}

.icon_search {
    color: var(--greey-dark);
    padding-top: 10px;
    margin-left: -43px;
} 

/* Header barra de navegación */
#categorias {
    padding-right: 25px;
}

.dropdown-item:hover{
    color: var(--greey-dark);
}

#subcategorias {
    text-transform: capitalize;
    background-color: var(--greey);
}

#BtH,
.BtH {
    background-color: var(--greey-dark);
    border: none;
    color: black;
    font-size: 18px;
    width: 160px;
    margin-left: 15px;
}

#BtH:hover,
.BtH:hover {
    background-color: var(--orange);
    color: white;
}

.btn-otro:hover {
    border: 4px solid var(--orange);
    color: var(--orange);
    font-weight: bold;
} 

#menu2 {
    background-color: var(--greey);
}

/* iniciar sesion */
.login {
    color: white;
    font-size: 16px;
}

.login i {
    color: white;
    font-size: 30px;
}

.login #cart_menu_num {
    font-size: 10px;
    margin-top: -16px;
    margin-left: 0%;
    background-color: var(--orange) !important;
    color: white;
} 


em {
    text-decoration: none;
}

#boton_login i:hover,
#boton_micuenta i:hover,
#boton_login em:hover, 
#boton_micuenta em:hover,
#mi_carrito i:hover, 
#mi_carrito em:hover{
    color: var(--orange) !important;
}
/*INICIO CARRUSEL*/

.splide__track {
    height: 100% !important;
}

.fondo {
    width: 100%;
    height: 180px;
    background-color: var(--blue-dark);
}

.imagen {
    margin-top: 18px;
    height: 54px;
    width: 54px;
    cursor: pointer;
    display: inline !important;
    filter: invert(7%) sepia(77%) saturate(7499%) hue-rotate(236deg) brightness(80%) contrast(108%);
}

.circulo {
    border: 2px solid var(--blue-dark);
    background: white;
    margin-top: 23px !important;
    margin-left: 22px !important;
    height: 100px !important;
    width: 100px !important;
}

.circulo a {
    text-decoration: none;
}

.nombre_imagenes {
    color: white;
    text-align: center;
    /* text-transform: capitalize; */
    font-size: 11px !important;
    margin-top: 30px;
    margin-left: 3px;
    overflow: clip;
    color: white;
}

.imagen:hover {
    filter: invert(53%) sepia(89%) saturate(3417%) hue-rotate(359deg) brightness(100%) contrast(107%);
}

.circulo:hover {
    border: 4px solid var(--orange);
}

.nombre_imagenes:hover {
    color: var(--orange);
}

/*------------------------------------- Inicio sesion ------------------------------------------------------*/
#Modal-Ingresar i {
    color: var(--blue-dark);
    font-size: 30px;
}

#Modal-Ingresar {
    font-size: 18px;
    color: black;
}

#Modal-Ingresar a {
    font-size: 18px;
    font-style: normal;
}

#boton_envio_login {
    background-color: var(--blue-dark);
    color: white;
    border: 2px solid var(--blue-dark);
    border-radius: 7px;
    font-size: 22px;
}

#boton_envio_login:hover {
    color: var(--blue-dark);
    background-color: white;
    border: 2px solid var(--blue-dark);
} 
.contrasena {
    /* transform: translate(-50%,-50%); */
    left: 94%;
    top: 10%;
    position: absolute;
    z-index: 3;
    font-size: 20px !important;
    color: grey !important;
}


/*---------------------------------------- productos -------------------------------------------------------*/
.label_menu {
    text-transform: capitalize;
    font-size: 0.9em;
}

hr {
    margin-top: 0;
}

.text-acob-grey {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .card-price {
        font-size: 16px;
        margin-top: 65px !important;
    }
    .btn-productos {
        font-size: 12px;
    }
    .g-recaptcha {
        transform: scale(0.86);
        transform-origin: 0 0;
    }
}

#iva_inicio {
    color: var(--orange);
    font-size: 12px;
}

.card-price {
    font-size: larger;
    margin-left: 7px;
    font-weight: bold;
    color: var(--blue-dark);
    margin-top: 50px !important;
}

.btn-productos {
    background-color: var(--orange);
    color: white;
    padding: 7px 0px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: .3s ease;
    width: 100%;
    font-weight: bold;
}

.btn-productos:hover {
    color: var(--orange);
    background-color: white;
    border: 2px solid var(--orange);
}

.card-text {
    margin: 0px 10px 10px;
    font-size: 15px;
    line-height: 1.1;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
}

@media screen and (max-width:999px) {
    .card-text {
        margin: 0px 6px 6px;
        font-size: 13px;
        line-height: 1.1;
    }
}
.float-right {
    float: right !important;
}

.btn-dcto {
    background-color:red;
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 15px;
}

.card-previous-price {
    font-weight: bold;
    text-decoration: line-through;
    margin: 0px 10px 10px;
}

.brand_aco {
    padding-left: 0px;
    width: 114px;
    max-height: 20px;
}

.img_marcas {
    height: 18px;
    margin-right: 160p;
    font-size: 37px;
}


/*------------------------------------------------------------------- noticias -------------------------------------------------------------*/
.noticias {
    color: var(--blue-dark);
}

.noticias input {
    background-color: var(--blue-dark);
}

.noticias button {
    background-color: var(--blue-dark);
    color: white;
    border: 2px solid var(--blue-dark);
    border-radius: 7px;
    font-size: 20px;
}

.noticias button:hover {
    color: var(--blue-dark);
    background-color: white;
    border: 2px solid var(--blue-dark);
}

.linea_horizontal_ubicacion {
    border-bottom: solid 5px var(--blue-dark);
}


/*--------------------------------------------------------------- footer principal ---------------------------------------------------------*/

.footer {
    background-color: var(--blue-dark);
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer-copyright {
    color: white;
    margin-top: -19;
    background-color: var(--blue-dark);
}

div.footer-copyright a {
    color: white;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1000000;
    background: var(--blue-light);
    border: solid 2px white;
    border-radius: 25px;
}
.back-to-top:hover, a#whatsapp:hover {
    color: var(--orange);
    border: solid 2px var(--orange);
}
#whatsapp {
    position: fixed;
    bottom: 82px;
    right: 24px;
    z-index: 1000000;
    background: #20c551;
    color: white;
    border-radius: 25px;
    font-size: 24px;
}

#TRM {
    position: fixed;
    bottom: 180px;
    right: 4px;
    z-index: 1000000;
    background-image: linear-gradient(rgb(0, 89, 255),rgb(14, 16, 143));
    border: 3px inset rgb(0, 183, 255);
    box-shadow: 0 0 10px rgba(0, 183, 255, 0.5);
    transition: border-color 0.3s linear;
    animation: cambiarBorde 2s infinite linear;
    color: white;
    border-radius: 10px;
    font-size: 13px;
    padding: 1;
}
@keyframes cambiarBorde {
    0% {
      border-color: rgb(0, 183, 255); /* Azul claro inicial */
    }
    25% {
      border-color: rgb(0, 150, 255); /* Un tono de azul más oscuro */
    }
    50% {
      border-color: rgb(0, 120, 255); /* Un azul intermedio */
    }
    75% {
      border-color: rgb(0, 100, 255); /* Un azul aún más oscuro */
    }
    100% {
      border-color: rgb(0, 183, 255); /* Vuelve al color inicial */
    }
  }


/*-------------------------------------------------------------- vista registrarse--------------------------------------------------------- */
.Titulos h1,
.Titulos h2 {
    text-align: center;
}

.Titulos h1 {
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 10px;
    color: var(--blue-dark);
    font-weight: bold;
}

.Titulos h2 {
    font-size: 25px;
}

.Titulos h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.Titulos hr {
    height: 5px;
    background-color: var(--blue-dark);
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: var(--orange);
    border-color: var(--orange);
    font-weight: bold;
    border-bottom: solid 4px white;
}

.btn-registros {
    margin: 0px 10px 20px;
    background-color: var(--orange);
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 2px;
    font-weight: bold;
}

.btn-registros:hover {
    background-color: white;
    border: 2px solid var(--orange);
    color: var(--orange);
}


/* formularios de registro */
input.form-control,
select.form-select {
    border-color: white;
    border-bottom: 1px solid var(--blue-dark);
}

select.form-select1 {
    border: 1px solid #ced4da;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 6px 12px !important;
}

input:focus,
select:focus {
    border-bottom: 1px solid var(--blue-light);
    box-shadow: none;
}
/*


/*------------------------------------------------------- fomularios ---------------------------------------------------------*/
.form-text {
    color: red;
    display: inline;
}

/*------------------------------------------------------- fomulario proveedores ---------------------------------------------------------*/

#number_document.form-control1[type="number"],::-webkit-inner-spin-button,
#number_document.form-control1[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Elimina las flechas */
    margin: 0;
}

#nit_document.form-control1[type="number"],::-webkit-inner-spin-button,
#nit_document.form-control1[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Elimina las flechas */
    margin: 0;
}

/*------------------------------------------------------- mi cuenta -----------------------------------------------------------*/

form legend {
    font-size: 16px;
    font-weight: bold;
}

/*---------------------------------------------------- mapa -----------------------------------------------------------------*/


/* #mapa-direccion { 

    width: 60%;
} */
#map {
    height: 400px;
}

/*-------------------------------------------------- general --------------------------------------------------------------*/
.subtitulo {
    font-size: 22px;
    font-weight: bold;
    color: var(--blue-dark);
}

/*--------------------------------------------- olvido contraseña --------------------------------------------------------*/
#modal_correo {
    font-size: 18px;
    font-weight: bold;
}

.modal-titulo {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.modal-titulo i {
    font-size: 30px;
    color: var(--blue-dark);
}

/*-------------------------------------------------- direccion  ----------------------------------------------------------*/
#informacion_geo p {
    font-size: 14px;
    font-weight: normal;
}

/* -----------------------------------------------detalles de producto--------------------------------------------------  */
.btn_dcto_detalle {
    position: relative;
    z-index: 3;
    background-color: red;
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 15px;
    top: 25px;
}

.titulo_etiq {
    text-transform: uppercase;
    font-family: 'gothic bold';
    color: var(--blue-dark);
    font-weight: bold;
    font-size: 20px;
}

.detalle_img_marcas {
    padding-top: 5px;
    width: 180px;
    height: 25px;
}
.card-text-marca {
    font-size: 18px;
    margin-left: 9px;
}

.card-text-1 {
    font-family: 'gothic bold';
    margin: 0px 10px 10px;
    font-size: 18px;
    color: rgb(63, 63, 63);
    font-weight: bold;
}

.detalle_price {
    font-family: 'gothic bold';
    font-size: 25px;
    font-weight: bold;
    color: var(--orange);
    margin: 0px 10px 10px;
}

#iva {
    font-family: 'gothic bold';
    color: var(--blue-dark);
    font-size: 12px;
}

.card-previous-price {
    font-weight: bold;
    text-decoration: line-through;
    margin: 0px 10px 10px;
}

.btn-det_productos {
    margin: 0px 5px 5px;
    background-color: var(--orange);
    color: white;
    padding: 7px 8px;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: .3s ease;
    width: 100%;
    font-weight: bold;
}

.btn-det_productos:hover {
    background-color: transparent;
    border: 2px solid var(--orange);
    color: var(--orange);
}

.btn-outline-primary {
    color: black !important;
    border-color: transparent !important;
}

.btn-outline-primary:hover {
    color: black !important;
    border: 2px solid var(--orange)!important;
    background-color: transparent;
}

/* -------------------------------------------- */
#thumbnail-slider {
    width: 100% !important;
    margin: 5%;
}

.img_slide {
    width: 100px !important;
    height: 100px !important;

}

.splide__slider>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 2px solid var(--blue-dark) !important;
}

.splide__arrow--prev {
    left: -2em !important;
}

.splide__arrow--next {
    right: -2em !important;
}

.splide__arrow--prev:hover, .splide__arrow--next:hover {
    background: var(--orange);
}

#iva_product {
    color: var(--orange);
    font-size: 12px;
}


.slick-slide {
    font-size: 30px;
    font-family: "Arial", "Helvetica";
    text-align: center;
}

.slick-dots {
    bottom: -30px;
}

.slider {
    margin: 0 30px;
}

.cuadro {
    width: 20px;
    height: 20px;
    border: 1px solid var(--greey);
}

#linea {
    text-decoration: none;
}

.form-control1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95a3b1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control1:disabled,
.form-control1[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-select1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95a3b1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
}

/* ============================================================ soporte tecnico ======================================================= */

.img_soporte_tecnico {
    background-image: url(../img/soporte_tecnico/Banner-Soporte.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 29rem;
}

.titulo_sop_tecnico {
    color: var(--color-azul-oscuro);
    font-size: 1.7rem;
    margin-top: 3rem;
    font-weight: bold;
}

.contein12_titulo {
    color: white;
    font-size: 4rem;
}

.contein12_img {
    background-image: url(../img/soporte_tecnico/Fondo-Soporte.png);
    background-size: 100%;
    padding: 0.5rem;
}

.sub_titulo_img {
    color: white;
    font-size: 2.5rem;
}

.sub_texto_img {
    color: white;
    font-size: 1.3rem;
    line-height: 1;
}
.titulo_ubicacion {
    font-family: 'gothic bold';
    color: #4c4c4c;
    font-size: 2.5rem;
    font-weight: bold;
}

.sub_titulo_ubicacion {
    font-family: 'gothic bold';
    color: #4c4c4c;
    font-size: 1.5rem;
    font-weight: bold;
}

.titulo_repu {
    color: #4c4c4c;
    font-size: 4rem;
    font-weight: bold;
}

.sub_titulo_repu {
    color: #4c4c4c;
    font-size: 2rem;
}

.texto_repu {
    color: #4c4c4c;
    font-size: 1.5rem;
}

.btn-grande {
    background-color: var(--orange);
    color: white;
}

.btn-grande:hover, .btn-escribenos:hover {
    background-color: white;
    color: var(--orange);
    border: 2px solid var(--orange);
}

.btn-escribenos {
    background-color: green;
    color: white;
}


/* =========================================================== contactenos ============================================================= */

.img_contactenos {
    background-image: url(../img/contactenos/Banner-Contactenos.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 33rem;
}

.text-acob {
    color: var(--blue-dark);
    font-weight: bold;
    font-size: 2rem;
}


/*======================================================== etiquetas especiales ==========================================================*/
.sub_titulo_iconos {
    color: #4c4c4c;
    font-size: 2rem;
}

.img_soporte_etiquetas {
    background-image: url(../img/soporte_etiquetas/Banner-Etiquetas-Esp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 29rem;
}

.contain_baner1 {
    background-image: url(../img/soporte_etiquetas/Fondo-Impresion-Flexo.png);
    padding: 0.5rem;
}

.contain_baner2 {
    background-image: url(../img/soporte_etiquetas/Fondo-Impresion-Variable.png);
    padding: 0.5rem;
}

.titulo_baner1 {
    color: white;
    font-size: 4rem;
    font-weight: bold;
}

.texto_baner1 {
    font-weight: bold;
    color: white;
    font-size: 2.5rem;
}

/*====================================================== informacion importante ======================================================*/

.sin_deco {
    color: var(--color-azul-claro);
    text-decoration: none;
}


/*========================================================== quienes somos ===========================================================*/

.imagen_qs {
    margin-top: 25px;
    width: 75%;
}

.imagen_qs2 {
    margin-top: 25px;
    width: 50%;
}

#contenedor1 {
    background-image: url(../img//quienes_somos//Fondo-Ondas.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position:center; */
}
.quienes_somos {
    color: orange;
}

.quienes_somos h1 {
    font-size: 4vw;
}

.quienes_somos h2 {
    font-size: 3.5vw;
}

.img_somos {
    object-fit: cover;
    width: 80%;
    height: 80%;
    margin-bottom: 18%;
}

.cont_somos {
    margin-left: 5vw;
    margin-right: 5vw;
}

.text_titulo1,
.text_titulo {
    font-family: 'gothic bold';
    color: var(--orange);
    font-size: 6vw;
}

.text_parrafo,
.text_parrafo1 {
    text-align: justify;
    font-size: 2vw;
    line-height: 1;
}

.text_sub_titulo {
    font-size: 2.5vw;
    color: var(--blue-dark);
    line-height: 1;
}
.texto_registro {
    width: 40%;
    font-family: 'gothic bold';
    font-size: 2.5vw;
    line-height: 1;
    text-align: center;
    color: var(--blue-dark);
}

.text_sub_titulo1 {
    font-size: 3vw;
    color: var(--blue-dark);
    line-height: initial;
    margin: 5%;
    font-weight: bold;
}

@media (max-width: 765px) {
    .text_titulo {
        transform: rotate(-90deg);
        font-size: 60px;
    }
    .text_parrafo {
        display: none;
    }
    .text_titulo1 {
        font-size: 25px;
    }
    .text_parrafo1 {
        font-size: 16px;
    }
    .titulo_baner1{
        font-size: 2rem;
    }
    .texto_baner1{
        font-size: 1.5rem;
    }
    .img_somos {
        margin-bottom: 0%;
    }
    .img_soporte_etiquetas, .img_soporte_tecnico, .img_contactenos  {
        height: 9rem !important;
    }
    .contein12_titulo, .titulo_ubicacion, .titulo_repu{
        font-size: 2.5rem;
    }
}

.nav-link.disabled {
    color: var(--greey-dark);
    padding: 0;
}

/* =======================================================================ADMINISTRADOR ==============================================*/

.btn-site {
    background-color: var(--blue-dark, 1) !important;
    color: white!important;
    padding: 7px 0px;
    border: 2px solid var(--orange) !important;
    transition: .3s ease;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-site:hover {
    color: var(--orange)!important;
    border: 2px solid var(--orange) !important;
    background-color: white !important;
}


/*------------------------------------------------------------------- data table --------------------------------------------------*/

.table-consultas {
    --bs-table-bg: var(--blue-dark);
    color: white;
}

.table-consultas2 {
    --bs-table-bg: var(--greey-dark)
}

.img_banner {
    object-fit: cover;
    width: 100%;
    vertical-align: auto;
}

.borde_per {
    box-shadow: 0px 0px 5px 1px var(--greey-dark);
}


/*--------------------------------------------------------------- entrada de imagen -----------------------------------------------*/

.file_imagen {
    font-size: 55px;
}

.img_bannerH {
    max-height: 250px;
    max-width: 100%;
}

.vista_prev {
    max-height: 300px;
    max-width: 100%;
}


/*-------------------------------------------------------------- menu administrador ------------------------------------------------ */

.titulo_menu_admin {
    font-size: 18px;
    text-decoration: none;
    font-style: normal;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

a.list-group-item:hover {
    color: var(--orange);
}

.img-tabla {
    max-width: 100px;
    max-height: 100px;
}

.colores {
    width: 7em;
    height: 2.5em;
    border-radius: 0.3em;
    border: none;
}

.select2 {
    width: 100% !important;
}

.textarea1 {
    width: 100%;
}

.imagen_usuario {
    max-width: 110px;
    max-height: 110px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    margin: auto;
    border: 1px solid var(--greey-dark);
}

.header-pedido {
    background: var(--greey);
}

.header-pedido p,
.producto-pedido p {
    margin-bottom: 0.2em !important;
}

.producto-pedido {
    border-bottom: 1px solid var(--greey-dark);
    margin-bottom: 0.1em;
}

.gris {
    color: grey;
    font-weight: bold;
}

.linea-azul {
    color: var(--blue-dark);
    border-bottom: 6px solid;
    margin: 0.5em;
}

.titulo-grande {
    color: var(--blue-dark);
    font-size: large;
    margin-left: 15px;
    text-transform: uppercase;
}

.envio_domicilio {
    height: 90px;
    background-color: white;
    border: solid 2px var(--orange);
    font-size: 0.8em;
    color: var(--orange);
    font-family: 'gothic bold';
}

.envio_domicilio i {
    font-size: 50px;
    color: var(--orange);
}

.gris-small {
    color: var(--greey-dark);
    font-size: small;
    line-height: normal;
}

@media screen and (min-width: 1200px) {
    .menu-micuenta {
        align-items: flex-start!important;
        display: flex;
    }
    .menu-micuentaul {
        width: 15%;
        justify-content: center;
    }
}

.menu-micuentaul {
    justify-content: center;
    margin: 5px;
}

#ModalMiCarrito {
    color: gray;
    font-family: 'gothic bold';
}

#ModalMiCarrito i {
    color: var(--blue-dark);
}

/*-------------------------------------------------------------- TRM ------------------------------------------------ */
#trm {
    position: absolute; 
    right: 4%; 
    margin: 1%; 
    font-size: 16px; 
    color: #ffffff; 
    font-family: 'Arial', sans-serif; 
    font-style: oblique;
    background-image: linear-gradient(to right, rgb(255, 102, 0), #ff9307e0);
    border: 3px solid rgb(255, 81, 0); 
    border-radius: 17px; 
    padding: 10px 15px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s, box-shadow 0.3s; 
    z-index: 1000;
    font-weight: bold; 
}
#trm:hover {
    background-color: #ff6600; 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Sombra más intensa */
}

@media (min-width:1200px){
    #trm{
        margin-top: 2%;
    }
}
@media (max-width: 1200px) {
    #trm {
        font-size: 2vw; /* Tamaño de fuente más pequeño */
        right: 3%; /* Ajuste de posición */
    }
}

@media (max-width: 992px) {
    #trm {
        font-size: 2vw; /* Tamaño de fuente más pequeño para tabletas */
        right: 2%; /* Ajuste de posición */
        padding: 3px 8px; /* Reduce el padding para un contenedor más pequeño */
        border: 2px solid rgb(255, 81, 0);  /* Borde más delgado */
    }
}

@media (max-width: 768px) {
    #trm {
        font-size: 2vw;
        right: 2%;
        margin-top: 0; 
        padding-top: 0;
        padding: 2px 7px;
        border: 2px solid rgb(255, 81, 0); 
    }
}

@media (max-width: 576px) {
    #trm {
        font-size: 3vw; 
        right: 2%; 
        padding: 2px 7px; 
        margin-top: 0; 
        padding-top: 0; 
    }
}

/*-------------------------------------------------------------- OCULTAR LABEL URL ------------------------------------------------ */

label#urls{
    display:none;
}

