@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900';

.topo {
    /* background-image: url("../img/2018-11-28-banner-site-vestibular.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% !important;
    /* padding: 0 0 2em 0; */
    margin-top: 50px;
    /* padding-bottom: 80px; */
}

.brand {
    position: absolute;
    z-index: 1000;
    top: 15px;
}

li {
    list-style: none;
}

li.col-xs-6 {
    height: 50px;
    display: table;
}

/***** MENU *****/
header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #407a78;
    padding: 10px;
    min-height: 57px;
    top: 0;
}

header a {
    color: #fff;
    padding: 13px;
    float: left;
}

nav {
    float: right;
    margin: 0 10px;
    position: relative;
    /*transform: translateY(-50%);*/
}

nav a {
    font-family: 'Lato', sans-serif;
    font: 14px/14px sans-serif;
    text-decoration: none;
    margin: 0 5px;
    text-transform: uppercase;
}

nav a:hover {
    background-color: #194745;
    color: #FFF;
    text-decoration: none;
}

nav a.active {
    background-color: #194745;
    color: #FFF;
    text-decoration: none;
}


section {
    transition: 0.5s;
}

section.active {
    color: #eee !important;
}

section:nth-child(odd) {
    color: #fff;
}



/***** BACKGROUND *****/
.nossos-cursos {
    background-image: url("../img/bg-nossos-cursos.png");
    background-repeat: repeat-y;
}

/***** CURSOS *****/
.titulo-cursos {
    margin: 40px 0;
}

.nossos-cursos h1,
.titulo-arquivos-uteis h2,
.titulo-programas h3 {
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #566b6a;
    margin: 30px 0;
    display: block;
}

.sub-titulo-inscreva-se {
    text-align: center;
    display: block;
}

.sub-titulo-inscreva-se a {
    background-color: #5ab130;
    padding: 10px 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 25px;
}

.sub-titulo-inscreva-se a:hover {
    background-color: #1a3b3a;
    text-decoration: none;
    color: #FFF;
}

.cursos {
    margin-top: 30px;
}

/****** ARQUIVOS UTEIS *****/

.arquivos-uteis {
    background-color: #dfe9eb;
    padding: 20px 0 20px 0;
    border-top: 5px solid #c5d1d4;
}

.arquivos-uteis li a {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: #407a78;
    line-height: 2;
    background-image: url("../img/icon-pdf.png");
    background-repeat: no-repeat;
    padding: 5px 0 15px 35px;
}

/***** PROGRAMAS *****/

.programas {
    background-image: url("../img/bg-programas.png");
    background-position: center center;
    background-size: cover;
    height: 825px;
    border-bottom: 5px solid #407a78;
}

.titulo-programas h3 {
    margin: 3em 0 2.2em 0;
}

.fies,
.prouni {
    text-align: center;
    display: block;
}

.titulo-duvidas {
    background-color: #b0c8c7;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #616b6c;
}

.btn-inscreva-se {
    text-align: center;
}

footer {
    background-color: #407a78;
}

.rodape {
    padding: 40px 0 40px 0;
}

.contato {
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #FFF;
    margin: 30px 0 10px 0;
    font-size: 20px;
    text-align: center;
}

.tel {
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 60px;
    text-align: center;
}

.tel span {
    font-size: 45px;
}

.icon-pionet {
    min-width: 20% !important;
}

.btn-verde {
    background-color: #1f403f;
    border-color: transparent;
    color: #fff;
}

.modal-body h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
    color: #20403f;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.modal-body {
    position: relative;
    padding: 15px 40px;
}

button.close {
    color: #fff;
}

.modal-header {
    background-color: #20403f;
}

/****** BOX CURSOS *****/

/* Just for display purposes */
#container {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.box {
    position: relative;
    margin-bottom: 20px;
}

/* Here's the important stuff */
.overlay {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    background-color: rgba(64, 122, 120, 0.9);
    transition: 0.5s height ease-in-out;
    overflow: hidden;
    /* This is important */
}

/* Same thing here as last time. The default height is 0 and we animate it by adding and removing the class. */
.overlay.expanded {
    height: 100%;
}

.overlay p {
    font-family: 'Lato', sans-serif;
    padding: 70px;
    margin-top: 65px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.logo img {
    width: 100%;
}

/* Regra para as logos no rodapé */
footer .logo {
    perspective: 250px;
    display: inline-block;
}


img.img-responsive {
    min-width: 100%;
}

#id2 h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #566b6a;
    margin: 0px 0 25px 0;
    display: block;
    text-decoration: none;
}

.titulo-arquivos-uteis p {
    text-align: center;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    color: #566b6a;
    margin-bottom: 65px;
}

.rtn-interesse {
    padding: 20px;
    background-color: #407a78;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}

.rtn-interesse:hover {
    background-color: #409491;
    text-decoration: none;
    color: #fff;
}

.mobile-banner {
    display: none;
}


@media (max-width:768px) {
    .logo img {
        width: 47%;
    }

    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}