*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;

}

header{
    padding: 8px 0;
    background-color: #0aacdc;
    text-align: center;
}

.center{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    flex-wrap: wrap;
}

.logo{
    text-align: left;
    width: 50%;
}

.logo h2{
    color: white;
}

.logo a{
    color: white;
    text-decoration: none;
}

.form-busca{
    width: 50%;
    text-align: right;   
}

.form-busca form{
    display: inline-block;
    position: relative;
    max-width: 200px;
}

.form-busca i{
    position: absolute;
    left: 10px;
    top: 7px;
    color: white;
    font-size: 20px
}

.form-busca input{
    width: 100%;
    height: 40px;
    border: 0;
    color: white;
    background-color: #008bb4;
    padding-left: 40px;
    border-radius: 10px;
}

::placeholder{ /*Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder{/*Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder{/* Microsoft Edge */
    color: white;
}

section.noticia-destaque{
    padding: 40px 0;

}

section.noticia-destaque > .center{
    max-width: 960px;
}

.img-destaque{
    width: 100%;
    position: relative;
}

.img-destaque img{
    width: 100%;
    border-radius: 20px;
}

.title-destaque-descricao{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    max-width: 600px;
    color: white;
    z-index: 2;
}

.title.title-destaque-descricao h2{
    font-size: 64px;
    margin: 20px 0;
    padding: 40px;
}

.title-destaque-descricao p {
    font-weight: lighter;
}

.overlay-destaque{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

section.outras-noticias{
    background-color: #EAEAEA;
    padding: 30px 20px;
    text-align: center;

}

section.outras-noticias h2{
    font-size: 54px;
}

.ultimas{
    width: 60%;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
}

.box-ultima-single{
    text-align: left;
    width: 49%;
    margin-right: 2%;
    background-color: white;
    padding-bottom: 20px;
    height: 100%;
    border-radius: 10px;
}

.box-ultima-single img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box-ultima-single h3{
    color: #33439B;
    font-size: 16px;
    margin: 20px 0;
}

.box-ultima-single h2{
    font-size: 28px !important;
    color: #303336;
}

.box-ultima-single p {
    color: #7B8591;
    font-size: 16px !important;
    margin: 20px 0;
}

.box-ultima-single a {
    width: 181px;
    height: 56px; 
    display: block;
    border: 1px solid #EBEBEB;
    text-decoration: none;
    color: #0AACDC;
    border-radius: 10px;
    line-height: 56px;
    text-align: center;
    font-size: 19px;
    transition: all .5s;
}

.box-ultima-single a:hover {
    background-color: #0AACDC;
    color: white;
}

.conteudo-noticia-single{
    padding: 20px;
}

.mais-lidas{
    width: 40%;
    height: 100%;
    background-color: white;
}

.mais-lidas > h3 {
    background-color: #3F51B5;
    color: white;
    text-align: center;
    padding: 10px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mais-lida-noticia-single {
    text-align: left;
    display: flex;
    padding: 20px;
    flex: wrap;
}

.mais-lida-noticia-single .container-img{
    width: 30%;
    overflow: hidden;
    height: auto;
}

.mais-lida-noticia-single .container-img img{
    width: 100%;
    border-radius: 10px;
    transition: all .75s;
}

.mais-lida-noticia-single img:hover{
     border-radius: 0px;
     scale: 1.25;
}

.mais-lida-noticia-single .texto-mais-lida-single {
    width: 70%;
    padding: 8px 20px;
}

.texto-mais-lida-single h4{
    color: #40BE65;
    letter-spacing: 3.2px;
}

.texto-mais-lida-single p{
    color: #7B8591;
    font-size:14px;
}

.texto-mais-lida-single a{
    margin-top: 10px;
    width: 121px;
    height: 36px; 
    display: block;
    border: 1px solid #EBEBEB;
    text-decoration: none;
    color: #0AACDC;
    border-radius: 10px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    transition: all .5s;
}

.mais-lida-noticia-single a:hover{
    background-color: #0AACDC;
    color: white;
}

footer{
    background-color: #0aacdc;
    text-align: center;
    color: white;
    padding: 8px 0;
}

section.noticia{
    padding: 20px 0;
    background-color: #EAEAEA;
}

.noticia-single{
    padding:20px;
    background-color: white;
    border-radius: 10px;
    width: 58%;
    margin-right: 2%;
}

.noticia-single h2{
    font-size: 42px;
    margin: 10px 0;
    color: #303336;

}

.noticia-single h3{
    color: #7B8591;
    font-size: 33px;
    margin: 10px 0;
}

.noticia-single p{
    color: #7B8591;
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
}

.noticia-single img{
    display: block;
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
}

.noticia-single span{
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-size: 13px;
    color: #858585;
    font-weight: bold;
}

.not-found{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
    display: block;
}

.not-found p{
    font-size: 40px;
}

.not-found img{
    min-width: 50%;
    max-width: 70%;
}

.counter-views{
    font-size: 12px;
    color: #c7c7c7;
    font-weight: lighter;
}

@media screen and (max-width: 768px){
    .noticia-single{
        width: 100%;
        margin-bottom: 20px;
    }

    .logo{
        text-align: center;
    }

    .logo, .form-busca{
        width: 100%;
    }

    .form-busca{
        text-align: center;
        margin-top: 10px
    }

    .title-destaque-descricao h2{
        font-size: 34px;
        margin: 20px 0;
    }

    /*.title-destaque-descricao > h2 > a{
        text-decoration: none !important;
        color: white !important;
    }*/

    .mais-lidas, .ultimas{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .box-ultima-single{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}