@font-face {
    font-family: "Sarai Regular";
    src: url("../fonts/Sarai Regular.ttf") format("truetype");
}

* {
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
    height: 100%;
}

body {
    background: url(../images/background_20.png) 600px repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: #1b7eff;
}

h1 {
    font-size: 40px;
    font-weight: 900;
}

.large_center {
    max-width: 1200px;
    margin: 0 auto;
}

.medium_center {
    max-width: 1200px;
    padding: 0 60px;
    margin: 0 auto;
}

.umons_grey_btn {
    background-color: #4D4D4D!important;
}

.umons_grey_btn:hover {
    background-color: #3D3D3D!important;
}

.umons_red_btn {
    background-color: #BD0E3A!important;
}

.umons_red_btn:hover {
    background-color: #C9113F!important;
}

.umons_blue_btn {
    background-color: #00366D!important;
}

.umons_blue_btn:hover {
    background-color: #093F75!important;
}

.umons_yellow_btn {
    background-color: #EFAF04!important;
}

.umons_yellow_btn:hover {
    background-color: #FFC31F!important;
}

/* #region ARROW_HOVER_BTN */
.arrow_btn {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    width: max-content;
}

.arrow_btn svg.btn_hover_arrow {
    position: relative;
    top: 1px;
    margin-left: 8px;
    stroke-width: 2px;
    fill: none;
    stroke: currentColor;
    transform: none;
}

.btn_hover_arrow, .btn_hover_arrow *, .btn_hover_arrow:hover, .btn_hover_arrow *:hover {
    transition: 150ms cubic-bezier(0.215,0.61,0.355,1);
}

.btn_hover_arrow__linePath {
    opacity: 0;
    transition: 150ms cubic-bezier(0.215,0.61,0.355,1);
}

.arrow_btn:hover .btn_hover_arrow__linePath {
    opacity: 1;
    transition: 150ms cubic-bezier(0.215,0.61,0.355,1);
}

.arrow_btn:hover .btn_hover_arrow__tipPath {
    transform: translateX(3px);
}

.btn_hover_arrow__tipPath {
    transform: translateX(0px);
}
/* #endregion ARROW_HOVER_BTN */


/* #region LANGUAGE AND EDITION PICKER */
#lng_picker > div {
    position: relative;
    user-select: none;
}

#lng_picker > div > a {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    margin-left: 20px;
    background-size: 22px;
    background-position: left;
    border-radius: 0;
    font-size: 0.8em;
    color: black;
    font-weight: 700;
}

#lng_picker > div > a svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
}

#lng_picker > div > div, #edition_picker {
    display: none;
    grid-gap: 5px;
    position: absolute;
    z-index: 5;
    top: 35px;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
    background:#fafbfb;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.1);
    min-width: 150px;
    border: 1px solid #dbdbdb;
} 

#lng_picker > div > div:before, #edition_picker:before {
    content: " ";
    display: inline-block;
    width: 8px; 
    height: 8px;
    background: #fafbfb;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotateZ(45deg);
    box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-radius: 3px;
}

#lng_picker button, #edition_picker a {
    width: 100%;
    height: 100%;
    background-size: 25px;
    background-position: calc(100% - 5px) center;
    text-align: left;
    font-weight: 700;
    color: #363636;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #fafbfb;
}

#edition_picker a {
    text-align: center;
}

#edition_picker a {
    padding: 3px 8px;
    /* border: 1px dashed #949494; */
}

#edition_picker {
    min-width: max-content;
}

#lng_picker button:hover {
    background-color: #fff;
    border: 1px solid #f2f2f2;
}


#edition_picker a:hover {
    background-color: #BD0E3A;
    color: #fff;
}


.language_picker, #edition_selector {
    position: relative;
}
/* #endregion LANGUAGE AND EDITION PICKER */


.swiper-button-prev, .swiper-button-next {
    background: url(../images/next.svg) no-repeat center/25px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.7;
}

.swiper-button-prev {
    transform:scaleX(-1);
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: none;
}

.edition_selector-mobile {
    display: none;
}


#site_container {
    min-height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: max-content auto max-content;
    justify-items: center;
}

header {
    padding: 30px 30px 0 30px;
    display: grid;
    grid-template-rows: max-content max-content;
    grid-gap: 15px;
    width: 100%;
}

header > div {
    display: grid;
    grid-template-columns: 160px auto repeat(3, max-content);
    height: 70px;
    grid-gap: 15px;
    align-items: center;
    font-size: 15px;
}

header > div img {
    width: 160px;
    height: 70px;
}

header > div > #download_program_btn {
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    border: 2px dashed #BD0E3A;
    color: #BD0E3A;
    font-weight: 700;
    background: url(../images/program_icon.svg) left+15px center/25px no-repeat;
    transition: 0.3s;
}

header > div > #download_program_btn:hover {
    border: 2px solid #BD0E3A;
    transition: 0.3s;
}

header > div > #signup_btn {
    padding: 7px 15px;
    border-radius: 100px;
    border: 2px solid #BD0E3A;
    color: #FFFFFF;
    font-weight: 700;
    background: #BD0E3A;
}

header > nav {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: max-content auto; 
    height: max-content;
    width: 100%;
}

header > nav > div:first-child {
	display: grid;
	grid-template-columns: repeat(5, max-content);
	grid-gap: 3px;
}

header > nav > div > a {
    font-size: 16px;
    color: #FFF;
}

header > nav > div > a.mobile {
    display: none;
}

header > nav > div:last-child, header > nav > div > a {
    padding: 5px 16px;
    background-color: #4D4D4D;
    font-weight: 700;
}

header > nav > div > a {
    transition: 0.5s;
}

header > nav > div > a:hover {
    transform: translateY(-3px);
    transition: 0.5s;
    color: #fff;
}

header > nav > div > a:first-child {
    border-radius: 10px 0 0 10px;
}

header > nav > div:last-child {
    border-radius: 0 10px 10px 0;
}

header > nav > div:last-child {
    color: #BEBEBE;
    font-size: 0.8em;
    height: 100%!important;
    text-align: right;
    display: grid;
    align-items: center;
    justify-items: right;
    width: 100%;
}

#edition_selector {
    cursor: pointer;
    user-select: none;
    margin-left: 20px;
    color: #BEBEBE;
}

#edition_selector > div {
    width: max-content;
    height: max-content;
}

#content_container {
    display: grid;
    grid-gap: 80px;
    width: 100%;
}

#content_container > * {
    width: 100%;
}

#content_container > div {
    padding: 50px
}

footer {
    min-height: 250px;
    background-color: #4d4d4d;
    width: 100%;
    max-width: 100%;
}

footer > div {
    min-height: 250px;
    width: 100%;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: max-content auto max-content;
    /* padding: 0 5vw; */
    grid-gap: 50px;
    max-width: 100%;
    padding: 0 120px 0 30px;
}

footer > div > .center {
    display: grid;
    align-items: center;
    /* justify-content: center; */
}

footer > div > .center > div {
    margin: 10px;
    height: 80%;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    /* border: 4px solid #000; */
}

footer > div > .center > div > iframe {
    height: 100%;
    width: 100%;
}

footer > div > .left {
    height: 100%;
    display: grid;
    grid-template-rows: max-content auto max-content;
    padding: 40px;
    color: #D2D2D2;
}

footer > div > .left > img {
    width: 200px;
}

footer > div > .left > #social {
    display: grid;
    grid-template-rows: repeat(2, max-content);
    grid-gap: 10px;
}

footer > div > .left > #social .email {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    grid-gap: 10px;
}

footer > div > .left > #social .email img {
    margin-right: 5px;
    margin-bottom: 3px;
}

footer > div > .left > #social .email a, 
footer > div > .left > #social .email a:visited, 
footer > div > .left > #social .email a:hover {
    color: #D2D2D2;
    /* font-weight: 800; */
    letter-spacing: 1px;
    font-size: 0.9em;
}

footer > div > .left > #social .networks {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    grid-gap: 10px;
}

footer > div > .left > #social .networks * {
    border-radius: 100%;
    height: 30px;
    width: 30px;

}

footer > div > .left > #social img {
    width: 30px;
}

footer > div > .left > #social img:hover {
    filter: brightness(1.1);
}

footer > div > .left > #social > a {
    color: #7A7A7A;
    /* font-weight: 800; */
    width: max-content;
    font-size: 13px;
}

footer > div > .right {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr;
}

footer > div > .right > div {
    border-left: 1px dashed #7c7c7c;
}

footer > div > .right > div {
    padding: 35px;
}

footer > div > .right h3 {
    font-size: 18px;
    margin: 0;
    color: #BEBEBE;
}

footer > div > .right ul {
    font-size: 15px;
    margin: 0;
    color: #BEBEBE;
    list-style: none;
    padding: 0;
    margin: 0;
    /* font-weight: 700; */
    /* padding-top: 10px; */
}

footer > div > .right ul li {
    padding: 5px 0;
}

footer > div > .right ul a {
    color: #888A8D;
}

footer > div > .right > div:last-child {
    display: grid;
    height: 100%;
    /* align-items: flex-end; */
}

footer > div > .right > div:last-child a {
    color: #7A7A7A;
    /* font-weight: 800; */
    width: max-content;
    font-size: 15px;
}

footer > div > .right > div:last-child a:hover {
    color: #a3a3a3;
}


#body > .card {
    background-color: transparent;
    border: none;
}

#body > .card > .row > div > .card {
    padding: 10px;
    margin: 0!important;
}

header > div .nav-link.dropdown-toggle {
    display: inline-block!important;
}

header > div .nav-item .dropdown-menu {
    /* left: 0; */
    transform: translate(0px, 50px)!important;
    top: 50px;
}

#navbar_special_btns {
    display: grid;
    grid-template-columns: max-content max-content;
}

#navbar_special_btns a.nav-link, 
#navbar_special_btns a.nav-link:visited, 
#navbar_special_btns a.nav-link:hover {
    font-weight: 700;
    color: #000;
}

.hamburger {
    display: none;
}

.dataset_card {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px dashed rgb(155, 155, 155);
    margin-bottom: 20px;
}

.dataset_card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.dataset_card h3 {
    font-weight: 800;
    color: #bd0e3a;
}

/* .dataset_card > div:last-child {
    grid-column: 1 / -1;
} */

.dataset_card a, .dataset_card a:hover {
    color: #ffffff;
    background-color: #093F75;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.5s;
}

.dataset_card a:hover {
    background-color: #095eb3;
    transition: 0.5s;
}

.dataset_card span {
    color: #fff;
    background-color: #03a969;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
    display: inline-block;
}