/*
*@author Bianca Silva
*@version 0.1
*/

/* ================= GERAL ================== */
html, body{
    height: 100%;
}

body{
    background:url(imagens/polo_fachada_opaca2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color:#4f4f4f;
    overflow-x: hidden;
}

.modal-header{
    border:none;
    margin:-25px;
    margin-right:10px;
    margin-top:-15px;
}

#myModal img{
    width:100%;
}

    /*Barra de Navegação */

.imgLogo{
    height: 45px;
    width: 198px;
    display: block;
    background: url('imagens/logo-uninter-negativo.png') no-repeat ;
    background-size: contain;
    color:transparent;
}

.divisor{
    width: 1px;
    height: 17px;
    background: white;
    margin: 13px 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color:white;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color:rgb(223, 165, 18);
    transition:1.5s;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.329);
}

    /* Fim Barra de Navegação */

    /* Rodape*/

footer{
    background:#1e1e1f;
    padding: 50px 0 5px 0;
    text-align: center;
}

#detalhamento{
    text-align: center;
    color:rgba(202, 202, 202, 0.158);
    border-top: 1px solid rgba(202, 202, 202, 0.212);;
    margin-top:15px;
    font-size: 14px;
} /*escrita do footer*/

#detalhamento2{
    text-align:right;
    padding-right:15px;
    color:rgba(202, 202, 202, 0.226);
    margin-top:15px;
    font-size: 14px;
} /*escrita do footer*/

.linksRodape{
    text-decoration: none;
    color:rgb(143, 143, 143);
}

.linksRodape:hover{
    text-decoration: none;
    color:white;
}

.recuo{
    text-indent: 2em;
}

/* ================= INDEX ================== */

    /*Apresentação*/

.apresentacao{
    text-align: center;
    padding: 210px;
}

.apresentacao h1{
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -7px;
}

.apresentacao h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom:30px;
}

.textoApresentacao{  
    color:#000036;
}

.btnCustom {
    color: #000036;
    font-weight: 600;
    font-size:20px;
    border-radius:500px;
    -webkit-border-radius:500px;
    -moz-border-radius:500px;
}

.btnAmarelo{
    background: rgb(223, 165, 18);
    border:3px solid rgba(230, 199, 20, 0.658);
    padding: 10px 20px;
 }

.btnAmarelo:hover{
    background: none;  
    border:3px solid rgb(223, 165, 18);
    color:#000036;
}

#sobreNos{
    background-color:rgba(255, 255, 255, 0.849);
    padding:15px;
    align-items:center;
    max-width:100%;
}

#itemSobreNos{
    padding: 5px;
    text-align: center;
    border-radius: 40px;
    text-align: center;
    background: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 40px;
    margin-left: 50px;
}

#itemSobreNos:hover{
    background: #e4ad17ee;
    transition: 1s;
    border:3px solid white;
}

#itemSobreNos h3{
    font-size:18px;
    font-weight: 600;
}

#itemSobreNos p{
    font-size:15px;
}


/* ================= POLO =================== */

#blocoPolo{
    background: rgba(255, 255, 255, 0.795);
    width:100%;
}

.textoPolo{
    background: #fff;
    padding:40px 50px;
    margin-top:150px;
    margin-bottom:100px;
    border-radius: 10px;
}

.textoPolo h1{
    font-size: 50px;
    text-align: center;
    color:#000036;
}

.textoPolo h3{
    font-size: 35px;
    text-align: center;
    color: #000036;
}

#linhaSeparacao{
    border-top:1px solid black;
}

#carouselPolo{
    width: 80%;
    align-content: center;
}

#posicaoGaleria{
    align-items: center;
}
/* ================ GRADUAÇÃO =============== */

.graduacao{
    margin-top:80px;
    background: rgba(255, 255, 255, 0.582);
    width: 100%;
}

.graduacao h1{
    font-size: 50px;
    color:#000036;
    text-align: center;
    padding: 10px;
}

.blocoCurso{
    text-align: center;
    background:  rgba(241, 246, 255, 0.911);
    border-radius:8px;
    margin:15px;
}

.blocoCurso h2{
    font-size: 25px;
    padding-top:10px;
    border-top:1px solid #9a9ca09c;
    border-bottom:1px solid #9a9ca09c;
    border-radius: 8px;
    background:  rgba(127, 157, 214, 0.11);
    padding:5px;
    color:#444647;
}

#pCurso{
    text-align:left;
    font-size:13px;
    padding-left:15px;
}

.btnCustom2 {
    color: #000036;
    font-weight: 600;
    font-size:16px;
    border:1.5px solid #ac870b83;
    border-radius:13px;
    box-shadow:2px 4px 0 0 #00003665;
}

.botaoCursos{
    background: rgba(223, 165, 18, 0.87);
    color:#000036;
    margin:8px;
}

.botaoCursos:hover{
    background: rgb(216, 160, 17);
    color:#000036;
    transition:1s;
}

#navCursos .nav-link{
    color:#000036;
    font-weight: 600;
}

#navCursos .disabled{
    color:#6d6c6c;
}

/* ============== POS-GRADUAÇÃO =============== */

.graduacao{
    width: 100%;
}

/* ================= CONTATO ================== */

.contato{
    background: rgba(255, 255, 255, 0.884);
    width:100%;
    margin-top:80px;
}

.contato h1{
    text-align: center;
    color:#000036;
    font-size: 50px;
    padding: 20px;
}

#blocoContato{
    background: rgba(255, 255, 255, 0.993);
    border-radius: 5px;
    text-align: center;
    margin-top:25px;
    margin-bottom:30px;
    padding:15px;
}

#blocoContato a{
    color:#4f4f4f;
}

#blocoContato p {
    font-size: 18px;
}

/* ================== EVENTOS ================= */

#galeriaEventos{
    background: rgba(255, 255, 255, 0.795);
    width:100%;
    margin-top:80px;
    padding-bottom:30px;
}

#galeriaEventos h3{
    font-size:30px;
    color:#000036;
    padding:5px;
}

.galeria{
    background: #fff;
    margin-top:80px;
    padding:15px;
    padding-bottom:25px;
    border-radius:15px;
}

.galeriaVideo{
    background: #fff;
    margin-top:10px;
    padding:15px;
    padding-bottom:25px;
    border-radius:15px;
}
/* ================= PRÊMIOS ================= */

#premios{
    margin-top:80px;
    background: rgba(255, 255, 255, 0.712);
}

#premios h1{
    text-align: center;
    color: #000036;
    padding: 10px;
}

#premios p{
    text-align: center;
}

#premios img{
    width:60%;
}

.blocoPremios{
    background: #fff;
    margin:60px 0;
    border-radius:10px;
}

.card-title{
    color:#000036;
}

.card{
    margin:10px;
}

/* ================= PRAVALER ================= */

#pravaler{
    margin-top:90px;
}

#pravaler p{
    font-size:18px;
    margin:5px;
}

#pravaler img{
    width: 100%;
    border-radius:5px;
    margin-top:5px;
}

.textopravaler{
    background: rgba(255, 255, 255, 0.822);
    padding:15px;
    border-radius: 10px;
    margin:10px;
    font-weight: 400;
}


@media (max-width: 767.98px){

    .apresentacao{
        padding: 50px;
        margin-top:50px;
    }

    .textoApresentacao h1{
        font-size: 70px;
    }

    .textoApresentacao h2{
        font-size: 30px;
    }

    #pop{
        display:none;
    }

     .card{
      width:90%;
  }
}

