@media only screen  and (min-width : 1224px) {  
    .containerBarMain {
        display: none;
    }
    .container {
        display: flex;
        flex: 1;
        flex-direction: column;
        width: 100vw;
    }
    
    .bloqueLogo {
        justify-content: center;
        display: flex;
        flex: 2;
    }
    
    .opciones {
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 3;
    }
    
    .opciones img {
        margin-right: 30px;
        display: flex;
        width: 30px;
    }
    
    .logo {
        width: 60px;
    }
    
    .header {
        width: 100vw;
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        box-shadow: 0 10px 6px -6px #cacbcc;
    }
    
    .headerGenerico {
        width: 100vw;
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        box-shadow: 0 10px 6px -6px #cacbcc;
    }
    
    .info {
        display: flex;
        flex-direction: row;
        box-shadow: 0 1px 18px 2px #cacbcc;
        /* padding: 35px 0px 0px; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-right: 20%;
        margin-left: 20%;
        background-color: purple;
    }
    
    .containerBody {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    
    .boxUno {
        margin: 30px;
        display: flex;
        flex: 6;
        justify-content: center;
        padding: 0px;
        align-items: center;
    }
    
    .boxUno img {
        width: 100%;
    }
    
    .boxDos {
        flex: 2;
        padding: 14px;
    }

    .iconoOpcPrensa {
        width: "40px";
        cursor: 'pointer';
    }
    
    .iconoOpcPrensaSet {
        width: "40px";
        cursor: 'pointer';
    }
    
    .opcionesInternet img{
        width: 40px;
        padding: 4px;
    }
}

@media only screen and (min-width : 360px) and (max-width : 1279px) {
    .containerBarMain {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px #cacbcc solid;
        padding-bottom: 15px;
    }

    .barraHeaderMain {
        text-decoration: unset; 
        border-bottom: 4px solid #79207e; 
        color: #79207e; 
        font-weight: bold;
    }

    .logo {
        display: none;
    }

    .opciones {
        margin-left: 50px;
    }

    .opcionesInternet {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .opcionesInternet img{
        padding: 10px;
        width: 30px;
    }

    .iconoOpcPrensa {
        width: 30px;
        margin: 14px;
    }

    .iconoOpcPrensaSet {
        width: 30px;
        margin: 14px;
    }
}