/*
 * Consolidated carousel and layout styles from:
 * - css/carousel_main.css
 * - css/carousel_phone.css
 * - css/carousel_hd.css
 * - css/carousel_desktop.css
 *
 * Sections are grouped by viewport to make maintenance straightforward.
 */

/*********************************************************
 * Base styles (formerly carousel_main.css)
 *********************************************************/
html {
    scroll-behavior: smooth;
}

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
    width: 100%;
}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0f6d96;
    font-weight: 900;
}

#CookiebotWidget .CookiebotWidget-logo svg path {
    fill: white !important;
}

h3 {
    font-size: 20px;
    /* text-transform:uppercase; */
    letter-spacing: 0.5px;
    color: #0f6d96;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    /* text-transform:uppercase; */
    letter-spacing: 0.5px;
    color: #0f6d96;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    /* text-transform:uppercase; */
    letter-spacing: 0.5px;
    color: #0f6d96;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    /* text-transform:uppercase; */
    letter-spacing: 0.5px;
    color: #0f6d96;
    font-weight: 400;
}

code {
    background-color: #282c34;
    color: #08d608;
    font-family: "Courier New", Courier, monospace;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 0.9em;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#texto-banner {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.2em;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

#titulo-banner {
    font-family: Montserrat;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.politicas_privacidad {
    color: #990000;
}

.table-blue tbody tr:nth-of-type(odd) {
    background-color: #f0f8ff;
}

.table-blue tbody tr:nth-of-type(even) {
    background-color: #fffaf0;
}

.card {
    border: none;
    border-top: 4px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card .card-body {
    padding: 2rem;
    text-align: center;
}

.card h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.card .price {
    font-size: 1.5rem;
    color: #007bff;
}

.card .badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.card-es {
    border-top-color: #3c4ccf;
}

.card-com {
    border-top-color: #28a745;
}

.card-net {
    border-top-color: #f39c12;
}

.card-org {
    border-top-color: #e83e8c;
}

/*********************************************************
 * Responsive spacing utilities (formerly carousel_main.css)
 *********************************************************/
@media (max-width: 575.98px) {
    .mx-custom {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mx-custom {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mx-custom {
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        font-size: 0.8rem;
    }

    .phone-custom {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
    .mx-custom {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        font-size: 0.9rem;
    }

    .phone-custom {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
    .mx-custom {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media (min-width: 1400px) {
    .mx-custom {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

/*********************************************************
 * Mobile styles (max-width: 600px) – formerly carousel_phone.css
 *********************************************************/
@media (max-width: 600px) {
    .mobile-menu { display: none; }
    .mobile-categories { display: none; }
    .input-mobile-size { font-size: 15px; width: 100%; }
    .label-mobile-size { font-size: 15px; }
    .check-mobile-size { width: 30px; height: 30px; margin: 3px; }
    .carousel { margin-bottom: 4rem; }
    .carousel-caption { bottom: 3rem; z-index: 10; }
    .carousel-item { height: 25rem; }
    .marketing .col-lg-4 { margin-bottom: 1.5rem; text-align: center; }
    .marketing .col-lg-4 p { margin-right: .75rem; margin-left: .75rem; }
    .featurette-divider { margin: 5rem 0; }
    .featurette-heading { letter-spacing: -.05rem; }
    .bg-blue { background-color: #0f6d96; margin-top: 10px; }
    .color-blue { color: #0f6d96; }

    .verifactu { margin-left: 0px !important; margin-top: 3px !important; }
    .facturae { margin-left: 0px !important; margin-top: 3px !important; }

    .back-articulo { background-color: #f2f4f5; color: rgb(0, 0, 0); border-radius: 5px; margin: 5px; text-align: left; padding: 5px; }
    .back-articulo p { text-align: left; line-height: 0.8; padding-left: 20px; }
    .type { font-size: 20px !important; font-weight: 600; padding-top: 10px; }
    .prop { font-size: 13px !important; font-weight: 400; }

    .table { font-size: 0.5em !important; }
    .preu { font-size: 12px !important; font-weight: 900; color: rgb(0, 0, 0); }
    .preu2 { font-size: 10px !important; font-weight: 200; }
    .ahorro { font-size: 13px !important; font-weight: 800; background-color: rgb(194, 196, 197); padding: 5px; color: blueviolet; }

    .label-mobile-size { font-size: 15px; }

    .whatsapp-btn { position: fixed; right: 10px; bottom: 70px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .whatsapp-icon { width: 40px; height: 40px; }
    .whatsapp-btn:hover { opacity: 0.7; }

    .chatbot-btn { position: fixed; right: 10px; bottom: 120px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .chatbot-icon { width: 40px; height: 40px; }
    .chatbot-btn:hover { opacity: 0.7; }

    .rss-btn { position: fixed; right: 10px; bottom: 160px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .rss-icon { width: 40px; height: 40px; }
    .rss-btn:hover { opacity: 0.7; }

    .cesta-btn { position: fixed; right: 10px; bottom: 120px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .cesta-icon { width: 40px; height: 40px; }
    .cesta-btn:hover { opacity: 0.7; text-decoration: none; }
    .cesta-icon-wrapper { position: relative; display: inline-block; }
    .cesta-notification-circle { position: absolute; top: -15px; right: -10px; color: black; font-size: 14px; font-weight: bold; display: flex; align-items: center; justify-content: center; }

    .input-domain { width: 100%; font-size: 20px; }
    .button-domain { width: 100%; font-size: 20px; }

    .subtitulo-long { font-size: 10px; }
    .check { font-size: 21px; font-weight: bold; color: #51bb45; }
    .wrong { font-size: 20px; font-weight: bold; color: #d93137; }
    .color-element { padding: 30px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); width: 200px; height: 100px; border-radius: 5px; float: left; }
    .color-hex { font-weight: 600; }
    .color-name { font-size: 16px; text-transform: lowercase; }
    .color-rgb { }
    .blog-autor { font-size: 12px; font-weight: 400; font-style: italic; }
    .blog-fecha { font-size: 12px; font-weight: 400; font-style: italic; }
    .blog-categoria { font-size: 14px; background-color: #0f6d96; color: aliceblue; padding: 6px; margin-bottom: 5px; border-radius: 5px; margin-left: 5px; text-align: center; width: 98%; text-transform: uppercase; }
    .blog-link { font-size: 20px; letter-spacing: 0.5px; color: #0f6d96; font-weight: 400; text-decoration: none; }
    .blog-pagina { background-color: #0f6d96; color: aliceblue; padding: 5px; margin: 5px; width: 30px; height: 30px; text-align: center; }
    .articulo-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 5px; width: 200px; cursor: pointer; display: inline-block; }
    .articulo-img { width: 80px; }
    .articulo-id { font-size: 20px !important; font-weight: 600; }
    .articulo-precio { font-size: 20px !important; font-weight: 600; }
    .articulo-nombre { font-size: 13px !important; font-weight: 200; }

    .blog-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 95%; height: 330px; cursor: pointer; display: inline-block; }
    .blog-img { width: 100%; padding: 10px; object-fit: contain; border-radius: 15px; }
    .blog-id { font-size: 15px !important; font-weight: 600; height: 53px; }

    .tienda-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 95%; height: 380px; cursor: pointer; display: inline-block; }
    .tienda-id { font-size: 15px !important; font-weight: 600; height: 53px; }

    .paginas-box { background-color: #e7e9eb; color: rgb(82, 81, 81); border-radius: 5px; margin-bottom: 15px; padding: 28px; width: 100%; border-radius: 5px; }

    .footer-text { color: white !important; text-decoration: none; }
    .footer-text a:visited, .footer-text a:hover { color: white !important; text-decoration: none; color: inherit; }
    .footer-text a { color: white; text-decoration: none; }

    .image-container { width: 100%; height: 100%; overflow: hidden; }
    .image-container img { max-width: 100%; max-height: 100%; object-fit: cover; }

    .foot-1 { line-height: 0.4; }
    .foot-2 { display: none; line-height: 0.4; }
    .foot-3 { line-height: 0.4; }
    .logo { display: none; }

    .coment-container { background-color: #f8f9fa; margin: 15px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; }
    .coment-name { font-size: 15px; padding: 5px; }
    .coment-date { font-size: 10px; padding-left: 16px; }
    .coment-msg { font-size: 15px; padding-left: 16px; padding-top: 15px; }
    .availability-icon { width: 30px; height: 30px; display: inline-block; background-color: #4caf50; border-radius: 50%; text-align: center; line-height: 30px; color: white; font-size: 18px; }
    .non-availability-icon { width: 30px; height: 30px; display: inline-block; background-color: red; border-radius: 50%; text-align: center; line-height: 30px; color: white; font-size: 18px; }

    .pregunta { font-weight: 200 !important; font-size: small !important; }
    .pregunta:hover { /* cursor: pointer; */ background-color: antiquewhite; font-size: small !important; }
    .blue-dot { background-color: #0074d9; color: white; padding: 5px 10px; border-radius: 20px; display: inline-block; margin-right: 10px; font-size: small; }

    #texto-banner { visibility: hidden; }
    #titulo-banner { top: 50%; }
    .imagen-banner { height: 20%; }
}

/*********************************************************
 * HD styles (min-width: 601px and max-width: 1280px) – formerly carousel_hd.css
 *********************************************************/
@media (min-width: 601px) and (max-width: 1280px) {
    @font-face {
        font-family: 'Montserrat';
        src: url('/fonts/Montserrat-Regular.otf') format('opentype');
        font-display: swap;
    }

    a { color: #2e8b57; text-decoration: none; border-bottom: 2px solid transparent; transition: border-color 0.3s; }
    a:hover { border-bottom: 2px solid #2e8b57; }

    .mobile-menu { display: none; }
    .mobile-categories { display: none; }
    .input-mobile-size { font-size: 15px; width: 100%; }
    .label-mobile-size { font-size: 15px; }
    .check-mobile-size { width: 30px; height: 30px; margin: 3px; }
    .carousel { margin-bottom: 4rem; }
    .carousel-caption { bottom: 3rem; z-index: 10; }
    .carousel-item { height: 25rem; }
    .marketing .col-lg-4 { margin-bottom: 1.5rem; text-align: center; }
    .marketing .col-lg-4 p { margin-right: .75rem; margin-left: .75rem; }
    .featurette-divider { margin: 5rem 0; }
    .featurette-heading { letter-spacing: -.05rem; }
    .bg-blue { background-color: #0f6d96; }
    .color-blue { color: #0f6d96; }
    .back-articulo { background-color: #0f6d96; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 5px; }
    .back-articulo p { text-align: center; line-height: 1.1; }
    .type { font-size: 18px !important; font-weight: 600; }
    .prop { font-size: 13px !important; font-weight: 400; }
    .preu { font-size: 18px !important; font-weight: 900; color: aqua; }
    .label-mobile-size { font-size: 15px; }

    .whatsapp-btn { position: fixed; right: 10px; bottom: 70px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .whatsapp-icon { width: 40px; height: 40px; }
    .whatsapp-btn:hover { opacity: 0.7; }

    .chatbot-btn { position: fixed; right: 10px; bottom: 120px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .chatbot-icon { width: 40px; height: 40px; }
    .chatbot-btn:hover { opacity: 0.7; }

    .rss-btn { position: fixed; right: 10px; bottom: 160px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .rss-icon { width: 40px; height: 40px; }
    .rss-btn:hover { opacity: 0.7; }

    .cesta-btn { position: fixed; right: 10px; bottom: 120px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .cesta-icon { width: 40px; height: 40px; }
    .cesta-btn:hover { opacity: 0.7; text-decoration: none; }
    .cesta-icon-wrapper { position: relative; display: inline-block; }
    .cesta-notification-circle { position: absolute; top: -15px; right: -10px; color: black; font-size: 14px; font-weight: bold; display: flex; align-items: center; justify-content: center; }

    .input-domain { width: 100%; font-size: 28px; }
    .button-domain { width: 100%; font-size: 28px; }
    .check { font-size: 21px; font-weight: bold; color: #51bb45; }
    .wrong { font-size: 20px; font-weight: bold; color: #d93137; }
    .color-element { padding: 30px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); width: 200px; height: 100px; border-radius: 5px; float: left; }
    .color-hex { font-weight: 600; }
    .color-name { font-size: 16px; text-transform: lowercase; }
    .color-rgb { }
    .blog-autor { font-size: 12px; font-weight: 400; font-style: italic; }
    .blog-fecha { font-size: 12px; font-weight: 400; font-style: italic; }
    .blog-categoria { font-size: 12px; background-color: #0f6d96; color: aliceblue; padding: 6px; margin-bottom: 5px; border-radius: 5px; margin-left: 15px; text-align: center; text-transform: uppercase; }
    .blog-link { font-size: 20px; letter-spacing: 0.5px; color: #0f6d96; font-weight: 400; text-decoration: none; }
    .blog-pagina { background-color: #0f6d96; color: aliceblue; padding: 5px; margin: 5px; width: 30px; height: 30px; text-align: center; }
    .articulo-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 200px; cursor: pointer; display: inline-block; }
    .articulo-img { width: 80px; }
    .articulo-id { font-size: 20px !important; font-weight: 600; }
    .articulo-precio { font-size: 20px !important; font-weight: 600; }
    .articulo-nombre { font-size: 13px !important; font-weight: 200; }

    .blog-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 95%; height: 330px; cursor: pointer; display: inline-block; }
    .blog-img { width: 100%; padding: 10px; object-fit: contain; border-radius: 15px; }
    .blog-id { font-size: 15px !important; font-weight: 600; height: 53px; }

    .tienda-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 95%; height: 380px; cursor: pointer; display: inline-block; }
    .tienda-id { font-size: 15px !important; font-weight: 600; height: 53px; }

    .paginas-box { background-color: #e7e9eb; color: rgb(82, 81, 81); border-radius: 5px; margin-bottom: 15px; padding: 28px; width: 100%; border-radius: 5px; }

    .footer-text { color: white !important; text-decoration: none; padding: 3px; margin-top: 3px; }
    .footer-text a:visited, .footer-text a:hover { color: white !important; text-decoration: none; color: inherit; }
    .footer-text a { color: white; text-decoration: none; }
    .image-container { width: 100%; height: 100%; overflow: hidden; }
    .image-container img { max-width: 100%; max-height: 100%; object-fit: cover; }

    .foot-1 { line-height: 1.2; }
    .foot-2 { line-height: 1.2; }
    .foot-3 { line-height: 1.2; }

    .coment-container { background-color: #f8f9fa; margin: 15px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; }
    .coment-name { font-size: 15px; padding: 5px; }
    .coment-date { font-size: 10px; padding-left: 16px; }
    .coment-msg { font-size: 15px; padding-left: 16px; padding-top: 15px; }
    .availability-icon { width: 30px; height: 30px; display: inline-block; background-color: #4caf50; border-radius: 50%; text-align: center; line-height: 30px; color: white; font-size: 18px; }
    .non-availability-icon { width: 30px; height: 30px; display: inline-block; background-color: red; border-radius: 50%; text-align: center; line-height: 30px; color: white; font-size: 18px; }

    .pregunta { font-weight: 200 !important; }
    .pregunta:hover { /* cursor: pointer; */ background-color: antiquewhite; }
    .voto:hover { cursor: pointer; color: green; }
    .blue-dot { background-color: #0074d9; color: white; padding: 5px 10px; border-radius: 20px; display: inline-block; margin-right: 10px; }
    span.red { background: red; border-radius: 0.8em; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; color: #ffffff; display: inline-block; font-weight: bold; line-height: 1.6em; margin-right: -10px; margin-bottom: 14px; text-align: center; min-width: 1.6em; font-size: 14px; position: relative; top: 0px; left: 8px; }

    #texto-banner { visibility: hidden; }
    #titulo-banner { top: 50%; }
    .imagen-banner { height: 20%; }
}

/*********************************************************
 * Desktop styles (min-width: 1280px) – formerly carousel_desktop.css
 *********************************************************/
@media (min-width: 1280px) {
    @font-face {
        font-family: 'Montserrat';
        src: url('/fonts/Montserrat-Regular.otf') format('opentype');
        font-display: swap;
    }

    a { color: #2e8b57; text-decoration: none; border-bottom: 2px solid transparent; transition: border-color 0.3s; }
    a:hover { border-bottom: 2px solid #2e8b57; }

    .mobile-menu { display: none; }
    .mobile-categories { display: none; }
    .input-mobile-size { font-size: 15px; width: 100%; }
    .label-mobile-size { font-size: 15px; }
    .check-mobile-size { width: 30px; height: 30px; margin: 3px; }
    .carousel { margin-bottom: 4rem; }
    .carousel-caption { bottom: 3rem; z-index: 10; }
    .carousel-item { height: 25rem; }
    .marketing .col-lg-4 { margin-bottom: 1.5rem; text-align: center; }
    .marketing .col-lg-4 p { margin-right: .75rem; margin-left: .75rem; }
    .featurette-divider { margin: 5rem 0; }
    .featurette-heading { letter-spacing: -.05rem; }
    .bg-blue { background-color: #0f6d96; }
    .color-blue { color: #0f6d96; }
    .back-articulo { background-color: #f2f4f5; color: rgb(0, 0, 0); border-radius: 5px; margin: 5px; text-align: left; padding: 5px; }
    .back-articulo p { text-align: left; line-height: 0.8; padding-left: 20px; }
    .type { font-size: 20px !important; font-weight: 600; padding-top: 10px; }
    .prop { font-size: 13px !important; font-weight: 400; }

    .preu { font-size: 16px !important; font-weight: 900; color: rgb(0, 0, 0); }
    .preu2 { font-size: 10px !important; font-weight: 200; }
    .ahorro { font-size: 13px !important; font-weight: 800; background-color: rgb(194, 196, 197); padding: 5px; color: blueviolet; }

    .label-mobile-size { font-size: 15px; }

    .whatsapp-btn { position: fixed; right: 10px; bottom: 70px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .whatsapp-icon { width: 40px; height: 40px; }
    .whatsapp-btn:hover { opacity: 0.7; }

    .chatbot-btn { position: fixed; right: 10px; bottom: 120px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .chatbot-icon { width: 40px; height: 40px; }
    .chatbot-btn:hover { opacity: 0.7; }

    .rss-btn { position: fixed; right: 10px; bottom: 160px; width: 60px; height: 60px; text-align: center; line-height: 60px; z-index: 9999; transition: opacity 0.3s; }
    .rss-icon { width: 40px; height: 40px; }
    .rss-btn:hover { opacity: 0.7; }

    .input-domain { width: 100%; font-size: 28px; }
    .button-domain { width: 100%; font-size: 28px; }
    .check { font-size: 21px; font-weight: bold; color: #51bb45; }
    .wrong { font-size: 20px; font-weight: bold; color: #d93137; }
    .color-element { padding: 30px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); width: 200px; height: 100px; border-radius: 5px; float: left; }
    .color-hex { font-weight: 600; }
    .color-name { font-size: 16px; text-transform: lowercase; }
    .color-rgb { }
    .blog-autor { font-size: 12px; font-weight: 400; font-style: italic; }
    .blog-fecha { font-size: 12px; font-weight: 400; font-style: italic; }
    .blog-categoria { font-size: 12px; background-color: #0f6d96; color: aliceblue; padding: 6px; margin-bottom: 5px; border-radius: 5px; margin-left: 15px; text-align: center; text-transform: uppercase; }
    .blog-link { font-size: 20px; letter-spacing: 0.5px; color: #0f6d96; font-weight: 400; text-decoration: none; }
    .blog-pagina { background-color: #0f6d96; color: aliceblue; padding: 5px; margin: 5px; width: 30px; height: 30px; text-align: center; }
    .articulo-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 200px; cursor: pointer; display: inline-block; }
    .articulo-img { width: 80px; }
    .articulo-id { font-size: 20px !important; font-weight: 600; }
    .articulo-precio { font-size: 20px !important; font-weight: 600; }
    .articulo-nombre { font-size: 13px !important; font-weight: 200; }

    .blog-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 95%; height: 330px; cursor: pointer; display: inline-block; }
    .blog-img { width: 100%; padding: 10px; object-fit: contain; border-radius: 15px; }
    .blog-id { font-size: 15px !important; font-weight: 600; height: 53px; }

    .tienda-box { background-color: #023d57; color: white; border-radius: 5px; margin: 5px; text-align: center; padding: 8px; width: 95%; height: 380px; cursor: pointer; display: inline-block; }
    .tienda-id { font-size: 15px !important; font-weight: 600; height: 53px; }

    .paginas-box { background-color: #e7e9eb; color: rgb(82, 81, 81); border-radius: 5px; margin-bottom: 15px; padding: 28px; width: 100%; border-radius: 5px; }

    .footer-text { color: white !important; text-decoration: none; padding: 3px; margin-top: 3px; }
    .footer-text a:visited, .footer-text a:hover { color: white !important; text-decoration: none; color: inherit; }
    .footer-text a { color: white; text-decoration: none; }
    .image-container { width: 100%; height: 100%; overflow: hidden; }
    .image-container img { max-width: 100%; max-height: 100%; object-fit: cover; }

    .foot-1 { line-height: 1.2; }
    .foot-2 { line-height: 1.2; }
    .foot-3 { line-height: 1.2; }

    .coment-container { background-color: #f8f9fa; margin: 15px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; }
    .coment-name { font-size: 15px; padding: 5px; }
    .coment-date { font-size: 10px; padding-left: 16px; }
    .coment-msg { font-size: 15px; padding-left: 16px; padding-top: 15px; }
    .availability-icon { width: 30px; height: 30px; display: inline-block; background-color: #4caf50; border-radius: 50%; text-align: center; line-height: 30px; color: white; font-size: 18px; }
    .non-availability-icon { width: 30px; height: 30px; display: inline-block; background-color: red; border-radius: 50%; text-align: center; line-height: 30px; color: white; font-size: 18px; }

    .pregunta { font-weight: 200 !important; }
    .pregunta:hover { /* cursor: pointer; */ background-color: antiquewhite; }
    .voto:hover { cursor: pointer; color: green; }
    .blue-dot { background-color: #0074d9; color: white; padding: 5px 10px; border-radius: 20px; display: inline-block; margin-right: 10px; }
    span.red { background: red; border-radius: 0.8em; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; color: #ffffff; display: inline-block; font-weight: bold; line-height: 1.6em; margin-right: -10px; margin-bottom: 14px; text-align: center; min-width: 1.6em; font-size: 14px; position: relative; top: 0px; left: 8px; }

    #texto-banner { visibility: visible; }
    .imagen-banner { height: 20%; }
}
