@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
     
}






.conte-padre{
    background-color: rgb(190, 185, 185);
    height: 100vh;
    width: 100vw;
    position: relative;
}

.conte-texto{
    background-color: rgb(108, 155, 96);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conte-texto > h1{
    font-size: 3rem;
    background: linear-gradient(0deg, rgb(27, 134, 111) 0%, rgb(55, 146, 52) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Nosifer', cursive;
}

.conte-degradado{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}





/* flotante */


.padre {
    position: absolute;
    bottom: 40px;
    /* right: 20px; */
    margin-left: 650px;
    width: 45px;
    height: 45px;
   /*  background:#73AD20; */
    border-radius:50%;
  /*   border: 1px solid #73AD21; */
    z-index:3;
    text-align: center;
    cursor:pointer;
   
  }


.imagen{

    float: left;
    margin-left: 665px;
    margin-top: -120px;
}




/* loader */

#loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: #000 url('../lo1.gif') no-repeat center center;

}


/* coopy */
.cppy{
    float: left;
    margin-top: -150px;
    
    color: #AA8800;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    z-index: -100000;
}


.flecha{

    position: static;
    float: left;
    margin-top: -15px;
    margin-left: 350px;

}