
@font-face {
    font-family: 'Aeonik Condensed';
    src: url('../fonts/Aeonik-Condensed/aeonikcondensed-light.woff2') format('woff2'),
        url('../fonts/Aeonik-Condensed/aeonikcondensed-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/aeonik-light.woff2') format('woff2'),
        url('../fonts/Aeonik/aeonik-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/aeonik-medium.woff2') format('woff2'),
        url('../fonts/Aeonik/aeonik-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.breadcrumb,
.eyebrow {
  text-transform: lowercase !important;
}

.font-body {
  font-family: 'Aeonik', sans-serif;
  font-weight: 300;
}

.font-base {
   font-family: "Aeonik Condensed", sans-serif;
  letter-spacing: 0px;
}

.text-lowercase {
  text-transform: lowercase;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Aeonik Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: -0px !important;
}


#mainNav .navbar-brand img {
  max-height: 2.5rem!important;
}
#mainNav .navbar-nav .nav-link {
  text-transform: lowercase;
  padding-left: .75rem!important;
  padding-right: .75rem!important;
}


.dropdown-menu-custom {
  border-radius: 0 0 48px 0;
}


.list-group-separated .list-group-item:not(:first-child) {
  border-top: 1px solid #18322930;
}


.list-group-separated .list-group-item {
  border-radius: 0 50px 50px 0;
  border: 0!important;
  position: relative;
}

.list-group-separated .list-group-item::after {
  content: '';
  display: block;
  width: calc(100% - 18px);
  height: 1px; 
  background: #18322930;
  position: absolute;
  bottom: 0;
  left: 0;
} 

.action,
.btn {
  text-transform: lowercase;
}

.rounded-pill {
  border-radius: 0 50rem 50rem 0!important;
}


.lead {
  font-family: "Aeonik", sans-serif;
  font-size: 1.5rem!important;
  font-weight: 300;
}

.page-link:hover,
.bg-light {
  background-color: #d9ded9!important;
}

.border-top {
  border-top-color: #d9ded9!important;
}

.text-muted {
  color: #d9ded9!important;
}

.dropdown-menu .dropdown-item {
  color: #546754;
}

.screen-reader-text {
  border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


html[lang=es] .card-footer a:first-child:last-child[hreflang=es] {
    display: none;
}

html[lang=en] .card-footer a:first-child:last-child[hreflang=en] {
    display: none;
}


.with-dot::after {
  content: '·';
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.with-dot:last-child::after {
  content: none;
}


.navbar-dark .navbar-nav .nav-link {
 border-color: transparent!important; 
}

#cc-main .pm__btn[data-role=necessary],
#cc-main .cm__btn[data-role=necessary] {
  background: #850d0d;
  border-color: #850d0d;
  color: white;
}



.legal h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.legal h3,
.legal h4,
.legal h5 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal ul,
.legal ol {
  padding-left: 1.5rem;
}

.legal section {
  margin-bottom: 3rem;
}

.legal table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.legal th,
.legal td {
  padding: 1rem;
  border: 1px solid #d9ded9;
}

.legal thead th {
  background: #183229;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.legal tbody th {
  background: #d9ded9;
  text-align: center;
  font-weight: 700;
}

.legal td {
  background: #fff;
}