.back-white{
    background-color: white;
    padding: 50px;
    border-radius: 20px;
}


.table thead tr th {
    background: #eb963f;
    color: white;
    height: 50px;
    padding: 0.6%;
    vertical-align: middle;
}

.table tbody tr td {
    vertical-align: middle; 
    font-size: 14px;
}

.table tbody tr td .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}



.table tbody tr:nth-child(even) {
    background-color: #D9D9D9; 
}

.table tbody tr {
    background-color: transparent;
}

.table thead tr th, .table thead tr td {
    background: #eb963f;
    height: 50px;
    padding: 0.6%;
    vertical-align: middle;
    color:white;
    font-size: 14px;
}




.form-control-sm {
    height: 20px; 
    padding: 5px 10px; 
    font-size: 14px; 
    border: 1px solid #ced4da; 
    border-radius: 4px;
    box-shadow: none; 
}

/* FONT STYLE */

.font-12{
    font-size: 12px;
}

.font-14{
    font-size: 14px;
}

.font-15{
    font-size: 15px;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-22{
    font-size: 22px;
}

.font-25{
    font-size: 25px;
}

.font-weight-550{
    font-weight: 550;
}

.font-weight-575{
    font-weight: 575;
}

.font-weight-600{
    font-weight: 600;
}


.font-weight-700{
    font-weight: 650;
}


.hr-actions{
    border: 0; 
    height: 1.5px; 
    background-color: #1C1D1E; 
    width: 100%;
    margin: 20px auto;
}

.control-from-round{
    border-radius: 20px;
    width: 100%;
}

.control-no-style{
    box-shadow: none;
}

.control-no-style:hover{
    box-shadow: none;
}

.control-no-style:focus{
    box-shadow: none;
}

.card-menu-custom {
    background-color: white;
    width: 100%; 
    height: 180px; 
    padding: 5px; 
    border-radius: 10px;
    box-shadow: var(--color-light) 0px 5px 10px;
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--color-primario);
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.card-menu-custom:hover {
    transform: scale(1.02); 
    box-shadow: var(--color-light) 0px 5px 10px;
}

@media (max-width: 768px) {
    .card-menu-custom {
        height: 160px;
    }
}

.card-title-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}



.txt-blue{
    color:#141c50;
}

.txt-orange{
    color:#eb963f;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 30 30"%3E%3Cpath stroke%3D"orange" stroke-width%3D"4" stroke-linecap%3D"round" stroke-miterlimit%3D"10" d%3D"M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}


.btn-nav-custom{
    border: none;
    box-shadow: none;
}


.btn-nav-custom:hover{
    border: none;
    box-shadow: none;
}


.btn-nav-custom:focus{
    border: none;
    box-shadow: none;
}


.orange-line-lite{
    width: 100%;
    height: 4px;
    background-color: #eb963f;
    border-radius: 5px;
}

/* Estilos para pantallas grandes (desktops) */
.cont {
    position: relative;
    background-image: url("../img/component/blade-page/lineas-fondo.png"); 
    background-size: cover;      
    background-position: center -365px; 
    background-repeat: no-repeat;  
    height: 350px;               
}

.cont-int {
    /* position: relative; */
    background-image: url("../img/component/blade-page/lineas-fondo.png"); 
    background-size: cover;      
    background-position: center bottom -70px; 
    background-repeat: no-repeat;  
    height: 100%;               
}
/* Estilos para tabletas */
@media (max-width: 1024px) {
    .cont {
        background-position: center -20%; 
        height: 100%; 
    }


    .back-white{
        background-color: white;
        padding: 20px;
        border-radius: 10px;
    }

}

/* Estilos para móviles */
@media (max-width: 768px) {
    .cont {
        background-position: center -10%;
        height: 100%;
    }
    .back-white{
        background-color: white;
        padding: 5px;
        border-radius: 10px;
    }

}


body{
    background-color: #F4F4F4;
}

.custom-a{
    color: white;
}

.body-1{
    background-color: #F4F4F4;
}

.nav-white{
    background-color: white;
}

.bg-custom-primary{
    background-color: #141c50;
}

.non-bord{
    border: none;
}

.cursor-pointer{
    cursor:pointer;
}

.btnCustom {
  --bs-btn-padding-x: 0.8rem;         /* menos ancho */
  --bs-btn-padding-y: 0.30rem;        /* menos alto */
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;        /* más pequeño */
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 1.5rem;     /* más redondo */
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block!important;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x)!important;
  font-family: var(--bs-btn-font-family)!important;
  font-size: var(--bs-btn-font-size)!important;
  font-weight: var(--bs-btn-font-weight)!important;
  line-height: var(--bs-btn-line-height)!important;
  color: var(--bs-btn-color)!important;
  text-align: center!important;
  text-decoration: none!important;
  vertical-align: middle!important;
  cursor: pointer!important;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  user-select: none!important;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color)!important;
  border-radius: var(--bs-btn-border-radius)!important;
  background-color: var(--bs-btn-bg)!important;
  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!important;
}

.btn-custom-orange {
      --bs-btn-color: #fff;
      --bs-btn-bg: #E9781C;
      --bs-btn-border-color: #E9781C;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #eb963f;
      --bs-btn-hover-border-color: #E9781C;
      --bs-btn-focus-shadow-rgb: 217, 164, 6;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #E9781C;
      --bs-btn-active-border-color: #E9781C;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #E9781C;
      --bs-btn-disabled-border-color: #E9781C;
    }

    .btn-custom-second {
      --bs-btn-color: #fff;
      --bs-btn-bg: #121C51;
      --bs-btn-border-color: #121C51;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #eb963f;
      --bs-btn-hover-border-color: #121C51;
      --bs-btn-focus-shadow-rgb: 217, 164, 6;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #121C51;
      --bs-btn-active-border-color: #121C51;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #121C51;
      --bs-btn-disabled-border-color: #121C51;
    }

    .btn-custom-second:disabled {
        --bs-btn-color: #fff;
        --bs-btn-bg: #d6d6d6 ;
        --bs-btn-border-color: #d6d6d6 ;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #d6d6d6 ;
        --bs-btn-hover-border-color: #d6d6d6 ;
        --bs-btn-focus-shadow-rgb: 217, 164, 6;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #d6d6d6 ;
        --bs-btn-active-border-color: #d6d6d6 ;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #d6d6d6 ;
        --bs-btn-disabled-border-color: #d6d6d6 ;
      }

    .btn-custom-orange:disabled {
        --bs-btn-color: #fff;
        --bs-btn-bg: #d6d6d6 ;
        --bs-btn-border-color: #d6d6d6 ;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #d6d6d6 ;
        --bs-btn-hover-border-color: #d6d6d6 ;
        --bs-btn-focus-shadow-rgb: 217, 164, 6;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #d6d6d6 ;
        --bs-btn-active-border-color: #d6d6d6 ;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #d6d6d6 ;
        --bs-btn-disabled-border-color: #d6d6d6 ;
      }

    .btn-custom-blue {
      --bs-btn-color: #fff;
      --bs-btn-bg: #151C50;
      --bs-btn-border-color: #151C50;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #151C50;
      --bs-btn-hover-border-color: #151C50;
      --bs-btn-focus-shadow-rgb: 217, 164, 6;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #151C50;
      --bs-btn-active-border-color: #151C50;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #151C50;
      --bs-btn-disabled-border-color: #151C50;
    }

    .btn-roundered-25 {
        border-radius: 25px!important;
    }

    .background-grey {
        background-color: #F4F4F4;
    }

    @media (min-width: 992px) {
        .nav-init {
            height: 65px;
            position: relative;
            z-index: 1000;
        }

        .navbar-brand {
            padding-left: 100px;
            padding-right: 100px;
        }

        .navbar-nav {
            padding-left: 100px;
            padding-right: 100px;
        }

        .principal-navbar-brand {
            padding-left: 0px!important;
            padding-right: 0px!important;
        }

        .principal-navbar-nav {
            padding-left: 0px!important;
            padding-right: 0px!important;
        }

    }

    @media (max-width: 991.98px) {
        .container-fluid {
            padding: 0px!important;
            margin: 0px!important;
        }

        .navbar-nav {
            display: flex;
            align-items: center;
        }

        .nav-item {
            margin-left: auto;
        }
    }

    .shadow-box-nav {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }


    .justify{
        text-align: justify;
    }

    
    /* Estilos generales para desktop y laptop */
.h4-custom {
    color: #141c50;
    font-size: 23.2px;
    font-weight: 500; 
    text-align: center;
}

.h3-custom {
    color: #141c50;
    font-size: 28px;
    font-weight: 650; 
    text-align: center;
}

.h5-custom {
    color: #3c3c3b;
    font-size: 18px;
    font-weight: 490; 
    text-align: center;
}

/* Estilos para tablets */
@media (max-width: 768px) {
    .h4-custom {
        font-size: 20px;
        text-align: center;
    }

    .h3-custom {
        font-size: 24px;
        text-align: center;
    }

    .h5-custom {
        font-size: 16px;
        text-align: center;
    }
}

/* Estilos para celulares */
@media (max-width: 480px) {
    .h4-custom {
        font-size: 15px;
        text-align: center;
    }

    .h3-custom {
        font-size: 18px;
        text-align: center;
    }

    .h5-custom {
        font-size: 12px;
        text-align: center;
    }
}



.badge-pill.loading-modal {
    color: white;
}

div#loadingModal {
    background: rgba(255, 255, 255, 0.7);
}

.loading-modal {
    padding: 10px;
    margin-left: 40%;
    margin-right: 40%;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
}

.select2 {
    width: 100% !important;
}

.select2-container--open .select2-dropdown {
    z-index: 1070;
}

.form-control {
    min-height: 38px;
}

.ui-autocomplete {
    z-index:10000000 !important;
}

.select2-container--default .select2-search__field:focus {
    outline: none;
}
