 [v-cloak]>* {
     display: none
 }
 
 [v-cloak]::before {
     content: "loading…";
     display: block;
 }
 
 .v-btn--active {
     color: red;
 }
 /* @media (hover: none)  */
 
 .v-btn:hover:before {
     background-color: purple;
 }
 
 ul#social {
     list-style: none;
 }
 
 ul#social li {
     display: inline;
 }
 
 .v-list {
     padding: 0px;
 }
 
 .seccion1 {
     background-color: purple;
     color: white !important;
     font-size: 2em
 }
 
 .seccion1_bg {
     background-color: rgb(247, 183, 247);
 }
 
 .seccion2 {
     background-color: green;
     color: white !important;
     font-size: 2em
 }
 
 .seccion2_bg {
     background-color: rgb(190, 243, 183)
 }
 
 .seccion3 {
     background-color: navy;
     color: white !important;
     font-size: 2em
 }
 
 .seccion3_bg {
     background-color: rgb(177, 177, 252)
 }
 
 hr {
     margin: 0px !important;
 }
 
 .active {
     border: 2px solid purple;
 }