.modalcito{
    background-color: green;
}

.titulo-principal{
    background: linear-gradient(62deg, rgba(0,169,201,1) 0%, rgba(157,196,130,1) 25%, rgba(255,203,0,1) 50%, rgba(231,65,51,1) 100%);
    background-size: 100% 6px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 150px;
}

/* MODAL SECCION */
.modal-content{
    padding: 15px;
    border-radius: 25px !important;
}

.modal-header {
    border-bottom: 2px solid rgb(159, 197, 130) !important; /* cambia el grosor y color */
}

.titulo-modal {
    border-bottom: 2px solid rgb(159, 197, 130);
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.modal-body ol {
    padding-left: 20px;
    margin-left: 0;
}

.modal-body ol li {
    margin-bottom: 8px;
    padding-left: 5px;
}

.modal-button:hover{
    background-color: rgb(117, 145, 96) !important;
    color: white;
}

.form-button{
    width: 250px;
    height: 80px;
    font-weight: bolder;
    margin-top: 40px;
}
