/* NavBar */

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: .75em 0;
  letter-spacing: 1px;
  color: #ce9f41;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#mainNavB .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  /*padding: .75em 0;*/
  letter-spacing: 1px;
  color: #ce9f41;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}

#mainNavB .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}

.nav-link:hover, .nav-link:focus {
  color: black !important;
}

@media (min-width: 992px) {
  #mainNavB {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
    background-color: transparent;
  }
}

/* Various */

.btn-primary {
  color: #fff;
  background-color: #ab9c65;
  border-color: #CE9F41;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #3b3b39 !important;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  transition: all .3s;
  color: #fff;
  border-radius: 100%;
  outline: none;
  background-color: #737373;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}

/* Remove button border and shadow */

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ab9c65 !important;
  border-color: #ab9c65 !important;
  color: #fff;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: none !important;
}

/* Bullets */

.container-bullets ul {
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

.container-bullets ul li {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  padding-bottom: 0.5rem;
}

ul.blue-bullets li {
  padding-left: 24px;
  padding-bottom: 0.75rem;
}

ul.blue-bullets li:after, ul.blue-bullets li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  background-color: #cca025;
}

ul.blue-bullets li:after {
  left: -1px;
  width: 17px;
  height: 17px;
  border: 4px double #fff;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}

ul.blue-bullets li:before {
  left: 7px;
  width: 1px;
  height: 100%;
}

ul.blue-bullets li:last-child:before {
  display: none;
}

ul.blue-bullets a {
  color: #212529;
  text-decoration: none;
}

ul.blue-bullets a .icon {
  width: 14px;
  height: 14px;
  top: -4px;
}

ul.blue-bullets a:active, ul.blue-bullets a:focus, ul.blue-bullets a:hover {
  color: #cca025;
}

/* Page Heading */

.page-heading {
  font-size: 4rem;
}

.page-sub-heading {
  font-size: 3.25rem;
}

@media (max-width: 576px) {
  .page-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .page-sub-heading {
    font-size: 2rem;
  }
}

/* Remove Form Shadows */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffe89b;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  border-color: #ffe89b;
  outline: 0;
  box-shadow: none;
}

/* Adjust Page Heading top Margin */

@media (min-width: 992px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

#infografico ul.list-group li {
  border: none;
  background: none;
}

@media (min-width: 474px) {
  #adv-desktop {
    display: flex !important;
  }
}

@media (min-width: 474px) {
  #adv-mobile {
    display: none !important;
  }
}

@media (max-width: 474px) {
  #adv-desktop {
    display: none !important;
  }
}

@media (max-width: 474px) {
  #adv-mobile {
    display: flex !important;
  }
}

/* ***************** PRIVACY COOKIE MODAL ***************** */

#privacy-cookie {
  font-size: 0.9em;
}

/* * Bootstrap Cookie Alert by Wruczek&nbsp;* https://github.com/Wruczek/Bootstrap-Cookie-Alert&nbsp;* Released under MIT license */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #414445;
  font-size: 0.9rem;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 2000ms;
}

.cookiealert a {
  text-decoration: underline color: #fff;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;  
}


