@import "../css/fonts.css";

@media only screen and (min-width: 320px) {
    .container-fluid {
        background-color: #e5e5e5;
        z-index: 9;
    }

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: initial;
    }

    header {
        background: url("../img/foto_regulamentosNormas.webp") no-repeat;
        background-size: contain;
        background-position: 0 100px;
        background-color: #e5e5e5;
        width: 100%;
        height: auto;
        display: block;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        font-size: 40px;
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header .coordenacao_equipe {
        margin-top: 125px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a.download {
        background-color: #000;
        padding: 10px 40px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        float: left;
        text-align: center;
        transition: all .2s;
        border-radius: 5px;
        clear: both;
    }

    main a.download:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .regulamento_normas {
        background-color: #f9f9f9;
    }

    main .regulamento_normas h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .regulamento_normas ul {
        background-color: #efefef;
        border-radius: 10px;
        float: left;
        padding: 20px;
        width: 100%;
    }

    main .regulamento_normas ul li {
        border-bottom: 1px solid #0060ff;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    main .regulamento_normas ul li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    main .regulamento_normas ul li h5 {
        font-family: "anteb semiLight";
        font-size: 17px;
        float: left;
        padding-top: 15px;
    }
}

@media (min-width: 576px) {
    .container-fluid {
        background-color: #e5e5e5;
        z-index: 9;
    }

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: initial;
    }

    header {
        background: url("../img/foto_regulamentosNormas.webp") no-repeat;
        background-size: contain;
        background-position: 0 100px;
        background-color: #e5e5e5;
        width: 100%;
        height: auto;
        display: block;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        font-size: 40px;
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header .coordenacao_equipe {
        margin-top: 77px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a.download {
        background-color: #000;
        padding: 10px 40px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        float: left;
        text-align: center;
        transition: all .2s;
        border-radius: 5px;
        clear: both;
    }

    main a.download:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .regulamento_normas {
        background-color: #f9f9f9;
        padding: 25px;
    }

    main .regulamento_normas h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .regulamento_normas ul {
        background-color: #efefef;
        border-radius: 10px;
        float: left;
        padding: 20px;
        width: 100%;
    }

    main .regulamento_normas ul li {
        border-bottom: 1px solid #0060ff;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    main .regulamento_normas ul li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    main .regulamento_normas ul li h5 {
        font-family: "anteb semiLight";
        font-size: 17px;
        float: left;
        padding-top: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        background-color: #e5e5e5;
        z-index: 9;
    }

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: initial;
    }

    header {
        background: url("../img/foto_regulamentosNormas.webp") no-repeat;
        background-size: contain;
        background-position: 0 100px;
        background-color: #e5e5e5;
        width: 100%;
        height: auto;
        display: block;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 55px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        font-size: 55px;
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header .coordenacao_equipe {
        margin-top: 95px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a.download {
        background-color: #000;
        padding: 10px 40px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        float: left;
        text-align: center;
        transition: all .2s;
        border-radius: 5px;
    }

    main a.download:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .regulamento_normas {
        background-color: #f9f9f9;
        padding: 25px 55px;
    }

    main .regulamento_normas h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .regulamento_normas ul {
        background-color: #efefef;
        border-radius: 10px;
        float: left;
        padding: 20px;
        width: 100%;
    }

    main .regulamento_normas ul li {
        border-bottom: 1px solid #0060ff;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    main .regulamento_normas ul li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    main .regulamento_normas ul li h5 {
        font-family: "anteb semiLight";
        font-size: 17px;
        float: left;
        padding-top: 15px;
    }
}

@media (min-width: 992px) {

    .container-fluid {
        background-color: initial;
        z-index: 9;
    }

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        background: url("../img/foto_regulamentosNormas.webp") no-repeat top right;
        width: 100%;
        height: 495px;
        display: block;
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 55px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        font-size: 55px;
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header .coordenacao_equipe {
        margin-top: 140px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a.download {
        background-color: #000;
        padding: 10px 40px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        float: right;
        text-align: center;
        transition: all .2s;
        border-radius: 5px;
    }

    main a.download:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .regulamento_normas {
        background-color: #f9f9f9;
        padding: 25px 55px;
    }

    main .regulamento_normas h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .regulamento_normas ul {
        background-color: #efefef;
        border-radius: 10px;
        float: left;
        padding: 20px;
        width: 100%;
    }

    main .regulamento_normas ul li {
        border-bottom: 1px solid #0060ff;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    main .regulamento_normas ul li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    main .regulamento_normas ul li h5 {
        font-family: "anteb semiLight";
        font-size: 17px;
        float: left;
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {

    .container-fluid {
        background-color: initial;
        z-index: 9;
    }

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        background: url("../img/foto_regulamentosNormas.webp") no-repeat top right;
        width: 100%;
        height: 495px;
        display: block;
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 55px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        font-size: 55px;
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header .coordenacao_equipe {
        margin-top: 140px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a.download {
        background-color: #000;
        padding: 10px 40px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        float: right;
        text-align: center;
        transition: all .2s;
        border-radius: 5px;
    }

    main a.download:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .regulamento_normas {
        background-color: #f9f9f9;
        padding: 25px 55px;
    }

    main .regulamento_normas h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .regulamento_normas ul {
        background-color: #efefef;
        border-radius: 10px;
        float: left;
        padding: 20px;
        width: 100%;
    }

    main .regulamento_normas ul li {
        border-bottom: 1px solid #0060ff;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    main .regulamento_normas ul li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    main .regulamento_normas ul li h5 {
        font-family: "anteb semiLight";
        font-size: 17px;
        float: left;
        padding-top: 15px;
    }
}

@media (min-width: 1400px) {

    .container-fluid {
        background-color: initial;
        z-index: 9;
    }

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        background: url("../img/foto_regulamentosNormas.webp") no-repeat top right;
        width: 100%;
        height: 495px;
        display: block;
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 55px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        font-size: 55px;
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header .coordenacao_equipe {
        margin-top: 140px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a.download {
        background-color: #000;
        padding: 10px 40px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        float: right;
        text-align: center;
        transition: all .2s;
        border-radius: 5px;
    }

    main a.download:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .regulamento_normas {
        background-color: #f9f9f9;
        padding: 25px 55px;
    }

    main .regulamento_normas h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .regulamento_normas ul {
        background-color: #efefef;
        border-radius: 10px;
        float: left;
        padding: 20px;
        width: 100%;
    }

    main .regulamento_normas ul li {
        border-bottom: 1px solid #0060ff;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    main .regulamento_normas ul li:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    main .regulamento_normas ul li h5 {
        font-family: "anteb semiLight";
        font-size: 19px;
        float: left;
        padding-top: 15px;
    }
}