﻿input[type=checkbox], input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

.fixed-header {
    height: 40px !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.fixed-header-title {
    font-size: 18pt !important;
    max-height: 40px !important;
    vertical-align: top !important;
}

html, body {
    text-rendering: optimizelegibility;
    width: 100%;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

.jumbotron {
    padding-bottom: 10px !important;
    padding-top: 10px;
    margin-bottom: 0;
    background-color: white;
}

.dl-horizontal dt {
    white-space: normal;
}

.tarjeta {
    vertical-align: middle;
    min-height: 40px;
}

.clickable {
    cursor: pointer;
}

.tooltip {
    position: fixed;
}

.link-hover:hover {
    font-style: oblique;
    font-weight: bold;
}

@media (max-width: 992px) {

    .titulo-muni {
        font-size: 18px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .container {
        margin-bottom: 0px;
    }

    .tarjeta {
        min-height: initial;
    }
}

.menu-content:before,
.menu-content:after {
    display: table;
    content: " ";
}

.menu-content:after {
    clear: both;
}

.container-fluid .body-fix {
    margin-top: -15px;
}

.titulo-pagina {
    text-rendering: optimizelegibility;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;*/
    font-weight: 600;
    color: black;
}

.titulo-servicio {
    color: #0072c6;
    background-image: linear-gradient(#ebecec, #FFFFFF);
    padding-top: 2px;
}

h3 {
    font-weight: bold;
    color: #428bca;
}

@media (max-width: 999px) {
    .titulo-servicio {
        padding-top: 0px;
    }

    .mas-info-btn {
        margin-left: -7%;
    }

    .h3 {
        text-align: center;
    }
}

.mas-info-btn {
    margin-left: 25%;
    margin-bottom: 10px;
}

.titulo-seccion {
    font-weight: bold;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;*/
    text-rendering: optimizelegibility;
    padding-left: 20px;
}

.descripcion-seccion {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: medium;
    text-rendering: optimizelegibility;
    padding-left: 5%;
    text-align: justify;
    line-height: 110%;
    width: 95%;
}

.titulo-tarjeta {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    text-rendering: optimizelegibility;
    vertical-align: middle;
    color: #3a87ad;
    font-weight: bold;
    padding-top: 10px;
}

.observacion-tarjeta {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    text-rendering: optimizelegibility;
}

.form-group {
    margin-top: 5px;
}

.jumbotron {
    line-height: 1.5;
    padding-bottom: 20px;
}

.titulares .hidden-xs {
    display: inline !important;
}

.titulares .visible-xs {
    display: none !important;
}


@media (max-width: 767px) {
    .titulares .hidden-xs {
        display: none !important;
    }

    .titulares .visible-xs {
        display: inline !important;
    }
}

.texto-negro {
    font-weight: bold;
    font-size: 12pt;
}

.conten-control {
    width: 40%;
}

@media (max-width: 999px) {
    .conten-control {
        min-height: 99%;
        width: 100%;
    }
}

@media (max-width: 999px) {
    .titulo-seccion {
        margin-top: 40px;
        font-size: 20px;
    }

    .pie-page {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .pie-page {
        font-size: 12px;
    }

    .input-group-cabecera {
        display: table-cell !important;
        width: 100vw !important;
    }
}


.titulo-popup {
    font-weight: bold;
    font-size: 30px;
}

.subtitulo-popup {
    font-weight: bold;
    font-size: 20px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.fila_hover {
    background-color: transparent;
}

    .fila_hover:hover {
        background-color: #d9edf7;
    }


.celda_grilla {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .container {
        /*margin-bottom: 50px;*/
    }

    .imagen-centrada-xs {
        display: flex !important;
        justify-content: center;
    }
}

.pgm-content > img {
    border-top-left-radius: 4px;
    margin-bottom: 10px;
}

.pgm-content > .pgm-content-header {
    width: 100%;
    height: 48px;
    text-align: center;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .pgm-content > .pgm-content-header h4 {
        font-size: 18px;
        line-height: 48px;
        margin: 0 10px 0 10px;
        display: inline-block;
        color: #FFFFFF;
    }

.contenedor {
    background-color: white;
    height: auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: 400px;
    border-radius: 3px;
    display: inline-block;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

/*Boton menu*/
.Opcion {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding-top: 12px;
}

.Opcion {
    background: #2d728f;
    color: #fff;
    width: 200px;
    height: 100px;
    border: 0;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    transition: .6s;
    overflow: hidden;
}

@media (max-width: 767px) and (max-width: 1023px) {
    .Opcion {
        height: 190px;
    }
}

@media (max-width: 992px) {
    .Opcion {
        height: 50px;
        width: 100%;
    }
}

.Opcion:focus {
    outline: 0;
}

.Opcion:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}

.Opcion:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}

.Opcion:hover {
    background: #5c6c73;
    cursor: pointer;
}

    .Opcion:hover:before {
        -webkit-transform: translateX(300px) skewX(-15deg);
        transform: translateX(300px) skewX(-15deg);
        opacity: 0.6;
        transition: .7s;
    }

    .Opcion:hover:after {
        -webkit-transform: translateX(300px) skewX(-15deg);
        transform: translateX(300px) skewX(-15deg);
        opacity: 1;
        transition: .7s;
    }

/*Fin Boton menu*/

/*Boton Tipo Cuenta*/
.buttonOpcion {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.buttonOpcion {
    background: #2d728f;
    color: #ccc;
    width: 200px;
    height: 100px;
    border: 0;
    font-size: 18px;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    transition: .6s;
    overflow: hidden;
    text-align: center;
    padding-top: 12px;
}



    .buttonOpcion:focus {
        outline: 0;
    }

    .buttonOpcion:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 60px;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .5;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .buttonOpcion:after {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 100%;
        left: 30px;
        top: 0;
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .buttonOpcion:hover {
        background: #5c6c73;
        cursor: pointer;
    }

        .buttonOpcion:hover:before {
            -webkit-transform: translateX(300px) skewX(-15deg);
            transform: translateX(300px) skewX(-15deg);
            opacity: 0.6;
            transition: .7s;
        }

        .buttonOpcion:hover:after {
            -webkit-transform: translateX(300px) skewX(-15deg);
            transform: translateX(300px) skewX(-15deg);
            opacity: 1;
            transition: .7s;
        }

.opcionTC {
    padding-bottom: 20px;
    height: 100px;
    margin-top: 1%;
    margin-left: 2px;
    margin-bottom: 1%;
    border-width: 1.5px;
    border-style: none;
    border-color: #428bca;
    box-shadow: none;
    background-color: transparent;
    width: 32%;
    float: left
}

.OpcionObras {
    cursor: pointer;
    padding-bottom: 20px;
    margin-top: 1%;
    margin-left: 2px;
    margin-bottom: 1%;
    border-width: 1.5px;
    border-style: none;
    border-color: #428bca;
    box-shadow: none;
    background-color: transparent;
    float: left
}

.contenedorDatos {
    margin-left: 30%;
}

@media (max-width: 767px) and (max-width: 1023px) {
    .opcionTC {
        height: 190px;
    }

    .OpcionObras {
        height: 190px;
    }

    .buttonOpcion {
        height: 190px;
    }

    .contenedorDatos {
        margin-left: 0%;
    }
}

.contieneMenu {
    text-align: center;
    padding-left: 11%;
}

@media (max-width: 992px) {
    .opcionTC {
        height: 35px;
        width: 100%;
    }

    .OpcionObras {
        height: 35px;
        width: 100%;
    }

    .buttonOpcion {
        height: auto;
        width: 100%;
    }

    .contenedorDatos {
        width: 100%;
        margin-left: 0%;
    }

    .contieneMenu {
        width: 100%;
        padding-left: 0%;
    }
}

tr.pgm-tabla-striped:hover td {
    background-color: #d9edf7 !important;
}

tr.pgm-tabla-seleccion:hover td {
    background-color: #d9edf7 !important;
}

tr.pgm-tabla-seleccion > td:not(.except):hover {
    cursor: pointer;
}

/* Scroll to top */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: transparent;
    color: #0072c6;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 50px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        border: 1px solid #0072c6;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

/* Sección nueva */

.frame {
    height: 110px; /* equals max image height */
    width: 170px;
    white-space: nowrap;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

.control-disabled {
    background-color: white !important;
    cursor: default !important;
    color: black !important;
    z-index: 0 !important;
}

.input-group-cabecera {
    padding-bottom: 5px !important;
}

.input-group-addon-cabecera {
    font-weight: bold;
    min-width: 120px !important;
    text-align: left !important;
}

.fila-deshabilitada {
    color: gray;
    text-decoration: line-through;
}

.error-input {
    background-color: #ebccd1 !important;
}

.view-fixed {
    position: fixed;
    top: 50%;
    margin: auto;
    width: 100%;
    right: calc(-100% + 2.9em);
    transform: translate3d(0, -50%, 0)
}

.clearfix {
    zoom: 1;
}

.view-servicios .views-row {
    float: left;
    clear: both;
    background: #023354;
    padding: 0.8em;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    height: 40px;
    white-space: nowrap;
    z-index: 9;
}

    .view-servicios .views-row:not(:hover):first-child {
        border-top-left-radius: 5px;
    }

    .view-servicios .views-row:not(:hover):last-child {
        border-bottom-left-radius: 5px;
    }

    .view-servicios .views-row:hover {
        transform: translate3d(calc(-100% + 2.9em), 0, 0);
        -ms-transform: translate3d(-100%, 0, 0) translate3d(2.9em, 0, 0);
    }

.view-servicios .info-servicio {
    position: relative;
    border: none;
    border-radius: 0;
    text-align: left;
    font-weight: normal;
    padding: 0;
    color: #fff;
    margin-top: 0;
}

.view-servicios .views-row .views-field-field-icono {
    position: absolute;
    top: 0;
    left: 0;
}

.view-servicios .info-servicio > div {
    display: inline-block;
    vertical-align: middle;
}

.view-servicios .views-row .views-field-title {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
    width: 100%;
}

.view-servicios .info-servicio > div {
    display: inline-block;
    vertical-align: middle;
}

.view-servicios .link-text {
    color: white !important;
    margin-left: 5px;
}

.view-servicios .field-content {
    font-size: 12pt;
}

.view-servicios .link-icon {
    font-size: 18pt;
    color: white;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.pgm-footer {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #eeeeee;
    background-color: white;
    z-index: 100;
}

    .pgm-footer span {
        margin-top: 1px;
        margin-bottom: 3px;
    }

.grecaptcha-badge {
    margin: 0 auto;
    margin-bottom: 10px;
}

.mantenimiento {
    left: 0;
    position: fixed;
    bottom: 0;
    min-height: 25px !important;
    line-height: 16px !important;
    background-color: #fa2d2d !important;
    font-size: 11px !important;
    color: #ffffff !important;
    opacity: .95;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    padding: 6px !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05);
}

    .mantenimiento a:visited,
    .mantenimiento a:active,
    .mantenimiento a:link {
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 2px 6px;
        font-size: 11px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
    }

    .mantenimiento a:hover {
        color: #fa2d2d;
        background-color: #fff;
    }

@media (min-width: 768px) {
    .pgm-footer {
        position: fixed;
    }

        .pgm-footer .mantenimiento {
            position: static;
        }

    .grecaptcha-badge {
        z-index: 999;
    }

}

.td-fit {
    white-space: nowrap;
    width: 1%;
}

textarea {
    resize: none;
}

a.accordion-toggle,
a:visited.accordion-toggle,
a:active.accordion-toggle,
a:link.accordion-toggle,
a:hover.accordion-toggle {
    text-decoration: none !important;
}



.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .50rem;
    border-radius: .50rem
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

    .bd-callout-danger h4 {
        color: #d9534f
    }

.title-default {
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 10px;
    background-color: #777;
    border-color: #777;
    color: white;
}

.boton-tarjeta {
    border-radius: 3px;
    padding: 5px;
    box-shadow: 2px 2px 5px #999;
    margin-right: 20px;
    margin-top: 10px;
}

.div-botones-tarjetas {
    display: flex;
    justify-content: center;
    padding: 15px
}

.boton-tarjeta-body {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

.boton-tarjeta-texto {
    color: #5cb85c;
    font-size: 12px;
    text-align: center;
    margin: 10px
}

@media screen and (max-width: 768px) {
    .table-mobile {
        border: 0;
    }

        .table-mobile caption {
            font-size: 1.3em;
        }

        .table-mobile thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-mobile tr {
            border-radius: 4px;
            /*background-color: rgb(26, 32, 41);*/
            display: block;
            margin-bottom: 0em;
            margin: .5em;
            border: .1em solid gray;
        }

        .table-mobile td {
            display: block;
            font-size: .8em;
            text-align: right !important;
            white-space: normal !important;
        }

            .table-mobile td:not(:first-child) {
                border-top: .1em solid darkgray;
            }

            .table-mobile td:first-child {
                border-top: none;
            }

            .table-mobile td:empty {
                display: none;
            }

            .table-mobile td:not(:empty):before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .table-mobile td:last-child {
                border-bottom: 0;
            }

    .modal-header-mobile {
        font-size: 0.9em !important;
    }

    .titulo-mobile {
        font-size: 18px !important;
    }

    .texto-informacion {
        font-size: 14px !important;
    }
}

html.modal-open,
body.modal-open {
    overflow: hidden !important;
    height: 100% !important;
}

/* Checkbox switch */

.container-input-switch {
    margin: 0.75vh 0 0.75vh 0;
}

.custom-switch {
    display: flex;
    margin-left: auto;
    padding-left: 0;
}

    .custom-switch input {
        position: absolute;
        opacity: 0;
    }

    .custom-switch label {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 39px;
        background: #AAA;
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 0;
    }

        .custom-switch label::after {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 2.5px;
            left: 2.5px;
            content: "";
            background: white;
            border-radius: 50%;
            transition: 0.3s;
        }

    .custom-switch input:checked + label {
        background: #5B85FF;
    }

        .custom-switch input:checked + label::after {
            left: 21.5px;
        }

    .custom-switch input[type="checkbox"]:focus + label, .custom-switch input[type="radio"]:focus + label {
        outline: 2px solid #007BFF;
        outline-offset: 2px;
    }



.promo-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    z-index: 9999;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.hidden {
    display: none;
}

/* 🔹 Contenedor del contenido */
.promo-banner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
}

    .promo-banner-content img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
    }

/* 🔹 Botón de cierre */
#closeBanner {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    transition: background 0.3s ease;
}

    #closeBanner:hover {
        background: rgba(0, 0, 0, 0.8);
    }

/* 📱 Responsividad progresiva */
@media (max-width: 1200px) {
    .promo-banner-content {
        max-width: 700px;
    }

        .promo-banner-content img {
            height: 70px;
        }
}

@media (max-width: 900px) {
    .promo-banner-content {
        max-width: 600px;
    }

        .promo-banner-content img {
            height: 60px;
        }
}

@media (max-width: 600px) {
    .promo-banner {
        padding: 4px 6px;
    }

    .promo-banner-content {
        max-width: 95%;
    }

        .promo-banner-content img {
            height: 50px;
            border-radius: 6px;
        }

    #closeBanner {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .promo-banner-content img {
        height: 45px;
    }
}
