/*Responsive 0px - 767px -> Phone*/
@media screen AND (max-width: 767px) {
    html,body{
        overflow-x: hidden;
    }

    header nav .logoymenu {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;

    }
    header nav .hamburguermenu {
        object-fit: cover;
        display: flex;
        margin-top: 3px;
        width: 30px;
        height: 30px;

    }
    nav ul .opcionescabezera {
        display: block;
    }

    nav ul .opcionescabezera li {
        margin-left: 10px;
    } 
    nav ul .opcionescabezera .inicio{
        display: none;
    }

    nav ul .opcionescabezera .descubre{
        display: none;
    }
    nav ul .opcionescabezera .fotos{
        display: none;
    }

    nav ul .opcionescabezera .contacto{
        display: none;
    }

    nav ul .opcionescabezera .genericuser {
        width: 60px;
        margin-left: 20px;

    }

    nav .logo {
        width: 5rem;
        object-position: 0px 3px;
        margin-left: 90px;
    }

    /*Noticias internacionales*/

    main .noticiasinternacionales img{
        object-fit: cover;
        width: 412px;
        height: 500px;
        position: relative;
        width: 100%;
    } 
    main .noticiasinternacionales {
        width: 767px;
    }

    main .noticiasinternacionales .textbox {
        position: absolute;
        left: 30px;
        top: 100px;
        width: 90%;
        max-width: 23rem;
    }

    /*Mas noticias*/
  
    main .articulos {
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 30px;
        top: 590px;
    }

    main .articulos h2 {
        border-bottom-style: none;
    }

    main .articulos h3 {
        padding: 10px 0px 20px 0px;
    }

    main .articulos .titulo2 {
        margin-top: 30px;

    }

    main .articulos p {
        max-width: 350px;
    }  

    /*seccion mas noticias*/

    main .masnoticias {
        display: flex;

        width: 100%;

    }

    main .masnoticias .todasnoticias {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 90%;
        padding-left: 5px;
        margin-top: 360px;
}
    /*Noticia Tendencias */

    main .masnoticias .todasnoticias .noticia1 {
        width: 100%;
    }

    main .masnoticias .todasnoticias .noticia1 .tendencia {
        display: flex;
    }

    main .masnoticias .todasnoticias .noticia1 figure img {
        width: 360px;
        height: 300px;
        width: 95%;

    }

    main .masnoticias .todasnoticias .noticia2 .tendencia {
        display: flex;
    }

    main .masnoticias .todasnoticias .noticia2 figure img {
        width: 360px;
        height: 300px;
        margin-top: 30px;
        width: 95%;
    }

    main .masnoticias .todasnoticias .noticia3 .tendencia {
        display: none;
    }

    main .masnoticias .todasnoticias .noticia3 figure img {
        display: none;
    }

    /*Sector de Esta ocurriendo*/

    main .ocurriendoahora {
        flex-wrap: nowrap;
        position: absolute;
        max-height: 1000px;
    } 

    main .ocurriendoahoramaster .estacourriendo {
        padding: 50px 0px 0px 25px;

    }

    /*Noticia 1 grande*/
    main .ocurriendoahora .noticiagrande1 {
        padding: 50px 0px 0px 25px;
        max-width: 530px;
    }

    main .ocurriendoahora .noticiagrande1 figure img{
        width: 360px;
        height: 350px;
        width: 150%;

    }

    /*Noticia 2 grande*/
    main .ocurriendoahora .noticiagrande2 {
        padding: 50px 0px 0px 25px;
        max-width: 530px;
    }

    main .ocurriendoahora .noticiagrande2 figure img{
        width: 360px;
        height: 350px;
        width: 150%;

    }

    /*noticias pequenas*/

    /*noticias pequena 1*/

    main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas1 figure .noticiachilechico1 {
        width: 360px;
        height: 230px;
        margin-top: 100px;
        margin-left: 25px;
        position: relative;
        width: 110%;

    }

    main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas1 figure .figcaptionpequenanoticia1 h2 {
        margin-left: 25px;
        position: relative;

    }

    /*noticias pequena 2*/

    main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas2 figure .noticiachilechico2 {
        width: 360px;
        height: 230px;
        margin-top: 50px;
        margin-left: 25px;
        position: relative;
        width: 110%;

    }

    main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas2 figure .figcaptionpequenanoticia2 h2 {
        margin-left: 25px;
        position: relative;
    }

    /*noticias pequena 3*/

        main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas3 figure .noticiachilechico3 {
        width: 360px;
        height: 230px;
        margin-top: 50px;
        margin-left: 25px;
        position: relative;
        width: 110%;

    }

    main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas3 figure .figcaptionpequenanoticia3 h2 {
        margin-left: 25px;
        position: relative;
    }

    /*Seccion del Footer*/

    footer {
        display: none;
    }


}