.kingster-logo-inner {
	max-width: 200px !important;
	height: 100px;
}

.kingster-logo-inner {
	width: 200px !important;
	max-width: 200px !important;

	
}

.kingster-logo-inner a img{
	display: none !important;
}

.kingster-logo-inner {
	height: 100px;
	display: block;
	/* border: 1px solid red; */
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 200px auto;
	background-image: url(https://unifuturo.edu.br/portal/img/unifuturo-faculdade-logo-white.png);
	width: 200px;
}

.gdlr-core-tab-item .gdlr-core-tab-item-image-background { 
	background-repeat: no-repeat;
	background-size: cover;
}

.imagem-do-professor {
	width: 15%;
	float: left;
}
.foto-docente {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	height: 100px;
}
.dados-do-professor {
	width: 70%;
	float: left;
	margin-left: 20px;
  text-align: justify;
}

/** whatsapp+ **/
.whatsapp-link {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: auto;
  left: 20px;
  background: #42ac46;
  color: #fff;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.whatsapp-link:focus{
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.fa-whatsapp {
  margin-top: 0px;
}
.card-whatsapp {
  width: 400px;
  height: 320px;
  position: fixed;
  border-radius: 6px;
  /* top: 58%; */
  /* left: 83%; */
  /* transform: translate(-50%, -50%); */
  bottom: 80px;
  right: auto;
  left: 44px;
  display: none;
  /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
  background-color: white;
  z-index: 999;
}

.card-whatsapp .cad-header {
  border-bottom: 1px solid rgb(243, 243, 243);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #42ac46;
  color: #fff;
  height: 80px;
}

.card-whatsapp .cad-header h4 {
  padding: 8px 0 0 20px;
  margin: 0;
}
.card-whatsapp .cad-header h4 i{
    font-size: 40px;
}

.card-whatsapp .cad-header h6{
    padding-left: 70px;
}
.card-whatsapp .card-body{
    font-size: 15px;
    color: rgb(153, 153, 153);
    padding: 0 10px;
}

.card-whatsapp .card-body .nomes{
    height: 55px;
    border-left: 3px solid #42ac46;
    text-align: left;
    margin-top: 15px;
    background-color: rgb(245, 248, 250);
    color:#000;
    font-size: 18px;
}

/*.card-whatsapp .card-body .nomes i{ 
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    color: green;
}*/

.card-whatsapp .card-body .nomes i {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 30px;
  color: green;
  margin: 0;
}

/*.card-whatsapp .card-body .nomes a {
  text-decoration: none;
  padding: 3px 170px 14px 0;
}*/

.card-whatsapp .card-body .nomes a {
  text-decoration: none;
  align-content: stretch;
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  height: 100%;
}

.card-whatsapp .card-body .nomes:hover{
    background-color: #42ac46;
}


#banner_fixo {
  position: fixed;
  background-color: transparent;
  background-image: url('https://unifuturo.edu.br/portal/img/MEC.webp');
  background-position: right bottom;
  background-size: contain;
  border-radius: 0 0 0 0;
  width: 20%;
  height: 200px;
  bottom: 5px;
  right: 5px;
  z-index: 11001;
  /* clip-path: polygon(100% 2%,0% 100%,100% 100%); */
  /* -webkit-clip-path: polygon(100% 2%,0% 100%,100% 100%); */
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px){
	.hide-mobile {
		display: none;
	}

  .card-whatsapp {
    width: 100%;
    bottom: 110px;
    right: auto;
    left: 0;
    z-index: 19999;
  }

  #banner_fixo {
    width: 40%;
  }
}



