h1{
    color: #373435;
    text-align: right;
}

h2{
    font-family: Averta Thin;
    font-weight: bold;
    text-align: left;
    color: #e27b44;
}

h4{
    font-family: "Averta Black", Times, serif;
    font-size: 1.5rem;
    letter-spacing: -1px;
    color: #e27b44;
}

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

b{
    font-family: "Averta Black", Times, serif;
    color:#E27B44;
}
/* indexc noticias */

@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%;
}

blockquote{
    padding: 10px;
    background-color: rgb(213, 201, 201);
    border-radius: 10px 10px 0px 10px;
}

blockquote footer.blockquote-footer{
    min-height:5px;
    background-color: rgb(213, 201, 201);
}
