body {
  font-family: "Raleway", sans-serif;
}

/* 1. Alinha o texto do menu e a seta na mesma linha */
.navbar-nav > li.menu-item-has-children {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* Garante que não quebre a linha */
}

/* 2. Ajuste fino para remover espaçamento extra entre o texto e a seta */
.navbar-nav > li.menu-item-has-children > a.dropdown-toggle-split {
  padding-left: 0.25rem;
  padding-right: var(--bs-nav-link-padding-x, 0.5rem);
}

a {
  color: #4d4d4d;
  text-decoration: underline;
}

#results1 {
  right: 15%;
  position: absolute;
  background-color: white;
  width: 24%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  float: right;
}

#search2 {
  width: 100%;
}

#results2 {
  right: 9%;
  background-color: white;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

#results1 ul,
#results2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
}

.item-curso {
  display: none;
}

.item-curso.show {
  display: block;
}

.btn-mais-cursos {
  display: flex;
}

.verMais {
  display: block;
  margin: auto;
  padding: 10px 20px;
  background-color: var(--cor_1);
  width: 200px;
  color: var(--cor_2);
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
}

#results1 ul a,
#results2 ul a {
  color: var(--cor_1);
  text-decoration: none !important;
}

#results1 li,
#results2 li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#results1 li:hover,
#results2 li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

#nomatches {
  padding-left: 10px;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-container .pesquisa-site {
  padding-left: 30px;
  border: 1px solid #808080;
}

.search-container .fa-search {
  position: absolute;
  left: 20px;
  color: #4d4d4d;
  pointer-events: none;
}

.search-curto-icon {
  bottom: 40px;
}

.pesquisa-site {
  border-radius: 25px;
}

.pesquisa-site-2 {
  padding-left: 40px;
  border-radius: 25px;
  background-color: #f5f5f5;
  border: inherit !important;
  margin-bottom: 30px;
}

.filtros {
  margin-bottom: 25px;
}

.filtros hr {
  height: 0.01rem !important;
}

.aplicar {
  width: 100% !important;
  border-radius: 5px !important;
  background-color: var(--cor_1);

  color: var(--cor_2);
}

.form-check-input:checked {
  background-color: var(--cor_1);
  border-color: var(--cor_1);
}

.pesquisa-site::placeholder {
  color: #999;
  font-size: 14px;
}

.btn-pesquisa-site {
  /* background: linear-gradient(to right, var(--cor_1), var(--cor_4)); */
  background-color: var(--cor_1);
  border: none;

  color: white;

  padding: 10px 20px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  margin: 4px 2px;

  cursor: pointer;

  border-radius: 25px;
}

.btn-pesquisa-site:hover {
  background-color: var(--cor_4);
  color: var(--cor_2);
}

/*CSS PADRÃO DO TEMA*/
section {
  padding: 60px 0;
}

.titulo-h2 {
  font-size: 42px;
  font-weight: 600;
}

.sub-titulo {
  font-size: 18px;
  font-weight: 500;
}

#filtros-categorias {
  padding-bottom: 25px;
}

#banner {
  padding: 0 !important;
}

/*BLOCO 1*/
.bloco-1 {
  background: linear-gradient(to right, var(--cor_1), var(--cor_4));
  color: #fff;
  padding-bottom: inherit !important;
}

.bloco-divisor {
  width: 65px;
  height: 5px !important;
  background: var(--cor_2) !important;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-right: auto;
}

.interior-bloco-1 {
  display: flex;
  flex-wrap: wrap;
}

#cards-bloco-1 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 25px;
  height: fit-content;
}

.card-bloco-1 {
  width: 45%;
}

.icone-bloco-1 {
  width: 25px;
}

.textos-bloco-1 > p,
.textos-bloco-1 > h4 {
  margin-left: 10px;
}

#img-bloco-1 {
  width: 50%;
}

.img-bloco-1 {
  max-height: 600px;
}

/*DEPOIMENTOS*/
.depoimento-item {
  background: var(--cor_1);
  color: var(--cor_2);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.img-depoimento {
  margin: 20px auto 0 auto;
}

.depoimento-item h4 {
  margin: auto;
  font-weight: 600;
  margin: 20px 20px 0 20px;
}

.depoimento-item h6 {
  font-weight: 100;
  margin-bottom: 20px;
  margin: 0px 20px 0 20px;
  color: #fcfcfc;
}

.depoimento-item p {
  font-weight: 300;
  margin-bottom: 20px;
  margin: 10px 20px 0 20px;
}

.depoimento-item span {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: auto;
}
/*DOCENTES*/
.docente-item {
  background: var(--cor_1);
  color: var(--cor_2);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.img-docente {
  margin: 20px auto 0 auto;
}

.docente-item h4 {
  margin: auto;
  font-weight: 600;
  margin: 20px 20px 0 20px;
}

.docente-item h6 {
  font-weight: 100;
  margin-bottom: 20px;
  margin: 0px 20px 0 20px;
  color: #fcfcfc;
}

.docente-item p {
  font-weight: 300;
  margin-bottom: 20px;
  margin: 10px 20px 0 20px;
}

.docente-item span {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: auto;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: relative !important;
  bottom: 570px !important;
  float: right !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  border-radius: 100% !important;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1 !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  border-radius: 100% !important;
  width: 30px;
  height: 30px;
  background-color: #dcdcdc !important;
  color: #4d4d4d !important;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  margin-top: inherit;
  padding-top: inherit;
  font-weight: bold;
  color: #9d9d9d !important;
}

/*BLOCO 2*/

#bloco-2 {
  background: linear-gradient(to right, #4e9f9f, #60d1d0);
  color: var(--cor_2);
}

.interior-bloco-2 {
  display: flex;
  flex-wrap: wrap;
}

.textos-bloco-2 {
  width: 50%;
  gap: 25px;
}

#img-bloco-2 {
  width: 50%;
}

#saiba-mais-bloco-2 {
  width: 100%;
  margin-top: 20px;
}

#saiba-mais-bloco-2 a {
  color: linear-gradient(to right, #7583ba, #62b785) !important;
}

.saiba-mais-bloco-2 {
  text-transform: uppercase;
  font-weight: bold;
  width: 200px;
}

.saiba-mais-bloco-2:hover {
  background: linear-gradient(to right, #7583ba, #62b785);
  color: var(--cor_2);
}

/*MENU*/
@media screen and (min-width: 1081px) {
  #responsive-nav {
    display: none !important;
  }
}

.barra-top {
  background-color: #f6f6f6;
  width: 100%;
}

.barra-top .nav-link {
  padding-top: 1px !important;
  padding-left: 1px;
  color: #666666 !important;
}

.btn-cabecalho {
  width: auto !important;
}

#navbarSupportedContent ul li {
  display: flex;
  color: #4d4d4d;
  align-items: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-size: 14px;
}

.navbar {
  background-color: var(--cor_2) !important;
  -webkit-box-shadow: 0px 10px 58px 10px rgba(26, 26, 26, 0.1);
  -moz-box-shadow: 0px 10px 58px 10px rgba(26, 26, 26, 0.1);
  box-shadow: 0px 10px 58px 10px rgba(26, 26, 26, 0.1);
  height: 70px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--cor_2) !important;
  background-color: var(--cor_1);
}

header .nav-link {
  color: #4d4d4d !important;
  cursor: pointer !important;
}

#desktop-nav .container {
  padding-left: inherit !important;
  padding-right: inherit !important;
}

.navbar-brand {
  margin-right: inherit !important;
}

.navbar-brand img {
  max-width: 156px;
}

.falar-consultor {
  margin-right: 5%;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  width: 141px;
  background-color: var(--cor_1);
  border-radius: 50px;
  border-color: var(--cor_1);
}

/*FIM MENU*/
/*BANNER*/
/* #banner {
    margin-top: 35px;
}
 */
.slider-desktop {
  display: flex;
}

.slider-mobile {
  display: none;
}

/*FIM BANNER*/
/*SECAO VOCÊ UNIEXEMPLO INICIO --------------------------*/
.voce-uniexemplo {
  background-color: var(--cor_2) !important;
}

.voce-uniexemplo .titulos {
  justify-content: center;
}

.voce-uniexemplo .sub-titulo {
  font-size: 18px;
  font-weight: 500;
  text-align: center !important;
  color: var(--cor_1) !important;
}

.voce-uniexemplo .titulo-h2 {
  font-size: 42px;
  font-weight: 600;
  color: #232323;
  text-align: center !important;
  margin: 0 15% 2% 15%;
}

.voce-uniexemplo .card-body {
  padding: 25px !important;
  border-radius: 10px !important;
}

.card-imagem {
  width: 60px;
  margin-bottom: 20px;
}

.card-titulo {
  font-size: 20px;
  color: var(--cor_1) !important;
  font-weight: 500;
}

.card-texto {
  font-size: 18px;
  color: #454545;
}

/*SECAO VOCÊ UNIEXEMPLO INICIO --------------------------*/
.voce-uniexemplo .titulo-h2 {
  margin: 10px 0;
}

/*SECAO BENEFICIOS INICIO --------------------------*/

.beneficios {
  padding: 3% 0;
  background-color: #fff;
}

.beneficios .titulos {
  justify-content: center;
}

.beneficios .sub-titulo {
  text-align: left !important;
  color: #ffb30f;
}

.beneficios .titulo-h2 {
  color: #232323;
  text-align: left !important;
}

.beneficios .beneficios-texto {
  font-size: 16px;
  color: #454545;
}

.img-beneficios {
  width: 100%;
}

.btn-group {
  margin: 20px 0;
}

.beneficios .btn-primary {
  background-color: var(--cor_1);
  color: var(--cor_2);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px !important;
  padding: 10px 20px;
  border: none !important;
}

.beneficios .btn-secundary {
  font-size: 16px;
  font-weight: 600;
  color: var(--cor_1);
  background-color: transparent;
  padding: 10px 20px;
  border: none !important;
  text-decoration: none;
  cursor: pointer;
}

/*SECAO BENEFICIOS FIM --------------------------*/
/*SECAO CURSOS INICIO --------------------------*/
@media (min-width: 576px) {
  .container-curso {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-curso {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-curso {
    max-width: 960px;
    margin-left: 10vw;
  }
}
@media (min-width: 1200px) {
  .container-curso {
    max-width: 50vw;
    margin-left: 10vw;
  }
}
@media (min-width: 1400px) {
  .container-curso {
    max-width: 40vw;
    margin-left: 10vw;
  }
}
.container-curso {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  /* margin-left: auto; */
}

#js-button-sem-categoria {
  display: none;
}

.btn-info {
  width: 100%;
  border-radius: 50px;
  border-color: transparent !important;
  margin-right: 10px;
}

#courseSearchInput {
  border: none;
  background-color: transparent !important;
  border-radius: 25px;
  color: #ffffff;
  height: 50px;
}

#courseSearchInput:autofill {
  background-color: transparent !important;
}

#courseSearchInput:-webkit-autofill {
  background-color: transparent !important;
}

#courseSearchInput:after {
  background-color: transparent !important;
}

#courseSearchInput:before {
  background-color: transparent !important;
}

#courseSearchInput:focus {
  background-color: transparent !important;
}

#courseSearchInput:active {
  background-color: transparent !important;
}

.input-group {
  border-radius: 25px;
  border: 1px solid #ffffff;
}

#filtros-desktop .search-icon {
  border-radius: 25px;
  border: none;
}

.search-input::placeholder {
  color: var(--cor_2);
  opacity: 1;
}

.search-icon {
  color: var(--cor_2);
  border-left: 1px solid transparent;
  align-self: inherit;
}

.search-input {
  background-color: transparent;
  border-right: none;
}

.input-group-text {
  background-color: transparent;
  border-left: none;
}

.form-select {
  color: var(--cor_2);
}

.cursos {
  padding: 5% 0;
  /* background-color: #1B1B1B; */
}

.cursos .curso-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  transition: 0.5s;
  color: #ffffff;
}

.sem-categoria {
  display: none;
}

.grid-nav a {
  text-decoration: none;
}

.grid-nav ul {
  list-style: none;
  padding-left: 1px !important;
  margin-left: none !important;
}

.grid-nav li {
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 15px;
  gap: 10px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}

.grid-nav li a {
  color: #fff;
}

.grid-nav li:focus a {
  color: #ffb30f;
}

.grid-nav li:active a {
  color: #ffb30f;
}

.grid-nav li::after a {
  color: #ffb30f;
}

.grid-nav li:hover a {
  color: #ffb30f;
}

.grid-nav li a:hover {
  color: #ffb30f;
}

.grid-nav li a::after {
  color: #ffb30f;
}

.grid-nav li a .bx-right-arrow-alt::before {
  display: none;
}

.grid-nav li a .bx-right-arrow-alt::after {
  display: block;
}

.grid-nav li a:focus {
  color: #ffb30f;
}

#cursos-inner {
  border: 1.5px solid #ffffff0d;
  border-radius: 15px;
  margin-left: 10px;
  padding: 15px 15px;
  height: 500px;
  overflow: auto;
}

#cursos-inner::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
}

#cursos-inner::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

#cursos-inner::-webkit-scrollbar-thumb {
  background-color: #7d7d7d;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #7d7d7d;
  /* creates padding around scroll thumb */
}

#cursos-inner .col-md-3 {
  position: relative;
  min-height: 1px;
  color: #fff;
  text-decoration: none;
}

.hidden {
  display: none;
}

.grid-cursos {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.gap-duracao {
  display: flex;
  flex-wrap: wrap;
}

#cursos-inner section {
  padding: 0 !important;
}

.item-curso {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff0d !important;
  margin-bottom: 10px;
  width: 50%;
}

.min-duracao {
  margin-right: 10px;
  background-color: #e7e7e7;
}

.max-duracao {
  margin-left: 10px;
  background-color: #e7e7e7;
}

.cursos-item .info {
  text-decoration: none;
  color: #fff;
}

.cursos-item:last-child {
  border-bottom: 0;
}

.texto-curso {
  margin-left: 15px;
}

.btn-inscreva-se {
  background-color: #ffb30f;
  color: var(--cor_2) !important;
  font-size: 16px;
  font-weight: 500;
  width: 150px;
  height: 40px;
  border-radius: 50px !important;
  padding: 10px 20px;
  border: none !important;
  line-height: 0px;
}

.detalhes-curso {
  background-color: #f4f4f4 !important;
  color: #232323 !important;
}

.descricao-curso .list-group-item {
  color: #ffffff !important;
}

/* .tab-pane {
	background-color: #3D3D3D !important;
} */
.btn-ver-mais {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 150px;
  height: 40px;
  border-radius: 50px !important;
  padding: 10px 20px;
  margin-right: 10px;
  line-height: 0px;
}

.info p {
  margin-bottom: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
}

.info h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.hr-padrao {
  background: var(--cor_1);
  border: 0;
  border-radius: 15px;
  height: 5px !important;
  margin: 0;
  opacity: 1;
  width: 60px !important;
}

.scale-anm {
  transform: scale(1);
}

.div-search {
  margin-top: 30px;
}

.cursos .titulo-h2 {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 55px;
}

.cursos .card {
  border-radius: 10px;
  border: 0;
  min-height: 360px !important;
}

#ofertas-curso-container {
  background-color: transparent;
}

#ofertas-curso-container .card-body {
  margin: 15px;
}

.cursos .img-card-curso {
  border-radius: 10px;
  max-width: 130px;
}

.cursos .card-body {
  padding: 0 !important;
}

.cursos .nome-curso {
  text-align: center;
}

.cursos .info-cursos {
  padding: 15px;
}

.hr-card-curso {
  margin-top: 5px;
  margin-bottom: 15px;
}

.cursos .btn-group {
  margin: 0px !important;
}

#filtros-desktop .btn-info {
  color: #fff;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.nav-curso-mobile {
  display: none;
}

#tipo-inscricao {
  display: none;
}

/*SECAO CURSOS FIM --------------------------*/

/*INGRESSE AGORA*/
.forma-ingresso {
  padding: 5% 0;
  background-color: #f5f5f5;
}

.titulo-ingresso {
  color: #4d4d4d !important;
}

.descricao-ingresso {
  color: #4d4d4d !important;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
}

.accordion-button {
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--cor_2);
  color: #4d4d4d;
  border-radius: 5px;
}

.accordion-button collapsed {
  border-radius: 5px;
  border: 0 !important;
}

.accordion-item {
  border: 0 !important;
}

.titulo-botao {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.textAndButton button {
  border-radius: 200px;
  padding: 0 20px;
}

.accordion-item-white {
  margin-bottom: 8px;
  border-radius: 5px;
  color: var(--cor_2);
  background-color: transparent;
}

.accordion-button-white {
  border-radius: 5px;
  color: var(--cor_2);
  background: transparent;
}

.accordion-button-white:not(.collapsed) {
  background-color: var(--cor_2);
  color: var(--cor_2);
  border-radius: 5px;
  background: transparent;
}

.accordion-button-white collapsed {
  background-color: transparent;
  border-radius: 5px;
  color: var(--cor_2);
}

.accordion-header-white {
  background-color: transparent;
  color: var(--cor_2);
}

/*PERGUNTAS FREQUENTES*/

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.perguntas-frequentes .accordion-button {
  padding: 20px 0 !important;
  border-radius: 0px;
  border-bottom: 1px solid var(--cor_2);
}

.perguntas-frequentes {
  padding: 5% 0;
  background-color: #232323;
  color: var(--cor_2);
}

.perguntas-frequentes .accordion-body {
  padding: 1rem 0.25rem !important;
}

.perguntas-frequentes .accordion-body a {
  color: var(--cor_2);
}

.btn-duvidas {
  border-radius: 50px !important;
  padding: 12px 20px;
  height: 50px;
  margin-top: 20px;
  float: right;
}

.perguntas-frequentes h2 {
  font-weight: bold;
}

.perguntas-frequentes p {
  margin-bottom: 20px;
}

.perguntas-frequentes .accordion-button {
  background-color: transparent;
  color: #fff;
}

.perguntas-frequentes .accordion-button:not(.collapsed) {
  color: #fff;
}

.perguntas-frequentes .accordion-item {
  background-color: transparent;
}

.perguntas-frequentes .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.perguntas-frequentes .accordion-button.collapsed:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.perguntas-frequentes .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*FOOTER INICIO  ----------*/
footer {
  background-color: #232323;
  padding: 5% 0 0 0;
}

.logo-rodape {
  width: 70%;
}

footer li i {
  color: var(--cor_2) !important;
  font-size: 25px;
  font-weight: 100;
}

.svg-footer {
  max-width: 12px;
  max-height: 12px;
}

footer p,
footer li {
  color: var(--cor_2) !important;
}

#nav-footer .nav-link {
  color: var(--cor_2) !important;
  font-size: 16px;
}

#nav-footer .nav-link:hover {
  color: var(--cor_3) !important;
}

#menu-menu-footer .nav-link {
  padding: 1px;
  color: var(--cor_2);
}

.social-media-link i {
  font-size: 35px;
}

.titulo-menu {
  font-size: 20px;
  color: var(--cor_2) !important;
  margin-bottom: 20px;
}

#newsletter1 {
  border-radius: 25px;
}

.btn-inscrever {
  margin-top: 10px;
  background-color: var(--cor_2);
  color: var(--cor_1);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
}

.copyright {
  margin-top: 30px;
  text-align: center;
}

/*Media Query até 1080px*/
@media screen and (max-width: 1080px) {
  /*PADRÃO DO TEMA RESPONSIVO*/
  .btn-info {
    margin-bottom: 5%;
  }

  section {
    padding: 40px 20px !important;
  }

  .titulo-h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .sub-titulo {
    font-size: 16px;
    font-weight: 500;
  }

  /*FIM PADRÃO DO TEMA RESPONSIVO*/
  /*MENU RESPONSIVO*/
  #responsive-nav {
    -webkit-box-shadow: 0px 10px 58px 10px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0px 10px 58px 10px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 10px 58px 10px rgba(26, 26, 26, 0.1);
    height: 70px !important;
    padding: 0 20px !important;
    width: 100%;
  }

  #btn-pesquisa-responsivo {
    float: right !important;
    margin-top: 10px !important;
  }

  #responsive-nav .btn-pesquisa-site {
    float: right;
  }

  #responsive-nav .container-fluid {
    padding: 0 !important;
  }

  .logo-header-responsivo {
    max-width: 150px;
  }

  #responsive-nav .menu-item:hover {
    background-color: var(--cor_1);
    color: var(--cor_2);
  }

  #responsive-nav .dropdown-item.active,
  .dropdown-item:active {
    background-color: var(--cor_1);
    color: var(--cor_2);
  }

  .offcanvas #menu-main-menu-1 {
    margin-top: 50%;
  }

  .offcanvas .menu-item .nav-link {
    color: rgba(0, 0, 0, 0.55) !important;
    padding: 1rem 0;
  }

  .offcanvas .nav-link {
    color: rgba(0, 0, 0, 0.55) !important;
    padding: 2rem 0;
  }

  #desktop-nav {
    display: none;
  }

  .logo-header-responsivo {
    max-width: 150px;
  }

  .navbar-nav {
    margin-left: none;
    margin-right: none;
  }

  .produzido-por {
    margin-top: auto;
    align-items: flex-end;
  }

  .produzido-por span {
    font-style: italic;
  }

  .logo-rubeus {
    max-height: 30px;
  }

  /*FIM MENU RESPONSIVO*/
  /*BANNER RESPONSIVO*/
  #banner {
    margin-top: 0 !important;
  }

  #banner h1 {
    padding-top: 80%;
  }

  .slider-desktop {
    display: none;
  }

  .banner-mobile {
    width: 100%;
    height: 100%;
  }

  .slider-mobile {
    display: flex;
  }

  /*FIM BANNER RESPONSIVO*/
  /*INICIO INSTITUCIONAL RESPONSIVO*/
  .voce-uniexemplo .titulo-h2 {
    margin: 10px 0;
  }

  /*BLOCO 1 RESPONSIVO*/

  #cards-bloco-1 {
    width: 100%;
  }

  .card-bloco-1 {
    width: 100%;
  }

  #img-bloco-1 {
    width: 100%;
  }

  .img-bloco-1 {
    width: 100%;
  }

  .img-bloco-1 {
    width: 100%;
  }

  #img-bloco-2 {
    width: 100%;
  }

  /*FINAL INSTITUCIONAL RESPONSIVO*/
  /*INICIO CURSOS RESPONSIVO*/
  .cursos .img-card-curso {
    min-width: 100%;
  }

  .nav-cursos-mobile {
    display: flex;
  }

  .nav-cursos-mobile .btn {
    background-color: transparent !important;
    width: 100%;
    border-radius: 50px;
    text-align: left;
    height: 50px;
    margin-top: 10px;
  }

  .nav-cursos-mobile .dropdown-menu {
    width: 100%;
  }

  .select-cursos .dropdown-item {
    padding: 15px 15px;
  }

  .select-cursos .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    margin-top: 10px;
  }

  .select-cursos .dropdown-menu a {
    text-decoration: none;
  }

  .select-cursos .dropdown-menu li {
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .select-cursos .dropdown-menu li a {
    color: #fff;
  }

  .select-cursos .dropdown-menu li a:hover {
    color: var(--cor_3);
  }

  .select-cursos .dropdown-menu li a::after {
    color: var(--cor_3);
  }

  .select-cursos .dropdown-menu li a .bx-right-arrow-alt::before {
    display: none;
  }

  .select-cursos .dropdown-menu li a .bx-right-arrow-alt::after {
    display: block;
  }

  .select-cursos .dropdown-menu li a:focus {
    color: #ffb30f;
  }

  .div-search {
    margin-top: 10px;
  }

  #courseSearchInput::active {
    color: #ffffff;
    border: none;
  }

  #courseSearchInput::focus {
    color: #ffffff;
    border: none;
  }

  #courseSearchInput:focus {
    color: #ffffff;
    border: none;
  }

  .dropdown-menu.show {
    background-color: #ffffff !important;
    border-radius: 15px;
    padding: 0 !important;
  }

  .nav-cursos-mobile {
    background-color: transparent !important;
  }

  .grid-cursos {
    margin-top: 1px !important;
  }

  .cursos .titulo-h2 {
    font-size: 33px;
  }

  #cursos-inner {
    margin: 20px 0 0 0;
    padding: 10px;
  }

  .item-curso {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff0d !important;
    margin-bottom: 10px;
    width: 100%;
  }

  .nav-cursos-desktop {
    display: none;
  }

  .grid-cursos .col-sm-12 {
    padding: 0px 0px !important;
  }

  .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .texto-curso {
    margin-left: 0 !important;
  }

  .info .img-curso {
    display: none !important;
  }

  .btn-ver-mais {
    display: none !important;
  }

  .btn-inscreva-se {
    width: 125px;
  }

  #cursos-inner {
    padding: 15px 15px !important;
    height: 380px;
  }

  .info p {
    padding-top: 0 !important;
  }

  .texto-curso h3 {
    font-size: 18px !important;
  }

  .info h3 {
    font-size: 30px;
  }

  .btn-duvidas {
    float: left;
  }

  /*FIM CURSOS RESPONSIVO*/

  /*ESTRUTURA RESPONVISO*/
  .video-nossa-estrtura iframe {
    max-width: 400px;
  }

  /*FIM ESTRUTURA RESPONSIVO*/

  /*FOOTER RESPONSIVO*/
  .logo-rodape {
    padding-bottom: 30px;
  }

  #menu-footer {
    margin-top: 30px;
  }

  .titulo-newsletter {
    margin-top: 30px;
  }

  .titulo-redes-sociais {
    margin-top: 30px;
  }

  /*FIM FOOTER RESPONSIVO*/
}

.btn-padrao,
.btn-padrao-outline {
  &:hover {
    opacity: 0.8;
  }
}
