/* @import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap);
h1,
h2,
h3,
h4,
h5,
h6,
a,
.back-to-top,
.socials p,
#socialheading {
    font-family: Poppins, "custom_heading_font", sans-serif;
    font-weight: 600!important;
    color: #003d5c;
} */

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

.btn-primary {
    background: #00446A 0% 0% no-repeat padding-box;
}

.fonte-laranja {
    color: #FF7200;
}


a {
    text-decoration: none;
}

.containers-eac{
  background-color: #00446A!important;
}

/* .breadcrumb-nav{
  font-family: Poppins, "custom_heading_font", sans-serif;
  width: 94%;
  height: 70px;
  line-height: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
} */
/* 
.breadcrumb-nav-inicio{
  font-family: Poppins, "custom_heading_font", sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1A1A1A;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.breadcrumb-nav-icone{
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  line-height: normal;
  vertical-align: middle;
  background: transparent url('../images/icon-arrow.png') 0% 0% no-repeat padding-box;
}

.breadcrumb-nav-icone-dot{
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  line-height: normal;
  vertical-align: middle;
  background: transparent url('../images/icon-dot.png') 0% 0% no-repeat padding-box;
}

.breadcrumb-nav-back{
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  line-height: 70px;
  margin-right: 24px;
  font-size: 1.3em;
  transform: scale(1.5,1);
}

.breadcrumb-nav-pagina{
  font-family: Poppins, "custom_heading_font", sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #00446A;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
} */

.page-titulos {
  font-family: Poppins, "custom_heading_font", sans-serif;
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  color: #233568;
}

.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: #fff;
}


.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: #0177B9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.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: #00446A;
    opacity: 1;
}

.right-comunicados {
    padding-top: 5px;
    padding-left: 15px;
    text-align: left;
    font: normal normal 600 16px/22px Poppins;
    letter-spacing: 0px;
    color: #00446A;
    opacity: 1;
}

.right-comunicados p {
    text-align: left;
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #00446A;
    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: #dcedf5;
  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: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top,#fff 1%,#eaeaea 100%);
    background: linear-gradient(top,#fff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
    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: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #f1f2f3;
    color: #666;
    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);
}

.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: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    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: #525252!important;
    text-decoration: none;
    width: 100%!important;
}

.drop-topico a {
    color: #525252!important;
    text-decoration: none;
    width: 100%!important;
    font-size: 14px;
}

.drop-topico :hover {
    color: #030182!important;
    background: #dcedf5;
}

.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: #00446A;
    font: normal normal 600 12px/18px Poppins;
    margin-top: 3px!important;
    margin-bottom: 3px!important;
}


 .left {
    width: 40%;
	  height: 100vh;
    background-image: url('../images/BACKGROUND.png');
    background-size: contain;
    background-size: cover;
}

.suporte-chat {
  border-radius: 30px;
  height: 500px;
  color: #ffffffb0;
  font-family: system-ui;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-image: url(../images/suporte.png);
  background-size: cover;
  background-position: center center;
}

.credit-card {
  background-image: url('../images/credit-card.png');
  width: 335px;
  height: 185px;
  border-radius: 20px;
  border: 1px solid #bfff6a;
  box-shadow: 0px 0px 40px #adadad;
}

/* ###### Menu ##### */

.nav-menu {
    background-color: #00446A!important;
    color: #FFFFFF!important;
}

.nav-link {
    color: #FFFFFF!important;
}

.border-bottom {
    border-bottom: 2px solid #00446A!important;
}

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

.barras-btn span {
    /* vertical-align: middle; */
    background-color: #fff;
    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: #1A1A1A;
}

.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: #00446A;
}

.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: #00446A 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: #FFFFFF;
}

#progress {
    background: #02293E;
    border-radius: 13px;
    height: 10px;
    width: 90%;
    margin-top: 8px;
    padding: 3px;
}

#progress:after {
    content: '';
    display: block;
    background: #FF7200;
    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: #FF7200;
  text-transform: uppercase;
  color: #fff;
  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: #FF7200;
  text-transform: uppercase;
  color: #fff;
  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: #fff;
  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: #F5F5F5 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-size: 24px;
  font-weight: 800;
  color: #233568;
}

.box-material-texto-text{
  text-align: left;
  font-size: 16px;
  color: #1A1A1A;
  width: 270px;
  font-weight: 400;
}

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

.box-material-botao span{
  background-color: #F2A691;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  line-height: 47px;
  font-weight: 600;
  cursor: pointer;
  color: #233568;
  font-size: 18px;
  width: 100%;
  font-weight: 600;
}

.box-material-enunciado{
  width: 95%;
  min-height: 70px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1A1A1A;
  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: #1A1A1A;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


/* ###### Exercicios ##### */
.indice-exercicios {
  font-family: "Inter", sans-serif;
  background-color: #233568;
  justify-content: center;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 18px;
  display: flex;
  width: max-content;
  color: #fff;
}

.exercicio-titulo-box {
  border-top: 2px solid #023059;
  background-color: #e7f2f5;
  padding: 10px;
  padding-left: 7px;
  margin-bottom: 20px;
}

.exercicios-page-titulos span{
  font-family: Poppins, "custom_heading_font", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #233568;
}

/* .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 #2235681a !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: #fae7e2;
  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: #F2A691;
  border-radius: 0 0 30px 30px;
}

.resposta {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 50px;
  background: #fff;
  padding: 5px 10px;
  color: #233568;
  border: 1.5px solid #233568;
}

.resposta:hover {
  background-color: #D0F285;
}

.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/background-forgot.png);
	width: 100vw;
	height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.login-box {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 5px;
}

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

.logo img {
    width: 45%;
}




/* ###### Footer ##### */

.footer {
    border-top: 1px solid #0076b7;
    background-color: #ffff!important;
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 40px;
}

.logo-footer {
    width: 200px;
}

.copy {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #00446a;
    color: #fff;
}


/* ###### 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: #233568;
}

.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: #1A1A1A;
}

