/* Geral */

@font-face {
    font-family: "Cambria";
    src: url("../fonts/Cambria-Font/Cambria\ Math.ttf");
}



.formula {
    font-family: "Cambria" !important;
    font-style: normal;
}

.formula sub,
.formula sup {
    font-family: "Cambria" !important;
}

:root {
    --theme-color: #9FDED9;
    --theme-color2: #9FDED9;
}

body {
    max-width: 100%;
}

/*div {
    border: 1px dashed #ff0000;
} */

*:not(.fa):not(.formula):not(.formula sub):not(.formula sup):not(.formula *):not(.tituloaula) {
    box-sizing: border-box;
    font-family: 'Inter', Helvetica !important;

}

html {
    overflow-x: hidden;
}


iframe#ytplayer {
    z-index: 9;
    border: 15px var(--theme-color) solid !important;
    border-radius: 10px !important;
}

.youtubefora {
    width: 90%;
    margin: 32px auto;
    background-image: url(../img/_template/Ellipse.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.youtubedentro {
    width: 70%;
    margin: 0 auto;

}




/* se tela pequena */
@media screen and (max-width: 720px) {
    .podcast {
        width: 100% !important;
    }

    progress {
        width: 100% !important;
    }

    .todosflips {
        display: flex;
        flex-wrap: wrap !important;
    }

    .containercard {
        min-height: 150px !important;
        margin: 20px !important;

    }

    #conteudoTotal img:not(.imgslider):not(.juxtapose *):not(.image2) {
        width: 100% !important;
    }

    .flexhorizontal {
        flex-direction: column !important;
    }

    .mobileonly {
        display: block;
    }

    .pconly {
        display: none;
    }



}

@media screen and (min-width: 720px) {
    .mobileonly {
        display: none;
    }

    .pconly {
        display: block;
    }
}

.juxtapose {
    margin: 0 auto;
}

.podcast {
    min-width: 400px;
    width: 50%;
    height: 100px;
    border-radius: 15px 15px 0 0;
    background-image: url(../img/_template/bgpodcast.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00072E;
    background-position: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.imgpodcast {
    padding-left: 7px;
}

.titulospodcast {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.titulospodcast .tituloprincipalpodcast {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24.4824px;
    line-height: 31px;
    color: #fff;
}

.titulospodcast .subtitulopodcast {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18.3618px;
    line-height: 31px;
    color: #fff;
}

.subtitulosecao {
    color: var(--theme-color2);
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.playpausepodcast {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 7px;
    cursor: pointer;
}

progress::-moz-progress-bar {
    background: var(--theme-color);
}

progress::-webkit-progress-value {
    background: var(--theme-color);

}

progress {
    color: var(--theme-color);

}



progress {
    margin: 0 auto;
    min-width: 400px;
    width: 50%;
    border-radius: 0;
    background-color: #fff;

}

.pisca {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0.3;
    }
  }

form {
    display: grid;
    place-content: center;
}

.form-control {
    display: flex;
    flex-direction: row;
    line-height: 1.1 !important;
    gap: 0.5em !important;
    border: 0 !important;
    align-items: center;
}

.form-control+.form-control {
    margin-top: 1em;
}

.form-control:focus-within {
    color: var(--theme-color);
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin-right: 0;

    font: inherit;
    color: var(--theme-color);
    width: 2em;
    height: 2em;
    border: 0.3em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    margin-left: -16px;
    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--theme-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}





/* Font on Video Subtitle */
/* latin-ext */




@media screen and (min-width: 1017px) {
    .tituloaula {
        font-size: 115px;
    }
}

@media screen and (max-width: 1016px) {
    .tituloaula {
        font-size: 50px;
    }
}

#NavPaginas {
    width: 100vw !important;
    z-index: 999;
}



.boxinfo {

    background-color: var(--theme-color);
    border-radius: 16px;
    mix-blend-mode: normal;
    width: 100%;
    padding: 20px;
    margin: 30px 0;

}

.boxinfo * {
    color: #fff;
}


.tituloaula.ref {
    text-align: center;
}

.tituloaula {
    font-size: 80px;
    margin-bottom: 65px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-family: 'gloriantregular' !important;
    letter-spacing: 0.00px;
    line-height: 0;
    text-align: left;
}

.titulocurso {
    color: #000000;
    font-size: 24px;
    background-color: transparent;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    mix-blend-mode: normal;
    text-align: left;
    font-family: 'Inter', Helvetica !important;
    font-weight: 400;
}

h1 {
    background-color: transparent;
    color: #212121;
    font-family: 'Inter', Helvetica !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;

}

.centerdivtamanhomin {}

.flexhorizontal {
    flex-direction: row !important;
    padding: 80px 12.5%;

    justify-content: center;
    align-items: center;
}

p {

    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Inter', Helvetica !important;
    letter-spacing: 0.00px;
    margin: 0.5rem 0;
}

.referencias p {
    word-break: break-all;

}


ul {
    margin-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.8em;
}

ul li,
ol li {
    list-style-position: outside;
    margin-left: 25px;
    font-size: 20px;
}

p:first-of-type {
    padding-top: 10px;
}

a {
    color: #1977a3;
    text-decoration: underline;
    word-break: break-all;
}

a:hover {
    color: #46bad0;
    text-decoration: none;
}


header {
    color: #f6f6f6;
    height: 50px;
    position: relative;
    z-index: 50;
}

header .fixed {
    background: #13152a;
    height: 50px;
}

/* Menu */
header nav#menu-principal ul {
    list-style: none;
    line-height: normal;
    margin: unset;
    padding: 17px 10px;
    z-index: 9;
}

header nav#menu-principal ul li {
    display: inline-block;
    width: 35px;
    height: 40px;
    font-size: 1.8em;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    margin-left: unset;
}

header nav#menu-principal ul li a {
    color: #f6f6f6;
}

header nav#menu-principal ul li a:hover {
    color: #71ffff !important;
}

header #menu-principal {
    width: auto;
    float: left;
    margin-left: 20px;
}

header #menu-acessibilidade {
    float: right;
    text-align: right;
    margin-right: 20px;
}

.imgw100 {
    width: calc(100% - 15px);
    height: auto;
}

img {
    margin: 1rem auto;
}


.containercard {
    margin: 10px;
    width: 100%;
    min-height: 150px;
    perspective: 1000px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.card {
    border: 0 !important;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.front,
.back {
    padding: 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    width: 100%;
    height: auto;
}

.bgcor.centerv {
    display: flex;
}

.bgcor p:not(.tituloaula),
.bgcor ul li {
    font-size: 24px !important;
}


.bgcor.centerv2 {
    display: flex;
}


.front {
    background: #AD7B1C;
    border-radius: 10px;
}

.back {
    background: #FAC25A;
    transform: rotateY(180deg);
    border-radius: 10px;
}

.h1-flipcard {

    color: #ffffff;
}

.back p {
    font-size: 18px;
    color: #000;
}







.arrastavel {
    background-color: var(--theme-color2);
    border-radius: 5.64706px;
    color: #ffffff;
    padding: 8px;
    margin: 5px;
    list-style: none;
    flex: 0 0 30%;
}

.cardsArrastaveis,
.cardsColisores {

    display: flex;
    align-items: stretch;
    justify-content: space-around;
    ;
    flex-wrap: wrap;
    flex-direction: row;

}

.colisor {
    background-color: #f9f9f9;
    border-radius: 5.64706px;
    border: var(--theme-color2) 3px dashed;
    margin: 5px;
    padding: 8px;
    list-style: none;
    flex: 0 0 30%;
    color: #ffffff;
    user-select: none;
    height: 180px;
}


.navlateral {
    height: calc(100%);
    width: 0;
    position: fixed;
    z-index: 12;
    background-color: rgba(0, 7, 46, 0.95);
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 40px;
    display: none;
}

.no-paddingtop {
    padding-top: 0 !important;
}


section {
    height: auto;
    min-height: 660px;
}

.clicavel {
    cursor: pointer;
}


section::after {
    content: "";
    clear: both;
    display: block;
}

#wrapper {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
}


.valign {
    display: inline-block;
    vertical-align: middle;
}


.fixed {
    position: fixed;
    width: 100%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.paddingtopbottom:first-child {
    padding: 0 45px !important;

}


.paddingtopbottom {
    word-wrap: break-all;

    min-height: calc(660px - 160px);
    padding: 0 16.4%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.paddingtopbottom2 {
    min-height: calc(660px - 160px);
    padding: 80px 16.4%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}




.widthfix {
    max-width: 1280px;
    margin: 0 auto;

}

.bgcor .paddingtopbottom .col-md-6 {
    padding: 0 10px;
}

.bgbranco .paddingtopbottom .col-md-6:not(.removerpadding),
.bgbranco .paddingtopbottom .col-md-5,
.bgbranco .paddingtopbottom .col-md-7 {
    padding: 0 30px;
}

.paddingtopbottom.flexhorizontal {
    align-items: center;
    flex-wrap: wrap
}


.imagemsobreposta {
    position: relative;
    top: 0;
    left: 0;
}

.imagemsobreposta .image1 {}

.imagemsobreposta .image2 {
    position: absolute;
    top: 27%;
    left: 45%;
}

.maphilighted {
    width: 100%;
}


.imgw70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.1);
}

.imgw60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.1);
}


.imgw50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.1);
}

.imgw40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.1);
}

.imgw30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.1);
}

#sessao-capa {
    width: 100vw;
    text-align: center;
    position: relative;
    background: var(--theme-color);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.h1estilo1 {
    left: 50px;
    top: 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    /* identical to box height */
    color: #007CD6;
}

.h1estilo1 span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.h1estilo1 span::after {
    right: -30px;
    left: unset;
}

.bgbranco {
    background: #ffffff;
    padding-bottom: 80px;
}


.quadro2xresponsivo {
    display: flex;
    flex-wrap: wrap;
}

.quadro2xresponsivo img {
    padding: 15px;
    width: calc(50% - 15px);
}


.jx-knightlab {
    display: none !important;
}

.bgcor {
    background: var(--theme-color);
    background-size: cover;
}

.bgcor2 {
    background: var(--theme-color2);
    background-size: cover;
    padding: 155px 18%;
}

.bgcor p,
.bgcor2 p {
    color: #000;
}

.tooltipsecao {
    margin: 18px 25px;
    margin-left: auto;
    float: right;
}

.tooltipsecao img {

    height: 47px;
    width: 74px;
}

.tooltip .tooltip-inner {
    background-color: #fff !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    color: #1F75BF;
}

.tooltip .tooltip-arrow::before {
    border-bottom-color: #fff !important;

}


.navlateral a {
    padding: 5px 5px 5px 32px;
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
    display: block;
}

@-moz-document url-prefix() {}


@media only screen and (min-width: 768px) {
    [class*="col-"] {
        float: left;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    #sessao-capa {
        padding-top: 100px !important;

    }
}


@media only screen and (max-width: 600px) {
    #wrapper {
        background: none;
    }

    header,
    header .fixed {
        height: 52px;
    }

    header nav#menu-principal ul {
        padding: 0 10px;
    }

    #sessao-capa {
        min-height: 488px !important;
    }

    header #menu-principal {
        margin-left: 10px;
    }

    header #menu-acessibilidade {
        margin-right: 10px;
    }


    #conteudoTotal img:not(.imgslider):not(.juxtapose *):not(.image2) {
        width: 100% !important;
    }
}


/* Accordion */

.accordion:first-of-type {}

.accordion {
    min-height: 50px;
    text-transform: uppercase !important;
    outline: var(--theme-color2) 1px solid !important;
    background-color: var(--theme-color2);
    color: #000;
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    max-width: 1180px;
    border: 0;
    text-align: left;
    outline: none;
    font-size: 0.9em;
    font-weight: 600;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: var(--theme-color2);
    color: #000;
}

.accordion:hover:after {
    color: #fff;
}

.accordion:after {
    content: '\f104';
    color: #000;
    font: normal normal normal 1.2em/1 FontAwesome;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\f107";
    font: normal normal normal 1.2em/1 FontAwesome;
    color: #000
}

.panel {

    padding: 0 10px;
    width: 100%;
    max-height: 0;
    max-width: 1180px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    color: #000;
}

.acordeaoborda {
    border: 3px var(--theme-color2) solid;
    margin-bottom: 5px;
    border-radius: 5px;
}

.insidepanel {
    padding: 20px 20px;
}

/* Fim, Accordion */



/* se mobile */
@media (pointer:none),
(pointer:coarse) {

    h1 {
        font-size: 18px !important;
        margin-bottom: 16px !important;
    }

    p:not(.tituloaula),
    ul li {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .bgcor {
        padding: 80px 25px !important;
    }

    .bgcor .paddingtopbottom .col-md-6 {
        padding: 16px 0 !important;
    }

    .bgcor .paddingtopbottom .col-md-6 p,
    .titulocurso {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .tituloaula {
        font-size: 64px !important;
    }

    section {
        min-height: 518px !important;
    }

    .tituloaula {
        text-align: center;

    }

    .youtubefora {
        width: 100%;
        background: none;
    }

    .youtubedentro {
        width: 85%;
    }

    iframe#ytplayer {
        z-index: 9;
        border: 7px var(--theme-color) solid !important;
        border-radius: 5px !important;
    }

    .paddingtopbottom {
        min-height: calc(518px - 160px);
        padding: 60px 40px;
    }

    .paddingtopbottom2 {
        padding: 60px 25px;
    }

    .bgcor p:not(.tituloaula) {
        font-size: 16px !important;
    }

    .bgbranco .paddingtopbottom .col-md-6 {
        padding: 0 !important;
    }
}