/*********************************************/
/*          Seccion Media queries            */
/*********************************************/
/*              Min Width 500                */
/*********************************************/

@media only screen and (min-width:500px)
{   

    .titulo{
        font-size: 35px;
    }

    header{
        height: 750px;
    }   

    header .textos-header h1{
        font-size: 40px;
        color: #fff;
    }

    header .textos-header h2{
        font-size: 25px;
        color: #fff;
    }


    /**********************************/
    /*      Imagen Dieciochera        */
    /**********************************/

    .contenedor-aviso{
        width: 100%;
        height: auto;
        background-color: rgb(0, 0, 0);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    
    .contenedor-aviso img{
        width: 450px;
        height: auto;
    }









    /*    Slider  */

    .slider{
        width: 75%;
    }






    /*   main  */

    .contenido-seccion p{
        font-size: 25px;
    }






    /*    Footer   */

    .card-footer{
        width: 350px;
    }


}




/*********************************************/
/*          Seccion Media queries            */
/*********************************************/
/*              Min Width 800                */
/*********************************************/

@media only screen and (min-width:800px)
{
    

    header{
        height: 900px;
    }  

    header .textos-header h1{
        font-size: 60px;
        color: #fff;
    }

    header .textos-header h2{
        font-size: 30px;
        color: #fff;
    }


/*    Slider   */

.slider{
    width: 50%;
}




    /*     Main     */

    .contenido-seccion p{
        font-size: 30px;
    }



    .cuerpo-card{
        flex-direction: row;
    }





/* Footer  */


.cards-footer{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}



}