@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,900&display=swap');
/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
#btn-mas{
    display: none;
}
.container-menu__flotante{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.textwa{
    font-size: 10px;
    margin: 10px 2px;
}
.redes {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background: white;
    width: 15px;
    height: 15px;
    margin-bottom: 20px;
    /*border: 1px solid #1d9c00; */
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    transform: translateX(-310px);   
    opacity: 0;
    visibility: hidden;        
}

#btn-mas:checked~ .redes{
    width: 300px;
    height: 260px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 500ms ease;
}

.redes .redes-cont1{    
    opacity: 0;
    visibility:hidden;         
}
#btn-mas:checked~ .redes .redes-cont1{ 
    position: absolute;
    width: 300px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    background: #087e12;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
    opacity: 1;
    visibility: visible;
}
.redes h4, .btn-mas label{
    display: block;
    text-decoration: none;
   /*background: #1d9c00;*/
    color: #fff;    
    /*line-height: 50px;*/
    text-align: center;    
    /*box-shadow: 0px 1px 10px rgba(0,0,0,0.4);*/
    transition: all 500ms ease;       
}
.redes h4{
    opacity: 0;
    visibility: hidden;         
}
#btn-mas:checked~ .redes h4{    
    /*font-family:"Raleway";*/
    font-size: 22px;
    opacity: 1;
    visibility: visible;    
}

.redes .redes-cont2 .fz{
    font-family: poppins;
}
.redes p, .btn-mas label{
    display: block;
    text-decoration: none;    
    color: #fff;
    text-align: center;   
    transition: all 500ms ease;    
}
.redes p{
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~ .redes p{
    margin-top: 5px;
    margin-bottom: 0px;    
    font-size: 14px;
    font-weight: 200;
    opacity: 1;
    visibility: visible;
}

/*------------------*/

.redes .redes-cont2{
    position: absolute;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;
    align-items: center;  */  
    bottom: 0;
}

.redes .redes-cont2 .esp{
    padding-left: 30px;
}
.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    background: #fff;
    color: #0fa51c;
    /*font-family: "Raleway";*/
    width: 240px;
    height: 55px;
    font-weight: 400;    
    line-height: 55px;
    /*text-align: center;*/    
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    transition: all 500ms ease;
}
.redes a:hover{
    background: #fff;
    color: #0fa51c;
}
.redes a{    
    opacity: 0;
    visibility: hidden;    
}
#btn-mas:checked~ .redes a{
    margin-bottom: 20px;
    font-size: 22px;    
    opacity: 1;
    visibility: visible;
}

.btn-mas label{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    background: #0fa51c;
    color: #fff;
    font-size: 36px;
    animation: efecto 1.2s infinite;
}
#btn-mas:checked ~ .btn-mas label{
    /*transform: rotate(135deg);*/
    width: 55px;
    height: 55px;
    border-radius: 55%;
    font-size: 22px;
    color: #fff;
    transition: 0.5s;
    animation: none;
}


/*----------------------*/
@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(15, 165, 28);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(29,156,0, 0);
    }
}

















