/* Reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
 font-family:  Helvetica, Verdana, Arial;
 font-size: 1.2em;
 background-color: black;
}


.basede {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: top;
     flex-flow: wrap;
     width: 100%;
     background-color: #FF6C2C;
     height: 10vh;
     padding: 4px 0 6px 0; 
    }
    
.titular {
      width= 20%;
      color: #6600cc;1
     
  }



@media screen and (max-width: 425px) {

.basede {
		
       font-size: 0.7em;
       align-items: center;
	}

 
 .imghome {
       width: 60%;
       height: auto;
 }

 
 .pic {
      width: 98%;
      height: auto;
 } 