.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
body {
    background-image: url(../images/FondoElectrico.jpg); /* */
	background-size: cover;
}


.no-geolocation .box { color: red; }
.geolocation .box { color: green; }

p{ 
    
    font-weight: bold!important;
    text-align: center;
}
nav p {
    color: white;
}

.jumbotron{
    background-color: hsla(211, 100%, 13%, 0.72);
    color: white;
}
.contact .btn {
    margin: 20px 0px;
}

.notice{
    margin:20px auto;
    
    padding: 1px;
    text-align: center;
}
.notice p{
    color: black!important;
    margin: 10px auto;
}
input[type="radio"] {
    width: 4em;
    height: 4em;
    margin-left: -5px!important;
    margin-top: 20px;
}
.med {
    width: 47%;
    display: inline-block;
    text-align: center;
}
.roundBtn{
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    height: 100px;
    width: 100px;
}