* {
    margin: 0;
    padding: 0;
}

:root {

    --yellow-curso: #FDC300;
    --font-gugi: 'Gugi', cursive;
    --font-roboto: 'Roboto';
}

body {
    /* background-color: #1E2D3F; */
    background-color: #142235;
    width: 100%;
    /* height: 100vh; */
    height: auto;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-40 {
    font-size: 40px;
}


.pull-center{
    margin: 0 auto;
    display: table;
}

.card-pill {
    border-bottom: 2px #00B9E9 solid;
    border-left: 2px #00B9E9 solid;
    background: #ffffff00;
}

.card-pill .card-body {
    background: white;
    border-radius: 100px;
    margin: 5px;
}

section header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 1000;
}

section header .logo_tronox {
    margin-left: 20px;
}

section header .logo_senai {
    margin-right: 20px;
}

section header .menu {
    display: flex;
    margin-right: 20px;

    list-style: none;
}

section header .menu li {
    margin-right: 25px;
}

section header .menu li a {
    font-size: 14px;
    color: #C4C4C4;
    text-decoration: none;
    font-family: var(--font-roboto);
}

section header .menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px #FDC300 solid;
}

section .home {
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #030303;
}

section .modulo {
    width: 100%;
    height: 100%;
    background-color: #142235;
    margin-top: 10px;
    font-family: var(--font-roboto);
   
}

section .modulo .nome-pagina {
    height: auto;
    display: flex;
    justify-content: flex-end;
}

section .modulo .nome-pagina .descricao {
    font-size: 20px;
    color: #44B0FF;
    display: flex;
    justify-content: center;
    /* margin-left: 110px; */
    margin-top: 10px;
    font-weight: 700;
    width: 47%;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

section .modulo .conteudo {
    width: 100%;
    max-width: 1200px;
    height: 40%;
    min-height: 419px;
    padding-right: 60px;
    padding-left: 40px;
    margin: 0 auto;
    margin-bottom: 40px;
}



section .modulo-menu {

    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    min-height: 419px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: red; */
    float: right;
    top: 0;
    /* position: absolute;
    right: 0;
    width: 60px;
    height: 40%;
    min-height: 419px;
    display: flex;
    justify-content: center;
    align-items: center; */
    /* background: red; */
/* 
    display: flex;
    justify-content: center;
    align-items: center; */
}

section .modulo-menu ul {
    width: 40px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    list-style: none;
}

section .modulo-menu ul li {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .modulo-menu ul li a {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    font-family: roboto;
    border: 2px white solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px
}

section .modulo-menu ul li .active {
    background-color: #0094FF!important;
border: 2px #0094FF solid!important;
    color: white;
  
}

section .modulo-menu ul li a:hover {
background-color: #0094FF;
border: 2px #0094FF solid;
}

section .modulo-menu ul li .active {
background-color: #0094FF;
border: 2px #0094FF solid;
}

section .modulo-menu ul li a img {
    width: 30px;
}

section main .container-curso .curso {

    width: 396px;
    height: 22px;
}

section main .container-curso .curso span {
    background: var(--yellow-curso);
    width: 64px;
    height: 22px;
    text-align: center;
    border-radius: 1.45794px;
    font-family: var(--font-gugi);
}

section main .container-curso .nome-curso {
    width: 464px;
    min-height: 108px;
    color: #FFFFFF;
    font-size: 50.2727px;
    line-height: 105.7%;
    margin-bottom: 10px;
    font-family: var(--font-gugi);
}

section main .container-curso .sobre-nome-curso {
    width: 384px;
    min-height: 26px;
    color: var(--yellow-curso);
    font-size: 25.9091px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: var(--font-gugi);
}

section main .container-curso .curso-progress {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    margin-bottom: 10px;
}

section main .container-curso .curso-progress .progress {
    width: 70%;
    height: 3px;
    margin-right: 10px;
}

section main .container-curso .curso-progress .horas {
    color: #999999;
    font-size: 14px;
}

section main .container-curso .container-publico-alvo {
    width: auto;
    height: auto;
}

section main .container-curso .container-publico-alvo .itens {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    line-height: 105.7%;
    margin-bottom: 10px;
}

section main .container-curso .container-publico-alvo .itens i {
    background: #0094FF;
    padding: 5px;
    border-radius: 20px;
    color: white;

}

section main .container-curso .container-publico-alvo .itens .descricao {
    color: #C4C4C4;
    font-size: 20px;
    margin-left: 10px;
    font-style: normal;
    font-weight: bold;
}

section .titulo-pagina {
    height: auto;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
}

section .titulo-pagina .titulo-pagina-container {
    width: 47%;
    max-width: 50%;
    min-height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #304763;
    border-bottom: 1px solid #304763;
    margin-right: 20px;
    font-style: normal;
    font-weight: normal;
}

section .titulo-pagina .titulo-pagina-container .descricao {
    font-size: 12px;
    color: #FDC300;
    width: auto;
    height: auto;
    margin-right: 10px;
}

section .titulo-pagina .titulo-pagina-container .nome-modulo {
    background: #304763;
    border-radius: 2px;
    width: 79px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #EFEFEF;
    font-weight: bold;
    font-size: 12px;
}

section .actions-prev-next {
    height: auto;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
}

 .actions-prev-next-container {
    width: auto;
    max-width: 50%;
    /* min-height: 30px; */
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
    /* border-top: 1px solid #304763; */
    /* padding-top: 10px; */
    margin-right: 20px;
    color: #C4C4C4;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

 .actions-prev-next-container .descricao {
    margin-right: 20px;
}

 .actions-prev-next-container .actions {
    width: auto;
    height: auto;
}

 .actions-prev-next-container .actions span {
    margin-right: 10px;
}

 .actions-prev-next-container .actions a {

    width: 22px;
    height: 22px;
    background: #FDC300;
    border-radius: 2px;
    padding: 4px 4px 3px 4px;
    text-decoration: none;
    color: #1E2D3F;
    font-weight: bold;
}


 .actions-prev-next-container .actions .disabled {

    background: #6f6f6fa1!important;
    cursor:no-drop
}

 .actions-prev-next-container .actions .disabled:hover {

    background: #6f6f6fa1!important;
    color: #1e2d3f!important;
  
}

 .actions-prev-next-container .actions a i {
    font-size: 15px;
    color: #1E2D3F;
}

 .actions-prev-next-container .actions .disabled:hover i {

    color: #1e2d3f!important;
}

 .actions-prev-next-container .actions a:hover i {

    color: #656565;
}

 .actions-prev-next-container .actions a:hover {

    color: #656565;
}

section .footer-bottom {
    height: 15vh;
}

section .footer-bottom-modulo {
    width: 100%;
    height: 155px;
    position: fixed;
    bottom:-113px;
    z-index: 1000;
    background: #0d1a2800;
    transition-duration: 0.5s;
}

section .action {

    bottom: -10px !important;

}

section .footer-bottom-modulo .footer-bottom-modulo-container {

    height: 97px;
}

section .footer-bottom-modulo .footer-bottom-actions {
    height: 40px;
    /* margin-top: 10px; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    background: #1f2d3f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section .footer-bottom-modulo .footer-bottom-actions .footer-bottom-actions-container {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 10px;
}

section .footer-bottom-modulo .footer-bottom-actions .footer-bottom-actions-container .action-footer {
    width: 25px;
    height: 25px;
    background: #FDC300;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .footer-bottom-modulo .footer-bottom-actions .footer-bottom-actions-container .action-footer i {
    font-size: 15px;
    color: #1E2D3F;
}

section .footer-bottom-modulo .footer-bottom-actions .footer-bottom-actions-container .action-footer:hover i {

    color: white;
}

section .footer-bottom-modulo .footer-bottom-actions .footer-bottom-actions-container .titulo {
    margin-right: 10px;
    color: #EFEFEF;
    font-size: 14px;
}

.titulo-modulo {
    width: 78%;
    height: 5vh;
    margin: 1px auto;
    color: #C4C4C4;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: var(--font-roboto);
}

.loader {
    background: #142235;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.loader-pagina {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-animado,
.loader-pagina .loader-animado {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #14426b;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

.bg-azul-escuro {
    background-color: #304763;
}

.nav-bars-list {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.nav-bars-list .menu {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.nav-bars-list .menu li {
    width: 50%;
    height: 40px;
    background: aliceblue;
    display: flex;
    margin-right: 10px;
}

.nav-bars-list .menu li a, .nav-bars-list .menu a {
    width: 100%;
    height: 40px;
    background: #2A405A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7EA5D3;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}

.nav-bars-list .menu li .active, .nav-bars-list .menu .active {

    transform: scale(1.1);
    background: #44B0FF;
    color: #FFFFFF;
}

.nav-bars-list .nav-bars-containe {
    width: auto;
    height: auto;

}

.nav-bars-list .nav-bars-containe .item {
    width: auto;
    height: auto;
    display: none;
}

.nav-bars-list .nav-bars-containe .active {
    display: block !important;
}


.card-horizontal{
    background: #304662;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  }
  .card-horizontal .col-md-4 img{
    width: 80%;
  }

  .card-horizontal-seta .card-body .card-horizontal-seta-item{
    width: auto;
height: auto;
display: flex;
align-items: center;
}

.card-horizontal-seta .card-body{
    padding: 10px;
}

.card-horizontal-seta .card-body .card-horizontal-seta-item .seta{
    margin-right: 5px;
}

.card-horizontal-seta .card-body .card-horizontal-seta-item .seta img{
    width: 25px;
}
.card-horizontal-seta .card-body .card-horizontal-seta-item .descricao{
    font-size: 14px;
}

.titulo-vertical{
    text-align: center;
     color: #6791C2;
     font-family: Roboto;
     font-weight: 900;
     font-size: 30px;
     transform: rotate(270deg);
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .elementos-action .itens{
     display: none;
 }

 .swal2-popup{
    background: #000!important; 
 }
 .swal2-styled.swal2-confirm{
    background-color: #1d1d1d!important;
 }

 @media (max-width:767px) {

    section .modulo .conteudo{
        width: 100%;
        margin-right: 0px;
    }

    .titulo-vertical{
        transform: rotate(0);
     }

    .card-horizontal{
       border-top-left-radius: 20px;
       border-bottom-left-radius: 20px;
    }
    .card-horizontal .col-md-3 img{
       max-width: 210px;
       margin: 0 auto;
       display: table;
    }

    .card-horizontal .col-md-9 .card-body .card-text{
     text-align: center!important;
    }

    section .titulo-pagina .titulo-pagina-container{
        width: 100%!important;
        margin-right: 5px;
        max-width: 100%;
        margin-left: 5px;
    }

    section .modulo .nome-pagina .descricao{
        width: 100%!important;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 5px;
        max-width: 100%;
        text-align: right;
        justify-content: flex-end;
        font-size: 16px;
    }

    /* section .actions-prev-next .actions-prev-next-container{
        width: 100%!important;
        margin-right: 5px;
        margin-top: 5px;
        max-width: 100%;
        padding-top: 10px;
    } */

    .img-fluid{
        max-width: 70%;
    }

    section .modulo-menu{
        width: 40px;
    }

    section .modulo {
     
        margin-top: 10px;
    }

 }

 @media (max-height:680px) {
    /* section .modulo{

    justify-content: end;
    }
    section .footer-bottom-modulo{
        position: relative;
    }
    section .footer-bottom-modulo .footer-bottom-actions .footer-bottom-actions-container .action-footer{
        display: none;
    } */
 }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}