/*Fontes*/
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extralight {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.alert {
    border-radius: 0px;
}

.btn {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.cst-site-card {
    border-radius: 0px;
}

.cst-site-card-header,
.cst-site-card-header:first-child {
    border-radius: 0px;
    background: linear-gradient(135deg, #00334d, #005A87);
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.cst-col-social, .cst-col-social a {
    font-size: 1.75rem;
    color: #005A87;
}

.card-title, .card-body {
    color: #777;
}

.cst-card-body-servicos p {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase; 
}

.carousel-control-prev {
    padding: 0px;
    display: flex;
    justify-content: flex-start
}

.carousel-control-next {
    padding: 0px;
    display: flex;
    justify-content: flex-end
}

@media (min-width: 360px) and (orientation: portrait) {

    h4 {
        font-size: 2vh;
        font-weight: bold;
    }

    h5 {
        font-size: 2.25vh;
        font-weight: normal;
    }

    p {
        font-size: 2.15vh;
    }

    .cst-barra-topo-desktop {
        display: none;
    }

    .cst-barra-topo-mobile {
        display: block;
    }

    .cst-container-app {
        width: 100%;
    }


    .cst-secao-principal h1 {
        font-size: 3rem;
        margin-top: -10rem;
    }

    .cst-secao-secundaria h1 {
        font-size: 1.85rem;
        padding-left: 2rem;
    }

    .cst-menu-quadros-1 {
        margin-top: 1rem;
    }    
    
    .carousel-caption {
        font-size: 1rem;
    }





    .cst-col-arquivo-material-didatico {
        display: none;
    }
    
    .cst-container-menu-quadro {
        width: 100%;
    }

    .cst-item-menu-quadro {
        height: 36vh;
        width: 92vw;    
    }

    .cst-footer-row {
        width: 100%;
    }

    .cst-div-imagem-login {
        height: 10vh;
        background-image: url('../img/capa-login.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        box-shadow: 1px 1px 3px 1px #888888;
    }

    .cst-container-login {
        padding: 0;
        padding-top: 2.5vh;
    }

    .cst-login-botao {
        width: 100%;
    }

    .cst-login-logo {
        padding-bottom: 2.5vh;
    }

    .cst-codigo-confirmacao {
        width: 11vw;
        height: 5vh;
    }
    .cst-foto-meus-cursos {
        width: 25vw;
    }

    .cst-botao-meus-cursos {
        width: 85vw;
    }

    .cst-cabecalho-turmas-desktop {
        display: none;
    }
    
    .cst-coluna-mobile {
        border-top: 1px solid lightgray;
        margin-top: 4px;
        padding-top: 2px;
    }

    .cst-label-mobile {
        display: inline-block;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .cst-barra-topo-desktop {
        display: flex;
    }

    .cst-barra-topo-mobile {
        display: none;
    }

    .cst-container-app {
        width: 100%;
    }

    .cst-secao-principal h1 {
        font-size: 3.5rem;
    }

    .cst-secao-secundaria h1 {
        font-size: 2.5rem;
    }

    .cst-menu-quadros-1 {
        margin-top: -3rem;
    }    



 
    .cst-container-menu-quadro {
        width: 100%;
    }

    .cst-item-menu-quadro {
        height: 42.5vh;
        width: 23.5vw;    
    }

    .cst-footer-row {
        width: 100%;
    }




    .cst-div-imagem-login {
        height: 69vh;
        background-image: url('../img/capa-login.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        box-shadow: 1px 1px 3px 1px #888888;
        min-height:36.5vmax;
    }

    .cst-foto-meus-cursos {
        width: 28vw;
    }

    .cst-foto-meus-cursos {
        width: 
        7.5vw;
    }

    .cst-botao-meus-cursos {
        width: 21vw;
    }

    .cst-cabecalho-turmas-desktop {
        display: block;
        border-top: 1px solid darkgray;
        border-bottom: 1px solid darkgray;
        background-color: lightgray;
    }

    .cst-label-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (orientation: portrait) {

    h4 {
        font-size: 2vh;
        font-weight: 600;
    }

    .cst-barra-topo-desktop {
        display: none;
    }

    .cst-barra-topo-mobile {
        display: flex;
    }

    .cst-container-app {
        width: 100%;
    }

    .cst-secao-principal h1 {
        font-size: 3.5rem;
    }

    .cst-secao-secundaria h1 {
        font-size: 3.5rem;
    }

 
    .cst-container-menu-quadro {
        width: 100%;
    }

    .cst-item-menu-quadro {
        height: 35vh;
        width: 23vw;    
    }

    .cst-footer-row {
        width: 100%;
    }

    .cst-div-imagem-login {
        height: 69vh;
        background-image: url('../img/capa-login.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        box-shadow: 1px 1px 3px 1px #888888;
    }

    .cst-container-login {
        padding: 2.5vh 2.5vw;
        padding-top: 2.5vh;
    }

    .cst-foto-meus-cursos {
        width: 12vw;
    }

    .cst-botao-meus-cursos {
        width: 27vw;
    }

    .cst-cabecalho-turmas-desktop {
        display: block;
        border-top: 1px solid darkgray;
        border-bottom: 1px solid darkgray;
        background-color: lightgray;
    }

    .cst-coluna-mobile {
        border: none;
        margin-top: 0px;
        padding-top: 0px;
    }

    .cst-label-mobile {
        display: none;
    }
}

@media (min-width: 1024px) and (orientation: landscape) {

    .cst-container-app {
        width: 100%;
    }

    .cst-card-body-servicos p {
        font-size: .75rem;
    }


    .cst-secao-principal h1 {
        font-size: 5rem;
    }

    .cst-secao-secundaria h1 {
        font-size: 4rem;
    }


    .cst-container-menu-quadro {
        width: 96%;
    }

    .cst-item-menu-quadro {
        height: 40vh;
        width: 22vw;    
    }

    .cst-footer-row {
        width: 96%;
        margin: 0 auto;
    }

    .cst-codigo-confirmacao {
        width: 4vw;
        height: 5vh;
    }
}

@media (min-width: 1280px) and (orientation: landscape) {

    .cst-container-app {
        width: 100%;
    }

    .cst-card-body-servicos p {
        font-size: .9rem;
    }

    .cst-container-menu-quadro {
        width: 67%;
    }

    .cst-item-menu-quadro {
        height: 35vh;
        width: 15vw;    
    }

    .cst-footer-row {
        width: 67%;
        margin: 0 auto;
    }

    .cst-foto-meus-cursos {
        width: 5vw;
    }

    .cst-botao-meus-cursos {
        width: 15vw;
    }
}

@media (min-width: 1920px) and (orientation: landscape) {

    .cst-container-app {
        /* width: 75%; */
        width: 100%;
    }

    .cst-card-body-servicos p {
        font-size: .9rem;
    }
}

html {
    min-height: 100vh;
}

body {
    height: 100%;
}

a {
    color: #555;
    text-decoration: none;
}

p {
    text-align: justify;
}

footer {
    background-color: #005A87; /* #955B03; */
    color: white;
    padding-bottom: 20px;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

footer hr {
    border: 1px solid white;
    opacity: 1;
    margin-left: 1vw;
    margin-right: 1vw;
}

.cst-card-body-form {
    background-color: #f1fcff;
}

.nav-link {
    color: white;
}

.nav-tabs .nav-link {
    color: #999;
}

a:hover {
    color: black;
}

.navbar {
    /* background-color: #005A87; */
    background: linear-gradient(135deg, #ca8000, #fbbf24);
}

.navbar-toggler .navbar-toggler-icon {
    color: white;
}

.navbar-nav .nav-item .nav-link {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link:link {
    color: white;
}

.navbar-nav .nav-item .nav-link:visited {
    color: white;
}

.navbar-nav .nav-item .nav-link:hover {
    color: white; /* #a4e8ff; */
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link:active {
    color: white; /* #a4e8ff; */
    font-weight: bold;
}

.navbar .dropdown-menu {
    background-color: #005A87;
}

.navbar .dropdown-menu .dropdown-item {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.navbar .dropdown-menu .dropdown-item:visited {
    background-color: #005A87;
    color: white;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #005A87;
    color: #a4e8ff;
}
  
.navbar .dropdown-menu .dropdown-item:active {
    background-color: #005A87;
    color: #a4e8ff;
}


.navbar .dropdown-menu .dropend .dropdown-item {
    background-color: #005A87;
    color: white;
}

.navbar .dropdown-menu .dropend .dropdown-item:visited {
    background-color: #005A87;
    color: white;
}

.navbar .dropdown-menu .dropend .dropdown-item:hover {
    background-color: #005A87;
    color: #a4e8ff;
}

.navbar .dropdown-menu .dropend .dropdown-item:active {
    background-color: #005A87;
    color: #a4e8ff;
}

.link-dark {
    color: #555;
    text-decoration: none;
}

.link-dark:hover {
    color: black;
}

.row {
    margin: 0px;
}

.cst-barra-topo {
    /* background: linear-gradient(135deg, #ca8000, #fbbf24); */
    background: linear-gradient(135deg, #00334d, #005A87);
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.cst-secao-principal h1 {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.cst-secao-secundaria h1 {
    color: white;  
    text-shadow: 2px 2px 4px #666; 
    text-transform: uppercase;    
}




.cst-container-app {
    height: 100%;
}

.cst-fundo-inicio {
    height: 100%;
    background-image: url('../img/fundo-inicio.jpg');
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
}

.cst-card-inicio {
    min-height: 450px;
    padding: .4rem;
}

.custom-rounded {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    padding: 0;
}

.carousel-caption {
    left: 1%;
    bottom: 2%;
    background-color: rgba(0, 0, 0, .5); 
    z-index: 200;
}

.carousel-caption p {
    color:white;
}

.carousel-caption .btn {
    background-color: #ffa500;
    color: white;
}

.carousel-caption .btn:hover {
    background-color: #c07d00;
}

/* PÁGINA INICIAL */

.cst-container-menu-quadro a {
    color: #f8f8f8
}

.cst-container-menu-quadro a:hover {
    color: #fff
}

.cst-item-menu-quadro {
    transition: all 200ms ease-out;
}
.cst-item-menu-quadro:hover {
    transition: all 200ms ease-in;
    transform: scale(1.04);
}

.cst-accordion-faq .accordion-button {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #E7910E;
}

.cst-palavra-presidente {
    font-size: 1.25rem;
    color: #666;
}





.breadcrumb {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}

.breadcrumb a, .breadcrumb span {
  position: relative;
  padding: 6px 20px 6px 30px;
  background: #FFFACD;
  color: #aaa;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;  
  font-weight: 400;
}

.breadcrumb a:first-child {
  padding-left: 20px; /* não precisa de espaço extra na primeira */
  border-radius: 5px 0 0 5px;
}

.breadcrumb span {
  padding-right: 20px; /* não precisa de espaço extra na primeira */
  border-radius: 0 5px 5px 0;
  margin-right: auto;
}

.breadcrumb a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}

.breadcrumb span::after {
  display: none; /* remove seta do último item */
}

.breadcrumb a:hover {
  color: #333;
  background: #FFE4B5;
}

.breadcrumb .cst-item-active {
  background: #FFFFF0;
  color: #999;
  font-weight: 600;
}
