html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn-pago-fijo:active {
    transform: scale(0.96);
}
 
@media (max-width: 768px) {
    .btn-pago-fijo {
        bottom: 16px;
        left: 16px;
        padding: 12px 20px;
        font-size: 15px;
    }
}

@keyframes pulseGlow {
    0% {
        background-color: #0072ff;
        box-shadow: 0 0 0 0 rgba(233, 123, 61, 0.6);
    }

    70% {
        background-color: #0072ff;
        transform: scale(0.96);
        box-shadow: 0 0 0 16px rgba(233, 123, 61, 0);
    }

    100% {
        background-color: #0072ff;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(233, 123, 61, 0);
    }
}
@keyframes blinkStrong {
    0%, 100% {
        background-color: #0072ff;
    }

    50% {
        background-color: #ff3b3b;
    }
}
@keyframes colorPulse {
    0% {
        background-color: #0072ff;
        box-shadow: 0 0 0 0 rgba(233, 123, 61,.6);
    }

    50% {
        background-color: #ffb703;
        box-shadow: 0 0 0 14px rgba(233, 123, 61,.4);
    }

    100% {
        background-color: #0072ff;
        box-shadow: 0 0 0 0 rgba(233, 123, 61,.0);
    }
}


.btn-pago-fijo {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    background: linear-gradient( 180deg, #e97c3d, #d57136);
    color: #fff;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
       animation: pulseGlow 2.2s infinite;
  /*  animation: blinkStrong 1s infinite;*/
  /*  animation: colorPulse 2.4s infinite;*/
    box-shadow: 0 6px 18px rgba(0, 114, 255, 0.35);
    transition: transform 0.2s ease;
}

    .btn-pago-fijo:hover {
        animation-play-state: paused; /* se detiene al pasar el mouse */
        transform: translateY(-3px) scale(1.05);
    }


    .btn-pago-fijo:active {
        transform: scale(0.96);
    }
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
#divContenido a {
    color: #337ab7 !important;
}
.btnov {
    text-align: left;
    line-height: 1;
    font-size: 12px;
    margin-left:4px;
} 
html {
  position: relative;
  min-height: 100%;
}
.is-centered{
    text-align:center;
}
.is-justify-content{
    text-align:justify !important;
}
.is-hidden {
    display: none;
}
.is-background-orange {
    background-color: #f7a947;
    color:white;
}
body {
  /*  margin-bottom: 60px;*/
    font-family: "Fira Sans";
    /*  font-family: 'HelveticaNeue_Regular';*/
}
.navbar {
    background-color: #00394c !important;
}
.is-strong{
    font-weight:bold;
}
.is-white{
    color:white !important;
}

.section a {
 
    font-weight:bold;
}
/*   .Portada{
            width:100%;
            max-height:500px;
        } */
/* Contenedor general */
.portada {
    position: relative; /* ?? clave para que el overlay se posicione dentro */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-height: 500px; /* ocupa todo el alto visible */
    overflow: hidden;
    background-color: #000;
}

/* Imagen principal */
.portada img {
    width: 100%;
    height: 100vh; /* la imagen llena todo el cuerpo */
    object-fit: cover;
    display: block;
}

/* Descripción debajo (modo normal) */
.portada .descripcion {
    width: 60%;
    text-align: center;
    padding: 20px;
    background: #fff;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
}

/* ?? Modo overlay: texto sobre la imagen */
.portada.overlay .descripcion {
    line-height: 60px;
    position: absolute; /* Se posiciona dentro del contenedor */
    top: 35%;
    left: 10px;
    width: 60%;
    font-weight: bold;
    background: transparent; /* Fondo semitransparente */
    color: black;
    text-transform: uppercase;
    padding: 20px;
    font-size: 2.8rem;
    text-align: left;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .portada.overlay .descripcion {
        line-height: 40px;
        font-size: 2.2rem;
    }
}

#CuerpoHtml {
    font-size: 14px !important;
}

#columnHTML {
    max-width: 300px;
}

#menuHTML {
    border: 1px solid #004055;
    border-radius: 10px;
    padding: 0px;
}

.menuChild {
    display: none;
}

    .menuChild a {
        color: #337ab7;
    }

.section2.active {
    display: block;
}

.section2 ul {
    list-style-type: disc !important;
    left: 30px;
    position: relative;
}

#menuLateral li {
    border: 1px #004055 dashed;
    border-left: none;
    border-right: none;
    padding: 10px;
}

    #menuLateral li.active {
        font-weight: bold;
    }

    #menuLateral li:first-child {
        border-top: none;
    }

    #menuLateral li:last-child {
        border-bottom: none;
    }

.imgrounded {
    border-radius: 10px;
}

.container-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1rem;
    padding: 1rem;
    max-width: 1200px; /* ancho máximo opcional */
    margin: 0 auto; /* centra el contenedor */
}
/* Fuerza máximo 2 columnas */
@media (min-width: 900px) {
    .container-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* En pantallas pequeñas, solo una columna */
@media (max-width: 600px) {
    .container-grid {
        grid-template-columns: 1fr;
    }
}

.container-grid6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* base adaptable */
    gap: 1.5rem;
    padding: 2rem;
    max-width: 1800px; /* ?? más ancho para 4 columnas */
    margin: 0 auto;
}

/* ?? límite máximo de 4 columnas */
@media (min-width: 1600px) {
    .container-grid6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ?? 3 columnas en pantallas grandes */
@media (min-width: 1100px) and (max-width: 1599px) {
    .container-grid6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ?? 2 columnas en pantallas medianas */
@media (min-width: 700px) and (max-width: 1099px) {
    .container-grid6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ?? 1 columna en pantallas pequeñas */
@media (max-width: 699px) {
    .container-grid6 {
        grid-template-columns: 1fr;
    }
}

.ver-mas {
    color: #004055;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.blq {
    padding: 20px;
    position: relative;
    width: 100%;
    min-height: 250px;
    /*  border-radius: 16px; */
    overflow: hidden;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*    .blq:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    } */

.card-text a {
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

.card-text p {
    text-align: justify
}
/* Texto sobrepuesto */
.blq-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.is-center {
    text-align: center;
}

.cell {
    padding: 10px;
}

.border-orange {
    border: 1px solid orange;
}

#SectionOthers {
    width: 100%;
    padding: 20px;
    background-color: #f2f2f2;
}

.is-red {
    color: red;
}

.circle-photo {
    float: left;
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

    .circle-photo img {
        width: auto;
        display: inline;
        margin: 0 auto;
        height: 100%;
    }

.content-text {
    font-size: 13px;
    text-align: justify;
}

.clista .column:first-child {
    max-width: 400px;
    text-align: center;
}

.clista .column:last-child {
    text-align: justify;
    vertical-align: middle;
    margin-top: 1%;
}

#sectionDetalle {
    padding-top: 15px;
}
/* Conoce tu recibo*/

/*Conoce tu recibo*/
.recibo {
    text-align: center;
}

.tooltip1 {
    position: absolute;
    display: inline-block;
    margin-left: 250px;
    margin-top: 20px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    /*font-family: 'HelveticaNeue_Regular';*/
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: -217px;
        padding: 10px;
        margin-top: -18px;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

.tooltip2 {
    position: absolute;
    display: inline-block;
    margin-left: 490px;
    margin-top: 55px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: 10px;
        padding: 10px;
        margin-top: -16px;
    }

    .tooltip2:hover .tooltiptext2 {
        visibility: visible;
    }

.tooltip3 {
    position: absolute;
    display: inline-block;
    margin-left: -12px;
    margin-top: 122px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip3 .tooltiptext3 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: -217px;
        padding: 10px;
        margin-top: -15px;
    }

    .tooltip3:hover .tooltiptext3 {
        visibility: visible;
    }

.tooltip4 {
    position: absolute;
    display: inline-block;
    margin-left: -12px;
    margin-top: 222px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip4 .tooltiptext4 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: -217px;
        padding: 10px;
        margin-top: -21px;
    }

    .tooltip4:hover .tooltiptext4 {
        visibility: visible;
    }

.tooltip5 {
    position: absolute;
    display: inline-block;
    margin-left: -12px;
    margin-top: 380px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip5 .tooltiptext5 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: -217px;
        padding: 10px;
        margin-top: -15px;
    }

    .tooltip5:hover .tooltiptext5 {
        visibility: visible;
    }

.tooltip6 {
    position: absolute;
    display: inline-block;
    margin-left: 490px;
    margin-top: 122px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip6 .tooltiptext6 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: 10px;
        padding: 10px;
        margin-top: -20px;
        height: 100px;
    }

    .tooltip6:hover .tooltiptext6 {
        visibility: visible;
    }

.tooltip7 {
    position: absolute;
    display: inline-block;
    margin-left: 222px;
    margin-top: 149px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip7 .tooltiptext7 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: 10px;
        padding: 10px;
        margin-top: -39px;
    }

    .tooltip7:hover .tooltiptext7 {
        visibility: visible;
    }

.tooltip8 {
    position: absolute;
    display: inline-block;
    margin-left: 490px;
    margin-top: 193px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip8 .tooltiptext8 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: 10px;
        padding: 10px;
        margin-top: -18px;
    }

    .tooltip8:hover .tooltiptext8 {
        visibility: visible;
    }

.tooltip9 {
    position: absolute;
    display: inline-block;
    margin-left: 222px;
    margin-top: 206px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip9 .tooltiptext9 {
        visibility: hidden;
        width: 180px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: 10px;
        padding: 10px;
        margin-top: -28px;
    }

    .tooltip9:hover .tooltiptext9 {
        visibility: visible;
    }

.tooltip10 {
    position: absolute;
    display: inline-block;
    margin-left: 490px;
    margin-top: 395px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip10 .tooltiptext10 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: 5px;
        padding: 10px;
        margin-top: -25px;
    }

    .tooltip10:hover .tooltiptext10 {
        visibility: visible;
    }

.tooltip11 {
    position: absolute;
    display: inline-block;
    margin-left: -12px;
    margin-top: 561px;
    width: 29px;
    height: 29px;
    padding-top: 5px;
    background: #00394C;
    color: #fff;
    border-radius: 29px;
    font-family: 'Helvetica Neue';
}

    .tooltip11 .tooltiptext11 {
        visibility: hidden;
        width: 200px;
        background-color: #00394C;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        font-family: 'helvetica';
        font-size: 10px;
        margin-left: -217px;
        padding: 10px;
        margin-top: -18px;
    }

    .tooltip11:hover .tooltiptext11 {
        visibility: visible;
    }

.container-mppal {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 18px;
}

.recibo strong {
    color: white !important;
}

.col-xs-12.text-qdos, .col-xs-12.text-qtres, .text-qcuatro {
    margin: 20px 0;
    text-align: justify;
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }
}

.text-quno {
    border-bottom: 3px solid #00394C;
    border-top: 3px solid #00394C;
    color: #e5884e;
    margin-top: 4%;
    padding: 30px 10px;
    text-align: justify;
    width: 41% !important;
    vertical-align: top;
    margin-left: 9%;
}

.text-quno-2 {
    border-bottom: 3px solid #00394C;
    border-top: 3px solid #00394C;
    color: #e5884e;
    margin-top: 4%;
    padding: 30px 10px;
    text-align: justify;
    width: 41% !important;
    vertical-align: top;
    margin-right: 9%;
}

#SectionOthers, #sectionDetalle {
    overflow-x: auto;
}

.max-300{
    max-width:300px;
}

.navbar a {
    color: white;
}

    .navbar a:hover {
        background-color: transparent;
        border-bottom: 3px solid orange; 
    }
     
.is-orange {
    color: #E67730 !important;
}

.is-blue {
    color: #00394C !important;
}

#nav_Clientes, #nav_Nosotros {
    background-color: white !important;
    display: none;
}

    #nav_Clientes a {
        color: #f37021 !important;
        font-size: 13px;
    }

    #nav_Nosotros a {
        color: #f37021 !important;
        font-size: 13px;
    }

    #nav_Clientes a:hover {
        border-bottom: none;
        background-color: #f5f5f5;
    }

    #nav_Nosotros a:hover {
        border-bottom: none;
        background-color: #f5f5f5;
    }

    #nav_Clientes.is-active {
        display: block;
    }

#sidebar {
    position: fixed;
    top: 0;
    left: -250px; /* Oculto por defecto */
    width: 250px;
    height: 100%;
    background-color: #06384b;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 1000;
    padding-top: 3rem;
    padding-left: 10px;
}


    #sidebar.is-active {
        left: 0; /* Visible */
    }

#sidebarmenu a {
    color: white;
}

#sidebarmenu li {
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebarsub {
    height: 0px;
    overflow: hidden;
}

    .sidebarsub.is-active {
        height: auto;
    }

    .sidebarsub li {
        padding-left: 10px;
    }

.footer {
    background: #00394C !important;
    color: white;
    /*      line-height: 0px; */
    padding: 10px;
}

    .footer a {
        color: white !important;
        padding: 2px;
        font-size: 14px;
        border-radius: 2px;
    }

        .footer a:hover {
            color: #00394C !important;
            background: white;
        }

}

.is-grey {
    color: #979797;
    font-size: 14px;
}

.noaction {
    background: white;
    padding: 5px;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 0px;
}

.button.is-primary {
    background: #F37021;
    white-space: normal;
    font-size: 13px;
}

    .button.is-primary:hover {
        background: #f48a39;
        border: none;
    }

@media (max-width: 970px) {
    .text-quno-2, .text-quno {
        width: 100% !important;
        margin-left: 0%;
    }
}