* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

html,
body {
    height: 100%;
}

nav {

    padding-top: 0px;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 1000;
}

.max-width-70 {
    max-width: 70% !important;
}

nav .nav-container {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

nav .nav-container .nav-left {
    width: 50%;
}

nav .nav-container .nav-left .desktop {
    width: 260px;
    margin-left: 50px;
}

nav .nav-container .nav-left .mobile {
    width: 70px;
    margin-left: 50px;
}

nav .nav-container .nav-right {
    width: 50%;

}

nav .nav-container .nav-right ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
}

nav .nav-container .nav-right ul li a {
    color: black;
    text-decoration: none;
}

nav .nav-container .nav-right ul li .search {
    background: #0068D0;
    padding: 7px;
    border-radius: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

main {

    max-width: 1200px;
    height: 100vh;
    margin: 80px auto;
}

main .section-modulos-container {

    max-width: 100%;
    margin: 0px 40px 0 40px;
    justify-content: flex-start;


}

.list-menu-section {
    background: white;
}

main .section-modulos-container .list-menu {
    width: 90%;
}

main .section-modulos-container .titulo-modulo {
    width: 90%;
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
}

main .section-modulos-container .titulo-modulo .descricao-modulo {
    width: 70%;
    display: flex;
}

main .section-modulos-container .titulo-modulo .descricao-modulo .modulo-nome {
    margin-right: 5px;
}

main .section-modulos-container .titulo-modulo .size_fonts {
    width: 70px;
    height: 20px;
}

main .section-modulos-container .titulo-modulo .size_fonts ul {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    list-style: none;
}

main .section-modulos-container section {
    width: 90%;
    min-height: 200px;
    background: #ffffff;
}

main .section-modulos-container section .container-section {
    margin: 20px 40px 20px 40px;

}

main .section-modulos-container section .container-section .barra {
    height: 4px;
    background-color: #EEF1F2;
}

main .section-modulos-container section .container-section .barra .destaque {
    width: 140px;
    height: 4px;
    background: #25A548;
}

main .section-modulos-container section .container-section .count-pagina {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #999999;
}

main .section-modulos-container section .container-section .count-titulo {

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #25A548;
}


.home nav {
    background: #ffffff00 !important;
}

.hide {
    display: none;
}

.nome-curso {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;

    color: #094E88;
}

.header-home-top {
    width: 100%;
    height: 50%;
}

.header-home-bottom {

    width: 100%;
    height: 50%;

}

.header-home-top .titulo {
    color: #666666;
    font-size: 30px;
    text-transform: uppercase;
    width: 336px;
    height: auto;
    margin: 0px 0px 60px 60px;
    text-align: center;
}



.descricao-home {
    background-color: #00a3ff;
}

.header-home-bottom .descricao p {

    font-size: 14px;
}

.header-home-bottom div>p {

    color: white;
}

.header-home-bottom .container-apresentacao {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    color: white;
    height: 90%;
    padding-top: 20px;
}

.header-home-bottom .container-apresentacao p {
    /* padding-bottom: 20px; */
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

#section-home {

    background-image: url('../images/bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.section-modulos-container {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    justify-content: space-between;
    align-items: center;
}

.section-modulos-container .text-rodape {

    width: 100%;
    height: 18px;
    color: #999999;
    text-align: center;
    padding-bottom: 10px;

}

.section-modulos-container .list-menu {
    width: 70%;
    min-height: 44px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;

}

.section-modulos-container .list-menu li {
    width: 24%;
    height: auto;
    margin-right: 1px;
}

.section-modulos-container .list-menu li a {
    width: auto;
    height: 44px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    padding: 0px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;

}

.section-modulos-container .list-menu li a:hover {
    color: white;
    height: 44px;

}

.section-modulos-container .list-menu li .inativo {
    cursor: no-drop;
    color: white;
}

.section-modulos-container .list-menu li .menu-1 {
    border-top: 10px #69BC35 solid;
}

.section-modulos-container .list-menu li .menu-1:hover,
.section-modulos-container .list-menu li .menu-1:active {
    background-color: #69BC35;
}

.section-modulos-container .list-menu li .menu-2 {
    border-top: 10px #05C4E3 solid;
}

.section-modulos-container .list-menu li .menu-2:hover {
    background-color: #05C4E3;
}

.section-modulos-container .list-menu li .menu-3 {
    border-top: 10px #DC3B6B solid;
}

.section-modulos-container .list-menu li .menu-3:hover {
    background-color: #DC3B6B;
}

.section-modulos-container .list-menu li .menu-4 {
    border-top: 10px #727EED solid;
}

.section-modulos-container .list-menu li .menu-4:hover {
    background-color: #727EED;
}


.menu-4-inativo {
    background: #EBDDCF !important;
    color: #333333 !important;
    cursor: no-drop !important;
}

.menu-3-inativo {
    background: #EBCFCF !important;
    color: #333333 !important;
    cursor: no-drop !important;
}

.menu-2-inativo {
    background: #CFE8EB !important;
    color: #333333 !important;
    cursor: no-drop !important;
}

.menu-1-inativo {
    background: #CFEBD7 !important;
    color: #333333 !important;
    cursor: no-drop !important;
}

.modulo {
    background: #E5E5E5;
}

.modulo nav {
    background: white;
}

.card-retangulo {
    clip-path: polygon(50% 0%, 100% 0, 100% 1%, 92% 100%, 0 96%, 0 0);
    padding: 20px;
    background-color: #EEF1F2 !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.card-retangulo-inclincado {
    clip-path: polygon(50% 0%, 78% 0, 84% 0, 100% 100%, 0 100%, 0 0);
    padding-right: 180px;
    border-left: 5px #a5a5a5 solid !important;
}

.card-retangulo-seta {
    clip-path: polygon(90% 0, 100% 50%, 91% 99%, 0% 100%, 6% 51%, 0% 0%);
    padding-left: 80px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-destaque {
    background: #00A3FF;
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 50px;
}

.card-destaque .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.card-destaque::after {
    content: "";
    background: #00A3FF;
    width: 50px;
    height: 50px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.2);
    margin: -20px auto;
}

.card-destaque-verde-suave {
    background: #B4EFC4 !important;
}

.card-destaque-verde-claro {
    background: #39C881 !important;
}

.card-destaque-verde-claro::after {
    background: #39C881 !important;
}

.card-destaque-verde-escuro {
    background: #01A6B0 !important;
}

.card-destaque-verde-escuro::after {
    background: #01A6B0 !important;
}

.card-destaque-azul-claro {
    background: #05C4E3 !important;
}

.card-destaque-azul-claro::after {
    background: #05C4E3 !important;
}

.card-destaque-azul-medio {
    background: #00A3FF !important;
}

.card-destaque-azul-medio::after {
    background: #00A3FF !important;
}

.card-destaque-azul-marinho {
    background: #0068D0 !important;
}

.card-destaque-azul-marinho::after {
    background: #0068D0 !important;
}

.list-styles-letras .media-body {
    min-height: 8vh;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    border-bottom: 2px #CCCCCC solid;
    margin-bottom: 10px;
}

.card-destaque-azul-suave {
    background: #B1F0EC !important;
}

/* .carousel{    width: 60%;} */

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
}

.carousel .carousel-inner .carousel-item .carousel-caption .container {
    max-width: 750px;
    height: 50%;
    background: #156D2D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carousel .carousel-inner .carousel-item .carousel-caption .container h1 {
    font-size: 5.5rem;
    font-weight: bold;
}

.carousel .carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel .carousel-control-prev a,
.carousel .carousel-control-next a {
    width: 50px;
    height: 50px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .carousel-control-prev a:hover,
.carousel .carousel-control-next a:hover {
    background: #156D2D;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-styles-color-horizontal {
    min-height: 116px;
}

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

.card-styles-color-horizontal .col-md-1 {
    min-height: 116px;
}

.border-bottom-azul-medio {
    border-bottom: 5px #00A3FF solid;
}

.border-bottom-azul-claro {
    border-bottom: 5px #05C4E3 solid;
}

.border-bottom-azul-marinho {
    border-bottom: 5px #0068D0 solid;
}

.border-bottom-verde-medio {
    border-bottom: 5px #01A6B0 solid;
}

.border-bottom-verde {
    border-bottom: 5px #25A548 solid;
}

.list_child_seta {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.list_child_seta li {
    margin-right: 20px;
    margin-bottom: 20px;
}

.list_child_seta li p {

    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    padding-top: 10px;
}

.list_child_seta .seta {
    margin-right: 20px !important;
}

.progress {
    background-color: #ffffff !important;
    height: 4px;
}

.plase {
    width: 47px;
    height: 70px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.plase .plase-center {
    background: #25A548;
    width: 25px;
    height: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.plase .plase-center span {
    width: 47px;
    height: 45px;
    font-size: 28px;
    background: #F8F8F8;
    color: #333333;
    position: absolute;
    border-radius: 100px;
    border: 5px #25A548 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13px;
    left: 0;
}

.card-horizontal .titulo {
    background: #62BDFF;
    color: #FFFFFF;
}

.card-horizontal .card-body {
    background: #EEF1F2;
    border-left: 10px white solid;
}

.card-horizontal .seta {
    margin-top: 5px;
    height: 30px;
    font-size: 20px;
}

.card-section-15 {
    min-height: 330px;

}

.card-section-15 .card-text {
    font-size: 15px !important;
}

.card-seta .card-body .seta {
    /* content: ""; */
    background: red;
    position: absolute;
    width: 20px;
    height: 30px;
    left: -10px;
    clip-path: polygon(100% 45%, 0 1%, 0 100%);
}

.card-seta .card-body .card-text {
    padding-left: 20px;
}

.card-simples {
    min-height: 90px;
}

.video video {
    width: 100%;
}

.card-simples-section-25 {
    min-width: 150px;
    min-height: 220px;
    padding: 5px;
}

.destaq-section-saiba-mais {
    padding: 0 34px 0 34px;
}

.button-proximo-modulo {
    background: #0068D0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    width: 70%;
    height: 40px;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.button-proximo-modulo:hover {
    text-decoration: none;
    color: #cccccc;
}


.titulo-seta {
    border: 4px solid #E1E3E3;
    height: 70px;
    border-radius: 5px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-seta .seta {
    background: red;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 44px;
    left: 10px;
    clip-path: polygon(100% 45%, 0 1%, 0 100%);
}

.card-section-10 {
    min-width: 200px;
    min-height: 325px;
}

.card-section-10 .seta-vertical {
    position: absolute;

    width: 30px;
    height: 100%;
    border-left: 2px #666666 solid;
    display: flex;
}

.card-section-10 .card-header {
    padding: 0;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.card-section-10 .card-header .titulo {
    font-size: 70px;
    color: #F3B804;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;

}

.card-section-10 .card-body {
    min-height: 185px;
    margin-left: 15px;
}

.card-section-10 .card-footer {
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.card-section-12 .titulo {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    border-bottom: 2px #FF8322 solid;
    padding-bottom: 10px;
    width: 100%;
    margin: 10px auto;
}

.card_color_horizontal {
    min-height: 90px;
}

.card_color_horizontal .card-body {
    padding: 0px 0px 0px 20px;
}

.card_color_horizontal .card_color_horizontal_titulo {
    min-height: 90px;
}

.card-img-rounded {
    width: 80px;
    height: 80px;
    background: #E77924;
    margin-bottom: 5px;
}

.card-img-rounded:hover {
    background: #ec8b3f;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.bg-light .card-header {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

/* .card-section-21 .card-body{
    min-height: 400px;
} */

.card-section-21 .card-header {
    margin: -1px;
    padding: 1px !important;
}

.card-section-27 .card-body {
    min-height: 180px;
}

.card-section-31 .titulo {
    color: #FF8322;
    font-weight: bold;
    font-size: 69.7137px;
    line-height: 82px;
    width: 80px;
    margin: auto;
    display: table;
    border-bottom: 2px #FF8322 solid;
}

.card-section-31 .card-body {
    min-height: 260px;
}

.footer-pag {
    height: 60px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
    position: fixed;
    z-index: 998;
    width: 40px;
    height: 55px;
    line-height: 30px;
    font-size: 18px;
    right: 5px;
    bottom: 0px;
    color: #ffffff;


}

.button-top .click {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #094E88 !important;
    width: 40px;
    height: 40px;
}

.button-top .click img {
    margin-top: 5px;
}

.button-top p {
    font-size: 14px;
    height: 5px;
    color: #999999;
    margin-bottom: 20px;
    margin-top: 2px;
}

.bg-light .card-header-light {
    background-color: rgb(238, 241, 242) !important;
    border-bottom: 1px solid rgb(238, 241, 242) !important;
}

.flex {
    display: flex;
}


.animacao {
    display: none;
}

.indicador {
    width: 36px;
    height: 45px;
    position: absolute;
    top: -60px;
    font-size: 20px;
    animation: vertical 2s linear alternate;
    opacity: 0;

}

.indicador i {
    font-size: 43px;
    color: #0068d0;
}

@keyframes vertical {
    0% {
        opacity: 1;
        top: -60px;
    }

    20% {
        opacity: 1;
        top: -42px;
    }

    40% {
        opacity: 1;
        top: -60px;
    }

    60% {
        opacity: 1;
        top: -42px;
    }

    80% {
        opacity: 1;
        top: -60px;
    }

    100% {
        opacity: 1;
        top: -42px;
    }



}


.myNavbar {
    /* animation: vertical_index 2s infinite linear alternate; */
    /* opacity: 0; */
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    /* top: 100px;
    position: absolute;
    left: 50%; */
}

.myNavbar:hover {
    background: #ffffff30;
}

.myNavbar img {
    animation: slidenavSection 1s ease-in-out infinite;
}

@keyframes slidenavSection {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0px, 5px);
    }
}

@keyframes vertical_index {
    0% {
        opacity: 1;
        margin-top: -50px;
    }

    20% {
        opacity: 1;
        margin-top: -40px;
    }

    40% {
        opacity: 1;
        margin-top: -50px;
    }

    60% {
        opacity: 1;
        margin-top: -40px;
    }

    80% {
        opacity: 1;
        margin-top: -50px;
    }

    100% {
        opacity: 1;
        margin-top: -40px;
    }
}

.container-card-rounded {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    flex-wrap: wrap;
}

.container-card-rounded .card-rounded-item {
    width: 220px
}

.container-card-rounded .card-rounded-item a {
    text-decoration: none;
}

.container-card-rounded .card-rounded-item a span {
    font-size: 70px;
    color: white;
    font-weight: bold;
}

.container-card-rounded .card-header {
    background: #ffffff00;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.container-card-rounded .card-body {
    background: #EEF1F2;
}

.loader {

    background: #e5e5e5;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 82px; */
}

/* .loader,
body {
    overflow: hidden;
} */



.paper {
    position: relative;
    width: 100%;
    max-width: 800px;
    min-width: 270px;
    min-height: 300px;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.paper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
    background-size: 30px 30px;
    border-right: 3px solid #D44147;
    box-sizing: border-box;
}

.paper-content {
    position: relative;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 60px;
    background: linear-gradient(transparent, transparent 28px, #91D1D3 28px);
    background-size: 30px 30px;
}

.paper-content .text_conteudo {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 100%;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: mediumblue;
    font-family: 'Handlee', cursive;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
    z-index: 1;
}

.paper-content .text_conteudo ul {
    list-style: none;
    height: auto;
    max-width: 700px;
    margin-bottom: 50px;
    margin-right: 70px;
}

footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
}

footer a {
    color: rgba(255, 255, 255, .8);
}

.conteudo .row .col-md-1,
.conteudo .row .col-md-2,
.conteudo .row .col-md-3,
.conteudo .row .col-md-4,
.conteudo .row .col-md-5,
.conteudo .row .col-md-6,
.conteudo .row .col-md-7,
.conteudo .row .col-md-8,
.conteudo .row .col-md-9,
.conteudo .row .col-md-10,
.conteudo .row .col-md-11,
.conteudo .row .col-md-12 {
    -ms-flex: none;
    flex: none;
}



.casos {
    background: #ffffff00;
    border: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    height: 150px;
    margin: 0;
    padding: 0;
}

.casos a {
    width: auto;
    height: auto;
}

.casos a img {
    width: 90px;
    height: 90px;
}


@media (min-width: 760px) and (max-width: 980px) {
    .casos {
        height: 110px;
    }

}

@media (min-width: 300px) and (max-width: 759px) {
    .casos {
        height: 60px;
    }

    .casos a img {
        width: 60px;
        height: 60px;
    }

    .flickity-viewport {
        height: auto !important;
        min-height: 440px !important;
    }

    .carousel-cell .card {
        width: 100%;
    }

}

@media (max-width: 750px) {
    .header-home {
        background-image: url(../images/bg_mobile.png);
        background-size: 100% 44%;
        background-position: top;
    }

    .header-home-top .titulo {
        font-size: 37.2357px;
        margin: 0px 0px -30px 10px;
    }

    .header-home-bottom {
        height: 72%;
    }

    .header-home-bottom .card {
        height: 100%;
    }

    .header-home-bottom .card .card-body {
        height: 72%;
    }

    .header-home-bottom .card .card-body {
        padding: 10px;
    }

    .header-home-bottom .container-apresentacao {
        padding: 0px;
    }

    .header-home-bottom .container-apresentacao p {

        padding-left: 0px;
        padding-right: 0px;
    }

    .section-modulos {
        background-size: contain;
        background-position: top;
        height: 30vh;
    }

    .section-modulos-container {
        min-height: 70%;
    }

    .section-modulos-container .list-menu {
        width: 100%;
    }

    .section-modulos-container .list-menu li {
        height: auto;
    }

    .section-modulos-container .list-menu li>a {
        height: 44px;
        padding: 0px 5px;
    }

    .section-modulos-container .list-menu li>a .modulo-item {
        display: none;
    }

    main .section-modulos-container {

        margin: 0px 10px 0 10px;
    }

    .card-retangulo {
        clip-path: none;
        padding: 10px;
    }

    .card-retangulo-seta {
        clip-path: none;
        padding: 0;
    }

    .card-retangulo-inclincado {
        clip-path: none;
        padding-right: 0px;
    }

    main .section-modulos-container .titulo-modulo .descricao-modulo {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    main .section-modulos-container .titulo-modulo .descricao-modulo .modulo-nome b {
        font-size: 14px;
    }

    main .section-modulos-container .titulo-modulo .descricao-modulo .modulo-titulo {
        font-size: 13px;
    }

    main .section-modulos-container .titulo-modulo .size_fonts {
        display: none;
    }

    main .section-modulos-container section .container-section {
        margin: 20px 20px 20px 20px;
    }
}

@media (max-width: 767px) {
    .seta-modulo {
        transform: rotate(90deg) !important;
    }

    .grid-list {
        grid-template-columns: auto !important;
    }

    .grid-list .card .card-body .card-text {
        font-size: 16px !important;
    }
}

@media (min-width: 930px) and (max-width: 1082px) {
    .section-modulos-container .list-menu li a {
        padding: 0px 20px;
    }

}

@media (min-width: 768px) and (max-width: 1040px) {
    .grid-list .card .card-body .card-text {
        font-size: 14px;
    }

}

.grid-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    align-items: center;
    padding: 10px;
}

/* .grid-list .card .card-body .card-text {
    font-size: 1.3vw;
} */

.card-modulo-1 {
    background-color: rgb(232, 243, 226);
}

.card-2 {
    background-color: rgb(5, 196, 227);
}

.card-4 {
    background-color: rgb(114, 126, 237);
}

.card-modulo-2 {
    background-color: rgb(226, 241, 243);
}

.card-modulo-3 {
    background-color: rgb(243, 226, 228);
}

.card-modulo-3 {
    background-color: #EDE9F8;
}

.card-modulo-verde-1 {
    background-color: #01A6B0;
}

.card-modulo-verde-2 {
    background-color: #27AC8C;
}

.card-modulo-verde-3 {
    background-color: #0A7E77;
}

.card-modulo-verde-4 {
    background-color: #2EBC67;
}

.card-modulo-verde-5 {
    background-color: #1BA150;
}

.seta-modulo {
    width: 30px;
    height: 30px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.seta-modulo-bottom {
    width: 30px;
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 46% 100%);
}

.hidden-section {
    display: none;
}

.btn-disable-next {
    opacity: 0.5;
    cursor: no-drop;
}