@charset "UTF-8";
/* CSS Document */

#whatsapp-messenger{position: fixed;right: 100px;bottom: 25px;width: 60px;z-index: 1000;}
#whatsapp-messenger img{width: 100%;height: auto;}

.img-responsive{width: 100%;}

.alert-note{background-color: #073F9D;padding: 10px 0 1px 0;text-align: center;color: #fff;font-size: 14px;border-radius: 5px;}


/* Modal styles */
.modal-index {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 100; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.modal-index-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.modal-index-footer{font-size: 1rem;}
.modal-index-footer ul {list-style-type: none;display: flex;justify-content: space-evenly;}
.modal-index-footer img{width: 1rem;height: auto;}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}