@media only screen  and (min-width : 1224px) {  

    .cajaTexto {
        margin: 30px;
        text-align: justify;
    }
    
    .containerImagen {
        display: flex;
        width: 40vw;
        box-shadow: 0 1px 18px 2px #cacbcc;
        margin-top: 30px;
        justify-content: center;
    }
    
    .propiedadesNoticia {
        border-color: 10px solid tomato;
        list-style: none;
        padding-inline-start: 0px;
        
    }
    
    .propiedadesNoticia li {
        margin-top: 10px;
        color: gray;
        font-size: 12px;
        font-weight: bold;
    }
    
    .containerNoticia {
        display: flex;
        width: 60vw;
        box-shadow: 0 1px 18px 2px #cacbcc;
        margin-top: 30px;
    }
    
    .descripcion {
        font-weight: bold;
        color: gray;
        font-size: 12px;
    }
    
    .desPropipedadNot {
        font-weight: normal;
    }
    
    .importe {
        border-top: 1px solid #cacacc;
        border-right: 1px solid #cacacc;
        border-bottom: 1px solid #cacacc;
        border-left: 1px solid #cacacc;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 5px;
        color: gray;
        font-size: initial;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
    }
    
    .boxUno {
        margin: 30px;
        display: flex;
        flex: 6;
        justify-content: center;
        padding: 0px;
        align-items: center;
    }
    
    .boxUno img {
        width: 100%;
    }
    
    .boxDos {
        flex: 2;
        padding: 14px;
    }
    
    .lineaSeparacion {
        border-color:#e3e3e3;
        border-width: 0.5px;
        margin: 0px
    }
    
    .boxPrincipal {
        margin: 0;
        display: flex;
        flex: 6;
        padding: 5px;
        flex-direction: column;
    }
    
    .titular {
        display: flex;
        color: #656565;
        font-weight: bold;
        font-size: 20px;
    }
    
    .audio {
        margin-top: 25px;
        margin-bottom: 50px;
        display: flex;
    }
    
    .tv {
        margin-top: 25px;
        margin-bottom: 50px;
        display: flex;
    }
    
    .audioDimension {
        width: 100%;
    }
    
    .tvDimension {
        width:600px;
        height: 300px;
        max-width:100%;
    }
    
    .descripcion {
        display: flex;
    }
}

@media only screen and (min-width : 360px) and (max-width : 1279px) {
    .containerNoticia {
        display: flex;
        flex-direction: column;
        /* width: 95vw; */
        box-shadow: 0 1px 18px 2px #cacbcc;
        margin-top: 30px;
        /* margin-left:20px; */
        margin:20px;
    }

    .tv {
        margin-top: 25px;
        width: 90%;
    }

    .audio {
        width: 90%;
    }

    .titular {
        margin: 15px;
        color: #656565;
        font-weight: bold;
    }

    .propiedadesNoticia {
        border-color: 10px solid tomato;
        list-style: none;
        padding-inline-start: 20px;
    }
    
    .propiedadesNoticia li {
        color: gray;
        font-size: 12px;
        font-weight: bold;
    }

    .boxUno {
        padding: 10px;
    }

    .boxUno img {
        width: 100%;
    }
    
    .boxDos {
        padding: 10px;
        margin-bottom: 20%;
    }
    
    .containerImagen {
        display: flex;
        width: 40vw;
        box-shadow: 0 1px 18px 2px #cacbcc;
        margin-top: 30px;
        justify-content: center;
    }

    .importe {
        border-top: 1px solid #cacacc;
        border-right: 1px solid #cacacc;
        border-bottom: 1px solid #cacacc;
        border-left: 1px solid #cacacc;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 2px;
        color: gray;
        font-size: initial;
        text-align: center;
        font-weight: bold;
        width: 50vw;
        margin-left: 14px;
    }

    .tv {
        margin: 10px;
    }

    .descripcion {
        margin: 12px;
        color: #656565;
        font-size: 12px;
    }

    .lineaSeparacion {
        border-color:#e3e3e3;
        border-width: 0.5px;
        margin: 0px
    }
}

.desPropipedadNot {
    font-weight: normal;
}