@font-face { 
    font-family: "Bradesco"; 
    src: url("/fonts/BradescoSans-Medium.eot");
    src: 
        url("/fonts/BradescoSans-Medium.woff2") format("woff2"), 
        url("/fonts/BradescoSans-Medium.woff") format("woff"), 
        url("/fonts/BradescoSans-Medium.eot?#iefix") format("eot"); 
    font-weight: 500; 
    font-style: normal;
}

h4 {
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8vh;
    font-weight: 500;
}

a {
    color:#fff;
    text-decoration: none;
}

p {
    font-size: 1.2em;
}

#intervencao-IE {
    display: none;
}

.modal__bg-alfa-ie {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    min-width: 320px;
    height: 100vh;
    background-color: #CC0A2F;
    background-image: url('/imagens/intervencao-ie/bg-intervencao-ie.svg');
    background-repeat: no-repeat;
    overflow: scroll;
    top: 0;
}

.logo {
    position: absolute;
    left: 50px;
    top: 50px;
}

.modal__conteudo {
    padding: 4vh;
    text-align: center;
}

.modal__container-infor-ie {
    margin: 0 auto;
    position: relative;
    top: 20%;
    width: 40%;
    height: auto;
    border: 0.5px solid var(---f0f1f5-grayscale-lg);
    box-shadow: 0px 2px 8px #00000029;
    border-radius: 4px;
    opacity: 1;
    background-color: #f4f4f4;
    padding: 2vh 0;
}

.container-modal{
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    margin: 4vh 0;
}

.modal__container-infor-ie>header {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 21;
    width: 100%;
    height: 30px;
    padding: 0 10px;
}

.modal__conteudo--texto {
    font-family: 'Bradesco', Regular;
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 4vh;
    font-size: 1.5em;
}

.link-texto {
    color: #47484C;
    font-size: 1.2em;
}

.btn__ok {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 3rem;
    background-color: #E1173F;
    color: #FFF;
    border: none;
    border-radius: 1.9375rem;
}

@media screen and (max-width: 900px) {
    .container-modal {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .modal__container-infor-ie {
        height: auto!important;
    }

}

@media screen and (max-width: 414px) {
    .modal__container-infor-ie {
        width: 70%;
        
    }
}

@media screen and (width: 1366px) {
    .modal__container-infor-ie {
        width: 60%;
        top: 10px;
    }
}