.menuprincipal{
	position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
.topnav {
  overflow: hidden;
  background-color: #005daa;
  position: relative;

}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav a.icon {
  background: #005daa;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  background-color: #005daa;
  color: #ffffff;
}
.active {
  background-color: #ffffff;
  color: white;
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}
.popup {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color:#000000;
}




.overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 199;
}
.overlay1.active1 {
  visibility: visible;
  opacity: 1;
  z-index: 199;
}



.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 199;
}
.overlay2.active2 {
  visibility: visible;
  opacity: 1;
  z-index: 199;
}
.popup {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color:#000000;
  z-index: 199;
}

.botwhatsapp{z-index: 90; position: fixed; bottom:40px; right:5%; color:#ffffff;  border-radius: 30px; width: 50px; height: 50px;}

.botagendacita{z-index: 99; position: fixed; bottom:40px; right:35%; background-color:#ee3524; color:#ffffff; font-weight:500; font-size:14px; padding: 20px; border-radius: 15px;}
.botoncita {background-color:#005daa; color:#ffffff; font-weight:500; font-size:14px; padding: 15px; border-radius: 10px; text-decoration: none;}
.botagenda{ text-align: center; padding-bottom:20px; padding-left:15%}


