/* You can add global styles to this file, and also import other style files */
@font-face {
    font-family: 'Bree Peru';
    src: url('../fonts/BreePeru/BreePeru_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Peru';
    src: url('../fonts/BreePeru/BreePeru_Regular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Peru';
    src: url('../fonts/BreePeru/BreePeru_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clan OT';
    src: url('../fonts/FF Clan OT/FF Clan OT Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Clan OT';
    src: url('../fonts/FF Clan OT/FF Clan OT Book.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/*.g-recaptcha iframe {
    width: 500px !important;
    height: 74px !important;
}
.rc-anchor-normal {
    height: 74px!important;
    width: 500px!important;
}
#rc-anchor-container {
    height: 74px !important;*/ /* Asegura que el iframe ocupe todo el ancho del contenedor */
    /*width: 500px !important;
}*/

/* Estilo base para asegurar que los divs de informaci�n no se superpongan */
.card {
    position: relative !important;
    margin-bottom: 2rem !important; /* Espaciado entre cada bloque */
    z-index: 1 !important;
}

@media (min-width: 992px) and (max-width: 1049px) {
    .nav-expand {
        width: 18%;
    }
}

/* Para pantallas menores a 1050px */
@media (max-width: 1050px) {
    .img-login {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; /* La imagen al fondo */
        object-fit: cover;
    }

    .margim-bot-modal {
        margin-bottom: 1.5rem;
        /*height: 35rem;*/
    }

    .card {
        width: 100% !important;
        margin-bottom: 2rem !important; /* Mantener espacio entre los bloques */
    }

    .col-5, .col-md-6 {
        width: 100% !important;
        padding: 2rem !important;
    }

    .p-4.pl-8 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .card-body {
        padding: 2rem !important;
    }
}
/* Asegura que la superposici�n no ocurra en pantallas peque�as */
@media (max-width: 768px) {
    .card {
        margin-bottom: 1.5rem !important; /* Ajustar margen si es necesario */
    }
}

.position-fixed {
    top: 40%;
}

@media (max-width: 1199px) {
    .list-unstyled img {
        width: 35px;
        height: 35px;
    }

    .list-unstyled + p {
        display: none;
    }

    .position-fixed {
        top: 31.5%;
        right: 10px;
    }
}

@media (max-width: 768px) {
    .list-unstyled img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .position-fixed {
        top: 25%;
    }
}

@media (max-width: 375px) {
    .position-fixed {
        top: 40%;
    }
}

* {
    font-family: 'Bree Peru';
}

.btn-flotante {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.modal-content {
    position: relative !important;
}


.toast-container .ngx-toastr {
    margin-top: 30% !important;
}

.header {
    background-color: #e02d1b !important;
    padding: 10px;
    color: white;
    line-height: 40%;
}

.boton-header {
    color: #e02d1b;
    font-weight: bold;
}

.navbar-nav {
    font-weight: bold;
}

.nav-item {
    margin-left: 20px;
    margin-right: 20px;
}

    .nav-item img {
        margin-right: 5px;
    }

.nav-link {
    color: white;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
}

.navbar-nav .dropdown-menu {
    background-color: #e02d1b;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.boton {
    background-color: #e02d1b;
    color: white;
    font-weight: bold;
}

.form-control {
    border-color: #1d1d1b;
}

a {
    color: black;
    text-decoration: none;
}

.aside-index {
    position: fixed;
    z-index: 500;
    top: 300px;
    right: -12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-bottom: 0px;
    overflow: hidden;
}

.red-social a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    margin: 0px 0;
    text-align: center;
    line-height: 1.55;
}

.red-social {
    font-size: 21px;
    line-height: 1.8;
}

    .red-social p {
        writing-mode: vertical-lr;
        font-weight: bold;
        transform: rotate(-180deg);
        font-size: 0.7em;
        width: 20px;
        margin-top: 5px;
    }

.icon {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    color: #fff;
    margin: 5px auto;
    background-position: center;
    background-size: contain;
}

.centrado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input:checked {
    background-color: #e02d1b;
    border-color: #e02d1b;
}

.footer {
    background-color: #e02d1b;
    padding: 30px;
    color: white;
    line-height: 200%;
}

    .footer div {
        font-weight: bold;
    }

        .footer div a {
            text-decoration: none;
            color: white;
        }

.text-lighter {
    font-weight: lighter;
}

.text-52 {
    font-size: 52px;
}

.text-34 {
    font-size: 34px;
}

.text-30 {
    font-size: 30px;
}

.text-27 {
    font-size: 27px;
}

.text-21 {
    font-size: 21px;
}

.text-16 {
    font-size: 16px;
}

.text-15 {
    font-size: 15px;
}

.text-14 {
    font-size: 14px;
}

.texto-centrado {
    display: flex;
    align-items: center;
}

.w-60 {
    width: 60%;
}

.color {
    color: #e02d1b;
}

.derecha {
    justify-content: right;
}

.fondo2 {
    margin-top: -30px !important;
    padding-top: -200px !important;
    margin: 20px 0 0 700px;
}

.fondo3 {
    width: 100px !important;
    height: 300px;
    background: #e02d1b;
}

.fondo {
    width: 50%;
    height: 500px;
    border-radius: 10px;
}

/* .fondo_1 {
visibility: visible;
}
.fondo_2 {
  display: none;
  } */
.des
.descripcion {
    padding-left: 100px;
    padding: auto;
    padding-top: 10px 0 80px 20px;
}

.bg-red {
    background: #771712;
}

.texto-clan-OT {
    font-family: "Clan OT";
}

.modalCrearCuentas {
    max-width: 80%;
}

.content {
    padding: 25px;
}

.w-100 {
    width: 120px !important;
}

.w-140 {
    width: 140px !important;
}

.fondoBlancoRegistrar {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: -15%;
    width: 100%;
    height: 130%;
    border-radius: 8px;
}

.botom2 {
    background-color: #e02d1b;
    transition: background-color 0.5s;
}

    .botom2:hover {
        background: #a31810;
        color: rgb(247, 247, 247);
    }

@media (min-width: 992px) {
    .derecha {
        max-width: 100%;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}


@media (max-width: 992px) {
    .derecha {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .derecha {
        max-width: 100%;
        justify-content: center;
    }

    .fondo {
        width: 100%;
    }

    .texto-centrado {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .card-login .my-5 {
        margin-top: 0rem !important;
    }

    .derecha {
        justify-content: center;
    }

    .fondoBlancoRegistrar {
        background-color: rgb(255, 255, 255);
        position: absolute;
        height: 100%;
        width: 95%;
        padding-left: 0;
        border-radius: 8px;
    }

    .fondo {
        width: 100%;
        height: 560px;
        border-radius: 8px;
    }

    .modalCrearCuentas {
        max-width: 100%;
    }


    .content {
        padding: 20px;
    }

    .w-100 {
        width: 130px !important;
    }

    .nav-item.nav-link {
        align-items: center;
    }

        .nav-item.nav-link img {
            margin-bottom: 4px;
        }

    #buttonMenu {
        display: none;
    }

    /*#divBlanco {
        display: none;
    }

    @media (max-width: 576px) {
        #divBlanco {
            display: block !important;
        }
    }

    @media (max-width: 300px) {
        #divBlanco {
            display: block !important;
            padding: 0.5rem;
            font-size: 1rem;
        }
    }*/

    li {
        color: white;
    }

    .margin-top-4 {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .modal-createn {
        width: 230%;
        top: -19%;
    }

    .modal-createn-top {
        padding-top: 10% !important;
    }
}

.expand-btn {
    width: 8.3333%;
}

@media (min-width: 768px) and (max-width: 1361px) {
    .expand-btn {
        width: 100%;
    }

    .expand-div {
        width: 18.6%;
    }
}

@media (max-width: 767px) {
    .expand-btn {
        width: 100%;
    }

    .expand-div {
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.div-plomo {
    background-color: #676767;
    color: white;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5) !important;
}

.table {
    border-radius: 15px;
    /*overflow: hidden;*/
    overflow: visible;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #676767;
    color: #676767;
}


    .table th, .table td {
        border: 1px solid #676767;
    }

    .table thead th:first-child {
        border-top-left-radius: 15px;
    }

    .table thead th:last-child {
        border-top-right-radius: 15px;
    }

    .table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 15px;
    }

    .table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 15px;
    }

table tbody td {
    font-family: "Clan OT" !important;
}    
    
.inputheight {
    height: 40px;
}

.background-promperu {
    background-color: #e02d1b;
}

.color-promperu {
    color: #e02d1b;
}

.background-green {
    background-color: #004c23;
}

.color-green {
    color: #004c23;
}

.background-gray {
    background-color: #676767;
}

.color-gray {
    color: #676767;
}




/***************Para componentes  table**********/
th, td {
    border: none !important;
    border-bottom: 1px solid #676767 !important;
    border-right: 1px solid #676767 !important;
    vertical-align: middle !important;
    text-align: center !important;
    min-width: 40px;
    max-width: 300px;
    word-wrap: break-word;
}


.table-bordered tbody tr:last-child td {
    border-bottom: none !important;
}

.table-bordered tbody tr td:last-child {
    border-right: none !important;
}

.table-bordered thead th:last-child {
    border-right: none !important;
}
.table-bordered, .table-bordered th, .table-bordered td {
    border: 1px solid #676767;
}

.tabla-responsiva {
    width: 100%;
    table-layout: fixed; 
}

.tabla-responsiva th:first-child, .tabla-responsiva td:first-child {
    width: 50px !important;
}

.tabla-responsiva th:not(:first-child), .tabla-responsiva td:not(:first-child) {
    width: calc((100% - 70px) / 7); 
}

@media (max-width: 1000px) {
    .tabla-responsiva {
        width: 100%;
        table-layout: auto;
    }
}

@media (max-width: 537px) {
    .imgLogo{
        width: 90px;
    }
}

.dtr-title, .dtr-data{
    color: #0f0f0f !important;
}

.marginPersonalizadoDashboard{
    margin-right: 40px !important;
}
@media (max-width: 991px) {
    .marginPersonalizadoDashboard {
        margin-right: 0px !important;
    }
}

.titleCerrarSesion{
    display: block;
}

@media (max-width: 1377px) {
    .titleCerrarSesion{
        display: none;
    }
}