.divCookie{position: fixed;min-width: 100%;z-index: 100000;font-size: 13px;letter-spacing: 0px;text-align: center;background-color: #1a1a1a;bottom: 0;left: 0;}.spanTexto{color: #FFF;text-align: center;vertical-align: middle;display: inline-block;padding: 15px 20px;}.spanButton{display: inline-block;padding: 15px 0px;}.btn-ok{background-color:#95c11f;color:#000;}.divChat{margin:0; padding:0; text-align: center;height:70px;width:70px;position:fixed;bottom:20px;right:20px;border-radius: 50%;cursor: pointer;z-index: 10;}.divChat img{border: 0px; vertical-align: baseline;height:60px;width:60px;margin-top: 10px;}.rotate{-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;transition-property: transform;overflow:hidden;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg); -o-transform:rotate(360deg);} *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "degular", sans-serif;
}

body{
    margin: 0;
    padding: 0;
    background-image: url('https://www.federalonline.com.br/imagemsite/3729/Acesso-antecipado-Banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed
;}

.marquee{
    background: #101010;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
    overflow:hidden;
    color: #fff;
}

.track{
    display:flex;
    gap:12px;
    white-space:nowrap;
    padding:8px 0;
    animation:marq 22s linear infinite;
    font-weight:700;
    color: #95c11f;
}

.track span{
    font-weight:700;
    color: #fff;
}

@keyframes marq{
    to{transform:translateX(-50%)}
}

.marquee .container img{
    height: 20px;
    margin-right: 10px;
}

.timer{
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  background: #1e1e1e;
  padding: 20px 100px;
  align-items: center;
  width: 100%;
  height: 100px;
}

.timer .timerImg img{
  height: 250px;
  margin-bottom: 100px;
}

.timer .textoTimer{
  color: #fff;
  font-size: 14px;
  margin-bottom: -10px;
}

.timer-txt{ 
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;

}

.timerTxt .btn{
    display: inline-block;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #0026ff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: all 0.3s 
ease;}

.timer .timerTxt h2{
  text-align: left;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #95c11f;
}

.timer .timerTxt p{
  color: #ffffff;
  margin-bottom: 50px;
}

.contagem .numero{
  font-size: 36px;
  font-weight: 800;
  color: #95c11f;
}

.contagem .legenda{
  color: #101010;
}

.tr{
  display: flex;
  flex-direction: row;
}

.td{
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  align-items: center;
}

#ponto{
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin: 0px;
  margin-top: -10px;
}


/*------------------ Seção Hero ------------------*/

.banner{
    display: flex;
    justify-content: left   ;
    align-items: left;
    padding: 5%;
    background-image: url('https://www.federalonline.com.br/imagemsite/3156/foto-0-75x.jpg');
    background-size: cover;
    width: 100%;
}


.banner .banner-txt h3{
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
}

.banner .banner-txt h3 span{
    font-weight: 700;
}

.banner .banner-txt h1{
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 88px;
    line-height: 72px;
}

.banner .banner-txt h1 span{
    color: #95C11F;
    font-weight: 800;
    font-family: "flood-std", sans-serif;
    font-style: normal;
}

.banner .banner-txt p{
    color: #f1f1f1;
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
}

.banner .banner-txt p span{
    font-weight: 800;
}

.banner .banner-txt h4{
    margin-top: 30px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.banner .banner-txt ul{
    color: #fff;
    font-weight: 300;
    list-style-type: none;
}

.banner .banner-txt li{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: left;
}
.banner .btn{
    display: inline-block;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #0026ff;
    color: #fff;
    padding: 15px 30px;
    margin-top: 10%;
    border-radius: 8px; 
    transition: all 0.3s ease; 
}

.banner .btn:hover {
    background-color: rgb(25, 37, 116);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.08); 
}

/*------------------ cardCourse ------------------*/

.cardCourse{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  padding: 40px 0;
}

.courseTxt{
    text-align: center;
    color: #282828;
    margin-bottom: 20px;
}

.courseContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.course{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff49;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(225, 225, 225, 0.872);
  padding: 20px 40px;
  border-radius: 10px;
  width: 60%;
  box-shadow: 7px 7px 17px -4px #bfbfbf;
}

.course p{
  font-size: 12px;
  font-weight: 600;
  background-color: #dddddd;
  padding: 5px 10px;
  border-radius: 5px;
  width: fit-content;
  color: #9c9c9c;
}

.course h1{
  font-size: 46px;
  font-weight: 900;
  color: #0026ff;
}

.course h4{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  max-width: 150px;
}

/*------------------ Content ------------------*/

.contentBottom{
    display: flex;
    flex-direction: row;
    padding: 7%;
    margin: 5%;
    border-radius: 50px;
    border: 1px solid #ffffff60;
    gap: 35px;
    align-items: center;
    background-color: #ffffff49;
    backdrop-filter: blur(3px);

}

.contentImg{
    width: 45%;
    border-radius: 15px;
}

.contentTitle{
    margin-bottom: 3%;
}

.contentTxt {
    display: flex;
    flex-direction: column;
}

.contentTxt h1{
    font-weight: 600;
    font-size: 32px;
    color: #282828;
    text-decoration: underline;
    margin-bottom: 0;
}

.contentTxt h1 span{
    font-weight: 900;
}

.contentTxt h4{
    font-weight: 400;
    font-size: 20px;
    color: #282828;
    margin-bottom: 0;
}

.contentTxt li{
    list-style-type: none;
    color: #282828;
}

.contentTxt i{
    color: #95c11f;
    margin-right: 15px;
}

.contentTxt p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #282828;
}

.contentTag{
    width: fit-content;
}

.contentTag h4{
    color: #000;
    padding: 7px;
    font-size: 18px;
    margin-bottom: 3%;
    font-weight: 600;
    background-color: #95C11F;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
}


/*------------------ Seção Info ------------------*/
.infoContainer{
    padding: 100px;
}

.cursosTítulos{
    display: flex;
    flex-direction: row;
    color: #282828;
    align-items: center;
    gap: 5px;
}

.cursosTítulos h1{
    background: #ffffff85;    
    backdrop-filter: blur(2px);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

.cursosTítulos p{
    padding: 7px 24px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    background: #ffffff85;    
    backdrop-filter: blur(2px);
    border: 1px solid #93939341;
    border-radius: 5px;
}

.cursosTag{
  display: flex;
  flex-direction: row;
}

.cursos-segunda-fase {
  text-align: center;
  position: relative;
}

#courseTitle {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #282828;
}

.cursos-segunda-fase h2{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #282828;
}

.cursos-segunda-fase h2 span {
  color: #fff;
  padding: 6px 6px;
  font-weight: 700;
  background-color: #6d8f0e;
  border-radius: 3px;
}

/* WRAPPER COM SETAS */


.linha-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  z-index: 2;
}

.linha-wrapper2 .linha2{
    display: flex;
    justify-content: center;
}

.aviso2{
    display: flex;
    color: #fff;
    justify-content: center;
    margin-top: 4%;
}

.aviso2 h4{
    background-color: #ffffff63;
    backdrop-filter: blur(3px);
    padding: 5px;
    font-weight: 300;
    font-size: 14px;
    color: #282828;
}

.aviso2 span{
    font-weight: 700;
}


.cursos-segunda-fase h1{
  font-size: 30px;
  font-weight: 600;
    text-align: left;
}

/* BOTÕES DE SETA */
.seta {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  border: none;
  font-size: 2.2rem;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: transform 0.2s ease;
  z-index:10;
}

.seta:hover {
  transform: scale(1.2); 
  background: rgba(255, 255, 255, 0);
  color: #95c11f;
}

.seta.esquerda {
  margin-right: 10px;
}

.seta.direita {
  margin-left: 10px;
}

/* LINHA COM CARDS */

.linha {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  gap: 20px;
  flex-grow: 1;
  overflow: auto;
  padding: 20px 0;

}

.linha::-webkit-scrollbar {
  display: none;
  height: 8px;
}

.linha::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

.card {
  background: #fff;
  color: #000;
  min-width: 220px;
  max-width: 220px;
  border-radius: 18px;
  text-align: left;
  position: relative;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: 7px 7px 17px -4px #d6d6d6;
  transition: transform 0.3s ease;
  border: 1.2px solid #e0e0e0;
  
}


.card:hover {
  transform: translateY(-5px);
}

/*---------------------THUMB---------------------*/


.thumb {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  height: 50px;
  color: #101010;
  margin-bottom: 20px;
}

.card h4{
    text-align: center;
    background: #0015ff;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.card span{
  font-size: 18px;    
  font-weight: 800;
}

.card h1{
  text-align: center;
  width: 100%;
  font-size: 12px;
  background: #0015ff;
  color: #fff;
  margin-top: 10px;
  padding: 5px;
}

.card .sub {
  color: #777;
  font-size: 12px;
  margin-top: -4px;
  margin-bottom: 0;
}

.card .cardIn{
    text-align: center;
  padding: 0 20px 20px;
}

.preco {
  font-weight: 800;
  font-size: 30px;
  color: #1c1cff;
  margin-bottom: 0;
}

.preco span {
  font-size: 0.9rem;
  font-weight: 400;
}

.precoDesconto{
  font-size: 12px;
  color: #777;
  font-weight: 400;
  margin-bottom: -10px;
}

.precoPix {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  color: #777;
}


.card button {
  margin-top: 15px;
  width: 100%;
  background: linear-gradient(90deg, #3c36ff, #1b00ff);
  color: #fff;
  border: none;
  padding: 10px 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.card button:hover {
  opacity: 0.85;
}

/*---------------------COMBO PREMIUM---------------------*/


.thumb1 {
    background: url('https://www.federalonline.com.br/imagemsite/3502/Medicina-premium.png') no-repeat center center/cover;
}

.thumb11 {
    background: url('https://www.federalonline.com.br/imagemsite/3487/Direito-premium.png') no-repeat center center/cover;
}

.thumb12 {
    background: url('https://www.federalonline.com.br/imagemsite/3510/Psicologia-premium.png') no-repeat center center/cover;
}

.thumb13 {
    background: url('https://www.federalonline.com.br/imagemsite/3484/Computacao-premium.png') no-repeat center center/cover;
}

.thumb14 {
    background: url('https://www.federalonline.com.br/imagemsite/3515/Veterinaria-premium.png') no-repeat center center/cover;
}

.thumb15 {
    background: url('https://www.federalonline.com.br/imagemsite/3480/Arquitetura-premium.png') no-repeat center center/cover;
}

.thumb16 {
    background: url('https://www.federalonline.com.br/imagemsite/3508/Odontologia-premium.png') no-repeat center center/cover;
}

.thumb17 {
    background: url('https://www.federalonline.com.br/imagemsite/3516/Biomedicina-premium.png') no-repeat center center/cover;
}

.thumb18 {
    background: url('https://www.federalonline.com.br/imagemsite/3495/Eng-Mecanica-premium.png') no-repeat center center/cover;
}

.thumb19 {
    background: url('https://www.federalonline.com.br/imagemsite/3497/Farmacia-premium.png') no-repeat center center/cover;
}

.thumb110 {
    background: url('https://www.federalonline.com.br/imagemsite/3477/Ads-premium.png') no-repeat center center/cover;
}

.thumb111 {
    background: url('https://www.federalonline.com.br/imagemsite/3499/Fisioterapia-premium.png') no-repeat center center/cover;
}

.thumb112 {
    background: url('https://www.federalonline.com.br/imagemsite/3491/Eng-civil-premium.png') no-repeat center center/cover;
}

.thumb113 {
    background: url('https://www.federalonline.com.br/imagemsite/3489/Ed-Fisica-premium.png') no-repeat center center/cover;
}

.thumb114 {
    background: url('https://www.federalonline.com.br/imagemsite/3506/Nutricao-premium.png') no-repeat center center/cover;
}

.thumb115 {
    background: url('https://www.federalonline.com.br/imagemsite/3496/Eng-Quimica-premium.png') no-repeat center center/cover;
}

.thumb116 {
    background: url('https://www.federalonline.com.br/imagemsite/3485/Design-Grafico-Premium.png') no-repeat center center/cover;
}

.thumb117 {
    background: url('https://www.federalonline.com.br/imagemsite/3475/Administracao-premium.png') no-repeat center center/cover;
}

.thumb118 {
    background: url('https://www.federalonline.com.br/imagemsite/3481/Biologia-premium.png') no-repeat center center/cover;
}

.thumb119 {
    background: url('https://www.federalonline.com.br/imagemsite/3479/Agronomia-premium.png') no-repeat center center/cover;
}

.thumb120 {
    background: url('https://www.federalonline.com.br/imagemsite/3512/Publicidade-e-Propaganda-Premium.png') no-repeat center center/cover;
}

.thumb121 {
    background: url('https://www.federalonline.com.br/imagemsite/3488/Economia-premium.png') no-repeat center center/cover;
}

.thumb122 {
    background: url('https://www.federalonline.com.br/imagemsite/3490/Enfermagem-Premium.png') no-repeat center center/cover;
}

.thumb123 {
    background: url('https://www.federalonline.com.br/imagemsite/3501/Jornalismo-premium.png') no-repeat center center/cover;
}

.thumb124 {
    background: url('https://www.federalonline.com.br/imagemsite/3494/Engenharia-eletrica-Premium.png') no-repeat center center/cover;
}

.thumb125 {
    background: url('https://www.federalonline.com.br/imagemsite/3493/Engenharia-de-producao-premium.png') no-repeat center center/cover;
}

.thumb126 {
    background: url('https://www.federalonline.com.br/imagemsite/3509/Pedagogia-Premium.png') no-repeat center center/cover;
}

.thumb127 {
    background: url('https://www.federalonline.com.br/imagemsite/3513/Terapia-ocupacional-premium.png') no-repeat center center/cover;
}

.thumb128 {
    background: url('https://www.federalonline.com.br/imagemsite/3492/Engenharia-de-Bio-e-bio.png') no-repeat center center/cover;
}

.thumb129 {
    background: url('https://www.federalonline.com.br/imagemsite/3498/Historia-Premium.png') no-repeat center center/cover;
}

.thumb130 {
    background: url('https://www.federalonline.com.br/imagemsite/3503/Letras-Premium.png') no-repeat center center/cover;
}

.thumb131 {
    background: url('https://www.federalonline.com.br/imagemsite/3483/Ciencias-contabeis-Premium.png') no-repeat center center/cover;
}

/*---------------------COMBO CLASSIC---------------------*/


.thumb2 {
    background: url('https://www.federalonline.com.br/imagemsite/3552/medicina-classic-1-.png') no-repeat center center/cover;
}

.thumb21 {
    background: url('https://www.federalonline.com.br/imagemsite/3531/Direito-classic-1-.png') no-repeat center center/cover;
}

.thumb22 {
    background: url('https://www.federalonline.com.br/imagemsite/3557/Psicologia-classic.png') no-repeat center center/cover;
}

.thumb23 {
    background: url('https://www.federalonline.com.br/imagemsite/3528/Computacao-Classic.png') no-repeat center center/cover;
}

.thumb24 {
    background: url('https://www.federalonline.com.br/imagemsite/3560/Veterinario-classic.png') no-repeat center center/cover;
}

.thumb25 {
    background: url('https://www.federalonline.com.br/imagemsite/3522/Arquitetura-Classic.png') no-repeat center center/cover;
}

.thumb26 {
    background: url('https://www.federalonline.com.br/imagemsite/3555/Odontologia-classic.png') no-repeat center center/cover;
}

.thumb27 {
    background: url('https://www.federalonline.com.br/imagemsite/3524/Biomedicina-classic.png') no-repeat center center/cover;
}

.thumb28 {
    background: url('https://www.federalonline.com.br/imagemsite/3542/Eng-mec-classic.png') no-repeat center center/cover;
}

.thumb29 {
    background: url('https://www.federalonline.com.br/imagemsite/3545/Farmacia-classic.png') no-repeat center center/cover;
}

.thumb210 {
    background: url('https://www.federalonline.com.br/imagemsite/3519/ADS-Classic.png') no-repeat center center/cover;
}

.thumb211 {
    background: url('https://www.federalonline.com.br/imagemsite/3547/Fisioterapia-classic.png') no-repeat center center/cover;
}

.thumb212 {
    background: url('https://www.federalonline.com.br/imagemsite/3537/Eng-civil-classic.png') no-repeat center center/cover;
}

.thumb213 {
    background: url('https://www.federalonline.com.br/imagemsite/3534/Ed-Fisica-Classic.png') no-repeat center center/cover;
}

.thumb214 {
    background: url('https://www.federalonline.com.br/imagemsite/3554/Nutricao-classic.png') no-repeat center center/cover;
}

.thumb215 {
    background: url('https://www.federalonline.com.br/imagemsite/3544/Eng-quimica-classic.png') no-repeat center center/cover;
}

.thumb216 {
    background: url('https://www.federalonline.com.br/imagemsite/3529/Design-Grafico-Classic.png') no-repeat center center/cover;
}

.thumb217 {
    background: url('https://www.federalonline.com.br/imagemsite/3517/Administracao-classic.png') no-repeat center center/cover;
}

.thumb218 {
    background: url('https://www.federalonline.com.br/imagemsite/3523/Biologia-Classic.png') no-repeat center center/cover;
}

.thumb219 {
    background: url('https://www.federalonline.com.br/imagemsite/3521/Agronomia-Classic.png') no-repeat center center/cover;
}

.thumb220 {
    background: url('https://www.federalonline.com.br/imagemsite/3559/Publi-e-propa-classic.png') no-repeat center center/cover;
}

.thumb221 {
    background: url('https://www.federalonline.com.br/imagemsite/3532/Economia-Classic.png') no-repeat center center/cover;
}

.thumb222 {
    background: url('https://www.federalonline.com.br/imagemsite/3535/Enfermagem-Clasic.png') no-repeat center center/cover;
}

.thumb223 {
    background: url('https://www.federalonline.com.br/imagemsite/3549/Jornalismo-classic.png') no-repeat center center/cover;
}

.thumb224 {
    background: url('https://www.federalonline.com.br/imagemsite/3541/Eng-eletrica-Classic.png') no-repeat center center/cover;
}

.thumb225 {
    background: url('https://www.federalonline.com.br/imagemsite/3540/Eng-de-producao-classic.png') no-repeat center center/cover;
}

.thumb226 {
    background: url('https://www.federalonline.com.br/imagemsite/3556/Pedagogia-classic.png') no-repeat center center/cover;
}

.thumb227 {
    background: url('https://www.federalonline.com.br/imagemsite/3561/Terapia-ocupacional-classic.png') no-repeat center center/cover;
}

.thumb228 {
    background: url('https://www.federalonline.com.br/imagemsite/3538/Eng-Bio-e-bio-classic.png') no-repeat center center/cover;
}

.thumb229 {
    background: url('https://www.federalonline.com.br/imagemsite/3548/Historia-Classic.png') no-repeat center center/cover;
}

.thumb230 {
    background: url('https://www.federalonline.com.br/imagemsite/3551/Letras-Classic.png') no-repeat center center/cover;
}

.thumb231 {
    background: url('https://www.federalonline.com.br/imagemsite/3526/Ciencias-contabeis-classic.png') no-repeat center center/cover;
}


/*---------------------COMBO PLUS---------------------*/


.thumb3 {
    background: url('https://www.federalonline.com.br/imagemsite/3598/medicina-plus.png') no-repeat center center/cover;
}

.thumb31 {
    background: url('https://www.federalonline.com.br/imagemsite/3576/direito-plus.png') no-repeat center center/cover;
}

.thumb32 {
    background: url('https://www.federalonline.com.br/imagemsite/3602/Psicologia-plus.png') no-repeat center center/cover;
}

.thumb33 {
    background: url('https://www.federalonline.com.br/imagemsite/3574/Computacao-plus.png') no-repeat center center/cover;
}

.thumb34 {
    background: url('https://www.federalonline.com.br/imagemsite/3606/Veterinaria-plus.png') no-repeat center center/cover;
}

.thumb35 {
    background: url('https://www.federalonline.com.br/imagemsite/3568/Arquitetura-plus.png') no-repeat center center/cover;
}

.thumb36 {
    background: url('https://www.federalonline.com.br/imagemsite/3600/Odonto-plus.png') no-repeat center center/cover;
}

.thumb37 {
    background: url('https://www.federalonline.com.br/imagemsite/3571/Biomeidicina-plus.png') no-repeat center center/cover;
}

.thumb38 {
    background: url('https://www.federalonline.com.br/imagemsite/3588/Eng-mec-plus.png') no-repeat center center/cover;
}

.thumb39 {
    background: url('https://www.federalonline.com.br/imagemsite/3591/Farmacia-plus.png') no-repeat center center/cover;
}

.thumb310 {
    background: url('https://www.federalonline.com.br/imagemsite/3566/ADS-plus.png') no-repeat center center/cover;
}

.thumb311 {
    background: url('https://www.federalonline.com.br/imagemsite/3592/Fisioterapia-plus.png') no-repeat center center/cover;
}

.thumb312 {
    background: url('https://www.federalonline.com.br/imagemsite/3582/Eng-civil-plus.png') no-repeat center center/cover;
}

.thumb313 {
    background: url('https://www.federalonline.com.br/imagemsite/3579/Ed-fisica-plus.png') no-repeat center center/cover;
}

.thumb314 {
    background: url('https://www.federalonline.com.br/imagemsite/3599/Nutricao-plus.png') no-repeat center center/cover;
}

.thumb315 {
    background: url('https://www.federalonline.com.br/imagemsite/3589/Eng-quimica-plus.png') no-repeat center center/cover;
}

.thumb316 {
    background: url('https://www.federalonline.com.br/imagemsite/3575/Design-grafico-plus.png') no-repeat center center/cover;
}

.thumb317 {
    background: url('https://www.federalonline.com.br/imagemsite/3562/Administracao-plus.png') no-repeat center center/cover;
}

.thumb318 {
    background: url('https://www.federalonline.com.br/imagemsite/3569/Biologia-plus.png') no-repeat center center/cover;
}

.thumb319 {
    background: url('https://www.federalonline.com.br/imagemsite/3564/Agronomia-plus.png') no-repeat center center/cover;
}

.thumb320 {
    background: url('https://www.federalonline.com.br/imagemsite/3603/Publi-e-prop-plus.png') no-repeat center center/cover;
}

.thumb321 {
    background: url('https://www.federalonline.com.br/imagemsite/3578/Economia-plus.png') no-repeat center center/cover;
}

.thumb322 {
    background: url('https://www.federalonline.com.br/imagemsite/3580/Enfermagem-Plus.png') no-repeat center center/cover;
}

.thumb323 {
    background: url('https://www.federalonline.com.br/imagemsite/3595/Jornalismo-plus.png') no-repeat center center/cover;
}

.thumb324 {
    background: url('https://www.federalonline.com.br/imagemsite/3586/Eng-eletrica-plus.png') no-repeat center center/cover;
}

.thumb325 {
    background: url('https://www.federalonline.com.br/imagemsite/3585/Eng-de-producao-plus.png') no-repeat center center/cover;
}

.thumb326 {
    background: url('https://www.federalonline.com.br/imagemsite/3601/Pedagogia-plus.png') no-repeat center center/cover;
}

.thumb327 {
    background: url('https://www.federalonline.com.br/imagemsite/3605/Terapia-ocupacional-plus.png') no-repeat center center/cover;
}

.thumb328 {
    background: url('https://www.federalonline.com.br/imagemsite/3583/Eng-bio-e-bio-plus.png') no-repeat center center/cover;
}

.thumb329 {
    background: url('https://www.federalonline.com.br/imagemsite/3593/Historia-Plus.png') no-repeat center center/cover;
}

.thumb330 {
    background: url('https://www.federalonline.com.br/imagemsite/3596/Letras-Plus.png') no-repeat center center/cover;
}

.thumb331 {
    background: url('https://www.federalonline.com.br/imagemsite/3572/Ciencias-contabeis-plus.png') no-repeat center center/cover;
}


/*---------------------EXTENSIVOS---------------------*/


.thumb4 {
    background: url('https://www.federalonline.com.br/imagemsite/3642/extensivo-medicina-2026.png') no-repeat center center/cover;
}

.thumb41 {
    background: url('https://www.federalonline.com.br/imagemsite/3624/extensivo-direito-2026.png') no-repeat center center/cover;
}

.thumb42 {
    background: url('https://www.federalonline.com.br/imagemsite/3646/extensivo-psicologia-2026.png') no-repeat center center/cover;
}

.thumb43 {
    background: url('https://www.federalonline.com.br/imagemsite/3623/extensivo-computacao-2026.png') no-repeat center center/cover;
}

.thumb44 {
    background: url('https://www.federalonline.com.br/imagemsite/3650/extensivo-veterinaria-2026.png') no-repeat center center/cover;
}

.thumb45 {
    background: url('https://www.federalonline.com.br/imagemsite/3612/extensivo-arquitetura-2026.png') no-repeat center center/cover;
}

.thumb46 {
    background: url('https://www.federalonline.com.br/imagemsite/3644/extensivo-odontologia-2026.png') no-repeat center center/cover;
}

.thumb47 {
    background: url('https://www.federalonline.com.br/imagemsite/3619/extensivo-biomedicina-2026.png') no-repeat center center/cover;
}

.thumb48 {
    background: url('https://www.federalonline.com.br/imagemsite/3634/extensivo-eng-mecanica-2026.png') no-repeat center center/cover;
}

.thumb49 {
    background: url('https://www.federalonline.com.br/imagemsite/3636/extensivo-farmacia-2026.png') no-repeat center center/cover;
}

.thumb410 {
    background: url('https://www.federalonline.com.br/imagemsite/3610/extensivo-ads-2026.png') no-repeat center center/cover;
}

.thumb411 {
    background: url('https://www.federalonline.com.br/imagemsite/3637/extensivo-fisoterapia-2026.png') no-repeat center center/cover;
}

.thumb412 {
    background: url('https://www.federalonline.com.br/imagemsite/3628/extensivo-eng-civil-2026.png') no-repeat center center/cover;
}

.thumb413 {
    background: url('https://www.federalonline.com.br/imagemsite/3626/extensivo-ed-fisica-2026.png') no-repeat center center/cover;
}

.thumb414 {
    background: url('https://www.federalonline.com.br/imagemsite/3643/extensivo-nutricao-2026.png') no-repeat center center/cover;
}

.thumb415 {
    background: url('https://www.federalonline.com.br/imagemsite/3635/extensivo-eng-Quimica-2026.png') no-repeat center center/cover;
}

.thumb416 {
    background: url('https://www.federalonline.com.br/imagemsite/3622/extensivo-Design-Grafico-2026.png') no-repeat center center/cover;
}

.thumb417 {
    background: url('https://www.federalonline.com.br/imagemsite/3608/extensivo-administracao-2026.png') no-repeat center center/cover;
}

.thumb418 {
    background: url('https://www.federalonline.com.br/imagemsite/3616/extensivo-biologia-2026.png') no-repeat center center/cover;
}

.thumb419 {
    background: url('https://www.federalonline.com.br/imagemsite/3620/extensivo-agronomia-2026.png') no-repeat center center/cover;
}

.thumb420 {
    background: url('https://www.federalonline.com.br/imagemsite/3647/extensivo-publicidade-e-propaganda-2026.png') no-repeat center center/cover;
}

.thumb421 {
    background: url('https://www.federalonline.com.br/imagemsite/3625/extensivo-economia-2026.png') no-repeat center center/cover;
}

.thumb422 {
    background: url('https://www.federalonline.com.br/imagemsite/3652/extensivo-enfermagem-2026-1-.png') no-repeat center center/cover;
}

.thumb423 {
    background: url('https://www.federalonline.com.br/imagemsite/3640/extensivo-jornalismo-2026.png') no-repeat center center/cover;
}

.thumb424 {
    background: url('https://www.federalonline.com.br/imagemsite/3631/extensivo-eng-eletrica-2026.png') no-repeat center center/cover;
}

.thumb425 {
    background: url('https://www.federalonline.com.br/imagemsite/3630/extensivo-eng-de-producao-2026.png') no-repeat center center/cover;
}

.thumb426 {
    background: url('https://www.federalonline.com.br/imagemsite/3645/extensivo-pedagogia-2026.png') no-repeat center center/cover;
}

.thumb427 {
    background: url('https://www.federalonline.com.br/imagemsite/3649/extensivo-terapia-ocupacional-2026-1-.png') no-repeat center center/cover;
}

.thumb428 {
    background: url('https://www.federalonline.com.br/imagemsite/3629/extensivo-eng-de-Bioprocessos-e-Biotecnologia-2026.png') no-repeat center center/cover;
}

.thumb429 {
    background: url('https://www.federalonline.com.br/imagemsite/3638/extensivo-historia-2026.png') no-repeat center center/cover;
}

.thumb430 {
    background: url('https://www.federalonline.com.br/imagemsite/3639/extensivo-letras-2026.png') no-repeat center center/cover;
}

.thumb431 {
    background: url('https://www.federalonline.com.br/imagemsite/3621/extensivo-Ciencias-contabeis-2026.png') no-repeat center center/cover;
}

/*---------------------AVULSOS---------------------*/

.thumb5 {
    background: url('https://www.federalonline.com.br/imagemsite/3667/Obras-especificas-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb51 {
    background: url('https://www.federalonline.com.br/imagemsite/3098/redacao-2025-30.png') no-repeat center center/cover;
}

.thumb52 {
    background: url('https://www.federalonline.com.br/imagemsite/3100/redacao-2025-20.png') no-repeat center center/cover;
}

.thumb53 {
    background: url('https://www.federalonline.com.br/imagemsite/3102/redacao-2025-10.png') no-repeat center center/cover;
}

.thumb54 {
    background: url('https://www.federalonline.com.br/imagemsite/3653/Biologia-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb55 {
    background: url('https://www.federalonline.com.br/imagemsite/3665/Quimica-Avulsos-UFPR-1-.png') no-repeat center center/cover;
}

.thumb56 {
    background: url('https://www.federalonline.com.br/imagemsite/3663/Matematica-Avulsos-UFPR-1-.png') no-repeat center center/cover;
}

.thumb57 {
    background: url('https://www.federalonline.com.br/imagemsite/3658/Literatura-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb58 {
    background: url('https://www.federalonline.com.br/imagemsite/3656/Filosofia-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb59 {
    background: url('https://www.federalonline.com.br/imagemsite/3657/Sociologia-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb510 {
    background: url('https://www.federalonline.com.br/imagemsite/3660/Geografia-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb511 {
    background: url('https://www.federalonline.com.br/imagemsite/3659/Fisica-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb512 {
    background: url('https://www.federalonline.com.br/imagemsite/3661/Historia-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb513 {
    background: url('https://www.federalonline.com.br/imagemsite/3664/Portugues-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb514 {
    background: url('https://www.federalonline.com.br/imagemsite/3662/Ingles-Avulsos-UFPR.png') no-repeat center center/cover;
}

.thumb515 {
    background: url('https://www.federalonline.com.br/imagemsite/3666/Espanhol-Avulsos-UFPR.png') no-repeat center center/cover;
}


/*---------------------ENEM---------------------*/

.thumb6 {
    background: url('https://www.federalonline.com.br/imagemsite/2689/EXT-ENEM-1-.png') no-repeat center center/cover;
}

.thumb61 {
    background: url('https://www.federalonline.com.br/imagemsite/2327/redacao-enem-nova.png') no-repeat center center/cover;
}

.thumb62 {
    background: url('https://www.federalonline.com.br/imagemsite/2326/Ciencias-da-natureza-enem-nova.png') no-repeat center center/cover;
}

.thumb63 {
    background: url('https://www.federalonline.com.br/imagemsite/2322/Matematica-enem-nova.png') no-repeat center center/cover;
}

.thumb64 {
    background: url('https://www.federalonline.com.br/imagemsite/2325/Ciencias-Humanas-enem-nova.png') no-repeat center center/cover;
}

.thumb65 {
    background: url('https://www.federalonline.com.br/imagemsite/2370/Linguagens-enem-nova.png') no-repeat center center/cover;
}


/*---------------------ESTADUAIS---------------------*/

.thumb7 {
    background: url('https://www.federalonline.com.br/imagemsite/3690/Extensivo-UEL-Medicina.png') no-repeat center center/cover;
}

.thumb71 {
    background: url('https://www.federalonline.com.br/imagemsite/3696/Extensivo-UEL.png') no-repeat center center/cover;
}

.thumb72 {
    background: url('https://www.federalonline.com.br/imagemsite/3698/Extensivo-Unioeste.png') no-repeat center center/cover;
}

.thumb73 {
    background: url('https://www.federalonline.com.br/imagemsite/3699/Extensivo-uepg.png') no-repeat center center/cover;
}

.thumb74 {
    background: url('https://www.federalonline.com.br/imagemsite/3700/Extensivo-Unioeste-Copia.png') no-repeat center center/cover;
}

.thumb75 {
    background: url('https://www.federalonline.com.br/imagemsite/3702/Extensivo-Unicentro2-1-.png') no-repeat center center/cover;
}

/*---------------------UTFPR---------------------*/

.thumb8 {
    background: url('https://www.federalonline.com.br/imagemsite/3654/Simuladao-UTFPR-2026.png') no-repeat center center/cover;
}

/*---------------------AVISO---------------------*/


.aviso{
    display: flex;
    color: #fff;
    justify-content: center;
}

.aviso h4{
    background-color: #ffffff63;
    backdrop-filter: blur(3px);
    padding: 5px;
    font-weight: 300;
    font-size: 14px;
    color: #282828;
}

.aviso span{
    font-weight: 700;
}

.buttonCourses{
  display: flex;
  justify-content: end;
  text-decoration: none;
}

.buttonCourses button{
  font-size: 16px;
  font-weight: 600;
  margin-right: 2%;
  margin-bottom: 5%;
  padding: 8px 24px;
  text-decoration: none;
  background: linear-gradient(45deg, #6b9006, #6b9006); 
  color: #fff;   
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease; 

}

.buttonCourses button:hover{
  background: linear-gradient(45deg, #6b9006, #3f5406); 
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.08); 
}

/*------------------ Marquee ------------------*/

.marqueeBanner{
    display: flex;
    justify-content: center;
    margin: 0;
}

.marqueeBanner img{
    width: 100vw;
    display: none;
}



/*-------------------Suport-------------------------*/

.support{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10%;
}

.support a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 20%;
    text-decoration: none;
}

.supportBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
    background: #ffffff34;
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff18;
    border-radius: 10px;
    color: #282828;
    transition: transform 0.5s ease-in-out; /* Animates transform over 0.5s with ease-in-out timing */

}

.supportBox:hover{
    background: #ffffff;
    transform: scale(1.2);
}


.support h4{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #282828;
}

.support h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #282828;
}

.support i{
    margin-right: 5px;
    color: #95c11f;
}


/*---------------------------------------------------------------------------------------*/

.pay{
    padding: 50px;
    background-color: #f1f1f1;
}

.payment{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.txt-pay{
    text-align: left;
}

.txt-pay h3{
    font-weight: 800;
    text-align: left;
}

.txt-pay p{
    text-align: left;
}

.img-pay img{
    height: 45px;
}

/*---------------------------------------------------------------------------------------*/

.footer-container{
    max-width: 1170px;
    margin: auto;
}

.row-container{
    display: flex;
}

ul{
    list-style: none;
}

.footer{
    text-align: left;
    background-color: #232323;
    padding: 70px 0;
    width: 100%;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-left: 0;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background-color: #95C11F;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: 0.3s ease;
}

.footer-col ul li a:hover{
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgb(225, 225, 225, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease;
}

.footer-col .social-links a:hover{
    color: #95C11F;
    background-color: #fff;
}

.footer-col ul li i{
    color: #95C11F;
    width: 16px;
    margin-right: 10px;
}

.footer-col ul li{
    color: #bbbbbb;
    font-size: 14px;
}

.footer-container2{
    max-width: 1170px;
    margin: auto;
}

.footer-container2 img{
    height: 90px;
}

.footer-container2 p{
    color: #bbbbbb;
    font-size: 12px;
    margin-bottom: 0;
}




/*------------------ Media Queries ------------------*/


@media (max-width: 480px) {
  .hero{
    flex-direction: column;
    padding: 20px;
  }

  .timer{
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
  }

  .timer .timerImg img{
    display: none;
    height: 150px;
    margin-bottom: 10px;
  }

  .banner{
    flex-direction: column;
    height: 80vh;
    padding: 10%;
  }

  .banner .banner-txt h3{
    font-size: 20px;
  }

  .banner .banner-txt h1{
    font-size: 50px;
    line-height: 45px;
    width: 90%;
  }

  .banner .banner-txt li{
    gap: 10px;
  }

  .contentTxt h1{
    font-size: 28px;
  }

  .courseContent{
    flex-direction: column;
    align-items: center;
  }

  .contagem .numero{
    font-size: 24px;
  }

  .infoContainer{
    padding: 0;
  }

  .timer .timerTxt h2{
    text-align: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 16px;
  }

  .timer .textoTimer{
    margin: 0;
  }

  .timer .timerTxt p{
    font-size: 12px;
    margin-bottom: 0;
    line-height: 12px;
  }

  .containerImg img{
    height: 20vh;
    margin-right: 0;
  }

  .timerTxt{
    width: 100%;
  }
  
  .timerContent{
    width: 50%;
    margin-right: 20px
  }

  .imgFixed img{
    width: 100px;
  }
  .hero-content{
    width: 100%;
    padding: 100px 10px 50px;
  }

  .hero-content .container{
    margin-top: 0;
  }

  .hero-content .container p{
    font-size: 16px;
    line-height: 16px;
  }

  .cursosTítulos{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
  }

  .hero-content .container .btn{
    font-size: 14px;
  }
  
  .linha-wrapper{
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tag{
    width: 75px;
    height: 75px;
  }

  .card {
    min-width: 250px;
    margin: 10px 0;
  }

  .cardCourse{
    margin-top: 5%;
    flex-direction: column;
    align-items: center;
  }

  .course{
    width: 100%;
  }

  .buttonCourses{
    padding-right: 50px;
  }

  .cursos-segunda-fase h2{
    font-size: 34px;
    margin-top: 50px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cursosTag{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .cursosTítulos{
    display: flex;
    align-items: center;
  }
  
  .cursosTítulos .cursos-segunda-fase h1{
    font-size: 40px;
  }

  .card h1{
    font-size: 16px;
  }

  .td{
    margin-right: 10px;
  }

  .cursosTítulos p{
    font-size: 12px;
    padding: 3px 5px;
  }
  
  .thumb{
    background-size: contain;
 }

    .aviso {
        display: flex;
        text-align: center;
        margin: 5% 10%;
    }

    .divChat{
        display: none;
    }

    .aviso2{
        margin: 10%;

    }

    .contentBottom{
        display: flex;
        flex-direction: column;
        padding: 10%;
    }

    .contentImg{
        width: 100%;
    }

    .support{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 50%;
        align-items: center;
    }

    .support a{
        width: 100%;
    }
    
    /*-------------------------------------------------------*/

    .payment{
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }

    .txt-pay h3{
        text-align: center;
        font-size: 26px;
        font-weight: 900;
        padding-bottom: 10px;
    }

    .txt-pay p{
        text-align: center;
        font-size: 12px;
    }


    .pay .payment .img-pay img{
        width: 350px;
        height: 120%;
    }

    
/*---------------------------------------------------------------------------------------*/



.footer-container{
    max-width: 1170px;
    margin: auto;
    
}

.row-container{
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    text-align: center; 
    
}

ul{
    list-style: none;
}

.footer{
    padding: 70px 0;
    width: 100%;  
}

.footer-col{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.footer-col h4{
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-left: 0;
}


.footer-col ul li a{
    font-size: 17px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: 0.3s ease;
}



.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.3s ease;
}


.footer-col ul li i{
    
    width: 16px;
    margin-right: 10px;
}

.footer-col ul li{
    font-size: 17px;
}

.footer-container2{
    max-width: 1170px;
    margin: auto;
}

.footer-container2 img{
    height: 90px;
}

.footer-container2 p{
    font-size: 12px;
    margin-bottom: 0;
}

.social-links{
    display: flex;
    flex-direction: row;
    
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 41%;
    bottom: -10px;
    background-color: #95C11F;
    height: 2px;
    box-sizing: border-box;
    width: 60px;
}

.social-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-container2{
    text-align: center;
}


}

@media (min-width: 481px) and (max-width: 1024px) {
  body {
    background-color: lightgreen;
  }

  .card {
    width: 48%;
    margin: 1%;
  }
}