﻿.modal .modal-content {
    background-color: #F0F8FD;
}

.modal-cabeza {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.4rem;
    border-bottom: 0 solid #ebe9f1;
    border-top-left-radius: 0.357rem;
    border-top-right-radius: 0.357rem;
}

.modal-c {
    background-color: #263184;
    color: white;
    width: 109px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:5px;
}

.btn-flotante {
    left: 47%;
    bottom: 5%;
}
