
body{
    background-image: url("../img/fondo.png");
    color:#2b2a2a ;
    background-size: cover;
    background-repeat: no-repeat;
}
.color-main{
    background-color: #C42F2A ;
}
.text-title{
    font-size: 15px;
}

/*CUADRO*/
.box{
    border-radius: 30px;
    background-color: #fcfcfc;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
.title{
    background-color: #ffd97a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.btn-primary{
    border-radius: 10px;
    border-color: #a53232 ;
    background-color: #a53232  !important ;
    font-size: 20px;
}
.form-control{
    border-radius: .85rem;

}
#loadingIcon {
    margin-right: 5px;
    display: none; /* Oculto inicialmente */
}
.error {
    color: red;
}
a:link { color: #2b2a2a; } 
a:visited { color: #2b2a2a; } 
a:active { color: #2b2a2a; }
.modal-text{
    font-size: 12.6px;
    text-align: justify;
}
.btn{
    border-radius: 20px;
}
.box-2{
    height: 100vh;
    background-color: #fcfcfc;
}
.frame-c{
    background-color: #5ebecf;
    padding: 10px;
    font-size: 15px;
}
button:disabled,
  button[disabled]{
    border: 1px solid #999999 !important;

  }

@media only screen and (max-width: 800px) {
    .box{
        border-radius: 5px;
    }
  }

  






 