@import url("bootstrap.css?v=1.5");
@import url("hamburguer.css");
@import url("topo.css?v=1.4");
@import url("fontes.css");
@import url("box-cursos.css");
@import url("thumbs-cursos.css");
@import url("box-videos.css?v=1.2");
@import url("slide-cursos.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('login-logout.css?v=1.2');



.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1366px;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #404040;
}

button,
button:hover,
button:focus {
    outline: 0 !important
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0 !important;
    text-decoration: none;
    color: #fff
}
/*DASHBOARD*/

.tit-dashboard {
    text-align: center;
    color: #29e6aa;
    font-size: 20px;
}

.box-dashboard {
	background-color: #2e3037;
    color: #fff;
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    height: 115px;
    margin-bottom: 10px;
	transition: background-color 0.3s ease;
}
.box-dashboard:hover {
	background-color: #4f515d;  
}
.icon-dashboard {
    float: left;
}
.nrs-dashboard {
    color: #fff;
    font-size: 36px;
    float: right;
}

/*DASHBOARD*/

.outline {
    display: none;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto
}

/*BUSCA AVANÇADA*/
#busca-topo {
    width: 100%;
}
#busca-topo fieldset {
    background-color: #404148;;
    position: relative;
    display: block;
	border-radius: 10px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
#busca-topo input {
    background: none;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
	color: #ffffff;
	width: 100%;
}
#busca-topo button {
    background-color: #29e6aa;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 9;
    border-radius: 10px;
    width: 195px;
    margin-left: auto;
    margin-right: auto;
}
.busca-txt{
    font-size: 18px;
    color: #fff;
	padding-top: 5px;
}
.quadradinho{
    width: 20px;
    height: 20px;
}
.onselectb {
    display: block;
    width: 100%;
    border-radius: 10px;
    appearance: none;
    padding: 11px 17px;
    color: #ffffff;
    font-size: 16px;
    background: url(https://suprema.edu.br/medprovas/assets2021/front/layout/arrow-select.png) no-repeat 95% 16px #404148;
    font-weight: 400;
}
.btz-sucesso {
    background-color: #29e6aa;
    color: #1f2025 !important;
    border: 2px solid #29e6aa;
    font-weight: 600;
}
.btz-sucesso-video {
    background-color: #29e6aa;
    color: #1f2025 !important;
    border: 2px solid #29e6aa;
    font-weight: 600;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.btz {
    display: block;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    font-size: 16px;
    margin: 20px 0;
}
/*BUSCA AVANÇADA*/

/*VIDEOS*/
.card-box-01 {
    max-width: 322px;
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
}
.crd {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    background-color: #404148;
    box-shadow: 0 0 9px rgb(0 0 0 / 50%);
}
.figcaption {
    margin: 10px 15px 10px;
    height: 105px;
}
.figcaption h2 {
    font-size: 16px;
    font-weight: 300;
    color: #E5E5E5;
    letter-spacing: -0.5px;
}
.overline {
        text-decoration: underline;
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 40px;
}
.overline:before {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background-color: #29e6aa;
    top: 22%;
    left: 0px;
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 8px rgb(0 0 0 / 44%);
}
.overline span {
    display: inline-block;
    padding: 14px 30px 14px 40px;
    position: relative;
    z-index: 99;
    color: #1f2025;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    background: #29e6aa;
    box-shadow: 0 0 8px rgb(0 0 0 / 44%);
}
/*VIDEOS*/
/* Estilo Menu Login */

.menuLogin {
    padding: 20px;
    min-width: 20rem;
    margin-left: -192px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 96%);
    background-color: #545b62;
    color: #ffffff;
}

.btn-menu-login {
    background-color: #56d2bf;
    border-radius: 7px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .16);
    color: #fff;
    display: inline-block;
    font: 600 16px/1 'Clarika Grotesque';
    margin-left: 1em;
    padding: .6em 1.2em .8em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .16);
    text-transform: uppercase;
}



/* FIMEstilo Menu Login */




/*menu hamburguer*/
.box-down {
    width: 270px;
    background: #443fb9;
    padding: 10px 0;
    position: absolute;
    border-radius: 5px;
    display: none;
    margin-top: 5px;
    box-shadow: 2px 2px 0 #fff;
    color: #fff;
    z-index: 9999;
}

.box-down a {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: #fff !important;
    padding: 8px .2em;
    margin: 0 10px;
    font-weight: 400;
    font-size: 15px;
    display: block
}

.box-down a:hover {
    background: rgba(0, 0, 0, .3)
}

.box-down div a:first-child {
    border-top: none
}

.box-down div a:last-child {
    border-bottom: none
}

/*fecha hamburguer*/

.outh-lik {
    text-align: center;
    padding: 8px 0 0;
    background-color: #494949;
}

.outh-lik a {
    display: inline-block;
    color: #fff;
    margin: 0 10px 7px;
    width: 259px;
    border-radius: 5px;
    padding: .5em 0 .6em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .16);
    font-weight: 500;
    font-size: 20px;
    background-color: #fe8809;
    line-height: 1
}

.outh-lik a:hover {
    opacity: .9
}


/* main */
.titulo-default {
    font-family: 'Clarika Grotesque';
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: -1px;
    padding: 0.2em 0 0;
}

.titulo-default span {
    font-weight: 300
}

.upper {
    text-transform: uppercase
}

.bg-strong {
    padding: 50px 0 50px;
    background-color: #1f2025
}

.sistema {
    padding: 50px 0 50px;
    background-color: #1f2025;
}

.box-um {
    height: 488px;
    background: url(../layout/box1b.png) no-repeat center top;
}

.box-dois {
    height: 488px;
    background: url(../layout/box2b.png) no-repeat center top;
}

.box-tres {
    height: 488px;
    background: url(../layout/box3b.png) no-repeat center top;
}

.box-um-conteudo {
    padding: 130px 18px 0px 74px;
    font-size: 15px;
    width: 365px;
    text-align: center;
    color: #e3e3e3;
    line-height: 19px;
    font-weight: 300;
}

.valor {
    font-size: 27px;
    color: #00e7a8;
}

.valor span {
    font-size: 40px;
    font-weight: 900
}

.bt-assinar {
    font-size: 20px;
    background-color: #00e7a8;
    color: #222327;
    padding: 10px;
    border-radius: 20px;
    width: 130px;
    margin-left: 68px;
    font-weight: 500;
}

.bt-assinar:hover {
    background-color: #000;
    color: #fff;
    
}

.titulo-sistema {
    background-color: #29e6aa;
    color: #1f2025;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    height: 75px;
    margin-bottom: 15px;
}

.titulo-sistema p {
    font-size: 15px;
    font-weight: 400;
}

.titulo-revalida {
    background-color: #29e6aa;
    color: #1f2025;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    padding: 25px 10px 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    height: 90px;
    margin-bottom: 15px;;
}

.titulo-prova {
    color: #183e99;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: #fff;
    border: solid 2px;
}

.segura {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.bg-parallax {
    background: url(../layout/bg-cinza.jpg) no-repeat center top fixed;
    background-size: auto;
    background-size: cover;
}

.section-padd {
    padding: 40px 0
}

.moresize {
    font-size: 40px
}


.separ {
    border-top: 10px solid #fff;
    margin: auto
}

/* fecha main */


/*FORMS*/
.onselect {

  display: block;
  width: 100%;
  border-radius: 20px;
  appearance: none;
  padding: 11px 17px;
  color: #ffffff;
  font-size: 20px;
  background: url(https://suprema.edu.br/medprovas/assets2021/front/layout/arrow-select.png) no-repeat 97% 21px #404148;
  font-weight: 400;
  border: none;
}

input, button, select, option, textarea {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    outline: none;
}

/* rodape */
.pos-rod {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333; /* Cor de fundo */
    color: white; /* Cor do texto */
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    display: none;
}

.rodape {
    padding: 15px 0;
    background-color: #f0f0f0
}

.lk-zap {
    color: #406480;
    font-size: 16px;
}

.flex-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 21px 0 4px;
}

.brleft {
    padding: 15px 15px 15px 0;
    border-right: thin solid #afafaf
}

.title-parceiro {
    position: relative
}

.title-parceiro span {
    color: #1b2633;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding-right: 1.2em;
    background: #f0f0f0;
    position: relative;
    z-index: 9;
    padding-left: 1.2em;
}

.title-parceiro::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #afafaf;
    position: absolute;
    top: 50%;
    left: 0
}

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

.fl-txt {
    color: #012796;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding-top: 10px
}

.fl-txt b {
    display: block;
    font-size: 18px
}

.pd15 {
    padding: 15px 0 15px 28px
}

.tilt-center {
    padding: .4em .6em;
    font-size: 34px;
    font-family: 'Clarika Geometric';
    font-weight: 600;
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
}

/* fecha rodape */
.bt-active {
    display: inline-block;
    padding: .4em;
    width: 100%;
    border-radius: 7px;
    font-weight: 700;
    color: #fff !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
    background-color: #a1c037;
    font-size: 18px;
    margin-top: 8px;
}

.bt-active:hover {
    opacity: .9;
}

@media only screen and (max-width: 1000px) {
    .flex-right-dir ul {
        display: none;
    }

    .headiart h1 {
        font-size: 27px;
    }

    .grade {
        flex-direction: column;
    }

    .grade li {
        width: 100%;
        border: none;
        padding: 6px 15px;
    }

    .navigator-list {
        display: none;
    }

    .box-ex ul {
        padding: 0;
        margin: 0;
    }

    .box-ex ul li {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        text-align: left;
        border-left: 5px solid #ccc;
        margin-bottom: 21px;
        line-height: 1.2;
    }

    .box-ex ul li:first-child {
        border-left: 5px solid #ccc;
    }

    .box-ex ul li img {
        width: 55px;
        margin: 0 20px 0 0;
    }

    .box-ex ul li p {
        margin: 0;
    }

    .btn-login a {
        padding: .4em 1.2em .5em;
        margin-left: 0;
    }

    .box-down {
        left: 0;
        border-radius: 0;
        width: 100vw;
    }

    .boxnewcard {
        width: 100vw;
        right: 0;
        position: fixed;
    }

    .cardwrap {
        width: 54px;
    }

    .opencard span {
        right: 11px;
        font-size: 10px;
    }

    .title-parceiro span {
        display: block;
        padding: 23px 0;
        text-align: center;
    }

    .flex-fim {
        flex-direction: column
    }

    .fl-txt {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .tilt-center {
        font-size: 27px;

    }

    .tilt-center br {
        display: none
    }

    .brleft {
        border: none;
        padding-right: 0;
        text-align: center;
    }

    .title-parceiro::before {
        content: none
    }


    /*1000*/
}

@media only screen and (max-width: 600px) {
    .titulo-default span {
        font-weight: 300;
        font-size: 22px;
        line-height: 1;
        display: block;
    }

    .titulo-default b {
        display: none
    }

    .box-apresenta-curso {
        max-width: 314px
    }

    .list-desc-video {
        padding: 15px 0 !important;
    }

    .list-desc-video li {
        justify-content: start;
    }

    .list-desc-video li span {
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        width: calc(100% - 55px);
    }

    .brleft {
        border-top: thin solid #afafaf
    }

    .rodape .row {
        flex-direction: column-reverse
    }

    .btn-login a {
        padding: .4em .6em .5em;
        margin-left: 0;
        font-size: 15px;
    }
}

/* conectse*/
.conect-se {
    padding: 0 0 40px;
    border-top: thin solid #ccc;
    padding-top: 40px
}

.conect-se h2 {
    text-align: center;
    font-size: 40px;
    /*font-family: 'Clarika Geometric';*/
    font-weight: 600;
    margin-bottom: 40px
}

.box-crd-conect {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #909090;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    height: 123px;
}

.box-crd-conect figure {
    width: 152px;
    margin-right: 10px;
    height: auto;
    border-radius: 5px;
    overflow: hidden
}

.box-crd-conect .para {
    color: #3a3a3a;
    width: calc(100% - 165px);
    font-size: 16px;
    line-height: 1.2;
}

.box-crd-conect .para p {
    margin-bottom: 5px;
    height: auto;
}

.box-crd-conect .para a {
    display: inline-block;
    text-align: center;
    /* text-transform: uppercase; */
    color: #fff;
    /*font-family: 'Clarika Geometric';*/
    /* font-weight: 500; */
    border-radius: 5px;
    padding: 5px 1.4em;
    background-color: #847f69;
    font-size: 12px;
}

.box-crd-conect .para a:hover,
a.show-mor {
    opacity: .9;
    color: #fff
}

.show-mor {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /*font-family: 'Clarika Geometric';*/
    border-radius: 5px;
    padding: 5px 1em;
    background-color: #353535;
    font-size: 18px;
}

.class-cpy {
    text-align: center;
    color: #fff;
    background-color: #5f5f5f;
    text-transform: uppercase;
    padding: .6em
}

#new-rod {
    background-color: #f4f4f4;
    padding: 20px 0;
}

@media only screen and (max-width: 600px) {
    .conect-se h2 {
        font-size: 29px;
        text-align: center;
    }

    .box-crd-conect .para p {
        height: auto;
        font-size: 16px;
    }

    .box-crd-conect figure {
        width: 124px;
        height: auto;
        background-color: #fff
    }

    .box-crd-conect .para {
        width: calc(100% - 135px);
    }

    .grid-parceiros a {
        padding: 5px;
    }
}

#assista {
    background-color: #262626;
    padding: 50px 0;
    color: #d7d7d7;
    font-size: 18px;
    font-weight: 300;
}

#assista h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 900;
}