/*
Theme Name: Fale Sobre ELA
Author: Agência Choveu
Author URI: https://choveu.com
Description: Site de Fale Sobre ELA
Version: 1.0
*/

.modal-open .modal{
    padding: 0 17px;
}

.link, .link:hover, .link:active, .link:focus{
    color: #a199ff;
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

#modal-criterios-de-byrne table {
    box-sizing: content-box;
}

#modal-criterios-de-byrne .titulo{
    font-family: 'bebas-neue-pro', sans-serif;
    font-weight: 800;
    text-align: start;
}

#modal-criterios-de-byrne table th {
    background: #2A2652;
    color: #fff;
    padding: 10px 15px;
    white-space: nowrap;
}

#modal-criterios-de-byrne table td{
    border: 1px solid #2A2652;
    padding: 10px 15px;
}

#modal-criterios-de-byrne table th:nth-child(1){
    border-top-left-radius: 7px;
    border-right: solid 1px #fff;
}

#modal-criterios-de-byrne table th:nth-child(2){
    border-top-right-radius: 7px;
}

#modal-criterios-de-byrne small {
    margin-top: 1em;
}

.historia sup {
    font-size: 55% !important;
    top: -1em !important;
}

@media (min-width: 1100px) {
    #modal-criterios-de-byrne .modal-dialog  {
        min-width: 1000px;
    }
}

@media (max-width: 992px) {
    .wrap-circle, .circle.c-1, .circle{
        display: none;
    }
}

@media (max-width: 600px){
    #modal-criterios-de-byrne table {
        display: block;
        max-width: 100%;
        overflow: scroll;
    }
}