body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
background: transparent; /* Old browsers */


}



.underline-on-hover:hover {
  
  border-bottom: 3px solid rgb(117, 188, 232);
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px;
  
}



.navbar {
  overflow: hidden;  
  position: fixed;
  top: 0;
  width: 100%;
}


.boton{
  background-color: rgb(10, 54, 81);
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  border-radius: 15px; 

}

a {
  color: #8cd3ff;

}


a:link {
  text-decoration: none;
  color: #8cd3ff;
}

a:visited {
  text-decoration: none;
  color: #8cd3ff;

}

a:focus {

}

a:hover {

}

a:active { 
  text-decoration: none;
  

}

h2{
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 3em; 
  color: rgb(10, 54, 81);
}

h3{
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 2.2em; 
  color: rgb(10, 54, 81);
}

h4{
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 1.1em; 
  color: gray
}

h5{
  font-family: 'Roboto', sans-serif;
  font-weight:normal;
  font-size: 1em; 
  color: gray
}

p{
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 1.2em;
  color: gray;
  text-align: justify; 
}

p2{
  padding: 3%;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 1.2em;
  color: white;
  text-align: justify; 
}

p3{
  font-weight: normal;
  font-size: medium;
}

.box{
  background-color:white;
  border-style: solid;
  border-width: thin;
  border-color: rgb(234, 234, 3264); 
  
}

.card-text{
  font-weight: normal;
  font-size: medium;
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#footer{
  width:100%;
  height:%; 
  position:fixed;
  bottom:0;
  left:0;
  background-color:blue;
  }

  .formtext{
    color: rgb(10, 54, 81);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
  }

  .mapa{
    border: blue;
    border-style: solid;
    border: 20px;
    
  }