*{
    margin: 0;
    padding: 0;
}
a,
a:hover{
	text-decoration: none !important;
}

/*---------- HEADER ----------*/

header{
	background-color: #175d91;
    min-height: 50px;
    width: 100%;
    top: 0;
}
header a.logo{
	width: 100%;
    display: block;
}
header img{
    width: 220px;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

/*---------- CAPA ----------*/

.capa {
    /* margin-bottom: 30px; */
    position: relative;
}
.capa .apoio{
	float: left;
    width: 350px;
    position: absolute;
    left: 222px;
    bottom: 10px;
}
.capa .apoio h2{
    color: #ffffff;
    font-size: 20px;
    float: left;
    margin-top: 32px;
}
.capa .apoio img{
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    width: 145px;
}

/*---------- PUBLICIDADE ----------*/

.banner{
    margin-bottom: 30px;
}

/*---------- CONTEUDO ----------*/

.texto h2{
    text-align: center;
    font-weight: bold;
}
.texto p{
    font-size: 18px;
}
.video{
    background-color: #a9b0c2;
    margin: 20px 0;
    padding: 30px 0;
}
.video .principal .info {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
}
.video .destaque {
    margin-bottom: 20px;
}
.video .destaque .info{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    min-height: 204px;
}
.video .destaque .info .data{
    background-color: #a9b0c2;
    width: 70px;
    border-radius: 10px;
    padding: 10px;
    float: left;
    margin-right: 10px;
}
.video .destaque .info strong {
    margin-bottom: 5px;
}
.video .destaque .info h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.video .destaque .info .data span {
    color: #5b5c5d;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.video .destaque .info .data strong {
    color: #4478d8;
    font-size: 30px;
    text-align: center;
    display: block;
    margin: 0;
}
.video .destaque .info .data p {
    color: #5b5c5d;
    text-align: center;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
.video .principal{
    width: 560px;
    margin: 15px auto;
}
.video .principal .info .data{
    background-color: #a9b0c2;
    width: 70px;
    border-radius: 10px;
    padding: 10px;
    float: left;
    margin-right: 10px;
}
.video .principal .info .data span {
    color: #5b5c5d;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.video .principal .info .data strong {
    color: #4478d8;
    font-size: 30px;
    text-align: center;
    display: block;
    margin: 0;
}
.video .principal .info .data p {
    color: #5b5c5d;
    text-align: center;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
.video .principal .img-responsive{
    width: 100%;
    height: 313px;
}
.noticias h2{
    font-family: 'Lato';
    text-align: center;
    color: #333;
    /* text-transform: uppercase; */
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
}
.noticias .paginacao{
    padding: 15px 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    /* width: 250px; */
}
.noticias .paginacao span{
    font-family: 'Lato';
    font-size: 16px;
    margin: 0 20px;
}
.noticias .paginacao .btn {
    font-family: 'Lato';
    font-size: 16px;
    /* font-weight: bold; */
}
.noticias .portfolio-item {
    font-family: 'Lato';
	margin-bottom: 30px;
	background-color: #FFF;
    min-height: 340px;
    float: left;
    border-radius: 6px;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
}
.noticias .portfolio-item img{
    width: 360px !important;
    height: 240px !important;
    border-radius: 6px 6px 0 0;
}
.noticias .portfolio-item .caption {
    float: left;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    width: 100%;
}
.noticias .portfolio-item .caption h4{
	text-align: center;
    font-size: 18px;
    color: #000;
}

.noticias .portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}

.mosaico h2{
    text-align: center;
    font-weight: bold;
}
.mosaico #status{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    grid-auto-flow: dense;
    /* grid-column-gap: .5em; */
    grid-row-gap: .5em;
    margin: 20px 0 0 0;
}
.mosaico #status img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*---------- FOOTER ----------*/

footer {
    background: #175d91;
    color: #fff;
    text-align: center;
}
footer a {
    /* font-weight: 700; */
    color: #fff;
    /* font-size: 16px; */
}
a:focus,
footer a:hover {
    /* color: #053152; */
    color: #fff;
    text-decoration: underline !important;
}
footer p {
    font-size: 13px;
    margin-top: 10px;
}

@media(max-width: 1380px) {
    .capa .apoio {
        left: 180px !important;
        bottom: 5px;
    }
    .capa .apoio h2 {
        font-size: 15px !important;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .capa .apoio img {
        width: 115px;
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    .capa .apoio {
        background-color: #eab474;
        width: 100% !important;
        padding: 0 15px !important;
        position: initial !important;
        margin-bottom: 20px;
    }
    .capa .apoio h2 {
        color: #000000 !important;
        font-size: 15px !important;
    }
    .capa .apoio img {
        margin: 15px !important;
    }
    .noticias .portfolio-item img {
        width: 100% !important;
        height: 192px !important;
    }
    .video .principal {
        width: 400px;
    }
    .video .principal iframe{
        height: 225px !important;
    }
    .video .destaque .info {
        min-height: 225px !important;
    }
    footer {
        margin-bottom: 48px;
    }
}

@media(max-width: 414px) {
    .capa .apoio {
        background-color: #eab474;
        width: 100% !important;
        padding: 0 15px !important;
        position: initial !important;
        margin-bottom: 20px;
    }
    .capa .apoio h2 {
        color: #000000 !important;
        font-size: 15px !important;
    }
    .capa .apoio img {
        margin: 15px !important;
    }
    .noticias .portfolio-item img {
        width: 100% !important;
        height: 192px !important;
    }
    .video .principal {
        width: 100% !important;
    }
    .video .principal iframe{
        height: 215px !important;
    }
    .video .destaque .info {
        min-height: auto !important;
    }
    footer {
        margin-bottom: 48px;
    }
}

@media(max-width: 375px) {
    .capa .apoio {
        background-color: #eab474;
        width: 100% !important;
        padding: 0 15px !important;
        position: initial !important;
        margin-bottom: 20px;
    }
    .capa .apoio h2 {
        color: #000000 !important;
        font-size: 15px !important;
    }
    .capa .apoio img {
        margin: 15px !important;
    }
    .noticias .portfolio-item img {
        width: 100% !important;
        height: 192px !important;
    }
    .video .principal {
        width: 100% !important;
    }
    .video .principal iframe{
        height: 194px !important;
    }
    .video .destaque .info {
        min-height: auto !important;
    }
    footer {
        margin-bottom: 48px;
    }
}

@media(max-width: 360px) {
    .capa .apoio {
        background-color: #eab474;
        width: 100% !important;
        padding: 0 15px !important;
        position: initial !important;
        margin-bottom: 20px;
    }
    .capa .apoio h2 {
        color: #000000 !important;
        font-size: 15px !important;
    }
    .capa .apoio img {
        margin: 15px !important;
    }
    .noticias .portfolio-item img {
        width: 100% !important;
        height: 192px !important;
    }
    .video .principal {
        width: 100% !important;
    }
    .video .principal iframe{
        height: 185px !important;
    }
    .video .destaque .info {
        min-height: auto !important;
    }
    footer {
        margin-bottom: 48px;
    }
}

@media(max-width: 320px) {
    .capa .apoio {
        background-color: #eab474;
        width: 100% !important;
        padding: 0 15px !important;
        position: initial !important;
        margin-bottom: 20px;
    }
    .capa .apoio h2 {
        color: #000000 !important;
        font-size: 15px !important;
    }
    .capa .apoio img {
        margin: 15px !important;
    }
    .noticias .portfolio-item img {
        width: 100% !important;
        height: 192px !important;
    }
    .video .principal {
        width: 100% !important;
    }
    .video .principal iframe{
        height: 165px !important;
    }
    .video .destaque .info {
        min-height: auto !important;
    }
    footer {
        margin-bottom: 48px;
    }
}