@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;0,900;1,300&display=swap');


* {
    margin: 0;
    box-sizing: border-box;
   /* line-height: 1.6; */
   font-family: 'Montserrat', sans-serif;
  }

body {
  background-color: rgb(34, 34, 34); 
   overflow: hidden;

}

.section_canvas {
    position: absolute;
}



.section--home--text {
    position: relative;
    width: 650px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    top: 250px;


    opacity: 0;


    animation: opacity 3s linear;
    -webkit-animation: opacity 3s linear;
    animation-fill-mode: forwards;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.image--hada-name {
    padding-left: 5%;
    padding-right: 5%;
}

a {
    cursor: pointer;
}


/* .section--home--text > a .image--hada-name {
    position:absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
} */



.description--text {
    width: 100%;
    position:absolute;
    color: white;
    overflow: hidden;
    text-align: center;
    top: 79%;
    line-height: 2em;
    letter-spacing: .2em;
    
}

.home--title {
    top: 45%;
    font-family: Helvetica, Arial, sans-serif; 
}



/* BOTON PLAY PAUSA*/


.audio--container {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: 5%;
    right: 5%;
    
}

#demo {
    background-color: whitesmoke;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}




/*------------------*/
/*--- ANIMACIONES PHONE --- */ 


.canvas_phone {
    display: none;
    z-index: 900;
    position: absolute;
    bottom: -40px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation: opacity 20s infinite;
    animation-delay: 8s;
    -webkit-animation: opacity 20s infinite;
}

@keyframes opacity {
    
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* --- animation 1 --- */

.svg_animation {
    width: 100px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    animation: pulsos 1s ease-in-out infinite;
    -webkit-animation: pulsos 1s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes pulsos {
    0% {
        opacity: 0;
        filter: blur(1px);
        -webkit-filter: blur(1px);
}

    10% {
        opacity: 0;
        
    }

    30% {
        opacity: 0;
        filter: blur(5px);
        -webkit-filter: blur(5px);
}
    
    40% {
        opacity: 0;
    }

    50% {
        opacity: .9;
    }

    60% {
        opacity: 0;
        
        -webkit-filter: blur(10px);
}

    80% {
        opacity: .5;
        filter: blur(20px);
        -webkit-filter: blur(20px);
}

    100% {
        opacity: 0;
    }
}


/* --- animation 2 --- */

.svg_animation1 {
    width: 100px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    animation: pulsos1 4s ease-in-out infinite;
    -webkit-animation: pulsos1 4s ease-in-out infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation-delay: 5s;
}

@keyframes pulsos1 {
    0% {
        opacity: 0;
        filter: invert(1);
    }

    10% {
        opacity: 0;
    }

    30% {
        opacity: .9;
    }
    
    40% {
        opacity: .9;
    }

    50% {
        opacity: .4;
    }

    60% {
        opacity: .2;
    }

    80% {
        opacity: .1;
    }

    1% {
        opacity: 0;
    }

}


/* --- animation 3 --- */

.svg_animation2 {
    width: 90px;
    position: fixed;
    bottom: 230px;
    left: 50%;
    right: 50%;
    height: 90px;
    transform: translate(-50%, -50%);
    animation: 13s pulsos2 ease-in-out infinite;
    -webkit-animation: 13s pulsos2 ease-in-out infinite;
    animation-delay: 10s;
}

@keyframes pulsos2 {
    0% {
        opacity: 0;
        height: 90px;
        filter: blur(0px);
        -webkit-filter: blur(0px);
}

    10% {
        opacity: 1;
        height: 85px;
    }

    30% {
        opacity: 1;
        height: 80px;
    }
    
    40% {
        opacity: 0;
        height: 65px;
    }

    50% {
        opacity: 1;

        height: 55px;
    }

    60% {
        opacity: 1;
        height: 50px;
}

70% {
    opacity: 1;
    height: 40px;
}

    80% {
        opacity: 0;
        height: 25px;
    }

    100% {
        opacity: 0;
        height: 0px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
}

    
}


/* --- animation 4 --- */


.svg_animation3 {
    width: 110px;
    position: fixed;
    bottom: 230px;
    left: 50%;
    right: 50%;
    height: 90px;
    transform: translate(-50%, -50%);
    animation: 3s pulsos3  ease-in-out infinite;
    -webkit-animation: 3s pulsos3  ease-in-out infinite;
    animation-delay: 20s;
}

@keyframes pulsos3 {
    0% {
        opacity: 0;
        
}

    10% {
        opacity: 0;
        
    }

    30% {
        opacity: .5;
        
    }
    
    40% {
        opacity: 0;
        
    }

    50% {
        opacity: .5;

        
    }

    60% {
        opacity: .5;
        
}

70% {
    opacity: 0;
    
}

    80% {
        opacity: 0;
       
    }

    100% {
        opacity: .5;
        
        
}

    
}

/* --- animation 5 --- */

.svg_animation4 {
    width: 110px;
    position: absolute;
    bottom: 160px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    animation: pulsos4 1s ease-in-out infinite;
    -webkit-animation: pulsos4 1s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes pulsos4 {
    0% {
        opacity: 0;
        filter: blur(1px);
        -webkit-filter: blur(1px);
}

    10% {
        opacity: 0;
        
    }

    30% {
        opacity: 0;
        filter: blur(0px);
        -webkit-filter: blur(0px);
}
    
    40% {
        opacity: 0;
    }

    50% {
        opacity: .9;
    }

    60% {
        opacity: 0;
        
        -webkit-filter: blur(1px);
}

    80% {
        opacity: .5;
        filter: blur(20px);
        -webkit-filter: blur(0px);
}

    100% {
        opacity: 0;
    }
}






/*------------- TABLET SURFACE -------------*/
/*------------------------------------------*/
/* 
@media (max-width: 928px) {

    .section--home--text > a .image--hada-name {
        position: absolute;
        left: -1.5%;
        right: auto;
        top: -125%;
        bottom: -50%;
        margin: auto;
        width: 50%;
    }


    .description--text {
        width: 100%;
        
        position:absolute;
        color: white;
        overflow: hidden;
        text-align: center;
        top: 25%;
        line-height: 2em;
        letter-spacing: .2em;
        font-size: .6rem;
        
    }

    .audio--container {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 100;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        bottom: 5%;
        right: 42%;
        
    }

    .audio--container button {
        border: none;
    }


    
} */



/*------------- MOBIL SURFACE -------------*/
/*------------------------------------------*/

@media (max-width: 928px) {

    .hide_text {
        display: none;
    }

    .canvas_phone {
        display: block;
    }
    
    .section_canvas {
        display: none;
    }

    .section--home--text {
        position: relative;
        max-width: 100%;
        height: 130px;
        margin: 20px auto;
        overflow: hidden;
        top: 250px;
        
    }


  /*   .section--home--text > a .image--hada-name {
        position: absolute;
        left: 5%;
        right: auto;
        top: -125%;
        bottom: -50%;
        margin: auto;
        width: 90%;
    } */


     .description--text {
        max-width: 100%;
        position: absolute;
        color: white;
        overflow: hidden;
        text-align: center;
        top: 30px;
        line-height: 2em;
        letter-spacing: .1em;
        font-size: .6rem;
        
    } 

    .home--title {
        margin-top: -30px;
        font-size: 1.2em;
        
        font-family: Helvetica, Arial, sans-serif; 
    }

   /*  .audio--container {
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 100;
        bottom: 5%;
        right: 42%;
        border: none;
        
    } */







    
    
}

