html,
body {
    font-family: 'Inter', Arial, sans-serif  !important;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;

    color: #111111;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    font-smooth: always;

    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    overflow-x: hidden;
    background: #FFF;

}

/***RESET**/
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
========================================================================
# - TEXTO
------------------------------------------------------------------------
*/
a {
    color: #ffffff;
}

a:hover {
    color: #017298;
}

h1, h2, h3, h4 {
    font-family: Roboto, Arial, sans-serif;
    margin: 0;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 24px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    color: #747474;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}


/***fim texto**/

/*
========================================================================
# PRE-CONFIGURAÇÕES
------------------------------------------------------------------------
*/
.margin-top {
    margin-top: 10px;
}

.margin-top-2x {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-2x {
    margin-bottom: 20px;
}

.no-padding {
    padding: 0 !important;
}


.padding-top {
    padding-top: 10px;
}

.padding-top-2x {
    padding-top: 20px;
}



/*
========================================================================
# - CONTEUDO
------------------------------------------------------------------------
*/
.conteudo {
    border-radius: 2px;
    padding: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.13);
    height: auto !important;

    margin-bottom: 50px;

}

.cursor-pointer{
    cursor: pointer;
}

/****FIM CONTEUDO**/



/****TESTES***/
#testes {
    position: fixed; top: 0; left: 0; width: 40%; height: auto; background: #FFF; z-index: 10000000000; display: none;
}

/*
@media screen and (max-width: 1199px) {
    .conteudo {
        width: 95vw !important;
    }
    .container {
        width: 99vw !important;
    }
}
*/


/*
========================================================================
# - BOOTSTRAP
------------------------------------------------------------------------
*/

#modal{
    max-height: 95vh;
    overflow: hidden !important;
}

/*
body.modal-open, body.modal-open #wrap, body.modal-open .modal-backdrop {
    overflow: hidden  !important;
}
*/
body.modal-open::-webkit-scrollbar {
    display: none;
}


#modal .modal-content {
    border-radius: 0;
    border: none;
    text-align: center;
}

#modal .modal-header {
    padding: 10px;
}

#modal .modal-body {
    padding: 0 30px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(99vh - 60px);
}

#modal .modal-dialog{
    overflow-y: initial !important
}



.modal-backdrop {
    /*background: #999 !important;*/
    opacity: 0.7 !important;
}

#modal .modal-header, #modal .modal-footer {
    border: none;
}

#modal .close {
    font-size: 32px;
    color: #303030 !important;
    opacity: 0.7 !important;
}

/*fim boostrap**/



@media screen and (max-width: 770px) {
    .conteudo {
        width: 95vw !important;
    }

    .container {
        width: 99vw !important;
    }


}

.show-xs{
    display: none;
}
@media screen and (max-width: 480px) {
    h1.page-header {
        font-size: 24px;
    }

    .show-xs{
        display: block;
    }

    .hide-xs{
        display: none;
    }


    .btn-resolver{
        /*font-size: 18px !important;*/
        margin-right:auto !important;
        margin-left: auto !important;
        display: block;
    }

    .questao .ret{
        display: block;
    }
}










