@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

*{
    font-family: 'Inter', sans-serif;
}
.wght4 {
    font-weight: 400;
}
.wght5 {
    font-weight: 500;
}
.wght6 {
    font-weight: 600;
}
.wght7 {
    font-weight: 700;
}
.poppins{
    font-family: 'Poppins'!important;
}

/* Inicio Teclado flotante */
.direcciones-wizard .opciones a {
    color: #fff;
    background: #10c479;
    margin: 3px 2px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 18px;
    display: inline-block;
    cursor: pointer;
}

.direccion {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.direccion b {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.dir-input {
    line-height: 30px;
    font-size: 16px;
    color: #d90000;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px dashed rgba(224, 0, 0, 0.18);
    margin-bottom: 10px;
    width: 90%;
}

.dir-input input[type=radio] {
    margin-top: -2px;
    margin-right: 10px;
}

a:hover,
a:focus,
a:active {
    color: #333;
}

a {
    color: #727272;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

#NAddrForm, #NAddrFormInicio, #NAddrFormPqrs, #NAddrForm_interesado {
    position: absolute; 
    background: #fff;
    padding: 2%;
    z-index: 1000;
    width: 60%;
    border-radius: 3px;
    box-shadow: 2px 2px 9px #10c479;
}

#NAddrForm .span6, #NAddrFormInicio .span6, #NAddrForm_interesado .span6 {
    float: left;
    width: 44%;
    margin-right: 6%;
    margin-left: 0%;
}

#NAddrForm h4, #NAddrFormInicio h4, #NAddrForm_interesado h4 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2%;
    padding-bottom: 1%;
}

#NAddrForm .buttons-holder, #NAddrFormInicio .buttons-holder, #NAddrForm_interesado .buttons-holder {
    border-top: 1px dashed #ccc;
    padding-top: 2%;
    margin-top: 1%;
}

.wrapperBg {
    content: '';
    background: rgba(250, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
}

.seeAddr {
    cursor: pointer;
}

.dir-input {
    position: relative;
}

.delDir {
    position: absolute;
    right: 0;
    top: 0;
    color: #d80000 !important;
}
/* Fin Teclado flotante */

.block{
    background-color: #ddd;
}

.custom-campo{
    padding: 8px !important;
}
.cusmo-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif!important;
    font-size: 13px;
    font-weight: 600 !important;
    background-color: #0ea365;
    border-radius: 5px;
    border: none;
    color: #FFFFFF !important;
    display: inline-block !important;
    padding: 2px 10px !important;
}

.cusmo-input:focus,
.cusmo-input:active,
.cusmo-input.active {
    border-radius: 30px !important;
    border: 1px solid #de060d !important;
    outline: none !important;
}

.cusmo-input {
    border: 1px solid #D5D5D5 !important;
    border-radius: 30px !important;
    width: 90%;
}

span{
    color: red;
}

.form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(16, 178, 110, 0.25)!important;
}
.tarjeta{
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 4px 9px 15px -5px #0000000D;
}
.cuerpo{
    padding: 6% 10% 0% 10%;
}
.cuerpo-form{
    margin: 0% 5%;
}
.titulo{
    font-size: 2.5rem;
    margin-bottom: 5%;
    }
@media only screen and (max-width: 800px) {
    .cuerpo{
        padding: 5% 2%;
    }
    .cuerpo-form{
        margin: 0% 3%;
    }
    .b-footer{
        font-size: 0.8em;
    }
    .titulo{
        font-size: 2rem;
        margin-bottom: 10%;
    }
}
/*aler*/
.custom-alert-info {
    background-color: rgba(3, 180, 255, 0.22);
    color: #000000;
    border: none;
    border-left: 10px solid #03B4FF;
}
.custom-alert-success {
  background-color: #d1e7dd;
  color: #000000;
  border: none;
  border-left: 10px solid #0a3622;
}
.custom-alert-warning {
    background-color: rgba(255, 240, 104, 0.5);
    color: #000000;
    border: none;
    border-left: 10px solid #FFE603;
}
.custom-error {
    background-color: #f8d7da;
    color: #000000;
    border: none;
    border-left: 10px solid #58151c;
}
.verde{
    background-color: #A7DEC7!important;
}
/* modal tabla */
.table-verde {
    --bs-table-color: rgba(180, 180, 180, 0.5);
    --bs-table-bg: #FFFFFF;
}

.table-verde th{
    background-color: #A7DEC7;
    color: #000000;
    border: none;
}
.table-gris th{
    background-color: #f4f4f4;
}
.fondo-gris{
    background-color: #F4F4F4;
}
/*Fin tabla*/
.custom-card{
    box-shadow: 0px 9px 34px 0px #0000001A;
    padding: 8% 0% 8% 0%;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #164267;
}
.borde-card{
    box-shadow: 0px 9px 34px 0px #0000001A;
    border-radius: 20px;
    border: none;
}

.btn-registro{
    font-family: 'Poppins', sans-serif!important;
    font-weight: 500 !important;
    background-color: #10B26E;
    border-radius: 20px;
    padding: 5px 30px;
    color: #fff;
}
.btn-registro:hover{
    background-color: #128d5a;
    color: #fff;
}
.bg-registro{
    background: #EEFFF8;
}
.blue{
    color: #164267;
}
.pswd_info ul{
    list-style: none;
}
.pswd_info ul li{
    color: red;
    font-size: small;
}
.pswd_info ul li.active{
    color: green;
}
.pswd_info ul li span::before{
    content:"✖ ";
}
.pswd_info ul li.active span::before{
    content:"✔ ";
    color: green;
}

table.table.align-middle{
    --bs-table-bg: rgba(255, 255, 255, 0)(255, 255, 255)!important;
}
table.table.align-middle th{
    border: none!important;
}
.btn-group-lg .btn{
    --bs-btn-border-radius: 50px;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
    background-color:#10B26E;
    color: white;
    border: none;
}
.custom-btn-gris{
    background-color: #C4C4C4;
    color: white;
}
.btn-check + .btn:hover{
    /* color del hover del boton */
}
html, body {
    height: 100%;
    margin: 0;
}
#app {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.footer {
    margin-top: auto;
}