﻿:root {
    --main-color: #3366cc; /* Declara la variable de color */
}
body a {
    text-decoration: none; /* Remueve el subrayado de los enlaces */
}
.main-color-color {
    color: var(--main-color) !important;
}
.main-color-background {
   background-color: var(--main-color) !important;
}

.error-border {
    border-color: red;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state,
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
            background-color: #303030;
            opacity: 8%;
        }

.custom-label {
    display: block;
    font-family: "Roboto", sans-serif;
    text-align: center;
    
    font-weight: 700;

    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 5px;
    
}

/*------------------------------------*//**/

 
.gsi-material-button-r {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
}

.gsi-material-button-r .gsi-material-button-icon-r {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button-r .gsi-material-button-content-wrapper-r {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button-r .gsi-material-button-contents-r {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button-r .gsi-material-button-state-r {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button-r:disabled {
    cursor: default;
    background-color: #13131461;
    border-color: #8e918f1f;
}

.gsi-material-button-r:disabled .gsi-material-button-state-r {
    background-color: #e3e3e31f;
}

.gsi-material-button-r:disabled .gsi-material-button-contents-r {
    opacity: 38%;
}

.gsi-material-button-r:disabled .gsi-material-button-icon-r {
    opacity: 38%;
}

.gsi-material-button-r:not(:disabled):active .gsi-material-button-state-r,
.gsi-material-button-r:not(:disabled):focus .gsi-material-button-state-r {
    background-color: white;
    opacity: 12%;
}

.gsi-material-button-r:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button-r:not(:disabled):hover .gsi-material-button-state-r {
    background-color: white;
    opacity: 8%;
}

.icon-login-key {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1.2em;
}

.blur-effect {
    filter: blur(0.5px);
}
.cont-login-mobile-menu {
    background-color: #fff;
    border: 10px solid var(--main-color);
    border-radius:20px;
}
.cont-login-mobile-menu-cont {
    background-color: var(--main-color);
    
}

.acc-mobile-cont-usr-mail{

}
.acc-mobile-cont-usr {
  


    
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
 

    white-space: nowrap; /* Para asegurar que el texto no se quiebre en múltiples líneas */
    overflow: hidden; /* Para ocultar el texto que se desborde */
    text-overflow: ellipsis; /* Para agregar "..." al final del texto que se desborde */
}



.acc-mobile-cont-avatar {
    width: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .acc-mobile-cont-avatar {
   
}

[dir=rtl] .acc-mobile-cont-avatar {
    margin-left: 14px;
}

.acc-mobile-cont-avatar img {
    border-radius: 100%;
    max-width: 100%;
}

/*.acc-mobile-cont-avatar img {
    width: 50px;*/ /* Ajusta el tamaño según tus necesidades */
    /*height: 50px;
    border-radius: 50%;
}*/

.acc-mobile-cont-usr-mail {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 10px;
    max-width: calc(100% - 140px);
}

.acc-mobile-cont-mail {
    white-space: nowrap; /* No permite que el texto haga wrap */
    overflow: hidden; /* Oculta el texto que se desborda del contenedor */
    text-overflow: ellipsis; /* Agrega "..." al final del texto que se desborda */
    position: relative;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin-top: 1px;
}

.user-container {
    display: flex;
    align-items: center;
    text-align:left;
}
.cont-user-container {
    position: relative;
    max-width: 100%;
  
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-left:10px;
    
}
.menu__submenus-container{
    
}

.mx-wi-m{
    max-width:300px;
}

.div-cont-cuenta {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    min-width: 260px !important;
    background-color: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
}

.al-l{
    text-align:left;
}
.al-r {
    text-align: right;
}
.al-c {
    text-align:center;
}
.ico-ds {
    margin-right: 10px;
    font-size: 15px;
}
.capitalize{
    text-transform:capitalize !important;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

    .fade-out.fade {
        opacity: 0;
    }

.tr-border-top{
    border-top:0.5px solid rgba(0,0,0,0.1) !important;
    margin-top:10px;
}

.icon-pay-cart{
    max-width:36px;
    max-height:36px;

}
.checkout__totals-footer1 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
}

.no-spinners {
    /* Para Chrome, Safari, Edge, Opera */
    -webkit-appearance: none;
    margin: 0;
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.no-spinners {
    /* Para Firefox */
    -moz-appearance: textfield;
}

.aviso-checkout{
    padding:10px;
    font-size:15px;
    font-weight:500;
    color:rgba(248, 9, 9,0.8);
    
}

.tit-sub-t-checkout {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgb(0,0,0,0.65);
    
}

.marquee-container {
    width: 100%; /* Ajusta este valor según sea necesario */
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-height: 50px;
    min-height: 50px;
    color:red;
    font-size:1.2rem;
}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.cont-img-binance{
    width:100%;
    text-align:center;
}

.img-binance{
    max-width:300px;
}

.row-check{
    border-top:1px solid rgba(0,0,0,0.1);
}

.contenedor {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circulo {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #3498db;
    border-radius: 50%;
    animation: sonar 2s linear infinite;
}

.input-group-prepend {
    display: inline-block;
    position: relative;
}

.input-group-text {
    max-height: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes sonar {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.list-errores-compra{
    font-size:0.8rem;
    color:red;
}

.img-pro-checkout{
    max-width:50px;
    
}

.titulo-prod-checkout{
    width: 70% !important;
    text-transform:capitalize;
}
.monto-prod-checkout {
    width: 20% !important;
    
}
.foto-prod-checkout {
    width: 10% !important;
    
}

.tr-items-cart-checkout{
    border-bottom:0.5px solid rgba(100,100,100,0.1);
    padding-bottom:5px;
    padding-top:5px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: undefinedpx;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #3366cc;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-radio .control_indicator {
    border-radius: 50%;
}

    .control-radio .control_indicator:after {
        left: 7px;
        top: 7px;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #ffffff;
        transition: background 250ms;
    }

.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

 

.shipping-details {
    display: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 5px;
    margin-bottom:10px;
}

    .shipping-details.active {
        display: block;
    }

.text-muted b small{
    color:red;
}

.bb-1-n{
    border-bottom:1px solid rgba(0,0,0,0.1);
}

/* Clase general para todas las estrellas */
.bx {
    font-size: 24px; /* Tamaño de la estrella */
    margin-right: 5px; /* Espacio entre las estrellas */
}

/* Estrellas doradas (llenas) */
.bxs-star.text-warning {
    color: #ffc107; /* Color dorado */
}

/* Estrellas grises (vacías) */
.bxs-star.text-secondary {
    color: #e4e5e9; /* Color gris */
}

/* Media estrella dorada */
.bxs-star-half.text-warning {
    color: #ffc107; /* Color dorado */
}

.bxs-star{
    font-size:14px;
}
.img-pro-product{
    max-width:100px;
    max-height:100px;
}

.cds{
    display:none !important;
}



.product-categorie-product-grid-sm {
    display: inline-block; /* Asegura que el elemento ocupe solo el espacio necesario */
    max-width: 100%; /* Limita el ancho al 100% del contenedor padre */
    text-overflow: ellipsis; /* Añade puntos suspensivos si el texto es muy largo */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    overflow: hidden; /* Oculta el texto que se desborda */
    text-decoration: underline; /* Añade subrayado para parecer un enlace */
    cursor: pointer; /* Cambia el cursor al de un enlace */
    color: rgba(0,0,0,0.6); /* Color de texto similar al de un enlace (opcional) */
   
}

.container-o {
    display: flex;
    flex-direction: column;
    background-color: #d1d5db; /* Neutral 300 */
    width: 14rem; /* 56 * 0.25rem */
    height: 26rem; /* 64 * 0.25rem */
    animation: pulse 1.5s infinite;
    border-radius: 0.75rem; /* xl */
    padding: 1rem; /* 4 * 0.25rem */
    gap: 1rem; /* 4 * 0.25rem */
}

.image-placeholder-o {
    background-color: rgba(156, 163, 175, 0.5); /* Neutral 400/50 */
    width: 100%;
    height: 16rem; /* 32 * 0.25rem */
    animation: pulse 1.5s infinite;
    border-radius: 0.375rem; /* md */
}

.text-placeholder-o {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* 2 * 0.25rem */
}

    .text-placeholder-o .line-o {
        background-color: rgba(156, 163, 175, 0.5); /* Neutral 400/50 */
        height: 1rem; /* 4 * 0.25rem */
        animation: pulse 1.5s infinite;
        border-radius: 0.375rem; /* md */
    }

    .text-placeholder-o .line.full-o {
        width: 100%;
    }

    .text-placeholder-o .line.eighty-o {
        width: 80%;
    }

    .text-placeholder-o .line.half-o {
        width: 50%;
    }

 




@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.product-card-xx {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    width: 18rem;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.image-placeholder-xx {
    background-color: #f0f0f0;
    height: 16rem; /* Ajusta según sea necesario */
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.product-details-xx {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.line-xx {
    background-color: #f0f0f0;
    height: 1rem; /* Altura de las líneas */
    border-radius: 0.25rem;
}

    .line-xx.full-xx {
        width: 100%;
    }

    .line-xx.medium-xx {
        width: 75%;
    }

    .line-xx.short-xx {
        width: 50%;
    }

.animate-pulse-xx {
    animation: pulse 1.5s infinite;
}



.my_mobile_search_input{
    color:rgba(0,0,0,0.8) !important;

}

    .my_mobile_search_input:focus {
        color: rgba(0,0,0,0.8) !important;
    }

/* Estilos generales para el modal */
.modal-search {
    display:none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); /* Fondo blanco semitransparente */
    backdrop-filter: blur(1px); /* Efecto de vidrio empañado */
    z-index: 1000; /* Asegura que esté delante de todo el documento */
}

/* Contenido del modal centrado */
.modal-content-search {
    position: relative;
    background: none; /* Transparente para mostrar el fondo empañado */
}

/* Loader centrado */
.loader-search {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    background: radial-gradient(circle closest-side, #3366cc 94%, #0000) right/calc(200% - 1em) 100%;
    animation: l24 1.5s infinite alternate linear;
}

    .loader-search::before {
        content: attr(data-content);
        line-height: 1em;
        color: #0000;
        background: inherit;
        background-image: radial-gradient(circle closest-side, #fff 94%, #3366cc);
        -webkit-background-clip: text;
        background-clip: text;
        display: inline-block; /* Para que el padding funcione correctamente */
        padding: 0 20px; /* Añadir 20px de espacio a la izquierda y derecha */
    }

@keyframes l24 {
    100% {
        background-position: left;
    }
}

.no-results {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

    .no-results h2 {
        color: #212529;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .no-results ul {
        list-style-type: disc;
        padding-left: 20px;
        text-align: left;
        margin-top: 0;
    }

    .no-results li {
        margin-bottom: 5px;
        color: #555555;
        font-size: 14px;
    }

        .no-results li strong {
            color: #000000;
        }

    .no-results .category-link {
        color: #3366cc;
        text-decoration: none;
    }

        .no-results .category-link:hover {
            text-decoration: underline;
        }

.product-card__name__categoria {
    font-size: 18px;
    line-height: 19px;
    text-transform: capitalize;
    font-weight:600;
    text-align:center;
    color:#fff;
}

.product-card__rating-legend__categoria {
    font-size: 20px;
    line-height: 2;
    color: #3366cc;
    padding-top: 5px;
    white-space: nowrap;
    text-align:center;
}
.product-card__info__categoria {
    padding: 2px 22px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(51, 102, 204, 0.05)
}
.products-list__item__categoria {
    border: none; /* Elimina el borde predeterminado */
    box-shadow: 0 0 5px rgba(51, 102, 204, 0.2); /* Sombra difuminada con color y opacidad */
}

.block-banner__title_new {
    padding-top: 28px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing:2.5px;
    color: #3366cc !important; /* Color del texto */
    -webkit-text-stroke: 1px #fff; /* Borde azul de 2px en el texto */
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; /* Destello exterior blanco máximo de 4px */
}

.modern-border {
    border: 1px solid #d3d3d3; /* Borde gris claro */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), /* Sombra suave */
    0 1px 3px rgba(0, 0, 0, 0.08); /* Sombra secundaria para profundidad */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}

    .modern-border:hover {
        transform: scale(1.02); /* Ligera expansión al hacer hover */
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15), /* Aumenta la sombra al hacer hover */
        0 3px 6px rgba(0, 0, 0, 0.1);
    }

.product-image__img__marca {
    z-index:4;
    max-height: 50px;
    max-width: 50px;
    position: absolute;
    background-color: rgba(255,255,255,0.60);
    border-radius: 5px;
    bottom: 5px !important;
    right: 3px !important;
    padding:2px;
}
    .product-image__img__marca:hover {
        transform: scale(1.02);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* Aumenta la sombra al hacer hover */
        0 3px 6px rgba(0, 0, 0, 0.1);
    }
    .product-image__img__marca img {
        position:relative;
        max-height: 100% !important;
        max-width: auto !important;
    }
    .overlay_c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0); /* Transparente */
    z-index: 1;
}

.texto-recortado {
    white-space: nowrap; /* Evita que el texto haga un salto de línea */
    overflow: hidden; /* Oculta el desbordamiento del contenido */
    text-overflow: ellipsis; /* Muestra los tres puntos (...) al final del texto */
    max-width: 100%; /* Asegura que el texto se ajuste al contenedor */
    letter-spacing:1px;

   
}
 
.texto-recortado a {
    padding: 8px 16px;
    display: block; /* Para asegurarse de que el área táctil cubra todo el enlace */
    margin-bottom: 8px; /* Añadir espacio entre los enlaces */
    background-color: #f8f9fa; /* Ejemplo de color de fondo */
    border-radius: 4px;
}

#construbot-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #055293;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    z-index: 1000;
}

    #construbot-icon img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 5px;
        background-color: #fff;
    }

#construbot-container {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80%;
    height: 80%;
    border: none;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#construbot-iframe {
    width: 100%;
    height: 100%;
    border: none;
    position:relative;
}

#construbot-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

@media (min-width: 768px) {
    #construbot-container {
        width: 400px;
        height: 600px;
    }
}
.block-slideshow__slide a {
    padding: 12px 24px; /* Ampliar el área táctil del enlace */
    display: inline-block;
    background-color: #007bff; /* Color de fondo del enlace */
    color: white; /* Color del texto */
    border-radius: 4px; /* Borde redondeado para un mejor toque */
    text-align: center;
    min-width: 100px; /* Anchura mínima */
    margin: 8px 0; /* Espaciado vertical */
}

.owl-dot {
    width: 30px;
    height: 30px;
    margin: 0 5px; /* Añadir espacio entre los puntos */
    display: inline-block;
    background-color: #ccc; /* Ejemplo de color de fondo */
    border-radius: 50%; /* Forma circular */
    flex: 0 0 auto;
}

    .owl-dot.active {
        background-color: #333; /* Color de fondo para el punto activo */
    }

.owl-dots {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center; /* Alineación centrada de los elementos */
}

.product-card__addtocart__horiz {
    width: 100px;
    height: 25px;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    /*padding: 2px 4px;*/
    text-decoration: none;
    
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
   color:#fff;
   font-size:14px;
   background-color:#3366cc !important;
    
}
    .product-card__addtocart__horiz:hover {
        background-color: rgba(51, 102, 204, 0.75) !important;
    }
.span_precio_horiz {
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1;
    font-weight: 700;
    color: #706f6f;
    margin-right: 15px;
}
 
.product-card__prices__horizontal {
    margin-top:20px !important;
    padding-top: 50px !important;
     
}
body {
    background-color:#fff;
}
.sombras-card-constru {
    -webkit-box-shadow: 0 1px 10px rgba(rgba(224, 222, 222, 1));
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
    border: 0.5px solid rgba(150,150,150,0.1);
    background-color:#fff;
 
}


.logo-constru {
    color: white;
    max-width: 200px;
    max-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.95rem;
    letter-spacing: 1.1px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px;
    line-height: 1rem;
    margin-bottom: 5px;
}

.img-logo-constru-mobile {
    max-width: 50px;
    margin-right: 2px;
}

.img-logo-constru {
    max-width: 50px;
    margin-right: 2px;
}

.logo-grupo-constru {
    color: white;
    max-width: 200px;
    max-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
  
    padding: 0px;
    line-height: 0.6rem;
    
}

.logo-grupo-constru-mobile {
    color: white;
    max-width: 200px;
    max-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.5px;
    
    /*padding: 0px;*/
  
    white-space: nowrap; /* Evita el quiebre de línea */
    overflow: hidden; /* Oculta el texto que se sale del contenedor */
    text-overflow: ellipsis; /* Añade "..." al final del texto truncado */

    max-width: 100%; /* Asegura que no se desborde del contenedor */
}

@media (max-width: 300px) {
    .logo-grupo-constru-mobile,
    .logo-constru-mobile {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .logo-grupo-constru-mobile {
        font-size: 3vw;
        line-height: 3vw;

    }

    .logo-constru-mobile {
        font-size: 3vw;
        line-height: 3vw;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .logo-grupo-constru-mobile {
        font-size: 0.7em;
        line-height: 0.9em;
    }

    .logo-constru-mobile {
        font-size: 0.85em;
        line-height: 0.85em;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .logo-grupo-constru-mobile {
        font-size: 0.7em;
        line-height: 0.8em;
    }

    .logo-constru-mobile {
        font-size: 0.85em;
        line-height: 0.85em;
    }
}

.logo-constru-mobile {
    color: white;
    max-width: 200px;
    margin-top: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.1px;
    /*margin-bottom: 8px;*/
    white-space: nowrap; /* Evita el quiebre de línea */
    overflow: hidden; /* Oculta el texto que se sale del contenedor */
    text-overflow: ellipsis; /* Añade "..." al final del texto truncado */

    max-width: 100%; /* Asegura que no se desborde del contenedor */
}

.cont-logo-grupo-constru-mobile{
 
    max-height:30px;
    margin-top:auto;
        margin-bottom:auto;
        padding-top:4px;
}

.cont-logo-grupo-constru-desktop {
    max-height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4px;
}

.megamenu__item-i {
    margin-right: 6px;
    
}

.megamenu__item-i-span{
    margin-left:5px;
    color:rgba(0,0,0,0.6);
    font-size:90%;
}

.megamenu__item-i-a{
    color:#3366cc !important;
    font-size:1.025em !important;
    
}
.megamenu__item{
    margin-top:6px !important;
}

.mobile-links__item-link-i {
    color: #3366cc !important;
    background-color: rgba(51, 102, 204, 0.05);
    border-bottom: 1px solid rgba(51, 102, 204, 0.4);
}
.mobile-links--level--2{
    background-color:#fff;
}