/* Description: Description of the file
Create: 2025-01-05
Update: 2025-04-18 22:48:09
Workspace: AntSoftWSPHP
Relative path: vendor\css\scijoin.css
Autor(s): William Costa Rodrigues
Copyright(c) 2025, William Costa Rodrigues
Dependency: Informe the dependencies
*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto+Slab:300,400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway|Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pushster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*
    font-family: 'Merriweather', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Pacifico', cursive;
    font-family: 'Pushster', cursive;
    font-family: 'Lato', sans-serif;
*/
body,
html {
    height: 100%;
    font-family: 'Lato', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Oswald', sans-serif !important;
}

h1 {
    color: #6610f2 !important;
}

footer a,
footer a:link,
footer a:active,
footer a:visited {
    color: #ffff !important;
    text-decoration: none !important;
}

.bg-scijoin {
    background: #800080ff;

}

.bg-scijoin-gradient {
    background:
        linear-gradient(0deg, #800080ff, #800070 55%, #800060 85%);
}

.transparent {
    opacity: 50%;
}

.transparent-25 {
    opacity: 25%;
}

.transparent-75 {
    opacity: 75%;
}

.transparent-15 {
    opacity: 15%;
}

.shadow-white {
    filter: drop-shadow(0 0 0.5rem white);
}

.shadow-dark {
    filter: drop-shadow(0 0 0.5rem black);

}

.bg-head {
    margin-top: 0 !important;
    height: calc(500px + 45px);
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../images/head.png');
    background-size: cover;
}

.bg-head2::before {
    margin-top: 0 !important;
    height: calc(500px);
    width: 100%;
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../../images/head.png');
    background-size: auto;
}

.bg-head-small {
    height: calc(350px);
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../../images/head_small.png');
    background-size: auto;
}

@media screen and (max-width: 990px) {
    .bg-head-small {
        content: "";
        background-color: #800080d9;
        height: calc(35vh + 45px);
        width: 100%;
        background-image: url('../../images/scijoin_rounded.png');
        background-size: auto;
        background-position: center center;

    }

    .bg-head {
        background-color: #800080d9;
        content: "";
        height: calc(35vh + 45px);
        width: 100%;
        background-image: url('../../images/scijoin_rounded.png');
        background-size: auto;
        background-position: center center;
    }
}


[id*="creativeRandom"]>a>img {
    margin: auto !important;
    display: block;
    max-width: 100%;
    height: auto;
}

.nav-link {
    color: #ffffff !important
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #800080ff;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    right: 5%;
    bottom: 1px;
    padding-top: 2px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px;
    /*transform: rotate(-90deg);*/
}

.scroll-top-wrapper:hover {
    background-color: rgb(73, 6, 73);
    color: #eeeeee;
    box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

a.dropdown-item:hover,
a.dropdown-item:active {
    background: #800080 !important;
    color: #ffff !important;
}

a:hover.nav-link {
    border-bottom: rgba(34, 34, 34, .7) 3px solid;
    background-color: rgba(0, 0, 0, 0.1) !important
}

a.dropdown-item {
    color: #ffffff !important;
}

ul.dropdown-menu {
    background: linear-gradient(0deg, #800080ff, #800070 55%, #800060 85%);
    color: white !important;
}

.img-white {
    filter: brightness(0) invert(1);
}

.img-gray {
    filter: brightness(.8) invert(.1) grayscale(100%);
}

.img-blur {
    filter: blur(0.1rem);
}

.journal-cover-image {
    position: relative;
    max-width: 100%;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
    opacity: 85%;
}

.journal-cover-image .text-content {
    position: absolute;
    /* Position the background text */
    bottom: 0;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    /* Grey text */
    width: 100%;
    /* Full width */
    padding: 20px;
    /* Some padding */
}

.journal-cover-image .img-relative {
    position: absolute;
    max-width: 450px;
    padding: 1em;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    cursor: pointer;
    filter: brightness(0.8) invert(0.1) grayscale(100%);
}

.tr-w-10 {
    width: 10%;
}

.tr-w-15 {
    width: 15%;
}

.tr-w-20 {
    width: 20%;
}

.tr-w-25 {
    width: 25%;
}

.tr-w-30 {
    width: 30%;
}

.tr-w-35 {
    width: 35%;
}

.tr-w-40 {
    width: 40%;
}

.tr-w-50 {
    width: 50%;
}

.tr-w-60 {
    width: 60%;
}

.tr-w-70 {
    width: 70%;
}

.tr-w-80 {
    width: 80%;
}

.tr-w-90 {
    width: 90%;
}

.tr-w-100 {
    width: 100%;
}

.link {
    cursor: pointer;
}