.img-single {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.titulo-single{
    color: var(--red-dark);
    font-size: 50px;
}

.cat {
    position: relative;
    top: -40px;
    left: 50px;
}
.cat a {
    text-decoration: none;
    color: #FFFFFF;
    background: var(--orange);
    padding: 5px;
}

.conteudo img{
    width: 100%;

}

.image-titulo {
    width: 50px;
}

#titulo-texto1 {
    font-size: 35px;
    font-weight: 400;
    color: var(--orange);
}

#titulo-texto2 {
    font-size: 3rem;
    font-weight: 700;
    color: #6D0D0E;
}

#noticias .icon-1{
    width: 40px;
    height: 50px;
}

#noticias h1{
    font-weight: 700;
    color: var(--red-dark);
}

#noticias p{
    font-size: 32px;
    color: var(--blue-dark);
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
} 

#noticias a{
    color: var(--blue-dark);
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
} 

#noticias .noticias-card{
    background-color: var(--white);
    /*border: 1px solid #788FA1;*/
    /*box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.25);*/
    /*padding: 10px;*/
    height: 425px;
}

#noticias .noticias-card img{
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

#noticias .noticias-card .noticias-title{
    font-size: 26px;
    color: var(--red-dark);
}

#noticias .noticias-card .noticias-subt{
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-dark);
}

#noticias .noticias-card a{
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-dark);
}

.noticias-content .card {
    border: none;
}

.noticias-content p {
    font-size: 20px !important;
}

.noticias-content .card-title{
    color: var(--red-dark);
    font-weight: 700;
}
.noticias-content .img-thumb {
    width: 100%;
    height: 270px;
    border-radius: 10%;
    display: inline-block;
    overflow: hidden;
}
.noticias-content .thumb {
    height: 270px;
    transition: transform .2s;
    object-fit: cover;

}

.noticias-content .thumb:hover {
    transform: scale(1.06);

}

.comment-form-cookies-consent{
    display: none;
}

.comment-notes{
    display: none;
}

.comment-list{
    list-style: none;
}

.comments-title{
    font-size: 3rem;
    color: var(--red-dark);
    /*margin-bottom: 50px;*/
    font-weight: 700;
    margin-left: 10px;
}

.vcard {
    display: flex;
    align-items: center;
}

.vcard img{
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.commentmetadata a{
    text-decoration: none;
    font-weight: 600;
    color: var(--blue-dark);
}

.comment-body{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0.3fr 1fr;
}

.commentmetadata{
    grid-column: 1;
}

.alt{
    background-color: #F1F1F1;
    border-radius: 10px;
}

.comment-body p{
    color: #000;
    font-size: 18px;
    grid-column: 1;
}

.reply{
    grid-column: 2;
    grid-row: 1;
    place-self: end;
}

.comment-reply-link{
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--orange);
    color: var(--white);
    font-weight: 700;
    border-radius: 10px;
}

.comment-reply-link:hover{
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--red-dark);
    color: var(--white);
    font-weight: 700;
    border-radius: 10px;
}

ol.comment-list{
    padding: 0px;
}

.fn{
    font-size: 32px;
    color: var(--red-dark);
    font-style: normal;
    text-transform: capitalize;
    padding-left: 2%;
    font-weight: 700;
}

.says{
    display: none;
}

li.odd{
 list-style: none;
}

.comment-reply-title{
    font-weight: 700;
    color: var(--red-dark);
}

textarea{
    resize: none;
}
/*
.comment-form-cookies-consent{
    display: none;
}
*/


.comments {
  position: relative;
  width: 100%;
  background: #fff;
  margin: auto;
  /*padding: 27px;*/
  box-sizing: border-box;
  /*top: 5em;*/
}

.comments::after {
  content: " ";
  display: table;
  clear: both;
}

.comments__form-info,
.comments__form-text {
  width: 100%;
  margin: 0;
}

.comments__form-info { float: left; }
.comments__form-text { float: right; }

.comments__form-field {
  position: relative;
}
.comments__form-label {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 700 1.125em 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
  cursor: text;
  pointer-events: none;
}

.comments__form-label-text {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.comments__form-input:focus::-webkit-input-placeholder {
   color: transparent;
}
.comments__form-input:focus + .comments__form-label .comments__form-label-text {
  transform: translateY(0);
  opacity: 1;
}

.comments__form-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #111;
  bottom: 1em;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.comments__form-input:focus + .comments__form-label::after {
  transform: scaleX(1);
}

/*.comments__form-input {
  position: relative;
  width: 100%;
  padding: 1em 0;
  border: 0;
  outline: 0;
  margin: 1em 0;
  border-bottom: 3px solid #ddd;
  vertical-align: bottom;
  font: 400 1.125em 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
}*/


#comments__form-label-name{
    margin-right: 82px;
}

.comments__form-input {
  position: relative;
  width: 45%;
  padding: 1em 1em;
  border: 0;
  outline: 0;
  margin: 1em 0;
  border: 3px solid #ddd;
  vertical-align: bottom;
  font: 400 1.125em 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
  border-radius: 10px;
}

.form-submit{
    display: flex;
    justify-content: end;
}

.comments__form-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 168px;
}

.comments__form-submit {
  /*padding: 0.5em;*/
  padding: 10px 20px;
  margin: 1em 0;
  background: none;
  /*border: 3px solid #111;*/
  border: 3px solid var(--orange);
  font: 800 1em 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  cursor: pointer;
  /*opacity: 0.25;*/
  border-radius: 10px;
  background-color: var(--orange);
  color: var(--white);
}

.comments__form-submit:hover{
 background-color: var(--red-dark);
 border: 3px solid var(--red-dark);
}

.comments__form-submit:hover {
  opacity: 1;
}

@media screen and (max-width:  1368px) {
.comments__form-input{
    width: 44%;
}
}


@media screen and (max-width:  768px) {
    .titulo-single{
        color: var(--red-dark);
        font-size: 40px;
    }

    .sidebar-categoria-e-search{
        order: 3;
    }


    .comments .icon-7{
        width: 50px;
        height: 80px;
    }

#comments__form-label-name{
    margin-right: 0px;
}

.comments__form-input {
  position: relative;
  width: 100%;
  padding: 1em 1em;
  border: 0;
  outline: 0;
  margin: 1em 0;
  border: 3px solid #ddd;
  vertical-align: bottom;
  font: 400 1.125em 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
  border-radius: 10px;

  border-radius: 10px;
}

.form-submit{
    display: flex;
    justify-content: start;
}

}

@media screen and (max-width: 425px) {
    .conteudo {
        margin-top: 7rem !important;
    }

    .conteudo img{
        height: 300px;

    }

    .vcard img{
        height: auto;
    }

    .sidebar-categoria{
        margin-top: 30px;
        order: 2;
    }
    .content-category{
        justify-content: center;
    }

    .cat{
        display: none;
    }
    .sidebar-categoria-e-search {
        order: 2;
    }
    .search{
        width:  259px;
    }
}