@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap');
html,
body {
  height: 100%;
}

body {
  background-color: #f5f5f5;
  color: #666 !important;
  font-family: 'Montserrat', sans-serif;
}

.card {
    /* border-radius: 0px !important; */
    box-shadow: 0 10px 25px 0 rgb(50 50 93 / 7%), 0 5px 15px 0 rgb(0 0 0 / 7%);
    border: none;
}

.bg-primary-gradient {
    background: #1572e8!important;
    background: -webkit-linear-gradient(legacy-direction(-45deg),#06418e,#1572e8)!important;
    background: linear-gradient(-45deg,#06418e,#1572e8)!important;
}
.accordion-item {
  margin-bottom: 10px;
}

a.ytp-title-link.yt-uix-sessionlink {
  display: none !important;
}

.video-stream .html5-main-video > .ytp-pause-overlay {
  display: none !important;
}

.avatar-foto {
  background-size: cover !important;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-position: center !important;
}

.monitoria_anexos {
  padding: 10px;
  border: solid 1px #ccc;
}

.resposta {
  width: 80%;
  background: #f0f0f1;
  padding: 7px;
  margin-bottom: 8px;
  border-radius: 6px;
}

.aluno {
  margin-left: auto;
  background-color: aliceblue;
}

footer {
  background: #1b212c;
}

.form-control, .form-select {
  border-radius: 0px;
  border: solid 1px #000;
  padding: 10px;
}
.form-check-input {
  border-radius: 0px;
  border: solid 1px #000;
}
label {
  font-weight: 600;
}
.whatsapp {
  position: fixed;
  bottom: 1%;
  right: 3px;
  padding: 10px;
  z-index: 10000000;
  width: 77px;
}


.progressbar {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}
.progressbar li {
  list-style-type: none;
  width: 30%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  color: #000;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #666;
  top: 12px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active:before {
  background-color: #0dcaf0;
}
.progressbar li.active + li:after {
  background-color: #0dcaf0;
}

.progressbar li:before {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  background-color: #666;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
li:before {
  content: "";
}

.img-diferencial{
  width: 100px;
  height: 100px;
  font-size: 59px;
  margin: 0 auto;
  background: #eceef3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.img-diferencial img{
  width: 54px;
  top: 23px;
  left: 21px;
}


.edital h2 {
  color: #73beff;
  font-size: 23px;
}

.edital h1 {
  font-size: 24px;
  font-weight: bold;
}

.edital h3 {
    font-size: 18px;
    font-weight: bold;
    color: #050577;
}

.no-mobile { display: block; }


@media screen and (max-width: 600px) {

}

@media screen and (max-width: 970px) {

}

@media screen and (max-width: 959px) {

}

@media screen and (max-width: 871px) {

}

@media screen and (max-width: 865px) {

}

@media screen and (max-width: 765px) {
  .foto-mobile {
    width: 100%;
    height: 220px;
  }
  .no-mobile { display: none; }
}

@media screen and (max-width: 651px) {
  .foto-mobile {
    width: 100%;
    height: 220px;
  }
  .no-mobile { display: none; }
}

a.social-icon {
  font-size: 25px;
  color: #fff;
  background: #15191e;
  padding: 12px;
  border-radius: 100px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}

star{
  color: #ff0000;
}

.foto-mobile {
  height: 190px;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}


.data-processo {
  display: inline-block;
  animation: pulse 1s infinite;
}

.depoimento-thumb {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center !important;
    background-size: cover !important;
    margin: 28px auto 0px auto;
}

@media (max-width: 768px) {
  .back-diferencial-segmento {
    background-position: center -99px;
  }

  .bg-mobile {
    background-position: center !important;
  }
}


small.texto-segmento ul {
    padding-left: 1rem !important;
}