/* impors from google fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff;
    /* Background color for the entire website, including individual sections */
    --default-color: #222222;
    /* Default color used for the majority of the text content across the entire website */
    --heading-color: #172a28;
    /* Color for headings, subheadings and title throughout the website */
    --accent-color: #008374;
    /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff;
    /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff;
    /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Poppins", sans-serif;
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: #ffffff;
    /* The default color of the main navmenu links */
    --nav-hover-color: rgba(120, 203, 222, 1);
    /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff;
    /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff;
    /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: rgba(120, 203, 222, 1);
    /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: rgba(120, 203, 222, 1);
    /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
    --background-color: #f2f9f9;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}

.accent-background {
    --background-color: rgba(120, 203, 222, 1);
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #ffffff;
    --surface-color: #e4e4e4;
    --contrast-color: #ffffff;
}

/* Login CCS */


* {
    font-family: 'Roboto','Poppins', sans-serif;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}


@media (min-width: 992px) {

    /* TAMAÑO DEL CONTENEDOR PRINCIPAL */
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main {
        margin-left: 10px;
    }

    /* TAMAÑO DEL CONTENEDOR FOOTER */
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer {
        margin-left: 78%;
        font-size: small;
        background: none;
        border: none;

    }

    /*color de letra del nombre en la vista principal*/
    .letra {
        color: #4dc9e6;
    }

    .letra:hover {
        color: #2f7d8f;
    }

    /* ESTILOS DE SIDEBAR */
    .sidebar-minimized .sidebar .sidebar-nav {
        width: 60px;
    }


    .sidebar-minimized .sidebar .nav-item:hover>.nav-link {
        background: linear-gradient(95deg, #290cae, #4dc9e6);
        color: white;
        width: 400px;
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown>.nav-dropdown-items {
        background: rgb(217, 226, 240);
        border-radius: 10px;
    }

    .sidebar-minimized .sidebar .nav-item {
        width: 50px;
        overflow: hidden;
        border-radius: 50px;
    }

    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
        width: 350px;
    }

    /*color de letra del sidebar*/
    .nav-item>.nav-link {
        color: #000000;
    }

    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
        width: auto;
        background: rgba(217, 227, 240, 1);
    }

    .sidebar-minimized.sidebar-fixed .sidebar {
        width: 60px;
    }

    .sidebar-minimized .sidebar .sidebar-minimizer {
        width: 60px;
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown:hover {
        width: 300px;
        background: none;
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown:hover>.nav-dropdown-items {
        width: 350px;
    }

    .sidebar-fixed .sidebar {
        width: 250px;
    }

    .sidebar-fixed .app-header+.app-body .sidebar {
        width: auto;
    }

}


.float-end {
    float: right !important;
}



/* cambio de los multicolores de arriba-------------------------------------------------------------*/

.bg-orange1 {
    position: relative;
    bottom: 20px;
    right: 30px;
    height: 123px;
    border-right: 1px solid white;

    margin-top: 10px;

}

.bg-redwine1 {
    position: relative;
    bottom: 20px;
    right: 40px;
    height: 123px;
    border-right: 1px solid white;
    margin-top: 10px;

}

.bg-violet {
    position: relative;
    bottom: 20px;
    right: 58px;
    height: 123px;
    border-right: 1px solid white;
    margin-top: 10px;
    padding-right: 73px;
    width: 20rem;
}

.bg-blue1 {
    position: relative;
    right: 20px;
    height: 0px;

}

.bg-blue2 {
    height: 0px;

}

.bg-blue3 {
    position: relative;
    bottom: 24px;
    height: 0px;
}

/* fin de los cambios de los multicolores de arriba*/

/* barra de arriba que cambiara su color a un degradado */

.app-header {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55px;
    padding: 0;
    margin: 0;
    background: linear-gradient(0.25turn, #290cae, #4dc9e6);


}

/* fin de barra de arriba que cambiara su color a un degradado */

/* @media  all and (orientation:portrait) {
    .row2{
        background: linear-gradient(0.25turn, #290cae, #4dc9e6)!important;
        display: grid;
        height: 17rem;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }


    .palito{
        position: absolute;

        width: 2px;
        height: 109px;
    }
    .bg-violet{
        grid-column: 1;
        grid-row: 2 / 5;

       }

    .bg-blue1{
        grid-column: 3;
        grid-row: 3;
       }
    .bg-orange1{
        grid-column: 1 / 3;
        grid-row: 1;
       }

       .bg-redwine1{
        grid-column: 2 / 4;
        grid-row: 1 / 3;
       }

     }  */

@media (max-width: 768px) {

    .none {
        display: none;
    }

}


@media (max-width: 1258px) {


    .row2 {


        height: 200px;


    }


    .mv2 {
        display: none;
    }

    .mv3 {
        display: none;
    }

    .mv {
        margin-top: 20px;
    }


}

@media (max-width: 768px) {

    .mv3Declaracion {
        margin-bottom: 60px !important;
        margin-left: 30px !important;
        font-size: 0.5em !important;


    }

    #mvDpendiente {
        font-size: 1.3em !important;
        margin-left: 10px !important;

    }

    #mvTpetro {
        font-size: 1.2em !important;

    }

    #mvStatus {
        font-size: 1.2em !important;
        margin-left: 10px !important;


    }


    .mv3Tasa {
        margin-left: 55px !important;
        margin-bottom: 60px !important;
        margin-top: -5px;



    }

    .mv3Pendiente {

        display: none;


    }

    .mv3Status {
        margin-left: 1px !important;
        margin-bottom: 60px !important;




    }


}

@media (max-width: 600px) {

    .mv3Declaracion {
        margin-bottom: 80px !important;
        margin-left: 1px !important;

        font-size: 0.7em !important;




    }

    .mv3Tasa {
        margin-left: 55px !important;
        margin-bottom: 35px !important;
        font-size: 0.9em !important;





    }

    .mv3Pendiente {

        margin-top: -80px;
        margin-left: 10px !important;
        display: block;
        font-size: 0.8em !important;





    }

    .mv3Status {
        margin-top: 30px;
        margin-left: 1px !important;
        font-size: 0.9em !important;





    }

    .row2 {


        height: 500px;


    }

    .centro {
        position: relative;
        top: 40%;
        width: 120%;
        right: 20%;
    }

    .lado {
        position: relative;
        left: 30%;
        bottom: 47%;
    }

    .centro-no-cuenta {
        position: relative;
        width: 100%;
    }

    .centro-cuenta {
        position: relative;
        width: 100%;
    }

}

@media (max-width: 375px) {
    .centro {
        width: 250%;
        position: relative;
        right: 50%;
        top: 80%;
    }


}


@media (max-width: 320px) {
    .centro {
        width: 250%;
        position: relative;
        right: 100%;
        top: 80%;
    }

    .margenIzquierdo {
        position: relative;
        top: 30px;
        margin-top: 10%;
        right: 40%;
    }

    .margenIzquierdo2 {
        position: relative;
        top: 30px;
        margin-top: 10%;
        right: 65%;
        width: 135%;
    }

}





/*Parte que debe ser responsive-----------------------------------*/
.fondo {
    background: linear-gradient(0.25turn, #290cae, #4dc9e6) !important;
    position: relative;

    height: 160px;
}

.tasa {
    position: relative;
    right: 50px;
}

.palito {
    position: absolute;
    left: 216px;
    top: 35px;
    width: 2px;
    height: 109px;
}

.palitodos {
    position: absolute;
    left: 275px;
    top: 24px;
    width: 2px;
    height: 109px;
}

.palitotres {
    position: absolute;
    left: 215px;
    top: 35px;
    width: 2px;
    height: 109px;
}

/* fin de Parte que debe ser responsive------------------------------*/

.numeros {
    position: relative;
    bottom: 17px;
}

.petro {
    position: relative;
    bottom: 30px;
}

h3 {
    position: relative;
    top: 15px;
    left: 8px;
}

.bg-blue3 {
    background-color: rgba(84, 138, 196, 1);

}

.bg-blue4 {
    background-color: rgba(114, 214, 200, 1);

}

.bg-blue5 {
    background-color: rgba(120, 203, 222, 1);

}

.bg-blue6 {
    background-color: rgba(107, 188, 223, 1);

}

.bg-blue7 {
    background-color: rgba(4, 78, 113, 1);

}

.border-blue-sigeat {
    border: 1px solid rgb(0, 0, 0) !important;
}

.text-blue {
    color: rgb(24, 94, 216);
}

.text-violet-link {
    color: rgb(26, 0, 221);
}

.text-green-sigeat {
    color: rgb(0, 0, 0) !important;
}

/* BOTONES */

.btn-violet-inicio {

    background-color: blue;
    color: #ffffff;
}

.btn-violet-inicio:hover {

    color: rgb(0, 0, 0);
    background-color: rgb(23, 0, 201);
    background-image: none;
    border-color: transparent;
}

.btn-ghost-violet {
    color: rgb(77, 58, 228);
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

.btn-ghost-violet:hover {
    color: white;
    background-color: rgba(79, 59, 228, 1);
    background-image: none;
    border-color: transparent;
}

.btn-blue3 {
    background-color: rgba(84, 138, 196, 1);
    color: white;
}

.btn-blue3:hover {
    background-color: rgba(13, 86, 149, 1);
    color: white;
}

.btn-link-blue {

    color: rgba(84, 138, 196, 1);
}

.btn-orange {
    background-color: #36a85c;
    color: white;
}

.btn-orange:hover {
    background-color: #1b8042;
    color: white;
}

.btn-violet {
    background-color: blue;
    color: white;
}

.btn-violet:hover {
    background-color: rgb(43, 43, 255);
    color: white;
}

.booton {
    background: transparent;
    box-shadow: none;
}

.rayitas {
    position: absolute;
    left: 438px;
}

.material-icons:hover {}

.descarga {
    position: absolute;

}

.float-inline-start {
    position: absolute;
}

.presupuestos {
    position: relative;
    left: 25px;
}

/*boton mostrar cedula o rif*/
.cedula {
    border-radius: 30px;
    width: 155px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.round {
    border-radius: 30px;

}

.roundd {
    background: rgba(225, 253, 255, .6);


}

.thead2 {
    border-radius: 15px 15px;
    background: url(../image/icon/Recurso\ 27.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 9px;
    color: white;
    border-radius: 20px;
    overflow: hidden;

}

.bordered {}

table {}

.text-muted {
    font-size: 15px;
    color: #000000;
}

/*CONTINUAR MAÑANA MARTES---------------------------------------*/
/*:hover{
    background: #4dc9e6;
    color: white;
}
/*CONTINUAR MAÑANA MARTES---------------------------------------*/

/*
.btn{
   box-shadow: none;
   color: #3dd8c3;
}
.btn:hover{

    box-shadow: none;
    color:  #000000;;
}
/*el que voy a cambiar-----------------------------------*/

.container-login {
    background-color: rgb(255, 255, 255);
    border-radius: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    width: 100%;
}

.container-reset {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
}

.container-login .logo {
    color: rgba(255, 255, 255, 1);
    font-size: 3rem;


}

.container-login p label {
    color: rgba(0, 0, 0, 1);
}

.btn-login {
    background-color: rgb(240, 129, 10);
    color: white;
    font-size: 1.1em;
}

element.style {
    max-height: 357px !important;
    overflow: hidden !important;
    min-height: 170px !important;
    min-width: 50px !important;
    position: absolute !important;
    transform: translate3d(0px, 60px, 0px) !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;

}

.subtitle {
    font-size: 1rem;
}

.subtitle2 {
    font-size: 1.6rem;
}

.ingresos {
    position: relative;
    bottom: px;
    left: 27px;
}

/* ESTILOS SIDEBAR */

html:not([dir=rtl]) .sidebar {
    margin-left: -230px;
}



.nav-item>.sidebar-inicio {
    color: white;
    background: linear-gradient(0.30turn, #290cae, #4dc9e6);
    border-radius: 10px;
    width: 210px;
    margin-bottom: 20px;
}

.sidebar .nav-link.active {
    color: white;
    background: linear-gradient(0.30turn, #290cae, #4dc9e6);
    border-right: rgba(79, 59, 228, 1);
    font-weight: bold;

}



/* forma del sidebar*/

.sidebar .sidebar-nav {
    width: 230px;

}

.sidebar {
    width: 400px;
}


/*se cambio por otro minimizador en app.blade
.sidebar .sidebar-minimizer {
    background-color: rgb(0, 153, 255)!important;
}


/* .sidebar .nav-dropdown-items .nav-item {
    margin-left: 25px;
} */


.sidebar-minimizer {

    background-color: transparent;
    border: none;

}


.sidebar .nav-dropdown.open>.nav-items {
    padding-left: 50px;
    color: red;
}


.sidebar .nav-link.active .nav-icon {
    color: white;
}

.sidebar .nav-link.active:hover .nav-icon {
    color: white;
}

.sidebar .nav-link.active:hover {
    color: white;

}

.sidebar .nav-link:hover {
    background: #42424283;
    border-radius: 10px;
}

.sidebar .nav-dropdown.open .nav-link {
    color: black;
}

.sidebar .nav-dropdown.open .nav-link:hover {
    color: white;
}

.sidebar .nav-dropdown.open {
    background: #b5c4c6c4 !important;
    border-radius: 10px;
}

.sidebar .nav-dropdown.open>.nav-dropdown-toggle {
    background: #424242d7;
    border-radius: 10px 10px 0% 0%;
    color: white;
}

.sidebar .nav-dropdown.open>.nav-dropdown-toggle:hover {
    background: #424242da;
    border-radius: 10px 10px 0% 0%;
    color: white;
}

.sidebar .nav-dropdown.open>.nav-dropdown-toggle .nav-icon {
    color: white;
}

.sidebar .nav-dropdown.open .nav-link.active {
    color: white;
    background: ;
    font-weight: bold;
}

.sidebar .nav-dropdown.open .nav-link.active .nav-icon {
    color: white;

}

.sidebar .nav-dropdown.open>.nav-dropdown-toggle::before {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-plus" id="svgplus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
}

.sidebar .nav-dropdown-toggle::before {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-plus" id="svgplus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
}

.sidebar .nav-link:hover.nav-dropdown-toggle::before {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-plus" id="svgplus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
}

/* ESTILOS DE TEXTO */
.p-blue {
    color: rgba(5, 34, 108, 1);
}

.pf-1 {
    font-size: 1em;
    font-weight: bold;
}

.pf-3 {
    font-size: 1.3em;
    font-weight: bold;
}

.pf-2 {
    font-size: 2em;
    font-weight: bold;
}



/* FONDO MODAL USERS */
.wave {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0% 0% 80% 20%;
    height: 50%;
    width: 100%;
    position: absolute;
}

.bg-gray1 {
    background-color: rgba(211, 205, 205, 0.5);
}

/* ESTILOS DE SELECT2 */
span.select2-selection.select2-selection--single {
    border-radius: 20px;
    border: 1px solid #e4e7ea;
    height: calc(2.25rem + 2px);
}

/* ESTILOS DEL SWICTH */
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked {
    background-color: #4dbd74;
    border-color: #0d6efd;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}



/* ESTILOS DATATABLE */
.dataTables_filter,
.pagination {
    float: right;
    color: black;
}

.dataTables_filter,
.form-control {
    border-radius: 5px;
}

.page-item.disabled .page-link {
    background-color: rgba(84, 138, 196, 0.5);
    color: white;
    border: none;
}

.page-item.active .page-link {
    color: rgba(84, 138, 196, 1);
    background-color: white;


}

.page-item .page-link {
    color: black;
    border: none;

}

.dataTables_length .form-select {
    border-radius: 30px;
    border: 1px solid #e4e7ea;
    padding-left: 5px;
    padding-right: 5px;
}

.notification-menu {
    width: 400px;
}

.technical-support-tawkto {
    bottom: 20px;
    left: 85%;
    /* position: fixed; */
}

.technical-support-whatsapp {
    bottom: 30px;
    left: 5%;
    /* position: fixed; */
}

.btn-support {
    /* background-color: #fff; */
    border-radius: 50%;
}

/* texto imagen sidebar*/
.apoyamos {
    color: #000000;
    margin-bottom: 64px;
    font-weight: lighter;
    font-size: 27px;
}

.swiper {
    width: 100%;
    height: 90%;
    border-radius: 20px;
}

.swiper-slide {
    text-align: right;
    font-size: 18px;
    background: rgba(225, 253, 255, .6);

}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.swiper-slide .computadora {
    width: 70%;
    height: 90%;
    object-fit: scale-down;
}


/* POSITION CSS */
.start-0 {
    left: 0 !important;
}

.start-5 {
    left: 5% !important;
}

.start-10 {
    left: 10% !important;
}

.start-15 {
    left: 15% !important;
}

.top-30 {
    top: 30% !important;
}

.top-35 {
    top: 35% !important;
}

.top-40 {
    top: 40% !important;
}

.top-45 {
    top: 45% !important;
}

.top-50 {
    top: 50% !important;
}

/* ESTILOS DE ALERT SWEET PERSONALIZADOS */
.swal2-popup.swal2-modal.swal2-show {
    border-radius: 25px;
}

.swal2-popup .swal2-styled {
    border-radius: 30px !important;
}

.swal2-icon.swal2-warning {
    height: 1em;
    width: 1em;
    margin: 1em auto .6em;
    /* font-size: 1em; */
}

.swal2-icon.swal2-question {
    height: 1em;
    width: 1em;
    margin: 1em auto .6em;
    /* font-size: 1em; */
}

.swal2-icon.swal2-info {
    height: 1em;
    width: 1em;
    margin: 1em auto .6em;
    /* font-size: 1em; */
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    border: 5px solid;
    color: red;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    font-size: 1em;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    font-size: 1em;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    font-size: 1em;
}

.swal2-styled.swal2-cancel {
    border: 1px solid black !important;
    border-radius: .25em;
    background: initial;
    background-color: white !important;
    color: black !important;
    font-size: 1em;
}

.swal2-icon.swal2-question {
    /* color: #87adbd; */
    height: 1em;
    width: 1em;
    border: 5px solid #87adbd !important;
}

.swal2-icon.swal2-info {
    /* color: #87adbd; */
    height: 1em;
    width: 1em;
    border: 5px solid !important;
}

/* .btn-violet{
    background-color: rgba(79, 59, 228, 1);
    color: white;
} */


/* fondo de colores feos cambiado*/

.bg-new {
    background: url('../image/prueba-banner4.png') no-repeat center center fixed;
    /* Equivalente a las 4 propiedades de abajo */

    /* background-image: url('../image/prueba-banner4.png'); /* La imagen que usarás */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-position: center center;
    /* Centra la imagen horizontal y verticalmente */
    background-attachment: fixed;
    /* Mantiene la imagen fija mientras el contenido se desplaza */

    background-size: cover;
    /* MUY IMPORTANTE: Escala la imagen para cubrir todo el elemento */

    /* Opcional: Color de respaldo si la imagen no carga o para un efecto de superposición */
    background-color: #f0f2f5;
    /* Un color de fondo suave o un color predominante de la imagen */

    /* Opcional: Efecto de superposición o tintado para mejorar la legibilidad del texto */
    /* Puedes aplicar un gradiente encima de la imagen si el texto es difícil de leer */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../image/prueba-banner4.png');
}

/* fondo de colores feos cambiado*/

/*barrita de al lado*/
.bg-new-sidebar {
    background: #b6f5fc70;
    position: relative;
    left: 15px;
    border-radius: 30px;
    padding: 5px;
}


.otro {
    background: rgba(225, 253, 255, 1);
}

.bg-new-sidebar ::-webkit-scrollbar {
    width: 7px;
    margin-left: 20px;
}

.bg-new-sidebar ::-webkit-scrollbar-thumb {
    background: #8a8a94;
    border-radius: 8px;
    border-radius: 4px;

}

/* fin de la barrita*/


/* asdasdsadasdasdasdsad */
.cardd {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

    border-radius: 0.25rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
   /* background-color: #e1eaff;*/
    background-clip: border-box;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    /* PROPIEDADES SUGERIDAS: */
    /* Aseguramos que nada se salga del card */
    overflow: hidden; 

    /* Aumentamos el padding para asegurar espacio para elementos internos */
    /* Este padding afectaría a TODO el contenido del card, incluyendo la tabla.
       Si ya tienes padding en card-body, puede que necesites ajustar. */
    padding: 1.25rem; /* Valor típico de padding de Bootstrap */
    /* O si el botón está en la parte superior y necesita más espacio allí: */
    /* padding-top: 2rem; */ /* Más padding arriba para contener el botón */
}

.card-header {
    background-color: #f8f9fa; /* Un gris muy claro para el encabezado de la card */
    /* background-color: rgba(248, 249, 250, 0.8); /* O semitransparente si el fondo de la card es transparente */
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Borde sutil */
    padding: 1rem 1.25rem; /* Espaciado estándar de Bootstrap */
    border-top-left-radius: calc(0.5rem - 1px); /* Asegura el redondeo en la parte superior */
    border-top-right-radius: calc(0.5rem - 1px);
}

.card-header h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600; /* Un poco más de negrita */
    color: #333; /* Un color de texto más oscuro para el título */
}

.table {
    margin-bottom: 0; /* Elimina el margen inferior por defecto de las tablas en card-body */
}

.table thead th {
    /* Estilos para los encabezados de la tabla dentro de las cards */
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    color: #555555; /* Un gris oscuro para los encabezados de columna */
}

.table tbody td {
    /* Estilos para las celdas de datos */
    vertical-align: middle;
}



/* ;;;;;;;;;;;;;;;;;;;;; */

.imagendeperfil {
    position: relative;
    left: 100px;
}

.nombree {
    width: 66%;
}

.correoo {
    width: 66%;
}

#password {
    width: 77%;

}

#password_confirmation,
.password_confirmation {
    width: 77%;
    justify-content: right;
}

.contenido {
    margin-left: 30px;
}

.placeholder2 {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    position: relative;
    left: 26px;
    opacity: .5;
}

.cancelar {
    border: 1px solid #b5c4c6;
    color: rgb(255, 252, 252);
    background-color: rgb(87, 86, 86);
    border-radius: 19px;
    position: ;
    top: 10px;
}

.cancelar:hover {
    color: #ffffff;
    background-color: #2b2828;
}

.declaracion {
    position: relative;
    left: 27px;
}



/*color del medio encontrado PELIGRO CAMBIA EL CUADRITO DE ABAJO*/
.bg-light {
    background: blue;
    /* background: linear-gradient(0.25turn, #290cae, #4dc9e6) !important; */
    text-align: center;

    position: relative;
    color: #fff;

}

/*color del medio encontrado*/


/*color y fondo de iconos*/
.btn-group,
.btn-group-vertical {
    --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0);
    --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --mdb-btn-group-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;
    box-shadow: var(--mdb-btn-box-shadow);
    transition: var(--mdb-btn-group-transition);
}

.btn-ghost-success {

    color: #4dbd74;

}

.btn-ghost-info {

    color: #4dc9e6;
}

.btn-ghost-danger {

    color: #be1f19;
}

.btn-vista-principal {

    color: #4dc9e6;
}

/*boton cerrar sesion*/
.btn-flat {

    color: rgb(27, 24, 24);
}

.row2 {
    background: linear-gradient(0.25turn, #290cae, #4dc9e6) !important;


}

/*ROW3 ES DE SOLVENCIA OTROS TRIBUTOS*/
.row3 {
    background: linear-gradient(0.25turn, #290cae, #4dc9e6) !important;
    position: relative;
    height: 140px;
    width: 50em;
    right: 20px;
    border-radius: 10px;
}

.btn-cancelar {
    border: 1px solid #b5c4c6;
    color: rgb(255, 252, 252);
    background-color: rgb(87, 86, 86);
    border-radius: 19px;
    position: ;
}

.btn-cancelar:hover {
    color: #ffffff;
    background-color: #2b2828;
}

/*texto en el menu de solicitudes*/
.input-group {
    flex-wrap: wrap;
}

.swal-button--confirm {
    background: #0a0;
}

/*color tarjetas de advertencia*/
.swal2-confirm {
    background-color: #21c460 !important;
}



.sidebar .nav-link {
    display: block;
    padding: .75rem 1rem;
    color: #060606;
    text-decoration: none;
    background: 0 0;
    z-index: 2;
}

.btCerrar {
    box-shadow: none;

}

.auditoria {
    position: absolute;
    margin-left: -36px;
    margin-top: 28px;
}

.retenedor {
    position: absolute;
    margin-left: -41px;
    margin-top: 28px;
}




.header {
    --background-color: #023697;
    --heading-color: #ffffff;
    color: var(--default-color);
    transition: all 0.5s;
    z-index: 997;
    background-color: var(--background-color);
}

.header .topbar {
    background-color: color-mix(in srgb, var(--accent-color) 90%, black 10%);
    height: 40px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
}

.header .topbar .contact-info i {
    font-style: normal;
    color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
    padding-left: 5px;
    color: var(--contrast-color);
}

@media (max-width: 575px) {

    .header .topbar .contact-info i a,
    .header .topbar .contact-info i span {
        font-size: 13px;
    }
}

.header .topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
    color: var(--contrast-color);
    text-decoration: underline;
}

.header .topbar .social-links a {
    color: color-mix(in srgb, var(--contrast-color), transparent 40%);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.header .topbar .social-links a:hover {
    color: var(--contrast-color);
}

.header .branding {
    min-height: 60px;
    padding: 10px 0;
}

.header .logo {
    line-height: 1;
}

.header .logo img {
    max-height: 36px;
    margin-right: 8px;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

.header .logo span {
    font-size: 32px;
    margin-left: 2px;
    color: var(--nav-hover-color);
}

.scrolled .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu>ul>li {
        white-space: nowrap;
        padding: 15px 14px;
    }

    .navmenu>ul>li:last-child {
        padding-right: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        font-size: 15px;
        padding: 0 2px;
        font-family: var(--nav-font);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--nav-hover-color);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navmenu a:hover:before,
    .navmenu li:hover>a:before,
    .navmenu .active:before {
        visibility: visible;
        width: 100%;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-color);
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: black;;
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: black;
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
    .navmenu .dropdown ul {
    display: none;
}

.navmenu .dropdown.dropdown-active > ul {
    display: block;
}

    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}

.main .container-fluid {
    margin-top: 80px !important;
}


/* card*/
/* From Uiverse.io by Yaya12085 */
.card-dash {
    padding: 1rem;

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    max-width: 320px;
    border-radius: 20px;
}

.title {
    display: flex;
    align-items: center;
}

.title span {
    position: relative;
    padding: 0.5rem;

    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
}

.title span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    height: 1rem;
}

.title-text {
    margin-left: 0.5rem;
    color: #f7f7f7;
    font-size: 15px;
}

.percent {
    margin-left: 0.5rem;
    color: #02972f;
    font-weight: 600;
    display: flex;
}

.data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.data p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #e7e7e7;
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
}

.data .range {
    position: relative;
    background-color: #E5E7EB;
    width: 100%;
    height: 0.5rem;
    border-radius: 0.25rem;
}

.data .range .fill {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1083b9;
    width: 76%;
    height: 100%;
    border-radius: 0.25rem;
}


 h3{
    font-weight: bold;
    font-family: Helvetica, sans-serif
}