
#contact{
    
    background:  rgba(240, 240, 240, 240);
    color: 
}
#mapa{
    width: 100%;
    height: 350px;
    
}
#contact1{
padding: 0px;
}

.yo{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#toggle{
    display: none;

    
}

#boton {
    display: block;
    width: 110px;
    height: 110px;
    background: #fff;
    line-height: 110px;
    text-align: center;
    font-size: 80px;
    border-radius: 50%;
    color: rgba(0,255,0,0.7);
    cursor: pointer;
    box-shadow: inset 0 12px 30px rgba(0,0,0,0.5);
}

#toggle:checked ~ #boton {
    background: #fff;
    box-shadow:  0 12px 35px rgba(0,0,0,0.5);
    color: #375270;
    
    
    
}



