a { text-decoration: none; opacity: 0.94; }

a:hover { opacity: 1; }

img { width: 100% }

.image-bg {
    
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    
}

.bg-apertur { background-color: #3B51C2; color: white; }

.text-apertur { color: #3B51C2; }





/***** MODALS *****/

.modal {
    
    color: black;
    text-align: left;
    font-family: var(--bs-font-sans-serif);
    
}

.modal-content { border-radius: 16px; }

.modal-body { padding: 1.8rem !important; }

.modal-header {
    
    background-color: rgb(246,246,247);
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 600;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    
}

.modal-footer {
    
    background-color: rgb(246,246,247);
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    
}