﻿/* Secciones */

body {
    font-family: 'Maven Pro', sans-serif;
   
    font-weight: 400;
    font-size: 15px;
    background-color: #f5f5f5;
}

header {
    background-color: white;
}

footer {
    background-color: #f5f5f5;
}


/* Textos */
.titulo2 {
    font-size: 14px;
}

/* Controles */
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
}

input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
}

/* Customs */
#working {
    display: flex;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #f8f9fcc2;
    background-image: url(../img/logo-cba-color.png);
    background-position: center;
    background-repeat: no-repeat;
}

.lds-ellipsis {
    height: 80px;
    position: absolute;
    width: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #004b80;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#task {
    color: #004b80;
    position: relative;
    top: 30px;
}

.logo-container {
    height: 200px;
    position: absolute;
}

.loading-text {
    top: 420px;
    position: absolute;
}

#icon-user {
    font-size: 22px;
}

.heavy-title {
    font-size: 55px;
    font-weight: 800;
}

.deep-blue {
    color: #004b81;
}

.okey {
    color: #5CB85C;
    font-size:38px;
}

div#P_AlDia {
    background: transparent;
    border: 0;
    align-items: center;
}

.ocre {
    color: #ffa800;
}

.importe {
    font-weight: 800;
    font-size: 16px;
}

.importeTachado{
    text-decoration:line-through;
    font-weight: 200;
    font-size: 0.7rem;
   
}

.al-dia {
    background-color: #28a745;
    color: rgb(255, 255, 255);
    padding: 5px;
}

.registra-deuda {
    width: 60%;
    padding: .4em 1.1em;
    color: black;
    font-weight:bold;
    font-weight: 700;
    font-size: 0.8em;
    text-align:left;
    display: flex;
    justify-content:flex-start;
}

.cedulon {
    font-size: 10px;
    color: #004B81;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tuyo {
    font-size: 13px;
}

#inm-prop, #inm-terc {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

#aut-prop, #aut-terc {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.card-header-inmobiliario-propio, .card-header-inmobiliario-terceros {
    background-color: #fff;
    padding: 5px !important;
}

#btnInmobiliarioPropio, #btnInmobiliarioTerceros {
    font-size: 17px;
    background-color: transparent;
    border: transparent;
    color: #000 !important;
    font-weight: 700;
}

.card-header-automotor-propio, .card-header-automotor-terceros {
    background-color: #fff;
    padding: 5px !important;
}

#btnAutomotorPropio, #btnAutomotorTerceros {
    font-size: 17px;
    background-color: transparent;
    border: transparent;
    color: #000 !important;
    font-weight: 700;
}

#TB_IdDomTerc {
    text-transform: uppercase;
}

.btn-orange {
background-color:orangered !important;
}
.btn-remove {
    font-size: 16px;
    color: #ff7800c4;
}

    .btn-remove:hover {
        color: #ff7800;
    }



#total-pagar {
    font-weight: 400;
}

#importe-total {
    font-weight: 600;
}

#dire-muni {
    font-size: 12px;
    color: #004b81;
    margin-top: 10px;
    margin-bottom: 0;
}

/****AGREGADO FABIAN****/




div#P_PagoAnual h5 img {
    margin-right: 25px;
}

div#P_PagoAnual h5 {
    color: #FF5C00;
    font-weight: 700;
}

div#P_PagoAnual {
    border: 2px solid #FF5C00;
}

    div#P_PagoAnual:before {
        content: 'ESTIMADO VECINO/A';
        background: #FF5C00;
        color: #fff;
        font-weight: 600;
        position: absolute;

        padding: 5px 20px;
        top: -33px;
        left: -1px;
        border-radius: 10px 10px 0 0;
    }

.breathing-checkbox input[type="checkbox"] {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #FF5C00;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .breathing-checkbox input[type="checkbox"]:checked::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border: 2px solid #FF5C00;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 2px;
    }

.breathing-checkbox input[type="checkbox"] {
    animation: breathing 2s ease-in-out infinite;
}

@keyframes breathing {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

div#P_PagoAnual {
    border: 2px solid #FF5C00;
    border-radius: 0 10px 10px 10px;
}

#UP_Total {
    position: fixed;
    bottom: 0;
    z-index: 5;
    background: none;
    font-weight: 900;
    
}
    #UP_Total::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 75, 129, 0.6);
        z-index: -1;
        pointer-events: none;
        border-top-right-radius:10px;
      
    }

    #UP_Total > * {
        position: relative;
        z-index: 1; 
    }
#total-pay, #P_Total {

    color: #fff;
    padding: 0.5em;
}
#total-pay, #P_Total_Solo {
    color: #fff;
    padding: 1em;
}

#total-pay h4 {
        display: inline-flex;
        border: 2px solid;
        border-radius: 10px;
        padding: 10px 50px;
        font-size: 1.3em;
    }

button#btnPay h3 {
    font-size: 1.3em;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

button#btnPay {
    background: #fff;
    border-radius: 50px;
    color: #004b81;
    padding: 10px 50px;
    margin-left: 2em;
}

main {
    margin-top: 3.4rem;
    margin-bottom: 2em;
}

h1, h2, h3, h4, h5, p, label, span, b, small{
    font-family: 'Maven Pro', sans-serif;
}

.cidi {
    background-color: #971B2F;
    border-radius: 50px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-family: 'Maven Pro', sans-serif;
    padding: .8em 1em;
}

.encabezado {
    background: url(../img/encabezado.jpg);
    background-blend-mode: color-dodge;
    background-color: rgba(0, 75, 129, 0.47);
    min-height: 170px;
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heavy-title {
    font-weight: 900;
    font-size: 40px;
}

.linea {
    background: url(../img/linea.png);
    height: 8px;
    background-size: cover;
}

.center-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin: 1em auto;
    justify-content: center;
}

    .center-block h1 {
        margin: 0.7em auto;
        color: #444;
        font-size: 35px;
        font-weight: 700;
        width: 100%;
    }

.ingresar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 25px;
}

    .ingresar .card .col-md-3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ingresar:before {
        content: 'RECOMENDADO';
        position: absolute;
        top: -42px;
        left: 6px;
        background-color: orangered;
        color: #fff;
        padding: 10px 35px;
        border-radius: 8px 8px 0 0;
        font-family: 'Maven Pro';
        font-weight: 700;
    }

    .ingresar .card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 15px;
        padding: 25px;
        margin-bottom: 1em;
    }

        .ingresar .card:first-child {
            border-radius: 0 15px 15px 15px;
        }

    .ingresar .col-md-6 {
        display: flex;
        align-items: center;
        align-content: space-between;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        border-radius: 15px;
    }

    .ingresar p {
        color: #444;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }

    .ingresar h5 {
        color: #004B81;
        font-size: 20px;
        font-weight: 900;
    }

    .ingresar .cidi {
        background: #3EA937;
        display: block;
        font-size: 20px;
        font-weight: 700;
        padding: .5em;
    }

    .ingresar .card-body {
        padding: 0 0 15px 0;
    }

    .ingresar .card a.btn.w-100 {
        background: #004a7f;
        color: #fff;
        border-radius: 50px;
        font-family: 'Maven Pro';
        font-weight: 700;
        padding: .7em;
    }

.vencimientos {
    background: #fff;
    padding: 1em 0 1em;
}

.descuentos {
    background: #eafdff;
}

.pagos {
    background: #f5f5f5;
}

.pagos .center-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin: 1em auto;
    justify-content: center;
}

.vencimientos .date {
    font-size: 96px;
    color: #CD1639;
    font-family: 'Maven Pro';
    font-weight: 900;
}

.vencimientos .dateDisabled {
    font-size: 96px;
    color: #e9d2d7;
    font-family: 'Maven Pro';
    font-weight: 900;
}

.descuentos span.date {
    font-size: 96px;
    color: #004B81;
    font-family: 'Maven Pro';
    font-weight: 900;
}

.vencimientos .center-block .col-md-6:nth-child(2) {
    justify-content: flex-start;
    font-family: 'Maven Pro';
    font-size: 20px;
}

.vencimientos .center-block .col-md-6 {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-end;
    line-height: 1;
}

.vencimientos .col-6 .col-12 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #004B81;
    justify-content: space-evenly;
    align-items: flex-end;
}

.descuentos .col-md-6 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    padding: 0 2em;
}

.pagos .accordion button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pagos .accordion > .card > .card-header {
    border-radius: 10px;
    margin-bottom: 0;
    border: 2px solid #ccc;
}

.pagos .accordion {
    margin-bottom: 15px;
}

    .pagos .accordion .card {
        border: none;
        background: none;
    }

    .pagos .accordion .card-body {
        background: #fff;
        margin-top: 15px;
        font-family: 'Maven Pro';
        color: #000;
    }

.dudas {
    background: #e5e5e5;
    color: #004b81;
    padding: 1em 0;
    font-size: 17px;
}

footer {
    background-color: #fff;
    padding-top: 30px;
    background-image: url(../img/linea.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

#dire-muni {
    font-size: 15px;
    color: #004b81;
}

    #dire-muni i {
        font-size: 18px;
        color: #004b81;
    }

.ingresar .col-md-9 {
    align-items: center;
    display: flex;
}

footer.position-absolute {
    width:100%;
}

/* Cuando el botón está habilitado */
input#B_Pay:enabled {
    background: #17a2b8 !important; /* Azul Bootstrap */
    border-color: #17a2b8 !important;
    color: white !important;
    opacity: 1;
}

/* Cuando el botón está deshabilitado (ASP.NET agrega aspNetDisabled) */
input#B_Pay:disabled,
input#B_Pay.aspNetDisabled {
    background: gray !important;
    border-color: gray !important;
    color: white !important;
    opacity: 0.6;
    cursor: not-allowed;
}


@media(min-width:768px) {
    .margin-right {
        margin-left: -10px !important;
    }

    .margin-left {
        margin-right: -10px !important;
    }
}

.select a {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 2em 1em;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color: #004b81;
    font-size: 1.2em;
    align-items: stretch;
    height: 200px;
    align-content: stretch;
}

.select img {
    height: 65px;
}

button#btnInfo {
    border-radius: 50%;
    text-align: center;
    padding: 0;
    border: 0;
    color: #000;
    margin-bottom: 0 !important;
    padding: 0;
    background: none;
    text-decoration: underline;
    font-size: 16px;
}


#mdlInfo .modal-content {
    border-radius: 15px;
}

#mdlInfo .modal-header, #mdlInfo .modal-footer {
    background: #004b81;
    color: #fff;
    display: block;
   
}

#mdlInfo .modal-header {
    border-radius:15px 15px 0 0 ;
}

#mdlInfo .modal-footer {
    border-radius: 0 0 15px 15px;
}


 #mdlInfo .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    opacity: 1;
    box-shadow: none;
}


.vencida {
   color:#FF5C00;
   display:flex;
   flex-direction:column;
   font-size:1.25rem;
}

.ocre {
    color: #FFA800;
    font-weight:700;
}

.blue {
    color: #009FE3;
    font-weight: 700;
}

.form-control-sm {
    border-radius: 10px;
    padding: .5rem 1em;
    height: auto;
}

.tag {
    POSITION: absolute;
    TOP: -34px;
    background: #ff5c00;
    color: #fff;
    padding: 7px 25px;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    left: -2px;
}

    .tag h5 {
        margin: 0;
        font-family: 'Maven Pro';
        font-size:15px;
    }



input#B_AddTerc {
    border-color: #004B81 !important;
    border: 2px solid;
    color: #004B81;
    border-radius: 10px;
    padding: .5em 2em;
    font-family: 'Maven Pro';
}

#accordionInmobiliarioTerceros i, #accordionInmobiliarioPropio i, #accordionAutomotorTerceros i, #accordionAutomotorPropio i {
    float: right;
    color: #0095d5;
    font-size:1.5em;
    
}

@media (max-width:768px) {
    .vencimientos .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .vencimientos .center-block .col-md-6 {
        justify-content: center;
    }

        .vencimientos .center-block .col-md-6:nth-child(2) {
            justify-content: center;
        }
}


@media (min-width:768px){
    #mdlInfo .modal-dialog {
        max-width: 55vw;
    }
}


.pagos-container {
    width: 100%; /* Ocupa todo el ancho */
    border-radius: 10px; /* Bordes redondeados */
    border: 1px solid #ccc; /* Borde gris claro */
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
    background-color: #ffffff; /* Fondo blanco */
    padding: 10px; /* Espaciado interno */
    margin: 5px 0; /* Espaciado externo arriba y abajo */
    transition: all 0.3s ease-in-out; /* Transición suave */
    display: flex;
    flex-direction: column; /* Organiza el contenido en columna */
    align-items: center; /* Centrar el contenido horizontalmente */
    text-align: center;
    height: 90%; /* Ajusta la altura total de la card */
}


.pagos-container:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); /* Sombra más intensa al pasar el mouse */
}

.pagos-container img {
    border-radius: 5px; /* Bordes redondeados */
    margin-bottom: 15px; /* Espaciado entre la imagen y el checkbox */
}

.pagos-container .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    margin-top: auto; /* Evitar espacios adicionales */
}

.pagos-container label {
    font-size: 13px; /* Reduce el tamaño del texto */
    font-weight: 500; /* Hace que se vea más claro pero sin ser muy grueso */
}


.img-tacataca {
    width: 60%; /* Ocupa el 90% del ancho */
    max-height: 100px; /* Limita la altura máxima */
}

.img-otras {
    width: 50%; /* Ocupa el 75% del ancho */
    max-height: 100px; /* Limita la altura máxima */
}

/* ======================
           ESTILOS PARA B_Pay
           ====================== */
/* Cuando el botón está habilitado */
input#B_Pay:enabled {
    background-color: #3ea937 !important; /* Verde */
    border-color: #3ea937 !important;
    color: #fff !important;
    opacity: 1;
}

/* Cuando el botón está deshabilitado */
input#B_Pay:disabled {
    background-color: #d3d3d3 !important; /* Gris claro */
    border-color: #d3d3d3 !important;
    color: #fff !important;
    opacity: 0.6;
    cursor: not-allowed;
}
/* Hacer que el botón ocupe todo el ancho del contenedor modal-footer */
.modal-footer #B_Pay {
    width: 100% !important; /* Ocupar todo el ancho */
    display: block; /* Asegurar que se comporte como un bloque */
    margin: 0 auto; /* Centrar horizontalmente */
    border-radius: 20px; /* Bordes redondeados */
    text-align: center; /* Asegurar que el texto esté centrado */
    padding: 10px; /* Añadir relleno para mejorar la apariencia */
}

/* Hacer que el contenedor principal permita que las cards se apilen */
.row.text-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto; /* Asegura que no haya margen lateral */
}

.texto-vencimiento {
    font-size: 0.7rem;
}

