@charset "UTF-8";

/* ===============

Autor: Wesley - SPD Uniso - Universidade de Sorocaba

SUMÁRIO

1. LAYOUT - GERAL
2. NAVEGAÇÃO
3. BANNER - CAROUSEL
4. ÍCONES
5. TITULO H1
6. LINKS
7. BOTÕES
8. COLLAPSE
9. VIDEO
10. IMAGENS
11. FOOTER
12. @MEDIA

=============== */


/* ===============

1.    LAYOUT - GERAL

=============== */

body {
    padding-top: 5.1rem;
    padding-bottom: 0px !important;
    font-family: 'Open Sans', sans-serif;
}

main {
    min-height: 75vh;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.25rem;
    color: #f56701;
    margin-top: 50px;
}

.h2_banner {
    font-size: 1.25rem;
    color: #fff;
}

.h3_white {
    color: #fff;
    font-size: 1rem;
}

b {
    color: #f56701;
    font-weight: unset;
}

p,
h4,
h3,
h5,
h6,
.lista_telas>li {
    color: #545454;
}

body,
p,
b,
a,
.lista_telas>li {
    font-size: 0.875rem;
}

.programa_index {
    padding: 30px 0;
}

.justificado {
    text-align: justify;
}


/* ===============

2.    NAVEGAÇÃO

=============== */

.bg-nav {
    box-shadow: 0 0 5px 0 rgba(25, 25, 25);
    background: rgba(25, 25, 25);
    z-index: 9999;
    width: 100%;
}

.espacamento_nav {
    padding: 10px 5px;
}

.logo {
    width: 200px;
}

.navbar-toggler {
    box-shadow: none !important;
    border: 1px solid transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    border: 1px solid transparent !important;
}

.nav_separacao {
    color: #fff;
    font-weight: bold;
    padding: 10px 1px 2px 1px;
}

.dropdown-menu {
    border-top: 4px solid #fff;
    background: rgba(25, 25, 25);
}

.dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.dropdown-item:focus {
    color: #fff;
    background-color: transparent;
}

.dropdown-item:hover {
    color: #f56701;
    background-color: transparent;
}

.nav-items li {
    margin: 0 5px;
}

.nav-link {
    color: #fff !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #f56701 !important;
}


/* ===============

3.    BANNER - CAROUSEL

=============== */

.icon_menu {
    color: #fff;
    font-size: 22px !important;
}

.carousel {
    background: #333;
}

.carousel_mobile {
    display: none;
}

.chamada_desktop {
    background: #4762cfed;
    padding: 20px;
}

.carousel-caption {
    right: 0%;
    width: 550px;
}


/* ===============

4.    ÍCONES

=============== */

.icon_carousel {
    font-size: 45px;
    color: rgba(0, 0, 0, .74);
    font-size: 40px !important;
}

.icon-email,
.icon-lattes {
    font-size: 16px;
    color: #fff;
    margin: 3px 5px !important;
}

.icon-backtotop {
    border: 1px solid white;
    padding: 5px;
    border-radius: 100px;
}

.icon-rodape {
    color: white;
    margin: 0 5px;
    font-size: 22px !important;
}

.title-banner1>a {
    color: white;
    text-decoration: none;
}


/* ===============

5.    TÍTULO H1

=============== */

h1.titlePgSection {
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 3px solid #F6F6F6;
    font-weight: unset;
    color: #f56701;
    padding-bottom: 10px;
}

h1.titlePgSection::after {
    content: '';
    display: block;
    height: 3px;
    width: 80%;
    background-color: #f56701;
    position: relative;
    top: 13px;
}


/* ===============

6.    LINKS

=============== */

.links {
    color: #4762cf !important;
    text-decoration: unset;
}

.links:hover {
    color: #4762cf !important;
    text-decoration: underline;
}

.links_white {
    color: #fff;
}

.links_white:hover {
    color: #fff;
    text-decoration: underline;
}


/* ===============

7.    BOTÕES

=============== */

.button {
    text-decoration: none;
    text-align: center;
    background: #f56701;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px;
}

.button_blue {
    text-decoration: none;
    text-align: center;
    background: #4762cf;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px;
}

.button_docentes {
    text-decoration: none;
    text-align: center;
    background: #f56701;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    display: block;
}

.button:hover,
.button_docentes:hover {
    transition: background 1s;
    background: #f56701d8;
    color: #fff;
}

.button_blue:hover {
    transition: background 1s;
    background: #075e8a;
    color: #fff;
}


/* ===============

8.    COLLAPSE

=============== */

.btn-collapse {
    background-color: transparent;
    border-radius: unset;
    border: 1px solid #dee2e6;
    padding: 15px;
}

.btn-collapse:focus {
    outline: 0;
    box-shadow: unset;
}

.collapse_content {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-top: unset;
    padding: 10px;
}

.title-collapse {
    color: #f56701;
    font-weight: bold;
    transition: background 1s, color 1s
}

.title-collapse:hover,
.title-collapse:focus {
    color: #4762cf;
    background: #4762cf25;
    transition: background 1s, color 1s
}

.content-collapse {
    margin-left: 24px;
}


/* ===============

9.    VÍDEO

=============== */

.video_home {
    width: 500px;
    height: 285px;
}


/* ===============

10.    IMAGENS

=============== */

.img_grupoPesquisa {
    width: 280px;
    margin: 10px 0;
}


/* ===============

11.    FOOTER

=============== */

.footer {
    background: rgb(25, 25, 25);
    margin-top: 100px;
}

.footer p {
    color: white;
}

.footer p a {
    text-decoration: none;
    color: white;
}

.border-custom {
    border-color: #f8f9fa67!important
}


/* ===============

12.    @MÉDIA

=============== */

@media screen and (max-width: 1200px) {
    .chamada_desktop {
        padding: 10px;
    }
    .carousel-caption {
        width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .carousel-caption {
        width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 150px;
    }
    .carousel_mobile {
        display: block;
    }
    .carousel_desktop {
        display: none;
    }
    .carousel-indicators {
        margin-bottom: unset;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #f56701;
    }
    .icon_carousel {
        font-size: 25px;
        color: rgb(129 129 129 / 41%);
    }
    .carousel-caption {
        position: unset;
        width: 100%;
    }
    .chamada_mobile {
        background: #4762cfed;
        padding: 10px 20px;
    }
    .button_blue {
        text-decoration: none;
        text-align: center;
        background: #4762cf;
        color: #fff;
        padding: 2px 10px;
        display: inline-block;
        margin: 5px 0;
        font-size: 0.75rem;
    }
    .video_home {
        width: 100%;
    }
}