#modulo-viewnoticia-1 div.resultadoComentario.ok {background-color: rgb(81, 197, 60);}
#modulo-viewnoticia-1 div.resultadoComentario.ko {background-color: rgb(197, 60, 65);}

#modulo-viewnoticia-1 ul,ol {
    padding-left: 10px;
    margin-left: 10px;
}

#modulo-viewnoticia-1 ul,ol {
    list-style: disc;
}

#modulo-viewnoticia-1 button.enviar_comentario {
    width: 100%;
    border: 1px solid var(--background1-78);
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
}

#modulo-viewnoticia-1 button.enviar_comentario:hover, #modulo-viewnoticia-1 .buttonDesplegarComent:hover {
    filter: brightness(123%);
}

#modulo-viewnoticia-1 button.enviar_comentario.enviando {
    background-image: url(../img/loading_fff.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}


#modulo-viewnoticia-1 div.resultadoComentario {
    display: none;
    width: 100%;
    border: 1px solid #A8A8A8;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}



#modulo-viewnoticia-1 button.enviar_comentario {
    width: 100%;
    border: 1px solid var(--background1-78);
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
}

#modulo-viewnoticia-1 button.enviar_comentario:hover {
    filter: brightness(123%);
}

#modulo-viewnoticia-1 button.enviar_comentario.enviando {
    background-image: url(../img/loading_fff.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}


#modulo-viewnoticia-1 div.resultadoAlerta {
    display: none;
    width: 100%;
    border: 1px solid #A8A8A8;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}


#bloqueTituloNoticia{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 80px 5px 80px;
    font-size: 24px;
    background-color: var(--background1);
    color: var(--color1);
    line-height: 1.4em;
}

#bloqueTituloNoticia > * {
    margin-bottom: 15px;
}


.tituloNoticia{
    font-size: 25px;
    cursor: pointer;
    border-bottom: 1px solid;
}

.subtituloNoticia:before{
    content: '>';
    margin: 5px;
    font-size: 20px;
}

.subtituloNoticia{
    font-size: 18px;
}



.blockquote {
    border-style: solid;
    border-width: 1px;
    border-color: #cdc7c7;
    padding: 25px 15px 40px 70px;
    position: relative;
    quotes: none;
    font-size: 20px;
    width: 85%;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
    display: flex;
    overflow-wrap: normal;
}

.blockquote .quote {
    font-family: Georgia,sans-serif;
    font-size: 100px;
    left: 10px;
    line-height: 100px;
    position: absolute;
    top: 10px;
    color:#929292;
}

#modulo-viewnoticia-1{

    color:black;
}
#modulo-viewnoticia-1 #textoimgnoticia{

    text-align: justify;
}

#modulo-viewnoticia-1 #textoimgnoticia a {
    font-weight: bold;
    text-decoration: underline;
}


#modulo-viewnoticia-1 #contenedornoticia img#fotonocia {
    width: 50%;
    height: auto;
}

#modulo-viewnoticia-1 #fotonocia {
    float: right;
    display: block;
    clear: both;
}

#modulo-viewnoticia-1 #form-comentarios {
    width: 75%;
    color: black;
    margin-bottom: 40px;
    display: none;
}

#modulo-viewnoticia-1 #xComentariosList{
    width: 75%;
    margin: 0 auto;
    padding: 1%;
    overflow: auto;
    margin-bottom: 40px;
    max-height: 400px;
}

#modulo-viewnoticia-1 #contenedorComentarios{
    width: 85%;
    margin: 0 auto;
    display: flex;
    padding: 15px 15px 15px 70px;
    flex-direction: column;
    align-items: center;
}


#modulo-viewnoticia-1 .bloquecomentario{
    color:black;
    padding: 15px;
}

#modulo-viewnoticia-1 .bloquecomentario:nth-child(odd){
    background-color: #E1E1E1;
}

#modulo-viewnoticia-1 .nombrecomentario{
    color: #0087ff;
    font-weight: bold;
    text-transform: capitalize;
}

#modulo-viewnoticia-1 .bloquefechanombre{
   display:flex;
}

#modulo-viewnoticia-1 .textocomentario{

}

#modulo-viewnoticia-1 .fechaaltacomentario{
    font-size: 11px;
    margin-left: 5px;
}


#modulo-viewnoticia-1 .bloqueComentInput, #modulo-viewnoticia-1 .bloqueComentText {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    color: #717171;
}

#modulo-viewnoticia-1 .bloqueComentInput input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#modulo-viewnoticia-1 #enviar_comentario, #modulo-viewnoticia-1 .buttonDesplegarComent {
    border: 1px solid var(--background1-78);
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;

}

#modulo-viewnoticia-1 #enviar_comentario{
    width: 20%;
    min-width: fit-content;
}

#modulo-viewnoticia-1 .buttonDesplegarComent{
    width: 75%;
    display: flex;
    justify-content: center;
}

#modulo-viewnoticia-1 .buttonDesplegarComent .fa-arrow-circle-right{
    font-size: 20px;
}



@media (max-width: 1024px) {
    #contenedornoticia img#fotonocia {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 600px) {
    #modulo-viewnoticia-1 {
        width: 90%;
        margin-left: 5px;
    }
    .blockquote {
        overflow-wrap: anywhere;
    }
}


