/*Cambiar toda la tipografía de la carta*/ @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); h1, h2, h3, h4, h5, span, p, .v-card *, .v-toolbar_title , button, .v-card_title, div { font-family: 'Montserrat', sans-serif; } /*Cambiar letra para el título del producto*/ @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); h4, .v-card__title { font-family: 'Montserrat', sans-serif; } /*Botones linktree redondeados*/ .linktree .col-12 .v-btn{ Border-radius:30px!important; } .main-cities .linktree .v-btn{ Border-radius:30px!important; } /*Cambiar el color de los botones y la letra en el Linktree*/ .main-supplier-select .linktree .v-btn{ background-color:#ffffff!important; color:#6c1224!important; text-transform: uppercase; font-size: 9pt!important; } /*Agregar una imagen al preload*/ .v-overlay.overlay-bck .v-overlay__scrim{ background-image: url(https://images.cluvi.com/bs62i5Z6Bc/bs62i5Z6Bc_corozo-y-timbal-21_mesa-de-trabajo-1.jpg ) !important; background-size: cover; } /*Quitar sombra o delineador del cajón para los BANNERS de Categorías Principales*/ .v-sheet.v-card:not(.v-sheet--outlined) { box-shadow: none!important; } /*Poner transparente el banner de categorias principales*/ .col-banner-main-categories .theme--light.v-sheet { background-color: #a8d7d300; } /*Quitar la opacidad de la imagen del fondo del Linktree*/ .background-app .v-main{ background-color: rgba(0,0,0,0.0)!important; } /*Cambiar tipografía y el color del texto de los Tabs cuando se selecciona*/ .menu-sticky div.v-card.active .v-card__title.title{ color: #ffffff; } /*Cambiar tipografía y el color del texto de los Tabs SIN presionar el botón*/ .menu-sticky div.v-card:not(.active) .v-card__title.title{ color:#6c1224; } /*Cambiar el tamaño de la tipografía título y el espaciado*/ .product-card .product-card-title { font-size: 16px !important; line-height: 16px !important; } /*Cambiar color de letra del título de los productos*/ .product-card .v-card__title.product-card-title{ color: #6c1224!important; } /*Cambiar color y tamaño de letra de la descripción del producto*/ .product-card .v-card__subtitle.product-card-subtitle { color:#000000!important; font-size: 10pt!important; } /*Cambiar color del precio*/ .product-card .text-price { color: #6c1224!important; } /*Cambiar el tamaño del precio y el espaciado entre texto y precio*/ .product-card .btn-cta span, .product-card .text-price { font-size: 12px !important; line-height: 25px !important; } /*Cambiar el color a los cards de los productos*/ .product-card{ background-color: #ffffff!important; } /*Quitar sombra o delineador del cajón*/ .product-card.v-card{ box-shadow: none!important; } /*Cambiar el color del tag de recomendado y la estrellita*/ p.is-trademark i { color: #6c1224!important; font-size: 1.1rem!important; margin-top: -4px; } p.is-trademark { color:#6c1224!important; font-size: .9rem!important; font-weight: 700; } .v-btn.primary{ color: #ffffff!important; } /*Cambiar color de fondo para la barra inferior del menú*/ .theme--light.v-bottom-navigation { background-color:#6c1224!important; } /*Cambiar el color de todos los iconos de la barra inferior del menú*/ .theme--light.v-bottom-navigation .v-btn--active .font-weight-light, .theme--light.v-bottom-navigation .v-btn--active i.v-icon { color:#ffffff!important; } .theme--light.v-bottom-navigation .font-weight-light, .theme--light.v-bottom-navigation i.v-icon { color:#ffffff!important; } /*Cambiar el color de los iconos para Redes Sociales*/ .social-networks-view .buttons-social-networks a.theme--dark{ color: #ffffff; } /*Cambiar el color del “síguenos” y de las Redes Sociales*/ .social-networks-view h3 { margin-bottom: 1rem !important; color:#ffffff!important; } /*Cambiar el color del texto del botón “Califica tu Experiencia”*/ .v-chip:not(.v-chip--outlined).accent, .v-chip:not(.v-chip--outlined).error, .v-chip:not(.v-chip--outlined).info, .v-chip:not(.v-chip--outlined).primary, .v-chip:not(.v-chip--outlined).secondary, .v-chip:not(.v-chip--outlined).success, .v-chip:not(.v-chip--outlined).warning { color: #ffffff!important; } /* cambiar el color del texto en las tabs de subcategorias*/ .menu-sticky div.v-card .v-card__title.title{ color:#6c1224; } /*Cambiar el color del botón (“X”) para cerrar cada producto*/ .modalProduct-close .v-btn__content{ color:#ffffff; } /*Cambiar fondo del boton para cerrar el modal*/ .modalProduct-close { background-color:#6c1224!important; } .product-card div.v-card__subtitle.product-card-subtitle{ max-height: inherit !important; -webkit-line-clamp:inherit !important; } .title-category { display: none; } .v-application .amber--text.text--accent-3 { color: #6c1224!important; caret-color:#6c1224!important; } .productPropDotted { border: 1px solid rgba(0, 0, 0, .2); border-radius: 5px; color:#6c1224; padding: 7px 14px; margin: 0 14px 0 0; } /*Cambiar el color del texto invitados, fecha y hora*/ .book-create.container h1{ color: #ecce2d; } /* cambia el fondo de los tabs de las subcategorias */ .menu-sticky div.v-card { background-color: #ffffff; } .v-btn.primary{ color: #ffffff!important; } .v-dialog.v-dialog--active .v-card:has(.rate-view){ background-color:#6c1224!important; } .v-dialog.v-dialog--active .v-card:has(.mx-auto), .v-dialog.v-dialog--active .v-card:has(.mx-auto) .v-card.product-card { background-color: #ffffff!important; } .v-dialog.v-dialog--active .v-card:has(.mx-auto) h6{ color: #6c1224; } .v-dialog__content.v-dialog__content--active .v-icon.fa.fa-light.fa-xmark.theme--light{ color:#6c1224;}