@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;
/*      background-image: url(fondo_CUPVER.jpg); 
 */    /*  background-image: url(cp1.jpg);  */

     /* background-size: cover ; */
  
     background: url(copy.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-size: cover;
     /*  background-position-y:top ; */
      /* background-position-x:px */




}




.conte-padre{
    background-color: black;
    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;
   
  }


  /* redonda */


  .imgRedonda {
    width:10px;
    height:10px;
    border-radius:10px;
}







