.swiper-container {
    width: 30rem;
    height: 300px;
}

.alert-danger{
    color: white;
    background-color: indianred;
}

#home{
    /* #85370d | rgba(173, 90, 4, 1)*/
    background: #85370d !important;
    height: 95%;
    padding-top:0px;
}

.form-box {
    max-width: 500px;
    background: #f1f7fe;
    overflow: hidden;
    border-radius: 16px;
    color: #010101;
    margin:auto 10px;
}

.form {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 24px;
    gap: 16px;
    text-align: center;
}

/*Form text*/


.subtitle {
    font-size: 1rem;
    color: #666;
}

/*Inputs box*/
.form-container {
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    margin: 1rem 0 .5rem;
    width: 100%;
}

.input {
    background: none;
    border: 0;
    outline: 0;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: .9rem;
    padding: 8px 15px;
}

.form-section {
    padding: 16px;
    font-size: .85rem;
    background-color: #e0ecfb;
    box-shadow: rgb(0 0 0 / 8%) 0 -1px;
}

.form-section a {
    font-weight: bold;
    color: #85370d;
    transition: color .3s ease;
}

.form-section a:hover {
    color: rgb(133, 55, 13, 0.90);
    text-decoration: underline;
}

/*Button*/
.form button {
    background-color: #85370d;
    color: white;
    border: 0;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s ease;
}

.form button:hover {
background-color: rgba(133, 55, 13, 0.90);
}

#titulo-card{
    background: none;
    font-size: 2rem;
    font-weight: 700;
    color:  #85370d !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    background-color: white !important;
    color: #000 !important;
}

.modal-title{
    color:rgb(173, 91, 4) !important;
}

.modal-body{
    padding: 0px 15px 15px 15px !important;
}