.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 10px;

}

.active, .collapsible:hover {
  background-color: #555;
}

.content2 {
  padding: 0 15px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;

}
.precauciones2 {
font-size: 95%;
background-attachment: absolute;
text-align: center;
position: absolute;
left:0%;
right: 2%;
top: 1000%;
width:100%;
	
}


header {
  margin: 0;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  background: white;
  box-shadow: 0 5px 5px -5px #333;
}
#navbar {    
  right: 0;
  margin-right: 0;
  overflow: hidden;
  background-color: rgba(255,0,0,0);
}
#navbarimagen a {
  align-content: center;
  left: 50px;    
  float:left;
  display: block;
  color: dimgrey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}    
header{
    right: 5%;
    margin-right: 0;    
    }
    
#navbar a {
  align-content: center;
  left: 50px;    
  float:right;
  display: block;
  color: dimgrey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: rgba(255,0,0,0);
  color: royalblue;
}

#navbar a.active {
  background-color: rgba(255,0,0,0);
  color: midnightblue;

}

.content {
  padding: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
}

.sticky + .content {
  padding-top: 60px;
}   
.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 6px;
  width: 30px;
  border-radius: 30px;
  background-color: dimgrey;
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  right: -9000px;
}

.bar {
  position: fixed;
  right: 12px;
  top: 24px;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 80px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  right: 0;
  z-index: 2;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 0,7em;
  padding: 5px;
  color: #fff;
  display: block;
}
.menu-expanded a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .15s;
  letter-spacing: 2px;
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-expanded .bar {
  background-color: white;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}
    
#imagen {
    margin-left: 5%;
    margin-top: 1%;
    }
    
@media (min-width: 991px){
    header .menu-collapsed {
            display: none; } 
} 
@media (max-width: 991px){
    header  {background: none;
            box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0);}
    header #navbar, #navbarimagen {
            display: none; } 
} 
@media (min-width: 991px){
    header #imagen {
            display: none; } 
}     

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    right:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.footer {
       position: fixed;
       left: 0;
       bottom: 0%;
       width: 100%;
       background-color: royalblue;
       color: whitesmoke;
       text-align: center;
    }

@media (max-width:1024px) {
        .un_address{
                display:none;
                border: 1px solid black;
        }

}

@media (max-width:768px) {
        .un_age{
                display:none;
                border: 1px solid black;
        }

}


@media (max-width:500px) {
        .un_first{
                display:none;
                border: 1px solid black;
        }

}

