/* Add a black background color to the top navigation */
.topnav {
  background-color: #fff;
overflow: hidden;
height: 95px
}

/* Style the links inside the navigation bar */
.topnav a {
  font-family: 'Montserrat';
  float: right;
display: block;
color: #333333;
text-align: center;
padding: 60px 24px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: white;
    color: #5cc1e2;
    border-bottom: 2px;
    border-bottom-color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: white;
    color: #5cc1e2;
    border-bottom: 2px;
    border-bottom-color: black;
}

.topnav img {
  max-width: 170px;
  margin-top: 20px;
  margin-left: 20px;
}

#nuestraapp  {
  background-color: #5cc1e2;
  padding-top: 52px;
      padding-left: 38px;
}

.video  {
  margin-left: 25%;
padding-bottom: 54px;
}

#contacto  {
  height: 635px;
background-color: #5cc1e2;
padding-top: 27px;
}

#contacto h1  {
  text-align: center;
  font-size: 50px;
  font-family: 'montserrat';
}

.grueso  {
  height: 200px;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fino  {
  height: 25px;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.inputs  {
  margin-left: 39%;
  font-size: 10px;
  font-family: 'montserrat';
}

footer  {
  text-align: center;
  font-family: 'montserrat';
  padding-left: 100px;
  padding-right: 100px;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
