:root {
  --pes-light-blue:#0050FF;
  --pes-blue:#053bb5;
  --pes-blue-darker: #152D68;
  --pes-blue-gray:#90a6d4;
  --pes-blue-dark:#4e4b80;
  --pes-blue-menu: #4B4881;
  --pes-green:#4fdcb9;
  --pes-purple:#b30073;
  --pes-light-gray:#f3f9f7;
  --pes-light:#f9f9f9;
  --pes-very-light-blue:#B8C7E9;
  --pes-black-blue:#3B2D4C;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100&family=Oswald:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@200&family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300&family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400&family=Oswald:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500&family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700&family=Oswald:wght@700&display=swap');

/* Titles */
.h1 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 54px !important;
  letter-spacing: -0.03em;
  color: #F2F9F7;
}

.h2 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 45px !important;
  letter-spacing: -0.03em;
  color: #3B2D4C;
}

.h3 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  color: #3B2D4C;
}

.h4 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 27px !important;
  color: #F2F9F7;
}

.h5 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #F2F9F7;
}

a:hover{
  text-decoration: underline !important;
  color: inherit!important;
}

@media screen and (max-width: 700px) {
  .h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

a:focus-visible {
  outline: none;
}

#page {
  max-width: 1920px;
  width: 100%;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-nav-container {
  position: absolute;
  top: 0;
  left: 20%;
  padding: 0;
}

.header-nav-collapsible {
  flex: auto;
}

#navbar-main {
  justify-content: center;
  padding: 0;
  background-color: transparent !important;
  display: flex;
  width: 75%;
}

#header {
  position: absolute;
  top: 25px;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1920px;
}

#header.sticky {
  position: fixed;
  top: 0;
}

.page-res-soc {
  z-index: 10;
  position: absolute;
  background-image: url(../../../../modules/custom/acelys_pes_blocks/src/bg_sn.png);
  height: 269px;
  width: 91px;
  top: 33%;
  right: 0;
  padding-right: 0.5rem;
}

/* overwrite default contextual-region in contextual module */
#block-pes-barrio-main-menu {
  position: unset !important;
  display: flex;
  width: 100%;
  height: 100px;
}

#CollapsingNavbar {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}

#blubar-menu {
  background-color: var(--pes-blue-darker);
  width: 100%;
  display: flex;
  height: 50px;
}

.dropdown-menu[data-bs-popper] {
  top: 164% !important;
  border-radius: 0;
  border: transparent 0;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
}

.nav-link, a[class^="nav-link-"], a[class^="active nav-link-"] {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 27px;
  color: var(--pes-blue-menu);
}

.dropdown-item a[class^="nav-link-"], .dropdown-item a[class^="active nav-link-"] {
   text-decoration: none;
   font-family: 'Oswald', sans-serif;
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 36px;
   color: var(--pes-blue-menu);
}

.nav-link:hover, a[class^="nav-link-"]:hover,
a[class^="active nav-link-"]:hover,
.dropdown-item a[class^="nav-link-"]:hover,
.dropdown-item a[class^="active nav-link-"]:hover {
  color: var(--pes-light-blue);
}

.navbar-nav .nav-link.active, .nav-link.menu-item-label.show, .dropdown-item a[class^="active nav-link-"] {
  color: var(--pes-light-blue) !important;
}

.textColorImage-container ul, .simpleTexte-txt ul {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
}

.block-li-purple li::marker {
  content: "\2022  ";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--pes-purple);
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}

.webform-button--submit {
  background-color: var(--pes-purple) !important;
  color: white !important;
  text-decoration: none; !important
  padding: 0.2em 2em !important;
  border-radius: 30px !important;
  border: 2px solid var(--pes-purple) !important;
  text-transform: uppercase !important;
  font-family: 'Archivo', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  transition: background-color 0.3s, color 0.3s !important;
}

@media screen and (max-width: 991.9px) {
  #header {
    width: 100%;
    margin: 0;
    position: sticky;
    top: 0;
  }

  #header.sticky {
    position: sticky;
  }

  #block-responsivemenumobileicon {
    display: flex;
    flex-direction: column;
    width: 102px;
    background-color: var(--pes-green);
    color: var(--pes-blue-dark);
  }

  #block-pes-barrio-main-menu {
    height: 80px;
  }

  .menu-chevron {
    display: none !important;
  }

  #navbar-main {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .h1 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -0.03em;
    color: #F2F9F7;
  }

  div[class^="bs-ml-"],
  div[class*=" bs-ml-"] {
    margin-left: 0 !important;
  }

  div[class^="bs-mr-"],
  div[class*=" bs-mr-"] {
    margin-right: 0 !important;
  }

  div[class^="bs-pl-"],
  div[class*=" bs-pl-"] {
    padding-left: 0 !important;
  }

  div[class^="bs-pr-"],
  div[class*=" bs-pr-"] {
    padding-right: 0 !important;
  }
}
