html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #676a81;
    background-color: whitesmoke;
    margin: 0 auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    max-width: 1980px;
}

div#slider {
    width: 100vw;
    flex: 1;
    overflow: hidden;
    position: relative;
}

div#slider_container {
    width: 10000px;
    height: 100%;
    display: flex;
    position: absolute;
}

div#slider_container>div {
    width: 100vw;
    position: relative;
}

div#page_container {
    display: flex;
    justify-content: center;
}

.top-area {
    position: relative;
    z-index: 9999;
    box-shadow: 1px 1px 2px 2px #efecec;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

nav {
    display: flex;
    padding: 0 12px;
    align-items: center;
    justify-content: flex-end;
}

#navbar-menu {
    display: flex;
}

#navbar-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 22px;
}

#navbar-menu ul li {
    padding: 6px;
}

#navbar-menu ul li a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #ec6607;
    font-weight: 400;
    cursor: pointer;
}

div#user-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    margin: 0 10px;
}

div#user-info a {
    cursor: pointer;
    font-size: 0.7rem;
    color: #588fc1;
    text-decoration: none;
    display: flex;
    gap: 6px;
    align-items: center;
}

div#user-info i {
    font-size: 1.5rem;
}

footer {
    display: flex;
    justify-content: center;
    gap: 300px;
    align-items: center;
    width: 100%;
    background-color: #143857;
    position: fixed;
    bottom: 0;
}

footer p {
    color: #495966;
    font-weight: bolder;
}

footer p img {
    width: 160px;
}

#anim {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}

div.main_container,
div.second_container {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin-top: -6px;
}

div.section {
    cursor: pointer;
}

div#logo_header {
    position: relative;
    max-width: 440px;
}

div#logo_grid_layout {
    position: absolute;
    width: calc(100vw - 88vw);
    max-width: 150px;
    bottom: 4%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

div.page_default_layout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}

div.page_default_layout div.center_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.page_grid_layout {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 25% 75%;
    background-color: white;
}

nav#navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    border-radius: 6px;
    border-right: 2px solid #e7e7e7;
    overflow: scroll;
}

nav#navigation h1 {
    font-size: 2rem;
    color: #ec6607;
    font-weight: bolder;
}

nav#navigation ul {
    width: 100%;
    padding: 0;
    list-style: none;
}

nav#navigation ul li:not(.videos_thumb li) {
    padding: 10px;
    font-size: 1.2rem;
    cursor: pointer;
}

nav#navigation ul li:not(.videos_thumb li) {
    background-image: linear-gradient( to right, #f3910a, #f3910a 50%, #5c5c5c 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 10px 18px;
    margin: 12px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

nav#navigation ul li i {
    font-size: 0.8rem;
    font-weight: bold;
}

nav#navigation ul li:not(.videos_thumb li):before {
    content: '';
    background: #f3910a;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

nav#navigation ul li:not(.videos_thumb li):hover {
    background-position: 0;
}

nav#navigation ul li:not(.videos_thumb li):hover::before {
    width: 100%;
}

div.display>div.banner {
    width: 100%;
    height: 25vh;
    background-color: tomato;
    background-size: cover !important;
    border-radius: 10px;
}

div.display>ul {
    list-style: none;
    display: flex;
    padding: 3%;
    gap: 30px;
    overflow-x: auto;
    margin: 0;
}

div.page_header {
    display: flex;
    justify-content: space-between;
    background-color: #0168b7;
}

div.page_header div.title {
    position: relative;
    flex: 1;
    padding: 20px;
    color: white;
}

div.page_header div.banner {
    /* max-width: 600px; */
}

div.page_header div.title .animated-title {
    display: none;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
}

div.page_header div.title .animated-title>div {
    height: 50%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

div.page_header div.title .animated-title>div div {
    font-size: 2.5rem;
    padding: 2vmin 0;
    position: absolute;
}

div.page_header div.title .animated-title>div div span {
    display: block;
}

div.page_header div.title .animated-title>div.text-top {
    border-bottom: 4px solid #fea735;
    top: 0;
}

div.page_header div.title .animated-title.do_animation {
    display: block;
}

div.page_header div.title .animated-title.do_animation>div.text-top div {
    animation: showTopText 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    bottom: 0;
    transform: translate(0, 100%);
}

div.page_header div.title .animated-title>div.text-top div span:first-child {
    color: #ababab;
}

div.page_header div.title .animated-title>div.text-bottom {
    bottom: 0;
}

div.page_header div.title .animated-title.do_animation>div.text-bottom div {
    animation: showBottomText 0.5s;
    animation-delay: 1.75s;
    animation-fill-mode: forwards;
    top: 0;
    transform: translate(0, -100%);
    font-size: 1rem;
    font-weight: 700;
    color: #224c6c;
}

@keyframes showTopText {
    0% {
        transform: translate3d(0, 100%, 0);
    }
    40%,
    60% {
        transform: translate3d(0, 50%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showBottomText {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

ul.videos_thumb {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

ul.videos_thumb li {
    position: relative;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

ul.videos_thumb li:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 50%);
}

ul.videos_thumb li img {
    width: 100%;
}

ul.videos_thumb li h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

ul.videos_thumb li h3 {
    font-weight: 700;
    margin-top: 10px;
}

ul.videos_thumb li h4 {
    font-weight: 400;
    color: #939393;
}

div#home_page {
    overflow: auto;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em
}

::-webkit-scrollbar-button {
    background: #fff
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #ec6607
}

div.display {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

div#video_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

video {
    width: 80%;
    height: auto;
    max-width: 740px;
}

div#posts_viewer {
    margin: 10px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#posts_viewer h3 {
    text-align: center;
    font-size: 1.5rem;
}

div#posts_viewer p {
    text-align: justify;
    padding: 0 100px;
    margin: 0;
    width: 840px;
}

div#posts_viewer a {
    text-decoration: none;
    color: inherit;
}

div#posts_viewer .cta {
    /* display: none; */
    position: relative;
    margin: 10px 0;
    padding: 19px 22px;
    transition: all 0.2s ease;
    cursor: pointer;
}

div#posts_viewer .cta:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgb(157 242 255 / 50%);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

div#posts_viewer .cta span {
    position: relative;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
}

div#posts_viewer .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

div#posts_viewer .cta:hover:before {
    width: 100%;
    background: #9df2ff80;
}

div#posts_viewer .cta:hover svg {
    transform: translateX(0);
}

div#posts_viewer .cta:active {
    transform: scale(0.96);
}

div.hidden_post {
    display: none;
}

button#close_viewer {
    display: none;
    color: grey;
    font-size: 1rem;
    margin: 12px 0;
}

.filter_input {
    display: flex;
}

.filter_input input {
    width: 100%;
    min-width: 400px;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    outline: none;
    cursor: pointer;
    color: #7a7a7a;
    font-weight: 700;
}

.filter_input input:hover {
    border: 1px solid #86bd86;
}

.filter_input input::placeholder {
    font-style: italic;
    font-size: 1em;
    color: #c9c9c9;
    font-weight: 100;
}

.filter_input .submit {
    white-space: nowrap;
    background-color: #86bd86;
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.modal .center .field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
}

.modal .center .field * {
    word-break: break-all;
}

.modal .center p {
    margin: 0;
    font-size: 0.8rem;
}

.modal .center span {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 400;
    color: #5c5c5c;
    padding: 8px 0;
}

.modal .footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 8px;
    border-top: 1px solid #e7e7e7;
}

.modal .footer button {
    outline: none;
    border: none;
    padding: 8px 20px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.modal .footer button:hover {
    filter: hue-rotate(275deg);
}

.modal .footer button.close {
    background-color: #ff9393;
}

.header_fisso{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor:pointer;
    background-color: #191e3b;
    width: auto;
    height: auto;
    padding: 32px 56px;
}

.header_fisso .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_fisso .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_fisso .left h2{
    color: #f19103;
    font-size: 1.3rem;
}

.header_fisso .left h3{
    color: #34b5a1;
    font-size: 2rem;
    margin-top: 1rem;
}

.header_fisso .left h4{
    color: #ffffff;
    font-size: 1rem;
    margin-top: 0.3rem;
}

.header_fisso *{
    margin: 0;
}

.header_fisso .right h2{
    color: #34b5a1;
    font-size: 1.3rem;
}

.header_fisso .right h3{
    color: #539389;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.header_fisso .right h4{
    background-color: #f19103;
    font-size: 1rem;
    margin-top: 0.3rem;
    color: #6c4b1a;
    padding: 6px 42px;
    border-radius: 2px;
    margin-top: 1rem;
}

#magazine svg, #library svg{
    margin-left: -1px;
}

.scientific_list{
    max-width: 860px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    list-style: inside;
    list-style-position: outside;
    padding: 40px;
    border-radius: 6px;
    font-size: 1rem;
    overflow: auto;
}

.center{
    align-items: center;
}

.about_container{
    max-width: 800px;
    overflow: auto;
    padding: 22px 34px;
}

.default_title{
    font-size: 25px;
    color: #0065ff;
}

.paragraph{
    font-size: 1rem;
}

.p_bold{
    color: #ec6607;
    font-weight: bold;
}