


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap');
@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap’);


/* Colors */

    body {
        --quizzes-green: #6BCABA;
        --quizzes-green-hover: #A6DFD6;
        --quizzes-blue: #3C97CB;
        --quizzes-gray: #444444;
        --quizzes-light-gray: #f4f5f6;
        --wiris-gray: #444444;
        --wiris-medium-gray: #888888;
        --wiris-light-gray: #f4f5f6;
        --wiris-red: #C8102E;
        --wiris-soft-red: #F6485E;
        --wiris-red-over: #AD0525;
        --wiris-green: #007680;
        --wiris-soft-green: #6BCABA;
        --wiris-soft-green-alpha60: rgba(107,202,186,.4);
        --wiris-light-green: #b1ecda;
        --wiris-green-over: #00454b;
        --wiris-blue: #236192;
        --wiris-soft-blue: #4698CB;
        --wiris-light-blue: #E4ECF2;
        --wiris-yellow: #FFB81C;
        --wiris-soft-yellow: #FBD872;
        --wiris-border-color: #dee2e6;
        --wiris-blog-gray: #F1F9FF;

    }

    body, body.theme2 {
    position: relative; /* Position relative for Scrollspy */
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--wiris-gray);
    line-height: 1.6;
    background-size: 300px;
    background-position: 95% top;
    background-repeat: no-repeat;
    }

    .bg-wiris-red {
    background-color: var(--wiris-red)!important;
    }

    .bg-primary, .btn-primary, .publications-condensed .portal-single-publication a, .toolbar, .tool-search-form .search-field, .pager li>a:hover, .pager li>span:hover {
    background-color: #fff;
    }

/* Text Styles */
    
    @media (min-width: 768px) {
        html {
            font-size: 15px;
        }
    }

    @media (min-width: 1200px) {
        html {
            font-size: 16px;
        }
    }

    @media (min-width: 1440px) {
        html {
            font-size: 18px;
        }
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6, .titlepage h1.title, .titlepage h2.title, .titlepage h3.title {
        font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-weight: 00;
        line-height: 1.15;
        color: var(--quizzes-gray);
        margin: 0.5em 0 1.3em;

    }


    .h2, h2 {
        font-size: 2.3rem;
    }

    h3, .h3 {
        font-size: 2rem;
        font-weight: 600;
    }

    h3.subtitle {
        font-size: 1.3rem;
    }

    h4, .h4 {
        font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-size: 1.7rem;
        font-weight: 600;
    }

    h5, .h5 {
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: revert;
    }

     h6, .h6 {
        font-size: 1.3rem;
        font-weight: 600;
        text-transform: revert;
    }

    .lead {
        font-size: 1.1rem;
    }

    .portal-single-publication h3 {
        font-size: 24px;
    } 
    
    .sm-simple a, .sm-simple a {
        font-size: 17px;
    }

    pre, code {
    font-size: 1em;
    }

    span.emphasis {
    font-weight: 500;
    }

    .titlepage h2.title {
    color: var(--wiris-medium-gray);
    }

    .abstract {
        display: none;   
    }

    .portal-single-publication h3 {
        margin: 0.6em 0 0;
        font-size: 18px;
        #top: 50%
    }  

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

/*Center img*/

    .materialboxed {
        margin-left: auto;
        margin-right: auto;
    } 

    .image-center > *, 
    .image-center > .material-placeholder > * {
            margin: 0 auto;
     }
     
     .image-right > *, 
     .image-right > .material-placeholder > * {
             margin-right: 0px;
             margin-left: auto;
     }

        @media (min-width: 768px) {
            .lead {
                font-size: 1.25rem;
            }
            portal-single-publication h3 {
            font-size: 13px;
             }    
             .sm-simple a, .sm-simple a {
                font-size: 13px;
            }        

        }

        @media (min-width: 960px) {
            h1, .h1 {
                font-size: 3rem;
            }
            h2, .h2 {
                font-size: 2.3rem;
            }
            h3, .h3 {
                font-size: 2rem;
            }
            h4, .h4 {
                font-size: 1.7rem;
            }
            h5, .h5 {
                font-size: 1.5rem;
            }
            h6, .h6 {
                font-size: 1.25rem;
            }
            .lead {
                font-size: 1.3rem;
            }
            .small-text {
                font-size: .9rem
            } 
            .portal-single-publication h3 {
                font-size: 16px;
            }  
            .sm-simple a, .sm-simple a {
                font-size: 16px;
            }      
        }

        @media (min-width: 1200px) {
        /*    h1, .h1 {
                font-size: 3rem;
            }
            h2, .h2 {
                font-size: 2.2rem;
            }
            h3, .h3 {
                font-size: 1.45rem;
            }*/
           
            .lead {
                font-size: 1.2rem;
            }
            } 
            .portal-single-publication h3 {
                font-size: 18px;
            } 
        }

        @media (min-width: 1680px) {
            h1, .h1 {
                font-size: 3.5rem;
            }
        }

        a, .text-primary, .btn-primary .badge, .btn-link, .pagination>li>a, .pagination>li>span, .nav-site-sidebar .active>a, .portal-single-publication .publication-icon i, .portal-single-publication .publication-icon .fa, .publication-contents a:hover, .publication-contents h4 a, .theme2 .section-nav.nav li.active>a{
    color: var(--wiris-soft-red);
}
/*Portal style*/
    
    .portal-header .logo-link {
    text-align: center;
    }

    .portal-header-navbar {
        background-color: transparent;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        color: var(--wiris-soft-red);
        font-size: 20px;
        font-weight: 500;
    }

    a.external-top-nav-link:hover, a.external-top-nav-link:focus {
        color: rgba(0,0,0,.7) !important;
        background-color: #f9f9f9 !important;
        border: 1px solid white !important;
        border-radius: 4px;
    }

    .portal-header::after{
        height: 320px;
        background-image: url(https://www.algolia.com/client-assets/72ffc3756dddaa55e16fc5b899c01cf1/03a23453a151809e394f3708308c94c3.svg);
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-size: auto 100%;
    }
    .portal-header{
        background-image: url(https://www.wiris.com/wp-content/themes/twentytwenty-child/img/wiris-shape-03.svg);
        background-size: 200px;
        background-position: 100% top;
        background-repeat: no-repeat;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }

    .portal-body{
        background-image: url(https://www.wiris.com/wp-content/themes/twentytwenty-child/img/wiris-shape-Professional.svg);
        background-size: 300px;
        background-position: 0% 10%;
        background-repeat: no-repeat;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }

    .portal-header .portal-search button:hover {
        background-color: var(--wiris-soft-red);
    }

    .theme2 .portal-header::before {
        background-color: #fff;
    }

    .portal-header .portal-search button {
        background-color: var(--wiris-soft-red);
    }

    h5.featured-content-label {
        text-align: center;
        text-transform: revert;
        font-size: 1.75rem;
        margin-top: 2rem;
        font-weight: 400;
    }

    .portal-single-publication .publication-icon {
        display: none;
    }

    .portal-single-publication a {
        color: var(--wiris-red);
        display: inline-block;
        padding: 20px 20px;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background-color: var(--wiris-soft-red-alpha60);
        -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 9%);
        box-shadow: 0 3px 15px rgb(0 0 0 / 9%);
        -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
        transition: -webkit-box-shadow 0.1s ease-in-out;
        -o-transition: box-shadow 0.1s ease-in-out;
        transition: box-shadow 0.1s ease-in-out;
        transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    }

    .publication-contents h4 span {
        display: none;
    }

    .publication-contents li:before {
        display: none;
    }

    .publication-contents li {
        font-size: 17px;
        font-weight: 300;
        margin: 8px 0;
    }

    .publication-contents h4 {
    font-size: 19px;
    }


/*PORTAL CONTENT*/

h2.subtitle {
    font-size: 1.5rem;
}


/*LMS ribbon*/

.section-half-pad {
    padding: 3rem 0;
}

@media (max-width: 576px){
    .section {
        overflow-x: hidden;
    }
}
@media (max-width: 765px){
    .lmsribbon {
        display: none;
    }
}
.logos-gallery-img {
    max-width: 170px;
    margin: 1.5em;
    vertical-align: middle;
    border-style: none;
}

.logos-gallery-img.logo-brightspace
{
    max-width: 240px;
}

.logos-gallery-img.logo-moodle
{
    max-width: 145px;
    margin-top: 1rem;
}

.section-toc.section-toc-after {
    font-size: 1.3rem;
}

.bg-wiris-transparent {
    background-color: transparent;
}


/*Sidebar*/    

    .site-sidebar-header {
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
        background-color: #fff;
    }

    .site-sidebar .logo {
        height: 63px;
        max-width: 67%;
        padding: 15px 0;
        /* float: right; */
    }

/*toolbar*/

.toolbar  {
    -webkit-box-shadow: 0 4px 18px 0 rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
    background-color: var(--wiris-light-gray);
    padding: 15px;
    color: var(--wiris-gray);
    position: relative;
    line-height: 19px;
    font-size: 1.2rem;
}

.colored-top .site-sidebar-header {
    -webkit-box-shadow: 0 4px 18px 0 rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
    background-color: var(--wiris-light-gray);
    border-color: var(--wiris-light-gray);
    color: var(--wiris-gray);
    position: relative;
    line-height: 19px;
}

.toolbar.top-nav-on {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    color: var(--wiris-green);
    font-size: 20px;
     font-weight: 500;
}

.colored-top.collapsible-sidebar-nav .site-sidebar-header .navbar-toggle .icon-bar,.navbar-toggle .icon-bar {
    background-color: var(--wiris-gray);;
}

.tool-search-form .search-field {
    line-height: 19px;
    background-color: var(--wiris-soft-red);
    color:#fff;
    padding: 15px;
    font-size: 16px;
}


a.external-top-nav-link {
    color:var(--wiris-green);
}

/*Footer Contact support*/
.contactsupport, .bg-wiris-light-gray {
    background-color: var(--wiris-light-gray)!important;
}

.contactsupport h4  {
    margin: 0.5em;

} 

.contactsupport .btn, input[type="submit"] {
    border-radius: 1rem;
    padding: 0.75rem 0.5rem;
}

.copyright {
    display: none;
}

.section {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

.contactsupport .btn, input[type="submit"] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.75rem;
    padding: 0.6rem 1.2rem;
    font-size: .75rem;
    letter-spacing: .02rem;
    border-color: var(--wiris-red);
}

.contactsupport .btn-outline-primary, {
    background-color: transparent;
    color: var(--wiris-red);
    border-color: var(--wiris-red);
}
.contactsupport .btn, input[type="submit"] {
    border-width: 2px;
}

.contactsupport .mt-8 {
    margin-top: 0.5rem!important;
    margin-bottom: 1.5rem!important;

}
/*Footer*/

.portal-footer {
    background:  var(--wiris-red);
    margin-top: 0px;
}

.portal-footer .inner, .site-footer .inner {
    padding: 1rem 0;
    font-size: 12px;
}

.site-footer {
    padding-bottom: 3em;
}

.site-body > footer, .pre-footer, footer.bg-quizzes-blue.text-white.pt-10.pb-10 {
    position: relative;
    z-index: 9999;
    background-color: var(--wiris-soft-red);
    color: white;
    padding: 2em 0;
}

footer.bg-quizzes-blue.text-white.pt-10.pb-10 {
    position: relative;
    z-index: 9999;
    background-color: var(--wiris-soft-red);
    color: var(--wiris-gray);
    padding: 3em 0;
}


ul.nav.footer-legal-menu {
    display: flex;
    align-items: stretch; /* Default */
    margin: 0;
    padding: 0;
    color: #fff;
} 

a.nav-link {
    color: #fff;
}

.pre-footer .mt-4 {
    margin-top: 1rem!important;
}

.site-body > footer a {
    color: white;
    font-weight: 600;
}

.site-body > footer .logo-negative {
    margin-bottom: 1em;
}

ul.nav.footer-legal-menu {
    display: flex;
    align-items: stretch; /* Default */
    margin: 0;
    padding: 0;
}
li.nav.footer-legal-menu {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

footer .footer-copyright ul li {
    font-size: 14px;
}

.footer-copyright p.text-center.text-md-right {
    padding: 10px 15px;
}

.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}

/*Footer link hover*/
 .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/*@media (min-width: 768px)
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}*/


@media (min-width: 1200px) {
    .contactsupport .btn, input[type="submit"] {
        padding: 0.75rem 2rem;
        font-size: .8rem;
    }
}
@media (min-width: 576px){
    .contactsupport .btn, input[type="submit"] {
        border-radius: 1rem;
        padding: 0.75rem 1.5rem;
    }
}
@media (min-width: 768px){
    
    .portal-header {
        padding: 30px 50px;
        height: 370px;
    }
    .section {
        padding: 1rem 0;
    }

    ml-md-auto, .mx-md-auto {
        margin-left: auto!important;
    }
}

/*feedback*/

div.feedback-panel .btn {

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.75rem;
    padding: 0.6rem 1.2rem;
    font-size: .75rem;
    letter-spacing: .02rem;
    border-color: var(--wiris-red);
}

div.feedback-panel .btn.active, div.feedback-panel .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--wiris-red);
    color: #ffffff;
}



/* "Subtitle text" */
/* "role: leadpara" */

.leadpara{
    font-size: 25px;
    /* color: var(--wiris-medium-gray); */
    /* color: black; */
    font-family: 'Roboto', sans-serif;
    /* font-style: italic; */
    font-weight: 300;

}


