body{
    background:#000000;	
    font-family:orbitron,arial;		
    margin-left:2%;
    margin-right:2%;
    color: aliceblue;
}
body h1{
    text-shadow: 1px 2px 3px #4b5f5e;
    color: aliceblue;
}
body h2{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
    font-weight: 200;
    font-size:18px;
    color:#d2cccc;
    margin-top: -4%;
    margin-bottom: 6%;
}
body h3{
    font-family: 'Great Vibes', cursive;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
header span{
    box-shadow:1px -33px 63px aliceblue;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    display: inline-block;
    margin-left:2%;
}
header img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width:100%;
    max-width:500px;
    width: 70px;
}

#rotation {
    -webkit-animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}

header h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 6em;
    font-weight: 100;
    text-align: center;
    color: #ffffffa3;
}
iframe{
    margin-bottom:5px;
}
audio {
    opacity: 0.9;
}

a{
    display: inline-block;
    text-decoration: none;
    color: #00d3cb;
    border-bottom: 1px dashed aqua;
    padding-bottom: 4px;
}
a:hover{
    opacity:0.5;
}
span{
    font-family:arial;
    color: #d2cccc;
}
hr{

}
p{
    color: #81bbec;
    margin-top: 0;
    margin-bottom: 10px;
}
h6{
    margin: 0;
    margin-left: 6px;
    margin-bottom: 6px;
    color: beige;
}
div.iconos a{
    border-bottom:0 !important;
}
.sets_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.wrap-set-container{
    width: 45%;
    margin:2%;
}
.wrap_set{
    width: 100%;
    height: 333px;
    background-image: url('../img/bkg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:2%;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.wrap_set p{
    text-align:center;
    color: whitesmoke;
}
.wrap_set p:first-child {
    font-size:22px;
    background: rgba(3,3,3,0.8);
    width: 100%;
    padding:2%;
    margin:0;
}
.wrap_set p:last-child {
    background: rgba(3,3,3,0.8);
    width: 100%;
    padding:2%;
    font-weight: normal;
    margin:0;
}
.wrap-set-container a{
    text-align: center;
    padding-top: 2%;
}
audio.active{
    background: red;
}
/***BACKGROUNDS SETS***/

.wrap_set.catarsis {
    background-image: url('../img/catarsis.webp');
}
.wrap_set.tesoro_interior {
    background-image: url('../img/tesoro_interior.webp');
}
.wrap_set.melancolia{
    background-image: url('../img/melancolia.webp'); 
}
.wrap_set.unicorn{
    background-image: url('../img/g_unicorn.png');
}
.wrap_set.free_party {
    background-image: url('../img/gabriel_palma_free_party.webp');
}
.wrap_set.wordpsy{
    background-image: url('../img/w.webp');
}
.wrap_set.wordpsy_1{ 
    background-image: url('../img/20180830_083823.webp');
}
.wrap_set.namaste{
    background-image: url('../img/gabriel_palma_vox.webp');
}

@media only screen and (max-width: 620px){
    header img{
        position: absolute;
        top: 4%;
        margin: auto;
        left: 40%;
    }
    header h1{
        margin-top: 110px;
        margin-bottom: 26px;
    }
    header h1 em{
        text-shadow: none !important;
    }
    header span {
        width: 0;
    }
}

@media only screen and (max-width: 1000px){
    .wrap-set-container{
        width: 100%;
        margin-bottom: 10%;
    }
}