/* realizado por David*/
*{
	box-sizing: border-box;}

	body{
		padding: 0 50px;
		background-color: rgba(15, 240, 240, 0.452);
		font-family: sans-serif;
		text-align: justify;
	}
	h1{
		margin: 0;
		font-size: 3rem;
		text-align: center;
		text-transform: uppercase;
		color: yellowgreen	}
    h2{
    	margin: 0;
    	color: salmon;
    	font-size: 3rem;
    	text-transform: capitalize;
    	text-shadow: 3px 3px black;
    }
    .rojo{color: hsl(27, 100%, 50%);
    	background-color: #ffffff}
    img{width: 35%;
        border: hwb(59 3% 10% / 0.822) 5px solid;
        padding: 5px;
        margin: 1rem;
        max-width: 100%;}
    .suv{color: red;
         background: yellow;}
    .neo{color: green;
         background: #33FFF0;
         font-size: 2rem;}  
		 .neo1{color: #ee0be354;
			background: hsl(64, 96%, 44%);
			font-size: 2rem;}
			.neo2{color: rgb(128, 0, 0);
				background: #afdd07ab;
				font-size: 2rem;}   
@media screen and (min-width: 800px){
    .caja1,.caja2 {display: flex; flex-direction: row;}
}