*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth; /* para hacer lenta la transición del scroll*/
    background-color: none;
    /* margin: 0px; */  
    }



/*header + menu + mediaquery*/
/* header{
    background-color: #222;
    background-color: #749FD6;
    background-color: #5B83BA;

    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 10px;
}
.logo-header img{
    width: 300px;
}
.nav-menu ul{
    display: flex;
    align-items: center;
}
.nav-menu li{
    margin-right: 1rem;
}
.nav-menu a{
    color: #fff;
}
.nav-menu li:last-child{
    background:#4ad295;
    padding: .25rem .75rem;
    border-radius: .2rem;
}
.menu-icon img{
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.menu-icon, #check{
    display: none;
    
}
.img-construccion{
    width: 1000px;
    
} */


/* el main*/

main{
    display: flex;
   
    /* height: 300px; */
    /* align-items: center; para centrar verticalmente */
    justify-content: center; /* para centrar horizontalmente */
    
    background-color: rgb(38, 38, 164);
    background-color: #222324;
    background-color: #749FD6;
    background-color: #5B83BA;
    background-color: antiquewhite;
    background-color: #4BC3CD; /* color de fondo de SM*/
    /* padding: 10px; */
    
}


/* lo que esta dentro del seccion*/



/* section{
    background: red;
} */

/* lo que va en el seccion*/
section { 
    display: flex; 
    display: block;
    justify-content: center; 
    align-items: center; 
    background: #666666;
    background-color: white;
    /* height: 100vh;  */
}




/* aqui la section de style-obras o actos*/
section h2, li {
    font-family: 'Montserrat', sans-serif;  
    color:#0B57D0;
    color: #1F1F1F; /* color titulo infobae*/
    margin: 10px;
    /* margin: 3px 20px;  */
}

section h4 {
    /* font-family:'Anton', sans-serif; */
    /* font-family:'Dancing Script', cursive; */
    font-family: 'Righteous', cursive;
    font-family:Arial, Helvetica, sans-serif;
    color: #5B83BA;
    color: #005DA9;
    color: #666666;
    color: rgb(33, 77, 179);
    margin: 10px;
    
    /* margin: 20px;      */
    /* font-size: 25px; */
}

section p{
    /* margin: 0 30px 20px;  */
    margin: 20px;
    /* el del medio es margen de izquiera y derecha*/
    font-size: 20px; /* 18px se considera normal para p */
    text-align:justify;
    /* text-indent: 70px; */
}

.banner-imagen{
    text-align:center;
    /* Simplemente deberías de asignarle la propiedad text-align: center a tu contenedor para que centre el enlace,  
    ya que este es un elemento inline*/

}


/* dentro del articulo */

article {
    width: 40%;
   
    background:#005DA9; /*azul peronista*/
    background-color: #ffffff;/*fondo blanco puro*/
    color:white;
    /* background-color: #F8F9FA; */
    margin: 0 auto; /*  centrar el contenedor article*/
    /* border: 1px solid rgb(175, 171, 171);   */
    border-radius: 5px;
    box-shadow:7px 7px 15px rgb(206, 203, 203);

}

.arti-noticias {
    background: red;
    background:#01BDED; /*celeste peronista*/
    text-align: center;
    
}
.arti-noticias h2{
    color: white;
}
.arti-noticias p{
    color: black;
    text-indent: 5px;
}


/* lo que esta dentro del footer (bien abajo)*/

footer{
    background: linear-gradient(to right, #003F8E, black);
    background:#00152F;
    background:#003F8E; /*azul NFL*/
    
    /* display:block; */
    /* vertical-align: bottom; */
    /* abajo va estilo3*/
    background:#333333; /*gris mario bross*/
    background:rgb(1, 189, 237); /*celeste peronista*/
    background:#005DA9; /*azul peronista*/
    background: #749FD6;
    background: #5B82B9;
    background: #5B83BA;
    
    /* justify-content: space-between; */
    text-align: center; /* como en footer*/
    /* vertical-align: middle; */
    /* justify-content: center; */
    
}
footer a{
    margin:5px;
    text-decoration: none;
    color:rgb(255, 255, 255);
}

footer a:hover{
    color:rgb(1, 189, 237); /*celeste peronista*/
    color: yellow;
}

.footer-fondo{
    background: #5B82B9;
    background:#005DA9; /*azul peronista*/;
    color: white;
    color:black;
}


/*usamos la propiedad checked*/
/* @media (max-width:768px){
    
    article {
        width: 90%;
    }



    .checkbtn{
        display: block;
    }
    .menu-icon{
        display: block;
        position: fixed;
        top: 12px;
        right: 20px;
        cursor: pointer;
    }
    .nav-menu ul{
        display: block;
        position: fixed;
        top:70px;
        left:-100%;
        background: #222;
        width: 100%;
        height: 100vh;
        right: 0;
    }
    .nav-menu ul li{
        padding: 2rem;
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .nav-menu ul li:last-child{
        background: none;
        padding: 1rem;
    }
    #check:checked ~ ul{
        left: 0;
        transition: all .25s;
    }
    .img-main{
        width: 300px;
        width: 99%;
    }
    .logo-header img{
        width: 200px;
    }
    .menu-icon img{
        width: 20px;
        height: 20px;
       
    }
} */

/* tamaños de pantalla*/
@media (max-width:768px){
    
    .img-main{
        width: 100%;
    }    
    article{
        width: 95%;
    }
    .img-articulo{
        width: 100%;
    }
    .banner-imagen{
        width: 100%;
       }
    .banner-footer img{
        width: 300px;
       }

    
}
@media (max-width:300px){
           
    .banner-footer img{
        width: 100%;
       }

    
}