@import url("font-min.css");
@import url("bootstrap.css");
@import url("../../arq/css/menu.css");
@import url("topo.css?v=1.6");
@import url("cursos-home.css?v=10.5");
@import url("rodape.css");

/*css*/
body{
    font-family: 'Neusa Next Pro';
    font-weight: 400;
    color:#333;
    font-weight: 1.2;
    background-color: #eeee
}
    .menu-icones {
      display: flex;
      align-items: center;
    }

    .menu-icones a {
      margin-left: 12px;
      color: #0b4164;
      font-size: 20px;
      text-decoration: none;
      transition: color 0.3s;
    }

    .menu-icones a:hover {
      color: #0076ca; /* Azul institucional */
    }

    @media (max-width: 768px) {
      .menu-icones a {
        font-size: 22px;
      }
    }
.container{
    max-width: 1300px
}
.box-meus-cursos{
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 6px rgb(167 167 167 / 40%);
}
.box-meus-cursos-texto{
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(167 167 167 / 40%);
}
.box-meus-cursos-green {
    text-align: center;
    background: #49bbb6;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
button, button:hover, button:focus{
    outline: 0!important
}
a, a:hover, a:focus,:visited{
    outline: 0!important;
    text-decoration: none;
    color: inherit
}
.simple-link{
    border: thin solid #333;
    color: #333
}
.simple-link:hover{
    background-color: #333;
    color: #ffff
}
.bt-green{
    background-color: #49bbb6;
    border: thin solid #49bbb6;
    color: #fff
}
.bt-green:hover{
    color: #fff;
    background-color: #54dbd5 
}
.banner{
    position: relative;    
    height: calc(100vh - 180px);
    background: url(https://blogcursosonline.fgs.edu.br/wp-content/uploads/2025/05/BANNER.jpg) no-repeat center top;
    background-size: cover;
}
.banner a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0
}
/*
.sup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
*/
.bt-flutuante{
    text-align: center;
    padding-top: 80%;
}
.pos-banner{
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    padding: 15px 0;
    background-color: #fff
}
.box-difer{
   display: flex;
   align-items: center;
    justify-content: center;
   font-weight: 400;
   font-size: 14px;
    padding: 7px 0
}
.box-difer figure{
   margin: 0 20px 0 0
}
.box-difer h3{
    margin-bottom: 0;
    text-transform: uppercase
}
.lateral p{
   margin: 0
}
.borders{
    border-right: thin solid #999;
    border-left: thin solid #999
}

#trasnform{
    background: url(../layout/bg-transform.jpg) no-repeat  center 80px;
    background-size: 100%;
    padding: 60px 0;
    font-size: 20px;
    font-weight: 400;
    color: #252f2b;
    margin-top: 40px
}
#trasnform h2{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    color: #5b4284;
    line-height: 1;
    margin: 77px 0 30px;
}
#trasnform h3 {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    margin: -60px 0 -26px;
}
#img-sup{
    position: relative;
    margin-top: -46px
}
#aprenda{
    background-color: #fff;
    padding: 40px 0;
    font-size: 22px;
    color: #333;
    line-height: 1.2;
    font-weight: 400
}
#aprenda h2{
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    line-height: 1;
}
#aprenda h2::before{
    content: '';
    width: 95px;
    height: 8px;
    background-color: #5b4284;
    display: block;
    margin-bottom: 45px
}


@media only screen and (max-width : 600px) {
    .banner a {
        position: relative;
    }
    .lateral h3{
        font-size: 24px
    }
    .borders {
        border: none;
        border-top: thin solid #999;
        border-bottom: thin solid #999;
    }
    .borders .lateral{
        padding: 10px 0
    }
    #trasnform {
        background-size: cover;
        padding: 0;
        margin-top: 0;
    }
    #img-sup{
        margin-top: 0
    }
    #trasnform h2 {     
        font-size: 36px;
        margin: 0 0 30px;
    }
    #aprenda h2 {
        font-size: 32px;
    }
    #aprenda h2::before {     
        margin-bottom: 16px;
        margin-top: 40px;
    }
    .banner{
        height: auto;
        background: none
    }
    #trasnform h3 {
        text-transform: uppercase;
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        margin: 0 0 21px;
    }
}

#ocurso header{
    box-shadow: none;
    border-bottom: 7px solid #3e9f9b
}
/* main */
main#conteudo-site{
    padding: 40px 0;
}

.headiart{
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 5px solid #dbdbdb;
}
.headiart h1{
    font-size: 37px;    
    font-weight: 400;
    color: #2d2e82;
}
.type{
    color: #404040;
    font-size: 16px;
    position: relative;
	font-weight: 400;
}
.type::before{
    content: '';
    width: 8px;
    height: 16px;
    background-color: #268aff;
    margin-right: .5em;
    display: inline-block;
    float: left;
    top: 2px;
    position: relative;
    text-transform: uppercase
}
.grade{
    display: flex;
    padding: 7px 0;
    margin: 15px 0;
    list-style: none;
    border-radius: 0 15px;
    border: thin solid #d6d6d6;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-weight: 400
}
.grade li{
    border-right: thin solid #d6d6d6;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    width: 25%;
}
.grade li:last-child{
    border: none;
}
.grade li b{
    display: block;
    font-size: 16px;
    color: #084a81;
}
.bt-duplex{
    display: inline-block;
    padding: 7px;
    width: 100%;
    background-color: #084a81;
    font-weight: 500;
    color: #fff!important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.16);
    text-shadow: 1px 1px 4px rgba(0,0,0,.16);
	font-size: 17px;
	border-radius: 0 15px;
}
.bt-duplex:hover{
    opacity: .9;
}
.bt-duplex.c2{
    background-color: #a1c037
}

.navigator-list ul{
    display: flex;
    padding: 7px 0;
    margin: 15px 0;
    list-style: none;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}
.navigator-list ul li{
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.navigator-list ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 15px;
}
.navigator-list ul li a::after{
    content: '';
    display: block;
    background-color: transparent;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 116%;
    left: 0;
    z-index: 9;
}
.navigator-list ul li a:hover,
.navigator-list ul li a.act{
    color: #183b68;
}
.navigator-list ul li a:hover::after,
.navigator-list ul li a.act::after{
    background-color: #ec664c;
}
.nav-icon {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../layout/icones.png);
    background-repeat: no-repeat;
    margin: auto;
}
.navigator-list ul li a:hover .nav-icon,
.navigator-list ul li a.act .nav-icon{
    background-image: url(../layout/icones-ativos.png);
}
.nav-icon.n1{
    background-position: -8px 1px;
}
.nav-icon.n2{
    background-position: -180px 1px;
}
.nav-icon.n3{
    background-position: -340px 0px;
}
.nav-icon.n4{
    background-position: -500px -1px;
}
.nav-icon.n5{
    background-position: -642px -2px;
}
.nav-icon.n6{
    background-position: -769px -2px;
}
.nav-icon.n7{
    background-position: -469px -4px;
}
.nav-icon.n8{
    background-position: -321px -4px;
}
.nav-icon.n9{
    background-position: -189px -4px;
}
.nav-icon.n10{
    background-position: -59px -4px;
}

#conteudo-site section{
    font-size: 18px;
	font-weight: 400;
}
#conteudo-site section h2{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #183b68;
}
#conteudo-site section hr{
    margin-top: 40px;
}

.box-ex ul{
    display: flex;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.box-ex ul li{
    width: 25%;
    /*padding: 10px 30px;*/
    border-left: thin solid #ccc;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    font-size: 20px;
    align-items: center;
    justify-content: flex-end;
}
.box-ex ul li:first-child{
    border: none;
}
.box-ex ul li img{
    width: 55px;
    margin: 0 auto 5px;
}

.video{
    border-radius: 7px;
    overflow: hidden;
}
.abs-float{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 50px;
    height: 50px;
}
.box-val{
    background-color: #fff;
    border-radius: 0 15px;
    margin-top: 10px;
    position: relative;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #183b68;
	border: thin solid #d6d6d6;
}
.box-val small{
    font-size: 16px;
    text-transform: none;
}
.box-val small b{
    color: #333;
    font-weight: 400
}
.price{
    margin: 0px 0 10px;
    color: #333;
    font-weight: 700;
    line-height: 1;
}
.price-min{
   font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
}
.price-max{
    font-size: 40px
}
.price span{
    font-size: .6em;
}
aside{
    position: relative;
}
#flutuar{
    transition: 250ms linear;
}
.fixar{
    position: fixed;
    top: 5px;
    max-width: 393.66px;
    z-index: 1;
}
.bt-active {
   display: inline-block;
    padding: 0.8em;
    width: 100%;
    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: #3186f0;
    font-size: 18px;
    margin-top: 8px;
    max-width: 242px;
	border-radius: 0 15px;
}
.voucher{
    color: #333;
    margin: 15px 0 0;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
.voucher a{
    font-weight: bold
}
article{
    font-weight: 300
}
@media only screen and (min-width: 1001px) {
    #ct-suprema .embed-responsive-16by9::before {
        padding-top: 25.25%;
    }
}
/* fecha main */
@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;
    }
    
    

    .brleft{
        border: none;
        padding-right: 0;
        text-align: center;
    }
    .title-parceiro::before{
        top: -1px
    }
    .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
    }

/*1000*/  
}
@media only screen and (max-width : 600px) {
    .big-card-block .block-title{
        flex-direction: column;
        align-items: start;
    }
    .big-card-block .block-title h3{
        font-size: 18px;
        margin-bottom: 15px
    }
    .faixa-conheca h3{
        font-size: 20px
    }
    #embed{
        margin-top: 20px
    }
    .type{
        font-size: 20px
    }
    .type::before{
        top: 7px
    }
    
}
/* plataforma*/
.plataforma{
	padding: 40px 0
}
.plataforma h3{
	color: #232d45;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 40px
}
.flex_line{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.bx_plataforma{
	width: 200px;
	margin: auto;
	width: 200px;
	margin: auto;
	box-shadow: 3px 4px 6px rgba(0,0,0,0);
	height: 212px;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	transition: 250ms linear
}
.bx_plataforma:hover{
	box-shadow: 3px 4px 6px rgba(0,0,0,.16);
	top:-5px
}
.bx_plataforma figure{
	height: 117px
}
.bx_plataforma figure.img-3{
    position: relative;
    top: 15px;
}
.bx_plataforma img{
	width: 125px
}
.bx_plataforma p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    color: #333
}
@media only screen and (max-width : 600px) {  
    .plataforma h3{
        background-color: #c0d44c;
        color: #4c541f;
        font-size: 23px;
        padding: 12px 7px 15px;
    }
    .bx_plataforma{
        border: thin solid #adadad;
        margin-bottom: 22px;    
    }
    .flex_line {
        flex-wrap: wrap;
    }    
}
/*fecha plataforma*/