/* FONT-FAMILY - INTER (ALL) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.btn-primary {
    background: var(--Blue-Deep-700) 0% 0% no-repeat padding-box;
}

.fonte-laranja {
    color: var(--Orange-500);
}

a {
    text-decoration: none;
}

.containers-eac{
  background-color: var(--Blue-Deep-700) !important;
}

.page-titulos {
  font-family: Poppins, "custom_heading_font", sans-serif;
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  color: var(--Primary-850);
}

.page-titulos span{
  font-family: Poppins, "custom_heading_font", sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.page-titulos-icone-star{
  margin-right: 15px;
  width: 48px;
  height: 56px;
  background: transparent url('../images/icon-star.png') 0% 0% no-repeat padding-box;
}

/* Home */
.home-right {
    background-color: var(--Neutral-white);
}


.box2-home img {
    max-width: 100%;
}

.home-cursos1 {
    display: inline-block;
    position: absolute; 
    top: 0; 
    left: 0;
}

.home-cursos2 {
    display: inline-block;
    position: absolute; 
    bottom: 0; 
    left: 0;
}

.home-img-wrap{
  height: 500px;
  display: inline-block; 
  position: relative;
}


/* Right */

.right-top {
    display: block;
    height: 40px;
    margin-top: 25px;
    border-top-left-radius: 7px;
    background: var(--Blue-Strong-600) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--Overlay-Black-16);
}

.right-avatar {
    width: 50px;
    margin-top: 15px;
    margin-left: 10px;
}

.right-user {
    margin-top: 25px;
    text-align: left;
    font: normal normal 600 18px/30px Poppins;
    letter-spacing: 0px;
    color: var(--Blue-Deep-700);
    opacity: 1;
}

.right-comunicados {
    padding-top: 5px;
    padding-left: 15px;
    text-align: left;
    font: normal normal 600 16px/22px Poppins;
    letter-spacing: 0px;
    color: var(--Blue-Deep-700);
    opacity: 1;
}

.right-comunicados p {
    text-align: left;
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: var(--Blue-Deep-700);
    opacity: 1;
}

.right-comunicados-detalhes {
    font: normal normal 600 13px/18px Poppins;
    margin-top: 3px!important;
    margin-bottom: 3px!important;
}


/* Left */
.page-salas-icone-left{
  margin-left: -7px!important;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 18px;
  height: 16px;
  background: transparent url('../images/icon-sala-digital.png');
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: center center; 
}

.banner-primeiro-acesso {
  height: 250px;
  border-radius: 32px ;
  background-image: url('../images/banner-primeiro-acesso.jpg');
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: center center;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* .logo-left {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-left img {
    width: 150px;
} */

/* .left-painel {
    display: block;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #FF7200 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #E0E4EE87;
    border-radius: 9px;
    line-height: 40px;
    padding-left: 20px;
    width: 93%;
} */

.menu-left-main {
    font-weight: 500;
}

.menu-left-sec {
    font-weight: 500;
    font-size: 14px!important;
}

.menu-left-ter {
  text-align: left;
  position: relative;  
  font-weight: 500;
  font-size: 15px!important;
  padding-left: 7px;
  line-height: 18px;

}

.group{
  border: none;
  width: 100%;
}

.max-h-0 {
  max-height: 0;
}

.group:focus .group-focus\:max-h-40 {
  max-height: 100%;
  background: var(--Blue-Soft-101);
  padding-left: 10px;
  text-align: left;
}

/*Menu Left*/
.ac-container {
    max-width: 400px;
}

.ac-container label {
    height: 30px !important;
    line-height: 21px !important;
    font-size: 12px !important;
    font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: var(--Gray-470);
    text-shadow: 1px 1px 1px var(--Neutral-white-Opacity80);
    line-height: 33px;
    font-size: 19px;
    background: var(--Neutral-white);
    background: -moz-linear-gradient(top, var(--Neutral-white) 1%, var(--Neutral-62) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, var(--Neutral-white)), color-stop(100%, var(--Neutral-62)));
    background: -webkit-linear-gradient(top, var(--Neutral-white) 1%, var(--Neutral-62) 100%);
    background: -o-linear-gradient(top, var(--Neutral-white) 1%, var(--Neutral-62) 100%);
    background: -ms-linear-gradient(top, var(--Neutral-white) 1%, var(--Neutral-62) 100%);
    background: linear-gradient(to bottom, var(--Neutral-white) 1%, var(--Neutral-62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0 0 0 1px var(--Gray-300-Opacity30), 1px 0 0 var(--Neutral-white-Opacity90) inset, 0 2px 2px var(--Black-Opacity10);
    font-size: 12px;
    height: 30px;
    line-height: 20px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: var(--Neutral-white);
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: var(--Neutral-66);
    color: var(--Gray-600);
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
    height: 30px;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.exercicio-questions-box-visualizar-question p input, .exercicio-questions-box-visualizar-question table tbody tr td input,
.exercicio-questions-box-realizar-question p input, .exercicio-questions-box-realizar-question table tbody tr td input  {
  background: url(../images/icon-resposta.png) no-repeat left;
}

.adicional1 {
  /*background-image: url(../images/banner-adicional1.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 230px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adicional2 {
  /*background-image: url(../images/banner-adicional2.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 230px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: var(--Gray-470);
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px var(--Neutral-white-Opacity80);
    font: normal normal 12px 'Open Sans';
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small {
    height: 140px;
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.ac-container input:checked ~ article.ac-large {
    height: 100%;
}


.menu-left-ter-text{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 90px!important;
  max-width: 170px!important;
  line-height: 18px;
}

.icones-left {
  position: absolute;
  line-height: 18px;
  top: 0px!important;
} 

.drop-topico {
    color: var(--Gray-520) !important;
    text-decoration: none;
    width: 100% !important;
}

.drop-topico a {
    color: var(--Gray-520) !important;
    text-decoration: none;
    width: 100%!important;
    font-size: 14px;
}

.drop-topico :hover {
    color: var(--Blue-Deep-800) !important;
    background: var(--Blue-Soft-101);
}

.drop-conteudo {
    font-size: 20px;
    color: grey!important;
    text-decoration: none;
}

.drop-conteudo span {
    font-size: 12px;
    color: grey!important;
    text-decoration: none;
}

.muda-cor {
    color: red;
}

.left-contato p {
    color: var(--Blue-Deep-700);
    font: normal normal 600 12px/18px Poppins;
    margin-top: 3px!important;
    margin-bottom: 3px!important;
}



.suporte-chat {
  border-radius: 30px;
  background-image: url(../images/suporte.png);
  background-size: cover;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: -webkit-fill-available;
  margin: 40px 0px;
  /* margin: 0 32px; */
}

.credit-card {
  background-image: url('../images/credit-card.png');
  width: 335px;
  height: 185px;
  border-radius: 20px;
  border: 1px solid var(--Green-Lime-250);
  box-shadow: 0px 0px 40px var(--Gray-290);
}

/* Menu */

.nav-menu {
    background-color: var(--Blue-Deep-700) !important;
    color: var(--Neutral-white) !important;
}

.nav-link {
    color: var(--Neutral-white) !important;
}

.border-bottom {
    border-bottom: 2px solid var(--Blue-Deep-700) !important;
}

.barras-btn {
    width: 40px;
    padding: 8px;
    height: 35px;
    cursor: pointer;
    background: var(--Orange-400);
    border-radius: 3px;
    transition: 1s;
    z-index: 2;
    margin-left: 25px;
}

.barras-btn span {
    /* vertical-align: middle; */
    background-color: var(--Neutral-white);
    display: block;
    margin: 3px 0;
    height: 3px;
}

/* Tópicos */
/* .sub-container{
  font-family: Poppins, "custom_heading_font", sans-serif;
  width: 90%!important;
  padding: 0!important;
  margin-top: 81px;
  margin-bottom: 81px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
} */

.topico-user{
  font-family: Poppins, "custom_heading_font", sans-serif;
  text-align: left;
  font-size: 24px;
  width: 100%;
  padding-left: 4.3%;
  padding-top: 0px!important;
  margin-top: -15px!important;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--Neutral-900);
}

.topico-box-container{
  width: 100%;
}

.topico-box {
  position: relative;
  border-radius: 10px;
  padding: 0!important;
  margin: 2.5%;
  width: 28.33%;
  height: 312px!important;
  background: no-repeat;
  background-size: 100% 70%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: var(--Blue-Deep-700);
}

.topico-box-img{
  width: 100%!important;
  height: 312px!important;
  background: no-repeat;
  background-size: 100% 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: grey;
}

.topico-box-titulo{
  position: absolute;
  height: 100px!important;
  width: 100%;
  padding-right: 15px;
  line-height: 100px;
  padding-left: 20px;
  background: var(--Blue-Deep-700) 0% 0% no-repeat padding-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: 0px;
}

.topico-box-titulo span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}

.topico-box-titulo a{
  text-align: left;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0px;
  color: var(--Neutral-white);
}

#progress {
    background: var(--Blue-Deep-850);
    border-radius: 13px;
    height: 10px;
    width: 90%;
    margin-top: 8px;
    padding: 3px;
}

#progress:after {
    content: '';
    display: block;
    background: var(--Orange-500);
    width: 50%;
    height: 100%;
    border-radius: 9px;
}

.topico-box-topicos {
  height: 400px!important;
  border-radius: 10px;
  padding: 0!important;
  margin: 2.5%;
  width: 28.33%;
  opacity: 1;
}

.topico-box-img-topicos{
  position: relative;
  width: 100%;
  height: 400px!important;
  background: transparent 0% 0% no-repeat padding-box;
  background-size: 100% 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.topico-img-titulo{
  position: absolute;
  width: 60%;
  height: 30px;
  line-height: 30px;
  display: block;
  bottom: 27%;
  left: 20%;
  background: var(--Orange-500);
  text-transform: uppercase;
  color: var(--Neutral-white);
  font-size: 1.3em;
  font-weight: 800!important;
  text-align: center;
}

.exercicios-21 .topico-img-titulo{
  position: absolute;
  width: 95%;
  height: fit-content;  
  bottom: 40%;
  left: 2.5%;
  background: var(--Orange-500);
  text-transform: uppercase;
  color: var(--Neutral-white);
  font-size: 0.9em;
  font-weight: 800!important;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}

.topico-img-desc{
  position: absolute;
  width: 80%;
  height: 30px;
  display: block;
  bottom: 17.1%;
  left: 10%;
  text-align: center;
}

.topico-img-desc a{
  line-height: 0.5em!important;
  text-transform: uppercase;
  color: var(--Neutral-white);
  font-size: 0.8em!important;
  font-weight: 800!important;
  text-align: center;
}

.box-material{
  font-family: Poppins, "custom_heading_font", sans-serif;
  width: 95%;
  height: 200px;
  background: var(--Neutral-100) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.box-material-img{
  height: 200px;
  line-height: 200px;
}

.box-material-img img{
  width: 147px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.box-material-texto{
  width: auto;
  height: 200px;
  display: grid;
  align-self: center;
}

.box-material-texto span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.box-material-texto-titulo{
  font-family: var(--Fonte-principal);
  font-size: 24px;
  font-weight: 800;
  color: var(--Primary-850);
  padding-bottom: 15px;
}

.box-material-texto-text{
  font-family: var(--Fonte-principal);
  text-align: left;
  font-size: 16px;
  color: var(--Primary-850);
  width: 300px;
  font-weight: 400;
}

/* .box-material-botao{
  position: relative;
  height: 200px;
  line-height: 200px;
} */

.box-material-botao span{
  background-color: var(--Peach-100);
  font-family: var(--Fonte-principal);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  color: var(--Primary-850);
  font-size: 22px;
  width: 377px;
  font-weight: 600;
  padding:15px;
}

.box-material-enunciado{
  width: 95%;
  min-height: 70px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--Neutral-900);
  margin-top: 50px;
  padding-left: 0px;
}

.box-material-enunciado img{
  display: none;
}

.box-material-detalhes{
  width: 95%;
}


.box-material-detalhes-checks{
  height: 57px;
  line-height: 57px;
}

.box-material-detalhes-checks .icones{
  display: inline-block;
  width: 37px;
  height: 37px;
  background: transparent 0% 0% no-repeat padding-box;
  vertical-align: middle;
  line-height: normal;
  margin-right: 10px;
}

.box-material-detalhes-checks .check-texto{
  font-family: Poppins, "custom_heading_font", sans-serif;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--Neutral-900);
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


/* Exercicios */
.indice-exercicios {
  width: max-content;
  /* height: 43px; */
  display: flex;
  align-items: center;
  font-family: var(--Fonte-principal);
  background-color: var(--Primary-850);
  justify-content: center;
  border-radius: 36px;
  font-size: 18px;
  padding: 15px;
  color: var(--Neutral-white);
  margin: 0 0 20px 0;
}

.exercicio-titulo-box {
  border-top: 2px solid var(--Blue-Deep-800);
  background-color: var(--Blue-Soft-100);
  padding: 10px;
  padding-left: 7px;
  margin-bottom: 20px;
}

.exercicios-page-titulos {
  display: flex;
  align-items: center;
  gap: 15px;
}

.exercicios-page-titulos span {
  color: var(--Primary-950);
  font-family: var(--Fonte-principal);
  font-size: 32px;
	margin: 40px 0;
  font-weight: 600;
}

/* .ql-toolbar.ql-snow+.ql-container.ql-snow {
  border: none !important;
} */

.ql-toolbar.ql-snow+.ql-container.ql-snow {
  border: none !important;
  border-top: 1px solid var(--Primary-840-Opacity10) !important;
}

.exercicio-questions-editor

.ql-toolbar .ql-snow {
  border: none !important;
}
/*
.ql-toolbar.ql-snow {
  border-bottom: 1px solid #22356812 !important;
}

.quillWrapper .ql-toolbar .ql-snow {
  border-bottom: 1px solid #22356812 !important;
}*/

.quillWrapper {
  background-color: var(--BackgroundInternExercises);
  border-radius: 30px;
  border: none;
}

.ql-container .ql-snow {
  border: none;
}

.quillWrapper .ql-container {
  border: none;
}

.exercicio-questions-editor .quillWrapper .ql-snow .ql-toolbar {
  padding-top: 8px !important;
  padding-bottom: 4px !important;
  text-align: center !important;
}

.ql-toolbar.ql-snow .ql-formats .ql-blockquote,
.ql-toolbar.ql-snow .ql-formats .ql-code-block,
.ql-toolbar.ql-snow .ql-formats .ql-strike,
.ql-toolbar.ql-snow .ql-formats .ql-indent,
.ql-toolbar.ql-snow .ql-formats .ql-image,
.ql-toolbar.ql-snow .ql-formats .ql-video,
.ql-toolbar.ql-snow .ql-formats .ql-clean {
	display: none;
}

.exercicio-questions-editor .quillWrapper .ql-toolbar {
  border:none;
  text-align: center;
}

.exercicio-questions-editor{
  margin-bottom: 70px;
  display: block;
  margin-left: auto;
  padding: 0 30px 30px 30px;
  margin-right: auto;
  background: var(--Secundary-300);
  border-radius: 0 0 30px 30px;
}

.resposta {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 50px;
  background: var(--Neutral-white);
  padding: 5px 10px;
  color: var(--Primary-850);
  border: 1.5px solid var(--Primary-850);
}

.resposta:hover {
  background-color: var(--Green-100);
}

.reposta button {
  border: none;
  background: transparent;
}

/* Login */

.login-wrapper {
    height: 680px;
    width: 100%;
    background: transparent url('../images/BACKGROUND.png') 0% 0% no-repeat padding-box;
    background-size: contain;
}

.container-extra-forget {
	background-image: url(../../../images/eacNova/bg-forgot.svg);
	width: 100vw;
	height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.login-box {
    padding-top: 25px;
    padding-bottom: 25px;
    background: var(--Neutral-white);
    border: 1px solid var(--Neutral-40);
    border-radius: 5px;
}

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

.logo img {
    width: 45%;
}




/* Footer */

.footer {
    border-top: 1px solid var(--Blue-Primary-650);
    background-color: var(--Neutral-white) !important;
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 40px;
}

.logo-footer {
    width: 200px;
}

.copy {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: var(--Blue-Deep-700);
    color: var(--Neutral-white);
}


/*Agendamento Aluno*/
/* .agendamento-box-container{
  width: 91.2%;
  padding: 2%;
  padding-top: 40px;
  margin-bottom: 50px;
  margin-top: 10px!important;
  background: #F5F5F5 0% 0% no-repeat padding-box;
} */

.page-agendamento-icone{
  margin-right: 15px;
  margin-left: -7px!important;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 60px;
  height: 60px;
  background: transparent url('../images/icon-agendamento.png') 0% 0% no-repeat padding-box;
}

/* .box-agendamento-alert{
  font-family: Poppins, "custom_heading_font", sans-serif;
  width: 95%;
  background: #FF7200 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
} */

/* .box-agendamento-img{
  text-align: center;
  margin-bottom: 15px;
}

.box-agendamento-img img{
  width: 44px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
} */


/* .box-agendamento-conteudo{
  font-family: Poppins, "custom_heading_font", sans-serif;
  width: 95%;
  margin-top: 50px;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
} */

.agendamento-texto-lista {
  width: 100%;
  padding: 0px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--Primary-850);
}

.agendamento-icon-check{
  width: 3%;
  margin-right: 0px;
  padding: 0px;
}

.agendamento-texto-lista b{
  font-weight: 800;
}

.modal-agendamento{
  font-family: Poppins, "custom_heading_font", sans-serif;
}

.modal-agendamento-titulo{
  width: 28%;
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--Neutral-900);
}

