/* index --------------------*/
.moldura-video{
    margin: 10px;
    margin-top: 0px;
    border: 10px solid #E27B44;
    border-radius: 10px 10px 0px 10px;
    text-align: center;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

.titulo{
    font-family: "Averta Black", Times, serif;
    font-size: 3rem;
    text-align: center;
    letter-spacing: -1px;
}

 /* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px)  {

    .titulo{
        font-family: "Averta Black", Times, serif;
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: -1px;
    }

 }
 /* hi-res laptops and desktops */
@media (min-width:1281px) {
    .titulo{
        font-family: "Averta Black", Times, serif;
        font-size: 5rem;
        text-align: center;
        letter-spacing: -1px;
    }
}

.secaoSelos{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgb(207,207,207);
    padding: 15px;
    border-radius: 10px 10px 0px 10px;
}

.tituloSelos{
    font-family: Averta Black;
    font-size: 14pt;
    text-align: left;
}

.seloIndex{
    max-width: 140px;
}

.textoSelos{
    font-family: Averta Thin;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
}

.secaoUltimasNoticias{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -4px;
    margin-right: -4xp;
}

@media (min-width:320px) and (max-width:450px)  {
    .fotocorte {
      width:50px;
      height:50px;
      background-position:top;
      border-radius: 10px 10px 0px 10px;
      margin-right: 20px;
    }
    .tituloNoticia{
        color: aqua;
    }
  }
@media (min-width: 992px) {
    .fotocorte {
        width:200px;
        height:200px;
        background-position:center;
        border-radius: 10px 10px 0px 10px;
        margin-right: 20px;
    }
  }


.tituloNoticia{
    font-family: "Averta Black", Times, serif;
    font-size: 16pt;
    color: black;
    text-decoration: none;
}

.tituloNoticia:hover{
    font-family: "Averta Black", Times, serif;
    font-size: 16pt;
    color: #3d434b;
    text-decoration: none;
}
.destaqueNoticia{
    font-family: Averta Thin;
    font-size: 12pt;
    font-weight: bold;
    color: #E27B44;
    text-decoration: none;
}
.destaqueNoticia:hover{
    font-family: Averta Thin;
    font-size: 12pt;
    font-weight: bold;
    color: #463127;
    text-decoration: none;
}
.mediaNoticia{
    height:200px;
    width: 100%;
}

/* livros --------------------*/

.secaoLivros{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgb(242, 189, 160);
    padding: 15px;
    border-radius: 10px 10px 0px 10px;
}
.tituloLivraria{
    font-family: Averta Thin;
    font-size: 20pt;
    font-weight:900;
    text-align: center;
    -webkit-text-stroke-width: 1px; /* largura da borda */
    -webkit-text-stroke-color: #000; /* cor da borda */
    letter-spacing: 1px;
}

.tituloLivros{
    font-family: "Averta Black", Times, serif;
    font-size: 14pt;
    text-align: center;
    align-content: center;
    letter-spacing: 1px;
}

.descricaoLivros{
    font-family: Averta Thin;
    font-size: 12pt;
    font-weight:900;
    text-align: justify;
    line-height: 2;
    max-height: 190px;
    min-height: 190px;
}

 /* smartphones, iPhone, portrait 480x320 phones */
 @media (min-width:320px)  {

    .descricaoLivros{
        font-family: Averta Thin;
        font-size: 12pt;
        font-weight:900;
        text-align: justify;
        line-height: 2;
        max-height: 320px;
        min-height: 320px;
    }

 }

.linkLivros{
    font-family: Averta Thin;
    font-size: 11pt;
    font-weight:900;
    text-align: left;
    color: #3d434b;
    text-decoration: none;
}

.linkLivros:hover{
    font-family: Averta Thin;
    font-size: 11pt;
    font-weight:900;
    text-align: left;
    color: #02214a;
    text-decoration: none;
}

/* index--------------------*/
