.ag-btn.brown{
    border-color: #9d6c07 !important;
    color: #825906        !important;
    font-weight: bold     !important  ;
    border-width: 2px     !important  ;
    border-top: none      !important  ;
}
.ag-btn.brown:hover{
    border:none !important;
    color: white !important;
    background-color: #825906 !important;
    font-weight: bold !important;
    
    
}
.input-f{
    border: none;
    text-align: center;
    color: #825906;
    font-size: 1.85em;
    font-weight: bold;
}
.input-f:focus{
    color: #825906 !important;
}
.input-f::placeholder{
    color: #825906a8 !important;
}
.ag-brown.text{
    color: #704C32 !important;
    background-color: #FFC700 !important;
    font-family: 'Roboto';
}

.text-brown{
    color: #825906 !important;
}
.ag-brown{
    background-color: #FFC700 !important;
}
.ag-btn
{   background-color: white;
    border-width: 5px;
    border-color: #552100;
    color: #552100;
    font-size: 1.5em;
}

.ag-link{
    color: white;
    
}
.ag-link.brown{
    color:#9d6c07;
    
}

/* footer.nb-footer {
    background: #222;
    border-top: 4px solid #FFC700; }
    footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center; }
    footer.nb-footer .about p {
    font-size: 13px;
    color: #999;
    margin-top: 30px; }
    footer.nb-footer .about .social-media {
    margin-top: 15px; }
    footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #b78c33;
    border: 1px solid rgba(255, 255, 255, 0.3); }
    footer.nb-footer .about .social-media ul li a:hover {
    background: #b78c33;
    color: #fff;
    border-color: #b78c33; }
    footer.nb-footer .footer-info-single {
    margin-top: 30px; }
    footer.nb-footer .footer-info-single .title {
    color: #aaa;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #b78c33;
    padding-left: 5px; }
    footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #aaa;
    padding: 2px 0; }
    footer.nb-footer .footer-info-single ul li a:hover {
    color: #b78c33; }
    footer.nb-footer .footer-info-single p {
    font-size: 13px;
    line-height: 20px;
    color: #aaa; }
    footer.nb-footer .copyright {
    margin-top: 15px;
    background: #111;
    padding: 7px 0;
    color: #999; } */

    .navbar-nav li {
        margin-right: 20px; /* Ajusta el valor según el espaciado deseado */
      }
      
    
    .card-header .idCard {
        font-weight: bold;
 
    }


    div .omb_loginOr .omb_hrOr {
        background-color: #cdcdcd;
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    div .omb_loginOr .omb_spanOr {
        display: block;
        position: absolute;
        left: 50%;
        top: -0.6em;
        margin-left: -1.5em;
        background-color: white;
        width: 3em;
        text-align: center;
    }		
    
forgot-password {
    padding-inline-start: 75px;
    margin-block-start: -15px;
}

.password-button {
    width: 25px;
    position: absolute;
    right: 15px;
    transform: translate(-10px, -28px);
}

.a_disabled {
    pointer-events: none;
    cursor: default;
    color: gray;
}

#method {
    text-align: center;
}

.roboto {
    font-family: 'Roboto';
}

.back {
    color: #704C32;
    border-color: #704C32;
    width: 138px;
    height: 40px;
    background-color: white;
    border-radius: 4px;
}

.padding-back {
    padding-block-start: 20px;
}

.back:hover {
    background-color: white;
    color: #b78c33;
    border-color: #b78c33;
}

.input-password {
    padding-block-start: 15px;
}

.button-password {
    padding-block-start: 15px;
}

.padding-start {
    padding-block-start: 20px;
}

.enter-btn {
    color: #fff;
    background-color: #704C32;
    border-color: #704C32;
    width: 138px;
    height: 40px;
    font-family: 'Roboto';
}

.next-btn {
    color: #fff;
    background-color: #704C32;
    border-color: #704C32;
    font-family: 'Roboto';
}

.next-btn:hover {
    color: #fff;
    background-color: #704C32;
    border-color: #704C32;
    font-family: 'Roboto';
}

.enter-btn:hover {
    color: #fff;
    background-color: #704C32;
    border-color: #704C32;
}

.social-media-icon {
    color: #704C32 !important;
}

@media (max-width: 1200px) {
    .logo-img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .logo-img {
        width: 80%;
    }
}

.language-selector {
    width: auto; 
    padding: 8px; 
    border: 2px solid #704C32; 
    border-radius: 5px; 
    background-color: #ffe380 !important; 
    color: #343a40; 
    font-size: 1rem; 
    transition: all 0.3s ease;
    font-family: 'Roboto'; 
  }
  
  .language-selector:hover {
    border-color: #704C32;
    background-color: #ffe380; 
  }
  
  .language-selector:focus {
    outline: none;
    box-shadow: 0 0 5px #704C32; 
  }
  

  .language-selector option {
    background-color: #ffe380;
    color: #343a40; 
  }

  body{
    display: flex;
    align-items: space-between;
    flex-direction: column;
    font-family: 'Roboto' !important;
  }

  footer{
    position: inherit !important; 
  }

