/* ****** INDEX ******** *//* Primeiro container */
/* ======  Mural =============================================*/
.mural-wrapper{
    background-color: #dedacc; /* Fundo do mural --> toda larg. da pg */
}

/* --- Notícias --- */
.news-container{
    width: 695px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px 0px 0px;
    margin: 25px 0px; 
}
.news-content{
    width: 300px; 
    height: 390px;
    vertical-align: top;
    margin: auto; 
    background-color: white;
    display: inline-block;
    margin: 29px 15px 10px 15px;
}

/* Imagens das notícias */
.mural-img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Cada imagem */
.mural-img img{ 
    min-width: 100%;
    height: 100%;
}

/* Texto das notícias */
.mural-text{
    padding: 20px;
    font-size: 9.5pt;
    line-height: 12pt;
}
.mural-text a{
    color: #595959;
}
/* --- Próximos eventos --- */
.nextEvent-container{
    width: 695px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 15px; 
}
.nextEvent-content{
    height: 480px;
    padding: 5px 50px; 
    margin: 25px 0px;
    color: #595959;
    background-color: #ebe8da;
}
.nextEvent-content a{
    color: #595959;
}


/*-- Conteúdo do evento --*/
.event-container{
    vertical-align: top;
    margin-top: 30px; 
    width: 285px;
    display: inline-block;
    padding: 0px;
}
.event-content{
    display: inline-block;
    width: 195px;
}

/*-- Data --*/
.event-date{
    width: 60px;
    display: inline-block;
    vertical-align: top; 
}
.event-month{
    text-align: center;
    color: #3eab97;
}
.event-day{
    width: 100%;
    height: 65px;
    margin: auto;
    font-size: 25pt;
    line-height: 44pt;
    text-align: center;
    color: #3eab97;
    border: 2px solid #91ebd6;
}

/* Eventos title */
.event-title{
    padding: 20px 0px 20px 15px;
    font-size: 11.5pt;
}
/* Texto */
.event-text{
    font-size: 10pt;
    padding-left: 15px;
}

/* Segundo container *//* ======  Publicações =============================================*/
.publications-wrapper{
    background-color: #f0f0e1;
    padding-bottom: 20px; 
    font-size: 10pt;
    color: #595959;
    text-align: center;
}
/* título da seção */
.pubSection-title{
    width: 150px;
    margin: 15px 15px;
    text-align: center;
}

/* conteúdo */
.publications-content{
    margin-top: 35px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/* --- links para as publicações --- */
.pubLink-content{
    margin: 0px 0px 30px 0px;
    float: left;
}

/* info publicação */
.pubLink-title{
    font-size: 14pt;
}
.pubLink-title a{
    color: #595959;
}
.pubLink-text{
    display: inline-block;
    margin: 15px 5px 0px 5px;
    width: 490px;
}

/* imagem */
.pubLink-img{
    width: 150px;
    height: 150px;
    margin: 0px 15px;
    overflow: hidden;
}
.pubLink-img img{
    min-width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all ease-in-out;
    cursor: pointer;
}
.pubLink-img img:hover{opacity: .5;}

/* ---  botão para "ver mais" --- */
a.dark-button{
    padding: 8px 5px;
}
.dark-button{
    border-color: #595959;
    color: #595959;
}
.dark-button:hover{
    background-color: #595959;
    color: #f0f0e1;
}

/* Terceiro container *//* ======  Projetos =============================================*/
.projects-wrapper{
    background-color: #00384d;
    padding-bottom: 20px;
    text-align: center;
    color: white;
}

/* conteúdo */
.projects-content{
    padding: 40px 0px 25px 0px;
}
.projtLink-content{
    padding: 5px 15px;
    display: inline-block;
    vertical-align: top;
}
/*-- ver mais --*/
.proj-button{
    border-color: rgb(65,148,133);
    color: rgb(65,148,133);
}
.proj-button:hover{
    background-color: rgb(65,148,133);
    color: #00384d;
}

/* Layout responsivo *//* ======  min-width: 1200px =============================================*/
@media only screen and (max-width: 1499px){

    /*=== primeiro container ===*//*--- Notícias ---*/
    .news-container{
        width: 545px;
    }
    .news-content{
        width: 240px;
        height: 355px;
        margin: 29px 11px 10px 11px;
    }
    /* imagem */
    .mural-img{
        height: 240px;
    }

    /*--- próximos eventos ---*/
    .nextEvent-container{
        width: 545px;
    }
    .nextEvent-content{
        height: 445px;
        padding: 5px 25px;
    }
    /* data */
    .event-date{
        width: 50px;
    }
    .event-day{
        height: 55px;
        font-size: 20pt;
        line-height: 38pt;
    }

    /* Evento */
    .event-container{
        width: 480px;
        margin-top: 25px;
    }
    .event-content{
        width: 425px;
    }
    .event-title{
        padding: 23px 0px 5px 10px;
    }
    .event-text{
        padding: 0px 0px 0px 10px;
    }
    .second-event.event-container{
        margin-top: 5px;
    }

    /*=== segundo container ===*//*-- Publicações --*/
    .pubLink-text{
        width: 349px;
    }
    .pubLink-title{
        font-size: 11pt;
    }
}

/* ======  min-width: 992px =============================================*/
@media only screen and (max-width: 1199px){
     /*=== primeiro container ===*//*--- Notícias ---*/
    .news-container{
        width: 100%;
        padding: 0px;
        margin: 0px 0px 25px 0px;
    }
    .news-content{
        width: 405px;
        height: 520px;
        display: inline-block;
    }
    /* imagem */
    .mural-img{
        height: 405px;
    }
    .mural-text{
        padding: 30px;
    }

    /*--- Próximos ev. ---*/
    .nextEvent-container{
        padding: 0px 15px 30px 8px;
        width: 100%;
    }
    .nextEvent-content{
        height: auto;
        margin: 0px;
        padding-bottom: 45px;
    }
    /* Evento */
    .event-container{
        width: 390px;
    }
    .event-content{
        width: 290px;
    }
    .event-title,.event-text{
        padding-left: 10px;
    }

    /*=== segundo container ===*//* Publicações */
    .publications-content{
        width: 100%;
        text-align: left !important;
    }
    .pubSection-title{
        float: none !important;
        margin: 5px 0px 25px 0px;
        width: 100%;
        text-align: center;
        font-size: 14pt;
    }
    .pubLink-title{
        font-size: 13pt;
    }
    .pubLink-img{
        float: left !important;
    }
    .pubLink-text{
        width: 665px;
    }
}

/* ======  min-width: 768px =============================================*/
@media only screen and (max-width: 991px){
    /*=== primeiro container ===*//*--- Notícias ---*/
    .news-content{
        width: 320px;
        height: 430px;
    }
    /* imagem */
    .mural-img{
        height: 320px;
    }

    /*--- próximos ev. ---*/
    .nextEvent-content{
        height: auto;
        padding-bottom: 50px;
    }
    /* data */
    .event-date{
        width: 70px;
    }
    .event-day{
        height: 75px;
        font-size: 28pt;
        line-height: 53pt;
    }

    /* evento */
    .event-container{
        margin-top: 30px;
        width: 100%;
    }
    .event-content{
        width: 535px;
    }

    /*=== segundo container ===*//*-- Publicações --*/
    .pubLink-text{
        width: 500px;
    }
}

/* ======  min-width: 480px =============================================*/
@media only screen and (max-width: 767px){
    /*=== primeiro container ===*//*--- Notícias ---*/
    .news-content{
        width: 388px;
        height: 150px;
    }
    .mural-img{
        display: inline-block;
        width: 150px;
        height: 150px;
        vertical-align: top;
    }
    .mural-text{
        display: inline-block;
        width: 233px;
        vertical-align: middle;
    }

    /*--- próximos eventos ---*/
    .nextEvent-content{
        height: auto;
        padding: 25px 45px 50px 45px;
    }
    /* Data */
    .event-date{
        width: 50px;
    }
    .event-day{
        height: 55px;
        font-size: 20pt;
        line-height: 38pt;
    }

    /* Evento */
    .event-container{
        width: 100%;
        margin-top: 20px;
    }
    .event-content{
        width: 240px;
    }

   /*=== segundo container ===*//*-- Publicações --*/
    .pubLink-text{
        width: 210px;
        margin: 0px;
    }
    .pubLink-title{
        font-size: 11pt;
    }
}

/* ======  min-width: 260px =============================================*/
@media only screen and (max-width: 479px){

    /*=== primeiro container ===*//*--- Notícias ---*/
    .news-content{
        width: 115px;
        height: auto;
        margin: 30px 6px 0px 6px;
    }
    .mural-img{
        display: block;
        width: 100%;
        height: 115px;
    }
    .mural-text{
        display: block;
        width: 100%;
        padding: 9px;
        font-size: 12px;
    }

    /*--- próximos eventos ---*/
    .nextEvent-container{
        padding: 0px;
        margin-bottom: 30px;
    }
    .nextEvent-content{
        height: auto;
        padding: 5px 15px 30px 15px;
    }
    .nextEvent-content a{
        font-size: 12px;
    }

    /* Data */
    .event-date{
        width: 40px;
    }
    .event-day{
        height: 45px;
        font-size: 16pt;
        line-height: 30pt;
    }

    /* Evento */
    .event-content{
        width: 180px;
    }
    .event-title{
        line-height: 14px;
        padding: 20px 0px 5px 10px;
    }
    .event-text{
        font-size: 10px;
    }

    /*=== segundo container ===*//*--- Publicações ---*/
    .pubLink-content{
        margin-bottom: 10px;
    }

    /* texto */
    .publSection-title{
        font-size: 11pt;
    }
    .pubLink-text{
        width: 130px;
        margin-top: 0px;
        font-size: 10px;
    }
    .pubLink-title{
        font-size: 12px;
    }

    /* Imagem*/
    .pubLink-img{
        width: 100px;
        height: 100px;
        margin: 0px 5px;
    }  
}