/*========================================*/
/*! Nav */
.dropdown:hover .dropdown-menu {
    display: block;
}
/*========================================*/

/*========================================*/
/* Cookie Notice */
.cookie-consent-modal {
  z-index: 9999;
}
#cookies{
    display: none;
}
/*========================================*/

/*========================================*/
/*===== Back to Top Button =====*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*========================================*/

/*========================================*/
/*===== WhatsApp Button =====*/
.float{
	position:fixed;
	bottom:20px;
	left:20px;
  z-index:1;
}
/*========================================*/

.highlight {
  --bas-blue: #2b6aa6;
  margin: 1rem 0;
  color: var(--bas-blue);
  border: 0;
  border-top: 2px solid;
  width: 100px;
}
.highlight.center {
  margin: 1rem auto
}
.content-space-3 {
  padding-top:7.5rem!important;
  padding-bottom:7.5rem!important
}
.content-space-lg-4 {
  padding-top:5rem!important;
  padding-bottom:5rem!important
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
